@charset "UTF-8";
/*=======================================================
Library
=======================================================*/
/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

hr {
  box-sizing: content-box;
  overflow: visible;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

h1, h1.home span, h2, h3, form fieldset legend, h4, .press-release-list li:before, .press-release-list li > div .title, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  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,
.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%;
  min-height: 1px;
  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: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@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: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

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

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

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

.align-content-start {
  align-content: flex-start !important;
}

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/*=======================================================
Site modules
=======================================================*/
body {
  overflow-y: scroll;
  position: relative;
}
body:before {
  z-index: -1;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: #ffffff;
  background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f0f0f0", endColorstr="#ffffff",GradientType=0 );
}
body #app {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
}
body #app > :last-child {
  margin-top: auto;
}

.container-fluid {
  max-width: 1395px;
}
.container-fluid .row {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .container-fluid .row {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.container-fluid.full-width {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 100%;
}
.container-fluid.full-width .row {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0 auto;
  max-width: 1395px;
}
@media screen and (min-width: 768px) {
  .container-fluid.full-width .row {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/webfonts/roboto-v19-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("/webfonts/roboto-v19-latin-300.eot?#iefix") format("embedded-opentype"), url("/webfonts/roboto-v19-latin-300.woff2") format("woff2"), url("/webfonts/roboto-v19-latin-300.woff") format("woff"), url("/webfonts/roboto-v19-latin-300.ttf") format("truetype"), url("/webfonts/roboto-v19-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/webfonts/roboto-v19-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("/webfonts/roboto-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("/webfonts/roboto-v19-latin-regular.woff2") format("woff2"), url("/webfonts/roboto-v19-latin-regular.woff") format("woff"), url("/webfonts/roboto-v19-latin-regular.ttf") format("truetype"), url("/webfonts/roboto-v19-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/webfonts/roboto-v19-latin-500.eot"); /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/webfonts/roboto-v19-latin-500.eot?#iefix") format("embedded-opentype"), url("/webfonts/roboto-v19-latin-500.woff2") format("woff2"), url("/webfonts/roboto-v19-latin-500.woff") format("woff"), url("/webfonts/roboto-v19-latin-500.ttf") format("truetype"), url("/webfonts/roboto-v19-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("/webfonts/oswald-v23-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/webfonts/oswald-v23-latin-regular.eot?#iefix") format("embedded-opentype"), url("/webfonts/oswald-v23-latin-regular.woff2") format("woff2"), url("/webfonts/oswald-v23-latin-regular.woff") format("woff"), url("/webfonts/oswald-v23-latin-regular.ttf") format("truetype"), url("/webfonts/oswald-v23-latin-regular.svg#Oswald") format("svg"); /* Legacy iOS */
}
/*=======================================================
Global - Font size
=======================================================*/
html, body {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 20px;
  }
}

/*=======================================================
Headline - Font size
=======================================================*/
h1, h1.home span, .h1 {
  font-size: 2rem;
}

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

h3, form fieldset legend, .h3 {
  font-size: 1.3rem;
}

h4, .press-release-list li:before, .press-release-list li > div .title, .h4 {
  font-size: 1.2rem;
}

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

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

@media screen and (min-width: 992px) {
  h1, h1.home span, .h1 {
    font-size: 2.4rem;
  }
  h2, .h2 {
    font-size: 1.8rem;
  }
  h3, form fieldset legend, .h3 {
    font-size: 1.5rem;
  }
  h4, .press-release-list li:before, .press-release-list li > div .title, .h4 {
    font-size: 1.2rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
/*=======================================================
Headline Style
=======================================================*/
h1, h1.home span, h2, h3, form fieldset legend, h4, .press-release-list li:before, .press-release-list li > div .title, h5, h6 {
  font-family: "Oswald";
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (min-width: 992px) {
  h1.home, h1.home span.home {
    font-size: 3.6rem;
  }
}
h1.home span {
  color: #999;
  display: block;
}

/*=======================================================
Basic
=======================================================*/
p, address {
  font-weight: 300;
}

.leadin, .quick-access-infos span, .auction-teaser .auction-teaser-header p {
  color: #666;
  max-width: 900px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .leadin, .quick-access-infos span, .auction-teaser .auction-teaser-header p {
    font-size: 1.2rem;
  }
}

strong, b {
  font-weight: 500;
}

p a, address a {
  color: #be0b4f;
  transition: color 0.3s ease-in-out;
}
p a:hover, address a:hover {
  color: #be0b4f;
  transition: color 0.3s ease-in-out;
}

.search-highlight {
  color: #be0b4f;
}

.text-mute {
  color: #999;
}

/*=======================================================
List style
=======================================================*/
ul.list {
  padding-left: 0;
}
ul.list li {
  display: flex;
  margin: 0.5rem 0 0.5rem 2.35rem;
  font-weight: 300;
  line-height: 1.3;
}
ul.list li:before {
  flex-shrink: 0;
  content: "◼";
  display: inline-block;
  color: #be0b4f;
  margin: 0 0.25rem;
}
@media screen and (min-width: 768px) {
  ul.list li:before {
    margin: 0 0.75rem 0 -1.6rem;
  }
}

/*=======================================================
Table style
=======================================================*/
table.table {
  margin: 2rem 0;
}
table.table tr td {
  padding: 0.5rem 0;
}
table.table tr:not(:last-child) td {
  border-bottom: 1px solid #CCC;
}
table.table.price-table tr td:last-of-type {
  padding-left: 2rem;
}

.button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border: none;
  line-height: 1;
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  font-size: 1rem;
  padding: calc(1rem - 2px) 1rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  color: #fff;
  border-color: #be0b4f;
  background-color: #be0b4f;
}
.button:hover {
  text-decoration: none;
  cursor: pointer;
}
.button.small {
  font-size: 0.9rem;
  padding: calc(0.8rem - 2px) 0.8rem;
}
.button.medium {
  font-size: 1.11rem;
  padding: calc(1rem - 2px) 1rem;
}
.button.large {
  font-size: 1.33rem;
  padding: calc(1.2rem - 2px) 1rem;
}
.button:after {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.button:hover {
  color: #fff;
  border-color: rgb(141.7910447761, 8.2089552239, 58.9552238806);
  background-color: rgb(141.7910447761, 8.2089552239, 58.9552238806);
}
.button.outline {
  color: #be0b4f;
  border-color: #be0b4f;
  background-color: transparent;
}
.button.outline:hover {
  color: #fff;
  border-color: #be0b4f;
  background-color: #be0b4f;
}
.button.green {
  color: #fff;
  border-color: #6e9b76;
  background-color: #6e9b76;
}
.button.green:hover {
  color: #fff;
  border-color: rgb(87.3469387755, 126.6530612245, 94.3346938776);
  background-color: rgb(87.3469387755, 126.6530612245, 94.3346938776);
}
.button.green.outline {
  color: #6e9b76;
  border-color: #6e9b76;
  background-color: transparent;
}
.button.green.outline:hover {
  color: #fff;
  border-color: #6e9b76;
  background-color: #6e9b76;
}
.button.grey {
  color: #222;
  border-color: #e5e5e5;
  background-color: #e5e5e5;
}
.button.grey:hover {
  color: #222;
  border-color: rgb(203.5, 203.5, 203.5);
  background-color: rgb(203.5, 203.5, 203.5);
}
.button.grey.outline {
  color: #e5e5e5;
  border-color: #e5e5e5;
  background-color: transparent;
}
.button.grey.outline:hover {
  color: #fff;
  border-color: #e5e5e5;
  background-color: #e5e5e5;
}
.button.transparent {
  color: #be0b4f;
  border-color: transparent;
  background-color: transparent;
}
.button.transparent:hover {
  color: rgb(141.7910447761, 8.2089552239, 58.9552238806);
  border-color: transparent;
  background-color: transparent;
}

/*=======================================================
CSS Transition preload
=======================================================*/
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/*=======================================================
Responsive image
=======================================================*/
::-moz-selection {
  background: #be0b4f;
  color: #fff;
}
::selection {
  background: #be0b4f;
  color: #fff;
}

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

/*=======================================================
Clearfix - prevent float
=======================================================*/
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/*=======================================================
No Selection - disable user selection
=======================================================*/
.noselect, .hero-swiper-wrapper, .global-header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/*=======================================================
Default HTML Button reset
=======================================================*/
.button-reset, .favorite-toggle {
  width: auto;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  line-height: normal;
  overflow: visible;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

/*=======================================================
Listen reset
=======================================================*/
.list-reset, .accordion, .press-release-list, .auction-lot-filter, .error-page .error-page-content .quick-links, .pagination, .overview-navigation ul, .global-footer ul, .breadcrumb-navigation ul, .global-header .dynamic-header .user-actions ul, .global-header .dynamic-header .global-navigation ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

/*=======================================================
Bootstrap Grid - Force line break
=======================================================*/
.w-100 {
  width: 100% !important;
}

/*=======================================================
Hide element
=======================================================*/
.hidden {
  display: none !important;
  visibility: hidden !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*=======================================================
Responsive iframe
=======================================================*/
.responsive-iframe {
  position: relative;
  padding-top: 0px;
  height: 0px;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1px);
}
.responsive-iframe.res-16by7 {
  padding-bottom: 43.75%;
}
.responsive-iframe.res-16by10 {
  padding-bottom: 62.5%;
}

/*=======================================================
Styling helpers
=======================================================*/
.no-break {
  white-space: nowrap;
}

span > svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.25rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/*=======================================================
Globale partials
=======================================================*/
.global-header {
  position: relative;
  height: 60px;
}
.global-header input[type=checkbox] {
  display: none;
}
@media screen and (max-width: 1029px) {
  .global-header #nav-toggle:checked ~ #dynamic-header {
    display: block;
  }
}
.global-header .static-header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global-header .static-header .logo {
  width: 100%;
  max-width: 60px;
  height: 100%;
  max-height: 60px;
}
.global-header .static-header .logo a {
  display: inline-block;
  width: 100%;
  max-width: 60px;
  height: 100%;
  max-height: 60px;
}
.global-header .dynamic-header {
  background: #fff;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}
@media screen and (min-width: 576px) {
  .global-header {
    height: 76px;
  }
  .global-header .static-header .logo {
    max-width: 76px;
    max-height: 76px;
  }
  .global-header .static-header .logo a {
    max-width: 76px;
    max-height: 76px;
  }
  .global-header .dynamic-header {
    top: 76px;
  }
}
@media screen and (min-width: 768px) {
  .global-header {
    height: 92px;
  }
  .global-header .static-header .logo {
    max-width: 92px;
    max-height: 92px;
  }
  .global-header .static-header .logo a {
    max-width: 92px;
    max-height: 92px;
  }
  .global-header .dynamic-header {
    top: 92px;
  }
}
@media screen and (min-width: 1030px) {
  .global-header {
    height: 100px;
    display: flex;
  }
  .global-header .static-header {
    display: block;
    width: 100px;
  }
  .global-header .static-header .logo {
    max-width: 100px;
    max-height: 100px;
  }
  .global-header .static-header .logo a {
    max-width: 100px;
    max-height: 100px;
  }
  .global-header .static-header .burger {
    display: none;
  }
  .global-header .dynamic-header {
    display: block;
    position: static;
    top: 100px;
    width: 100%;
    max-width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .global-header {
    height: 120px;
  }
  .global-header .static-header {
    width: 120px;
  }
  .global-header .static-header .logo {
    max-width: 120px;
    max-height: 120px;
  }
  .global-header .static-header .logo a {
    max-width: 120px;
    max-height: 120px;
  }
  .global-header .dynamic-header {
    top: 120px;
    width: 100%;
    max-width: calc(100% - 120px);
  }
}

.burger-wrapper {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  margin: 0;
}
.burger-wrapper .burger {
  width: 32px;
  height: 21px;
  display: inline-block;
  position: relative;
}
.burger-wrapper .burger .burger-inner {
  display: block;
  top: 50%;
  margin-top: 3px/-2;
}
.burger-wrapper .burger .burger-inner, .burger-wrapper .burger .burger-inner:before, .burger-wrapper .burger .burger-inner:after {
  width: 32px;
  height: 3px;
  background-color: #222;
  position: absolute;
}
.burger-wrapper .burger .burger-inner:before, .burger-wrapper .burger .burger-inner:after {
  content: "";
  display: block;
}
.burger-wrapper .burger .burger-inner:before {
  top: -9px;
}
.burger-wrapper .burger .burger-inner:after {
  bottom: -9px;
}

@media screen and (max-width: 1029px) {
  .global-header input[type=checkbox]:checked ~ #dynamic-header {
    box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.1);
  }
}
.global-header .dynamic-header .global-navigation ul {
  padding: 15px 0;
}
.global-header .dynamic-header .global-navigation ul li {
  padding: 0.5rem 15px;
}
.global-header .dynamic-header .global-navigation ul li a {
  color: #222;
  text-decoration: none;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: color 0.3s ease-in-out;
}
.global-header .dynamic-header .global-navigation ul li a:hover {
  color: #be0b4f;
}
.global-header .dynamic-header .user-actions ul {
  padding: 15px 0;
}
.global-header .dynamic-header .user-actions ul li {
  padding: 0.5rem 15px;
}
.global-header .dynamic-header .user-actions ul li a {
  color: #be0b4f;
  text-decoration: none;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: color 0.3s ease-in-out;
}
.global-header .dynamic-header .user-actions ul li a:hover {
  color: #be0b4f;
}
@media screen and (min-width: 576px) {
  .global-header .dynamic-header .user-actions ul {
    display: flex;
    justify-content: space-between;
  }
  .global-header .dynamic-header .user-actions ul li {
    width: 100%;
    display: inline-block;
  }
}
@media screen and (min-width: 1030px) {
  .global-header .dynamic-header {
    display: flex;
    flex-direction: column;
    text-align: right;
    padding: 0 15px;
  }
  .global-header .dynamic-header .global-navigation {
    order: 2;
    height: 75px;
  }
  .global-header .dynamic-header .global-navigation ul {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    height: 75px;
  }
  .global-header .dynamic-header .global-navigation ul li {
    display: inline-block;
    padding: 0;
    line-height: 75px;
  }
  .global-header .dynamic-header .global-navigation ul li a {
    padding: 0 0.5rem;
  }
  .global-header .dynamic-header .user-actions {
    order: 1;
    height: 25px;
    border-bottom: 1px solid #f5f5f5;
  }
  .global-header .dynamic-header .user-actions ul {
    padding: 0;
    justify-content: flex-end;
    height: 25px;
  }
  .global-header .dynamic-header .user-actions ul li {
    width: auto;
    padding: 0;
    line-height: 25px;
  }
  .global-header .dynamic-header .user-actions ul li a {
    padding: 0 0.5rem;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .global-header .dynamic-header .global-navigation {
    height: 90px;
  }
  .global-header .dynamic-header .global-navigation ul {
    height: 90px;
  }
  .global-header .dynamic-header .global-navigation ul li {
    line-height: 90px;
  }
  .global-header .dynamic-header .global-navigation ul li a {
    padding: 0 0.5rem;
  }
  .global-header .dynamic-header .user-actions {
    height: 30px;
  }
  .global-header .dynamic-header .user-actions ul {
    height: 30px;
  }
  .global-header .dynamic-header .user-actions ul li {
    line-height: 30px;
  }
}
@media screen and (max-width: 1029px) {
  .global-header .static-header .logo {
    position: relative;
  }
  .global-header .static-header .logo:after {
    display: block;
    position: absolute;
    left: calc(100% + 10px);
    bottom: 10px;
    content: "Kompetenz für Auktionen\ahat einen Namen";
    white-space: pre;
    color: #666;
    font-size: 0.8rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1235px) {
  .global-header .global-navigation:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: left;
    content: "Kompetenz für Auktionen\ahat einen Namen";
    white-space: pre;
    color: #666;
    font-size: 0.8rem;
    line-height: 1.2;
  }
}

.global-navigation {
  position: relative;
}
@media screen and (min-width: 1030px) {
  .global-navigation #search-toggle:checked ~ #global-search-form {
    display: block;
  }
}
.global-navigation .global-search-form {
  display: block;
  z-index: 1;
  margin-left: 15px;
  margin-right: 15px;
}
.global-navigation .global-search-form .form-row {
  margin-top: 0;
}
.global-navigation .global-search-form .form-group {
  margin-bottom: 0;
  display: flex;
}
.global-navigation .global-search-form .form-group .form-control, .global-navigation .global-search-form .form-group form .form-radio.type-two .radio-group label, form .form-radio.type-two .radio-group .global-navigation .global-search-form .form-group label {
  border-radius: 4px 0 0 4px;
}
.global-navigation .global-search-form .form-group .button {
  border-radius: 0 4px 4px 0;
}
@media screen and (min-width: 1030px) {
  .global-navigation .global-search-form {
    display: none;
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    left: 0;
    margin: 0;
    background: #fff;
  }
  .global-navigation .global-search-form .form-group .form-control, .global-navigation .global-search-form .form-group form .form-radio.type-two .radio-group label, form .form-radio.type-two .radio-group .global-navigation .global-search-form .form-group label {
    height: 75px;
    border: none;
    border-radius: 0;
    text-align: right;
  }
  .global-navigation .global-search-form .form-group .form-control::-moz-placeholder, .global-navigation .global-search-form .form-group form .form-radio.type-two .radio-group label::-moz-placeholder, form .form-radio.type-two .radio-group .global-navigation .global-search-form .form-group label::-moz-placeholder {
    color: #999;
  }
  .global-navigation .global-search-form .form-group .form-control::placeholder, .global-navigation .global-search-form .form-group form .form-radio.type-two .radio-group label::placeholder, form .form-radio.type-two .radio-group .global-navigation .global-search-form .form-group label::placeholder {
    color: #999;
  }
  .global-navigation .global-search-form .form-group .button {
    background: #fff;
    height: 75px;
    border: none;
    border-radius: 0;
    font-size: 20px;
  }
  .global-navigation .global-search-form .form-group .button:hover {
    color: #6e9b76;
  }
}
@media screen and (min-width: 1200px) {
  .global-navigation .global-search-form .form-group .form-control, .global-navigation .global-search-form .form-group form .form-radio.type-two .radio-group label, form .form-radio.type-two .radio-group .global-navigation .global-search-form .form-group label {
    height: 90px;
  }
  .global-navigation .global-search-form .form-group .button {
    height: 90px;
  }
}
.global-navigation .search-toggle-label-wrapper {
  display: none;
}
@media screen and (min-width: 1030px) {
  .global-navigation .search-toggle-label-wrapper {
    display: block;
  }
  .global-navigation .search-toggle-label-wrapper label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    width: 60px;
    height: 75px;
    cursor: pointer;
  }
  .global-navigation .search-toggle-label-wrapper label svg {
    width: 100%;
    max-width: 22px;
  }
  .global-navigation .search-toggle-label-wrapper label svg path {
    fill: #cecece;
    transition: fill 0.3s ease-in-out;
  }
  .global-navigation .search-toggle-label-wrapper label:hover svg path {
    fill: #be0b4f;
  }
}
@media screen and (min-width: 1200px) {
  .global-navigation .search-toggle-label-wrapper label {
    height: 90px;
  }
}

.row-breadcrumb {
  margin-top: 2rem !important;
  margin-bottom: -1rem !important;
}

.breadcrumb-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.breadcrumb-navigation {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .breadcrumb-navigation {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .breadcrumb-navigation {
    font-size: 18px;
  }
}
.breadcrumb-navigation ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-navigation ul li {
  flex-shrink: 0;
  display: inline-block;
  color: #cecece;
  font-weight: 300;
}
.breadcrumb-navigation ul li:not(:first-of-type):before {
  content: "/";
  margin: 0 0.25rem;
}
.breadcrumb-navigation ul li a {
  color: #999;
  font-weight: 300;
}
.breadcrumb-navigation ul li a svg {
  width: 1rem;
  height: 1rem;
}
.breadcrumb-navigation ul li a svg path {
  fill: #be0b4f;
}
@media screen and (max-width: 767px) {
  .breadcrumb-navigation ul {
    display: none;
  }
  .breadcrumb-navigation ul.mobile-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb-navigation ul.mobile-only {
    display: none;
  }
}

.lot-detail-actions,
.lot-navigation {
  display: flex;
  align-items: center;
}

.lot-detail-actions {
  flex-shrink: 0;
  gap: 0.25rem;
}

.lot-navigation {
  gap: 0.5rem;
}

.lot-navigation-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.8rem;
  padding: 0 0.4rem;
  color: #999;
  font-size: 14px;
  font-weight: 300;
}
.lot-navigation-link svg {
  width: 0.75rem;
  height: 0.75rem;
}
.lot-navigation-link svg path {
  fill: #999;
  transition: fill 0.3s ease-in-out;
}
.lot-navigation-link:hover {
  color: #be0b4f;
  text-decoration: none;
}
.lot-navigation-link:hover svg path {
  fill: #be0b4f;
}

@media screen and (max-width: 767px) {
  .breadcrumb-social {
    align-items: flex-start;
  }
  .lot-detail-actions {
    margin-top: -0.45rem;
  }
  .lot-navigation {
    gap: 0.1rem;
  }
  .lot-navigation-link {
    justify-content: center;
    width: 2.4rem;
    min-height: 2.8rem;
    padding: 0.8rem;
  }
  .lot-navigation-link svg {
    width: 0.9rem;
    height: 0.9rem;
  }
  .lot-navigation-label {
    display: none;
  }
}
.global-footer {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  font-weight: 300;
  background: #292929;
}
@media screen and (min-width: 768px) {
  .global-footer {
    font-size: 16px;
  }
}
.global-footer a {
  color: #666;
}
.global-footer .footer-links > div {
  margin-bottom: 1rem;
}
.global-footer .open-rcpm {
  cursor: pointer;
}
.global-footer .open-rcpm:hover {
  text-decoration: underline !important;
}
.global-footer .container-fluid.full-width .row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.global-footer .container-fluid.full-width .row:first-of-type {
  padding-top: 3rem;
}
.global-footer .container-fluid.full-width .row:last-of-type {
  padding-bottom: 3rem;
}
.global-footer .iso-certificate img {
  max-width: 120px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 576px) {
  .global-footer .iso-certificate img {
    max-width: 140px;
  }
}
@media screen and (min-width: 768px) {
  .global-footer .iso-certificate img {
    max-width: 170px;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.global-footer .iso-certificate > div {
  max-width: 860px;
}
.global-footer .iso-certificate > div p {
  margin-bottom: 0.25rem;
}
.global-footer .iso-certificate > div p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .global-footer .iso-certificate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.global-footer .legal-bar {
  background: #222;
}
.global-footer .legal-bar p {
  margin-bottom: 0;
}
.global-footer .legal-bar.container-fluid.full-width .row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.global-footer .social-media-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.global-footer .social-media-icons a {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.25rem;
}
.global-footer .social-media-icons a svg path {
  fill: #666;
  transition: fill 0.3s ease-in-out;
}
.global-footer .social-media-icons a:hover svg path {
  fill: #be0b4f;
}

.newsletter h4, .newsletter .press-release-list li:before, .press-release-list .newsletter li:before, .newsletter .press-release-list li > div .title, .press-release-list li > div .newsletter .title {
  margin-bottom: 0.25rem;
}
.newsletter p {
  margin-bottom: 0;
}
.newsletter .legal {
  font-size: 12px;
  color: #cecece;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .newsletter .legal {
    font-size: 14px;
  }
}
.newsletter .main > div {
  margin-bottom: 1rem;
}
.newsletter.extended {
  background: #f3f3f3;
}
.newsletter.extended .newsletter-wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
.newsletter.extended .newsletter-wrapper .legal {
  color: #999;
}
.newsletter:not(.full-width) {
  margin-top: 2.5rem;
  border-top: 1px solid #cecece;
}
.newsletter:not(.full-width) .row {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.newsletter-form .newsletter-name {
  display: none;
}
.newsletter-form .button {
  width: 100%;
}

.overview-navigation-wrapper input[type=checkbox] {
  display: none;
}

@media screen and (max-width: 991px) {
  .overview-navigation-wrapper {
    position: relative;
  }
  .overview-navigation-wrapper input[type=checkbox]:checked ~ #overview-navigation {
    display: block;
  }
  .overview-navigation-wrapper .overview-navigation {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  label.overview-toggle {
    display: none;
  }
}
/*=======================================================
Style
=======================================================*/
.overview-navigation-wrapper {
  margin-bottom: 1rem;
}

label.overview-toggle {
  color: #fff;
  background: #be0b4f;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
  padding: 0.5rem 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  label.overview-toggle {
    padding: 0.75rem 1rem;
  }
}
label.overview-toggle:after {
  content: "▼";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
}

.overview-navigation {
  z-index: 1;
  border-radius: 4px;
  background: #be0b4f;
}
.overview-navigation ul li {
  flex-grow: 1;
}
.overview-navigation ul li a {
  display: inline-block;
  width: 100%;
  padding: 0.25rem 1rem;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
.overview-navigation ul li a:hover {
  background-color: rgb(165.8955223881, 9.6044776119, 68.9776119403);
  transition: background-color 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
  .overview-navigation-wrapper input[type=checkbox]:checked ~ label.overview-toggle {
    border-radius: 4px 4px 0 0;
  }
  .overview-navigation-wrapper input[type=checkbox]:checked ~ .overview-navigation {
    border-radius: 0 0 4px 4px;
  }
}
@media screen and (min-width: 992px) {
  .overview-navigation {
    font-size: 18px;
    overflow: hidden;
  }
  .overview-navigation ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .overview-navigation ul li a {
    padding: 0.75rem 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .overview-navigation {
    font-size: 20px;
  }
}
.pagination {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .page-item {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0.125rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.pagination .page-item .page-link {
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #6e9b76;
}
.pagination .page-item:first-of-type, .pagination .page-item:last-of-type {
  border-radius: 4px;
  border: 2px solid #6e9b76;
}
.pagination .page-item:first-of-type:hover:not(.disabled), .pagination .page-item:last-of-type:hover:not(.disabled) {
  background: #6e9b76;
}
.pagination .page-item:first-of-type:hover:not(.disabled) svg path, .pagination .page-item:last-of-type:hover:not(.disabled) svg path {
  fill: #fff;
}
.pagination .page-item:first-of-type.disabled, .pagination .page-item:last-of-type.disabled {
  background: #fff;
  border: none;
}
.pagination .page-item:first-of-type.disabled svg path, .pagination .page-item:last-of-type.disabled svg path {
  fill: #cecece;
}
.pagination .page-item svg {
  width: 1.2rem;
  height: 1.2rem;
}
.pagination .page-item svg path {
  fill: #6e9b76;
}
.pagination .page-item.active, .pagination .page-item:hover:not(.disabled) {
  background: #f3f3f3;
  border-radius: 4px;
}
.pagination .page-item.disabled {
  padding-top: 5px;
  text-align: center;
  color: #cecece;
}
.alert {
  text-align: center;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 0.25rem;
}
.alert p {
  margin: 0.25rem;
}
.alert p:last-of-type {
  margin: 0;
}
.alert p.small {
  font-size: 0.8rem;
}
.alert.alert-info {
  color: #004085;
  background-color: #cce5ff;
}
.alert.alert-success {
  color: #33691e;
  background-color: #9ccc65;
}
.alert.alert-warning {
  color: #9f3800;
  background-color: #ffb74d;
}
.alert.alert-danger {
  color: #b71c1c;
  background-color: #ff8a80;
}
.alert.alert-small {
  padding: 0.4rem;
  font-size: 0.7rem;
}
.alert.text-left {
  text-align: left;
}

.error-page .error-page-content {
  text-align: center;
}
.error-page .error-page-content h1, .error-page .error-page-content h1.home span, h1.home .error-page .error-page-content span {
  line-height: 1;
  margin-bottom: 2rem;
}
.error-page .error-page-content h1 span, h1.home .error-page .error-page-content span span {
  color: #999;
  font-size: 6rem;
  display: block;
}
.error-page .error-page-content .quick-links li {
  margin-bottom: 0.5rem;
}
.error-page .error-page-content .quick-links li a {
  color: #222;
}
.error-page .legal-link-list {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .error-page .legal-link-list li {
    display: inline-block;
    width: auto;
    margin-right: 0.5rem;
  }
}

.social-share {
  position: relative;
}
.social-share input[type=checkbox] {
  display: none;
}
.social-share #social-share-toggle:checked ~ #social-media-channel {
  display: inline-flex;
}
.social-share .toggle {
  width: 2.8rem;
  height: 2.8rem;
  padding: 0.8rem;
  margin: 0;
}
.social-share .toggle svg {
  width: 1.2rem;
  height: 1.2rem;
}
.social-share .toggle svg path {
  fill: #999;
  transition: fill 0.3s ease-in-out;
}
.social-share .toggle:hover {
  cursor: pointer;
}
.social-share .toggle:hover svg path {
  fill: #be0b4f;
}
.social-share .social-media-channel {
  position: absolute;
  top: 2.8rem;
  left: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 0.2rem;
  display: none;
  flex-direction: column;
}
.social-share .social-media-channel a {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.6rem;
}
.social-share .social-media-channel a svg {
  width: 1.2rem;
  height: 1.2rem;
}
.social-share .social-media-channel a svg path {
  fill: #999;
}
.social-share .social-media-channel a.facebook svg path {
  fill: #3b5998;
}
.social-share .social-media-channel a.twitter svg path {
  fill: #1da1f2;
}
.social-share .social-media-channel a.whatsapp svg path {
  fill: #25d366;
}
.social-share .social-media-channel a.link svg path {
  fill: #999;
}
.social-share .social-media-channel a.mail svg path {
  fill: #999;
}

/*=======================================================
Specific components
=======================================================*/
form {
  /*=======================================================
  Basics
  =======================================================*/
  /*=======================================================
  Basic form row styling
  =======================================================*/
  /*=======================================================
  Basic group row styling
  =======================================================*/
  /*=======================================================
  Basic input label styling
  =======================================================*/
  /*=======================================================
  Basic input field styling
  =======================================================*/
  /*=======================================================
  Form Error Message
  =======================================================*/
}
form input,
form textarea,
form select {
  accent-color: #be0b4f;
}
form em {
  color: #be0b4f;
  font-style: normal;
}
form fieldset {
  margin: 2rem 0 1rem;
}
form .form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem -15px 0;
}
form .form-row > * .form-row {
  margin: 0 -15px;
}
form .form-group {
  margin-bottom: 0.5rem;
}
form .form-group label {
  width: 100%;
  margin-bottom: 0.25rem;
}
form .form-control, form .form-radio.type-two .radio-group label {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  border: 2px solid #e5e5e5;
  background-color: #fff;
}
form .form-control::-moz-placeholder, form .form-radio.type-two .radio-group label::-moz-placeholder {
  color: #cecece;
  font-weight: 300;
  font-style: italic;
}
form .form-control::placeholder, form .form-radio.type-two .radio-group label::placeholder {
  color: #cecece;
  font-weight: 300;
  font-style: italic;
}
form .form-control:focus, form .form-radio.type-two .radio-group label:focus, form .form-control:active, form .form-radio.type-two .radio-group label:active {
  border-color: #be0b4f;
  outline: none;
}
form .form-control.large, form .form-radio.type-two .radio-group label.large {
  height: 3rem;
  padding: 0.75rem 1rem;
}
form #lot_bid_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 2.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  border: 2px solid #e5e5e5;
  background-color: #fff;
}
form #lot_bid_container:focus-within, form #lot_bid_container:active {
  border-color: #be0b4f;
}
form #lot_bid_container #lot_bid {
  text-align: right;
  padding: 0.5rem 1rem;
  padding-right: 0.1rem;
  flex-grow: 1;
  border: none;
  background-color: transparent;
  outline: none;
}
form #lot_bid_container #lot_bid::-moz-placeholder {
  text-align: left;
}
form #lot_bid_container #lot_bid::placeholder {
  text-align: left;
}
form #lot_bid_container #lot_bid:focus {
  outline: none;
}
form #lot_bid_container .suffix {
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  padding-left: 0;
}
form .form-error {
  color: #F57F17;
  font-size: 0.8rem;
  width: 100%;
  display: inline-block;
}
form .legal-notice {
  margin-top: 0.5rem;
  font-size: 16px;
}
form textarea.form-control {
  height: auto;
}
form .form-check .check-group.inline {
  display: inline-flex;
  justify-content: flex-start;
}
form .form-check .check-group label {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 14px;
}
@media screen and (min-width: 786px) {
  form .form-check .check-group label {
    font-size: 16px;
  }
}
form .form-check .check-group label:before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 0.125rem;
  margin-right: 0.25rem;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
form .form-check .check-group label:hover {
  cursor: pointer;
}
form .form-check .check-group input[type=checkbox] {
  display: none;
}
form .form-check .check-group input[type=checkbox]:checked + label:before {
  border-color: #be0b4f;
  background-color: #be0b4f;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
  background-image: url("/img/icons/check.svg");
}
form.register-form .form-check .check-group {
  margin-bottom: 0.5rem;
}
form.register-form .form-check .check-group label {
  font-size: 20px;
  font-weight: 400;
}
form.register-form .form-check .check-group label:before {
  margin-right: 0.5rem;
}
form.register-form .form-check .check-group label + p {
  margin-left: 29px;
}
form .form-radio.type-one .radio-group label {
  display: inline-flex;
  align-items: center;
}
form .form-radio.type-one .radio-group label:hover {
  cursor: pointer;
}
form .form-radio.type-one .radio-group label:before {
  content: " ";
  display: inline-block;
  margin-right: 0.25rem;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
form .form-radio.type-one .radio-group input[type=radio] {
  display: none;
}
form .form-radio.type-one .radio-group input[type=radio]:checked + label:before {
  border-color: #be0b4f;
  background-color: #be0b4f;
}
form .form-radio.type-two .radio-group label {
  margin: 0;
  padding: calc(0.5rem - 2px) 1rem;
  text-align: center;
  transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
form .form-radio.type-two .radio-group label:hover {
  cursor: pointer;
}
form .form-radio.type-two .radio-group input[type=radio] {
  display: none;
}
form .form-radio.type-two .radio-group input[type=radio]:checked + label {
  color: #be0b4f;
  border-color: #be0b4f;
}

.login-form-footer {
  margin-top: 2rem;
  border-top: 1px solid #cecece;
  padding-top: 2rem;
}

.auction-teaser {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .auction-teaser .auction-teaser-header {
    display: flex;
    flex-direction: column;
  }
  .auction-teaser .auction-teaser-header > div:first-of-type {
    order: 2;
  }
  .auction-teaser .auction-teaser-header > div:last-of-type {
    order: 1;
  }
}
@media screen and (min-width: 576px) {
  .auction-teaser .auction-teaser-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.auction-teaser .auction-teaser-header h2 a {
  color: #222;
}
.auction-teaser .auction-teaser-header p {
  margin-bottom: 0;
}
.auction-teaser .auction-teaser-header .auction-status-indicator {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  color: #999;
  background: #f3f3f3;
  border-radius: 4px;
  padding: 0.4rem 0.5rem;
  font-size: 12px;
}
.auction-teaser .auction-teaser-header .auction-status-indicator:before, .auction-teaser .auction-teaser-header .auction-status-indicator:after {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #999;
}
@media screen and (min-width: 768px) {
  .auction-teaser .auction-teaser-header .auction-status-indicator:before, .auction-teaser .auction-teaser-header .auction-status-indicator:after {
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
}
.auction-teaser .auction-teaser-header .auction-status-indicator.available:before, .auction-teaser .auction-teaser-header .auction-status-indicator.available:after {
  background-color: #9ccc65;
}
.auction-teaser .auction-teaser-header .auction-status-indicator.in-progress:before, .auction-teaser .auction-teaser-header .auction-status-indicator.in-progress:after {
  background-color: #ffb74d;
}
.auction-teaser .auction-teaser-header .auction-status-indicator.over:before, .auction-teaser .auction-teaser-header .auction-status-indicator.over:after {
  background-color: #ff8a80;
}
.auction-teaser .auction-teaser-header .auction-status-indicator.aftersale:before, .auction-teaser .auction-teaser-header .auction-status-indicator.aftersale:after {
  background-color: #42a5f5;
}
@media screen and (max-width: 575px) {
  .auction-teaser .auction-teaser-header .auction-status-indicator {
    margin-bottom: 0.25rem;
  }
  .auction-teaser .auction-teaser-header .auction-status-indicator:before {
    display: inline-block;
    margin-right: 0.4rem;
  }
}
@media screen and (min-width: 576px) {
  .auction-teaser .auction-teaser-header .auction-status-indicator:after {
    display: inline-block;
    margin-left: 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  .auction-teaser .auction-teaser-header .auction-status-indicator {
    font-size: 14px;
  }
}
.auction-teaser .auction-teaser-images {
  text-align: center;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding: 2.5px;
}
.auction-teaser .auction-teaser-images .auction-teaser-image {
  padding: 2.5px;
}
@media screen and (min-width: 576px) {
  .auction-teaser .auction-teaser-images {
    padding: 5.5px;
  }
  .auction-teaser .auction-teaser-images .auction-teaser-image {
    padding: 5.5px;
  }
}
@media screen and (min-width: 992px) {
  .auction-teaser .auction-teaser-images {
    padding: 7.5px;
  }
  .auction-teaser .auction-teaser-images .auction-teaser-image {
    padding: 7.5px;
  }
}
.auction-teaser .auction-teaser-footer {
  display: flex;
  justify-content: space-between;
}
.auction-teaser .auction-teaser-footer p {
  font-size: 12px;
  color: #cecece;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .auction-teaser .auction-teaser-footer p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .auction-teaser .auction-teaser-footer p {
    font-size: 16px;
  }
}

.quick-access-infos {
  margin: 0.5rem 0;
}
.quick-access-infos span {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
}
.quick-access-infos span svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.25rem;
  flex-shrink: 0;
}
.quick-access-infos span svg path {
  fill: #be0b4f;
}

.payment-options {
  margin: 0.5rem 0;
}
.payment-options p {
  margin-bottom: 0;
}
.payment-options p span {
  font-weight: 400;
}

.search-form form .form-row {
  margin-top: 0;
}
.search-form form .button {
  width: 100%;
}
.search-form form .auction-search-checkbox-wrapper {
  display: flex;
  align-items: center;
}
.search-form form .auction-search-checkbox {
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.search-form form .auction-search-checkbox input {
  margin-right: 0.35rem;
}

@media screen and (max-width: 767px) {
  .auction-lot-filter-wrapper .auction-lot-filter {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .auction-lot-filter-wrapper .auction-lot-filter-dropdown {
    display: none;
  }
}

.auction-lot-filter {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .auction-lot-filter {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .auction-lot-filter {
    font-size: 18px;
  }
}
.auction-lot-filter li a {
  display: inline-block;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 0.25rem 0.75rem;
  margin: 0.125rem;
  font-weight: 300;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.auction-lot-filter li a:hover {
  background-color: #eaeaea;
  transition: background-color 0.3s ease-in-out;
}
.auction-lot-filter li a.active {
  color: #fff;
  background: #6e9b76;
}
.auction-lot-filter li a.active.unsold {
  color: #fff;
  background: #be0b4f;
}

.auction-lot-filter-dropdown {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  border: 2px solid #e5e5e5;
  background-color: #fff;
}

/*=======================================================
Overlay button
=======================================================*/
.custom-site-action {
  margin: 0.5rem 0;
}
@media screen and (min-width: 992px) {
  .custom-site-action .site-action {
    width: 100%;
  }
}
.custom-site-action .site-action span {
  font-size: 0.6rem;
  display: block;
  color: #fff;
  opacity: 0.75;
  margin-top: 0.25rem;
}
.custom-site-action .site-action.green.outline span {
  color: #6e9b76;
  transition: color 0.3s ease-in-out;
}
.custom-site-action .site-action.green.outline:hover span {
  color: #fff;
}

/*=======================================================
Overlay
=======================================================*/
#auction-information-overlay {
  display: none;
  padding: 44px 0 0 0;
  max-width: 900px;
}
#auction-information-overlay .overlay-content {
  max-height: calc(100vh - 100px);
  overflow: auto;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  #auction-information-overlay .overlay-content {
    padding: calc(2rem - 44px) 3rem 2rem 3rem;
  }
}
@media screen and (min-width: 992px) {
  #auction-information-overlay .overlay-content {
    padding: calc(3rem - 44px) 4rem 3rem 4rem;
  }
}

/*=======================================================
Auction state indicator
=======================================================*/
.auction-indicator-breadcrumb {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .auction-indicator-breadcrumb {
    display: none;
  }
}
.auction-indicator-breadcrumb .auction-status-indicator:after {
  display: inline-block;
  margin-left: 0.4rem;
}

.auction-header .auction-status-indicator {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 992px) {
  .auction-header .auction-status-indicator {
    display: none;
  }
}
.auction-header .auction-status-indicator:before {
  display: inline-block;
  margin-right: 0.4rem;
}

.auction-status-indicator {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  color: #999;
  background: #eaeaea;
  border-radius: 4px;
  padding: 0.4rem 0.5rem;
  font-size: 12px;
}
.auction-status-indicator:before, .auction-status-indicator:after {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #999;
}
@media screen and (min-width: 768px) {
  .auction-status-indicator:before, .auction-status-indicator:after {
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
}
.auction-status-indicator.available:before, .auction-status-indicator.available:after {
  background-color: #9ccc65;
}
.auction-status-indicator.in-progress:before, .auction-status-indicator.in-progress:after {
  background-color: #ffb74d;
}
.auction-status-indicator.over:before, .auction-status-indicator.over:after {
  background-color: #ff8a80;
}
.auction-status-indicator.aftersale:before, .auction-status-indicator.aftersale:after {
  background-color: #42a5f5;
}
@media screen and (min-width: 768px) {
  .auction-status-indicator {
    font-size: 14px;
  }
}

.lot-cards {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.lot-card {
  margin-bottom: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.lot-card .inner-wrapper {
  height: 100%;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  position: relative;
}
.lot-card .lot-card-image-frame {
  position: relative;
}
.lot-card .lot-card-image {
  display: inline-block;
  width: 100%;
}
.lot-card .lot-card-image img {
  display: block;
  width: 100%;
}
.lot-card .lot-card-image .lot-nr {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  color: #999;
  padding: 2px 8px 2px 10px;
  border-radius: 0 0 0 4px;
  font-size: 11px;
}
.lot-card .lot-card-image .lot-nr .show-on-mobile {
  display: inline;
}
.lot-card .lot-card-image .lot-nr .hide-on-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .lot-card .lot-card-image .lot-nr {
    font-size: 12px;
  }
  .lot-card .lot-card-image .lot-nr .show-on-mobile {
    display: none;
  }
  .lot-card .lot-card-image .lot-nr .hide-on-mobile {
    display: inline;
  }
}
@media screen and (min-width: 992px) {
  .lot-card .lot-card-image .lot-nr {
    font-size: 14px;
  }
}
.lot-card .favorite-toggle-card {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .lot-card .favorite-toggle-card {
    right: 15px;
    bottom: 15px;
  }
}
.lot-card .lot-card-content {
  margin: 7.5px;
}
@media screen and (min-width: 768px) {
  .lot-card .lot-card-content {
    margin: 15px;
  }
}
.lot-card .lot-card-content .lot-category {
  color: #999;
  margin-bottom: 0.5rem;
  line-height: 1;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .lot-card .lot-card-content .lot-category {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .lot-card .lot-card-content .lot-category {
    font-size: 14px;
  }
}
.lot-card .lot-card-content .lot-category.lot-highlight {
  display: flex;
  justify-content: space-between;
}
.lot-card .lot-card-content .lot-category.lot-highlight:after {
  content: "Highlight";
  background-color: #6e9b76;
  color: #FFF;
  padding: 2px 4px;
  border-radius: 4px;
}
.lot-card .lot-card-content .lot-title {
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .lot-card .lot-card-content .lot-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .lot-card .lot-card-content .lot-title {
    font-size: 18px;
  }
}
.lot-card .lot-card-content .lot-description {
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .lot-card .lot-card-content .lot-description {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .lot-card .lot-card-content .lot-description {
    font-size: 18px;
  }
}
.lot-card .lot-card-content .lot-card-price-table {
  font-size: 0.8rem;
}
.lot-card .lot-card-content .lot-card-price-table p {
  margin: 0;
  padding: 0.25rem;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  color: #999;
}
.lot-card .lot-card-content .lot-card-price-table p:nth-of-type(2n+0) {
  background: #f3f3f3;
}
.lot-card .lot-card-content .lot-card-price-table p span.bold {
  color: #222;
}
.lot-card .lot-card-content .lot-card-price-table p span.highlighted {
  color: #be0b4f;
  font-weight: 500;
}
.lot-card .lot-card-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: auto 7.5px 7.5px 7.5px;
}
.lot-card .lot-card-actions .button {
  width: 100%;
  margin-top: 0.5rem;
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .lot-card .lot-card-actions {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .lot-card .lot-card-actions .button {
    width: unset;
    margin-top: 0;
  }
}
@media screen and (min-width: 690px) and (max-width: 767px) {
  .lot-card .lot-card-actions {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .lot-card .lot-card-actions .button {
    width: unset;
    margin-top: 0;
  }
}
@media screen and (min-width: 820px) and (max-width: 991px) {
  .lot-card .lot-card-actions {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .lot-card .lot-card-actions .button {
    width: unset;
    margin-top: 0;
  }
}
@media screen and (min-width: 1160px) {
  .lot-card .lot-card-actions {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .lot-card .lot-card-actions .button {
    width: unset;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .lot-card .lot-card-actions {
    margin: auto 15px 15px 15px;
  }
}
.lot-card .lot-card-actions .button {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .lot-card .lot-card-actions .button {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .lot-card .lot-card-actions .button {
    font-size: 18px;
  }
}
.lot-card .lot-card-actions .price {
  margin-right: 0.5rem;
}
.lot-card .lot-card-actions .price span {
  display: block;
}
.lot-card .lot-card-actions .price span.amount {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .lot-card .lot-card-actions .price span.amount {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .lot-card .lot-card-actions .price span.amount {
    font-size: 18px;
  }
}
.lot-card .lot-card-actions .price span.type {
  color: #999;
  line-height: 1;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .lot-card .lot-card-actions .price span.type {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .lot-card .lot-card-actions .price span.type {
    font-size: 14px;
  }
}
.lot-card.lot-card-account .alert {
  margin-bottom: 0.5rem;
}
.lot-card.sold .inner-wrapper {
  position: relative;
  overflow: hidden;
}
.lot-card.sold .inner-wrapper:before {
  content: "Verkauft";
  color: #fff;
  background: #be0b4f;
  text-align: center;
  line-height: 1.6;
  width: 200px;
  z-index: 1;
  display: inline-block;
  position: absolute;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-size: 11px;
  top: 12px;
  left: -80px;
}
@media screen and (min-width: 458px) {
  .lot-card.sold .inner-wrapper:before {
    font-size: 12px;
    top: 14px;
    left: -76px;
  }
}
@media screen and (min-width: 576px) {
  .lot-card.sold .inner-wrapper:before {
    font-size: 14px;
    top: 18px;
    left: -71px;
  }
}
@media screen and (min-width: 768px) {
  .lot-card.sold .inner-wrapper:before {
    font-size: 16px;
    top: 20px;
    left: -68px;
  }
}
@media screen and (min-width: 992px) {
  .lot-card.sold .inner-wrapper:before {
    font-size: 18px;
    top: 24px;
    left: -62px;
  }
}

.favorite-toggle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #be0b4f;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.favorite-toggle i {
  font-size: 20px;
  line-height: 1;
}
.favorite-toggle:hover, .favorite-toggle.is-favorite {
  background: #fff;
  color: #6e9b76;
}
.favorite-toggle:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.favorite-toggle.is-loading {
  opacity: 0.7;
  pointer-events: none;
}
.favorite-toggle.favorite-toggle-detail {
  flex: 0 0 auto;
  margin-top: 0.2rem;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
}

.content-image {
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.team-card {
  margin: 1rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .team-card {
    margin: 3rem 0;
  }
}
.team-card img {
  margin-bottom: 1rem;
  max-width: 80px;
}
@media screen and (min-width: 576px) {
  .team-card img {
    max-width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .team-card img {
    max-width: 120px;
  }
}
@media screen and (min-width: 992px) {
  .team-card img {
    max-width: 160px;
  }
}
.team-card q, .team-card p {
  line-height: 1.3;
}
.team-card q {
  font-weight: 300;
  font-style: italic;
  margin-bottom: 1rem;
  display: inline-block;
}
.team-card p {
  margin-bottom: 0;
  color: #999;
}

.job-offer {
  margin-bottom: 2rem;
  padding-top: 1rem;
}
.job-offer + .job-offer {
  border-top: 1px solid #be0b4f;
}

.press-release-list li {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .press-release-list li {
    flex-direction: row;
    align-items: center;
  }
}
.press-release-list li > div .title {
  margin-bottom: 0;
}
.press-release-list li > div p {
  margin-bottom: 0;
}
.press-release-list li > div a {
  font-size: 0.8rem;
}
.press-release-list li:before {
  font-size: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 1.4rem;
  margin: 0 0 0.5rem 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #fff;
  border: 2px solid #be0b4f;
}
@media screen and (min-width: 576px) {
  .press-release-list li:before {
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    margin: 0 1rem 0 0;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 576px) {
  .press-release-list li {
    position: relative;
  }
  .press-release-list li:after {
    display: inline-block;
    content: " ";
    width: 2px;
    height: 120%;
    background: #cecece;
    position: absolute;
    left: 2rem;
    top: 2.5rem;
    z-index: -1;
  }
  .press-release-list li:last-of-type:after {
    background: #cecece;
    background: linear-gradient(to bottom, rgb(206, 206, 206) 0%, rgba(206, 206, 206, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cecece", endColorstr="#00cecece",GradientType=0 );
  }
}
.press-release-list li[data-year]:before {
  content: attr(data-year);
}

/*=======================================================
Sticky
=======================================================*/
.sidebar-content {
  padding-right: 0;
  padding-left: 0;
}
.sidebar-content .sticky-container {
  padding: 15px;
}
.sidebar-content .sticky-container .lot-title-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.sidebar-content .sticky-container h1, .sidebar-content .sticky-container h1.home span, h1.home .sidebar-content .sticky-container span {
  font-size: 34px;
  flex: 1;
}

/*=======================================================
Swiper
=======================================================*/
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-container.main-swiper {
  margin-bottom: 1rem;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.swiper-container.main-swiper .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.swiper-container.thumb-swiper {
  position: relative;
  margin: 1rem 0;
}
.swiper-container.thumb-swiper .swiper-slide {
  opacity: 0.5;
  border-radius: 4px;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
.swiper-container.thumb-swiper .swiper-slide:hover, .swiper-container.thumb-swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.swiper-container.thumb-swiper .thumb-swiper-control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2rem;
  background: #6e9b76;
  z-index: 2;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.swiper-container.thumb-swiper .thumb-swiper-control svg {
  width: 1rem;
}
.swiper-container.thumb-swiper .thumb-swiper-control svg path {
  fill: #fff;
}
.swiper-container.thumb-swiper .thumb-swiper-control:hover {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  cursor: pointer;
}
.swiper-container.thumb-swiper .thumb-swiper-control.thumb-swiper-prev {
  left: 0;
}
.swiper-container.thumb-swiper .thumb-swiper-control.thumb-swiper-next {
  right: 0;
}
.swiper-container.thumb-swiper .thumb-swiper-control.swiper-button-disabled {
  z-index: 0;
  opacity: 0;
}

/*=======================================================
Switch columns for larger devices
=======================================================*/
@media screen and (min-width: 768px) {
  .sidebar-content {
    order: 2;
  }
  .main-content {
    order: 1;
  }
}
/*=======================================================
Bidding container
=======================================================*/
.bidding-container {
  margin: 1rem 0;
}
.bidding-container .price-table {
  margin-bottom: 1rem;
  color: #999;
}
.bidding-container .price-table .price-table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.bidding-container .price-table .price-table-row:nth-of-type(2n+0) {
  background: #f3f3f3;
}
.bidding-container .price-table .price-table-row p {
  margin-bottom: 0;
}
.bidding-container .price-table .price-table-row p.recent {
  color: #be0b4f;
  font-size: 1.2rem;
  font-weight: 400;
}
.bidding-container .price-table .price-table-row p.max {
  color: #222;
}
.bidding-container .price-table .price-table-row:only-of-type {
  background: #f3f3f3;
}
.bidding-container .price-table .price-table-row:only-of-type p:last-of-type {
  font-size: 1.2rem;
  font-weight: 400;
  color: #be0b4f;
}
.bidding-container .bid-preview-price-table {
  color: #666;
  margin: 10px 15px 10px auto;
  font-size: 14px;
}
.bidding-container .bid-preview-price-table td + td {
  padding-left: 2rem;
}
.bidding-container form .button {
  width: 100%;
}
.bidding-container .disclaimer {
  font-size: 14px;
  color: #999;
  line-height: 1.2;
}

/*=======================================================
Style
=======================================================*/
.main-content .inner-content {
  margin: 3rem 0;
}

.warranty {
  color: #999;
  margin-bottom: 0;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .warranty {
    font-size: 14px;
  }
}

.lot-number {
  margin-bottom: 0;
  color: #999;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .lot-number {
    font-size: 18px;
  }
}

.bidding-steps thead tr th {
  font-weight: 400;
  padding: 0.5rem;
}
.bidding-steps tbody tr:nth-of-type(2n+1) {
  background: #f3f3f3;
}
.bidding-steps tbody tr td {
  color: #999;
  font-weight: 300;
  padding: 0.5rem;
}
.bidding-steps tbody tr td:first-of-type {
  padding-left: 1rem;
}
.bidding-steps tbody tr td:last-of-type {
  padding-right: 1rem;
}
.bidding-steps tbody tr td.increment {
  font-weight: 400;
}

/*=======================================================
Alert
=======================================================*/
.row.alert-row {
  margin-top: -3rem;
  margin-bottom: -2rem;
}

.row-breadcrumb + .row.alert-row {
  margin-top: 1rem;
}

/*=======================================================
Verkauft Banderole
=======================================================*/
.swiper-container.sold {
  position: relative;
  overflow: hidden;
}
.swiper-container.sold:before {
  content: "Verkauft";
  color: #fff;
  background: #be0b4f;
  text-align: center;
  line-height: 1.6;
  width: 200px;
  z-index: 50;
  display: inline-block;
  position: absolute;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-size: 11px;
  top: 12px;
  left: -80px;
}
@media screen and (min-width: 458px) {
  .swiper-container.sold:before {
    font-size: 12px;
    top: 14px;
    left: -76px;
  }
}
@media screen and (min-width: 576px) {
  .swiper-container.sold:before {
    font-size: 14px;
    top: 18px;
    left: -71px;
  }
}
@media screen and (min-width: 768px) {
  .swiper-container.sold:before {
    font-size: 16px;
    top: 20px;
    left: -68px;
  }
}
@media screen and (min-width: 992px) {
  .swiper-container.sold:before {
    font-size: 18px;
    top: 24px;
    left: -62px;
  }
}

.accordion {
  margin: 0 0 2rem 1rem;
}
.accordion > li {
  margin: 0.75rem 0 0.5rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.accordion > li > div {
  padding: 0 0 0.5rem 0;
}
.accordion > li > div a {
  color: #be0b4f;
}
.accordion > li > div .list li {
  display: block;
}
.accordion > li *:last-child {
  margin-bottom: 0;
}
.accordion > li:last-of-type {
  border-bottom: none;
  margin-bottom: 0.75rem;
}
.accordion h4, .accordion .press-release-list li > div .title, .press-release-list li > div .accordion .title, .accordion .press-release-list li:before, .press-release-list .accordion li:before {
  margin: 0;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
}
.accordion h4:after, .accordion .press-release-list li > div .title:after, .press-release-list li > div .accordion .title:after {
  content: "▾";
  color: #cecece;
}
.accordion h4.active:after, .accordion .press-release-list li > div .active.title:after, .press-release-list li > div .accordion .active.title:after {
  content: "◂";
}
.accordion div {
  display: none;
}

.hero-swiper {
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.hero-swiper .swiper-slide {
  position: relative;
}
.hero-swiper .swiper-slide img {
  display: inline-block;
  max-width: 100%;
}
.hero-swiper .swiper-slide .favorite-toggle-jumbotron {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 5;
}

.hero-swiper-wrapper {
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero-swiper-wrapper {
    margin-bottom: 0;
  }
}
.hero-swiper-wrapper .swiper-controls {
  z-index: 100;
  position: absolute;
  overflow: hidden;
  bottom: -15px;
  left: 15px;
  height: 2.7rem;
  width: 5.4rem;
  background: #6e9b76;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.hero-swiper-wrapper .swiper-controls .thumb-swiper-control {
  width: 2.7rem;
  height: 2.7rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.hero-swiper-wrapper .swiper-controls .thumb-swiper-control svg {
  height: 1.5rem;
}
.hero-swiper-wrapper .swiper-controls .thumb-swiper-control svg path {
  fill: #fff;
}
.hero-swiper-wrapper .swiper-controls .thumb-swiper-control.thumb-swiper-next {
  background: rgb(125.0918367347, 165.4081632653, 132.2591836735);
}
.hero-swiper-wrapper .swiper-controls .thumb-swiper-control:hover {
  cursor: pointer;
}

.hero-content-swiper {
  overflow: hidden;
}

/*
    RCPM OPENER in Privacy Text 
*/
.open-rcpm {
  color: #be0b4f;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}
.open-rcpm:hover {
  cursor: pointer;
  color: #be0b4f;
  text-decoration: underline;
}

/*=======================================================
Site Extensions
=======================================================*/
#rcpm {
  --custom-color: #729e3e;
  --custom-color-on-interaction: #8bc34a;
  --text-color-primary: #222;
  --text-color-secondary: #666;
  --contrast-text-color: white;
  --background-color: white;
  --border-radius-container: .25rem;
  --border-radius-button: .25rem;
  --offset-bottom: 10px;
  display: none;
  z-index: 10000;
  position: fixed;
  bottom: var(--offset-bottom);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 360px;
  background: var(--background-color);
  border-radius: var(--border-radius-container);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.025), 0px 0px 2px rgba(0, 0, 0, 0.025), 0px 1px 3px rgba(0, 0, 0, 0.025), 0px 2px 5px rgba(0, 0, 0, 0.025), 0px 3px 8px rgba(0, 0, 0, 0.025), 0px 5px 13px rgba(0, 0, 0, 0.025), 0px 8px 21px rgba(0, 0, 0, 0.025), 0px 13px 34px rgba(0, 0, 0, 0.025), 0px 21px 55px rgba(0, 0, 0, 0.025);
  max-height: 100%;
  overflow-y: auto;
  font-size: 16px;
  font-family: -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-weight: 400;
}
#rcpm p, #rcpm a, #rcpm label {
  font-weight: 400;
  line-height: 1.4;
}
#rcpm p, #rcpm p a {
  margin-bottom: 0.5rem;
  font-size: 16px;
  color: var(--text-color-primary);
}
#rcpm * > p:last-child {
  margin-bottom: 0 !important;
}
#rcpm * > p:first-child {
  margin-top: 0 !important;
}
#rcpm p a,
#rcpm p a.show__page {
  cursor: pointer;
  color: var(--custom-color);
}
#rcpm p a:hover,
#rcpm p a.show__page:hover {
  color: var(--custom-color-on-interaction);
  text-decoration: underline;
}
#rcpm .rcpm__headline {
  color: var(--text-color-primary);
  font-size: 18px;
  font-weight: 600;
}
#rcpm .rcpm__headline a {
  font-size: 18px;
}
#rcpm .rcpm__copy--small {
  color: ver(--text-color-secondary);
  font-size: 14px;
}
#rcpm .rcpm__copy--small p a {
  font-size: 14px;
}
#rcpm .rcpm__content,
#rcpm .rcpm__buttons,
#rcpm .rcpm__legal-footer {
  margin: 0;
  padding: 0 16px 16px 16px;
}
#rcpm .rcpm__header {
  margin: 0;
  padding: 5px;
  height: 28px;
  text-align: right;
}
#rcpm .rcpm__page.rcpm__page--one {
  display: block;
}
#rcpm .rcpm__page.rcpm__page--two {
  display: none;
}
#rcpm .rcpm__page.rcpm__page--three {
  display: none;
}
#rcpm .rcpm__configuration-grid {
  margin-bottom: 0.5rem;
}
#rcpm .rcpm__configuration-item:not(:last-of-type) {
  margin-bottom: 10px;
}
#rcpm .rcpm__configuration-item input[type=checkbox] {
  display: none;
}
#rcpm .rcpm__configuration-item input[type=checkbox]:disabled + label {
  cursor: not-allowed;
}
#rcpm .rcpm__configuration-item input[type=checkbox]:checked + label {
  background-color: var(--custom-color);
  border-color: var(--custom-color);
}
#rcpm .rcpm__configuration-item input[type=checkbox]:checked + label span {
  color: var(--contrast-text-color);
}
#rcpm .rcpm__configuration-item input[type=checkbox]:checked + label:before {
  display: inline-block;
}
#rcpm .rcpm__configuration-item input[type=checkbox]:checked + label:after {
  border: none;
  background-color: var(--contrast-text-color);
}
#rcpm .rcpm__configuration-item label {
  padding: 7px 48px 7px 13px;
  border-radius: var(--border-radius-button);
  border: 2px solid #f3f3f3;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
#rcpm .rcpm__configuration-item label:before {
  display: none;
  content: " ";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(139,195,74)" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>');
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
#rcpm .rcpm__configuration-item label:after {
  display: inline-block;
  content: " ";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #eaeaea;
}
#rcpm .rcpm__configuration-item .item__headline {
  display: block;
  font-weight: 600;
  color: var(--text-color-primary);
}
#rcpm .rcpm__configuration-item .item__copy {
  display: block;
  font-size: 14px;
  color: var(--text-color-secondary);
}
#rcpm .rcpm__buttons {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
@media screen and (min-width: 320px) {
  #rcpm .rcpm__buttons {
    display: grid;
    gap: 10px;
    grid-template: auto/repeat(2, 1fr);
  }
  #rcpm .rcpm__buttons.rcpm__buttons--reversed {
    grid-template: auto/repeat(2, 1fr);
  }
}
#rcpm .rcpm__button {
  width: auto;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  line-height: normal;
  overflow: visible;
  color: inherit;
  font: inherit;
  font-size: 18px;
  font-weight: 600;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  padding: 0.8rem;
  line-height: 1.3;
  border-radius: var(--border-radius-button);
  color: var(--contrast-text-color);
  background-color: var(--custom-color);
  cursor: pointer;
  transition: color ease-in-out 0.1s, background-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
}
#rcpm .rcpm__button:hover {
  color: var(--contrast-text-color);
  background-color: var(--custom-color-on-interaction);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.03), 0px 1px 3px rgba(0, 0, 0, 0.03), 0px 2px 5px rgba(0, 0, 0, 0.03), 0px 3px 8px rgba(0, 0, 0, 0.03), 0px 5px 13px rgba(0, 0, 0, 0.03);
}
#rcpm .rcpm__button:nth-child(3) {
  grid-column: span 2;
}
#rcpm .hide__rcpm {
  width: auto;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  line-height: normal;
  overflow: visible;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: relative;
}
#rcpm .hide__rcpm:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 28px;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  opacity: 0.5;
  transition: opacity ease-in-out 0.1s;
}
@media (prefers-color-scheme: dark) {
  #rcpm .hide__rcpm:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="rgb(255,255,255)" d="M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z"/></svg>');
  }
}
#rcpm .hide__rcpm:hover:before {
  opacity: 1;
}
#rcpm .rcpm__legal-footer {
  color: var(--text-color-secondary);
  font-size: 14px;
}
#rcpm .rcpm__legal-footer p, #rcpm .rcpm__legal-footer p a {
  margin-bottom: 0.25rem;
  font-size: 14px;
}

.beta-test {
  font-size: 16px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.beta-test div.beta-label {
  display: inline-block;
  background: #ffeb3b;
  text-align: center;
  font-weight: 500;
  padding: 0.25rem 0;
  width: 60px;
}
@media screen and (min-width: 576px) {
  .beta-test div.beta-label {
    width: 76px;
  }
}
@media screen and (min-width: 768px) {
  .beta-test div.beta-label {
    width: 92px;
  }
}
@media screen and (min-width: 992px) {
  .beta-test div.beta-label {
    width: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .beta-test div.beta-label {
    width: 120px;
  }
}
.beta-test > div:last-of-type {
  padding: 0.25rem 10px;
  flex-grow: 1;
  background: #FFF9C4;
}
.beta-test p {
  display: inline-block;
  margin-bottom: 0;
}
.beta-test p a {
  color: #746e3a;
  font-size: 14px;
}
