@import url(../tooltip/tooltip.css);
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  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: #e30018;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #7a7a7a;
    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: "Roboto Mono", 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: #5e5e5e;
  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, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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: #5e5e5e; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

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

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

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

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

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

.text-monospace {
  font-family: "Roboto Mono", 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-medium {
  font-weight: 500; }

.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: #e30018 !important; }

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #545454 !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: #e30018 !important; }

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

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

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

.text-dark {
  color: #5e5e5e !important; }

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

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

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

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

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

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

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

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

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

.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; } }
.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; } }
html {
  font-size: 13px; }
  @media (min-width: 768px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    html {
      font-size: 16px; } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: inherit; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
      color: #e30018; }

h1, .h1 {
  font-size: 28px;
  line-height: 1.2; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 32px; } }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 46px;
      line-height: 1.2; } }
  @media (min-width: 1600px) {
    h1, .h1 {
      font-size: 4.125rem; } }

h2, .h2 {
  font-size: 24px;
  line-height: 1.2; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 26px; } }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 36px;
      line-height: 1.2; } }
  @media (min-width: 1600px) {
    h2, .h2 {
      font-size: 2.875rem; } }

h3, .h3 {
  font-size: 21px;
  line-height: 1.25; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 24px; } }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 30px;
      line-height: 1.3; } }
  @media (min-width: 1600px) {
    h3, .h3 {
      font-size: 2.25rem; } }

h4, .h4 {
  font-size: 20px;
  line-height: 1.4; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 21px; } }
  @media (min-width: 992px) {
    h4, .h4 {
      font-size: 26px; } }
  @media (min-width: 1600px) {
    h4, .h4 {
      font-size: 1.875rem; } }

h5, .h5 {
  font-size: 19px;
  line-height: 1.35; }
  @media (min-width: 992px) {
    h5, .h5 {
      font-size: 1.5rem;
      line-height: 1.54; } }

h6, .h6 {
  font-size: 18px;
  line-height: 1.54; }
  @media (min-width: 992px) {
    h6, .h6 {
      font-size: 1.3125rem; } }

a {
  transition: color .2s; }

.link-inherit {
  color: inherit; }
  .link-inherit:hover {
    color: #7a7a7a; }

mark,
.mark {
  color: #fff; }

u {
  text-decoration: none;
  border-bottom: 2px solid rgba(122, 122, 122, 0.4); }

strong {
  font-weight: 700; }

.context-dark a:not([class]) {
  color: #e30018; }
  .context-dark a:not([class]):hover {
    color: #b00013; }
.context-dark,
.context-dark h1, .context-dark h2, .context-dark h3, .context-dark h4, .context-dark h5, .context-dark h6, .context-dark .h1, .context-dark .h2, .context-dark .h3, .context-dark .h4, .context-dark .h5, .context-dark .h6 {
  color: #fff; }

.text-100 {
  color: #f8f9fa !important; }

a.text-100:hover, a.text-100:focus {
  color: #cbd3da !important; }

.text-200 {
  color: #e9ecef !important; }

a.text-200:hover, a.text-200:focus {
  color: #bdc6cf !important; }

.text-300 {
  color: #dee2e6 !important; }

a.text-300:hover, a.text-300:focus {
  color: #b2bcc5 !important; }

.text-400 {
  color: #ced4da !important; }

a.text-400:hover, a.text-400:focus {
  color: #a2aeb9 !important; }

.text-500 {
  color: #adb5bd !important; }

a.text-500:hover, a.text-500:focus {
  color: #838f9b !important; }

.text-600 {
  color: #5e5e5e !important; }

a.text-600:hover, a.text-600:focus {
  color: #383838 !important; }

.text-700 {
  color: #5e5e5e !important; }

a.text-700:hover, a.text-700:focus {
  color: #383838 !important; }

.text-800 {
  color: #5e5e5e !important; }

a.text-800:hover, a.text-800:focus {
  color: #383838 !important; }

.text-900 {
  color: #333333 !important; }

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

.context-dark .text-contrast {
  color: #aeaeb2; }

*:focus,
button:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6, p, button, dl, blockquote, figure, label {
  padding: 0;
  margin: 0; }

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none; }

dd {
  margin-bottom: 0; }

a:hover {
  text-decoration: none; }

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

blockquote {
  margin-bottom: 0; }
  blockquote q:before, blockquote q:after {
    content: none; }
  blockquote cite {
    font-style: normal; }

pre {
  margin-bottom: 0; }

address {
  margin-bottom: 0; }

button {
  background-color: transparent;
  border: none; }

* + p {
  margin-top: 1.25rem; }

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 1.25rem; }

* + img,
* + figure {
  margin-top: 1.875rem; }

* + form {
  margin-top: 1.875rem; }

h1 + p {
  margin-top: 1.25rem; }

h2 + p {
  margin-top: 1.25rem; }

h3 + p {
  margin-top: 1.25rem; }

h4 + p {
  margin-top: 1.25rem; }

h5 + p {
  margin-top: 0.9375rem; }

h6 + p {
  margin-top: 0.9375rem; }

h1 + h5 {
  margin-top: 1.25rem; }

h2 + h3 {
  margin-top: 1.25rem; }

h6 + h1 {
  margin-top: 2.1875rem; }

h6 + h2 {
  margin-top: 0.9375rem; }

h1 + img {
  margin-top: 1.875rem; }

h2 + img {
  margin-top: 1.5625rem; }

h4 + ul {
  margin-top: 20px; }

label + * {
  margin-top: 2px; }

img + p {
  margin-top: 31px; }

dl + dl {
  margin-top: 8px; }

* + address {
  margin-top: 16px; }

.breadcrumb + h1 {
  margin-top: 1.875rem; }

.breadcrumb + h4 {
  margin-top: 1.25rem; }

.form-group + .btn-block {
  margin-top: 16px; }

@media (min-width: 768px) {
  h6 + h1 {
    margin-top: 3.75rem; }

  h1 + img {
    margin-top: 2.8125rem; }

  .breadcrumb + h1 {
    margin-top: 3.125rem; } }
@media (min-width: 992px) {
  h1 + p {
    margin-top: 2rem; }

  h2 + p {
    margin-top: 2.25rem; }

  h4 + p {
    margin-top: 2.5rem; }

  h5 + p {
    margin-top: 1.875rem; }

  h6 + p {
    margin-top: 1.875rem; }

  h1 + h5 {
    margin-top: 2.1875rem; }

  h2 + h4 {
    margin-top: 2.125rem; }

  h6 + h2 {
    margin-top: 1.5625rem; }

  h1 + img {
    margin-top: 3.75rem; }

  p + h1 {
    margin-top: 40px; }

  p + form {
    margin-top: 2.5rem; }

  p + .form-inline {
    margin-top: 3.75rem; }

  .breadcrumb + h4 {
    margin-top: 1.75rem; }

  .breadcrumb + h1 {
    margin-top: 4.375rem; } }
@media (min-width: 1600px) {
  * + h1,
  * + h2 {
    margin-top: 30px; }

  * + h3 {
    margin-top: 25px; }

  h3 + p {
    margin-top: 2.5rem; }

  h6 + h1 {
    margin-top: 5.3125rem; }

  h1 + img {
    margin-top: 4.6875rem; }

  p + h1 {
    margin-top: 60px; }

  label + * {
    margin-top: 6px; }

  .breadcrumb + h1 {
    margin-top: 5.375rem; } }
.offset-xxs {
  margin-top: 1.25rem; }

.offset-xs,
.offset-sm,
.offset-md,
.offset-lg,
.offset-xl,
.offset-xxl {
  margin-top: 1.875rem; }

@media (min-width: 576px) {
  .offset-sm,
  .offset-md,
  .offset-lg,
  .offset-xl,
  .offset-xxl {
    margin-top: 2.5rem; } }
@media (min-width: 768px) {
  .offset-md {
    margin-top: 3.125rem; }

  .offset-lg {
    margin-top: 3.4375rem; }

  .offset-xl,
  .offset-xxl {
    margin-top: 4.0625rem; } }
@media (min-width: 1200px) {
  .offset-lg {
    margin-top: 4.375rem; }

  .offset-xl,
  .offset-xxl {
    margin-top: 5.3125rem; } }
@media (min-width: 1600px) {
  .offset-xxl {
    margin-top: 6.25rem; } }
html .group-5 {
  margin-bottom: -0.3125rem;
  margin-left: -0.3125rem; }
  html .group-5:empty {
    margin-bottom: 0;
    margin-left: 0; }
  html .group-5 > * {
    margin-top: 0;
    margin-bottom: 0.3125rem;
    margin-left: 0.3125rem; }
html .group-10 {
  margin-bottom: -0.625rem;
  margin-left: -0.625rem; }
  html .group-10:empty {
    margin-bottom: 0;
    margin-left: 0; }
  html .group-10 > * {
    margin-top: 0;
    margin-bottom: 0.625rem;
    margin-left: 0.625rem; }
html .group-15 {
  margin-bottom: -0.9375rem;
  margin-left: -0.9375rem; }
  html .group-15:empty {
    margin-bottom: 0;
    margin-left: 0; }
  html .group-15 > * {
    margin-top: 0;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem; }
html .group-20 {
  margin-bottom: -1.25rem;
  margin-left: -1.25rem; }
  html .group-20:empty {
    margin-bottom: 0;
    margin-left: 0; }
  html .group-20 > * {
    margin-top: 0;
    margin-bottom: 1.25rem;
    margin-left: 1.25rem; }
html .group-30 {
  margin-bottom: -1.875rem;
  margin-left: -1.875rem; }
  html .group-30:empty {
    margin-bottom: 0;
    margin-left: 0; }
  html .group-30 > * {
    margin-top: 0;
    margin-bottom: 1.875rem;
    margin-left: 1.875rem; }
html .group-x-30 {
  margin-left: -1.875rem; }
  html .group-x-30 > * {
    margin-left: 1.875rem; }
html .group-40 {
  margin-bottom: -2.5rem;
  margin-left: -2.5rem; }
  html .group-40:empty {
    margin-bottom: 0;
    margin-left: 0; }
  html .group-40 > * {
    margin-top: 0;
    margin-bottom: 2.5rem;
    margin-left: 2.5rem; }

body {
  overflow-x: hidden; }

html:not(.components-ready) * {
  transition: 0s; }

.page {
  position: relative;
  min-height: 100vh;
  opacity: 0; }

.page-loaded .page {
  opacity: 1; }

html .page {
  transition: opacity .25s; }

html.components-ready .page {
  transition: opacity .25s, padding .2s ease-in-out; }

.page-bg {
  position: relative;
  z-index: 0; }

.page-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1; }
  .page-image > * {
    opacity: .15;
    width: 100%; }
  .page-image::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, transparent 0%, #fff 100%); }

.bg-primary .page-image::after {
  background-image: linear-gradient(180deg, transparent 0%, #e30018 100%); }

.bg-secondary .page-image::after {
  background-image: linear-gradient(180deg, transparent 0%, #7a7a7a 100%); }

.bg-success .page-image::after {
  background-image: linear-gradient(180deg, transparent 0%, #28a745 100%); }

.bg-info .page-image::after {
  background-image: linear-gradient(180deg, transparent 0%, #17a2b8 100%); }

.bg-warning .page-image::after {
  background-image: linear-gradient(180deg, transparent 0%, #ffc107 100%); }

.bg-danger .page-image::after {
  background-image: linear-gradient(180deg, transparent 0%, #e30018 100%); }

.bg-light .page-image::after {
  background-image: linear-gradient(180deg, transparent 0%, #f8f9fa 100%); }

.bg-dark .page-image::after {
  background-image: linear-gradient(180deg, transparent 0%, #5e5e5e 100%); }

.bg-100 .page-image::after {
  background-image: linear-gradient(180deg, transparent 0%, #f8f9fa 100%); }

.bg-200 .page-image::after {
  background-image: linear-gradient(180deg, transparent 0%, #e9ecef 100%); }

.bg-300 .page-image::after {
  background-image: linear-gradient(180deg, transparent 0%, #dee2e6 100%); }

.bg-400 .page-image::after {
  background-image: linear-gradient(180deg, transparent 0%, #ced4da 100%); }

.bg-500 .page-image::after {
  background-image: linear-gradient(180deg, transparent 0%, #adb5bd 100%); }

.bg-600 .page-image::after {
  background-image: linear-gradient(180deg, transparent 0%, #5e5e5e 100%); }

.bg-700 .page-image::after {
  background-image: linear-gradient(180deg, transparent 0%, #5e5e5e 100%); }

.bg-800 .page-image::after {
  background-image: linear-gradient(180deg, transparent 0%, #5e5e5e 100%); }

.bg-900 .page-image::after {
  background-image: linear-gradient(180deg, transparent 0%, #333333 100%); }

.page-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 17;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
  transition: .3s;
  background: #fff; }

.page-loader-logo {
  display: block;
  margin-top: -10px; }

.page-loader-container {
  position: relative; }

.page-loader-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  height: auto; }

.page-loader-circle {
  fill: transparent;
  stroke: #e30018;
  stroke-width: 2px; }

.page-loaded .page-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.bg-primary {
  background-color: #e30018; }

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

.bg-secondary {
  background-color: #7a7a7a; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #616161; }

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

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

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

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

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

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

.bg-danger {
  background-color: #e30018; }

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

.bg-light {
  background-color: #f8f9fa; }

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

.bg-dark {
  background-color: #5e5e5e; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #454545; }

.bg-white {
  background-color: #fff; }

.bg-transparent {
  background-color: transparent; }

.bg-primary-light {
  background: #ffcace; }

.bg-primary:not([style*='background-']) + .bg-primary:not([style*='background-']) {
  padding-top: 0; }

.bg-secondary-light {
  background: #f4e6e6; }

.bg-secondary:not([style*='background-']) + .bg-secondary:not([style*='background-']) {
  padding-top: 0; }

.bg-success-light {
  background: #b6ffc8; }

.bg-success:not([style*='background-']) + .bg-success:not([style*='background-']) {
  padding-top: 0; }

.bg-info-light {
  background: #b6f4ff; }

.bg-info:not([style*='background-']) + .bg-info:not([style*='background-']) {
  padding-top: 0; }

.bg-warning-light {
  background: #fffbed; }

.bg-warning:not([style*='background-']) + .bg-warning:not([style*='background-']) {
  padding-top: 0; }

.bg-danger-light {
  background: #ffcace; }

.bg-danger:not([style*='background-']) + .bg-danger:not([style*='background-']) {
  padding-top: 0; }

.bg-light-light {
  background: white; }

.bg-light:not([style*='background-']) + .bg-light:not([style*='background-']) {
  padding-top: 0; }

.bg-dark-light {
  background: #e3bfbf; }

.bg-dark:not([style*='background-']) + .bg-dark:not([style*='background-']) {
  padding-top: 0; }

.bg-100 {
  background-color: #f8f9fa; }

a.bg-100:hover, a.bg-100:focus,
button.bg-100:hover,
button.bg-100:focus {
  background-color: #dae0e5; }

.bg-100:not([style*='background-']) + .bg-100:not([style*='background-']) {
  padding-top: 0; }

.bg-200 {
  background-color: #e9ecef; }

a.bg-200:hover, a.bg-200:focus,
button.bg-200:hover,
button.bg-200:focus {
  background-color: #cbd3da; }

.bg-200:not([style*='background-']) + .bg-200:not([style*='background-']) {
  padding-top: 0; }

.bg-300 {
  background-color: #dee2e6; }

a.bg-300:hover, a.bg-300:focus,
button.bg-300:hover,
button.bg-300:focus {
  background-color: #c1c9d0; }

.bg-300:not([style*='background-']) + .bg-300:not([style*='background-']) {
  padding-top: 0; }

.bg-400 {
  background-color: #ced4da; }

a.bg-400:hover, a.bg-400:focus,
button.bg-400:hover,
button.bg-400:focus {
  background-color: #b1bbc4; }

.bg-400:not([style*='background-']) + .bg-400:not([style*='background-']) {
  padding-top: 0; }

.bg-500 {
  background-color: #adb5bd; }

a.bg-500:hover, a.bg-500:focus,
button.bg-500:hover,
button.bg-500:focus {
  background-color: #919ca6; }

.bg-500:not([style*='background-']) + .bg-500:not([style*='background-']) {
  padding-top: 0; }

.bg-600 {
  background-color: #5e5e5e; }

a.bg-600:hover, a.bg-600:focus,
button.bg-600:hover,
button.bg-600:focus {
  background-color: #454545; }

.bg-600:not([style*='background-']) + .bg-600:not([style*='background-']) {
  padding-top: 0; }

.bg-700 {
  background-color: #5e5e5e; }

a.bg-700:hover, a.bg-700:focus,
button.bg-700:hover,
button.bg-700:focus {
  background-color: #454545; }

.bg-700:not([style*='background-']) + .bg-700:not([style*='background-']) {
  padding-top: 0; }

.bg-800 {
  background-color: #5e5e5e; }

a.bg-800:hover, a.bg-800:focus,
button.bg-800:hover,
button.bg-800:focus {
  background-color: #454545; }

.bg-800:not([style*='background-']) + .bg-800:not([style*='background-']) {
  padding-top: 0; }

.bg-900 {
  background-color: #333333; }

a.bg-900:hover, a.bg-900:focus,
button.bg-900:hover,
button.bg-900:focus {
  background-color: #1a1a1a; }

.bg-900:not([style*='background-']) + .bg-900:not([style*='background-']) {
  padding-top: 0; }

.bg-transparent:not([style*='background-']) + .bg-transparent:not([style*='background-']) {
  padding-top: 0; }

.bg-image {
  background-position: center center;
  background-size: cover; }

[class*='overlay-primary'] {
  position: relative; }
  [class*='overlay-primary']::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e30018;
    pointer-events: none;
    opacity: .5; }
  [class*='overlay-primary'] .container {
    position: relative; }

.overlay-primary-02::before {
  opacity: .2; }
.overlay-primary-03::before {
  opacity: .3; }
.overlay-primary-06::before {
  opacity: .6; }
.overlay-primary-07::before {
  opacity: .7; }
.overlay-primary-08::before {
  opacity: .8; }

[class*='overlay-secondary'] {
  position: relative; }
  [class*='overlay-secondary']::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #7a7a7a;
    pointer-events: none;
    opacity: .5; }
  [class*='overlay-secondary'] .container {
    position: relative; }

.overlay-secondary-02::before {
  opacity: .2; }
.overlay-secondary-03::before {
  opacity: .3; }
.overlay-secondary-06::before {
  opacity: .6; }
.overlay-secondary-07::before {
  opacity: .7; }
.overlay-secondary-08::before {
  opacity: .8; }

[class*='overlay-success'] {
  position: relative; }
  [class*='overlay-success']::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #28a745;
    pointer-events: none;
    opacity: .5; }
  [class*='overlay-success'] .container {
    position: relative; }

.overlay-success-02::before {
  opacity: .2; }
.overlay-success-03::before {
  opacity: .3; }
.overlay-success-06::before {
  opacity: .6; }
.overlay-success-07::before {
  opacity: .7; }
.overlay-success-08::before {
  opacity: .8; }

[class*='overlay-info'] {
  position: relative; }
  [class*='overlay-info']::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #17a2b8;
    pointer-events: none;
    opacity: .5; }
  [class*='overlay-info'] .container {
    position: relative; }

.overlay-info-02::before {
  opacity: .2; }
.overlay-info-03::before {
  opacity: .3; }
.overlay-info-06::before {
  opacity: .6; }
.overlay-info-07::before {
  opacity: .7; }
.overlay-info-08::before {
  opacity: .8; }

[class*='overlay-warning'] {
  position: relative; }
  [class*='overlay-warning']::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffc107;
    pointer-events: none;
    opacity: .5; }
  [class*='overlay-warning'] .container {
    position: relative; }

.overlay-warning-02::before {
  opacity: .2; }
.overlay-warning-03::before {
  opacity: .3; }
.overlay-warning-06::before {
  opacity: .6; }
.overlay-warning-07::before {
  opacity: .7; }
.overlay-warning-08::before {
  opacity: .8; }

[class*='overlay-danger'] {
  position: relative; }
  [class*='overlay-danger']::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e30018;
    pointer-events: none;
    opacity: .5; }
  [class*='overlay-danger'] .container {
    position: relative; }

.overlay-danger-02::before {
  opacity: .2; }
.overlay-danger-03::before {
  opacity: .3; }
.overlay-danger-06::before {
  opacity: .6; }
.overlay-danger-07::before {
  opacity: .7; }
.overlay-danger-08::before {
  opacity: .8; }

[class*='overlay-light'] {
  position: relative; }
  [class*='overlay-light']::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    pointer-events: none;
    opacity: .5; }
  [class*='overlay-light'] .container {
    position: relative; }

.overlay-light-02::before {
  opacity: .2; }
.overlay-light-03::before {
  opacity: .3; }
.overlay-light-06::before {
  opacity: .6; }
.overlay-light-07::before {
  opacity: .7; }
.overlay-light-08::before {
  opacity: .8; }

[class*='overlay-dark'] {
  position: relative; }
  [class*='overlay-dark']::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #5e5e5e;
    pointer-events: none;
    opacity: .5; }
  [class*='overlay-dark'] .container {
    position: relative; }

.overlay-dark-02::before {
  opacity: .2; }
.overlay-dark-03::before {
  opacity: .3; }
.overlay-dark-06::before {
  opacity: .6; }
.overlay-dark-07::before {
  opacity: .7; }
.overlay-dark-08::before {
  opacity: .8; }

.section-layer,
.section-layer .container {
  position: relative; }

.bg-layer {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.bg-gradient-animated {
  background-size: 400% auto;
  background-position: 100% 50%;
  background-image: linear-gradient(90deg, #b2edff 0%, #e9dbff 25%, #c1ffe1 50%, #b2edff 75%, #e9dbff 100%);
  animation: gradientMotion 20s infinite linear; }

.bg-gradient-shamrock-blue {
  background-image: linear-gradient(45deg, #43DD93 0%, #28A8FF 100%); }

.bg-gradient-blue-violet {
  background-image: linear-gradient(46.03deg, #28A8FF -1.86%, #7D2EFF 100%); }

.bg-gradient-electric-violet {
  background-image: linear-gradient(225deg, #C728FF 0%, #7D2EFF 100%); }

.bg-gradient-dark-violet {
  background-image: linear-gradient(-8.15deg, #7a7a7a 4.67%, #333333 49.99%); }

@keyframes gradientMotion {
  0% {
    background-position-x: 100%; }
  100% {
    background-position-x: 0; } }
header .icon-box.icon-box-xs {
  margin-left: 0px;
  margin-right: 20px; }

.rd-navbar-fullwidth .navbar-navigation-root-link:hover {
  color: #7a7a7a !important; }

a {
  color: #e30018; }

.sprach-select {
  position: relative;
  display: inline-block;
  /*height: 18px;*/
  border: none;
  background: none;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0px; }

select::-ms-expand {
  display: none;
  /* Standardpfeil im IE 10 und 11 entfernen */ }

.sprach-select option {
  display: none;
  position: absolute;
  z-index: 1; }

.sprach-select:hover option {
  display: block;
  position: absolute; }

h2 span, .h2 span {
  color: #e30018; }

h2 span:first-child, .h2 span:first-child {
  color: #353535; }

.kueke-red {
  color: #e30018 !important; }

.kueke-dark {
  color: #353535 !important; }

.navbar-search.kueke {
  background: #333333 !important; }

.navbar-search.kueke .navbar-search-input {
  flex-grow: 1;
  font-size: 1.875rem;
  color: #000;
  margin: 0;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 30px;
  padding: 5px; }
  .navbar-search.kueke .navbar-search-input::placeholder {
    color: #333333; }

.section-breadcrumb {
  font-size: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #e30018;
  border-bottom: 1px solid #e30018; }

.breadcrumb-item {
  font-size: 10px; }

.form-inline .form-control.kueke {
  height: 45px;
  width: 600px !important; }

.property .select2-selection__rendered {
  font-size: 100% !important; }

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

* + .divider-cat,
.divider-cat + * {
  margin-top: 0.625rem; }

* + .row-offset-0 {
  margin-top: 0rem !important; }

#content-desktop {
  display: block; }

#content-mobile {
  display: none; }

@media screen and (max-width: 1199px) {
  #content-desktop {
    display: none; }

  #content-mobile {
    display: block; } }
.border-bottom {
  border-bottom: solid 1px; }

.slick-slide .w80 img {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.offer-box-light:hover {
  transform: none !important; }

#EU2\ VOL {
  width: 50%;
  fill: #333333; }

.eu-A-bg {
  background-color: #01851f; }

.eu-B-bg {
  background-color: #43a30c; }

.eu-C-bg {
  background-color: #c2ce00; }

.eu-D-bg {
  background-color: #ffeb00; }

.eu-E-bg {
  background-color: #fcb101; }

.eu-F-bg {
  background-color: #ea5a01; }

.eu-G-bg {
  background-color: #de0000; }

.rd-navbar-fullwidth .navbar-cart-group {
  margin-top: 2.25rem !important;
  margin-left: -2.25rem !important; }

.navbar-cart-buttons .btn-sm {
  padding: 0.375rem 1rem;
  font-size: 0.973rem;
  line-height: 1.47;
  border-radius: 0.375rem;
  font-weight: 400; }

.d-flex-center {
  align-items: center;
  justify-content: center; }

.d-flex-right {
  align-items: center;
  justify-content: flex-end; }

input#agb {
  width: 1.625rem;
  height: 1.625rem;
  box-sizing: border-box;
  background-color: #fafafa;
  border: #e8e8e9 solid 1px;
  margin-right: 10px; }

label.form-check-label-agb {
  height: 1.625rem;
  text-align: left;
  vertical-align: super; }

.navbar-search-form.kueke {
  display: unset !important; }

.navbar-search-form.kueke .form-control.form-control-sm {
  border-radius: 0.375rem; }

form#frm_prodfind {
  margin-top: 20.5px; }

.navbar-search-form.kueke #prodfind_phrase_snd {
  width: 90%;
  float: left;
  margin-right: 15px; }

.navbar-search-form.kueke button.navbar-button.search-switch.int-search.novi-icon {
  font-size: 24px;
  top: 9px; }

button.navbar-button.search-switch.int-search.novi-icon {
  left: -50px; }

/*# sourceMappingURL=base.css.map */
