/* This file generated automatically on server side. All changes would be lost. */ 

@charset "UTF-8";
@font-face {
  font-family: "Icons";
  src: url("/static/fonts/Icons/Icons.eot");
  src: url("/static/fonts/Icons/Icons.eot?#iefix") format("eot"), url("/static/fonts/Icons/Icons.woff2") format("woff2"), url("/static/fonts/Icons/Icons.woff") format("woff"), url("/static/fonts/Icons/Icons.ttf") format("truetype"), url("/static/fonts/Icons/Icons.svg#Icons") format("svg"); }

.icon-arrowFlip:before, .icon-arrowTop:before, .icon-audio:before, .icon-burger:before, .icon-cancel:before, .icon-check:before, .icon-facebook:before, .icon-file:before, .icon-headphone:before, .icon-help:before, .icon-magnifier-black-minus:before, .icon-magnifier-black:before, .icon-magnifier-white-minus:before, .icon-magnifier-white:before, .icon-mail:before, .icon-mute:before, .icon-pause:before, .icon-play:before, .icon-share:before, .icon-twitter:before, .icon-utube:before, .icon-video:before, .icon-whatsapp:before, .icon-zoom:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.icon-arrowFlip:before {
  content: ""; }

.icon-arrowTop:before {
  content: ""; }

.icon-audio:before {
  content: ""; }

.icon-burger:before {
  content: ""; }

.icon-cancel:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-headphone:before {
  content: ""; }

.icon-help:before {
  content: ""; }

.icon-magnifier-black-minus:before {
  content: ""; }

.icon-magnifier-black:before {
  content: ""; }

.icon-magnifier-white-minus:before {
  content: ""; }

.icon-magnifier-white:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-mute:before {
  content: ""; }

.icon-pause:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-share:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-utube:before {
  content: ""; }

.icon-video:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

.icon-zoom:before {
  content: ""; }

/* ==================================================
 * Colors: General
 * ================================================== */
/* ==================================================
 * Colors: Components
 * ================================================== */
/* ==================================================
 * Default breakpoints
 * ================================================== */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * 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,
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 */ }

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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

svg {
  max-height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

audio, canvas, figure, img, svg,
video, iframe, object, embed {
  outline: 0;
  border: 0;
  vertical-align: middle; }

sub, sup {
  font-size: 80%; }

input[type="search"] {
  box-sizing: border-box; }

fieldset {
  min-width: 0; }

input, button, select, textarea {
  line-height: inherit; }
  input:focus, button:focus, select:focus, textarea:focus {
    outline: none; }

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

[hidden] {
  display: none !important; }

[readonly],
[readonly]:focus {
  cursor: default; }

[disabled],
[disabled]:focus {
  cursor: not-allowed; }

ul, ol {
  cursor: default; }

li {
  cursor: auto; }

abbr[title], dfn[title] {
  cursor: help; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

html,
body {
  height: 100%; }

/*!
H5BP Print Reset
Source: github.com/h5bp/html5-boilerplate/blob/master/css/main.css
*/
@media print {
  * {
    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^="javascript:"]:after,
  a[href^="#"]: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; } }

.typo__title,
.typo__claim,
.typo__intro {
  color: #fff;
  opacity: 1;
  font-family: 'Noto Serif', serif; }

.typo__title,
.typo__claim {
  font-weight: bold; }

.typo__title {
  font-size: 16px;
  text-transform: uppercase; }

.typo__claim {
  font-size: 22px;
  margin-top: 6%; }

.typo__intro {
  max-width: 60%;
  margin: 10px auto 6px auto;
  font-size: 13px;
  opacity: 0.7;
  letter-spacing: 0.4px; }

.typo__about__heading,
.typo__about__textContainer h3 {
  font-family: 'Noto Serif', serif;
  font-weight: bold;
  color: #333; }

.typo__about__heading {
  font-size: 24px;
  letter-spacing: 1.24px;
  text-transform: uppercase;
  margin: 36px auto 16px auto;
  text-align: center; }

.typo__about__textContainer {
  text-align: left;
  margin: 0 auto;
  max-width: 260px; }
  .typo__about__textContainer p, .typo__about__textContainer h3 {
    font-size: 14px;
    margin-bottom: 28px;
    letter-spacing: 0.44px;
    line-height: 21px; }
  .typo__about__textContainer p {
    font-weight: 400; }

.typo__help__text2,
.typo__help__text {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 26px;
  color: #333;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 28px; }
  .typo__help__text2 a,
  .typo__help__text a {
    color: #F9B234; }

.page--about .typo__help__text {
  max-width: 80%; }

.typo__help__title {
  font-family: 'Noto Serif', serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1.24px;
  color: #333;
  max-width: 80%; }

.typo__help__title2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  margin: 0 auto; }

.typo__help__country {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 2.4px;
  color: #9FA3A7;
  text-align: center; }
  .typo__help__country:after {
    content: '';
    display: block;
    margin: 10px auto 10px auto;
    width: 40px;
    height: 2px;
    background-color: #9FA3A7; }

.typo__help__text2 {
  color: #A1A1A3; }

.typo__help__anchor,
.typo__help__anchor--arrow {
  color: #F9B234;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400; }

.scrollableWrapper {
  height: 100%;
  position: relative; }

.scrollable {
  overflow: auto;
  max-height: calc(100% - 85px); }

@media only screen and (min-width: 768px) {
  .typo__title {
    font-size: 24px; }
  .typo__claim {
    font-size: 64px; }
  .typo__intro {
    font-size: 16px;
    max-width: 540px; }
  .typo__about__heading {
    font-size: 27px;
    letter-spacing: 1.4px; }
  .typo__about__textContainer {
    max-width: 800px;
    margin-bottom: 50px; }
    .typo__about__textContainer p, .typo__about__textContainer h3 {
      font-size: 16px;
      letter-spacing: .5px;
      line-height: 27px; } }

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.logo {
  width: 140px;
  height: auto;
  margin: 0 auto;
  transition: width .2s ease-out;
  display: block;
  cursor: pointer; }
  .logo object {
    pointer-events: none;
    cursor: pointer; }
  .logo:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

@media only screen and (min-width: 768px) {
  .logo {
    width: 240px; } }

.page {
  border: 3px solid #F9B234;
  width: 100vw;
  height: 100vh;
  min-width: 320px;
  min-height: 480px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden; }

.page--landing {
  background-image: url("../img/Onepager.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .page--landing:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }

.page__section {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
  height: 100%; }

header.page__section {
  height: 52px;
  /* 98px on desktop -> 100px */
  z-index: 2; }

main.page__section {
  height: calc(100% - 108px); }

.page--profile main.page__section {
  z-index: 2; }

footer.page__section {
  height: 56px;
  /* 99px on desktop -> 100px */ }

.page__section.page__section--fullHeight {
  height: calc(100% - 52px); }
  .page__section.page__section--fullHeight .button--invert {
    position: absolute;
    min-width: 60px;
    left: 8px;
    top: -30px; }

.page__section--sliderNav {
  margin-top: 12px; }

.page--about .page__section--header {
  border-bottom: 1px solid #E0E0E1; }

.page--media .page__section--header,
.page--help .page__section--header {
  border-bottom: 1px solid #E0E0E1; }

.page--media .scrollableWrapper,
.page--help .scrollableWrapper {
  padding: 0 12px;
  text-align: center; }

.page--media .scrollable,
.page--help .scrollable {
  max-height: calc(100% - 150px);
  padding-bottom: 10px; }

.page--media .sharings,
.page--help .sharings {
  margin-bottom: 40px; }

.page--media .scrollable {
  max-height: calc(100% - 200px); }

.page--media .sharings {
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .page {
    min-height: 630px; }
  header.page__section {
    height: 100px; }
  main.page__section {
    height: calc(100% - 200px); }
  footer.page__section {
    height: 100px; }
  main.page__section.page__section--fullHeight {
    height: calc(100% - 100px); }
    main.page__section.page__section--fullHeight .button {
      min-width: 150px;
      left: 27px; }
  .page--media .scrollable {
    max-height: calc(100% - 250px); }
  .page--landing .button--invert {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

.button {
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  padding: 2px 8px;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  border-radius: 1px; }

.button--ora {
  background-color: #F9B234;
  padding: 8px 5px;
  min-width: 60px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333; }

.button--play {
  width: 100px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  padding: 0; }
  .button--play:after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    transition: border-left-color .3s ease-out;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 10px solid transparent; }
  .button--play:hover:after {
    border-left-color: #F9B234; }

.button--invert {
  border: 1px solid #F9B234;
  border-radius: 1px;
  transition: background-color .3s ease-out, color .3s ease-out;
  color: #F9B234;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 10px;
  line-height: 25px;
  vertical-align: middle;
  text-transform: uppercase; }
  .button--invert:hover {
    background-color: #F9B234;
    color: #fff; }

@media only screen and (min-width: 768px) {
  .page--landing .button--invert {
    margin-top: 50px;
    padding: 16px 30px;
    font-size: 16px; } }

.overlay-video,
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 90;
  display: none;
  background: transparent;
  transition: background .4s ease-in; }
  .overlay-video .logo,
  .overlay .logo {
    margin-top: 6px; }
  .overlay-video .icon-cancel,
  .overlay .icon-cancel {
    position: absolute;
    right: 25px;
    top: 25px;
    color: white;
    cursor: pointer;
    z-index: 99; }

.overlay-video.open,
.overlay.open {
  background: black; }

.overlay__centerer {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.overlay__embedContainer {
  position: relative;
  overflow: hidden;
  height: calc(100% - 100px);
  width: 100%;
  top: 100px; }

.overlay__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh; }

@media only screen and (min-width: 768px) {
  .overlay .logo {
    margin-top: 14px; } }

.content {
  position: relative;
  width: 100%;
  height: 100%; }
  .content:after {
    content: "";
    display: table;
    clear: both; }

.content__col {
  box-sizing: border-box;
  position: relative; }

.content__col--left,
.content__col--right {
  display: none; }

.content__col--center {
  height: 100%;
  width: 100%;
  text-align: center; }

.content__profileRow {
  width: 100%;
  height: 98px; }

.content__photoboxRow {
  width: 100%;
  height: calc(100% - 142px);
  position: relative; }

.content__audioRow {
  width: 100%;
  height: 46px;
  padding-top: 4px; }
  .content__audioRow .profile__ctaAudio {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    color: #000;
    vertical-align: top;
    line-height: 18px;
    padding: 6px 12px;
    float: right; }
  .content__audioRow .icon-headphone {
    width: 32px;
    height: 32px;
    float: right;
    font-size: 24px; }
  .content__audioRow .button.icon-pause,
  .content__audioRow .button.icon-play {
    height: 32px;
    width: 32px;
    border: 1px solid black;
    border-radius: 50%;
    padding: 0;
    position: relative;
    float: right;
    z-index: 2;
    margin-right: 22px; }
    .content__audioRow .button.icon-pause:before,
    .content__audioRow .button.icon-play:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .content__audioRow .button.icon-pause:after,
    .content__audioRow .button.icon-play:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 32px;
      height: 32px;
      box-sizing: border-box;
      border: 2px solid #F9B234;
      border-radius: 50%;
      border-top-color: transparent;
      border-right-color: #F9B234;
      border-left-color: transparent;
      border-bottom-color: transparent;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .content__audioRow .button--invert {
    float: left;
    margin-left: 8px; }

.content__column--about {
  overflow: auto;
  height: 100vh;
  text-align: center; }
  .content__column--about .content__scrollWrapper {
    max-width: 260px;
    margin: 0 auto; }

@media only screen and (min-width: 768px) {
  .content__col {
    display: block;
    float: left;
    height: 100%; }
  .page--landing .content__col--center {
    width: 100%;
    float: none;
    margin: 0 auto; }
  .content__col--left,
  .content__col--right {
    width: 30%; }
  .content__col--left {
    border-right: 1px dashed #E0E0E1; }
  .content__col--right {
    border-left: 1px dashed #E0E0E1; }
  .content__col--center {
    width: 40%; }
  .content__audioRow,
  .content__profileRow {
    display: none; }
  .content__photoboxRow {
    height: calc(100% - 46px); } }

.header {
  height: 100%;
  padding: 8px;
  position: relative;
  box-sizing: border-box; }
  .header .logo,
  .header .icon-cancel,
  .header .menu__trigger,
  .header .button--ora {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header .button--ora {
    right: 8px; }
  .header .logo {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .header .menu__trigger {
    left: 8px; }
  .header .icon-cancel {
    left: 38px; }

.menu .header {
  border-bottom: none; }
  .menu .header .icon-cancel {
    left: 8px;
    padding: 0 9px; }

.page--profile .header {
  border-bottom: 1px solid #E0E0E1; }

@media only screen and (min-width: 768px) {
  .header .button--ora {
    right: 27px;
    padding: 9px 5px; }
  .header .menu__trigger {
    left: 27px; } }

.langMenu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90px; }

.langMenu__list {
  position: relative;
  min-width: 40px;
  text-align: left;
  width: 100%;
  cursor: pointer; }
  .langMenu__list .icon-arrowTop {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
    .langMenu__list .icon-arrowTop:before {
      font-size: 8px; }

.langMenu.open .langMenu__list .icon-arrowTop {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.langMenu.open .langMenu__item {
  display: block; }
  .langMenu.open .langMenu__item:nth-child(2) {
    top: 19px; }
  .langMenu.open .langMenu__item:nth-child(3) {
    top: 38px; }

.langMenu__item {
  list-style-type: none;
  position: absolute;
  display: none; }
  .langMenu__item:nth-child(2) {
    top: 0px; }
  .langMenu__item:nth-child(3) {
    top: 0px; }
  .langMenu__item a {
    position: relative;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.4;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400; }
  .langMenu__item.active {
    display: block;
    position: relative; }
  .langMenu__item.active a,
  .langMenu__item:hover a {
    opacity: 1; }

.no-js .langMenu:after {
  display: none; }

.no-js .langMenu a {
  white-space: nowrap;
  overflow: hidden;
  max-width: 20px;
  display: inline-block; }

.no-js .langMenu__item {
  display: block;
  top: 0;
  float: left; }
  .no-js .langMenu__item:not(:first-of-type) {
    margin-left: 6px; }

@media only screen and (min-width: 768px) {
  .langMenu {
    width: 110px;
    left: 20px; }
  .langMenu__item a {
    font-size: 16px; }
  .no-js .langMenu__item a {
    max-width: 22px; }
  .no-js .langMenu__item:not(:first-of-type) {
    margin-left: 8px; } }

.profile {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 220px;
  margin: 0 auto; }

.profile__mobile {
  padding-top: 18px;
  padding: 8px; }
  .profile__mobile:after {
    content: "";
    display: table;
    clear: both; }
  .profile__mobile .profile__avatar {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    box-sizing: border-box; }
  .profile__mobile .profile__name {
    font-size: 16px; }
  .profile__mobile .profile__moreInfo {
    letter-spacing: 1.4px; }
  .profile__mobile .profile__detail {
    padding-left: 8px; }
    .profile__mobile .profile__detail .button {
      float: left; }
  .profile__mobile .profile__mobile,
  .profile__mobile .profile__avatar,
  .profile__mobile .profile__detail,
  .profile__mobile .profile__name,
  .profile__mobile .profile__moreInfo {
    float: left; }

.profile__avatar {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.profile__name {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  font-size: 22px; }

.profile__moreInfo {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 2.4px;
  color: #9FA3A7;
  margin-bottom: 10px;
  clear: both; }

.profile__bar {
  width: 40px;
  height: 2px;
  background-color: #9FA3A7;
  margin: 24px auto 20px auto; }

.profile__text--prev {
  position: relative; }
  .profile__text--prev:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20%;
    width: 100%;
    content: "";
    background: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, 0) 80%); }

.profile__text {
  text-align: left;
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #333;
  margin-bottom: 26px; }

.profile__menu.open {
  left: 0;
  overflow-y: scroll; }

.profile__menu {
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  text-align: center;
  padding-top: 46px;
  padding-bottom: 20px;
  background-color: #F2F2F2;
  position: absolute;
  left: -100%;
  transition: left .6s ease-out;
  z-index: 10; }
  .profile__menu .profile__menuContent {
    height: 100%;
    overflow: auto; }
    .profile__menu .profile__menuContent .profile__bar {
      margin: 12px auto 12px auto; }
  .profile__menu .icon-cancel {
    position: absolute;
    top: 16px;
    right: 8px; }
  .profile__menu small {
    font-family: "Noto Sans", sans-serif;
    font-size: 10px;
    letter-spacing: 2.4px;
    color: #9FA3A7; }
  .profile__menu .sharings {
    margin-top: 8px;
    margin-bottom: 18px; }
  .profile__menu .profile__name {
    margin-top: 22px; }
  .profile__menu .profile__text {
    margin: 30px auto 30px auto;
    max-width: 240px;
    height: auto;
    color: #333;
    position: relative; }
  .profile__menu .profile__detailMap__libya {
    max-width: 240px;
    display: block;
    margin: 0 auto; }
    .profile__menu .profile__detailMap__libya img {
      max-width: 240px;
      width: 100%;
      height: auto; }

.profile__detailVideo {
  position: relative;
  width: 240px;
  height: 145px;
  background-image: url("../img/Onepager.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 30px auto 14px auto; }
  .profile__detailVideo:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0; }
  .profile__detailVideo .icon-utube {
    color: #fff;
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.profile__detail.open {
  display: block; }

.profile__itemrow {
  width: 100%;
  box-sizing: border-box; }
  .profile__itemrow:after {
    content: "";
    display: table;
    clear: both; }

.profile__itemrow--foto {
  margin-top: 4px;
  height: calc(100% - 138px);
  position: relative; }

.profile__itemrow--audio {
  height: 38px;
  text-align: right;
  padding-top: 12px;
  padding-right: 14px;
  position: relative; }
  .profile__itemrow--audio .icon-headphone {
    width: 32px;
    height: 32px; }
  .profile__itemrow--audio .button.icon-play {
    height: 32px;
    width: 32px;
    border: 1px solid black;
    border-radius: 50%;
    padding: 0;
    position: relative;
    float: right;
    z-index: 2;
    top: -6px; }
    .profile__itemrow--audio .button.icon-play:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .profile__itemrow--audio .button.icon-play:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 32px;
      height: 32px;
      box-sizing: border-box;
      border: 2px solid #F9B234;
      border-radius: 50%;
      border-top-color: transparent;
      border-right-color: #F9B234;
      border-left-color: transparent;
      border-bottom-color: transparent;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .profile__itemrow--audio .profile__ctaAudio {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    color: #000;
    vertical-align: top;
    line-height: 18px;
    padding: 0 12px;
    float: right; }

.profile__itemrow--imageTurn {
  display: none;
  bottom: 0;
  position: absolute;
  text-align: center;
  padding-bottom: 3px; }
  .profile__itemrow--imageTurn .button {
    width: 100px;
    height: 30px; }
    .profile__itemrow--imageTurn .button .icon:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 18px;
      color: #333; }

@media only screen and (min-width: 768px) {
  .sharings--mobil,
  .profile__itemrow--audio,
  .profile__mobile {
    display: none; }
  .profile__itemrow--imageTurn {
    display: block; }
  .profile__itemrow--foto {
    height: calc(100vh - 240px);
    margin-top: 0; }
  .profile__menu {
    width: 30%;
    border-right: 3px solid #F9B234; }
    .profile__menu .icon-whatsapp {
      display: none; }
    .profile__menu .profile__detailMap__libya {
      max-width: 280px;
      padding: 0 20px; } }

.sharings a {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid black;
  border-radius: 50%;
  margin-right: 4px;
  text-decoration: none;
  color: black;
  vertical-align: middle; }
  .sharings a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .sharings a:hover:before {
    color: #F9B234; }
  .sharings a.icon-whatsapp {
    font-size: 20px; }

.sharings__cta {
  font-family: "Noto Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 2.4px;
  color: #9FA3A7; }

.sharings--mobil {
  /* float: right; */
  margin-top: 6px;
  position: absolute;
  right: -8px; }

.sharing__group {
  display: none;
  border: 2px solid black;
  border-radius: 18px;
  width: 36px;
  height: auto;
  position: absolute;
  background-color: #fff;
  z-index: 8;
  top: 60px; }

.sharing__groupItem {
  list-style-type: none;
  position: relative;
  text-align: center;
  margin: 4px auto; }
  .sharing__groupItem:first-of-type {
    margin-top: 24px; }
  .sharing__groupItem:last-of-type {
    margin-bottom: 24px; }
  .sharing__groupItem a {
    border: none; }

.sharing__groupTrigger {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid black;
  border-radius: 50%;
  margin-right: 14px; }
  .sharing__groupTrigger:before, .sharing__groupTrigger:after {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    opacity: 0;
    transition: opacity .1s ease; }
  .sharing__groupTrigger:before {
    bottom: -14px;
    left: calc(50% - 8px);
    border-width: 16px 8px 0;
    border-color: #000 transparent; }
  .sharing__groupTrigger:after {
    bottom: -12px;
    left: calc(50% - 6px);
    border-width: 14px 6px 0;
    border-color: #fff transparent; }

.sharing__groupTrigger.open:before, .sharing__groupTrigger.open:after {
  opacity: 1; }

.sharing__groupTrigger.open:before {
  bottom: -14px; }

.sharing__groupTrigger.open:after {
  bottom: -10px; }

.sharing__groupTrigger.open .icon-share {
  color: #F9B234; }

.sharing__groupTrigger.open + .sharing__group {
  display: block; }

@media only screen and (min-width: 480px) {
  .sharings .icon-whatsapp {
    display: none; } }

.photobox__centerWrapper {
  height: 100%;
  width: 100%; }

.photobox__container {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-perspective: 800px;
  perspective: 800px; }
  .photobox__container .icon-cancel {
    display: none; }

.photobox__container.inZoom {
  position: absolute;
  top: -98px;
  left: 0;
  right: 0;
  height: calc(100% + 98px);
  padding: 0;
  max-height: none;
  max-width: none;
  z-index: 1;
  image-rendering: auto;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated; }
  .photobox__container.inZoom .zoomImg {
    display: block;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  .photobox__container.inZoom .icon-cancel {
    display: block;
    z-index: 1;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%; }

.photobox__centerer {
  position: relative;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s; }
  .photobox__centerer.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .photobox__centerer img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated; }

.photobox__image {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  image-rendering: auto;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .photobox__image.front {
    display: block;
    opacity: 1;
    -webkit-transform: rotateY(180deg) translate(50%);
    transform: rotateY(180deg) translate(50%); }

.inZoom .photobox__zoomCloser {
  display: block; }

.inZoom .flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.inZoom .photobox__image {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  z-index: 0; }

.inZoom .back {
  z-index: 1;
  opacity: 0; }

.inZoom .front {
  opacity: 1;
  z-index: 1;
  -webkit-transform: rotateY(360deg) translate(-50%);
  transform: rotateY(360deg) translate(-50%); }

.photobox__asideContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1; }
  .photobox__asideContainer .zoomImg {
    display: none; }
  .photobox__asideContainer .photobox__zoomCloser {
    display: none; }
  .photobox__asideContainer.open {
    top: -100px;
    bottom: -100px;
    background-color: #fff; }
    .photobox__asideContainer.open .photobox__zoomCloser {
      display: block; }

.photobox__zoomCurser {
  display: none; }

.inZoom .photobox__zoom {
  height: 100%;
  background-color: white; }

.photobox__zoom {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0; }
  .photobox__zoom .zoomImg {
    position: relative; }

.photobox__zoomCloser {
  display: none;
  height: 38px;
  width: 38px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #F9B234;
  z-index: 7;
  position: relative;
  float: right;
  margin: 14px 8px 8px 8px;
  cursor: pointer;
  z-index: 2; }
  .photobox__zoomCloser .icon-cancel:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media only screen and (min-width: 768px) {
  .photobox__container {
    margin: 0 auto; }
  .photobox__container.inZoom {
    top: 0;
    height: 100%; }
    .photobox__container.inZoom .icon-cancel {
      display: none; }
    .photobox__container.inZoom .photobox__zoomCloser,
    .photobox__container.inZoom .photobox__zoom {
      display: none; }
  .inZoom .photobox__image.front {
    opacity: 1;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: rotateY(180deg) translate(50%);
    transform: rotateY(180deg) translate(50%); }
  .inZoom .photobox__zoom {
    background-color: transparent; }
  .inZoom .photobox__image.back {
    opacity: 1; }
  .photobox__asideContainer .zoomImg {
    display: inline; }
  .photobox__image {
    width: auto;
    max-width: 100%;
    height: auto; } }

.sliderNav {
  width: 100%;
  height: 100%;
  z-index: 2; }
  .sliderNav:after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20%;
    height: 100%;
    border: 2px solid #F9B234; }
  .sliderNav:before {
    content: '';
    position: absolute;
    top: -12px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #F9B234; }

.sliderNav__item {
  width: 20%;
  max-height: 100%;
  box-sizing: border-box;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: -webkit-filter .3s ease-out;
  transition: filter .3s ease-out;
  transition: filter .3s ease-out, -webkit-filter .3s ease-out;
  border-style: solid;
  border-width: 1px 0px 0px 1px;
  border-color: #E0E0E1; }
  .sliderNav__item.is-selected {
    border: none;
    -webkit-filter: none;
    filter: none; }
  .sliderNav__item img {
    width: auto;
    max-height: 56px;
    box-sizing: border-box; }

.sliderNav__itemVideo {
  width: 100%;
  margin: 0;
  height: 100%;
  min-height: 56px;
  box-sizing: border-box;
  position: relative;
  background-image: url("../img/Onepager_thumb.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .sliderNav__itemVideo:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0; }
  .sliderNav__itemVideo .icon-utube {
    color: #fff;
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media only screen and (min-width: 768px) {
  .sliderNav {
    height: 100px; }
    .sliderNav:before, .sliderNav:after {
      display: none; }
  .sliderNav__item {
    width: 10%;
    height: 100%;
    cursor: pointer; }
    .sliderNav__item.is-selected {
      border-top: 1px solid  #E0E0E1;
      border-left: 1px solid  #E0E0E1; }
    .sliderNav__item img {
      max-height: 98px; }
  .sliderNav__itemVideo {
    height: 100px; } }

.player {
  display: none;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  margin-top: 12px;
  z-index: 2; }
  .player audio {
    display: none; }
  .player .icon-headphone {
    width: 32px;
    height: 32px;
    display: inline-block;
    font-size: 32px; }
  .player .player__volumenWrapper {
    width: 19px; }
  .player .icon-mute,
  .player .icon-audio {
    color: #A1A1A3;
    min-width: 19px; }

.player__gui {
  height: 16px;
  max-width: 320px;
  margin: 32px auto 26px auto;
  position: relative; }

.player__playPause {
  display: inline-block;
  width: 16px;
  color: #333; }

.player__progressBar--current,
.player__progressBar {
  width: calc(100% - 140px);
  border-radius: 4px;
  height: 6px;
  position: relative; }

.player__progressBar {
  background-color: #A1A1A3;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 0; }

.player__progressBar--current {
  position: absolute;
  display: inline-block;
  width: 0%;
  left: 0px;
  max-width: 100%;
  transition: width .3s ease-out;
  background-color: #F9B234; }

.player__timer {
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  color: #A1A1A3;
  vertical-align: top; }

.quotes {
  font-family: 'Noto Serif', serif;
  font-size: 45px;
  color: #F9B234;
  position: relative; }
  .quotes.top {
    top: 18px; }

.quotation {
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  max-width: 220px;
  margin: 0 auto; }

@media only screen and (min-width: 768px) {
  .player {
    display: block; }
    .player .sharings {
      top: -1px;
      position: relative; }
      .player .sharings .icon.icon-whatsapp {
        display: none; } }

.menu__trigger {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid #9FA3A7;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 9px;
  cursor: pointer; }
  .menu__trigger .icon {
    font-size: 14px; }

.menu {
  z-index: 0;
  background-color: #333333;
  width: 100vw;
  height: 100vh;
  display: none;
  text-align: center; }
  .menu small {
    font-size: 10px; }

.menu__section {
  position: relative;
  text-align: center; }
  .menu__section .icon {
    color: #fff; }
  .menu__section:nth-child(1) {
    height: 52px; }
    .menu__section:nth-child(1) .icon-cancel {
      color: #fff;
      padding: 0 9px;
      left: 8px; }
  .menu__section:nth-child(2) {
    height: calc(100% - 52px); }
    .menu__section:nth-child(2) .sharings .icon {
      border: none; }
    .menu__section:nth-child(2) small {
      color: #9FA3A7; }
      .menu__section:nth-child(2) small a {
        color: inherit;
        text-decoration: none; }
        .menu__section:nth-child(2) small a:hover {
          color: #fff; }

.menu.open {
  height: 100vh;
  z-index: 10; }

.menu__lang {
  color: #A1A1A3; }
  .menu__lang a {
    text-decoration: none;
    color: #A1A1A3;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px; }
    .menu__lang a.active {
      color: #F9B234; }
    .menu__lang a:hover {
      color: #fff; }

.menu__navItems,
.menu__list {
  list-style-type: none;
  margin-bottom: 8px; }

.menu__listItem {
  margin-top: 8px; }
  .menu__listItem:first-of-type {
    margin-top: 12px; }
  .menu__listItem:last-of-type {
    margin-bottom: 20px; }
  .menu__listItem a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: 'Noto Serif', serif; }
    .menu__listItem a:hover {
      color: #F9B234; }

.menu__navitem {
  margin-top: 2px; }
  .menu__navitem a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    color: #9FA3A7; }
    .menu__navitem a:hover {
      color: #fff; }

@media only screen and (min-width: 768px) {
  .menu small {
    font-size: 12px;
    margin: 10px 0; }
  .menu.open {
    min-height: 700px; }
  .menu__section {
    height: 100px; }
  .menu__section {
    position: relative;
    text-align: center; }
    .menu__section:nth-child(1) {
      height: 100px; }
      .menu__section:nth-child(1) .icon {
        left: 27px; }
    .menu__section:nth-child(2) {
      height: calc(100% - 170px); }
  .menu__lang {
    margin-top: 24px; }
    .menu__lang a {
      font-size: 16px; }
  .menu__navItems,
  .menu__list {
    margin: 20px 0; }
  .menu__listItem {
    margin-top: 14px; }
    .menu__listItem:first-of-type {
      margin-top: 18px; }
    .menu__listItem:last-of-type {
      margin-bottom: 18px; }
    .menu__listItem a {
      font-size: 20px; }
  .menu__navitem {
    margin-top: 4px; }
    .menu__navitem a {
      font-size: 14px; } }

.copyField {
  border: 1px solid #F9B234;
  border-radius: 2px;
  max-width: 530px;
  margin: 0 auto 30px auto;
  position: relative;
  overflow: hidden; }
  .copyField .copyField__src {
    float: left;
    padding-top: 8px;
    padding-left: 12px;
    color: #A1A1A3;
    white-space: nowrap; }
  .copyField:after {
    content: "";
    display: table;
    clear: both; }

.copyField .button.button--ora {
  transition: color .2s ease-out;
  top: 0;
  right: 0;
  left: 0;
  float: right;
  position: absolute;
  cursor: pointer; }
  .copyField .button.button--ora .icon-check {
    display: none;
    position: absolute;
    left: 50%;
    color: #333; }

@media only screen and (min-width: 768px) {
  .copyField .button.button--ora {
    position: relative;
    left: 1px !important; } }

.supporter {
  height: auto;
  margin-bottom: 60px; }
  .supporter:first-of-type {
    margin-top: 40px; }
  .supporter div {
    padding: 12px; }
  .supporter:after {
    content: "";
    display: table;
    clear: both; }

.supporterCol2,
.supporterCol4 {
  float: left;
  width: 100%;
  box-sizing: border-box; }

.supporterCol1 {
  margin-bottom: 20px; }

.supporterCircleBig {
  position: relative;
  background-color: #ffa626;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 20px auto; }
  .supporterCircleBig img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px; }

.supporterCircleSmall {
  width: 96px;
  height: 96px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 20px auto; }

@media only screen and (min-width: 768px) {
  .supporterCol2 {
    width: 50%; }
    .supporterCol2:first-of-type {
      border-right: 1px dashed #333; }
  .supporterCol4 {
    min-height: 580px; }
  .supporterCol4 {
    width: 25%;
    border-right: 1px dashed #333; }
    .supporterCol4:last-of-type {
      border: none; } }

.media__contact,
.media__download {
  text-align: left;
  padding-bottom: 28px; }
  .media__contact h3,
  .media__download h3 {
    font-family: 'Noto Serif', serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #212121; }
  .media__contact p, .media__contact a, .media__contact span,
  .media__download p,
  .media__download a,
  .media__download span {
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #4A4A4A; }
  .media__contact a,
  .media__download a {
    color: #F9B234;
    margin-right: 10px; }

.sharings {
  margin-top: 8px;
  margin-bottom: 18px; }

.media__contact {
  margin-bottom: 20px;
  border-bottom: 1px solid #9B9B9B; }

.media__download {
  border-top: 1px solid #9B9B9B;
  padding-top: 10px; }

@media only screen and (min-width: 768px) {
  .media__contact,
  .media__download {
    margin-left: auto;
    margin-right: auto;
    max-width: 520px; } }

.ar .menu__trigger {
  right: 8px;
  left: initial; }

.ar .header .button--ora {
  right: initial;
  left: 8px; }

.ar .menu .header .icon-cancel {
  right: 8px;
  left: initial; }

.ar .langMenu {
  right: 8px;
  left: initial; }

.ar .langMenu__list {
  text-align: right; }
  .ar .langMenu__list .icon-arrowTop {
    right: initial;
    left: 0; }

.ar .langMenu__item {
  right: 0; }

.ar .profile__detail,
.ar .profile__mobile .profile__name,
.ar .profile__detail .button,
.ar .profile__mobile .profile__avatar {
  float: right; }

.ar .profile__mobile .profile__detail {
  padding-left: 0px;
  padding-right: 8px; }

.ar .profile__menu {
  left: 100%; }
  .ar .profile__menu.open {
    left: 0; }

.ar .photobox__zoomCloser {
  float: left; }

.ar .sharings--mobil {
  right: initial;
  left: 8px; }

.ar .page__section--fullHeight .button--invert {
  left: initial;
  right: 8px; }

@media only screen and (min-width: 768px) {
  .ar .content__col {
    float: right; }
  .ar .content__col--right {
    border-left: none;
    border-right: 1px dashed #E0E0E1; }
  .ar .content__col--left {
    border-right: none;
    border-left: 1px dashed #E0E0E1; }
  .ar .profile__menu.open {
    left: 70%;
    border-right: none;
    border-left: 3px solid #F9B234; }
  .ar .page__section--fullHeight a.button--invert {
    left: initial;
    right: 27px; }
  .ar .langMenu {
    right: 20px; } }
