@charset "UTF-8";
@font-face {
  font-family: "AudiType";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/AudiType-Normal.eot?#iefix") format("embedded-opentype"), url("/fonts/AudiType-Normal.woff") format("woff"), url("/fonts/AudiType-Normal.ttf") format("truetype"), url("/fonts/AudiType-Normal.svg#AudiType-Normal") format("svg");
}
@font-face {
  font-family: "AudiType";
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/AudiType-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/AudiType-Bold.woff") format("woff"), url("/fonts/AudiType-Bold.ttf") format("truetype"), url("/fonts/AudiType-Bold.svg#AudiType-Bold") format("svg");
}
@font-face {
  font-family: "AudiType";
  font-style: italic;
  font-weight: normal;
  src: url("/fonts/AudiType-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/AudiType-Italic.woff") format("woff"), url("/fonts/AudiType-Italic.ttf") format("truetype"), url("/fonts/AudiType-Italic.svg#AudiType-Bold") format("svg");
}
@font-face {
  font-family: "AudiTypeExtended";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/AudiType-ExtendedNormal.eot?#iefix") format("embedded-opentype"), url("/fonts/AudiType-ExtendedNormal.woff") format("woff"), url("/fonts/AudiType-ExtendedNormal.ttf") format("truetype"), url("/fonts/AudiType-ExtendedNormal.svg#AudiType-ExtendedNormal") format("svg");
}
@font-face {
  font-family: "AudiTypeExtended";
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/AudiType-ExtendedBold.eot?#iefix") format("embedded-opentype"), url("/fonts/AudiType-ExtendedBold.woff") format("woff"), url("/fonts/AudiType-ExtendedBold.ttf") format("truetype"), url("/fonts/AudiType-ExtendedBold.svg#AudiType-ExtendedBold") format("svg");
}
@font-face {
  font-family: "AudiTypeExtended";
  font-style: italic;
  font-weight: normal;
  src: url("/fonts/AudiType-ExtendedItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/AudiType-ExtendedItalic.woff") format("woff"), url("/fonts/AudiType-ExtendedItalic.ttf") format("truetype"), url("/fonts/AudiType-ExtendedItalic.svg#AudiType-ExtendedBold") format("svg");
}
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

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

.no-cursor,
.no-cursor * {
  cursor: none !important;
}

html {
  background: no-repeat 50% 50%;
  background-size: cover;
  height: 100%;
  position: relative;
}

body {
  font-family: "AudiType", sans-serif;
  font-size: 0.9375vw;
  line-height: 1.444;
  min-height: 100%;
  padding: 3.125vw 3.125vw 8.3333333333vw;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  color: #fff;
}

h1 {
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: normal;
  line-height: 5.2083333333vw;
  margin: 0;
}
h1 em {
  color: #3074b2;
  display: block;
  font-style: normal;
}

h2 {
  color: #3074b2;
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 2.0833333333vw;
  font-weight: bold;
  line-height: 2.0833333333vw;
  margin: 0 0 1.5625vw;
}
h2 span {
  font-weight: normal;
  line-height: 2;
}

h3 {
  color: #000;
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: bold;
  line-height: 1.444;
  margin: 0 0 1.5em;
  text-transform: uppercase;
}
h3 span {
  font-family: "AudiType", sans-serif;
  text-transform: none;
  font-weight: normal;
}

p {
  margin: 0 0 1.5em;
}
p strong {
  color: #3074b2;
}

p.intro {
  font-weight: bold;
}

.text {
  width: 89.5833333333vw;
}
.text p img,
.text figure img {
  display: block;
  margin: 0 0 1.5em;
}

.text.fixed-cols {
  display: flex;
  width: auto;
}
.text.fixed-cols > .col {
  flex: none;
  padding-right: 25px;
  width: 574px;
}
.text.fixed-cols > .col-table {
  flex: none;
  max-height: 540px;
  overflow: auto;
  padding-right: 25px;
  width: auto;
}

.text.fixed-cols.fixed-cols2 > .col {
  width: 861px;
}

.col .cols {
  display: flex;
  font-size: 15px;
  line-height: 1.25;
}
.col .cols .col {
  width: 50%;
}
.col .cols .col:first-child {
  padding-right: 10px;
}

.col-table .cols {
  display: flex;
  font-size: 15px;
  line-height: 1.25;
}
.col-table .cols .col-table {
  width: 50%;
}
.col-table .cols .col-table:first-child {
  padding-right: 10px;
}

.artist {
  font-size: 0.6770833333vw;
}

.quiz,
.horizontal-scroll {
  margin: 0 -100px;
  position: relative;
}
.quiz:before,
.horizontal-scroll:before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
}
.quiz .content,
.horizontal-scroll .content {
  margin: 0 98px 0 100px;
  overflow: auto;
}
.quiz .content::-webkit-scrollbar,
.horizontal-scroll .content::-webkit-scrollbar {
  background: transparent;
  width: 0;
}
.quiz a.btn-prev,
.quiz a.btn-next,
.quiz button.scroll-left,
.quiz button.scroll-right,
.horizontal-scroll a.btn-prev,
.horizontal-scroll a.btn-next,
.horizontal-scroll button.scroll-left,
.horizontal-scroll button.scroll-right {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
}
.quiz a.btn-prev.inactive,
.quiz a.btn-next.inactive,
.quiz button.scroll-left.inactive,
.quiz button.scroll-right.inactive,
.horizontal-scroll a.btn-prev.inactive,
.horizontal-scroll a.btn-next.inactive,
.horizontal-scroll button.scroll-left.inactive,
.horizontal-scroll button.scroll-right.inactive {
  opacity: 0.3;
}
.quiz a.btn-prev,
.quiz button.scroll-left,
.horizontal-scroll a.btn-prev,
.horizontal-scroll button.scroll-left {
  left: 0.78125vw;
}
.quiz a.btn-next,
.quiz button.scroll-right,
.horizontal-scroll a.btn-next,
.horizontal-scroll button.scroll-right {
  right: 0.78125vw;
}

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

img.fullscreen {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

figure {
  margin: 0;
}

figure.large {
  border: 1px solid #ccc;
  display: block;
  clear: both;
  margin: 5.2083333333vw -6.0416666667vw;
}
figure.large img {
  display: block;
  height: auto;
  width: 100%;
}

figure.floated,
figure.floated2 {
  border: 1px solid #ccc;
  clear: both;
  float: right;
  height: auto;
  margin: -0.2604166667vw 0 5.2083333333vw 5.2083333333vw;
  max-width: 44.2708333333vw;
}
figure.floated img,
figure.floated2 img {
  display: block;
  height: auto;
  width: 100%;
}

figure.floated2 {
  margin-left: 0;
  max-width: 27.6041666667vw;
}

figure.fitted {
  margin-left: 0;
}

figure.floated + h2 {
  margin-top: 0;
}

figure.col-img {
  height: 550px;
}
figure.col-img img {
  height: 100%;
  object-fit: contain;
  object-position: 0 0;
  margin: 0;
  width: 100%;
}

figure.small {
  width: 300px;
}
figure.small img {
  max-height: 300px;
}

.video-group {
  margin: 0 0 12vw;
}

.clear {
  margin: 5.2083333333vw 0;
}
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

p.remark {
  padding-left: 20px;
  position: relative;
}
p.remark:before {
  content: "*";
  left: 0;
  position: absolute;
  top: 2px;
}

ul.arrow-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.arrow-list li {
  margin: 0 0 1.5em;
  padding-left: 20px;
  position: relative;
}
ul.arrow-list li::before {
  content: "▶";
  left: 0;
  font-size: 14px;
  position: absolute;
  top: 2px;
}
ul.arrow-list li.without-arrow::before {
  display: none;
}

.audios {
  padding: 0 0.5208333333vw;
  position: relative;
}
.audios .audio {
  left: 15.625vw;
  padding: 0.8333333333vw 0 0 4.6875vw;
  position: absolute;
  top: 10.2083333333vw;
  width: 31.25vw;
}
.audios .audio .play-audio {
  left: 0;
  position: absolute;
  top: 0;
}
.audios .audio-2 {
  left: 46.875vw;
}
.audios .audio-text {
  color: #3074b2;
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 0.8854166667vw;
  font-style: italic;
  line-height: 1.1458333333vw;
  text-transform: uppercase;
}

.video-wrapper {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
}
.video-wrapper video {
  background: #000;
  height: 74vh;
  left: 13vw;
  position: absolute;
  top: 13vh;
  width: 74vw;
}
.video-wrapper video::-webkit-media-controls {
  display: none;
}
.video-wrapper button.close {
  background: #000;
  border: 0.15625vw solid #fff;
  border-radius: 50%;
  bottom: 3.3854166667vw;
  box-shadow: 0.2604166667vw 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 0.7291666667vw;
  font-weight: bold;
  height: 3.75vw;
  line-height: 1.875vw;
  margin: 0 1.3020833333vw 0 0;
  outline: none;
  position: absolute;
  right: 5.2083333333vw;
  text-align: center;
  transition: all 0.15s ease-in-out;
  width: 3.75vw;
}
.video-wrapper .svg-wrap {
  display: block;
  height: 50%;
  max-width: 80%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-wrapper svg {
  height: 100%;
  max-width: 100%;
}
.video-wrapper svg path {
  fill: #fff;
}
.video-wrapper .text-link {
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
}

.play-button {
  display: block;
  position: relative;
}
.play-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/img/play-video.png) no-repeat -2.0833333333vw 18.2291666667vw;
  background-size: 13.0208333333vw;
  z-index: 2;
  opacity: 0.5;
}

dl.technical-data {
  border-top: 0.1041666667vw solid rgba(0, 0, 0, 0.5);
  border-bottom: 0.0520833333vw solid rgba(0, 0, 0, 0.5);
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 1.0416666667vw;
  margin: 0 0 1.5em;
}
dl.technical-data dt, dl.technical-data dd {
  border-top: 0.0520833333vw solid rgba(0, 0, 0, 0.5);
  padding: 0.2604166667vw 0.625vw;
}
dl.technical-data dt {
  clear: both;
  float: left;
  width: 10.4166666667vw;
}
dl.technical-data dd {
  margin-left: 10.4166666667vw;
}

.full-size {
  margin: 0 -5.2083333333vw;
}

table.production {
  border-spacing: 0;
  width: 88.5416666667vw;
}
table.production thead {
  background: #e3e3e3;
}
table.production th, table.production td {
  padding: 0.2083333333vw;
  text-align: left;
  width: 16.66%;
}
table.production tbody tr + tr th, table.production tbody tr + tr td {
  border-top: 1px solid #e3e3e3;
}

table.production + table.production {
  margin-top: 2.34375vw;
}

table.table-content {
  width: 100%;
}
table.table-content td {
  text-align: left;
}

.btn {
  border: 0.1041666667vw solid #3074b2;
  color: #3074b2;
  cursor: pointer;
  display: inline-block;
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 0.9895833333vw;
  font-weight: normal;
  height: 3.6458333333vw;
  margin: 1.0416666667vw;
  outline: none;
  padding: 1.0416666667vw 0.5208333333vw;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  width: 15.625vw;
}
.btn:active, .btn:focus, .btn:hover {
  background: #3074b2;
  transform: translateY(0.0520833333vw);
}
.btn:active span, .btn:focus span, .btn:hover span {
  color: #fff;
}
.btn span {
  padding: 1.0416666667vw 0.5208333333vw;
  position: absolute;
  left: 0;
  line-height: 1.3;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.btn-home {
  border: 0.1041666667vw solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 0.9895833333vw;
  font-weight: normal;
  height: 3.6458333333vw;
  margin: 1.0416666667vw;
  outline: none;
  padding: 1.0416666667vw 0.5208333333vw;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  width: 15.625vw;
}
.btn-home:active, .btn-home:focus, .btn-home:hover {
  background: #3074b2;
  transform: translateY(0.0520833333vw);
}
.btn-home span {
  padding: 1.0416666667vw 0.5208333333vw;
  position: absolute;
  left: 0;
  line-height: 1.3;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.btn-primary {
  background: #3074b2;
  color: #fff;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background: #fff;
  color: #3074b2;
}

.home .buttons {
  bottom: 2.9166666667vw;
  position: absolute;
  left: 3.4375vw;
  width: 66.1458333333vw;
  z-index: 10;
}

.page .buttons,
.overview .buttons {
  bottom: 3.3854166667vw;
  left: 16.3020833333vw;
  position: absolute;
  text-align: center;
  width: 70.3125vw;
  z-index: 2;
}
.page .buttons .btn-home,
.overview .buttons .btn-home {
  margin: 0 1.5625vw 0 0;
}

.btn-icon {
  background: #fff;
  border: 0.15625vw solid #3074b2;
  border-radius: 50%;
  color: #3074b2;
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 0.7291666667vw;
  font-weight: bold;
  display: inline-block;
  height: 3.75vw;
  line-height: 1.875vw;
  margin: 0 1.3020833333vw 0 0;
  outline: none;
  position: relative;
  text-align: center;
  transition: all 0.15s ease-in-out;
  width: 3.75vw;
}
.btn-icon:active, .btn-icon:focus, .btn-icon:hover, .btn-icon.active {
  transform: translateY(0.0520833333vw);
}
.btn-icon.active {
  border-color: #3074b2;
  color: #fff;
}
.btn-icon.active path {
  fill: #3074b2;
}
.btn-icon .svg-wrap {
  display: block;
  height: 50%;
  max-width: 80%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-icon svg {
  fill: #3074b2;
  height: 100%;
  max-width: 100%;
}

.btn-icon-home {
  background: #3074b2;
  border: 0.15625vw solid #fff;
  border-radius: 50%;
  color: #fff;
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 0.7291666667vw;
  font-weight: bold;
  display: inline-block;
  height: 3.75vw;
  line-height: 1.875vw;
  margin: 0 1.3020833333vw 0 0;
  outline: none;
  position: relative;
  text-align: center;
  transition: all 0.15s ease-in-out;
  width: 3.75vw;
}
.btn-icon-home:active, .btn-icon-home:focus, .btn-icon-home:hover, .btn-icon-home.active {
  transform: translateY(0.0520833333vw);
}
.btn-icon-home.active {
  border-color: #3074b2;
  color: #3074b2;
}
.btn-icon-home.active path {
  fill: #3074b2;
}
.btn-icon-home .svg-wrap {
  display: block;
  height: 50%;
  max-width: 80%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-icon-home svg {
  fill: white;
  height: 100%;
  max-width: 100%;
}

button.play-audio {
  background: #000 url(/img/svg/audio.svg) no-repeat 50% 50%;
  background-size: 2.6041666667vw auto;
  border: 2px solid #3074b2;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 3.75vw;
  outline: none;
  overflow: hidden;
  text-indent: 5.2083333333vw;
  width: 3.75vw;
}
button.play-audio.playing {
  background: #3074b2 url(/img/svg/pause.svg) no-repeat 50% 50%;
  background-size: 1.5625vw auto;
  border-color: #000;
}

footer {
  bottom: 0;
  height: 8.0729166667vw;
  left: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
}

footer nav {
  bottom: 2.6041666667vw;
  left: 2.6041666667vw;
  position: fixed;
  pointer-events: auto;
}
footer nav a {
  background: #fff;
  border: 0.15625vw solid #000;
  border-radius: 50%;
  color: #000;
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 0.7291666667vw;
  font-weight: bold;
  display: inline-block;
  height: 3.75vw;
  line-height: 1.875vw;
  margin: 0 1.3020833333vw 0 0;
  outline: none;
  position: relative;
  text-align: center;
  transition: all 0.15s ease-in-out;
  width: 3.75vw;
}
footer nav a:active, footer nav a:focus, footer nav a:hover, footer nav a.active {
  box-shadow: 0 0 0.2604166667vw rgba(0, 0, 0, 0.2), inset 0 0 0.5208333333vw rgba(0, 0, 0, 0.2);
  transform: translateY(0.0520833333vw);
}
footer nav a.active {
  border-color: #3074b2;
  color: #3074b2;
}
footer nav a.active path {
  fill: #3074b2;
}
footer nav .svg-wrap {
  display: block;
  height: 50%;
  max-width: 80%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer nav svg {
  height: 100%;
  max-width: 100%;
}
footer nav .text-link {
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
}

footer nav.colors {
  left: auto;
  right: 5.2083333333vw;
}
footer nav.colors a:not(.active) {
  top: -0.9375vw;
  height: 1.875vw;
  width: 1.875vw;
}
footer nav.colors .color-name {
  bottom: -2.34375vw;
  display: none;
  left: 0;
  position: absolute;
  white-space: nowrap;
}
footer nav.colors a.active .color-name {
  display: block;
}

body.home,
body.overview {
  background: #080809 url(/img/home-bg.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 7.8125vw 0 0 7.8125vw;
}
body.home h1,
body.overview h1 {
  font-size: 4.6875vw;
  line-height: 5.859375vw;
}
body.home h1 em,
body.overview h1 em {
  display: block;
}

body.page {
  background: #fff;
  background-size: cover;
  padding: 0;
}
body.page header {
  background: #080809 url(/img/header-bg.png);
  background-size: cover;
  height: 14.4270833333vw;
  padding: 4.1666666667vw 5.2083333333vw;
}
body.page header h1 {
  font-size: 1.5625vw;
  line-height: 2.0833333333vw;
}
body.page main {
  padding: 3.125vw 5.2083333333vw;
}
body.page .works {
  align-items: center;
  display: flex;
  flex-flow: wrap;
  height: 500px;
  justify-content: center;
  overflow: hidden;
}
body.page .works a {
  margin: 10px 20px;
}
body.page .works img {
  display: block;
  margin: 0 0 10px;
}
body.page .works .title {
  color: #000;
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}
body.page svg.work-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
body.page svg.page-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
body.page .qr-code {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 75px;
  height: 75px;
}

table {
  border-spacing: 0;
  width: 325px;
}

td {
  padding: 0;
}

td + td {
  text-align: right;
  white-space: nowrap;
}

.timeline {
  display: flex;
  font-size: 14px;
  line-height: 20px;
}
.timeline .item {
  background: url(/img/timeline-bg.png) no-repeat;
  background-size: 100% auto;
  color: inherit;
  padding-right: 15px;
  width: 205.5px;
}
.timeline h2 {
  color: #000;
  font-size: 24px;
  height: 120px;
  line-height: 30px;
  padding: 0 0 0 10px;
  margin: 0 0 30px;
}
.timeline figure {
  background: #fff;
  height: 150px;
  margin: 0 0 15px;
  width: 100%;
}
.timeline figure img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.timeline figure.cropped img {
  object-fit: cover;
}
.timeline figure.is-video {
  position: relative;
}
.timeline figure.is-video:before {
  background: url(/img/play-video.png) no-repeat 50% 50%;
  background-size: 80% auto;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
}
.timeline .item .text {
  width: auto;
}
.timeline .item .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-align: left;
  padding: 0 0 0 10px;
}

.quiz {
  padding: 0 100px;
}
.quiz .question,
.quiz .answer {
  align-items: center;
  display: flex;
  height: 500px;
  justify-content: center;
  text-align: center;
}
.quiz .question {
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 40px;
  margin: 0 auto;
  max-width: 1000px;
  text-transform: uppercase;
}
.quiz .info {
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 18px;
  line-height: 30px;
  max-width: 960px;
}
.quiz .info strong {
  font-family: "AudiTypeExtended", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.btn.wrong {
  background: #911;
  border-color: #911;
  color: #fff;
}

.btn.correct {
  background: #3074b2;
  border-color: #3074b2;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

#popup,
.popup {
  position: relative;
  z-index: 999;
}
#popup:before, #popup:after,
.popup:before,
.popup:after {
  content: " ";
  display: table;
}
#popup:after,
.popup:after {
  clear: both;
}
#popup h1,
.popup h1 {
  font-size: 2.0833333333vw;
}

button.lightbox-close,
button.lightbox-prev,
button.lightbox-next {
  background: #000 url(/img/button-close.png) no-repeat 50% 50%;
  border: 0.15625vw solid #fff;
  border-radius: 50%;
  bottom: 3.3854166667vw;
  box-shadow: 0.2604166667vw 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
  height: 3.75vw;
  opacity: 1;
  outline: none;
  position: absolute;
  right: 5.2083333333vw;
  transition: all 0.15s ease-in-out;
  width: 3.75vw;
  z-index: 199995;
}
button.lightbox-close:disabled,
button.lightbox-prev:disabled,
button.lightbox-next:disabled {
  opacity: 0.5;
}

button.lightbox-prev,
button.lightbox-next {
  background-image: url(/img/button-prev.png);
  border-color: #3074b2;
  left: 1.5625vw;
  top: 50%;
  transition: opacity 0.2s;
}
button.lightbox-prev.disabled,
button.lightbox-next.disabled {
  opacity: 0;
}

button.lightbox-next {
  background-image: url(/img/button-next.png);
  left: auto;
  right: 1.5625vw;
}

.fancybox-is-closing button.lightbox-close,
.fancybox-is-closing button.lightbox-prev,
.fancybox-is-closing button.lightbox-next {
  opacity: 0;
}

.fancybox-slide::-webkit-scrollbar {
  background: transparent;
  width: 0;
}

.fancybox-inner .fancybox-caption {
  font-size: 18px;
  padding-left: 400px;
  padding-right: 400px;
}
.fancybox-inner .fancybox-caption:after {
  display: none;
}

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