@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,500,700&display=swap');
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.66666667;
  color: #7B7470;
  background-color: #FFFFFF;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #B6172F;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #720e1d;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.66666667;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.25;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 2rem;
}
h4,
.h4 {
  font-size: 2rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin: 0 0 0.5rem;
}
.lead {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5rem;
  }
}
small,
.small {
  font-size: 100%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #B6172F;
}
a.text-primary:hover {
  color: #891123;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #B6172F;
}
a.bg-primary:hover {
  background-color: #891123;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: -0.5rem;
  margin: 2rem 0 1rem;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
dt,
dd {
  line-height: 1.66666667;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0.5rem 1rem;
  margin: 0 0 1rem;
  font-size: 1.25rem;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.66666667;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: 1.66666667;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 0rem;
  margin: 0 0 0.5rem;
  font-size: 0rem;
  line-height: 1.66666667;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.66666667;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #FFFFFF;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 0.75rem;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 1rem;
  line-height: 1.66666667;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 15rem;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.66666667;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 15rem;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 13rem;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 25rem;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 1rem;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 13rem;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 13rem;
  line-height: 13rem;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 13rem;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 13rem;
  line-height: 13rem;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 13rem;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1.5;
}
.input-lg {
  height: 25rem;
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 25rem;
  line-height: 25rem;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 25rem;
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 25rem;
  line-height: 25rem;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 25rem;
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 18.75rem;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 15rem;
  height: 15rem;
  line-height: 15rem;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 25rem;
  height: 25rem;
  line-height: 25rem;
}
.input-sm + .form-control-feedback {
  width: 13rem;
  height: 13rem;
  line-height: 13rem;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 6rem;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b9b4b2;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 8rem;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.66666667;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #B6172F;
  border-color: #9f1429;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #891123;
  border-color: #690d1b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #B6172F;
  border-color: #9f1429;
}
.btn-primary .badge {
  color: #B6172F;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #B6172F;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #720e1d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
header .header:before,
header .header:after,
section.stage .items .item-stage-item .text-container:before,
section.stage .items .item-stage-item .text-container:after,
section.stage .items .item-stage-item .action-banner:before,
section.stage .items .item-stage-item .action-banner:after,
body.page #block-swissflex-content:before,
body.page #block-swissflex-content:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
header .header:after,
section.stage .items .item-stage-item .text-container:after,
section.stage .items .item-stage-item .action-banner:after,
body.page #block-swissflex-content:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
* {
  outline: 0 !important;
}
.bold {
  font-weight: 700;
}
.semibold {
  font-weight: 600;
}
.normal {
  font-weight: 500;
}
.thin {
  font-weight: 200;
}
.upper {
  text-transform: uppercase;
}
.colored {
  color: #B6172F;
}
.fs-sans {
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fs-serif {
  font-family: "TheSerif", Georgia, "Times New Roman", Times, serif;
}
.fs-default {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .fs-default {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .fs-default {
    font-size: 15px;
    line-height: 24px;
  }
}
.fs-default_home {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .fs-default_home {
    font-size: 15px;
    line-height: 24px;
  }
}
.fs-input {
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #7B7470;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .fs-input {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .fs-input {
    font-size: 15px;
  }
}
.fs-btn {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
}
@media (max-width: 767px) {
  .fs-btn {
    font-size: 16px;
  }
}
.fs-btn-serif {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-family: "TheSerif", Georgia, "Times New Roman", Times, serif;
}
@media (max-width: 767px) {
  .fs-btn-serif {
    font-size: 16px;
  }
}
.fs-btn-sans {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 25px;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .fs-btn-sans {
    font-size: 16px;
  }
}
.fs-menu-head-left {
  font-weight: 200;
  font-size: 0.83333333rem;
}
.fs-menu-head-right {
  font-weight: 200;
  font-size: 0.83333333rem;
}
.fs-menu-level0 {
  font-weight: 700;
  font-size: 1.11111111rem;
  line-height: 30px;
}
@media (max-width: 1000px) {
  .fs-menu-level0 {
    font-size: 15px;
    line-height: 20px;
  }
}
.fs-menu-level1 {
  font-size: 1.11111111rem;
  line-height: 20px;
}
@media (max-width: 1000px) {
  .fs-menu-level1 {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
  }
}
.fs-menu-level-head {
  font-size: 0.94444444rem;
  line-height: 20px;
}
@media (max-width: 1000px) {
  .fs-menu-level-head {
    font-size: 15px;
    line-height: 21px;
  }
}
.fs-menu-level-last {
  font-size: 0.94444444rem;
  line-height: 20px;
}
@media (max-width: 1000px) {
  .fs-menu-level-last {
    font-size: 15px;
    line-height: 21px;
  }
}
.fs-footer-pre {
  font-size: 0.88888889rem;
  line-height: 1.4375;
}
.fs-footer {
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .fs-footer {
    font-size: 15px;
    line-height: 23px;
  }
}
.fs-slider-headline {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  line-height: 75px;
}
@media (max-width: 767px) {
  .fs-slider-headline {
    font-size: 30px;
    line-height: 35px;
  }
}
.fs-h1_h2_home {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 55px;
  line-height: 68px;
}
@media (max-width: 767px) {
  .fs-h1_h2_home {
    font-size: 30px;
    line-height: 35px;
  }
}
.fs-h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 767px) {
  .fs-h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.fs-h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
}
@media (max-width: 767px) {
  .fs-h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.fs-h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .fs-h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
.fs-h4 {
  font-weight: 700;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .fs-h4 {
    font-size: 15px;
    line-height: 24px;
  }
}
.container {
  width: 100% !important;
  max-width: 1200px;
}
@media (max-width: 1000px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1000px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row .col-xs-1,
  .row .col-sm-1,
  .row .col-md-1,
  .row .col-lg-1,
  .row .col-xs-2,
  .row .col-sm-2,
  .row .col-md-2,
  .row .col-lg-2,
  .row .col-xs-3,
  .row .col-sm-3,
  .row .col-md-3,
  .row .col-lg-3,
  .row .col-xs-4,
  .row .col-sm-4,
  .row .col-md-4,
  .row .col-lg-4,
  .row .col-xs-5,
  .row .col-sm-5,
  .row .col-md-5,
  .row .col-lg-5,
  .row .col-xs-6,
  .row .col-sm-6,
  .row .col-md-6,
  .row .col-lg-6,
  .row .col-xs-7,
  .row .col-sm-7,
  .row .col-md-7,
  .row .col-lg-7,
  .row .col-xs-8,
  .row .col-sm-8,
  .row .col-md-8,
  .row .col-lg-8,
  .row .col-xs-9,
  .row .col-sm-9,
  .row .col-md-9,
  .row .col-lg-9,
  .row .col-xs-10,
  .row .col-sm-10,
  .row .col-md-10,
  .row .col-lg-10,
  .row .col-xs-11,
  .row .col-sm-11,
  .row .col-md-11,
  .row .col-lg-11,
  .row .col-xs-12,
  .row .col-sm-12,
  .row .col-md-12,
  .row .col-lg-12 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.media--loading::before {
  background: #B6172F;
}
.menu-a-dotted {
  display: block;
  padding: 10px 1px;
  width: 100%;
  border-top: 1px dotted #FFFFFF;
  border-bottom: 1px dotted #FFFFFF;
}
.menu-a-dotted:hover,
.menu-a-dotted:focus {
  opacity: 0.75;
}
.btn {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  border-radius: 0;
  border-width: 2px;
  position: relative;
  text-decoration: none !important;
  padding: 7.5px 30px 7.5px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.btn.init {
  border-width: 0;
  padding: 0;
}
.btn > span {
  padding: 7.5px 30px 7.5px;
  display: block;
  width: -moz-calc(100% - 2px - 2px);
  width: calc(100% - 2px - 2px);
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  -moz-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  margin: 2px;
}
@media (max-width: 767px) {
  .btn > span {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.btn > span.hover {
  position: absolute;
  -moz-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  overflow: hidden;
  top: 0px;
  left: 0px;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.btn::before,
.btn::after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #B6172F;
  -moz-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
}
.btn::after {
  width: 0%;
}
.btn:hover,
.btn:focus {
  background-color: #FFFFFF;
}
.btn:hover > span.hover,
.btn:focus > span.hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.btn:hover::after,
.btn:focus::after {
  width: 100%;
}
.btn.btn-bg-white {
  background-color: #FFFFFF;
}
.btn.btn-bg-white:hover,
.btn.btn-bg-white:focus {
  background-color: #FFFFFF;
}
.btn.btn-bg-white > span {
  background-color: #FFFFFF;
}
.btn.btn-bg-brown {
  background-color: #BDB6AF;
}
.btn.btn-bg-brown:hover,
.btn.btn-bg-brown:focus {
  background-color: #BDB6AF;
}
.btn.btn-bg-brown > span {
  background-color: #BDB6AF;
}
.btn.btn-sans {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 25px;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .btn.btn-sans {
    font-size: 16px;
  }
}
.btn-default {
  color: #B6172F;
  border-color: #B6172F;
}
.btn-default:hover {
  color: #EAD8C4;
  border-color: #EAD8C4;
}
.btn-default > span {
  color: #B6172F;
}
.btn-default > span.hover {
  color: #EAD8C4;
}
.btn-default::before {
  background-color: #B6172F;
}
.btn-default::after {
  background-color: #EAD8C4;
}
.btn-primary {
  color: #EAD8C4;
  border-color: #EAD8C4;
}
.btn-primary:hover {
  color: #B6172F;
  border-color: #B6172F;
}
.btn-primary > span {
  color: #EAD8C4;
}
.btn-primary > span.hover {
  color: #B6172F;
}
.btn-primary::before {
  background-color: #EAD8C4;
}
.btn-primary::after {
  background-color: #B6172F;
}
.btn-white-to-red {
  color: #B6172F;
  border-color: #B6172F;
}
.btn-white-to-red:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-white-to-red > span {
  color: #B6172F;
}
.btn-white-to-red > span.hover {
  color: #FFFFFF;
}
.btn-white-to-red::before {
  background-color: #B6172F;
}
.btn-white-to-red::after {
  background-color: #FFFFFF;
}
.btn-beige {
  color: #7B7470;
  border-color: #7B7470;
}
.btn-beige:hover {
  color: #EAD8C4;
  border-color: #EAD8C4;
}
.btn-beige > span {
  color: #7B7470;
}
.btn-beige > span.hover {
  color: #EAD8C4;
}
.btn-beige::before {
  background-color: #7B7470;
}
.btn-beige::after {
  background-color: #EAD8C4;
}
.btn-slider {
  background-color: rgba(234, 216, 196, 0.56);
  color: #7B7470;
  border-color: #7B7470;
}
.btn-slider:hover,
.btn-slider:focus {
  background-color: rgba(234, 216, 196, 0.56);
}
.btn-slider > span {
  background-color: rgba(234, 216, 196, 0.56);
}
.btn-slider:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-slider > span {
  color: #7B7470;
}
.btn-slider > span.hover {
  color: #FFFFFF;
}
.btn-slider::before {
  background-color: #7B7470;
}
.btn-slider::after {
  background-color: #FFFFFF;
}
.btn-slider > span {
  background-color: rgba(234, 216, 196, 0.25);
}
.btn-slider.init {
  background-color: transparent;
}
.btn-slider.init::before {
  background-color: transparent;
  border: 2px solid #FFFFFF;
}
.btn-no-hover {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 2px solid #B6172F;
  white-space: nowrap;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  position: relative;
  text-decoration: none !important;
  color: #B6172F !important;
  padding: 7.5px 15px 7.5px;
}
@media (max-width: 767px) {
  .btn-no-hover {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn-no-hover {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
i.ic,
span.ic {
  display: inline-block;
  width: 1em;
}
i.ic svg,
span.ic svg {
  display: block;
  width: 100%;
  height: auto;
}
i.ic svg use,
span.ic svg use {
  fill: inherit;
}
.theme-white {
  background-color: #FFFFFF;
}
.theme-white .btn {
  background-color: #FFFFFF;
  color: #B6172F;
  border-color: #B6172F;
}
.theme-white .btn:hover,
.theme-white .btn:focus {
  background-color: #FFFFFF;
}
.theme-white .btn > span {
  background-color: #FFFFFF;
}
.theme-white .btn:hover {
  color: #EAD8C4;
  border-color: #EAD8C4;
}
.theme-white .btn > span {
  color: #B6172F;
}
.theme-white .btn > span.hover {
  color: #EAD8C4;
}
.theme-white .btn::before {
  background-color: #B6172F;
}
.theme-white .btn::after {
  background-color: #EAD8C4;
}
.theme-white.text-image .more-text .button {
  border-color: #EAD8C4;
  background-image: url('/svg/plus?fill=%23EAD8C4');
}
.theme-white.text-image .more-text.active .button {
  background-image: url('/svg/dash?fill=%23EAD8C4');
}
.theme-light {
  background-color: #F6F3F1;
}
.theme-light .btn {
  background-color: #F6F3F1;
  color: #B6172F;
  border-color: #B6172F;
}
.theme-light .btn:hover,
.theme-light .btn:focus {
  background-color: #F6F3F1;
}
.theme-light .btn > span {
  background-color: #F6F3F1;
}
.theme-light .btn:hover {
  color: #BDB6AF;
  border-color: #BDB6AF;
}
.theme-light .btn > span {
  color: #B6172F;
}
.theme-light .btn > span.hover {
  color: #BDB6AF;
}
.theme-light .btn::before {
  background-color: #B6172F;
}
.theme-light .btn::after {
  background-color: #BDB6AF;
}
.theme-light.text-image .more-text .button {
  border-color: #BDB6AF;
  background-image: url('/svg/plus?fill=%23BDB6AF');
}
.theme-light.text-image .more-text.active .button {
  background-image: url('/svg/dash?fill=%23BDB6AF');
}
.theme-brown {
  background-color: #BDB6AF;
}
.theme-brown .btn {
  background-color: #BDB6AF;
  color: #B6172F;
  border-color: #B6172F;
}
.theme-brown .btn:hover,
.theme-brown .btn:focus {
  background-color: #BDB6AF;
}
.theme-brown .btn > span {
  background-color: #BDB6AF;
}
.theme-brown .btn:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.theme-brown .btn > span {
  color: #B6172F;
}
.theme-brown .btn > span.hover {
  color: #FFFFFF;
}
.theme-brown .btn::before {
  background-color: #B6172F;
}
.theme-brown .btn::after {
  background-color: #FFFFFF;
}
.theme-brown.text-image .more-text .button {
  border-color: #FFFFFF;
  background-image: url('/svg/plus?fill=%23FFFFFF');
}
.theme-brown.text-image .more-text.active .button {
  background-image: url('/svg/dash?fill=%23FFFFFF');
}
.theme-sand {
  background-color: #EAD8C4;
}
.theme-sand .btn {
  background-color: #EAD8C4;
  color: #B6172F;
  border-color: #B6172F;
}
.theme-sand .btn:hover,
.theme-sand .btn:focus {
  background-color: #EAD8C4;
}
.theme-sand .btn > span {
  background-color: #EAD8C4;
}
.theme-sand .btn:hover {
  color: #7B7470;
  border-color: #7B7470;
}
.theme-sand .btn > span {
  color: #B6172F;
}
.theme-sand .btn > span.hover {
  color: #7B7470;
}
.theme-sand .btn::before {
  background-color: #B6172F;
}
.theme-sand .btn::after {
  background-color: #7B7470;
}
.theme-sand.text-image .more-text .button {
  border-color: #7B7470;
  background-image: url('/svg/plus?fill=%237B7470');
}
.theme-sand.text-image .more-text.active .button {
  background-image: url('/svg/dash?fill=%237B7470');
}
.product-teaser {
  background: #FFFFFF;
  padding: 0 34.5px 214.5px;
  display: block;
  position: relative;
  min-height: 100%;
}
.product-teaser .views-field-title {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .product-teaser .views-field-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.product-teaser .views-field-field-short-description {
  padding: 20px 0;
  border-top: 1.5px dotted #BDB6AF;
}
.product-teaser a.btn,
.product-teaser a.btn-no-hover {
  position: absolute;
  text-align: left;
  width: -moz-calc(100% - 69px);
  width: calc(100% - 69px);
}
@media (min-width: 992px) and (max-width: 1189px) {
  .product-teaser a.btn,
  .product-teaser a.btn-no-hover {
    font-size: 18px;
  }
}
.product-teaser a.btn.first,
.product-teaser a.btn-no-hover.first {
  bottom: 163px;
  background-image: url('/svg/info');
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
@media (min-width: 992px) and (max-width: 1189px) {
  .product-teaser a.btn.first,
  .product-teaser a.btn-no-hover.first {
    background-size: 22px auto;
    background-position: right 10px center;
  }
}
@media (max-width: 767px) {
  .product-teaser a.btn.first,
  .product-teaser a.btn-no-hover.first {
    background-size: 20px auto;
  }
}
.product-teaser a.btn.second,
.product-teaser a.btn-no-hover.second {
  bottom: 99px;
  background-image: url('/svg/cart_big_red');
  background-size: 36px auto;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
@media (min-width: 992px) and (max-width: 1189px) {
  .product-teaser a.btn.second,
  .product-teaser a.btn-no-hover.second {
    background-size: 26px auto;
    background-position: right 10px center;
  }
}
@media (max-width: 767px) {
  .product-teaser a.btn.second,
  .product-teaser a.btn-no-hover.second {
    background-size: 26px auto;
  }
}
.product-teaser a.btn.third,
.product-teaser a.btn-no-hover.third {
  bottom: 34.5px;
  background-image: url('/svg/shop');
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
@media (min-width: 992px) and (max-width: 1189px) {
  .product-teaser a.btn.third,
  .product-teaser a.btn-no-hover.third {
    background-size: 20px auto;
    background-position: right 10px center;
  }
}
@media (max-width: 767px) {
  .product-teaser a.btn.third,
  .product-teaser a.btn-no-hover.third {
    background-size: 20px auto;
  }
}
@media (max-width: 767px) {
  .product-teaser a.btn,
  .product-teaser a.btn-no-hover {
    margin-left: 0;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
}
/*
 * See
 *
 * http://kenwheeler.github.io/slick/
 *
 * for help
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*
 * See
 *
 * http://kenwheeler.github.io/slick/
 *
 * for help
 */
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/themes/swissflex/build/../assets/less/slick/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/themes/swissflex/build/../assets/less/slick/fonts/slick.eot');
  src: url('/themes/swissflex/build/../assets/less/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/themes/swissflex/build/../assets/less/slick/fonts/slick.woff') format('woff'), url('/themes/swissflex/build/../assets/less/slick/fonts/slick.ttf') format('truetype'), url('/themes/swissflex/build/../assets/less/slick/fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
html {
  font-size: 18px;
}
@media (max-width: 1215px) {
  html {
    font-size: 1.5vw;
  }
}
.form-control {
  height: 49px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0;
  border-color: #F6F3F1;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #7B7470;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .form-control {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .form-control {
    font-size: 15px;
  }
}
.more-text .toggle-text {
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
}
.more-text.active .toggle-text {
  opacity: 1;
  height: auto;
  max-height: 9999px;
  overflow: visible;
  -moz-transition: max-height 1s ease-in, opacity 1s;
  transition: max-height 1s ease-in, opacity 1s;
}
.richtext {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
}
@media (max-width: 1199px) {
  .richtext {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .richtext {
    font-size: 15px;
    line-height: 24px;
  }
}
.richtext .h1,
.richtext .h2,
.richtext .h3,
.richtext .h4,
.richtext .h5,
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
.richtext .h1 + .h1,
.richtext .h2 + .h1,
.richtext .h3 + .h1,
.richtext .h4 + .h1,
.richtext .h5 + .h1,
.richtext h1 + .h1,
.richtext h2 + .h1,
.richtext h3 + .h1,
.richtext h4 + .h1,
.richtext h5 + .h1,
.richtext .h1 + .h2,
.richtext .h2 + .h2,
.richtext .h3 + .h2,
.richtext .h4 + .h2,
.richtext .h5 + .h2,
.richtext h1 + .h2,
.richtext h2 + .h2,
.richtext h3 + .h2,
.richtext h4 + .h2,
.richtext h5 + .h2,
.richtext .h1 + .h3,
.richtext .h2 + .h3,
.richtext .h3 + .h3,
.richtext .h4 + .h3,
.richtext .h5 + .h3,
.richtext h1 + .h3,
.richtext h2 + .h3,
.richtext h3 + .h3,
.richtext h4 + .h3,
.richtext h5 + .h3,
.richtext .h1 + .h4,
.richtext .h2 + .h4,
.richtext .h3 + .h4,
.richtext .h4 + .h4,
.richtext .h5 + .h4,
.richtext h1 + .h4,
.richtext h2 + .h4,
.richtext h3 + .h4,
.richtext h4 + .h4,
.richtext h5 + .h4,
.richtext .h1 + .h5,
.richtext .h2 + .h5,
.richtext .h3 + .h5,
.richtext .h4 + .h5,
.richtext .h5 + .h5,
.richtext h1 + .h5,
.richtext h2 + .h5,
.richtext h3 + .h5,
.richtext h4 + .h5,
.richtext h5 + .h5,
.richtext .h1 + h1,
.richtext .h2 + h1,
.richtext .h3 + h1,
.richtext .h4 + h1,
.richtext .h5 + h1,
.richtext h1 + h1,
.richtext h2 + h1,
.richtext h3 + h1,
.richtext h4 + h1,
.richtext h5 + h1,
.richtext .h1 + h2,
.richtext .h2 + h2,
.richtext .h3 + h2,
.richtext .h4 + h2,
.richtext .h5 + h2,
.richtext h1 + h2,
.richtext h2 + h2,
.richtext h3 + h2,
.richtext h4 + h2,
.richtext h5 + h2,
.richtext .h1 + h3,
.richtext .h2 + h3,
.richtext .h3 + h3,
.richtext .h4 + h3,
.richtext .h5 + h3,
.richtext h1 + h3,
.richtext h2 + h3,
.richtext h3 + h3,
.richtext h4 + h3,
.richtext h5 + h3,
.richtext .h1 + h4,
.richtext .h2 + h4,
.richtext .h3 + h4,
.richtext .h4 + h4,
.richtext .h5 + h4,
.richtext h1 + h4,
.richtext h2 + h4,
.richtext h3 + h4,
.richtext h4 + h4,
.richtext h5 + h4,
.richtext .h1 + h5,
.richtext .h2 + h5,
.richtext .h3 + h5,
.richtext .h4 + h5,
.richtext .h5 + h5,
.richtext h1 + h5,
.richtext h2 + h5,
.richtext h3 + h5,
.richtext h4 + h5,
.richtext h5 + h5 {
  margin-top: -22.5px;
}
.richtext p,
.richtext ul,
.richtext dl {
  margin: 0 0 22.5px;
}
.richtext .h1:first-child,
.richtext .h2:first-child,
.richtext .h3:first-child,
.richtext .h4:first-child,
.richtext .h5:first-child,
.richtext h1:first-child,
.richtext h2:first-child,
.richtext h3:first-child,
.richtext h4:first-child,
.richtext h5:first-child,
.richtext p:first-child,
.richtext ul:first-child,
.richtext dl:first-child {
  margin-top: 0;
}
.richtext .h1:last-child,
.richtext .h2:last-child,
.richtext .h3:last-child,
.richtext .h4:last-child,
.richtext .h5:last-child,
.richtext h1:last-child,
.richtext h2:last-child,
.richtext h3:last-child,
.richtext h4:last-child,
.richtext h5:last-child,
.richtext p:last-child,
.richtext ul:last-child,
.richtext dl:last-child {
  margin-bottom: 0;
}
.richtext h1,
.richtext .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .richtext h1,
  .richtext .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.richtext h1 + h2,
.richtext .h1 + h2,
.richtext h1 + .h2,
.richtext .h1 + .h2 {
  margin-top: 0px;
}
.richtext h2,
.richtext .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .richtext h2,
  .richtext .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.richtext h3,
.richtext .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .richtext h3,
  .richtext .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
.richtext table tr td:first-child {
  padding-right: 28px;
}
.richtext img.pull-left,
.richtext p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
.richtext img.pull-right,
.richtext p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
header {
  display: block;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #FFFFFF;
}
header::before {
  content: " ";
  display: block;
  position: fixed;
  z-index: 101;
  width: 100%;
  left: 0px;
  height: 157px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
header .header {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important;
  max-width: 1200px;
  position: relative;
}
@media (min-width: 768px) {
  header .header {
    width: 750px;
  }
}
@media (min-width: 992px) {
  header .header {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  header .header {
    width: 1170px;
  }
}
@media (max-width: 1000px) {
  header .header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
header .logo {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 190px;
  height: 157px;
  position: relative;
  z-index: 200;
}
header .logo a {
  display: block;
  margin-top: 7.5px;
}
header .logo a img {
  display: block;
  border-width: 0;
  width: 100%;
}
header nav#block-headerleft {
  display: block;
  position: absolute;
  z-index: 200;
  top: 0;
  left: 15px;
}
header nav#block-headerleft > ul {
  display: block;
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
}
header nav#block-headerleft > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 200;
  font-size: 0.83333333rem;
  line-height: 1;
}
header nav#block-headerleft > ul > li > ul {
  display: none;
}
header nav#block-headerleft > ul > li + li {
  margin-top: 7.5px;
}
header nav#block-headerleft > ul > li a {
  display: block;
  color: #7B7470;
  text-decoration: none !important;
}
@media (min-width: 1001px) {
  header nav#block-headerleft > ul > li a {
    font-size: 17px;
  }
}
header nav#block-headerleft > ul > li a i.ic {
  width: 17px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
header nav#block-headerleft > ul > li a i.ic img {
  width: 100%;
}
header nav#block-headerleft > ul > li a.primary {
  color: #B6172F;
}
header nav#block-headerright {
  display: block;
  position: absolute;
  z-index: 200;
  top: 0;
  right: 58px;
}
header nav#block-headerright > ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
}
header nav#block-headerright > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 200;
  font-size: 0.83333333rem;
  line-height: 1;
}
header nav#block-headerright > ul > li + li {
  margin-left: 10px;
}
header nav#block-headerright > ul > li > ul {
  display: none;
}
header nav#block-headerright > ul > li a {
  display: block;
  color: #7B7470;
  text-decoration: none !important;
}
@media (min-width: 1001px) {
  header nav#block-headerright > ul > li a {
    font-size: 17px;
  }
}
header nav#block-headerright > ul > li a.menu-btn--cart {
  display: block;
  width: 42px;
  height: 30px;
  background-color: #B6172F;
  background-image: url('/svg/cart?fill=%23FFFFFF');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px auto;
  background-color: #FFFFFF;
  background-image: url('/svg/cart_big_red');
  background-size: 35px auto;
}
@media (min-width: 1001px) {
  header nav#block-headerright > ul > li a.menu-btn--cart {
    margin-top: -7.5px;
  }
}
@media (max-width: 1000px) {
  header nav#block-headerright > ul > li a.menu-btn--cart {
    margin-bottom: 7.5px;
    margin-left: 30px;
    background-color: #EDE8E4;
    background-position: center left;
    background-size: 32px auto;
  }
}
header #block-hervorgehobenesformularsuchepage-1 {
  display: block;
  z-index: 200;
}
@media (min-width: 1001px) {
  header #block-hervorgehobenesformularsuchepage-1 {
    position: absolute;
    top: 0;
    right: 15px;
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 1000px) {
  header #block-hervorgehobenesformularsuchepage-1 {
    position: relative;
    margin: 0 30px 20px;
    width: 18px;
    height: 18px;
  }
}
header #block-hervorgehobenesformularsuchepage-1 .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 201;
  cursor: pointer;
  background-image: url('/svg/search');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
header #block-hervorgehobenesformularsuchepage-1 .form-wrap {
  display: none;
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
header #block-hervorgehobenesformularsuchepage-1.active {
  -webkit-animation: fadeInFromNone 0.2s ease-out;
  -moz-animation: fadeInFromNone 0.2s ease-out;
  animation: fadeInFromNone 0.2s ease-out;
  width: 480px;
  height: 209px;
  background: #7B7470;
}
@media (max-width: 1000px) {
  header #block-hervorgehobenesformularsuchepage-1.active {
    position: fixed;
    top: 0;
    right: 0;
    width: 270px;
    height: 100%;
    margin: 0;
  }
}
header #block-hervorgehobenesformularsuchepage-1.active .form-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 202;
  padding: 25px 40px 55px;
}
@media (max-width: 1000px) {
  header #block-hervorgehobenesformularsuchepage-1.active .form-wrap {
    padding: 15px;
  }
}
header #block-hervorgehobenesformularsuchepage-1.active .form-wrap #views-exposed-form-suche-page-1 {
  width: 100%;
}
header #block-hervorgehobenesformularsuchepage-1.active .form-wrap #views-exposed-form-suche-page-1 .block-suche-close {
  position: relative;
  cursor: pointer;
  width: 38px;
  height: 38px;
  margin-left: -moz-calc(100% - 38px);
  margin-left: calc(100% - 38px);
  background-repeat: no-repeat;
  background-image: url('/sites/default/files/icons/plus-circle-white.svg');
  background-size: 52px;
  background-position-x: -7px;
  background-position-y: -7px;
}
@media (max-width: 1000px) {
  header #block-hervorgehobenesformularsuchepage-1.active .form-wrap #views-exposed-form-suche-page-1 .block-suche-close {
    margin-left: 50%;
    width: 50%;
  }
}
header #block-hervorgehobenesformularsuchepage-1.active .form-wrap #views-exposed-form-suche-page-1 .js-form-type-textfield {
  position: relative;
  width: 100%;
  margin-top: 43px;
  height: 49px;
  z-index: 203;
}
header #block-hervorgehobenesformularsuchepage-1.active .form-wrap #views-exposed-form-suche-page-1 .js-form-type-textfield label {
  display: none;
}
header #block-hervorgehobenesformularsuchepage-1.active .form-wrap #views-exposed-form-suche-page-1 .js-form-type-textfield input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 0px;
  width: 100%;
  height: 100%;
  background: #7B7470;
  color: #FFFFFF;
  border-bottom: 1.5px dotted #FFFFFF;
  line-height: 49px;
  z-index: 204;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 28px;
}
header #block-hervorgehobenesformularsuchepage-1.active .form-wrap #views-exposed-form-suche-page-1 .js-form-type-textfield input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
header #block-hervorgehobenesformularsuchepage-1.active .form-wrap #views-exposed-form-suche-page-1 .js-form-type-textfield input:-ms-input-placeholder {
  color: #FFFFFF;
}
header #block-hervorgehobenesformularsuchepage-1.active .form-wrap #views-exposed-form-suche-page-1 .js-form-type-textfield input::-webkit-input-placeholder {
  color: #FFFFFF;
}
header #block-hervorgehobenesformularsuchepage-1.active .form-wrap #views-exposed-form-suche-page-1 .js-form-type-textfield input ::-webkit-input-placeholder {
  color: #FFFFFF;
}
header #block-hervorgehobenesformularsuchepage-1.active .form-wrap #views-exposed-form-suche-page-1 .js-form-type-textfield input ::-moz-placeholder {
  color: #FFFFFF;
}
header #block-hervorgehobenesformularsuchepage-1.active .form-wrap #views-exposed-form-suche-page-1 .js-form-type-textfield input :-ms-input-placeholder {
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  header #block-hervorgehobenesformularsuchepage-1.active .form-wrap #views-exposed-form-suche-page-1 .js-form-type-textfield input {
    font-size: 15px;
  }
}
header #block-hervorgehobenesformularsuchepage-1.active .form-wrap #views-exposed-form-suche-page-1 .js-form-type-textfield .block-suche-submit {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 49px;
  height: 100%;
  background-color: #7B7470;
  background-image: url('/sites/default/files/icons/search-white.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 35px;
  z-index: 205;
}
@media (max-width: 1000px) {
  header #block-hervorgehobenesformularsuchepage-1.active .form-wrap #views-exposed-form-suche-page-1 .js-form-type-textfield .block-suche-submit {
    background-size: 18px;
    background-position: center;
  }
}
header #block-hervorgehobenesformularsuchepage-1.active .form-wrap #views-exposed-form-suche-page-1 .form-actions {
  display: none;
}
header .menu-toggle {
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  width: 26px;
  height: 26px;
  top: 22px;
  right: 30px;
  border-width: 0;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 5px 0;
}
header .menu-toggle > span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
header .menu-toggle > span > i {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #7B7470;
  -moz-transition: all 125ms linear 0ms;
  transition: all 125ms linear 0ms;
}
header .menu-toggle > span > i:nth-child(1) {
  margin-top: -8px;
}
header .menu-toggle > span > i:nth-child(3) {
  opacity: 0;
}
header .menu-toggle > span > i:nth-child(4) {
  margin-top: 8px;
}
body.menu-on header .menu-toggle > span > i:nth-child(1) {
  width: 0%;
}
body.menu-on header .menu-toggle > span > i:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.menu-on header .menu-toggle > span > i:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}
body.menu-on header .menu-toggle > span > i:nth-child(4) {
  width: 0%;
}
@media (min-width: 1001px) {
  header nav#block-swissflex-main-menu {
    position: fixed;
    left: 0px;
    width: 100%;
    background-color: #EDE8E4;
    /*
      .div-1 {
        display:block;
        position: absolute;
        top:52px;
        left:0px;
        width:100%;
        background-color:@ci-red;
        min-height:200px; //to set via js

        a {
          color:@ci-white;
        }

        > .menu-wrap {
          .container;
          .ul-1 {
            margin-top:@ds*1.5;
            margin-bottom:@ds*1.5;
            > li {
              display:flex;
              > a {
                width:200px;
              }
            }
          }
        }
      }

      .div-2 {
        display:block;
        flex-grow: 1;

        position: relative;

        > .menu-wrap {
          position: absolute;
          width:100%;
          background: silver;
        }
        ul.ul-2 {
          display:flex;
          > li {
            display:block;
            flex-grow: 1;
            width:1%;
          }
        }
      }
      */
  }
  header nav#block-swissflex-main-menu a {
    text-decoration: none !important;
    outline: 0 !important;
  }
  header nav#block-swissflex-main-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  header nav#block-swissflex-main-menu ul.menu-root {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    max-width: 1200px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  header nav#block-swissflex-main-menu ul.menu-root::before,
  header nav#block-swissflex-main-menu ul.menu-root::after {
    content: "";
  }
  header nav#block-swissflex-main-menu ul.menu-root > li {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  header nav#block-swissflex-main-menu ul.menu-root > li > a {
    font-weight: 700;
    font-size: 1.11111111rem;
    line-height: 30px;
    color: #B6172F;
    display: block;
    padding: 11px 15px;
    text-align: center;
    position: relative;
  }
  header nav#block-swissflex-main-menu ul.menu-root > li > a::after {
    content: " ";
    display: block;
    width: 109px;
    height: 0px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: -0.1em;
    background-image: url('/themes/swissflex/build/../assets/images/layout/menu-wave.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    -moz-transition: height 100ms linear 0ms;
    transition: height 100ms linear 0ms;
  }
  header nav#block-swissflex-main-menu ul.menu-root > li + li > a::before {
    content: "|";
    display: block;
    color: #FFFFFF;
    position: absolute;
    padding: 10px 0;
    left: -0.1em;
    top: 0%;
  }
  header nav#block-swissflex-main-menu ul.menu-root > li:first-child > a {
    text-align: left;
  }
  header nav#block-swissflex-main-menu ul.menu-root > li:last-child > a {
    text-align: right;
  }
  header nav#block-swissflex-main-menu ul.menu-root > li:hover > a,
  header nav#block-swissflex-main-menu ul.menu-root > li:focus > a,
  header nav#block-swissflex-main-menu ul.menu-root > li.hover > a,
  header nav#block-swissflex-main-menu ul.menu-root > li.active-trail > a {
    color: #7B7470;
  }
  header nav#block-swissflex-main-menu ul.menu-root > li:hover > a::after,
  header nav#block-swissflex-main-menu ul.menu-root > li:focus > a::after,
  header nav#block-swissflex-main-menu ul.menu-root > li.hover > a::after,
  header nav#block-swissflex-main-menu ul.menu-root > li.active-trail > a::after {
    height: 17px;
  }
  header nav#block-swissflex-main-menu .div-1 {
    display: block;
    position: absolute;
    top: 52px;
    left: 0px;
    width: 100%;
    background-color: #B6172F;
    max-height: 0px;
    overflow: hidden;
    -moz-transition: all 100ms ease-in-out 0ms;
    transition: all 100ms ease-in-out 0ms;
  }
  header nav#block-swissflex-main-menu .div-1 a {
    color: #FFFFFF;
  }
  header nav#block-swissflex-main-menu .div-1 > .menu-wrap {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    max-width: 1200px;
  }
  header nav#block-swissflex-main-menu .div-1 > .menu-wrap .ul-1 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    padding-top: 52.5px;
    padding-bottom: 37.5px;
    margin: 0 -15px 0;
  }
  header nav#block-swissflex-main-menu .div-1 > .menu-wrap .ul-1 > li {
    display: block;
    margin: 0 -1px 15px 0;
    padding: 0 15px;
    width: 33.33333333%;
  }
  header nav#block-swissflex-main-menu .div-1 > .menu-wrap .ul-1 > li > div,
  header nav#block-swissflex-main-menu .div-1 > .menu-wrap .ul-1 > li li > div {
    display: none;
  }
  header nav#block-swissflex-main-menu li.lv-0:hover .div-1 {
    max-height: 100vh;
  }
  header nav#block-swissflex-main-menu li.depth-1 .div-1 > .menu-wrap .ul-1 > li > a {
    font-size: 0.94444444rem;
    line-height: 20px;
    display: block;
    padding: 10px 1px;
    width: 100%;
    border-top: 1px dotted #FFFFFF;
    border-bottom: 1px dotted #FFFFFF;
  }
  header nav#block-swissflex-main-menu li.depth-1 .div-1 > .menu-wrap .ul-1 > li > a:hover,
  header nav#block-swissflex-main-menu li.depth-1 .div-1 > .menu-wrap .ul-1 > li > a:focus {
    opacity: 0.75;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1::before,
  header nav#block-swissflex-main-menu li.depth-3 .div-1::before {
    content: " ";
    display: block;
    background-color: #A51127;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    right: 0%;
    width: -moz-calc(50% + 300px);
    width: calc(50% + 300px);
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 {
    display: block;
    width: 300px;
    padding-bottom: 52.5px;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    padding-right: 0;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li > a,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li > a {
    font-size: 1.11111111rem;
    line-height: 20px;
    display: block;
    padding: 11px 15px;
    position: relative;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li > a::after,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li > a::after {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('/svg/arrow-right?fill=%23FFFFFF');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li.no-arrow > a::after,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li.no-arrow > a::after {
    content: "";
    width: 0;
    height: 0;
    background: none;
    display: none;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li > div,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li > div {
    display: block;
    position: absolute;
    width: 900px;
    max-width: -moz-calc(100vw - 300px);
    max-width: calc(100vw - 300px);
    top: 0px;
    left: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-2,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-2 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -15px 0;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-2 > li,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-2 > li {
    display: block;
    margin: 0 -1px 15px 0;
    padding: 0 15px;
    width: 25%;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-2 > li img,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-2 > li img {
    width: 100%;
    height: auto;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li:hover > a,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li:hover > a,
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li.active-trail > a,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li.active-trail > a {
    background-color: #A51127;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li:hover > div,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li:hover > div,
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li.active-trail > div,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li.active-trail > div {
    display: block;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li.hover-off > a,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li.hover-off > a {
    background: transparent;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li.hover-off > div,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li.hover-off > div {
    display: none;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-2 > li > a,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-3 > li > a,
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li.depth-in-1 > div > .menu-wrap .ul-2 > li > a,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li.depth-in-1 > div > .menu-wrap .ul-2 > li > a {
    font-size: 0.94444444rem;
    line-height: 20px;
    display: block;
    padding: 10px 1px;
    width: 100%;
    border-top: 1px dotted #FFFFFF;
    border-bottom: 1px dotted #FFFFFF;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-2 > li > a:hover,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-3 > li > a:hover,
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li.depth-in-1 > div > .menu-wrap .ul-2 > li > a:hover,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li.depth-in-1 > div > .menu-wrap .ul-2 > li > a:hover,
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-2 > li > a:focus,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-3 > li > a:focus,
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li.depth-in-1 > div > .menu-wrap .ul-2 > li > a:focus,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li.depth-in-1 > div > .menu-wrap .ul-2 > li > a:focus {
    opacity: 0.75;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li.depth-in-2 > div > .menu-wrap,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li.depth-in-2 > div > .menu-wrap {
    margin-top: -24px;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li.depth-in-2 > div > .menu-wrap .ul-2 > li,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li.depth-in-2 > div > .menu-wrap .ul-2 > li {
    width: 20%;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li.depth-in-2 > div > .menu-wrap .ul-2 > li > a,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li.depth-in-2 > div > .menu-wrap .ul-2 > li > a {
    display: block;
    font-size: 0.94444444rem;
    line-height: 20px;
    color: #ca969e;
    margin-bottom: 4px;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li.depth-in-2 > div > .menu-wrap .ul-2 > li > div,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li.depth-in-2 > div > .menu-wrap .ul-2 > li > div {
    display: block;
  }
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li.depth-in-2 > div > .menu-wrap .ul-2 > li > div > .menu-wrap .ul-3 > li + li,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li.depth-in-2 > div > .menu-wrap .ul-2 > li > div > .menu-wrap .ul-3 > li + li {
    margin-top: 15px;
  }
  body main {
    padding-top: 209px;
  }
  body.toolbar-horizontal.toolbar-fixed header {
    top: 39px;
  }
  body.toolbar-horizontal.toolbar-fixed.toolbar-tray-open header {
    top: 78px;
  }
  body.toolbar-horizontal.toolbar-fixed.toolbar-tray-open main {
    padding-top: 208px;
  }
  body.toolbar-vertical.toolbar-fixed header {
    top: 39px;
  }
  header nav#block-swissflex-main-menu li .div-1 > .menu-wrap .level-1-wrapper {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    margin-left: 15px;
    padding: 30px 15px 0;
  }
  header nav#block-swissflex-main-menu li .div-1 > .menu-wrap .level-1-wrapper .menu-item {
    margin-right: 30px;
    width: 20%;
  }
  header nav#block-swissflex-main-menu li .div-1 > .menu-wrap .level-1-wrapper .menu-item:last-child {
    margin-right: 0;
  }
  header nav#block-swissflex-main-menu li .div-1 > .menu-wrap .level-1-wrapper .menu-item a {
    font-size: 1.3rem;
    line-height: .5rem;
  }
  header nav#block-swissflex-main-menu li .div-1 > .menu-wrap .level-1-wrapper .menu-item img {
    width: 100%;
    height: auto;
    margin-top: 8px;
  }
  header nav#block-swissflex-main-menu li .div-1 > .menu-wrap .lv-1.depth-in-0 a.image {
    border: 0;
  }
  header nav#block-swissflex-main-menu li .div-1 > .menu-wrap .lv-1.depth-in-0 a.image:hover,
  header nav#block-swissflex-main-menu li .div-1 > .menu-wrap .lv-1.depth-in-0 a.image:focus {
    opacity: 1;
  }
  header nav#block-swissflex-main-menu li .div-1 > .menu-wrap .lv-1.depth-in-0 img {
    width: 100%;
  }
  header nav#block-swissflex-main-menu li .div-1 > .menu-wrap .lv-2.has-image > a {
    color: #FFFFFF !important;
    font-size: 1.1rem !important;
    line-height: 1.4rem !important;
  }
  header nav#block-swissflex-main-menu li .div-1 > .menu-wrap .lv-2.has-image img {
    margin: 4px 0 12px;
  }
  header nav#block-swissflex-main-menu li .div-2 > .menu-wrap {
    margin-top: -53px !important;
    padding-top: 29px;
  }
}
@media (min-width: 1001px) and (min-width: 768px) {
  header nav#block-swissflex-main-menu ul.menu-root {
    width: 750px;
  }
}
@media (min-width: 1001px) and (min-width: 992px) {
  header nav#block-swissflex-main-menu ul.menu-root {
    width: 970px;
  }
}
@media (min-width: 1001px) and (min-width: 1200px) {
  header nav#block-swissflex-main-menu ul.menu-root {
    width: 1170px;
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header nav#block-swissflex-main-menu ul.menu-root {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header nav#block-swissflex-main-menu ul.menu-root > li > a {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 1001px) and (min-width: 768px) {
  header nav#block-swissflex-main-menu .div-1 > .menu-wrap {
    width: 750px;
  }
}
@media (min-width: 1001px) and (min-width: 992px) {
  header nav#block-swissflex-main-menu .div-1 > .menu-wrap {
    width: 970px;
  }
}
@media (min-width: 1001px) and (min-width: 1200px) {
  header nav#block-swissflex-main-menu .div-1 > .menu-wrap {
    width: 1170px;
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header nav#block-swissflex-main-menu .div-1 > .menu-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header nav#block-swissflex-main-menu li.depth-1 .div-1 > .menu-wrap .ul-1 > li > a {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (min-width: 1001px) and (max-width: 1215px) {
  header nav#block-swissflex-main-menu li.depth-2 .div-1::before,
  header nav#block-swissflex-main-menu li.depth-3 .div-1::before {
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li > a,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li > a {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1001px) and (max-width: 1215px) {
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li > div,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li > div {
    padding-right: 30px;
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-2 > li > a,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-3 > li > a,
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li.depth-in-1 > div > .menu-wrap .ul-2 > li > a,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li.depth-in-1 > div > .menu-wrap .ul-2 > li > a {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header nav#block-swissflex-main-menu li.depth-2 .div-1 > .menu-wrap .ul-1 > li.depth-in-2 > div > .menu-wrap .ul-2 > li > a,
  header nav#block-swissflex-main-menu li.depth-3 .div-1 > .menu-wrap .ul-1 > li.depth-in-2 > div > .menu-wrap .ul-2 > li > a {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 1000px) {
  ul.menu-root li .div-1 > .menu-wrap .level-1-wrapper,
  header nav#block-swissflex-main-menu li .div-1 > .menu-wrap a.image,
  header nav#block-swissflex-main-menu li .div-1 > .menu-wrap img {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  #toolbar-administration {
    display: none;
  }
  body {
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 !important;
  }
  body main {
    padding-top: 70px;
  }
  header .menu-toggle {
    display: block;
  }
  header::before {
    height: 70px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16);
  }
  header .header {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #FFFFFF;
    z-index: 10000;
  }
  header .logo {
    width: 107px;
    height: 70px;
    margin: 0;
  }
  header .logo a {
    margin-top: 0;
  }
  header .header-container {
    background-color: #EDE8E4;
    height: 100vh;
    width: 100%;
    max-width: 300px;
    position: fixed;
    right: -300px;
    top: 0%;
    padding-top: 70px;
    display: block;
    -moz-transition: all 125ms linear 0ms;
    transition: all 125ms linear 0ms;
  }
  header .header-container a {
    text-decoration: none !important;
    outline: 0 !important;
  }
  header .header-container ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    min-height: 0 !important;
  }
  header .header-container ul li {
    display: block;
    margin: 0;
    padding: 0;
  }
  header .header-container ul li > a {
    display: block;
    padding: 0 30px;
  }
  header .header-container ul li > div {
    display: none;
  }
  header .header-container ul li.hover > div {
    display: block;
  }
  header .header-container ul li.hover.has-submenu > a::after {
    display: none !important;
  }
  header .header-container ul.menu-root {
    display: block;
  }
  header .header-container ul.menu-root li > a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    position: relative;
  }
  header .header-container ul.menu-root li.lv-0 > a {
    font-weight: 700;
    font-size: 1.11111111rem;
    line-height: 30px;
    height: 60px;
    color: #B6172F;
  }
  header .header-container ul.menu-root li.lv-0 > a::after {
    content: " ";
    display: block;
    position: absolute;
    width: -moz-calc(100% - (15px * 4));
    width: calc(100% - (15px * 4));
    height: 0px;
    border-bottom: 1px dotted #7B7470;
    left: 30px;
    bottom: 0%;
  }
  header .header-container ul.menu-root li.lv-1 > a {
    font-size: 1.11111111rem;
    line-height: 20px;
    height: 60px;
    background-color: #B6172F;
    color: #FFFFFF;
    word-break: break-word;
  }
  header .header-container ul.menu-root li.lv-1 > a::after {
    content: " ";
    display: block;
    position: absolute;
    width: -moz-calc(100% - (15px * 4));
    width: calc(100% - (15px * 4));
    height: 0px;
    border-bottom: 1px dotted #7B7470;
    left: 30px;
    bottom: 0%;
  }
  header .header-container ul.menu-root li.lv-1:last-child > a::after {
    display: none;
  }
  header .header-container ul.menu-root li.lv-1.depth-in-2 li.lv-2 > a {
    font-size: 0.94444444rem;
    line-height: 20px;
    min-height: 40px;
    background-color: #A51127;
    color: #ca969e;
  }
  header .header-container ul.menu-root li.lv-1.depth-in-2 li.lv-2 > a::after {
    content: " ";
    display: block;
    position: absolute;
    width: -moz-calc(100% - (15px * 4));
    width: calc(100% - (15px * 4));
    height: 0px;
    border-bottom: 1px dotted #FFFFFF;
    left: 30px;
    bottom: 0%;
  }
  header .header-container ul.menu-root li.lv-1.depth-in-2 li.lv-2 > div {
    display: block;
  }
  header .header-container ul.menu-root li.lv-1.depth-in-2 li.lv-2 + li {
    margin-top: 15px;
  }
  header .header-container ul.menu-root li.lv-1.depth-in-2 li.lv-3 > a {
    font-size: 0.94444444rem;
    line-height: 20px;
    min-height: 39px;
    background-color: #A51127;
    color: #FFFFFF;
  }
  header .header-container ul.menu-root li.lv-1.depth-in-2 li.lv-3 > a::after {
    content: " ";
    display: block;
    position: absolute;
    width: -moz-calc(100% - (15px * 4));
    width: calc(100% - (15px * 4));
    height: 0px;
    border-bottom: 1px dotted #FFFFFF;
    left: 30px;
    bottom: 0%;
  }
  header .header-container ul.menu-root li.lv-1.depth-in-1.hover > a,
  header .header-container ul.menu-root li.lv-1.depth-in-2.hover > a,
  header .header-container ul.menu-root li.lv-1.depth-in-3.hover > a {
    background-color: #A51127;
    color: #FFFFFF;
  }
  header .header-container ul.menu-root li.lv-1.depth-in-1.hover > div,
  header .header-container ul.menu-root li.lv-1.depth-in-2.hover > div,
  header .header-container ul.menu-root li.lv-1.depth-in-3.hover > div {
    background-color: #A51127;
    padding: 0 0 30px 0;
  }
  header .header-container ul.menu-root li.depth-2 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-2 > li > a,
  header .header-container ul.menu-root li.depth-3 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-3 > li > a,
  header .header-container ul.menu-root li.depth-2 .div-1 > .menu-wrap .ul-1 > li.depth-in-1 > div > .menu-wrap .ul-2 > li > a,
  header .header-container ul.menu-root li.depth-3 .div-1 > .menu-wrap .ul-1 > li.depth-in-1 > div > .menu-wrap .ul-2 > li > a {
    font-size: 0.94444444rem;
    line-height: 20px;
    min-height: 39px;
    background-color: #A51127;
    color: #FFFFFF;
  }
  header .header-container ul.menu-root li.depth-2 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-2 > li > a::after,
  header .header-container ul.menu-root li.depth-3 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-3 > li > a::after,
  header .header-container ul.menu-root li.depth-2 .div-1 > .menu-wrap .ul-1 > li.depth-in-1 > div > .menu-wrap .ul-2 > li > a::after,
  header .header-container ul.menu-root li.depth-3 .div-1 > .menu-wrap .ul-1 > li.depth-in-1 > div > .menu-wrap .ul-2 > li > a::after {
    content: " ";
    display: block;
    position: absolute;
    width: -moz-calc(100% - (15px * 4));
    width: calc(100% - (15px * 4));
    height: 0px;
    border-bottom: 1px dotted #FFFFFF;
    left: 30px;
    bottom: 0%;
  }
  header .header-container nav#block-headerleft,
  header .header-container nav#block-headerright {
    position: relative;
    top: auto;
    left: auto;
    right: 0;
    margin-top: 15px;
  }
  header .header-container nav#block-headerleft > ul,
  header .header-container nav#block-headerright > ul {
    display: block;
  }
  header .header-container nav#block-headerleft > ul > li,
  header .header-container nav#block-headerright > ul > li {
    font-size: 15px;
  }
  header .header-container nav#block-headerleft > ul > li > a,
  header .header-container nav#block-headerright > ul > li > a {
    display: block;
  }
  header .header-container nav#block-headerleft > ul > li + li,
  header .header-container nav#block-headerright > ul > li + li {
    margin-left: 0;
  }
  header .header-container nav#block-headerright > ul > li {
    font-size: 14px;
    line-height: 26px;
  }
  body.menu-on {
    overflow: hidden;
  }
  body.menu-on header .header {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  body.menu-on header .header-container {
    display: block;
    right: 0%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header .header-container ul.menu-root li.lv-0 > a {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header .header-container ul.menu-root li.lv-1 > a {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header .header-container ul.menu-root li.lv-1.depth-in-2 li.lv-2 > a {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header .header-container ul.menu-root li.lv-1.depth-in-2 li.lv-3 > a {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header .header-container ul.menu-root li.depth-2 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-2 > li > a,
  header .header-container ul.menu-root li.depth-3 .div-1 > .menu-wrap .ul-1 > li > div > .menu-wrap .ul-3 > li > a,
  header .header-container ul.menu-root li.depth-2 .div-1 > .menu-wrap .ul-1 > li.depth-in-1 > div > .menu-wrap .ul-2 > li > a,
  header .header-container ul.menu-root li.depth-3 .div-1 > .menu-wrap .ul-1 > li.depth-in-1 > div > .menu-wrap .ul-2 > li > a {
    font-size: 15px;
    line-height: 21px;
  }
}
/*
  display: block;
  position: relative;
  z-index: 100;

  .logo {
    display: block;
    position: fixed;
    z-index:1001;
    left:0px;
    top:0px;
    a {
      display:block;
      img {
        display:block;
        height:@header-width;
      }
    }
  }

  .header-container {
    display: block;
    position: fixed;
    z-index:1000;
    left:0px;
    top:0px;
    width:@header-width;
    height:100vh;
    //background:@brand-white;
    overflow: hidden;
    transition: all @as ease 0ms;
    &:hover {
      width:408px;
    }
    padding-top:@header-width + 8;

    &::after {
      content:" ";
      display:block;
      position: absolute;
      top:@header-width + 8;
      height:100vh;
      background-color: @brand-white;
      left:0;
      width:@header-width;
    }

    &::before {
      content:" ";
      display:block;
      position: absolute;
      height:100vh;
      background-color: @brand-white;
      left:@header-width + 8;
      width:408px - (@header-width + 8);
    }

    #block-login-menu,
    #block-betabrain-main-menu,
    nav.menu {
      display: block;
      position: relative;
      z-index: 1;
      > ul {
        display: block;
        margin:0;
        padding:0;
        list-style-type: none;
        > li {
          position: relative;
          padding:0 0 0 (@header-width + 8);
          margin:0;
          > a {
            display: block;
            .fs-menu-level0;
            line-height: @header-width*0.75;
            color:@text-color;
            text-decoration: none !important;
            padding:0 @ds;
            i.ic {
              content:" ";
              display:block;
              position: absolute;
              // width:24px;
              // height:24px;
              // left:@header-width/2 - 24px/2;
              // top:@header-width*0.75/2 - 24px/2;
              width:@header-width;
              height:@header-width*0.75;
              left:0;
              top:0;
              //background-color:green;
              svg {
                position: absolute;
                //width:60%;
                width:24px;
                height: 100%;
                top:50%;
                left:50%;
                transform: translate(-50%,-50%);
                use {
                  fill:@text-color;
                }
              }
            }
            &:hover,
            &:focus,
            &.is-active {
              color:@brand-primary;
              i.ic svg use {fill:@brand-primary;}
            }

          }
          > a:hover,
          > a:focus,
          > a.is-active,
          &.active-trail > a {
            color:@brand-primary;
            i.ic svg use {fill:@brand-primary;}
          }
          &.active-trail > ul {
            display:block;
          }

          > ul {
            display:none;
            margin:0;
            padding:0;
            list-style-type: none;
            > li {
              display: block;
              margin:0;
              padding:0;
              > a {
                display:block;
                .fs-menu-level1;
                color:@text-color;
                text-decoration: none !important;
                padding:0 @ds 0 @ds;

              }
              > a:hover,
              > a:focus,
              > a.is-active,
              &.active-trail > a {
                color:@brand-primary;
              }

              &+li {padding-top:@ds;}
              > ul {
                display:block;
                margin:0;
                padding:0;
                list-style-type: none;
                > li {
                  display: block;
                  margin:0;
                  padding:@ds/2 0;
                  &:first-child {padding-top:@ds;}
                  > a {
                    display:block;
                    .fs-menu-level2;
                    color:@text-color;
                    text-decoration: none !important;
                    padding:0 @ds 0 @ds*2;

                  }
                  > a:hover,
                  > a:focus,
                  > a.is-active,
                  &.active-trail > a {
                    color:@brand-primary;
                  }
                }
              }
            }
          }
        }
      }
    }

    nav + nav {
      margin-top:@ds;
    }

    #block-betabrain-footer {
      display: block;
      position: absolute;
      width:100%;
      bottom:@ds;
      left:0px;
      z-index: 1;
      > div.ic {
        display:block;
        position: absolute;
        // width:24px;
        // height:24px;
        // left:@header-width/2 - 24px/2;
        // top:@header-width*0.75/2 - 24px/2;
        width:@header-width;
        height:@header-width*0.75;
        left:0;
        top:0;
        //background-color:green;
        svg {
          position: absolute;
          //width:60%;
          width:24px;
          height: 100%;
          top:50%;
          left:50%;
          transform: translate(-50%,-50%);
          use {
            fill:@text-color;
          }
        }
      }
      > ul {
        position: relative;
        display: block;
        margin:0;
        padding:0 0 0 (@header-width + 8);
        list-style-type: none;

        > li {
          display:block;
          margin:0;
          padding:0;
          > a {
            display: block;
            .fs-menu-level1;
            color:@text-color;
            text-decoration: none !important;
            padding:@ds/4 @ds;
            padding:0 @ds;
            line-height:@header-width*0.75/2;
            &:hover,
            &:focus {
              color:@brand-primary;
            }
          }
        }
      }
      &:hover,
      &:focus {
        > div.ic svg use {fill:@brand-primary;}
      }
    }
  }
}


body.toolbar-horizontal.toolbar-fixed {
  header .logo {top:39px;}
  header .header-container {top:39px;height:calc(~'100vh - 39px');}
  header .header-container::after {}
  &.toolbar-tray-open {
    header .logo {top:39px*2;}
    header .header-container {top:39px*2;height:calc(~'100vh - 39px*2');}
    //.layout-container {margin-top:39px;}
  }
}

body.toolbar-vertical.toolbar-fixed {
  header .logo {top:39px;}
  header .header-container {top:39px;height:calc(~'100vh - 39px');}
  &.toolbar-tray-open {
    .toolbar .toolbar-tray-vertical.is-active,
    .toolbar .toolbar-tray-vertical
    {
      left:auto;
      right:0%;
    }
  }
}

body.menu-scroll {
  #block-betabrain-footer {
    position: relative;
    //background:red;
  }
  header .header-container:hover {overflow-x: hidden;overflow-y: auto;}

}
*/
footer.footer-pre {
  display: block;
  background-color: #EDE8E4;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 767px) {
  footer.footer-pre {
    font-size: 15px;
    line-height: 23px;
  }
}
footer.footer-pre section.body .container {
  padding-left: 0;
  padding-right: 0;
}
footer.footer-pre h4,
footer.footer-pre .h4 {
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  footer.footer-pre h4,
  footer.footer-pre .h4 {
    font-size: 15px;
    line-height: 23px;
  }
}
footer.footer-pre p {
  margin: 0;
  padding: 0;
}
footer.footer-pre a {
  color: #7B7470 !important;
  text-decoration: none !important;
}
footer.footer-pre a:hover,
footer.footer-pre a:focus {
  opacity: 0.75;
}
footer.footer-pre .row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -21px;
  margin-right: -21px;
}
footer.footer-pre .row > div {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 37.5px 21px;
  position: relative;
}
footer.footer-pre .row > div + div::before {
  content: " ";
  display: block;
  height: 86px;
  width: 0px;
  border-left: 1px dotted #7B7470;
  position: absolute;
  left: 0%;
  top: 42px;
}
@media (max-width: 1215px) {
  footer.footer-pre .row {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer.footer-pre .row > div {
    width: 50%;
    padding: 37.5px 15px;
  }
  footer.footer-pre .row > div:nth-child(3)::before {
    display: none;
  }
}
@media (max-width: 991px) {
  footer.footer-pre .row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 37.5px;
  }
  footer.footer-pre .row > div {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 22.5px;
  }
  footer.footer-pre .row > div + div::before {
    display: block !important;
    border-left-width: 0;
    border-top: 1px dotted #7B7470;
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    top: 0%;
    height: 0%;
    left: 15px;
  }
}
footer.footer-pre #block-kontakt .body ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
footer.footer-pre #block-kontakt .body ul > li {
  display: block;
  margin: 0;
  padding: 0 15px 0 0;
  white-space: nowrap;
}
footer.footer-pre #block-kontakt .body ul > li:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  footer.footer-pre #block-kontakt .body ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer.footer-pre #block-kontakt .body ul > li {
    width: 100%;
  }
  footer.footer-pre #block-kontakt .body ul > li + li {
    margin-top: 15px;
  }
}
footer.footer-pre #block-hotline .body p {
  white-space: nowrap;
}
footer.footer-pre #block-hotline .body a {
  display: block;
  margin-top: 18px;
  white-space: nowrap;
  font-size: 1.85em;
}
footer.footer-pre #block-hotline .body a span {
  margin-right: 7.5px;
  vertical-align: -2px;
  width: 22px;
}
footer.footer-pre #block-company-links .body ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer.footer-pre #block-company-links .body ul > li {
  display: block;
  margin: 0 0 12px;
  padding: 0;
}
footer.footer-pre #block-company-links .body ul > li > a {
  display: block;
  white-space: nowrap;
  font-weight: 700;
}
footer.footer-pre #block-follow-us {
  padding-right: 0;
}
footer.footer-pre #block-follow-us .body:before,
footer.footer-pre #block-follow-us .body:after {
  content: " ";
  display: table;
}
footer.footer-pre #block-follow-us .body:after {
  clear: both;
}
footer.footer-pre #block-follow-us .body:before,
footer.footer-pre #block-follow-us .body:after {
  content: " ";
  display: table;
}
footer.footer-pre #block-follow-us .body:after {
  clear: both;
}
footer.footer-pre #block-follow-us .body ul {
  display: block;
  margin: 15px 0 0;
  padding: 0;
  list-style-type: none;
}
footer.footer-pre #block-follow-us .body ul > li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
footer.footer-pre #block-follow-us .body ul > li + li {
  margin-left: 30px;
}
footer.footer-pre #block-follow-us .body ul > li > a {
  display: block;
}
footer.footer-pre #block-follow-us .body ul > li > a span {
  width: 24px;
}
footer.footer {
  position: relative;
  background-color: #B6172F;
  color: #FFFFFF;
  padding: 15px 0 12px;
  margin-bottom: -1px;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 767px) {
  footer.footer {
    font-size: 15px;
    line-height: 23px;
  }
}
footer.footer .wave {
  position: absolute;
  left: 50%;
  bottom: 99.9%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 150px;
}
footer.footer .wave img {
  display: block;
}
footer.footer .wave img.footer-wave {
  width: 100%;
}
footer.footer .wave img.logo {
  position: absolute;
  width: 60px;
  left: 50%;
  top: 10px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
footer.footer #block-swissflex-footer > ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer.footer #block-swissflex-footer > ul > li {
  display: inline-block;
}
footer.footer #block-swissflex-footer > ul > li + li {
  margin-left: 26px;
}
footer.footer #block-swissflex-footer > ul > li > a {
  display: block;
  color: #FFFFFF;
  text-decoration: none !important;
}
footer.footer #block-swissflex-footer > ul > li > a:hover,
footer.footer #block-swissflex-footer > ul > li > a:focus {
  color: #FFFFFF;
  opacity: 0.9;
}
@media (max-width: 1215px) {
  footer.footer #block-swissflex-footer > ul {
    margin: 15px auto 7.5px;
    text-align: center;
  }
  footer.footer #block-swissflex-footer > ul > li,
  footer.footer #block-swissflex-footer > ul > li + li {
    margin: 0 15px;
  }
}
section.stage {
  display: block;
  position: relative;
  overflow: hidden;
}
section.stage .items .item-stage-item {
  position: relative;
}
section.stage .items .item-stage-item .field-image {
  height: 60vh;
}
section.stage .items .item-stage-item .field-image .media {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
section.stage .items .item-stage-item .text-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -42.5px;
}
@media (min-width: 768px) {
  section.stage .items .item-stage-item .text-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  section.stage .items .item-stage-item .text-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  section.stage .items .item-stage-item .text-container {
    width: 1170px;
  }
}
@media (max-width: 1000px) {
  section.stage .items .item-stage-item .text-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
section.stage .items .item-stage-item .text-container .field-text {
  width: auto;
  display: inline-block;
}
section.stage .items .item-stage-item .text-container .field-text * {
  text-align: center;
}
section.stage .items .item-stage-item .text-container .field-text h1,
section.stage .items .item-stage-item .text-container .field-text .h1,
section.stage .items .item-stage-item .text-container .field-text h2,
section.stage .items .item-stage-item .text-container .field-text .h2 {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  line-height: 75px;
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
@media (max-width: 767px) {
  section.stage .items .item-stage-item .text-container .field-text h1,
  section.stage .items .item-stage-item .text-container .field-text .h1,
  section.stage .items .item-stage-item .text-container .field-text h2,
  section.stage .items .item-stage-item .text-container .field-text .h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.stage .items .item-stage-item .text-container .field-text p {
  margin: 0;
}
@media (max-width: 991px) {
  section.stage .items .item-stage-item .text-container .field-text p {
    font-size: 14px;
  }
}
section.stage .items .item-stage-item .text-container .field-text p + p {
  margin-top: 20px;
}
section.stage .items .item-stage-item .text-container .field-text p.small {
  font-size: 14px;
}
@media (max-width: 991px) {
  section.stage .items .item-stage-item .text-container .field-text p.small {
    font-size: 12px;
  }
}
section.stage .items .item-stage-item .color-grey .text-container .field-text {
  color: #7B7470;
}
section.stage .items .item-stage-item .color-grey .text-container .field-text h1,
section.stage .items .item-stage-item .color-grey .text-container .field-text .h1,
section.stage .items .item-stage-item .color-grey .text-container .field-text h2,
section.stage .items .item-stage-item .color-grey .text-container .field-text .h2,
section.stage .items .item-stage-item .color-grey .text-container .field-text h3,
section.stage .items .item-stage-item .color-grey .text-container .field-text .h3,
section.stage .items .item-stage-item .color-grey .text-container .field-text h4,
section.stage .items .item-stage-item .color-grey .text-container .field-text .h4,
section.stage .items .item-stage-item .color-grey .text-container .field-text h5,
section.stage .items .item-stage-item .color-grey .text-container .field-text .h5,
section.stage .items .item-stage-item .color-grey .text-container .field-text h6,
section.stage .items .item-stage-item .color-grey .text-container .field-text .h6 {
  color: #7B7470;
}
section.stage .items .item-stage-item .color-black .text-container .field-text {
  color: #000;
}
section.stage .items .item-stage-item .color-black .text-container .field-text h1,
section.stage .items .item-stage-item .color-black .text-container .field-text .h1,
section.stage .items .item-stage-item .color-black .text-container .field-text h2,
section.stage .items .item-stage-item .color-black .text-container .field-text .h2,
section.stage .items .item-stage-item .color-black .text-container .field-text h3,
section.stage .items .item-stage-item .color-black .text-container .field-text .h3,
section.stage .items .item-stage-item .color-black .text-container .field-text h4,
section.stage .items .item-stage-item .color-black .text-container .field-text .h4,
section.stage .items .item-stage-item .color-black .text-container .field-text h5,
section.stage .items .item-stage-item .color-black .text-container .field-text .h5,
section.stage .items .item-stage-item .color-black .text-container .field-text h6,
section.stage .items .item-stage-item .color-black .text-container .field-text .h6 {
  color: #000;
}
section.stage .items .item-stage-item .color-red .text-container .field-text {
  color: #B6172F;
}
section.stage .items .item-stage-item .color-red .text-container .field-text h1,
section.stage .items .item-stage-item .color-red .text-container .field-text .h1,
section.stage .items .item-stage-item .color-red .text-container .field-text h2,
section.stage .items .item-stage-item .color-red .text-container .field-text .h2,
section.stage .items .item-stage-item .color-red .text-container .field-text h3,
section.stage .items .item-stage-item .color-red .text-container .field-text .h3,
section.stage .items .item-stage-item .color-red .text-container .field-text h4,
section.stage .items .item-stage-item .color-red .text-container .field-text .h4,
section.stage .items .item-stage-item .color-red .text-container .field-text h5,
section.stage .items .item-stage-item .color-red .text-container .field-text .h5,
section.stage .items .item-stage-item .color-red .text-container .field-text h6,
section.stage .items .item-stage-item .color-red .text-container .field-text .h6 {
  color: #B6172F;
}
section.stage .items .item-stage-item .color-white .text-container .field-text {
  color: #FFFFFF;
}
section.stage .items .item-stage-item .color-white .text-container .field-text h1,
section.stage .items .item-stage-item .color-white .text-container .field-text .h1,
section.stage .items .item-stage-item .color-white .text-container .field-text h2,
section.stage .items .item-stage-item .color-white .text-container .field-text .h2,
section.stage .items .item-stage-item .color-white .text-container .field-text h3,
section.stage .items .item-stage-item .color-white .text-container .field-text .h3,
section.stage .items .item-stage-item .color-white .text-container .field-text h4,
section.stage .items .item-stage-item .color-white .text-container .field-text .h4,
section.stage .items .item-stage-item .color-white .text-container .field-text h5,
section.stage .items .item-stage-item .color-white .text-container .field-text .h5,
section.stage .items .item-stage-item .color-white .text-container .field-text h6,
section.stage .items .item-stage-item .color-white .text-container .field-text .h6 {
  color: #FFFFFF;
}
section.stage .items .item-stage-item .color-brown .text-container .field-text {
  color: #EAD8C4;
}
section.stage .items .item-stage-item .color-brown .text-container .field-text h1,
section.stage .items .item-stage-item .color-brown .text-container .field-text .h1,
section.stage .items .item-stage-item .color-brown .text-container .field-text h2,
section.stage .items .item-stage-item .color-brown .text-container .field-text .h2,
section.stage .items .item-stage-item .color-brown .text-container .field-text h3,
section.stage .items .item-stage-item .color-brown .text-container .field-text .h3,
section.stage .items .item-stage-item .color-brown .text-container .field-text h4,
section.stage .items .item-stage-item .color-brown .text-container .field-text .h4,
section.stage .items .item-stage-item .color-brown .text-container .field-text h5,
section.stage .items .item-stage-item .color-brown .text-container .field-text .h5,
section.stage .items .item-stage-item .color-brown .text-container .field-text h6,
section.stage .items .item-stage-item .color-brown .text-container .field-text .h6 {
  color: #EAD8C4;
}
section.stage .items .item-stage-item .text-bg--color-grey .text-container .field-text {
  padding: 12px 20px 20px;
  background-color: rgba(123, 116, 112, 0.6);
}
section.stage .items .item-stage-item .text-bg--color-grey .text-container .field-text * {
  text-align: left;
}
section.stage .items .item-stage-item .text-bg--color-black .text-container .field-text {
  padding: 12px 20px 20px;
  background-color: rgba(0, 0, 0, 0.6);
}
section.stage .items .item-stage-item .text-bg--color-black .text-container .field-text * {
  text-align: left;
}
section.stage .items .item-stage-item .text-bg--color-red .text-container .field-text {
  padding: 12px 20px 20px;
  background-color: rgba(182, 23, 47, 0.6);
}
section.stage .items .item-stage-item .text-bg--color-red .text-container .field-text * {
  text-align: left;
}
section.stage .items .item-stage-item .text-bg--color-white .text-container .field-text {
  padding: 12px 20px 20px;
  background-color: rgba(255, 255, 255, 0.6);
}
section.stage .items .item-stage-item .text-bg--color-white .text-container .field-text * {
  text-align: left;
}
section.stage .items .item-stage-item .text-bg--color-brown .text-container .field-text {
  padding: 12px 20px 20px;
  background-color: rgba(234, 216, 196, 0.6);
}
section.stage .items .item-stage-item .text-bg--color-brown .text-container .field-text * {
  text-align: left;
}
section.stage .items .item-stage-item .text-position--center .text-container {
  text-align: center;
}
section.stage .items .item-stage-item .text-position--right .text-container {
  text-align: right;
}
section.stage .items .item-stage-item .action-banner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  height: 160px;
  top: 15px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  section.stage .items .item-stage-item .action-banner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  section.stage .items .item-stage-item .action-banner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  section.stage .items .item-stage-item .action-banner {
    width: 1170px;
  }
}
@media (max-width: 1000px) {
  section.stage .items .item-stage-item .action-banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round {
  position: absolute;
}
@media (min-width: 1600px) {
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round {
    width: 140px;
    height: 140px;
    border-radius: 70px;
  }
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h1,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h1,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h2,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h2,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h3,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h3,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h4,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h4,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h5,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h5,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h6,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h6,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round p,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round * {
    font-size: 30px !important;
    line-height: 34px !important;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1.75rem;
  }
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h1,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h1,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h2,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h2,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h3,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h3,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h4,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h4,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h5,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h5,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h6,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h6,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round p,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round * {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h1,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h1,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h2,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h2,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h3,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h3,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h4,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h4,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h5,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h5,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round h6,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .h6,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round p,
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round * {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}
@media (max-width: 991px) {
  section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round {
    width: 12rem;
    height: 12rem;
    border-radius: 6rem;
  }
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .field-text {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round .field-text * {
  margin: 0;
  text-align: center;
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-grey .field-text {
  color: #7B7470;
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-grey .field-text h1,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-grey .field-text .h1,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-grey .field-text h2,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-grey .field-text .h2,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-grey .field-text h3,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-grey .field-text .h3,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-grey .field-text h4,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-grey .field-text .h4,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-grey .field-text h5,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-grey .field-text .h5,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-grey .field-text h6,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-grey .field-text .h6 {
  color: #7B7470;
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-black .field-text {
  color: #000;
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-black .field-text h1,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-black .field-text .h1,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-black .field-text h2,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-black .field-text .h2,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-black .field-text h3,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-black .field-text .h3,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-black .field-text h4,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-black .field-text .h4,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-black .field-text h5,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-black .field-text .h5,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-black .field-text h6,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-black .field-text .h6 {
  color: #000;
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-red .field-text {
  color: #B6172F;
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-red .field-text h1,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-red .field-text .h1,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-red .field-text h2,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-red .field-text .h2,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-red .field-text h3,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-red .field-text .h3,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-red .field-text h4,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-red .field-text .h4,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-red .field-text h5,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-red .field-text .h5,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-red .field-text h6,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-red .field-text .h6 {
  color: #B6172F;
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-white .field-text {
  color: #FFFFFF;
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-white .field-text h1,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-white .field-text .h1,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-white .field-text h2,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-white .field-text .h2,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-white .field-text h3,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-white .field-text .h3,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-white .field-text h4,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-white .field-text .h4,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-white .field-text h5,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-white .field-text .h5,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-white .field-text h6,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-white .field-text .h6 {
  color: #FFFFFF;
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-brown .field-text {
  color: #EAD8C4;
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-brown .field-text h1,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-brown .field-text .h1,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-brown .field-text h2,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-brown .field-text .h2,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-brown .field-text h3,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-brown .field-text .h3,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-brown .field-text h4,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-brown .field-text .h4,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-brown .field-text h5,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-brown .field-text .h5,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-brown .field-text h6,
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.color-brown .field-text .h6 {
  color: #EAD8C4;
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.text-bg--color-grey {
  background-color: #7B7470;
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.text-bg--color-black {
  background-color: #000;
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.text-bg--color-red {
  background-color: #B6172F;
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.text-bg--color-white {
  background-color: #FFFFFF;
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.text-bg--color-brown {
  background-color: #EAD8C4;
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.text-position--left {
  left: 12px;
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.text-position--center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
section.stage .items .item-stage-item .action-banner .paragraph--type--action-banner-round.text-position--right {
  right: 12px;
}
section.stage .wave {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0px;
  bottom: 0%;
  width: 100%;
  overflow: hidden;
  height: 85px;
  text-align: center;
}
section.stage .wave > div {
  display: inline-block;
  position: relative;
  height: 100%;
}
section.stage .wave > div::before,
section.stage .wave > div::after {
  content: " ";
  display: block;
  height: 100%;
  width: 50vw;
  background-color: #FFFFFF;
  position: absolute;
  top: 0px;
}
section.stage .wave > div::before {
  right: 100%;
}
section.stage .wave > div::after {
  left: 100%;
}
section.stage .wave img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  section.stage .wave {
    height: 7.08924103vw;
    min-height: 25px;
  }
}
section.stage .container-slick-controller {
  position: absolute;
  width: 1200px;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
section.stage .container-slick-controller .slick-arrow {
  display: none !important;
}
section.stage .container-slick-controller .slick-dots {
  right: 15px;
  bottom: 0;
  width: auto;
}
section.stage .container-slick-controller .slick-dots li button:before {
  font-size: 13px;
  color: #FFFFFF;
  opacity: 1;
}
section.stage .container-slick-controller .slick-dots li.slick-active button:before {
  color: #B6172F;
}
@media (max-width: 1000px) {
  section.stage .container-slick-controller {
    display: none;
  }
}
section.text {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
  padding: 60px 0;
}
@media (max-width: 1199px) {
  section.text {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.text {
    font-size: 15px;
    line-height: 24px;
  }
}
section.text .h1,
section.text .h2,
section.text .h3,
section.text .h4,
section.text .h5,
section.text h1,
section.text h2,
section.text h3,
section.text h4,
section.text h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
section.text .h1 + .h1,
section.text .h2 + .h1,
section.text .h3 + .h1,
section.text .h4 + .h1,
section.text .h5 + .h1,
section.text h1 + .h1,
section.text h2 + .h1,
section.text h3 + .h1,
section.text h4 + .h1,
section.text h5 + .h1,
section.text .h1 + .h2,
section.text .h2 + .h2,
section.text .h3 + .h2,
section.text .h4 + .h2,
section.text .h5 + .h2,
section.text h1 + .h2,
section.text h2 + .h2,
section.text h3 + .h2,
section.text h4 + .h2,
section.text h5 + .h2,
section.text .h1 + .h3,
section.text .h2 + .h3,
section.text .h3 + .h3,
section.text .h4 + .h3,
section.text .h5 + .h3,
section.text h1 + .h3,
section.text h2 + .h3,
section.text h3 + .h3,
section.text h4 + .h3,
section.text h5 + .h3,
section.text .h1 + .h4,
section.text .h2 + .h4,
section.text .h3 + .h4,
section.text .h4 + .h4,
section.text .h5 + .h4,
section.text h1 + .h4,
section.text h2 + .h4,
section.text h3 + .h4,
section.text h4 + .h4,
section.text h5 + .h4,
section.text .h1 + .h5,
section.text .h2 + .h5,
section.text .h3 + .h5,
section.text .h4 + .h5,
section.text .h5 + .h5,
section.text h1 + .h5,
section.text h2 + .h5,
section.text h3 + .h5,
section.text h4 + .h5,
section.text h5 + .h5,
section.text .h1 + h1,
section.text .h2 + h1,
section.text .h3 + h1,
section.text .h4 + h1,
section.text .h5 + h1,
section.text h1 + h1,
section.text h2 + h1,
section.text h3 + h1,
section.text h4 + h1,
section.text h5 + h1,
section.text .h1 + h2,
section.text .h2 + h2,
section.text .h3 + h2,
section.text .h4 + h2,
section.text .h5 + h2,
section.text h1 + h2,
section.text h2 + h2,
section.text h3 + h2,
section.text h4 + h2,
section.text h5 + h2,
section.text .h1 + h3,
section.text .h2 + h3,
section.text .h3 + h3,
section.text .h4 + h3,
section.text .h5 + h3,
section.text h1 + h3,
section.text h2 + h3,
section.text h3 + h3,
section.text h4 + h3,
section.text h5 + h3,
section.text .h1 + h4,
section.text .h2 + h4,
section.text .h3 + h4,
section.text .h4 + h4,
section.text .h5 + h4,
section.text h1 + h4,
section.text h2 + h4,
section.text h3 + h4,
section.text h4 + h4,
section.text h5 + h4,
section.text .h1 + h5,
section.text .h2 + h5,
section.text .h3 + h5,
section.text .h4 + h5,
section.text .h5 + h5,
section.text h1 + h5,
section.text h2 + h5,
section.text h3 + h5,
section.text h4 + h5,
section.text h5 + h5 {
  margin-top: -22.5px;
}
section.text p,
section.text ul,
section.text dl {
  margin: 0 0 22.5px;
}
section.text .h1:first-child,
section.text .h2:first-child,
section.text .h3:first-child,
section.text .h4:first-child,
section.text .h5:first-child,
section.text h1:first-child,
section.text h2:first-child,
section.text h3:first-child,
section.text h4:first-child,
section.text h5:first-child,
section.text p:first-child,
section.text ul:first-child,
section.text dl:first-child {
  margin-top: 0;
}
section.text .h1:last-child,
section.text .h2:last-child,
section.text .h3:last-child,
section.text .h4:last-child,
section.text .h5:last-child,
section.text h1:last-child,
section.text h2:last-child,
section.text h3:last-child,
section.text h4:last-child,
section.text h5:last-child,
section.text p:last-child,
section.text ul:last-child,
section.text dl:last-child {
  margin-bottom: 0;
}
section.text h1,
section.text .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.text h1,
  section.text .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.text h1 + h2,
section.text .h1 + h2,
section.text h1 + .h2,
section.text .h1 + .h2 {
  margin-top: 0px;
}
section.text h2,
section.text .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  section.text h2,
  section.text .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.text h3,
section.text .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.text h3,
  section.text .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
section.text table tr td:first-child {
  padding-right: 28px;
}
section.text img.pull-left,
section.text p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
section.text img.pull-right,
section.text p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
@media (max-width: 767px) {
  section.text {
    padding: 30px 0;
  }
}
section.text .more-text .button {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-image: url(/svg/plus);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position-x: -12px;
  background-position-y: 8px;
  padding-left: 25px;
  cursor: pointer;
  font-weight: 700;
}
section.text .more-text.active .button {
  background-image: url('/svg/dash');
  background-position-y: 2px;
}
body.front section.text {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
}
@media (max-width: 767px) {
  body.front section.text {
    font-size: 15px;
    line-height: 24px;
  }
}
body.front section.text .h1,
body.front section.text .h2,
body.front section.text h1,
body.front section.text h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 55px;
  line-height: 68px;
}
@media (max-width: 767px) {
  body.front section.text .h1,
  body.front section.text .h2,
  body.front section.text h1,
  body.front section.text h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.product-slider-details + section.text,
section.product-slider-details + .container section.text {
  padding: 30px 0;
}
section.product-slider-details + section.text .container,
section.product-slider-details + .container section.text .container {
  padding: 0;
}
@media (max-width: 767px) {
  .item.item-text-teasers + .item.item-text > section.text,
  .item.item-text + .item.item-text > section.text {
    padding-top: 0;
  }
}
main section.body {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
  padding: 60px 0;
}
@media (max-width: 1199px) {
  main section.body {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  main section.body {
    font-size: 15px;
    line-height: 24px;
  }
}
main section.body .h1,
main section.body .h2,
main section.body .h3,
main section.body .h4,
main section.body .h5,
main section.body h1,
main section.body h2,
main section.body h3,
main section.body h4,
main section.body h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
main section.body .h1 + .h1,
main section.body .h2 + .h1,
main section.body .h3 + .h1,
main section.body .h4 + .h1,
main section.body .h5 + .h1,
main section.body h1 + .h1,
main section.body h2 + .h1,
main section.body h3 + .h1,
main section.body h4 + .h1,
main section.body h5 + .h1,
main section.body .h1 + .h2,
main section.body .h2 + .h2,
main section.body .h3 + .h2,
main section.body .h4 + .h2,
main section.body .h5 + .h2,
main section.body h1 + .h2,
main section.body h2 + .h2,
main section.body h3 + .h2,
main section.body h4 + .h2,
main section.body h5 + .h2,
main section.body .h1 + .h3,
main section.body .h2 + .h3,
main section.body .h3 + .h3,
main section.body .h4 + .h3,
main section.body .h5 + .h3,
main section.body h1 + .h3,
main section.body h2 + .h3,
main section.body h3 + .h3,
main section.body h4 + .h3,
main section.body h5 + .h3,
main section.body .h1 + .h4,
main section.body .h2 + .h4,
main section.body .h3 + .h4,
main section.body .h4 + .h4,
main section.body .h5 + .h4,
main section.body h1 + .h4,
main section.body h2 + .h4,
main section.body h3 + .h4,
main section.body h4 + .h4,
main section.body h5 + .h4,
main section.body .h1 + .h5,
main section.body .h2 + .h5,
main section.body .h3 + .h5,
main section.body .h4 + .h5,
main section.body .h5 + .h5,
main section.body h1 + .h5,
main section.body h2 + .h5,
main section.body h3 + .h5,
main section.body h4 + .h5,
main section.body h5 + .h5,
main section.body .h1 + h1,
main section.body .h2 + h1,
main section.body .h3 + h1,
main section.body .h4 + h1,
main section.body .h5 + h1,
main section.body h1 + h1,
main section.body h2 + h1,
main section.body h3 + h1,
main section.body h4 + h1,
main section.body h5 + h1,
main section.body .h1 + h2,
main section.body .h2 + h2,
main section.body .h3 + h2,
main section.body .h4 + h2,
main section.body .h5 + h2,
main section.body h1 + h2,
main section.body h2 + h2,
main section.body h3 + h2,
main section.body h4 + h2,
main section.body h5 + h2,
main section.body .h1 + h3,
main section.body .h2 + h3,
main section.body .h3 + h3,
main section.body .h4 + h3,
main section.body .h5 + h3,
main section.body h1 + h3,
main section.body h2 + h3,
main section.body h3 + h3,
main section.body h4 + h3,
main section.body h5 + h3,
main section.body .h1 + h4,
main section.body .h2 + h4,
main section.body .h3 + h4,
main section.body .h4 + h4,
main section.body .h5 + h4,
main section.body h1 + h4,
main section.body h2 + h4,
main section.body h3 + h4,
main section.body h4 + h4,
main section.body h5 + h4,
main section.body .h1 + h5,
main section.body .h2 + h5,
main section.body .h3 + h5,
main section.body .h4 + h5,
main section.body .h5 + h5,
main section.body h1 + h5,
main section.body h2 + h5,
main section.body h3 + h5,
main section.body h4 + h5,
main section.body h5 + h5 {
  margin-top: -22.5px;
}
main section.body p,
main section.body ul,
main section.body dl {
  margin: 0 0 22.5px;
}
main section.body .h1:first-child,
main section.body .h2:first-child,
main section.body .h3:first-child,
main section.body .h4:first-child,
main section.body .h5:first-child,
main section.body h1:first-child,
main section.body h2:first-child,
main section.body h3:first-child,
main section.body h4:first-child,
main section.body h5:first-child,
main section.body p:first-child,
main section.body ul:first-child,
main section.body dl:first-child {
  margin-top: 0;
}
main section.body .h1:last-child,
main section.body .h2:last-child,
main section.body .h3:last-child,
main section.body .h4:last-child,
main section.body .h5:last-child,
main section.body h1:last-child,
main section.body h2:last-child,
main section.body h3:last-child,
main section.body h4:last-child,
main section.body h5:last-child,
main section.body p:last-child,
main section.body ul:last-child,
main section.body dl:last-child {
  margin-bottom: 0;
}
main section.body h1,
main section.body .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  main section.body h1,
  main section.body .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
main section.body h1 + h2,
main section.body .h1 + h2,
main section.body h1 + .h2,
main section.body .h1 + .h2 {
  margin-top: 0px;
}
main section.body h2,
main section.body .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  main section.body h2,
  main section.body .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
main section.body h3,
main section.body .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  main section.body h3,
  main section.body .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
main section.body table tr td:first-child {
  padding-right: 28px;
}
main section.body img.pull-left,
main section.body p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
main section.body img.pull-right,
main section.body p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
section.product-filter {
  padding-bottom: 72px;
}
section.product-filter .row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.product-filter .row > div {
  position: relative;
  margin-right: -1px;
  margin-top: 28px;
}
section.product-filter .item {
  background: #FFFFFF;
  padding: 0 34.5px 214.5px;
  display: block;
  position: relative;
  min-height: 100%;
}
section.product-filter .item .views-field-title {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  section.product-filter .item .views-field-title {
    font-size: 30px;
    line-height: 35px;
  }
}
section.product-filter .item .views-field-field-short-description {
  padding: 20px 0;
  border-top: 1.5px dotted #BDB6AF;
}
section.product-filter .item a.btn,
section.product-filter .item a.btn-no-hover {
  position: absolute;
  text-align: left;
  width: -moz-calc(100% - 69px);
  width: calc(100% - 69px);
}
@media (min-width: 992px) and (max-width: 1189px) {
  section.product-filter .item a.btn,
  section.product-filter .item a.btn-no-hover {
    font-size: 18px;
  }
}
section.product-filter .item a.btn.first,
section.product-filter .item a.btn-no-hover.first {
  bottom: 163px;
  background-image: url('/svg/info');
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
@media (min-width: 992px) and (max-width: 1189px) {
  section.product-filter .item a.btn.first,
  section.product-filter .item a.btn-no-hover.first {
    background-size: 22px auto;
    background-position: right 10px center;
  }
}
@media (max-width: 767px) {
  section.product-filter .item a.btn.first,
  section.product-filter .item a.btn-no-hover.first {
    background-size: 20px auto;
  }
}
section.product-filter .item a.btn.second,
section.product-filter .item a.btn-no-hover.second {
  bottom: 99px;
  background-image: url('/svg/cart_big_red');
  background-size: 36px auto;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
@media (min-width: 992px) and (max-width: 1189px) {
  section.product-filter .item a.btn.second,
  section.product-filter .item a.btn-no-hover.second {
    background-size: 26px auto;
    background-position: right 10px center;
  }
}
@media (max-width: 767px) {
  section.product-filter .item a.btn.second,
  section.product-filter .item a.btn-no-hover.second {
    background-size: 26px auto;
  }
}
section.product-filter .item a.btn.third,
section.product-filter .item a.btn-no-hover.third {
  bottom: 34.5px;
  background-image: url('/svg/shop');
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
@media (min-width: 992px) and (max-width: 1189px) {
  section.product-filter .item a.btn.third,
  section.product-filter .item a.btn-no-hover.third {
    background-size: 20px auto;
    background-position: right 10px center;
  }
}
@media (max-width: 767px) {
  section.product-filter .item a.btn.third,
  section.product-filter .item a.btn-no-hover.third {
    background-size: 20px auto;
  }
}
@media (max-width: 767px) {
  section.product-filter .item a.btn,
  section.product-filter .item a.btn-no-hover {
    margin-left: 0;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
}
@media (max-width: 1199px) {
  section.product-filter .row {
    display: block;
  }
  section.product-filter p {
    font-weight: 200;
    color: #7B7470;
    font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  section.product-filter p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  section.product-filter p {
    font-size: 15px;
    line-height: 24px;
  }
}
section.text-image {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
  display: block;
  position: relative;
}
@media (max-width: 1199px) {
  section.text-image {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.text-image {
    font-size: 15px;
    line-height: 24px;
  }
}
section.text-image .h1,
section.text-image .h2,
section.text-image .h3,
section.text-image .h4,
section.text-image .h5,
section.text-image h1,
section.text-image h2,
section.text-image h3,
section.text-image h4,
section.text-image h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
section.text-image .h1 + .h1,
section.text-image .h2 + .h1,
section.text-image .h3 + .h1,
section.text-image .h4 + .h1,
section.text-image .h5 + .h1,
section.text-image h1 + .h1,
section.text-image h2 + .h1,
section.text-image h3 + .h1,
section.text-image h4 + .h1,
section.text-image h5 + .h1,
section.text-image .h1 + .h2,
section.text-image .h2 + .h2,
section.text-image .h3 + .h2,
section.text-image .h4 + .h2,
section.text-image .h5 + .h2,
section.text-image h1 + .h2,
section.text-image h2 + .h2,
section.text-image h3 + .h2,
section.text-image h4 + .h2,
section.text-image h5 + .h2,
section.text-image .h1 + .h3,
section.text-image .h2 + .h3,
section.text-image .h3 + .h3,
section.text-image .h4 + .h3,
section.text-image .h5 + .h3,
section.text-image h1 + .h3,
section.text-image h2 + .h3,
section.text-image h3 + .h3,
section.text-image h4 + .h3,
section.text-image h5 + .h3,
section.text-image .h1 + .h4,
section.text-image .h2 + .h4,
section.text-image .h3 + .h4,
section.text-image .h4 + .h4,
section.text-image .h5 + .h4,
section.text-image h1 + .h4,
section.text-image h2 + .h4,
section.text-image h3 + .h4,
section.text-image h4 + .h4,
section.text-image h5 + .h4,
section.text-image .h1 + .h5,
section.text-image .h2 + .h5,
section.text-image .h3 + .h5,
section.text-image .h4 + .h5,
section.text-image .h5 + .h5,
section.text-image h1 + .h5,
section.text-image h2 + .h5,
section.text-image h3 + .h5,
section.text-image h4 + .h5,
section.text-image h5 + .h5,
section.text-image .h1 + h1,
section.text-image .h2 + h1,
section.text-image .h3 + h1,
section.text-image .h4 + h1,
section.text-image .h5 + h1,
section.text-image h1 + h1,
section.text-image h2 + h1,
section.text-image h3 + h1,
section.text-image h4 + h1,
section.text-image h5 + h1,
section.text-image .h1 + h2,
section.text-image .h2 + h2,
section.text-image .h3 + h2,
section.text-image .h4 + h2,
section.text-image .h5 + h2,
section.text-image h1 + h2,
section.text-image h2 + h2,
section.text-image h3 + h2,
section.text-image h4 + h2,
section.text-image h5 + h2,
section.text-image .h1 + h3,
section.text-image .h2 + h3,
section.text-image .h3 + h3,
section.text-image .h4 + h3,
section.text-image .h5 + h3,
section.text-image h1 + h3,
section.text-image h2 + h3,
section.text-image h3 + h3,
section.text-image h4 + h3,
section.text-image h5 + h3,
section.text-image .h1 + h4,
section.text-image .h2 + h4,
section.text-image .h3 + h4,
section.text-image .h4 + h4,
section.text-image .h5 + h4,
section.text-image h1 + h4,
section.text-image h2 + h4,
section.text-image h3 + h4,
section.text-image h4 + h4,
section.text-image h5 + h4,
section.text-image .h1 + h5,
section.text-image .h2 + h5,
section.text-image .h3 + h5,
section.text-image .h4 + h5,
section.text-image .h5 + h5,
section.text-image h1 + h5,
section.text-image h2 + h5,
section.text-image h3 + h5,
section.text-image h4 + h5,
section.text-image h5 + h5 {
  margin-top: -22.5px;
}
section.text-image p,
section.text-image ul,
section.text-image dl {
  margin: 0 0 22.5px;
}
section.text-image .h1:first-child,
section.text-image .h2:first-child,
section.text-image .h3:first-child,
section.text-image .h4:first-child,
section.text-image .h5:first-child,
section.text-image h1:first-child,
section.text-image h2:first-child,
section.text-image h3:first-child,
section.text-image h4:first-child,
section.text-image h5:first-child,
section.text-image p:first-child,
section.text-image ul:first-child,
section.text-image dl:first-child {
  margin-top: 0;
}
section.text-image .h1:last-child,
section.text-image .h2:last-child,
section.text-image .h3:last-child,
section.text-image .h4:last-child,
section.text-image .h5:last-child,
section.text-image h1:last-child,
section.text-image h2:last-child,
section.text-image h3:last-child,
section.text-image h4:last-child,
section.text-image h5:last-child,
section.text-image p:last-child,
section.text-image ul:last-child,
section.text-image dl:last-child {
  margin-bottom: 0;
}
section.text-image h1,
section.text-image .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.text-image h1,
  section.text-image .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.text-image h1 + h2,
section.text-image .h1 + h2,
section.text-image h1 + .h2,
section.text-image .h1 + .h2 {
  margin-top: 0px;
}
section.text-image h2,
section.text-image .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  section.text-image h2,
  section.text-image .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.text-image h3,
section.text-image .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.text-image h3,
  section.text-image .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
section.text-image table tr td:first-child {
  padding-right: 28px;
}
section.text-image img.pull-left,
section.text-image p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
section.text-image img.pull-right,
section.text-image p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
section.text-image .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
}
section.text-image .bg .field-image {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
section.text-image .bg .field-image .media {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}
section.text-image .row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 33.33333333vh;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.text-image .row > div {
  width: 50%;
  padding: 15px;
  padding-right: 30px;
}
section.text-image .row > div .btn {
  margin-top: 60px;
}
section.text-image.img-left .bg {
  right: auto;
  left: 0%;
}
section.text-image.img-left .row {
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.text-image.img-left .row > div {
  padding-right: 15px;
  padding-left: 45px;
}
@media (max-width: 1000px) {
  section.text-image {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  section.text-image .bg {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    width: 100%;
    left: auto;
    top: auto;
    right: auto;
  }
  section.text-image .bg .field-image {
    position: absolute;
  }
  section.text-image .bg .field-image .media {
    background-position: center center;
  }
  section.text-image .row {
    display: block;
    width: auto;
    min-height: auto;
  }
  section.text-image .row > div {
    width: 100%;
    padding: 60px 30px;
  }
  section.text-image.img-left .bg {
    right: auto;
    left: auto;
  }
  section.text-image.img-left .row > div {
    width: 100%;
    padding: 60px 30px;
  }
}
section.text-image .more-text.active .toggle-text {
  margin-top: 45px;
}
section.text-image .more-text .button {
  width: 100%;
  height: 50px;
  border-bottom: 1px dotted #7B7470;
  cursor: pointer;
  background-image: url('/svg/plus');
  background-position: bottom right;
  background-repeat: no-repeat;
}
section.text-image .more-text.active .button {
  background-image: url('/svg/dash');
}
body.front section.text-image {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  padding: 75px 0;
}
@media (max-width: 767px) {
  body.front section.text-image {
    font-size: 15px;
    line-height: 24px;
  }
}
body.front section.text-image .h1,
body.front section.text-image .h2,
body.front section.text-image h1,
body.front section.text-image h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 55px;
  line-height: 68px;
}
@media (max-width: 767px) {
  body.front section.text-image .h1,
  body.front section.text-image .h2,
  body.front section.text-image h1,
  body.front section.text-image h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.item.item-story-line + .item.item-text-image {
  margin-top: 150px;
}
.item.item-_-teaser-small + .item.item-text-image {
  margin-top: 60px;
}
section.text-teasers {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
  padding: 75px 0;
}
@media (max-width: 1199px) {
  section.text-teasers {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.text-teasers {
    font-size: 15px;
    line-height: 24px;
  }
}
section.text-teasers .h1,
section.text-teasers .h2,
section.text-teasers .h3,
section.text-teasers .h4,
section.text-teasers .h5,
section.text-teasers h1,
section.text-teasers h2,
section.text-teasers h3,
section.text-teasers h4,
section.text-teasers h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
section.text-teasers .h1 + .h1,
section.text-teasers .h2 + .h1,
section.text-teasers .h3 + .h1,
section.text-teasers .h4 + .h1,
section.text-teasers .h5 + .h1,
section.text-teasers h1 + .h1,
section.text-teasers h2 + .h1,
section.text-teasers h3 + .h1,
section.text-teasers h4 + .h1,
section.text-teasers h5 + .h1,
section.text-teasers .h1 + .h2,
section.text-teasers .h2 + .h2,
section.text-teasers .h3 + .h2,
section.text-teasers .h4 + .h2,
section.text-teasers .h5 + .h2,
section.text-teasers h1 + .h2,
section.text-teasers h2 + .h2,
section.text-teasers h3 + .h2,
section.text-teasers h4 + .h2,
section.text-teasers h5 + .h2,
section.text-teasers .h1 + .h3,
section.text-teasers .h2 + .h3,
section.text-teasers .h3 + .h3,
section.text-teasers .h4 + .h3,
section.text-teasers .h5 + .h3,
section.text-teasers h1 + .h3,
section.text-teasers h2 + .h3,
section.text-teasers h3 + .h3,
section.text-teasers h4 + .h3,
section.text-teasers h5 + .h3,
section.text-teasers .h1 + .h4,
section.text-teasers .h2 + .h4,
section.text-teasers .h3 + .h4,
section.text-teasers .h4 + .h4,
section.text-teasers .h5 + .h4,
section.text-teasers h1 + .h4,
section.text-teasers h2 + .h4,
section.text-teasers h3 + .h4,
section.text-teasers h4 + .h4,
section.text-teasers h5 + .h4,
section.text-teasers .h1 + .h5,
section.text-teasers .h2 + .h5,
section.text-teasers .h3 + .h5,
section.text-teasers .h4 + .h5,
section.text-teasers .h5 + .h5,
section.text-teasers h1 + .h5,
section.text-teasers h2 + .h5,
section.text-teasers h3 + .h5,
section.text-teasers h4 + .h5,
section.text-teasers h5 + .h5,
section.text-teasers .h1 + h1,
section.text-teasers .h2 + h1,
section.text-teasers .h3 + h1,
section.text-teasers .h4 + h1,
section.text-teasers .h5 + h1,
section.text-teasers h1 + h1,
section.text-teasers h2 + h1,
section.text-teasers h3 + h1,
section.text-teasers h4 + h1,
section.text-teasers h5 + h1,
section.text-teasers .h1 + h2,
section.text-teasers .h2 + h2,
section.text-teasers .h3 + h2,
section.text-teasers .h4 + h2,
section.text-teasers .h5 + h2,
section.text-teasers h1 + h2,
section.text-teasers h2 + h2,
section.text-teasers h3 + h2,
section.text-teasers h4 + h2,
section.text-teasers h5 + h2,
section.text-teasers .h1 + h3,
section.text-teasers .h2 + h3,
section.text-teasers .h3 + h3,
section.text-teasers .h4 + h3,
section.text-teasers .h5 + h3,
section.text-teasers h1 + h3,
section.text-teasers h2 + h3,
section.text-teasers h3 + h3,
section.text-teasers h4 + h3,
section.text-teasers h5 + h3,
section.text-teasers .h1 + h4,
section.text-teasers .h2 + h4,
section.text-teasers .h3 + h4,
section.text-teasers .h4 + h4,
section.text-teasers .h5 + h4,
section.text-teasers h1 + h4,
section.text-teasers h2 + h4,
section.text-teasers h3 + h4,
section.text-teasers h4 + h4,
section.text-teasers h5 + h4,
section.text-teasers .h1 + h5,
section.text-teasers .h2 + h5,
section.text-teasers .h3 + h5,
section.text-teasers .h4 + h5,
section.text-teasers .h5 + h5,
section.text-teasers h1 + h5,
section.text-teasers h2 + h5,
section.text-teasers h3 + h5,
section.text-teasers h4 + h5,
section.text-teasers h5 + h5 {
  margin-top: -22.5px;
}
section.text-teasers p,
section.text-teasers ul,
section.text-teasers dl {
  margin: 0 0 22.5px;
}
section.text-teasers .h1:first-child,
section.text-teasers .h2:first-child,
section.text-teasers .h3:first-child,
section.text-teasers .h4:first-child,
section.text-teasers .h5:first-child,
section.text-teasers h1:first-child,
section.text-teasers h2:first-child,
section.text-teasers h3:first-child,
section.text-teasers h4:first-child,
section.text-teasers h5:first-child,
section.text-teasers p:first-child,
section.text-teasers ul:first-child,
section.text-teasers dl:first-child {
  margin-top: 0;
}
section.text-teasers .h1:last-child,
section.text-teasers .h2:last-child,
section.text-teasers .h3:last-child,
section.text-teasers .h4:last-child,
section.text-teasers .h5:last-child,
section.text-teasers h1:last-child,
section.text-teasers h2:last-child,
section.text-teasers h3:last-child,
section.text-teasers h4:last-child,
section.text-teasers h5:last-child,
section.text-teasers p:last-child,
section.text-teasers ul:last-child,
section.text-teasers dl:last-child {
  margin-bottom: 0;
}
section.text-teasers h1,
section.text-teasers .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.text-teasers h1,
  section.text-teasers .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.text-teasers h1 + h2,
section.text-teasers .h1 + h2,
section.text-teasers h1 + .h2,
section.text-teasers .h1 + .h2 {
  margin-top: 0px;
}
section.text-teasers h2,
section.text-teasers .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  section.text-teasers h2,
  section.text-teasers .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.text-teasers h3,
section.text-teasers .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.text-teasers h3,
  section.text-teasers .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
section.text-teasers table tr td:first-child {
  padding-right: 28px;
}
section.text-teasers img.pull-left,
section.text-teasers p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
section.text-teasers img.pull-right,
section.text-teasers p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
section.text-teasers .field-subtitle {
  font-weight: 700;
}
section.text-teasers .row {
  margin-top: 30px;
}
section.text-teasers .row .text-teaser .field-text {
  padding: 15px 0;
  border-top: 1.5px dotted #BDB6AF;
  border-bottom: 1.5px dotted #BDB6AF;
}
section.text-teasers .field-link {
  margin-top: 60px;
}
@media (max-width: 767px) {
  section.text-teasers .field-link {
    margin-top: 25px;
  }
}
@media (max-width: 1000px) {
  section.text-teasers {
    padding: 60px 0;
  }
  section.text-teasers .row .text-teaser {
    float: left;
    width: 50%;
    padding: 0 30px 30px;
  }
}
@media (max-width: 767px) {
  section.text-teasers {
    padding: 30px 0;
  }
  section.text-teasers .row .text-teaser {
    float: none;
    width: 100%;
    padding: 0 30px 30px;
  }
}
body.front section.text-teasers {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
}
@media (max-width: 767px) {
  body.front section.text-teasers {
    font-size: 15px;
    line-height: 24px;
  }
}
body.front section.text-teasers .h1,
body.front section.text-teasers .h2,
body.front section.text-teasers h1,
body.front section.text-teasers h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 55px;
  line-height: 68px;
}
@media (max-width: 767px) {
  body.front section.text-teasers .h1,
  body.front section.text-teasers .h2,
  body.front section.text-teasers h1,
  body.front section.text-teasers h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .item.item-text + .item.item-text-teasers > section.text-teasers,
  .item.item-text-teasers + .item.item-text-teasers > section.text-teasers {
    padding-top: 0;
  }
}
section.product-teasers {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
  padding: 15px 0 0;
}
@media (max-width: 1199px) {
  section.product-teasers {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.product-teasers {
    font-size: 15px;
    line-height: 24px;
  }
}
section.product-teasers .h1,
section.product-teasers .h2,
section.product-teasers .h3,
section.product-teasers .h4,
section.product-teasers .h5,
section.product-teasers h1,
section.product-teasers h2,
section.product-teasers h3,
section.product-teasers h4,
section.product-teasers h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
section.product-teasers .h1 + .h1,
section.product-teasers .h2 + .h1,
section.product-teasers .h3 + .h1,
section.product-teasers .h4 + .h1,
section.product-teasers .h5 + .h1,
section.product-teasers h1 + .h1,
section.product-teasers h2 + .h1,
section.product-teasers h3 + .h1,
section.product-teasers h4 + .h1,
section.product-teasers h5 + .h1,
section.product-teasers .h1 + .h2,
section.product-teasers .h2 + .h2,
section.product-teasers .h3 + .h2,
section.product-teasers .h4 + .h2,
section.product-teasers .h5 + .h2,
section.product-teasers h1 + .h2,
section.product-teasers h2 + .h2,
section.product-teasers h3 + .h2,
section.product-teasers h4 + .h2,
section.product-teasers h5 + .h2,
section.product-teasers .h1 + .h3,
section.product-teasers .h2 + .h3,
section.product-teasers .h3 + .h3,
section.product-teasers .h4 + .h3,
section.product-teasers .h5 + .h3,
section.product-teasers h1 + .h3,
section.product-teasers h2 + .h3,
section.product-teasers h3 + .h3,
section.product-teasers h4 + .h3,
section.product-teasers h5 + .h3,
section.product-teasers .h1 + .h4,
section.product-teasers .h2 + .h4,
section.product-teasers .h3 + .h4,
section.product-teasers .h4 + .h4,
section.product-teasers .h5 + .h4,
section.product-teasers h1 + .h4,
section.product-teasers h2 + .h4,
section.product-teasers h3 + .h4,
section.product-teasers h4 + .h4,
section.product-teasers h5 + .h4,
section.product-teasers .h1 + .h5,
section.product-teasers .h2 + .h5,
section.product-teasers .h3 + .h5,
section.product-teasers .h4 + .h5,
section.product-teasers .h5 + .h5,
section.product-teasers h1 + .h5,
section.product-teasers h2 + .h5,
section.product-teasers h3 + .h5,
section.product-teasers h4 + .h5,
section.product-teasers h5 + .h5,
section.product-teasers .h1 + h1,
section.product-teasers .h2 + h1,
section.product-teasers .h3 + h1,
section.product-teasers .h4 + h1,
section.product-teasers .h5 + h1,
section.product-teasers h1 + h1,
section.product-teasers h2 + h1,
section.product-teasers h3 + h1,
section.product-teasers h4 + h1,
section.product-teasers h5 + h1,
section.product-teasers .h1 + h2,
section.product-teasers .h2 + h2,
section.product-teasers .h3 + h2,
section.product-teasers .h4 + h2,
section.product-teasers .h5 + h2,
section.product-teasers h1 + h2,
section.product-teasers h2 + h2,
section.product-teasers h3 + h2,
section.product-teasers h4 + h2,
section.product-teasers h5 + h2,
section.product-teasers .h1 + h3,
section.product-teasers .h2 + h3,
section.product-teasers .h3 + h3,
section.product-teasers .h4 + h3,
section.product-teasers .h5 + h3,
section.product-teasers h1 + h3,
section.product-teasers h2 + h3,
section.product-teasers h3 + h3,
section.product-teasers h4 + h3,
section.product-teasers h5 + h3,
section.product-teasers .h1 + h4,
section.product-teasers .h2 + h4,
section.product-teasers .h3 + h4,
section.product-teasers .h4 + h4,
section.product-teasers .h5 + h4,
section.product-teasers h1 + h4,
section.product-teasers h2 + h4,
section.product-teasers h3 + h4,
section.product-teasers h4 + h4,
section.product-teasers h5 + h4,
section.product-teasers .h1 + h5,
section.product-teasers .h2 + h5,
section.product-teasers .h3 + h5,
section.product-teasers .h4 + h5,
section.product-teasers .h5 + h5,
section.product-teasers h1 + h5,
section.product-teasers h2 + h5,
section.product-teasers h3 + h5,
section.product-teasers h4 + h5,
section.product-teasers h5 + h5 {
  margin-top: -22.5px;
}
section.product-teasers p,
section.product-teasers ul,
section.product-teasers dl {
  margin: 0 0 22.5px;
}
section.product-teasers .h1:first-child,
section.product-teasers .h2:first-child,
section.product-teasers .h3:first-child,
section.product-teasers .h4:first-child,
section.product-teasers .h5:first-child,
section.product-teasers h1:first-child,
section.product-teasers h2:first-child,
section.product-teasers h3:first-child,
section.product-teasers h4:first-child,
section.product-teasers h5:first-child,
section.product-teasers p:first-child,
section.product-teasers ul:first-child,
section.product-teasers dl:first-child {
  margin-top: 0;
}
section.product-teasers .h1:last-child,
section.product-teasers .h2:last-child,
section.product-teasers .h3:last-child,
section.product-teasers .h4:last-child,
section.product-teasers .h5:last-child,
section.product-teasers h1:last-child,
section.product-teasers h2:last-child,
section.product-teasers h3:last-child,
section.product-teasers h4:last-child,
section.product-teasers h5:last-child,
section.product-teasers p:last-child,
section.product-teasers ul:last-child,
section.product-teasers dl:last-child {
  margin-bottom: 0;
}
section.product-teasers h1,
section.product-teasers .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.product-teasers h1,
  section.product-teasers .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.product-teasers h1 + h2,
section.product-teasers .h1 + h2,
section.product-teasers h1 + .h2,
section.product-teasers .h1 + .h2 {
  margin-top: 0px;
}
section.product-teasers h2,
section.product-teasers .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  section.product-teasers h2,
  section.product-teasers .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.product-teasers h3,
section.product-teasers .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.product-teasers h3,
  section.product-teasers .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
section.product-teasers table tr td:first-child {
  padding-right: 28px;
}
section.product-teasers img.pull-left,
section.product-teasers p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
section.product-teasers img.pull-right,
section.product-teasers p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
section.product-teasers .field-title {
  font-weight: 700;
}
section.product-teasers .row {
  margin-top: 30px;
}
section.product-teasers .row .product-teaser {
  padding-bottom: 34.5px;
}
section.product-teasers .row .product-teaser .field-text {
  padding: 15px 0;
}
section.product-teasers .row .product-teaser .field-text h3 {
  text-align: center;
}
section.product-teasers .row .product-teaser .field-text p {
  text-align: center;
}
section.product-teasers .row .product-teaser .field-link {
  margin-top: 15px;
}
section.product-teasers .row .product-teaser .field-link .btn {
  font-size: 1em;
  position: relative;
  text-align: center;
  width: 100%;
}
section.product-teasers .row .product-teaser .field-link .btn > span {
  padding-left: 18px;
  padding-right: 18px;
}
section.product-slider-details {
  display: block;
  position: relative;
  padding-bottom: 30px;
}
section.product-slider-details .advanced-slider {
  background-color: #F6F3F1;
}
section.product-slider-details .advanced-slider .items .item {
  cursor: pointer;
  margin: 0 15px;
}
@media (max-width: 767px) {
  section.product-slider-details .advanced-slider .items .item {
    margin: 0 7px;
  }
}
section.product-slider-details .advanced-slider .items .item .field-image {
  border: 2px solid #F6F3F1;
}
section.product-slider-details .advanced-slider .items .item .field-image .media--background {
  position: relative;
  min-height: 1px;
  opacity: 1;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 !important;
  height: 80px;
}
@media (max-width: 767px) {
  section.product-slider-details .advanced-slider .items .item .field-image .media--background {
    height: 70px;
  }
}
section.product-slider-details .advanced-slider .items .item .title {
  color: #7B7470;
  padding: 0 3px;
  margin-top: 6px;
  font-size: 16px;
}
@media (max-width: 767px) {
  section.product-slider-details .advanced-slider .items .item .title {
    margin-top: 4px;
    font-size: 10px;
  }
}
section.product-slider-details .advanced-slider .items .item.active .field-image {
  border-color: #B6172F;
}
section.product-slider-details .advanced-slider .items .item.active .title {
  color: #B6172F;
}
section.product-slider-details .advanced-slider .container-slick-controller {
  position: relative;
}
@media (min-width: 1300px) {
  section.product-slider-details .advanced-slider .container-slick-controller .slick-prev,
  section.product-slider-details .advanced-slider .container-slick-controller .slick-next {
    margin-top: -113px;
    width: 42px;
    height: 80px;
  }
  section.product-slider-details .advanced-slider .container-slick-controller .slick-prev.slick-prev,
  section.product-slider-details .advanced-slider .container-slick-controller .slick-next.slick-prev {
    left: -56px;
    background-position: 11px center;
  }
  section.product-slider-details .advanced-slider .container-slick-controller .slick-prev.slick-next,
  section.product-slider-details .advanced-slider .container-slick-controller .slick-next.slick-next {
    right: -56px;
    background-position: 15px center;
  }
}
@media (max-width: 1299px) {
  section.product-slider-details .advanced-slider .container-slick-controller .slick-prev,
  section.product-slider-details .advanced-slider .container-slick-controller .slick-next {
    display: none !important;
  }
}
section.product-slider-details .advanced-slider .container-slick-controller .slick-dots {
  display: none !important;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
section.product-slider-details .advanced-slider .container-slick-controller .slick-dots li button:before {
  font-size: 13px;
  color: #EDE8E4;
  opacity: 1;
}
section.product-slider-details .advanced-slider .container-slick-controller .slick-dots li.slick-active button:before {
  color: #B6172F;
}
section.product-slider-details .advanced-slider .container-slick-controller .slick-dots li:only-child {
  display: none;
}
section.product-slider-details .product-slider.bound.inactive {
  position: fixed;
  right: -99999999px;
}
@media (min-width: 1001px) {
  section.product-slider-details .flex-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
section.product-slider-details .flex-container .product-slider {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1140px) {
  section.product-slider-details .flex-container .product-slider {
    width: 66.66666667%;
  }
}
@media (max-width: 1139px) {
  section.product-slider-details .flex-container .product-slider {
    width: 60%;
  }
}
@media (max-width: 1000px) {
  section.product-slider-details .flex-container .product-slider {
    width: 100%;
  }
}
@media (min-width: 1001px) {
  section.product-slider-details .flex-container .product-side-block {
    padding-left: 15px;
  }
}
section.product-slider-details .items:first-child .field-image .media--background {
  position: relative;
  min-height: 1px;
  opacity: 1;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
}
section.product-slider-details .container-slick-controller {
  height: 25px;
}
section.product-slider-details .container-slick-controller .slick-arrow {
  height: 30px;
  background-repeat: no-repeat;
  background-size: 15px;
}
section.product-slider-details .container-slick-controller .slick-arrow:before {
  content: none;
}
section.product-slider-details .container-slick-controller .slick-arrow.slick-prev {
  left: 15px;
  background-image: url('/svg/arrow-left?fill=%237B7470');
  background-position: 0px;
}
section.product-slider-details .container-slick-controller .slick-arrow.slick-next {
  right: 15px;
  background-image: url('/svg/arrow-right?fill=%237B7470');
  background-position: 5px;
}
section.product-slider-details .container-slick-controller .slick-dots {
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
section.product-slider-details .container-slick-controller .slick-dots li button:before {
  font-size: 13px;
  color: #EDE8E4;
  opacity: 1;
}
section.product-slider-details .container-slick-controller .slick-dots li.slick-active button:before {
  color: #B6172F;
}
section.product-slider-details .product-description {
  background-color: #F6F3F1;
  padding: 35px 30px;
}
@media (max-width: 1000px) {
  section.product-slider-details .product-description {
    padding: 30px 15px;
    font-size: 15px;
    line-height: 24px;
  }
}
section.product-slider-details .field-paragraphs-2 {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
  margin-top: 50px;
}
@media (max-width: 1199px) {
  section.product-slider-details .field-paragraphs-2 {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.product-slider-details .field-paragraphs-2 {
    font-size: 15px;
    line-height: 24px;
  }
}
section.product-slider-details .field-paragraphs-2 .h1,
section.product-slider-details .field-paragraphs-2 .h2,
section.product-slider-details .field-paragraphs-2 .h3,
section.product-slider-details .field-paragraphs-2 .h4,
section.product-slider-details .field-paragraphs-2 .h5,
section.product-slider-details .field-paragraphs-2 h1,
section.product-slider-details .field-paragraphs-2 h2,
section.product-slider-details .field-paragraphs-2 h3,
section.product-slider-details .field-paragraphs-2 h4,
section.product-slider-details .field-paragraphs-2 h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
section.product-slider-details .field-paragraphs-2 .h1 + .h1,
section.product-slider-details .field-paragraphs-2 .h2 + .h1,
section.product-slider-details .field-paragraphs-2 .h3 + .h1,
section.product-slider-details .field-paragraphs-2 .h4 + .h1,
section.product-slider-details .field-paragraphs-2 .h5 + .h1,
section.product-slider-details .field-paragraphs-2 h1 + .h1,
section.product-slider-details .field-paragraphs-2 h2 + .h1,
section.product-slider-details .field-paragraphs-2 h3 + .h1,
section.product-slider-details .field-paragraphs-2 h4 + .h1,
section.product-slider-details .field-paragraphs-2 h5 + .h1,
section.product-slider-details .field-paragraphs-2 .h1 + .h2,
section.product-slider-details .field-paragraphs-2 .h2 + .h2,
section.product-slider-details .field-paragraphs-2 .h3 + .h2,
section.product-slider-details .field-paragraphs-2 .h4 + .h2,
section.product-slider-details .field-paragraphs-2 .h5 + .h2,
section.product-slider-details .field-paragraphs-2 h1 + .h2,
section.product-slider-details .field-paragraphs-2 h2 + .h2,
section.product-slider-details .field-paragraphs-2 h3 + .h2,
section.product-slider-details .field-paragraphs-2 h4 + .h2,
section.product-slider-details .field-paragraphs-2 h5 + .h2,
section.product-slider-details .field-paragraphs-2 .h1 + .h3,
section.product-slider-details .field-paragraphs-2 .h2 + .h3,
section.product-slider-details .field-paragraphs-2 .h3 + .h3,
section.product-slider-details .field-paragraphs-2 .h4 + .h3,
section.product-slider-details .field-paragraphs-2 .h5 + .h3,
section.product-slider-details .field-paragraphs-2 h1 + .h3,
section.product-slider-details .field-paragraphs-2 h2 + .h3,
section.product-slider-details .field-paragraphs-2 h3 + .h3,
section.product-slider-details .field-paragraphs-2 h4 + .h3,
section.product-slider-details .field-paragraphs-2 h5 + .h3,
section.product-slider-details .field-paragraphs-2 .h1 + .h4,
section.product-slider-details .field-paragraphs-2 .h2 + .h4,
section.product-slider-details .field-paragraphs-2 .h3 + .h4,
section.product-slider-details .field-paragraphs-2 .h4 + .h4,
section.product-slider-details .field-paragraphs-2 .h5 + .h4,
section.product-slider-details .field-paragraphs-2 h1 + .h4,
section.product-slider-details .field-paragraphs-2 h2 + .h4,
section.product-slider-details .field-paragraphs-2 h3 + .h4,
section.product-slider-details .field-paragraphs-2 h4 + .h4,
section.product-slider-details .field-paragraphs-2 h5 + .h4,
section.product-slider-details .field-paragraphs-2 .h1 + .h5,
section.product-slider-details .field-paragraphs-2 .h2 + .h5,
section.product-slider-details .field-paragraphs-2 .h3 + .h5,
section.product-slider-details .field-paragraphs-2 .h4 + .h5,
section.product-slider-details .field-paragraphs-2 .h5 + .h5,
section.product-slider-details .field-paragraphs-2 h1 + .h5,
section.product-slider-details .field-paragraphs-2 h2 + .h5,
section.product-slider-details .field-paragraphs-2 h3 + .h5,
section.product-slider-details .field-paragraphs-2 h4 + .h5,
section.product-slider-details .field-paragraphs-2 h5 + .h5,
section.product-slider-details .field-paragraphs-2 .h1 + h1,
section.product-slider-details .field-paragraphs-2 .h2 + h1,
section.product-slider-details .field-paragraphs-2 .h3 + h1,
section.product-slider-details .field-paragraphs-2 .h4 + h1,
section.product-slider-details .field-paragraphs-2 .h5 + h1,
section.product-slider-details .field-paragraphs-2 h1 + h1,
section.product-slider-details .field-paragraphs-2 h2 + h1,
section.product-slider-details .field-paragraphs-2 h3 + h1,
section.product-slider-details .field-paragraphs-2 h4 + h1,
section.product-slider-details .field-paragraphs-2 h5 + h1,
section.product-slider-details .field-paragraphs-2 .h1 + h2,
section.product-slider-details .field-paragraphs-2 .h2 + h2,
section.product-slider-details .field-paragraphs-2 .h3 + h2,
section.product-slider-details .field-paragraphs-2 .h4 + h2,
section.product-slider-details .field-paragraphs-2 .h5 + h2,
section.product-slider-details .field-paragraphs-2 h1 + h2,
section.product-slider-details .field-paragraphs-2 h2 + h2,
section.product-slider-details .field-paragraphs-2 h3 + h2,
section.product-slider-details .field-paragraphs-2 h4 + h2,
section.product-slider-details .field-paragraphs-2 h5 + h2,
section.product-slider-details .field-paragraphs-2 .h1 + h3,
section.product-slider-details .field-paragraphs-2 .h2 + h3,
section.product-slider-details .field-paragraphs-2 .h3 + h3,
section.product-slider-details .field-paragraphs-2 .h4 + h3,
section.product-slider-details .field-paragraphs-2 .h5 + h3,
section.product-slider-details .field-paragraphs-2 h1 + h3,
section.product-slider-details .field-paragraphs-2 h2 + h3,
section.product-slider-details .field-paragraphs-2 h3 + h3,
section.product-slider-details .field-paragraphs-2 h4 + h3,
section.product-slider-details .field-paragraphs-2 h5 + h3,
section.product-slider-details .field-paragraphs-2 .h1 + h4,
section.product-slider-details .field-paragraphs-2 .h2 + h4,
section.product-slider-details .field-paragraphs-2 .h3 + h4,
section.product-slider-details .field-paragraphs-2 .h4 + h4,
section.product-slider-details .field-paragraphs-2 .h5 + h4,
section.product-slider-details .field-paragraphs-2 h1 + h4,
section.product-slider-details .field-paragraphs-2 h2 + h4,
section.product-slider-details .field-paragraphs-2 h3 + h4,
section.product-slider-details .field-paragraphs-2 h4 + h4,
section.product-slider-details .field-paragraphs-2 h5 + h4,
section.product-slider-details .field-paragraphs-2 .h1 + h5,
section.product-slider-details .field-paragraphs-2 .h2 + h5,
section.product-slider-details .field-paragraphs-2 .h3 + h5,
section.product-slider-details .field-paragraphs-2 .h4 + h5,
section.product-slider-details .field-paragraphs-2 .h5 + h5,
section.product-slider-details .field-paragraphs-2 h1 + h5,
section.product-slider-details .field-paragraphs-2 h2 + h5,
section.product-slider-details .field-paragraphs-2 h3 + h5,
section.product-slider-details .field-paragraphs-2 h4 + h5,
section.product-slider-details .field-paragraphs-2 h5 + h5 {
  margin-top: -22.5px;
}
section.product-slider-details .field-paragraphs-2 p,
section.product-slider-details .field-paragraphs-2 ul,
section.product-slider-details .field-paragraphs-2 dl {
  margin: 0 0 22.5px;
}
section.product-slider-details .field-paragraphs-2 .h1:first-child,
section.product-slider-details .field-paragraphs-2 .h2:first-child,
section.product-slider-details .field-paragraphs-2 .h3:first-child,
section.product-slider-details .field-paragraphs-2 .h4:first-child,
section.product-slider-details .field-paragraphs-2 .h5:first-child,
section.product-slider-details .field-paragraphs-2 h1:first-child,
section.product-slider-details .field-paragraphs-2 h2:first-child,
section.product-slider-details .field-paragraphs-2 h3:first-child,
section.product-slider-details .field-paragraphs-2 h4:first-child,
section.product-slider-details .field-paragraphs-2 h5:first-child,
section.product-slider-details .field-paragraphs-2 p:first-child,
section.product-slider-details .field-paragraphs-2 ul:first-child,
section.product-slider-details .field-paragraphs-2 dl:first-child {
  margin-top: 0;
}
section.product-slider-details .field-paragraphs-2 .h1:last-child,
section.product-slider-details .field-paragraphs-2 .h2:last-child,
section.product-slider-details .field-paragraphs-2 .h3:last-child,
section.product-slider-details .field-paragraphs-2 .h4:last-child,
section.product-slider-details .field-paragraphs-2 .h5:last-child,
section.product-slider-details .field-paragraphs-2 h1:last-child,
section.product-slider-details .field-paragraphs-2 h2:last-child,
section.product-slider-details .field-paragraphs-2 h3:last-child,
section.product-slider-details .field-paragraphs-2 h4:last-child,
section.product-slider-details .field-paragraphs-2 h5:last-child,
section.product-slider-details .field-paragraphs-2 p:last-child,
section.product-slider-details .field-paragraphs-2 ul:last-child,
section.product-slider-details .field-paragraphs-2 dl:last-child {
  margin-bottom: 0;
}
section.product-slider-details .field-paragraphs-2 h1,
section.product-slider-details .field-paragraphs-2 .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.product-slider-details .field-paragraphs-2 h1,
  section.product-slider-details .field-paragraphs-2 .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.product-slider-details .field-paragraphs-2 h1 + h2,
section.product-slider-details .field-paragraphs-2 .h1 + h2,
section.product-slider-details .field-paragraphs-2 h1 + .h2,
section.product-slider-details .field-paragraphs-2 .h1 + .h2 {
  margin-top: 0px;
}
section.product-slider-details .field-paragraphs-2 h2,
section.product-slider-details .field-paragraphs-2 .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  section.product-slider-details .field-paragraphs-2 h2,
  section.product-slider-details .field-paragraphs-2 .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.product-slider-details .field-paragraphs-2 h3,
section.product-slider-details .field-paragraphs-2 .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.product-slider-details .field-paragraphs-2 h3,
  section.product-slider-details .field-paragraphs-2 .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
section.product-slider-details .field-paragraphs-2 table tr td:first-child {
  padding-right: 28px;
}
section.product-slider-details .field-paragraphs-2 img.pull-left,
section.product-slider-details .field-paragraphs-2 p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
section.product-slider-details .field-paragraphs-2 img.pull-right,
section.product-slider-details .field-paragraphs-2 p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
section.product-slider-details .field-paragraphs-2 h2,
section.product-slider-details .field-paragraphs-2 .h2 {
  margin-bottom: 10px;
}
section.product-slider-details .field-paragraphs-2 .items .item-product-details-item {
  border-top: 1.5px dotted #BDB6AF;
}
section.product-slider-details .field-paragraphs-2 .items .item-product-details-item:last-child {
  border-bottom: 1.5px dotted #BDB6AF;
}
section.product-slider-details .field-paragraphs-2 .items .item-product-details-item .field-title {
  position: relative;
  padding-left: 70px;
  cursor: pointer;
  font-weight: 700;
  line-height: 60px;
}
@media (max-width: 767px) {
  section.product-slider-details .field-paragraphs-2 .items .item-product-details-item .field-title {
    line-height: 20px;
    padding: 15px 20px 15px 55px;
  }
}
section.product-slider-details .field-paragraphs-2 .items .item-product-details-item .field-title:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 9px;
  z-index: -1;
  background-image: url('/svg/arrow-down?fill=%237B7470');
  background-repeat: no-repeat;
  right: 0;
  top: 26px;
}
@media (max-width: 767px) {
  section.product-slider-details .field-paragraphs-2 .items .item-product-details-item .field-title:before {
    top: 21px;
  }
}
section.product-slider-details .field-paragraphs-2 .items .item-product-details-item .field-title.active:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.product-slider-details .field-paragraphs-2 .items .item-product-details-item .field-title .number {
  position: absolute;
  top: 12px;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  line-height: 36px;
  font-size: 25px;
  background: #F6F3F1;
  color: #B6172F;
  text-align: center;
}
@media (max-width: 767px) {
  section.product-slider-details .field-paragraphs-2 .items .item-product-details-item .field-title .number {
    top: 8px;
  }
}
section.product-slider-details .field-paragraphs-2 .items .item-product-details-item .field-text {
  padding: 5px 0 30px 70px;
  overflow: hidden;
  display: none;
}
@media (max-width: 767px) {
  section.product-slider-details .field-paragraphs-2 .items .item-product-details-item .field-text {
    padding: 5px 0 30px 55px;
  }
}
section.product-slider-details .price {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  text-align: right;
  color: #7B7470;
  line-height: 70px;
}
@media (max-width: 767px) {
  section.product-slider-details .price {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  section.product-slider-details .price {
    margin-top: 15px;
  }
}
@media (max-width: 1000px) {
  section.product-slider-details .container .slick-slider {
    margin-left: -30px;
    margin-right: -30px;
  }
  section.product-slider-details .items:first-child .field-image .media--background {
    height: 0;
    padding-bottom: 60.53333333%;
  }
}
section.additional-specifications {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
  padding: 30px 0;
}
@media (max-width: 1199px) {
  section.additional-specifications {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.additional-specifications {
    font-size: 15px;
    line-height: 24px;
  }
}
section.additional-specifications .h1,
section.additional-specifications .h2,
section.additional-specifications .h3,
section.additional-specifications .h4,
section.additional-specifications .h5,
section.additional-specifications h1,
section.additional-specifications h2,
section.additional-specifications h3,
section.additional-specifications h4,
section.additional-specifications h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
section.additional-specifications .h1 + .h1,
section.additional-specifications .h2 + .h1,
section.additional-specifications .h3 + .h1,
section.additional-specifications .h4 + .h1,
section.additional-specifications .h5 + .h1,
section.additional-specifications h1 + .h1,
section.additional-specifications h2 + .h1,
section.additional-specifications h3 + .h1,
section.additional-specifications h4 + .h1,
section.additional-specifications h5 + .h1,
section.additional-specifications .h1 + .h2,
section.additional-specifications .h2 + .h2,
section.additional-specifications .h3 + .h2,
section.additional-specifications .h4 + .h2,
section.additional-specifications .h5 + .h2,
section.additional-specifications h1 + .h2,
section.additional-specifications h2 + .h2,
section.additional-specifications h3 + .h2,
section.additional-specifications h4 + .h2,
section.additional-specifications h5 + .h2,
section.additional-specifications .h1 + .h3,
section.additional-specifications .h2 + .h3,
section.additional-specifications .h3 + .h3,
section.additional-specifications .h4 + .h3,
section.additional-specifications .h5 + .h3,
section.additional-specifications h1 + .h3,
section.additional-specifications h2 + .h3,
section.additional-specifications h3 + .h3,
section.additional-specifications h4 + .h3,
section.additional-specifications h5 + .h3,
section.additional-specifications .h1 + .h4,
section.additional-specifications .h2 + .h4,
section.additional-specifications .h3 + .h4,
section.additional-specifications .h4 + .h4,
section.additional-specifications .h5 + .h4,
section.additional-specifications h1 + .h4,
section.additional-specifications h2 + .h4,
section.additional-specifications h3 + .h4,
section.additional-specifications h4 + .h4,
section.additional-specifications h5 + .h4,
section.additional-specifications .h1 + .h5,
section.additional-specifications .h2 + .h5,
section.additional-specifications .h3 + .h5,
section.additional-specifications .h4 + .h5,
section.additional-specifications .h5 + .h5,
section.additional-specifications h1 + .h5,
section.additional-specifications h2 + .h5,
section.additional-specifications h3 + .h5,
section.additional-specifications h4 + .h5,
section.additional-specifications h5 + .h5,
section.additional-specifications .h1 + h1,
section.additional-specifications .h2 + h1,
section.additional-specifications .h3 + h1,
section.additional-specifications .h4 + h1,
section.additional-specifications .h5 + h1,
section.additional-specifications h1 + h1,
section.additional-specifications h2 + h1,
section.additional-specifications h3 + h1,
section.additional-specifications h4 + h1,
section.additional-specifications h5 + h1,
section.additional-specifications .h1 + h2,
section.additional-specifications .h2 + h2,
section.additional-specifications .h3 + h2,
section.additional-specifications .h4 + h2,
section.additional-specifications .h5 + h2,
section.additional-specifications h1 + h2,
section.additional-specifications h2 + h2,
section.additional-specifications h3 + h2,
section.additional-specifications h4 + h2,
section.additional-specifications h5 + h2,
section.additional-specifications .h1 + h3,
section.additional-specifications .h2 + h3,
section.additional-specifications .h3 + h3,
section.additional-specifications .h4 + h3,
section.additional-specifications .h5 + h3,
section.additional-specifications h1 + h3,
section.additional-specifications h2 + h3,
section.additional-specifications h3 + h3,
section.additional-specifications h4 + h3,
section.additional-specifications h5 + h3,
section.additional-specifications .h1 + h4,
section.additional-specifications .h2 + h4,
section.additional-specifications .h3 + h4,
section.additional-specifications .h4 + h4,
section.additional-specifications .h5 + h4,
section.additional-specifications h1 + h4,
section.additional-specifications h2 + h4,
section.additional-specifications h3 + h4,
section.additional-specifications h4 + h4,
section.additional-specifications h5 + h4,
section.additional-specifications .h1 + h5,
section.additional-specifications .h2 + h5,
section.additional-specifications .h3 + h5,
section.additional-specifications .h4 + h5,
section.additional-specifications .h5 + h5,
section.additional-specifications h1 + h5,
section.additional-specifications h2 + h5,
section.additional-specifications h3 + h5,
section.additional-specifications h4 + h5,
section.additional-specifications h5 + h5 {
  margin-top: -22.5px;
}
section.additional-specifications p,
section.additional-specifications ul,
section.additional-specifications dl {
  margin: 0 0 22.5px;
}
section.additional-specifications .h1:first-child,
section.additional-specifications .h2:first-child,
section.additional-specifications .h3:first-child,
section.additional-specifications .h4:first-child,
section.additional-specifications .h5:first-child,
section.additional-specifications h1:first-child,
section.additional-specifications h2:first-child,
section.additional-specifications h3:first-child,
section.additional-specifications h4:first-child,
section.additional-specifications h5:first-child,
section.additional-specifications p:first-child,
section.additional-specifications ul:first-child,
section.additional-specifications dl:first-child {
  margin-top: 0;
}
section.additional-specifications .h1:last-child,
section.additional-specifications .h2:last-child,
section.additional-specifications .h3:last-child,
section.additional-specifications .h4:last-child,
section.additional-specifications .h5:last-child,
section.additional-specifications h1:last-child,
section.additional-specifications h2:last-child,
section.additional-specifications h3:last-child,
section.additional-specifications h4:last-child,
section.additional-specifications h5:last-child,
section.additional-specifications p:last-child,
section.additional-specifications ul:last-child,
section.additional-specifications dl:last-child {
  margin-bottom: 0;
}
section.additional-specifications h1,
section.additional-specifications .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.additional-specifications h1,
  section.additional-specifications .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.additional-specifications h1 + h2,
section.additional-specifications .h1 + h2,
section.additional-specifications h1 + .h2,
section.additional-specifications .h1 + .h2 {
  margin-top: 0px;
}
section.additional-specifications h2,
section.additional-specifications .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  section.additional-specifications h2,
  section.additional-specifications .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.additional-specifications h3,
section.additional-specifications .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.additional-specifications h3,
  section.additional-specifications .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
section.additional-specifications table tr td:first-child {
  padding-right: 28px;
}
section.additional-specifications img.pull-left,
section.additional-specifications p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
section.additional-specifications img.pull-right,
section.additional-specifications p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
section.additional-specifications h2,
section.additional-specifications .h2 {
  margin-bottom: 12px;
}
section.additional-specifications .items .item {
  padding: 10px 0 8px;
  border-top: 1.5px dotted #BDB6AF;
}
section.additional-specifications .items .item:last-child {
  border-bottom: 1.5px dotted #BDB6AF;
}
@media (max-width: 767px) {
  section.additional-specifications .items .item .paragraph {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: .8em;
  }
}
section.additional-specifications .items .item .field-title {
  font-weight: 700;
  min-width: 200px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  section.additional-specifications .items .item .field-title {
    min-width: 42%;
    width: 42%;
  }
}
section.additional-specifications .items .item .field-text {
  display: inline-block;
}
@media (max-width: 767px) {
  section.additional-specifications .items .item .field-text {
    width: 58%;
  }
}
section.additional-specifications .price {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  text-align: right;
  color: #7B7470;
  line-height: 70px;
}
@media (max-width: 767px) {
  section.additional-specifications .price {
    font-size: 20px;
    line-height: 25px;
  }
}
section.tabs {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
  padding: 30px 0 45px;
}
@media (max-width: 1199px) {
  section.tabs {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.tabs {
    font-size: 15px;
    line-height: 24px;
  }
}
section.tabs .h1,
section.tabs .h2,
section.tabs .h3,
section.tabs .h4,
section.tabs .h5,
section.tabs h1,
section.tabs h2,
section.tabs h3,
section.tabs h4,
section.tabs h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
section.tabs .h1 + .h1,
section.tabs .h2 + .h1,
section.tabs .h3 + .h1,
section.tabs .h4 + .h1,
section.tabs .h5 + .h1,
section.tabs h1 + .h1,
section.tabs h2 + .h1,
section.tabs h3 + .h1,
section.tabs h4 + .h1,
section.tabs h5 + .h1,
section.tabs .h1 + .h2,
section.tabs .h2 + .h2,
section.tabs .h3 + .h2,
section.tabs .h4 + .h2,
section.tabs .h5 + .h2,
section.tabs h1 + .h2,
section.tabs h2 + .h2,
section.tabs h3 + .h2,
section.tabs h4 + .h2,
section.tabs h5 + .h2,
section.tabs .h1 + .h3,
section.tabs .h2 + .h3,
section.tabs .h3 + .h3,
section.tabs .h4 + .h3,
section.tabs .h5 + .h3,
section.tabs h1 + .h3,
section.tabs h2 + .h3,
section.tabs h3 + .h3,
section.tabs h4 + .h3,
section.tabs h5 + .h3,
section.tabs .h1 + .h4,
section.tabs .h2 + .h4,
section.tabs .h3 + .h4,
section.tabs .h4 + .h4,
section.tabs .h5 + .h4,
section.tabs h1 + .h4,
section.tabs h2 + .h4,
section.tabs h3 + .h4,
section.tabs h4 + .h4,
section.tabs h5 + .h4,
section.tabs .h1 + .h5,
section.tabs .h2 + .h5,
section.tabs .h3 + .h5,
section.tabs .h4 + .h5,
section.tabs .h5 + .h5,
section.tabs h1 + .h5,
section.tabs h2 + .h5,
section.tabs h3 + .h5,
section.tabs h4 + .h5,
section.tabs h5 + .h5,
section.tabs .h1 + h1,
section.tabs .h2 + h1,
section.tabs .h3 + h1,
section.tabs .h4 + h1,
section.tabs .h5 + h1,
section.tabs h1 + h1,
section.tabs h2 + h1,
section.tabs h3 + h1,
section.tabs h4 + h1,
section.tabs h5 + h1,
section.tabs .h1 + h2,
section.tabs .h2 + h2,
section.tabs .h3 + h2,
section.tabs .h4 + h2,
section.tabs .h5 + h2,
section.tabs h1 + h2,
section.tabs h2 + h2,
section.tabs h3 + h2,
section.tabs h4 + h2,
section.tabs h5 + h2,
section.tabs .h1 + h3,
section.tabs .h2 + h3,
section.tabs .h3 + h3,
section.tabs .h4 + h3,
section.tabs .h5 + h3,
section.tabs h1 + h3,
section.tabs h2 + h3,
section.tabs h3 + h3,
section.tabs h4 + h3,
section.tabs h5 + h3,
section.tabs .h1 + h4,
section.tabs .h2 + h4,
section.tabs .h3 + h4,
section.tabs .h4 + h4,
section.tabs .h5 + h4,
section.tabs h1 + h4,
section.tabs h2 + h4,
section.tabs h3 + h4,
section.tabs h4 + h4,
section.tabs h5 + h4,
section.tabs .h1 + h5,
section.tabs .h2 + h5,
section.tabs .h3 + h5,
section.tabs .h4 + h5,
section.tabs .h5 + h5,
section.tabs h1 + h5,
section.tabs h2 + h5,
section.tabs h3 + h5,
section.tabs h4 + h5,
section.tabs h5 + h5 {
  margin-top: -22.5px;
}
section.tabs p,
section.tabs ul,
section.tabs dl {
  margin: 0 0 22.5px;
}
section.tabs .h1:first-child,
section.tabs .h2:first-child,
section.tabs .h3:first-child,
section.tabs .h4:first-child,
section.tabs .h5:first-child,
section.tabs h1:first-child,
section.tabs h2:first-child,
section.tabs h3:first-child,
section.tabs h4:first-child,
section.tabs h5:first-child,
section.tabs p:first-child,
section.tabs ul:first-child,
section.tabs dl:first-child {
  margin-top: 0;
}
section.tabs .h1:last-child,
section.tabs .h2:last-child,
section.tabs .h3:last-child,
section.tabs .h4:last-child,
section.tabs .h5:last-child,
section.tabs h1:last-child,
section.tabs h2:last-child,
section.tabs h3:last-child,
section.tabs h4:last-child,
section.tabs h5:last-child,
section.tabs p:last-child,
section.tabs ul:last-child,
section.tabs dl:last-child {
  margin-bottom: 0;
}
section.tabs h1,
section.tabs .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.tabs h1,
  section.tabs .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.tabs h1 + h2,
section.tabs .h1 + h2,
section.tabs h1 + .h2,
section.tabs .h1 + .h2 {
  margin-top: 0px;
}
section.tabs h2,
section.tabs .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  section.tabs h2,
  section.tabs .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.tabs h3,
section.tabs .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.tabs h3,
  section.tabs .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
section.tabs table tr td:first-child {
  padding-right: 28px;
}
section.tabs img.pull-left,
section.tabs p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
section.tabs img.pull-right,
section.tabs p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
section.tabs h2,
section.tabs .h2 {
  margin-bottom: 15px;
}
section.tabs ul.nav {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  section.tabs ul.nav {
    width: -moz-calc(100% +  30px);
    width: calc(100% +  30px);
    margin-left: -15px;
  }
}
section.tabs ul.nav > li {
  display: block;
  margin: 0;
  padding: 0;
}
section.tabs ul.nav > li > a {
  display: block;
  padding: 20px;
  color: grey;
  text-decoration: none !important;
  font-weight: 700;
  background-color: #EDE8E4;
  line-height: 24px;
}
@media (max-width: 767px) {
  section.tabs ul.nav > li > a {
    width: 100%;
    height: 100%;
    padding: 8px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    color: #4e4a47;
  }
}
section.tabs ul.nav > li.active > a,
section.tabs ul.nav > li:hover > a {
  background-color: #FFFFFF;
}
section.tabs ul.nav > li.active {
  border-top: 1.5px dotted #BDB6AF;
  border-right: 2px dotted #BDB6AF;
  border-left: 2px dotted #BDB6AF;
}
section.tabs a.tab-pill-mobile {
  display: none;
  background-color: #FFFFFF;
  padding: 7.5px 15px;
}
section.tabs .content {
  margin-top: -2px;
  padding: 30px 20px 60px;
  background-color: #FFFFFF;
  border-top: 1.5px dotted #BDB6AF;
  border-right: 2px dotted #BDB6AF;
  border-bottom: 1.5px dotted #BDB6AF;
  border-left: 2px dotted #BDB6AF;
}
@media (max-width: 767px) {
  section.tabs .content {
    padding-bottom: 30px;
    width: -moz-calc(100% +  30px);
    width: calc(100% +  30px);
    margin-left: -15px;
  }
}
section.tabs .content > div {
  display: none;
}
section.tabs .content > div.active {
  display: block;
}
section.tabs .content section.text {
  padding: 0;
}
section.tabs .content section.text .container {
  padding: 0;
}
section.tabs .content + a.btn {
  margin-top: 37.5px;
}
.item-product-filter + .item-tabs > section.tabs {
  padding: 15px 0 72px;
}
article.overview section.tabs ul.nav > li.active > a,
article.overview section.tabs ul.nav > li:hover > a {
  background-color: #F6F3F1;
}
article.overview section.tabs ul.nav > li.active {
  border-top: 1.5px dotted #BDB6AF;
  border-right: 2px dotted #BDB6AF;
  border-left: 2px dotted #BDB6AF;
}
article.overview section.tabs .content {
  background-color: #F6F3F1;
}
section.top-image {
  display: block;
}
section.top-image .media {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 14.95%;
}
@media (max-width: 1000px) {
  section.top-image .media {
    padding-bottom: 29.33333333%;
  }
}
section.top-video {
  display: block;
  background: #E8E8E8;
}
section.top-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
section.top-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dealer-search {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 100vh;
  position: relative;
}
@media (max-width: 1199px) {
  .dealer-search {
    display: block;
  }
}
.dealer-search .form-container {
  display: block;
  position: relative;
  z-index: 20;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -moz-calc(50% - (1200px / 2) + 15px);
  margin-left: calc(50% - (1200px / 2) + 15px);
  width: 50%;
  max-width: 540px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
  padding: 30px;
}
@media (min-width: 1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dealer-search .form-container {
    position: absolute;
  }
}
@media (max-width: 1215px) {
  .dealer-search .form-container {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  .dealer-search .form-container {
    margin: 0;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
  }
}
.dealer-search .form-container h2 {
  font-weight: 200;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  color: #B6172F;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .dealer-search .form-container h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.dealer-search .form-container .form-inline {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0;
  position: relative;
}
.dealer-search .form-container .form-inline .form-input {
  display: block;
  width: 312px;
  padding-right: 15px;
}
.dealer-search .form-container .form-inline .form-input .form-control {
  background-color: #F6F3F1;
  border-color: #F6F3F1;
  width: 100%;
  outline: 0 !important;
  box-shadow: none !important;
}
.dealer-search .form-container .form-inline .loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: wait;
  z-index: 10;
}
@media (max-width: 767px) {
  .dealer-search .form-container .form-inline {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dealer-search .form-container .form-inline .form-input {
    width: 100%;
    margin-bottom: 15px;
  }
}
.dealer-search .form-container p {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .dealer-search .form-container p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .dealer-search .form-container p {
    font-size: 15px;
    line-height: 24px;
  }
}
.dealer-search .form-container p:last-child {
  margin-bottom: 0;
}
.dealer-search .form-container p a.phone {
  display: block;
  margin-top: 7.5px;
  white-space: nowrap;
  font-size: 1.5em;
  color: #7B7470 !important;
  text-decoration: none !important;
  font-weight: 700;
}
.dealer-search .form-container p a.phone:hover,
.dealer-search .form-container p a.phone:focus {
  opacity: 0.75;
}
.dealer-search .form-container p a.phone span {
  margin-right: 7.5px;
  vertical-align: -2px;
  width: 22px;
}
.dealer-search div.map {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #DDDDDD;
}
.dealer-search div.map > * {
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .dealer-search div.map {
    position: relative;
    height: 75vh;
  }
}
.dealer-search hr {
  border-top: 1px dotted #BDB6AF;
}
.dealer-search .dealer-item {
  display: block;
  padding: 0 0 15px;
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .dealer-search .dealer-item {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .dealer-search .dealer-item {
    font-size: 15px;
    line-height: 24px;
  }
}
.dealer-search .dealer-item .dealer {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.dealer-search .dealer-item .dealer .address {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.dealer-search .dealer-item .dealer .links {
  text-align: right;
  white-space: nowrap;
}
.dealer-search .dealer-item .dealer .links a {
  display: block;
  color: #B6172F !important;
  text-decoration: none !important;
}
.dealer-search .dealer-item .dealer .premium-label {
  display: inline-block;
  font-weight: bold;
  color: #B6172F;
}
.dealer-search .dealer-item .details {
  display: none;
  position: absolute;
  width: 75%;
  left: 100%;
  top: 0%;
  min-height: 75%;
  padding: 30px;
  background-color: #EDE8E4;
}
@media (max-width: 1199px) {
  .dealer-search .dealer-item .details {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    min-height: 0;
    padding: 11px 30px;
    margin: 15px -30px 0;
  }
}
.dealer-search .dealer-item .details > div {
  padding: 4px 0;
}
.dealer-search .dealer-item .details > div > span {
  color: #B6172F;
  margin-right: 5px;
}
.dealer-search .dealer-item .details > div > a {
  color: #7B7470;
  text-decoration: none;
}
.dealer-search .dealer-item .details > div > a:hover,
.dealer-search .dealer-item .details > div > a:focus {
  color: #7B7470;
  text-decoration: underline;
}
.dealer-search .dealer-item .details > div + div {
  border-top: 1px dotted #BDB6AF;
}
.dealer-search .dealer-item.hover .details {
  display: block;
}
.dealer-search.loading .form-container .form-inline .loader {
  display: block;
}
.paragraph--type--material-fabric-selection .items {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -15px;
}
.paragraph--type--material-fabric-selection .items .item {
  width: 20%;
  margin-top: 45px;
}
.paragraph--type--material-fabric-selection .items .item .field-image {
  float: left;
  width: 46%;
}
.paragraph--type--material-fabric-selection .items .item .field-image img {
  max-width: 100%;
}
.paragraph--type--material-fabric-selection .items .item .field-text {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
  font-size: 14px;
  line-height: 18px;
  float: right;
  width: 46%;
  padding-right: 12px;
}
@media (max-width: 1199px) {
  .paragraph--type--material-fabric-selection .items .item .field-text {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .paragraph--type--material-fabric-selection .items .item .field-text {
    font-size: 15px;
    line-height: 24px;
  }
}
.paragraph--type--material-fabric-selection .items .item .field-text .h1,
.paragraph--type--material-fabric-selection .items .item .field-text .h2,
.paragraph--type--material-fabric-selection .items .item .field-text .h3,
.paragraph--type--material-fabric-selection .items .item .field-text .h4,
.paragraph--type--material-fabric-selection .items .item .field-text .h5,
.paragraph--type--material-fabric-selection .items .item .field-text h1,
.paragraph--type--material-fabric-selection .items .item .field-text h2,
.paragraph--type--material-fabric-selection .items .item .field-text h3,
.paragraph--type--material-fabric-selection .items .item .field-text h4,
.paragraph--type--material-fabric-selection .items .item .field-text h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
.paragraph--type--material-fabric-selection .items .item .field-text .h1 + .h1,
.paragraph--type--material-fabric-selection .items .item .field-text .h2 + .h1,
.paragraph--type--material-fabric-selection .items .item .field-text .h3 + .h1,
.paragraph--type--material-fabric-selection .items .item .field-text .h4 + .h1,
.paragraph--type--material-fabric-selection .items .item .field-text .h5 + .h1,
.paragraph--type--material-fabric-selection .items .item .field-text h1 + .h1,
.paragraph--type--material-fabric-selection .items .item .field-text h2 + .h1,
.paragraph--type--material-fabric-selection .items .item .field-text h3 + .h1,
.paragraph--type--material-fabric-selection .items .item .field-text h4 + .h1,
.paragraph--type--material-fabric-selection .items .item .field-text h5 + .h1,
.paragraph--type--material-fabric-selection .items .item .field-text .h1 + .h2,
.paragraph--type--material-fabric-selection .items .item .field-text .h2 + .h2,
.paragraph--type--material-fabric-selection .items .item .field-text .h3 + .h2,
.paragraph--type--material-fabric-selection .items .item .field-text .h4 + .h2,
.paragraph--type--material-fabric-selection .items .item .field-text .h5 + .h2,
.paragraph--type--material-fabric-selection .items .item .field-text h1 + .h2,
.paragraph--type--material-fabric-selection .items .item .field-text h2 + .h2,
.paragraph--type--material-fabric-selection .items .item .field-text h3 + .h2,
.paragraph--type--material-fabric-selection .items .item .field-text h4 + .h2,
.paragraph--type--material-fabric-selection .items .item .field-text h5 + .h2,
.paragraph--type--material-fabric-selection .items .item .field-text .h1 + .h3,
.paragraph--type--material-fabric-selection .items .item .field-text .h2 + .h3,
.paragraph--type--material-fabric-selection .items .item .field-text .h3 + .h3,
.paragraph--type--material-fabric-selection .items .item .field-text .h4 + .h3,
.paragraph--type--material-fabric-selection .items .item .field-text .h5 + .h3,
.paragraph--type--material-fabric-selection .items .item .field-text h1 + .h3,
.paragraph--type--material-fabric-selection .items .item .field-text h2 + .h3,
.paragraph--type--material-fabric-selection .items .item .field-text h3 + .h3,
.paragraph--type--material-fabric-selection .items .item .field-text h4 + .h3,
.paragraph--type--material-fabric-selection .items .item .field-text h5 + .h3,
.paragraph--type--material-fabric-selection .items .item .field-text .h1 + .h4,
.paragraph--type--material-fabric-selection .items .item .field-text .h2 + .h4,
.paragraph--type--material-fabric-selection .items .item .field-text .h3 + .h4,
.paragraph--type--material-fabric-selection .items .item .field-text .h4 + .h4,
.paragraph--type--material-fabric-selection .items .item .field-text .h5 + .h4,
.paragraph--type--material-fabric-selection .items .item .field-text h1 + .h4,
.paragraph--type--material-fabric-selection .items .item .field-text h2 + .h4,
.paragraph--type--material-fabric-selection .items .item .field-text h3 + .h4,
.paragraph--type--material-fabric-selection .items .item .field-text h4 + .h4,
.paragraph--type--material-fabric-selection .items .item .field-text h5 + .h4,
.paragraph--type--material-fabric-selection .items .item .field-text .h1 + .h5,
.paragraph--type--material-fabric-selection .items .item .field-text .h2 + .h5,
.paragraph--type--material-fabric-selection .items .item .field-text .h3 + .h5,
.paragraph--type--material-fabric-selection .items .item .field-text .h4 + .h5,
.paragraph--type--material-fabric-selection .items .item .field-text .h5 + .h5,
.paragraph--type--material-fabric-selection .items .item .field-text h1 + .h5,
.paragraph--type--material-fabric-selection .items .item .field-text h2 + .h5,
.paragraph--type--material-fabric-selection .items .item .field-text h3 + .h5,
.paragraph--type--material-fabric-selection .items .item .field-text h4 + .h5,
.paragraph--type--material-fabric-selection .items .item .field-text h5 + .h5,
.paragraph--type--material-fabric-selection .items .item .field-text .h1 + h1,
.paragraph--type--material-fabric-selection .items .item .field-text .h2 + h1,
.paragraph--type--material-fabric-selection .items .item .field-text .h3 + h1,
.paragraph--type--material-fabric-selection .items .item .field-text .h4 + h1,
.paragraph--type--material-fabric-selection .items .item .field-text .h5 + h1,
.paragraph--type--material-fabric-selection .items .item .field-text h1 + h1,
.paragraph--type--material-fabric-selection .items .item .field-text h2 + h1,
.paragraph--type--material-fabric-selection .items .item .field-text h3 + h1,
.paragraph--type--material-fabric-selection .items .item .field-text h4 + h1,
.paragraph--type--material-fabric-selection .items .item .field-text h5 + h1,
.paragraph--type--material-fabric-selection .items .item .field-text .h1 + h2,
.paragraph--type--material-fabric-selection .items .item .field-text .h2 + h2,
.paragraph--type--material-fabric-selection .items .item .field-text .h3 + h2,
.paragraph--type--material-fabric-selection .items .item .field-text .h4 + h2,
.paragraph--type--material-fabric-selection .items .item .field-text .h5 + h2,
.paragraph--type--material-fabric-selection .items .item .field-text h1 + h2,
.paragraph--type--material-fabric-selection .items .item .field-text h2 + h2,
.paragraph--type--material-fabric-selection .items .item .field-text h3 + h2,
.paragraph--type--material-fabric-selection .items .item .field-text h4 + h2,
.paragraph--type--material-fabric-selection .items .item .field-text h5 + h2,
.paragraph--type--material-fabric-selection .items .item .field-text .h1 + h3,
.paragraph--type--material-fabric-selection .items .item .field-text .h2 + h3,
.paragraph--type--material-fabric-selection .items .item .field-text .h3 + h3,
.paragraph--type--material-fabric-selection .items .item .field-text .h4 + h3,
.paragraph--type--material-fabric-selection .items .item .field-text .h5 + h3,
.paragraph--type--material-fabric-selection .items .item .field-text h1 + h3,
.paragraph--type--material-fabric-selection .items .item .field-text h2 + h3,
.paragraph--type--material-fabric-selection .items .item .field-text h3 + h3,
.paragraph--type--material-fabric-selection .items .item .field-text h4 + h3,
.paragraph--type--material-fabric-selection .items .item .field-text h5 + h3,
.paragraph--type--material-fabric-selection .items .item .field-text .h1 + h4,
.paragraph--type--material-fabric-selection .items .item .field-text .h2 + h4,
.paragraph--type--material-fabric-selection .items .item .field-text .h3 + h4,
.paragraph--type--material-fabric-selection .items .item .field-text .h4 + h4,
.paragraph--type--material-fabric-selection .items .item .field-text .h5 + h4,
.paragraph--type--material-fabric-selection .items .item .field-text h1 + h4,
.paragraph--type--material-fabric-selection .items .item .field-text h2 + h4,
.paragraph--type--material-fabric-selection .items .item .field-text h3 + h4,
.paragraph--type--material-fabric-selection .items .item .field-text h4 + h4,
.paragraph--type--material-fabric-selection .items .item .field-text h5 + h4,
.paragraph--type--material-fabric-selection .items .item .field-text .h1 + h5,
.paragraph--type--material-fabric-selection .items .item .field-text .h2 + h5,
.paragraph--type--material-fabric-selection .items .item .field-text .h3 + h5,
.paragraph--type--material-fabric-selection .items .item .field-text .h4 + h5,
.paragraph--type--material-fabric-selection .items .item .field-text .h5 + h5,
.paragraph--type--material-fabric-selection .items .item .field-text h1 + h5,
.paragraph--type--material-fabric-selection .items .item .field-text h2 + h5,
.paragraph--type--material-fabric-selection .items .item .field-text h3 + h5,
.paragraph--type--material-fabric-selection .items .item .field-text h4 + h5,
.paragraph--type--material-fabric-selection .items .item .field-text h5 + h5 {
  margin-top: -22.5px;
}
.paragraph--type--material-fabric-selection .items .item .field-text p,
.paragraph--type--material-fabric-selection .items .item .field-text ul,
.paragraph--type--material-fabric-selection .items .item .field-text dl {
  margin: 0 0 22.5px;
}
.paragraph--type--material-fabric-selection .items .item .field-text .h1:first-child,
.paragraph--type--material-fabric-selection .items .item .field-text .h2:first-child,
.paragraph--type--material-fabric-selection .items .item .field-text .h3:first-child,
.paragraph--type--material-fabric-selection .items .item .field-text .h4:first-child,
.paragraph--type--material-fabric-selection .items .item .field-text .h5:first-child,
.paragraph--type--material-fabric-selection .items .item .field-text h1:first-child,
.paragraph--type--material-fabric-selection .items .item .field-text h2:first-child,
.paragraph--type--material-fabric-selection .items .item .field-text h3:first-child,
.paragraph--type--material-fabric-selection .items .item .field-text h4:first-child,
.paragraph--type--material-fabric-selection .items .item .field-text h5:first-child,
.paragraph--type--material-fabric-selection .items .item .field-text p:first-child,
.paragraph--type--material-fabric-selection .items .item .field-text ul:first-child,
.paragraph--type--material-fabric-selection .items .item .field-text dl:first-child {
  margin-top: 0;
}
.paragraph--type--material-fabric-selection .items .item .field-text .h1:last-child,
.paragraph--type--material-fabric-selection .items .item .field-text .h2:last-child,
.paragraph--type--material-fabric-selection .items .item .field-text .h3:last-child,
.paragraph--type--material-fabric-selection .items .item .field-text .h4:last-child,
.paragraph--type--material-fabric-selection .items .item .field-text .h5:last-child,
.paragraph--type--material-fabric-selection .items .item .field-text h1:last-child,
.paragraph--type--material-fabric-selection .items .item .field-text h2:last-child,
.paragraph--type--material-fabric-selection .items .item .field-text h3:last-child,
.paragraph--type--material-fabric-selection .items .item .field-text h4:last-child,
.paragraph--type--material-fabric-selection .items .item .field-text h5:last-child,
.paragraph--type--material-fabric-selection .items .item .field-text p:last-child,
.paragraph--type--material-fabric-selection .items .item .field-text ul:last-child,
.paragraph--type--material-fabric-selection .items .item .field-text dl:last-child {
  margin-bottom: 0;
}
.paragraph--type--material-fabric-selection .items .item .field-text h1,
.paragraph--type--material-fabric-selection .items .item .field-text .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .paragraph--type--material-fabric-selection .items .item .field-text h1,
  .paragraph--type--material-fabric-selection .items .item .field-text .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.paragraph--type--material-fabric-selection .items .item .field-text h1 + h2,
.paragraph--type--material-fabric-selection .items .item .field-text .h1 + h2,
.paragraph--type--material-fabric-selection .items .item .field-text h1 + .h2,
.paragraph--type--material-fabric-selection .items .item .field-text .h1 + .h2 {
  margin-top: 0px;
}
.paragraph--type--material-fabric-selection .items .item .field-text h2,
.paragraph--type--material-fabric-selection .items .item .field-text .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .paragraph--type--material-fabric-selection .items .item .field-text h2,
  .paragraph--type--material-fabric-selection .items .item .field-text .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.paragraph--type--material-fabric-selection .items .item .field-text h3,
.paragraph--type--material-fabric-selection .items .item .field-text .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .paragraph--type--material-fabric-selection .items .item .field-text h3,
  .paragraph--type--material-fabric-selection .items .item .field-text .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
.paragraph--type--material-fabric-selection .items .item .field-text table tr td:first-child {
  padding-right: 28px;
}
.paragraph--type--material-fabric-selection .items .item .field-text img.pull-left,
.paragraph--type--material-fabric-selection .items .item .field-text p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
.paragraph--type--material-fabric-selection .items .item .field-text img.pull-right,
.paragraph--type--material-fabric-selection .items .item .field-text p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
.paragraph--type--list-plus-text {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.paragraph--type--list-plus-text > .field-text {
  width: 25%;
}
@media (max-width: 767px) {
  .paragraph--type--list-plus-text > .field-text {
    width: 100%;
  }
}
.paragraph--type--list-plus-text > .field-text ul {
  list-style-type: square;
  padding-left: 18px;
  font-weight: 700;
}
.paragraph--type--list-plus-text > .field-text + .items {
  width: 75%;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .paragraph--type--list-plus-text > .field-text + .items {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}
section.text + .paragraph--type--list-plus-text {
  margin-top: 30px;
}
.product-teaser-in-tab {
  display: inline-table;
  padding: 0 15px;
  width: 24%;
}
.product-teaser-in-tab:nth-child(n+5) {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .product-teaser-in-tab {
    width: 48%;
  }
  .product-teaser-in-tab:nth-child(n+5) {
    margin-top: 0;
  }
  .product-teaser-in-tab:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .product-teaser-in-tab {
    width: 98%;
  }
  .product-teaser-in-tab:not(:first-child) {
    margin-top: 30px;
  }
}
.product-teaser-in-tab .blazy {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .product-teaser-in-tab .blazy {
    margin-top: 10px;
  }
}
section.text + .product-teaser-in-tab {
  margin-top: 30px;
}
section.phone-consultation {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
  padding-top: 15px;
}
@media (max-width: 1199px) {
  section.phone-consultation {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.phone-consultation {
    font-size: 15px;
    line-height: 24px;
  }
}
section.phone-consultation .h1,
section.phone-consultation .h2,
section.phone-consultation .h3,
section.phone-consultation .h4,
section.phone-consultation .h5,
section.phone-consultation h1,
section.phone-consultation h2,
section.phone-consultation h3,
section.phone-consultation h4,
section.phone-consultation h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
section.phone-consultation .h1 + .h1,
section.phone-consultation .h2 + .h1,
section.phone-consultation .h3 + .h1,
section.phone-consultation .h4 + .h1,
section.phone-consultation .h5 + .h1,
section.phone-consultation h1 + .h1,
section.phone-consultation h2 + .h1,
section.phone-consultation h3 + .h1,
section.phone-consultation h4 + .h1,
section.phone-consultation h5 + .h1,
section.phone-consultation .h1 + .h2,
section.phone-consultation .h2 + .h2,
section.phone-consultation .h3 + .h2,
section.phone-consultation .h4 + .h2,
section.phone-consultation .h5 + .h2,
section.phone-consultation h1 + .h2,
section.phone-consultation h2 + .h2,
section.phone-consultation h3 + .h2,
section.phone-consultation h4 + .h2,
section.phone-consultation h5 + .h2,
section.phone-consultation .h1 + .h3,
section.phone-consultation .h2 + .h3,
section.phone-consultation .h3 + .h3,
section.phone-consultation .h4 + .h3,
section.phone-consultation .h5 + .h3,
section.phone-consultation h1 + .h3,
section.phone-consultation h2 + .h3,
section.phone-consultation h3 + .h3,
section.phone-consultation h4 + .h3,
section.phone-consultation h5 + .h3,
section.phone-consultation .h1 + .h4,
section.phone-consultation .h2 + .h4,
section.phone-consultation .h3 + .h4,
section.phone-consultation .h4 + .h4,
section.phone-consultation .h5 + .h4,
section.phone-consultation h1 + .h4,
section.phone-consultation h2 + .h4,
section.phone-consultation h3 + .h4,
section.phone-consultation h4 + .h4,
section.phone-consultation h5 + .h4,
section.phone-consultation .h1 + .h5,
section.phone-consultation .h2 + .h5,
section.phone-consultation .h3 + .h5,
section.phone-consultation .h4 + .h5,
section.phone-consultation .h5 + .h5,
section.phone-consultation h1 + .h5,
section.phone-consultation h2 + .h5,
section.phone-consultation h3 + .h5,
section.phone-consultation h4 + .h5,
section.phone-consultation h5 + .h5,
section.phone-consultation .h1 + h1,
section.phone-consultation .h2 + h1,
section.phone-consultation .h3 + h1,
section.phone-consultation .h4 + h1,
section.phone-consultation .h5 + h1,
section.phone-consultation h1 + h1,
section.phone-consultation h2 + h1,
section.phone-consultation h3 + h1,
section.phone-consultation h4 + h1,
section.phone-consultation h5 + h1,
section.phone-consultation .h1 + h2,
section.phone-consultation .h2 + h2,
section.phone-consultation .h3 + h2,
section.phone-consultation .h4 + h2,
section.phone-consultation .h5 + h2,
section.phone-consultation h1 + h2,
section.phone-consultation h2 + h2,
section.phone-consultation h3 + h2,
section.phone-consultation h4 + h2,
section.phone-consultation h5 + h2,
section.phone-consultation .h1 + h3,
section.phone-consultation .h2 + h3,
section.phone-consultation .h3 + h3,
section.phone-consultation .h4 + h3,
section.phone-consultation .h5 + h3,
section.phone-consultation h1 + h3,
section.phone-consultation h2 + h3,
section.phone-consultation h3 + h3,
section.phone-consultation h4 + h3,
section.phone-consultation h5 + h3,
section.phone-consultation .h1 + h4,
section.phone-consultation .h2 + h4,
section.phone-consultation .h3 + h4,
section.phone-consultation .h4 + h4,
section.phone-consultation .h5 + h4,
section.phone-consultation h1 + h4,
section.phone-consultation h2 + h4,
section.phone-consultation h3 + h4,
section.phone-consultation h4 + h4,
section.phone-consultation h5 + h4,
section.phone-consultation .h1 + h5,
section.phone-consultation .h2 + h5,
section.phone-consultation .h3 + h5,
section.phone-consultation .h4 + h5,
section.phone-consultation .h5 + h5,
section.phone-consultation h1 + h5,
section.phone-consultation h2 + h5,
section.phone-consultation h3 + h5,
section.phone-consultation h4 + h5,
section.phone-consultation h5 + h5 {
  margin-top: -22.5px;
}
section.phone-consultation p,
section.phone-consultation ul,
section.phone-consultation dl {
  margin: 0 0 22.5px;
}
section.phone-consultation .h1:first-child,
section.phone-consultation .h2:first-child,
section.phone-consultation .h3:first-child,
section.phone-consultation .h4:first-child,
section.phone-consultation .h5:first-child,
section.phone-consultation h1:first-child,
section.phone-consultation h2:first-child,
section.phone-consultation h3:first-child,
section.phone-consultation h4:first-child,
section.phone-consultation h5:first-child,
section.phone-consultation p:first-child,
section.phone-consultation ul:first-child,
section.phone-consultation dl:first-child {
  margin-top: 0;
}
section.phone-consultation .h1:last-child,
section.phone-consultation .h2:last-child,
section.phone-consultation .h3:last-child,
section.phone-consultation .h4:last-child,
section.phone-consultation .h5:last-child,
section.phone-consultation h1:last-child,
section.phone-consultation h2:last-child,
section.phone-consultation h3:last-child,
section.phone-consultation h4:last-child,
section.phone-consultation h5:last-child,
section.phone-consultation p:last-child,
section.phone-consultation ul:last-child,
section.phone-consultation dl:last-child {
  margin-bottom: 0;
}
section.phone-consultation h1,
section.phone-consultation .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.phone-consultation h1,
  section.phone-consultation .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.phone-consultation h1 + h2,
section.phone-consultation .h1 + h2,
section.phone-consultation h1 + .h2,
section.phone-consultation .h1 + .h2 {
  margin-top: 0px;
}
section.phone-consultation h2,
section.phone-consultation .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  section.phone-consultation h2,
  section.phone-consultation .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.phone-consultation h3,
section.phone-consultation .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.phone-consultation h3,
  section.phone-consultation .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
section.phone-consultation table tr td:first-child {
  padding-right: 28px;
}
section.phone-consultation img.pull-left,
section.phone-consultation p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
section.phone-consultation img.pull-right,
section.phone-consultation p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
section.phone-consultation h1,
section.phone-consultation .h1 {
  margin-bottom: 25px;
}
section.phone-consultation p {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  section.phone-consultation p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.phone-consultation p {
    font-size: 15px;
    line-height: 24px;
  }
}
section.phone-consultation .wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.phone-consultation .wrapper .left {
  width: 45%;
}
section.phone-consultation .wrapper .left .phone {
  border-top: 1.5px dotted #BDB6AF;
  border-bottom: 1.5px dotted #BDB6AF;
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  line-height: 30px;
  color: #7B7470;
  width: 71%;
  padding: 15px 0 15px 30px;
  background-image: url('/svg/phone?fill=%23B6172F');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: 19px;
}
@media (max-width: 767px) {
  section.phone-consultation .wrapper .left .phone {
    font-size: 20px;
    line-height: 25px;
  }
}
section.phone-consultation .wrapper .right {
  width: 38%;
  padding-left: 60px;
}
section.phone-consultation .wrapper .right .opening-items .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0;
  border-top: 1.5px dotted #BDB6AF;
}
section.phone-consultation .wrapper .right .opening-items .item:last-child {
  border-bottom: 1.5px dotted #BDB6AF;
}
section.phone-consultation .wrapper .right .opening-items .item div {
  width: 50%;
}
section.phone-consultation .wrapper .right .opening-items + p {
  margin: 15px 0 0;
}
section.phone-consultation .wrapper .right .email {
  margin-top: 5px;
}
section.phone-consultation .wrapper .right .email a,
section.phone-consultation .wrapper .right .email a:focus,
section.phone-consultation .wrapper .right .email a:hover {
  margin-top: 15px;
  color: #7B7470;
  text-decoration: underline;
  background-image: url('/svg/email?fill=%23B6172F');
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 34px;
  background-position-y: -1px;
  padding-top: 2px;
}
@media (max-width: 1000px) {
  section.phone-consultation .wrapper {
    display: block;
  }
  section.phone-consultation .wrapper .left,
  section.phone-consultation .wrapper .right {
    width: 100%;
    padding: 30px 0;
  }
  section.phone-consultation .wrapper .left .phone,
  section.phone-consultation .wrapper .right .phone {
    display: block;
    width: 100%;
  }
}
section.accordion {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
}
@media (max-width: 1199px) {
  section.accordion {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.accordion {
    font-size: 15px;
    line-height: 24px;
  }
}
section.accordion .h1,
section.accordion .h2,
section.accordion .h3,
section.accordion .h4,
section.accordion .h5,
section.accordion h1,
section.accordion h2,
section.accordion h3,
section.accordion h4,
section.accordion h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
section.accordion .h1 + .h1,
section.accordion .h2 + .h1,
section.accordion .h3 + .h1,
section.accordion .h4 + .h1,
section.accordion .h5 + .h1,
section.accordion h1 + .h1,
section.accordion h2 + .h1,
section.accordion h3 + .h1,
section.accordion h4 + .h1,
section.accordion h5 + .h1,
section.accordion .h1 + .h2,
section.accordion .h2 + .h2,
section.accordion .h3 + .h2,
section.accordion .h4 + .h2,
section.accordion .h5 + .h2,
section.accordion h1 + .h2,
section.accordion h2 + .h2,
section.accordion h3 + .h2,
section.accordion h4 + .h2,
section.accordion h5 + .h2,
section.accordion .h1 + .h3,
section.accordion .h2 + .h3,
section.accordion .h3 + .h3,
section.accordion .h4 + .h3,
section.accordion .h5 + .h3,
section.accordion h1 + .h3,
section.accordion h2 + .h3,
section.accordion h3 + .h3,
section.accordion h4 + .h3,
section.accordion h5 + .h3,
section.accordion .h1 + .h4,
section.accordion .h2 + .h4,
section.accordion .h3 + .h4,
section.accordion .h4 + .h4,
section.accordion .h5 + .h4,
section.accordion h1 + .h4,
section.accordion h2 + .h4,
section.accordion h3 + .h4,
section.accordion h4 + .h4,
section.accordion h5 + .h4,
section.accordion .h1 + .h5,
section.accordion .h2 + .h5,
section.accordion .h3 + .h5,
section.accordion .h4 + .h5,
section.accordion .h5 + .h5,
section.accordion h1 + .h5,
section.accordion h2 + .h5,
section.accordion h3 + .h5,
section.accordion h4 + .h5,
section.accordion h5 + .h5,
section.accordion .h1 + h1,
section.accordion .h2 + h1,
section.accordion .h3 + h1,
section.accordion .h4 + h1,
section.accordion .h5 + h1,
section.accordion h1 + h1,
section.accordion h2 + h1,
section.accordion h3 + h1,
section.accordion h4 + h1,
section.accordion h5 + h1,
section.accordion .h1 + h2,
section.accordion .h2 + h2,
section.accordion .h3 + h2,
section.accordion .h4 + h2,
section.accordion .h5 + h2,
section.accordion h1 + h2,
section.accordion h2 + h2,
section.accordion h3 + h2,
section.accordion h4 + h2,
section.accordion h5 + h2,
section.accordion .h1 + h3,
section.accordion .h2 + h3,
section.accordion .h3 + h3,
section.accordion .h4 + h3,
section.accordion .h5 + h3,
section.accordion h1 + h3,
section.accordion h2 + h3,
section.accordion h3 + h3,
section.accordion h4 + h3,
section.accordion h5 + h3,
section.accordion .h1 + h4,
section.accordion .h2 + h4,
section.accordion .h3 + h4,
section.accordion .h4 + h4,
section.accordion .h5 + h4,
section.accordion h1 + h4,
section.accordion h2 + h4,
section.accordion h3 + h4,
section.accordion h4 + h4,
section.accordion h5 + h4,
section.accordion .h1 + h5,
section.accordion .h2 + h5,
section.accordion .h3 + h5,
section.accordion .h4 + h5,
section.accordion .h5 + h5,
section.accordion h1 + h5,
section.accordion h2 + h5,
section.accordion h3 + h5,
section.accordion h4 + h5,
section.accordion h5 + h5 {
  margin-top: -22.5px;
}
section.accordion p,
section.accordion ul,
section.accordion dl {
  margin: 0 0 22.5px;
}
section.accordion .h1:first-child,
section.accordion .h2:first-child,
section.accordion .h3:first-child,
section.accordion .h4:first-child,
section.accordion .h5:first-child,
section.accordion h1:first-child,
section.accordion h2:first-child,
section.accordion h3:first-child,
section.accordion h4:first-child,
section.accordion h5:first-child,
section.accordion p:first-child,
section.accordion ul:first-child,
section.accordion dl:first-child {
  margin-top: 0;
}
section.accordion .h1:last-child,
section.accordion .h2:last-child,
section.accordion .h3:last-child,
section.accordion .h4:last-child,
section.accordion .h5:last-child,
section.accordion h1:last-child,
section.accordion h2:last-child,
section.accordion h3:last-child,
section.accordion h4:last-child,
section.accordion h5:last-child,
section.accordion p:last-child,
section.accordion ul:last-child,
section.accordion dl:last-child {
  margin-bottom: 0;
}
section.accordion h1,
section.accordion .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.accordion h1,
  section.accordion .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.accordion h1 + h2,
section.accordion .h1 + h2,
section.accordion h1 + .h2,
section.accordion .h1 + .h2 {
  margin-top: 0px;
}
section.accordion h2,
section.accordion .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  section.accordion h2,
  section.accordion .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.accordion h3,
section.accordion .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.accordion h3,
  section.accordion .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
section.accordion table tr td:first-child {
  padding-right: 28px;
}
section.accordion img.pull-left,
section.accordion p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
section.accordion img.pull-right,
section.accordion p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
section.accordion .items .item {
  border-top: 1.5px dotted #BDB6AF;
}
section.accordion .items .item:last-child {
  border-bottom: 1.5px dotted #BDB6AF;
}
section.accordion .items .item .field-title {
  position: relative;
  cursor: pointer;
  font-weight: 700;
  line-height: 60px;
}
@media (max-width: 767px) {
  section.accordion .items .item .field-title {
    line-height: 20px;
    padding: 15px 0;
  }
}
section.accordion .items .item .field-title:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 9px;
  z-index: -1;
  background-image: url('/svg/arrow-down?fill=%237B7470');
  background-repeat: no-repeat;
  right: 0;
  top: 26px;
}
@media (max-width: 767px) {
  section.accordion .items .item .field-title:before {
    top: 21px;
  }
}
section.accordion .items .item .field-title.active:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.accordion .items .item .field-text {
  overflow: hidden;
  display: none;
  padding: 15px 0 45px;
}
@media (max-width: 767px) {
  section.accordion .items .item .field-text {
    padding: 15px 0 30px;
  }
}
@media (max-width: 767px) {
  .item.item-accordion:last-child {
    padding-bottom: 30px;
  }
}
section.pricing-table {
  padding: 30px 0;
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
}
@media (max-width: 1199px) {
  section.pricing-table {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.pricing-table {
    font-size: 15px;
    line-height: 24px;
  }
}
section.pricing-table .h1,
section.pricing-table .h2,
section.pricing-table .h3,
section.pricing-table .h4,
section.pricing-table .h5,
section.pricing-table h1,
section.pricing-table h2,
section.pricing-table h3,
section.pricing-table h4,
section.pricing-table h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
section.pricing-table .h1 + .h1,
section.pricing-table .h2 + .h1,
section.pricing-table .h3 + .h1,
section.pricing-table .h4 + .h1,
section.pricing-table .h5 + .h1,
section.pricing-table h1 + .h1,
section.pricing-table h2 + .h1,
section.pricing-table h3 + .h1,
section.pricing-table h4 + .h1,
section.pricing-table h5 + .h1,
section.pricing-table .h1 + .h2,
section.pricing-table .h2 + .h2,
section.pricing-table .h3 + .h2,
section.pricing-table .h4 + .h2,
section.pricing-table .h5 + .h2,
section.pricing-table h1 + .h2,
section.pricing-table h2 + .h2,
section.pricing-table h3 + .h2,
section.pricing-table h4 + .h2,
section.pricing-table h5 + .h2,
section.pricing-table .h1 + .h3,
section.pricing-table .h2 + .h3,
section.pricing-table .h3 + .h3,
section.pricing-table .h4 + .h3,
section.pricing-table .h5 + .h3,
section.pricing-table h1 + .h3,
section.pricing-table h2 + .h3,
section.pricing-table h3 + .h3,
section.pricing-table h4 + .h3,
section.pricing-table h5 + .h3,
section.pricing-table .h1 + .h4,
section.pricing-table .h2 + .h4,
section.pricing-table .h3 + .h4,
section.pricing-table .h4 + .h4,
section.pricing-table .h5 + .h4,
section.pricing-table h1 + .h4,
section.pricing-table h2 + .h4,
section.pricing-table h3 + .h4,
section.pricing-table h4 + .h4,
section.pricing-table h5 + .h4,
section.pricing-table .h1 + .h5,
section.pricing-table .h2 + .h5,
section.pricing-table .h3 + .h5,
section.pricing-table .h4 + .h5,
section.pricing-table .h5 + .h5,
section.pricing-table h1 + .h5,
section.pricing-table h2 + .h5,
section.pricing-table h3 + .h5,
section.pricing-table h4 + .h5,
section.pricing-table h5 + .h5,
section.pricing-table .h1 + h1,
section.pricing-table .h2 + h1,
section.pricing-table .h3 + h1,
section.pricing-table .h4 + h1,
section.pricing-table .h5 + h1,
section.pricing-table h1 + h1,
section.pricing-table h2 + h1,
section.pricing-table h3 + h1,
section.pricing-table h4 + h1,
section.pricing-table h5 + h1,
section.pricing-table .h1 + h2,
section.pricing-table .h2 + h2,
section.pricing-table .h3 + h2,
section.pricing-table .h4 + h2,
section.pricing-table .h5 + h2,
section.pricing-table h1 + h2,
section.pricing-table h2 + h2,
section.pricing-table h3 + h2,
section.pricing-table h4 + h2,
section.pricing-table h5 + h2,
section.pricing-table .h1 + h3,
section.pricing-table .h2 + h3,
section.pricing-table .h3 + h3,
section.pricing-table .h4 + h3,
section.pricing-table .h5 + h3,
section.pricing-table h1 + h3,
section.pricing-table h2 + h3,
section.pricing-table h3 + h3,
section.pricing-table h4 + h3,
section.pricing-table h5 + h3,
section.pricing-table .h1 + h4,
section.pricing-table .h2 + h4,
section.pricing-table .h3 + h4,
section.pricing-table .h4 + h4,
section.pricing-table .h5 + h4,
section.pricing-table h1 + h4,
section.pricing-table h2 + h4,
section.pricing-table h3 + h4,
section.pricing-table h4 + h4,
section.pricing-table h5 + h4,
section.pricing-table .h1 + h5,
section.pricing-table .h2 + h5,
section.pricing-table .h3 + h5,
section.pricing-table .h4 + h5,
section.pricing-table .h5 + h5,
section.pricing-table h1 + h5,
section.pricing-table h2 + h5,
section.pricing-table h3 + h5,
section.pricing-table h4 + h5,
section.pricing-table h5 + h5 {
  margin-top: -22.5px;
}
section.pricing-table p,
section.pricing-table ul,
section.pricing-table dl {
  margin: 0 0 22.5px;
}
section.pricing-table .h1:first-child,
section.pricing-table .h2:first-child,
section.pricing-table .h3:first-child,
section.pricing-table .h4:first-child,
section.pricing-table .h5:first-child,
section.pricing-table h1:first-child,
section.pricing-table h2:first-child,
section.pricing-table h3:first-child,
section.pricing-table h4:first-child,
section.pricing-table h5:first-child,
section.pricing-table p:first-child,
section.pricing-table ul:first-child,
section.pricing-table dl:first-child {
  margin-top: 0;
}
section.pricing-table .h1:last-child,
section.pricing-table .h2:last-child,
section.pricing-table .h3:last-child,
section.pricing-table .h4:last-child,
section.pricing-table .h5:last-child,
section.pricing-table h1:last-child,
section.pricing-table h2:last-child,
section.pricing-table h3:last-child,
section.pricing-table h4:last-child,
section.pricing-table h5:last-child,
section.pricing-table p:last-child,
section.pricing-table ul:last-child,
section.pricing-table dl:last-child {
  margin-bottom: 0;
}
section.pricing-table h1,
section.pricing-table .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.pricing-table h1,
  section.pricing-table .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.pricing-table h1 + h2,
section.pricing-table .h1 + h2,
section.pricing-table h1 + .h2,
section.pricing-table .h1 + .h2 {
  margin-top: 0px;
}
section.pricing-table h2,
section.pricing-table .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  section.pricing-table h2,
  section.pricing-table .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.pricing-table h3,
section.pricing-table .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.pricing-table h3,
  section.pricing-table .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
section.pricing-table table tr td:first-child {
  padding-right: 28px;
}
section.pricing-table img.pull-left,
section.pricing-table p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
section.pricing-table img.pull-right,
section.pricing-table p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
section.pricing-table h2,
section.pricing-table .h2 {
  margin-bottom: 10px;
}
section.pricing-table .items .item {
  border-top: 1.5px dotted #BDB6AF;
}
section.pricing-table .items .item:last-child {
  border-bottom: 1.5px dotted #BDB6AF;
}
section.pricing-table .items .item .field-title {
  position: relative;
  cursor: pointer;
  font-weight: 700;
  line-height: 60px;
}
@media (max-width: 767px) {
  section.pricing-table .items .item .field-title {
    line-height: 20px;
    padding: 15px 0;
  }
}
section.pricing-table .items .item .field-title:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 9px;
  z-index: -1;
  background-image: url('/svg/arrow-down?fill=%237B7470');
  background-repeat: no-repeat;
  right: 0;
  top: 26px;
}
@media (max-width: 767px) {
  section.pricing-table .items .item .field-title:before {
    top: 21px;
  }
}
section.pricing-table .items .item .field-title.active:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.pricing-table .items .item .field-text {
  overflow: hidden;
  display: none;
  padding: 15px 0 45px;
}
@media (max-width: 767px) {
  section.pricing-table .items .item .field-text {
    padding: 15px 0 30px;
  }
}
section.pricing-table .items .item .field-text span.red {
  color: #B6172F;
}
@media (max-width: 599px) {
  section.pricing-table .items .item .field-text .table-responsive-wrapper {
    padding-bottom: 20px;
    background-image: url('/sites/default/files/icons/double-arrow-right.png');
    background-repeat: no-repeat;
    background-size: 15px 18px;
    background-position: bottom right;
  }
}
section.pricing-table .items .item .field-text .table-responsive {
  border-width: 0;
}
section.pricing-table .items .item .field-text table thead {
  text-align: center;
}
section.pricing-table .items .item .field-text table thead tr:first-child {
  color: #FFFFFF;
  background: #7B7470;
}
section.pricing-table .items .item .field-text table thead tr:nth-child(2) {
  background: #EDE8E4;
}
section.pricing-table .items .item .field-text table td {
  padding: 0 25px;
}
@media (max-width: 767px) {
  section.pricing-table .items .item .field-text table td {
    padding: 0 12px;
  }
}
section.pricing-table .items .item .field-text table tbody tr {
  border-bottom: 1.5px dotted #BDB6AF;
  height: 50px;
}
@media (max-width: 767px) {
  section.pricing-table .items .item .field-text table tbody tr {
    height: 35px;
  }
}
section.pricing-table .items .item .field-text table tbody tr td {
  text-align: center;
  line-height: 50px;
}
@media (max-width: 767px) {
  section.pricing-table .items .item .field-text table tbody tr td {
    line-height: 35px;
  }
}
section.pricing-table .items .item .field-text table tbody tr td:first-child {
  text-align: left;
  padding-left: 8px;
}
section.pricing-table .items .item .field-text p {
  margin: 0;
  color: #B6172F;
  line-height: 20px;
}
section.pricing-table .items .item .field-text p + p {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .item.item-accordion:last-child {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  section.story-line > .container {
    padding-left: 15px;
    padding-right: 20px;
  }
}
section.story-line .items .item + .item {
  margin-top: 34.5px;
}
section.story-line .items .paragraph--type--story-line-item {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.story-line .items .paragraph--type--story-line-item .field-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 40px;
  line-height: 48px;
}
section.story-line .items .paragraph--type--story-line-item .field-title span:first-child {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background: #BDB6AF;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 50px;
}
section.story-line .items .paragraph--type--story-line-item .field-title span:last-child {
  position: absolute;
  border-left: 2px dotted #BDB6AF;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 65px;
}
section.story-line .items .paragraph--type--story-line-item .field-text {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
  width: 50%;
  padding: 75px 0 49.5px;
}
@media (max-width: 1199px) {
  section.story-line .items .paragraph--type--story-line-item .field-text {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.story-line .items .paragraph--type--story-line-item .field-text {
    font-size: 15px;
    line-height: 24px;
  }
}
section.story-line .items .paragraph--type--story-line-item .field-text .h1,
section.story-line .items .paragraph--type--story-line-item .field-text .h2,
section.story-line .items .paragraph--type--story-line-item .field-text .h3,
section.story-line .items .paragraph--type--story-line-item .field-text .h4,
section.story-line .items .paragraph--type--story-line-item .field-text .h5,
section.story-line .items .paragraph--type--story-line-item .field-text h1,
section.story-line .items .paragraph--type--story-line-item .field-text h2,
section.story-line .items .paragraph--type--story-line-item .field-text h3,
section.story-line .items .paragraph--type--story-line-item .field-text h4,
section.story-line .items .paragraph--type--story-line-item .field-text h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
section.story-line .items .paragraph--type--story-line-item .field-text .h1 + .h1,
section.story-line .items .paragraph--type--story-line-item .field-text .h2 + .h1,
section.story-line .items .paragraph--type--story-line-item .field-text .h3 + .h1,
section.story-line .items .paragraph--type--story-line-item .field-text .h4 + .h1,
section.story-line .items .paragraph--type--story-line-item .field-text .h5 + .h1,
section.story-line .items .paragraph--type--story-line-item .field-text h1 + .h1,
section.story-line .items .paragraph--type--story-line-item .field-text h2 + .h1,
section.story-line .items .paragraph--type--story-line-item .field-text h3 + .h1,
section.story-line .items .paragraph--type--story-line-item .field-text h4 + .h1,
section.story-line .items .paragraph--type--story-line-item .field-text h5 + .h1,
section.story-line .items .paragraph--type--story-line-item .field-text .h1 + .h2,
section.story-line .items .paragraph--type--story-line-item .field-text .h2 + .h2,
section.story-line .items .paragraph--type--story-line-item .field-text .h3 + .h2,
section.story-line .items .paragraph--type--story-line-item .field-text .h4 + .h2,
section.story-line .items .paragraph--type--story-line-item .field-text .h5 + .h2,
section.story-line .items .paragraph--type--story-line-item .field-text h1 + .h2,
section.story-line .items .paragraph--type--story-line-item .field-text h2 + .h2,
section.story-line .items .paragraph--type--story-line-item .field-text h3 + .h2,
section.story-line .items .paragraph--type--story-line-item .field-text h4 + .h2,
section.story-line .items .paragraph--type--story-line-item .field-text h5 + .h2,
section.story-line .items .paragraph--type--story-line-item .field-text .h1 + .h3,
section.story-line .items .paragraph--type--story-line-item .field-text .h2 + .h3,
section.story-line .items .paragraph--type--story-line-item .field-text .h3 + .h3,
section.story-line .items .paragraph--type--story-line-item .field-text .h4 + .h3,
section.story-line .items .paragraph--type--story-line-item .field-text .h5 + .h3,
section.story-line .items .paragraph--type--story-line-item .field-text h1 + .h3,
section.story-line .items .paragraph--type--story-line-item .field-text h2 + .h3,
section.story-line .items .paragraph--type--story-line-item .field-text h3 + .h3,
section.story-line .items .paragraph--type--story-line-item .field-text h4 + .h3,
section.story-line .items .paragraph--type--story-line-item .field-text h5 + .h3,
section.story-line .items .paragraph--type--story-line-item .field-text .h1 + .h4,
section.story-line .items .paragraph--type--story-line-item .field-text .h2 + .h4,
section.story-line .items .paragraph--type--story-line-item .field-text .h3 + .h4,
section.story-line .items .paragraph--type--story-line-item .field-text .h4 + .h4,
section.story-line .items .paragraph--type--story-line-item .field-text .h5 + .h4,
section.story-line .items .paragraph--type--story-line-item .field-text h1 + .h4,
section.story-line .items .paragraph--type--story-line-item .field-text h2 + .h4,
section.story-line .items .paragraph--type--story-line-item .field-text h3 + .h4,
section.story-line .items .paragraph--type--story-line-item .field-text h4 + .h4,
section.story-line .items .paragraph--type--story-line-item .field-text h5 + .h4,
section.story-line .items .paragraph--type--story-line-item .field-text .h1 + .h5,
section.story-line .items .paragraph--type--story-line-item .field-text .h2 + .h5,
section.story-line .items .paragraph--type--story-line-item .field-text .h3 + .h5,
section.story-line .items .paragraph--type--story-line-item .field-text .h4 + .h5,
section.story-line .items .paragraph--type--story-line-item .field-text .h5 + .h5,
section.story-line .items .paragraph--type--story-line-item .field-text h1 + .h5,
section.story-line .items .paragraph--type--story-line-item .field-text h2 + .h5,
section.story-line .items .paragraph--type--story-line-item .field-text h3 + .h5,
section.story-line .items .paragraph--type--story-line-item .field-text h4 + .h5,
section.story-line .items .paragraph--type--story-line-item .field-text h5 + .h5,
section.story-line .items .paragraph--type--story-line-item .field-text .h1 + h1,
section.story-line .items .paragraph--type--story-line-item .field-text .h2 + h1,
section.story-line .items .paragraph--type--story-line-item .field-text .h3 + h1,
section.story-line .items .paragraph--type--story-line-item .field-text .h4 + h1,
section.story-line .items .paragraph--type--story-line-item .field-text .h5 + h1,
section.story-line .items .paragraph--type--story-line-item .field-text h1 + h1,
section.story-line .items .paragraph--type--story-line-item .field-text h2 + h1,
section.story-line .items .paragraph--type--story-line-item .field-text h3 + h1,
section.story-line .items .paragraph--type--story-line-item .field-text h4 + h1,
section.story-line .items .paragraph--type--story-line-item .field-text h5 + h1,
section.story-line .items .paragraph--type--story-line-item .field-text .h1 + h2,
section.story-line .items .paragraph--type--story-line-item .field-text .h2 + h2,
section.story-line .items .paragraph--type--story-line-item .field-text .h3 + h2,
section.story-line .items .paragraph--type--story-line-item .field-text .h4 + h2,
section.story-line .items .paragraph--type--story-line-item .field-text .h5 + h2,
section.story-line .items .paragraph--type--story-line-item .field-text h1 + h2,
section.story-line .items .paragraph--type--story-line-item .field-text h2 + h2,
section.story-line .items .paragraph--type--story-line-item .field-text h3 + h2,
section.story-line .items .paragraph--type--story-line-item .field-text h4 + h2,
section.story-line .items .paragraph--type--story-line-item .field-text h5 + h2,
section.story-line .items .paragraph--type--story-line-item .field-text .h1 + h3,
section.story-line .items .paragraph--type--story-line-item .field-text .h2 + h3,
section.story-line .items .paragraph--type--story-line-item .field-text .h3 + h3,
section.story-line .items .paragraph--type--story-line-item .field-text .h4 + h3,
section.story-line .items .paragraph--type--story-line-item .field-text .h5 + h3,
section.story-line .items .paragraph--type--story-line-item .field-text h1 + h3,
section.story-line .items .paragraph--type--story-line-item .field-text h2 + h3,
section.story-line .items .paragraph--type--story-line-item .field-text h3 + h3,
section.story-line .items .paragraph--type--story-line-item .field-text h4 + h3,
section.story-line .items .paragraph--type--story-line-item .field-text h5 + h3,
section.story-line .items .paragraph--type--story-line-item .field-text .h1 + h4,
section.story-line .items .paragraph--type--story-line-item .field-text .h2 + h4,
section.story-line .items .paragraph--type--story-line-item .field-text .h3 + h4,
section.story-line .items .paragraph--type--story-line-item .field-text .h4 + h4,
section.story-line .items .paragraph--type--story-line-item .field-text .h5 + h4,
section.story-line .items .paragraph--type--story-line-item .field-text h1 + h4,
section.story-line .items .paragraph--type--story-line-item .field-text h2 + h4,
section.story-line .items .paragraph--type--story-line-item .field-text h3 + h4,
section.story-line .items .paragraph--type--story-line-item .field-text h4 + h4,
section.story-line .items .paragraph--type--story-line-item .field-text h5 + h4,
section.story-line .items .paragraph--type--story-line-item .field-text .h1 + h5,
section.story-line .items .paragraph--type--story-line-item .field-text .h2 + h5,
section.story-line .items .paragraph--type--story-line-item .field-text .h3 + h5,
section.story-line .items .paragraph--type--story-line-item .field-text .h4 + h5,
section.story-line .items .paragraph--type--story-line-item .field-text .h5 + h5,
section.story-line .items .paragraph--type--story-line-item .field-text h1 + h5,
section.story-line .items .paragraph--type--story-line-item .field-text h2 + h5,
section.story-line .items .paragraph--type--story-line-item .field-text h3 + h5,
section.story-line .items .paragraph--type--story-line-item .field-text h4 + h5,
section.story-line .items .paragraph--type--story-line-item .field-text h5 + h5 {
  margin-top: -22.5px;
}
section.story-line .items .paragraph--type--story-line-item .field-text p,
section.story-line .items .paragraph--type--story-line-item .field-text ul,
section.story-line .items .paragraph--type--story-line-item .field-text dl {
  margin: 0 0 22.5px;
}
section.story-line .items .paragraph--type--story-line-item .field-text .h1:first-child,
section.story-line .items .paragraph--type--story-line-item .field-text .h2:first-child,
section.story-line .items .paragraph--type--story-line-item .field-text .h3:first-child,
section.story-line .items .paragraph--type--story-line-item .field-text .h4:first-child,
section.story-line .items .paragraph--type--story-line-item .field-text .h5:first-child,
section.story-line .items .paragraph--type--story-line-item .field-text h1:first-child,
section.story-line .items .paragraph--type--story-line-item .field-text h2:first-child,
section.story-line .items .paragraph--type--story-line-item .field-text h3:first-child,
section.story-line .items .paragraph--type--story-line-item .field-text h4:first-child,
section.story-line .items .paragraph--type--story-line-item .field-text h5:first-child,
section.story-line .items .paragraph--type--story-line-item .field-text p:first-child,
section.story-line .items .paragraph--type--story-line-item .field-text ul:first-child,
section.story-line .items .paragraph--type--story-line-item .field-text dl:first-child {
  margin-top: 0;
}
section.story-line .items .paragraph--type--story-line-item .field-text .h1:last-child,
section.story-line .items .paragraph--type--story-line-item .field-text .h2:last-child,
section.story-line .items .paragraph--type--story-line-item .field-text .h3:last-child,
section.story-line .items .paragraph--type--story-line-item .field-text .h4:last-child,
section.story-line .items .paragraph--type--story-line-item .field-text .h5:last-child,
section.story-line .items .paragraph--type--story-line-item .field-text h1:last-child,
section.story-line .items .paragraph--type--story-line-item .field-text h2:last-child,
section.story-line .items .paragraph--type--story-line-item .field-text h3:last-child,
section.story-line .items .paragraph--type--story-line-item .field-text h4:last-child,
section.story-line .items .paragraph--type--story-line-item .field-text h5:last-child,
section.story-line .items .paragraph--type--story-line-item .field-text p:last-child,
section.story-line .items .paragraph--type--story-line-item .field-text ul:last-child,
section.story-line .items .paragraph--type--story-line-item .field-text dl:last-child {
  margin-bottom: 0;
}
section.story-line .items .paragraph--type--story-line-item .field-text h1,
section.story-line .items .paragraph--type--story-line-item .field-text .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.story-line .items .paragraph--type--story-line-item .field-text h1,
  section.story-line .items .paragraph--type--story-line-item .field-text .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.story-line .items .paragraph--type--story-line-item .field-text h1 + h2,
section.story-line .items .paragraph--type--story-line-item .field-text .h1 + h2,
section.story-line .items .paragraph--type--story-line-item .field-text h1 + .h2,
section.story-line .items .paragraph--type--story-line-item .field-text .h1 + .h2 {
  margin-top: 0px;
}
section.story-line .items .paragraph--type--story-line-item .field-text h2,
section.story-line .items .paragraph--type--story-line-item .field-text .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  section.story-line .items .paragraph--type--story-line-item .field-text h2,
  section.story-line .items .paragraph--type--story-line-item .field-text .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.story-line .items .paragraph--type--story-line-item .field-text h3,
section.story-line .items .paragraph--type--story-line-item .field-text .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.story-line .items .paragraph--type--story-line-item .field-text h3,
  section.story-line .items .paragraph--type--story-line-item .field-text .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
section.story-line .items .paragraph--type--story-line-item .field-text table tr td:first-child {
  padding-right: 28px;
}
section.story-line .items .paragraph--type--story-line-item .field-text img.pull-left,
section.story-line .items .paragraph--type--story-line-item .field-text p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
section.story-line .items .paragraph--type--story-line-item .field-text img.pull-right,
section.story-line .items .paragraph--type--story-line-item .field-text p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
section.story-line .items .paragraph--type--story-line-item .field-image {
  width: 50%;
  padding: 75px 0;
}
section.story-line .items .paragraph--type--story-line-item .field-image img {
  max-width: 400px;
  height: auto;
}
section.story-line .item:nth-child(odd) .paragraph--type--story-line-item {
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.story-line .item:nth-child(odd) .paragraph--type--story-line-item .field-text {
  text-align: right;
  padding-right: 45px;
}
section.story-line .item:nth-child(odd) .paragraph--type--story-line-item .field-image {
  padding-left: 45px;
}
section.story-line .item:nth-child(even) .paragraph--type--story-line-item {
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
section.story-line .item:nth-child(even) .paragraph--type--story-line-item .field-text {
  text-align: left;
  padding-left: 45px;
}
section.story-line .item:nth-child(even) .paragraph--type--story-line-item .field-image {
  padding-right: 45px;
}
section.story-line .item:nth-child(even) .paragraph--type--story-line-item .field-image img {
  left: auto;
  right: 0;
  float: right;
}
@media (max-width: 1000px) {
  section.story-line .item,
  section.story-line .item:nth-child(odd),
  section.story-line .item:nth-child(even) {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.story-line .item .paragraph--type--story-line-item,
  section.story-line .item:nth-child(odd) .paragraph--type--story-line-item,
  section.story-line .item:nth-child(even) .paragraph--type--story-line-item {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  section.story-line .item .paragraph--type--story-line-item .field-title,
  section.story-line .item:nth-child(odd) .paragraph--type--story-line-item .field-title,
  section.story-line .item:nth-child(even) .paragraph--type--story-line-item .field-title {
    position: static;
    left: auto;
    display: block;
    text-align: left;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
  }
  section.story-line .item .paragraph--type--story-line-item .field-title > span:first-child,
  section.story-line .item:nth-child(odd) .paragraph--type--story-line-item .field-title > span:first-child,
  section.story-line .item:nth-child(even) .paragraph--type--story-line-item .field-title > span:first-child {
    border-radius: 50%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    top: 50px;
    left: 25px;
  }
  section.story-line .item .paragraph--type--story-line-item .field-title > span:last-child,
  section.story-line .item:nth-child(odd) .paragraph--type--story-line-item .field-title > span:last-child,
  section.story-line .item:nth-child(even) .paragraph--type--story-line-item .field-title > span:last-child {
    left: 30px;
    height: -moz-calc(100% - 60px) !important;
    height: calc(100% - 60px) !important;
  }
  section.story-line .item .paragraph--type--story-line-item .field-image,
  section.story-line .item:nth-child(odd) .paragraph--type--story-line-item .field-image,
  section.story-line .item:nth-child(even) .paragraph--type--story-line-item .field-image {
    padding: 0;
    margin: 4px 0 15px 90px;
    width: 100%;
    max-width: 220px;
  }
  section.story-line .item .paragraph--type--story-line-item .field-image img,
  section.story-line .item:nth-child(odd) .paragraph--type--story-line-item .field-image img,
  section.story-line .item:nth-child(even) .paragraph--type--story-line-item .field-image img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    max-width: none;
    max-height: none;
    float: none;
  }
  section.story-line .item .paragraph--type--story-line-item .field-text,
  section.story-line .item:nth-child(odd) .paragraph--type--story-line-item .field-text,
  section.story-line .item:nth-child(even) .paragraph--type--story-line-item .field-text {
    width: 100%;
    padding: 0 30px 0 0;
    text-align: left;
    margin: 0 0 0 90px;
  }
  section.story-line .item .paragraph--type--story-line-item .field-text h3,
  section.story-line .item:nth-child(odd) .paragraph--type--story-line-item .field-text h3,
  section.story-line .item:nth-child(even) .paragraph--type--story-line-item .field-text h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 1000px) and (max-width: 767px) {
  section.story-line .item .paragraph--type--story-line-item .field-title,
  section.story-line .item:nth-child(odd) .paragraph--type--story-line-item .field-title,
  section.story-line .item:nth-child(even) .paragraph--type--story-line-item .field-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1000px) and (max-width: 767px) {
  section.story-line .item .paragraph--type--story-line-item .field-image,
  section.story-line .item:nth-child(odd) .paragraph--type--story-line-item .field-image,
  section.story-line .item:nth-child(even) .paragraph--type--story-line-item .field-image {
    max-width: 120px;
    margin: 4px 0 15px 60px;
  }
}
@media (max-width: 1000px) and (max-width: 767px) {
  section.story-line .item .paragraph--type--story-line-item .field-text,
  section.story-line .item:nth-child(odd) .paragraph--type--story-line-item .field-text,
  section.story-line .item:nth-child(even) .paragraph--type--story-line-item .field-text {
    padding: 0;
    margin: 0 0 0 60px;
  }
  section.story-line .item .paragraph--type--story-line-item .field-text h2,
  section.story-line .item:nth-child(odd) .paragraph--type--story-line-item .field-text h2,
  section.story-line .item:nth-child(even) .paragraph--type--story-line-item .field-text h2 {
    margin-bottom: 25px;
  }
  section.story-line .item .paragraph--type--story-line-item .field-text p,
  section.story-line .item:nth-child(odd) .paragraph--type--story-line-item .field-text p,
  section.story-line .item:nth-child(even) .paragraph--type--story-line-item .field-text p {
    font-size: 13px;
    line-height: 22px;
  }
}
section.three-teaser-small {
  padding: 90px 170px;
}
@media (max-width: 1250px) {
  section.three-teaser-small {
    padding: 60px 80px;
  }
}
@media (max-width: 1199px) {
  section.three-teaser-small {
    padding-right: 0;
    padding-left: 0;
  }
}
section.three-teaser-small .items {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  section.three-teaser-small .items {
    display: block;
  }
}
section.three-teaser-small .items .item {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
  width: 230px;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  section.three-teaser-small .items .item {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.three-teaser-small .items .item {
    font-size: 15px;
    line-height: 24px;
  }
}
section.three-teaser-small .items .item .h1,
section.three-teaser-small .items .item .h2,
section.three-teaser-small .items .item .h3,
section.three-teaser-small .items .item .h4,
section.three-teaser-small .items .item .h5,
section.three-teaser-small .items .item h1,
section.three-teaser-small .items .item h2,
section.three-teaser-small .items .item h3,
section.three-teaser-small .items .item h4,
section.three-teaser-small .items .item h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
section.three-teaser-small .items .item .h1 + .h1,
section.three-teaser-small .items .item .h2 + .h1,
section.three-teaser-small .items .item .h3 + .h1,
section.three-teaser-small .items .item .h4 + .h1,
section.three-teaser-small .items .item .h5 + .h1,
section.three-teaser-small .items .item h1 + .h1,
section.three-teaser-small .items .item h2 + .h1,
section.three-teaser-small .items .item h3 + .h1,
section.three-teaser-small .items .item h4 + .h1,
section.three-teaser-small .items .item h5 + .h1,
section.three-teaser-small .items .item .h1 + .h2,
section.three-teaser-small .items .item .h2 + .h2,
section.three-teaser-small .items .item .h3 + .h2,
section.three-teaser-small .items .item .h4 + .h2,
section.three-teaser-small .items .item .h5 + .h2,
section.three-teaser-small .items .item h1 + .h2,
section.three-teaser-small .items .item h2 + .h2,
section.three-teaser-small .items .item h3 + .h2,
section.three-teaser-small .items .item h4 + .h2,
section.three-teaser-small .items .item h5 + .h2,
section.three-teaser-small .items .item .h1 + .h3,
section.three-teaser-small .items .item .h2 + .h3,
section.three-teaser-small .items .item .h3 + .h3,
section.three-teaser-small .items .item .h4 + .h3,
section.three-teaser-small .items .item .h5 + .h3,
section.three-teaser-small .items .item h1 + .h3,
section.three-teaser-small .items .item h2 + .h3,
section.three-teaser-small .items .item h3 + .h3,
section.three-teaser-small .items .item h4 + .h3,
section.three-teaser-small .items .item h5 + .h3,
section.three-teaser-small .items .item .h1 + .h4,
section.three-teaser-small .items .item .h2 + .h4,
section.three-teaser-small .items .item .h3 + .h4,
section.three-teaser-small .items .item .h4 + .h4,
section.three-teaser-small .items .item .h5 + .h4,
section.three-teaser-small .items .item h1 + .h4,
section.three-teaser-small .items .item h2 + .h4,
section.three-teaser-small .items .item h3 + .h4,
section.three-teaser-small .items .item h4 + .h4,
section.three-teaser-small .items .item h5 + .h4,
section.three-teaser-small .items .item .h1 + .h5,
section.three-teaser-small .items .item .h2 + .h5,
section.three-teaser-small .items .item .h3 + .h5,
section.three-teaser-small .items .item .h4 + .h5,
section.three-teaser-small .items .item .h5 + .h5,
section.three-teaser-small .items .item h1 + .h5,
section.three-teaser-small .items .item h2 + .h5,
section.three-teaser-small .items .item h3 + .h5,
section.three-teaser-small .items .item h4 + .h5,
section.three-teaser-small .items .item h5 + .h5,
section.three-teaser-small .items .item .h1 + h1,
section.three-teaser-small .items .item .h2 + h1,
section.three-teaser-small .items .item .h3 + h1,
section.three-teaser-small .items .item .h4 + h1,
section.three-teaser-small .items .item .h5 + h1,
section.three-teaser-small .items .item h1 + h1,
section.three-teaser-small .items .item h2 + h1,
section.three-teaser-small .items .item h3 + h1,
section.three-teaser-small .items .item h4 + h1,
section.three-teaser-small .items .item h5 + h1,
section.three-teaser-small .items .item .h1 + h2,
section.three-teaser-small .items .item .h2 + h2,
section.three-teaser-small .items .item .h3 + h2,
section.three-teaser-small .items .item .h4 + h2,
section.three-teaser-small .items .item .h5 + h2,
section.three-teaser-small .items .item h1 + h2,
section.three-teaser-small .items .item h2 + h2,
section.three-teaser-small .items .item h3 + h2,
section.three-teaser-small .items .item h4 + h2,
section.three-teaser-small .items .item h5 + h2,
section.three-teaser-small .items .item .h1 + h3,
section.three-teaser-small .items .item .h2 + h3,
section.three-teaser-small .items .item .h3 + h3,
section.three-teaser-small .items .item .h4 + h3,
section.three-teaser-small .items .item .h5 + h3,
section.three-teaser-small .items .item h1 + h3,
section.three-teaser-small .items .item h2 + h3,
section.three-teaser-small .items .item h3 + h3,
section.three-teaser-small .items .item h4 + h3,
section.three-teaser-small .items .item h5 + h3,
section.three-teaser-small .items .item .h1 + h4,
section.three-teaser-small .items .item .h2 + h4,
section.three-teaser-small .items .item .h3 + h4,
section.three-teaser-small .items .item .h4 + h4,
section.three-teaser-small .items .item .h5 + h4,
section.three-teaser-small .items .item h1 + h4,
section.three-teaser-small .items .item h2 + h4,
section.three-teaser-small .items .item h3 + h4,
section.three-teaser-small .items .item h4 + h4,
section.three-teaser-small .items .item h5 + h4,
section.three-teaser-small .items .item .h1 + h5,
section.three-teaser-small .items .item .h2 + h5,
section.three-teaser-small .items .item .h3 + h5,
section.three-teaser-small .items .item .h4 + h5,
section.three-teaser-small .items .item .h5 + h5,
section.three-teaser-small .items .item h1 + h5,
section.three-teaser-small .items .item h2 + h5,
section.three-teaser-small .items .item h3 + h5,
section.three-teaser-small .items .item h4 + h5,
section.three-teaser-small .items .item h5 + h5 {
  margin-top: -22.5px;
}
section.three-teaser-small .items .item p,
section.three-teaser-small .items .item ul,
section.three-teaser-small .items .item dl {
  margin: 0 0 22.5px;
}
section.three-teaser-small .items .item .h1:first-child,
section.three-teaser-small .items .item .h2:first-child,
section.three-teaser-small .items .item .h3:first-child,
section.three-teaser-small .items .item .h4:first-child,
section.three-teaser-small .items .item .h5:first-child,
section.three-teaser-small .items .item h1:first-child,
section.three-teaser-small .items .item h2:first-child,
section.three-teaser-small .items .item h3:first-child,
section.three-teaser-small .items .item h4:first-child,
section.three-teaser-small .items .item h5:first-child,
section.three-teaser-small .items .item p:first-child,
section.three-teaser-small .items .item ul:first-child,
section.three-teaser-small .items .item dl:first-child {
  margin-top: 0;
}
section.three-teaser-small .items .item .h1:last-child,
section.three-teaser-small .items .item .h2:last-child,
section.three-teaser-small .items .item .h3:last-child,
section.three-teaser-small .items .item .h4:last-child,
section.three-teaser-small .items .item .h5:last-child,
section.three-teaser-small .items .item h1:last-child,
section.three-teaser-small .items .item h2:last-child,
section.three-teaser-small .items .item h3:last-child,
section.three-teaser-small .items .item h4:last-child,
section.three-teaser-small .items .item h5:last-child,
section.three-teaser-small .items .item p:last-child,
section.three-teaser-small .items .item ul:last-child,
section.three-teaser-small .items .item dl:last-child {
  margin-bottom: 0;
}
section.three-teaser-small .items .item h1,
section.three-teaser-small .items .item .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.three-teaser-small .items .item h1,
  section.three-teaser-small .items .item .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.three-teaser-small .items .item h1 + h2,
section.three-teaser-small .items .item .h1 + h2,
section.three-teaser-small .items .item h1 + .h2,
section.three-teaser-small .items .item .h1 + .h2 {
  margin-top: 0px;
}
section.three-teaser-small .items .item h2,
section.three-teaser-small .items .item .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  section.three-teaser-small .items .item h2,
  section.three-teaser-small .items .item .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.three-teaser-small .items .item h3,
section.three-teaser-small .items .item .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.three-teaser-small .items .item h3,
  section.three-teaser-small .items .item .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
section.three-teaser-small .items .item table tr td:first-child {
  padding-right: 28px;
}
section.three-teaser-small .items .item img.pull-left,
section.three-teaser-small .items .item p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
section.three-teaser-small .items .item img.pull-right,
section.three-teaser-small .items .item p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
@media (max-width: 767px) {
  section.three-teaser-small .items .item {
    margin: 0 auto;
  }
}
section.three-teaser-small .items .item + .item {
  margin-left: 70px;
}
@media (max-width: 1199px) {
  section.three-teaser-small .items .item + .item {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  section.three-teaser-small .items .item + .item {
    margin-left: auto;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  section.three-teaser-small .items .item .field-image {
    max-width: 80%;
    margin: 0 auto;
  }
}
section.three-teaser-small .items .item .field-title {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  section.three-teaser-small .items .item .field-title {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.three-teaser-small .items .item .field-title {
    margin-top: 25px;
  }
}
section.three-teaser-small .items .item .field-text {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  color: #7B7470;
}
@media (max-width: 767px) {
  section.three-teaser-small .items .item .field-text {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .item.item-text + .item.item-_-teaser-small section.three-teaser-small {
    padding-top: 0;
  }
}
section.award {
  padding: 30px 0;
  border-top: 1.5px dotted #BDB6AF;
  border-bottom: 1.5px dotted #BDB6AF;
}
section.award .field-image {
  padding: 50px 0;
}
section.award .field-image img {
  max-width: 100%;
}
section.award .field-text {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
}
@media (max-width: 1199px) {
  section.award .field-text {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.award .field-text {
    font-size: 15px;
    line-height: 24px;
  }
}
section.award .field-text .h1,
section.award .field-text .h2,
section.award .field-text .h3,
section.award .field-text .h4,
section.award .field-text .h5,
section.award .field-text h1,
section.award .field-text h2,
section.award .field-text h3,
section.award .field-text h4,
section.award .field-text h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
section.award .field-text .h1 + .h1,
section.award .field-text .h2 + .h1,
section.award .field-text .h3 + .h1,
section.award .field-text .h4 + .h1,
section.award .field-text .h5 + .h1,
section.award .field-text h1 + .h1,
section.award .field-text h2 + .h1,
section.award .field-text h3 + .h1,
section.award .field-text h4 + .h1,
section.award .field-text h5 + .h1,
section.award .field-text .h1 + .h2,
section.award .field-text .h2 + .h2,
section.award .field-text .h3 + .h2,
section.award .field-text .h4 + .h2,
section.award .field-text .h5 + .h2,
section.award .field-text h1 + .h2,
section.award .field-text h2 + .h2,
section.award .field-text h3 + .h2,
section.award .field-text h4 + .h2,
section.award .field-text h5 + .h2,
section.award .field-text .h1 + .h3,
section.award .field-text .h2 + .h3,
section.award .field-text .h3 + .h3,
section.award .field-text .h4 + .h3,
section.award .field-text .h5 + .h3,
section.award .field-text h1 + .h3,
section.award .field-text h2 + .h3,
section.award .field-text h3 + .h3,
section.award .field-text h4 + .h3,
section.award .field-text h5 + .h3,
section.award .field-text .h1 + .h4,
section.award .field-text .h2 + .h4,
section.award .field-text .h3 + .h4,
section.award .field-text .h4 + .h4,
section.award .field-text .h5 + .h4,
section.award .field-text h1 + .h4,
section.award .field-text h2 + .h4,
section.award .field-text h3 + .h4,
section.award .field-text h4 + .h4,
section.award .field-text h5 + .h4,
section.award .field-text .h1 + .h5,
section.award .field-text .h2 + .h5,
section.award .field-text .h3 + .h5,
section.award .field-text .h4 + .h5,
section.award .field-text .h5 + .h5,
section.award .field-text h1 + .h5,
section.award .field-text h2 + .h5,
section.award .field-text h3 + .h5,
section.award .field-text h4 + .h5,
section.award .field-text h5 + .h5,
section.award .field-text .h1 + h1,
section.award .field-text .h2 + h1,
section.award .field-text .h3 + h1,
section.award .field-text .h4 + h1,
section.award .field-text .h5 + h1,
section.award .field-text h1 + h1,
section.award .field-text h2 + h1,
section.award .field-text h3 + h1,
section.award .field-text h4 + h1,
section.award .field-text h5 + h1,
section.award .field-text .h1 + h2,
section.award .field-text .h2 + h2,
section.award .field-text .h3 + h2,
section.award .field-text .h4 + h2,
section.award .field-text .h5 + h2,
section.award .field-text h1 + h2,
section.award .field-text h2 + h2,
section.award .field-text h3 + h2,
section.award .field-text h4 + h2,
section.award .field-text h5 + h2,
section.award .field-text .h1 + h3,
section.award .field-text .h2 + h3,
section.award .field-text .h3 + h3,
section.award .field-text .h4 + h3,
section.award .field-text .h5 + h3,
section.award .field-text h1 + h3,
section.award .field-text h2 + h3,
section.award .field-text h3 + h3,
section.award .field-text h4 + h3,
section.award .field-text h5 + h3,
section.award .field-text .h1 + h4,
section.award .field-text .h2 + h4,
section.award .field-text .h3 + h4,
section.award .field-text .h4 + h4,
section.award .field-text .h5 + h4,
section.award .field-text h1 + h4,
section.award .field-text h2 + h4,
section.award .field-text h3 + h4,
section.award .field-text h4 + h4,
section.award .field-text h5 + h4,
section.award .field-text .h1 + h5,
section.award .field-text .h2 + h5,
section.award .field-text .h3 + h5,
section.award .field-text .h4 + h5,
section.award .field-text .h5 + h5,
section.award .field-text h1 + h5,
section.award .field-text h2 + h5,
section.award .field-text h3 + h5,
section.award .field-text h4 + h5,
section.award .field-text h5 + h5 {
  margin-top: -22.5px;
}
section.award .field-text p,
section.award .field-text ul,
section.award .field-text dl {
  margin: 0 0 22.5px;
}
section.award .field-text .h1:first-child,
section.award .field-text .h2:first-child,
section.award .field-text .h3:first-child,
section.award .field-text .h4:first-child,
section.award .field-text .h5:first-child,
section.award .field-text h1:first-child,
section.award .field-text h2:first-child,
section.award .field-text h3:first-child,
section.award .field-text h4:first-child,
section.award .field-text h5:first-child,
section.award .field-text p:first-child,
section.award .field-text ul:first-child,
section.award .field-text dl:first-child {
  margin-top: 0;
}
section.award .field-text .h1:last-child,
section.award .field-text .h2:last-child,
section.award .field-text .h3:last-child,
section.award .field-text .h4:last-child,
section.award .field-text .h5:last-child,
section.award .field-text h1:last-child,
section.award .field-text h2:last-child,
section.award .field-text h3:last-child,
section.award .field-text h4:last-child,
section.award .field-text h5:last-child,
section.award .field-text p:last-child,
section.award .field-text ul:last-child,
section.award .field-text dl:last-child {
  margin-bottom: 0;
}
section.award .field-text h1,
section.award .field-text .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.award .field-text h1,
  section.award .field-text .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.award .field-text h1 + h2,
section.award .field-text .h1 + h2,
section.award .field-text h1 + .h2,
section.award .field-text .h1 + .h2 {
  margin-top: 0px;
}
section.award .field-text h2,
section.award .field-text .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  section.award .field-text h2,
  section.award .field-text .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.award .field-text h3,
section.award .field-text .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.award .field-text h3,
  section.award .field-text .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
section.award .field-text table tr td:first-child {
  padding-right: 28px;
}
section.award .field-text img.pull-left,
section.award .field-text p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
section.award .field-text img.pull-right,
section.award .field-text p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
.item.item-award:last-child {
  margin-bottom: 140px;
}
.item.item-award + .item.item-award {
  margin-top: -2px;
}
section.webform,
form.webform-submission-form {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
}
@media (max-width: 1199px) {
  section.webform,
  form.webform-submission-form {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.webform,
  form.webform-submission-form {
    font-size: 15px;
    line-height: 24px;
  }
}
section.webform .h1,
form.webform-submission-form .h1,
section.webform .h2,
form.webform-submission-form .h2,
section.webform .h3,
form.webform-submission-form .h3,
section.webform .h4,
form.webform-submission-form .h4,
section.webform .h5,
form.webform-submission-form .h5,
section.webform h1,
form.webform-submission-form h1,
section.webform h2,
form.webform-submission-form h2,
section.webform h3,
form.webform-submission-form h3,
section.webform h4,
form.webform-submission-form h4,
section.webform h5,
form.webform-submission-form h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
section.webform .h1 + .h1,
form.webform-submission-form .h1 + .h1,
section.webform .h2 + .h1,
form.webform-submission-form .h2 + .h1,
section.webform .h3 + .h1,
form.webform-submission-form .h3 + .h1,
section.webform .h4 + .h1,
form.webform-submission-form .h4 + .h1,
section.webform .h5 + .h1,
form.webform-submission-form .h5 + .h1,
section.webform h1 + .h1,
form.webform-submission-form h1 + .h1,
section.webform h2 + .h1,
form.webform-submission-form h2 + .h1,
section.webform h3 + .h1,
form.webform-submission-form h3 + .h1,
section.webform h4 + .h1,
form.webform-submission-form h4 + .h1,
section.webform h5 + .h1,
form.webform-submission-form h5 + .h1,
section.webform .h1 + .h2,
form.webform-submission-form .h1 + .h2,
section.webform .h2 + .h2,
form.webform-submission-form .h2 + .h2,
section.webform .h3 + .h2,
form.webform-submission-form .h3 + .h2,
section.webform .h4 + .h2,
form.webform-submission-form .h4 + .h2,
section.webform .h5 + .h2,
form.webform-submission-form .h5 + .h2,
section.webform h1 + .h2,
form.webform-submission-form h1 + .h2,
section.webform h2 + .h2,
form.webform-submission-form h2 + .h2,
section.webform h3 + .h2,
form.webform-submission-form h3 + .h2,
section.webform h4 + .h2,
form.webform-submission-form h4 + .h2,
section.webform h5 + .h2,
form.webform-submission-form h5 + .h2,
section.webform .h1 + .h3,
form.webform-submission-form .h1 + .h3,
section.webform .h2 + .h3,
form.webform-submission-form .h2 + .h3,
section.webform .h3 + .h3,
form.webform-submission-form .h3 + .h3,
section.webform .h4 + .h3,
form.webform-submission-form .h4 + .h3,
section.webform .h5 + .h3,
form.webform-submission-form .h5 + .h3,
section.webform h1 + .h3,
form.webform-submission-form h1 + .h3,
section.webform h2 + .h3,
form.webform-submission-form h2 + .h3,
section.webform h3 + .h3,
form.webform-submission-form h3 + .h3,
section.webform h4 + .h3,
form.webform-submission-form h4 + .h3,
section.webform h5 + .h3,
form.webform-submission-form h5 + .h3,
section.webform .h1 + .h4,
form.webform-submission-form .h1 + .h4,
section.webform .h2 + .h4,
form.webform-submission-form .h2 + .h4,
section.webform .h3 + .h4,
form.webform-submission-form .h3 + .h4,
section.webform .h4 + .h4,
form.webform-submission-form .h4 + .h4,
section.webform .h5 + .h4,
form.webform-submission-form .h5 + .h4,
section.webform h1 + .h4,
form.webform-submission-form h1 + .h4,
section.webform h2 + .h4,
form.webform-submission-form h2 + .h4,
section.webform h3 + .h4,
form.webform-submission-form h3 + .h4,
section.webform h4 + .h4,
form.webform-submission-form h4 + .h4,
section.webform h5 + .h4,
form.webform-submission-form h5 + .h4,
section.webform .h1 + .h5,
form.webform-submission-form .h1 + .h5,
section.webform .h2 + .h5,
form.webform-submission-form .h2 + .h5,
section.webform .h3 + .h5,
form.webform-submission-form .h3 + .h5,
section.webform .h4 + .h5,
form.webform-submission-form .h4 + .h5,
section.webform .h5 + .h5,
form.webform-submission-form .h5 + .h5,
section.webform h1 + .h5,
form.webform-submission-form h1 + .h5,
section.webform h2 + .h5,
form.webform-submission-form h2 + .h5,
section.webform h3 + .h5,
form.webform-submission-form h3 + .h5,
section.webform h4 + .h5,
form.webform-submission-form h4 + .h5,
section.webform h5 + .h5,
form.webform-submission-form h5 + .h5,
section.webform .h1 + h1,
form.webform-submission-form .h1 + h1,
section.webform .h2 + h1,
form.webform-submission-form .h2 + h1,
section.webform .h3 + h1,
form.webform-submission-form .h3 + h1,
section.webform .h4 + h1,
form.webform-submission-form .h4 + h1,
section.webform .h5 + h1,
form.webform-submission-form .h5 + h1,
section.webform h1 + h1,
form.webform-submission-form h1 + h1,
section.webform h2 + h1,
form.webform-submission-form h2 + h1,
section.webform h3 + h1,
form.webform-submission-form h3 + h1,
section.webform h4 + h1,
form.webform-submission-form h4 + h1,
section.webform h5 + h1,
form.webform-submission-form h5 + h1,
section.webform .h1 + h2,
form.webform-submission-form .h1 + h2,
section.webform .h2 + h2,
form.webform-submission-form .h2 + h2,
section.webform .h3 + h2,
form.webform-submission-form .h3 + h2,
section.webform .h4 + h2,
form.webform-submission-form .h4 + h2,
section.webform .h5 + h2,
form.webform-submission-form .h5 + h2,
section.webform h1 + h2,
form.webform-submission-form h1 + h2,
section.webform h2 + h2,
form.webform-submission-form h2 + h2,
section.webform h3 + h2,
form.webform-submission-form h3 + h2,
section.webform h4 + h2,
form.webform-submission-form h4 + h2,
section.webform h5 + h2,
form.webform-submission-form h5 + h2,
section.webform .h1 + h3,
form.webform-submission-form .h1 + h3,
section.webform .h2 + h3,
form.webform-submission-form .h2 + h3,
section.webform .h3 + h3,
form.webform-submission-form .h3 + h3,
section.webform .h4 + h3,
form.webform-submission-form .h4 + h3,
section.webform .h5 + h3,
form.webform-submission-form .h5 + h3,
section.webform h1 + h3,
form.webform-submission-form h1 + h3,
section.webform h2 + h3,
form.webform-submission-form h2 + h3,
section.webform h3 + h3,
form.webform-submission-form h3 + h3,
section.webform h4 + h3,
form.webform-submission-form h4 + h3,
section.webform h5 + h3,
form.webform-submission-form h5 + h3,
section.webform .h1 + h4,
form.webform-submission-form .h1 + h4,
section.webform .h2 + h4,
form.webform-submission-form .h2 + h4,
section.webform .h3 + h4,
form.webform-submission-form .h3 + h4,
section.webform .h4 + h4,
form.webform-submission-form .h4 + h4,
section.webform .h5 + h4,
form.webform-submission-form .h5 + h4,
section.webform h1 + h4,
form.webform-submission-form h1 + h4,
section.webform h2 + h4,
form.webform-submission-form h2 + h4,
section.webform h3 + h4,
form.webform-submission-form h3 + h4,
section.webform h4 + h4,
form.webform-submission-form h4 + h4,
section.webform h5 + h4,
form.webform-submission-form h5 + h4,
section.webform .h1 + h5,
form.webform-submission-form .h1 + h5,
section.webform .h2 + h5,
form.webform-submission-form .h2 + h5,
section.webform .h3 + h5,
form.webform-submission-form .h3 + h5,
section.webform .h4 + h5,
form.webform-submission-form .h4 + h5,
section.webform .h5 + h5,
form.webform-submission-form .h5 + h5,
section.webform h1 + h5,
form.webform-submission-form h1 + h5,
section.webform h2 + h5,
form.webform-submission-form h2 + h5,
section.webform h3 + h5,
form.webform-submission-form h3 + h5,
section.webform h4 + h5,
form.webform-submission-form h4 + h5,
section.webform h5 + h5,
form.webform-submission-form h5 + h5 {
  margin-top: -22.5px;
}
section.webform p,
form.webform-submission-form p,
section.webform ul,
form.webform-submission-form ul,
section.webform dl,
form.webform-submission-form dl {
  margin: 0 0 22.5px;
}
section.webform .h1:first-child,
form.webform-submission-form .h1:first-child,
section.webform .h2:first-child,
form.webform-submission-form .h2:first-child,
section.webform .h3:first-child,
form.webform-submission-form .h3:first-child,
section.webform .h4:first-child,
form.webform-submission-form .h4:first-child,
section.webform .h5:first-child,
form.webform-submission-form .h5:first-child,
section.webform h1:first-child,
form.webform-submission-form h1:first-child,
section.webform h2:first-child,
form.webform-submission-form h2:first-child,
section.webform h3:first-child,
form.webform-submission-form h3:first-child,
section.webform h4:first-child,
form.webform-submission-form h4:first-child,
section.webform h5:first-child,
form.webform-submission-form h5:first-child,
section.webform p:first-child,
form.webform-submission-form p:first-child,
section.webform ul:first-child,
form.webform-submission-form ul:first-child,
section.webform dl:first-child,
form.webform-submission-form dl:first-child {
  margin-top: 0;
}
section.webform .h1:last-child,
form.webform-submission-form .h1:last-child,
section.webform .h2:last-child,
form.webform-submission-form .h2:last-child,
section.webform .h3:last-child,
form.webform-submission-form .h3:last-child,
section.webform .h4:last-child,
form.webform-submission-form .h4:last-child,
section.webform .h5:last-child,
form.webform-submission-form .h5:last-child,
section.webform h1:last-child,
form.webform-submission-form h1:last-child,
section.webform h2:last-child,
form.webform-submission-form h2:last-child,
section.webform h3:last-child,
form.webform-submission-form h3:last-child,
section.webform h4:last-child,
form.webform-submission-form h4:last-child,
section.webform h5:last-child,
form.webform-submission-form h5:last-child,
section.webform p:last-child,
form.webform-submission-form p:last-child,
section.webform ul:last-child,
form.webform-submission-form ul:last-child,
section.webform dl:last-child,
form.webform-submission-form dl:last-child {
  margin-bottom: 0;
}
section.webform h1,
form.webform-submission-form h1,
section.webform .h1,
form.webform-submission-form .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.webform h1,
  form.webform-submission-form h1,
  section.webform .h1,
  form.webform-submission-form .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.webform h1 + h2,
form.webform-submission-form h1 + h2,
section.webform .h1 + h2,
form.webform-submission-form .h1 + h2,
section.webform h1 + .h2,
form.webform-submission-form h1 + .h2,
section.webform .h1 + .h2,
form.webform-submission-form .h1 + .h2 {
  margin-top: 0px;
}
section.webform h2,
form.webform-submission-form h2,
section.webform .h2,
form.webform-submission-form .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  section.webform h2,
  form.webform-submission-form h2,
  section.webform .h2,
  form.webform-submission-form .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.webform h3,
form.webform-submission-form h3,
section.webform .h3,
form.webform-submission-form .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.webform h3,
  form.webform-submission-form h3,
  section.webform .h3,
  form.webform-submission-form .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
section.webform table tr td:first-child,
form.webform-submission-form table tr td:first-child {
  padding-right: 28px;
}
section.webform img.pull-left,
form.webform-submission-form img.pull-left,
section.webform p.pull-left > img,
form.webform-submission-form p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
section.webform img.pull-right,
form.webform-submission-form img.pull-right,
section.webform p.pull-right > img,
form.webform-submission-form p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
section.webform fieldset.fieldgroup,
form.webform-submission-form fieldset.fieldgroup {
  margin: 0;
}
section.webform fieldset.fieldgroup legend,
form.webform-submission-form fieldset.fieldgroup legend {
  border: 0;
  margin: 0;
}
section.webform .js-form-item + .js-form-item,
form.webform-submission-form .js-form-item + .js-form-item {
  margin-top: 10px;
}
section.webform .radios--wrapper + .js-form-item,
form.webform-submission-form .radios--wrapper + .js-form-item {
  margin-top: 0;
}
section.webform .webform-options-display-two-columns,
form.webform-submission-form .webform-options-display-two-columns {
  margin-top: 0;
}
section.webform .js-form-item.js-form-type-checkbox input[type="checkbox"],
form.webform-submission-form .js-form-item.js-form-type-checkbox input[type="checkbox"],
section.webform .js-form-item.js-form-type-checkbox label,
form.webform-submission-form .js-form-item.js-form-type-checkbox label {
  cursor: pointer;
}
section.webform .js-form-item.js-form-type-checkbox label,
form.webform-submission-form .js-form-item.js-form-type-checkbox label {
  font-weight: 500;
}
section.webform input[type="text"],
form.webform-submission-form input[type="text"],
section.webform input[type="tel"],
form.webform-submission-form input[type="tel"],
section.webform input[type="email"],
form.webform-submission-form input[type="email"],
section.webform textarea,
form.webform-submission-form textarea {
  border: 1px solid #7B7470;
  padding-left: 20px;
  line-height: 46px;
  height: 50px;
  width: 100%;
}
section.webform textarea,
form.webform-submission-form textarea {
  resize: vertical;
  min-height: 260px;
  line-height: 1.2em;
  padding-top: 16px;
}
section.webform input[type="submit"],
form.webform-submission-form input[type="submit"] {
  margin-top: 15px;
}
section.webform input[type="submit"].btn.init,
form.webform-submission-form input[type="submit"].btn.init {
  border-width: 2px;
  padding: 7.5px 30px;
}
section.webform div[data-drupal-messages],
form.webform-submission-form div[data-drupal-messages] {
  padding: 0 0 25px;
  border: 0;
}
section.webform div[data-drupal-messages] div[role="alert"],
form.webform-submission-form div[data-drupal-messages] div[role="alert"] {
  color: #B6172F;
}
section.webform div[data-drupal-messages] div[role="alert"] ul,
form.webform-submission-form div[data-drupal-messages] div[role="alert"] ul {
  padding-left: 20px;
}
section.webform .radios--wrapper .js-form-item,
form.webform-submission-form .radios--wrapper .js-form-item {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}
section.webform .radios--wrapper .js-form-item:hover input[type="radio"] ~ span,
form.webform-submission-form .radios--wrapper .js-form-item:hover input[type="radio"] ~ span {
  background-color: #7B7470;
}
section.webform .radios--wrapper .js-form-item input[type="radio"],
form.webform-submission-form .radios--wrapper .js-form-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
section.webform .radios--wrapper .js-form-item input[type="radio"] + span,
form.webform-submission-form .radios--wrapper .js-form-item input[type="radio"] + span {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #EDE8E4;
  border-radius: 50%;
}
section.webform .radios--wrapper .js-form-item input[type="radio"] + span:after,
form.webform-submission-form .radios--wrapper .js-form-item input[type="radio"] + span:after {
  content: "";
  position: absolute;
  display: none;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFFFFF;
}
section.webform .radios--wrapper .js-form-item input[type="radio"]:checked ~ span,
form.webform-submission-form .radios--wrapper .js-form-item input[type="radio"]:checked ~ span {
  background-color: #B6172F;
}
section.webform .radios--wrapper .js-form-item input[type="radio"]:checked ~ span:after,
form.webform-submission-form .radios--wrapper .js-form-item input[type="radio"]:checked ~ span:after {
  display: block;
}
section.webform .radios--wrapper .js-form-item:hover input[type="radio"]:checked ~ span,
form.webform-submission-form .radios--wrapper .js-form-item:hover input[type="radio"]:checked ~ span {
  background-color: #B6172F;
}
@media (max-width: 767px) {
  section.webform .webform-flex.webform-flex--3 + .webform-flex.webform-flex--3,
  form.webform-submission-form .webform-flex.webform-flex--3 + .webform-flex.webform-flex--3 {
    margin-top: 10px;
  }
}
section.webform .contact,
form.webform-submission-form .contact {
  padding-bottom: 75px;
}
section.webform .contact .info,
form.webform-submission-form .contact .info {
  border-top: 1.5px dotted #BDB6AF;
  border-bottom: 1.5px dotted #BDB6AF;
  padding: 15px 0;
  width: 75%;
}
section.webform .contact .info a,
form.webform-submission-form .contact .info a {
  color: #7B7470;
}
section.webform .contact .info a:focus,
form.webform-submission-form .contact .info a:focus,
section.webform .contact .info a:hover,
form.webform-submission-form .contact .info a:hover {
  color: #7B7470;
}
section.webform .contact .captcha,
form.webform-submission-form .contact .captcha {
  width: 50%;
  float: left;
  margin-top: 25px;
}
section.webform .contact .captcha + .form-actions,
form.webform-submission-form .contact .captcha + .form-actions {
  width: 50%;
  display: inline-block;
  text-align: right;
  margin-top: 25px;
}
@media (max-width: 767px) {
  section.webform .contact .captcha,
  form.webform-submission-form .contact .captcha {
    width: 100%;
    float: none;
  }
  section.webform .contact .captcha + .form-actions,
  form.webform-submission-form .contact .captcha + .form-actions {
    width: 100%;
    display: block;
    text-align: left;
  }
}
@media (max-width: 991px) {
  section.webform .contact .col-xs-12 + .col-xs-12,
  form.webform-submission-form .contact .col-xs-12 + .col-xs-12 {
    margin-top: 45px;
  }
}
.modal .modal-body form.webform-submission-form {
  margin: 10px;
}
.modal .modal-body form.webform-submission-form .form-item-agree-terms {
  margin-top: 20px;
}
.modal .modal-body form.webform-submission-form .captcha {
  margin: 20px 0 15px;
}
section.downloads .items .item {
  padding: 30px 0;
  border-top: 1.5px dotted #BDB6AF;
}
section.downloads .items .item:last-child {
  border-bottom: 1.5px dotted #BDB6AF;
}
section.downloads .items .item .field-title {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
}
@media (max-width: 767px) {
  section.downloads .items .item .field-title {
    font-size: 20px;
    line-height: 25px;
  }
}
section.downloads .items .item .field-files {
  margin-top: 7.5px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.downloads .items .item .field-files div {
  margin-top: 15px;
  padding-right: 15px;
  width: 50%;
}
@media (max-width: 767px) {
  section.downloads .items .item .field-files div {
    width: 100%;
    padding-right: 0;
    font-size: 15px;
  }
}
section.downloads .items .item .field-files div a {
  color: #7B7470;
  line-height: 42px;
  display: block;
  padding-left: 50px;
  background-image: url(/svg/list);
  background-repeat: no-repeat;
  background-size: auto 42px;
}
body.search-view #block-swissflex-content {
  padding-top: 0 !important;
}
body.search-view #block-breadcrumb > .container {
  padding: 0;
}
section.search {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
  padding: 15px 0 45px;
}
@media (max-width: 1199px) {
  section.search {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.search {
    font-size: 15px;
    line-height: 24px;
  }
}
section.search .h1,
section.search .h2,
section.search .h3,
section.search .h4,
section.search .h5,
section.search h1,
section.search h2,
section.search h3,
section.search h4,
section.search h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
section.search .h1 + .h1,
section.search .h2 + .h1,
section.search .h3 + .h1,
section.search .h4 + .h1,
section.search .h5 + .h1,
section.search h1 + .h1,
section.search h2 + .h1,
section.search h3 + .h1,
section.search h4 + .h1,
section.search h5 + .h1,
section.search .h1 + .h2,
section.search .h2 + .h2,
section.search .h3 + .h2,
section.search .h4 + .h2,
section.search .h5 + .h2,
section.search h1 + .h2,
section.search h2 + .h2,
section.search h3 + .h2,
section.search h4 + .h2,
section.search h5 + .h2,
section.search .h1 + .h3,
section.search .h2 + .h3,
section.search .h3 + .h3,
section.search .h4 + .h3,
section.search .h5 + .h3,
section.search h1 + .h3,
section.search h2 + .h3,
section.search h3 + .h3,
section.search h4 + .h3,
section.search h5 + .h3,
section.search .h1 + .h4,
section.search .h2 + .h4,
section.search .h3 + .h4,
section.search .h4 + .h4,
section.search .h5 + .h4,
section.search h1 + .h4,
section.search h2 + .h4,
section.search h3 + .h4,
section.search h4 + .h4,
section.search h5 + .h4,
section.search .h1 + .h5,
section.search .h2 + .h5,
section.search .h3 + .h5,
section.search .h4 + .h5,
section.search .h5 + .h5,
section.search h1 + .h5,
section.search h2 + .h5,
section.search h3 + .h5,
section.search h4 + .h5,
section.search h5 + .h5,
section.search .h1 + h1,
section.search .h2 + h1,
section.search .h3 + h1,
section.search .h4 + h1,
section.search .h5 + h1,
section.search h1 + h1,
section.search h2 + h1,
section.search h3 + h1,
section.search h4 + h1,
section.search h5 + h1,
section.search .h1 + h2,
section.search .h2 + h2,
section.search .h3 + h2,
section.search .h4 + h2,
section.search .h5 + h2,
section.search h1 + h2,
section.search h2 + h2,
section.search h3 + h2,
section.search h4 + h2,
section.search h5 + h2,
section.search .h1 + h3,
section.search .h2 + h3,
section.search .h3 + h3,
section.search .h4 + h3,
section.search .h5 + h3,
section.search h1 + h3,
section.search h2 + h3,
section.search h3 + h3,
section.search h4 + h3,
section.search h5 + h3,
section.search .h1 + h4,
section.search .h2 + h4,
section.search .h3 + h4,
section.search .h4 + h4,
section.search .h5 + h4,
section.search h1 + h4,
section.search h2 + h4,
section.search h3 + h4,
section.search h4 + h4,
section.search h5 + h4,
section.search .h1 + h5,
section.search .h2 + h5,
section.search .h3 + h5,
section.search .h4 + h5,
section.search .h5 + h5,
section.search h1 + h5,
section.search h2 + h5,
section.search h3 + h5,
section.search h4 + h5,
section.search h5 + h5 {
  margin-top: -22.5px;
}
section.search p,
section.search ul,
section.search dl {
  margin: 0 0 22.5px;
}
section.search .h1:first-child,
section.search .h2:first-child,
section.search .h3:first-child,
section.search .h4:first-child,
section.search .h5:first-child,
section.search h1:first-child,
section.search h2:first-child,
section.search h3:first-child,
section.search h4:first-child,
section.search h5:first-child,
section.search p:first-child,
section.search ul:first-child,
section.search dl:first-child {
  margin-top: 0;
}
section.search .h1:last-child,
section.search .h2:last-child,
section.search .h3:last-child,
section.search .h4:last-child,
section.search .h5:last-child,
section.search h1:last-child,
section.search h2:last-child,
section.search h3:last-child,
section.search h4:last-child,
section.search h5:last-child,
section.search p:last-child,
section.search ul:last-child,
section.search dl:last-child {
  margin-bottom: 0;
}
section.search h1,
section.search .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.search h1,
  section.search .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.search h1 + h2,
section.search .h1 + h2,
section.search h1 + .h2,
section.search .h1 + .h2 {
  margin-top: 0px;
}
section.search h2,
section.search .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  section.search h2,
  section.search .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.search h3,
section.search .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.search h3,
  section.search .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
section.search table tr td:first-child {
  padding-right: 28px;
}
section.search img.pull-left,
section.search p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
section.search img.pull-right,
section.search p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
section.search .search-header {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  padding-bottom: 45px;
  border-bottom: 1.5px dotted #7B7470;
}
@media (max-width: 767px) {
  section.search .search-header {
    font-size: 30px;
    line-height: 35px;
  }
}
section.search .views-row {
  margin-top: 45px;
}
section.search .views-row a {
  color: #7B7470;
  font-weight: 700;
}
section.search .views-row a:hover,
section.search .views-row a:focus {
  text-decoration: underline;
}
section.search nav.pager {
  margin-top: 45px;
  width: 220px;
}
section.search nav.pager ul.pager__items {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.search nav.pager ul.pager__items li.pager__item {
  font-size: 16px;
  line-height: 21px;
}
section.search nav.pager ul.pager__items li.pager__item a {
  font-weight: 500;
  color: #7B7470;
}
section.search nav.pager ul.pager__items li.pager__item.is-active a,
section.search nav.pager ul.pager__items li.pager__item a:hover,
section.search nav.pager ul.pager__items li.pager__item a:focus {
  text-decoration: none;
  font-weight: 700;
  color: #B6172F;
}
section.search nav.pager ul.pager__items li.pager__item.pager__item--first a,
section.search nav.pager ul.pager__items li.pager__item.pager__item--previous a,
section.search nav.pager ul.pager__items li.pager__item.pager__item--next a,
section.search nav.pager ul.pager__items li.pager__item.pager__item--last a {
  display: block;
}
section.search nav.pager ul.pager__items li.pager__item.pager__item--first a span,
section.search nav.pager ul.pager__items li.pager__item.pager__item--previous a span,
section.search nav.pager ul.pager__items li.pager__item.pager__item--next a span,
section.search nav.pager ul.pager__items li.pager__item.pager__item--last a span {
  display: block;
}
section.search nav.pager ul.pager__items li.pager__item.pager__item--first a span img,
section.search nav.pager ul.pager__items li.pager__item.pager__item--previous a span img,
section.search nav.pager ul.pager__items li.pager__item.pager__item--next a span img,
section.search nav.pager ul.pager__items li.pager__item.pager__item--last a span img {
  height: 18px;
  width: auto;
}
section.video-stage {
  padding: 60px 0;
}
@media (max-width: 767px) {
  section.video-stage {
    padding: 30px 0;
  }
}
section.video-stage .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
section.video-stage .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.product-teaser-cross-selling {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
  padding-top: 15px;
  padding-bottom: 72px;
}
@media (max-width: 1199px) {
  section.product-teaser-cross-selling {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.product-teaser-cross-selling {
    font-size: 15px;
    line-height: 24px;
  }
}
section.product-teaser-cross-selling .h1,
section.product-teaser-cross-selling .h2,
section.product-teaser-cross-selling .h3,
section.product-teaser-cross-selling .h4,
section.product-teaser-cross-selling .h5,
section.product-teaser-cross-selling h1,
section.product-teaser-cross-selling h2,
section.product-teaser-cross-selling h3,
section.product-teaser-cross-selling h4,
section.product-teaser-cross-selling h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
section.product-teaser-cross-selling .h1 + .h1,
section.product-teaser-cross-selling .h2 + .h1,
section.product-teaser-cross-selling .h3 + .h1,
section.product-teaser-cross-selling .h4 + .h1,
section.product-teaser-cross-selling .h5 + .h1,
section.product-teaser-cross-selling h1 + .h1,
section.product-teaser-cross-selling h2 + .h1,
section.product-teaser-cross-selling h3 + .h1,
section.product-teaser-cross-selling h4 + .h1,
section.product-teaser-cross-selling h5 + .h1,
section.product-teaser-cross-selling .h1 + .h2,
section.product-teaser-cross-selling .h2 + .h2,
section.product-teaser-cross-selling .h3 + .h2,
section.product-teaser-cross-selling .h4 + .h2,
section.product-teaser-cross-selling .h5 + .h2,
section.product-teaser-cross-selling h1 + .h2,
section.product-teaser-cross-selling h2 + .h2,
section.product-teaser-cross-selling h3 + .h2,
section.product-teaser-cross-selling h4 + .h2,
section.product-teaser-cross-selling h5 + .h2,
section.product-teaser-cross-selling .h1 + .h3,
section.product-teaser-cross-selling .h2 + .h3,
section.product-teaser-cross-selling .h3 + .h3,
section.product-teaser-cross-selling .h4 + .h3,
section.product-teaser-cross-selling .h5 + .h3,
section.product-teaser-cross-selling h1 + .h3,
section.product-teaser-cross-selling h2 + .h3,
section.product-teaser-cross-selling h3 + .h3,
section.product-teaser-cross-selling h4 + .h3,
section.product-teaser-cross-selling h5 + .h3,
section.product-teaser-cross-selling .h1 + .h4,
section.product-teaser-cross-selling .h2 + .h4,
section.product-teaser-cross-selling .h3 + .h4,
section.product-teaser-cross-selling .h4 + .h4,
section.product-teaser-cross-selling .h5 + .h4,
section.product-teaser-cross-selling h1 + .h4,
section.product-teaser-cross-selling h2 + .h4,
section.product-teaser-cross-selling h3 + .h4,
section.product-teaser-cross-selling h4 + .h4,
section.product-teaser-cross-selling h5 + .h4,
section.product-teaser-cross-selling .h1 + .h5,
section.product-teaser-cross-selling .h2 + .h5,
section.product-teaser-cross-selling .h3 + .h5,
section.product-teaser-cross-selling .h4 + .h5,
section.product-teaser-cross-selling .h5 + .h5,
section.product-teaser-cross-selling h1 + .h5,
section.product-teaser-cross-selling h2 + .h5,
section.product-teaser-cross-selling h3 + .h5,
section.product-teaser-cross-selling h4 + .h5,
section.product-teaser-cross-selling h5 + .h5,
section.product-teaser-cross-selling .h1 + h1,
section.product-teaser-cross-selling .h2 + h1,
section.product-teaser-cross-selling .h3 + h1,
section.product-teaser-cross-selling .h4 + h1,
section.product-teaser-cross-selling .h5 + h1,
section.product-teaser-cross-selling h1 + h1,
section.product-teaser-cross-selling h2 + h1,
section.product-teaser-cross-selling h3 + h1,
section.product-teaser-cross-selling h4 + h1,
section.product-teaser-cross-selling h5 + h1,
section.product-teaser-cross-selling .h1 + h2,
section.product-teaser-cross-selling .h2 + h2,
section.product-teaser-cross-selling .h3 + h2,
section.product-teaser-cross-selling .h4 + h2,
section.product-teaser-cross-selling .h5 + h2,
section.product-teaser-cross-selling h1 + h2,
section.product-teaser-cross-selling h2 + h2,
section.product-teaser-cross-selling h3 + h2,
section.product-teaser-cross-selling h4 + h2,
section.product-teaser-cross-selling h5 + h2,
section.product-teaser-cross-selling .h1 + h3,
section.product-teaser-cross-selling .h2 + h3,
section.product-teaser-cross-selling .h3 + h3,
section.product-teaser-cross-selling .h4 + h3,
section.product-teaser-cross-selling .h5 + h3,
section.product-teaser-cross-selling h1 + h3,
section.product-teaser-cross-selling h2 + h3,
section.product-teaser-cross-selling h3 + h3,
section.product-teaser-cross-selling h4 + h3,
section.product-teaser-cross-selling h5 + h3,
section.product-teaser-cross-selling .h1 + h4,
section.product-teaser-cross-selling .h2 + h4,
section.product-teaser-cross-selling .h3 + h4,
section.product-teaser-cross-selling .h4 + h4,
section.product-teaser-cross-selling .h5 + h4,
section.product-teaser-cross-selling h1 + h4,
section.product-teaser-cross-selling h2 + h4,
section.product-teaser-cross-selling h3 + h4,
section.product-teaser-cross-selling h4 + h4,
section.product-teaser-cross-selling h5 + h4,
section.product-teaser-cross-selling .h1 + h5,
section.product-teaser-cross-selling .h2 + h5,
section.product-teaser-cross-selling .h3 + h5,
section.product-teaser-cross-selling .h4 + h5,
section.product-teaser-cross-selling .h5 + h5,
section.product-teaser-cross-selling h1 + h5,
section.product-teaser-cross-selling h2 + h5,
section.product-teaser-cross-selling h3 + h5,
section.product-teaser-cross-selling h4 + h5,
section.product-teaser-cross-selling h5 + h5 {
  margin-top: -22.5px;
}
section.product-teaser-cross-selling p,
section.product-teaser-cross-selling ul,
section.product-teaser-cross-selling dl {
  margin: 0 0 22.5px;
}
section.product-teaser-cross-selling .h1:first-child,
section.product-teaser-cross-selling .h2:first-child,
section.product-teaser-cross-selling .h3:first-child,
section.product-teaser-cross-selling .h4:first-child,
section.product-teaser-cross-selling .h5:first-child,
section.product-teaser-cross-selling h1:first-child,
section.product-teaser-cross-selling h2:first-child,
section.product-teaser-cross-selling h3:first-child,
section.product-teaser-cross-selling h4:first-child,
section.product-teaser-cross-selling h5:first-child,
section.product-teaser-cross-selling p:first-child,
section.product-teaser-cross-selling ul:first-child,
section.product-teaser-cross-selling dl:first-child {
  margin-top: 0;
}
section.product-teaser-cross-selling .h1:last-child,
section.product-teaser-cross-selling .h2:last-child,
section.product-teaser-cross-selling .h3:last-child,
section.product-teaser-cross-selling .h4:last-child,
section.product-teaser-cross-selling .h5:last-child,
section.product-teaser-cross-selling h1:last-child,
section.product-teaser-cross-selling h2:last-child,
section.product-teaser-cross-selling h3:last-child,
section.product-teaser-cross-selling h4:last-child,
section.product-teaser-cross-selling h5:last-child,
section.product-teaser-cross-selling p:last-child,
section.product-teaser-cross-selling ul:last-child,
section.product-teaser-cross-selling dl:last-child {
  margin-bottom: 0;
}
section.product-teaser-cross-selling h1,
section.product-teaser-cross-selling .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  section.product-teaser-cross-selling h1,
  section.product-teaser-cross-selling .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
section.product-teaser-cross-selling h1 + h2,
section.product-teaser-cross-selling .h1 + h2,
section.product-teaser-cross-selling h1 + .h2,
section.product-teaser-cross-selling .h1 + .h2 {
  margin-top: 0px;
}
section.product-teaser-cross-selling h2,
section.product-teaser-cross-selling .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  section.product-teaser-cross-selling h2,
  section.product-teaser-cross-selling .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.product-teaser-cross-selling h3,
section.product-teaser-cross-selling .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.product-teaser-cross-selling h3,
  section.product-teaser-cross-selling .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
section.product-teaser-cross-selling table tr td:first-child {
  padding-right: 28px;
}
section.product-teaser-cross-selling img.pull-left,
section.product-teaser-cross-selling p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
section.product-teaser-cross-selling img.pull-right,
section.product-teaser-cross-selling p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
section.product-teaser-cross-selling .row {
  background-color: #F6F3F1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 28px;
}
section.product-teaser-cross-selling .row > div {
  position: relative;
  margin-right: -1px;
  margin-top: 28px;
}
section.product-teaser-cross-selling .item {
  background: #FFFFFF;
  padding: 0 34.5px 214.5px;
  display: block;
  position: relative;
  min-height: 100%;
}
section.product-teaser-cross-selling .item .views-field-title {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  section.product-teaser-cross-selling .item .views-field-title {
    font-size: 30px;
    line-height: 35px;
  }
}
section.product-teaser-cross-selling .item .views-field-field-short-description {
  padding: 20px 0;
  border-top: 1.5px dotted #BDB6AF;
}
section.product-teaser-cross-selling .item a.btn,
section.product-teaser-cross-selling .item a.btn-no-hover {
  position: absolute;
  text-align: left;
  width: -moz-calc(100% - 69px);
  width: calc(100% - 69px);
}
@media (min-width: 992px) and (max-width: 1189px) {
  section.product-teaser-cross-selling .item a.btn,
  section.product-teaser-cross-selling .item a.btn-no-hover {
    font-size: 18px;
  }
}
section.product-teaser-cross-selling .item a.btn.first,
section.product-teaser-cross-selling .item a.btn-no-hover.first {
  bottom: 163px;
  background-image: url('/svg/info');
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
@media (min-width: 992px) and (max-width: 1189px) {
  section.product-teaser-cross-selling .item a.btn.first,
  section.product-teaser-cross-selling .item a.btn-no-hover.first {
    background-size: 22px auto;
    background-position: right 10px center;
  }
}
@media (max-width: 767px) {
  section.product-teaser-cross-selling .item a.btn.first,
  section.product-teaser-cross-selling .item a.btn-no-hover.first {
    background-size: 20px auto;
  }
}
section.product-teaser-cross-selling .item a.btn.second,
section.product-teaser-cross-selling .item a.btn-no-hover.second {
  bottom: 99px;
  background-image: url('/svg/cart_big_red');
  background-size: 36px auto;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
@media (min-width: 992px) and (max-width: 1189px) {
  section.product-teaser-cross-selling .item a.btn.second,
  section.product-teaser-cross-selling .item a.btn-no-hover.second {
    background-size: 26px auto;
    background-position: right 10px center;
  }
}
@media (max-width: 767px) {
  section.product-teaser-cross-selling .item a.btn.second,
  section.product-teaser-cross-selling .item a.btn-no-hover.second {
    background-size: 26px auto;
  }
}
section.product-teaser-cross-selling .item a.btn.third,
section.product-teaser-cross-selling .item a.btn-no-hover.third {
  bottom: 34.5px;
  background-image: url('/svg/shop');
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
@media (min-width: 992px) and (max-width: 1189px) {
  section.product-teaser-cross-selling .item a.btn.third,
  section.product-teaser-cross-selling .item a.btn-no-hover.third {
    background-size: 20px auto;
    background-position: right 10px center;
  }
}
@media (max-width: 767px) {
  section.product-teaser-cross-selling .item a.btn.third,
  section.product-teaser-cross-selling .item a.btn-no-hover.third {
    background-size: 20px auto;
  }
}
@media (max-width: 767px) {
  section.product-teaser-cross-selling .item a.btn,
  section.product-teaser-cross-selling .item a.btn-no-hover {
    margin-left: 0;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
}
@media (max-width: 1199px) {
  section.product-teaser-cross-selling .row {
    display: block;
  }
  section.product-teaser-cross-selling p {
    font-weight: 200;
    color: #7B7470;
    font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  section.product-teaser-cross-selling p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  section.product-teaser-cross-selling p {
    font-size: 15px;
    line-height: 24px;
  }
}
article.overview {
  background-color: #F6F3F1;
}
article.overview .overview-intro {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
  background-color: #F6F3F1;
  padding: 15px 0 45px;
}
@media (max-width: 1199px) {
  article.overview .overview-intro {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  article.overview .overview-intro {
    font-size: 15px;
    line-height: 24px;
  }
}
article.overview .overview-intro .h1,
article.overview .overview-intro .h2,
article.overview .overview-intro .h3,
article.overview .overview-intro .h4,
article.overview .overview-intro .h5,
article.overview .overview-intro h1,
article.overview .overview-intro h2,
article.overview .overview-intro h3,
article.overview .overview-intro h4,
article.overview .overview-intro h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
article.overview .overview-intro .h1 + .h1,
article.overview .overview-intro .h2 + .h1,
article.overview .overview-intro .h3 + .h1,
article.overview .overview-intro .h4 + .h1,
article.overview .overview-intro .h5 + .h1,
article.overview .overview-intro h1 + .h1,
article.overview .overview-intro h2 + .h1,
article.overview .overview-intro h3 + .h1,
article.overview .overview-intro h4 + .h1,
article.overview .overview-intro h5 + .h1,
article.overview .overview-intro .h1 + .h2,
article.overview .overview-intro .h2 + .h2,
article.overview .overview-intro .h3 + .h2,
article.overview .overview-intro .h4 + .h2,
article.overview .overview-intro .h5 + .h2,
article.overview .overview-intro h1 + .h2,
article.overview .overview-intro h2 + .h2,
article.overview .overview-intro h3 + .h2,
article.overview .overview-intro h4 + .h2,
article.overview .overview-intro h5 + .h2,
article.overview .overview-intro .h1 + .h3,
article.overview .overview-intro .h2 + .h3,
article.overview .overview-intro .h3 + .h3,
article.overview .overview-intro .h4 + .h3,
article.overview .overview-intro .h5 + .h3,
article.overview .overview-intro h1 + .h3,
article.overview .overview-intro h2 + .h3,
article.overview .overview-intro h3 + .h3,
article.overview .overview-intro h4 + .h3,
article.overview .overview-intro h5 + .h3,
article.overview .overview-intro .h1 + .h4,
article.overview .overview-intro .h2 + .h4,
article.overview .overview-intro .h3 + .h4,
article.overview .overview-intro .h4 + .h4,
article.overview .overview-intro .h5 + .h4,
article.overview .overview-intro h1 + .h4,
article.overview .overview-intro h2 + .h4,
article.overview .overview-intro h3 + .h4,
article.overview .overview-intro h4 + .h4,
article.overview .overview-intro h5 + .h4,
article.overview .overview-intro .h1 + .h5,
article.overview .overview-intro .h2 + .h5,
article.overview .overview-intro .h3 + .h5,
article.overview .overview-intro .h4 + .h5,
article.overview .overview-intro .h5 + .h5,
article.overview .overview-intro h1 + .h5,
article.overview .overview-intro h2 + .h5,
article.overview .overview-intro h3 + .h5,
article.overview .overview-intro h4 + .h5,
article.overview .overview-intro h5 + .h5,
article.overview .overview-intro .h1 + h1,
article.overview .overview-intro .h2 + h1,
article.overview .overview-intro .h3 + h1,
article.overview .overview-intro .h4 + h1,
article.overview .overview-intro .h5 + h1,
article.overview .overview-intro h1 + h1,
article.overview .overview-intro h2 + h1,
article.overview .overview-intro h3 + h1,
article.overview .overview-intro h4 + h1,
article.overview .overview-intro h5 + h1,
article.overview .overview-intro .h1 + h2,
article.overview .overview-intro .h2 + h2,
article.overview .overview-intro .h3 + h2,
article.overview .overview-intro .h4 + h2,
article.overview .overview-intro .h5 + h2,
article.overview .overview-intro h1 + h2,
article.overview .overview-intro h2 + h2,
article.overview .overview-intro h3 + h2,
article.overview .overview-intro h4 + h2,
article.overview .overview-intro h5 + h2,
article.overview .overview-intro .h1 + h3,
article.overview .overview-intro .h2 + h3,
article.overview .overview-intro .h3 + h3,
article.overview .overview-intro .h4 + h3,
article.overview .overview-intro .h5 + h3,
article.overview .overview-intro h1 + h3,
article.overview .overview-intro h2 + h3,
article.overview .overview-intro h3 + h3,
article.overview .overview-intro h4 + h3,
article.overview .overview-intro h5 + h3,
article.overview .overview-intro .h1 + h4,
article.overview .overview-intro .h2 + h4,
article.overview .overview-intro .h3 + h4,
article.overview .overview-intro .h4 + h4,
article.overview .overview-intro .h5 + h4,
article.overview .overview-intro h1 + h4,
article.overview .overview-intro h2 + h4,
article.overview .overview-intro h3 + h4,
article.overview .overview-intro h4 + h4,
article.overview .overview-intro h5 + h4,
article.overview .overview-intro .h1 + h5,
article.overview .overview-intro .h2 + h5,
article.overview .overview-intro .h3 + h5,
article.overview .overview-intro .h4 + h5,
article.overview .overview-intro .h5 + h5,
article.overview .overview-intro h1 + h5,
article.overview .overview-intro h2 + h5,
article.overview .overview-intro h3 + h5,
article.overview .overview-intro h4 + h5,
article.overview .overview-intro h5 + h5 {
  margin-top: -22.5px;
}
article.overview .overview-intro p,
article.overview .overview-intro ul,
article.overview .overview-intro dl {
  margin: 0 0 22.5px;
}
article.overview .overview-intro .h1:first-child,
article.overview .overview-intro .h2:first-child,
article.overview .overview-intro .h3:first-child,
article.overview .overview-intro .h4:first-child,
article.overview .overview-intro .h5:first-child,
article.overview .overview-intro h1:first-child,
article.overview .overview-intro h2:first-child,
article.overview .overview-intro h3:first-child,
article.overview .overview-intro h4:first-child,
article.overview .overview-intro h5:first-child,
article.overview .overview-intro p:first-child,
article.overview .overview-intro ul:first-child,
article.overview .overview-intro dl:first-child {
  margin-top: 0;
}
article.overview .overview-intro .h1:last-child,
article.overview .overview-intro .h2:last-child,
article.overview .overview-intro .h3:last-child,
article.overview .overview-intro .h4:last-child,
article.overview .overview-intro .h5:last-child,
article.overview .overview-intro h1:last-child,
article.overview .overview-intro h2:last-child,
article.overview .overview-intro h3:last-child,
article.overview .overview-intro h4:last-child,
article.overview .overview-intro h5:last-child,
article.overview .overview-intro p:last-child,
article.overview .overview-intro ul:last-child,
article.overview .overview-intro dl:last-child {
  margin-bottom: 0;
}
article.overview .overview-intro h1,
article.overview .overview-intro .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  article.overview .overview-intro h1,
  article.overview .overview-intro .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
article.overview .overview-intro h1 + h2,
article.overview .overview-intro .h1 + h2,
article.overview .overview-intro h1 + .h2,
article.overview .overview-intro .h1 + .h2 {
  margin-top: 0px;
}
article.overview .overview-intro h2,
article.overview .overview-intro .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  article.overview .overview-intro h2,
  article.overview .overview-intro .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
article.overview .overview-intro h3,
article.overview .overview-intro .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  article.overview .overview-intro h3,
  article.overview .overview-intro .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
article.overview .overview-intro table tr td:first-child {
  padding-right: 28px;
}
article.overview .overview-intro img.pull-left,
article.overview .overview-intro p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
article.overview .overview-intro img.pull-right,
article.overview .overview-intro p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
article.overview .overview-intro .overview-side-block {
  padding: 30px;
  background: #EAD8C4;
  color: #B6172F;
}
article.overview .overview-intro .overview-side-block h3,
article.overview .overview-intro .overview-side-block .h3 {
  margin-bottom: 15px;
}
article.overview .overview-intro .overview-side-block a.btn {
  color: #B6172F;
  border-color: #B6172F;
}
article.overview .overview-intro .overview-side-block a.btn:hover {
  color: #EAD8C4;
  border-color: #EAD8C4;
}
article.overview .overview-intro .overview-side-block a.btn > span {
  color: #B6172F;
}
article.overview .overview-intro .overview-side-block a.btn > span.hover {
  color: #EAD8C4;
}
article.overview .overview-intro .overview-side-block a.btn::before {
  background-color: #B6172F;
}
article.overview .overview-intro .overview-side-block a.btn::after {
  background-color: #EAD8C4;
}
@media (max-width: 1199px) {
  article.overview .overview-intro .overview-side-block {
    margin-top: 30px;
  }
}
article.product .product-intro {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
  background-color: #F6F3F1;
  padding: 20px 0 30px;
}
@media (max-width: 1199px) {
  article.product .product-intro {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  article.product .product-intro {
    font-size: 15px;
    line-height: 24px;
  }
}
article.product .product-intro .h1,
article.product .product-intro .h2,
article.product .product-intro .h3,
article.product .product-intro .h4,
article.product .product-intro .h5,
article.product .product-intro h1,
article.product .product-intro h2,
article.product .product-intro h3,
article.product .product-intro h4,
article.product .product-intro h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
article.product .product-intro .h1 + .h1,
article.product .product-intro .h2 + .h1,
article.product .product-intro .h3 + .h1,
article.product .product-intro .h4 + .h1,
article.product .product-intro .h5 + .h1,
article.product .product-intro h1 + .h1,
article.product .product-intro h2 + .h1,
article.product .product-intro h3 + .h1,
article.product .product-intro h4 + .h1,
article.product .product-intro h5 + .h1,
article.product .product-intro .h1 + .h2,
article.product .product-intro .h2 + .h2,
article.product .product-intro .h3 + .h2,
article.product .product-intro .h4 + .h2,
article.product .product-intro .h5 + .h2,
article.product .product-intro h1 + .h2,
article.product .product-intro h2 + .h2,
article.product .product-intro h3 + .h2,
article.product .product-intro h4 + .h2,
article.product .product-intro h5 + .h2,
article.product .product-intro .h1 + .h3,
article.product .product-intro .h2 + .h3,
article.product .product-intro .h3 + .h3,
article.product .product-intro .h4 + .h3,
article.product .product-intro .h5 + .h3,
article.product .product-intro h1 + .h3,
article.product .product-intro h2 + .h3,
article.product .product-intro h3 + .h3,
article.product .product-intro h4 + .h3,
article.product .product-intro h5 + .h3,
article.product .product-intro .h1 + .h4,
article.product .product-intro .h2 + .h4,
article.product .product-intro .h3 + .h4,
article.product .product-intro .h4 + .h4,
article.product .product-intro .h5 + .h4,
article.product .product-intro h1 + .h4,
article.product .product-intro h2 + .h4,
article.product .product-intro h3 + .h4,
article.product .product-intro h4 + .h4,
article.product .product-intro h5 + .h4,
article.product .product-intro .h1 + .h5,
article.product .product-intro .h2 + .h5,
article.product .product-intro .h3 + .h5,
article.product .product-intro .h4 + .h5,
article.product .product-intro .h5 + .h5,
article.product .product-intro h1 + .h5,
article.product .product-intro h2 + .h5,
article.product .product-intro h3 + .h5,
article.product .product-intro h4 + .h5,
article.product .product-intro h5 + .h5,
article.product .product-intro .h1 + h1,
article.product .product-intro .h2 + h1,
article.product .product-intro .h3 + h1,
article.product .product-intro .h4 + h1,
article.product .product-intro .h5 + h1,
article.product .product-intro h1 + h1,
article.product .product-intro h2 + h1,
article.product .product-intro h3 + h1,
article.product .product-intro h4 + h1,
article.product .product-intro h5 + h1,
article.product .product-intro .h1 + h2,
article.product .product-intro .h2 + h2,
article.product .product-intro .h3 + h2,
article.product .product-intro .h4 + h2,
article.product .product-intro .h5 + h2,
article.product .product-intro h1 + h2,
article.product .product-intro h2 + h2,
article.product .product-intro h3 + h2,
article.product .product-intro h4 + h2,
article.product .product-intro h5 + h2,
article.product .product-intro .h1 + h3,
article.product .product-intro .h2 + h3,
article.product .product-intro .h3 + h3,
article.product .product-intro .h4 + h3,
article.product .product-intro .h5 + h3,
article.product .product-intro h1 + h3,
article.product .product-intro h2 + h3,
article.product .product-intro h3 + h3,
article.product .product-intro h4 + h3,
article.product .product-intro h5 + h3,
article.product .product-intro .h1 + h4,
article.product .product-intro .h2 + h4,
article.product .product-intro .h3 + h4,
article.product .product-intro .h4 + h4,
article.product .product-intro .h5 + h4,
article.product .product-intro h1 + h4,
article.product .product-intro h2 + h4,
article.product .product-intro h3 + h4,
article.product .product-intro h4 + h4,
article.product .product-intro h5 + h4,
article.product .product-intro .h1 + h5,
article.product .product-intro .h2 + h5,
article.product .product-intro .h3 + h5,
article.product .product-intro .h4 + h5,
article.product .product-intro .h5 + h5,
article.product .product-intro h1 + h5,
article.product .product-intro h2 + h5,
article.product .product-intro h3 + h5,
article.product .product-intro h4 + h5,
article.product .product-intro h5 + h5 {
  margin-top: -22.5px;
}
article.product .product-intro p,
article.product .product-intro ul,
article.product .product-intro dl {
  margin: 0 0 22.5px;
}
article.product .product-intro .h1:first-child,
article.product .product-intro .h2:first-child,
article.product .product-intro .h3:first-child,
article.product .product-intro .h4:first-child,
article.product .product-intro .h5:first-child,
article.product .product-intro h1:first-child,
article.product .product-intro h2:first-child,
article.product .product-intro h3:first-child,
article.product .product-intro h4:first-child,
article.product .product-intro h5:first-child,
article.product .product-intro p:first-child,
article.product .product-intro ul:first-child,
article.product .product-intro dl:first-child {
  margin-top: 0;
}
article.product .product-intro .h1:last-child,
article.product .product-intro .h2:last-child,
article.product .product-intro .h3:last-child,
article.product .product-intro .h4:last-child,
article.product .product-intro .h5:last-child,
article.product .product-intro h1:last-child,
article.product .product-intro h2:last-child,
article.product .product-intro h3:last-child,
article.product .product-intro h4:last-child,
article.product .product-intro h5:last-child,
article.product .product-intro p:last-child,
article.product .product-intro ul:last-child,
article.product .product-intro dl:last-child {
  margin-bottom: 0;
}
article.product .product-intro h1,
article.product .product-intro .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  article.product .product-intro h1,
  article.product .product-intro .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
article.product .product-intro h1 + h2,
article.product .product-intro .h1 + h2,
article.product .product-intro h1 + .h2,
article.product .product-intro .h1 + .h2 {
  margin-top: 0px;
}
article.product .product-intro h2,
article.product .product-intro .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  article.product .product-intro h2,
  article.product .product-intro .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
article.product .product-intro h3,
article.product .product-intro .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  article.product .product-intro h3,
  article.product .product-intro .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
article.product .product-intro table tr td:first-child {
  padding-right: 28px;
}
article.product .product-intro img.pull-left,
article.product .product-intro p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
article.product .product-intro img.pull-right,
article.product .product-intro p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
article.product .product-intro h2 {
  margin-bottom: 0;
}
@media (min-width: 1001px) {
  article.product .product-intro h2 {
    margin-top: 13px !important;
    margin-left: 15px;
  }
}
@media (min-width: 1001px) {
  article.product .product-intro h1,
  article.product .product-intro h2 {
    float: left;
    width: auto;
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (max-width: 1000px) {
  article.product .product-intro h1,
  article.product .product-intro h2 {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media (max-width: 1000px) {
  article.product .product-intro p {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media (min-width: 1001px) {
  article.product .product-intro .product-ctas {
    display: none;
  }
}
@media (max-width: 1000px) {
  article.product .product-intro .product-ctas {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 1;
  }
}
article.product .product-intro .product-ctas a.menu-btn--cart {
  display: block;
  width: 42px;
  height: 30px;
  background-color: #B6172F;
  background-image: url('/svg/cart?fill=%23FFFFFF');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px auto;
}
article.product .product-intro .product-ctas a.menu-btn--shop {
  display: block;
  width: 42px;
  height: 30px;
  background-color: #B6172F;
  background-image: url('/svg/shop?fill=%23FFFFFF');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px auto;
}
@media (max-width: 1000px) {
  article.product .product-intro .product-ctas a.menu-btn--shop {
    margin-top: 6px;
  }
}
.product-side-block .box {
  font-weight: 200;
  color: #7B7470;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  /*
  .fs-default();
  @m:@ds;
  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin:@m 0 @m 0;
    padding:0;
    .bold;
    &+p,
    &+ul,
    &+dl {
      //margin-top:-1em;
    }
  }

  p,ul,dl {margin:0 0 @m;}

  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, p, ul, dl {
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }

  p,
  ul {
    &+h3,&+.h3 {
      margin-top:@m*2;
    }
  }

  p+ul {
    //margin-top:-1em;
  }

  h1,.h1 {

  }

  h2,.h2 {

  }

  h3,.h3 {

  }

  h4,.h4 {

  }

  ul {
    list-style-type: none;
    padding-left:@ds*1;
    li {
      margin-top:@m/2;
      margin-bottom:@m/2;
      list-style-type: none;
      position: relative;
      &::before {
        content:"-";
        position: absolute;
        //left:@ds*1.25*-1;
        left:@ds*-1;
        color:@brand-primary;
      }
    }
  }

  ul {
    > li {
      &::before {
        content:"•";
      }
      li {
        &::before {
          content:"-";
        }
      }
    }
  }
  */
  padding: 30px;
  background: #EAD8C4;
  color: #B6172F;
  min-height: 100%;
}
@media (max-width: 1199px) {
  .product-side-block .box {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .product-side-block .box {
    font-size: 15px;
    line-height: 24px;
  }
}
.product-side-block .box .h1,
.product-side-block .box .h2,
.product-side-block .box .h3,
.product-side-block .box .h4,
.product-side-block .box .h5,
.product-side-block .box h1,
.product-side-block .box h2,
.product-side-block .box h3,
.product-side-block .box h4,
.product-side-block .box h5 {
  margin: 22.5px 0 45px 0;
  padding: 0;
}
.product-side-block .box .h1 + .h1,
.product-side-block .box .h2 + .h1,
.product-side-block .box .h3 + .h1,
.product-side-block .box .h4 + .h1,
.product-side-block .box .h5 + .h1,
.product-side-block .box h1 + .h1,
.product-side-block .box h2 + .h1,
.product-side-block .box h3 + .h1,
.product-side-block .box h4 + .h1,
.product-side-block .box h5 + .h1,
.product-side-block .box .h1 + .h2,
.product-side-block .box .h2 + .h2,
.product-side-block .box .h3 + .h2,
.product-side-block .box .h4 + .h2,
.product-side-block .box .h5 + .h2,
.product-side-block .box h1 + .h2,
.product-side-block .box h2 + .h2,
.product-side-block .box h3 + .h2,
.product-side-block .box h4 + .h2,
.product-side-block .box h5 + .h2,
.product-side-block .box .h1 + .h3,
.product-side-block .box .h2 + .h3,
.product-side-block .box .h3 + .h3,
.product-side-block .box .h4 + .h3,
.product-side-block .box .h5 + .h3,
.product-side-block .box h1 + .h3,
.product-side-block .box h2 + .h3,
.product-side-block .box h3 + .h3,
.product-side-block .box h4 + .h3,
.product-side-block .box h5 + .h3,
.product-side-block .box .h1 + .h4,
.product-side-block .box .h2 + .h4,
.product-side-block .box .h3 + .h4,
.product-side-block .box .h4 + .h4,
.product-side-block .box .h5 + .h4,
.product-side-block .box h1 + .h4,
.product-side-block .box h2 + .h4,
.product-side-block .box h3 + .h4,
.product-side-block .box h4 + .h4,
.product-side-block .box h5 + .h4,
.product-side-block .box .h1 + .h5,
.product-side-block .box .h2 + .h5,
.product-side-block .box .h3 + .h5,
.product-side-block .box .h4 + .h5,
.product-side-block .box .h5 + .h5,
.product-side-block .box h1 + .h5,
.product-side-block .box h2 + .h5,
.product-side-block .box h3 + .h5,
.product-side-block .box h4 + .h5,
.product-side-block .box h5 + .h5,
.product-side-block .box .h1 + h1,
.product-side-block .box .h2 + h1,
.product-side-block .box .h3 + h1,
.product-side-block .box .h4 + h1,
.product-side-block .box .h5 + h1,
.product-side-block .box h1 + h1,
.product-side-block .box h2 + h1,
.product-side-block .box h3 + h1,
.product-side-block .box h4 + h1,
.product-side-block .box h5 + h1,
.product-side-block .box .h1 + h2,
.product-side-block .box .h2 + h2,
.product-side-block .box .h3 + h2,
.product-side-block .box .h4 + h2,
.product-side-block .box .h5 + h2,
.product-side-block .box h1 + h2,
.product-side-block .box h2 + h2,
.product-side-block .box h3 + h2,
.product-side-block .box h4 + h2,
.product-side-block .box h5 + h2,
.product-side-block .box .h1 + h3,
.product-side-block .box .h2 + h3,
.product-side-block .box .h3 + h3,
.product-side-block .box .h4 + h3,
.product-side-block .box .h5 + h3,
.product-side-block .box h1 + h3,
.product-side-block .box h2 + h3,
.product-side-block .box h3 + h3,
.product-side-block .box h4 + h3,
.product-side-block .box h5 + h3,
.product-side-block .box .h1 + h4,
.product-side-block .box .h2 + h4,
.product-side-block .box .h3 + h4,
.product-side-block .box .h4 + h4,
.product-side-block .box .h5 + h4,
.product-side-block .box h1 + h4,
.product-side-block .box h2 + h4,
.product-side-block .box h3 + h4,
.product-side-block .box h4 + h4,
.product-side-block .box h5 + h4,
.product-side-block .box .h1 + h5,
.product-side-block .box .h2 + h5,
.product-side-block .box .h3 + h5,
.product-side-block .box .h4 + h5,
.product-side-block .box .h5 + h5,
.product-side-block .box h1 + h5,
.product-side-block .box h2 + h5,
.product-side-block .box h3 + h5,
.product-side-block .box h4 + h5,
.product-side-block .box h5 + h5 {
  margin-top: -22.5px;
}
.product-side-block .box p,
.product-side-block .box ul,
.product-side-block .box dl {
  margin: 0 0 22.5px;
}
.product-side-block .box .h1:first-child,
.product-side-block .box .h2:first-child,
.product-side-block .box .h3:first-child,
.product-side-block .box .h4:first-child,
.product-side-block .box .h5:first-child,
.product-side-block .box h1:first-child,
.product-side-block .box h2:first-child,
.product-side-block .box h3:first-child,
.product-side-block .box h4:first-child,
.product-side-block .box h5:first-child,
.product-side-block .box p:first-child,
.product-side-block .box ul:first-child,
.product-side-block .box dl:first-child {
  margin-top: 0;
}
.product-side-block .box .h1:last-child,
.product-side-block .box .h2:last-child,
.product-side-block .box .h3:last-child,
.product-side-block .box .h4:last-child,
.product-side-block .box .h5:last-child,
.product-side-block .box h1:last-child,
.product-side-block .box h2:last-child,
.product-side-block .box h3:last-child,
.product-side-block .box h4:last-child,
.product-side-block .box h5:last-child,
.product-side-block .box p:last-child,
.product-side-block .box ul:last-child,
.product-side-block .box dl:last-child {
  margin-bottom: 0;
}
.product-side-block .box h1,
.product-side-block .box .h1 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .product-side-block .box h1,
  .product-side-block .box .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.product-side-block .box h1 + h2,
.product-side-block .box .h1 + h2,
.product-side-block .box h1 + .h2,
.product-side-block .box .h1 + .h2 {
  margin-top: 0px;
}
.product-side-block .box h2,
.product-side-block .box .h2 {
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .product-side-block .box h2,
  .product-side-block .box .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.product-side-block .box h3,
.product-side-block .box .h3 {
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .product-side-block .box h3,
  .product-side-block .box .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
.product-side-block .box table tr td:first-child {
  padding-right: 28px;
}
.product-side-block .box img.pull-left,
.product-side-block .box p.pull-left > img {
  max-width: 30%;
  height: auto;
  margin-right: 30px;
}
.product-side-block .box img.pull-right,
.product-side-block .box p.pull-right > img {
  max-width: 30%;
  height: auto;
  margin-left: 30px;
}
.product-side-block .box h3,
.product-side-block .box .h3 {
  margin-bottom: 15px;
}
@media (min-width: 1001px) {
  .product-side-block .box h3,
  .product-side-block .box .h3 {
    font-size: 26px;
    line-height: 38px;
  }
}
.product-side-block .box p {
  font-size: 20px;
  line-height: 32px;
}
.product-side-block .box .phone {
  border-top: 1.5px dotted #FFFFFF;
  border-bottom: 1.5px dotted #FFFFFF;
  font-weight: 200;
  color: #B6172F;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  padding: 15px 0 15px 30px;
  background-image: url('/svg/phone?fill=%23B6172F');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: 19px;
}
@media (max-width: 767px) {
  .product-side-block .box .phone {
    font-size: 20px;
    line-height: 25px;
  }
}
.product-side-block .box a.phone {
  display: none;
}
@media (max-width: 767px) {
  .product-side-block .box div.phone {
    display: none;
  }
  .product-side-block .box a.phone {
    display: block;
  }
  .product-side-block .box a.phone:hover,
  .product-side-block .box a.phone:focus {
    text-decoration: none;
  }
}
@media (min-width: 1001px) {
  .product-side-block .box .product-ctas {
    margin-top: 30px;
    width: 90px;
    height: 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1000px) {
  .product-side-block .box .product-ctas {
    display: none;
  }
}
.product-side-block .box .product-ctas a.menu-btn--cart {
  display: block;
  width: 42px;
  height: 30px;
  background-color: #B6172F;
  background-image: url('/svg/cart?fill=%23FFFFFF');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px auto;
}
.product-side-block .box .product-ctas a.menu-btn--shop {
  display: block;
  width: 42px;
  height: 30px;
  background-color: #B6172F;
  background-image: url('/svg/shop?fill=%23FFFFFF');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px auto;
}
@media (max-width: 1000px) {
  .product-side-block .box .product-ctas a.menu-btn--shop {
    margin-top: 6px;
  }
}
.product-side-block a.btn {
  color: #B6172F;
  border-color: #B6172F;
  float: right;
  margin-top: 22px;
}
.product-side-block a.btn:hover {
  color: #EAD8C4;
  border-color: #EAD8C4;
}
.product-side-block a.btn > span {
  color: #B6172F;
}
.product-side-block a.btn > span.hover {
  color: #EAD8C4;
}
.product-side-block a.btn::before {
  background-color: #B6172F;
}
.product-side-block a.btn::after {
  background-color: #EAD8C4;
}
.product-footer {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 105px 0;
  margin-top: 105px;
}
.product-footer .items {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-footer .items .item {
  background-color: #FFFFFF;
  width: 170px;
  text-align: center;
  padding: 34.5px 9px;
  position: relative;
  min-height: 397px;
}
.product-footer .items .item .toggle {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 34.5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.product-footer .items .item .toggle:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 39px 39px;
  background-image: url('/svg/plus-circle');
}
.product-footer .items .item.active .toggle {
  top: 18px;
  right: 18px;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.product-footer .items .item.active .toggle:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-footer .items .item .icon {
  width: 66px;
  height: 76px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position-x: center;
}
.product-footer .items .item:first-child .icon {
  background-image: url('/svg/material?fill=%23B6172F');
}
.product-footer .items .item.active:first-child .icon {
  background-image: url('/svg/material?fill=%23FFFFFF');
}
.product-footer .items .item:nth-child(2) .icon {
  background-image: url('/svg/work?fill=%23B6172F');
}
.product-footer .items .item.active:nth-child(2) .icon {
  background-image: url('/svg/work?fill=%23FFFFFF');
}
.product-footer .items .item:last-child .icon {
  background-image: url('/svg/garantie?fill=%23B6172F');
}
.product-footer .items .item.active:last-child .icon {
  background-image: url('/svg/garantie?fill=%23FFFFFF');
}
.product-footer .items .item .title {
  font-weight: 200;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 33px;
  color: #B6172F;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .product-footer .items .item .title {
    font-size: 20px;
    line-height: 25px;
  }
}
.product-footer .items .item .subtitle {
  color: #7B7470;
  margin-top: 15px;
  font-weight: 200;
}
.product-footer .items .item .text {
  display: none;
  margin-top: 15px;
  font-weight: 200;
  line-height: 24px;
}
.product-footer .items .item.active {
  background-color: rgba(123, 116, 112, 0.85);
  width: 770px;
  cursor: default;
  padding-left: 30px;
  padding-right: 30px;
}
.product-footer .items .item.active .title {
  color: #FFFFFF;
}
.product-footer .items .item.active .subtitle {
  color: #FFFFFF;
}
.product-footer .items .item.active .text {
  display: block;
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .product-footer {
    background-size: cover;
    padding: 30px 0;
  }
  .product-footer .items {
    display: block;
  }
  .product-footer .items .item {
    width: 100%;
    min-height: 0;
    padding: 30px 30px 105px;
  }
  .product-footer .items .item.active {
    width: 100%;
    padding: 30px;
  }
  .product-footer .items .item + .item {
    margin-top: 30px;
  }
}
#block-breadcrumb {
  text-align: right;
  padding-top: 15px;
}
#block-breadcrumb ol {
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-inline-start: 0;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
}
#block-breadcrumb ol li {
  display: inline-block;
}
#block-breadcrumb ol li + li:before {
  display: inline-block;
  margin: 0 3px;
  content: " ";
  width: 6px;
  height: 10px;
  background-image: url('/svg/arrow-right?fill=%237B7470');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px;
}
#block-breadcrumb ol li a {
  color: #7B7470;
  text-decoration: none;
}
#block-breadcrumb ol li a:focus,
#block-breadcrumb ol li a:hover {
  color: #7B7470;
  text-decoration: underline;
}
#block-breadcrumb ol li:last-child a {
  text-decoration: underline;
}
section.top-image + div > #block-breadcrumb {
  padding-top: 7.5px;
}
article.product #block-breadcrumb {
  background-color: #F6F3F1;
}
.modal {
  z-index: 1002;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.modal .btn {
  border: none;
  font-weight: 600;
}
.modal .btn.cookiebar-decline {
  float: left;
  background-color: #7B7470;
  color: #FFFFFF;
}
.modal .btn.cookiebar-accept {
  background-color: #B6172F;
  color: #FFFFFF;
}
.modal .btn:hover,
.modal .btn:focus {
  border: none;
}
.modal .btn.webform-button--submit {
  border: 2px solid #EAD8C4;
}
.modal .btn.webform-button--submit:hover,
.modal .btn.webform-button--submit:focus {
  border-color: #B6172F;
}
.modal .modal-title {
  font-weight: 700;
  margin: 0;
  padding: 0;
  padding-right: 25px;
  text-align: left;
  line-height: 1.5;
}
.modal button {
  display: inline-block;
  margin: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  border-radius: 0;
  padding: 8px 25px;
  border: none;
}
.modal button.action-back {
  float: left;
  background-color: #7B7470;
  color: #FFFFFF;
}
.modal button.action-goto {
  background-color: #B6172F;
  color: #FFFFFF;
}
.modal button:hover,
.modal button:focus {
  border: none;
}
.modal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  width: auto;
  box-shadow: none;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #7B7470;
  text-shadow: 0 1px 0 #FFFFFF;
  filter: alpha(opacity=20);
  opacity: .2;
}
.modal.fade .modal-dialog {
  -moz-transition: -moz-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal .modal-dialog {
  position: relative;
  max-width: 600px;
  margin: 100px auto;
}
.modal .modal-content {
  position: relative;
  background-color: #FFFFFF;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .modal .modal-content {
    font-size: 15px;
    line-height: 24px;
  }
}
.modal .modal-content .modal-header {
  padding: 15px;
  border-bottom: 1px solid #EAD8C4;
}
@media (max-width: 767px) {
  .modal .modal-content .modal-header h3.modal-title {
    font-size: 20px;
    line-height: 25px;
  }
}
.modal .modal-content .modal-header .close {
  width: 30px;
  margin-right: -12px;
}
.modal .modal-content .modal-body {
  position: relative;
  padding: 15px;
}
.modal .modal-content .modal-footer {
  padding: 15px;
  border-top: 1px solid #EAD8C4;
}
.modal .modal-content .modal-footer button + .button {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal .modal-content .modal-footer .btn-group button + button {
  margin-left: -1px;
}
.modal .modal-content .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal .modal-content .modal-footer .cookiebar-accept {
  float: right;
  color: #B6172F;
}
.modal .modal-content .modal-footer .cookiebar-accept:hover,
.modal .modal-content .modal-footer .cookiebar-accept:focus {
  color: #B6172F;
}
.modal .modal-content .modal-footer .cookiebar-decline {
  background-color: #7B7470;
  color: #FFFFFF;
}
.modal .modal-content .modal-footer .cookiebar-decline:hover,
.modal .modal-content .modal-footer .cookiebar-decline:focus {
  background-color: #7B7470;
  color: #FFFFFF;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cookie-message.custom-gdpr {
  display: none;
  width: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  padding: 25px 0;
  position: fixed;
  box-shadow: 0 -3px 9px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .cookie-message.custom-gdpr {
    font-size: 15px;
    line-height: 24px;
  }
}
.cookie-message.custom-gdpr .cookie-text {
  padding-bottom: 25px;
}
.cookie-message.custom-gdpr .cookie-actions {
  text-align: right;
}
.cookie-message.custom-gdpr p {
  color: inherit;
  margin: 0;
  padding: 0;
  font: inherit;
  font-weight: normal;
}
.cookie-message.custom-gdpr p a {
  color: inherit;
  text-decoration: underline;
}
.cookie-message.custom-gdpr .cookie-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 30px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cookie-message.custom-gdpr .cookie-btn:hover,
.cookie-message.custom-gdpr .cookie-btn:active {
  text-decoration: none;
}
.cookie-message.custom-gdpr .cookie-btn.cookiebar-accept {
  background-color: #FFFFFF;
  color: #B6172F;
}
.cookie-message.custom-gdpr .cookie-btn.cookiebar-accept:hover,
.cookie-message.custom-gdpr .cookie-btn.cookiebar-accept:focus {
  background-color: #FFFFFF;
  color: #B6172F;
}
.cookie-message.custom-gdpr .cookie-btn.cookiebar-decline {
  background-color: #7B7470;
  color: #FFFFFF;
}
.cookie-message.custom-gdpr .cookie-btn.cookiebar-more {
  background-color: #7B7470;
  color: #FFFFFF;
}
.cookie-message.custom-gdpr .cookie-btn.cookiebar-more:hover,
.cookie-message.custom-gdpr .cookie-btn.cookiebar-more:focus {
  background-color: #7B7470;
  color: #FFFFFF;
}
#gdpr-cookie-modal {
  z-index: 1002;
}
#gdpr-cookie-modal .btn {
  border: none;
  font-weight: 600;
}
#gdpr-cookie-modal .btn.cookiebar-decline {
  float: left;
  background-color: #7B7470;
  color: #FFFFFF;
}
#gdpr-cookie-modal .btn.cookiebar-accept {
  background-color: #B6172F;
  color: #FFFFFF;
}
#gdpr-cookie-modal .btn:hover,
#gdpr-cookie-modal .btn:focus {
  border: none;
}
.custom-gdpr-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.custom-gdpr-modal .modal-title {
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.5;
}
.custom-gdpr-modal button {
  display: inline-block;
  margin: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  border-radius: 0;
  padding: 8px 25px;
  border: none;
}
.custom-gdpr-modal button.action-back {
  float: left;
  background-color: #7B7470;
  color: #FFFFFF;
}
.custom-gdpr-modal button.action-goto {
  background-color: #B6172F;
  color: #FFFFFF;
}
.custom-gdpr-modal button:hover,
.custom-gdpr-modal button:focus {
  border: none;
}
.custom-gdpr-modal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  width: auto;
  box-shadow: none;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #7B7470;
  text-shadow: 0 1px 0 #FFFFFF;
  filter: alpha(opacity=20);
  opacity: .2;
}
.custom-gdpr-modal.fade .modal-dialog {
  -moz-transition: -moz-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.custom-gdpr-modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.custom-gdpr-modal .modal-dialog {
  position: relative;
  max-width: 600px;
  margin: 100px auto;
}
.custom-gdpr-modal .modal-content {
  position: relative;
  background-color: #FFFFFF;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .custom-gdpr-modal .modal-content {
    font-size: 15px;
    line-height: 24px;
  }
}
.custom-gdpr-modal .modal-content .modal-header {
  padding: 15px;
  border-bottom: 1px solid #EAD8C4;
}
@media (max-width: 767px) {
  .custom-gdpr-modal .modal-content .modal-header h3.modal-title {
    font-size: 20px;
    line-height: 25px;
  }
}
.custom-gdpr-modal .modal-content .modal-header .close {
  width: 30px;
  margin-right: -12px;
}
.custom-gdpr-modal .modal-content .modal-body {
  position: relative;
  padding: 15px;
}
.custom-gdpr-modal .modal-content .modal-footer {
  padding: 15px;
  border-top: 1px solid #EAD8C4;
}
.custom-gdpr-modal .modal-content .modal-footer button + .button {
  margin-bottom: 0;
  margin-left: 5px;
}
.custom-gdpr-modal .modal-content .modal-footer .btn-group button + button {
  margin-left: -1px;
}
.custom-gdpr-modal .modal-content .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.custom-gdpr-modal .modal-content .modal-footer .cookiebar-accept {
  float: right;
  color: #B6172F;
}
.custom-gdpr-modal .modal-content .modal-footer .cookiebar-accept:hover,
.custom-gdpr-modal .modal-content .modal-footer .cookiebar-accept:focus {
  color: #B6172F;
}
.custom-gdpr-modal .modal-content .modal-footer .cookiebar-decline {
  background-color: #7B7470;
  color: #FFFFFF;
}
.custom-gdpr-modal .modal-content .modal-footer .cookiebar-decline:hover,
.custom-gdpr-modal .modal-content .modal-footer .cookiebar-decline:focus {
  background-color: #7B7470;
  color: #FFFFFF;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
div.layout-container {
  display: block;
  width: 100%;
  overflow: hidden;
}
main {
  display: block;
  position: relative;
  min-height: 100vh;
}
body.page #block-swissflex-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important;
  max-width: 1200px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  body.page #block-swissflex-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  body.page #block-swissflex-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  body.page #block-swissflex-content {
    width: 1170px;
  }
}
@media (max-width: 1000px) {
  body.page #block-swissflex-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.page #block-swissflex-content form label {
  min-width: 150px;
}
body.page #block-swissflex-content form .form-item {
  display: block;
  margin-bottom: 15px;
}
div[data-drupal-messages] {
  /*
  position: absolute;
  width:50%;
  right:0px;
  top:0px;
  background-color: @brand-white;
  font-size:12px;
  padding:@ds/2;
  border-bottom-left-radius: @ds/4;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
  */
  background-color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #7B7470;
}
#block-swissflex-local-tasks {
  position: fixed;
  z-index: 100;
  right: 15px;
  bottom: 15px;
}
#block-swissflex-local-tasks .contextual {
  display: none;
}
#block-swissflex-local-tasks .task-wrap {
  position: relative;
}
#block-swissflex-local-tasks .task-wrap > ul {
  position: absolute;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  right: 0;
  bottom: 4px;
  padding-right: 37.5px;
}
#block-swissflex-local-tasks .task-wrap > ul > li {
  display: block;
  margin: 0 2px;
  padding: 0;
  -moz-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  max-width: 0px;
  opacity: 0.5;
  overflow: hidden;
}
#block-swissflex-local-tasks .task-wrap > ul > li > a {
  display: block;
  color: #B6172F;
  border: 1px solid #B6172F;
  background-color: #FFFFFF;
  padding: 0 1em;
  font-size: 0.75rem;
  border-radius: 3px;
  white-space: nowrap;
}
#block-swissflex-local-tasks .task-wrap > ul > li > a.is-active,
#block-swissflex-local-tasks .task-wrap > ul > li > a:hover,
#block-swissflex-local-tasks .task-wrap > ul > li > a:focus {
  color: #FFFFFF;
  background-color: #B6172F;
  text-decoration: none;
}
#block-swissflex-local-tasks .fa-wrap {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  color: #FFFFFF;
  cursor: pointer;
}
#block-swissflex-local-tasks .fa-wrap::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #B6172F;
  box-shadow: 0 0 5px 0 #ffffff;
}
#block-swissflex-local-tasks .fa-wrap svg {
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#block-swissflex-local-tasks .task-wrap:hover > ul > li,
#block-swissflex-local-tasks .fa-wrap:hover + .task-wrap > ul > li {
  max-width: 25vw;
  opacity: 1;
}
.styleguide {
  display: block;
}
.styleguide .row-hightlight {
  background: silver;
}
.styleguide .row-hightlight > div > div {
  min-height: 200px;
  background-color: rgba(255, 0, 0, 0.5);
}
#style-grid {
  display: block;
  position: fixed;
  z-index: 9999;
  left: 0px;
  top: 0px;
  width: 100%;
}
#style-grid .row {
  background-color: rgba(0, 0, 0, 0.1);
}
#style-grid .row > div > div {
  height: 100vh;
  background-color: rgba(0, 0, 255, 0.2);
}
.corona-popup {
  position: fixed;
  right: 0%;
  bottom: 25%;
  z-index: 5000;
  padding: 20px;
  font-weight: 700;
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #B6172F;
}
@media (max-width: 720px) {
  .corona-popup {
    width: 100%;
    text-align: center;
    bottom: 0;
    padding: 12px;
  }
}
@media (max-width: 720px) {
  .cookie-message.custom-gdpr {
    padding-bottom: 60px;
  }
}
