/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
html,
body {
  width: 100%;
  min-height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #25282D;
  color: #ccc;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul,
ol,
dd,
p,
figure,
pre,
table,
fieldset,
blockquote,
form {
  margin: 0 0 22px;
}
sub,
sup {
  /* Specified in % so that the sup/sup is the
           right size relative to the surrounding text */
  font-size: 65%;
  /* Zero out the line-height so that it doesn't
           interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
           the sup/sup properly, relative to the surrounding text */
  position: relative;
  left: 2px;
  /* Note that if you're using Eric Meyer's reset.css, this
           is already set and you can remove this rule */
  vertical-align: baseline;
}
sup {
  /* Move the superscripted text up */
  top: -0.42em;
}
sub {
  /* Move the subscripted text down, but only
           half as far down as the superscript moved up */
  bottom: -0.25em;
}
ul,
ol {
  padding: 0 0 0 15px;
  list-style-position: outside;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul {
  list-style-type: square;
}
ul.red {
  padding-left: 15px;
  list-style-image: url(static/c90b5818e8c8f461b7904a00593e49e9.gif);
}
ol {
  list-style-type: decimal;
}
b,
strong {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
small,
.small {
  font-size: 80%;
}
img {
  max-width: 100%;
  height: auto;
}
.content {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sidebar {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .sidebar {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body {
  color: #ccc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 400;
  margin: 0 0 22px 0;
}
h1 {
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  h1 {
    font-size: 7.5vw;
  }
}
h2 {
  font-size: 24px;
}
@media (max-width: 480px) {
  h2 {
    font-size: 6vw;
  }
}
h3 {
  font-size: 20px;
  margin-bottom: 11px;
}
@media (max-width: 480px) {
  h3 {
    font-size: 5.5vw;
  }
}
h4 {
  font-size: 16px;
  margin-bottom: 11px;
  font-weight: 700;
}
h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
h6 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}
.header {
  position: relative;
  width: 100%;
  color: rgba(19, 21, 22, 0.7);
  margin-bottom: 44px;
}
@media (max-width: 480px) {
  .header {
    margin-bottom: 22px;
  }
}
.header__top {
  background: #131417;
  background: rgba(19, 21, 22, 0.7);
}
.header__top .header__container {
  height: 44px;
  display: table;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .header__top .header__container {
    display: none;
  }
}
@media (max-width: 1240px) {
  .header__top--bl .header__container {
    display: block;
    height: auto;
  }
}
.header__top--bl .header__metamenu {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 999;
  margin-top: -11.5px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1240px) {
  .header__top--bl .header__metamenu {
    top: 25px;
    right: 76px;
  }
}
@media (max-width: 480px) {
  .header__top--bl .header__metamenu {
    right: 66px;
  }
}
@media (max-width: 700px) {
  .header__top--bl .header__metamenu span {
    display: none;
  }
}
.header__main .header__container {
  height: 90px;
}
@media (max-width: 1240px) {
  .header__main .header__container {
    height: 50px;
  }
}
.header__container {
  position: relative;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .header__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header__metamenu {
  color: #ccc;
  font-size: 12px;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.header__metamenu--bl {
  padding-top: 10.5px;
}
.header__logos {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 999;
}
@media (max-width: 1240px) {
  .header__logos {
    top: 5px;
  }
}
@media (max-width: 480px) {
  .header__logos {
    left: 0px;
  }
}
.logos__logo {
  display: inline-block;
  height: 80px;
  width: 180px;
  text-indent: -20000em;
  background-repeat: no-repeat;
  background-size: 160px auto;
  background-position: center top;
  border: 10px solid transparent;
}
@media (max-width: 1240px) {
  .logos__logo {
    height: 65px;
    width: 140px;
    background-size: 120px auto;
  }
}
.logos__logo--he {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q3c/187512/2994/f887290e3df5030bdc86d109d6d64b8f.png);
}
.no-svg .logos__logo--he {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q3c/187512/2994/f887290e3df5030bdc86d109d6d64b8f.png);
}
@media (max-width: 1240px) {
  .no-svg .logos__logo--he {
    background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q3f/187512/2996/e873d59b6d1286799c25e45f58fb3c2e.png);
  }
}
@media (max-width: 1240px) {
  .logos--bl {
    margin-top: -5px;
  }
}
.logos--bl .logos__logo {
  background-color: #25282D;
  border-radius: 2px;
  box-shadow: 0 4px 4px -2px rgba(21, 21, 21, 0.4);
}
@media (max-width: 1240px) {
  .logos--bl .logos__logo {
    height: 50px;
    width: 100px;
    background-size: 80px auto;
    background-color: transparent;
    box-shadow: none;
  }
}
.logos--bl .logos__logo--he {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q3k/187512/3000/ac031ee43f9d4bfe0839c77df3aa56d8.png));
}
.no-svg .logos--bl .logos__logo--he {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q3k/187512/3000/ac031ee43f9d4bfe0839c77df3aa56d8.png);
}
@media (max-width: 1240px) {
  .no-svg .logos--bl .logos__logo--he {
    background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q3m/187512/3002/eff707cda05289669626fd916331a016.png);
    background-size: 80px auto;
  }
}
.logos--bl .logos__logo--secondary {
  margin-left: 5px;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1240px) {
  .logos--bl .logos__logo--secondary {
    margin-left: -10px;
  }
}
.header__menu {
  float: right;
  height: 44px;
  margin: 23px 0;
  color: #ccc;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
}
@media (max-width: 1240px) {
  .header__menu {
    display: none;
  }
}
.header__off-canvas-navigation {
  display: none;
}
@media (max-width: 1240px) {
  .header__off-canvas-navigation {
    display: block;
  }
}
.header {
  background-color: #1c1e22;
}
.header {
  border-bottom: 1px solid #131417;
}
.header {
  box-shadow: 0 4px 4px -2px rgba(21, 21, 21, 0.4);
}
.stage {
  position: relative;
  margin-top: -44px;
  margin-bottom: 44px;
}
@media (max-width: 480px) {
  .stage {
    margin-top: -22px;
    margin-bottom: 22px;
  }
}
.slider .stage {
  margin-top: 0;
  margin-bottom: 0;
}
.stage__wrapper {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1240px) {
  .stage__wrapper {
    display: none;
  }
}
.stage__wrapper--medium {
  display: none;
}
@media (min-width: 481px) and (max-width: 1240px) {
  .stage__wrapper--medium {
    display: block;
    height: 200px;
  }
}
.stage__wrapper--small {
  display: none;
}
@media (max-width: 480px) {
  .stage__wrapper--small {
    display: block;
    height: 100px;
  }
}
.stage__container {
  position: absolute;
  top: 15%;
  right: 0;
  z-index: 20;
  width: 100%;
  text-align: right;
}
@media (max-width: 480px) {
  .stage__container {
    position: static;
  }
}
.stage__container .stage__caption-wrapper {
  position: relative;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding: 20px;
}
@media (max-width: 480px) {
  .stage__container .stage__caption-wrapper {
    height: auto;
    padding: 0;
  }
}
.stage__container .stage__caption {
  display: inline-block;
  margin: 0;
  padding: 11px 22px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  color: #25282d;
  font-size: 24px;
  line-height: 1.2;
  text-align: right;
}
@media (max-width: 1240px) {
  .stage__container .stage__caption {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .stage__container .stage__caption {
    display: block;
    padding: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 14px;
    text-align: center;
  }
}
.stage__container .stage__caption strong {
  font-size: 28px;
}
@media (max-width: 1240px) {
  .stage__container .stage__caption strong {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .stage__container .stage__caption strong {
    font-size: 16px;
  }
}
.scaffolding {
  position: relative;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.scaffolding--sidebar,
.scaffolding--sidebar-left {
  zoom: 1;
}
.scaffolding--sidebar:before,
.scaffolding--sidebar-left:before,
.scaffolding--sidebar:after,
.scaffolding--sidebar-left:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.scaffolding--sidebar:after,
.scaffolding--sidebar-left:after {
  clear: both;
}
.scaffolding__main {
  width: 100%;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}
.scaffolding--sidebar .scaffolding__main {
  float: left;
}
@media (max-width: 1240px) {
  .scaffolding--sidebar .scaffolding__main {
    float: none;
  }
}
.scaffolding--sidebar-left .scaffolding__main {
  float: right;
}
@media (max-width: 1240px) {
  .scaffolding--sidebar-left .scaffolding__main {
    float: none;
  }
}
.scaffolding__sidebar {
  float: right;
  width: 320px;
}
@media (max-width: 1240px) {
  .scaffolding__sidebar {
    width: 100%;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
}
.scaffolding--sidebar .scaffolding__sidebar {
  float: right;
}
@media (max-width: 1240px) {
  .scaffolding--sidebar .scaffolding__sidebar {
    float: none;
  }
}
.scaffolding--sidebar-left .scaffolding__sidebar {
  float: left;
}
@media (max-width: 1240px) {
  .scaffolding--sidebar-left .scaffolding__sidebar {
    float: none;
  }
}
.desktop-navigation {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  list-style: none;
}
.desktop-navigation > li {
  position: relative;
  display: inline-block;
}
.desktop-navigation ul {
  display: none;
}
.desktop-navigation .menu-item > a,
.desktop-navigation__item > a {
  display: block;
  padding: 9px 15px 11px;
  border-radius: 2px;
  color: #ccc;
  text-decoration: none;
}
.desktop-navigation .menu-item > a:visited,
.desktop-navigation__item > a:visited {
  color: #ccc;
  text-decoration: none;
}
.desktop-navigation .menu-item > a:hover,
.desktop-navigation__item > a:hover,
.desktop-navigation .menu-item > a:active,
.desktop-navigation__item > a:active,
.desktop-navigation .menu-item > a:focus,
.desktop-navigation__item > a:focus,
.desktop-navigation .menu-item > a:focus,
.desktop-navigation__item > a:focus {
  text-decoration: none;
}
.desktop-navigation .current-menu-item > a,
.desktop-navigation .current-menu-parent > a,
.desktop-navigation .menu-item:hover > a,
.desktop-navigation__item--current > a,
.desktop-navigation__item--current-ancestor > a,
.desktop-navigation__item:hover > a,
.desktop-navigation .menu-item:focus > a,
.desktop-navigation__item:focus > a {
  background-color: #990033;
  color: #fff;
}
.desktop-navigation .current-menu-item > a:visited,
.desktop-navigation .current-menu-parent > a:visited,
.desktop-navigation .menu-item:hover > a:visited,
.desktop-navigation__item--current > a:visited,
.desktop-navigation__item--current-ancestor > a:visited,
.desktop-navigation__item:hover > a:visited,
.desktop-navigation .menu-item:focus > a:visited,
.desktop-navigation__item:focus > a:visited {
  color: #fff;
}
.off-canvas-navigation-menu {
  display: none;
}
.off-canvas-navigation-button {
  cursor: pointer;
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
  font: inherit;
  position: relative;
  z-index: 1003;
  padding: 10px;
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  margin-right: 10px;
}
.off-canvas-navigation-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.off-canvas-navigation-button:hover,
.off-canvas-navigation-button:focus,
.off-canvas-navigation-button:active,
.off-canvas-navigation-button:visited,
.off-canvas-navigation-button:focus {
  cursor: pointer;
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
  font: inherit;
}
.off-canvas-navigation-button:hover::-moz-focus-inner,
.off-canvas-navigation-button:focus::-moz-focus-inner,
.off-canvas-navigation-button:active::-moz-focus-inner,
.off-canvas-navigation-button:visited::-moz-focus-inner,
.off-canvas-navigation-button:focus::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.off-canvas-navigation-button > span {
  position: relative;
  display: block;
  width: 42px;
  height: 32px;
}
.off-canvas-navigation-button > span span,
.off-canvas-navigation-button > span:before,
.off-canvas-navigation-button > span:after {
  display: block;
  height: 25%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #fff;
  opacity: 1;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: 350ms cubic-bezier(0.23, 1, 0.32, 1);
  content: '';
}
.off-canvas-navigation-button > span span {
  top: 0;
}
.off-canvas-navigation-button > span:before {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.off-canvas-navigation-button > span:after {
  top: 100%;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}
.off-canvas-navigation--open .off-canvas-navigation-button {
  position: fixed;
}
.off-canvas-navigation--open .off-canvas-navigation-button > span span {
  background-color: #fff;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(135deg);
      transform: translateY(-50%) rotate(135deg);
}
.off-canvas-navigation--open .off-canvas-navigation-button > span:before {
  background-color: #fff;
  opacity: 0;
  left: -100%;
}
.off-canvas-navigation--open .off-canvas-navigation-button > span:after {
  background-color: #fff;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(-135deg);
      transform: translateY(-50%) rotate(-135deg);
}
@media (max-width: 480px) {
  .off-canvas-navigation-button {
    margin-right: 0px;
  }
}
.off-canvas-navigation-button > span {
  width: 36px;
  height: 24px;
}
.slider {
  zoom: 1;
  position: relative;
  margin-top: -44px;
  margin-bottom: 44px;
}
.slider:before,
.slider:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.slider:after {
  clear: both;
}
@media (max-width: 480px) {
  .slider {
    margin-top: -22px;
    margin-bottom: 0;
  }
}
.slider__item:first-child {
  display: block;
}
.slider__item {
  display: none;
  position: relative;
  width: 100%;
}
.slider__item a {
  text-decoration: none;
}
.slider__item img {
  display: block;
  width: auto;
  /* for ie 8 */
  max-width: 100%;
  height: auto;
  width: 100%;
}
.dropdown {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
}
.dropdown > button,
.dropdown > a {
  -webkit-appearance: none;
  border: 0;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  font: inherit;
  cursor: pointer;
  display: inline-block;
  padding: 9px 15px 11px;
  border-radius: 2px;
  background: #131417;
  color: #ccc;
}
.dropdown > button::-moz-focus-inner,
.dropdown > a::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.dropdown > button:visited,
.dropdown > a:visited {
  color: #ccc;
}
.dropdown > ul {
  display: none;
}
.cookie-consent {
  display: none;
}
@media (max-width: 480px) {
  .header__metamenu {
    display: none;
  }
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #8c8c8c;
}
.slider--inline {
  margin-top: 0;
  margin-bottom: 22px;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
ul.legend {
  margin-top: 44px;
  list-style: none;
  padding: 0;
}
.legend,
.note {
  font-size: 12px;
  color: #555;
}
hr {
  clear: both;
  height: 0;
  border: 0;
  border-bottom: 1px solid #1c1e22;
  margin: 22px 0;
  padding: 0;
}
blockquote {
  margin: 0 0 22px;
  padding: 22px;
  background: #1c1e22;
  border-left: 2px solid #990033;
  border-radius: 2px;
  color: #ccc;
  font-size: 90%;
}
blockquote:after {
  content: none;
}
blockquote *:first-child {
  margin-top: 0;
}
blockquote *:last-child {
  margin-bottom: 0;
}
.align-left,
.alignleft {
  float: left;
  margin: 0 22px 11px 0;
}
.align-right,
.alignright {
  float: right;
  margin: 0 0 11px 22px;
}
.align-center,
.aligncenter,
.align-none,
.alignnone {
  float: none !important;
  margin: 0 0 22px 0;
}
ul .align-center:last-child,
ul .aligncenter:last-child,
ul .align-none:last-child,
ul .alignnone:last-child,
ol .align-center:last-child,
ol .aligncenter:last-child,
ol .align-none:last-child,
ol .alignnone:last-child,
dd .align-center:last-child,
dd .aligncenter:last-child,
dd .align-none:last-child,
dd .alignnone:last-child,
p .align-center:last-child,
p .aligncenter:last-child,
p .align-none:last-child,
p .alignnone:last-child,
figure .align-center:last-child,
figure .aligncenter:last-child,
figure .align-none:last-child,
figure .alignnone:last-child,
pre .align-center:last-child,
pre .aligncenter:last-child,
pre .align-none:last-child,
pre .alignnone:last-child,
table .align-center:last-child,
table .aligncenter:last-child,
table .align-none:last-child,
table .alignnone:last-child,
fieldset .align-center:last-child,
fieldset .aligncenter:last-child,
fieldset .align-none:last-child,
fieldset .alignnone:last-child,
blockquote .align-center:last-child,
blockquote .aligncenter:last-child,
blockquote .align-none:last-child,
blockquote .alignnone:last-child,
form .align-center:last-child,
form .aligncenter:last-child,
form .align-none:last-child,
form .alignnone:last-child {
  margin-bottom: 0;
}
.align-center,
.aligncenter {
  text-align: center;
  margin: 0 auto 22px auto;
}
img.align-left,
img.alignleft,
img.align-right,
img.alignright,
img.align-center,
img.aligncenter,
img.align-none,
img.alignnone {
  display: block;
}
@media (max-width: 768px) {
  .align-left,
  .alignleft,
  .align-right,
  .alignright {
    float: none !important;
    text-align: center;
    margin: 0 auto 22px auto;
  }
}
figure {
  display: table;
  max-width: 100%;
}
figure img {
  display: block;
}
figure img[class*="align"] {
  float: none;
  margin: 0;
}
figcaption {
  padding: 5px 11px;
  font-size: 12px;
  background: #1c1e22;
  color: #999999;
  text-align: center;
  display: table-caption;
  caption-side: bottom;
}
.caret,
.caret-up.caret--reverse {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  border-bottom: 0;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}
.caret-up,
.caret.caret--reverse {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  border-bottom: 5px solid;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}
a {
  color: #c27386;
}
a:visited {
  color: #c27386;
}
a:hover,
a:focus,
a:focus {
  color: #903f52;
}
.footer {
  margin-top: 44px;
  padding: 44px 0;
  color: #555;
  font-size: 12px;
}
@media (max-width: 480px) {
  .footer {
    margin-bottom: 22px;
    margin-top: 22px;
    padding: 22px 0;
  }
}
.footer__container {
  position: relative;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .footer__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer__info {
  float: left;
  width: 70%;
  padding-right: 11px;
}
@media (max-width: 768px) {
  .footer__info {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .footer__info {
    width: 100%;
    padding: 0;
  }
}
.footer__contact {
  float: left;
  width: 30%;
  padding-left: 11px;
  text-align: right;
}
@media (max-width: 768px) {
  .footer__contact {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .footer__contact {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}
.footer__title {
  color: #555;
}
.footer__menu {
  clear: both;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul li {
  display: inline-block;
  margin: 0 22px 11px 0;
}
.footer__menu ul li.first {
  margin-left: 0;
}
.footer__menu ul li.last {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .footer__menu ul li {
    display: block;
    margin-right: 0;
  }
}
.footer {
  background-color: #1c1e22;
  box-shadow: 0 4px 4px -2px rgba(21, 21, 21, 0.4);
}
.subnav {
  margin-top: -44px;
  margin-bottom: 44px;
}
@media (max-width: 480px) {
  .subnav {
    margin-top: -22px;
    margin-bottom: 22px;
  }
}
.subnav {
  height: 100px;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 250ms;
  transition-property: height;
  background-color: #1c1e22;
}
.subnav__bar {
  height: 100px;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 250ms;
  transition-property: height;
  zoom: 1;
  position: relative;
  z-index: 900;
  width: 100%;
  background-color: #1c1e22;
  box-shadow: 0 4px 4px -2px rgba(21, 21, 21, 0.4);
}
.subnav__bar:before,
.subnav__bar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.subnav__bar:after {
  clear: both;
}
.subnav__title {
  color: #ccc;
  visibility: hidden;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 250ms;
  transition-property: top, opacity;
  position: absolute;
  top: -100px;
  right: 0;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding: 11px 15px 11px 30px;
}
@media (max-width: 1240px) {
  .subnav__title {
    padding-right: 5px;
  }
}
@media (max-width: 480px) {
  .subnav__title {
    font-size: 14px;
  }
}
.subnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  white-space: nowrap;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
}
.subnav__item {
  height: 100px;
  width: 100%;
  max-width: 165px;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 250ms;
  transition-property: width, height;
  display: inline-block;
  letter-spacing: normal;
}
.subnav__link {
  height: 100px;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 250ms;
  transition-property: height;
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  line-height: 22px;
  overflow: hidden;
}
.subnav__link:visited,
.subnav__link:active,
.subnav__link:focus {
  color: #fff;
  text-decoration: none;
}
.subnav__item--current,
.subnav__item .subnav__link:hover,
.subnav__item .subnav__link:focus {
  color: #fff;
  background-color: #151719;
}
.subnav__icon {
  position: relative;
  display: block !important;
  margin: 22px auto 0 auto;
  margin-bottom: 5px;
}
.subnav__label {
  position: absolute;
  left: 0;
  bottom: 11px;
  width: 100%;
  font-size: 14px;
  background: transparent;
}
.subnav__text {
  margin: 0 11px;
}
@media (min-width: 480px) AND (max-width: 1240px) {
  .subnav {
    height: 70px;
    margin-bottom: 44px;
  }
  .subnav__bar {
    height: 70px;
  }
  .subnav__item {
    height: 70px;
    vertical-align: top;
  }
  .subnav__item.hover .subnav__icon {
    opacity: 0;
  }
  .subnav__item.hover .subnav__label {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.0001ms, 0.0001ms;
  }
  .subnav__link {
    height: 70px;
  }
  .subnav__icon {
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-duration: 250ms;
    transition-property: opacity;
  }
  .subnav__label {
    text-align: center;
    bottom: 26px;
    transform: translate3d(0, -70px, 0);
    opacity: 0;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-duration: 250ms;
    transition-property: opacity, transform;
    transition-delay: 0.0001ms, 250ms;
  }
  .subnav__text {
    font-size: 12px;
  }
}
@media (min-width: 480px) AND (max-width: 1240px) and (max-width: 1240px) {
  .subnav__bar {
    height: 75px;
  }
}
@media (min-width: 480px) AND (max-width: 1240px) and (max-width: 1240px) {
  .subnav__item {
    height: 75px;
  }
}
@media (min-width: 480px) AND (max-width: 1240px) and (max-width: 1240px) {
  .subnav__link {
    height: 75px;
  }
}
@media (max-width: 480px) {
  .subnav {
    height: 40px;
    margin-bottom: 22px;
  }
  .subnav__bar {
    height: 40px;
  }
  .subnav__title {
    visibility: visible;
    top: 0;
    right: 10px;
    left: 10px;
    text-align: left;
    opacity: 1;
    line-height: 40px;
    padding: 0;
  }
  .subnav__list {
    text-align: left;
    position: absolute;
    top: -20000em;
    left: -20000em;
    background-color: #1c1e22;
    overflow: hidden;
    margin: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 11px 0 rgba(0, 0, 0, 0.12);
  }
  .subnav--mobile .subnav__list {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
  }
  .subnav__item {
    height: auto;
    display: block;
    min-width: 100%;
    border-bottom: 1px solid #0c0d0e;
  }
  .subnav__item:last-child {
    border: none;
  }
  .subnav__link {
    height: auto;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    padding: 11px;
  }
  .subnav__label {
    position: static;
    display: inline-block;
    padding-left: 20px;
  }
  .subnav__icon {
    position: absolute;
    left: 11px;
    top: 11px;
    margin: 0;
  }
}
@media (max-width: 480px) and (min-width: 480px) {
  .subnav__title {
    text-align: right;
  }
}
@media (max-width: 480px) and (min-width: 480px) {
  .subnav__list {
    position: absolute;
    right: 0;
    width: 250px;
  }
}
@media (max-width: 480px) and (min-width: 480px) {
  .subnav--mobile .subnav__list {
    position: absolute;
    left: auto;
    right: 0;
  }
}
.grid {
  margin-bottom: 22px;
}
.grid-background {
  zoom: 1;
  margin: 0 0 22px;
  padding: 20px;
  background: #1c1e22;
  border: 0;
  border-radius: 2px;
  color: #ccc;
}
.grid-background:before,
.grid-background:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.grid-background:after {
  clear: both;
}
@media (max-width: 480px) {
  .grid-background {
    padding: 20px 10px;
  }
}
.grid-background h1,
.grid-background h2,
.grid-background h3,
.grid-background h4,
.grid-background h5,
.grid-background h6 {
  color: #fff;
}
.grid-background a {
  color: #c27386;
}
.grid-background a:hover, .grid-background a:focus {
  color: #903f52;
}
.grid-background-highlight {
  zoom: 1;
  margin: 0 0 22px;
  padding: 20px;
  background: #1c1e22;
  border: 0;
  border-radius: 2px;
  background: #990033;
  color: #ccc;
}
.grid-background-highlight:before,
.grid-background-highlight:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.grid-background-highlight:after {
  clear: both;
}
@media (max-width: 480px) {
  .grid-background-highlight {
    padding: 20px 10px;
  }
}
.grid-background-highlight h1,
.grid-background-highlight h2,
.grid-background-highlight h3,
.grid-background-highlight h4,
.grid-background-highlight h5,
.grid-background-highlight h6 {
  color: #fff;
}
.grid-background-highlight a {
  color: #c27386;
}
.grid-background-highlight a:hover, .grid-background-highlight a:focus {
  color: #903f52;
}
.grid-background-highlight a {
  color: #131417;
}
.grid-background-highlight a:hover, .grid-background-highlight a:focus {
  color: #131417;
}
.grid-background,
.grid-background-highlight {
  margin-top: 0;
}
.grid-background h1,
.grid-background-highlight h1,
.grid-background h2,
.grid-background-highlight h2,
.grid-background h3,
.grid-background-highlight h3,
.grid-background h4,
.grid-background-highlight h4,
.grid-background h5,
.grid-background-highlight h5,
.grid-background h6,
.grid-background-highlight h6 {
  color: #fff;
}
.grid-background a,
.grid-background-highlight a {
  color: #fff;
}
.grid-background a:hover,
.grid-background-highlight a:hover,
.grid-background a:focus,
.grid-background-highlight a:focus {
  color: #fff;
}
.grid-background.grid,
.grid-background-highlight.grid {
  padding-bottom: 0;
}
.grid-shadow {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
  padding: 22px;
}
.grid-shadow.grid {
  padding-bottom: 0;
}
.grid-equal-height .grid-container {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-container {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 102%;
  margin-left: -2%;
}
.grid-container .opera-only :-o-prefocus,
.grid-container {
  word-spacing: -0.43em;
}
[class*="grid-unit"] {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 2%;
}
.grid-unit-12 {
  width: 98%;
}
.grid-unit-11 {
  width: 89.66%;
}
.grid-unit-10 {
  width: 81.33%;
}
.grid-unit-9 {
  width: 73%;
}
.grid-unit-8 {
  width: 64.66%;
}
.grid-unit-7 {
  width: 56.33%;
}
.grid-unit-6 {
  width: 48%;
}
.grid-unit-5 {
  width: 39.66%;
}
.grid-unit-4 {
  width: 31.33%;
}
.grid-unit-3 {
  width: 23%;
}
.grid-unit-2 {
  width: 14.66%;
}
.grid-unit-1 {
  width: 6.33%;
}
[class*=grid-unit] {
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  [class*=grid-unit] {
    width: 98%;
  }
}
[class*=grid-unit] :first-child {
  margin-top: 0;
}
[class*=grid-unit] :last-child {
  margin-bottom: 0;
}
[class*=grid-unit] img {
  height: auto;
  max-width: 100%;
}
.box {
  zoom: 1;
  margin: 0 0 22px;
  padding: 20px;
  background: #1c1e22;
  border: 0;
  border-radius: 2px;
  color: #ccc;
}
.box:before,
.box:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.box:after {
  clear: both;
}
@media (max-width: 480px) {
  .box {
    padding: 20px 10px;
  }
}
.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6 {
  color: #fff;
}
.box a {
  color: #c27386;
}
.box a:hover, .box a:focus {
  color: #903f52;
}
.box *:last-child {
  margin-bottom: 0;
}
.box--highlight {
  background: #990033;
  color: #ccc;
}
.box--highlight a {
  color: #131417;
}
.box--highlight a:hover, .box--highlight a:focus {
  color: #131417;
}
.box--highlight *:last-child {
  margin-bottom: 0;
}
.box--shadow {
  box-shadow: 0 0 5px rgba(21, 21, 21, 0.5);
}
.box--max {
  max-width: 820px;
  width: 100%;
}
.box__spacer {
  clear: both;
  height: 0;
  border: 0;
  border-bottom: 1px solid #25282D;
  padding: 0;
  margin: 20px -20px;
}
@media (max-width: 480px) {
  .box__spacer {
    margin: 20px -10px;
  }
}
.desktop-navigation > li.dropdown > ul,
.desktop-navigation > li.menu-item-has-children > ul {
  position: absolute;
  left: 0;
  z-index: 9998;
  margin: 0;
  padding: 0;
  min-width: 200px;
  background-color: #131417;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  list-style: none;
  text-align: left;
}
.desktop-navigation > li.dropdown > ul > li,
.desktop-navigation > li.menu-item-has-children > ul > li {
  position: relative;
  white-space: nowrap;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.desktop-navigation > li.dropdown > ul > li:last-child,
.desktop-navigation > li.menu-item-has-children > ul > li:last-child {
  border-bottom: none;
}
.desktop-navigation > li.dropdown > ul > li > a,
.desktop-navigation > li.menu-item-has-children > ul > li > a {
  display: block;
  padding: 9px 15px 11px;
  color: #ccc;
  font-size: 13px;
  text-decoration: none;
}
.desktop-navigation > li.dropdown > ul > li > a:visited,
.desktop-navigation > li.menu-item-has-children > ul > li > a:visited {
  color: #ccc;
}
.desktop-navigation > li.dropdown > ul > li > a:hover,
.desktop-navigation > li.menu-item-has-children > ul > li > a:hover,
.desktop-navigation > li.dropdown > ul > li > a:focus,
.desktop-navigation > li.menu-item-has-children > ul > li > a:focus {
  background-color: #990033;
  color: #fff;
  text-decoration: none;
}
.desktop-navigation > li.dropdown > ul ul,
.desktop-navigation > li.menu-item-has-children > ul ul {
  top: 0;
  right: 200px;
  z-index: 2;
  margin-top: -3px;
}
.desktop-navigation > li.dropdown:hover > button,
.desktop-navigation > li.menu-item-has-children:hover > button,
.desktop-navigation > li.dropdown:hover > a,
.desktop-navigation > li.menu-item-has-children:hover > a,
.desktop-navigation > li.dropdown:focus > button,
.desktop-navigation > li.menu-item-has-children:focus > button,
.desktop-navigation > li.dropdown:focus > a,
.desktop-navigation > li.menu-item-has-children:focus > a {
  position: relative;
  z-index: 9999;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.desktop-navigation > li.dropdown:hover > ul,
.desktop-navigation > li.menu-item-has-children:hover > ul,
.desktop-navigation > li.dropdown:focus > ul,
.desktop-navigation > li.menu-item-has-children:focus > ul {
  display: block;
  border-top-left-radius: 0;
}
.desktop-navigation > li.dropdown:hover > ul > li:first-child > a,
.desktop-navigation > li.menu-item-has-children:hover > ul > li:first-child > a,
.desktop-navigation > li.dropdown:focus > ul > li:first-child > a,
.desktop-navigation > li.menu-item-has-children:focus > ul > li:first-child > a {
  border-radius: 0 2px 0 0;
}
.desktop-navigation > li.dropdown:hover > ul > li:last-child > a,
.desktop-navigation > li.menu-item-has-children:hover > ul > li:last-child > a,
.desktop-navigation > li.dropdown:focus > ul > li:last-child > a,
.desktop-navigation > li.menu-item-has-children:focus > ul > li:last-child > a {
  border-radius: 0 0 2px 2px;
}
.desktop-navigation > li.dropdown > ul,
.desktop-navigation > li.menu-item-has-children > ul {
  background-color: #990033;
}
.off-canvas-navigation-menu {
  display: block;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 350ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(100%, 0, 0);
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1002;
  width: 275px;
  background-color: #25282D;
  color: #ccc;
}
.off-canvas-navigation-menu * {
  -webkit-backface-visibility: hidden;
}
.no-csstransforms3d .off-canvas-navigation-menu {
  transform: translate3d(0%, 0, 0);
  right: -100%;
  transition: right 350ms cubic-bezier(0.23, 1, 0.32, 1);
}
.off-canvas-navigation--open .off-canvas-navigation-menu {
  transform: translate3d(0%, 0, 0);
}
.no-csstransforms3d.off-canvas-navigation--open .off-canvas-navigation-menu {
  right: 0;
}
.off-canvas-navigation--open .off-canvas-navigation-menu {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.99);
}
.off-canvas-navigation-menu__list {
  margin: 0;
  padding: 0;
}
.off-canvas-navigation-menu__list ul {
  list-style: none;
  margin: 0 0 22px 0;
  padding: 0;
}
.off-canvas-navigation-menu__list li {
  display: block;
  border-bottom: 1px solid #1c1e22;
}
.off-canvas-navigation-menu__list li:first-child {
  border-top: 1px solid #1c1e22;
}
.off-canvas-navigation-menu__list a {
  display: block;
  padding: 14px 11px 14px 22px;
  color: #ccc;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}
.off-canvas-navigation-menu__list a:visited {
  color: #ccc;
  text-decoration: none;
}
.off-canvas-navigation-menu__list a:hover,
.off-canvas-navigation-menu__list a:active,
.off-canvas-navigation-menu__list a:focus,
.off-canvas-navigation-menu__list a:focus {
  background-color: #1c1e22;
  color: #fff;
  text-decoration: none;
}
.off-canvas-navigation-menu__list li.current-menu-item .off-canvas-navigation-menu__list li.current-menu-ancestor > a,
.off-canvas-navigation-menu__list li.current > a,
.off-canvas-navigation-menu__list li:hover > a,
.off-canvas-navigation__item--current > a,
.off-canvas-navigation__item--current-ancestor > a,
.off-canvas-navigation-menu__list li:focus > a {
  background-color: #1c1e22;
  color: #fff;
}
.off-canvas-navigation-menu__title {
  display: block;
  padding: 0 67px 0 15px;
  margin: 0;
  font-size: 20px;
  line-height: 48px;
  color: #fff;
}
.off-canvas-navigation-backdrop {
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  transition: 350ms cubic-bezier(0.23, 1, 0.32, 1);
  position: fixed;
  z-index: 1001;
}
.off-canvas-navigation--open .off-canvas-navigation-backdrop {
  background-color: rgba(0, 0, 0, 0.75);
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.sliding-navigation {
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
}
.sliding-navigation * {
  -webkit-backface-visibility: hidden;
}
.sliding-navigation ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2000;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 100%;
  height: 100%;
  transition: transform 350ms cubic-bezier(0.23, 1, 0.32, 1);
}
.no-csstransforms3d .sliding-navigation ul {
  transition: left 350ms cubic-bezier(0.23, 1, 0.32, 1);
}
.sliding-navigation > ul {
  left: 0;
  display: block;
}
.sliding-navigation .sliding-navigation__parent {
  transform: translate3d(-100%, 0, 0);
  display: block;
}
.no-csstransforms3d .sliding-navigation .sliding-navigation__parent {
  transform: translate3d(0, 0, 0);
  left: 0;
}
.no-csstransforms3d .sliding-navigation > .sliding-navigation__parent {
  left: -100%;
}
.sliding-navigation .sliding-navigation__visible {
  z-index: 2001;
  display: block;
}
.sliding-navigation .sliding-navigation__scroll {
  overflow-y: auto;
  overflow-x: hidden;
}
.sliding-navigation li {
  zoom: 1;
}
.sliding-navigation li:before,
.sliding-navigation li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sliding-navigation li:after {
  clear: both;
}
.sliding-navigation__open-button {
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  text-align: left;
  text-decoration: none;
  color: inherit;
  font: inherit;
  position: relative;
  z-index: 2999;
  width: 48px;
  height: 48px;
  background: url(static/1bbe9836881ad2953353eb6253a243bd.svg) 50% 50% no-repeat;
  background-size: auto 16px;
  float: right;
  opacity: .75;
}
.sliding-navigation__open-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.no-svg .sliding-navigation__open-button {
  background-image: url(static/2f388ab0a160e21b8a3d325dbd8d757c.png);
}
.sliding-navigation__open-button:hover, .sliding-navigation__open-button:focus {
  opacity: 1;
}
.sliding-navigation__back {
  padding: 0 11px;
  background: rgba(255, 255, 255, 0.1);
}
.sliding-navigation__back-button {
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  text-align: left;
  text-decoration: none;
  color: inherit;
  font: inherit;
  position: relative;
  z-index: 2999;
  text-indent: 24px;
  width: 100%;
  height: 48px;
  background: url(static/b593cc6ee9510fa75a4765f0111524a5.svg) 0 50% no-repeat;
  background-size: auto 16px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 85%;
}
.sliding-navigation__back-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.no-svg .sliding-navigation__back-button {
  background-image: url(static/fe8b93cf57e49daa653750a4e7caecd5.png);
}
.teaser {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 102%;
  margin-left: -2%;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 22px;
}
.teaser .opera-only :-o-prefocus,
.teaser {
  word-spacing: -0.43em;
}
.teaser--stage {
  margin-top: -66px;
}
@media (max-width: 480px) {
  .teaser--stage {
    margin-top: 0;
  }
}
.teaser__item {
  margin: 0 0 22px;
  padding: 20px;
  background: #1c1e22;
  border: 0;
  border-radius: 2px;
  color: #ccc;
  box-shadow: 0 0 5px rgba(21, 21, 21, 0.5);
  position: relative;
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 23%;
  margin-left: 2%;
  max-width: 100%;
  padding-bottom: 60px;
}
.teaser__item:before,
.teaser__item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.teaser__item:after {
  clear: both;
}
@media (max-width: 480px) {
  .teaser__item {
    padding: 20px 10px;
  }
}
.teaser__item h1,
.teaser__item h2,
.teaser__item h3,
.teaser__item h4,
.teaser__item h5,
.teaser__item h6 {
  color: #fff;
}
.teaser__item a {
  color: #c27386;
}
.teaser__item a:hover, .teaser__item a:focus {
  color: #903f52;
}
.teaser__item figure {
  margin: 0;
}
.teaser__item figcaption {
  margin: -22px 0 22px 0;
}
@media (max-width: 1024px) {
  .teaser__item {
    width: 48%;
    margin-bottom: 22px;
  }
}
@media (max-width: 480px) {
  .teaser__item {
    width: 98%;
  }
}
@media (max-width: 480px) {
  .teaser__item {
    padding: 10px;
  }
}
.teaser__item--highlight {
  background: #990033;
  color: #ccc;
}
.teaser__item--highlight a {
  color: #131417;
}
.teaser__item--highlight a:hover, .teaser__item--highlight a:focus {
  color: #131417;
}
.teaser__img,
.teaser__img-link {
  display: block;
}
.teaser__img-link {
  margin-bottom: 22px;
}
.teaser__img {
  display: block;
  width: auto;
  /* for ie 8 */
  max-width: 100%;
  height: auto;
}
.teaser__title {
  font-size: 20px;
  margin-bottom: 11px;
  margin: 0 0 22px;
  line-height: 1;
}
@media (max-width: 480px) {
  .teaser__title {
    font-size: 5.5vw;
  }
}
.teaser__text {
  font-size: 14px;
  margin-bottom: 0;
}
.teaser__more {
  position: absolute;
  bottom: 22px;
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 480px) {
  .teaser__more {
    position: static;
    display: block;
    margin-top: 22px;
  }
}
.teaser__more:hover, .teaser__more:focus {
  text-decoration: underline;
}
.toc {
  zoom: 1;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.05);
  border-top: 1px solid #131417;
  border-bottom: 1px solid #131417;
  padding: 22px 33px 11px;
  margin: 0 0 22px;
}
.toc:before,
.toc:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.toc:after {
  clear: both;
}
.toc li {
  float: left;
  padding: 0 44px 0 0;
  margin: 0 0 11px 0;
  width: 33.33333333%;
}
@media (max-width: 768px) {
  .toc li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .toc li {
    width: 100%;
    float: none;
  }
}
.toc a {
  color: #ccc;
  text-decoration: underline;
}
.toc a:visited {
  color: #ccc;
}
.toc a:hover, .toc a:focus {
  color: #c27386;
}
.toc--fullwidth li {
  float: none;
  width: 100%;
}
.toc--half li {
  width: 50%;
}
@media (max-width: 480px) {
  .toc--half li {
    width: 100%;
    float: none;
  }
}
.listing__item {
  position: relative;
  zoom: 1;
  margin: 0 0 22px;
  padding: 20px;
  background: #1c1e22;
  border: 0;
  border-radius: 2px;
  color: #ccc;
}
.listing__item:before,
.listing__item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.listing__item:after {
  clear: both;
}
@media (max-width: 480px) {
  .listing__item {
    padding: 20px 10px;
  }
}
.listing__item h1,
.listing__item h2,
.listing__item h3,
.listing__item h4,
.listing__item h5,
.listing__item h6 {
  color: #fff;
}
.listing__item a {
  color: #c27386;
}
.listing__item a:hover, .listing__item a:focus {
  color: #903f52;
}
.listing__item:hover .listing__thumb, .listing__item:focus .listing__thumb {
  opacity: 1;
}
.listing__container--thumb {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 102%;
  margin-left: -2%;
}
.listing__container--thumb .opera-only :-o-prefocus,
.listing__container--thumb {
  word-spacing: -0.43em;
}
.listing__container--thumb .listing__thumb {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 23%;
  margin-left: 2%;
  margin-bottom: 0;
  opacity: .85;
  transition: opacity 0.5s ease-in-out;
}
.listing__container--thumb .listing__thumb figure {
  margin: auto;
}
@media (max-width: 480px) {
  .listing__container--thumb .listing__thumb {
    width: 98%;
    margin-bottom: 22px;
  }
}
.listing__container--thumb .listing__preview {
  display: block;
}
.listing__container--thumb .listing__img {
  display: block;
  width: auto;
  /* for ie 8 */
  max-width: 100%;
  height: auto;
  margin: 5px auto 0;
}
.listing__container--thumb .listing__content {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 73%;
  margin-left: 2%;
}
@media (max-width: 480px) {
  .listing__container--thumb .listing__content {
    width: 98%;
  }
}
.listing__container--thumb-right .listing__thumb {
  position: absolute;
  width: 200px;
  top: 11px;
  bottom: 11px;
  right: 11px;
  background: transparent 50% 0 no-repeat;
  background-size: cover;
  border-radius: 2px;
  box-shadow: inset 0 0 22px rgba(0, 0, 0, 0.25);
  transition: opacity 0.5s ease-in-out;
  opacity: .85;
}
.listing__container--thumb-right .listing__thumb span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
@media (max-width: 625px) {
  .listing__container--thumb-right .listing__thumb {
    display: none;
  }
}
.listing__container--thumb-right .listing__content {
  padding-right: 222px;
  min-height: 100px;
}
@media (max-width: 625px) {
  .listing__container--thumb-right .listing__content {
    padding-right: 0;
    min-height: 0;
  }
}
.listing__title {
  font-size: 20px;
  margin-bottom: 11px;
  color: #fff;
}
@media (max-width: 480px) {
  .listing__title {
    font-size: 5.5vw;
  }
}
.listing__title small {
  margin-left: 11px;
  color: #8c8c8c;
}
.listing__title small:before {
  content: '\2022';
  margin-right: 5px;
}
.listing__subtitle {
  font-size: 16px;
  margin-bottom: 11px;
  font-weight: 700;
  margin: -floor(5.5px) 0 11px;
  color: #ccc;
}
.listing__description {
  margin: 0 0 22px;
  font-size: 14px;
}
.listing__content *:last-child,
.listing__description *:last-child {
  margin-bottom: 0;
}
.listing__meta {
  margin: 0 0 11px;
  font-size: 12px;
  color: #8c8c8c;
}
.listing__meta--pull {
  margin-top: -7.33333333px;
}
ul.listing__meta {
  padding: 0;
  list-style: none;
}
ul.listing__meta span {
  margin-left: 5px;
}
ul.listing__meta span:before {
  content: '\2022';
  margin-right: 5px;
}
ul.listing__meta span:first-child {
  margin-left: 0;
}
ul.listing__meta span:first-child:before {
  content: "";
  margin-right: 0;
}
@media (max-width: 1000px) {
  ul.listing__meta {
    display: block;
    margin-bottom: 11px;
  }
}
.listing__meta-item {
  display: inline-block;
  margin-left: 5px;
}
.listing__meta-item:before {
  content: '\2022';
  margin-right: 5px;
}
.listing__meta-item:first-child {
  margin-left: 0;
}
.listing__meta-item:first-child:before {
  content: "";
  margin-right: 0;
}
.listing__meta-separator {
  margin-left: 5px;
}
.listing__meta-separator:before {
  content: '\2022';
  margin-right: 5px;
}
.listing__meta-date,
.listing__meta-item--date {
  color: #666666;
  font-size: 11px;
}
.listing__actions-list {
  zoom: 1;
  padding: 0;
  margin: 0;
  font-size: 14px;
  list-style: none;
}
.listing__actions-list:before,
.listing__actions-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.listing__actions-list:after {
  clear: both;
}
.listing__actions-list-item {
  float: left;
  margin: 0 5px 5px 0;
}
.listing__actions-list--wide .listing__actions-list-item {
  margin-right: 40px;
}
.listing__actions-list-item:last-child {
  margin-bottom: 5px;
}
.listing__actions-link {
  display: block;
}
.listing__actions-img {
  display: block;
}
.listing__shop-price {
  font-size: 25px;
  color: #fff;
  margin-bottom: 5px;
  text-align: right;
}
.listing__shop-price-unit {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #8c8c8c;
  margin-right: 11px;
}
.listing__shop-form {
  text-align: right;
}
.listing__shop-form .form-group {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .listing__shop-form .form-group {
    margin: 0 0 11px;
  }
}
.listing__shop-quantity,
.listing__shop-button {
  margin: 0 0 0 5px;
}
.listing__shop-quantity {
  max-width: 75px;
}
.archive__item {
  position: relative;
  padding-top: 22px;
  margin-bottom: 22px;
  border-top: 1px solid #131417;
}
.archive__item--grid {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.archive__item--grid .opera-only :-o-prefocus,
.archive__item--grid {
  word-spacing: -0.43em;
}
.archive__item--grid .archive__grid-image {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  margin-bottom: 11px;
}
.archive__item--grid .archive__grid-image img {
  display: block;
  width: auto;
  /* for ie 8 */
  max-width: 100%;
  height: auto;
  margin: auto;
}
@media (min-width: 769px) {
  .archive__item--grid .archive__grid-image {
    width: 25%;
    margin: 0;
  }
}
.archive__item--grid .archive__grid-content {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
}
@media (min-width: 769px) {
  .archive__item--grid .archive__grid-content {
    padding-left: 2%;
    width: 75%;
  }
}
.archive__title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 11px;
  padding-right: 66px;
}
@media (max-width: 480px) {
  .archive__title {
    font-size: 6vw;
  }
}
.archive__title a {
  color: #fff;
  text-decoration: none;
}
.archive__meta {
  padding: 0;
  margin: -11px 0 11px 0;
  font-size: 14px;
  color: #666666;
  list-style: none;
}
.archive__meta a {
  color: #666666;
}
.archive__meta-item {
  display: inline-block;
  margin-right: 5px;
}
.archive__meta-item:after {
  content: '\2022';
  margin-left: 5px;
}
.archive__meta-item:last-child {
  border: none;
}
.archive__meta-item:last-child:after {
  display: none;
}
.archive__date-badge {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 44px;
  position: absolute;
  top: 0;
  right: 11px;
}
.archive__date-month,
.archive__date-day {
  display: block;
  text-align: center;
}
.archive__date-month {
  line-height: 22px;
  font-size: 14px;
  background-color: #990033;
  color: #fff;
}
.archive__date-day {
  line-height: 33px;
  font-size: 28px;
  background-color: #fff;
  color: #222;
}
.faqs__item {
  zoom: 1;
  margin: 0 0 22px;
  padding: 20px;
  background: #1c1e22;
  border: 0;
  border-radius: 2px;
  color: #ccc;
}
.faqs__item:before,
.faqs__item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.faqs__item:after {
  clear: both;
}
@media (max-width: 480px) {
  .faqs__item {
    padding: 20px 10px;
  }
}
.faqs__item h1,
.faqs__item h2,
.faqs__item h3,
.faqs__item h4,
.faqs__item h5,
.faqs__item h6 {
  color: #fff;
}
.faqs__item a {
  color: #c27386;
}
.faqs__item a:hover, .faqs__item a:focus {
  color: #903f52;
}
.faqs__item:hover .faqs__thumb, .faqs__item:focus .faqs__thumb {
  opacity: 1;
}
.faqs__title {
  margin: 0 0 11px;
  color: #fff;
}
.faqs__text {
  margin: 0 0 22px;
  color: #ccc;
}
.faqs__inner p:last-child,
.faqs__text p:last-child,
.faqs__inner ul:last-child,
.faqs__text ul:last-child,
.faqs__inner ol:last-child,
.faqs__text ol:last-child {
  margin-bottom: 0;
}
.faqs__gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faqs__gallery-item {
  display: inline-block;
  margin: 0 11px 11px 0;
}
.faqs__gallery-item figure,
.faqs__gallery-item img {
  margin: auto;
}
.faqs__gallery-item img {
  display: block;
}
@media (max-width: 480px) {
  .faqs__gallery-item {
    display: block;
    margin: 0 0 11px;
  }
}
.faqs__gallery-link {
  margin: auto;
  display: block;
}
.faqs__gallery-thumb {
  max-width: 100%;
  height: auto;
  opacity: 0.8;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 480px) {
  .faqs__gallery-thumb {
    margin: 0 auto;
  }
}
.faqs__item:hover .faqs__gallery-thumb, .faqs__item:focus .faqs__gallery-thumb {
  opacity: 1;
}
.faqs__meta {
  font-size: 0.9em;
  margin: 0;
}
.staff-listing {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 102%;
  margin-left: -2%;
}
.staff-listing .opera-only :-o-prefocus,
.staff-listing {
  word-spacing: -0.43em;
}
.staff-listing__note {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 98%;
  margin-left: 2%;
}
.staff-listing__item {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 48%;
  margin-left: 2%;
}
@media (max-width: 850px) {
  .staff-listing__item {
    width: 98%;
  }
}
.staff-listing__container {
  position: relative;
  zoom: 1;
  margin: 0 0 22px;
  padding: 20px;
  background: #1c1e22;
  border: 0;
  border-radius: 2px;
  color: #ccc;
}
.staff-listing__container:before,
.staff-listing__container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.staff-listing__container:after {
  clear: both;
}
@media (max-width: 480px) {
  .staff-listing__container {
    padding: 20px 10px;
  }
}
.staff-listing__container h1,
.staff-listing__container h2,
.staff-listing__container h3,
.staff-listing__container h4,
.staff-listing__container h5,
.staff-listing__container h6 {
  color: #fff;
}
.staff-listing__container a {
  color: #c27386;
}
.staff-listing__container a:hover, .staff-listing__container a:focus {
  color: #903f52;
}
.staff-listing__img {
  display: block;
  position: absolute;
  left: 22px;
  top: 22px;
  margin-bottom: 22px;
  width: 100%;
  max-width: 125px;
}
.staff-listing__img img {
  display: block;
  width: auto;
  /* for ie 8 */
  max-width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .staff-listing__img {
    max-width: 100%;
    position: static;
  }
}
.staff-listing__details {
  padding-left: 147px;
  min-height: 125px;
  color: #fff;
}
@media (max-width: 480px) {
  .staff-listing__details {
    padding: 0;
    min-height: 0;
  }
}
.staff-listing__details ul {
  margin: 0;
}
.staff-listing__details li {
  padding: 2px 0;
}
.staff-listing__details .name {
  position: relative;
  margin: 0 0 22px 0;
  font-size: 20px;
  color: #fff;
}
.staff-listing__details .name:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  width: 22px;
  content: "";
  border-bottom: 2px solid #990033;
}
.staff-listing__link {
  margin: 22px 0 0;
}
.document-search {
  margin-bottom: 22px;
}
.document-search__search {
  background: url(static/eef690a5d106637d09f12684f71d536a.png) no-repeat 8px 50% #e6e6e6;
  border: 0 none;
  font-size: 16px;
  color: #25282D;
  width: 400px;
  max-width: 100%;
  padding: 6px 15px 6px 35px;
  border-radius: 2px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  transition: all 0.3s ease 0s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .document-search__search {
    background-image: url(static/081aaebbcf506eb4b511c602fa44e61d.png);
    background-size: 15px 15px;
  }
}
.document-search__search:focus {
  background-color: #fff;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 11px;
  padding-bottom: 11px;
  color: #ccc;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table th,
.table td {
  padding: 11px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #2e3238;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #33373e;
}
.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 #2e3238;
}
.table .table {
  background-color: #25282D;
}
.table--condensed th,
.table--condensed td {
  padding: 5px;
}
.table--bordered {
  border: 1px solid #2e3238;
}
.table--bordered th,
.table--bordered td {
  border: 1px solid #2e3238;
}
.table--bordered thead th,
.table--bordered thead td {
  border-bottom-width: 2px;
}
.table--striped tbody tr:nth-child(odd) {
  background-color: #2e3238;
}
.table--hover tbody tr:hover, .table--hover tbody tr:focus {
  background-color: #33373e;
}
.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #212328;
  border-color: #1a1c1f;
  color: #ccc;
}
.alert hr {
  border-top-color: #0e0f11;
}
.alert a {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert--success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert--success hr {
  border-top-color: #c1e2b3;
}
.alert--success a {
  color: #2b542c;
}
.alert--success a:hover, .alert--success a:focus {
  color: #1a321a;
}
.alert--info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.alert--info hr {
  border-top-color: #a6d5ec;
}
.alert--info a {
  color: #245269;
}
.alert--info a:hover, .alert--info a:focus {
  color: #173443;
}
.alert--warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.alert--warning hr {
  border-top-color: #f7ecb5;
}
.alert--warning a {
  color: #66512c;
}
.alert--warning a:hover, .alert--warning a:focus {
  color: #43351c;
}
.alert--danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.alert--danger hr {
  border-top-color: #e4b9b9;
}
.alert--danger a {
  color: #843534;
}
.alert--danger a:hover, .alert--danger a:focus {
  color: #602625;
}
.button {
  border: 1px solid #990033;
  border-radius: 2px;
  background: #990033;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  transition: width 0.3s ease 0s;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1.4;
  -webkit-appearance: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
}
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button ~ .button {
  margin-left: 5px;
}
.button:visited {
  text-decoration: none;
  background-color: #990033;
  color: #fff;
}
.button:hover,
.button:active,
.button:focus {
  text-decoration: none;
  border-color: #555;
  background-color: #25282D;
  color: #fff;
}
.button--secondary {
  border-color: #555 !important;
  background-color: #555 !important;
}
.button--secondary:hover,
.button--secondary:active,
.button--secondary:focus {
  background: #990033 !important;
  border: 1px solid #990033 !important;
  color: #ffffff !important;
}
.button--light {
  border-color: #3a3a3a !important;
  background-color: #25282D !important;
  color: #fff !important;
}
.button--light:hover,
.button--light:active,
.button--light:focus {
  background-color: #1c1e22 !important;
  color: #fff !important;
  border-color: #555 !important;
}
.button--small {
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 400;
}
.button--small i {
  height: 14px;
}
.button--large {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 18px;
}
.button--huge {
  font-size: 17px;
  font-weight: 500;
  padding: 9px 27px;
}
.dropdown > ul {
  position: absolute;
  left: 0;
  z-index: 9998;
  margin: 0;
  padding: 0;
  min-width: 200px;
  background-color: #131417;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  list-style: none;
  text-align: left;
}
.dropdown > ul > li {
  position: relative;
  white-space: nowrap;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.dropdown > ul > li:last-child {
  border-bottom: none;
}
.dropdown > ul > li > a {
  display: block;
  padding: 9px 15px 11px;
  color: #ccc;
  font-size: 13px;
  text-decoration: none;
}
.dropdown > ul > li > a:visited {
  color: #ccc;
}
.dropdown > ul > li > a:hover, .dropdown > ul > li > a:focus {
  background-color: #990033;
  color: #fff;
  text-decoration: none;
}
.dropdown > ul ul {
  top: 0;
  right: 200px;
  z-index: 2;
  margin-top: -3px;
}
.dropdown--open > button,
.dropdown--open > a {
  position: relative;
  z-index: 9999;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown--open > ul {
  display: block;
  border-top-left-radius: 0;
}
.dropdown--open > ul > li:first-child > a {
  border-radius: 0 2px 0 0;
}
.dropdown--open > ul > li:last-child > a {
  border-radius: 0 0 2px 2px;
}
.dropdown--open.dropdown--right > ul {
  left: auto;
  right: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
}
.dropdown--open.dropdown--right > ul > li:first-child > a {
  border-radius: 2px 0 0 0;
}
.dropdown--open.dropdown--up > button,
.dropdown--open.dropdown--up > a {
  border-radius: 0 0 2px 2px;
}
.dropdown--open.dropdown--up > ul {
  top: auto;
  bottom: 40px;
  border-radius: 2px 2px 2px 0;
}
.dropdown--open.dropdown--up > ul > li:first-child > a {
  border-radius: 2px 2px 0 0;
}
.dropdown--open.dropdown--up > ul > li:last-child > a {
  border-radius: 0 0 2px 0;
}
.dropdown--open.dropdown--up.dropdown--right > ul {
  border-radius: 2px 2px 0 2px;
}
.dropdown--open.dropdown--up.dropdown--right > ul > li:last-child > a {
  border-radius: 0 0 0 2px;
}
.pagination {
  text-align: center;
}
.pagination__page {
  text-align: center;
  min-width: 48px;
  display: inline-block;
  color: #fff !important;
  margin: 5.5px;
  padding: 5.5px 11px;
  border-radius: 2px;
  background: #1c1e22;
  cursor: pointer;
  text-decoration: none;
}
.pagination__page:first-child {
  margin-left: 0;
}
.pagination__page:last-child {
  margin-right: 0;
}
.pagination__page:hover, .pagination__page:focus {
  color: #fff !important;
  background: #990033;
}
@media (max-width: 768px) {
  .pagination__page {
    display: none;
  }
  .pagination__page:first-child,
  .pagination__page:last-child {
    display: inline-block;
  }
}
.pagination__dots {
  padding: 5.5px;
}
.pagination__current {
  text-align: center;
  min-width: 48px;
  display: inline-block;
  color: #fff !important;
  margin: 5.5px;
  padding: 5.5px 11px;
  border-radius: 2px;
  background: #990033;
}
.pagination__current:first-child {
  margin-left: 0;
}
.pagination__current:last-child {
  margin-right: 0;
}
.pagination__disabled {
  text-align: center;
  min-width: 48px;
  display: inline-block;
  color: #fff !important;
  margin: 5.5px;
  padding: 5.5px 11px;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.25) !important;
  background: rgba(28, 30, 34, 0.5);
  cursor: default;
  pointer-events: none;
}
.pagination__disabled:first-child {
  margin-left: 0;
}
.pagination__disabled:last-child {
  margin-right: 0;
}
.social-links {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.social-links--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.social-links__item {
  display: inline-block;
}
*[class*='icon-social-'] {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #131417;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center center;
  opacity: 0.2;
}
*[class*='icon-social-'] + *[class*='icon-social-'] {
  margin-left: 5px;
}
*[class*='icon-social-']:hover, *[class*='icon-social-']:focus {
  opacity: 1;
}
*[class*='icon-social-'] span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.icon-social-facebook {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q5y/187512/3016/a986ce4427000fbf8c029afceb1de56b.png);
}
.no-svg .icon-social-facebook {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q5y/187512/3016/a986ce4427000fbf8c029afceb1de56b.png);
}
.icon-social-googleplus {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q69/187512/3028/37072d206900bf807d15a709385b07a7.png);
}
.no-svg .icon-social-googleplus {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q69/187512/3028/37072d206900bf807d15a709385b07a7.png);
}
.icon-social-linkedin {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q6k/187512/3034/8a02b7567c1560249b05196b6852ccff.png);
}
.no-svg .icon-social-linkedin {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q6k/187512/3034/8a02b7567c1560249b05196b6852ccff.png);
}
.icon-social-youtube {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q6p/187512/3038/0b2047d3280bb2494064eb145af572aa.png);
}
.no-svg .icon-social-youtube {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q6p/187512/3038/0b2047d3280bb2494064eb145af572aa.png);
}
.icon-social-twitter {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q6t/187512/3042/964bcb3548ef6c4662313c14fab20005.png);
}
.no-svg .icon-social-twitter {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q6t/187512/3042/964bcb3548ef6c4662313c14fab20005.png);
}
.icon-social-instagram {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q6y/187512/3046/46357489e10d1729729ff22be9e6999c.png);
}
.no-svg .icon-social-instagram {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q6y/187512/3046/46357489e10d1729729ff22be9e6999c.png);
}
.icon-social-vimeo {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q73/187512/3050/58dd5d3c2badcaefaf66299d895f3396.png);
}
.no-svg .icon-social-vimeo {
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q73/187512/3050/58dd5d3c2badcaefaf66299d895f3396.png);
}
.toplink {
  position: fixed;
  z-index: 999;
  right: 25px;
  bottom: 25px;
  background: #990033;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  padding: 9px;
  line-height: 16px;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 768px) {
  .toplink {
    right: 15px;
    bottom: 15px;
  }
}
.toplink--visible {
  opacity: 1;
}
.toplink__icon {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q4t/187512/3008/ae6590cce66f319e5e5cf321d7f5b84a.png);
  width: 32px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .toplink__icon {
    background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q4w/187512/3010/c3f1c846169e11fc9ea62530f0a8f38c.png);
    background-size: 32px 32px;
  }
}
@media (max-width: 768px) {
  .toplink__icon {
    background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q5t/187512/3012/93f006fae1689d9cfaf379ef192c3db7.png);
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and (min-resolution: 192dpi) {
  .toplink__icon {
    background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q4t/187512/3008/ae6590cce66f319e5e5cf321d7f5b84a.png);
    background-size: 16px 16px;
  }
}
.toplink {
  position: fixed;
  z-index: 999;
  right: 25px;
  bottom: 25px;
  background: #990033;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  padding: 9px;
  line-height: 16px;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 768px) {
  .toplink {
    right: 15px;
    bottom: 15px;
  }
}
.toplink--visible {
  opacity: 1;
}
.toplink__icon {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q4t/187512/3008/ae6590cce66f319e5e5cf321d7f5b84a.png);
  width: 32px;
  height: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .toplink__icon {
    background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q4w/187512/3010/c3f1c846169e11fc9ea62530f0a8f38c.png);
    background-size: 32px 32px;
  }
}
@media (max-width: 768px) {
  .toplink__icon {
    background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q5t/187512/3012/93f006fae1689d9cfaf379ef192c3db7.png);
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and (min-resolution: 192dpi) {
  .toplink__icon {
    background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q4t/187512/3008/ae6590cce66f319e5e5cf321d7f5b84a.png);
    background-size: 16px 16px;
  }
}
.cookie-consent {
  border-top: 1px solid #ccc;
  position: fixed;
  z-index: 999999;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
  transition: transform 350ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.cookie-consent :last-child {
  margin-bottom: 0;
}
.cookie-consent > * {
  border-radius: 0;
}
.no-csstransforms3d .cookie-consent {
  transform: translate3d(0, 0, 0);
  bottom: -100%;
  transition: bottom 350ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.cookie-consent--active {
  display: block !important;
}
.cookie-consent--open {
  transform: translate3d(0, 0, 0);
}
.no-csstransforms3d .cookie-consent--open {
  transform: translate3d(0, 0, 0);
  bottom: 0;
}
.cookie-consent__content {
  padding-right: 100px;
}
@media (max-width: 768px) {
  .cookie-consent__content {
    padding-right: 0;
  }
}
.cookie-consent__content > * {
  margin: 0;
}
.cookie-consent__dismiss {
  position: absolute;
  right: 22px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cookie-consent__dismiss {
    position: static;
    display: block;
    margin: 10px 0 0 0;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<!-- `display: block` sprite -->
<div class="icon-home"></div>

<!-- `display: inline-block` sprite -->
<img class="icon-home" />
```
*/
.icon-globe {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(https://go.pardot.com/l/187512/2016-06-27/8q75/187512/3052/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: -16px 0px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-globe {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-apple {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: -48px 0px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-apple {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-at {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: 0px -16px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-at {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-desktop {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: -16px -16px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-desktop {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-download {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: -32px 0px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-download {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-envelope {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: -32px -16px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-envelope {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-file {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: 0px -32px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-file {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-info-circle {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: -16px -32px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-info-circle {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-key {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: -32px -32px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-key {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-link {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: 0px 0px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-link {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-linux {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: -48px -16px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-linux {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-picture {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: -48px -32px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-picture {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-play-circle {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: 0px -48px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-play-circle {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-shopping-cart {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: -16px -48px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-shopping-cart {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-sign-in {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: -32px -48px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-sign-in {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-sign-out {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: -48px -48px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-sign-out {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-user {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: -64px 0px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-user {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-video-camera {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: -64px -16px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-video-camera {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
.icon-fa-windows {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/23906d0bea5a6e05ac96140bc2d6eb70.png);
  background-position: -64px -32px;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-fa-windows {
    background-image: url(static/c1a503cad03397992dbabefd4596c7a5.png);
    background-size: 80px 64px;
  }
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<!-- `display: block` sprite -->
<div class="icon-home"></div>

<!-- `display: inline-block` sprite -->
<img class="icon-home" />
```
*/
.icon-site-de {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/3cf32e14c4cf653623beb6dd8f4b55a3.png);
  background-position: 0px 0px;
  width: 25px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-site-de {
    background-image: url(static/f46a47f91aab954ab057bb55ff5d0bde.png);
    background-size: 50px 28px;
  }
}
.icon-site-int {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/3cf32e14c4cf653623beb6dd8f4b55a3.png);
  background-position: -25px 0px;
  width: 25px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-site-int {
    background-image: url(static/f46a47f91aab954ab057bb55ff5d0bde.png);
    background-size: 50px 28px;
  }
}
.icon-site-uk {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/3cf32e14c4cf653623beb6dd8f4b55a3.png);
  background-position: 0px -14px;
  width: 25px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-site-uk {
    background-image: url(static/f46a47f91aab954ab057bb55ff5d0bde.png);
    background-size: 50px 28px;
  }
}
.icon-site-us {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/3cf32e14c4cf653623beb6dd8f4b55a3.png);
  background-position: -25px -14px;
  width: 25px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-site-us {
    background-image: url(static/f46a47f91aab954ab057bb55ff5d0bde.png);
    background-size: 50px 28px;
  }
}
*[class^='icon-site-'] {
  vertical-align: -10%;
  margin-right: 5px;
}
.wp-video {
  margin-top: 22px;
}
.gallery {
  margin-bottom: 22px !important;
}
@media (max-width: 768px) {
  .gallery .gallery-item {
    width: 50% !important;
  }
}
@media (max-width: 480px) {
  .gallery .gallery-item {
    width: 100% !important;
    float: none;
  }
}
.gallery img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: none !important;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #25282D;
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #990033;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.nav-links .page-numbers {
  text-align: center;
  min-width: 48px;
  display: inline-block;
  color: #fff !important;
  margin: 5.5px;
  padding: 5.5px 11px;
  border-radius: 2px;
  background: #1c1e22;
  cursor: pointer;
  text-decoration: none;
}
.nav-links .page-numbers:first-child {
  margin-left: 0;
}
.nav-links .page-numbers:last-child {
  margin-right: 0;
}
.nav-links .page-numbers:hover, .nav-links .page-numbers:focus {
  color: #fff !important;
  background: #990033;
}
@media (max-width: 768px) {
  .nav-links .page-numbers {
    display: none;
  }
  .nav-links .page-numbers:first-child,
  .nav-links .page-numbers:last-child {
    display: inline-block;
  }
}
.nav-links .current {
  text-align: center;
  min-width: 48px;
  display: inline-block;
  color: #fff !important;
  margin: 5.5px;
  padding: 5.5px 11px;
  border-radius: 2px;
  background: #990033;
}
.nav-links .current:first-child {
  margin-left: 0;
}
.nav-links .current:last-child {
  margin-right: 0;
}
.nav-links .next,
.nav-links .prev {
  text-align: center;
  min-width: 48px;
  display: inline-block;
  color: #fff !important;
  margin: 5.5px;
  padding: 5.5px 11px;
  border-radius: 2px;
  background: #1c1e22;
  cursor: pointer;
  text-decoration: none;
}
.nav-links .next:first-child,
.nav-links .prev:first-child {
  margin-left: 0;
}
.nav-links .next:last-child,
.nav-links .prev:last-child {
  margin-right: 0;
}
.nav-links .next:hover,
.nav-links .prev:hover,
.nav-links .next:focus,
.nav-links .prev:focus {
  color: #fff !important;
  background: #990033;
}
@media (max-width: 768px) {
  .nav-links .next,
  .nav-links .prev {
    display: none;
  }
  .nav-links .next:first-child,
  .nav-links .prev:first-child,
  .nav-links .next:last-child,
  .nav-links .prev:last-child {
    display: inline-block;
  }
}
.search-form .search-field {
  font-size: 16px;
  line-height: 1.4;
  padding: 5px 11px;
  width: 360px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #2e3238;
  border-radius: 2px;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .search-form .search-field {
    width: 180px;
  }
}
.search-form .search-submit {
  border: 1px solid #990033;
  border-radius: 2px;
  background: #990033;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  padding: 6px 12px;
  transition: width 0.3s ease 0s;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1.4;
  -webkit-appearance: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 16px;
}
.search-form .search-submit::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.search-form .search-submit ~ .button {
  margin-left: 5px;
}
.search-form .search-submit:visited {
  text-decoration: none;
  background-color: #990033;
  color: #fff;
}
.search-form .search-submit:hover,
.search-form .search-submit:active,
.search-form .search-submit:focus {
  text-decoration: none;
  border-color: #555;
  background-color: #25282D;
  color: #fff;
}
.gform_wrapper {
  padding: 0 !important;
  max-width: 100% !important;
  /* Prepared to half address line if needed
        .ginput_complex .address_line_1 {
            display: block;
            vertical-align: top;
            width: 48.5%;
        }
        */
}
.gform_wrapper form {
  background: #1c1e22;
  border-radius: 2px;
  padding: 40px;
  margin: 0 auto 22px auto;
}
.gform_wrapper h3.gform_title {
  font-size: 21px;
  color: #ccc;
  font-weight: 400;
}
.gform_wrapper input[type="email"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"] {
  background-color: #FFF;
  background-image: none;
  border: 1px solid #131516;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.gform_wrapper select,
.gform_wrapper textarea {
  background-color: #FFF;
  background-image: none;
  border: 1px solid #131516;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.gform_wrapper input[type="email"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper select,
.gform_wrapper textarea {
  padding: 6px 9px !important;
}
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  border-color: #66AFE9;
  outline: 0 none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.4);
}
.gform_wrapper .left_label .gform_fileupload_multifile {
  margin-left: 30%;
}
.gform_wrapper .gf_left_half.field_sublabel_above {
  margin-top: 16px !important;
}
@media (max-width: 480px) {
  .gform_wrapper form {
    padding: 22px;
  }
  .gform_wrapper .gf_left_half,
  .gform_wrapper .gf_right_half {
    width: 100% !important;
    float: left !important;
  }
  .gform_wrapper .ginput_complex .ginput_full,
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right {
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
  }
  .gform_wrapper .ginput_complex .ginput_full input[type="email"],
  .gform_wrapper .ginput_complex .ginput_left input[type="email"],
  .gform_wrapper .ginput_complex .ginput_right input[type="email"],
  .gform_wrapper .ginput_complex .ginput_full input[type="number"],
  .gform_wrapper .ginput_complex .ginput_left input[type="number"],
  .gform_wrapper .ginput_complex .ginput_right input[type="number"],
  .gform_wrapper .ginput_complex .ginput_full input[type="password"],
  .gform_wrapper .ginput_complex .ginput_left input[type="password"],
  .gform_wrapper .ginput_complex .ginput_right input[type="password"],
  .gform_wrapper .ginput_complex .ginput_full input[type="tel"],
  .gform_wrapper .ginput_complex .ginput_left input[type="tel"],
  .gform_wrapper .ginput_complex .ginput_right input[type="tel"],
  .gform_wrapper .ginput_complex .ginput_full input[type="text"],
  .gform_wrapper .ginput_complex .ginput_left input[type="text"],
  .gform_wrapper .ginput_complex .ginput_right input[type="text"],
  .gform_wrapper .ginput_complex .ginput_full input[type="url"],
  .gform_wrapper .ginput_complex .ginput_left input[type="url"],
  .gform_wrapper .ginput_complex .ginput_right input[type="url"],
  .gform_wrapper .ginput_complex .ginput_full textarea,
  .gform_wrapper .ginput_complex .ginput_left textarea,
  .gform_wrapper .ginput_complex .ginput_right textarea,
  .gform_wrapper .ginput_complex .ginput_full select,
  .gform_wrapper .ginput_complex .ginput_left select,
  .gform_wrapper .ginput_complex .ginput_right select {
    width: 100% !important;
  }
  .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span,
  .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
  .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
    display: block;
    width: 100%;
    clear: both;
  }
  .gform_wrapper input[type="email"],
  .gform_wrapper input[type="number"],
  .gform_wrapper input[type="password"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="url"],
  .gform_wrapper textarea,
  .gform_wrapper select {
    width: 100% !important;
  }
  .gform_wrapper .left_label .gfield_label,
  .gform_wrapper .right_label .gfield_label {
    float: none;
    clear: left !important;
    width: 100%;
    margin: 0;
  }
  .gform_wrapper .left_label div.ginput_complex,
  .gform_wrapper .right_label div.ginput_complex {
    width: 100%;
  }
  .gform_wrapper .left_label .gform_fileupload_multifile,
  .gform_wrapper .right_label .gform_fileupload_multifile {
    margin-left: 0;
  }
  .gform_wrapper .left_label ul.gfield_checkbox,
  .gform_wrapper .right_label ul.gfield_checkbox,
  .gform_wrapper .left_label ul.gfield_radio,
  .gform_wrapper .right_label ul.gfield_radio {
    margin-left: 0 !important;
  }
}
.gform_wrapper div.validation_error {
  background-color: #F2DEDE;
  border-color: transparent;
  color: #903;
  padding: 11px;
  margin-bottom: 22px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper .gform_wrapper li.gfield_error ul.gfield_radio,
.gform_wrapper .validation_message,
.gform_wrapper .gfield_error .gfield_label {
  color: #903;
}
.gform_wrapper li.gfield.gfield_error {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.gform_wrapper li.gfield.gfield_error div.ginput_container,
.gform_wrapper li.gfield.gfield_error label.gfield_label,
.gform_wrapper li.gfield.gfield_error div.gfield_description,
.gform_wrapper li.gfield.gfield_error fieldset legend.gfield_label {
  margin-left: 0 !important;
}
@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;
  }
}
/*
 * Temporarily uncommented medium sizes due to HEKUNDEN-572
 */
.subnav__icon--products-spectralis {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: 0px -120px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--products-spectralis {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--products-spectralis {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -140px -300px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--products-spectralis {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--products-hep {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: 0px -160px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--products-hep {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--products-hep {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: 0px -300px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--products-hep {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--products-hrt {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -120px -160px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--products-hrt {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--products-hrt {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px -240px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--products-hrt {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--products-heyex_pacs {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -80px -160px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--products-heyex_pacs {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--products-heyex_pacs {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px -280px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--products-heyex_pacs {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--products-connect {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -80px -80px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--products-connect {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--products-connect {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -240px -300px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--products-connect {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--products-user_manuals {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -200px -40px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--products-user_manuals {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--products-user_manuals {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px -180px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--products-user_manuals {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--products-software {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -120px -120px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--products-software {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--products-software {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -80px -300px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--products-software {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--practice_marketing-practice_tools {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -200px -200px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--practice_marketing-practice_tools {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--practice_marketing-practice_tools {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px 0px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--practice_marketing-practice_tools {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--practice_marketing-practice_training {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -80px -200px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--practice_marketing-practice_training {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--practice_marketing-practice_training {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px -20px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--practice_marketing-practice_training {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--practice_marketing-billing {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -80px 0px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--practice_marketing-billing {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--practice_marketing-billing {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -320px -20px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--practice_marketing-billing {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--practice_marketing-merchandise_shop {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -200px -120px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--practice_marketing-merchandise_shop {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--practice_marketing-merchandise_shop {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px -120px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--practice_marketing-merchandise_shop {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--practice_marketing-picture_database {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -160px -200px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--practice_marketing-picture_database {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--practice_marketing-picture_database {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -40px -300px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--practice_marketing-picture_database {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--practice_marketing-reimbursement {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -160px -160px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--practice_marketing-reimbursement {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--practice_marketing-reimbursement {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px -200px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--practice_marketing-reimbursement {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--practice_marketing-accounting {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -160px -160px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--practice_marketing-accounting {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--practice_marketing-accounting {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px -200px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--practice_marketing-accounting {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--service_support-contact {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: 0px -80px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--service_support-contact {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--service_support-contact {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -260px -300px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--service_support-contact {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--service_support-remote_support {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -40px -160px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--service_support-remote_support {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--service_support-remote_support {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px -260px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--service_support-remote_support {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--service_support-file_upload {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -160px 0px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--service_support-file_upload {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--service_support-file_upload {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -100px -300px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--service_support-file_upload {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--service_support-faqs {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -80px -120px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--service_support-faqs {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--service_support-faqs {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -120px -300px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--service_support-faqs {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--service_support-team {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -120px 0px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--service_support-team {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--service_support-team {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -200px -300px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--service_support-team {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--service_support-us_software_policy {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -160px -40px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--service_support-us_software_policy {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--service_support-us_software_policy {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -320px -80px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--service_support-us_software_policy {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--news-news {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: 0px -200px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--news-news {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--news-news {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px -100px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--news-news {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--news-events {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -40px -120px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--news-events {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--news-events {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -160px -300px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--news-events {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--news-newsletter {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -40px -200px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--news-newsletter {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--news-newsletter {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px -60px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--news-newsletter {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--resources-apps {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -160px -80px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--resources-apps {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--resources-apps {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px -160px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--resources-apps {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--resources-ebooks {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -120px -80px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--resources-ebooks {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--resources-ebooks {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -180px -300px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--resources-ebooks {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--resources-cases {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -80px -40px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--resources-cases {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--resources-cases {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px -300px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--resources-cases {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--resources-article_reviews {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: 0px -40px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--resources-article_reviews {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--resources-article_reviews {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -320px -40px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--resources-article_reviews {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--contact-persons {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -120px -200px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--contact-persons {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--contact-persons {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px -40px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--contact-persons {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--contact-sales {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -120px -200px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--contact-sales {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--contact-sales {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px -40px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--contact-sales {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--contact-locations {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -200px 0px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--contact-locations {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--contact-locations {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px -220px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--contact-locations {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--contact-company {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -40px -80px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--contact-company {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--contact-company {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -280px -300px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--contact-company {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--legal_information-publisher {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -200px -80px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--legal_information-publisher {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--legal_information-publisher {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px -140px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--legal_information-publisher {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--legal_information-terms_of_use {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -40px 0px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--legal_information-terms_of_use {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--legal_information-terms_of_use {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -320px -60px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--legal_information-terms_of_use {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--legal_information-terms_and_conditions {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -40px -40px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--legal_information-terms_and_conditions {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--legal_information-terms_and_conditions {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -320px 0px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--legal_information-terms_and_conditions {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.subnav__icon--legal_information-privacy_statement,
.subnav__icon--legal_information-privacy_policy {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -200px -160px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav__icon--legal_information-privacy_statement,
  .subnav__icon--legal_information-privacy_policy {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
@media (max-width: 1200px) {
}
.subnav--mobile .subnav__icon--legal_information-privacy_statement,
.subnav--mobile .subnav__icon--legal_information-privacy_policy {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/24af4fceb7254a2eab266e10c2b81456.png);
  background-position: -300px -80px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .subnav--mobile .subnav__icon--legal_information-privacy_statement,
  .subnav--mobile .subnav__icon--legal_information-privacy_policy {
    background-image: url(static/a27ff1927a46cc3fdba09b6d5a5b55a0.png);
    background-size: 340px 320px;
  }
}
.scaffolding__sidebar :last-child {
  margin-bottom: 0;
}
@media (max-width: 1240px) {
  .scaffolding--sidebar .scaffolding__sidebar {
    margin-top: 44px;
    padding-top: 44px;
  }
}
@media (max-width: 1240px) {
  .scaffolding--sidebar .scaffolding__sidebar:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #2e3238;
    margin-top: -44px;
  }
}
.footer__locale_switcher {
  text-align: right;
}
@media (max-width: 480px) {
  .off-canvas-navigation-menu__title {
    display: none;
  }
}
.off-canvas-navigation-menu__metamenu {
  display: none;
}
@media (max-width: 480px) {
  .off-canvas-navigation-menu__metamenu {
    display: block;
    position: fixed;
    top: 10px;
    left: 10px;
  }
}
.sliding-navigation__open-button {
  border-left: 1px solid #212328;
}
@media (max-width: 480px) {
  .header__top--bl .header__metamenu {
    display: none;
  }
}
.teaser__title {
  line-height: 1.2;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.img-responsive {
  display: block;
  width: auto;
  /* for ie 8 */
  max-width: 100%;
  height: auto;
}
.iframe-responsive {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.iframe-responsive iframe,
.iframe-responsive object,
.iframe-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
iframe {
  border: none;
}
.hr--tall {
  margin: 44px 0;
}
.figure-responsive {
  width: 100%;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.alert--hdeng {
  background-color: #990033;
  border-color: #800040;
  color: #fff;
}
.alert--hdeng hr {
  border-top-color: #660033;
}
.alert--hdeng .alert-link {
  color: #e6e6e6;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.menu {
  padding-top: 50px;
  display: block;
  text-align: right;
  position: relative;
  margin-left: 380px;
}
@media (max-width: 1200px) {
  .menu {
    display: none;
  }
}
/**
 * Meta Menu
 */
.metamenu {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 1200px) {
  .metamenu {
    top: 18px;
    right: 58px;
  }
}
.metamenu .dropdown-menu {
  max-width: 250px;
}
.metamenu .dropdown-menu > li > a {
  white-space: normal;
}
.menu__user {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.menu__user > li {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.menu__user-label {
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 250px;
}
@media (max-width: 1200px) {
  .menu__user-label {
    max-width: 50px;
  }
}
@media (max-width: 768px) {
  .menu__user-label {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
  }
}
.menu__user-info {
  margin-right: 10px;
}
/*
 * Sidebar Menu
 */
.menu__sidebar {
  margin: -10px;
  padding: 0;
}
.menu__sidebar li {
  padding: 0;
  list-style: none;
}
.menu__sidebar > li {
  border-bottom: 1px solid #1B1D21;
}
.menu__sidebar > li.current_ancestor,
.menu__sidebar > li.current {
  background: rgba(0, 0, 0, 0.05);
}
.menu__sidebar > li.current_ancestor ul,
.menu__sidebar > li.current ul {
  display: block;
}
.menu__sidebar > li.current_ancestor > a,
.menu__sidebar > li.current > a {
  font-weight: bold;
}
.menu__sidebar a {
  display: block;
  padding: 10px;
  color: #cccccc;
}
.menu__sidebar a:hover, .menu__sidebar a:focus {
  color: #fff;
}
.menu__sidebar ul {
  display: none;
  margin: -5px 0 10px 0;
  padding: 0 0 0 25px;
}
.menu__sidebar ul li {
  list-style: square;
}
.menu__sidebar ul a {
  padding: 5px 10px 5px 2px;
  font-size: 95%;
}
.menu__sidebar .current > a {
  color: #c27386;
  font-weight: bold;
}
/*
 * Footer Menu
 */
.menu__footer {
  padding: 0;
  margin: 0;
}
.menu__footer li {
  display: inline-block;
  margin: 0 20px 10px 0;
}
.menu__footer li.first {
  margin-left: 0;
}
.menu__footer li.last {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .menu__footer li {
    display: block;
    margin-right: 0;
  }
}
.menu__locale-switcher {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.menu__locale-switcher li {
  display: inline-block;
  margin: 0 0 10px 20px;
}
.menu__locale-switcher li.first {
  margin-left: 0;
}
.menu__locale-switcher li.last {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .menu__locale-switcher li {
    display: block;
    margin-left: 0;
  }
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.body-bg-pattern1,
.body-bg-pattern2 {
  margin-top: -44px;
  margin-bottom: -44px;
  padding-top: 44px;
  padding-bottom: 44px;
}
@media (max-width: 480px) {
  .body-bg-pattern1,
  .body-bg-pattern2 {
    margin-top: -22px;
  }
}
@media (max-width: 480px) {
  .body-bg-pattern1,
  .body-bg-pattern2 {
    margin-bottom: -22px;
  }
}
@media (max-width: 480px) {
  .body-bg-pattern1,
  .body-bg-pattern2 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.body-bg-pattern1 {
  background: url(https://go.pardot.com/l/187512/2016-06-30/93n3/187512/3246/2bb9c8276503fe819081001dba68e374.jpg) 50% 0 no-repeat;
}
.body-bg-pattern2 {
  background: url(https://go.pardot.com/l/187512/2016-06-30/93n5/187512/3248/db4a99cbcb3133c56388c0c1e6e7a9e0.jpg) 50% 0 no-repeat;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.breadcrumb {
  margin: 0 0 20px;
  font-size: 12px;
}
.breadcrumb__separator {
  color: #990033;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.table-radios > thead > tr > th,
.table-radios > tbody > tr > th,
.table-radios > tfoot > tr > th,
.table-radios > thead > tr > td,
.table-radios > tbody > tr > td,
.table-radios > tfoot > tr > td {
  border: none;
}
.table-swipe-note {
  font-size: 14px;
  line-height: 25px;
}
@media (min-width: 769px) {
  .table-swipe-note {
    display: none;
  }
}
.table-swipe-note__icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -4px 4px 0 0;
  background-image: url(static/49f94646bfedbcf42686abbc10c0f28b.png);
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .table-swipe-note__icon {
    background-image: url(static/c70e4272e4a85ecef653e4318ba7dc87.png);
    background-size: 25px 25px;
  }
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.notifications {
  background: #151719;
  padding: 10px;
  font-size: 14px;
  text-align: right;
  border-bottom: 2px solid #151719;
}
.notifications--light {
  opacity: .5;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #cccccc;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label,
.form-henews dt {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  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: 16px;
  line-height: 1.4;
  color: #25282D;
}
.form-control,
.form-henews input[type="text"],
.form-henews input[type="email"],
.form-henews select {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #25282D;
  background-color: #fff;
  background-image: none;
  border: 1px solid #131516;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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: #111111;
  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: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  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,
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.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: #990033;
}
.has-error .form-control {
  border-color: #990033;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #660022;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff0055;
}
.has-error .input-group-addon {
  color: #990033;
  border-color: #990033;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #990033;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}
@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: 29px;
}
.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.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #25282D;
  text-align: center;
  background-color: #990033;
  border: 1px solid #131516;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9b9;
}
.alert-danger a {
  color: #843534;
}
.alert-danger a:hover, .alert-danger a:focus {
  color: #602625;
}
fieldset {
  margin: 0 0 22px;
}
legend {
  margin-bottom: 11px;
  border-bottom: 0;
}
@media (max-width: 1240px) {
  legend {
    font-size: 16px;
  }
}
.form {
  margin: 0 0 40px;
}
.form h4 {
  margin: 0;
}
.form-buttons {
  margin-top: 22px;
}
.form-box {
  max-width: 620px;
  display: block;
  padding: 22px 44px 44px 44px;
  margin: 22px auto;
  background: #1B1D21;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  border-radius: 2px;
}
.form-box > *:first-child {
  margin-top: 0;
}
.form-box > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .form-box {
    padding: 11px 22px 22px 22px;
  }
  .form-box h1 {
    font-size: 20px;
  }
}
.help-block {
  color: #535353;
  font-size: 85%;
}
.form-group :not(:first-child) fieldset {
  margin-top: 30px;
}
.form-group :last-child {
  margin-bottom: 0;
}
.has-error .input-group-addon {
  background-color: #990033;
}
.radio-inline,
.checkbox-inline {
  position: relative;
}
.radio-inline label,
.checkbox-inline label {
  font-weight: normal;
}
.form-row {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 102%;
  margin-left: -2%;
}
.form-row .opera-only :-o-prefocus,
.form-row {
  word-spacing: -0.43em;
}
.form-col {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 48%;
  margin-left: 2%;
}
.form-col2 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 48%;
  margin-left: 2%;
}
.form-col1-3 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 31.33%;
  margin-left: 2%;
}
.form-col2-3 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 64.66%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .form-col,
  .form-col2,
  .form-col1-3,
  .form-col2-3 {
    width: 98%;
  }
}
.form-group-depth-2 fieldset {
  margin-top: 0 !important;
}
.form-group-depth-2 legend {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.form-fieldset-separator {
  margin-left: -22px;
  margin-right: -22px;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #25282D;
}
.form-fieldset-2colums:before,
.form-fieldset-2colums:after {
  content: " ";
  display: table;
}
.form-fieldset-2colums:after {
  clear: both;
}
.form-fieldset-2colums:before,
.form-fieldset-2colums:after {
  content: " ";
  display: table;
}
.form-fieldset-2colums:after {
  clear: both;
}
.form-fieldset-2colums > .form-group {
  float: left;
  width: 50%;
}
.form-fieldset-2colums > .form-group:first-child {
  padding-right: 5px;
}
.form-fieldset-2colums > .form-group:last-child {
  padding-left: 5px;
}
@media (min-width: 769px) {
  .form-fieldset-2colums > .form-group {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .form-fieldset-2colums > .form-group {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
}
.form-fieldset-inline:before,
.form-fieldset-inline:after {
  content: " ";
  display: table;
}
.form-fieldset-inline:after {
  clear: both;
}
.form-fieldset-inline:before,
.form-fieldset-inline:after {
  content: " ";
  display: table;
}
.form-fieldset-inline:after {
  clear: both;
}
.form-fieldset-inline > .form-group {
  float: left;
  padding-right: 22px;
}
.form-fieldset-inline > .form-group:last-child {
  padding-right: 0;
}
@media (min-width: 769px) {
  .form-fieldset-inline > .form-group {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .form-fieldset-inline > .form-group {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
}
.form-fieldset-inline > .form-group > .checkbox {
  margin-bottom: 0;
  margin-top: 0;
}
.form-fieldset-small-legend > legend {
  font-size: 16px;
  font-weight: bold;
}
.form-henews p.error,
.form-henews dt.error,
.form-henews dd.error,
.form-henews dd.error * {
  color: #990033 !important;
}
.form-henews input[type="text"].error {
  border-color: #990033 !important;
}
@media (min-width: 769px) {
  .form-henews .push-margin {
    margin-bottom: 34px;
  }
}
.form-henews .radio {
  display: inline-block;
  margin-right: 3px;
}
.form-henews .radio + .radio {
  margin-left: 10px;
}
.form-henews .checkbox {
  display: inline-block;
  margin-right: 3px;
}
.form-henews .checkbox-group {
  position: relative;
}
.form-henews .checkbox-group dt {
  position: absolute;
  top: 0;
  left: 0;
}
.form-henews .checkbox-group dd {
  margin-left: 20px;
  padding-top: 3px;
}
.form-henews .checkbox-group .req {
  margin-right: 5px;
}
.form-henews .redbutton,
.form-henews input[type="submit"] {
  border: 1px solid #990033;
  border-radius: 2px;
  background: #990033;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  transition: width 0.3s ease 0s;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1.4;
  -webkit-appearance: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
}
.form-henews .redbutton::-moz-focus-inner,
.form-henews input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.form-henews .redbutton ~ .button,
.form-henews input[type="submit"] ~ .button {
  margin-left: 5px;
}
.form-henews .redbutton:visited,
.form-henews input[type="submit"]:visited {
  text-decoration: none;
  background-color: #990033;
  color: #fff;
}
.form-henews .redbutton:hover,
.form-henews input[type="submit"]:hover,
.form-henews .redbutton:active,
.form-henews input[type="submit"]:active,
.form-henews .redbutton:focus,
.form-henews input[type="submit"]:focus {
  text-decoration: none;
  border-color: #555;
  background-color: #25282D;
  color: #fff;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.area {
  margin-bottom: 22px;
}
.area .toc {
  font-size: 15px;
}
.area__item {
  margin-bottom: 22px;
}
.area__item:last-child {
  margin-bottom: 0;
}
.area__label-icon {
  vertical-align: -12%;
}
.area__label {
  margin: 0;
  padding: 6px 12px;
  background: #990033;
  border: 1px solid #990033;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
}
[data-area-label]:hover, [data-area-label]:focus {
  background: #1c1e22;
  border-color: #3a3a3a;
}
.area__content {
  padding: 20px;
  border: 1px solid #3a3a3a;
  border-top: none;
  border-radius: 2px;
}
.area--closed-on-start .area__content {
  display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.slider.slick-slider {
  margin-bottom: 44px;
}
@media (max-width: 480px) {
  .slider.slick-slider {
    margin-bottom: 22px;
  }
}
.slider.slick-slider .slick-dots {
  top: 0;
  bottom: auto;
  display: block;
  position: absolute;
  list-style: outside none none;
  text-align: center;
  padding: 0;
  width: 100%;
  margin-bottom: 22px;
}
.slider.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slider.slick-slider .slick-dots li button {
  cursor: pointer;
  height: 11px;
  width: 11px;
  border-radius: 2px;
  margin: 11px 0;
  background: #6B6B6B;
  transition: opacity 0.2s ease 0s;
  border: 0;
  display: block;
  outline: 0 none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
}
.slider.slick-slider .slick-dots li button:hover, .slider.slick-slider .slick-dots li button:focus {
  background: #990033;
}
@media (max-width: 768px) {
  .slider.slick-slider .slick-dots li {
    padding: 5px 11px;
  }
}
@media (max-width: 768px) {
  .slider.slick-slider .slick-dots {
    top: auto;
    bottom: 0;
    margin: 11px 0;
    right: 0;
  }
}
@media (max-width: 480px) {
  .slider.slick-slider .slick-dots {
    position: relative;
  }
}
.slider.slick-slider .slick-dots li {
  width: 10px;
  height: 30px;
  margin: 0 7px;
}
.slider.slick-slider .slick-dots li button::before {
  content: "";
}
.slider.slick-slider .slick-dots li.slick-active button {
  background: #990033;
}
.slick-loading .slick-list {
  background: #fff url(static/ed8e0ca037fe0d9adfdbe9be48a98302.gif) center center no-repeat;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2014 Hakim El Hattab, http://hakim.se
 */
.ladda-button {
  position: relative;
}
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}
.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s linear all !important;
}
.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}
.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  transition: 0.3s ease all !important;
}
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px;
}
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: -12px;
}
.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-right][data-loading][data-size="s"],
.ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
  padding-right: 40px;
}
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px;
}
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px;
}
.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-left][data-loading][data-size="s"],
.ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
  padding-left: 40px;
}
.ladda-button[data-style=expand-up] {
  overflow: hidden;
}
.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0;
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"],
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
  padding-top: 32px;
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
  top: 4px;
}
.ladda-button[data-style=expand-down] {
  overflow: hidden;
}
.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
  top: 40px;
}
.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}
.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-down][data-loading][data-size="s"],
.ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
  padding-bottom: 32px;
}
.ladda-button[data-style=slide-left] {
  overflow: hidden;
}
.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}
.ladda-button[data-style=slide-right] {
  overflow: hidden;
}
.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: 0;
  left: 16px;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}
.ladda-button[data-style=slide-up] {
  overflow: hidden;
}
.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}
.ladda-button[data-style=slide-down] {
  overflow: hidden;
}
.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}
.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}
.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}
.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -ms-transform: none;
  transform: none;
}
.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}
.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}
.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -ms-transform: scale(2.2);
  transform: scale(2.2);
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -ms-transform: none;
  transform: none;
}
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}
.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}
.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}
.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px transparent;
}
.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/keystonejs/react-select
*/
.Select {
  position: relative;
}
.Select,
.Select div,
.Select input,
.Select span {
  box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover, .Select.is-disabled > .Select-control:focus {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover, .Select-control:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control > .Select-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #990033;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(153, 0, 51, 0.1);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-value.Select--single > .Select-control > .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value .Select-value-label {
  color: #333;
}
.has-value.Select--single > .Select-control > .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value.Select--single > .Select-control > .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control > .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value a.Select-value-label:focus,
.has-value.Select--single > .Select-control > .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value a.Select-value-label:focus {
  color: #990033;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover, .Select-clear-zone:focus {
  color: #990033;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow,
.Select-arrow-zone:focus > .Select-arrow {
  border-top-color: #666;
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #fbf5f7;
  /* Fallback color for IE 8 */
  background-color: rgba(153, 0, 51, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #f7ebef;
  /* Fallback color for IE 8 */
  background-color: rgba(153, 0, 51, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #f7ebef;
  /* Fallback color for IE 8 */
  background-color: rgba(153, 0, 51, 0.08);
  border-radius: 2px;
  border: 1px solid rgba(153, 0, 51, 0.24);
  color: #990033;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #990033;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover, .Select--multi a.Select-value-label:focus {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #e7c2ce;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(153, 0, 51, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus,
.Select--multi .Select-value-icon:focus {
  background-color: #edd8df;
  /* Fallback color for IE 8 */
  background-color: rgba(128, 0, 42, 0.08);
  color: #80002a;
}
.Select--multi .Select-value-icon:active {
  background-color: #e7c2ce;
  /* Fallback color for IE 8 */
  background-color: rgba(153, 0, 51, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active,
.Select--multi.is-disabled .Select-value-icon:focus {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.upload__area {
  zoom: 1;
  display: block;
  position: relative;
  padding: 6px;
  background: #1c1e22;
  border-radius: 4px;
}
.upload__area:before,
.upload__area:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.upload__area:after {
  clear: both;
}
.upload__progress {
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  height: 80%;
  height: calc(100% - 6px);
}
.upload__button {
  border: 1px solid #990033;
  border-radius: 2px;
  background: #990033;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  transition: width 0.3s ease 0s;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1.4;
  -webkit-appearance: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}
.upload__button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.upload__button ~ .button {
  margin-left: 5px;
}
.upload__button:visited {
  text-decoration: none;
  background-color: #990033;
  color: #fff;
}
.upload__button:hover,
.upload__button:active,
.upload__button:focus {
  text-decoration: none;
  border-color: #555;
  background-color: #25282D;
  color: #fff;
}
.upload__button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
.upload__cancel-button {
  border: 1px solid #990033;
  border-radius: 2px;
  background: #990033;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  transition: width 0.3s ease 0s;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1.4;
  -webkit-appearance: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  float: left;
  position: relative;
  margin-right: 5px;
}
.upload__cancel-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.upload__cancel-button ~ .button {
  margin-left: 5px;
}
.upload__cancel-button:visited {
  text-decoration: none;
  background-color: #990033;
  color: #fff;
}
.upload__cancel-button:hover,
.upload__cancel-button:active,
.upload__cancel-button:focus {
  text-decoration: none;
  border-color: #555;
  background-color: #25282D;
  color: #fff;
}
.upload__file {
  float: left;
  position: relative;
  background: #25282D;
  border: 1px solid #25282D;
  border-radius: 2px;
  color: #fff !important;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 12px;
  max-width: 285px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.remote-support-listing {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 102%;
  margin-left: -2%;
}
.remote-support-listing .opera-only :-o-prefocus,
.remote-support-listing {
  word-spacing: -0.43em;
}
.remote-support-listing__note {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 98%;
  margin-left: 2%;
  margin-bottom: 20px;
}
.remote-support-listing__alert {
  display: inline-block;
  margin: 0;
}
.remote-support-listing__item {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 14.66%;
  margin-left: 2%;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .remote-support-listing__item {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 31.33%;
    margin-left: 2%;
  }
}
@media (max-width: 600px) {
  .remote-support-listing__item {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 48%;
    margin-left: 2%;
  }
}
.remote-support-listing__item:hover > .remote-support-listing__img, .remote-support-listing__item:focus > .remote-support-listing__img {
  opacity: 1;
}
.remote-support-listing__img {
  border: 1px solid #131516;
  max-width: 100px;
  display: block;
  margin: auto;
  opacity: 0.8;
  transition: opacity 0.5s ease-in-out;
}
.remote-support-listing__img img {
  display: block;
  width: inherit;
  max-width: 100%;
  height: auto;
}
.remote-support-listing__name {
  display: inline-block;
  font-weight: bold;
  margin-top: 5px;
}
/* ==========================================================================
   Presentation: Common used styles
   ========================================================================== */
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
/* Slider Navigation
   ========================================================================== */
.presentation__slidernav {
  position: relative;
  background-color: #1B1D21;
  border-bottom: 1px solid #25282D;
  line-height: 50px;
  text-align: center;
}
.presentation__slidernav:before,
.presentation__slidernav:after {
  content: " ";
  display: table;
}
.presentation__slidernav:after {
  clear: both;
}
.presentation__slidernav:before,
.presentation__slidernav:after {
  content: " ";
  display: table;
}
.presentation__slidernav:after {
  clear: both;
}
.presentation__slidernav-previous,
.presentation__slidernav-next {
  position: absolute;
  height: 50px;
  width: 60px;
  background-color: #131516;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.presentation__slidernav-previous {
  left: 0;
  border-right: 1px solid #25282D;
  background-image: url(static/9ba6bf23b7e01d62af4ee2ca33acee21.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .presentation__slidernav-previous {
    background-image: url(static/cd895909c136c611f0e75404c4135f92.png);
    background-size: 20px 20px;
  }
}
.presentation__slidernav-next {
  right: 0;
  border-left: 1px solid #25282D;
  background-image: url(static/eeff6bb6731625a1094e373abf9fce3b.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .presentation__slidernav-next {
    background-image: url(static/a8fbeb35540d414fefbaf6482874f2e1.png);
    background-size: 20px 20px;
  }
}
/* Dots Navigation
   ========================================================================== */
.presentation__dots {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 50px;
  list-style: none;
  text-align: center;
}
.presentation__dots-item {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #25282D;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .presentation__dots-item {
    margin: 0 2px;
  }
}
.presentation__dots-item--active {
  background-color: #990033;
}
/* Info Box (Red/White (i) Icon with tooltip)
   ========================================================================== */
.presentation__info {
  position: relative;
  z-index: 99;
  float: right;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 768px) {
  .presentation__info {
    position: static;
    display: none;
  }
}
.presentation__info--hide {
  display: none;
}
.presentation__info--footer {
  display: none;
}
@media (max-width: 768px) {
  .presentation__info--footer {
    display: block;
  }
}
.presentation__info--show {
  display: block;
}
.presentation__info:hover > .presentation__info-text,
.presentation__info--active > .presentation__info-text,
.presentation__info:focus > .presentation__info-text {
  visibility: visible;
  opacity: 1;
  transition: visibility 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.presentation__info-icon {
  position: relative;
  z-index: 100;
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #990033;
  color: #fff;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
.presentation__info-text {
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  width: 644px;
  padding: 20px;
  background: #990033;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.32);
  color: #fff;
}
.presentation__info-text ul:last-child,
.presentation__info-text ol:last-child,
.presentation__info-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .presentation__info-text {
    max-width: 100%;
  }
}
/* Comparison
   ========================================================================== */
.presentation__slider .presentation__comparison img {
  max-width: none;
  width: 100%;
}
.presentation__comparison {
  position: relative;
  overflow: hidden;
}
.presentation__comparison img {
  width: 100%;
  display: block;
}
.presentation__comparison .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.presentation__comparison .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 45px;
  margin-left: -22.5px;
  cursor: pointer;
}
.presentation__comparison .bar {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 5px;
}
.presentation__comparison .drag {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.presentation__comparison .drag--left {
  left: 50%;
  margin-left: -25px;
  background-image: url(static/9a15b6de124296fae07c938f73fa6f95.png);
  background-size: 20px 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .presentation__comparison .drag--left {
    background-image: url(static/27264e56a5688e1766d4a08ebc36b759.png);
    background-size: 20px 20px;
  }
}
.presentation__comparison .drag--right {
  right: 50%;
  margin-right: -25px;
  background-image: url(static/56285568958690e7a1d8915690941e25.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .presentation__comparison .drag--right {
    background-image: url(static/03083d755d029f91ac0b9528b0eb6112.png);
    background-size: 20px 20px;
  }
}
.presentation__comparison .bar {
  background: #990033;
  box-shadow: 0 0 5px #990033;
}
.presentation__comparison--blue .bar {
  background: #5EA5F7;
  box-shadow: 0 0 5px #5EA5F7;
}
.presentation__comparison--blue .drag--left {
  background-image: url(static/85b9894a17f8c95125e81acdb7e49d64.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .presentation__comparison--blue .drag--left {
    background-image: url(static/c446e066459acbe3ba8215ee3fc4803e.png);
  }
}
.presentation__comparison--blue .drag--right {
  background-image: url(static/7da8b8bef3c037f349d0e6061c7b1cea.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .presentation__comparison--blue .drag--right {
    background-image: url(static/673375e18ecb39263fa0e704928a106a.png);
  }
}
.presentation__comparison--green .bar {
  background: #94EE3E;
  box-shadow: 0 0 5px #94EE3E;
}
.presentation__comparison--green .drag--left {
  background-image: url(static/c001af8c5e9da947a7b4ca64c76feaf7.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .presentation__comparison--green .drag--left {
    background-image: url(static/cc4c7a2a85a064638e3942f428517421.png);
  }
}
.presentation__comparison--green .drag--right {
  background-image: url(static/8d2bcfa1dbfebc26a180fbe46384ca6c.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .presentation__comparison--green .drag--right {
    background-image: url(static/5b172ac8a9c3caa7429c5d489b05c3c0.png);
  }
}
/* ==========================================================================
   Presentation: Default type
   ========================================================================== */
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.presentation {
  margin: 0 0 22px;
  position: relative;
}
.presentation:before,
.presentation:after {
  content: " ";
  display: table;
}
.presentation:after {
  clear: both;
}
.presentation:before,
.presentation:after {
  content: " ";
  display: table;
}
.presentation:after {
  clear: both;
}
.presentation__inner {
  position: relative;
  margin-bottom: 20px;
}
.presentation__inner:before,
.presentation__inner:after {
  content: " ";
  display: table;
}
.presentation__inner:after {
  clear: both;
}
.presentation__inner:before,
.presentation__inner:after {
  content: " ";
  display: table;
}
.presentation__inner:after {
  clear: both;
}
.presentation__title {
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .presentation__title {
    margin-bottom: 10px;
  }
}
.presentation__title--padding {
  padding-right: 320px;
}
@media (max-width: 768px) {
  .presentation__title--padding {
    padding-right: 0;
  }
}
.presentation__logo {
  margin: 0 0 20px 0;
  text-align: right;
}
@media (max-width: 768px) {
  .presentation__logo {
    text-align: center;
  }
}
.presentation__logo img {
  display: inline-block;
  max-width: 400px;
  height: auto;
}
@media (max-width: 768px) {
  .presentation__logo img {
    display: block;
    width: inherit;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
/* Navigation
   ========================================================================== */
.presentation__nav {
  position: relative;
  float: right;
  width: 55%;
  padding-left: 1%;
}
@media (max-width: 768px) {
  .presentation__nav {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.presentation__navitem {
  position: relative;
  padding: 0 10px 10px 25px;
  background-color: #1B1D21;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .presentation__navitem {
    margin-bottom: 10px;
  }
}
.presentation__navitem:before {
  position: absolute;
  left: 10px;
  top: 15px;
  content: '\25A0';
  font-size: 11px;
  line-height: 11px;
  color: #990033;
}
.presentation__navtitle {
  position: relative;
  margin: 0;
  padding: 10px 0 0;
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
}
.presentation__navtitle:hover, .presentation__navtitle:focus {
  color: #fff;
}
.presentation__navtext {
  display: none;
  color: #25282D;
  margin: 0;
  padding: 10px 0 0;
  font-size: 14px;
}
.presentation__navtext p,
.presentation__navtext ul,
.presentation__navtext ol {
  margin-bottom: 10px;
}
.presentation__navtext p:last-child,
.presentation__navtext ul:last-child,
.presentation__navtext ol:last-child {
  margin-bottom: 0;
}
.presentation__navitem--active {
  background-color: #ccc;
}
.presentation__navitem--active .presentation__navtitle,
.presentation__navitem--active .presentation__navtitle:hover,
.presentation__navitem--active .presentation__navtitle:focus {
  color: #131516;
}
.presentation__navitem--active .presentation__navtext {
  display: block;
}
/* View
   ========================================================================== */
.presentation__view {
  position: relative;
  float: left;
  width: 45%;
  padding-right: 1%;
  margin: 0;
}
@media (max-width: 768px) {
  .presentation__view {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.presentation__view--fullwidth {
  float: none;
  width: 100%;
  padding: 0;
}
.presentation__copyright {
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: left;
  max-width: 60%;
  font-size: 10px;
  color: #fff;
  color: rgba(255, 255, 255, 0.65);
}
.presentation__caption {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  max-width: 90%;
  color: #fff;
  text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.7px;
}
html.ie .presentation__caption {
  background: #000;
  padding: 5px 10px;
}
.presentation__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -35px;
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/2fea240a0c4b16cb4badc6b97f91f888.png);
  width: 70px;
  height: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .presentation__play-button {
    background-image: url(static/69ebe6acd3328e74e2d74d409b1339ec.png);
    background-size: 70px 50px;
  }
}
.presentation__viewlink:hover > .presentation__play-button, .presentation__viewlink:focus > .presentation__play-button {
  background-image: url(static/73c370fec26db5280f5205caea8e8715.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .presentation__viewlink:hover > .presentation__play-button, .presentation__viewlink:focus > .presentation__play-button {
    background-image: url(static/11a0b6ecc299b8a1507b8a2e1e424b46.png);
  }
}
/* PageNavigation
   ========================================================================== */
@media (max-width: 1350px) {
  .presentation__pagenav {
    position: absolute;
    top: -65px;
    right: 0;
    height: 50px;
    width: 300px;
    background-color: #1B1D21;
  }
}
@media (max-width: 768px) {
  .presentation__pagenav {
    position: relative;
    top: 0;
    width: 100%;
    clear: both;
  }
}
.presentation__pagenav-previous,
.presentation__pagenav-next {
  position: absolute;
  top: 250px;
  display: block;
  height: 40px;
  width: 40px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 1350px) {
  .presentation__pagenav-previous,
  .presentation__pagenav-next {
    position: static;
    display: inline-block;
    height: 50px;
    width: auto;
  }
}
.presentation__pagenav-previous {
  left: -60px;
  background-image: url(static/cd895909c136c611f0e75404c4135f92.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .presentation__pagenav-previous {
    background-image: url(static/88723c8ce1c8b16d53c717d26d658a85.png);
    background-size: 40px 40px;
  }
}
@media (max-width: 1350px) {
  .presentation__pagenav-previous {
    float: left;
    padding: 0 10px 0 40px;
    background-image: url(static/9ba6bf23b7e01d62af4ee2ca33acee21.png);
    background-position: left 10px center;
  }
}
@media (max-width: 1350px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1350px) and (min-resolution: 2dppx), (max-width: 1350px) and (min-resolution: 192dpi) {
  .presentation__pagenav-previous {
    background-image: url(static/cd895909c136c611f0e75404c4135f92.png);
    background-size: 20px 20px;
  }
}
.presentation__pagenav-next {
  right: -60px;
  background-image: url(static/a8fbeb35540d414fefbaf6482874f2e1.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .presentation__pagenav-next {
    background-image: url(static/d3a8012a461f3b5ffb01ba291864cd39.png);
    background-size: 40px 40px;
  }
}
@media (max-width: 1350px) {
  .presentation__pagenav-next {
    float: right;
    padding: 0 40px 0 10px;
    background-image: url(static/eeff6bb6731625a1094e373abf9fce3b.png);
    background-position: right 10px center;
  }
}
@media (max-width: 1350px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1350px) and (min-resolution: 2dppx), (max-width: 1350px) and (min-resolution: 192dpi) {
  .presentation__pagenav-next {
    background-image: url(static/a8fbeb35540d414fefbaf6482874f2e1.png);
    background-size: 20px 20px;
  }
}
.presentation__pagenav-label {
  display: none;
  line-height: 50px;
}
@media (max-width: 1350px) {
  .presentation__pagenav-label {
    display: inline-block;
  }
}
/* Reports (currently not in use)
   ========================================================================== */
.presentation__reports {
  margin: 0 0 10px;
}
.presentation__reports--left {
  float: left;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .presentation__reports--left {
    float: none;
  }
}
.presentation__reports-list {
  margin: 0;
  padding: 0;
  text-align: right;
}
.presentation__reports-listitem {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
}
.presentation__reports-listitem a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px;
}
.presentation__reports-listitem .label {
  display: block;
}
/* Reports
   ========================================================================== */
.presentation__facts {
  border: 2px solid #1B1D21;
  padding: 10px 20px;
  margin: 0 0 30px 0;
}
.presentation__facts:before,
.presentation__facts:after {
  content: " ";
  display: table;
}
.presentation__facts:after {
  clear: both;
}
.presentation__facts:before,
.presentation__facts:after {
  content: " ";
  display: table;
}
.presentation__facts:after {
  clear: both;
}
.presentation__facts-list {
  margin: 0;
}
.presentation__facts-listitem {
  margin-bottom: 10px;
}
.presentation__facts-listitem:last-child {
  margin-bottom: 0;
}
.presentation__facts-link:hover, .presentation__facts-link:focus {
  text-decoration: none;
}
/* Lightbox
   ========================================================================== */
.presentation__lightbox-text {
  padding: 20px;
}
.presentation__lightbox-text p:last-child {
  margin-bottom: 0;
}
.presentation__lightbox--col2 {
  overflow-x: hidden;
}
.presentation__lightbox--col2:before,
.presentation__lightbox--col2:after {
  content: " ";
  display: table;
}
.presentation__lightbox--col2:after {
  clear: both;
}
.presentation__lightbox--col2:before,
.presentation__lightbox--col2:after {
  content: " ";
  display: table;
}
.presentation__lightbox--col2:after {
  clear: both;
}
.presentation__lightbox--col2 .presentation__lightbox-img {
  float: left;
  margin-right: 20px;
  max-width: 50%;
}
.presentation__lightbox--col2 .presentation__lightbox-img img {
  display: block;
  width: inherit;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .presentation__lightbox--col2 .presentation__lightbox-img {
    margin: 0 0 20px 0;
    float: none;
    max-width: 100%;
  }
  .presentation__lightbox--col2 .presentation__lightbox-img img {
    margin: 0 auto;
  }
}
/* Gallery
   ========================================================================== */
.presentation__gallery {
  list-style: none;
  margin: 0;
  padding: 0;
}
.presentation__gallery:before,
.presentation__gallery:after {
  content: " ";
  display: table;
}
.presentation__gallery:after {
  clear: both;
}
.presentation__gallery:before,
.presentation__gallery:after {
  content: " ";
  display: table;
}
.presentation__gallery:after {
  clear: both;
}
@media (max-width: 768px) {
  .presentation__gallery {
    display: none;
  }
}
.presentation__gallery-item {
  float: left;
  width: 25%;
  padding: 10px;
  margin: 0 0 10px;
}
.presentation__gallery-item--active {
  background: #1B1D21;
}
.presentation__gallery-img {
  display: block;
  width: inherit;
  max-width: 100%;
  height: auto;
  width: 100%;
  cursor: pointer;
}
.presentation__slider-nav--gallery {
  display: none;
}
@media (max-width: 768px) {
  .presentation__slider-nav--gallery {
    display: block;
  }
}
/* Slider
   ========================================================================== */
.presentation__slider {
  position: relative;
  max-width: 530px;
  margin: 0 auto;
}
.presentation__slider--fullwidth {
  max-width: 100%;
}
.presentation__slider-stage {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.presentation__slider-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  transition: transform 300ms ease-in-out;
}
.presentation__slider-list:before,
.presentation__slider-list:after {
  content: " ";
  display: table;
}
.presentation__slider-list:after {
  clear: both;
}
.presentation__slider-list:before,
.presentation__slider-list:after {
  content: " ";
  display: table;
}
.presentation__slider-list:after {
  clear: both;
}
.presentation__slider-item {
  display: block;
  float: left;
  position: relative;
  border: 10px solid #1B1D21;
}
.presentation__slider-item img {
  display: block;
  width: inherit;
  max-width: 100%;
  height: auto;
}
/* Slider Navigation
   ========================================================================== */
.presentation__slider-nav {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  text-align: left;
  max-width: 530px;
}
.presentation__slider-nav:before,
.presentation__slider-nav:after {
  content: " ";
  display: table;
}
.presentation__slider-nav:after {
  clear: both;
}
.presentation__slider-nav:before,
.presentation__slider-nav:after {
  content: " ";
  display: table;
}
.presentation__slider-nav:after {
  clear: both;
}
.presentation__slider-navitem {
  float: left;
  margin: 0 0 5px 5px;
  cursor: pointer;
  max-width: 55px;
}
@media (max-width: 480px) {
  .presentation__slider-navitem {
    max-width: 100%;
  }
}
.presentation__slider-navitem span {
  display: block;
  padding: 10px 0;
  background-color: #1B1D21;
  color: #ccc;
  text-align: center;
}
@media (max-width: 1000px) {
  .presentation__slider-navitem span {
    padding: 8px 0;
  }
}
@media (max-width: 480px) {
  .presentation__slider-navitem span {
    font-size: 13px;
    padding: 6px 0;
  }
}
.presentation__slider-navitem--active span {
  background-color: #ccc;
  color: #131516;
}
.presentation__slider-nav--1 .presentation__slider-navitem {
  width: 99%;
  margin: 0 0 0 1%;
}
@media (max-width: 768px) {
  .presentation__slider-nav--1 .presentation__slider-navitem {
    margin: 0 0 0 2%;
  }
}
.presentation__slider-nav--1 .presentation__slider-navitem:first-child {
  margin-left: 0;
}
.presentation__slider-nav--2 .presentation__slider-navitem {
  width: 49%;
  margin: 0 0 0 1%;
}
@media (max-width: 768px) {
  .presentation__slider-nav--2 .presentation__slider-navitem {
    margin: 0 0 0 1.5%;
  }
}
.presentation__slider-nav--2 .presentation__slider-navitem:first-child {
  margin-left: 0;
}
.presentation__slider-nav--3 .presentation__slider-navitem {
  width: 32.33333333%;
  margin: 0 0 0 1%;
}
@media (max-width: 768px) {
  .presentation__slider-nav--3 .presentation__slider-navitem {
    margin: 0 0 0 1.33333333%;
  }
}
.presentation__slider-nav--3 .presentation__slider-navitem:first-child {
  margin-left: 0;
}
.presentation__slider-nav--4 .presentation__slider-navitem {
  width: 24%;
  margin: 0 0 0 1%;
}
@media (max-width: 768px) {
  .presentation__slider-nav--4 .presentation__slider-navitem {
    margin: 0 0 0 1.25%;
  }
}
.presentation__slider-nav--4 .presentation__slider-navitem:first-child {
  margin-left: 0;
}
.presentation__slider-nav--5 .presentation__slider-navitem {
  width: 19%;
  margin: 0 0 0 1%;
}
@media (max-width: 768px) {
  .presentation__slider-nav--5 .presentation__slider-navitem {
    margin: 0 0 0 1.2%;
  }
}
.presentation__slider-nav--5 .presentation__slider-navitem:first-child {
  margin-left: 0;
}
.presentation__slider-nav--6 .presentation__slider-navitem {
  width: 15.66666667%;
  margin: 0 0 0 1%;
}
@media (max-width: 768px) {
  .presentation__slider-nav--6 .presentation__slider-navitem {
    margin: 0 0 0 1.16666667%;
  }
}
.presentation__slider-nav--6 .presentation__slider-navitem:first-child {
  margin-left: 0;
}
.presentation__slider-nav--7 .presentation__slider-navitem {
  width: 13.28571429%;
  margin: 0 0 0 1%;
}
@media (max-width: 768px) {
  .presentation__slider-nav--7 .presentation__slider-navitem {
    margin: 0 0 0 1.14285714%;
  }
}
.presentation__slider-nav--7 .presentation__slider-navitem:first-child {
  margin-left: 0;
}
.presentation__slider-nav--8 .presentation__slider-navitem {
  width: 11.5%;
  margin: 0 0 0 1%;
}
@media (max-width: 768px) {
  .presentation__slider-nav--8 .presentation__slider-navitem {
    margin: 0 0 0 1.125%;
  }
}
.presentation__slider-nav--8 .presentation__slider-navitem:first-child {
  margin-left: 0;
}
.presentation__slider-nav--9 .presentation__slider-navitem {
  width: 10.11111111%;
  margin: 0 0 0 1%;
}
@media (max-width: 768px) {
  .presentation__slider-nav--9 .presentation__slider-navitem {
    margin: 0 0 0 1.11111111%;
  }
}
.presentation__slider-nav--9 .presentation__slider-navitem:first-child {
  margin-left: 0;
}
.presentation__slider-nav--10 .presentation__slider-navitem {
  width: 9%;
  margin: 0 0 0 1%;
}
@media (max-width: 768px) {
  .presentation__slider-nav--10 .presentation__slider-navitem {
    margin: 0 0 0 1.1%;
  }
}
.presentation__slider-nav--10 .presentation__slider-navitem:first-child {
  margin-left: 0;
}
.presentation__slider-nav--11 .presentation__slider-navitem {
  width: 8.09090909%;
  margin: 0 0 0 1%;
}
@media (max-width: 768px) {
  .presentation__slider-nav--11 .presentation__slider-navitem {
    margin: 0 0 0 1.09090909%;
  }
}
.presentation__slider-nav--11 .presentation__slider-navitem:first-child {
  margin-left: 0;
}
.presentation__slider-nav--12 .presentation__slider-navitem {
  width: 7.33333333%;
  margin: 0 0 0 1%;
}
@media (max-width: 768px) {
  .presentation__slider-nav--12 .presentation__slider-navitem {
    margin: 0 0 0 1.08333333%;
  }
}
.presentation__slider-nav--12 .presentation__slider-navitem:first-child {
  margin-left: 0;
}
/* HTML
   ========================================================================== */
.presentation__html--footer {
  clear: both;
}
/* ==========================================================================
   Presentation: Landscape type
   ========================================================================== */
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.presentation-landscape {
  margin: 0 0 22px;
  padding: 0;
  position: relative;
}
.presentation-landscape:before,
.presentation-landscape:after {
  content: " ";
  display: table;
}
.presentation-landscape:after {
  clear: both;
}
.presentation-landscape:before,
.presentation-landscape:after {
  content: " ";
  display: table;
}
.presentation-landscape:after {
  clear: both;
}
.presentation-landscape__title {
  display: inline-block;
  line-height: 45px;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .presentation-landscape__title {
    display: block;
  }
}
/* Slider Navigation
   ========================================================================== */
.presentation-landscape__slider-nav {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
@media (max-width: 768px) {
  .presentation-landscape__slider-nav {
    display: block;
    text-align: left;
    float: none;
  }
}
.presentation-landscape__slider-nav--fullwidth {
  float: none;
}
.presentation-landscape__slider-navitem {
  display: inline-block;
  margin: 0 5px 5px 0;
  cursor: pointer;
}
.presentation-landscape__slider-navitem:last-child {
  margin-right: 0;
}
.presentation-landscape__slider-navitem span {
  display: block;
  padding: 10px 26px;
  background-color: #1B1D21;
  color: #ccc;
}
@media (max-width: 1000px) {
  .presentation-landscape__slider-navitem span {
    padding: 8px 20px;
  }
}
@media (max-width: 480px) {
  .presentation-landscape__slider-navitem span {
    font-size: 13px;
    padding: 6px 18px;
  }
}
.presentation-landscape__slider-navitem--active span {
  background-color: #ccc;
  color: #131516;
}
/* View
   ========================================================================== */
.presentation-landscape__view {
  position: relative;
  margin: 0 0 20px;
}
.presentation-landscape__view:before,
.presentation-landscape__view:after {
  content: " ";
  display: table;
}
.presentation-landscape__view:after {
  clear: both;
}
.presentation-landscape__view:before,
.presentation-landscape__view:after {
  content: " ";
  display: table;
}
.presentation-landscape__view:after {
  clear: both;
}
/* Pagenavigation
   ========================================================================== */
.presentation-landscape__pagenav {
  margin: -20px 0 0;
  padding: 0;
  list-style: none;
}
.presentation-landscape__pagenav:before,
.presentation-landscape__pagenav:after {
  content: " ";
  display: table;
}
.presentation-landscape__pagenav:after {
  clear: both;
}
.presentation-landscape__pagenav:before,
.presentation-landscape__pagenav:after {
  content: " ";
  display: table;
}
.presentation-landscape__pagenav:after {
  clear: both;
}
.presentation-landscape__pagenav--1 .presentation-landscape__pagenav-item {
  width: 100%;
}
@media (max-width: 768px) {
  .presentation-landscape__pagenav--1 .presentation-landscape__pagenav-item {
    width: 100%;
  }
}
.presentation-landscape__pagenav--2 .presentation-landscape__pagenav-item {
  width: 50%;
}
@media (max-width: 768px) {
  .presentation-landscape__pagenav--2 .presentation-landscape__pagenav-item {
    width: 100%;
  }
}
.presentation-landscape__pagenav--3 .presentation-landscape__pagenav-item {
  width: 33.33333333%;
}
@media (max-width: 768px) {
  .presentation-landscape__pagenav--3 .presentation-landscape__pagenav-item {
    width: 100%;
  }
}
.presentation-landscape__pagenav--4 .presentation-landscape__pagenav-item {
  width: 25%;
}
@media (max-width: 768px) {
  .presentation-landscape__pagenav--4 .presentation-landscape__pagenav-item {
    width: 100%;
  }
}
.presentation-landscape__pagenav--5 .presentation-landscape__pagenav-item {
  width: 20%;
}
@media (max-width: 768px) {
  .presentation-landscape__pagenav--5 .presentation-landscape__pagenav-item {
    width: 100%;
  }
}
.presentation-landscape__pagenav--6 .presentation-landscape__pagenav-item {
  width: 16.66666667%;
}
@media (max-width: 768px) {
  .presentation-landscape__pagenav--6 .presentation-landscape__pagenav-item {
    width: 100%;
  }
}
.presentation-landscape__pagenav-item {
  float: left;
  text-align: center;
  padding: 15px 0;
  background-color: #1B1D21;
  cursor: pointer;
  border-left: 1px solid #25282D;
}
@media (max-width: 768px) {
  .presentation-landscape__pagenav-item {
    text-align: left;
    border-left: none;
    border-bottom: 1px solid #25282D;
    padding: 10px;
  }
}
.presentation-landscape__pagenav-item:first-child {
  border-left-color: #1B1D21;
}
.presentation-landscape__pagenav-item--active:first-child {
  border-left-color: #ccc;
}
.presentation-landscape__pagenav-item--active {
  background-color: #ccc;
}
.presentation-landscape__pagenav-item--active .presentation-landscape__pagenav-title,
.presentation-landscape__pagenav-item--active .presentation-landscape__pagenav-title:hover,
.presentation-landscape__pagenav-item--active .presentation-landscape__pagenav-title:focus {
  color: #131516;
}
.presentation-landscape__pagenav-title {
  position: relative;
  color: #ccc;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 0 15px;
}
.presentation-landscape__pagenav-title:before {
  position: absolute;
  left: 0;
  content: '\25A0';
  font-size: 11px;
  line-height: 20px;
  color: #990033;
}
.presentation-landscape__pagenav-title:hover, .presentation-landscape__pagenav-title:focus {
  color: #fff;
}
/* Slider
   ========================================================================== */
.presentation-landscape__slider {
  position: relative;
}
.presentation-landscape__slider--onepager {
  padding: 10px;
}
.presentation-landscape__slider-stage {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 25;
}
.presentation-landscape__slider-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  transition: transform 300ms ease-in-out;
}
.presentation-landscape__slider--onepager .presentation-landscape__slider-item {
  border-bottom: 10px solid #1B1D21;
}
.presentation-landscape__slider-item {
  position: relative;
  display: block;
  float: left;
  background: #000;
  border: 10px solid #1B1D21;
  border-bottom: none;
}
.presentation-landscape__slider-item img {
  display: block;
  width: inherit;
  max-width: 100%;
  height: auto;
}
.presentation-landscape__slider-item .presentation__comparison-img {
  max-width: none;
}
/* Slider Content
   ========================================================================== */
.presentation-landscape__viewimg {
  display: block;
  width: inherit;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.presentation-landscape__caption {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  max-width: 80%;
  color: #fff;
  text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.4px;
}
html.ie .presentation-landscape__caption {
  background: #000;
  padding: 5px 10px;
}
/* Facts
   ========================================================================== */
.presentation-landscape__facts {
  padding: 0 10px;
  margin: 30px 0 0;
}
@media (max-width: 480px) {
  .presentation-landscape__facts {
    padding: 0;
  }
}
.presentation-landscape__facts-list {
  margin: 0;
}
.presentation-landscape__facts-listitem {
  margin-bottom: 10px;
}
.presentation-landscape__facts-listitem:last-child {
  margin-bottom: 0;
}
.presentation__facts-link:hover, .presentation__facts-link:focus {
  text-decoration: none;
}
/* Lightbox
   ========================================================================== */
.presentation-landscape__lightbox-text {
  padding: 20px;
}
.presentation-landscape__lightbox-text p:last-child {
  margin-bottom: 0;
}
.presentation-landscape__lightbox--col2:before,
.presentation-landscape__lightbox--col2:after {
  content: " ";
  display: table;
}
.presentation-landscape__lightbox--col2:after {
  clear: both;
}
.presentation-landscape__lightbox--col2:before,
.presentation-landscape__lightbox--col2:after {
  content: " ";
  display: table;
}
.presentation-landscape__lightbox--col2:after {
  clear: both;
}
.presentation-landscape__lightbox--col2 .presentation-landscape__lightbox-img {
  max-width: 100%;
  float: left;
  margin-right: 20px;
}
.presentation-landscape__lightbox--col2 .presentation-landscape__lightbox-img img {
  display: block;
  width: inherit;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .presentation-landscape__lightbox--col2 .presentation-landscape__lightbox-img {
    margin: 0 0 20px 0;
    float: none;
    max-width: 100%;
  }
  .presentation-landscape__lightbox--col2 .presentation-landscape__lightbox-img img {
    margin: 0 auto;
  }
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.article {
  zoom: 1;
}
.article:before,
.article:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.article:after {
  clear: both;
}
.article > :last-child {
  margin-bottom: 0;
}
.article__indented {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .article__indented {
    margin-left: 0;
  }
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.row {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 102%;
  margin-left: -2%;
}
.row .opera-only :-o-prefocus,
.row {
  word-spacing: -0.43em;
}
.row > div {
  margin-bottom: 22px;
}
.col-1 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 6.33%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .col-1 {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .col-1 {
    width: 98%;
  }
}
.col-2 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 14.66%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .col-2 {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .col-2 {
    width: 98%;
  }
}
.col-3 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 23%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .col-3 {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .col-3 {
    width: 98%;
  }
}
.col-4 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 31.33%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .col-4 {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .col-4 {
    width: 98%;
  }
}
.col-5 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 39.66%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .col-5 {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .col-5 {
    width: 98%;
  }
}
.col-6 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 48%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .col-6 {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .col-6 {
    width: 98%;
  }
}
.col-7 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 56.33%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .col-7 {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .col-7 {
    width: 98%;
  }
}
.col-8 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 64.66%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .col-8 {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .col-8 {
    width: 98%;
  }
}
.col-9 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 73%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .col-9 {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .col-9 {
    width: 98%;
  }
}
.col-10 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 81.33%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .col-10 {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .col-10 {
    width: 98%;
  }
}
.col-11 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 89.66%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .col-11 {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .col-11 {
    width: 98%;
  }
}
.col-12 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 98%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .col-12 {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .col-12 {
    width: 98%;
  }
}
.benefits-row {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 102%;
  margin-left: -2%;
}
.benefits-row .opera-only :-o-prefocus,
.benefits-row {
  word-spacing: -0.43em;
}
.benefits-col {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 48%;
  margin-left: 2%;
}
.benefits-col2 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 48%;
  margin-left: 2%;
}
.benefits-col1-3 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 31.33%;
  margin-left: 2%;
}
.benefits-col2-3 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 64.66%;
  margin-left: 2%;
}
@media (max-width: 480px) {
  .benefits-col,
  .benefits-col2,
  .benefits-col1-3,
  .benefits-col2-3 {
    width: 98%;
  }
}
.table-contact th {
  font-weight: normal;
  text-align: left;
}
.table-contact td {
  padding-left: 5px;
  text-align: right;
}
.table-contact td a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}
@media (max-width: 1240px) {
  .table-contact {
    max-width: 320px;
  }
}
.table-contact--no-margin {
  margin: 0;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.icon-list {
  list-style: none;
  padding: 0;
}
.icon-list__item {
  position: relative;
  padding-left: 60px;
}
.icon-list__item:before,
.icon-list__item:after {
  content: " ";
  display: table;
}
.icon-list__item:after {
  clear: both;
}
.icon-list__item:before,
.icon-list__item:after {
  content: " ";
  display: table;
}
.icon-list__item:after {
  clear: both;
}
@media (max-width: 480px) {
  .icon-list__item {
    padding: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .icon-list__title {
    line-height: 40px;
  }
}
.icon-list__icon {
  position: absolute;
  top: 5px;
  left: 0;
  margin: 0 0 10px;
}
@media (max-width: 480px) {
  .icon-list__icon {
    position: static;
    float: left;
    margin-right: 10px;
  }
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
/* Sections */
.section {
  padding: 60px 0;
}
.section > *:first-child {
  margin-top: 0;
}
.section > *:last-child {
  margin-bottom: 0;
}
.section--small {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 15px 0;
  }
}
.section--tight {
  padding: 0;
}
.section--light {
  background-color: #25282D;
}
.section--dark {
  background-color: #1B1D21;
}
.section--red {
  background-color: #990033;
}
.section--red a {
  color: #ccc;
}
.section--red a:visited {
  color: #ccc;
}
.section--red a:hover,
.section--red a:active,
.section--red a:focus,
.section--red a:focus {
  color: #ccc;
}
.section--highlight {
  text-align: center;
}
.section--border {
  border-top: 4px solid #990033;
}
.section--border-bottom {
  border-bottom: 4px solid #990033;
}
.section--bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .section--bg {
    background-image: none !important;
  }
}
.section--pull-top {
  margin-top: -44px;
}
@media (max-width: 480px) {
  .section--pull-top {
    margin-top: -22px;
  }
}
.section--pull-bottom {
  margin-bottom: -44px;
}
@media (max-width: 480px) {
  .section--pull-bottom {
    margin-bottom: -22px;
  }
}
.section--margin {
  margin-bottom: 44px;
}
@media (max-width: 480px) {
  .section--margin {
    margin-bottom: 22px;
  }
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.profile-field {
  margin: 0 0 22px 0;
  padding: 11px 22px;
  background-color: #25282D;
  border-radius: 2px;
}
.profile-field:before,
.profile-field:after {
  content: " ";
  display: table;
}
.profile-field:after {
  clear: both;
}
.profile-field:before,
.profile-field:after {
  content: " ";
  display: table;
}
.profile-field:after {
  clear: both;
}
.profile-field__value {
  float: left;
  max-width: 85%;
}
@media (max-width: 480px) {
  .profile-field__value {
    float: none;
    max-width: 100%;
  }
}
.profile-field__value > ul {
  margin: 0;
}
.profile-field__value table {
  margin: 0;
}
.profile-field__value th,
.profile-field__value td {
  padding: 0 22px 0 0;
}
.profile-field__value th {
  color: #888888;
  font-size: 66%;
  text-transform: uppercase;
}
.profile-field__action {
  float: right;
}
@media (max-width: 480px) {
  .profile-field__action {
    float: none;
    display: block;
    margin-top: 11px;
  }
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.widget {
  margin: 0 0 30px 0;
  padding: 0 10px 10px 10px;
}
.widget img {
  display: block;
  width: inherit;
  max-width: 100%;
  height: auto;
}
.widget table {
  width: 100%;
}
.widget__title {
  margin: 0 -10px 10px -10px;
  padding: 0 10px 10px 10px;
  font-weight: bold;
  border-bottom: 2px solid #990033;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.access-restricted {
  margin: 0;
  text-align: center;
  line-height: 25px;
}
.access-restricted a {
  text-decoration: underline;
  color: #fff;
}
.access-restricted a:visited {
  color: #fff;
}
.access-restricted a:hover,
.access-restricted a:active,
.access-restricted a:focus,
.access-restricted a:focus {
  color: #fff;
}
.access-box {
  margin: 0 0 30px 0;
  max-width: 820px;
  padding: 20px;
  background: #1B1D21;
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
}
.access-box p {
  margin-bottom: 10px;
}
.access-box *:last-child {
  margin-bottom: 0;
}
.access-box__icon {
  margin-right: 5px;
  vertical-align: -22%;
}
.access-box__title {
  margin-bottom: 10px;
  line-height: 30px;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.products-overview__header {
  position: relative;
  margin-top: -44px;
}
@media (max-width: 480px) {
  .products-overview__header {
    margin-top: -22px;
  }
}
.products-overview__header-img {
  display: block;
  width: inherit;
  max-width: 100%;
  height: auto;
}
.products-overview__title-wrapper {
  position: absolute;
  top: 15%;
  left: 5%;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .products-overview__title-wrapper {
    position: static;
    margin: 20px 0 0;
  }
}
.products-overview__title {
  margin: 0 0 10px;
}
.products-overview__logo {
  display: block;
  width: inherit;
  max-width: 100%;
  height: auto;
}
.products-overview__subtitles {
  font-size: 18px;
  margin: 0;
  color: #990033;
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 1px;
}
.products-overview__subtitles span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 10px;
  color: #fff;
  background-color: #990033;
  background-color: rgba(153, 0, 51, 0.8);
}
@media (max-width: 1024px) {
  .products-overview__subtitles {
    font-weight: 300;
  }
  .products-overview__subtitles br {
    display: none;
  }
}
.products-overview__introduction:before,
.products-overview__introduction:after {
  content: " ";
  display: table;
}
.products-overview__introduction:after {
  clear: both;
}
.products-overview__introduction:before,
.products-overview__introduction:after {
  content: " ";
  display: table;
}
.products-overview__introduction:after {
  clear: both;
}
.products-overview__introduction-center {
  margin: 0 auto;
  max-width: 800px;
}
.products-overview__introduction-fullwidth {
  clear: both;
}
.products-overview__introduction-left {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.products-overview__introduction-right {
  float: right;
  width: 50%;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .products-overview__introduction-left,
  .products-overview__introduction-right {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.products-overview__info {
  margin: 0;
  line-height: 25px;
}
.products-overview__info a {
  text-decoration: underline;
  color: #fff;
}
.products-overview__info a:visited {
  color: #fff;
}
.products-overview__info a:hover,
.products-overview__info a:active,
.products-overview__info a:focus,
.products-overview__info a:focus {
  color: #fff;
}
@media (max-width: 480px) {
  .products-overview__info {
    font-size: 14px;
  }
}
/* Rebuild Overview Header */
.product-overview__header-bg {
  width: 100%;
  height: 500px;
  background-size: cover;
}
@media (max-width: 1024px) {
  .product-overview__header-bg {
    display: none;
  }
}
.product-overview__header-bg--large {
  display: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .product-overview__header-bg--large {
    display: block;
    height: 416px;
  }
}
.product-overview__header-bg--medium {
  display: none;
}
@media (min-width: 480px) and (max-width: 768px) {
  .product-overview__header-bg--medium {
    display: block;
    height: 320px;
  }
}
.product-overview__header-bg--small {
  display: none;
}
@media (max-width: 480px) {
  .product-overview__header-bg--small {
    display: block;
    height: 191px;
  }
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
@media (max-width: 768px) {
  .product-header {
    padding: 0;
  }
}
.product-header-top--slim {
  max-width: 860px;
}
.product-header__image {
  float: right;
  margin: -30px 0 0 30px;
  text-align: right;
}
@media (max-width: 768px) {
  .product-header__image {
    float: none;
    margin: 0 auto 10px;
  }
}
.product-header__logo {
  margin-top: -40px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .product-header__logo {
    margin-top: 0;
  }
}
.product-header__logo img {
  display: inline-block;
  max-height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .product-header__logo img {
    display: block;
    width: inherit;
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
}
.product-header__foreground img {
  display: inline-block;
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .product-header__foreground img {
    max-height: 250px;
  }
}
@media (max-width: 768px) {
  .product-header__foreground img {
    display: block;
    width: inherit;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.product-header--overview:before,
.product-header--overview:after {
  content: " ";
  display: table;
}
.product-header--overview:after {
  clear: both;
}
.product-header--overview:before,
.product-header--overview:after {
  content: " ";
  display: table;
}
.product-header--overview:after {
  clear: both;
}
.product-header--overview .product-header__image {
  width: 50%;
  text-align: right;
  margin-top: -50px;
}
@media (max-width: 1200px) {
  .product-header--overview .product-header__image {
    margin-top: -20px;
    text-align: center;
  }
}
.product-header--overview .product-header__foreground {
  float: right;
}
@media (max-width: 850px) {
  .product-header--overview .product-header__foreground {
    float: none;
  }
}
.product-header--overview p {
  max-width: 50%;
}
@media (max-width: 768px) {
  .product-header--overview p {
    max-width: 100%;
  }
}
.product-header--detail:before,
.product-header--detail:after {
  content: " ";
  display: table;
}
.product-header--detail:after {
  clear: both;
}
.product-header--detail:before,
.product-header--detail:after {
  content: " ";
  display: table;
}
.product-header--detail:after {
  clear: both;
}
.product-header--detail .product-header__image {
  max-height: 300px;
  margin-top: -30px;
}
@media (max-width: 768px) {
  .product-header--overview .product-header__image,
  .product-header--detail .product-header__image {
    display: block;
    width: inherit;
    max-width: 100%;
    height: auto;
    max-height: none;
    width: auto;
    margin-top: 0;
  }
}
.product-header__title {
  color: #990033;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .product-header__title {
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .product-header__title {
    font-size: 20px;
    line-height: 150%;
  }
}
.product-header__subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  margin: 0 0 18px;
}
@media (max-width: 768px) {
  .product-header__subtitle {
    font-size: 16px;
  }
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.products-logo-spectralis {
  display: inline-block;
  width: 250px;
  height: 23px;
  background-image: url(static/267e7994a28fc153f07f9a7e1a346133.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .products-logo-spectralis {
    background-image: url(static/468f4f7b0103929129f901c9df9a63e2.png);
    background-size: 250px 23px;
  }
}
.products-logo-hep {
  display: inline-block;
  width: 135px;
  height: 35px;
  background-image: url(static/ec566e876212fc9e6042dd2cc5aacea9.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .products-logo-hep {
    background-image: url(static/c3c832777b4c6506a640d2762e5bebf1.png);
    background-size: 135px 35px;
  }
}
.products-logo-hrt {
  display: inline-block;
  width: 110px;
  height: 35px;
  background-image: url(static/bffb55e4885c600ab4e4d9fa3fde5218.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .products-logo-hrt {
    background-image: url(static/1c3dab3bc934d0e3a80b95fca28a0df2.png);
    background-size: 110px 35px;
  }
}
.products-logo-heyex-pacs {
  display: inline-block;
  width: 150px;
  height: 59px;
  background-image: url(static/861e891520d6690ce4b4bfa280582d8d.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .products-logo-heyex-pacs {
    background-image: url(static/e478d5771811b39d10ce089dc37ab19c.png);
    background-size: 150px 59px;
  }
}
.products-logo-spectralis-hra {
  display: inline-block;
  width: 117px;
  height: 30px;
  background-image: url(static/1c4ea3c8b184cc9256d59569d97292c0.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .products-logo-spectralis-hra {
    background-image: url(static/ef6dafaa274643940da27fd8b70897ec.png);
    background-size: 117px 30px;
  }
}
.products-logo-spectralis-hra-oct {
  display: inline-block;
  width: 117px;
  height: 30px;
  background-image: url(static/8b7267a4970bbb5349d634806fcb8736.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .products-logo-spectralis-hra-oct {
    background-image: url(static/a0d70f91fd1bfc9c01cce4db98f0888c.png);
    background-size: 117px 30px;
  }
}
.products-logo-spectralis-oct {
  display: inline-block;
  width: 117px;
  height: 30px;
  background-image: url(static/95e387cdb487339f33646539780cb1bb.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .products-logo-spectralis-oct {
    background-image: url(static/89a09400b9f1d2974c41f11fd3227971.png);
    background-size: 117px 30px;
  }
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.product-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 768px) {
  .product-nav {
    margin: -10px 0 !important;
  }
}
.product-nav li {
  position: relative;
  z-index: 5;
  display: inline-block;
  border-left: 1px solid #80002a;
}
.product-nav li:first-child {
  border: none;
}
@media (max-width: 768px) {
  .product-nav li {
    display: block;
    border: none;
    border-top: 1px solid #80002a;
  }
}
.product-nav a {
  display: block;
  padding: 0 40px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .product-nav a {
    padding: 10px 40px;
  }
}
.product-nav a:visited {
  color: #fff;
  text-decoration: none;
}
.product-nav a:hover,
.product-nav a:active,
.product-nav a:focus,
.product-nav a:focus {
  color: #fff;
  text-decoration: none;
}
.product-nav i {
  vertical-align: middle;
  margin: 0 3px 3px 0;
}
.product-contact {
  margin-bottom: 20px;
}
.product-availability {
  font-size: 13px;
  color: #ababab;
}
.product-header .product-availability,
.products-overview__introduction .product-availability {
  margin-top: 10px;
  margin-bottom: 0;
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-pacs-centralization {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/60d31c8003633a56eddc026ed110e3a2.png);
  background-position: 0px 0px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-pacs-centralization {
    background-image: url(static/064d1c05e703f4eeaf90bfe98e89a323.png);
    background-size: 120px 120px;
  }
}
.icon-pacs-connectivity {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/60d31c8003633a56eddc026ed110e3a2.png);
  background-position: -40px 0px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-pacs-connectivity {
    background-image: url(static/064d1c05e703f4eeaf90bfe98e89a323.png);
    background-size: 120px 120px;
  }
}
.icon-pacs-efficiency {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/60d31c8003633a56eddc026ed110e3a2.png);
  background-position: 0px -40px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-pacs-efficiency {
    background-image: url(static/064d1c05e703f4eeaf90bfe98e89a323.png);
    background-size: 120px 120px;
  }
}
.icon-pacs-flexibility {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/60d31c8003633a56eddc026ed110e3a2.png);
  background-position: -40px -40px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-pacs-flexibility {
    background-image: url(static/064d1c05e703f4eeaf90bfe98e89a323.png);
    background-size: 120px 120px;
  }
}
.icon-pacs-hierarchy {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/60d31c8003633a56eddc026ed110e3a2.png);
  background-position: -80px 0px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-pacs-hierarchy {
    background-image: url(static/064d1c05e703f4eeaf90bfe98e89a323.png);
    background-size: 120px 120px;
  }
}
.icon-pacs-input {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/60d31c8003633a56eddc026ed110e3a2.png);
  background-position: -80px -40px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-pacs-input {
    background-image: url(static/064d1c05e703f4eeaf90bfe98e89a323.png);
    background-size: 120px 120px;
  }
}
.icon-pacs-integration {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/60d31c8003633a56eddc026ed110e3a2.png);
  background-position: 0px -80px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-pacs-integration {
    background-image: url(static/064d1c05e703f4eeaf90bfe98e89a323.png);
    background-size: 120px 120px;
  }
}
.icon-pacs-optimization {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/60d31c8003633a56eddc026ed110e3a2.png);
  background-position: -40px -80px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-pacs-optimization {
    background-image: url(static/064d1c05e703f4eeaf90bfe98e89a323.png);
    background-size: 120px 120px;
  }
}
.icon-pacs-technology {
  display: inline-block;
  vertical-align: -16%;
  background-image: url(static/60d31c8003633a56eddc026ed110e3a2.png);
  background-position: -80px -80px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-pacs-technology {
    background-image: url(static/064d1c05e703f4eeaf90bfe98e89a323.png);
    background-size: 120px 120px;
  }
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.model-chart {
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .model-chart {
    overflow-x: scroll;
  }
}
.model-chart table {
  width: 100%;
  margin: 0;
}
.model-chart tbody:nth-of-type(2n+1) {
  background-color: #202327;
}
.model-chart tbody:nth-of-type(2n+2) {
  background-color: #25282D;
}
.model-chart tbody tr:last-child td {
  border-bottom: 2px solid #1B1D21;
}
.model-chart tr.divider {
  border-top: 2px solid #ccc;
}
.model-chart th,
.model-chart td {
  padding: 10px 15px;
}
.model-chart th {
  text-align: center;
  border-bottom: 2px solid #1B1D21;
}
.model-chart td {
  border-collapse: collapse;
  text-align: center;
  border-right: 2px solid #1B1D21;
}
.model-chart td.label {
  background-color: #1B1D21;
  width: 50px;
  padding: 0;
  border-bottom: 2px solid #1B1D21;
}
.model-chart td.model {
  text-align: left;
}
.model-chart .rotate {
  display: block;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  text-align: center;
}
.model-chart .label {
  background-repeat: no-repeat;
  background-position: center;
}
.model-chart .label span {
  display: none;
}
.model-chart .label.oct {
  background-image: url(static/7f01eda21bb2eed0bb3252d2b2c62f0e.png);
}
.model-chart .label.fundus {
  background-image: url(static/4730a44ae1a28fcb75809ff7cf52d47a.png);
}
.model-chart .label.widefield {
  background-image: url(static/6f47e12c9f06813a0b17a145c89aab57.png);
}
.model-chart .label.weitwinkel {
  background-image: url(static/e2e52e3e3022dba0a2f1eeca0bd05ca2.png);
}
.model-chart .label.angiography {
  background-image: url(static/cbbefa6e4caa0c7626cbfd8bcc023ba7.png);
}
.model-chart .label.angiografie {
  background-image: url(static/fdaed4cf8fd7a6e9822dd9be7c6e6ce7.png);
}
.true,
.false {
  display: inline-block;
  height: 10px;
  width: 10px;
}
.true {
  background-color: #990033;
}
.false {
  background-color: #ccc;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.location-row {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 102%;
  margin-left: -2%;
}
.location-row .opera-only :-o-prefocus,
.location-row {
  word-spacing: -0.43em;
}
.location-col {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 31.33%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .location-col {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .location-col {
    width: 98%;
  }
}
.location-img {
  width: auto;
  margin-bottom: 15px;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.picture-database {
  position: relative;
  margin: 0 0 20px;
}
.picture-database__img {
  display: block;
  width: inherit;
  max-width: 100%;
  height: auto;
}
.picture-database__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  transition: opacity 0.5s ease-in-out;
  background-color: #000;
  opacity: 0.9;
}
.picture-database:hover > .picture-database__overlay, .picture-database:focus > .picture-database__overlay {
  opacity: 0.7;
}
.picture-database__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
}
.picture-database__link:hover,
.picture-database__link:focus,
.picture-database__link:focus {
  text-decoration: none;
}
.picture-database__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 20;
  text-align: center;
  margin-top: -60px;
}
@media (max-width: 480px) {
  .picture-database__content {
    margin-top: -40px;
  }
}
.picture-database__icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(static/f86a4ce257f950bff4987b1336690283.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .picture-database__icon {
    background-image: url(static/27e90254f24911c08aa85e711cc2f03b.png);
    background-size: 64px 64px;
  }
}
.picture-database__headline {
  margin: 0;
  font-weight: 500;
}
@media (max-width: 480px) {
  .picture-database__headline {
    font-size: 20px;
  }
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -ms-transform: scale(1);
      transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -ms-transform: scale(0.8);
      transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited,
.lity-close:focus {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
.lity-inline .lity-content {
  background: #25282D;
  max-width: 1000px;
  border-color: #1B1D21;
  border-radius: 5px;
  overflow: auto;
}
.lity-content::after {
  box-shadow: none;
}
.lity-video .lity-container {
  width: 100%;
  max-width: 800px;
}
.popup {
  margin: 5px 0;
}
.popup img {
  display: block;
  width: inherit;
  max-width: 100%;
  height: auto;
}
.popup__header {
  padding: 20px;
  border-bottom: 1px solid #1B1D21;
}
.popup__header .popup__title {
  font-size: 20px;
  color: #ccc;
  margin: 0;
}
.popup__body {
  padding: 20px;
}
.popup__footer {
  padding: 20px;
  border-top: 1px solid #1B1D21;
}
.popup--team {
  max-width: 600px;
}
.popup--team .thumb {
  width: 125px;
  height: 125px;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.cart__row {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 102%;
  margin-left: -2%;
  border-bottom: 1px solid #25282D;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart__row .opera-only :-o-prefocus,
.cart__row {
  word-spacing: -0.43em;
}
.cart__row--total {
  border-top: 2px solid #25282D;
}
.cart__item:first-child {
  border-top: 1px solid #25282D;
}
.cart__item:last-of-type {
  border-bottom-width: 3px;
}
.cart__summary-label-col {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 48%;
  margin-left: 2%;
}
.cart__summary-amount-col {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 48%;
  margin-left: 2%;
  text-align: right;
  padding-right: 10px;
}
.cart__note {
  display: block;
  color: #535353;
}
.cart__thumb {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 14.66%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .cart__thumb {
    width: 98%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cart__img {
    margin: 0 auto;
    width: auto;
  }
}
.cart__description {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 48%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .cart__description {
    width: 98%;
    margin-bottom: 20px;
  }
}
.cart__title {
  display: block;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .cart__title {
    text-align: center;
  }
}
.cart__variants {
  display: block;
  margin-top: 2px;
  font-size: 85%;
  line-height: 85%;
}
@media (max-width: 768px) {
  .cart__variants {
    text-align: center;
  }
}
.cart__quantity {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 14.66%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  .cart__quantity {
    width: 48%;
  }
}
.cart__remove {
  margin-left: 5px !important;
}
.cart__price {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 14.66%;
  margin-left: 2%;
  line-height: 34px;
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cart__price {
    width: 48%;
  }
}
.cart__actions {
  padding-top: 20px;
}
.cart__total-label {
  font-size: 20px;
}
.cart__total-amount {
  display: block;
  font-size: 20px;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.shop__item {
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  background-color: #1B1D21;
  transition: background-color 0.5s ease-in-out;
}
.shop__item:hover, .shop__item:focus {
  background-color: #131516;
}
.shop__inner {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 103%;
  margin-left: -3%;
}
.shop__inner .opera-only :-o-prefocus,
.shop__inner {
  word-spacing: -0.43em;
}
.shop__thumb {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 22%;
  margin-left: 3%;
}
@media (max-width: 480px) {
  .shop__thumb {
    width: 97%;
    margin-bottom: 20px;
  }
}
.shop__preview {
  display: block;
}
.shop__img {
  display: block;
  width: inherit;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 5px auto 0;
}
.shop--alt .shop__img {
  background-color: #25282D;
}
.shop__details {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 72%;
  margin-left: 3%;
}
@media (max-width: 480px) {
  .shop__details {
    width: 97%;
  }
}
.shop__title {
  margin: 0;
}
.shop__id {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #535353;
  margin-bottom: 10px;
}
.shop__facts {
  margin: 0 0 5px;
}
.shop__facts:before,
.shop__facts:after {
  content: " ";
  display: table;
}
.shop__facts:after {
  clear: both;
}
.shop__facts:before,
.shop__facts:after {
  content: " ";
  display: table;
}
.shop__facts:after {
  clear: both;
}
.shop__facts li {
  float: left;
  margin: 0 40px 5px 0;
}
@media (max-width: 480px) {
  .shop__facts li {
    float: none;
  }
}
.shop__price {
  font-size: 25px;
  color: #fff;
  margin-bottom: 5px;
  text-align: right;
}
.shop__price-unit {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #535353;
  margin-right: 10px;
}
.shop__form {
  text-align: right;
}
.shop__form .form-group {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .shop__form .form-group {
    margin: 0 0 10px;
  }
}
.shop__quantity,
.shop__button {
  margin: 0 0 0 5px;
}
.shop__quantity {
  max-width: 75px;
}
.shop__meta {
  font-size: 0.9em;
  color: #999999;
  margin: 5px 0 0;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.pswp {
  display: none;
}
.gallery {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 102%;
  margin-left: -2%;
}
.gallery .opera-only :-o-prefocus,
.gallery {
  word-spacing: -0.43em;
}
.gallery img {
  display: block;
  width: inherit;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.gallery figure {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 23%;
  margin-left: 2%;
  margin-bottom: 2%;
}
@media (max-width: 480px) {
  .gallery figure {
    width: 48%;
  }
}
.gallery figcaption {
  display: none;
}
.gallery--caption figcaption {
  display: block;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  transition: opacity 0.15s; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100%;
  height: auto;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover, .pswp__button:focus {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(static/e3f799c6dec9af194c86decdf7392405.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(static/8f650f669dabd04ad78a8228225068c5.svg); }

  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none; }
 }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -ms-transform: translateY(6px);
      transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover, .pswp__share-tooltip a:focus {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -ms-transform: translateY(0);
        transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }
a.pswp__share--facebook:hover, a.pswp__share--facebook:focus {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before, a.pswp__share--facebook:focus:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover, a.pswp__share--twitter:focus {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover, a.pswp__share--pinterest:focus {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover, a.pswp__share--download:focus {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(static/e34aafbb485a96eaf2a789b2bf3af6fe.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; }
 }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }

  50% {
    transform: rotate(-140deg); }

  100% {
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar, .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.survey__block {
  margin: 15px 0;
}
.survey__title {
  margin: 0;
}
.survey__options {
  padding: 5px 15px 15px 20px;
  border-bottom: 1px solid #1B1D21;
}
.survey__table {
  margin: 0;
}
.table-survey th {
  text-align: center;
}
.table-survey td {
  text-align: center;
}
.table-survey td.label {
  text-align: left;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.form-progress {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  list-style: none;
  padding: 0;
  margin-bottom: 22px;
}
.form-progress .opera-only :-o-prefocus,
.form-progress {
  word-spacing: -0.43em;
}
.form-progress__step {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 25%;
  position: relative;
}
.form-progress__step a {
  display: block;
  text-decoration: none;
  color: #ccc;
}
.form-progress__progress {
  display: block;
  height: 6px;
  margin: 21px 0 24px 0;
  position: relative;
  background: #555 none repeat scroll 0 0;
  left: 0;
  width: 100%;
}
.form-progress__step:first-child .form-progress__progress {
  left: 50%;
  width: 50%;
}
.form-progress__step:last-child .form-progress__progress {
  width: 50%;
}
.form-progress__progress-bar {
  display: block;
  height: 6px;
  width: 100%;
}
.form-progress__circle {
  background: #555;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 24px;
  left: 50%;
  height: 24px;
  width: 24px;
  margin-left: -12px;
  margin-top: -12px;
}
.form-progress__circle:after {
  background: #fff;
  border-radius: 50%;
  content: " ";
  height: 12px;
  width: 12px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.form-progress__label {
  display: block;
  text-align: center;
  width: 98%;
  margin: auto;
  font-size: 90%;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-progress__step--complete .form-progress__circle {
  background: #990033;
}
.form-progress__step--complete .form-progress__progress-bar {
  background: #990033;
}
.form-progress__step--active .form-progress__circle {
  background: #990033;
}
.form-progress__step--active .form-progress__progress-bar {
  background: #990033;
  width: 50%;
}
.form-progress__step--active:first-child .form-progress__progress-bar {
  width: 0;
}
.form-progress__step--active:last-child .form-progress__progress-bar {
  width: 100%;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
.product-portfolio-form__systems ul {
  list-style: none;
  padding: 0;
}
.product-portfolio-form__systems .button {
  display: block;
  margin: 0 !important;
  text-align: left;
  text-transform: none;
}
.product-portfolio-form__system,
.product-portfolio-form__license {
  padding: 0 0 10px 0;
}
.product-portfolio-form__system label,
.product-portfolio-form__license label {
  display: block;
  font-weight: bold;
  cursor: pointer;
}
.product-portfolio-form__system input,
.product-portfolio-form__license input {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 5px 0 0;
}
.product-portfolio-form__modules {
  display: block;
  margin: 0;
  padding: 15px 15px 10px 15px;
  border: 1px solid #3a3a3a;
  border-top: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.product-portfolio-form__modules legend {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
.product-portfolio-form__modules ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-portfolio-form__modules label {
  margin: 0;
}
.product-portfolio-form__module {
  margin-bottom: 5px;
}
/*
 * Animation
 */
/*
 * Images
 */
/*
 * Visuallyhidden
 */
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress__bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: rgba(153, 0, 51, 0.75);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width .6s ease;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
  animation: progress-bar-stripes 2s linear infinite;
}
