@charset "UTF-8";
/**
 * This file is part of OXID eSales Wave theme.
 *
 * OXID eSales Wave theme is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * OXID eSales Wave theme is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with OXID eSales Wave theme.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @link      http://www.oxid-esales.com
 * @copyright (C) OXID eSales AG 2003-2016
 */
/*
$sparkling-red:          #e53e2d;
$sparkling-red-dark:     #ab2f22;
$sparkling-red-darker:   #901f2a;
$sparkling-red-light:    #fc8573;
$sparkling-red-lighter:  #f2b1ac;
$sparkling-red-lightest: #ffd0bf;
*/
@keyframes pulse-opacity {
  0% {
    opacity: .9; }
  40% {
    opacity: .2; }
  100% {
    opacity: .9; } }

@keyframes pulse-color {
  0% {
    background: #d4d4d4; }
  40% {
    background: #eee; }
  100% {
    background: #d4d4d4; } }

@font-face {
  font-family: plexiglas-icons;
  src: url(../fonts/plexicons.eot?d3f17a9ece239e627227715881377c15);
  src: url(../fonts/plexicons.eot?#iefix) format("embedded-opentype"), url(../fonts/plexicons.woff?d3f17a9ece239e627227715881377c15) format("woff"), url(../fonts/plexicons.ttf?d3f17a9ece239e627227715881377c15) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Campton-Book;
  src: url("./../fonts/5695475/70cad6ed-fe2a-4582-abe3-0180c019319b.woff2") format("woff2"), url("./../fonts/5695475/0fb9a6a9-a5a9-4afd-b10d-601e7711e7b9.woff") format("woff"); }

@font-face {
  font-family: Campton-Bold;
  font-weight: bold;
  src: url("./../fonts/5695487/8d1d3106-5850-4d10-82ed-39b30c8d0db9.woff2") format("woff2"), url("./../fonts/5695487/5a9033e5-5ad4-4fc1-8d03-1004f4d668db.woff") format("woff"); }

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #00B4B4;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #7e7e7e;
  --gray-dark: #00B4B4;
  --primary: #006678;
  --secondary: #0AEBA5;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f2f2f2;
  --dark: #00B4B4;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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%;
  -webkit-tap-highlight-color: rgba(0, 102, 120, 0); }

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

body {
  margin: 0;
  font-family: "Campton-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #020202;
  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;
  text-decoration-skip-ink: none; }

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #006678;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0AEBA5;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, #multifilter_filters .sectionHead, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

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

h2, .h2, #multifilter_filters .sectionHead {
  font-size: 1.875rem; }

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

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

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

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

.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, 102, 120, 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: #7e7e7e; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #7e7e7e; }

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #020202;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #020202; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1240px; } }

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

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

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

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

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

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

.col-1 {
  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, .col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.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: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.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: 100%; }
  .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: 100%; }
  .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: 100%; }
  .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%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #020202; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #00B4B4;
  border-color: #00dada; }

.table .thead-light th {
  color: #006678;
  background-color: #e9e6df;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #00B4B4; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #00dada; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #006678;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #006678;
    background-color: #fff;
    border-color: #00d2f8;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 120, 0.25); }
  .form-control::placeholder {
    color: #7e7e7e;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9e6df;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #006678;
  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: #020202;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #006678; }

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2300B4B4' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2300B4B4' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #020202;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #020202;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 120, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #006678;
  border-color: #006678; }
  .btn-primary:hover {
    color: #fff;
    background-color: #004552;
    border-color: #003b45; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 125, 140, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #006678;
    border-color: #006678; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #003b45;
    border-color: #003038; }
    .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(38, 125, 140, 0.5); }

.btn-secondary {
  color: #020202;
  background-color: #0AEBA5;
  border-color: #0AEBA5; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #08c68b;
    border-color: #08ba83; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(9, 200, 141, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #020202;
    background-color: #0AEBA5;
    border-color: #0AEBA5; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #08ba83;
    border-color: #07ae7a; }
    .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(9, 200, 141, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #020202;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #020202;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 164, 6, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #020202;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #020202;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(217, 164, 6, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #020202;
  background-color: #f2f2f2;
  border-color: #f2f2f2; }
  .btn-light:hover {
    color: #020202;
    background-color: #dfdfdf;
    border-color: #d9d8d8; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(206, 206, 206, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #020202;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #020202;
    background-color: #d9d8d8;
    border-color: #d2d2d2; }
    .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(206, 206, 206, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #00B4B4;
  border-color: #00B4B4; }
  .btn-dark:hover {
    color: #fff;
    background-color: #008e8e;
    border-color: #008181; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 191, 191, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #00B4B4;
    border-color: #00B4B4; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #008181;
    border-color: #007474; }
    .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(38, 191, 191, 0.5); }

.btn-outline-primary {
  color: #006678;
  border-color: #006678; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #006678;
    border-color: #006678; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 120, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #006678;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #006678;
    border-color: #006678; }
    .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(0, 102, 120, 0.5); }

.btn-outline-secondary {
  color: #0AEBA5;
  border-color: #0AEBA5; }
  .btn-outline-secondary:hover {
    color: #020202;
    background-color: #0AEBA5;
    border-color: #0AEBA5; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(10, 235, 165, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #0AEBA5;
    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: #020202;
    background-color: #0AEBA5;
    border-color: #0AEBA5; }
    .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(10, 235, 165, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #020202;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #020202;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f2f2f2;
  border-color: #f2f2f2; }
  .btn-outline-light:hover {
    color: #020202;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f2f2f2;
    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: #020202;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
    .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(242, 242, 242, 0.5); }

.btn-outline-dark {
  color: #00B4B4;
  border-color: #00B4B4; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #00B4B4;
    border-color: #00B4B4; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 180, 180, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #00B4B4;
    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: #00B4B4;
    border-color: #00B4B4; }
    .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(0, 180, 180, 0.5); }

.btn-link {
  font-weight: 400;
  color: #006678;
  text-decoration: none; }
  .btn-link:hover {
    color: #0AEBA5;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #7e7e7e;
    pointer-events: none; }

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

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

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

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

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

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #020202;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: black;
    text-decoration: none;
    background-color: #f2f2f2; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #006678; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #7e7e7e;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #006678;
  text-align: center;
  white-space: nowrap;
  background-color: #e9e6df;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #006678;
    background-color: #006678; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 120, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #00d2f8; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #2cdfff;
    border-color: #2cdfff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #7e7e7e; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9e6df; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 102, 120, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 102, 120, 0.5); }

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 102, 120, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 102, 120, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #006678;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2300B4B4' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #00d2f8;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 120, 0.25); }
    .custom-select:focus::-ms-value {
      color: #006678;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #7e7e7e;
    background-color: #e9e6df; }
  .custom-select::-ms-expand {
    display: none; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #00d2f8;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 120, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9e6df; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #006678;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #006678;
    content: "Browse";
    background-color: #e9e6df;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 102, 120, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 102, 120, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 102, 120, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #006678;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #2cdfff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #006678;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #2cdfff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #006678;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #2cdfff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #7e7e7e;
    pointer-events: none;
    cursor: default; }

.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: #e9e6df #e9e6df #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #7e7e7e;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #006678;
    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: #006678; }

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

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

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

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

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      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; } }

.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, 102, 120, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 102, 120, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 102, 120, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 102, 120, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 102, 120, 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, 102, 120, 0.9); }

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 102, 120, 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, 102, 120, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 102, 120, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 102, 120, 0.9); }

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

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

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

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg 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; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 102, 120, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 102, 120, 0.03);
  border-bottom: 1px solid rgba(0, 102, 120, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 102, 120, 0.03);
  border-top: 1px solid rgba(0, 102, 120, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

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

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

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

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

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

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

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

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

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

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

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

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

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

.breadcrumb-item.active {
  color: #0AEBA5; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #006678;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0AEBA5;
    text-decoration: none;
    background-color: #e9e6df;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 120, 0.25); }

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

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

.badge-primary {
  color: #fff;
  background-color: #006678; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #003b45; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 120, 0.5); }

.badge-secondary {
  color: #020202;
  background-color: #0AEBA5; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #020202;
    background-color: #08ba83; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(10, 235, 165, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #020202;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #020202;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #020202;
  background-color: #f2f2f2; }
  a.badge-light:hover, a.badge-light:focus {
    color: #020202;
    background-color: #d9d8d8; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #00B4B4; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #008181; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 180, 180, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9e6df;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #006678;
  background-color: #cce0e4;
  border-color: #b8d4d9; }
  .alert-primary hr {
    border-top-color: #a7cad0; }
  .alert-primary .alert-link {
    color: #003b45; }

.alert-secondary {
  color: #05ab8f;
  background-color: #cefbed;
  border-color: #baf9e6; }
  .alert-secondary hr {
    border-top-color: #a3f7de; }
  .alert-secondary .alert-link {
    color: #047966; }

.alert-success {
  color: #15885d;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0e5c3f; }

.alert-info, .paypalHelpBox {
  color: #0c8599;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr, .paypalHelpBox hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link, .paypalHelpBox .alert-link {
    color: #085c6a; }

.alert-warning {
  color: #85953d;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #65712e; }

.alert-danger {
  color: #724d5d;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #543844; }

.alert-light {
  color: #7eafb7;
  background-color: #fcfcfc;
  border-color: #fbfbfb; }
  .alert-light hr {
    border-top-color: #eeeeee; }
  .alert-light .alert-link {
    color: #5d9ba5; }

.alert-dark {
  color: #008f97;
  background-color: #ccf0f0;
  border-color: #b8eaea; }
  .alert-dark hr {
    border-top-color: #a4e4e4; }
  .alert-dark .alert-link {
    color: #005f64; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9e6df;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #006678;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

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

.list-group-item-action {
  width: 100%;
  color: #006678;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #006678;
    text-decoration: none;
    background-color: #f2f2f2; }
  .list-group-item-action:active {
    color: #020202;
    background-color: #e9e6df; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 102, 120, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #7e7e7e;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #006678;
    border-color: #006678; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

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

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

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

.list-group-item-primary {
  color: #006678;
  background-color: #b8d4d9; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #006678;
    background-color: #a7cad0; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #006678;
    border-color: #006678; }

.list-group-item-secondary {
  color: #05ab8f;
  background-color: #baf9e6; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #05ab8f;
    background-color: #a3f7de; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #05ab8f;
    border-color: #05ab8f; }

.list-group-item-success {
  color: #15885d;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #15885d;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #15885d;
    border-color: #15885d; }

.list-group-item-info {
  color: #0c8599;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c8599;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c8599;
    border-color: #0c8599; }

.list-group-item-warning {
  color: #85953d;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #85953d;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #85953d;
    border-color: #85953d; }

.list-group-item-danger {
  color: #724d5d;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #724d5d;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #724d5d;
    border-color: #724d5d; }

.list-group-item-light {
  color: #7eafb7;
  background-color: #fbfbfb; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7eafb7;
    background-color: #eeeeee; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7eafb7;
    border-color: #7eafb7; }

.list-group-item-dark {
  color: #008f97;
  background-color: #b8eaea; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #008f97;
    background-color: #a4e4e4; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #008f97;
    border-color: #008f97; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #006678;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #006678;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 102, 120, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

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

.toast-body {
  padding: 0.75rem; }

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #006678; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Campton-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #006678; }

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #006678; }

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Campton-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 102, 120, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 102, 120, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 102, 120, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 102, 120, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 102, 120, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

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

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

.carousel {
  position: relative; }

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

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

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

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

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

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

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

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

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

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #28a745 !important; }

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

.bg-info {
  background-color: #17a2b8 !important; }

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

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

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

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

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

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

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

.bg-dark {
  background-color: #00B4B4 !important; }

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

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

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

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

.border-dark {
  border-color: #00B4B4 !important; }

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.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, ul.footerinfos li i {
  align-self: flex-start !important; }

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

.align-self-center {
  align-self: center !important; }

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

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  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, 102, 120, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 102, 120, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 102, 120, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

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

.vw-100 {
  width: 100vw !important; }

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

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

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

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

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

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

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

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

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

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

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

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

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

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

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

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

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

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

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

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

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

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

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

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

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

.pr-0,
.px-0 {
  padding-right: 0 !important; }

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

.pl-0,
.px-0 {
  padding-left: 0 !important; }

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

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

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

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

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

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

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

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

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

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

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

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

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

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

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

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

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

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

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

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

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

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

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

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

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

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

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

.text-uppercase {
  text-transform: uppercase !important; }

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

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

.font-weight-bolder {
  font-weight: bolder !important; }

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

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

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

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #07a271 !important; }

.text-success {
  color: #28a745 !important; }

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

.text-info {
  color: #17a2b8 !important; }

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

.text-warning {
  color: #ffc107 !important; }

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

.text-danger {
  color: #dc3545 !important; }

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

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

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

.text-dark {
  color: #00B4B4 !important; }

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

.text-body {
  color: #020202 !important; }

.text-muted {
  color: #006678 !important; }

.text-black-50 {
  color: rgba(0, 102, 120, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #006678; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

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

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

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("/out/wave/src/fonts//fa-solid-900.eot");
  src: url("/out/wave/src/fonts//fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/out/wave/src/fonts//fa-solid-900.woff2") format("woff2"), url("/out/wave/src/fonts//fa-solid-900.woff") format("woff"), url("/out/wave/src/fonts//fa-solid-900.ttf") format("truetype"), url("/out/wave/src/fonts//fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("/out/wave/src/fonts//fa-regular-400.eot");
  src: url("/out/wave/src/fonts//fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/out/wave/src/fonts//fa-regular-400.woff2") format("woff2"), url("/out/wave/src/fonts//fa-regular-400.woff") format("woff"), url("/out/wave/src/fonts//fa-regular-400.ttf") format("truetype"), url("/out/wave/src/fonts//fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("/out/wave/src/fonts//fa-brands-400.eot");
  src: url("/out/wave/src/fonts//fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/out/wave/src/fonts//fa-brands-400.woff2") format("woff2"), url("/out/wave/src/fonts//fa-brands-400.woff") format("woff"), url("/out/wave/src/fonts//fa-brands-400.ttf") format("truetype"), url("/out/wave/src/fonts//fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

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

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../bg/photoswipe-default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../bg/photoswipe-default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

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

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

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../bg/photoswipe-preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
              The idea of animating inner circle is based on Polymer ("material") loading indicator
               by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
          */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px fade(black, 5%);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%; }

select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0; }

.pi, #multifilter_filters ul.attrbody li .attrfilter.active::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: plexiglas-icons;
  font-weight: 400;
  vertical-align: middle; }

.pi-circle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  border: 2px solid #0AEBA5;
  position: relative;
  font-size: 1.125rem;
  text-align: center; }
  .pi-circle::before {
    color: #0AEBA5;
    position: relative;
    top: 6px; }
  .pi-circle.pi-cart::before {
    top: 5px;
    font-size: 1.313rem; }
  .pi-circle.pi-notice-list::before {
    top: 7px; }
  .pi-circle.pi-email::before {
    font-size: 1.5rem;
    top: 4px; }
  .pi-circle.pi-menu-hamburger {
    border: 0; }
    .pi-circle.pi-menu-hamburger:before {
      color: #fff;
      top: 14px;
      font-size: 1.2rem;
      left: 4px;
      text-shadow: 0px 1px #fff; }

.pi-05x {
  font-size: 0.5em; }

.pi-12x, #multifilter_filters .attrcol .dropdown-toggle::after {
  font-size: 1.2em; }

.pi-13x {
  font-size: 1.3em; }

.pi-14x {
  font-size: 1.4em; }

.pi-15x {
  font-size: 1.5em; }

.pi-16x {
  font-size: 1.6em; }

.pi-17x {
  font-size: 1.7em; }

.pi-18x {
  font-size: 1.8em; }

.pi-19x {
  font-size: 1.9em; }

.pi-2x {
  font-size: 2em; }

.pi-25x {
  font-size: 2.5em; }
  .pi-25x::before {
    top: 6px;
    position: relative; }

.pi-3x {
  font-size: 3em; }

.pi-purple {
  color: #0AEBA5; }

.pi-white {
  color: #fff; }

.pi-circle-desc {
  display: inline-block;
  margin-top: 4px;
  text-transform: uppercase; }
  @media (max-width: 575.98px) {
    .pi-circle-desc {
      display: none; } }

.pi-search {
  color: #fff; }

.pi-search::before {
  content: "\f135"; }

.pi-account::before {
  content: "\f146"; }

.pi-cart::before {
  content: "\f108"; }

.pi-close::before, #multifilter_filters ul.attrbody li .attrfilter.active:hover::before {
  content: "\f111"; }

.pi-chevron-down::before {
  content: "\f10c"; }

.pi-chevron-next::before {
  content: "\e90d"; }

.pi-chevron-prev::before {
  content: "\e90c"; }

.pi-credit-card-2::before {
  content: "\f113"; }

.pi-notice-list::before {
  content: "\f16f"; }

.pi-star-active:before {
  content: "\f181"; }

.pi-star-inactive:before {
  content: "\f182"; }

.pi-contact:before {
  content: "\f15a"; }

.pi-delivery:before {
  content: "\f15c"; }

.pi-bulk-discount:before {
  content: "\f153";
  color: #006678; }

.pi-competitive-pricing:before {
  content: "\f159";
  color: #006678; }

.pi-always-in-stock:before {
  content: "\f149"; }

.pi-certified:before {
  content: "\f155"; }

.pi-payment:before {
  content: "\f173"; }

.pi-pencil::before {
  content: "\f12c"; }

.pi-customer-services:before {
  content: "\f15b"; }

.pi-facebook-icon:before {
  content: "\e906";
  color: #0076fb; }

.pi-instagram-icon:before {
  content: "\e902";
  color: #f00075; }

.pi-twitter-icon:before {
  content: "\e901";
  color: #1da1f3; }

.pi-youtube-icon:before {
  content: "\e905";
  color: #ff0000; }

.pi-linkedin-icon:before {
  content: "\e903";
  color: #0a66c2; }

.fa-linkedin.circle {
  background-color: #0a66c2;
  border-radius: 50%;
  font-size: 0.6em;
  height: 52px;
  width: 52px;
  text-align: center;
  vertical-align: middle;
  line-height: 52px; }
  .fa-linkedin.circle:before {
    color: #fff; }

.pi-pinterest-icon:before {
  content: "\e904";
  color: #e60023; }

.social-links-link .pi:hover:before {
  color: #000; }

.social-links-link .circle:hover {
  background-color: #000; }
  .social-links-link .circle:hover:before {
    color: #fff; }

.pi-arrow-right:before {
  content: "\f103"; }

.pi-arrow-left:before {
  content: "\f102"; }

.pi-comparison:before {
  content: "\f158"; }

.pi-email:before {
  content: "\f116"; }

.pi-pattern:before {
  content: "\e907"; }

.pi-star-inactive-shadow:before {
  content: "\e908"; }

.pi-basket-with-arrow:before {
  content: "\e909"; }

.pi-menu-hamburger:before {
  content: "\f127"; }

.pi-minus-icon:before {
  content: "\e90a"; }

.pi-plus:before {
  content: "\f130"; }

.pi-plus-icon:before {
  content: "\e90b"; }

.pi-chevron-right:before {
  content: "\f10e"; }

.pi-chevron-left:before {
  content: "\f10d"; }

.pi-checkitem:before, #multifilter_filters ul.attrbody li .attrfilter.active:before {
  content: "\f156"; }

.pi-calculator:before {
  content: "\e90e"; }

.pi-circulation:before {
  content: "\f157"; }

.pi-process:before {
  content: "\f177"; }

.pi-other:before {
  content: "\f171"; }

.pi-signage:before {
  content: "\f17d"; }

.pi-signs:before {
  content: "\f17e"; }

.pi-shoppinghouse:before {
  content: "\f17c"; }

.pi-furniture:before {
  content: "\f164"; }

.pi-manufacturer:before {
  content: "\f16d"; }

.pi-machinery:before {
  content: "\f16b"; }

.pi-lighting:before {
  content: "\f168"; }

.pi-shelf:before {
  content: "\f166"; }

.pi-question-mark:before {
  content: "\f133"; }

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

.pi-glass-shelf:before {
  content: "\f166"; }

.pi-machinery-construction:before {
  content: "\f16b"; }

.pi-lightning:before {
  content: "\f168"; }

.pi-padlock-closed-2:before {
  content: "\f12b"; }

.pi-price-tag:before {
  content: "\f131"; }

.pi-information:before {
  content: "\f121"; }

.pi-warning-danger:before {
  content: "\f145"; }

.flex-container a:hover, .flex-slider a:hover {
  outline: none; }

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all .3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: inline-block;
  content: "\f104";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: "\f105"; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: .7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: .7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "FontAwesome";
  font-size: 20px;
  display: inline-block;
  content: "\f04c"; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: "\f04b"; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

* {
  -webkit-font-feature-settings: "salt";
  font-feature-settings: "salt"; }

body {
  font-family: "Campton-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #006678;
  padding-top: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  /* Rahmen bei ausgewähltem Textfeld in Chrome entfernen */ }
  body.fixed-header #header #mainnav.fadeIn {
    width: 100%;
    left: 0; }
  body.is-b2b .b2b-hidden, body.is-b2bSingle .b2b-hidden {
    display: none; }
  body.is-b2b .b2b-show, body.is-b2bSingle .b2b-show {
    display: initial; }
  body.is-b2c .b2c-hidden {
    display: none; }
  body.is-b2c .b2c-show {
    display: initial; }
  body .has-frame {
    background: #006678;
    color: #fff;
    padding: 4px 7px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 1px;
    font-family: Campton-Bold;
    /*font-weight: bold;*/
    text-transform: uppercase; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    body .container {
      max-width: 100%; } }
  body textarea:focus, body input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  body.cl-newsletter .page-header {
    text-transform: uppercase;
    color: #020202;
    font-family: Campton-Bold;
    /*font-weight: bold;*/ }
  body.cl-newsletter .newsletter-info a {
    color: #006678; }
  body.cl-newsletter .formular-info {
    display: flex; }
  body.cl-newsletter button.btn.dropdown-toggle {
    color: #006678; }
  body.cl-newsletter #newsLetterSubmit {
    margin-top: 1em;
    margin-bottom: 3em; }
  body.cl-thankyou .register-benefits ul {
    list-style-type: none; }
    body.cl-thankyou .register-benefits ul li:before {
      font-family: plexiglas-icons;
      content: "\f156";
      margin-right: 1rem;
      color: #006678;
      font-size: 19px;
      position: relative;
      top: 3px; }
  body.cl-register .content-box .register-benefits ul {
    list-style-type: none; }
    body.cl-register .content-box .register-benefits ul li:before {
      font-family: plexiglas-icons;
      content: "\f156";
      margin-right: 1rem;
      color: #006678;
      font-size: 19px;
      position: relative;
      top: 3px; }
  body.cl-register .content-box h1 {
    color: #020202;
    font-size: 36px;
    font-family: Campton-Bold;
    /*font-weight: bold;*/ }
  body.cl-register .content-box .business-terms div {
    align-items: end; }
  body.cl-register .content-box .business-terms a {
    color: #006678; }
  body.cl-register .content-box .req {
    font-weight: 400; }
  body.cl-register .content-box h3 {
    font-family: Campton-Bold;
    color: #020202;
    font-size: 24px;
    /*font-weight: bold;*/ }
  body.cl-register .content-box .register-need-help strong {
    color: #006678;
    font-size: 24px;
    line-height: 24px; }

a i.pi-arrow-right, a i.pi-arrow-left, button i.pi-arrow-right, button i.pi-arrow-left {
  transition: all .2s ease; }

a:hover i.pi-arrow-right, a:active i.pi-arrow-right, a:focus i.pi-arrow-right, button:hover i.pi-arrow-right, button:active i.pi-arrow-right, button:focus i.pi-arrow-right {
  transform: translateX(5px); }

a:hover i.pi-arrow-left, a:active i.pi-arrow-left, a:focus i.pi-arrow-left, button:hover i.pi-arrow-left, button:active i.pi-arrow-left, button:focus i.pi-arrow-left {
  transform: translateX(-5px); }

a {
  color: #006678; }
  a:hover, a:active, a:focus {
    text-decoration: none;
    color: #0AEBA5;
    outline: none; }

p {
  margin: 0;
  padding: 0; }

p + p {
  margin-top: 1rem; }

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

#wrapper {
  background-color: #fff; }

.img-thumbnail {
  border: none; }

#jumptotop {
  position: fixed;
  display: block;
  right: 35px;
  bottom: 40px;
  color: #006678;
  font-size: 45px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
  user-select: none;
  cursor: pointer;
  z-index: 1000; }
  #jumptotop.show {
    opacity: 0.5;
    visibility: visible;
    transition: opacity 0.3s; }
    #jumptotop.show:hover {
      opacity: 1; }

.card {
  margin-bottom: 30px; }
  .card-title {
    font-size: 18px;
    margin: 0; }
  .card-deck {
    margin-bottom: 30px; }
  .card-darker {
    background: #f2f2f2; }
    .card-darker .card-body {
      padding: 25px 30px; }

.badge {
  background: #006678;
  color: #fff;
  border-radius: 50%; }

.hidden {
  visibility: hidden;
  display: none !important; }

.btn {
  text-decoration: none; }
  .btn:hover, .btn:focus, .btn:active {
    text-decoration: none;
    box-shadow: none;
    border-color: transparent;
    outline: none; }
    .btn:hover .pi-arrow-right, .btn:focus .pi-arrow-right, .btn:active .pi-arrow-right {
      transform: translateX(5px); }
  .btn-primary, .btn-secondary, .btn-link {
    font-family: Campton-Bold;
    font-size: 16px;
    text-transform: uppercase;
    /*font-weight: 700;*/
    min-height: 52px;
    min-width: 52px;
    padding-top: 14px;
    padding-bottom: 12px;
    line-height: 1.5; }
    .btn-primary i, .btn-secondary i, .btn-link i {
      position: relative;
      top: -2px;
      line-height: 0 !important;
      margin-left: 0.3em;
      margin-right: 0.3em; }
      .btn-primary i.fa-power-off, .btn-primary i.fa-gift, .btn-primary i.pi-calculator, .btn-secondary i.fa-power-off, .btn-secondary i.fa-gift, .btn-secondary i.pi-calculator, .btn-link i.fa-power-off, .btn-link i.fa-gift, .btn-link i.pi-calculator {
        top: -1px; }
      .btn-primary i.pi-checkitem, .btn-primary #multifilter_filters ul.attrbody li i.attrfilter.active, #multifilter_filters ul.attrbody li .btn-primary i.attrfilter.active, .btn-secondary i.pi-checkitem, .btn-secondary #multifilter_filters ul.attrbody li i.attrfilter.active, #multifilter_filters ul.attrbody li .btn-secondary i.attrfilter.active, .btn-link i.pi-checkitem, .btn-link #multifilter_filters ul.attrbody li i.attrfilter.active, #multifilter_filters ul.attrbody li .btn-link i.attrfilter.active {
        top: 0; }
      .btn-primary i.pi-basket-with-arrow, .btn-secondary i.pi-basket-with-arrow, .btn-link i.pi-basket-with-arrow {
        top: -4px; }
      .btn-primary i.pi-calculator, .btn-secondary i.pi-calculator, .btn-link i.pi-calculator {
        font-size: 2.5em; }
      .btn-primary i.pi-basket-with-arrow, .btn-primary i.pi-calculator, .btn-primary i.pi-checkitem, .btn-primary #multifilter_filters ul.attrbody li i.attrfilter.active, #multifilter_filters ul.attrbody li .btn-primary i.attrfilter.active, .btn-secondary i.pi-basket-with-arrow, .btn-secondary i.pi-calculator, .btn-secondary i.pi-checkitem, .btn-secondary #multifilter_filters ul.attrbody li i.attrfilter.active, #multifilter_filters ul.attrbody li .btn-secondary i.attrfilter.active, .btn-link i.pi-basket-with-arrow, .btn-link i.pi-calculator, .btn-link i.pi-checkitem, .btn-link #multifilter_filters ul.attrbody li i.attrfilter.active, #multifilter_filters ul.attrbody li .btn-link i.attrfilter.active {
        margin-left: 0;
        margin-right: 0; }
  .btn-big {
    padding: .8rem 3rem;
    font-size: 20px;
    min-height: 58px; }
  .btn-small {
    font-size: 12px;
    padding: .3rem 1.8rem;
    min-height: 29px; }
  .btn-outline-dark {
    color: #006678;
    background-color: transparent;
    background-image: none;
    border-color: #96938b; }
    .btn-outline-dark.dropdown-toggle {
      height: 36px;
      font-size: 16px;
      line-height: 36px;
      padding: 0 15px;
      text-align: left; }
      .btn-outline-dark.dropdown-toggle::after {
        right: 15px;
        color: #2b2b2b; }
      .btn-outline-dark.dropdown-toggle:hover, .btn-outline-dark.dropdown-toggle:active, .btn-outline-dark.dropdown-toggle:focus {
        background: #fff;
        color: #006678;
        outline: none; }
  .btn-primary, .btn-secondary {
    background: #006678;
    border-color: #006678; }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
      background: #006678;
      color: #fff; }
    .btn-primary:disabled, .btn-secondary:disabled {
      background: #ccc;
      color: #e9e6df;
      border-color: #ccc;
      opacity: 1; }
      .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled:active, .btn-secondary:disabled:hover, .btn-secondary:disabled:focus, .btn-secondary:disabled:active {
        background: #ccc;
        color: #e9e6df;
        border-color: #ccc; }
  .btn-tertiary {
    color: #020202;
    background-color: #fff;
    border-color: #ccc; }
    .btn-tertiary:hover {
      color: #020202;
      background-color: #ececec;
      border-color: #b3b2b2; }
    .btn-tertiary:focus, .btn-tertiary.focus {
      box-shadow: 0 0 0 0.2rem rgba(174, 174, 174, 0.5); }
    .btn-tertiary.disabled, .btn-tertiary:disabled {
      color: #020202;
      background-color: #fff;
      border-color: #ccc; }
    .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
    .show > .btn-tertiary.dropdown-toggle {
      color: #020202;
      background-color: #e6e5e5;
      border-color: #acacac; }
      .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
      .show > .btn-tertiary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(174, 174, 174, 0.5); }
  .btn-link {
    background: transparent;
    color: #006678;
    padding-left: 0;
    padding-right: 0; }
    .btn-link:hover, .btn-link:focus, .btn-link:active {
      color: #006678; }
      .btn-link:hover i, .btn-link:focus i, .btn-link:active i {
        background: transparent !important;
        color: #006678 !important; }
        .btn-link:hover i::before, .btn-link:focus i::before, .btn-link:active i::before {
          color: #006678 !important; }
  .btn-fullwidth {
    width: 100%;
    left: 0; }
    .btn-fullwidth i {
      position: absolute;
      top: 1.4rem;
      right: 1rem; }
    .btn-fullwidth-has-icon {
      text-indent: -20px; }
    .btn-fullwidth.text-left.btn-has-icon {
      text-indent: 0; }
    .btn-fullwidth.btn-big i,
    .btn-fullwidth .btn-big i {
      top: 1.75rem;
      right: 3rem; }
  .btn-warning {
    color: #fff; }
    .btn-warning:hover {
      color: #fefefe; }
  .btn-close .badge {
    height: 32px;
    width: 32px;
    border: none; }
    .btn-close .badge:hover {
      cursor: pointer;
      background: #006678; }
  .btn-bottom {
    position: absolute;
    bottom: 0; }

.btn, input, .form-control, .card {
  border-radius: 0; }

.btn-group.group-big.open > .dropdown-toggle,
.btn-group.group-big > .btn.active,
.btn-group.group-big > .btn:active {
  box-shadow: 0 0 0;
  outline: none; }

.btn-group.group-big .dropdown-toggle::after {
  display: none; }

.btn-group.group-big .btn, .btn-group.group-big input {
  position: relative;
  height: 52px;
  border-bottom: 2px solid #96938b; }
  .btn-group.group-big .btn:hover, .btn-group.group-big .btn:focus, .btn-group.group-big .btn:active, .btn-group.group-big input:hover, .btn-group.group-big input:focus, .btn-group.group-big input:active {
    outline: none; }
    .btn-group.group-big .btn:hover i, .btn-group.group-big .btn:focus i, .btn-group.group-big .btn:active i, .btn-group.group-big input:hover i, .btn-group.group-big input:focus i, .btn-group.group-big input:active i {
      background: transparent; }
      .btn-group.group-big .btn:hover i::before, .btn-group.group-big .btn:focus i::before, .btn-group.group-big .btn:active i::before, .btn-group.group-big input:hover i::before, .btn-group.group-big input:focus i::before, .btn-group.group-big input:active i::before {
        color: #00B4B4; }
  .btn-group.group-big .btn .input-description, .btn-group.group-big input .input-description {
    font-size: 0.625rem;
    line-height: 1;
    color: #96938b;
    margin-top: -5px;
    margin-bottom: 2px; }
  .btn-group.group-big .btn .input-content, .btn-group.group-big input .input-content {
    position: relative;
    padding-right: 2rem; }
    .btn-group.group-big .btn .input-content i, .btn-group.group-big input .input-content i {
      position: absolute;
      right: 0;
      top: 4px; }
  .btn-group.group-big .btn.dropdown-toggle, .btn-group.group-big input.dropdown-toggle {
    background: #f2f2f2; }
    .btn-group.group-big .btn.dropdown-toggle:hover, .btn-group.group-big .btn.dropdown-toggle:active, .btn-group.group-big .btn.dropdown-toggle:focus, .btn-group.group-big input.dropdown-toggle:hover, .btn-group.group-big input.dropdown-toggle:active, .btn-group.group-big input.dropdown-toggle:focus {
      outline: none; }
      .btn-group.group-big .btn.dropdown-toggle:hover .input-content, .btn-group.group-big .btn.dropdown-toggle:active .input-content, .btn-group.group-big .btn.dropdown-toggle:focus .input-content, .btn-group.group-big input.dropdown-toggle:hover .input-content, .btn-group.group-big input.dropdown-toggle:active .input-content, .btn-group.group-big input.dropdown-toggle:focus .input-content {
        color: #006678; }
        .btn-group.group-big .btn.dropdown-toggle:hover .input-content i:before, .btn-group.group-big .btn.dropdown-toggle:active .input-content i:before, .btn-group.group-big .btn.dropdown-toggle:focus .input-content i:before, .btn-group.group-big input.dropdown-toggle:hover .input-content i:before, .btn-group.group-big input.dropdown-toggle:active .input-content i:before, .btn-group.group-big input.dropdown-toggle:focus .input-content i:before {
          color: #006678; }
  .btn-group.group-big .btn .pi-angle-down, .btn-group.group-big input .pi-angle-down {
    position: absolute;
    font-size: 22px;
    top: 50%;
    right: 10px;
    margin-top: -11px; }

.input-fullwidth label {
  display: block;
  font-family: Campton-Bold;
  /*font-weight: bold;*/
  text-align: left; }

.input-fullwidth .btn-group {
  display: flex; }
  .input-fullwidth .btn-group button {
    width: 100%;
    text-align: left; }
    .input-fullwidth .btn-group button i {
      text-align: right; }
  .input-fullwidth .btn-group .dropdown-menu {
    width: 100%; }

.dropdown-item {
  font-size: .75rem; }
  .dropdown-item.active, .dropdown-item.selected, .dropdown-item:hover {
    background-color: #006678; }
    .dropdown-item.active > .dropdown-link, .dropdown-item.selected > .dropdown-link, .dropdown-item:hover > .dropdown-link {
      color: #fff; }

.dropdown-link {
  display: block;
  padding: 3px 15px;
  color: #00B4B4; }
  .active .dropdown-link,
  .selected .dropdown-link, .dropdown-link:hover {
    color: #fff;
    text-decoration: none; }

.modal-dialog {
  max-width: 1106px !important; }
  .modal-dialog.modal-small {
    max-width: 600px !important; }
  .modal-dialog.modal-default .modal-content .modal-header, .modal-dialog.modal-default .modal-content .modal-body, .modal-dialog.modal-default .modal-content .modal-footer {
    padding-left: 40px;
    padding-right: 40px; }
    .modal-dialog.modal-default .modal-content .modal-header > .row, .modal-dialog.modal-default .modal-content .modal-body > .row, .modal-dialog.modal-default .modal-content .modal-footer > .row {
      width: 100%; }
  .modal-dialog.modal-default .modal-content .modal-header {
    padding-top: 33px;
    padding-bottom: 21px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .modal-dialog.modal-default .modal-content .modal-footer {
    margin-top: 10px;
    padding-bottom: 40px; }
  .modal-dialog.modal-darker .modal-content {
    background: #f2f2f2; }
  .modal-dialog .modal-content {
    border-radius: 0; }
    .modal-dialog .modal-content .modal-header {
      border-bottom: 0; }
    .modal-dialog .modal-content .modal-body .title {
      font-family: Campton-Bold;
      font-size: 2.250rem;
      text-transform: uppercase;
      margin-top: 1rem;
      margin-bottom: 1rem;
      /*font-weight: 700;*/ }
    .modal-dialog .modal-content .modal-body .countryselection.dropdown {
      margin-top: 1.3rem;
      margin-bottom: 3rem;
      width: 100%; }
      .modal-dialog .modal-content .modal-body .countryselection.dropdown .dropdown-toggle {
        width: 100%;
        text-align: left !important; }
        .modal-dialog .modal-content .modal-body .countryselection.dropdown .dropdown-toggle::after {
          content: none; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .modal-dialog .modal-content .modal-body .card-deck {
        flex-direction: column !important; } }
    .modal-dialog .modal-content .modal-footer {
      border-top: 0; }

.modal.slideinLayer {
  right: 0;
  top: auto;
  bottom: auto;
  margin-top: -291px;
  padding: 0 !important; }
  .modal.slideinLayer .layer-container, .modal.slideinLayer .modal-dialog {
    padding: 24px 60px;
    background: #fff;
    margin: 0;
    transition: all 1s;
    right: -100%;
    position: relative;
    overflow: scroll; }
  .modal.slideinLayer.show .layer-container {
    width: auto;
    right: 0;
    max-width: 100%; }

.only-modal {
  display: none; }

.layer-container .only-modal, .modal-dialog .only-modal {
  display: block; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1049; }
  .overlay.overlay-fixed {
    position: fixed; }
  .overlay .loadingfade {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .5s ease; }
  .overlay .loadingicon {
    background: url("../../img/ajaxload.gif");
    background-size: cover;
    opacity: 0;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: opacity .3s ease; }
  .overlay.is-visible .loadingfade {
    opacity: 0.7; }
  .overlay.is-visible .loadingicon {
    opacity: 1; }

.modal .modal-body {
  position: relative;
  padding: 1.5rem; }
  .modal .modal-body button.close {
    position: absolute;
    right: 30px;
    padding: 10px; }

.page-header {
  padding-bottom: 10px;
  margin: 40px 0 20px; }
  @media (max-width: 991.98px) {
    .page-header {
      word-break: break-word; } }
  .boxwrapper .page-header {
    color: #7e7e7e;
    text-align: center; }
  .content .page-header:first-child {
    margin-top: 0; }
  .page-header#openAccHeader {
    margin-top: 0; }
  .page-header .rss {
    font-size: 25.2px;
    color: orange; }

.offScreen {
  position: absolute;
  top: -10000px;
  left: 0;
  width: 100%; }

.offcanvas-top-settings-shown .dropdown-menu.country-choose.show {
  top: 0px;
  max-height: 500px;
  overflow-y: scroll; }

.offcanvas-wrapper {
  position: relative;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: calc(100% + 30px);
  height: auto;
  z-index: 1000; }

.offcanvas {
  display: none;
  position: relative;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding-top: 60px;
  padding-bottom: 60px; }
  .offcanvas.offcanvas-small {
    padding-top: 20px;
    padding-bottom: 20px; }
  @media (max-width: 991.98px) {
    .offcanvas {
      padding: 50px 0; }
      .offcanvas.offcanvas-small {
        padding-top: 20px;
        padding-bottom: 20px; }
      .offcanvas .input-fullwidth {
        margin-bottom: 20px; } }
  .offcanvas.offcanvas-top {
    background: #f2f2f2;
    border-bottom: 1px solid #fff;
    width: 100%;
    box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.05) inset; }
  .offcanvas.offcanvas-open {
    overflow: visible; }
  .offcanvas .offcanvas-close i.pi-close, .offcanvas .offcanvas-close #multifilter_filters ul.attrbody li i.attrfilter.active:hover, #multifilter_filters ul.attrbody li .offcanvas .offcanvas-close i.attrfilter.active:hover {
    font-size: 1.813rem;
    position: absolute;
    top: .5em;
    right: 1em;
    cursor: pointer; }
  .offcanvas .offcanvas-close:hover i.pi-close, .offcanvas .offcanvas-close:hover #multifilter_filters ul.attrbody li i.attrfilter.active:hover, #multifilter_filters ul.attrbody li .offcanvas .offcanvas-close:hover i.attrfilter.active:hover {
    color: #006678; }
  .offcanvas .btn-group .btn.dropdown-toggle {
    background: #fff; }

.small-text {
  color: #006678;
  font-weight: normal;
  font-size: 12px; }

.form-control {
  border-color: #e9e6df; }
  .form-control:focus, .form-control:active {
    outline: none;
    border-color: #e9e6df; }

.attention-text {
  font-family: Campton-Bold;
  /*font-weight: 700;*/
  text-transform: uppercase; }

ul.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem; }
  ul.list-check li {
    line-height: 1.6; }
    ul.list-check li::before {
      font-family: plexiglas-icons;
      content: "\f156";
      margin-right: 1rem;
      color: #006678;
      font-size: 19px;
      position: relative;
      top: 3px; }

.page-header, .h1 {
  font-family: Campton-Bold;
  color: #006678;
  font-size: 36px;
  /*font-weight: bold;*/
  text-transform: uppercase; }

/*
.h1 {
	width: 465px;
}*/
h2, .h2, #multifilter_filters .sectionHead {
  color: #006678;
  font-size: 24px;
  /*font-weight: bold;*/
  font-family: Campton-Bold; }

.color-brand {
  color: #006678; }

.style-bold {
  /*font-weight:700;*/
  font-family: Campton-Bold; }

.card-arrowbox {
  position: relative;
  margin-left: 1em;
  background-color: #006678;
  color: #fff;
  min-height: 98px; }
  .card-arrowbox .card-header, .card-arrowbox .card-body, .card-arrowbox .card-footer {
    padding: 1em 2em; }
    .card-arrowbox .card-header:first-child p, .card-arrowbox .card-header:last-child p, .card-arrowbox .card-body:first-child p, .card-arrowbox .card-body:last-child p, .card-arrowbox .card-footer:first-child p, .card-arrowbox .card-footer:last-child p {
      margin-top: 1em; }
    .card-arrowbox .card-header h1, .card-arrowbox .card-header h2, .card-arrowbox .card-header h3, .card-arrowbox .card-header h4, .card-arrowbox .card-header h5, .card-arrowbox .card-header h6, .card-arrowbox .card-body h1, .card-arrowbox .card-body h2, .card-arrowbox .card-body h3, .card-arrowbox .card-body h4, .card-arrowbox .card-body h5, .card-arrowbox .card-body h6, .card-arrowbox .card-footer h1, .card-arrowbox .card-footer h2, .card-arrowbox .card-footer h3, .card-arrowbox .card-footer h4, .card-arrowbox .card-footer h5, .card-arrowbox .card-footer h6 {
      color: #fff; }
    .card-arrowbox .card-header h4, .card-arrowbox .card-body h4, .card-arrowbox .card-footer h4 {
      border-bottom: 2px dotted #fff;
      font-size: 16px;
      font-weight: 400;
      padding: 0.5em 0; }
    .card-arrowbox .card-header h5, .card-arrowbox .card-body h5, .card-arrowbox .card-footer h5 {
      font-family: Campton-Bold;
      font-size: 24px;
      /*font-weight: bold;*/
      line-height: 30px;
      padding: 1em 0; }
    .card-arrowbox .card-header p, .card-arrowbox .card-body p, .card-arrowbox .card-footer p {
      margin-bottom: 1em; }
    .card-arrowbox .card-header a, .card-arrowbox .card-body a, .card-arrowbox .card-footer a {
      color: #fff;
      border-bottom: 1px solid #fff;
      padding-top: 1em; }
  .card-arrowbox:after, .card-arrowbox:before {
    right: 100%;
    top: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .card-arrowbox:after {
    border-right-color: #006678;
    border-width: 30px;
    margin-top: -30px; }
  .card-arrowbox:before {
    margin-top: -36px; }
  .card-arrowbox.arrow-right {
    margin-left: 0;
    margin-right: 1em; }
    .card-arrowbox.arrow-right:after, .card-arrowbox.arrow-right:before {
      right: -60px; }
    .card-arrowbox.arrow-right:after {
      border-right-color: transparent;
      border-left-color: #006678;
      border-width: 30px; }
  @media (max-width: 767.98px) {
    .card-arrowbox {
      margin-left: -0; }
      .card-arrowbox.arrow-right {
        margin-right: 0; }
      .card-arrowbox:after, .card-arrowbox:before {
        content: none; } }

@media (max-width: 991.98px) {
  .col-lg-5 > .card-arrowbox, .col-lg-6 > .card-arrowbox, .col-lg-7 > .card-arrowbox, .col-lg-8 > .card-arrowbox, .col-lg-9 > .card-arrowbox {
    margin-top: 30px;
    margin-left: -30px;
    margin-right: -30px; }
    .col-lg-5 > .card-arrowbox:after, .col-lg-5 > .card-arrowbox:before, .col-lg-6 > .card-arrowbox:after, .col-lg-6 > .card-arrowbox:before, .col-lg-7 > .card-arrowbox:after, .col-lg-7 > .card-arrowbox:before, .col-lg-8 > .card-arrowbox:after, .col-lg-8 > .card-arrowbox:before, .col-lg-9 > .card-arrowbox:after, .col-lg-9 > .card-arrowbox:before {
      content: none; } }

a.wishlink i {
  width: 27px;
  height: 18px;
  line-height: 15px; }

a.compare i {
  width: 23px;
  height: 15px;
  line-height: 9px;
  margin-left: 2px;
  margin-top: -3px;
  margin-right: 3px;
  padding-top: 1px; }

a.compare.remove i {
  background: #006678;
  border-radius: 3px 10px; }
  a.compare.remove i::before {
    color: #fff; }

a.samplelink i {
  width: 27px;
  height: 18px;
  padding-left: 5px;
  font-size: 1.25em; }

a.link-file {
  display: block;
  margin-bottom: 10px; }
  a.link-file:before {
    content: '';
    width: 32px;
    height: 32px;
    display: inline-block;
    position: relative;
    top: 10px;
    margin-right: 10px; }
  a.link-file.link-pdf:before {
    background: url("../../img/file_pdf.png"); }

.register-step2 {
  /* Registreirungsformular B2B */ }
  .register-step2 h2 small {
    font-size: 24px; }
  .register-step2 button {
    background-color: #006678;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-style: none;
    border: none;
    text-transform: uppercase; }
    .register-step2 button a {
      color: #fff; }
  .register-step2 div.subheadline {
    color: #006678;
    font-size: 16px;
    line-height: 24px; }
  .register-step2 .register-step-2-b2b, .register-step2 .kmt-registration-form {
    background-color: #e9e6df;
    max-width: 770px;
    padding: 2em;
    padding-bottom: 6px;
    padding-top: 6px; }
    .register-step2 .register-step-2-b2b .fabricatordistributor .col-lg-4, .register-step2 .kmt-registration-form .fabricatordistributor .col-lg-4 {
      background-color: #fff;
      white-space: nowrap; }
      .register-step2 .register-step-2-b2b .fabricatordistributor .col-lg-4 .pi, .register-step2 .register-step-2-b2b .fabricatordistributor .col-lg-4 #multifilter_filters ul.attrbody li .attrfilter.active::before, #multifilter_filters ul.attrbody li .register-step2 .register-step-2-b2b .fabricatordistributor .col-lg-4 .attrfilter.active::before, .register-step2 .kmt-registration-form .fabricatordistributor .col-lg-4 .pi, .register-step2 .kmt-registration-form .fabricatordistributor .col-lg-4 #multifilter_filters ul.attrbody li .attrfilter.active::before, #multifilter_filters ul.attrbody li .register-step2 .kmt-registration-form .fabricatordistributor .col-lg-4 .attrfilter.active::before {
        color: #006678;
        margin-bottom: 0.2em; }
        .register-step2 .register-step-2-b2b .fabricatordistributor .col-lg-4 .pi-circulation, .register-step2 .kmt-registration-form .fabricatordistributor .col-lg-4 .pi-circulation {
          margin-left: 0.4em; }
        .register-step2 .register-step-2-b2b .fabricatordistributor .col-lg-4 .pi-process, .register-step2 .kmt-registration-form .fabricatordistributor .col-lg-4 .pi-process {
          margin-left: 0.2em; }
        .register-step2 .register-step-2-b2b .fabricatordistributor .col-lg-4 .pi-other, .register-step2 .kmt-registration-form .fabricatordistributor .col-lg-4 .pi-other {
          margin-left: 0.6em; }
        .register-step2 .register-step-2-b2b .fabricatordistributor .col-lg-4 .pi-shoppinghouse, .register-step2 .kmt-registration-form .fabricatordistributor .col-lg-4 .pi-shoppinghouse {
          margin-left: 0.2em; }
        .register-step2 .register-step-2-b2b .fabricatordistributor .col-lg-4 .pi-shelf, .register-step2 .kmt-registration-form .fabricatordistributor .col-lg-4 .pi-shelf {
          margin-left: 0.7em; }
        .register-step2 .register-step-2-b2b .fabricatordistributor .col-lg-4 .pi-manufacturer, .register-step2 .kmt-registration-form .fabricatordistributor .col-lg-4 .pi-manufacturer {
          margin-left: 0.9em; }
        .register-step2 .register-step-2-b2b .fabricatordistributor .col-lg-4 .pi-machinery, .register-step2 .kmt-registration-form .fabricatordistributor .col-lg-4 .pi-machinery {
          margin-left: 0.3em; }
      .register-step2 .register-step-2-b2b .fabricatordistributor .col-lg-4 p, .register-step2 .kmt-registration-form .fabricatordistributor .col-lg-4 p {
        color: #006678;
        font-family: Campton-Bold;
        font-size: 18px;
        /*font-weight: bold;*/
        line-height: 22px;
        text-align: center; }
        .register-step2 .register-step-2-b2b .fabricatordistributor .col-lg-4 p.machinery-text, .register-step2 .kmt-registration-form .fabricatordistributor .col-lg-4 p.machinery-text {
          left: -30px;
          position: absolute; }
    .register-step2 .register-step-2-b2b .pmma .col-lg-1, .register-step2 .kmt-registration-form .pmma .col-lg-1 {
      background-color: #fff;
      white-space: nowrap;
      max-width: 14.3% !important;
      padding-top: 0.5em;
      padding-bottom: 0.5em; }
    .register-step2 .register-step-2-b2b .pmma .col-lg-5, .register-step2 .kmt-registration-form .pmma .col-lg-5 {
      max-width: 28.6%; }
    .register-step2 .register-step-2-b2b .amount-orders .col-lg-2, .register-step2 .kmt-registration-form .amount-orders .col-lg-2 {
      background-color: #fff;
      white-space: nowrap;
      padding-top: 0.5em;
      padding-bottom: 0.5em; }
    .register-step2 .register-step-2-b2b .amount-pmma .col-lg-3, .register-step2 .kmt-registration-form .amount-pmma .col-lg-3 {
      background-color: #fff;
      white-space: nowrap;
      padding-top: 0.5em;
      padding-bottom: 0.5em; }
  .register-step2 .button-container {
    max-width: 770px; }

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

/*
.form-control {*/
/*background: #f8f8f8;
	border: none;
	border-bottom: 2px solid #e6e6e6;
	height: 52px;
	line-height: 52px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
/*
  &:focus, &:hover, &:active {
    -webkit-box-shadow: none;
    -moz-box-shadow:  none;
    box-shadow:  none;
    outline:none;
  }

}*/
/* Länder Popup */
.b2b-country-popup, .b2c-country-popup {
  background-color: #f2f2f2;
  height: 100%; }
  .b2b-country-popup ul, .b2c-country-popup ul {
    padding-inline-start: 20px; }

#shopstart-popup .countryselect-title {
  display: none; }

#shopstart-popup .country-choose {
  max-height: 500px;
  overflow-y: scroll; }

#shopstart-popup .no-usergroup a {
  display: block;
  margin: 0 auto; }

#shopstart-popup .userGroupOptions {
  padding-bottom: 10px; }
  #shopstart-popup .userGroupOptions .card-darker {
    height: 100%;
    padding-bottom: 20px; }
    #shopstart-popup .userGroupOptions .card-darker .card-body > div {
      position: static; }
      #shopstart-popup .userGroupOptions .card-darker .card-body > div .row > div {
        position: static; }
    #shopstart-popup .userGroupOptions .card-darker .card-body a {
      position: absolute;
      bottom: 20px; }

#shopstart-popup .modal-body > .row {
  width: calc(100% + 30px); }

@media (min-width: 576px) {
  #shopstart-popup .modal-body > .row > div {
    position: relative;
    padding-bottom: 70px; }
    #shopstart-popup .modal-body > .row > div button {
      position: absolute;
      bottom: 0;
      width: calc(100% - 30px);
      margin-right: 20px; } }

@media (max-height: 930px) {
  #shopstart-popup .countryselection.show > .dropdown-menu {
    transform: translate3d(0px, -261px, 0px) !important; } }

@media (max-width: 750px) {
  .pagination.pagination-sm {
    flex-wrap: wrap; }
  .copyright-info {
    text-align: center; }
  .welcomeblock a {
    padding: .8rem 45px; }
    .welcomeblock a .pi-arrow-right {
      position: relative;
      top: unset;
      right: unset; } }

.info-rechts h3 {
  font-family: Campton-Bold;
  /*font-weight: bold;*/
  margin-top: .25em;
  margin-bottom: 1em; }

.info-rechts .info-part + .info-part {
  margin-top: 40px; }

.vardump-info {
  position: fixed;
  padding: 10px;
  background: #ccc;
  color: #000;
  border: 2px dashed #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  right: 0;
  bottom: 0;
  height: 400px;
  width: 900px;
  overflow: auto;
  z-index: 999999; }

.info-placeholder h1 {
  font-family: Campton-Bold;
  color: #020202;
  font-size: 36px;
  /*font-weight: bold;*/
  text-transform: uppercase; }

.info-placeholder p.teaser {
  color: #006678; }

.info-placeholder .arrow_box {
  color: #fff;
  line-height: 24px; }
  .info-placeholder .arrow_box a {
    text-decoration: underline; }

.info-placeholder img[alt="eröffnung"], .info-placeholder img[alt="eingangsbereich"] {
  width: 95%; }

.info-placeholder > div {
  margin-top: 2em;
  margin-bottom: 2em; }

.info-placeholder .aquariumbox div {
  background-color: #f2f2f2; }

.info-placeholder .aquariumbox h3 {
  font-family: Campton-Bold;
  font-size: 18px;
  /*font-weight: bold;*/ }

.info-placeholder .share-social-media {
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2; }

.cl-contact .alert-info, .cl-contact .paypalHelpBox {
  background-color: #fff;
  border-color: #0AEBA5;
  color: #0AEBA5; }

.cl-contact .form-horizontal .form-group .control-label {
  text-align: left; }

div#empty-basket-warning {
  font-family: Campton-Bold;
  font-size: 16px;
  /*font-weight: bold;*/ }

.loadingfade {
  background-color: #fff; }

.grid-view .content ul {
  overflow: visible !important; }

#productExample img {
  max-width: 100%; }

.ui-slider-wrapper {
  height: 10px;
  margin: 20px 0 30px;
  width: 100%; }
  .ui-slider-wrapper .ui-slider {
    width: 100%;
    height: 10px;
    border: none;
    border-radius: 5px;
    margin-left: 0; }
    .ui-slider-wrapper .ui-slider .ui-state-default {
      background: #006678;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      border: none;
      top: -8px; }
    .ui-slider-wrapper .ui-slider .ui-widget-header {
      background: #B9D2D7; }

.productDetails-default {
  font-size: 13px;
  color: #006678; }
  .productDetails-default ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .productDetails-default ul li {
      margin: 0;
      padding: 0; }

@media (min-width: 751px) and (max-width: 970px) {
  .b2b-country-popup .btn.btn-primary {
    font-size: 14px;
    max-width: 100%; }
    .b2b-country-popup .btn.btn-primary .pi-arrow-right {
      font-size: 14px; } }

.video-teaser {
  margin-bottom: 80px;
  padding-left: 3.5rem;
  padding-right: 3.5rem; }
  .video-teaser .video-container {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
    .video-teaser .video-container iframe {
      width: 100%;
      height: 100%;
      position: absolute; }

.note-video-clip {
  max-width: 100%; }

.ew-discount-label {
  color: #006678;
  font-size: 12px;
  margin-right: 0;
  font-weight: 500; }
  .buy-product .ew-discount-label {
    margin-top: -4px;
    margin-bottom: 9px; }

.price.price-del {
  color: #006678;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  top: -3px;
  margin-right: 8px; }
  #basketcontents_list .price.price-del {
    margin-right: 0;
    display: block; }

.kmt-stock {
  display: inline-block;
  margin-top: auto;
  padding: 13px 0 0 51px;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  color: #006678;
  width: 169px;
  text-align: left; }

.kmt-stock:before {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: absolute;
  width: 30px;
  left: 11px;
  top: 8px;
  font-size: 12px;
  line-height: 12px;
  padding-top: 8px;
  padding-bottom: 6px; }

@media (max-width: 1199.98px) {
  .kmt-stock {
    padding-left: 40px; }
  .kmt-stock:before {
    left: 0; } }

.kmt_iconlist a.kmt-stock:before {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #e73a2a;
  margin-top: 10px; }

.kmt_iconlist a.kmt-stock:before:before {
  font-size: 24px;
  display: block;
  /* flex: 0 0 auto; */
  left: -4px;
  position: relative; }

.kmt_iconlist a.kmt-stock:before span {
  margin-left: 1px; }

.kmt-stock:before--arrow-right,
.kmt-stock:before--arrow-left {
  font-size: 50px;
  line-height: 0; }

.kmt-stock:before--arrow-left {
  margin-right: 10px;
  margin-top: -5px; }

.kmt-form button .kmt-stock:before,
.kmt-form .kmt-btn .kmt-stock:before {
  vertical-align: middle; }

.compare.remove.kmt-stock:before {
  display: none; }

.compare.remove + .kmt-stock:before {
  margin-left: 0; }

.kmt-stock--modi-on:before {
  font-family: plexiglas-icons;
  content: "\f156";
  background: #4cae4c; }

.kmt-stock--modi-low:before {
  font-family: plexiglas-icons;
  content: "\f185";
  background: #eea236; }

.kmt-stock--modi-no:before {
  font-family: plexiglas-icons;
  content: "\f111";
  background: #0AEBA5; }

.js-collapse .pi-chevron-down {
  transition: transform .2s ease;
  transform: rotate(180deg); }

.js-collapse.js-collapse-active .pi-chevron-down {
  transform: rotate(0); }

.collapse-target {
  overflow: hidden;
  transition: max-height .2s ease; }
  .collapse-target.collapse {
    max-height: 0 !important;
    display: block; }

.b2b_table2 tr th {
  background: #f2f2f2;
  border-bottom: 1px solid #e9e6df; }

.b2b_table2 tr td {
  background: transparent !important;
  padding: 14px 17px 8px; }

.b2b_table2 tr.detailButtons td {
  border-bottom: 1px solid #e9e6df;
  padding-top: 0;
  padding-bottom: 20px; }

.login-menu {
  min-width: 766px;
  padding: 15px; }

.search-form #searchParam {
  height: auto;
  box-shadow: none !important; }

.search-form .show-search {
  cursor: pointer;
  padding-left: 10px;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity .2s ease;
  /*@include media-breakpoint-down(md) {
      width: 36px;
      .pi-circle-desc{
        font-size: 11px;
        color: #373a3c;
      }
    }*/
  /*@include media-breakpoint-down(xs) {
      height:30px;
    }*/ }
  @media (min-width: 1200px) {
    .search-form .show-search i {
      font-size: 1.125em;
      position: relative;
      top: 6px;
      left: -1px;
      /*@include media-breakpoint-down(xs) {
          left: 1px;
        }*/ } }
  .search-form .show-search:hover:before, .search-form .show-search:focus:before, .search-form .show-search:active:before {
    background: #006678; }
  .search-form .show-search:hover i, .search-form .show-search:focus i, .search-form .show-search:active i {
    color: #006678; }

.search-form .hide-search {
  cursor: pointer;
  padding-left: 10px;
  background-color: #006678;
  color: white; }
  .search-form .hide-search:hover {
    color: #006678; }
  .search-form .hide-search i {
    font-size: 1.3em;
    position: relative;
    top: 15px; }

.search-form.is-open .show-search {
  opacity: 0; }

@media (max-width: 991.98px) {
  .search-form.is-open .search {
    z-index: 2;
    width: 95%;
    right: 50%;
    transform: translateX(50%);
    top: 14px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .search-form.is-open .search {
    top: 8px; } }

.search-form .search {
  width: 100%;
  width: calc(100% + 44px);
  opacity: 1;
  position: absolute;
  transition: width .2s ease;
  right: -49px;
  top: -7px;
  background: #fff; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .search-form .search {
      top: 25px;
      padding-bottom: 20px; } }
  .search-form .search #jquery-live-search {
    top: 51px !important;
    left: 0 !important;
    width: calc(100% - 168px); }
    @media (max-width: 575.98px) {
      .search-form .search #jquery-live-search {
        width: calc(100% - 31px); } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .search-form .search #jquery-live-search {
        width: calc(100% - 31px); } }
  @media (min-width: 1200px) {
    .search-form .search i.pi-search {
      font-size: 1.3em;
      position: relative;
      top: -1px;
      padding-left: 7px; } }
  .search-form .search.is-hidden {
    display: none; }
  .search-form .search.is-small {
    opacity: 0;
    width: 200px; }

.header .navbar-nav .nav-item {
  opacity: 1;
  transition: all .2s ease; }

@media (min-width: 1200px) {
  .header .navbar-nav.has-active-search .nav-item {
    transform: translateX(-200px);
    opacity: 0; }
  .header .navbar-nav.has-active-search-end {
    position: relative !important; } }

.header-box .search-form {
  /*@include media-breakpoint-between(md,lg){
      .show-search{
        i{
          text-align:center;
        }
      }
    }
    @include media-breakpoint-down(xs){
      .show-search{
        margin-top: 9px;
        margin-right: 3px;
        margin-left: 3px;
      }

    }*/ }
  .header-box .search-form.btn-group {
    position: inherit; }
  @media (max-width: 1199.98px) {
    .header-box .search-form {
      /*  padding-left:6px;
      padding-right: 6px;
      color: #e53e2d;*/ }
      .header-box .search-form .pi-close, .header-box .search-form #multifilter_filters ul.attrbody li .attrfilter.active:hover, #multifilter_filters ul.attrbody li .header-box .search-form .attrfilter.active:hover {
        color: #000; } }
  @media (min-width: 576px) and (max-width: 1199.98px) {
    .header-box .search-form {
      vertical-align: middle;
      display: inline-block;
      /*.show-search{
        width: auto;
        display: inline-block;
        padding: 0.375rem 0.75rem;
        &:before{
          top:8px;
          right:50%;
          transform: translateX(50%);
        }
        i{
          width: 36px;
          height: 36px;
          top:10px;
        }
      }*/ } }

.service-menu,
.services {
  /* Rahmen bei ausgewähltem Textfeld in Chrome entfernen */
  /* verhindert dass die Boxen in Chrome umgefärbt werden wenn sie ausgefüllt sind */ }
  .service-menu .altLoginBox,
  .services .altLoginBox {
    margin-top: 10px; }
    .service-menu .altLoginBox #loginboxFbConnect,
    .services .altLoginBox #loginboxFbConnect {
      display: inline-block; }
  .service-menu .list-unstyled li,
  .services .list-unstyled li {
    position: relative;
    /*.badge {
        background-color: $secondary;
        position: absolute;
        top: 3px;
        right: 3px;
        font-weight: 500;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: $white;
      }*/ }
    .service-menu .list-unstyled li:before,
    .services .list-unstyled li:before {
      font-weight: bold; }
  .service-menu textarea:focus, .service-menu input:focus,
  .services textarea:focus,
  .services input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .service-menu input:-webkit-autofill,
  .service-menu input:-webkit-autofill:hover,
  .service-menu input:-webkit-autofill:focus,
  .service-menu input:-webkit-autofill:active,
  .services input:-webkit-autofill,
  .services input:-webkit-autofill:hover,
  .services input:-webkit-autofill:focus,
  .services input:-webkit-autofill:active {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important; }

.service-menu-box .lead {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 1rem;
  color: #000; }

.service-menu-box a.forgotPasswordOpener {
  color: #006678;
  font-weight: bold;
  margin-top: 1em; }

.service-menu-box .dd-shortcode-text p {
  color: #006678; }

.service-menu-box .dd-shortcode-text .list-check {
  margin-top: 1em; }
  .service-menu-box .dd-shortcode-text .list-check li {
    color: #006678;
    font-weight: bold; }
    .service-menu-box .dd-shortcode-text .list-check li:before {
      font-weight: bold; }

#wrapperHeader {
  position: relative;
  z-index: 20;
  box-shadow: 0 5px 20px 0 rgba(0, 1, 30, 0.2); }

.header {
  margin: 0 -15px; }
  @media (min-width: 1200px) {
    .header {
      background-image: url("../../img/plyvnts_header_bg.png");
      background-repeat: no-repeat;
      background-position: center right;
      background-size: cover; } }
  .header .header-box {
    width: 100%; }
  .header .settings-row-right {
    text-align: right; }
  .header .header-row {
    background-color: #006678;
    display: flex;
    flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px !important; }
    @media (min-width: 1200px) {
      .header .header-row {
        border-left: 15px solid white; } }
  .header .plexiglaslogo {
    background-image: url("../../img/polyvantis-logo.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 20vw;
    min-width: 180px;
    max-width: 240px;
    min-height: 60px;
    max-height: 180px;
    background-color: white;
    border-right: 2em solid white;
    height: 0uv; }
  .header div.logo_monument {
    display: flex;
    position: relative;
    height: 50%; }
  .header .logo_monument::before, .header .logo_monument::after {
    display: block;
    content: "";
    width: 48px;
    min-height: 170px;
    height: 0uv;
    box-sizing: border-box; }
  .header .logo_monument::before {
    background-image: linear-gradient(-45deg, #B2D2D6 0%, #B2D2D6 50%, #FFFFFF 50%, #FFFFFF 100%); }
  .header .logo_monument::after {
    left: calc(100% + 30px);
    background-image: linear-gradient(-45deg, #006678 0%, #006678 50%, #00FFBE 50%, #00FFBE 100%); }
  .header .header-top {
    background-color: #006678; }
    .header .header-top > .container > .row {
      padding: 15px 0; }
  .header .fixed-header-logo {
    background-image: url("../../img/polyvantis-logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    min-width: 180px;
    min-height: 56px;
    background-color: white;
    padding-left: 2em solid white;
    padding-right: 2em solid white;
    border-right: 1em solid white; }
  .fixed-header .header {
    position: relative;
    padding-bottom: 42px; }
  .header .logo-link {
    display: block;
    width: 100%; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .header .logo-link {
        margin-left: 37px !important; } }
  .header .logo-img {
    display: block;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .header .logo-img {
        margin: 0; } }
  .header-box {
    padding: 12px 0 10px; }
    @media (min-width: 992px) {
      .header-box {
        padding: 12px 0; } }
    @media (max-width: 767.98px) {
      .header-box {
        padding: 24px 0 10px; } }
  .header .menu-dropdowns {
    margin: 20px auto;
    text-align: center; }
    @media (min-width: 768px) {
      .header .menu-dropdowns {
        text-align: right;
        margin: 0; } }
    .header .menu-dropdowns > .btn-group > .btn {
      background-color: transparent;
      font-size: 11px;
      color: #fff;
      border: 0; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .header .menu-dropdowns > .btn-group > .btn {
          padding: 6px; } }
  .header .menu-settings-display {
    font-weight: bold;
    font-size: 0.9em;
    text-align: right;
    margin: 0; }
    .header .menu-settings-display .settingswrapper {
      display: inline-block;
      cursor: pointer;
      color: #0AEBA5; }
      .header .menu-settings-display .settingswrapper:hover {
        color: #00B4B4; }
      .header .menu-settings-display .settingswrapper .settingsitem {
        padding-left: 20px;
        font-size: .75rem; }
        .header .menu-settings-display .settingswrapper .settingsitem:first-child {
          padding-left: 0; }
    @media (max-width: 1070px) {
      .has-header-message .header .menu-settings-display {
        padding-right: 64px; } }
    @media (min-width: 1200px) and (max-width: 1360px) {
      .has-header-message .header .menu-settings-display {
        padding-right: 64px; } }
  .header #mainnav.navbar > .container {
    justify-content: flex-start; }
  .header .navbar {
    padding: 0 0 .5rem 0; }
    @media (min-width: 992px) {
      .header .navbar {
        padding: 0; } }
    .header .navbar-collapse {
      justify-content: center; }
    .fixed-header .header .navbar {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1030;
      margin-top: -42px;
      border-bottom: 1px solid #ddd;
      padding: 0; }
      @media (min-width: 768px) {
        .fixed-header .header .navbar {
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
          border: none; } }
      .fixed-header .header .navbar .navbar-header {
        padding: 5px 15px; }
      .fixed-header .header .navbar.fadeIn {
        margin-top: 0;
        transition: margin-top .2s; }
        @media (min-width: 1200px) {
          .fixed-header .header .navbar.fadeIn {
            background-image: url("../../img/plyvnts_header_bg.png");
            background-repeat: no-repeat;
            background-position: center right;
            background-size: cover; } }
        @media (max-width: 1199.98px) {
          .fixed-header .header .navbar.fadeIn {
            background-color: #006678; } }
    .header .navbar-toggler {
      padding: 0;
      border: 0;
      outline: none;
      transform: translateY(3px); }
      .fixed-header .header .navbar-toggler {
        transform: translateY(0); }
      .header .navbar-toggler:active i:before, .header .navbar-toggler:hover i:before, .header .navbar-toggler[aria-expanded="true"] i:before {
        color: #0AEBA5 !important;
        text-shadow: 0 1px #0AEBA5 !important; }
    .header .navbar-header {
      padding: 15px; }
      @media (min-width: 992px) {
        .header .navbar-header {
          display: none; } }
    .header .navbar-nav {
      margin: 0;
      border-top: 1px solid #E7E7E7;
      position: relative; }
      @media (min-width: 992px) {
        .header .navbar-nav {
          margin: 0;
          border: 0; } }
      .fixed-header .header .navbar-nav {
        margin: 0; }
    .header .navbar .nav-item {
      font-size: 1.063em;
      font-weight: 700;
      line-height: 20px;
      padding: 10px 15px;
      border-bottom: 1px solid #E7E7E7;
      text-transform: uppercase; }
      .fixed-header .header .navbar .nav-item {
        font-size: 15px; }
      @media (min-width: 1200px) {
        .header .navbar .nav-item {
          border-bottom: 0;
          line-height: inherit;
          padding: inherit; } }
      .header .navbar .nav-item > .nav-link {
        color: #fff;
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative;
        font-family: Campton-Bold; }
        .header .navbar .nav-item > .nav-link::before {
          position: absolute;
          right: auto;
          width: 0%;
          content: '';
          border-bottom: 2px solid #006678;
          left: 15px;
          transition: all ease-in-out .25s;
          margin-top: 0;
          top: auto;
          bottom: 3px; }
      .header .navbar .nav-item:focus > .nav-link, .header .navbar .nav-item:hover > .nav-link {
        color: #0AEBA5; }
        .header .navbar .nav-item:focus > .nav-link::before, .header .navbar .nav-item:hover > .nav-link::before {
          transition: all ease-in-out .25s;
          width: calc(100% - 30px); }
          @media (max-width: 1199.98px) {
            .header .navbar .nav-item:focus > .nav-link::before, .header .navbar .nav-item:hover > .nav-link::before {
              content: none; } }
      .header .navbar .nav-item .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 1rem; }
        @media (min-width: 992px) {
          .header .navbar .nav-item .dropdown-menu {
            margin-left: inherit;
            margin-right: inherit;
            position: absolute;
            background-color: #fff;
            box-shadow: inherit;
            border: 1px solid rgba(0, 0, 0, 0.15);
            border-radius: 0.25rem;
            float: left;
            font-size: 1rem;
            margin-top: 0;
            border-top-right-radius: 0;
            border-top-left-radius: 0; } }
      .header .navbar .nav-item .dropdown-item {
        padding-left: 0;
        padding-right: 0; }
        @media (min-width: 992px) {
          .header .navbar .nav-item .dropdown-item {
            padding: 0;
            font-size: 14px; } }
        .header .navbar .nav-item .dropdown-item.active, .header .navbar .nav-item .dropdown-item:focus, .header .navbar .nav-item .dropdown-item:hover {
          background-color: transparent;
          transition: background-color .2s;
          text-decoration: none; }
          @media (min-width: 992px) {
            .header .navbar .nav-item .dropdown-item.active, .header .navbar .nav-item .dropdown-item:focus, .header .navbar .nav-item .dropdown-item:hover {
              background-color: #006678;
              transition: background-color .2s; } }
          .header .navbar .nav-item .dropdown-item.active > .dropdown-link, .header .navbar .nav-item .dropdown-item:focus > .dropdown-link, .header .navbar .nav-item .dropdown-item:hover > .dropdown-link {
            color: #0AEBA5;
            transition: color .2s;
            text-decoration: none; }
            @media (min-width: 992px) {
              .header .navbar .nav-item .dropdown-item.active > .dropdown-link, .header .navbar .nav-item .dropdown-item:focus > .dropdown-link, .header .navbar .nav-item .dropdown-item:hover > .dropdown-link {
                color: #fff;
                transition: color .2s; } }
      .header .navbar .nav-item .dropdown-link {
        color: #006678;
        padding: 5px 15px 5px 25px;
        display: block;
        text-decoration: none; }
        @media (min-width: 992px) {
          .header .navbar .nav-item .dropdown-link {
            color: #020202; } }
        .header .navbar .nav-item .dropdown-link.current, .header .navbar .nav-item .dropdown-link:focus, .header .navbar .nav-item .dropdown-link:hover {
          color: #0AEBA5;
          transition: color .2s; }
          @media (min-width: 992px) {
            .header .navbar .nav-item .dropdown-link.current, .header .navbar .nav-item .dropdown-link:focus, .header .navbar .nav-item .dropdown-link:hover {
              color: #fff;
              transition: color .2s; } }
    .header .navbar .nav-link {
      color: #006678; }

.countryFlag {
  position: relative;
  top: -1px;
  margin-right: 3px; }

.fixed-header ul.fixed-header-actions {
  margin-left: auto; }
  @media (max-width: 767.98px) {
    .fixed-header ul.fixed-header-actions {
      margin-right: 10px; } }

.fixed-header-actions {
  display: none; }
  .fixed-header-actions .logo-link {
    position: relative;
    top: 1px; }
    .fixed-header-actions .logo-link .logo-img {
      width: auto;
      max-width: 170px;
      height: auto;
      max-height: 36px; }
    @media (max-width: 767.98px) {
      .fixed-header-actions .logo-link .logo-img {
        max-width: 150px; } }
  .fixed-header .fixed-header-actions {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .fixed-header .fixed-header-actions {
        flex-wrap: nowrap; } }

.fixed-header-item {
  font-size: 1.2em;
  font-weight: 200;
  line-height: 20px;
  padding: 10px 0.5rem;
  border-bottom: 0;
  display: inline-block;
  width: auto; }

.fixed-header-link {
  color: #006678; }
  .fixed-header-link:hover {
    color: #0AEBA5;
    text-decoration: none; }

.logo-row {
  margin-bottom: 10px; }
  .is-ps .logo-row {
    margin-bottom: 50px; }
  .logo-row ul.is-logged-in.login-menu {
    max-width: 400px;
    min-width: 300px; }
    .logo-row ul.is-logged-in.login-menu .btn {
      margin-top: 1em; }

.b2b2c-switch {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -10px;
  font-size: .75rem;
  text-transform: uppercase; }
  .b2b2c-switch li {
    padding: 4px 10px;
    display: inline-block; }
    .b2b2c-switch li .pi-information {
      color: white; }
    .b2b2c-switch li .pi-information:hover {
      color: #00B4B4; }
    .b2b2c-switch li a {
      color: #fff; }
      .b2b2c-switch li a:hover, .b2b2c-switch li a:active, .b2b2c-switch li a:focus {
        color: #0AEBA5;
        outline: none; }
    .b2b2c-switch li.active a, .b2b2c-switch li.active span {
      font-weight: 700;
      border-bottom: 2px solid #006678;
      color: #fff; }

.header-message {
  overflow: hidden;
  transition: all .2s ease;
  max-height: 0;
  background-color: #006678; }
  .header-message .header-message-content {
    color: #ccc;
    padding: .2em 15px 2em;
    position: relative;
    font-size: .75rem; }
    .header-message .header-message-content .footerinfos {
      font-size: .875rem;
      padding-bottom: 0 !important;
      padding-top: 0 !important; }
  .header-message .header-message-close {
    display: none; }
    .header-message .header-message-close i.pi-close, .header-message .header-message-close #multifilter_filters ul.attrbody li i.attrfilter.active:hover, #multifilter_filters ul.attrbody li .header-message .header-message-close i.attrfilter.active:hover {
      color: white;
      font-size: 1.813rem;
      position: absolute;
      top: .5em;
      right: 1em;
      cursor: pointer; }
    .header-message .header-message-close:hover i.pi-close, .header-message .header-message-close:hover #multifilter_filters ul.attrbody li i.attrfilter.active:hover, #multifilter_filters ul.attrbody li .header-message .header-message-close:hover i.attrfilter.active:hover {
      color: #006678; }

.header-message-open {
  cursor: pointer; }
  .header-message-open i {
    position: relative;
    top: -2px; }
  .header-message-open:hover i, .header-message-open:focus i, .header-message-open:active i {
    color: #00B4B4;
    outline: none; }

.header-top {
  transition: all .2s ease; }

.has-header-message .b2b2c-switch .header-message-open {
  display: none; }

.has-header-message .b2b2c-switch li.active,
.has-header-message .b2b2c-switch li.active a {
  background: #006678;
  color: #fff; }

.has-header-message .header-top > .container > .row {
  border-color: transparent; }

.has-header-message .header-message {
  /*background-color: $black;*/
  color: #fff; }

.has-header-message .header-message-close {
  display: block; }

#navbarSupportedContent {
  position: relative; }
  @media (max-width: 1199.98px) {
    #navbarSupportedContent {
      order: 1; } }

#mainnav.fadeIn #navbarSupportedContent {
  min-height: 56px;
  background-color: #006678; }

#mainnav.fadeIn div.fixed-logo_monument {
  display: flex;
  position: relative;
  height: 50%; }
  @media (max-width: 991.98px) {
    #mainnav.fadeIn div.fixed-logo_monument {
      margin-left: 32px; } }

#mainnav.fadeIn div.fixed-logo_monument::before, #mainnav.fadeIn div.fixed-logo_monument::after {
  display: block;
  content: "";
  width: 21px;
  min-height: 56px;
  height: 0uv;
  box-sizing: border-box; }

#mainnav.fadeIn div.fixed-logo_monument::before {
  background-image: linear-gradient(-45deg, #B2D2D6 0%, #B2D2D6 50%, #FFFFFF 50%, #FFFFFF 100%); }

#mainnav.fadeIn div.fixed-logo_monument::after {
  left: calc(100% + 30px);
  background-image: linear-gradient(-45deg, #006678 0%, #006678 50%, #00FFBE 50%, #00FFBE 100%); }

.header .navbar .navbar-collapse {
  position: relative; }
  .header .navbar .navbar-collapse .navbar-nav {
    position: static; }
    .header .navbar .navbar-collapse .navbar-nav .nav-item {
      position: static; }
      .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu {
        display: block;
        overflow: hidden;
        position: absolute;
        top: 100%;
        max-height: 0;
        left: -30px;
        right: -30px;
        margin-left: 0;
        margin-right: 0;
        float: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0;
        min-width: none;
        transition: all .4s ease;
        text-transform: none; }
        @media (max-width: 1199.98px) {
          .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu {
            display: none !important; } }
        .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu.show {
          max-height: 1000px; }
        .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner {
          margin-top: 20px;
          background: #f2f2f2 !important;
          border-bottom: 8px solid #fff;
          display: flex;
          justify-content: flex-start;
          padding: 40px;
          width: 100%; }
          .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-navigation {
            display: flex;
            flex-direction: column;
            flex: 0 0 24%;
            padding: 0;
            margin: 0; }
            .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-navigation > .dropdown-item {
              background: transparent; }
              .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-navigation > .dropdown-item > a {
                position: relative;
                width: 100%;
                color: #6c6e6e;
                border-top: 1px solid #d7d5ce;
                padding: 10px 58px 10px 10px;
                font-size: 14px;
                font-size: .875rem;
                line-height: 24px;
                line-height: 1.5rem;
                max-width: 350px;
                white-space: normal; }
                .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-navigation > .dropdown-item > a.current {
                  color: #0AEBA5; }
                .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-navigation > .dropdown-item > a:hover, .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-navigation > .dropdown-item > a.active {
                  color: #0AEBA5; }
                .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-navigation > .dropdown-item > a.active {
                  color: #000;
                  background: #e9e6df;
                  transition: all .4s ease; }
                  .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-navigation > .dropdown-item > a.active i.pi-arrow-right {
                    opacity: 1;
                    transform: translate(10px, -50%);
                    transition: all .6s ease; }
                .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-navigation > .dropdown-item > a i.pi-arrow-right {
                  top: 50%;
                  transform: translate(0, -50%);
                  position: absolute;
                  opacity: 0;
                  right: 1em; }
              .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-navigation > .dropdown-item:last-child > a {
                border-bottom: 1px solid #d7d5ce; }
          .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-information {
            flex: 0 0 54%;
            list-style: none;
            margin: 0;
            margin-left: 13%;
            padding: 0; }
            .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-information > li, .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-information > li p {
              font-size: 16px;
              font-weight: 300; }
            .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-information > li {
              position: relative;
              width: 100%;
              opacity: 0;
              transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
              .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-information > li.shown {
                opacity: 1;
                transition: opacity .6s ease; }
            .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-information .megamenu-link {
              color: #006678;
              text-transform: uppercase; }
              .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-information .megamenu-link:hover, .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-information .megamenu-link:focus, .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-information .megamenu-link:active {
                color: #0AEBA5;
                outline: none; }
              .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-information .megamenu-link i.pi-arrow-right {
                position: relative;
                top: -1px; }
            .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-information .megamenu-categoryPic {
              position: relative;
              overflow: hidden;
              color: #f2f2f2;
              margin-bottom: 1.7em; }
              .header .navbar .navbar-collapse .navbar-nav .nav-item .megamenu .megamenu-inner .megamenu-information .megamenu-categoryPic img {
                color: #f2f2f2;
                max-width: 100%;
                max-height: 500px; }

body.fixed-header div.megamenu {
  margin-left: -8.8rem !important;
  margin-right: -7.9rem !important; }

.fixed-header .megamenu-inner {
  margin-top: 10px !important; }

@media (max-width: 767.98px) {
  .fixed-header-actions .fixed-header-item.small-only-in-menu {
    display: none; } }

.fixed-header-actions .fixed-header-link i {
  position: relative; }

.fixed-header-actions .fixed-header-link:hover, .fixed-header-actions .fixed-header-link:focus, .fixed-header-actions .fixed-header-link:active, .fixed-header-actions .fixed-header-link.icon-active {
  box-shadow: none;
  outline: none; }
  .fixed-header-actions .fixed-header-link:hover i, .fixed-header-actions .fixed-header-link:focus i, .fixed-header-actions .fixed-header-link:active i, .fixed-header-actions .fixed-header-link.icon-active i {
    background: #006678; }
    .fixed-header-actions .fixed-header-link:hover i::before, .fixed-header-actions .fixed-header-link:focus i::before, .fixed-header-actions .fixed-header-link:active i::before, .fixed-header-actions .fixed-header-link.icon-active i::before {
      color: white; }

.logo-row .menu-dropdowns > .btn-group {
  vertical-align: top; }
  @media (max-width: 1199.98px) {
    .has-active-search .logo-row .menu-dropdowns > .btn-group:not(.search-form) {
      transform: translateX(-200px);
      opacity: 0; }
    .has-active-search-end .logo-row .menu-dropdowns > .btn-group:not(.search-form) {
      position: relative !important; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .has-active-search .logo-row .menu-dropdowns > .btn-group .search {
      right: 0;
      top: 0; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .has-active-search .logo-row .menu-dropdowns > .btn-group .search {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  .logo-row .menu-dropdowns > .btn-group > .btn {
    width: 80px;
    padding-left: 2px;
    padding-right: 2px; }
    html[lang="es"] .logo-row .menu-dropdowns > .btn-group > .btn, html[lang="fr"] .logo-row .menu-dropdowns > .btn-group > .btn {
      width: 60px; }
      html[lang="es"] .logo-row .menu-dropdowns > .btn-group > .btn .pi-circle-desc, html[lang="fr"] .logo-row .menu-dropdowns > .btn-group > .btn .pi-circle-desc {
        display: none; }
    @media (max-width: 575.98px) {
      .logo-row .menu-dropdowns > .btn-group > .btn {
        width: auto; } }
    .logo-row .menu-dropdowns > .btn-group > .btn .pi-circle-desc {
      white-space: normal; }
    .logo-row .menu-dropdowns > .btn-group > .btn.dropdown-toggle:after {
      content: none !important; }
    .logo-row .menu-dropdowns > .btn-group > .btn > i {
      position: relative; }
    .logo-row .menu-dropdowns > .btn-group > .btn:hover, .logo-row .menu-dropdowns > .btn-group > .btn:focus, .logo-row .menu-dropdowns > .btn-group > .btn:active, .logo-row .menu-dropdowns > .btn-group > .btn.icon-active {
      box-shadow: none;
      outline: none; }
      .logo-row .menu-dropdowns > .btn-group > .btn:hover > i, .logo-row .menu-dropdowns > .btn-group > .btn:focus > i, .logo-row .menu-dropdowns > .btn-group > .btn:active > i, .logo-row .menu-dropdowns > .btn-group > .btn.icon-active > i {
        background: #006678; }
        .logo-row .menu-dropdowns > .btn-group > .btn:hover > i::before, .logo-row .menu-dropdowns > .btn-group > .btn:focus > i::before, .logo-row .menu-dropdowns > .btn-group > .btn:active > i::before, .logo-row .menu-dropdowns > .btn-group > .btn.icon-active > i::before {
          color: #fff; }
  .logo-row .menu-dropdowns > .btn-group.show > .btn.dropdown-toggle,
  .logo-row .menu-dropdowns > .btn-group.show > .btn.dropdown-toggle:hover,
  .logo-row .menu-dropdowns > .btn-group.show > .btn.dropdown-toggle:focus,
  .logo-row .menu-dropdowns > .btn-group.show > .btn.dropdown-toggle:active {
    background-color: #f2f2f2;
    color: #000 !important;
    transition: none !important;
    outline: none; }
    .logo-row .menu-dropdowns > .btn-group.show > .btn.dropdown-toggle > i,
    .logo-row .menu-dropdowns > .btn-group.show > .btn.dropdown-toggle:hover > i,
    .logo-row .menu-dropdowns > .btn-group.show > .btn.dropdown-toggle:focus > i,
    .logo-row .menu-dropdowns > .btn-group.show > .btn.dropdown-toggle:active > i {
      border-color: #000 !important;
      background: transparent !important; }
      .logo-row .menu-dropdowns > .btn-group.show > .btn.dropdown-toggle > i::before,
      .logo-row .menu-dropdowns > .btn-group.show > .btn.dropdown-toggle:hover > i::before,
      .logo-row .menu-dropdowns > .btn-group.show > .btn.dropdown-toggle:focus > i::before,
      .logo-row .menu-dropdowns > .btn-group.show > .btn.dropdown-toggle:active > i::before {
        color: #000 !important; }

.logo-row .menu-dropdowns .dropdown-menu {
  border-radius: 0;
  background-color: #f2f2f2;
  border: none;
  margin-top: -2px;
  padding: 1.5em 2.5em;
  box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.2);
  z-index: 1010; }
  .logo-row .menu-dropdowns .dropdown-menu input {
    background-color: #fff; }

.fixed-header-actions i > span.badge, .fixed-header-actions span.badge,
.menu-dropdowns i > span.badge,
.menu-dropdowns span.badge,
#modalbasketFlyout i > span.badge,
#modalbasketFlyout span.badge {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 11px;
  text-align: center; }
  .fixed-header-actions i > span.badge.badge-large, .fixed-header-actions span.badge.badge-large,
  .menu-dropdowns i > span.badge.badge-large,
  .menu-dropdowns span.badge.badge-large,
  #modalbasketFlyout i > span.badge.badge-large,
  #modalbasketFlyout span.badge.badge-large {
    width: 30px;
    height: 30px; }
  .fixed-header-actions i > span.badge.badge-giant, .fixed-header-actions span.badge.badge-giant,
  .menu-dropdowns i > span.badge.badge-giant,
  .menu-dropdowns span.badge.badge-giant,
  #modalbasketFlyout i > span.badge.badge-giant,
  #modalbasketFlyout span.badge.badge-giant {
    width: 36px;
    height: 36px; }

.fixed-header-actions span.badge,
.menu-dropdowns span.badge,
#modalbasketFlyout span.badge {
  top: -12px;
  left: -2px;
  right: auto; }

.fixed-header-actions i > span.badge,
.menu-dropdowns i > span.badge,
#modalbasketFlyout i > span.badge {
  font-family: "Campton-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: -8px;
  right: -16px;
  left: auto; }
  .fixed-header-actions i > span.badge.badge-large,
  .menu-dropdowns i > span.badge.badge-large,
  #modalbasketFlyout i > span.badge.badge-large {
    top: -15px;
    right: -20px; }
  .fixed-header-actions i > span.badge.badge-giant,
  .menu-dropdowns i > span.badge.badge-giant,
  #modalbasketFlyout i > span.badge.badge-giant {
    top: -17px;
    right: -25px; }

.fixed-header-actions .service-menu-box span.badge,
.menu-dropdowns .service-menu-box span.badge,
#modalbasketFlyout .service-menu-box span.badge {
  position: static;
  float: right; }

@media (max-width: 991.98px) {
  .fixed-header-actions.fixed-header-logo {
    transform: translateX(26%); } }

@media (max-width: 767.98px) {
  .fixed-header-actions.fixed-header-logo {
    top: 5px; }
  .header-message .header-message-content .header-message-close {
    top: .2em; }
  .header .container.logo-row {
    margin-bottom: 0; }
    .header .container.logo-row .menu-dropdowns .btn-group a.btn {
      padding-left: 6px;
      padding-right: 6px; } }

@media (max-width: 575.98px) {
  .header-message .header-message-close {
    position: relative;
    z-index: 2; }
    .header-message .header-message-close i.pi-close, .header-message .header-message-close #multifilter_filters ul.attrbody li i.attrfilter.active:hover, #multifilter_filters ul.attrbody li .header-message .header-message-close i.attrfilter.active:hover {
      top: 0; }
  .header-message .header-message-content p {
    padding-right: 100px; }
  .fixed-header-actions.fixed-header-logo {
    transform: translateX(18%); }
  .b2b2c-switch {
    /*
    border-top: 1px solid $white;
    margin-top: 14px;
    padding-top: 13px;
    */
    display: none; }
  .header .menu-settings-display {
    padding-right: 0;
    text-align: left; }
  .header-top > .container > .row > div {
    flex: 0 0 100%;
    max-width: 100%; }
    .header-top > .container > .row > div:nth-child(0) {
      order: 2; }
    .header-top > .container > .row > div:nth-child(1) {
      order: 1; } }

@media (max-width: 400px) {
  .fixed-header-actions.fixed-header-logo {
    transform: translateX(10%); } }

@media (max-width: 1199px) {
  .header .plexiglaslogo {
    display: none; }
  .header div.logo_monument {
    display: none; }
  .header .header-row {
    display: block; }
  .header .logo-col {
    background-image: url("../../img/polyvantis-logo-whitebg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 56px;
    min-width: 500px;
    background-size: contain; }
  .header .logo-col .navbar-header {
    padding-left: 0;
    padding-top: 0;
    display: inline-block;
    vertical-align: middle; }
  .header .logo-col .logo-link {
    display: inline-block;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    margin-left: 12px; }
  .header #mainnav .navbar-header {
    display: none; }
  .header #mainnav.fadeIn .navbar-header {
    display: block; } }
  @media (max-width: 1199px) and (max-width: 767.98px) {
    .header #mainnav.fadeIn .navbar-header {
      padding: 5px 10px; } }

.services li {
  position: relative; }
  .services li .badge {
    background-color: #0AEBA5;
    position: relative;
    top: -2px;
    font-weight: 500;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff; }

.footer-box-newsletter .form-control {
  font-size: 14px; }

.footer-box-newsletter .btn {
  font-size: 14px; }

#footer .payment > li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  height: 40px; }
  #footer .payment > li.paymentIco {
    background: url(../../img/payment.png) no-repeat;
    height: 40px;
    top: auto;
    float: none; }
    #footer .payment > li.paymentIco.paymentIco-invoice {
      background-position: right -50px; }
    #footer .payment > li.paymentIco.paymentIco-payadvance {
      background-position: right -100px;
      width: 62px; }
    #footer .payment > li.paymentIco.paymentIco-debitnote {
      background-position: right -150px;
      width: 101px; }
    #footer .payment > li.paymentIco.paymentIco-creditcard {
      background-position: right -200px;
      width: 74px; }
    #footer .payment > li.paymentIco.paymentIco-paypal {
      background-position: right -300px;
      width: 106px; }
    #footer .payment > li.paymentIco.paymentIco-onlineueberweisung {
      background-position: right -245px;
      width: 96px; }
    #footer .payment > li.paymentIco.paymentIco-payone_secinvoice {
      background: url(../../img/payment/payment_payone_secinvoice.png) no-repeat;
      background-size: contain;
      background-position: 0px 10px; }
  #footer .payment > li img.is-svg {
    height: 24px; }

/* Newsletter Box Design */
.footer a {
  color: #006678; }

.footer a:active, .footer a:hover {
  color: #00B4B4; }

.ueberfooter {
  padding-top: 2em; }

.newsletter-box {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  max-width: 100%; }

ul.footerinfos {
  margin-bottom: 0 !important;
  padding: 0; }
  ul.footerinfos li {
    list-style-type: none;
    display: flex;
    padding: 0; }
    ul.footerinfos li span {
      display: inline-block;
      padding: .3em 4em .5em 1em;
      font-size: .875rem; }
  ul.footerinfos li:last-child span {
    padding: .3em 1.4em .5em 1em; }

.footerinfos li p {
  margin-left: 2.5em;
  font-size: 14px; }

#footer .btn-primary:not(:disabled):not(.disabled).active,
#footer .btn-primary:not(:disabled):not(.disabled):active,
#footer .show > .btn-primary.dropdown-toggle,
.footer-box-newsletter .btn {
  text-transform: uppercase; }

.footer-box-content p.small {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #006678;
  text-align: center; }

.footer-box-content a:hover {
  color: #00B4B4; }

div.social-links {
  padding-top: 0;
  padding-bottom: 2em; }

ul.social-links-list {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 15px; }

li.social-links-item {
  list-style-type: none;
  font-size: 2.5em;
  margin-left: 12px;
  margin-right: 12px; }

.social-links-link:hover, .social-links-link:active, .social-links-link:focus {
  color: #006678;
  outline: none; }

.social-links-link span {
  display: none; }

/* Mehrwertsteuerhinweis */
.mwst {
  font-size: 12px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em; }

.footer {
  text-align: center;
  /*Ü
  border-top: 2px solid $ox-footer-border;
  border-bottom: 2px solid $ox-footer-border;
  */
  background-color: #f2f2f2;
  color: #006678;
  padding: 1em 0; }
  @media (min-width: 768px) {
    .footer {
      text-align: left; } }
  .footer-box {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .footer-box {
        margin-bottom: inherit; } }
    .footer-box-title {
      text-transform: uppercase;
      font-weight: 400; }
    .footer-box-content {
      font-weight: 400;
      font-size: 14px;
      line-height: 30px; }
    .footer-box-content a {
      /*color: #2B2B2B;*/ }
      .footer-box-content a:hover {
        color: #00B4B4; }
    .footer-box-facebook {
      margin-top: 0.5rem; }
  .footer .social-links {
    text-align: center; }
    .footer .social-links-list {
      padding-left: 0;
      list-style: none; }
    .footer .social-links-item {
      margin: 0 10px;
      font-size: 16px;
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
    .footer .social-links-link {
      text-decoration: none;
      transition: color 0.2s; }
      .footer .social-links-link .fab {
        font-size: 25px;
        vertical-align: middle;
        transition: color 0.2s; }
        .footer .social-links-link .fab:before {
          -webkit-text-stroke: .3px transparent;
          font-smooth: auto; }
      .footer .social-links-link .fa-facebook-f {
        color: #000; }
      .footer .social-links-link .fa-google-plus-square {
        color: #000; }
      .footer .social-links-link .fa-twitter {
        color: #000; }
      .footer .social-links-link .fa-youtube {
        color: #000; }
      .footer .social-links-link .fa-wordpress {
        color: #000; }
      .footer .social-links-link:hover .fa-facebook-f {
        color: black; }
      .footer .social-links-link:hover .fa-google-plus-square {
        color: black; }
      .footer .social-links-link:hover .fa-twitter {
        color: black; }
      .footer .social-links-link:hover .fa-youtube {
        color: black; }
      .footer .social-links-link:hover .fa-wordpress {
        color: black; }
  .footer .logo-link {
    margin-right: 0;
    display: block; }

.delivery-info {
  padding-top: 1em;
  padding-bottom: .5em; }
  .delivery-info p {
    font-size: 15px; }
  .delivery-info .delivery-info-title {
    font-weight: bold;
    color: #006678;
    position: relative;
    margin-bottom: 2px; }

.footer .pi-arrow-right {
  top: -2px;
  margin-left: 6px;
  position: relative; }

div.h4.footer-box-title {
  color: #006678;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px; }

.rechtliches a {
  margin-right: 1em; }

.footer-rechtliches {
  justify-content: space-between;
  color: #2B2B2B; }

.footer-rechtliches div {
  white-space: nowrap; }

.footer .footerinfos .pi, .footer .footerinfos #multifilter_filters ul.attrbody li .attrfilter.active::before, #multifilter_filters ul.attrbody li .footer .footerinfos .attrfilter.active::before {
  color: #006678; }

.legal {
  font-size: 14px; }

.badge-pci {
  display: flex;
  justify-content: flex-end;
  padding-right: 3em; }
  @media (max-width: 991.98px) {
    .badge-pci {
      justify-content: center;
      padding-right: 0; } }

.copyright-info {
  padding-right: 0;
  padding-left: 0; }
  .copyright-info > div {
    float: right; }
    .copyright-info > div .logo-img {
      position: relative;
      left: -6px; }
    @media (max-width: 991.98px) {
      .copyright-info > div {
        float: none;
        margin-top: 40px; } }
    @media (max-width: 767.98px) {
      .copyright-info > div .logo-img {
        left: 12px; } }

@media (max-width: 991.98px) {
  ul.footerinfos li {
    text-align: left;
    margin-bottom: 1em; } }

@media (max-width: 575.98px) {
  ul.footerinfos li span {
    padding-right: 1em; }
  .legal > .row > * {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 600px) {
  li.social-links-item {
    max-width: 52px;
    padding-left: 9px;
    padding-right: 9px; }
    li.social-links-item .social-links-link i {
      font-size: 1em; }
      li.social-links-item .social-links-link i.fa-linkedin.circle {
        font-size: 0.5em;
        height: 40px;
        width: 40px;
        padding: 0;
        line-height: 40px; } }

/* verhindert dass die Boxen in Chrome umgefärbt werden wenn sie ausgefüllt sind */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset !important;
  border-bottom: 2px solid #96938b; }

/* Rahmen bei ausgewähltem Textfeld in Chrome entfernen */
textarea:focus, input:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.req::after {
  content: " *"; }

.req.req-no-star::after {
  content: none; }

input[type="number"] {
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none; }

input.textbox {
  color: #006678;
  font-weight: bold;
  font-size: 16px;
  height: 52px;
  padding-left: 5px;
  padding-right: 5px; }

.quantity .textbox {
  width: 50px;
  max-width: 50px;
  height: 40px;
  background: #fff;
  border: 1px solid #96938b; }

[id^="amountToBasket"] {
  width: 80px;
  height: 51px;
  background: #f2f2f2;
  border: none;
  text-align: center; }

.input-number {
  position: relative;
  margin-right: 18px;
  width: 80px; }
  .input-number input {
    padding-right: 25px;
    width: 100%;
    background: #f2f2f2;
    border: none;
    text-align: center; }
  .input-number .plus-minus-buttons {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 100%; }
    .input-number .plus-minus-buttons > button {
      width: 100%;
      height: 25px;
      background: #000;
      text-align: center;
      border: none;
      padding: 0;
      cursor: pointer; }
      .input-number .plus-minus-buttons > button:hover, .input-number .plus-minus-buttons > button:focus, .input-number .plus-minus-buttons > button:active {
        background: #006678;
        outline: none; }
      .input-number .plus-minus-buttons > button:disabled {
        background: #006678 !important;
        cursor: default; }
        .input-number .plus-minus-buttons > button:disabled .pi, .input-number .plus-minus-buttons > button:disabled #multifilter_filters ul.attrbody li .attrfilter.active::before, #multifilter_filters ul.attrbody li .input-number .plus-minus-buttons > button:disabled .attrfilter.active::before {
          color: #adb5bd; }
      .input-number .plus-minus-buttons > button .pi, .input-number .plus-minus-buttons > button #multifilter_filters ul.attrbody li .attrfilter.active::before, #multifilter_filters ul.attrbody li .input-number .plus-minus-buttons > button .attrfilter.active::before {
        font-size: 0.813rem; }
      .input-number .plus-minus-buttons > button:last-child {
        border-top: 1px solid #f2f2f2; }

input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  border: 1px solid #ccc !important;
  height: 20px;
  width: 20px;
  position: relative;
  margin-right: .5em;
  top: .27em;
  transition: all .2s ease;
  overflow: hidden; }
  input[type="checkbox"]:checked {
    background-color: #006678 !important;
    border-color: #006678 !important; }
    input[type="checkbox"]:checked:after {
      opacity: 1;
      top: 0;
      transform: translateY(0); }
  input[type="checkbox"]:after {
    content: "\f156";
    font-family: plexiglas-icons;
    position: absolute;
    opacity: 0;
    color: white;
    font-size: 12px;
    left: 4px;
    top: 0;
    transform: translateY(20px);
    transition: transform .15s ease;
    line-height: 20px; }

.form-horizontal .form-group.row .input-description-sup,
.form-horizontal .row > .form-group .input-description-sup {
  left: 27px; }

.form-horizontal .form-group.row.is-checkbox,
.form-horizontal .row > .form-group.is-checkbox {
  margin-left: 0;
  margin-right: 0; }

.form-horizontal .row > .form-group {
  margin-left: 0;
  margin-right: 0; }

.form-group {
  position: relative; }
  .form-group .form-control {
    background-color: #f2f2f2;
    border: none;
    border-bottom: 2px solid #e9e6df;
    color: #006678;
    padding: .5rem .75rem 0;
    height: 52px;
    line-height: 52px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .form-group .form-control.bootstrap-select {
      padding: 0; }
  .form-group:hover .form-control, .form-group:focus .form-control, .form-group:active .form-control, .form-group.not-empty .form-control, .form-group.is-active .form-control, .form-group.is-select .form-control {
    border-color: #96938b;
    background-color: #f2f2f2;
    box-shadow: none;
    outline: none; }
  .form-group .form-control:-webkit-autofill {
    border-color: #96938b;
    background-color: #f2f2f2;
    box-shadow: none;
    outline: none; }
  .form-group.text-danger .form-control {
    border-bottom: 2px solid #0AEBA5 !important;
    color: #0AEBA5 !important; }
  .form-group .help-block .text-danger {
    font-size: 12px;
    padding-left: 3px;
    padding-top: 5px; }
  .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .form-group select::-ms-expand {
      display: none; }
  .form-group .input-description-sup {
    position: absolute;
    z-index: 10;
    color: #006678;
    top: 14px;
    left: .75rem;
    padding: 0;
    pointer-events: none;
    transition: all .2s ease;
    text-align: left; }
  .form-group.not-empty .input-description-sup, .form-group.is-active .input-description-sup, .form-group.is-select .input-description-sup {
    font-size: .625rem;
    line-height: 1;
    margin-bottom: 0px;
    background-color: transparent;
    top: 5px; }
    .form-group.not-empty .input-description-sup.title-select, .form-group.is-active .input-description-sup.title-select, .form-group.is-select .input-description-sup.title-select {
      top: 0px;
      margin-top: 7px; }
  .form-group .req::after {
    content: " *"; }
  .form-group .req.req-no-star::after {
    content: none; }

.is-select.text-success i {
  color: #00B4B4; }

.cl-register .dd-ve-container {
  padding-left: 0;
  padding-right: 0; }

.cl-register .text-success input {
  border-bottom: 2px solid #96938b; }

.cl-register div.form-group.row.text-warning .help-block li {
  font-size: 12px; }

.cl-register div.form-group.row.text-warning input, .cl-register div.form-group.row.text-warning input:hover, .cl-register div.form-group.row.text-warning input:focus {
  border-bottom: 2px solid #0AEBA5; }

input[type="radio"] {
  background-color: #f2f2f2;
  border: 1px solid #e9e6df;
  border-radius: 10px;
  height: 17px;
  width: 17px;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-right: 1em;
  cursor: pointer; }
  input[type="radio"]:checked {
    background-color: #006678;
    border-color: #006678; }

@media (max-width: 991.98px) {
  .checkoutCollumns > .row + .row {
    margin-top: 40px; }
  .info-rechts h3, .info-rechts h2 {
    font-size: 1.3rem !important; }
  .info-rechts .container-fluid {
    padding: 0 !important; } }

@media (min-width: 768px) {
  .checkoutCollumns .form-horizontal .form-group .control-label {
    text-align: left; }
  .form-horizontal .form-group .control-label {
    text-align: left; } }

/* B2B Formular */
.card-b2bform {
  background: #f2f2f2; }
  .card-b2bform .card-header, .card-b2bform .card-body, .card-b2bform .card-footer {
    padding: 30px; }
  .card-b2bform .card-header, .card-b2bform .card-footer {
    background: none;
    border: none; }
  .card-b2bform .card-header {
    font-size: 24px;
    padding-bottom: 15px;
    font-weight: bold; }
    .card-b2bform .card-header span {
      font-weight: normal; }
  .card-b2bform .card-body {
    padding-top: 15px;
    padding-bottom: 30px; }
  .card-b2bform .card-footer {
    padding-top: 0; }
  .card-b2bform .multiselect-container {
    margin-left: -7px;
    margin-right: -7px; }
    .card-b2bform .multiselect-container > * {
      padding-left: 7px;
      padding-right: 7px;
      text-align: center; }
    .card-b2bform .multiselect-container .kmt-label--type-selection input[type="radio"]:checked + span,
    .card-b2bform .multiselect-container .kmt-label--type-selection input[type="checkbox"]:checked + span,
    .card-b2bform .multiselect-container .kmt-label--type-selection input[type="radio"]:hover + span,
    .card-b2bform .multiselect-container .kmt-label--type-selection input[type="checkbox"]:hover + span {
      background: #e9e6df; }
    .card-b2bform .multiselect-container .kmt-label--type-selection input[type="radio"]:checked + span,
    .card-b2bform .multiselect-container .kmt-label--type-selection input[type="checkbox"]:checked + span {
      transition: all .2s ease;
      background: #006678;
      color: #fff; }
      .card-b2bform .multiselect-container .kmt-label--type-selection input[type="radio"]:checked + span i,
      .card-b2bform .multiselect-container .kmt-label--type-selection input[type="checkbox"]:checked + span i {
        color: #fff; }
    .card-b2bform .multiselect-container .kmt-label--type-selection input[type="radio"] + span,
    .card-b2bform .multiselect-container .kmt-label--type-selection input[type="checkbox"] + span {
      font-weight: bold;
      padding: 10px;
      font-size: 18px; }
      .card-b2bform .multiselect-container .kmt-label--type-selection input[type="radio"] + span i,
      .card-b2bform .multiselect-container .kmt-label--type-selection input[type="checkbox"] + span i {
        color: #96938b; }
    .card-b2bform .multiselect-container.multiselect-container-large .kmt-label--type-selection input[type="radio"] + span,
    .card-b2bform .multiselect-container.multiselect-container-large .kmt-label--type-selection input[type="checkbox"] + span {
      padding: 20px 15px 70px 15px; }
      .card-b2bform .multiselect-container.multiselect-container-large .kmt-label--type-selection input[type="radio"] + span span,
      .card-b2bform .multiselect-container.multiselect-container-large .kmt-label--type-selection input[type="checkbox"] + span span {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 10px;
        padding: 0 20px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center; }

.card-registrationform .card-header, .card-registrationform .card-body, .card-registrationform .card-footer {
  padding: 0.75rem 0; }

.kmt-ckextnote a {
  text-decoration: underline; }

@media (max-width: 991.98px) {
  .kmt-ckextnote-settings {
    padding-bottom: 40px; } }

.kmt-ckextnote-description {
  font-size: 14px; }

.kmt-ckextsetting {
  padding-top: 5px;
  padding-bottom: 5px; }

.kmt-ckextsetting-checkbox {
  display: block;
  margin: 0;
  font-size: 14px;
  text-align: right; }
  .kmt-ckextsetting-checkbox input[type="checkbox"] {
    display: none; }

.kmt-ckextsetting-switch {
  height: 28px;
  width: 52px;
  border: 1px solid #0AEBA5;
  background: #f2f2f2;
  border-radius: 48px;
  position: relative;
  display: inline-block;
  position: relative;
  top: 8px;
  margin-right: 7px; }

.kmt-ckextsetting-switch:before {
  content: '';
  width: 24px;
  height: 24px;
  background: #0AEBA5;
  border-radius: 40px;
  position: absolute;
  top: 1px;
  left: 1px;
  transition: all 0.2s ease-out; }

input + .kmt-ckextsetting-switch {
  cursor: pointer; }

input:checked + .kmt-ckextsetting-switch {
  background: #0AEBA5; }

input:checked + .kmt-ckextsetting-switch:before {
  background: #fff;
  -webkit-transform: translateX(24px);
  transform: translateX(24px); }

input:disabled + .kmt-ckextsetting-switch {
  cursor: not-allowed; }

input:disabled + .kmt-ckextsetting-switch:before {
  content: "\f12b";
  color: #0AEBA5;
  font-family: plexiglas-icons;
  text-align: center;
  font-size: 15px; }

.is-textarea .input-content {
  position: relative;
  padding-right: 2rem;
  line-height: 1.5;
  padding-top: 1.2rem;
  padding-left: .75rem; }

.form-group textarea.form-control {
  height: 150px; }

.dropdown-menu .list-unstyled a {
  color: #00B4B4; }
  .dropdown-menu .list-unstyled a:hover, .dropdown-menu .list-unstyled a:active, .dropdown-menu .list-unstyled a:focus {
    color: #006678;
    outline: none; }

.dropdown-manual ul.dropdown-menu, .bootstrap-select ul.dropdown-menu {
  padding-left: 0;
  line-height: 1.5; }
  .dropdown-manual ul.dropdown-menu > li, .bootstrap-select ul.dropdown-menu > li {
    padding: 0; }
    .dropdown-manual ul.dropdown-menu > li > a, .bootstrap-select ul.dropdown-menu > li > a {
      padding: 0.5rem 1.5rem;
      color: #00B4B4;
      display: block;
      font-size: 12px; }
    .dropdown-manual ul.dropdown-menu > li.selected > a, .dropdown-manual ul.dropdown-menu > li.active > a, .dropdown-manual ul.dropdown-menu > li:hover > a, .bootstrap-select ul.dropdown-menu > li.selected > a, .bootstrap-select ul.dropdown-menu > li.active > a, .bootstrap-select ul.dropdown-menu > li:hover > a {
      background: #006678;
      color: #fff !important; }

.dropdown-toggle::after {
  font-family: plexiglas-icons;
  content: '\f114' !important;
  border: none !important;
  right: 15px;
  position: absolute;
  margin: inherit !important;
  vertical-align: inherit !important; }

.dropup .dropdown-toggle::after {
  transform: rotate(180deg);
  right: 4px; }

.btn-group.bootstrap-select,
.form-control.bootstrap-select {
  border-bottom: 2px solid #e6e6e6; }
  .btn-group.bootstrap-select .dropdown-toggle,
  .form-control.bootstrap-select .dropdown-toggle {
    text-align: left;
    color: #006678;
    background: transparent;
    width: 100%;
    height: 52px;
    line-height: 1.5;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px; }
    .btn-group.bootstrap-select .dropdown-toggle .filter-option,
    .form-control.bootstrap-select .dropdown-toggle .filter-option {
      position: relative;
      top: 1px; }
    .btn-group.bootstrap-select .dropdown-toggle::after,
    .form-control.bootstrap-select .dropdown-toggle::after {
      font-size: 1rem;
      padding-left: 10px; }
    .btn-group.bootstrap-select .dropdown-toggle .caret,
    .form-control.bootstrap-select .dropdown-toggle .caret {
      display: none; }
  .btn-group.bootstrap-select:focus, .btn-group.bootstrap-select:hover, .btn-group.bootstrap-select:active,
  .form-control.bootstrap-select:focus,
  .form-control.bootstrap-select:hover,
  .form-control.bootstrap-select:active {
    border-bottom: 2px solid #96938b;
    outline: none; }
    .btn-group.bootstrap-select:focus .dropdown-toggle, .btn-group.bootstrap-select:hover .dropdown-toggle, .btn-group.bootstrap-select:active .dropdown-toggle,
    .form-control.bootstrap-select:focus .dropdown-toggle,
    .form-control.bootstrap-select:hover .dropdown-toggle,
    .form-control.bootstrap-select:active .dropdown-toggle {
      color: #006678; }

.control-label {
  position: relative;
  top: 14px; }

.form-horizontal dd .form-group {
  margin-left: 0;
  margin-right: 0; }
  .form-horizontal dd .form-group .help-block {
    margin-top: 5px;
    padding-left: .75rem;
    font-size: 14px; }

.kmt-buttonlist-navigation {
  padding-top: 16px; }

.text-success {
  color: inherit !important; }

.form-horizontal .form-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .form-horizontal .form-group .control-label {
      text-align: right; } }
  .form-horizontal .form-group .help-block {
    display: block;
    color: #7e7e7e; }

.dd-available-addresses {
  padding-bottom: 1rem;
  padding-top: 20px; }
  .dd-available-addresses .checked {
    display: none; }
  .dd-available-addresses .notchecked {
    display: block; }
  .dd-available-addresses label.active .checked {
    display: block; }
  .dd-available-addresses label.active .notchecked {
    display: none; }
  .dd-available-addresses > div {
    margin-bottom: 24px; }

.card.use-delivery-address label.active {
  pointer-events: none; }

.card.use-delivery-address, .card.dd-add-delivery-address {
  height: 100%; }
  .card.use-delivery-address .card-body, .card.dd-add-delivery-address .card-body {
    padding: 0; }
  .card.use-delivery-address .card-footer, .card.dd-add-delivery-address .card-footer {
    background: none;
    border: none;
    padding: 0; }

.text-success .checkbox {
  color: #00B4B4 !important; }

/*#shippingAddress {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid $gray-200;
}*/
.publish-list .btn {
  font-size: 14px; }

.listmania-add .areabox {
  max-width: 100%; }

.listmania-desc-add label {
  display: block; }

.variant-list-title {
  text-transform: uppercase;
  font-size: 16px;
  border-top: 1px solid #e9e6df;
  margin-bottom: 17px;
  padding-bottom: 4px;
  font-weight: bold;
  padding-top: 13px;
  color: #00B4B4;
  margin-top: 1px;
  padding-left: 12px; }
  .variant-list-title .addinfo {
    font-size: 12px;
    color: #006678;
    font-weight: normal;
    text-transform: none;
    margin-left: 2px; }

.details-information {
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 20px; }

.details-options-title {
  text-transform: uppercase;
  font-size: 16px;
  border-top: 2px solid #dee2e6 !important;
  font-weight: bold;
  color: #00B4B4;
  margin-bottom: 1px;
  padding-bottom: 1px;
  padding-top: 4px;
  margin-top: 1px; }
  .details-options-title .addinfo {
    font-size: 12px;
    color: #006678;
    font-weight: normal;
    text-transform: none;
    margin-left: 2px; }

.accordion .details-options-title .fa-angle-left, .accordion .accordion-level-title .fa-angle-left {
  position: relative;
  float: right;
  top: 11px;
  font-size: 1.5em;
  transform: rotate(90deg);
  transition: transform 0.2s cubic-bezier(0.05, 0.69, 0.14, 1); }

.accordion .details-options-title[aria-expanded="false"] .fa-angle-left, .accordion .accordion-level-title[aria-expanded="false"] .fa-angle-left {
  transform: rotate(-90deg); }

.accordion .accordion-content {
  padding: 30px; }

.accordion.accordion-level {
  margin-bottom: 10px; }
  .accordion.accordion-level > .accordion-level-title {
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    background: #006678;
    color: #fff; }
    .accordion.accordion-level > .accordion-level-title:hover, .accordion.accordion-level > .accordion-level-title[aria-expanded="true"] {
      background: #000;
      color: #fff; }
    .accordion.accordion-level > .accordion-level-title > .fa-angle-left {
      top: 10px; }
      .accordion.accordion-level > .accordion-level-title > .fa-angle-left:before {
        color: #fff !important; }
  .accordion.accordion-level p + .accordion {
    margin-top: 30px; }
  .accordion.accordion-level .accordion button {
    color: #000; }
    .accordion.accordion-level .accordion button:hover {
      color: #0AEBA5; }
      .accordion.accordion-level .accordion button:hover .fa-plus:before, .accordion.accordion-level .accordion button:hover .fa-minus:before {
        color: #0AEBA5 !important; }
    .accordion.accordion-level .accordion button[aria-expanded="true"] .fa-plus {
      display: none; }
    .accordion.accordion-level .accordion button[aria-expanded="false"] .fa-minus {
      display: none; }
    .accordion.accordion-level .accordion button .fa-plus, .accordion.accordion-level .accordion button .fa-minus {
      position: relative;
      float: right;
      top: 12px; }

#product-thickness-list ul {
  padding-inline-start: 0;
  margin-left: -3px;
  margin-right: -3px; }
  #product-thickness-list ul li {
    list-style-type: none;
    margin-bottom: 5px;
    padding: 0 3px; }
    #product-thickness-list ul li.active a {
      background-color: #0AEBA5;
      border: 1px solid #0AEBA5;
      color: #fff;
      pointer-events: none; }
    #product-thickness-list ul li a {
      color: #006678;
      border: 1px solid #ccc;
      width: 100%;
      padding: 11px 0.3em;
      text-align: center;
      font-size: 14px;
      display: block; }
      #product-thickness-list ul li a:hover, #product-thickness-list ul li a:active, #product-thickness-list ul li a:focus {
        background-color: #0AEBA5;
        border: 1px solid #0AEBA5;
        color: #fff;
        outline: none; }

div.selectorsBox.dropDown {
  display: block; }

.details-information .dropdown-toggle::after {
  display: none; }

.details-information .shortdesc--property-list > p {
  margin-left: -21px; }

.has-sameHeight > div > * {
  height: 100%; }

.dropdown-wrapper {
  width: 100%; }
  .dropdown-wrapper i::before {
    color: #2b2b2b; }
  .dropdown-wrapper .btn {
    background-color: #f2f2f2;
    height: 52px;
    width: 414px; }
  .dropdown-wrapper span.pull-left {
    color: #006678;
    font-size: 16px; }
  .dropdown-wrapper .dropdown-toggle::after {
    display: none; }

.cl-details dd[id^="attrValue"] {
  max-width: 290px; }

.cl-details .alert-danger {
  background-color: #fff;
  border-color: #0AEBA5;
  color: #0AEBA5; }

.cl-details #detailsMain .dropdown-menu.vardrop.show li {
  padding-left: 0.5em; }

body.cl-details .product-colorVariants {
  margin-bottom: 30px;
  margin-left: -3px;
  margin-right: -3px; }
  body.cl-details .product-colorVariants .nocolor, body.cl-details .product-colorVariants .color-white {
    border: 1px solid #96938b; }
  body.cl-details .product-colorVariants .nocolor::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 20px;
    left: -9px;
    width: 61px;
    height: 1px;
    border-bottom: solid 1px #96938b;
    transform: rotateZ(-45deg); }
  body.cl-details .product-colorVariants .color-rainbow {
    background: linear-gradient(137deg, #e5111a calc(29% - 1px), #f3dd24 29%, #f3dd24 calc(50% - 1px), #92d050 50%, #92d050 calc(71% - 1px), #3560eb 71%); }
  body.cl-details .product-colorVariants ul {
    display: flex;
    padding-inline-start: 0;
    flex-wrap: wrap; }
    body.cl-details .product-colorVariants ul li {
      margin: 0;
      padding: 1px;
      list-style-type: none;
      border: 2px solid transparent; }
      body.cl-details .product-colorVariants ul li.active {
        border: 3px solid #0AEBA5;
        margin-right: -1px;
        margin-left: -1px; }
      body.cl-details .product-colorVariants ul li a {
        position: relative;
        width: 44px;
        height: 44px;
        background: #fff;
        display: block;
        text-indent: 100%;
        line-height: 0;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        padding: 0;
        z-index: 1; }

.subheader {
  color: #006678;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0.3em; }

h1#productTitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Campton-Bold; }

.page-subheader {
  text-transform: none;
  display: block;
  /*color: #666666;*/
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0.2em;
  margin-left: 1px; }

.details .selectorsBox.js-fnSubmit.clear {
  display: block;
  clear: both; }

.details-related {
  margin-top: 2em; }
  .details-related .page-header h2 {
    text-align: left; }

.details-pager {
  border-bottom: 1px solid #0AEBA5;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .details-pager-link {
    color: #006678; }

.details-picture {
  text-align: center;
  margin-bottom: 10px; }
  @media (max-width: 575.98px) {
    .details-picture {
      margin-left: -15px;
      margin-right: -20px;
      width: calc(100% + 35px); } }
  .details-picture-more-list {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
    .details-picture-more-list-item {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
  .details-picture-more-link {
    border: 1px solid #0AEBA5;
    padding: 3px;
    display: block; }
    .details-picture-more-link.selected {
      border-color: #0AEBA5; }

.details-title {
  margin: 0;
  font-weight: 200;
  font-size: 22px; }

.details-shortdesc {
  margin-bottom: 20px; }

.details .tobasket-function {
  margin-bottom: 5px; }

.details .tobasket-input-group {
  width: 100%; }
  @media (min-width: 768px) {
    .details .tobasket-input-group {
      width: 250px; } }

.details-col-left {
  padding-right: 20px; }

.details-col-middle {
  padding-right: 42px; }

.details-action-links {
  margin-bottom: 20px;
  margin-left: -4px;
  /*i {
      margin-right: 0.5em;
    }*/ }
  .details-action-links p.mwst-info {
    margin-left: 2.5em; }
  .details-action-links ul {
    display: inline-block; }
    .details-action-links ul li {
      display: inline-block;
      margin-right: 10px; }
    .details-action-links ul a {
      color: #006678;
      text-transform: uppercase;
      font-weight: 700;
      white-space: nowrap;
      font-size: 14px;
      transition: color .2s ease; }
      .details-action-links ul a:hover, .details-action-links ul a:active, .details-action-links ul a:focus {
        color: #0AEBA5;
        outline: none; }
      .details-action-links ul a#loginToNotice {
        margin-left: 0.5em; }
  .details-action-links p {
    color: #006678;
    font-size: 12px; }

.details .tab-content {
  margin-bottom: 2em;
  color: #006678; }
  .details .tab-content .tab-pane {
    margin-top: 2em;
    margin-bottom: 3em;
    color: #006678;
    padding-left: 90px;
    padding-right: 90px; }
    @media (max-width: 1199.98px) {
      .details .tab-content .tab-pane {
        padding-left: 15px;
        padding-right: 15px; } }
  .details .tab-content p {
    margin-bottom: 1em; }
  .details .tab-content .more-link {
    text-transform: uppercase; }
  .details .tab-content #description ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 60px; }
    .details .tab-content #description ul li {
      list-style-type: none;
      border-bottom: 1px solid #f2f2f2;
      width: 559px; }
      .details .tab-content #description ul li span {
        margin-left: 1em;
        color: #006678; }

.variant-label {
  margin-bottom: 0; }

.btn-staffel {
  margin-bottom: 5px;
  width: 100%; }
  @media (min-width: 768px) {
    .btn-staffel {
      width: 250px; } }

.staffel-dt {
  float: left;
  padding-right: 15px; }

.nav-tabs {
  background-color: #f2f2f2;
  border-bottom: none;
  padding-left: 2em; }
  .nav-tabs li a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    color: #00B4B4;
    padding-top: 0.7em;
    padding-bottom: 1em; }
  .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    margin-top: 3px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      color: #006678; }
    .nav-tabs .nav-link.active {
      border-color: rgba(0, 0, 0, 0);
      color: #00B4B4;
      font-weight: 700; }

p.mwst-info, .smaller-text {
  color: #006678;
  font-size: 12px; }
  .buy-product p.mwst-info, .buy-product .smaller-text {
    margin: auto 0 0;
    position: relative; }

.shortdesc--property-list {
  margin-bottom: 32px; }

.details-tabs .nav-tabs {
  background: #006678; }
  .details-tabs .nav-tabs .nav-item {
    margin-left: 1em;
    margin-right: 1em; }
    .details-tabs .nav-tabs .nav-item a {
      color: #e9e6df; }
      .details-tabs .nav-tabs .nav-item a:hover, .details-tabs .nav-tabs .nav-item a:focus, .details-tabs .nav-tabs .nav-item a:active {
        color: #0AEBA5;
        outline: none; }
      .details-tabs .nav-tabs .nav-item a.active {
        color: #006678 !important; }

input#amountToBasket:before {
  background-color: blue; }

input#amountToBasket:after {
  background-color: green; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

dl.attributes.dl-horizontal {
  width: 561px; }
  dl.attributes.dl-horizontal div.data-row {
    display: flex;
    border-bottom: 1px solid #f2f2f2; }
  dl.attributes.dl-horizontal dt {
    width: 15em; }
  dl.attributes.dl-horizontal dd, dl.attributes.dl-horizontal dt {
    font-size: 16px;
    font-weight: 400;
    line-height: 60px; }

#order-samples {
  padding-bottom: 8px; }
  #order-samples .samples-info {
    display: flex;
    margin-bottom: 1em; }
    #order-samples .samples-info i {
      margin-right: 5px;
      margin-top: 1px; }
  #order-samples .samples-price {
    font-size: 18px;
    position: relative;
    font-weight: bold;
    top: 2px;
    margin-right: 9px;
    color: #006678;
    margin-bottom: 8px;
    display: inline-block; }
  #order-samples #orderSampleArticle {
    padding: 6px 14px;
    min-height: auto;
    min-width: auto; }

.kmt-priceexamplecms-topic {
  text-transform: uppercase;
  font-weight: bold; }

* + .kmt-priceexamplecms-description {
  margin-top: 10px; }

* + .kmt-priceexamplecms-packagingunits {
  margin-top: 30px; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .buy-product p.mwst-info {
    margin-top: 0; } }

@media (min-width: 768px) {
  .details .tobasket-input-group {
    margin-top: 0px; } }

@media (min-width: 576px) {
  .details .tobasket-input-group {
    width: auto; } }

.details .tobasket-input-group {
  justify-content: flex-end;
  margin-top: -6px; }

.buy-product > .row {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  border-bottom: 1px solid #dee2e6;
  margin-left: 0;
  margin-right: 0; }
  .buy-product > .row:first-of-type {
    border-top: 2px solid #dee2e6; }
  .buy-product > .row.buyproduct-info {
    background: #f2f2f2;
    color: #006678;
    margin-top: -2px; }
    .buy-product > .row.buyproduct-info span {
      font-weight: bold;
      font-weight: bold; }
    .buy-product > .row.buyproduct-info p {
      line-height: 1.3;
      font-size: 14px; }

.buy-product .modal .dd-ve-container > .row {
  border-bottom: none; }
  .buy-product .modal .dd-ve-container > .row:first-of-type {
    border-top: none; }

.buy-product .add-info {
  padding-bottom: 10px; }
  .buy-product .add-info .container-fluid {
    padding-left: 0;
    padding-right: 0; }

.buy-product .tobasket {
  margin-top: 0px; }
  .buy-product .tobasket .showConfigurator {
    font-size: 14px;
    padding-top: 15px; }
    .buy-product .tobasket .showConfigurator i {
      top: -1px; }
  .buy-product .tobasket #paypalExpressCheckoutDetailsBox.paypalExpressCheckoutBox {
    width: 210px;
    clear: both;
    float: right;
    margin: 0 !important;
    padding: 0 !important; }
    .buy-product .tobasket #paypalExpressCheckoutDetailsBox.paypalExpressCheckoutBox .paypalHelpIcon {
      left: -30px; }

.buy-product .price-wrapper {
  text-align: right; }
  .buy-product .price-wrapper .price-label {
    width: 100%;
    color: #006678;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-top: -4px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .buy-product .price-wrapper .price-label {
        font-size: 18px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .buy-product .price-wrapper .price-label {
        font-size: 18px; } }
    .buy-product .price-wrapper .price-label .price-markup {
      margin-right: -5px; }

.buy-product .kmt-packagingunit .price-title, .buy-product .kmt-packagingunit .price-wrapper, .buy-product .kmt-packagingunit .tobasket {
  display: flex;
  flex-direction: column; }

@media (max-width: 575.98px) {
  .buy-product .kmt-packagingunit .tobasket {
    flex-direction: row; }
    .buy-product .kmt-packagingunit .tobasket > div, .buy-product .kmt-packagingunit .tobasket > span {
      width: 50%;
      flex: 0 0 50%; }
    .buy-product .kmt-packagingunit .tobasket .tobasket-input-group {
      order: 2; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .buy-product .kmt-packagingunit .tobasket {
    flex-direction: row; }
    .buy-product .kmt-packagingunit .tobasket > div, .buy-product .kmt-packagingunit .tobasket > span {
      width: 50%;
      flex: 0 0 50%; }
    .buy-product .kmt-packagingunit .tobasket .tobasket-input-group {
      order: 2; } }

.buy-product .kmt-packagingunit[data-badge] {
  position: relative; }
  .buy-product .kmt-packagingunit[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    color: #fff;
    background: #006678;
    padding: 5px;
    font-size: 13px;
    line-height: 15px;
    width: 25px;
    display: block;
    transform: rotate(180deg);
    bottom: -1px;
    top: -1px;
    right: 0;
    left: -25px;
    writing-mode: vertical-lr;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700; }
    @media (max-width: 767.98px) {
      .buy-product .kmt-packagingunit[data-badge]:after {
        line-height: 11px;
        width: 20px;
        left: -15px; } }

.buy-product .tobasket .stockFlag, .buy-product .tobasket .deliverytime {
  font-size: 12px;
  color: #777; }

.buy-product button.toBasket-minus, .buy-product button.toBasket-plus {
  width: 26px;
  height: 25px;
  background: #006678;
  border: none; }

.buy-product button.toBasket-plus {
  margin-bottom: 1px; }

.buy-product .price-title, .buy-product .price-title h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px; }
  .buy-product .price-title .kmt-packagingunit-addinfo, .buy-product .price-title h3 .kmt-packagingunit-addinfo {
    font-weight: 500;
    margin-bottom: 24px; }

.buy-product .kmt-packagingunit-metainfo {
  font-size: 12px;
  margin: auto 0 0;
  position: relative; }
  .buy-product .kmt-packagingunit-metainfo .kmt-price-saving-notice {
    margin-left: 10px;
    padding: 5px 7px;
    color: #fff;
    display: inline-block;
    background: #006678;
    position: absolute;
    top: -5px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .buy-product .kmt-packagingunit-metainfo .kmt-price-saving-notice {
        position: relative;
        display: block;
        margin-left: 0;
        margin-top: 10px; } }
    @media (max-width: 575.98px) {
      .buy-product .kmt-packagingunit-metainfo .kmt-price-saving-notice {
        position: relative;
        display: block;
        margin-left: 0;
        margin-top: 10px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .buy-product .kmt-packagingunit-metainfo .kmt-price-saving-notice {
        top: -34px;
        display: block;
        margin-left: 0; } }
  .buy-product .kmt-packagingunit-metainfo .kmt-price-saving-notice + span {
    display: inline-block; }

@media (max-width: 767.98px) {
  .details .mwst-info {
    margin-left: 0; }
  .details .input-group-append {
    margin-top: 1em; }
  .details .details-col-middle {
    padding-right: 1em;
    /*.shortdesc--property-list {


       li {
         text-indent: 0;
       }
     }*/ }
  .details .details-tabs ul.nav-tabs {
    padding-left: 1em; }
    .details .details-tabs ul.nav-tabs .nav-item {
      margin-left: 0; }
  .details .details-tabs .tab-pane .active {
    margin-left: 0; }
  .details .dropdown-menu li {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
    .details .dropdown-menu li a {
      width: 100%;
      padding-left: 1em; }
  .cl-details .buy-product {
    /*.price-wrapper .price-label {
        font-size: 14px;
      }*/
    /*.price-title {
        font-size: 14px;
      }*/ }
    .cl-details .buy-product p.mwst-info {
      margin-top: 0; }
    .cl-details .buy-product .row {
      padding-right: 1em; } }

.card {
  border: none; }

h1.shopping-basket-h1 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase; }

.cart_item-list {
  background-color: #fff;
  border-top: 1px solid #96938b;
  border-bottom: 1px solid #96938b;
  border-left: none;
  border-right: none;
  margin-bottom: 0; }
  .cart_item-list li {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding: 1.8em 0 1.8em; }
    .cart_item-list li:last-of-type {
      border-bottom: none; }
    .cart_item-list li .attribute-buttons {
      margin-left: -5px; }
      @media (max-width: 991.98px) {
        .cart_item-list li .attribute-buttons {
          margin-left: 0; } }
      .cart_item-list li .attribute-buttons a, .cart_item-list li .attribute-buttons button {
        color: #00B4B4 !important;
        background-color: #fff;
        border: none;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        margin-right: 20px;
        padding-top: 0; }
        .cart_item-list li .attribute-buttons a i, .cart_item-list li .attribute-buttons button i {
          margin-right: 2px;
          position: relative; }
        .cart_item-list li .attribute-buttons a .pi-star-inactive, .cart_item-list li .attribute-buttons a .pi-star-active, .cart_item-list li .attribute-buttons button .pi-star-inactive, .cart_item-list li .attribute-buttons button .pi-star-active {
          top: -3px; }
        .cart_item-list li .attribute-buttons a .pi-close, .cart_item-list #multifilter_filters ul.attrbody li .attribute-buttons a .attrfilter.active:hover, #multifilter_filters ul.attrbody .cart_item-list li .attribute-buttons a .attrfilter.active:hover, .cart_item-list li .attribute-buttons button .pi-close, .cart_item-list #multifilter_filters ul.attrbody li .attribute-buttons button .attrfilter.active:hover, #multifilter_filters ul.attrbody .cart_item-list li .attribute-buttons button .attrfilter.active:hover {
          top: -1px; }
        .cart_item-list li .attribute-buttons a:hover, .cart_item-list li .attribute-buttons a:focus, .cart_item-list li .attribute-buttons a:active, .cart_item-list li .attribute-buttons button:hover, .cart_item-list li .attribute-buttons button:focus, .cart_item-list li .attribute-buttons button:active {
          color: #006678 !important;
          outline: none; }
    @media (max-width: 767.98px) {
      .cart_item-list li > .row {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
    .cart_item-list li .basketitem-title a {
      color: #006678; }
    .cart_item-list li .basketitem-title .shortdesc--property-list {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    @media (max-width: 767.98px) {
      .cart_item-list li .basketitem-addinfo {
        margin-top: 20px;
        padding-top: 30px;
        border-top: 1px solid #e9e6df;
        margin-right: 0; }
        .cart_item-list li .basketitem-addinfo .unitPrice {
          text-align: left !important; } }
  .cl-basket .cart_item-list .quantity {
    position: Relative;
    top: -9px; }
  .cl-order .cart_item-list .quantity {
    font-weight: bold; }
  .cart_item-list .quantity .input-group {
    flex-wrap: nowrap;
    width: auto;
    float: right; }
  .cart_item-list .quantity span.input-group-text {
    background-color: #fff;
    border: none;
    color: #006678;
    font-weight: bold;
    font-size: 16px; }
  @media (min-width: 768px) {
    .cart_item-list .row.collapse:not(.show) {
      display: flex; } }

.small.delivery-info {
  color: #00B4B4;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center; }
  .small.delivery-info i {
    color: #2b2b2b; }

.attribute-buttons {
  display: flex; }
  .attribute-buttons button:first-of-type {
    padding-left: 0; }

button.remember {
  display: flex;
  align-items: center;
  margin-right: 0; }

.basket-article-number {
  color: #006678;
  font-size: 16px;
  font-weight: bold;
  padding-left: 30px; }
  @media (max-width: 991.98px) {
    .basket-article-number {
      display: none; } }

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

.payment-option {
  display: none; }

.popupBox {
  display: none;
  position: absolute;
  padding: 5px;
  left: 0;
  text-align: left;
  z-index: 100; }

.paypalExpressCheckoutBox {
  text-align: right !important;
  margin-bottom: 10px; }
  .paypalExpressCheckoutBox .popupBox {
    left: auto;
    right: 0;
    top: 15px;
    border: 1px solid #333; }

.paypalHelpIcon {
  border-radius: 50%;
  border: 1px solid #333;
  width: 18px;
  display: inline-block;
  height: 18px;
  text-align: center;
  margin: 0 8px; }

.paypalHelpBox {
  display: none;
  position: absolute; }

#paypalExpressCheckoutDetailsBox {
  width: 100%;
  float: none !important; }
  #paypalExpressCheckoutDetailsBox.paypalExpressCheckoutDetailsBox .paypalExpressCheckoutMsg {
    float: none; }

.paypalExpressCheckoutBox {
  padding-right: 15px !important;
  margin: 0 15px 0 0 !important; }
  .paypalExpressCheckoutBox .paypalExpressCheckoutMsg {
    clear: both; }

#paypalExpressCheckoutMiniBasketImage {
  float: right !important; }

#paypalExpressCheckoutMiniBasketBox.paypalExpressCheckoutBox {
  float: right;
  padding-right: 0 !important;
  margin: 0 0 15px 0 !important; }
  #paypalExpressCheckoutMiniBasketBox.paypalExpressCheckoutBox .paypalExpressCheckoutMsg {
    padding-top: 5px; }
  #paypalExpressCheckoutMiniBasketBox.paypalExpressCheckoutBox .paypalHelpIcon {
    left: -30px;
    top: 5px; }

.shipping-payment .card-header, .shipping-payment .card-body, .shipping-payment .card-footer {
  padding: 0.75rem 0; }

.shipping-payment .well.well-sm {
  padding-bottom: 1.2em !important; }
  .shipping-payment .well.well-sm:first-of-type {
    border-top: 1px solid #e9e6df !important; }

.cl-payment h2 {
  margin-bottom: 2.5rem; }

.cl-payment #payment .card .well dl {
  margin-bottom: 0; }
  .cl-payment #payment .card .well dl > dt label {
    position: relative;
    top: -3px;
    font-weight: normal; }
  .cl-payment #payment .card .well dl > dt input:checked + label {
    font-weight: bold; }
  .cl-payment #payment .card .well dl > dd {
    display: none;
    margin-top: 10px;
    padding-left: 39px;
    margin-bottom: 10px; }
    .cl-payment #payment .card .well dl > dd.activePayment {
      display: block; }

.paymentIco {
  position: relative;
  top: -12px;
  background: url(../../img/payment.png) no-repeat;
  float: right;
  height: 40px;
  width: 110px; }
  .paymentIco.payment_oxidinvoice, .paymentIco.payment_79829c27086e6e8aabd11bee35dbe038, .paymentIco.payment_6f14d8b1fda878fa78984714a2f17f6c {
    background-position: right -50px; }
  .paymentIco.payment_oxidpayadvance {
    background-position: right -100px; }
  .paymentIco.payment_fcpopaypal {
    background-position: right -300px; }
  .paymentIco.payment_fcpodebitnote {
    background-position: right -150px; }
  .paymentIco.payment_fcpocreditcard, .paymentIco.payment_fcpocreditcard_iframe {
    background-position: right -200px; }
  .paymentIco.payment_fcpo_sofort {
    background-position: right -245px; }
  .paymentIco.payment_fcpo_secinvoice {
    background: url(../../img/payment/payment_payone_secinvoice.png) no-repeat;
    background-size: contain; }

@media (max-width: 991.98px) {
  .fcpo_kkexpire {
    margin-right: -15px !important;
    margin-left: -15px !important; }
    .fcpo_kkexpire label {
      margin-bottom: 30px; }
    .fcpo_kkexpire > * {
      margin-bottom: 15px; } }

div.paymentidfcpo_secinvoice {
  top: 14px; }

.checkout-steps {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: white;
  border-top: 0;
  /*&.checkout-steps-onboarding {
    margin-bottom: 60px;
  }*/ }
  @media (min-width: 768px) {
    .checkout-steps {
      margin: 15px 0 30px 0; } }
  @media (max-width: 767.98px) {
    .checkout-steps {
      margin-left: -15px;
      margin-right: -15px;
      width: calc(100% + 30px); } }
  .checkout-steps .step {
    width: 25%;
    max-width: 25%;
    text-align: center;
    position: relative;
    padding-top: 0;
    padding-bottom: 18px;
    text-transform: uppercase;
    background-color: #006678;
    margin: 1em; }
    .checkout-steps .step .num {
      background-color: #006678; }
    @media (max-width: 1199.98px) {
      .checkout-steps .step {
        width: 33.33%;
        max-width: 33.33%; } }
    @media (max-width: 767.98px) {
      .checkout-steps .step {
        padding-bottom: 5px; } }
    .checkout-steps .step.active {
      background-color: #0AEBA5; }
      .checkout-steps .step.active .num {
        background-color: #0AEBA5; }
    .checkout-steps .step.passed .num {
      background-color: #006678;
      font-size: 48px;
      padding-top: 10px; }
      .checkout-steps .step.passed .num span {
        display: none; }
    .checkout-steps .step:not(.passed) .num i {
      display: none; }
  .checkout-steps .num {
    background-color: #006678;
    padding-top: 1px;
    top: -16px;
    left: 50%;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 0;
    width: 100%;
    height: auto;
    border: none;
    margin-left: 0;
    font-size: 60px; }
  .checkout-steps .text {
    display: none;
    color: #fff;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .checkout-steps .text {
        display: block; } }

.checkoutOptions {
  margin: -1.5rem -1.25rem;
  padding: 1.5rem 1.25rem; }
  .checkoutOptions h1 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0.85rem;
    margin-bottom: 1.5rem;
    color: #006678;
    border-bottom: 1px solid #dee2e6; }
  .checkoutOptions .card-deck {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-bottom: 1.875rem; }
    .checkoutOptions .card-deck:last-child {
      margin-bottom: 0; }
    .checkoutOptions .card-deck form {
      display: flex;
      flex: 1 0 0;
      flex-direction: column; }
    .checkoutOptions .card-deck .card {
      margin-left: 1.25rem;
      margin-right: 1.25rem;
      padding: 0 1rem; }
  .checkoutOptions .card-header {
    background-color: #fff;
    border-bottom: none;
    padding-top: 0; }
    .checkoutOptions .card-header .card-title {
      font-size: 24px; }
  .checkoutOptions .card-body {
    padding-top: 0; }
  .checkoutOptions .card-footer {
    background-color: #fff;
    border-top: none;
    margin-top: 1.25rem; }
    .checkoutOptions .card-footer .btn-primary, .checkoutOptions .card-footer .btn-secondary, .checkoutOptions .card-footer .btn-link {
      line-height: 33px;
      min-height: 33px;
      padding-top: 0;
      padding-bottom: 0; }
  .checkoutOptions .forgotPasswordOpener {
    color: #006678;
    font-weight: bold; }
  .checkoutOptions .register-benefits ul {
    list-style-type: none; }
    .checkoutOptions .register-benefits ul li:before {
      font-family: plexiglas-icons;
      content: "\f156";
      margin-right: 1rem;
      color: #006678;
      font-size: 19px;
      position: relative;
      top: 3px; }
  .checkoutOptions .register-benefits .thumbnail.register-benefit {
    text-align: center; }
    .checkoutOptions .register-benefits .thumbnail.register-benefit > img {
      display: inline-block;
      width: 100%;
      height: auto;
      max-width: 60px;
      max-height: 60px;
      margin-bottom: 2rem; }
    .checkoutOptions .register-benefits .thumbnail.register-benefit .caption > p {
      text-align: center;
      font-size: 12px;
      letter-spacing: 0;
      color: #006678; }
  .checkoutOptions .register-intro, .checkoutOptions .login-intro {
    height: 50px;
    margin-bottom: 70px; }
  .checkoutOptions .form-group {
    margin-bottom: 0.5rem; }
    .checkoutOptions .form-group .form-control {
      padding: .5rem .75rem 0;
      height: 33px;
      line-height: 33px;
      background-color: rgba(242, 242, 242, 0.2); }
  .checkoutOptions .form-group .input-description-sup {
    top: 6px; }
  .checkoutOptions .form-group.not-empty .input-description-sup,
  .checkoutOptions .form-group.is-active .input-description-sup,
  .checkoutOptions .form-group.is-select .input-description-sup {
    top: 0; }
  .checkoutOptions .visible-sm {
    display: none; }
  @media (min-width: 768px) {
    .checkoutOptions .card:first-child:not(:last-child) {
      padding-right: 3.75rem;
      margin-right: 0;
      border-right: 1px solid #dee2e6; }
    .checkoutOptions .card.border-top {
      padding-top: 1.875rem; } }
  @media (max-width: 991.98px) {
    .checkoutOptions .visible-sm {
      display: block !important; }
    .checkoutOptions h1 {
      text-align: left; }
    .checkoutOptions .card-deck .card {
      margin-left: 1rem;
      margin-right: 1rem;
      margin-bottom: 45px;
      padding: 0;
      border-bottom: 1px solid #dee2e6; }
      .checkoutOptions .card-deck .card:last-child {
        margin-bottom: 0; }
      .checkoutOptions .card-deck .card:last-child:first-child {
        border-bottom: none; }
      .checkoutOptions .card-deck .card > form > [class^="card-"] {
        padding-left: 0.5rem;
        padding-right: 0.5rem; }
      .checkoutOptions .card-deck .card > form .card-title {
        padding: 0; }
      .checkoutOptions .card-deck .card.border-top {
        border-top: none !important;
        padding-top: 1rem; }
      .checkoutOptions .card-deck .card.border-right {
        border-right: none;
        margin-right: 1rem;
        margin-left: 1rem;
        padding: 0; }
      .checkoutOptions .card-deck .card .register-benefits {
        margin-bottom: 1rem; }
    .checkoutOptions .register-intro, .checkoutOptions .login-intro {
      height: auto;
      margin-bottom: 1.5rem; } }

.basketBottom .table {
  margin-bottom: 0; }
  .basketBottom .table th, .basketBottom .table td {
    border: none; }
  .basketBottom .table td {
    font-weight: bold; }
  .basketBottom .table th {
    font-weight: normal; }

.basketBottom > div {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .basketBottom > div.basket-savedbasket {
    border-top: 1px solid #f2f2f2; }
  .basketBottom > div.basket-delivery-content {
    border-top: 1px solid #f2f2f2; }
  .basketBottom > div.grand-total {
    border-bottom: 1px solid #96938b;
    border-top: 1px solid #96938b; }
    .basketBottom > div.grand-total strong {
      color: #006678;
      font-size: 22px;
      font-weight: bold;
      height: 20px;
      line-height: 20px;
      text-align: center;
      text-transform: uppercase; }

.basketBottom #basketSummary table th, .basketBottom #basketSummary table td, .basketBottom .basket-delivery-content table th, .basketBottom .basket-delivery-content table td {
  padding: .35rem; }

@media (max-width: 991.98px) {
  .basketBottom #basketSummary, .basketBottom .shipping-cost-info {
    margin-top: 20px; }
    .basketBottom #basketSummary th.text-right, .basketBottom .shipping-cost-info th.text-right {
      text-align: left !important; }
  .basketBottom .grand-total th.text-right {
    text-align: left !important; } }

@media (max-width: 991.98px) {
  .basket-savedbasket {
    margin-bottom: 20px; } }

.cart-buttons .btn {
  width: 100%; }
  @media (min-width: 768px) {
    .cart-buttons .btn {
      width: auto;
      margin-bottom: 0; } }
  .cart-buttons .btn:first-child {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .cart-buttons .btn:first-child {
        margin-bottom: 0; } }

.voucher-code {
  max-width: 250px;
  background: #F8F8F8;
  border: none;
  border-bottom: 2px solid #96938b;
  margin-right: 1em; }

.purple-checked {
  background-color: #006678; }

input[type=select]::-webkit-inner-spin-button,
input[type=select]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.cash-register {
  text-transform: uppercase; }

/*
.pi.pi-checkitem.pi-white.purple-checked {
  padding: 2px;
  height: 18px!important;
  width: 18px!important;
  position: relative;
  margin-right: 0.5em;

  &:before {
    font-size: 10px;
    top: 5px;
    left: 3px;
    position: absolute;
  }
}
*/
.contains-vat, td#basketPaymentVat {
  font-size: 14px;
  text-align: right; }

td#basketGrandTotal strong {
  color: #006678; }

td#basketPaymentVat.text-right {
  text-align: right; }

.shipping-calc-info {
  color: #2B2B2B;
  font-size: 12px;
  line-height: 17px; }

.pay-information {
  background-color: #f2f2f2;
  margin-right: 0;
  margin-left: 0; }
  @media (max-width: 767.98px) {
    .pay-information {
      margin-left: -15px;
      margin-right: -15px; } }
  .pay-information .card {
    background-color: #f2f2f2; }
    .pay-information .card .card-header {
      background-color: #f2f2f2;
      border-bottom: none; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .pay-information .card .card-header h2.card-title {
          font-size: 18px; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .pay-information .card .card-header h2.card-title {
          font-size: 16px; } }
    .pay-information .card div.card .card-body {
      background-color: #f2f2f2; }
    .pay-information .card div.card-body a {
      margin-top: 2em;
      color: #006678;
      font-weight: bold;
      background-color: #f2f2f2; }

#orderEditCart {
  /*button, [type=submit] {
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    color: $brand-primary;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;


  }*/ }
  #orderEditCart .card-header {
    background-color: #fff; }

.cl-order {
  /*input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button{

    color: $gray-700;

    span {
      color: $gray-700;
    }
  }*/ }
  .cl-order h1.order-summary {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1.5em; }
  .cl-order h2.card-title {
    color: #020202;
    font-size: 24px;
    font-weight: bold;
    margin-top: 1em; }
  .cl-order h3.card-title {
    color: #020202;
    font-size: 30px;
    font-weight: bold; }
  .cl-order h4 {
    font-size: 16px;
    font-weight: bold !important;
    line-height: 20px; }
  .cl-order .basket-row {
    padding-left: 0;
    padding-right: 0; }
  .cl-order .card-header {
    border-bottom: none; }
  .cl-order .order-commentary a {
    color: #006678;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    text-align: right; }
  .cl-order .basketitem-title b {
    color: #006678; }
  .cl-order ul#basket_list {
    padding-left: 0;
    padding-right: 0; }
  .cl-order hr {
    margin-top: 2rem; }
  .cl-order #basketSummary .row table tr th:first-of-type, .cl-order #basketSummary .row table tr td:first-of-type {
    padding-top: 0; }
  .cl-order .row.buy-button {
    margin-right: 0;
    margin-left: 0; }
    .cl-order .row.buy-button form#orderConfirmAgbBottom {
      width: 100% !important;
      max-width: 100% !important; }
      .cl-order .row.buy-button form#orderConfirmAgbBottom .agb-submit-box {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap; }
      .cl-order .row.buy-button form#orderConfirmAgbBottom .submit-button {
        width: auto; }
        @media (max-width: 767.98px) {
          .cl-order .row.buy-button form#orderConfirmAgbBottom .submit-button {
            width: 100%; } }
        @media (min-width: 576px) {
          .cl-order .row.buy-button form#orderConfirmAgbBottom .submit-button {
            margin-left: auto; } }
  .cl-order .btn.btn-primary {
    color: #fff; }
    @media (max-width: 991.98px) {
      .cl-order .btn.btn-primary {
        width: 100%; } }

.is-checkout .form-horizontal .form-group .control-label {
  text-align: left; }

.is-checkout p.order-information {
  display: inline-block;
  margin-top: 20px; }

.is-checkout #content .alert-danger {
  background-color: #fff;
  border-color: #0AEBA5;
  color: #0AEBA5; }

@media (max-width: 767.98px) {
  .is-checkout h1.order-summary {
    word-break: break-word; } }

div#mobile-agb {
  display: none; }

div#thankyouPage {
  /*div.order-need-help {

    background-color: $brand-primary;
    color: $white;
    padding: 1em 2em;
    max-width: 426px;
    height: 254px;

    h4 {
      border-bottom: 2px dotted $white;
      font-size: 16px;
      font-weight: 400;
      padding: 0.5em 0;
    }

    h5 {

      font-size: 24px;
      font-weight: bold;
      line-height: 30px;
      padding: 1em 0;

    }

    p {
      font-weight: bold;
      margin-bottom: 1em;
    }

    a {
      color: $white;
      border-bottom: 1px solid $white;
      padding-top: 1em;
      font-size: 16px;
      font-weight: bold;
    }

  }*/ }
  div#thankyouPage h1.blockHead {
    font-weight: bold;
    text-transform: uppercase; }
  div#thankyouPage .customer-create-account {
    /*button {
      background-color: $black;
      color: $white;
      border: none;
      height: 46px;
      width: 262px;
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase;
    }*/ }
    div#thankyouPage .customer-create-account h2 {
      color: #020202;
      font-size: 24px;
      font-weight: bold; }
      div#thankyouPage .customer-create-account h2:nth-of-type(2) {
        padding-left: 1.5em; }
      div#thankyouPage .customer-create-account h2.page-header {
        color: #006678;
        font-size: 24px;
        font-weight: bold;
        line-height: 34px; }
    div#thankyouPage .customer-create-account ul {
      list-style-type: none;
      font-family: "Campton-Book", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      div#thankyouPage .customer-create-account ul i {
        font-weight: bold;
        margin-bottom: 0.5em;
        margin-top: 0.5em; }
      div#thankyouPage .customer-create-account ul li {
        color: #006678;
        font-size: 16px;
        margin-bottom: 1em; }
  div#thankyouPage .register-benefits ul {
    list-style-type: none; }
    div#thankyouPage .register-benefits ul li:before {
      font-family: plexiglas-icons;
      content: "\f156";
      margin-right: 1rem;
      color: #006678;
      font-size: 19px;
      position: relative;
      top: 3px; }

.is-logged-in #thankyouPage .customer-create-account {
  display: none; }

.checkoutCollumns .card-header {
  background-color: #fff;
  border-bottom: none; }
  .checkoutCollumns .card-header h2.card-title {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase; }
  .checkoutCollumns .card-header h3.card-title {
    font-size: 24px;
    font-weight: bold; }

.checkoutCollumns #userChangeAddress {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #006678;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: -3px;
  left: 3px; }

#ewshippingcalc-content #countryZip input {
  width: 100px; }

.card.bg-light {
  height: auto;
  padding-left: 0;
  padding-right: 0; }
  .card.bg-light .card-body {
    padding-left: 0;
    padding-right: 0; }

.shipping-payment .card-header {
  background-color: #fff;
  border: none; }

.shipping-payment select.form-control:not([size]):not([multiple]) {
  height: auto; }

.shipping-payment h2 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase; }

.shipping-payment .well.well-sm {
  border-bottom: 1px solid #dee2e6;
  padding-top: 2em;
  padding-bottom: 2em; }
  .shipping-payment .well.well-sm:first-of-type {
    border-top: 1px solid #dee2e6; }

@media (min-width: 768px) {
  .checkout-steps {
    margin: 0px 0 -3px 0;
    z-index: 2;
    position: relative; }
  .select-country {
    min-width: 300px; } }

@media (max-width: 991.98px) {
  .select-country {
    display: flex; }
  .is-checkout p.small-text.order-information {
    margin-top: 1em; }
  .is-checkout .submit-Button {
    background-color: #fff; }
  .is-checkout .agb-container {
    background-color: #fff; }
  .is-checkout div.desktopagb {
    display: none; }
  .is-checkout .select-country {
    padding-right: 1em;
    min-width: 200px; }
  .is-checkout .calculator-box select {
    width: auto; }
  .is-checkout .calculator-button {
    margin-right: 1em; }
  .is-checkout .savebasket .savedbasketname {
    padding-right: 1em; }
    .is-checkout .savebasket .savedbasketname .input-group-append {
      margin-top: 1em; }
  .is-checkout h1.order-summary {
    font-size: 30px; }
  .is-checkout .checkoutCollumns h2 {
    font-size: 28px; }
  .is-checkout #basketname {
    width: 100%; }
  div#mobile-agb {
    display: block; }
  .cl-thankyou div#thankyouPage div.order-need-help h5 {
    font-size: 18px;
    line-height: 20px;
    padding: 0 0; }
  .cl-thankyou div#thankyouPage .register-benefits {
    margin-bottom: 1em; } }

.datasheets {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .datasheets li {
    display: inline-block;
    margin-right: 25px; }
    .datasheets li:last-child {
      margin-right: 0; }

.cl-account_order .shortdesc--property-list,
.cl-ewsavedbasket .shortdesc--property-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.cl-account_order .list-productImage,
.cl-ewsavedbasket .list-productImage {
  margin-right: 20px;
  width: 52px; }
  .cl-account_order .list-productImage img,
  .cl-ewsavedbasket .list-productImage img {
    width: 100%; }

.cl-account_order #basket_table thead th,
.cl-ewsavedbasket #basket_table thead th {
  border: none !important;
  background: #f2f2f2; }

.has-directsubmit {
  display: none; }

.has-singlePaymentOption .shipping-payment > .row:nth-child(3), .has-singlePaymentOption .shipping-payment > .row:nth-child(4) {
  display: none; }

.has-singleShippingOption .shipping-payment > .row:nth-child(1), .has-singleShippingOption .shipping-payment > .row:nth-child(2) {
  display: none; }

#thankyouPage .card-body {
  padding: 0 0 16px 0; }
  #thankyouPage .card-body table {
    table-layout: fixed;
    border: none;
    font-size: 12px; }
    #thankyouPage .card-body table td {
      width: calc(100%/3); }
      #thankyouPage .card-body table td img {
        width: 60px;
        height: 60px;
        margin-bottom: 13px; }
  #thankyouPage .card-body .btn {
    padding: 9px;
    border-bottom: none;
    min-height: auto; }
    #thankyouPage .card-body .btn:hover {
      background-color: #000000; }

.compare-item {
  /*margin-top: 15px;

  .picture {
    height: 250px;
    align-items: center;
  }

  .title {
    padding-top: 15px;
    height: 40px;
    display: block;
  }

  .add-to-basket {
    height: 150px;
  }*/
  position: relative;
  background: #f2f2f2;
  width: 260px; }
  .compare-item .wishlistStar_wrapper {
    position: absolute;
    z-index: 10;
    right: 5px;
    top: 5px; }
    .compare-item .wishlistStar_wrapper a {
      color: #006678;
      display: block; }
  .compare-item .btn-close {
    position: absolute;
    top: -16px;
    left: -16px; }
  .compare-item .listDetails {
    padding: 20px; }
    .compare-item .listDetails .small-text {
      display: block; }
  .compare-item .content ul {
    padding: 0;
    margin: 12px 0;
    font-size: 14px;
    min-height: 124px;
    overflow: hidden; }
    .compare-item .content ul li {
      padding: 3px 0; }
  .compare-item .picture {
    height: 260px;
    overflow: hidden;
    line-height: 260px;
    text-align: center; }
  .compare-item .btn-group {
    position: absolute;
    top: 215px;
    left: 0; }
  .compare-item .priceBlock {
    border-top: 2px dotted #000;
    padding-top: 12px; }

.compare-products {
  display: flex;
  flex-wrap: nowrap; }

.compare-item-wrapper {
  width: 292px;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  justify-content: center; }

.compare .table-responsive.shadowed {
  box-shadow: inset 3px 0 7px 1px rgba(0, 0, 0, 0.2); }

.bc-wrapper .slideinLayer .compareBtn {
  left: -56px;
  top: 197px;
  position: absolute;
  right: auto; }

.cl-content .page-header {
  display: none; }

.cl-content .share-social-media {
  margin-top: 4rem;
  padding: 1.5rem 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2; }
  .cl-content .share-social-media p {
    text-align: center;
    padding: 1rem 0; }

.cl-content .cmsContent {
  color: black;
  margin-bottom: 45px; }
  .cl-content .cmsContent .col-lg-8.col-lg-offset-2 {
    flex: 0 0 59.5%;
    max-width: 59.5%;
    margin-left: 20.25%; }
  @media (min-width: 768px) {
    .cl-content .cmsContent .dd-ve-container:not(.cms-fullwidth) {
      padding: 0 45px; } }
  @media (min-width: 992px) {
    .cl-content .cmsContent .dd-ve-container:not(.cms-fullwidth) {
      padding: 0 90px; } }
  .cl-content .cmsContent h1, .cl-content .cmsContent h2 {
    padding-bottom: 8px; }
  .cl-content .cmsContent h1 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase; }
  .cl-content .cmsContent h2 {
    font-size: 24px;
    font-weight: bold; }
  .cl-content .cmsContent p {
    line-height: 27px; }
  .cl-content .cmsContent p + p {
    margin-top: 1.2em; }
  .cl-content .cmsContent iframe {
    max-width: 100%; }
  .cl-content .cmsContent .cms-intro {
    color: #006678;
    font-size: 20px; }
  .cl-content .cmsContent .row + .row {
    margin-top: 4rem; }
  .cl-content .cmsContent .row > div .dd-image-box {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px; }
    .cl-content .cmsContent .row > div .dd-image-box > a {
      display: block;
      max-width: 390px; }
    .cl-content .cmsContent .row > div .dd-image-box img {
      object-fit: cover;
      width: 100%; }
    .cl-content .cmsContent .row > div .dd-image-box .dd-image-caption {
      position: relative;
      background: #006678;
      display: block;
      color: #fff;
      font-weight: normal;
      font-size: 14px;
      padding: 20px 25px; }
  .cl-content .cmsContent .row > div:first-child .dd-image-box {
    padding: 0; }
  .cl-content .cmsContent .row > div:last-child .dd-image-box {
    padding-left: 20px;
    padding-right: 0; }
    @media (max-width: 991.98px) {
      .cl-content .cmsContent .row > div:last-child .dd-image-box {
        padding-left: 0; } }
  .cl-content .cmsContent .row > div.col-lg-12 .dd-image-box {
    margin-left: -90px;
    margin-right: -90px;
    padding-left: 0;
    padding-right: 0; }
  @media (max-width: 991.98px) {
    .cl-content .cmsContent .row > div.col-lg-6 .dd-image-box,
    .cl-content .cmsContent .row > div.col-lg-7 .dd-image-box,
    .cl-content .cmsContent .row > div.col-lg-8 .dd-image-box,
    .cl-content .cmsContent .row > div.col-lg-9 .dd-image-box {
      padding-top: 15px;
      padding-bottom: 15px; }
    .cl-content .cmsContent .row > div.col-lg-6:last-child .dd-image-box,
    .cl-content .cmsContent .row > div.col-lg-7:last-child .dd-image-box,
    .cl-content .cmsContent .row > div.col-lg-8:last-child .dd-image-box,
    .cl-content .cmsContent .row > div.col-lg-9:last-child .dd-image-box {
      padding-bottom: 0;
      margin-bottom: -15px; }
    .cl-content .cmsContent .row > div.col-lg-6:first-child .dd-image-box,
    .cl-content .cmsContent .row > div.col-lg-7:first-child .dd-image-box,
    .cl-content .cmsContent .row > div.col-lg-8:first-child .dd-image-box,
    .cl-content .cmsContent .row > div.col-lg-9:first-child .dd-image-box {
      padding-top: 0;
      margin-top: -15px; } }
  .cl-content .cmsContent .arrowbox {
    position: relative;
    background: #006678;
    margin-left: 1.2em;
    padding: 33px 45px;
    color: #fff;
    min-height: 100%; }
    .cl-content .cmsContent .arrowbox p {
      line-height: 24px; }
    .cl-content .cmsContent .arrowbox a, .cl-content .cmsContent .arrowbox h1, .cl-content .cmsContent .arrowbox h2 {
      color: #fff; }
    .cl-content .cmsContent .arrowbox a {
      text-decoration: underline;
      font-weight: bold; }
    .cl-content .cmsContent .arrowbox:after, .cl-content .cmsContent .arrowbox:before {
      right: 100%;
      top: 80px;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .cl-content .cmsContent .arrowbox:after {
      border-right-color: #006678;
      border-width: 30px;
      margin-top: -30px; }
    .cl-content .cmsContent .arrowbox:before {
      margin-top: -36px; }
    .cl-content .cmsContent .arrowbox.arrow-right {
      margin-left: 0;
      margin-right: 1.2em; }
      .cl-content .cmsContent .arrowbox.arrow-right:after, .cl-content .cmsContent .arrowbox.arrow-right:before {
        right: -60px; }
      .cl-content .cmsContent .arrowbox.arrow-right:after {
        border-right-color: transparent;
        border-left-color: #006678;
        border-width: 30px; }
    @media (max-width: 767.98px) {
      .cl-content .cmsContent .arrowbox.arrow-right {
        margin-right: 0; } }

@media (max-width: 767.98px) {
  iframe {
    width: 100%; } }

.account-menu .list-group {
  padding-bottom: 15px; }
  .account-menu .list-group .list-group-item {
    list-style-type: none;
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
    .account-menu .list-group .list-group-item:hover {
      color: #006678; }
    .account-menu .list-group .list-group-item.active {
      background-color: #006678;
      color: #fff; }
      .account-menu .list-group .list-group-item.active:hover, .account-menu .list-group .list-group-item.active:focus {
        color: #fff;
        background-color: #006678; }
    .account-menu .list-group .list-group-item a {
      color: inherit;
      display: block; }
    .account-menu .list-group .list-group-item li:last-of-type a {
      border-bottom: 1px solid #f2f2f2; }
  .account-menu .list-group-item.active {
    color: #fff; }
    .account-menu .list-group-item.active:hover, .account-menu .list-group-item.active:focus {
      color: #fff;
      background-color: #006678; }
  .account-menu .list-group-link {
    color: inherit;
    display: block; }

.card {
  height: auto;
  margin-bottom: 30px; }

#boxwrapper_noticelistProductList .functions.pull-right {
  display: flex;
  flex-direction: column; }
  #boxwrapper_noticelistProductList .functions.pull-right .removeButton {
    /* color: $brand-primary;
    background-color: $white;
    border: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
	text-align: left;
	padding: 0;
    /*display:flex;
    align-items: baseline;
    justify-content: space-between;
    padding-left: 0.2em;
    padding-right: 3em;
    padding-top: 0;
    padding-bottom: 0;*/
    /*margin-bottom: 0;
    height: 19px;
	  margin-top:10px;
	  
		i {
			width: 27px;
			padding-left: 5px;
	  	}*/ }

div.addressCollumns .card-header {
  background-color: #fff;
  border: none;
  font-size: 24px;
  font-weight: 700;
  color: #020202; }
  div.addressCollumns .card-header .btn-warning {
    background-color: #fff;
    border: none;
    -webkit-appearance: none;
    color: #006678;
    font-weight: 700;
    font-size: 16px; }

div.addressCollumns .card-footer {
  background-color: #fff;
  border: none; }

.order-history .card-header {
  background-color: #fff;
  border-top: 1px solid black; }
  .order-history .card-header:first-child {
    border-radius: 0px; }

.accountDashboardView .row .card .card-header a {
  width: 100%; }

.accountDashboardView .row .panel {
  padding-left: 15px; }

.accountDashboardView .row .panel-heading {
  font-weight: bold; }

.accountDashboardView .row .panel-body {
  margin-bottom: 0.5em; }

.kmt-order-list-item {
  margin-bottom: 3em; }

.cl-account_newsletter.is-logged-in strong label.control-label {
  text-align: left; }

@media (max-width: 600px) {
  .cl-account h1#accountMain {
    font-size: 24px; }
  .cl-account .accountDashboardView .card-header, .cl-account .accountDashboardView .card-body {
    padding-left: 0; }
  #newsletterSettingsHeader, #productComparisonHeader {
    font-size: 20px;
    white-space: normal; }
  tr.compare-products {
    flex-wrap: wrap; } }

.kmt-checkout-steps-inner {
  width: 100%;
  height: 130px;
  padding: 0;
  margin: 15px 0;
  list-style: none;
  background-color: #006678; }
  @media (min-width: 768px) {
    .kmt-checkout-steps-inner {
      margin: 15px 0 30px 0; } }
  .kmt-checkout-steps-inner .kmt-step-1, .kmt-checkout-steps-inner .kmt-step-2 {
    width: 20%;
    max-width: 20%;
    text-align: center;
    position: relative;
    padding-top: 16px;
    background-color: #006678; }
    .kmt-checkout-steps-inner .kmt-step-1.active, .kmt-checkout-steps-inner .kmt-step-2.active {
      background-color: #701D63; }
      .kmt-checkout-steps-inner .kmt-step-1.active .num, .kmt-checkout-steps-inner .kmt-step-2.active .num {
        background-color: #701D63; }
    .kmt-checkout-steps-inner .kmt-step-1.passed, .kmt-checkout-steps-inner .kmt-step-2.passed {
      background-color: #006678; }
      .kmt-checkout-steps-inner .kmt-step-1.passed .num, .kmt-checkout-steps-inner .kmt-step-2.passed .num {
        background-color: #006678; }
    .kmt-checkout-steps-inner .kmt-step-1:not(.passed) .num i, .kmt-checkout-steps-inner .kmt-step-2:not(.passed) .num i {
      display: none; }
  .kmt-checkout-steps-inner .num {
    border-radius: 0;
    width: 100%;
    height: auto;
    position: initial;
    border: none;
    margin-left: 0;
    font-size: 60px; }
  .kmt-checkout-steps-inner .text {
    display: none;
    color: #fff; }
    @media (min-width: 768px) {
      .kmt-checkout-steps-inner .text {
        display: block; } }

.card-wrapper {
  height: 100%;
  display: block;
  position: relative;
  padding-bottom: 30px; }

.manufacturer-slider {
  border-top: 2px solid #E7E7E7;
  border-bottom: 2px solid #E7E7E7;
  background-color: #F2F2F2;
  padding: 2rem 0;
  margin-bottom: 20px; }
  .manufacturer-slider .flexslider {
    background-color: transparent;
    border: none;
    width: 100%;
    margin-bottom: 15px; }
    .manufacturer-slider .flexslider .flexslider-item {
      text-align: center; }
    .manufacturer-slider .flexslider-item .flexslider-link .flexslider-img {
      width: auto;
      max-width: 100px;
      margin: 0 auto; }

.flexslider {
  background-color: transparent;
  border: none;
  width: 100%;
  margin-bottom: 15px; }
  .flexslider:hover .flex-direction-nav .flex-prev {
    left: -24px; }
  .flexslider:hover .flex-direction-nav .flex-next {
    right: -24px; }
  .flexslider .flex-direction-nav .flex-prev,
  .flexslider .flex-direction-nav .flex-next {
    opacity: 1 !important;
    background: #006678;
    border: 2px solid #fff; }
    .flexslider .flex-direction-nav .flex-prev:hover, .flexslider .flex-direction-nav .flex-prev:active, .flexslider .flex-direction-nav .flex-prev:focus,
    .flexslider .flex-direction-nav .flex-next:hover,
    .flexslider .flex-direction-nav .flex-next:active,
    .flexslider .flex-direction-nav .flex-next:focus {
      background: #006678;
      outline: none; }
    .flexslider .flex-direction-nav .flex-prev:before,
    .flexslider .flex-direction-nav .flex-next:before {
      font-family: plexiglas-icons;
      font-weight: 600;
      color: #fff;
      font-size: 31px;
      text-shadow: none;
      padding: 0;
      transition: color .3s;
      line-height: 1.17;
      transform: translateX(1px); }
  .flexslider .flex-direction-nav .flex-prev {
    left: -24px; }
    .flexslider .flex-direction-nav .flex-prev:before {
      content: "\f10d"; }
  .flexslider .flex-direction-nav .flex-next {
    right: -24px; }
    .flexslider .flex-direction-nav .flex-next:before {
      content: "\f10e"; }
  .flexslider .flex-control-paging li a {
    background: #00B4B4;
    box-shadow: none; }
    .flexslider .flex-control-paging li a.flex-active {
      background: #006678; }

.flexslider .flex-viewport {
  height: 100%; }
  .flexslider .flex-viewport .slides {
    height: 100%;
    display: flex; }
    .flexslider .flex-viewport .slides .item {
      position: relative;
      height: 100%; }
      .flexslider .flex-viewport .slides .item .item-container {
        height: 100%; }
        .flexslider .flex-viewport .slides .item .item-container img {
          object-fit: cover;
          width: 100%;
          height: 100%; }

.flexslider .flex-caption {
  width: 100%;
  margin: 0;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  opacity: 1; }
  .flexslider .flex-caption-link {
    color: #fff;
    text-decoration: none; }
  .flexslider .flex-caption .title {
    font-weight: 700; }

.slider-default {
  /*max-height: 350px;*/
  /*
  @include media-breakpoint-only(lg) {
    min-height: 440px;
  }

  @include media-breakpoint-down(md) {
    margin-left:-15px;
    margin-right:-15px;
    width: calc(100% + 30px);
  }
*/ }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .slider-default {
      height: 350px; } }
  @media (max-width: 991.98px) {
    .slider-default {
      height: 350px; } }
  .slider-default .flex-numeration {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #006678;
    color: #fff;
    padding: .85rem 3rem .85rem 3rem;
    font-size: 20px;
    font-weight: 700;
    z-index: 10; }
  .slider-default:hover .flex-direction-nav .flex-prev {
    left: .5rem; }
  .slider-default:hover .flex-direction-nav .flex-next {
    left: 4.8rem; }
  .slider-default .flex-direction-nav a {
    top: auto;
    bottom: .55rem;
    z-index: 11;
    width: 36px;
    height: 34px; }
    .slider-default .flex-direction-nav a.flex-prev, .slider-default .flex-direction-nav a.flex-next {
      background-color: transparent;
      border: none; }
      .slider-default .flex-direction-nav a.flex-prev:hover, .slider-default .flex-direction-nav a.flex-prev:focus, .slider-default .flex-direction-nav a.flex-prev:active, .slider-default .flex-direction-nav a.flex-next:hover, .slider-default .flex-direction-nav a.flex-next:focus, .slider-default .flex-direction-nav a.flex-next:active {
        background-color: transparent;
        outline: none; }
      .slider-default .flex-direction-nav a.flex-prev::before, .slider-default .flex-direction-nav a.flex-next::before {
        font-size: 21px;
        line-height: 1.3; }
    .slider-default .flex-direction-nav a.flex-prev {
      left: .5rem;
      right: auto; }
      .slider-default .flex-direction-nav a.flex-prev::before {
        content: "\e90c";
        transform: translateX(6px); }
    .slider-default .flex-direction-nav a.flex-next {
      left: 4.8rem;
      right: auto; }
      .slider-default .flex-direction-nav a.flex-next::before {
        content: "\e90d";
        transform: translateX(-5px); }
  .slider-default .flex-caption {
    padding: .8rem 3rem .3rem 12rem;
    background: transparent;
    opacity: 1; }
    .slider-default .flex-caption .flex-caption-link {
      position: relative;
      display: inline-block; }
      .slider-default .flex-caption .flex-caption-link:before {
        content: '';
        position: absolute;
        width: 70%;
        top: 50%;
        left: 50%;
        height: 50%;
        transform: translate(-50%, -50%);
        background: #000;
        box-shadow: 0 0 30px 40px #000;
        opacity: 0.2; }
    .slider-default .flex-caption .title {
      text-transform: uppercase;
      font-size: 1.25rem;
      position: relative;
      z-index: 1; }
    .slider-default .flex-caption:hover {
      opacity: 1; }
    .slider-default .flex-caption a:hover {
      color: #006678; }
    .slider-default .flex-caption i.pi-arrow-right {
      position: relative;
      top: -1px;
      left: 1rem; }

.slider-nav {
  margin-bottom: 0;
  height: 420px; }
  .slider-nav:hover .flex-direction-nav .flex-prev {
    left: .7rem; }
  .slider-nav:hover .flex-direction-nav .flex-next {
    right: .7rem; }
  .slider-nav .flex-direction-nav a {
    top: auto;
    bottom: .6rem;
    z-index: 11;
    width: 36px;
    height: 36px; }
    .slider-nav .flex-direction-nav a.flex-prev, .slider-nav .flex-direction-nav a.flex-next {
      background-color: transparent;
      border: none; }
      .slider-nav .flex-direction-nav a.flex-prev::before, .slider-nav .flex-direction-nav a.flex-next::before {
        font-size: 21px;
        line-height: 1.5;
        color: #006678; }
      .slider-nav .flex-direction-nav a.flex-prev:hover, .slider-nav .flex-direction-nav a.flex-prev:focus, .slider-nav .flex-direction-nav a.flex-prev:active, .slider-nav .flex-direction-nav a.flex-next:hover, .slider-nav .flex-direction-nav a.flex-next:focus, .slider-nav .flex-direction-nav a.flex-next:active {
        background-color: transparent;
        outline: none; }
        .slider-nav .flex-direction-nav a.flex-prev:hover::before, .slider-nav .flex-direction-nav a.flex-prev:focus::before, .slider-nav .flex-direction-nav a.flex-prev:active::before, .slider-nav .flex-direction-nav a.flex-next:hover::before, .slider-nav .flex-direction-nav a.flex-next:focus::before, .slider-nav .flex-direction-nav a.flex-next:active::before {
          color: #006678; }
    .slider-nav .flex-direction-nav a.flex-prev {
      left: .7rem; }
      .slider-nav .flex-direction-nav a.flex-prev::before {
        transform: translateX(6px);
        content: "\e90c"; }
    .slider-nav .flex-direction-nav a.flex-next {
      right: .7rem; }
      .slider-nav .flex-direction-nav a.flex-next::before {
        transform: translateX(-7px);
        content: "\e90d"; }
  .slider-nav .flex-caption {
    padding: 2rem 3rem 2rem 3rem;
    background: #006678;
    opacity: 1;
    right: 0;
    top: 0;
    bottom: auto;
    left: auto;
    max-width: 33.3333333333%;
    max-width: calc(33.3333333333% + .8rem);
    transition: all .2s ease; }
    .slider-nav .flex-caption .subheader {
      display: block;
      margin-bottom: 1rem;
      color: #fff; }
    .slider-nav .flex-caption .title {
      text-transform: uppercase;
      font-size: 1.5rem;
      line-height: 1.2; }
    .slider-nav .flex-caption.has-link:hover {
      cursor: pointer;
      padding: 2rem 3rem 2.5rem 3.5rem;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
      max-width: calc(33.3333333333% + 1.3rem); }
      .slider-nav .flex-caption.has-link:hover i.pi-arrow-right {
        transform: translateX(5px); }
    .slider-nav .flex-caption i {
      margin-top: 1rem;
      display: block; }
  .slider-nav .sliderNav {
    background: #f2f2f2;
    position: absolute;
    bottom: 0;
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 4rem;
    padding-right: 4rem;
    z-index: 5;
    width: 100%; }
    .slider-nav .sliderNav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      width: 100%; }
      .slider-nav .sliderNav ul li {
        padding: 1rem 2rem;
        cursor: pointer;
        text-align: center;
        color: #006678;
        width: 100%;
        max-width: 250px;
        position: relative; }
        .slider-nav .sliderNav ul li:hover {
          color: #006678; }
        .slider-nav .sliderNav ul li span {
          font-size: 1.125rem; }
        .slider-nav .sliderNav ul li.flex-active {
          background: #006678;
          box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.15);
          color: #fff; }
          .slider-nav .sliderNav ul li.flex-active::before {
            content: '';
            position: absolute;
            top: -12px;
            left: 50%;
            margin-left: -9px;
            border: solid #006678;
            background: #006678;
            border-width: 0 6px 6px 0;
            display: inline-block;
            padding: 9px;
            transform: rotate(-135deg); }
  @media (max-width: 991.98px) {
    .slider-nav {
      overflow: hidden;
      margin-left: -30px;
      margin-right: -30px;
      width: calc(100% + 60px); }
      .slider-nav .flex-caption {
        max-width: 70%;
        padding: 1rem; }
        .slider-nav .flex-caption.has-link:hover {
          max-width: calc(70% + 1rem);
          padding: 1rem 1rem 2rem 2rem; }
        .slider-nav .flex-caption .title {
          font-size: 1.4rem; }
        .slider-nav .flex-caption .subheader {
          font-size: 16px; }
      .slider-nav .sliderNav {
        background: #000; }
        .slider-nav .sliderNav ul li {
          max-width: none;
          position: absolute;
          bottom: 0;
          left: 0;
          transform: translateX(500px);
          opacity: 0;
          transition: all .5s ease; }
          .slider-nav .sliderNav ul li.flex-active {
            opacity: 1;
            transform: translateX(0);
            background: transparent; }
        .slider-nav .sliderNav ul li:first-child {
          position: relative; }
      .slider-nav .flex-direction-nav a.flex-next::before, .slider-nav .flex-direction-nav a.flex-prev::before {
        color: #fff; } }
  @media (max-width: 575.98px) {
    .slider-nav .flex-caption {
      max-width: 80%; }
      .slider-nav .flex-caption.has-link:hover {
        max-width: calc(80% + 1rem); }
      .slider-nav .flex-caption .title {
        font-size: 1.2rem; } }

.dd-carousel-slider {
  padding-left: 25px;
  padding-right: 25px; }
  .row > div:first-child > .dd-carousel-slider {
    padding-left: 0;
    padding-bottom: 35px; }
  .row > div:last-child > .dd-carousel-slider {
    padding-right: 0;
    padding-top: 35px; }
  @media (max-width: 991.98px) {
    .col-xs-12 > .dd-carousel-slider {
      padding-left: 0;
      padding-right: 0;
      margin-left: -30px;
      margin-right: -30px; }
      .col-xs-12 > .dd-carousel-slider .flexslider .flex-direction-nav .flex-prev {
        left: 10px; }
      .col-xs-12 > .dd-carousel-slider .flexslider .flex-direction-nav .flex-next {
        right: 10px; } }
  .dd-carousel-slider .flexslider .flex-viewport .slides .item .item-container img {
    height: auto; }
  .dd-carousel-slider .flexslider .flex-caption {
    padding: 20px 25px;
    background: #006678;
    position: static;
    color: #fff;
    line-height: 20px;
    display: flex;
    min-height: 80px;
    align-items: center;
    font-size: 14px; }
  .dd-carousel-slider .flexslider .flex-control-paging {
    display: block;
    bottom: -20px;
    position: relative; }

@media (max-width: 575.98px) {
  .list-container.flexslider {
    margin-left: -9px;
    margin-right: -9px;
    width: calc(100% + 18px); } }

.flexslider .item-container .item-title {
  position: absolute;
  left: 10%;
  top: 20%; }

.flexslider .item-container .item-ewcustomtitle {
  background-color: #006678;
  color: #fff;
  font-size: 2em;
  font-family: Campton-Bold;
  padding: 0.2em 0.5em 0.2em 0.5em;
  width: max-content; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .flexslider .item-container .item-ewcustomtitle {
      font-size: 1.8em;
      width: max-content; } }
  @media (max-width: 991.98px) {
    .flexslider .item-container .item-ewcustomtitle {
      font-size: 1.6em;
      width: auto; } }

.flexslider .item-container .item-ewcustom {
  margin-top: 0.1em;
  background-color: #006678;
  color: #fff;
  font-size: 2em;
  font-family: Campton-Bold;
  padding: 0.2em 0.5em 0.2em 0.5em;
  width: max-content; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .flexslider .item-container .item-ewcustom {
      font-size: 1.4em;
      width: max-content; } }
  @media (max-width: 991.98px) {
    .flexslider .item-container .item-ewcustom {
      font-size: 1.2em;
      width: auto; } }

.flexslider .item-container .promoslider-red {
  color: #0AEBA5 !important;
  margin-top: 2em; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .flexslider .item-container .promoslider-red {
      margin-top: 0em !important; } }
  @media (max-width: 991.98px) {
    .flexslider .item-container .promoslider-red {
      margin-top: 0em !important; } }

.breadcrumb {
  margin-bottom: 40px;
  padding: 0.8em 0px;
  font-family: "Campton-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 2px;
  height: 52px; }
  @media (max-width: 575.98px) {
    .breadcrumb {
      height: auto; } }
  .breadcrumb ol {
    font-size: 12px;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    background-color: transparent; }
    .breadcrumb ol a {
      color: #006678; }
      .breadcrumb ol a:hover, .breadcrumb ol a:active, .breadcrumb ol a:focus {
        color: #006678;
        outline: none; }
    .breadcrumb ol .breadcrumb-item:before {
      padding: 0 5px;
      color: #006678;
      text-transform: uppercase; }
    .active .breadcrumb ol .breadcrumb-link {
      color: #006678;
      text-transform: uppercase; }
  .breadcrumb .back-link {
    font-size: 16px;
    font-weight: bold;
    height: 19px;
    color: #006678;
    margin-right: 4em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: 2px; }
    .breadcrumb .back-link:hover, .breadcrumb .back-link:focus, .breadcrumb .back-link:active {
      color: #006678;
      outline: none; }
    @media (max-width: 767.98px) {
      .breadcrumb .back-link {
        margin-right: 0; } }
  .breadcrumb i {
    margin-right: 0.5em; }
    .breadcrumb i.pi-chevron-right {
      margin-left: 0.5em;
      font-size: 2em;
      color: #006678; }

.bc-wrapper {
  position: relative; }
  .bc-wrapper .compareBtn {
    background: #006678;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5; }
    .bc-wrapper .compareBtn a {
      color: #fff;
      width: 52px;
      height: 52px;
      display: block;
      line-height: 44px; }
      .bc-wrapper .compareBtn a i::before {
        margin-left: -12px; }
    .bc-wrapper .compareBtn .badge {
      position: absolute;
      display: block;
      top: 5px;
      right: 5px;
      width: 16px;
      height: 16px;
      font-size: 11px;
      text-align: center;
      line-height: 0.8; }
  .bc-wrapper .spinner {
    background: url("../../../../../../out/plexiglas-wave/img/spinner.gif");
    height: 64px;
    width: 64px;
    position: absolute;
    right: 60px;
    top: -2px;
    display: none; }

@media (max-width: 750px) {
  .cl-account #breadcrumb {
    padding-left: 0.5em; }
  .cl-newsletter #breadcrumb {
    padding-left: 0.5em; }
  #breadcrumb {
    margin-top: 0;
    padding-left: 0.5em; }
  .breadcrumb .back-link {
    display: none; } }

.boxwrapper .grid-view {
  text-align: center; }
  @media (min-width: 768px) {
    .boxwrapper .grid-view {
      text-align: left; } }

.grid-view .picture {
  width: 100%;
  margin-bottom: 130px;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .grid-view .picture a {
    display: block; }
  .grid-view .picture .img-fluid {
    max-height: 430px; }

.grid-view .priceBlock {
  border-top: 2px dotted #000;
  margin-top: 18px; }
  .grid-view .priceBlock .price {
    margin-top: 22px;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .grid-view .priceBlock .price {
        margin-top: 10px;
        margin-bottom: 10px; } }

.grid-view .listDetails {
  padding: 20px;
  position: absolute;
  bottom: 15px;
  max-height: 200px;
  background: #fff;
  width: 100%;
  left: 0; }
  .grid-view .listDetails > .priceBlock .content {
    display: block; }
  .grid-view .listDetails .content {
    color: #006678;
    padding: 0;
    margin: 12px 0;
    font-size: 12px;
    max-height: 150px;
    overflow: hidden;
    overflow-y: auto; }
    .grid-view .listDetails .content p + p {
      margin-top: 6px; }
    .grid-view .listDetails .content ul {
      list-style: none;
      color: #006678;
      padding: 0; }
      .grid-view .listDetails .content ul:last-child {
        margin-bottom: 0; }
      .grid-view .listDetails .content ul li {
        padding: 3px 0; }

.grid-view .actions, .grid-view .small-text, .grid-view .content {
  display: none; }

.grid-view .product-box {
  position: relative;
  overflow: hidden; }
  .grid-view .product-box:hover .listDetails {
    max-height: 430px;
    height: auto;
    transition: max-height .3s ease-out;
    background: #f2f2f2;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px); }
    .grid-view .product-box:hover .listDetails .actions, .grid-view .product-box:hover .listDetails .small-text, .grid-view .product-box:hover .listDetails .content {
      display: block; }
    .grid-view .product-box:hover .listDetails .is-empty {
      display: none; }

.grid-view .wishlistStar_wrapper {
  position: absolute;
  z-index: 10;
  right: 30px;
  top: 15px; }
  .grid-view .wishlistStar_wrapper a {
    color: #006678;
    display: block; }

.grid-view .actions .btn-group {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  margin-bottom: -20px;
  margin-top: 9px; }

.flexslider.grid-view .picture {
  margin-bottom: 170px; }

.infogrid-view {
  margin-bottom: 50px; }
  .boxwrapper .infogrid-view {
    text-align: center; }
    @media (min-width: 768px) {
      .boxwrapper .infogrid-view {
        text-align: left; } }
  .infogrid-view .title {
    font-weight: 600; }
  .infogrid-view .price {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .infogrid-view .price {
        margin-top: 10px;
        margin-bottom: 10px; } }
    .infogrid-view .price .lead {
      font-weight: 400; }
      @media (min-width: 768px) {
        .infogrid-view .price .lead {
          font-size: 1.3rem; } }
  .boxwrapper .infogrid-view .picture {
    border-bottom: 1px dashed #dee2e6;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .boxwrapper .infogrid-view .picture {
        max-width: 275px;
        border-bottom: 0;
        margin-bottom: 0; } }
  .infogrid-view .picture .img-fluid {
    max-height: 205px; }

.line-view {
  border-top: 1px solid #f2f2f2; }
  .line-view .product-box {
    margin-bottom: 0;
    padding-bottom: 0; }
  .line-view-item {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0; }
    .line-view-item .title {
      font-weight: 600; }
    .line-view-item .img-responsive {
      max-height: 150px; }
    .line-view-item .form-group {
      margin-top: 10px;
      margin-bottom: 0; }
    .line-view-item .price {
      margin-top: 15px;
      font-size: 1rem;
      line-height: 1.4; }
      @media (min-width: 768px) {
        .line-view-item .price {
          font-size: 1.3rem;
          margin-bottom: 0; } }
    .line-view-item .functions {
      display: grid; }
      .line-view-item .functions a:not(.btn) {
        color: #006678;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        margin-top: 10px;
        /*	i {
					margin-top:-8px;
				}*/ }
        .line-view-item .functions a:not(.btn):hover, .line-view-item .functions a:not(.btn):focus, .line-view-item .functions a:not(.btn):active {
          color: #006678;
          outline: none; }
    .line-view-item .picture {
      height: 82px;
      overflow: hidden; }
      .line-view-item .picture .img-fluid {
        max-width: 82px; }
  .line-view .content {
    margin-top: 14px;
    width: 100%;
    font-size: 12px !important;
    font-family: "Campton-Book", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
    .line-view .content p + p {
      margin-top: 6px; }
    .line-view .content ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .line-view .content ul li {
        margin-bottom: 2px; }

.boxwrapper {
  margin-top: 15px; }
  .cl-start .boxwrapper {
    margin: 0 0 50px 0; }

/*.listDetails {
  margin-bottom: 55px;
}*/
.cl-start .list-container {
  margin-top: 50px; }

.filter-item.active, .filter-item.selected, .filter-item:hover {
  background-color: #006678; }

.filter-link {
  display: block;
  padding: 3px 15px; }
  .active .filter-link,
  .selected .filter-link, .filter-link:hover {
    color: #fff;
    text-decoration: none; }
  .selected:hover .filter-link span {
    background: #000 !important; }

.product-box {
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative; }
  .product-box .actions {
    /*  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/ }
    .infogrid-view .product-box .actions {
      left: 15px; }

.variant-dropdown {
  margin-top: 15px; }
  .variant-dropdown .dropdown-menu-item {
    transition: background-color .3s;
    padding: 5px 0; }
    .variant-dropdown .dropdown-menu-item:nth-child(even) {
      background-color: #f2f2f2; }
    .variant-dropdown .dropdown-menu-item:hover {
      background-color: #f2f2f2; }
  .variant-dropdown .dropdown-menu-link {
    display: block;
    padding: 0 15px;
    text-decoration: none; }

.subtitle, .title a {
  font-weight: 600;
  color: #006678;
  font-size: 18px;
  line-height: 1.3; }

.title-shortened, .title-shortened a {
  color: #006678;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: none;
  line-height: inherit; }

.price .lead {
  color: #006678;
  font-weight: bold;
  font-size: 18px; }

.price .pricePerUnit {
  font-size: 12px; }

.pagination {
  margin: 0 0 5px 0; }
  .pagination-options {
    margin-top: 70px; }
    .pagination-options .page-item.disabled span, .pagination-options .page-item .page-link {
      height: 48px;
      width: 48px;
      margin-right: 10px;
      padding: 11px 0 0;
      font-size: 16px;
      text-align: center;
      display: inline-block; }
    .pagination-options .page-item .page-link {
      color: #006678;
      border-color: #96938b; }
      .pagination-options .page-item .page-link:hover, .pagination-options .page-item .page-link:focus, .pagination-options .page-item .page-link:active {
        background: #006678;
        color: #fff;
        border-color: #006678;
        outline: none; }
    .pagination-options .page-item.active .page-link {
      color: #fff;
      border-color: #006678; }
    .pagination-options .page-item.disabled span {
      font-weight: bold; }
    .pagination-options .page-item.disabled .page-link {
      opacity: 0.4;
      font-weight: normal; }
    .pagination-options .options {
      width: 100%; }
      @media (min-width: 768px) {
        .pagination-options .options {
          width: auto; } }
    .pagination-options .btn-group {
      width: 100%;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .pagination-options .btn-group {
          width: auto;
          margin-bottom: 0; } }
      .pagination-options .btn-group .btn {
        width: 100%;
        text-align: center; }
        @media (min-width: 768px) {
          .pagination-options .btn-group .btn {
            width: auto;
            text-align: left; } }
  .pagination-sm .page-item:first-child .page-link,
  .pagination-sm .page-item:last-child .page-link {
    border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  font-size: 12px; }

.displayBtns {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 9px; }
  .displayBtns li {
    display: inline-block;
    height: 36px;
    width: 36px;
    border: 1px solid #006678; }
    .displayBtns li.filter-line a {
      display: block;
      border-top: 2px solid #006678;
      border-bottom: 2px solid #006678;
      width: 20px;
      height: 20px;
      margin: 7px auto;
      padding: 4px 0; }
      .displayBtns li.filter-line a span {
        display: block;
        border-top: 2px solid #006678;
        border-bottom: 2px solid #006678;
        width: 20px;
        height: 8px; }
    .displayBtns li.filter-line:hover {
      border-color: #006678; }
      .displayBtns li.filter-line:hover a {
        border-color: #fff; }
      .displayBtns li.filter-line:hover span {
        background: #006678;
        border-color: #fff; }
        .displayBtns li.filter-line:hover span::before {
          border-color: #006678; }
    .displayBtns li.filter-grid a {
      display: block;
      width: 22px;
      height: 22px;
      margin: 6px auto;
      padding: 10px 0;
      position: relative;
      background: #006678; }
      .displayBtns li.filter-grid a span {
        display: block;
        width: 22px;
        height: 2px;
        background: #fff; }
        .displayBtns li.filter-grid a span::before {
          content: '';
          display: block;
          position: absolute;
          border-left: 2px solid #fff;
          border-right: 2px solid #fff;
          height: 22px;
          width: 10px;
          top: 0;
          left: 6px; }
      .displayBtns li.filter-grid a.selected {
        background: #fff; }
        .displayBtns li.filter-grid a.selected span {
          background: #006678; }
          .displayBtns li.filter-grid a.selected span::before {
            border-color: #006678; }
    .displayBtns li.filter-grid:hover {
      border-color: #006678; }
      .displayBtns li.filter-grid:hover a {
        background: #fff; }
      .displayBtns li.filter-grid:hover span {
        background: #006678; }
        .displayBtns li.filter-grid:hover span::before {
          border-color: #006678; }
    .displayBtns li.selected {
      background: #006678;
      border-color: #006678 !important; }
      .displayBtns li.selected a, .displayBtns li.selected a span {
        border-color: #fff; }

.listRefine .h2, .listRefine #multifilter_filters .sectionHead, #multifilter_filters .listRefine .sectionHead {
  margin: 10px 0 0; }

.listRefine label {
  color: #006678; }

.listRefine .options .btn-group {
  width: 100%; }
  .listRefine .options .btn-group label {
    width: 40%;
    margin-bottom: 0;
    line-height: 36px; }
  .listRefine .options .btn-group .btn {
    width: 60%; }

.filter-form {
  width: 100%; }

.filter-attributes .list-filter {
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  background-color: #F2F2F2;
  padding: 20px 15px;
  margin: 15px 0 0 0; }
  .filter-attributes .list-filter .btn-group {
    width: 100%;
    margin-bottom: 5px;
    background-color: #fff; }
    @media (min-width: 768px) {
      .filter-attributes .list-filter .btn-group {
        width: auto;
        margin-bottom: 0; } }
    .filter-attributes .list-filter .btn-group .btn {
      width: 100%;
      text-align: center; }
      @media (min-width: 768px) {
        .filter-attributes .list-filter .btn-group .btn {
          width: auto;
          text-align: left; } }

.ratings {
  margin-top: 5px;
  margin-bottom: 20px; }
  .ratings .fa-star {
    font-size: 22px; }
  .ratings-star-filled {
    color: #F60; }
  .ratings-star-empty {
    color: #C7C7C7; }

.rating-star {
  display: inline-block;
  padding-right: 5px; }

.reviews {
  margin-top: 20px; }
  .reviews-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    font-size: 30px; }

#basketModal {
  z-index: 1060; }

#basketModal .modal-dialog.modal-small, .minibasket-menu-box .modal-dialog.modal-small {
  max-width: 620px !important; }

#basketModal .minibasket, .minibasket-menu-box .minibasket {
  font-size: 14px;
  margin-bottom: 20px; }
  #basketModal .minibasket .minibasket-item-rows, .minibasket-menu-box .minibasket .minibasket-item-rows {
    max-height: 350px;
    overflow-y: auto; }
  #basketModal .minibasket .minibasket-item-row, .minibasket-menu-box .minibasket .minibasket-item-row {
    margin-right: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 12px;
    background-color: #fff;
    margin-bottom: .5rem; }
    #basketModal .minibasket .minibasket-item-row .minibasket-item-col span.price, .minibasket-menu-box .minibasket .minibasket-item-row .minibasket-item-col span.price {
      font-weight: bold; }
    #basketModal .minibasket .minibasket-item-row .minibasket-item-col a.minibasket-link, .minibasket-menu-box .minibasket .minibasket-item-row .minibasket-item-col a.minibasket-link {
      color: #006678;
      font-size: 14px;
      text-transform: none;
      line-height: 1.4;
      margin-bottom: 6px;
      display: block; }
    #basketModal .minibasket .minibasket-item-row .minibasket-item-col .minibasket-img, .minibasket-menu-box .minibasket .minibasket-item-row .minibasket-item-col .minibasket-img {
      max-width: 100%; }
    #basketModal .minibasket .minibasket-item-row .minibasket-item-col:nth-child(2), .minibasket-menu-box .minibasket .minibasket-item-row .minibasket-item-col:nth-child(2) {
      padding-left: 0; }
  #basketModal .minibasket .minibasket-total-row, .minibasket-menu-box .minibasket .minibasket-total-row {
    margin-top: 10px; }

#basketModal .functions, .minibasket-menu-box .functions {
  margin-top: 38px; }

#basketModal .modal-footer, .minibasket-menu-box .modal-footer {
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 575.98px) {
    #basketModal .modal-footer, .minibasket-menu-box .modal-footer {
      flex-wrap: wrap; }
      #basketModal .modal-footer .col-12, #basketModal .modal-footer .col-xs-12, .minibasket-menu-box .modal-footer .col-12, .minibasket-menu-box .modal-footer .col-xs-12 {
        margin-bottom: 10px; }
        #basketModal .modal-footer .col-12:last-child, #basketModal .modal-footer .col-xs-12:last-child, .minibasket-menu-box .modal-footer .col-12:last-child, .minibasket-menu-box .modal-footer .col-xs-12:last-child {
          margin-bottom: 0; } }

.minibasket-menu .dropdown-menu {
  padding: 24px 30px 26px !important;
  min-width: 500px; }
  .minibasket-menu .dropdown-menu .title {
    margin: 0 0 25px; }

.minibasket-menu .minibasket-menu-box {
  margin: 0 15px; }
  .minibasket-menu .minibasket-menu-box .alert, .minibasket-menu .minibasket-menu-box .paypalHelpBox {
    background-color: transparent;
    border: none;
    color: #006678;
    margin-bottom: 0; }
  .minibasket-menu .minibasket-menu-box a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px; }

.kmt_steps-wrapper {
  margin-top: 20px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6; }

.kmt_checkout-steps {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold; }

.kmt_checkout-steps li {
  display: none;
  list-style: none;
  padding: 20px 10px;
  color: #656665;
  text-transform: uppercase; }

.kmt_checkout-steps li a {
  color: #656665; }

.kmt_checkout-steps li.active {
  display: list-item;
  color: #373a3c;
  border-top: 3px solid #fff;
  padding-top: 17px; }

.kmt_checkout-steps li.active a {
  color: #373a3c; }

.kmt_checkout-steps li.active a:before {
  color: #373a3c; }

.kmt_checkout-steps li.active a:hover {
  text-decoration: none; }

.kmt_checkout-steps li.activeLast {
  color: #373a3c; }

.kmt_checkout-steps li .kmt_icon:before {
  display: none; }

.kmt_checkout-steps li .kmt_icon > span {
  padding-left: 0; }

.kmt_checkout-steps li .kmt_icon > span:before {
  display: inline;
  margin-right: 5px; }

.kmt_checkout-steps li.kmt_step-1 .kmt_icon > span:before {
  content: "1/5"; }

.kmt_checkout-steps li.kmt_step-2 .kmt_icon > span:before {
  content: "2/5"; }

.kmt_checkout-steps li.kmt_step-3 .kmt_icon > span:before {
  content: "3/5"; }

.kmt_checkout-steps li.kmt_step-4 .kmt_icon > span:before {
  content: "4/5"; }

.kmt_checkout-steps li.kmt_step-5 .kmt_icon > span:before {
  content: "5/5"; }

@media screen and (min-width: 480px) {
  /* --- checkout Steps ------------------ */
  .kmt_checkout-steps li.active + li {
    display: list-item; } }

@media screen and (min-width: 720px) {
  .kmt_checkout-steps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .kmt_checkout-steps li {
    padding: 20px 20px;
    display: list-item; }
  .kmt_checkout-steps li .kmt_icon {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column; }
  .kmt_checkout-steps li .kmt_icon:before {
    display: block;
    font-size: 30px;
    margin-bottom: 5px; }
  .kmt_checkout-steps li .kmt_icon > span {
    text-align: center; }
  .kmt_checkout-steps li.kmt_step-1 .kmt_icon > span:before {
    content: "1."; }
  .kmt_checkout-steps li.kmt_step-2 .kmt_icon > span:before {
    content: "2."; }
  .kmt_checkout-steps li.kmt_step-3 .kmt_icon > span:before {
    content: "3."; }
  .kmt_checkout-steps li.kmt_step-4 .kmt_icon > span:before {
    content: "4."; }
  .kmt_checkout-steps li.kmt_step-5 .kmt_icon > span:before {
    content: "5."; } }

.kmt-checkout-steps {
  max-width: 1200px;
  background: #006678;
  border-top: 0px;
  border-bottom: 0px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px; }

.kmt-checkout-steps-wrapper {
  margin-top: -1px;
  margin-bottom: 40px;
  background: transparent; }

.kmt-checkout-steps-inner {
  max-width: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding: 0;
  margin: 0; }

.kmt-checkout-steps ul {
  margin: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font: 700 14px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent;
  padding: 10px 4px; }

.kmt-checkout-steps ul li {
  list-style: none;
  width: 20%;
  padding: 20px 10px 10px;
  background-color: #006678;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  opacity: 1;
  font-weight: 600; }

.kmt-checkout-steps ul li a {
  color: #fff;
  font-weight: 600; }

.kmt-checkout-steps ul li.active {
  display: list-item;
  color: #fff;
  background-color: #006678;
  border-top: 0px solid transparent;
  border-bottom: 5px solid #fff;
  opacity: 1; }

.kmt-checkout-steps ul li.active a {
  color: #fff; }

.kmt-checkout-steps ul li .kmt-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff; }

.kmt-checkout-steps ul li .kmt-icon:before {
  font-family: 'kmt-icons';
  font-size: 36px;
  margin: 0; }

.kmt-checkout-steps ul li .kmt-icon:before,
.kmt-checkout-steps ul li .kmt-icon span {
  display: block;
  padding: 0;
  color: #fff; }

.kmt-checkout-steps ul li:nth-child(1) .kmt-icon:before {
  content: "\f108"; }

.kmt-checkout-steps ul li:nth-child(2) .kmt-icon:before {
  content: "\f16a"; }

.kmt-checkout-steps ul li:nth-child(3) .kmt-icon:before {
  content: "\f15c"; }

.kmt-checkout-steps ul li:nth-child(4) .kmt-icon:before {
  content: "\f10b"; }

.kmt-checkout-steps ul li:nth-child(5) .kmt-icon:before {
  content: "\f184"; }

.kmt-checkout-steps ul li.activeLast {
  color: #fff; }

.kmt-checkout-steps ul li.passed {
  opacity: 1; }

.kmt-checkout-steps ul li.passed a {
  opacity: 0.7; }

@media screen and (max-width: 768px) {
  .kmt-checkout-steps ul {
    padding: 10px 4px;
    margin: 0; }
  .kmt-checkout-steps ul li {
    -ms-flex: 1;
    flex: 1;
    width: auto;
    padding: 0; }
  .kmt-checkout-steps ul li > a,
  .kmt-checkout-steps ul li > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .kmt-checkout-steps ul li .kmt-icon + * {
    display: none; } }

.kmt-form {
  position: relative;
  padding-left: 0;
  padding-right: 0; }

.kmt-form.kmt-form--grid-centered-extrasmall {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1848px; }

.kmt-form.kmt-form--grid-centered-small {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 2048px; }

.kmt-form.kmt-form--grid-centered-medium {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 2304px; }

.kmt-form.kmt-form--grid-centered-large {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 2480px; }

.kmt-form.kmt-form--grid-cols-1-2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 2480px; }

.kmt-form--set-background:before {
  z-index: 0;
  position: absolute;
  left: -100vw;
  right: -100vw;
  top: 0;
  bottom: 0;
  content: '';
  background: #E6E6E6; }

.kmt-form form {
  position: relative; }

.kmt-form .kmt-form-inner {
  display: block;
  /* DEPRECATED */
  /*.form-error {
      .font-size(14, 1.2);
      color: @kmt-form-color-text-error;
      margin-top: @gutter / 2;
      flex: 1 0 100%;
    }*/ }

.kmt-form .kmt-form-inner *:not(.kmt-icon) {
  vertical-align: top; }

.kmt-form .kmt-form-inner + .kmt-form-inner,
.kmt-form .kmt-form-inner + .kmt-form-group {
  margin-top: 15px; }

.kmt-form--size-sm.kmt-form .kmt-form-inner + .kmt-form-inner,
.kmt-form--size-sm.kmt-form .kmt-form-inner + .kmt-form-group {
  margin-top: 20px; }

.kmt-form .kmt-form-inner ~ fieldset {
  margin-top: 80px; }

.kmt-form--size-sm.kmt-form .kmt-form-inner ~ fieldset {
  margin-top: 40px; }

.kmt-form .kmt-form-inner.kmt-form-inner--display-inline > * {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.kmt-form--grid-centered-extrasmall.kmt-form .kmt-form-group,
.kmt-form--grid-centered-small.kmt-form .kmt-form-group,
.kmt-form--grid-centered-medium.kmt-form .kmt-form-group,
.kmt-form--grid-centered-large.kmt-form .kmt-form-group {
  display: -ms-flexbox;
  display: flex; }

.kmt-form--grid-centered-extrasmall.kmt-form .kmt-form-group > *,
.kmt-form--grid-centered-small.kmt-form .kmt-form-group > *,
.kmt-form--grid-centered-medium.kmt-form .kmt-form-group > *,
.kmt-form--grid-centered-large.kmt-form .kmt-form-group > * {
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }

.kmt-form--grid-centered-extrasmall.kmt-form .kmt-form-group > * + *,
.kmt-form--grid-centered-small.kmt-form .kmt-form-group > * + *,
.kmt-form--grid-centered-medium.kmt-form .kmt-form-group > * + *,
.kmt-form--grid-centered-large.kmt-form .kmt-form-group > * + * {
  margin-top: 0;
  margin-left: 40px; }

.kmt-form .kmt-form-group.kmt-form--grid-cols-1-2 {
  display: -ms-flexbox;
  display: flex; }

.kmt-form .kmt-form-group.kmt-form--grid-cols-1-2 > *:first-child {
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
  padding-right: 3%; }

.kmt-form .kmt-form-group.kmt-form--grid-cols-1-2 > *:last-child {
  -ms-flex: 0 1 65%;
  flex: 0 1 65%; }

.kmt-form .kmt-form-group.kmt-form--grid-cols-2-1 {
  display: -ms-flexbox;
  display: flex; }

.kmt-form .kmt-form-group.kmt-form--grid-cols-2-1 > *:first-child {
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
  padding-right: 3%; }

.kmt-form .kmt-form-group.kmt-form--grid-cols-2-1 > *:last-child {
  -ms-flex: 0 1 35%;
  flex: 0 1 35%; }

.kmt-form .kmt-form-group.kmt-form--grid-cols-1-1 {
  display: -ms-flexbox;
  display: flex; }

.kmt-form .kmt-form-group.kmt-form--grid-cols-1-1 > *:first-child {
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }

.kmt-form .kmt-form-group.kmt-form--grid-cols-1-1 > *:last-child {
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }

.kmt-form .kmt-form-group + .kmt-form-inner,
.kmt-form .kmt-form-group + .kmt-form-group {
  margin-top: 15px; }

.kmt-form .kmt-form-group.kmt-form--grid-cols-1-2 .kmt-form-inner,
.kmt-form .kmt-form-group.kmt-form--grid-cols-2-1 .kmt-form-inner {
  margin-top: 0; }

.kmt-form * + h2,
.kmt-form * + h3 {
  margin-top: 60px; }

.kmt-form h2,
.kmt-form h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem; }

.kmt-form h2 + *,
.kmt-form h3 + * {
  margin-top: 20px; }

.kmt-form fieldset {
  display: block;
  padding-bottom: 80px; }

.kmt-form fieldset legend {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  display: block; }

.kmt-form fieldset legend + * {
  margin-top: 40px; }

@media screen and (max-width: 768px) {
  .kmt-form--grid-centered-extrasmall.kmt-form .kmt-form-group,
  .kmt-form--grid-centered-small.kmt-form .kmt-form-group,
  .kmt-form--grid-centered-medium.kmt-form .kmt-form-group,
  .kmt-form--grid-centered-large.kmt-form .kmt-form-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .kmt-form--grid-centered-extrasmall.kmt-form .kmt-form-group > *,
  .kmt-form--grid-centered-small.kmt-form .kmt-form-group > *,
  .kmt-form--grid-centered-medium.kmt-form .kmt-form-group > *,
  .kmt-form--grid-centered-large.kmt-form .kmt-form-group > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .kmt-form--grid-centered-extrasmall.kmt-form .kmt-form-group > * + *,
  .kmt-form--grid-centered-small.kmt-form .kmt-form-group > * + *,
  .kmt-form--grid-centered-medium.kmt-form .kmt-form-group > * + *,
  .kmt-form--grid-centered-large.kmt-form .kmt-form-group > * + * {
    margin-left: 0;
    margin-top: 40px; } }

.kmt-onboarding-steps.kmt-checkout-steps-wrapper {
  margin-bottom: 0; }

.kmt-onboarding-steps .kmt-checkout-steps ul li:nth-child(1) .kmt-icon:before {
  content: "\f151"; }

.kmt-onboarding-steps .kmt-checkout-steps ul li:nth-child(2) .kmt-icon:before {
  content: "\f176"; }

.kmt-onboarding-steps .kmt-checkout-steps ul li:nth-child(3) .kmt-icon:before {
  content: "\f175"; }

.kmt-onboarding-final-steps ul li:nth-child(1) .kmt-icon:before {
  content: "\f176"; }

.kmt-onboarding-final-steps ul li:nth-child(2) .kmt-icon:before {
  content: "\f175"; }

.kmt-checkout-steps ul li .kmt-icon + span {
  display: block;
  margin-top: 10px; }

@media screen and (max-width: 768px) {
  .kmt-checkout-steps ul li .kmt-icon + span {
    display: none; } }

.kmt-textarea {
  border: 1px solid #e9e6df;
  padding: 1rem .8rem .8rem; }

.kmt-form .kmt-form-group {
  *zoom: 1; }

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

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

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

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

.kmt-form .kmt-form-group:before,
.kmt-form .kmt-form-group:after {
  display: table;
  content: "";
  line-height: 0; }

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

.kmt-form .kmt-form-group:before,
.kmt-form .kmt-form-group:after {
  display: table;
  content: "";
  line-height: 0; }

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

input[type=checkbox] + label,
input[type=radio] + label,
.kmt-checkbox + label,
.kmt-radio + label,
input[type=checkbox] + .kmt-label,
input[type=radio] + .kmt-label,
.kmt-checkbox + .kmt-label,
.kmt-radio + .kmt-label {
  color: #373a3c; }

input[type=checkbox] + label:before,
input[type=radio] + label:before,
.kmt-checkbox + label:before,
.kmt-radio + label:before,
input[type=checkbox] + .kmt-label:before,
input[type=radio] + .kmt-label:before,
.kmt-checkbox + .kmt-label:before,
.kmt-radio + .kmt-label:before {
  box-shadow: none;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  line-height: 17px;
  transition: all .2s linear; }

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before,
.kmt-checkbox:checked + label:before,
.kmt-radio:checked + label:before {
  background: #006678;
  color: #fff;
  font-size: 0.5rem; }

input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after,
.kmt-checkbox:checked + label:after,
.kmt-radio:checked + label:after {
  border: 1px solid #006678; }

.oxInValid p,
.oxInValid .oxValidateError {
  font-size: 0.7rem;
  height: auto;
  padding: .6rem .8rem 0.4rem; }

.oxInValid .help {
  color: #656665;
  padding-top: 0; }

* + .kmt-form-inner {
  margin-top: 15px; }

.kmt-form-inner .validation-icon {
  opacity: 0;
  transition: all .2s linear;
  position: absolute;
  right: 15px;
  top: 16px;
  width: 20px;
  height: 20px; }

.kmt-form-inner .help-arrow {
  position: absolute;
  background: #006678;
  color: #fff;
  display: block;
  top: 50%;
  left: 106%;
  min-width: 200px;
  padding: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 55px;
  font-size: 0.8rem;
  transition: all .2s linear;
  opacity: 0;
  z-index: 1; }

.kmt-form-inner .help-arrow:before {
  content: '';
  height: 39px;
  width: 39px;
  background: #006678;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -20px;
  display: block;
  position: absolute;
  top: 8px;
  z-index: -1; }

.kmt-form-inner .help {
  height: 0;
  padding: 0 .8rem;
  overflow: hidden;
  transition: all .2s linear;
  margin: 0;
  font-style: italic;
  font-size: 0.7rem; }

.kmt-form-inner.focused .kmt-input {
  padding: 1.4rem .8rem 0.4rem; }

.kmt-form-inner.focused .kmt-form-inner-context {
  border: 1px solid #006678; }

.kmt-form-inner.focused .kmt-form-inner-context .kmt-input,
.kmt-form-inner.focused .kmt-form-inner-context .kmt-textarea {
  border: 0; }

.kmt-form-inner.focused .kmt-form-inner-context .kmt-label,
.kmt-form-inner.focused .kmt-form-inner-context label {
  color: #006678; }

.kmt-form-inner.focused .help {
  height: auto;
  padding: 15px .8rem 0.4rem; }

.kmt-form-inner.focused .help-arrow {
  opacity: 1; }

@media screen and (max-width: 1200px) {
  .kmt-form-inner.focused .help-arrow {
    opacity: 0; } }

.kmt-form-inner.oxValid .help {
  height: 0;
  padding: 0 .8rem; }

.kmt-form-inner.oxValid .validation-icon {
  opacity: 1;
  background-image: url("/out/kmt_earth_evonik/img/input-valid.svg");
  background-repeat: no-repeat; }

.kmt-form-inner.oxInValid .validation-icon {
  opacity: 1;
  background-image: url("/out/kmt_earth_evonik/img/input-invalid.svg");
  background-repeat: no-repeat; }

.kmt-form--material .kmt-form-inner:not(.kmt-select-container):not(.kmt-multiselect-container).focused label {
  top: 5px; }

.kmt-form--type-variant fieldset .note {
  text-align: right; }

* + .kmt-form {
  margin-top: 60px; }

* + .kmt-form.kmt_payment,
.kmt-form.js-oxProductForm {
  margin-top: 0; }

.kmt-form .kmt-form-group.kmt-form--grid-cols-2-1 > *:first-child,
.kmt-form .kmt-form-group.kmt-form--grid-cols-1-2 > *:first-child {
  padding-right: 0;
  margin-right: 3%; }

.kmt-form .kmt-multiselect-container > * {
  margin: 0;
  text-align: center;
  position: relative; }

.kmt-form .kmt-multiselect-container--size-large {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.kmt-form .kmt-multiselect-container--size-large > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc((100% - (10px * (12 - 1))) / 12 * 4 + ((4 - 1) * (10px)) * 0.99); }

.kmt-form .kmt-multiselect-container--size-large > *:nth-child(n) + * {
  margin-left: 10px; }

.kmt-form .kmt-multiselect-container--size-large > *:nth-child(3n) + * {
  margin-left: 0; }

.kmt-form .kmt-multiselect-container--size-large > *:nth-child(n) ~ * {
  margin-top: 0; }

.kmt-form .kmt-multiselect-container--size-large > *:nth-child(3) ~ * {
  margin-top: 10px; }

@media screen and (max-width: 1200px) {
  .kmt-form .kmt-multiselect-container--size-large > * {
    width: calc((100% - (10px * (12 - 1))) / 12 * 4 + ((4 - 1) * (10px)) * 0.99); }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(n) + * {
    margin-left: 10px; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(3n) + * {
    margin-left: 0; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(n) ~ * {
    margin-top: 0; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(3) ~ * {
    margin-top: 10px; } }

@media screen and (max-width: 1200px) {
  .kmt-form .kmt-multiselect-container--size-large > * {
    width: calc((100% - (10px * (12 - 1))) / 12 * 4 + ((4 - 1) * (10px)) * 0.99); }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(n) + * {
    margin-left: 10px; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(3n) + * {
    margin-left: 0; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(n) ~ * {
    margin-top: 0; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(3) ~ * {
    margin-top: 10px; } }

@media screen and (max-width: 1024px) {
  .kmt-form .kmt-multiselect-container--size-large > * {
    width: calc((100% - (10px * (12 - 1))) / 12 * 6 + ((6 - 1) * (10px)) * 0.99); }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(n) + * {
    margin-left: 10px; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(2n) + * {
    margin-left: 0; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(n) ~ * {
    margin-top: 0; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(2) ~ * {
    margin-top: 10px; } }

@media screen and (max-width: 768px) {
  .kmt-form .kmt-multiselect-container--size-large > * {
    width: calc((100% - (10px * (12 - 1))) / 12 * 4 + ((4 - 1) * (10px)) * 0.99); }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(n) + * {
    margin-left: 10px; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(3n) + * {
    margin-left: 0; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(n) ~ * {
    margin-top: 0; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(3) ~ * {
    margin-top: 10px; } }

@media screen and (max-width: 568px) {
  .kmt-form .kmt-multiselect-container--size-large > * {
    width: calc((100% - (10px * (12 - 1))) / 12 * 6 + ((6 - 1) * (10px)) * 0.99); }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(n) + * {
    margin-left: 10px; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(2n) + * {
    margin-left: 0; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(n) ~ * {
    margin-top: 0; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(2) ~ * {
    margin-top: 10px; } }

@media screen and (max-width: 320px) {
  .kmt-form .kmt-multiselect-container--size-large > * {
    width: calc((100% - (10px * (12 - 1))) / 12 * 12 + ((12 - 1) * (10px)) * 0.99); }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(n) + * {
    margin-left: 10px; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(1n) + * {
    margin-left: 0; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(n) ~ * {
    margin-top: 0; }
  .kmt-form .kmt-multiselect-container--size-large > *:nth-child(1) ~ * {
    margin-top: 10px; } }

.kmt-form .kmt-multiselect-container--size-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.kmt-form .kmt-multiselect-container--size-small > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc((100% - (10px * (12 - 1))) / 12 * 2 + ((2 - 1) * (10px)) * 0.99); }

.kmt-form .kmt-multiselect-container--size-small > *:nth-child(n) + * {
  margin-left: 10px; }

.kmt-form .kmt-multiselect-container--size-small > *:nth-child(6n) + * {
  margin-left: 0; }

.kmt-form .kmt-multiselect-container--size-small > *:nth-child(n) ~ * {
  margin-top: 0; }

.kmt-form .kmt-multiselect-container--size-small > *:nth-child(6) ~ * {
  margin-top: 10px; }

@media screen and (max-width: 1200px) {
  .kmt-form .kmt-multiselect-container--size-small > * {
    width: calc((100% - (10px * (12 - 1))) / 12 * 2 + ((2 - 1) * (10px)) * 0.99); }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(n) + * {
    margin-left: 10px; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(6n) + * {
    margin-left: 0; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(n) ~ * {
    margin-top: 0; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(6) ~ * {
    margin-top: 10px; } }

@media screen and (max-width: 1200px) {
  .kmt-form .kmt-multiselect-container--size-small > * {
    width: calc((100% - (10px * (12 - 1))) / 12 * 2 + ((2 - 1) * (10px)) * 0.99); }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(n) + * {
    margin-left: 10px; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(6n) + * {
    margin-left: 0; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(n) ~ * {
    margin-top: 0; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(6) ~ * {
    margin-top: 10px; } }

@media screen and (max-width: 1024px) {
  .kmt-form .kmt-multiselect-container--size-small > * {
    width: calc((100% - (10px * (12 - 1))) / 12 * 4 + ((4 - 1) * (10px)) * 0.99); }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(n) + * {
    margin-left: 10px; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(3n) + * {
    margin-left: 0; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(n) ~ * {
    margin-top: 0; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(3) ~ * {
    margin-top: 10px; } }

@media screen and (max-width: 768px) {
  .kmt-form .kmt-multiselect-container--size-small > * {
    width: calc((100% - (10px * (12 - 1))) / 12 * 4 + ((4 - 1) * (10px)) * 0.99); }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(n) + * {
    margin-left: 10px; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(3n) + * {
    margin-left: 0; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(n) ~ * {
    margin-top: 0; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(3) ~ * {
    margin-top: 10px; } }

@media screen and (max-width: 568px) {
  .kmt-form .kmt-multiselect-container--size-small > * {
    width: calc((100% - (10px * (12 - 1))) / 12 * 4 + ((4 - 1) * (10px)) * 0.99); }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(n) + * {
    margin-left: 10px; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(3n) + * {
    margin-left: 0; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(n) ~ * {
    margin-top: 0; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(3) ~ * {
    margin-top: 10px; } }

@media screen and (max-width: 320px) {
  .kmt-form .kmt-multiselect-container--size-small > * {
    width: calc((100% - (10px * (12 - 1))) / 12 * 6 + ((6 - 1) * (10px)) * 0.99); }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(n) + * {
    margin-left: 10px; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(2n) + * {
    margin-left: 0; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(n) ~ * {
    margin-top: 0; }
  .kmt-form .kmt-multiselect-container--size-small > *:nth-child(2) ~ * {
    margin-top: 10px; } }

.kmt-form .kmt-multiselect-container--size-min {
  margin-top: -10px;
  margin-left: -10px; }

.kmt-form .kmt-multiselect-container--size-min > * {
  width: auto;
  min-width: 15%;
  margin-top: 10px;
  margin-left: 10px; }

.kmt-form[name="skipOnboardingPcudData"] {
  margin: 0;
  position: relative; }

.kmt-form[name="skipOnboardingPcudData"] > .kmt-btn {
  position: absolute;
  bottom: -100%; }

.kmt-form--type-variant fieldset .note {
  text-align: right; }

.kmt-form--type-variant fieldset .kmt-price-withdiscount {
  color: #C70000; }

.kmt-checkout-nav {
  border-top: 1px solid #E6E6E6;
  border-bottom: 0;
  margin: 20px 0 0;
  padding: 20px 0 0; }

.kmt-checkout-nav-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.kmt-checkout-nav-inner > * {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.kmt-checkout-nav-inner > *:last-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.kmt-label--type-selection input[type="radio"],
.kmt-label--type-selection input[type="checkbox"] {
  display: inline-block;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 5;
  margin: 0; }

.kmt-label--type-selection input[type="radio"]:checked + span,
.kmt-label--type-selection input[type="checkbox"]:checked + span {
  background: #006678;
  color: #fff; }

.kmt-label--type-selection input[type="radio"]:checked + span > .kmt-icon,
.kmt-label--type-selection input[type="checkbox"]:checked + span > .kmt-icon {
  color: #fff; }

.kmt-label--type-selection input[type="radio"] + span,
.kmt-label--type-selection input[type="checkbox"] + span {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  color: #373a3c;
  padding: 1.2em;
  font-size: 16px; }

.kmt-label--type-selection input[type="radio"] + span > .kmt-icon,
.kmt-label--type-selection input[type="checkbox"] + span > .kmt-icon {
  color: #666666;
  font-size: 50px; }

.kmt-label--type-selection input[type="radio"] + span > .kmt-icon + span,
.kmt-label--type-selection input[type="checkbox"] + span > .kmt-icon + span {
  margin-top: 1em; }

.kmt-multiselect-container--size-small .kmt-label--type-selection input[type="radio"] + span,
.kmt-multiselect-container--size-small .kmt-label--type-selection input[type="checkbox"] + span,
.kmt-multiselect-container--size-min .kmt-label--type-selection input[type="radio"] + span,
.kmt-multiselect-container--size-min .kmt-label--type-selection input[type="checkbox"] + span {
  padding: 0.7em; }

.kmt_notification {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
  font-weight: normal;
  color: #fff;
  background-color: rgba(231, 58, 42, 0.8);
  padding: 8px 0 8px 0;
  text-align: center;
  border-bottom: 1px solid #e73a2a;
  display: none; }

.kmt_notification--inline {
  position: relative;
  display: block;
  background-color: #e9e6df;
  border: none;
  text-align: left;
  color: #000000;
  font-weight: 300;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 1;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .kmt_notification--inline {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
  .kmt_notification--inline > * {
    max-width: 100%; } }

body > .kmt_notification--inline {
  max-width: 1240px;
  padding-left: 60px;
  padding-right: 60px; }

@media screen and (max-width: 1200px) {
  body > .kmt_notification--inline {
    padding-left: 40px;
    padding-right: 40px; } }

.kmt_notification--inline > .kmt-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.kmt_notification--inline > .kmt-icon:before {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 300;
  position: relative;
  top: -2px;
  padding-right: 10px; }

.kmt_notification--inline > .kmt-icon + span {
  padding-left: 10px; }

@media screen and (max-width: 768px) {
  .kmt_notification--inline > .kmt-icon + span {
    padding-left: 0; } }

.kmt-menu-flyout .kmt_notification--inline {
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }

.kmt-menu-flyout .kmt_notification--inline > * {
  max-width: 100%; }

.kmt-menu-flyout .kmt_notification--inline > .kmt-icon + span {
  padding-left: 0; }

.kmt_notification--inline strong {
  font-weight: 700; }

.kmt_notification--inline + *:not(.kmt-topbar) {
  margin-top: 20px !important; }

/* Components
/* ==========
 */
.component {
  margin-bottom: 4rem; }
  .component .component-title {
    font-family: Campton-Bold;
    padding: 34px 15px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: left;
    font-size: 34px;
    border-top: 1px solid #ccc;
    text-transform: uppercase; }
    @media (max-width: 575.98px) {
      .component .component-title {
        font-size: 28px;
        padding-bottom: 10px; } }
  .component .list-container {
    margin-top: 0; }

.register-benefits {
  margin-bottom: 3rem; }
  .register-benefits ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .register-benefits ul li:before {
      font-family: plexiglas-icons;
      content: "\f156";
      margin-right: 1rem;
      color: #006678;
      font-size: 19px;
      position: relative;
      top: 3px; }

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

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

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

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

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

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

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

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

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

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

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

.infoboxes {
  margin-left: -15px;
  margin-right: -15px; }

.dd-shortcode-infobox .infobox-body, .dd-shortcode-tile2 .infobox-body {
  height: calc(100% - 240px); }

.dd-shortcode-infobox.has-link, .dd-shortcode-tile2.has-link {
  cursor: pointer; }
  .dd-shortcode-infobox.has-link .infobox-content, .dd-shortcode-tile2.has-link .infobox-content {
    padding-bottom: 2rem; }
  .dd-shortcode-infobox.has-link .infobox-link, .dd-shortcode-tile2.has-link .infobox-link {
    position: absolute;
    bottom: 1rem;
    display: block; }
  .dd-shortcode-infobox.has-link:hover .infobox-body, .dd-shortcode-tile2.has-link:hover .infobox-body {
    margin-top: -1rem;
    padding-bottom: 2.5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    height: calc(100% - 240px + 1rem); }
    .dd-shortcode-infobox.has-link:hover .infobox-body .infobox-header, .dd-shortcode-tile2.has-link:hover .infobox-body .infobox-header {
      color: #006678; }
    .dd-shortcode-infobox.has-link:hover .infobox-body .infobox-content .infobox-link, .dd-shortcode-tile2.has-link:hover .infobox-body .infobox-content .infobox-link {
      color: #006678; }

.dd-shortcode-infobox .infobox-image, .dd-shortcode-tile2 .infobox-image {
  overflow: hidden;
  height: 240px; }
  .dd-shortcode-infobox .infobox-image img, .dd-shortcode-tile2 .infobox-image img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.dd-shortcode-infobox .infobox-body, .dd-shortcode-tile2 .infobox-body {
  background: #f2f2f2;
  padding: 1.5rem 1.5rem;
  transition: all .2s ease;
  top: 0;
  position: relative;
  line-height: 25px;
  color: #006678; }
  .dd-shortcode-infobox .infobox-body .infobox-subheader, .dd-shortcode-tile2 .infobox-body .infobox-subheader {
    margin-bottom: .5rem;
    font-size: 14px;
    min-height: 50px;
    display: flex;
    align-items: center; }
  .dd-shortcode-infobox .infobox-body .infobox-link, .dd-shortcode-tile2 .infobox-body .infobox-link {
    transition: all .2s ease;
    display: block;
    padding-top: 0;
    text-transform: uppercase; }
  .dd-shortcode-infobox .infobox-body .infobox-header, .dd-shortcode-tile2 .infobox-body .infobox-header {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 2px dotted #006678;
    border-bottom: 2px dotted #006678;
    min-height: 84px;
    display: flex;
    align-items: center;
    color: #006678; }
    .dd-shortcode-infobox .infobox-body .infobox-header h2, .dd-shortcode-tile2 .infobox-body .infobox-header h2 {
      margin: 0;
      padding: 0;
      font-size: 1.125rem !important; }
  .dd-shortcode-infobox .infobox-body .infobox-content, .dd-shortcode-tile2 .infobox-body .infobox-content {
    margin-top: 25px;
    font-size: 14px; }
    .dd-shortcode-infobox .infobox-body .infobox-content .infobox-cms, .dd-shortcode-tile2 .infobox-body .infobox-content .infobox-cms {
      min-height: 70px; }
    .dd-shortcode-infobox .infobox-body .infobox-content i, .dd-shortcode-tile2 .infobox-body .infobox-content i {
      color: #006678; }

.dd-shortcode-infobox.infobox-compact .infobox-header, .dd-shortcode-tile2.infobox-compact .infobox-header {
  border-top: none;
  border-bottom: none;
  padding: 0;
  margin: 0 0 10px 0;
  min-height: auto; }

.dd-shortcode-infobox.infobox-compact .infobox-content .infobox-cms, .dd-shortcode-tile2.infobox-compact .infobox-content .infobox-cms {
  min-height: auto; }

.pull-right {
  float: right; }

.sliderRow {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }
  .sliderRow .flexslider {
    margin-bottom: 0; }
  .sliderRow .welcomeblock {
    color: #fff;
    height: 100%;
    min-height: 330px;
    background: #006678;
    position: relative;
    padding: 1em 3em;
    margin-left: -1.9em; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .sliderRow .welcomeblock {
        min-height: 420px; } }
    @media (max-width: 991.98px) {
      .sliderRow .welcomeblock {
        min-height: auto;
        padding: 2em 30px 4em;
        margin-left: -15px !important;
        margin-right: -15px !important;
        width: calc(100% + 30px); } }
    .sliderRow .welcomeblock h1 {
      font-weight: 700;
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
      line-height: 1.2; }
    .sliderRow .welcomeblock .welcomeblock-content {
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .sliderRow .welcomeblock .welcomeblock-content {
          position: absolute;
          top: 42%;
          transform: translateY(-50%); } }

.socialboxes {
  background: #f2f2f2;
  padding: 2rem 2rem; }
  @media (max-width: 991.98px) {
    .socialboxes {
      padding-bottom: 1rem; } }
  @media (max-width: 575.98px) {
    .socialboxes {
      margin-left: -30px;
      margin-right: -30px; } }
  .socialboxes .dd-ve-container {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px); }
  .socialboxes .dd-shortcode-socialbox {
    background: #fff; }
    @media (max-width: 991.98px) {
      .socialboxes .dd-shortcode-socialbox {
        margin-bottom: 1rem; } }
    .socialboxes .dd-shortcode-socialbox .socialbox-image {
      background: #444;
      width: 100%;
      height: 226px;
      position: relative;
      overflow: hidden; }
      .socialboxes .dd-shortcode-socialbox .socialbox-image img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
      .socialboxes .dd-shortcode-socialbox .socialbox-image .social-ident {
        height: 40px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        display: flex;
        align-items: center; }
        .socialboxes .dd-shortcode-socialbox .socialbox-image .social-ident .social-ident-icon {
          height: 40px;
          width: 40px; }
          .socialboxes .dd-shortcode-socialbox .socialbox-image .social-ident .social-ident-icon.facebook {
            background: url("../../img/social/social_facebook.png"); }
          .socialboxes .dd-shortcode-socialbox .socialbox-image .social-ident .social-ident-icon.twitter {
            background: url("../../img/social/social_twitter.png"); }
          .socialboxes .dd-shortcode-socialbox .socialbox-image .social-ident .social-ident-icon.instagram {
            background: url("../../img/social/social_instagram.png"); }
        .socialboxes .dd-shortcode-socialbox .socialbox-image .social-ident .social-ident-text {
          padding: .5rem 1rem;
          font-size: .75rem;
          font-weight: 700; }
    .socialboxes .dd-shortcode-socialbox .socialbox-body {
      padding: 1.5rem; }
      .socialboxes .dd-shortcode-socialbox .socialbox-body .socialbox-header {
        font-size: 1.125rem;
        font-weight: 700;
        color: #006678;
        padding-top: 1rem;
        padding-bottom: .5rem; }

.tiles > .row {
  margin-left: -22px;
  margin-right: -22px; }
  .tiles > .row > [class^="col"] {
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 44px; }
  @media (min-width: 576px) and (max-width: 991px) {
    .tiles > .row > .col-sm-4 {
      max-width: 50%;
      flex: 0 0 50%; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .tiles > .row > .col-sm-8 {
      max-width: 100%;
      flex: 0 0 100%; } }

.tiles .dd-background {
  overflow: visible; }

.tiles .tile {
  height: 386px;
  position: relative;
  transition: all .2s ease; }
  @media (max-width: 991px) {
    .tiles .tile {
      height: 300px; } }
  .tiles .tile.tile-taller {
    height: 442px; }
    @media (max-width: 991px) {
      .tiles .tile.tile-taller {
        height: 350px; } }
  .tiles .tile .subheader, .tiles .tile .headline {
    transition: color .2s ease; }
  .tiles .tile .headline {
    color: #006678; }
  .tiles .tile i {
    color: #006678; }
  .tiles .tile .subheader {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 1px;
    color: #006678; }
  .tiles .tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #006678;
    z-index: 1;
    opacity: 0;
    transition: all .2s ease; }
  .tiles .tile .tile-inner {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    padding: 25px 40px 26px 30px;
    background: #f2f2f2;
    display: inline-block;
    transition: all .2s ease;
    color: #006678;
    max-width: 364px; }
    .tiles .tile .tile-inner .headline {
      text-transform: uppercase;
      margin-bottom: 2px; }
  .tiles .tile.has-link {
    cursor: pointer; }
    .tiles .tile.has-link .infobox-link {
      margin-top: -10px; }
    .tiles .tile.has-link:hover::before {
      opacity: .1; }
    .tiles .tile.has-link:hover .tile-inner {
      padding: 25px 40px 30px 40px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
      max-width: 374px; }
      .tiles .tile.has-link:hover .tile-inner .subheader, .tiles .tile.has-link:hover .tile-inner .headline {
        color: #006678; }
      .tiles .tile.has-link:hover .tile-inner i.pi-arrow-right {
        transform: translateX(5px); }
  .tiles .tile.no-backImg {
    background: #006678; }
    .tiles .tile.no-backImg::before {
      display: none; }
    .tiles .tile.no-backImg a, .tiles .tile.no-backImg .headline, .tiles .tile.no-backImg i {
      color: #fff; }
    .tiles .tile.no-backImg .tile-inner {
      color: #fff;
      width: 250px;
      background: transparent;
      padding: 0;
      top: 45%;
      left: 50%;
      right: auto;
      transform: translate(-50%, -50%); }
    .tiles .tile.no-backImg .subheader {
      color: #fff; }
    .tiles .tile.no-backImg.has-link {
      cursor: pointer; }
      .tiles .tile.no-backImg.has-link:hover {
        background: #0AEBA5;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
        .tiles .tile.no-backImg.has-link:hover .tile-inner {
          box-shadow: none;
          padding: 0; }
          .tiles .tile.no-backImg.has-link:hover .tile-inner a, .tiles .tile.no-backImg.has-link:hover .tile-inner .headline, .tiles .tile.no-backImg.has-link:hover .tile-inner .subheader, .tiles .tile.no-backImg.has-link:hover .tile-inner i {
            color: #fff; }

@media (min-width: 992px) {
  .col-lg-3 > div > .tile .tile-inner, .col-lg-4 > div > .tile .tile-inner, .col-lg-5 > div > .tile .tile-inner, .col-lg-6 > div > .tile .tile-inner {
    max-width: 270px; }
  .col-lg-3 > div > .tile.has-link:hover .tile-inner, .col-lg-4 > div > .tile.has-link:hover .tile-inner, .col-lg-5 > div > .tile.has-link:hover .tile-inner, .col-lg-6 > div > .tile.has-link:hover .tile-inner {
    max-width: 280px; } }

.carouselboxes .flex-viewport {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px; }
  .carouselboxes .flex-viewport > .slides {
    display: flex; }

.carouselboxes .dd-shortcode-carouselbox {
  min-height: 325px;
  padding-bottom: 25px; }
  .carouselboxes .dd-shortcode-carouselbox .carouselbox-image {
    background: #444;
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden; }
    .carouselboxes .dd-shortcode-carouselbox .carouselbox-image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .carouselboxes .dd-shortcode-carouselbox .carouselbox-body {
    background: #f2f2f2;
    position: relative;
    top: 0;
    margin-bottom: 0;
    color: #006678;
    padding: 1rem 1.5rem;
    transition: all .2s ease;
    height: calc(100% - 120px); }
    .carouselboxes .dd-shortcode-carouselbox .carouselbox-body p {
      margin: 0; }
    .carouselboxes .dd-shortcode-carouselbox .carouselbox-body .carouselbox-subheader {
      font-size: .875rem;
      color: #006678; }
    .carouselboxes .dd-shortcode-carouselbox .carouselbox-body .carouselbox-header {
      font-size: 1.125rem;
      font-weight: 700;
      color: #006678;
      padding-top: 1px;
      padding-bottom: .5rem; }
    .carouselboxes .dd-shortcode-carouselbox .carouselbox-body .carouselbox-content {
      font-size: 14px; }
  .carouselboxes .dd-shortcode-carouselbox.has-link .carouselbox-content {
    padding-bottom: 1.5rem; }
    .carouselboxes .dd-shortcode-carouselbox.has-link .carouselbox-content .carouselbox-link {
      position: absolute;
      bottom: 1rem;
      display: block; }
  .carouselboxes .dd-shortcode-carouselbox.has-link:hover {
    cursor: pointer; }
    .carouselboxes .dd-shortcode-carouselbox.has-link:hover .carouselbox-body {
      margin-top: -1rem;
      padding-bottom: 2rem;
      height: calc(100% - 120px + 1rem);
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15); }
      .carouselboxes .dd-shortcode-carouselbox.has-link:hover .carouselbox-body .carouselbox-header {
        color: #006678; }

.shipping-cost-box {
  margin-top: 1.5rem; }

.card-box {
  background: #f2f2f2;
  font-size: 14px;
  color: #006678; }
  .card-box h3, .card-box .card-box-title {
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px; }
    .card-box h3:first-child, .card-box .card-box-title:first-child {
      margin-top: -5px; }
  .card-box :last-child {
    margin-bottom: 0; }
  .card-box ul {
    padding-left: 1.6em;
    margin-left: 0;
    list-style-type: none; }
    .card-box ul li {
      line-height: 24px;
      font-size: 14px;
      padding-left: .7em; }
      .card-box ul li::before {
        content: "•";
        color: #006678;
        display: inline-block;
        width: 1.1em;
        margin-left: -1.1em;
        font-size: 20px;
        position: relative;
        top: 3px; }

.alert, .paypalHelpBox {
  padding: 1.25rem !important;
  border-radius: 0;
  border: none;
  color: #006678; }
  .alert.alert-danger, .alert-danger.paypalHelpBox {
    background: #006678;
    padding: 1.25rem !important;
    color: #fff; }
    .alert.alert-danger i, .alert-danger.paypalHelpBox i, .alert.alert-danger strong, .alert-danger.paypalHelpBox strong {
      color: #fff; }
  .alert.alert-info, .paypalHelpBox {
    background: #e9e6df; }
    .alert.alert-info i, .paypalHelpBox i, .alert.alert-info strong, .paypalHelpBox strong {
      color: #006678; }

.card-notification {
  background: #e9e6df; }
  .card-notification .card-header, .card-notification .card-body, .card-notification .card-footer {
    padding: 1.25rem !important; }
  .card-notification i, .card-notification strong {
    color: #006678; }
    .card-notification i.pi-warning-danger, .card-notification strong.pi-warning-danger {
      position: relative;
      top: -2px;
      margin-right: 3px; }
  .card-notification strong {
    /*margin-right:10px;*/ }
  .minibasket-menu .card-notification {
    text-align: center; }
    .minibasket-menu .card-notification i {
      margin-left: -18px; }
    .minibasket-menu .card-notification strong + span {
      display: block;
      margin-right: 0; }
  .card-notification + .card-notification {
    margin-top: -25px; }
  .card-notification.card-alert {
    background: #006678;
    color: #fff; }
    .card-notification.card-alert i, .card-notification.card-alert strong {
      color: #fff; }

.card-dark {
  background: #006678;
  color: #fff; }
  .card-dark h3 {
    color: #fff !important;
    text-transform: uppercase; }
  .card-dark a:hover, .card-dark a:focus, .card-dark a:active {
    color: #00B4B4 !important;
    outline: none; }
  .card-dark .mwst-info {
    color: #fff; }

.card-noframe .card-header {
  padding: 0 0 0.75rem;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  border: none; }

.card-noframe .card-body {
  padding: 1.25rem 0; }

.card-noframe .card-footer {
  padding: 0.75rem 0 0; }

@media (max-width: 767.98px) {
  .card-deck .card {
    flex: 1 0 100%; } }

.card-table .card-header {
  background: #f2f2f2;
  border: none;
  border-bottom: 1px solid #e9e6df; }

.seo-badge {
  position: fixed;
  z-index: 1000;
  bottom: 15%;
  right: 0;
  width: 270px; }
  .seo-badge .seo-badge-content {
    padding-top: 15px;
    padding-bottom: 18px;
    padding-left: 30px;
    padding-right: 15px;
    background: #006678;
    color: #fff; }
    .seo-badge .seo-badge-content h2 {
      color: #fff; }
    .seo-badge .seo-badge-content span {
      display: block;
      font-size: 30px;
      font-weight: bold; }
  @media (max-width: 767.98px) {
    .seo-badge {
      position: static;
      width: 100%;
      margin-top: 16px; }
      .seo-badge + .component .component-title {
        border-top: none;
        word-break: break-word; } }
  @media (min-width: 768px) {
    .seo-badge > .row > div {
      padding-left: 0;
      padding-right: 0;
      border-left: 6px solid rgba(255, 255, 255, 0.7);
      border-top: 6px solid rgba(255, 255, 255, 0.7);
      border-bottom: 6px solid rgba(255, 255, 255, 0.7);
      box-shadow: 8px 4px 10px 8px rgba(0, 0, 0, 0.1); }
      .seo-badge > .row > div .seo-badge-content {
        background: rgba(0, 0, 0, 0.9); }
        .seo-badge > .row > div .seo-badge-content h2 {
          margin-bottom: 0; } }

.dd-shortcode-infobox {
  height: 100%;
  background: #f2f2f2; }

.dd-shortcode-socialbox {
  height: 100%; }
  @media (max-width: 991.98px) {
    .dd-shortcode-socialbox {
      height: auto; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
  ul.footerinfos li i::before {
    position: absolute;
    left: calc(50% - 24px); }
  ul.footerinfos li span, ul.footerinfos li:last-child span {
    padding: 48px 0 0;
    text-align: center;
    width: 100%; }
  .badge-pci {
    display: inline;
    padding: 0; }
  .align-items-end {
    padding: 0px 20px; }
    .align-items-end > div {
      padding: 5px 0;
      flex: 0 0 50%;
      max-width: 50%; }
      .align-items-end > div.rechtliches {
        padding: 0 0 15px;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center; } }

@media (max-width: 991.98px) {
  .userGroupOptions .btn-primary {
    font-size: 85%; }
  .infoboxes .dd-ve-container .col-xs-12 {
    margin-bottom: 1em; }
  .pagination-options > div.float-left {
    float: none !important; }
  .pagination-options .page-item {
    width: 7.69%; }
    .pagination-options .page-item .page-link, .pagination-options .page-item.disabled span {
      width: 100%;
      max-width: 48px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .userGroupOptions .btn-primary i, .checkoutOptions .btn-primary i {
    display: none; }
  #multifilter_filters ul.attrbody li .slidervalbox {
    clear: both; }
  .buy-product .tobasket {
    margin-top: 20px; } }

@media (max-width: 575.98px) {
  .buy-product .tobasket {
    margin-top: 20px; }
  .modal .modal-body {
    padding: 0.5rem; }
  .config-wrapper {
    padding: 0; }
  #shopstart-popup .modal-dialog {
    max-width: 100%; }
    #shopstart-popup .modal-dialog .modal-content {
      max-width: 600px; }
      #shopstart-popup .modal-dialog .modal-content .modal-body > .row > .col-12, #shopstart-popup .modal-dialog .modal-content .modal-body > .row > .col-xs-12 {
        margin-top: 9px;
        margin-bottom: 33px; }
  .header-box {
    margin-bottom: 1em; }
    .header-box div.container.logo-row {
      z-index: -10;
      opacity: 0.99; }
    .header-box div.mobile-menu {
      z-index: 10; }
  .container.component.container-fluid .sliderRow .slider-default p.flex-caption {
    padding-top: 0;
    padding-bottom: 5em;
    padding-left: 45px;
    padding-right: 45px; }
    .container.component.container-fluid .sliderRow .slider-default p.flex-caption .title {
      font-size: 1.5rem; }
  .container.component.container-fluid .sliderRow .welcomeblock {
    margin-right: auto;
    margin-left: auto;
    height: auto; }
    .container.component.container-fluid .sliderRow .welcomeblock .welcomeblock-content {
      transform: none;
      -webkit-transform: none;
      height: auto; }
      .container.component.container-fluid .sliderRow .welcomeblock .welcomeblock-content .dd-shortcode-text {
        height: auto; }
  .badge-pci {
    display: inline;
    padding: 0; }
  .align-items-end > div {
    padding: 5px 0; }
    .align-items-end > div.rechtliches {
      padding: 0 0 15px; }
  .align-items-end .copyright-info > div {
    float: none; }
  .card-header {
    font-size: 12px; }
  .userGroupOptions .to-b2bSingle {
    margin-bottom: 20px; }
  .modal.slideinLayer.show {
    top: 0;
    margin-top: 0; }
    .modal.slideinLayer.show .layer-container {
      padding: 0 20px; }
      .modal.slideinLayer.show .layer-container tr.compare-products {
        flex-wrap: nowrap; } }

@media (max-width: 360px) {
  .modal .modal-body .card-body {
    padding: 1rem; }
  .userGroupOptions .btn-primary i {
    display: none; }
  .slider-nav .sliderNav {
    padding-left: 3rem;
    padding-right: 3rem; }
  .header .container.logo-row .menu-dropdowns .btn-group .btn,
  .header .container.logo-row .menu-dropdowns .btn-group a.btn {
    padding-left: 3px;
    padding-right: 3px; } }

#multifilter_filters {
  margin-top: 12px; }
  #multifilter_filters #mfmask {
    z-index: 10;
    position: fixed;
    background: rgba(255, 255, 255, 0.4) url("images/mask.png"); }
  #multifilter_filters .multifilter_reset_link {
    margin-top: 10px; }
    #multifilter_filters .multifilter_reset_link a {
      color: #fff; }
  #multifilter_filters .resetline {
    /*background: @brand-primary;*/
    color: #fff;
    display: inline-block;
    padding: 5px 9px;
    font-size: 12px;
    position: relative;
    list-style-type: none;
    background: #006678;
    width: auto !important;
    cursor: pointer;
    transition: all .2s ease; }
    #multifilter_filters .resetline:hover {
      background: #000; }
    #multifilter_filters .resetline .pi-close, #multifilter_filters .resetline ul.attrbody li .attrfilter.active:hover, #multifilter_filters ul.attrbody li .resetline .attrfilter.active:hover {
      font-size: 0.6rem; }
    #multifilter_filters .resetline div {
      padding-right: 18px; }
    #multifilter_filters .resetline a.multifilter_reset_icon {
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      position: relative !important;
      left: auto !important;
      right: -8px;
      top: -1px !important; }
  #multifilter_filters .sectionHead {
    margin-bottom: 20px; }
  #multifilter_filters .attrrow {
    clear: both; }
  #multifilter_filters .attrcol {
    position: relative; }
    #multifilter_filters .attrcol a.multifilter_reset_icon {
      position: absolute;
      top: 8px;
      left: -11px; }
    #multifilter_filters .attrcol .dropdown-toggle::after {
      content: "\e90b";
      right: 30px; }
    #multifilter_filters .attrcol.open {
      margin-bottom: 10px; }
      #multifilter_filters .attrcol.open .dropdown-toggle::after {
        content: "\e90a"; }
      #multifilter_filters .attrcol.open .caret {
        transform: rotate(0); }
  #multifilter_filters .dropdown-menu {
    position: relative !important;
    z-index: 0;
    top: inherit; }
  #multifilter_filters button.attrhead {
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    clear: both;
    border: none;
    padding: 13px 15px;
    background: #f2f2f2; }
    #multifilter_filters button.attrhead:hover {
      cursor: pointer; }
      #multifilter_filters button.attrhead:hover label {
        color: #006678; }
      #multifilter_filters button.attrhead:hover::after {
        color: #006678; }
    #multifilter_filters button.attrhead label {
      display: inline-block;
      cursor: pointer;
      float: left;
      color: #020202;
      padding-right: 42px; }
    #multifilter_filters button.attrhead .caret {
      position: relative;
      top: 11px;
      display: inline-block;
      float: right;
      color: #006678;
      transform: rotate(-90deg);
      transition: transform .2s ease; }
    #multifilter_filters button.attrhead[aria-expanded="true"] .text-truncate {
      white-space: initial; }
  #multifilter_filters ul.attrbody {
    background: #f2f2f2;
    padding: 13px 15px;
    border: none;
    width: 100%;
    margin: 0; }
    #multifilter_filters ul.attrbody li {
      width: 100%; }
      #multifilter_filters ul.attrbody li label {
        margin-bottom: 0; }
        #multifilter_filters ul.attrbody li label .js-tooltip-trigger i {
          color: #006678;
          top: -3px;
          position: Relative; }
        #multifilter_filters ul.attrbody li label span {
          color: #898080;
          cursor: pointer; }
          #multifilter_filters ul.attrbody li label span:hover, #multifilter_filters ul.attrbody li label span.checked {
            color: #333; }
      #multifilter_filters ul.attrbody li.left-padding {
        padding-left: 22px; }
      #multifilter_filters ul.attrbody li .mfshowmore, #multifilter_filters ul.attrbody li .mfshowless {
        margin-top: 10px;
        color: #fff;
        width: 100%;
        font-size: 12px; }
      #multifilter_filters ul.attrbody li .attrfilter {
        margin-top: 2px;
        margin-bottom: 2px;
        cursor: pointer; }
        #multifilter_filters ul.attrbody li .attrfilter input[type="checkbox"] {
          width: 100%;
          height: 100%; }
        #multifilter_filters ul.attrbody li .attrfilter:hover label span {
          color: #006678; }
        #multifilter_filters ul.attrbody li .attrfilter label {
          padding: 7px 40px 7px 0;
          width: 100%;
          cursor: pointer; }
          #multifilter_filters ul.attrbody li .attrfilter label span {
            color: #020202; }
          #multifilter_filters ul.attrbody li .attrfilter label .articleCount {
            font-size: 12px;
            position: absolute;
            right: 0;
            top: 9px;
            color: #006678; }
        #multifilter_filters ul.attrbody li .attrfilter .mf_filter[type="checkbox"] {
          position: absolute; }
        #multifilter_filters ul.attrbody li .attrfilter.active {
          margin-left: -45px;
          margin-right: -15px; }
          #multifilter_filters ul.attrbody li .attrfilter.active::before {
            position: absolute;
            left: 12px;
            top: 10px;
            color: #fff; }
            @media (max-width: 1265px) and (min-width: 1200px), (max-width: 991px) {
              #multifilter_filters ul.attrbody li .attrfilter.active::before {
                left: 22px; } }
          #multifilter_filters ul.attrbody li .attrfilter.active label {
            padding-left: 45px;
            padding-right: 55px;
            background: #006678 !important; }
            #multifilter_filters ul.attrbody li .attrfilter.active label span {
              color: #fff; }
            #multifilter_filters ul.attrbody li .attrfilter.active label i {
              color: #fff; }
            #multifilter_filters ul.attrbody li .attrfilter.active label .articleCount {
              right: 15px; }
          #multifilter_filters ul.attrbody li .attrfilter.active:hover::before {
            top: 8px; }
          #multifilter_filters ul.attrbody li .attrfilter.active:hover label {
            background: #020202 !important;
            transition: all .2s ease; }
        #multifilter_filters ul.attrbody li .attrfilter.active:hover {
          cursor: pointer; }
          #multifilter_filters ul.attrbody li .attrfilter.active:hover::after {
            color: #006678; }
      #multifilter_filters ul.attrbody li.row {
        margin-left: -5px;
        margin-right: -5px;
        width: auto; }
      #multifilter_filters ul.attrbody li .colorpick {
        padding: 3px;
        height: auto;
        margin: 2px 0;
        border: none; }
        #multifilter_filters ul.attrbody li .colorpick .colorpick_border {
          padding: 2px;
          width: 34px;
          height: 34px; }
        #multifilter_filters ul.attrbody li .colorpick.active .colorpick_border, #multifilter_filters ul.attrbody li .colorpick:hover .colorpick_border {
          border: 1px solid #333; }
        #multifilter_filters ul.attrbody li .colorpick.disabled {
          border-color: transparent; }
        #multifilter_filters ul.attrbody li .colorpick .colorpick_picker {
          width: 100%;
          height: 100%;
          background-size: cover !important;
          border: none !important;
          /*box-shadow: inset 1px 1px 5px rgba(0,0,0,.3);*/ }
          #multifilter_filters ul.attrbody li .colorpick .colorpick_picker.disabled {
            opacity: .2;
            box-shadow: none; }
      #multifilter_filters ul.attrbody li .ui-slider-wrapper {
        background: #fff;
        padding: 0 12px 0 11px; }
      #multifilter_filters ul.attrbody li .slider-amount {
        *zoom: 1; }
        #multifilter_filters ul.attrbody li .slider-amount::before, #multifilter_filters ul.attrbody li .slider-amount::after {
          display: table;
          content: ""; }
        #multifilter_filters ul.attrbody li .slider-amount::after {
          clear: both; }
      #multifilter_filters ul.attrbody li .slidervalbox, #multifilter_filters ul.attrbody li .slidervalto {
        height: auto;
        padding: 0;
        font-size: 16px;
        margin-right: 10px; }
      #multifilter_filters ul.attrbody li .slidervalto {
        position: relative;
        top: 17px; }
      #multifilter_filters ul.attrbody li .slidervalbox {
        border: none;
        width: auto; }
        #multifilter_filters ul.attrbody li .slidervalbox input.slidervalinput[type="text"] {
          color: #020202;
          width: 60px;
          height: 52px;
          border: none;
          border-bottom: 2px solid #96938b;
          border-radius: 0;
          text-align: center;
          font-size: 16px; }
      #multifilter_filters ul.attrbody li .slidersubmitbutton {
        height: auto;
        width: auto; }
      #multifilter_filters ul.attrbody li .slidersubmit {
        float: right; }
  #multifilter_filters fieldset.ninjastyle p:not(#foo) > input + label {
    background: none; }
  #multifilter_filters fieldset.ninjastyle p:not(#foo) > input[type="checkbox"]:checked + label {
    background: url("../../img/remove.png") no-repeat; }
  #multifilter_filters fieldset.ninjastyle p > label {
    line-height: 16px; }
  #multifilter_filters fieldset.ninjastyle p > input {
    cursor: pointer; }

#ew_more_info_markup {
  display: none; }

.qtip-plexiglas {
  background: #b4aba0;
  color: #fff;
  border-color: #b4aba0; }
  .qtip-plexiglas .qtip-content {
    font-size: 14px;
    padding: 5px 15px 19px;
    line-height: 1.3; }
    .qtip-plexiglas .qtip-content .tooltip-header {
      color: #fff;
      font-size: 18px;
      font-weight: bold; }
  @media (max-width: 777px) {
    .qtip-plexiglas {
      max-width: 100% !important;
      left: auto !important;
      right: 0 !important; }
      .qtip-plexiglas .qtip-tip {
        display: none !important; } }

@media (max-width: 600px) {
  .dropdown-toggle::after {
    right: 30px; } }

.cookieconsent-optout-marketing,
.cookieconsent-optout-statistics,
.cookieconsent-optout-preferences {
  margin: 16px 0; }

#CybotCookiebotDialogPoweredbyImage {
  display: none !important; }

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #006678 !important;
  border: 1px solid #006678 !important; }

/*# sourceMappingURL=styles.min.css.map */