@charset "UTF-8";
/* animation mixing
keyframe animation
@include animate('animation-name .4s 1')*/
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes height {
  0% {
    transform: translate3d(0, 0%, 0);
    transform: scaleY(0.9);
  }
  100% {
    transform: translate3d(0, -20%, 0);
    transform: scaleY(1);
  }
}
@-moz-keyframes height {
  0% {
    transform: translate3d(0, 0%, 0);
    transform: scaleY(0.9);
  }
  100% {
    transform: translate3d(0, -20%, 0);
    transform: scaleY(1);
  }
}
@-o-keyframes height {
  0% {
    transform: translate3d(0, 0%, 0);
    transform: scaleY(0.9);
  }
  100% {
    transform: translate3d(0, -20%, 0);
    transform: scaleY(1);
  }
}
@keyframes height {
  0% {
    transform: translate3d(0, 0%, 0);
    transform: scaleY(0.9);
  }
  100% {
    transform: translate3d(0, -20%, 0);
    transform: scaleY(1);
  }
}
@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0, 13%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0, 13%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0, 13%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0, 13%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideLeft {
  from {
    transform: translateX(60%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes slideLeft {
  from {
    transform: translateX(60%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes slideLeft {
  from {
    transform: translateX(60%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  from {
    transform: translateX(60%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@-moz-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@-o-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/*$themes: (
default: #666,
dark: #f1c40f
);*/
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    /*transform: scale(0.5);*/
    -moz-transform: scale(0.5, 1);
    -o-transform: scale(0.5, 1);
    -ms-transform: scale(0.5, 1);
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
    -moz-transform: translate(0, 120%);
    -o-transform: translate(0, 120%);
    -ms-transform: translate(0, 120%);
    -webkit-transform: translate(0, 120%);
    transform: translate(0, 120%);
  }
  /*    60% {
          opacity: .5;
          transform: scale(.75);
      }*/
  100% {
    opacity: 0.2;
    /*transform: scale(1);*/
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*$bg-secondary:#689901;*/
/*$brand-warning:             #f0ad4e !default;
$brand-danger:              #d9534f !default;
*/
/*@import 'https://fonts.googleapis.com/css?family=Roboto';*/
/*$default-font: 'Roboto', sans-serif;*/
/*$default-font: 'Arial';*/
/*$font-stack: $default-font, Helvetica, sans-serif;*/
/*$default-font: 'Arial';*/
/*@import 'https://fonts.googleapis.com/css?family=Gilda+Display';*/
/*$sans-serif-font: $default-font, 'Helvetica Neue', Arial,Helvetica, 'Liberation Sans', sans-serif;
*/
/*$default-headline-font: 'Comfortaa', cursive;*/
/*@import 'https://fonts.googleapis.com/css?family=Dancing Script';
$default-headline-font: 'Dancing Script', cursive;*/
/*$default-headline-font: $default-font;*/
/*$font_0: $default-font, sans-serif;
$font_0: sans-serif;
$font_1: Helvetica Neue;
$font_2: Helvetica;
$font_3: sans-serif;
$font_4: Arial Black;
$font_5: Gadget;
$font_6: Georgia;
$font_7: Times New Roman;
$font_8: serif;*/
/*$fontStack: $font_0, $font_1, $font_2, $font_3,$font_4;
$font-family-base:$fontStack;
$font-family-sans-serif: $fontStack;*/
/*$navbar-default-bg: red;*/
/*$navbar-default-border: none;
$navbar-default-color: $color-secondary;
$navbar-default-link-color: #333333!important;
$navbar-default-toggle-border-color:transparent;
$navbar-default-toggle-hover-bg: #33ff00;*/
/*$navbar-default-link-hover-bg: transparent;*/
/*$navbar-default-link-hover-color:$color-primary!important;
$navbar-default-link-active-color:#ff6600!important;
$navbar-default-link-active-hover-color:#0099cc;*/
/*$navbar-default-link-active-bg:transparent;*/
/*$breadcrumb-divider-color:      $gray-light !default;
*/
/*$bg-banner:radial-gradient(ellipse at center, #3f4f79 0%, #1d1d2b 100%);*/
/*$bg-banner:$bg-banner-index;*/
/*$grid-columns: 12 !default;*/
:root {
  --banner-bg: url("/img/brand_faded.png") no-repeat center center;
  --main-bg: $bg-primary;
  --main-color: $color-default;
  --ebLColor: #2ea2f8;
  --ebLSize: 150px;
  --ebLDur: 2s;
  --ebLDelay: -0.65s;
}

/*@import "../vendor/bootstrap-material-design-4.0.2/scss/variables";
@import "../vendor/bootstrap-material-design-4.0.2/scss/bootstrap-material-design";*/
/*@import "kube";*/
/*@import "material-4.0.0-alpha.6/materialCustom";*/
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #fff;
  --secondary: #001123;
  --success: #8BC34A;
  --info: #0033cc;
  --warning: yellow;
  --danger: red;
  --light: #fff;
  --dark: #373a3c;
  --breakpoint-xs: 0;
  --breakpoint-sm: 544px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

dfn {
  font-style: italic;
}

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: red;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #b30000;
  text-decoration: underline;
}

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -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;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button,
[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: Georgia, Times, serif;
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
}

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: 80%;
  font-weight: 400;
}

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

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

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

/*@import "images";*/
/*@import "code";*/
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 544px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

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

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .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,
.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%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
/*@import "tables";*/
.form-control, textarea:not([type=submit]), select:not([type=submit]), input:not([type=submit]) {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control, textarea:not([type=submit]), select:not([type=submit]), input:not([type=submit]) {
    transition: none;
  }
}
.form-control::-ms-expand, textarea:not([type=submit])::-ms-expand, select:not([type=submit])::-ms-expand, input:not([type=submit])::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, textarea:focus:not([type=submit]), select:focus:not([type=submit]), input:focus:not([type=submit]) {
  color: #495057;
  background-color: #fff;
  border-color: white;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.form-control::placeholder, textarea:not([type=submit])::placeholder, select:not([type=submit])::placeholder, input:not([type=submit])::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, textarea:disabled:not([type=submit]), select:disabled:not([type=submit]), input:disabled:not([type=submit]), .form-control[readonly], textarea[readonly]:not([type=submit]), select[readonly]:not([type=submit]), input[readonly]:not([type=submit]) {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value, select:focus:not([type=submit])::-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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

select.form-control[size], select[size]:not([type=submit]), select.form-control[multiple], select[multiple]:not([type=submit]) {
  height: auto;
}

textarea.form-control, textarea:not([type=submit]) {
  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 {
  color: #6c757d;
}

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

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

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

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

.was-validated .form-control:valid, .was-validated textarea:valid:not([type=submit]), .was-validated select:valid:not([type=submit]), .was-validated input:valid:not([type=submit]), .form-control.is-valid, textarea.is-valid:not([type=submit]), select.is-valid:not([type=submit]), input.is-valid:not([type=submit]),
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #8BC34A;
}
.was-validated .form-control:valid:focus, .was-validated textarea:valid:focus:not([type=submit]), .was-validated select:valid:focus:not([type=submit]), .was-validated input:valid:focus:not([type=submit]), .form-control.is-valid:focus, textarea.is-valid:focus:not([type=submit]), select.is-valid:focus:not([type=submit]), input.is-valid:focus:not([type=submit]),
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #8BC34A;
  box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated textarea:valid:not([type=submit]) ~ .valid-feedback, .was-validated select:valid:not([type=submit]) ~ .valid-feedback, .was-validated input:valid:not([type=submit]) ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated textarea:valid:not([type=submit]) ~ .valid-tooltip,
.was-validated select:valid:not([type=submit]) ~ .valid-tooltip,
.was-validated input:valid:not([type=submit]) ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, textarea.is-valid:not([type=submit]) ~ .valid-feedback, select.is-valid:not([type=submit]) ~ .valid-feedback, input.is-valid:not([type=submit]) ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
textarea.is-valid:not([type=submit]) ~ .valid-tooltip,
select.is-valid:not([type=submit]) ~ .valid-tooltip,
input.is-valid:not([type=submit]) ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #8BC34A;
}
.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: #8BC34A;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #c8e3aa;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #a4d070;
}
.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 1px #fff, 0 0 0 0.2rem rgba(139, 195, 74, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #8BC34A;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.25);
}

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

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

.was-validated .form-control:invalid, .was-validated textarea:invalid:not([type=submit]), .was-validated select:invalid:not([type=submit]), .was-validated input:invalid:not([type=submit]), .form-control.is-invalid, textarea.is-invalid:not([type=submit]), select.is-invalid:not([type=submit]), input.is-invalid:not([type=submit]),
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: red;
}
.was-validated .form-control:invalid:focus, .was-validated textarea:invalid:focus:not([type=submit]), .was-validated select:invalid:focus:not([type=submit]), .was-validated input:invalid:focus:not([type=submit]), .form-control.is-invalid:focus, textarea.is-invalid:focus:not([type=submit]), select.is-invalid:focus:not([type=submit]), input.is-invalid:focus:not([type=submit]),
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: red;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated textarea:invalid:not([type=submit]) ~ .invalid-feedback, .was-validated select:invalid:not([type=submit]) ~ .invalid-feedback, .was-validated input:invalid:not([type=submit]) ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated textarea:invalid:not([type=submit]) ~ .invalid-tooltip,
.was-validated select:invalid:not([type=submit]) ~ .invalid-tooltip,
.was-validated input:invalid:not([type=submit]) ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, textarea.is-invalid:not([type=submit]) ~ .invalid-feedback, select.is-invalid:not([type=submit]) ~ .invalid-feedback, input.is-invalid:not([type=submit]) ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
textarea.is-invalid:not([type=submit]) ~ .invalid-tooltip,
select.is-invalid:not([type=submit]) ~ .invalid-tooltip,
input.is-invalid:not([type=submit]) ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: red;
}
.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: red;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #ff8080;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ff3333;
}
.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 1px #fff, 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: red;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 544px) {
  .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, .form-inline textarea:not([type=submit]), .form-inline select:not([type=submit]), .form-inline input:not([type=submit]) {
    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;
    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, body .EBCTG-btn, #ebSmallSearch button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn, body .EBCTG-btn, #ebSmallSearch button {
    transition: none;
  }
}
.btn:hover, body .EBCTG-btn:hover, #ebSmallSearch button:hover, .btn:focus, body .EBCTG-btn:focus, #ebSmallSearch button:focus {
  text-decoration: none;
}
.btn:focus, body .EBCTG-btn:focus, #ebSmallSearch button:focus, .btn.focus, body .focus.EBCTG-btn, #ebSmallSearch button.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.btn.disabled, body .disabled.EBCTG-btn, #ebSmallSearch button.disabled, .btn:disabled, body .EBCTG-btn:disabled, #ebSmallSearch button:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), body .EBCTG-btn:not(:disabled):not(.disabled), #ebSmallSearch button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, body a.disabled.EBCTG-btn,
fieldset:disabled a.btn,
fieldset:disabled body a.EBCTG-btn,
body fieldset:disabled a.EBCTG-btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-primary:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.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(255, 255, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #001123;
  border-color: #001123;
}
.btn-secondary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 17, 35, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #001123;
  border-color: #001123;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.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(0, 17, 35, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #8BC34A;
  border-color: #8BC34A;
}
.btn-success:hover {
  color: #fff;
  background-color: #78ad39;
  border-color: #71a436;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #8BC34A;
  border-color: #8BC34A;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #71a436;
  border-color: #6a9a33;
}
.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(139, 195, 74, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #0033cc;
  border-color: #0033cc;
}
.btn-info:hover {
  color: #fff;
  background-color: #0029a6;
  border-color: #002699;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 51, 204, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #0033cc;
  border-color: #0033cc;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #002699;
  border-color: #00238c;
}
.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(0, 51, 204, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: yellow;
  border-color: yellow;
}
.btn-warning:hover {
  color: #212529;
  background-color: #d9d900;
  border-color: #cccc00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: yellow;
  border-color: yellow;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #cccc00;
  border-color: #bfbf00;
}
.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(255, 255, 0, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: red;
  border-color: red;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: red;
  border-color: red;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #bf0000;
}
.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(255, 0, 0, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.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(255, 255, 255, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #373a3c;
  border-color: #373a3c;
}
.btn-dark:hover {
  color: #fff;
  background-color: #252728;
  border-color: #1f2021;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #373a3c;
  border-color: #373a3c;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1f2021;
  border-color: #191a1b;
}
.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(55, 58, 60, 0.5);
}

.btn-outline-primary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #fff;
  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: #fff;
  border-color: #fff;
}
.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(255, 255, 255, 0.5);
}

.btn-outline-secondary {
  color: #001123;
  background-color: transparent;
  background-image: none;
  border-color: #001123;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #001123;
  border-color: #001123;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 17, 35, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #001123;
  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: #001123;
  border-color: #001123;
}
.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(0, 17, 35, 0.5);
}

.btn-outline-success {
  color: #8BC34A;
  background-color: transparent;
  background-image: none;
  border-color: #8BC34A;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #8BC34A;
  border-color: #8BC34A;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #8BC34A;
  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: #8BC34A;
  border-color: #8BC34A;
}
.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(139, 195, 74, 0.5);
}

.btn-outline-info {
  color: #0033cc;
  background-color: transparent;
  background-image: none;
  border-color: #0033cc;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #0033cc;
  border-color: #0033cc;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 51, 204, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0033cc;
  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: #0033cc;
  border-color: #0033cc;
}
.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(0, 51, 204, 0.5);
}

.btn-outline-warning {
  color: yellow;
  background-color: transparent;
  background-image: none;
  border-color: yellow;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: yellow;
  border-color: yellow;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: yellow;
  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: yellow;
  border-color: yellow;
}
.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, 255, 0, 0.5);
}

.btn-outline-danger {
  color: red;
  background-color: transparent;
  background-image: none;
  border-color: red;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: red;
  border-color: red;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: red;
  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: red;
  border-color: red;
}
.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(255, 0, 0, 0.5);
}

.btn-outline-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fff;
  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: #fff;
  border-color: #fff;
}
.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(255, 255, 255, 0.5);
}

.btn-outline-dark {
  color: #373a3c;
  background-color: transparent;
  background-image: none;
  border-color: #373a3c;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #373a3c;
  border-color: #373a3c;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #373a3c;
  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: #373a3c;
  border-color: #373a3c;
}
.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(55, 58, 60, 0.5);
}

.btn-link {
  font-weight: 400;
  color: red;
  background-color: transparent;
}
.btn-link:hover {
  color: #b30000;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

.btn-sm, body .EBCTG-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 screen and (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 screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

/*@import "dropdown";*/
/*@import "button-group";*/
/*@import "input-group";*/
/*@import "custom-forms";*/
.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;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  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;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #fff;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem !important 2.25rem !important;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
  margin-right: 2.25rem !important;
  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;
  border-radius: 0;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: 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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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;
}

/*@import "card";*/
/*@import "breadcrumb";*/
/*@import "pagination";*/
/*@import "badge";*/
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 544px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

/*@import "alert";*/
/*@import "progress";*/
/*@import "media";*/
/*@import "list-group";*/
/*@import "close";*/
/*@import "modal";*/
/*@import "tooltip";*/
/*@import "popover";
@import "carousel";*/
.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: #fff !important;
}

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: black !important;
}

.bg-success {
  background-color: #8BC34A !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #71a436 !important;
}

.bg-info {
  background-color: #0033cc !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #002699 !important;
}

.bg-warning {
  background-color: yellow !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cccc00 !important;
}

.bg-danger {
  background-color: red !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc0000 !important;
}

.bg-light {
  background-color: #fff !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}

.bg-dark {
  background-color: #373a3c !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1f2021 !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: #fff !important;
}

.border-secondary {
  border-color: #001123 !important;
}

.border-success {
  border-color: #8BC34A !important;
}

.border-info {
  border-color: #0033cc !important;
}

.border-warning {
  border-color: yellow !important;
}

.border-danger {
  border-color: red !important;
}

.border-light {
  border-color: #fff !important;
}

.border-dark {
  border-color: #373a3c !important;
}

.border-white {
  border-color: #fff !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-circle {
  border-radius: 50% !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: 544px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-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.8571428571%;
}

.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: 544px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 544px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !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;
  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;
}

.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-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: 544px) {
  .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-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-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;
  }
}
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !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: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #fff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #e6e6e6 !important;
}

.text-secondary {
  color: #001123 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important;
}

.text-success {
  color: #8BC34A !important;
}

a.text-success:hover, a.text-success:focus {
  color: #71a436 !important;
}

.text-info {
  color: #0033cc !important;
}

a.text-info:hover, a.text-info:focus {
  color: #002699 !important;
}

.text-warning {
  color: yellow !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #cccc00 !important;
}

.text-danger {
  color: red !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #cc0000 !important;
}

.text-light {
  color: #fff !important;
}

a.text-light:hover, a.text-light:focus {
  color: #e6e6e6 !important;
}

.text-dark {
  color: #373a3c !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1f2021 !important;
}

.text-body {
  color: #212529 !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;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    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;
  }
}
/*@import "../js/app/bower_components/responsive-4/src/sass/responsive";*/
/*@import "../vendor/bootstrap-4.0.0-alpha.6/scss/bootstrap";*/
/*@import "@material-components-web";*/
/*@import "@material/animation/mdc-animation";*/
/* animation mixing
keyframe animation
@include animate('animation-name .4s 1')*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes height {
  0% {
    transform: translate3d(0, 0%, 0);
    transform: scaleY(0.9);
  }
  100% {
    transform: translate3d(0, -20%, 0);
    transform: scaleY(1);
  }
}
@-moz-keyframes height {
  0% {
    transform: translate3d(0, 0%, 0);
    transform: scaleY(0.9);
  }
  100% {
    transform: translate3d(0, -20%, 0);
    transform: scaleY(1);
  }
}
@-o-keyframes height {
  0% {
    transform: translate3d(0, 0%, 0);
    transform: scaleY(0.9);
  }
  100% {
    transform: translate3d(0, -20%, 0);
    transform: scaleY(1);
  }
}
@keyframes height {
  0% {
    transform: translate3d(0, 0%, 0);
    transform: scaleY(0.9);
  }
  100% {
    transform: translate3d(0, -20%, 0);
    transform: scaleY(1);
  }
}
@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0, 13%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0, 13%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0, 13%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0, 13%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideLeft {
  from {
    transform: translateX(60%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes slideLeft {
  from {
    transform: translateX(60%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes slideLeft {
  from {
    transform: translateX(60%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  from {
    transform: translateX(60%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@-moz-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@-o-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/*$themes: (
default: #666,
dark: #f1c40f
);*/
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    /*transform: scale(0.5);*/
    -moz-transform: scale(0.5, 1);
    -o-transform: scale(0.5, 1);
    -ms-transform: scale(0.5, 1);
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
    -moz-transform: translate(0, 120%);
    -o-transform: translate(0, 120%);
    -ms-transform: translate(0, 120%);
    -webkit-transform: translate(0, 120%);
    transform: translate(0, 120%);
  }
  /*    60% {
          opacity: .5;
          transform: scale(.75);
      }*/
  100% {
    opacity: 0.2;
    /*transform: scale(1);*/
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /*font-family: $default-headline-font;*/
  display: block;
  font-weight: 30 !important;
  color: #b49351;
  color: #002592;
  margin-bottom: 0.75rem;
} /*

*/
h1 {
  font-size: 200%;
  line-height: 140%; /* 3rem / 2em = 1.5em */
  margin-top: 0.75em; /* 1.5rem / 2em = .75em */
  margin-bottom: 0.75em;
  text-align: center;
  text-transform: uppercase;
  /*opacity:0;*/
  /*        animation: fadeIn 0.7s both ease-in-out, slideUp 0.7s both ease-in-out;
          animation: slideUp 1s both ease-in-out;
          animation: fadeIn .7s both ease-in-out;*/
  /*animation:fadeIn 0.5s both ease-in-out, slideUp 0.5s both ease-in-out;*/
}

@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
}
@media (max-width: 543.98px) {
  h1, .h1 {
    font-size: 1.75rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
  }
  h4, .h4 {
    font-size: 1.125rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
}
/*h2 {
    font-size: 150%;
    line-height: 140%;  3rem / 1.5em = 2em 
    margin-top: 1em;  1.5rem / 1.5em = 1em 
    margin-bottom: 1em;
}
h3 {
    font-size: 1.17em;
    line-height: 1.282em;  1.5rem / 1.17em = 1.282em 
    margin-top: 1.282em;
    margin-bottom: 1.282em;
}

h4 {
    font-size: 350%;
    line-height: 140%;
    font-weight: normal;
    color: inherit;
}

h5 {
    font-size: 0.83em;
    line-height: 1.807em;  1.5rem / 0.83em = 1.807em 
    margin-top: 1.807em;
    margin-bottom: 1.807em;
}

h6 {
    font-size: 0.75em;
    line-height: 2em;  1.5rem / .75em = 2em 
    margin-top: 2em;
    margin-bottom: 2em;
}*/
/*@include media-breakpoint-down(md) {
    h1{        font-size: 1.5rem;    }
    h2{        font-size: 1.25rem;    }
    h3{        font-size: 2.5rem;    }
    h4{
        font-size: 210%;
        line-height: 130%;
    }
}
*/
/*
h1, .h1{
@include animation('slideDown .3s ease-in-out');
font-size: 2rem;
transition: left .3s cubic-bezier(0.68, 0.55, 0, 1),opacity .3s cubic-bezier(0, 0, 1, 1);
}
h2{
font-size: 1.5rem;
}*/
a {
  transition: all 0.3s ease-out;
  outline: none !important;
  text-decoration: none;
  color: #6c757d;
}
a:hover {
  color: #25282b;
}
a:not(.nav-link):focus {
  color: #25282b;
  text-decoration: underline;
}

.nav-item > a, a[role=button] {
  text-decoration: none !important;
  outline: none;
}

.sub-title {
  display: block;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 0.75rem;
}

h1 {
  position: relative;
  /*    border-bottom:1px solid;
      padding:.5rem 0;
      margin-bottom: 1rem;*/
}
h1:after {
  border-bottom: 1px solid;
  content: "";
  position: absolute;
  height: 0;
  width: 5rem;
  bottom: -0.5rem;
  left: 50%;
  margin-left: -2.5rem;
}

ul {
  list-style-position: outside;
  padding-left: 1.125rem;
}

img {
  max-width: 100%;
}
img.lazy {
  opacity: 0;
  /*animation:fadeIn 0.7s both ease-in-out;*/
  /*opacity:1;*/
  /*height: 14rem;*/
}
img.lazy.unveil-placeholder {
  /*opacity:0.2;*/
}
img.lazy.unveil-loaded {
  opacity: 1;
}

figure {
  height: 100%;
  position: absolute;
  width: 100%;
}

form {
  position: relative;
  display: block;
}

.fadeIn {
  -webkit-animation: fadeIn .15s ease-in-out;
  -moz-animation: fadeIn .15s ease-in-out;
  -o-animation: fadeIn .15s ease-in-out;
  animation: fadeIn .15s ease-in-out;
}

.fadeInSlow {
  -webkit-animation: fadeIn .3s ease-in-out;
  -moz-animation: fadeIn .3s ease-in-out;
  -o-animation: fadeIn .3s ease-in-out;
  animation: fadeIn .3s ease-in-out;
}

.custom-file-control::before {
  line-height: 1;
}

.center-x {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.center-h {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.center-h.bottom {
  bottom: 3em;
}

.center-v {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.rotate {
  -moz-transform: skew(0, -2.5deg);
  -o-transform: skew(0, -2.5deg);
  -ms-transform: skew(0, -2.5deg);
  -webkit-transform: skew(0, -2.5deg);
  transform: skew(0, -2.5deg);
}

.transparent {
  background: none !important;
  /*color: #fff;*/
}

.full-height {
  min-height: 100vh !important;
}

.container {
  /*background: greenyellow;*/
  /*@extend .container-fluid;*/
}
@media (max-width: 991.98px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1440px) {
  .container {
    /*width: calc(100% - 2rem);*/
    max-width: 68rem !important;
    /*        margin-left: .9375rem!important;*/
  }
}

.inline {
  display: inline-block !important;
  vertical-align: baseline;
  float: none;
}

.bottom-right {
  position: absolute;
  bottom: 3em;
  right: 3em;
}
@media (min-width: 1200px) {
  .bottom-right {
    /*width: 18rem;*/
  }
}

.bottom {
  position: absolute;
  bottom: 3em;
}

.bottom-pointer.center {
  position: relative;
  top: 0;
  z-index: 101;
}
.bottom-pointer.center:before {
  display: block;
  content: "";
  height: 0em;
  position: relative;
  width: 100%;
}
.bottom-pointer.center a {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  margin-top: -1em !important;
  position: absolute;
  z-index: 110;
}

.block-m > *, .block-m *[class*=center-] {
  /*min-height: 77vh;*/
  position: relative;
}
@media (min-width: 768px) {
  .block-m > *, .block-m *[class*=center-] {
    /*min-height: 65vh;*/
  }
}

.bg-primary {
  background: #fff;
  color: white !important;
}
.bg-primary > p, .bg-primary > ul {
  color: white !important;
}

.bg-secondary {
  background: #001123;
  color: #add5ff;
}
.bg-secondary > * {
  color: #add5ff;
}

.bg-tertiary {
  background: #0099ff;
  color: #fff !important;
}
.bg-tertiary > * {
  color: #fff !important;
}

.bg-voucher {
  /*background:  #aaa;*/
  color: #add5ff;
}
.bg-voucher > * {
  color: #add5ff;
}

*[data-form-wrap] {
  position: relative;
}

/*.blur{
    @include opacity(0);
}*/
.bg.rotate {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
  filter: blur(1px);
}

.cover,
*[data=cover] {
  background-size: cover;
  background-position: 50% 50%;
}

i[class*=icon-] {
  overflow: hidden;
  line-height: 1.5;
}

blockquote {
  margin: 0;
  font-size: 1rem;
}
blockquote:before {
  content: " „ " " ";
}
blockquote:after {
  content: " " " “ ";
}

/*bounce up animation for the subject*/
.check-inview {
  display: block;
  /*opacity: 0;*/
  /*@include transition(all 1s cubic-bezier(.17,.67,.83,.67) .1s);*/
  /*transform:translate3d(0, 20%, 0);*/
  /*    -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      will-change: all;*/
}

.in-view {
  transform: translate3d(10rem, 0, 0);
  opacity: 1;
  will-change: all;
}

.triangle-down {
  width: 100%;
  height: 100%;
  padding-left: 50%;
  padding-top: 50%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  /*background: green;*/
}
.triangle-down:before {
  content: "";
  width: 100%;
  /*background: red;*/
  height: 70vh;
  position: absolute;
  top: 0;
  left: 0;
}

[data-bg] {
  /*background: none!important;*/
  background-repeat: no-repeat !important;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: all 0.2s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: all;
}

[data-scale] {
  will-change: all;
  overflow: hidden;
  min-height: 20rem;
}
[data-scale]:focus-within [data-bg],
[data-scale]:focus-within .pseudo-background-img, [data-scale]:hover [data-bg],
[data-scale]:hover .pseudo-background-img {
  /*@include filter(brightness,50%);*/
  transform: scale3d(1.1, 1.1, 1.1);
  filter: brightness(50%);
}

.pseudo-background-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: all 0.2s ease-in-out;
  transition: all 0.3s ease-in-out;
}

[data-bg-cover] {
  background-size: cover !important;
  background-position: center center;
}

[data-bg-fixed] {
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center bottom;
}

[data-bg-holder] {
  position: fixed;
  bottom: 0;
  height: 100vh;
  top: 0;
  /*right:-4rem;*/
  /*bottom:0;*/
  width: 100%;
}

[data-bg-bottom] {
  background-position-y: 0;
}

[data-bg-right] {
  background-position-x: 100% !important;
}

[data-bg-cart] {
  background: #2b2b2b !important;
}

[data-bg-checkout] {
  background: #2b2b2b !important;
}

.scroll-to-fixed-fixed {
  /*bottom: 0rem!important;*/
  left: auto !important;
}

.lined {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 1rem;
}
.lined:before, .lined:after {
  flex-grow: 1;
  height: 1px;
  content: " ";
  background-color: #aaa;
  position: relative;
  top: 1rem;
}
.lined:before {
  margin-right: 1rem;
}
.lined:after {
  margin-left: 1rem;
}

.display-1 {
  color: #fff;
  font-size: 2rem;
}

@media (min-width: 544px) {
  .display-1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .display-1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .display-1 {
    font-size: 5rem;
  }
}
.text-center {
  text-align: center !important;
}

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

canvas {
  width: 100% !important;
  height: 42vh !important;
}

emoji-rain {
  position: absolute;
}

.material-icons, body .fancybox-close:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

a .material-icons, a body .fancybox-close:before, body a .fancybox-close:before {
  /*background: #fff;*/
  /*display:inline-flex;*/
  /*    font-size: inherit;
      line-height: inherit;*/
}

[class^=btn-fab] {
  border-radius: 50%;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
  min-height: 3rem;
  outline: none !important;
  padding: 0.75rem;
  min-width: 3rem;
}
[class^=btn-fab] .material-icons, [class^=btn-fab] body .fancybox-close:before, body [class^=btn-fab] .fancybox-close:before {
  line-height: 3rem;
}

.offers {
  height: 18rem;
  overflow: hidden;
  display: block;
}

.alert {
  z-index: 1500;
  position: absolute;
  transform: translateX(-50%);
  top: 1rem;
  left: 50%;
  /*background: red;*/
  /*padding: 3rem;*/
}
.alert > * {
  display: inline;
}

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

.promoSeason {
  background: #fff;
  /*color: #fff;*/
}

.catOffers {
  background: #fff;
  margin: 1.5rem 0 0.5rem !important;
}
.catOffers:after {
  border: 1.5em solid;
  border-color: transparent transparent #fff transparent;
  content: "";
  height: 0;
  margin-left: -1.5em;
  margin-top: -1.25rem;
  position: absolute;
  left: 12.5%;
  top: -1.5em;
  width: 0;
}

/*[data-toggle="collapse"]{
    &[aria-expanded="true"]{
        visibility: hidden;
    }
}*/
.table .collapse [data-toggle=collapse][aria-expanded=true] {
  visibility: visible;
}

.bmd-form-group {
  width: 100%;
}

.paypal-checkout {
  display: block !important;
  margin: 0.5rem 0 0;
}
.paypal-checkout.form-control, textarea.paypal-checkout:not([type=submit]), select.paypal-checkout:not([type=submit]), input.paypal-checkout:not([type=submit]) {
  background: #fff;
}

.bg-voucher {
  /*@include box-shadow($bmd-shadow-8dp);*/
  /*    background: #333 url("/img/bg/discount_bg.png") no-repeat scroll center center;
      color: #fff;*/
  padding: 0.5rem 0 !important;
}

/*
 * Responsively Lazy
 * http://ivopetkov.com/b/lazy-load-responsive-images/
 * Copyright 2015-2016, Ivo Petkov
 * Free to use under the MIT license.
*/
.responsively-lazy:not(img) {
  position: relative;
  height: 0;
}

.responsively-lazy:not(img) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.responsively-lazy {
  width: 100%;
}

.card-image a {
  /*width:100%;*/
  overflow: hidden;
}
.card-image a img {
  /*            &[srcset]{
                  transform:scale(.2,.2);
              }
              &:not([srcset]){
                  transform:scale(.62,.62);
              }*/
}

.no-scroll {
  overflow: hidden;
}

.gotop,
.godown {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  padding: 0 !important;
}
.gotop .material-icons, .gotop body .fancybox-close:before, body .gotop .fancybox-close:before,
.godown .material-icons,
.godown body .fancybox-close:before,
body .godown .fancybox-close:before {
  /*font-size: 2rem;*/
}
.gotop.position-absolute,
.godown.position-absolute {
  bottom: 0.75rem;
  left: 50%;
  margin-left: -1rem;
  position: absolute;
}

#editControls a {
  display: inline-block;
  vertical-align: central;
  color: black;
  border: 1px solid silver;
  border-radius: 5px;
  width: 2rem;
  padding: 0.25rem;
}

html {
  height: 100%;
  /*overflow:auto;*/
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  /*scroll-behavior: smooth;*/
}

body {
  background: var(--main-bg);
  text-align: left;
  text-align: start;
  background-color: #fff;
  color: #58585a;
  font-family: "Roboto Condensed", Arial, Helvetica, "Nimbus Sans L", sans-serif, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  /*font-size: .875rem;*/
  font-weight: 400;
  line-height: 1.428572;
  margin: 0;
  /*    -ms-touch-action: none;
      touch-action: none;*/
}
body.scroll-lock {
  overflow: hidden;
}

#globalHeader {
  /*background: $background-header;*/
  display: block;
  left: 0;
  position: relative;
  top: 0 !important;
  margin-top: 0;
  z-index: 300;
  /*width: 100%!important;*/
}
#globalHeader.in .navmenu {
  /*z-index:1250;*/
}
#globalHeader + * {
  z-index: 2;
}

.site-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  /*height: 100%;*/
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*position: absolute;*/
  width: 100%;
}

/*.waves{
    position: absolute;
    bottom: -10px;
    width: 120%;
    background-image: url(../img/waves.svg);
    background-position: top;
    background-size: cover;
    height: 100%;
}*/
.banner {
  background: #fff;
  /*background-image: url("IMAGE_URL"), linear-gradient(#eb01a5, #d13531);  W3C */
  /*background-size: cover;*/
  /*background:var(--main-bg);*/
  /*padding-bottom: 3rem;*/
  /*min-height:17rem;*/
  overflow: hidden;
  width: 100%;
  z-index: 4;
  /*    h1{
          border:none;
          color: #fff;
          font-size:2.25rem;
          font-weight: 30!important;
          @include media-breakpoint-down(xl) {
          }
          @include media-breakpoint-down(lg) {
              font-size:1.75rem;
          }
                  @include media-breakpoint-down(md) {
                      font-size:165%;
                  }
                  margin-top: .5em;
                  margin-bottom: .5em;
      }*/
}
.banner.banner-index {
  /*background: #fff;*/
}
.banner.banner-page, .banner.banner-index {
  background: var(--banner-bg);
  background-position-y: 58%;
  /*background: $bg-banner-index;*/
  /*background-attachment: fixed;*/
  color: #fff;
  /*        height: calc(62.5vh + 4rem);
          min-height: 62.5vh;
          @include media-breakpoint-up(sm) {
              min-height: calc(100vh - 4.125rem);
              height: calc(62.5vh + 4.125rem);
          }
          @include media-breakpoint-up(lg) {
              min-height: calc(100vh - 9rem);
              height: 62.5vh;
          }
          @include media-breakpoint-up(xl) {
              min-height: calc(100vh - 9rem);
              height: 62.5vh;
          }*/
  /*        .slick-prev,
          .slick-next {
              top: $toolbar-height!important;
              @include media-breakpoint-only(lg) {
                  top: $toolbar-height-lg + $breadcrumb-height*1.65;
              }
              @include media-breakpoint-up(xl) {
                  top: $toolbar-height-xl*1.5;
              }
          }*/
}
.banner.banner-page .teaser, .banner.banner-index .teaser {
  /*min-height: calc(100vh - 5rem);*/
}
.banner.banner-page {
  min-height: auto;
}
@media (max-width: 991.98px) {
  .banner .adress img {
    margin-top: -2rem;
  }
}

.x-video {
  width: 95%;
  height: 395px;
  margin: 2em auto 0.5em;
  background: #fff;
}

.full-height {
  min-height: 100vh;
  display: flex;
  width: 100%;
}

.page-header, .banner {
  /*@extend .fadeInSlow;*/
  /*background-size: cover;*/
  /*background: inherit;*/
}
.page-header.product-page, .banner.product-page {
  /*background-image: url(/img/bg/commercial.jpg);*/
  background-position: top center;
  /*z-index:1!important;*/
  padding-bottom: 0;
  /*transform: translate3d(0px, 0px, 0px);*/
  /*height: 100vh;*/
}
@media (min-width: 544px) {
  .page-header.product-page, .banner.product-page {
    /*height: 55vh;*/
    /*min-height:media-breakpoint-up(md);*/
  }
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  z-index: 3;
  /*transform: translate3d(0, 0, 0);*/
}
@media (min-width: 992px) {
  main {
    /*padding-top:5rem;*/
  }
}
@media (min-width: 1440px) {
  main {
    /*padding-top:4.275rem;*/
  }
}
main article {
  /*background: $bg-default;*/
}
main article:only-of-type {
  flex-grow: 1;
}
main article:first-of-type {
  /*        margin-top: -4.6rem;
  */
  /*            padding-top:$toolbar-height;*/
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  main article:first-of-type {
    /*padding-top:$toolbar-height-lg;*/
  }
}
@media (min-width: 1200px) {
  main article:first-of-type {
    /*padding-top:$toolbar-height-xl;*/
    /*margin: -5.75rem 0 0;*/
    /*padding-top:6rem;*/
  }
}
main .breadcrumb-box + article {
  padding-top: inherit;
}
main h1 {
  /*opacity:0;*/
  /*animation: fadeIn 0.7s both ease-in-out, slideUp 0.7s both ease-in-out;*/
  /*animation: slideUp 1s both ease-in-out;*/
  /*animation: fadeIn .7s both ease-in-out;*/
  /*animation:fadeIn 0.5s both ease-in-out, slideUp 0.5s both ease-in-out;*/
}

.teaser-block {
  animation: fadeIn 0.6s 0.3s both ease-in-out, slideUp 0.6s 0.3s both ease-out;
  background: #fff;
  color: white !important;
  margin-bottom: 1rem;
}

.main-raised {
  border-color: transparent;
  /*    animation:fadeIn 0.6s 0.3s both ease-in-out;
      @extend .fade;
      margin: -3.625rem 0 0;
      padding: .875rem 1.125rem;
      z-index: 2;
      box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
      @include media-breakpoint-up(md) {
          margin: -3.75rem 0 0;
      }*/
}

article {
  animation: fadeIn 1s both ease-in-out;
  /*background: $bg-default;*/
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
article .container {
  position: relative;
}

aside {
  /*padding-left: .25rem!important;*/
  /*opacity: 0;*/
  /*background: #efefef;*/
  /*@include animate('slideLeft ease-in-out');*/
}

section {
  /*background: #c3c3c3;*/
  display: block;
  /*min-height: 25vh;*/
  position: relative;
  /*z-index: 2;*/
  /*    @include media-breakpoint-up(md) {
          min-height: 33.3333vh;
      }
      @include media-breakpoint-up(xxl) {
          min-height: 50vh;
      }*/
}
section + aside {
  /*background: #888;*/
  z-index: 1;
  /*padding-left: 0!important;*/
}
@media (min-width: 544px) {
  section + aside {
    /*padding-left: 0!important;*/
  }
}
@media (min-width: 992px) {
  section + aside {
    /*padding-left: .5rem!important;*/
  }
}
@media (max-width: 543.98px) {
  section + aside {
    padding-top: 1rem;
  }
}
@media (max-width: 991.98px) {
  section + aside ~ section {
    padding-right: 0.5rem !important;
  }
}

section, aside {
  /*@extend .px-1;*/
}

/* Wenn .sidebar irgendwo im Dokument existiert … */
/*@element aside.sidebar {
     … reduziere die Breite von .content. Wichtig: .content muss kein Kind-Element von .sidebar sein!
    .content {
        background: blue;
        width: 75%;
    }
}*/
#bar {
  background: red;
  height: 100%;
  width: 0;
}

.divide {
  border-top: 1px solid #d1d3d4;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
}

/*@import 'nav';*/
#Map {
  padding: 0;
}
#Map #map-canvas {
  min-height: calc(100vh - headerHalf);
  height: 420px;
}
@media screen and (min-width: 640px) {
  #Map #map-canvas {
    height: 480px;
  }
}
@media screen and (min-width: 768px) {
  #Map #map-canvas {
    height: 520px;
  }
}

.teaser-block {
  animation: fadeIn 1s both ease-in-out;
  /*font-family:"Georgia";*/
  font-style: italic;
  /*margin-top:-1rem;*/
  padding: 0.5rem 1rem;
}
.teaser-block:before {
  border-color: transparent transparent red;
  border-image: none;
  border-style: solid;
  border-width: 1rem;
  content: "";
  height: 0;
  left: 2.5rem;
  margin-left: -1rem;
  position: absolute;
  top: -1.75rem;
  width: 0;
}
.teaser-block p {
  margin-bottom: 0;
  font-size: 1.25rem;
}
.cat-hint {
  display: flex;
  min-height: 100vh;
}

.jumbotron {
  animation: fadeIn 0.5s both ease-in-out;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  background: #d9ecf9;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 2rem;
  padding-top: 2rem;
  z-index: 1;
}

.showcase .row {
  min-height: 50vh;
}

[data-eb-item]:empty {
  padding: 5rem;
}

.callout {
  padding: 12rem 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.content-section section {
  flex: 1 0 auto;
}

.showcase .showcase-img {
  min-height: 20rem;
  background-size: cover;
  background-position: center center;
}
.showcase .showcase-text {
  padding: 2rem;
}

#ebOffer,
#pricesFrame,
#ebCategories,
#ebFrontEndFrame {
  min-height: 10rem !important;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0;
  max-width: 100vw;
}
#ebOffer:empty,
#pricesFrame:empty,
#ebCategories:empty,
#ebFrontEndFrame:empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  min-height: 10rem !important;
}
#ebOffer:empty:after, #ebOffer:empty:before,
#pricesFrame:empty:after,
#pricesFrame:empty:before,
#ebCategories:empty:after,
#ebCategories:empty:before,
#ebFrontEndFrame:empty:after,
#ebFrontEndFrame:empty:before {
  content: "";
  background-color: var(--ebLColor);
  width: var(--ebLSize);
  height: var(--ebLSize);
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  margin: 0;
  position: absolute;
  -webkit-animation: bsm var(--ebLDur) 0s linear infinite;
  animation: bsm var(--ebLDur) 0s linear infinite;
}
#ebOffer:empty:after,
#pricesFrame:empty:after,
#ebCategories:empty:after,
#ebFrontEndFrame:empty:after {
  -webkit-animation-delay: var(--ebLDelay);
  animation-delay: var(--ebLDelay);
}

body .EBCTG-flexslider .EBCTG-slides > li > a:empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  min-height: 13rem !important;
}
body .EBCTG-flexslider .EBCTG-slides > li > a:empty:after, body .EBCTG-flexslider .EBCTG-slides > li > a:empty:before {
  content: "";
  background-color: var(--ebLColor);
  width: var(--ebLSize);
  height: var(--ebLSize);
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  margin: 0;
  position: absolute;
  -webkit-animation: bsm var(--ebLDur) 0s linear infinite;
  animation: bsm var(--ebLDur) 0s linear infinite;
}
body .EBCTG-flexslider .EBCTG-slides > li > a:empty:after {
  -webkit-animation-delay: var(--ebLDelay);
  animation-delay: var(--ebLDelay);
}

#ebFrontEndPluginwHKXM {
  min-height: 10rem !important;
}

.EBCTG-flexslider .EBCTG-slides > li > a {
  display: block;
  max-height: 16rem;
  overflow: hidden;
}

@keyframes bsm {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*.bsm {
        >div {
                &:nth-child(2) {
                        -webkit-animation-delay: var(--ebLDelay);
                        animation-delay: var(--ebLDelay);
                }
                background-color: $background-color_1;
                width: var(--ebLSize);
                height: var(--ebLSize);
                border-radius: 100%;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
                opacity: 0;
                margin: 0;
                position: absolute;
                -webkit-animation: bsm var(--ebLDur) 0s linear infinite;
                animation: bsm var(--ebLDur) 0s linear infinite;
        }
}*/
#ebbeLoadEngineContainer {
  width: var(--ebLSize);
  height: var(--ebLSize);
  margin: auto;
}

table {
  border: 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1rem;
  empty-cells: show;
}

th {
  text-align: left;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

td {
  /*vertical-align: top;*/
  padding: 0.75rem 1rem;
}

table thead {
  background: white;
}
table thead, table tr {
  border-bottom: 1px solid #b4babe;
}
table tr:nth-child(even) td, table tr:nth-child(even) th {
  background: white;
}

.table-wrapper {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
  overflow-x: auto;
  max-width: 100%;
}
.table-wrapper table {
  margin-bottom: 0;
}

/*
Copyright © 2013 Adobe Systems Incorporated.

Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an “AS IS” BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
.accessible-megamenu {
  position: relative;
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 3.077em;
  color: #454545;
  background-color: #dfe2e2;
  border-color: #b3b3b3;
  border-color: rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-width: 0 1px 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.accessible-megamenu h2,
.accessible-megamenu h3,
.accessible-megamenu h4 {
  font-size: 1em;
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit;
}

.accessible-megamenu .accessible-megamenu-top-nav-item {
  position: static;
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 3.077em;
  float: left;
  color: #454545 !important;
  text-shadow: 0 1px 0 #fff;
  -moz-text-shadow: 0 1px 0 #fff;
  border-right: 1px solid #b3b3b3;
  border-right-color: rgba(0, 0, 0, 0.3);
}

.accessible-megamenu :focus {
  outline: 2px solid rgba(34, 95, 215, 0.3);
  -moz-outline-radius: 3px;
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup] {
  position: relative;
  display: block;
  line-height: 3em;
  height: 3em;
  padding-left: 0.769em;
  padding-right: 0.769em;
  color: #454545 !important;
  text-decoration: none;
  box-shadow: inset 1px 1px 0 #fff;
  z-index: inherit;
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:hover,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:focus {
  color: #333 !important;
  outline-offset: -1px;
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:hover,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:focus,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup].open {
  margin-left: 0;
  background: #f5f8fa none;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f8fa), to(#e3e5e5));
  background: -moz-linear-gradient(top, #f5f8fa, #e3e5e5);
  background: -ms-linear-gradient(top, #f5f8fa, #e3e5e5);
  background: -o-linear-gradient(top, #f5f8fa, #e3e5e5);
  z-index: 1002;
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup].open {
  background: #f5f8fa none;
  padding-bottom: 2px;
}

.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-haspopup] {
  border-bottom-left-radius: 3px;
}

.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-haspopup].open {
  border-bottom-left-radius: 0px;
  border-left: 1px solid #b3b3b3;
  border-left-color: rgba(0, 0, 0, 0.3);
  left: -1px;
  margin-right: -1px;
}

.accessible-megamenu .accessible-megamenu-panel {
  position: absolute;
  display: block;
  left: -1px;
  color: #454545;
  margin: 0;
  padding: 0 0.769em 0.769em;
  line-height: normal;
  background-color: #f5f8fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f8fa), to(#e3e5e5));
  background-image: -moz-linear-gradient(top, #f5f8fa, #e3e5e5);
  background-image: -ms-linear-gradient(top, #f5f8fa, #e3e5e5);
  background-image: -o-linear-gradient(top, #f5f8fa, #e3e5e5);
  cursor: default;
  -webkit-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.5), inset 1px 1px 0 #fff;
  -moz-box-shadow: 0 4px 6px -2px -moz-rgba(0, 0, 0, 0.5), inset 1px 1px 0 #fff;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.5), inset 1px 1px 0 #fff;
  visibility: hidden;
  top: -9999em;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -moz-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -ms-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -o-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  border: 1px solid #b3b3b3;
  border-color: rgba(0, 0, 0, 0.3);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.accessible-megamenu .accessible-megamenu-panel.open {
  visibility: visible;
  top: 3em;
  max-height: 600px;
  opacity: 1;
  z-index: 1001;
  -webkit-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -moz-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -ms-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -o-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
}

.accessible-megamenu .accessible-megamenu-panel a {
  display: inline-block;
  font-size: 0.92em;
  line-height: 1.2em;
  text-decoration: none;
  color: #225FD7;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0.5em;
}

.accessible-megamenu .accessible-megamenu-panel.cols-4 {
  width: 878px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li {
  width: 22%;
}

.accessible-megamenu .accessible-megamenu-panel.cols-4b {
  width: 878px;
  left: -6.462em;
  border-top-left-radius: 3px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li {
  width: 22%;
}

.accessible-megamenu .accessible-megamenu-panel.cols-3 {
  width: 724px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
  width: 30%;
}

.accessible-megamenu .accessible-megamenu-panel.cols-1 {
  width: 615px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
  width: auto;
}

.accessible-megamenu .accessible-megamenu-panel ol {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.accessible-megamenu .accessible-megamenu-panel ol > li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li {
  float: left;
  display: block;
  margin-right: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 0 0 #fff;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li:first-of-type {
  padding-left: 0;
  border-left: none;
  box-shadow: none;
}

.accessible-megamenu .accessible-megamenu-panel > p {
  color: #454545;
  font-size: 1.2em;
  line-height: 1.1em;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a {
  font-weight: bold;
  color: #454545;
  font-size: 1.2em;
  margin-bottom: 6px;
  padding-top: 0.4em;
  padding-bottom: 0;
  line-height: 1.1em;
}

.accessible-megamenu .accessible-megamenu-panel ol ol > li > a {
  width: auto;
  text-indent: -2.333em;
  padding-left: 2.333em;
}

.accessible-megamenu .accessible-megamenu-panel a:hover,
.accessible-megamenu .accessible-megamenu-panel a:focus {
  color: #225FD7;
  text-decoration: underline;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:hover,
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:focus {
  color: #333;
}

.accessible-megamenu .accessible-megamenu-panel hr {
  border-width: 1px 0px;
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-bottom-color: #fff;
}

/*$nav-drawer-offset-left:100vw;*/
/*$nav-link-color:rgba(180, 147, 81, 0.7);*/
/*$toolbar-color-dark:          $black-primary !default;
$toolbar-color-light:         $white-primary !default;
$toolbar-element-bg-dark:     $black-divider !default;
$toolbar-element-bg-light:    $white-divider !default;*/
/*$toolbar-height:              3.5rem !default;
$toolbar-link-font-size:      1rem !default;
$toolbar-link-height:         2.25rem !default;
$toolbar-link-opacity:        0.7 !default;
$toolbar-link-opacity-active: 1 !default;
$toolbar-link-padding-x:      $spacer-md-x !default;
$toolbar-link-padding-y:      (($toolbar-link-height - $toolbar-link-font-size) / 2) !default;
$toolbar-padding-x:           $spacer-md-x !default;
$toolbar-padding-y:           (($toolbar-height - $toolbar-link-height) / 2) !default;
$toolbar-toggler-bg-dark:     url("data:image/svg+xml;charset=utf8,%3Csvg fill='#000000' fill-opacity='0.87' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/%3E%3C/svg%3E") !default;
$toolbar-toggler-bg-light:    url("data:image/svg+xml;charset=utf8,%3Csvg fill='#ffffff' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/%3E%3C/svg%3E") !default;
$toolbar-waterfall-bg:        $brand-color !default;*/
#nav-toggle {
  align-items: center;
  /*background:$toolbar-toggler-bg-light no-repeat .875rem;*/
  display: none;
  text-decoration: none;
}
#nav-toggle i {
  font-size: 1.2rem;
}
#nav-toggle:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: scale3d(0, 1, 0);
  transform-origin: 0% 0%;
  transition: transform 0.2s ease, opacity 0.2s ease 0.1s;
  will-change: opacity, scale, translate;
}

body {
  /*height: 100%;*/
  /*overflow: hidden;*/
  width: 100%;
  /*    &[data-toolbar-fixed],
      &[data-toolbar-fixed-slim]{
          main{
              > :first-child{
                  &:not(.banner),
                  &:not(.breadcrumb-box){
                      margin-bottom:1rem;
                      margin-top:-$toolbar-height!important;
                      padding-top:$toolbar-height*2!important;
                  }
                  padding-top:$toolbar-height!important;
                  @include media-breakpoint-only(lg) {
                      margin-top: - ($toolbar-height-lg + $breadcrumb-height*1.65);
                      padding-top:$toolbar-height-lg + $breadcrumb-height*1.65;
                  }
                  @include media-breakpoint-up(xl) {
                      margin-top: - ($toolbar-height-xl*1.65);
                      padding-top:($toolbar-height-xl*1.65);
                  }
              }
              .banner > :first-child:not([data-bg]){
                  margin-top: -$toolbar-height!important;
                  @include media-breakpoint-only(lg) {
                      margin-top: -$toolbar-height-lg + $breadcrumb-height*1.65;
                  }
                  @include media-breakpoint-up(xl) {
                      margin-top: -($toolbar-height-xl*1.5);
                  }
              }
          }
      }*/
}
body:not([data-toolbar-fixed]) #globalHeader {
  box-shadow: none;
}
body:not([data-toolbar-fixed]) .navbar-toggle {
  display: none !important;
}
body.nav-open, body.nav-close-progress {
  overflow-x: hidden;
  max-height: 100vh;
}
body.nav-open #globalHeader, body.nav-close-progress #globalHeader {
  box-shadow: none;
}
body.nav-open .site-wrapper, body.nav-close-progress .site-wrapper {
  /*            backface-visibility: hidden;
              opacity: .2;*/
  /*overflow: hidden;*/
  /*            padding-right:1.25rem;*/
  /*transform: translateX(16.75rem);*/
  /*transition: all 300ms cubic-bezier(0.0, 0.0, 0.2, 1) ;*/
  /*            will-change: overflow, transform;*/
}
body.nav-open #nav-toggle, body.nav-close-progress #nav-toggle {
  cursor: default;
  position: relative;
  z-index: 3;
}
body.nav-open #nav-toggle:before, body.nav-close-progress #nav-toggle:before {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
body.nav-close-progress #nav-toggle:before {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: opacity 195ms cubic-bezier(0.4, 0, 0.6, 1);
}
body.nav-close-progress .site-wrapper {
  /*            transition: all 195ms cubic-bezier(0.4, 0.0, 0.6, 1);
              transform: translate3d(0, 0, 0);*/
}
body[data-has-toolbar-default] header {
  /*background: $navbar-default-bg;*/
}

main > article:first-of-type:not(.content-section) {
  padding-top: 4rem;
}
main > header:first-of-type {
  padding-top: 5rem;
}
main > header:first-of-type + article:not(.content-section) {
  padding-top: initial;
}

#globalHeader {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  align-items: center;
  max-width: 100vw;
  min-height: 4rem;
  height: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: transform 0.4s ease-in-out, background 0.4s ease-in-out;
  width: 100%;
  will-change: auto;
  /*    @include media-breakpoint-only(lg) {
          height: $toolbar-height-lg;
      }*/
  /*        @include media-breakpoint-only(xl) {
              background: green;
          }*/
}
@media (min-width: 992px) {
  #globalHeader {
    min-height: 4rem;
    /*background:#000a12;*/
    /*border-bottom: 1px solid #777;*/
    /*z-index:200;*/
  }
}
#globalHeader > .container {
  /*background: skyblue;*/
  padding: 0;
  position: relative;
}
#globalHeader [class^=icon-], #globalHeader [class*=" icon-"] {
  /*line-height: inherit;*/
}
#globalHeader.detached, #globalHeader.invisible {
  background: #fff;
  /*        height: $header-height;*/
  /*@include box-shadow(0);*/
  -moz-transform: translate3d(0, -6rem, 0);
  -o-transform: translate3d(0, -6rem, 0);
  -ms-transform: translate3d(0, -6rem, 0);
  -webkit-transform: translate3d(0, -6rem, 0);
  transform: translate3d(0, -6rem, 0);
  visibility: visible !important;
  /*        @include media-breakpoint-up(lg) {
              @include translate3d(0px, -$navbar-height-lg*1.5, 0px);
          }
          @include media-breakpoint-between(lg,xl) {
              @include translate3d(0px, -$navbar-height-lg*1.5, 0px);
          }
          @include media-breakpoint-up(xxl) {
              @include translate3d(0px, -$navbar-height-xxl*1.5, 0px);
          }*/
}
@media (min-width: 992px) {
  #globalHeader.detached .logo, #globalHeader.invisible .logo {
    transform: scale(0.76);
  }
}
#globalHeader.invisible .logo {
  /*        margin-bottom: -1.25rem;
          margin-top: -1.75rem;*/
  /*transform: scale3d(.7,.7,.7);*/
}
#globalHeader.detached:not(.invisible) {
  /*@include box-shadow($bmd-shadow-8dp);*/
  /*@include translate3d(0px, 0px, 0px);*/
  /*@include filter(inverse, 100%);*/
  /*box-shadow: map-get($toolbar-elevation-shadow-active, shadow);*/
  /*@include media-breakpoint-up(md) {*/
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /*}*/
}
#globalHeader.detached:not(.invisible) .logo {
  /*            margin-bottom: -1.5rem;
              margin-top: -1.25rem;
              transform: scale3d(.7,.7,.7);*/
}
#globalHeader.detached:not(.invisible) .hotline {
  display: none;
}
@media (min-width: 992px) {
  #globalHeader:not(.detached) {
    background: #000033;
    border: none;
  }
  #globalHeader:not(.detached) nav > .nav-menu > .nav-item:not(.active):not(:hover) > .nav-link {
    color: #fff;
  }
}
#globalHeader .sr-only:focus {
  background: #fff;
  display: block;
  padding: 0.5rem;
  top: 0;
  z-index: 111;
  color: #fff;
}
@media (min-width: 992px) {
  #globalHeader > .container {
    max-width: 76rem !important;
  }
}

.site-wrapper {
  /*    transition: all 195ms cubic-bezier(0.4, 0.0, 0.6, 1);
      will-change: overflow, transform;*/
  -webkit-overflow-scrolling: touch;
}

.search-wrapper {
  transition: all 0.3s;
}

.breadcrumb-box {
  /*background: $bg-banner;*/
  /*border-bottom:1px solid red;*/
  /*font-size: .875rem;*/
  /*    padding-top:$navbar-height;*/
  position: relative;
  text-align: center;
  z-index: 11;
}
.breadcrumb-box .breadcrumb {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  align-items: center;
  min-height: 2.5rem;
  max-width: 68rem;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  /*display:flex;*/
  /*            &:after{
                  content:"";
                  position: relative;
                  display: block;
                  height: 1px;
                  border-bottom: 1px dotted #e2e2e2;
                  width:100%;
              }*/
}
.breadcrumb-box .breadcrumb:not(.progressTabs) li {
  font-size: 0.875rem;
  float: none;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  /*                &:first-of-type{
                      width: 2rem;
                      text-align: center;
                      margin-left:.65rem;
                      a{
                          display:flex;
                          justify-content:center;
                          i{
                              font-size: 1.075rem;
                          }
                          &:hover,&:focus{
                              background: $brand-primary;
                              color:$nav-link-color-hover;
                          }
                      }
                  }*/
}
.breadcrumb-box .breadcrumb-item:not(:first-of-type):before {
  /*color:$nav-link-color-hover;*/
  display: inline-block;
  content: "|";
  height: auto;
  text-align: center;
  width: 1rem;
}
.breadcrumb-box .breadcrumb-item a {
  /*color: $breadcrumb-color;*/
}
.breadcrumb-box .breadcrumb-item.active {
  /*max-width: 8rem;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .breadcrumb-box .breadcrumb-item.active {
    display: none;
  }
}

.navbar-brand {
  /*background: red;*/
  /*    @include media-breakpoint-up(sm) {
          margin-left:auto!important;
      }*/
}
@media (max-width: 767.98px) {
  .navbar-brand {
    margin-right: auto !important;
  }
}

.logo {
  /*background: skyblue;*/
  box-shadow: none !important;
  align-items: center;
  border: none;
  color: #fff !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto -1.75rem;
  outline: none !important;
  /*padding:.5321rem;*/
  padding: 0 0.2875rem;
  font-family: Arial;
  /*font-size: 1.0125rem;*/
  font-size: 0.875rem;
  font-weight: bold;
  transition: transform 0.4s ease-in-out, background 0.4s ease-in-out;
  will-change: transform;
  /*transition: font-size .2s ease-in-out;*/
  /*z-index: 334;*/
  /*    @include media-breakpoint-only(lg) {
          width:$navbar-height-lg;
          height:$navbar-height-lg;
          overflow: hidden;
          span{
              display: none!important;
          }
          img{
              display: block;
              max-width: 4.75rem;
              margin-left: -1rem;
          }
                  break-after: always;
                  page-break-after: always;
          font-size: 1.25rem;
          font-size: 1.5rem;
          margin-bottom:-.25rem;
          margin-top:.25rem;
      }*/
  /*    @include media-breakpoint-down(lg) {
          margin-left: 2.875rem;
      }*/
}
.logo img {
  /*display: none;*/
  max-width: 9rem;
}
@media (min-width: 544px) {
  .logo {
    padding: 0 0.675rem 0 0.35rem;
    /*margin-right: .5rem!important;*/
    font-size: 1rem;
    /*margin-left: auto;*/
    /*height: 2.4375rem;*/
  }
  .logo img {
    max-width: 10rem;
  }
}
@media (min-width: 992px) {
  .logo {
    margin-left: 1rem !important;
    margin-right: 0 !important;
    /*font-size: 1.5rem;*/
    /*line-height: 2rem;*/
    /*padding-left: .75rem;*/
  }
}
@media (min-width: 1200px) {
  .logo {
    margin-left: 0 !important;
    margin-right: -1.5rem !important;
    /*padding-left: .875rem;*/
    /*font-size: 1.5rem;*/
    /*padding-left: .875rem;*/
  }
}
.logo span:first-of-tpye {
  font-weight: bolder;
}
.logo .reg_icon {
  display: block;
  font-size: 40%;
  padding: 0;
  position: relative;
  right: 0;
  top: -0.65em;
}
.logo:hover, .logo:focus {
  background: none !important;
  color: #000b2c !important;
  text-decoration: none !important;
}
.logo:before {
  display: none !important;
}

@-webkit-keyframes demo {
  0% {
    width: 100vw;
    height: 100vh;
  }
  22% {
    opacity: 0;
  }
  77% {
    left: 30px;
  }
  100% {
    opacity: 1;
  }
}
.navbar {
  /*justify-content: flex-start;*/
  min-height: 4rem;
  /*    @include media-breakpoint-only(lg) {
          min-height: $toolbar-height-lg;
      }*/
}
@media (min-width: 992px) {
  .navbar {
    justify-content: flex-start;
    min-height: 4rem;
  }
}

.navbar-options {
  margin: 1rem;
  padding: 1rem;
  bottom: 1rem;
  left: 1rem;
  position: absolute;
}

.navbar-close-icon {
  content: "X";
}

.nav-menu {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  position: static;
  z-index: 15;
}
.nav-menu:not(.hover) .sub-nav.open {
  display: block;
  max-height: 100vh;
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  z-index: 1;
  padding: 0;
}

.nav-item {
  list-style: none;
  padding: 0;
  margin: 0;
  position: static;
}
.nav-item a {
  text-transform: uppercase;
}
.nav-item .icon {
  cursor: pointer;
  display: none;
  font-family: "Material Icons";
  line-height: 2.25rem;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  left: 0.5rem;
  text-align: center;
  top: 0;
  z-index: 100;
}
.nav-item .icon:focus, .nav-item .icon:hover {
  background: rgb(180, 147, 81);
}
.nav-item .icon:focus:after, .nav-item .icon:hover:after {
  color: #fff;
}
.nav-item .icon:after {
  content: "expand_more";
}
.nav-item .icon.icon--open:after {
  content: "expand_less";
}
.nav-item div a {
  /*border-bottom:1px dotted rgba(150,150,150,.5);*/
  color: #002592;
  padding: 0.35rem 0.5rem;
  display: inline-block;
}
.nav-item div a.open, .nav-item div a:hover {
  background: #ececece;
  border-color: rgb(180, 147, 81);
  color: rgb(180, 147, 81);
  text-decoration: underline;
}
.nav-item div a:focus {
  background: #ececece;
  border-color: rgb(180, 147, 81);
  color: rgb(180, 147, 81);
  /*outline: 1px solid $color_shady_lady_approx;*/
  /*text-decoration: underline;*/
  /*transform: scale3d(1.05,1.05,1.05);*/
}
.nav-item > a {
  align-items: center;
  font-size: 0.875rem;
  position: relative;
  color: #002592;
  display: inline-flex;
  width: 100%;
  /*padding: 0.625rem .5rem;*/
  margin: 0;
  /*background-color: skyblue;*/
  white-space: nowrap;
  transition: color, border-color 0.25s;
  will-change: border-color, color;
  /*        @include media-breakpoint-only(lg) {
              background: red;
              padding: 0.45rem .425rem;
          }*/
}
.nav-item > a.open, .nav-item > a:focus, .nav-item > a:hover, .nav-item > a:active {
  /*box-shadow: map-get($elevation-shadow-2dp, shadow);*/
  /*border: 1px solid $color_shady_lady_approx;*/
  /*background-color: $white;*/
  /*outline: 1px solid $color_shady_lady_approx;*/
  /*border-bottom: none;*/
  /*color:$nav-link-color-active;*/
  color: rgb(180, 147, 81);
  z-index: 0;
}
@media (min-width: 1200px) {
  .nav-item > a {
    padding: 0.625rem 0.675rem;
  }
}
.nav-item.active {
  color: rgb(180, 147, 81);
}
.nav-item.active > a {
  color: inherit;
}
.nav-item.active .icon {
  color: rgb(180, 147, 81);
}
.nav-item:focus {
  outline: none;
}
.nav-item#accountBtn, .nav-item#cartBtn {
  /*        position: absolute;
          top:0;*/
}
.nav-item .btn:focus, .nav-item body .EBCTG-btn:focus, body .nav-item .EBCTG-btn:focus, .nav-item #ebSmallSearch button:focus, #ebSmallSearch .nav-item button:focus {
  color: rgb(180, 147, 81);
  outline: 1px solid darkgray;
}
.nav-item.right > ul, .nav-item.right > div {
  right: 0;
  left: auto;
}

.sub-nav {
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0s, 0.2s;
  -moz-transition-duration: 0s, 0.2s;
  -o-transition-duration: 0s, 0.2s;
  transition-duration: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
  transition: all 50ms ease-in-out 0ms;
  transform: scale(0.98);
  will-change: opacity, visibility, transform;
  position: absolute;
  /*display: none;*/
  /*left: 0;*/
  /*margin-top: -1px;*/
  /*padding: 0 .5em;*/
  /*right: 0;*/
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.sub-nav ul {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0.6rem;
}
.sub-nav li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sub-nav li:hover {
  /*background:red;*/
}
.sub-nav.open {
  opacity: 1;
  transition: all 250ms ease-in-out 0ms;
}
@media (min-width: 992px) {
  .sub-nav {
    /*@include translate(0%,-100%);*/
    background: #fff;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
    margin-left: -1rem;
    transition: all 150ms ease-in-out 0ms;
    transform: scale(1);
    transform: translate3d(0, -0.5rem, 0);
  }
  .sub-nav:before {
    position: absolute;
    top: -10px;
    left: 2rem;
    width: 0;
    height: 0;
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
  }
  .sub-nav ul {
    margin: 0;
    padding: 0.3125rem 0;
  }
  .sub-nav li {
    padding: 0.3125rem;
  }
  .sub-nav li:hover {
    background: #ddd;
  }
}

@media (min-width: 992px) {
  .nav-item div a {
    margin-bottom: 1px;
  }
  .nav-menu > .nav-item {
    /*        > a{
                &:before{
                    border-bottom: 1px solid $nav-link-color-hover;
                    bottom:0;
                    content:"";
                    position: absolute;
                    transform: scale(0);
                    transition: transform .2s ease-in-out;
                    width: calc(100% - 2rem);
                    will-change: scale;
                }
                &.open,&:focus,&:hover, &:active {
                    &:before{
                        transform: scale(1)
                    }
                }
            }*/
  }
  .nav-menu > .nav-item.active > a {
    color: rgb(180, 147, 81);
  }
}
@media (max-width: 991.98px) {
  .navbar-toggle,
  #nav-toggle {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    /*background: #ccc;*/
    border-radius: 50%;
    height: 2.5rem;
    padding: 0.5rem;
    margin: 0 0.5rem;
    min-width: 2.5rem;
    position: relative;
    z-index: 2;
  }
  .navbar-toggle > *,
  #nav-toggle > * {
    position: relative;
    vertical-align: middle;
  }
  .nav-menu {
    display: inline-block;
    padding: 0.75rem 0;
    margin-left: 3.5rem;
    margin-right: 3.5rem;
    /*border-bottom: 1px solid #eee;*/
  }
  .navdrawer .nav-item {
    /*background: red;*/
    /*border-bottom: 1px dotted #e2e2e2;*/
    /*color: $nav-link-color-sm;*/
    display: list-item;
    margin-bottom: 0.125rem;
    position: relative;
    z-index: 1;
  }
  .navdrawer .nav-item .icon {
    border-radius: 50%;
    display: block;
    transition: background 195ms cubic-bezier(0.4, 0, 0.6, 1);
    will-change: background;
    margin-left: -3.5rem;
  }
  .navdrawer .nav-item div a {
    color: #242329;
    white-space: initial;
  }
  .navdrawer .nav-item div a:active, .navdrawer .nav-item div a:focus, .navdrawer .nav-item div a:hover {
    /*background:$nav-link-bg-hover-sm;*/
    color: rgb(180, 147, 81);
    /*outline: 1px solid;*/
  }
  .navdrawer .nav-item:hover > a {
    border-bottom: 1px solid;
  }
  .navdrawer .nav-item > a {
    color: #242329;
    display: inline-block;
    margin: 0;
    width: auto;
    padding: 0.5rem 0;
    border-bottom: 1px solid transparent;
  }
  .navdrawer .nav-item > a.open, .navdrawer .nav-item > a:active, .navdrawer .nav-item > a:focus, .navdrawer .nav-item > a:hover {
    /*background:$nav-link-bg-hover-sm;*/
    color: rgb(180, 147, 81);
    /*outline: 1px solid;*/
  }
  .navdrawer .nav-item.dropdown > a {
    /*padding:.35rem 2rem .35rem 1rem;*/
  }
  .navdrawer .nav-item.active {
    /*z-index: 2;*/
  }
  .navdrawer .nav-item.active > a {
    color: rgb(180, 147, 81) !important;
    /*border-bottom: 2px solid;*/
    /*color: inherit;*/
  }
  .sub-nav {
    /*display: none;*/
    height: 0;
    opacity: 0;
    background: #fff;
    position: relative;
  }
  .sub-nav ul {
    /*display: block;*/
    padding: 0.5rem 0;
  }
  .sub-nav a {
    opacity: 0.6;
  }
  .sub-nav a:active, .sub-nav a:focus, .sub-nav a:hover {
    opacity: 1;
  }
  .sub-nav.open {
    height: auto;
    opacity: 0;
    /*            height:100%;
                max-height: 100%!important;*/
  }
  .sub-nav.open .row {
    margin: 0;
  }
  .sub-nav.open .container {
    padding: 0;
  }
  .sub-nav.open [class*=col] {
    flex: 100%;
    max-width: 100%;
    padding: 0;
  }
  .navdrawer-wrapper {
    overflow: hidden;
    height: 100%;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .navdrawer-content {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    -ms-flex: 1 1 0.000000001px;
    -webkit-flex: 1;
    flex: 1;
    flex-basis: 0%;
    -webkit-flex-basis: 0.000000001px;
    flex-basis: 0.000000001px;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navdrawer {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #fff;
    height: 100vh;
    left: -16.75rem;
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    top: 0;
    touch-action: pan-y;
    transition: all 195ms cubic-bezier(0.4, 0, 0.6, 1);
    user-select: false;
    visibility: hidden;
    width: 16.75rem;
    will-change: overflow, translate;
    /*background: var(--yt-guide-background);*/
    -ms-flex: 1 1 0.000000001px;
    -webkit-flex: 1;
    flex: 1;
    flex-basis: 0%;
    -webkit-flex-basis: 0.000000001px;
    flex-basis: 0.000000001px;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .navdrawer[aria-expanded=true] {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
    transition: all 300ms cubic-bezier(0, 0, 0.2, 1);
    -moz-transform: translate3d(16.75rem, 0, 0);
    -o-transform: translate3d(16.75rem, 0, 0);
    -ms-transform: translate3d(16.75rem, 0, 0);
    -webkit-transform: translate3d(16.75rem, 0, 0);
    transform: translate3d(16.75rem, 0, 0);
    /*overflow-y: scroll;  has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    z-index: 33;
  }
  .navdrawer[aria-expanded=true]:hover {
    overflow-y: auto;
  }
  .navdrawer .nav-link {
    padding: 0.5rem 3.5rem;
  }
  .navdrawer .dropdown-toggle:after, .navdrawer .menu-toggle:after {
    display: none;
  }
  .navdrawer .navbar-brand-wrapper {
    border: none;
    box-shadow: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
  }
  .navbar-brand-wrapper {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: none;
    box-shadow: none;
    display: inline-block;
    top: 0;
    z-index: 44;
    outline: none !important;
  }
}
.default-dropdown .sub-nav {
  /*    left: auto;
      right: auto;*/
}

.options-nav {
  /*background: red;*/
  /*position: absolute;*/
  height: 2.5rem;
  right: 0;
  top: 0;
  margin-right: 1rem;
}
@media (min-width: 544px) {
  .options-nav {
    margin-left: 2.5rem;
  }
}
.options-nav .material-icons, .options-nav body .fancybox-close:before, body .options-nav .fancybox-close:before {
  font-size: inherit;
  line-height: inherit;
}
.options-nav .nav-item {
  border: none;
  min-width: 2.5rem;
  position: relative;
}
.options-nav .nav-item > .nav-link {
  color: rgb(180, 147, 81);
  width: 2.5rem;
}
@media (max-width: 767.98px) {
  .options-nav .nav-item > .nav-link {
    padding: 0.5rem !important;
  }
}

.dropdown-menu-teaser {
  padding: 1rem !important;
  color: #fff;
}

/* @include media-breakpoint-up(sm) {
    .dropdown-menu-teaser {
        + [role="menu"]{
            column-count: 2;
        }
    }
 }*/
@media (min-width: 992px) {
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dropdown-menu-teaser + [role=menu] {
    /*column-count: 3;*/
  }
}
/*@include media-breakpoint-up(xl) {
    .dropdown-menu-teaser {
        + [role="menu"]{
            column-count: 4;
        }
    }
}*/
@media (min-width: 1440px) {
  .dropdown-menu-teaser + [role=menu] {
    /*column-count: 4;*/
  }
}
.navdrawer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*    background: url("../img/nav-teaser.png") no-repeat;
      background-size: cover;
      position: relative;*/
  /*border-bottom: 1px solid #cecece;*/
  /*background: #fff;*/
  min-height: 4rem;
}
@media (max-width: 1199.98px) {
  .navdrawer-header {
    /*box-shadow: map-get($toolbar-elevation-shadow, shadow);*/
  }
}
.navdrawer-header:before {
  /*        background: url("../img/joker.png") no-repeat;
          content:"";
          display: block;
          height: 100%;
          position: absolute;
          width: 100%;
          z-index:0;*/
}
.navdrawer-header * {
  z-index: 11;
}
.navdrawer-header .search-wrapper {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
}

aside > .nav {
  margin-bottom: 1rem;
}
aside > .nav .nav {
  /*background: rgba(0,0,0,.05);*/
  flex-direction: column;
}

aside .nav:not(.nav-pills) {
  display: block;
  /*@extend .fadeInSlow;*/
  font-size: 0.875rem;
  /*@include transition( height, .35s,  ease-in-out);*/
}
aside .nav:not(.nav-pills) .nav {
  /*            flex-direction: column;
              align-self: flex-start;*/
}
aside .nav:not(.nav-pills) .nav .dropdown-menu {
  /*box-shadow: map-get($elevation-shadow-1dp, shadow);*/
}
aside .nav:not(.nav-pills) > li > a {
  padding: 0.5rem 1rem;
}
aside .nav:not(.nav-pills) > li li > a {
  padding: 0.5rem 1.5rem;
}
aside .nav:not(.nav-pills) li.active li.active:not(.dropdown) {
  position: relative;
}
aside .nav:not(.nav-pills) li.active li.active:not(.dropdown):before {
  content: "";
  border-style: solid;
  border-width: 1rem 0 1rem 1rem;
  border-color: transparent transparent transparent #fff;
  height: 0;
  width: 0;
  position: absolute;
  right: -0.5rem;
  top: 0;
}
aside .nav:not(.nav-pills) li.active li.active:not(.dropdown) > a {
  background: rgb(180, 147, 81);
  border-color: #fff;
  color: #fff;
}
aside .nav:not(.nav-pills) a {
  display: block;
  position: relative;
  white-space: initial;
}
aside .nav:not(.nav-pills) a:focus, aside .nav:not(.nav-pills) a:hover {
  text-decoration: underline;
}
aside .nav:not(.nav-pills) a.h2 {
  margin-bottom: 0.45em;
  background: none;
  padding: 1rem;
}
aside .nav:not(.nav-pills) li.dropdown > a .caret {
  font-family: "Material Icons";
  border: 0;
  display: block;
  width: 2.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
aside .nav:not(.nav-pills) li.dropdown > a .caret:focus, aside .nav:not(.nav-pills) li.dropdown > a .caret:hover {
  background: #acacac;
  color: #fff;
}
aside .nav:not(.nav-pills) li.dropdown > a .caret:before {
  content: "expand_more";
  font-size: 1rem;
  line-height: 2;
  font-style: normal;
  /*right: 1rem;*/
  margin: 0 auto;
}
aside .nav:not(.nav-pills) li.dropdown.open > a .caret:before {
  content: "expand_less";
}
aside .nav:not(.nav-pills).level_0 li.active.dropdown * {
  transition: all 0.15s;
}
aside .nav:not(.nav-pills).level_0 li.active.dropdown > a {
  background: #ff0000;
  color: #fff;
  position: relative;
  padding-right: 3rem;
}
aside .nav:not(.nav-pills).level_0 li.active.dropdown > a:active .caret, aside .nav:not(.nav-pills).level_0 li.active.dropdown > a:focus .caret, aside .nav:not(.nav-pills).level_0 li.active.dropdown > a:hover .caret {
  background: #8f0000;
  text-decoration: none;
}
aside .nav:not(.nav-pills) .dropdown-menu {
  margin: 0 0 1rem;
  padding: 0;
  position: relative !important;
  width: 100%;
}
@media (min-width: 544px) {
  aside .nav:not(.nav-pills) .dropdown-menu .dropdown-menu {
    margin: 0;
    max-height: calc(100vh - 11rem);
    overflow: hidden;
  }
  aside .nav:not(.nav-pills) .dropdown-menu .dropdown-menu:hover {
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  aside .nav:not(.nav-pills) .dropdown-menu .dropdown-menu {
    max-height: calc(100vh - 13rem);
  }
}
aside .nav:not(.nav-pills).level_0 {
  display: block;
}
aside .nav:not(.nav-pills) .level_0 > li a,
aside .nav:not(.nav-pills) .level_0 > li ul {
  /*@include transition( all, .35s,  ease-in-out);*/
  /*@include radius(.25em);*/
}
aside .nav:not(.nav-pills) .level_0 > li {
  /*border-bottom: 1px dashed #dedede;*/
}
aside .nav:not(.nav-pills) .level_0 > li li {
  /*border-bottom: 1px dashed #eee;*/
}
aside .nav:not(.nav-pills) .level_1, aside .nav:not(.nav-pills) .level_2 {
  /*background: rgba(193, 193, 193, .8);*/
}
aside .nav.level_0 > li:not(.active),
aside .nav.level_0 > li.active.open ~ li {
  display: none;
}

aside {
  /*    >.nav{
          > li:not(.active),
             > li.dropdown.active.open ~ li{
              display: none;
          }
      }*/
  /*    > .active li.active{
          display:block;
          &:before{
              content:"";
              border-style: solid;
              border-width: 1rem 1rem 1rem 0;
              border-color: transparent green transparent transparent;
              height: 0;
              width: 0;
              position:absolute;
              left:-1rem;
              top:0;
          }
          &:last-child:before{
              border-color: transparent #666 transparent transparent;
          }
          &.index{
              background: red;
          }
      }*/
}
aside .nav:not(.nav-pills) a {
  display: block;
  border-bottom: 1px dotted #e2e2e2;
  text-decoration: none;
  color: #787878;
  padding: 0 0.25rem;
  transition: background 0.25s;
}
aside .nav:not(.nav-pills) a:hover, aside .nav:not(.nav-pills) a:focus, aside .nav:not(.nav-pills) a.active {
  /*background: $nav-link-bg-hover;*/
  border-bottom: 1px dotted transparent;
  color: rgb(180, 147, 81);
  border-radius: 0;
  position: relative;
}
aside .nav:not(.nav-pills) a:active {
  /*background: $nav-link-bg-active;*/
}
aside .nav:not(.nav-pills) a .notice {
  background: #666;
}

.nav-pills .nav-link {
  padding: 0.35rem 0.5rem;
  border-radius: 0.125rem;
  font-size: 87%;
}
.nav-pills .nav-link:hover {
  background: #0099ff;
  /*color:$color-info;*/
}

footer .nav li a {
  padding: 0.25rem 0;
}

#btnUp {
  bottom: 0.5rem;
  display: none;
  position: fixed;
  right: 0.5rem;
  z-index: 1035;
}
#btnUp a {
  display: block;
  background: #fff;
  border-radius: 50%;
  color: #aaa;
  text-align: center;
  width: 2.5em;
  height: 2.25em;
  line-height: 2.25em;
}
#btnUp a span {
  display: none;
}
#btnUp a:hover {
  background: #fff;
  right: 0;
  color: #000;
  outline: 1px solid #cecece;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress:before {
  content: "";
  width: 100%;
  height: 3.5rem;
  background: #222;
}

#nprogress .bar {
  background: #fff;
  position: fixed;
  z-index: 1061;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 0.5rem;
  right: 1rem;
  padding: 1rem;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader, [data-slider-list]:before, [data-slider-list] {
  /*@extend .fadeIn;*/
  background: inherit;
  /*@include gradient($bg-primary, $bg-secondary);*/
  /*@include gradient-vertical-three-colors($bg-primary, #33AFFF, 56%, #fff);*/
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 10rem;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader.loader-form, .loader-form[data-slider-list]:before, .loader-form[data-slider-list] {
  background: rgba(255, 255, 255, 0.7);
}
.loader:after, [data-slider-list]:after, .loader:before, [data-slider-list]:before {
  content: "";
  background-color: var(--ebLColor);
  width: var(--ebLSize);
  height: var(--ebLSize);
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  margin: 0;
  position: absolute;
  -webkit-animation: bsm var(--ebLDur) 0s linear infinite;
  animation: bsm var(--ebLDur) 0s linear infinite;
}
.loader:after, [data-slider-list]:after {
  -webkit-animation-delay: var(--ebLDelay);
  animation-delay: var(--ebLDelay);
}

/* Spinner Circle Rotation */
/*.loader:before {
    @include animate(spCircRot 1s infinite linear);
    border: .1rem rgba($spCol,0.36) solid;
    border-top: .1rem rgba($spCol,1) solid;
    border-radius: 50%;
    width: 6em;
    height: 6em;
    left:50%;
    position: absolute;
    top:50%;
    content:"";
    margin-left: -3em;
    margin-top: -3em;
    display: block;
}*/
@-webkit-keyframes spCircRot {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes spCircRot {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spCircRot {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@root {
  --ebLColor: #2ea2f8;
  --ebLSize: 150px;
  --ebLDur: 2s;
  --ebLDelay: -0.65s;
}
.ico_topoffer, .ico_newoffer, .ico_vendor, .ico_bware {
  position: absolute;
  display: block;
  top: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  z-index: 10;
}

.ico_topoffer {
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  background: url(../img/icons/ico_topoffer.png) no-repeat center center;
  border: 1px solid red;
  left: 1rem;
}

.ico_newoffer {
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  background: url(../img/icons/ico_newoffer.png) no-repeat center center;
  /*right: 1rem;*/
  top: 2rem;
  content: "Neu";
}

.ico_bware {
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  background: url(../img/icons/ico_bware.png) no-repeat center center;
  /*right: 1rem;*/
  top: 2rem;
  content: "Neu";
}

.ico_vendor {
  /*@include radius(3rem);*/
  top: 0.5rem;
  height: auto;
  right: 0.5rem;
  width: 3.5rem;
  height: 3.5rem;
}

.card-teaser {
  /*background:blue;*/
  /*padding: 2rem;*/
  /*transition: all .2s;*/
}
.card-teaser .card-img {
  /*@include box-shadow($bmd-shadow-6dp);*/
  background: #fff;
  /*margin:1.5rem -2rem 1.5rem 2rem;;*/
  max-width: 15rem;
  /*padding: 1rem;*/
  transform: rotate(-5deg);
}
.card {
  /*border-radius: .325rem;*/
  position: relative;
  /*transition: all .2s cubic-bezier(0.68, 0.55, 0, 1);*/
}
.card .card-header {
  position: relative;
}
.card .card-body {
  background: #fff;
}
.card .card-label {
  position: absolute;
}
.card .card-price {
  background: #fff;
  position: relative;
  display: block;
}
.card .card-price .lead {
  font-size: 1.25rem;
}
.card .row {
  /*margin: 1rem;*/
}
.card .card-price-box {
  margin-bottom: -0.375rem;
  position: relative;
}
.card .brutto {
  transition: color 0.3s;
  background: #fff;
  display: none;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 0;
}
.card .netto {
  /*transition: color .3s;*/
}
.card form {
  margin: 0;
}
@media (max-width: 1280px) {
  .card h2, .card .h2 {
    /*font-size:140%;*/
  }
}
.card:active, .card:focus, .card:hover {
  /*                @include shadow-z-1-hover;*/
  /*color: inherit;*/
  /*z-index: 100;*/
  /*margin-bottom: -5rem;*/
}
.card:active .brutto, .card:focus .brutto, .card:hover .brutto {
  display: block;
}
.card:active .netto, .card:focus .netto, .card:hover .netto {
  color: transparent;
}
.card .card-image-headline {
  background: rgba(255, 255, 255, 0.9);
  /*color: red;*/
  bottom: -0.005rem;
  font-size: 1rem;
  margin: 0;
  left: 0;
  /*line-height: 1.5;*/
  font-size: 1rem !important;
  /*position: absolute;*/
  width: 100%;
  /*border-bottom: 1px solid #cecece;*/
  padding: 0.5rem;
}
.card .card-headline {
  /*font-size: inherit;*/
}
.card .block {
  position: relative;
}
.card .card-body {
  /*padding: 0 $card-padding $card-padding;*/
  position: relative;
  display: block;
  z-index: 1;
}
.card .ico_topoffer,
.card .ico_newoffer {
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

a.card {
  border-color: transparent;
}
a.card:active, a.card:focus, a.card:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
}

.card-block .arrow-c-b:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 1rem 0 1rem;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -1rem;
  left: 50;
}

.inCart {
  outline: 1px solid red;
}

.card-list:after {
  clear: both;
  content: " ";
  display: table;
}
.card-list *[class*=col-] {
  padding: 0;
}
.card-list.listView *[class*=col-] {
  width: 100%;
}
.card-list.listView .card-image, .card-list.listView .card-body {
  display: inline-block;
  vertical-align: top;
}
.card-list.listView .card-image a img {
  /*display: none;*/
  max-width: auto;
  max-height: auto;
}
.card-list .card {
  box-shadow: none;
  margin: 0.25rem 0;
  padding: 0.5rem;
}
.card-list .card:active, .card-list .card:focus, .card-list .card:hover {
  /*@include shadow-z-1-hover;*/
}

.card-headline[data-id] {
  color: #333;
}

.newsSLide .card-header, .newsSLide .card-body {
  padding: 0.75rem 1.5rem 0.25rem;
}

.slick-track .card {
  box-shadow: none;
  padding: 0;
}

/*.offer.product, .card {
    min-height: 24em;
}

.slick-track {
    margin: 0.75rem 0 1.75rem;
}*/
.card-deck .card.full-bg-img {
  margin: 0;
  padding: 1rem;
}

.card-actions {
  padding: 1rem;
}

.card-price {
  padding: 1rem;
  background: #dedede;
}

.article,
.categories {
  /*background:#ff0000;*/
}
.article > div,
.categories > div {
  /*@extend .px-0;*/
  /*margin:0 -1rem;*/
  /*margin: -.15rem;*/
}
@media (min-width: 544px) {
  .article > div,
  .categories > div {
    /*padding:.125rem .15rem;*/
  }
}
.article .card.tile,
.categories .card.tile {
  /*margin:0 0 .125rem 0;*/
  max-height: 16rem;
  min-height: 6rem;
  overflow: hidden;
  z-index: 0;
}
.article .card.tile .card-image,
.categories .card.tile .card-image {
  /*transition: all .3s cubic-bezier(0.68, 0.55, 0, 1);*/
}
.article .card.tile .card-image a,
.categories .card.tile .card-image a {
  display: block;
}
.article .card.tile .card-image img,
.categories .card.tile .card-image img {
  width: 100%;
}
.article .card.tile .caption-reveal,
.categories .card.tile .caption-reveal {
  background: rgba(255, 255, 255, 0.87);
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  bottom: 0;
}
.article .card.tile .caption-reveal > a,
.categories .card.tile .caption-reveal > a {
  font-size: 1rem;
  padding: 0.5rem 2rem 0.5rem 1rem;
  line-height: 1.35;
  /*transition: all .3s cubic-bezier(0.68, 0.55, 0, 1);*/
  transition: all 0.2s ease-in-out;
  color: #333;
  display: block;
  position: relative;
  text-decoration: none;
}
.article .card.tile:active, .article .card.tile:hover, .article .card.tile:focus,
.categories .card.tile:active,
.categories .card.tile:hover,
.categories .card.tile:focus {
  border-color: transparent;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1;
}
.article .card.tile:active .card-image, .article .card.tile:hover .card-image, .article .card.tile:focus .card-image,
.categories .card.tile:active .card-image,
.categories .card.tile:hover .card-image,
.categories .card.tile:focus .card-image {
  overflow: hidden;
  /*@include filter(grayscale,100%);*/
}
.article .card.tile:active .card-image a img, .article .card.tile:hover .card-image a img, .article .card.tile:focus .card-image a img,
.categories .card.tile:active .card-image a img,
.categories .card.tile:hover .card-image a img,
.categories .card.tile:focus .card-image a img {
  /*zoom:2;*/
  max-width: auto;
}
.article .card.tile:active .caption-reveal, .article .card.tile:hover .caption-reveal, .article .card.tile:focus .caption-reveal,
.categories .card.tile:active .caption-reveal,
.categories .card.tile:hover .caption-reveal,
.categories .card.tile:focus .caption-reveal {
  /*@include translate3d(0px, -2rem, 0px);*/
  background: #56a8ff;
  color: white !important;
}
.article .card.tile:active .caption-reveal a, .article .card.tile:hover .caption-reveal a, .article .card.tile:focus .caption-reveal a,
.categories .card.tile:active .caption-reveal a,
.categories .card.tile:hover .caption-reveal a,
.categories .card.tile:focus .caption-reveal a {
  /*padding-bottom: .725rem;*/
  margin-bottom: 0.35rem;
  margin-top: 0.35rem;
  color: white !important;
}
.article .card.tile:active .caption-reveal a:after, .article .card.tile:hover .caption-reveal a:after, .article .card.tile:focus .caption-reveal a:after,
.categories .card.tile:active .caption-reveal a:after,
.categories .card.tile:hover .caption-reveal a:after,
.categories .card.tile:focus .caption-reveal a:after {
  font-size: 1rem;
  line-height: inherit;
  vertical-align: bottom;
}

.pagination {
  align-items: center;
  background: none;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
}

.article-list-options {
  align-items: center;
  border-bottom: 1px solid #dedede;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  width: 100%;
  z-index: 140;
}
.article-list-options .dropdown-menu {
  padding: 1rem;
}
.article-list-options button {
  margin: 0;
}
.article-list-options .page-item {
  /*vertical-align: top;*/
}
.article-list-options ~ .table-options {
  border-bottom: none;
  border-top: 1px solid #ccddee;
  padding-top: 0.75rem;
}

.slick-track,
.article {
  /*background: #aaa;*/
  position: relative;
  z-index: 130;
}
.slick-track + *,
.article + * {
  position: relative;
  z-index: 1;
}
.slick-track + .article-list-options,
.article + .article-list-options {
  border-bottom: none;
  border-top: 1px solid #ccddee;
  margin-top: 0.75rem;
  padding-bottom: 0;
  padding-top: 0.75rem;
}
.slick-track .blockView,
.article .blockView {
  /*background: skyblue;*/
  /*padding: 2rem 0;*/
}
.slick-track .blockView *[class^=col],
.article .blockView *[class^=col] {
  margin: 0.5rem 0;
}
.slick-track .card,
.article .card {
  border: none;
  box-shadow: none;
  overflow: hidden;
}
.slick-track .card .card-img-top,
.article .card .card-img-top {
  position: relative;
  text-align: center;
  /*transition: all .3s cubic-bezier(0.68, 0.55, 0, 1);*/
}
.slick-track .card .card-img-top a,
.article .card .card-img-top a {
  color: #001123;
  display: block;
  /*min-height: 16rem;*/
}
.slick-track .card .card-img-top a .ico_vendor,
.article .card .card-img-top a .ico_vendor {
  width: 3.5rem;
  top: 0.25rem;
  right: 0.25rem;
}
.slick-track .card .card-img-top a img,
.article .card .card-img-top a img {
  /*background: red;*/
  margin: 0 auto 1.5rem !important;
  padding: 0.5rem 0.5rem 3rem;
  max-height: 14rem;
  width: auto;
}
.slick-track .card .card-img-top a img.no-padding,
.article .card .card-img-top a img.no-padding {
  padding: 0;
}
.slick-track .card .card-img-top img,
.article .card .card-img-top img {
  margin: 0 auto !important;
  text-align: center;
  height: auto !important;
  /*max-width: 100%;*/
}
.slick-track .card .card-body,
.slick-track .card .card-header,
.slick-track .card .card-footer,
.article .card .card-body,
.article .card .card-header,
.article .card .card-footer {
  padding: 0.5rem 0.875rem;
}
.slick-track .card .card-header,
.article .card .card-header {
  background: #fff;
  bottom: 100%;
  left: 0;
  /*padding-top: .5rem;*/
  position: absolute;
  right: 0;
  z-index: 2;
}
.slick-track .card .card-headline,
.article .card .card-headline {
  /*border-bottom: 1px solid #cecece;*/
  font-size: inherit;
  font-weight: 200;
  /*line-height: 1.5;*/
  margin: 0;
}
.slick-track .card .wrapper,
.article .card .wrapper {
  -moz-transform: translate3d(0px, 3.25rem, 0px);
  -o-transform: translate3d(0px, 3.25rem, 0px);
  -ms-transform: translate3d(0px, 3.25rem, 0px);
  -webkit-transform: translate3d(0px, 3.25rem, 0px);
  transform: translate3d(0px, 3.25rem, 0px);
  /*background: #aaa;*/
  /*padding: .5rem 0;*/
  margin-top: -4rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0, 1);
  z-index: 100;
}
.slick-track .card .card-body,
.article .card .card-body {
  text-align: center;
  border-color: transparent;
  /*margin-bottom: 1rem;*/
}
.slick-track .card .card-footer,
.article .card .card-footer {
  background: #aaa;
  /*padding-bottom: .25rem;*/
}
.slick-track .card .card-price-box,
.article .card .card-price-box {
  position: relative;
  display: block;
  /*transition: all .3s cubic-bezier(0.68, 0.55, 0, 1);*/
}
.slick-track .card:active, .slick-track .card:focus, .slick-track .card:hover,
.article .card:active,
.article .card:focus,
.article .card:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.slick-track .card:active .card-img-top a img, .slick-track .card:focus .card-img-top a img, .slick-track .card:hover .card-img-top a img,
.article .card:active .card-img-top a img,
.article .card:focus .card-img-top a img,
.article .card:hover .card-img-top a img {
  max-width: auto;
  /*                @include filter(grayscale,100%);*/
}
.slick-track .card:active .wrapper, .slick-track .card:focus .wrapper, .slick-track .card:hover .wrapper,
.article .card:active .wrapper,
.article .card:focus .wrapper,
.article .card:hover .wrapper {
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  /*border-top:1px solid;*/
  background: #fff;
}

.slick-track {
  /*background:#aaa;*/
}
.slick-track .card .wrapper {
  -moz-transform: translate3d(0px, 54%, 0px);
  -o-transform: translate3d(0px, 54%, 0px);
  -ms-transform: translate3d(0px, 54%, 0px);
  -webkit-transform: translate3d(0px, 54%, 0px);
  transform: translate3d(0px, 54%, 0px);
}
.slick-track .card:active .wrapper, .slick-track .card:focus .wrapper, .slick-track .card:hover .wrapper {
  -moz-transform: translate3d(0px, 0, 0px);
  -o-transform: translate3d(0px, 0, 0px);
  -ms-transform: translate3d(0px, 0, 0px);
  -webkit-transform: translate3d(0px, 0, 0px);
  transform: translate3d(0px, 0, 0px);
}

.blockView {
  /*    .card-headline{
          border-bottom: 1px solid #cecece;
      }*/
}
.blockView .card {
  border-color: transparent;
}

.hero-img-wrapper {
  position: relative;
  /*padding:1rem;*/
  text-align: center;
}
.hero-img-wrapper .img-strip {
  position: relative;
}
.hero-img-wrapper .hero-img {
  background: #fff;
  margin: 1rem;
  /*padding:1.5rem;*/
  position: relative;
  /* 'Shrink-wrap' the element */
  display: inline-block;
  zoom: 1;
}

.hero-img img {
  vertical-align: bottom;
}
.hero-img:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid;
}

.product-title {
  font-size: 1.25rem !important;
}
@media (min-width: 768px) {
  .product-title {
    font-size: 1.325rem !important;
  }
}
@media (min-width: 1200px) {
  .product-title {
    font-size: 1.5rem !important;
  }
}

.product-subtitle {
  font-size: 0.875rem !important;
}
@media (min-width: 768px) {
  .product-subtitle {
    font-size: 1rem !important;
  }
}

.main-product .card-header,
.main-product .card-body {
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .main-product .card-header,
  .main-product .card-body {
    padding: 0.875rem;
  }
}
.main-product .card-header {
  background: radial-gradient(ellipse at top center, #fff 22%, #aaa 134%) !important;
  background: radial-gradient(ellipse at top left, #fff 66%, #aaa 134%) !important;
  background-attachment: fixed;
  padding-bottom: 2.75rem;
  padding-top: 0.5rem;
}
@media (min-width: 544px) {
  .main-product .card-header {
    padding-bottom: 3rem;
  }
}
.main-product .tabs {
  margin-top: -2.45rem;
}
@media (min-width: 992px) {
  .main-product .tabs {
    margin-top: -2.875rem;
  }
}
.main-product img.small {
  margin: 0.5rem 0 1rem;
  max-width: 13%;
}

.card-group.listView > div {
  background: #eee;
  float: none !important;
  display: block;
  width: 100% !important;
  flex: 0 0 100%;
  max-width: 100%;
}
.card-group.listView > div .card-img-top {
  display: none;
}
.card-group.listView > div .card-header {
  display: inline-block;
  position: relative;
  width: 75%;
}
.card-group.listView > div .card-body, .card-group.listView > div .card-footer {
  display: inline-block;
  position: relative;
  width: 12%;
}

.easyzoom--overlay .easyzoom-flyout {
  /*    @include box-shadow($bmd-shadow-8dp);*/
}
@media (min-width: 544px) {
  .easyzoom--overlay .easyzoom-flyout {
    height: 175% !important;
    left: 100% !important;
    top: 0 !important;
    transition: all 0.2s ease-in;
    width: 175% !important;
  }
}
.easyzoom--overlay .easyzoom-flyout img {
  max-width: none !important;
  width: 200%;
}

.card-price-box {
  /*background: #cececc;*/
}

.product-sub-title {
  /*font-size: 1.125rem;*/
}
@media (min-width: 992px) {
  .product-sub-title {
    /*font-size: 1.125rem;*/
  }
}

.thumbnails {
  background: #fff;
  padding: 0.35rem;
}
.thumbnails a {
  outline: 1px solid #818a91 !important;
}
.thumbnails a:active, .thumbnails a:focus, .thumbnails a:hover, .thumbnails a.active {
  outline: 1px solid #fff !important;
  opacity: 0.5;
}
.thumbnails img {
  max-width: 2.75rem;
  margin: 0 0 0.5rem 0;
}
.thumbnails div {
  display: inline-block;
  margin: 0 0.675rem;
}
@media (min-width: 768px) {
  .thumbnails div {
    display: block;
    margin: 0 0 0.5rem;
  }
}

article {
  perspective: 100%;
}

.card .content .price {
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: inherit;
  border-radius: 50%;
  width: 152px;
  height: 152px;
  margin: 50px auto;
  text-align: center;
  vertical-align: middle;
  line-height: 200px;
}
.card .content .price h4 {
  margin: 5px 0 0;
  font-size: 36px;
}
.card .content .price h6 {
  margin-top: 45px;
  font-size: 16px;
}
.card .content .price .currency {
  font-size: 22px;
  font-weight: normal;
}

.price {
  margin: 0 1rem 0 0;
}
.price[data-cents] {
  font-size: 1.75rem;
  font-style: italic;
  font-weight: bold;
  position: relative;
}
.price[data-cents]:after {
  content: attr(data-cents);
  top: 0.18em;
  right: -0.875em;
  font-size: 0.5em;
  letter-spacing: 0;
  -webkit-transform: scaleY(0.9);
  -ms-transform: scaleY(0.9);
  transform: scaleY(0.9);
}
.price[data-cents]::after, .price[data-cents]::before {
  position: absolute;
}
.price[data-cents]:before {
  content: " ";
  display: block;
  right: 0;
  top: 1.3rem;
  width: 0.375em;
  height: 0.105em;
  background: red;
  -webkit-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-category {
    background: red;
    /*padding-left: 0!important;*/
  }
}
@media (min-width: 1200px) {
  .card-category {
    background: greenyellow;
    /*padding-left: 0!important;*/
  }
}

/*.account-dialog{
    opacity: .0;
    @include animate('fadeIn .5s both cubic-bezier(0.56, 0.17, 0.32, 1.15)');
    @media print{opacity:1;}
    box-shadow: map-get($dialog-elevation-shadow, shadow);
    max-width: 60vw
}*/
.blur {
  /*background-color: rgba(255,255,255,.97);*/
}
@supports (-webkit-backdrop-filter: blur(1.5rem)) or (backdrop-filter: blur(1.5rem)) {
  .blur {
    background-color: rgba(255, 255, 255, 0.87);
    -webkit-backdrop-filter: blur(1.5rem);
    backdrop-filter: blur(1.5rem);
  }
}

.modal {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  opacity: 0;
  z-index: -1;
}
.modal:not(.show) {
  pointer-events: none;
}
.modal.show:not(.close) {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10008;
}
.modal.show:not(.close) .modal-dialog {
  /*@include animate('slideDown .3s ease-in-out');*/
  -webkit-animation: fadeInDown .34s cubic-bezier(0.68, 0.55, 0, 1);
  -moz-animation: fadeInDown .34s cubic-bezier(0.68, 0.55, 0, 1);
  -o-animation: fadeInDown .34s cubic-bezier(0.68, 0.55, 0, 1);
  animation: fadeInDown .34s cubic-bezier(0.68, 0.55, 0, 1);
}
.modal.show:not(.close).close .modal-dialog {
  -webkit-animation: fadeOut .3s ease-in-out;
  -moz-animation: fadeOut .3s ease-in-out;
  -o-animation: fadeOut .3s ease-in-out;
  animation: fadeOut .3s ease-in-out;
}
.modal.fadex .modal-dialog {
  /*            -webkit-transform: scale(0.9875);
              -moz-transform: scale(0.9875);
              -ms-transform: scale(0.9875);
              transform: scale(0.9875);*/
  /*opacity: 0;*/
  -webkit-transition: all 0.23s;
  -moz-transition: all 0.23s;
  transition: all 0.23s;
  /*            -webkit-transform: translate3d(0, 1vh, 0);
              transform: translate3d(0, 1vh, 0);*/
}
.modal.fadex.show .modal-dialog {
  /*                -webkit-transform: scale(1);
                  -moz-transform: scale(1);
                  -ms-transform: scale(1);
                  transform: scale(1);*/
  /*opacity: 1;*/
  /*@include animate('fadeInUp .34s ease-in-out');*/
}
.modal .modal-dialog {
  margin: auto;
  max-width: calc(100vw - 32px);
}
@media (min-width: 544px) {
  .modal .modal-dialog {
    max-width: 560px;
  }
}
.modal .modal-dialog .modal-content {
  max-height: calc(100% - 32px);
}
@media (min-width: 768px) {
  .modal .modal-dialog.fullscreen {
    margin: 1rem auto;
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .modal .modal-dialog.fullscreen {
    margin: 1rem auto;
    max-width: 62.5%;
  }
}

.modal-dialog {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}

.modal-content {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
  border: none;
  max-height: calc(100% - 32px);
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  pointer-events: auto;
  /*overflow-y: auto;*/
  /*border-radius:0;*/
}
.modal-content > div:first-of-type.modal-body .headline {
  margin-bottom: 0.875rem;
  padding: 0 0.5rem;
}
.modal-content .loader, .modal-content [data-slider-list]:before, .modal-content [data-slider-list] {
  position: absolute;
  top: 0;
  left: 0;
}

.modal-header {
  border: none;
  background: #2e2e2e;
  background: var(--secondary);
  height: 2.25rem;
  position: relative;
  z-index: 1;
}
.modal-header .headline {
  margin-bottom: 0;
}
.modal-header:not(:empty) + * h2:first-of-type {
  display: none;
}
.modal-header:empty {
  padding: 0.625rem;
}
.modal-header .btn-close {
  background-color: inherit;
  border-radius: 50%;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  padding: initial;
  position: absolute;
  right: 0.5rem;
  bottom: -1rem;
}

.modal-title {
  font-size: 1.25rem;
  padding-right: 1.5rem;
}

.modal-footer {
  background: #d9ecf9;
  border-top: 1px solid transparent;
  padding: 0.5rem 0.5rem;
}
.modal-footer:empty {
  padding: 0;
  visibility: collapse;
}

.modal-body {
  background: #d9ecf9;
  margin-bottom: -1px;
  max-height: 100%;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modal-body {
    /*max-height: calc(100vh - 8.5rem);*/
  }
}

.btn-close-static {
  padding: 0.125rem;
  position: absolute;
  left: 0.25rem;
  top: 0.3125rem;
}
@media (min-width: 544px) {
  .btn-close-static {
    /*        left:.5rem;
            top:.5rem;*/
  }
}
@media (min-width: 1200px) {
  .btn-close-static {
    left: 0.5rem;
    top: 0.5rem;
  }
}

#cookieInfo {
  /*background: rgba(0,0,150,0.77);*/
  background: #d9ecf9;
  /*color: #fff;*/
  display: block;
  padding: 0.875rem;
  position: fixed;
  bottom: 0;
  /*opacity: 0;*/
  /*top: -.25em;*/
  min-height: 4rem;
  width: 100%;
  z-index: 1046;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
  -webkit-animation: slideUp .3s ease-in-out;
  -moz-animation: slideUp .3s ease-in-out;
  -o-animation: slideUp .3s ease-in-out;
  animation: slideUp .3s ease-in-out;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
#cookieInfo .btn, #cookieInfo body .EBCTG-btn, body #cookieInfo .EBCTG-btn, #cookieInfo #ebSmallSearch button, #ebSmallSearch #cookieInfo button {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #cookieInfo {
    margin: 1rem;
    max-width: 600px;
    width: 50%;
  }
}

#fancybox-loading div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 13rem !important;
}
#fancybox-loading div:after, #fancybox-loading div:before {
  content: "";
  background-color: var(--ebLColor);
  width: var(--ebLSize);
  height: var(--ebLSize);
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  margin: 0;
  position: absolute;
  -webkit-animation: bsm var(--ebLDur) 0s linear infinite;
  animation: bsm var(--ebLDur) 0s linear infinite;
}
#fancybox-loading div:after {
  -webkit-animation-delay: var(--ebLDelay);
  animation-delay: var(--ebLDelay);
}

.fancybox-wrap {
  /*    max-width: calc(100vw - 32px);
      @include media-breakpoint-up(sm) {
          max-width: 560px;
      }*/
}

.fancybox-skin {
  padding: 2.25rem 0 0 0 !important;
  background: #2e2e2e !important;
  background: var(--secondary) !important;
}

body .fancybox-overlay {
  /*@extend .modal-dialog;*/
}
body #fancybox-loading {
  display: grid;
  position: absolute;
  background-image: none;
  background: #fff;
  max-width: calc(100% - 32px);
  margin: 0;
  width: calc(100% - 32px);
  left: 50%;
  top: 37.5%;
  transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  max-width: 300px;
  width: 300px;
}
@media only screen and (hover: none) and (pointer: coarse) {
  body #fancybox-loading {
    /*transform: translate3d(-50%, 0, 0);*/
  }
}
@media (min-width: 768px) {
  body #fancybox-loading {
    max-width: 560px;
    width: 560px;
  }
}
body #fancybox-loading div {
  background-image: none;
  width: 100%;
  height: 100%;
}
body .fancybox-close {
  background-image: none !important;
  background-color: inherit !important;
  border-radius: 50%;
  color: #fff;
  padding: initial;
  right: 0.5rem;
  top: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  text-decoration: none !important;
}
body .fancybox-close:before {
  content: "close";
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .fancybox-outer {
  background: #d9ecf9;
}
body .fancybox-outer .fancybox-inner {
  padding: 1.5rem 1rem 0;
}
body .fancybox-iframe {
  height: calc(100% - 2rem);
  width: calc(100% - 2rem);
}
body .fancybox-error {
  white-space: normal;
  margin: 0.25rem 1.5rem 1.5rem auto;
  padding: 0;
}

/*@import "efx/components/pagination";*/
/*@import "efx/components/table";*/
/*@import "efx/components/breadCrumb";*/
footer {
  display: flex;
  flex-direction: column;
  position: relative;
}
footer#globalfooter {
  padding: 2.5rem 0;
  width: 100%;
  /*background-attachment: fixed;*/
  /*background: $background-footer;*/
  /*color: $color-footer!important;*/
  /*font-size:.75rem;*/
}
footer#globalfooter:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background: url(../img/bottomblockbg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -ms-filter: brightness(80%);
  -o-filter: brightness(80%);
  filter: brightness(80%);
  z-index: -1;
}
footer#globalfooter * {
  color: rgba(255, 255, 255, 0.7);
}
footer#globalfooter img {
  opacity: 0.5;
}
footer#globalfooter img:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  footer#globalfooter {
    /*font-size:.875rem;*/
  }
}
@media (min-width: 1200px) {
  footer#globalfooter {
    /*font-size:1rem;*/
  }
}
footer#globalfooter *, footer#globalfooter *:before, footer#globalfooter *:after {
  /*font-size: 1em;*/
}
footer#globalfooter a {
  color: rgba(255, 255, 255, 0.7);
  /*opacity: .7;*/
}
footer#globalfooter a:hover {
  color: rgb(255, 255, 255);
}
footer#globalfooter .gf-label {
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
footer#globalfooter .gf-directory-column {
  position: relative;
  z-index: 1;
}
footer#globalfooter .gf-directory-column-section {
  position: relative;
}
footer#globalfooter [class*=gf-directory-column-section-anchor] {
  display: none;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 1em;
  z-index: 3;
}
footer#globalfooter [class*=gf-directory-column-section-anchor] span {
  visibility: hidden;
}
@media (max-width: 767.98px) {
  footer#globalfooter .gf-directory-column-section-list {
    margin: 0;
    padding-bottom: 0.5rem !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    z-index: -1;
    transform: translateY(-0.875rem);
    transition: transform 300ms ease;
  }
}
footer#globalfooter .gf-directory-column-section-state {
  display: none;
}
@media (max-width: 767.98px) {
  footer#globalfooter .gf-directory-column-section-state + .gf-directory-column-section {
    border-bottom: 1px solid;
  }
  footer#globalfooter .gf-directory-column-section-state + .gf-directory-column-section .gf-directory-column-section-anchor-open {
    display: block;
  }
  footer#globalfooter .gf-directory-column-section-state:checked + .gf-directory-column-section {
    display: block;
    overflow: hidden;
  }
  footer#globalfooter .gf-directory-column-section-state:checked + .gf-directory-column-section .gf-directory-column-section-anchor-close {
    display: block;
  }
  footer#globalfooter .gf-directory-column-section-state:checked + .gf-directory-column-section .gf-directory-column-section-anchor-open {
    display: none;
  }
  footer#globalfooter .gf-directory-column-section-state:checked + .gf-directory-column-section .gf-directory-column-section-list {
    transform: translateY(0);
    visibility: visible;
    z-index: auto;
    position: static;
  }
}
footer#globalfooter .gf-directory-column-section-label {
  /*            background: $background-footer;*/
  display: block;
  margin: 0;
  position: relative;
  z-index: 2;
}
footer#globalfooter .gf-directory-column-section-title {
  font-size: inherit;
  line-height: inherit;
  /*font-weight: 600;*/
  /*line-height: 1.27273;*/
  margin-bottom: 0.25rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  footer#globalfooter .gf-directory-column-section-title {
    cursor: pointer;
    font-weight: inherit;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    margin-bottom: 0;
  }
}
footer#globalfooter .gf-directory-column-section-list {
  list-style: none;
  padding: 0;
}
footer#globalfooter .gf-directory-column-section-list li a {
  display: block;
}
footer#globalfooter .gf-footer {
  border-top: 1px dotted #e2e2e2;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  footer#globalfooter .gf-directory {
    display: flex;
  }
  footer#globalfooter .gf-directory .gf-directory-column {
    width: 20%;
  }
  footer#globalfooter .gf-footer {
    border-top: 1px dotted #e2e2e2;
    padding-top: 1rem;
  }
}

/*@import "../vendor/select2/select2-4.0.3/dist/css/select2.min.css";*/
.has-error {
  color: red;
}
.has-error .help-block {
  background: #fff;
  color: white !important;
  display: block;
  transition: transform 0.3s cubic-bezier(0.68, 0.55, 0, 1), opacity 0.3s cubic-bezier(0, 0.2, 0, 1);
  font-size: 0.675rem;
  list-style-type: none;
  list-style-position: inside;
  margin: 0.25rem 0;
  padding: 0.125rem 0.5rem;
  position: relative;
}
.has-error .help-block:before {
  position: absolute;
  left: 1rem;
  margin-left: -0.5rem;
  content: "";
  width: 0;
  height: 0;
  border: 0.5rem solid;
  border-color: transparent transparent #fff transparent;
  top: -1rem;
  z-index: 1111;
}

table form {
  margin: 0;
}

ul.errors {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  background: red;
  display: inline-block;
  list-style: none;
  padding: 0.25rem 1rem;
  position: relative;
  z-index: 2;
}
ul.errors:before {
  position: absolute;
  left: 1.65em;
  margin-left: -1em;
  content: "";
  width: 0;
  height: 0;
  border: 1em solid;
  border-color: transparent transparent red transparent;
  top: -1.5em;
  z-index: 1;
}
ul.errors li {
  color: #fff !important;
}

.btn .material-icons, body .EBCTG-btn .material-icons, #ebSmallSearch button .material-icons, .btn body .fancybox-close:before, #ebSmallSearch button body .fancybox-close:before, body .btn .fancybox-close:before, body .EBCTG-btn .fancybox-close:before, body #ebSmallSearch button .fancybox-close:before, #ebSmallSearch body button .fancybox-close:before {
  font-size: 1.25em;
}

form .material-icons, form body .fancybox-close:before, body form .fancybox-close:before {
  vertical-align: inherit !important;
}

textarea:not([type=submit]), select:not([type=submit]), input:not([type=submit]) {
  border: none !important;
  box-shadow: none;
  background: #fff;
  border-bottom: 1px solid !important;
  border-radius: none;
}

.cicolors {
  background: #0063cb !important;
  color: #FFFFFF !important;
}

/*.material-icons{
        vertical-align: middlet;
    }*/
.orderDetailForm button {
  margin-top: 1.25rem;
}

[data-close-tr] {
  align-items: center;
  bottom: -1.125rem;
  display: inline-flex;
  justify-content: center;
  max-height: 2.5rem;
  max-width: 2.5rem;
  position: absolute;
  right: 0.5rem;
  z-index: 1030;
}
@media (max-width: 543.98px) {
  [data-close-tr] {
    bottom: 0.75rem;
    position: fixed;
  }
}

.container [data-close-tr] {
  bottom: -2.125rem;
}

.Object {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.ObjectContainer {
  width: 200px;
  height: 200px;
  display: block;
  position: relative;
  overflow: hidden;
}
.ObjectContainer a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ObjectContainer .Object {
  display: block;
  width: 100%;
  height: 100%;
}
.ObjectContainer a {
  position: absolute;
  bottom: -200px;
  left: 0;
  opacity: 0;
  width: 100%;
  line-height: 0px;
  text-align: center;
  vertical-align: middle;
}
.ObjectContainer:hover .Object {
  margin: 2.5%;
  height: 95%;
  width: 95%;
  border-radius: 100px;
  /* -webkit-transform: rotate(100deg);
  -moz-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  -o-transform: rotate(100deg);
  transform: rotate(100deg); */
}
.ObjectContainer:hover a {
  opacity: 1;
  bottom: 0;
  line-height: 200px;
}
.ObjectContainer #Grey.Object {
  background: #6f6f6e;
}

.btn-floating {
  position: absolute;
  right: 0.75rem;
  bottom: 1rem;
  z-index: 1050;
}

#ebSmallSearch {
  /*position:absolute;*/
  /*    .boxSized{
          width: 100%!important;
          min-width: auto;
          max-width: 100%;
          overflow: hidden;
      }*/
}
#ebSmallSearch .form {
  display: block;
  padding: 0 1.5rem;
}
@media (max-width: 767.98px) {
  #ebSmallSearch .form {
    padding: 0.25rem 1rem;
    flex-direction: column;
  }
}
.fastBooking {
  border-radius: 50%;
  z-index: 11;
  display: none;
  background: transparent;
  position: absolute;
  z-index: 2;
  top: -0.5rem;
  right: 3.5rem;
  width: auto;
  height: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fastBooking .form-control, .fastBooking textarea:not([type=submit]), .fastBooking select:not([type=submit]), .fastBooking input:not([type=submit]) {
  /*        border-radius: 0;
          max-width: 7rem;
          margin: 0 0 0 .25rem;
          border: none;
          background: #e3e3e3;*/
}
.fastBooking .navicon {
  display: inline-block;
  height: 3.5rem;
  width: 4rem;
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  -webkit-transform-origin: 2rem 2.5rem;
  -ms-transform-origin: 2rem 2.5rem;
  transform-origin: 2rem 2.5rem;
  content: "book";
}
.fastBooking .navicon:before {
  color: #0099ff;
  content: "book";
}
.fastBooking .headline {
  display: inline-block;
  vertical-align: super;
  margin-left: -1rem;
}
.fastBooking nav {
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  background: white;
  padding: 1rem 0;
  color: rgba(0, 0, 0, 0.87);
  -webkit-clip-path: circle(1.5rem at 2rem 2.5rem);
  clip-path: circle(1.5rem at 2rem 2.5rem);
  transition: -webkit-clip-path 0.25s, clip-path 0.375s, width 0.2s, height 0.2s 0.4s, background-color 2s, overflow 0.2s 0.6s, transform 0.2s;
}
.fastBooking nav.hover {
  background: #0099ff;
  box-shadow: 0 12px 16px 1px rgba(0, 0, 0, 0.14), 0 4px 22px 3px rgba(0, 0, 0, 0.12), 0 6px 7px -4px rgba(0, 0, 0, 0.4);
  width: 100%;
  height: auto;
  /*        -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; */
  -webkit-clip-path: circle(100vw at 150px 80vw);
  clip-path: circle(100vw at 150px 80vw);
  /*-webkit-transition: width .2s .4s , height .2s .4s, overflow 0 .375s;*/
  transition: -webkit-clip-path 0.5s, clip-path 0.5s, width 0.2s, height 0.2s, background-color 2s, overflow 0.2s 0.6s, transform 0.2s;
}
.fastBooking nav.hover .navicon:before {
  color: #fff;
  content: "close";
}
.fastBooking nav.hover * {
  background: transparent;
  color: #fff;
}
.fastBooking nav.hover input, .fastBooking nav.hover select {
  border-radius: 0;
  padding-left: 0;
}
.fastBooking nav.hover option {
  color: #58585a;
  padding: 0.25rem;
  line-height: 2;
}
.fastBooking .navicon div:before {
  top: -7px;
}
.fastBooking .navicon div:after {
  top: 7px;
}
.fastBooking .control-group {
  display: block;
  margin-bottom: 0.5rem;
  /*background: red!important;*/
}
.fastBooking .control-group button {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  /*background: red!important;*/
}
.fastBooking .control-group .numRooms {
  display: none;
}
.fastBooking .ebsmRooms {
  margin-bottom: 0.5rem;
}
.fastBooking .control-label {
  display: block;
  flex: 100% 0;
}

.ui-datepicker {
  z-index: 777 !important;
}

.EBCTG-eb-catlist-wrap {
  background: #e9ecef !important;
  border: none !important;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem 0 !important;
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .EBCTG-eb-catlist-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.EBCTG-flexslider {
  border: none !important;
  min-height: 6rem;
}
@media (min-width: 544px) {
  .EBCTG-flexslider {
    min-height: 12rem;
  }
}

.EBCTG-btn {
  height: 2rem;
  line-height: 1.5 !important;
  transition-property: 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;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#EBSM_iframeWrap .close_EBSM_overlay {
  right: 1rem !important;
  top: 1rem !important;
}

#EBSM_iframeWrap {
  padding: 1rem;
}

body #EBSM_overlay {
  display: none;
}
body .EBcicolors {
  background: #002592 !important;
}
body .EBCTG-btn {
  /*        padding: $input-btn-padding-y $input-btn-padding-x!important;
            font-size: $font-size-base!important;
  */
  line-height: 1.5 !important;
}

#EBSM_numRooms {
  display: none;
}

label {
  display: block;
}

#EBSM_departureDate {
  content: "yyyy";
}

/* The switch - the box around the slider */
/* Hide default HTML checkbox */
/* The slider */
/* Rounded sliders */
.gj-switch {
  align-items: center;
  display: flex;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gj-switch label {
  order: 0;
  margin: 0 auto 0 0;
}
.gj-switch input {
  order: 1;
  position: relative;
  top: 0;
  margin: 0;
  width: 5rem;
  height: 3rem;
  opacity: 0 !important;
  cursor: pointer;
  pointer-events: auto;
  z-index: 3;
}
.gj-switch input:not(:disabled):hover + .switch-track:before {
  opacity: 0.2;
  transform: scale(1.5);
}
.gj-switch input:not(:disabled):hover + .switch-track:after {
  /*border-color:#ff0000;*/
}
.gj-switch input:focus + .switch-track {
  /*box-shadow: 0 0 3px #2196F3;*/
}
.gj-switch input:focus + .switch-track:before {
  opacity: 0.2;
  transform: scale(1.5);
}
.gj-switch input:checked + .switch-track {
  background-color: rgba(0, 102, 33, 0.25);
}
.gj-switch input:checked + .switch-track:before {
  /*                        -webkit-transform: translateX(1.1875rem);
                          -ms-transform: translateX(1.1875rem);*/
  transform: translateX(1.1875rem);
}
.gj-switch input:checked + .switch-track:after {
  /*background-color: $success;*/
  border-color: #0033cc;
  /*                        -webkit-transform: translateX(1.1875rem);
                          -ms-transform: translateX(1.1875rem);*/
  transform: translateX(1.1875rem);
}
.gj-switch input:checked:not(:disabled):hover + .switch-track {
  background-color: rgba(0, 102, 33, 0.25);
}
.gj-switch input:checked:not(:disabled):hover + .switch-track:before {
  /*                        -webkit-transform: translateX(1.1875rem);
                          -ms-transform: translateX(1.1875rem);*/
  transform: translateX(1.1875rem) scale(1.5);
}
.gj-switch input:disabled {
  cursor: default;
}
.gj-switch input:disabled + .switch-track {
  background-color: rgb(202, 202, 202);
  /*pointer-events: none;*/
}
.gj-switch input:disabled + .switch-track:after {
  border-color: #aaa;
}

.switch-track {
  cursor: pointer;
  position: absolute;
  cursor: pointer;
  top: 1.125rem;
  right: 1rem;
  background-color: rgb(151, 151, 151);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0.875rem;
  width: 2rem;
  z-index: 0;
}
.switch-track:before {
  background-color: #aaa;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
  z-index: 0;
  left: -0.5rem;
  bottom: -0.5rem;
  height: 2rem;
  width: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.switch-track:after {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  left: -0.1875rem;
  top: -0.1875rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 10px solid #ffffff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
}

.switch-track.round {
  border-radius: 1.5rem;
}
.switch-track.round:after {
  border-radius: 50%;
}

/*@import "efx/components/buttons";*/
[data-slider-list] {
  /*&:not(.slick-initialized){*/
  /*}*/
  opacity: 0;
  /*transform: translate3d(0,-10%,0);*/
}
[data-slider-list]:before {
  opacity: 1;
}
[data-slider-list].slick-initialized {
  opacity: 1;
  /*transform: translate3d(0,0,0);*/
  /*transition:all .3s ease-in-out;*/
}

/*[data-slider]{
    background: skyblue;
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    overflow:hidden;
    min-height: inherit;
    visibility: hidden;
    margin-bottom: -3rem;
        margin-top: -2rem;
    > {
        display: inline-flex;
        vertical-align: middle;
    }
    &.slick-initialized {
        margin-bottom: -3rem;
        transition:all .3s ease-in-out; 
        visibility: visible;
    }
}*/
.slick-slider {
  background: #777;
  /*overflow:hidden;*/
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*height: 100%;*/
  /*max-width:1440px;*/
  overflow: hidden;
  margin: 0 auto;
}
.slick-slider .teaser {
  position: relative;
}
.slick-slider picture {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  height: 100%;
  width: 150%;
}
@media (min-width: 544px) {
  .slick-slider picture {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .slick-slider picture {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .slick-slider picture {
    /*padding-left: .5rem!important;*/
  }
}
@media (min-width: 1440px) {
  .slick-slider picture {
    width: 100%;
    /*padding-left: .5rem!important;*/
  }
}
.slick-slider picture img {
  /*bottom:0;*/
  position: absolute;
  min-width: 170%;
  /*transform: translate3d(50%,50%,0);*/
}
@media (min-width: 544px) {
  .slick-slider picture img {
    min-width: 130%;
  }
}
@media (min-width: 1200px) {
  .slick-slider picture img {
    width: 125%;
    /*padding-left: .5rem!important;*/
  }
}
.slick-slider > .d-flex {
  height: calc(100% - 4rem);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list .slick-loading {
  background: #fff "/img/ajax-loader.gif" center center no-repeat;
  /*@extend .loader;*/
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  /*@include transition(all .3s ease-in-out);*/
  opacity: 0;
  /*background: greenyellow;*/
  height: 100%;
  /*left: 0;*/
  position: relative;
  top: 0;
  /*display: flex;*/
  /*zoom: 0;*/
  /*    &:before,
          &:after {
          content: "";
          display: table;
      }*/
  /*    &:after {
          clear: both;
      }*/
}
.slick-track .card {
  /*zoom: 0;*/
}
.slick-track .slick-loading {
  opacity: 1;
  visibility: hidden;
}

.slick-slide {
  /*display: none;*/
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
  /*zoom:0;*/
}
@media (min-width: 544px) {
  .slick-slide {
    height: 52vw;
  }
}
@media (min-width: 768px) {
  .slick-slide {
    height: 42vw;
  }
}
@media (min-width: 1440px) {
  .slick-slide {
    height: 32vw;
  }
}
.slick-slide img {
  display: block;
  /*padding: 1rem;*/
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  /*display: block;*/
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-initialized .slick-track {
  /*background: #aaa;*/
  /*zoom: 1;*/
}
.slick-initialized .slick-track .card {
  zoom: 1;
  /*margin: .5rem;*/
}

.banner-index .slick-track {
  display: flex;
}

.slick-prev,
.slick-next {
  background: none;
  border: none;
  bottom: 0;
  display: block;
  top: 0;
  cursor: pointer;
  /*content:""!important;*/
  font-size: 0;
  margin: 0;
  position: absolute;
  /*padding: 1rem;*/
  outline: none;
  z-index: 2;
  transition: all 0.2s ease-in-out;
  will-change: all;
  width: 3.5rem;
}
.slick-prev:before,
.slick-next:before {
  color: #fff;
  opacity: 0.6;
  font-family: "Material Icons" !important;
  font-size: 2rem !important;
  display: block;
  transition: all 0.2s ease-in-out;
  will-change: all;
}
.slick-prev:focus, .slick-prev:hover,
.slick-next:focus,
.slick-next:hover {
  outline: none;
}
.slick-prev:focus:before, .slick-prev:hover:before,
.slick-next:focus:before,
.slick-next:hover:before {
  opacity: 1;
}
.slick-prev:hover,
.slick-next:hover {
  /*color:#fff;*/
  width: 3rem;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.15;
}
@media (max-width: 543.98px) {
  .slick-prev,
  .slick-next {
    /*top: 45%!important;*/
  }
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "chevron_left" !important;
}
.slick-prev:hover:before {
  /*transform:translate3d(-25%,0,0);*/
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "chevron_right" !important;
}
.slick-next:hover:before {
  /*transform:translate3d(25%,0,0);*/
}

[data-slider] {
  /*background: skyblue;*/
  display: flex;
  overflow: hidden;
  visibility: hidden;
  /*min-height: calc(37.5vh + 4rem);*/
  position: relative;
}
[data-slider]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #444;
  height: 100%;
  width: 100%;
  display: block;
}
[data-slider].slick-initialized {
  /*animation:fadeIn 0.3s 0.3s both ease-in-out;*/
  visibility: visible;
  /*transition:all .3s ease-in-out;*/
}
[data-slider].slick-initialized .slick-slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*display: flex;*/
  overflow: hidden;
}
[data-slider].slick-initialized:before {
  /*animation:fade0ut.3s 0.3s both ease-in-out;*/
}

/*@import "efx/components/tabs";
@import "efx/components/xtabs";*/
/*@import "efx/components/ripple";*/
#ui-datepicker-div {
  /*animation: slideDown .3s both ease-in-out;*/
  border: none;
  box-shadow: 0 12px 16px 1px rgba(0, 0, 0, 0.14), 0 4px 22px 3px rgba(0, 0, 0, 0.12), 0 6px 7px -4px rgba(0, 0, 0, 0.4);
  font-family: inherit;
  padding: 0.5rem;
  width: 296px;
}
#ui-datepicker-div .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-prev {
  /*background: red;*/
  border: none;
  /*position: relative;*/
}
#ui-datepicker-div .ui-datepicker-next:after,
#ui-datepicker-div .ui-datepicker-prev:after {
  color: #fff;
  opacity: 0.6;
  font-family: "Material Icons" !important;
  font-size: 2rem !important;
  display: block;
  transition: all 0.2s ease-in-out;
  will-change: all;
}
#ui-datepicker-div table {
  border-collapse: seperate;
  border-spacing: 0.125rem;
}
#ui-datepicker-div thead tr {
  border-bottom: 1px solid #e6e6e6;
}
#ui-datepicker-div tbody:before {
  display: block;
  content: "";
  padding: 0.25rem;
  width: 200%;
}
#ui-datepicker-div td {
  border: 0;
  padding: 0.125rem;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid transparent !important;
  border-radius: 50%;
  width: 2.123rem;
  height: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui-state-default:not(.ui-state-hover) {
  /*background: none!important;*/
}
.ui-state-default.ui-state-active {
  background: #0051a8 !important;
  color: #fff !important;
}
.ui-state-default.ui-state-hover {
  background: white !important;
  color: #58585a !important;
}
.ui-state-default.ui-state-highlight {
  background: none;
  border: 1px solid #0051a8 !important;
  color: #fff;
}

.ui-widget-header {
  border: none !important;
  background: none !important;
  color: #333;
  font-weight: normal;
}
.ui-widget-header .ui-icon {
  /*background-image: none;*/
  /*content: ">";*/
  /*width:2rem;*/
  /*text-indent: 100%;*/
}

#EBSM_iframeWrap {
  padding: 1rem;
}/*# sourceMappingURL=main.css.map */