@charset "UTF-8";
@import "fonts.css";
.article .infographic .hint, .gallery header .click-hint p {
  font-size: 18px;
  line-height: 1.7em;
}

.article .manifesto figure blockquote {
  font-size: 26px;
  font-style: italic;
  color: #5412C9;
}

@font-face {
  font-family: "Walsheim";
  src: local("☺︎"), url("Fonts/GT-Walsheim-Ultra-Light.woff2") format("woff2"), url("Fonts/GT-Walsheim-Ultra-Light.woff") format("woff");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Walsheim";
  src: local("☺︎"), url("Fonts/GT-Walsheim-Thin.woff2") format("woff2"), url("Fonts/GT-Walsheim-Thin.woff") format("woff");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Walsheim";
  src: local("☺︎"), url("Fonts/GT-Walsheim-Light.woff2") format("woff2"), url("Fonts/GT-Walsheim-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Walsheim";
  src: local("☺︎"), url("Fonts/GT-Walsheim-Regular.woff2") format("woff2"), url("Fonts/GT-Walsheim-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Walsheim";
  src: local("☺︎"), url("Fonts/GT-Walsheim-Medium.woff2") format("woff2"), url("Fonts/GT-Walsheim-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Walsheim";
  src: local("☺︎"), url("Fonts/GT-Walsheim-Bold.woff2") format("woff2"), url("Fonts/GT-Walsheim-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Walsheim";
  src: local("☺︎"), url("Fonts/GT-Walsheim-Ultra-Bold.woff2") format("woff2"), url("Fonts/GT-Walsheim-Ultra-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Walsheim";
  src: local("☺︎"), url("Fonts/GT-Walsheim-Ultra-Light-Oblique.woff2") format("woff2"), url("Fonts/GT-Walsheim-Ultra-Light-Oblique.woff") format("woff");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "Walsheim";
  src: local("☺︎"), url("Fonts/GT-Walsheim-Thin-Oblique.woff2") format("woff2"), url("Fonts/GT-Walsheim-Thin-Oblique.woff") format("woff");
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "Walsheim";
  src: local("☺︎"), url("Fonts/GT-Walsheim-Light-Oblique.woff2") format("woff2"), url("Fonts/GT-Walsheim-Light-Oblique.woff") format("woff");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Walsheim";
  src: local("☺︎"), url("Fonts/GT-Walsheim-Regular-Oblique.woff2") format("woff2"), url("Fonts/GT-Walsheim-Regular-Oblique.woff") format("woff");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "Walsheim";
  src: local("☺︎"), url("Fonts/GT-Walsheim-Medium-Oblique.woff2") format("woff2"), url("Fonts/GT-Walsheim-Medium-Oblique.woff") format("woff");
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Walsheim";
  src: local("☺︎"), url("Fonts/GT-Walsheim-Bold-Oblique.woff2") format("woff2"), url("Fonts/GT-Walsheim-Bold-Oblique.woff") format("woff");
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: "Walsheim";
  src: local("☺︎"), url("Fonts/GT-Walsheim-Ultra-Bold-Oblique.woff2") format("woff2"), url("Fonts/GT-Walsheim-Ultra-Bold-Oblique.woff") format("woff");
  font-style: italic;
  font-weight: 800;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: Walsheim, Arial, Helvetica; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-weight: 400;
  height: 100%;
  padding: 0;
  margin: 0;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  min-height: 100%;
  padding: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus, input:focus {
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
  Force full width & height.

  If this block is removed, the layout height/length will be determined by
  the amount of content in the page. That might result in a page which has
  a footer only a few inches from the top of the viewport, or one which
  scrolls beyond the viewport.

  This forces the layout to always be full screen regardless of how much,
  or how little, content is in place. Neither is "right" or "wrong", there
  are valid cases for each. I just want to be clear what's controlling the
  page/viewport height.
*/
html, body, .viewport {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

img {
  float: left;
}

/* encapsulate the various syntax in helper clases */
/* inspired by http://infrequently.org/2009/08/css-3-progress/ */
/* items flex/expand vertically */
.vbox {
  /* current syntax */
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Walsheim, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 39px;
  background-color: rgba(255, 255, 255, 0.5);
}

section.main {
  height: 100%;
  width: 100%;
  margin: 79px auto 0 auto;
  background-color: #f5f6f5;
  overflow-x: scroll;
  padding-bottom: 160px;
}
section.main > article.article > section > div {
  margin: 0 auto;
}

.article .infographic .hint, .gallery header .click-hint p {
  font-size: 18px;
  line-height: 1.7em;
}

.article .manifesto figure blockquote {
  font-size: 26px;
  font-style: italic;
  color: #5412C9;
}

header.site-header {
  width: 100%;
  margin: 0 auto;
  background-color: white;
  color: black;
  display: flex;
  flex-direction: row;
  align-items: center;
  letter-spacing: 0.5px;
  position: fixed;
  z-index: 100;
}
header.site-header div.header-container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
header.site-header div.header-container div.title {
  display: flex;
  padding: 20px 36px;
  font-weight: bold;
  font-size: 33px;
}
header.site-header div.header-container div.close-button {
  position: fixed;
  left: 10px;
}
header.site-header div.header-container div.close-button a {
  display: block;
  height: 100%;
  text-decoration: none;
  padding-left: 20px;
}
header.site-header div.header-container div.close-button a .close {
  text-align: right;
  color: black;
  font-weight: normal;
  font-size: 23px;
  text-decoration: none;
  position: relative;
  padding: 0 20px;
  opacity: 1;
}
header.site-header div.header-container div.close-button a .close:hover {
  color: rgb(0, 150, 173);
  text-decoration: none;
}

@media print {
  .hide-on-print {
    display: none;
  }
}
body.lg-on {
  overflow: hidden;
}

.lg .lg-sub-html {
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  display: flex;
  background-color: white;
  color: black;
  text-align: left;
}
.lg .lg-sub-html img {
  height: 40px;
}
.lg .lg-sub-html div {
  flex-grow: 1;
  margin: 12px 20px;
}
.lg .lg-sub-html div h1 {
  display: inline;
  font-size: 16px;
}
.lg .lg-sub-html div span {
  font-size: 16px;
}
.lg .lg-sub-html .close-button {
  cursor: pointer;
}
.lg .lg-toolbar {
  display: none;
}
.lg .lg-item .lg-img-wrap {
  position: relative;
  bottom: auto;
  padding: 0;
}
.lg .lg-item .lg-img-wrap .pager {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 0 50px;
}
.lg .lg-item .lg-img-wrap .pager .circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #d7d9d8;
  cursor: pointer;
}
.lg .lg-item .lg-img-wrap .pager .active {
  background: #5412C9;
}
.lg .lg-item .lg-img-wrap .next-slide-block {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  cursor: pointer;
}
.lg .lg-item .lg-img-wrap .next-slide-block .next-arrow {
  position: fixed;
  bottom: 30px;
  width: 36px;
  margin: 0 auto;
}
.lg .lg-item .lg-img-wrap img.lg-image {
  object-fit: cover;
  width: 100% !important;
  height: auto !important;
}

.timeline {
  padding: 15px 31px;
  font-size: 26px;
}
.timeline .caption {
  margin: 0 auto 60px;
  max-width: 1024px;
}
.timeline .caption h1 {
  display: none;
  font-size: 28px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 10px;
}
.timeline .caption p {
  padding: 0 40px;
}
.timeline section {
  display: flex;
}
.timeline section .year {
  display: flex;
  flex-direction: column;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.timeline section .year.connector:after {
  content: "";
  margin: 10px calc(50% - 1px) 0 calc(50% - 1px);
  height: 100%;
  background-image: linear-gradient(black 60%, rgba(255, 255, 255, 0) 0%);
  background-size: 2px 30px;
  background-repeat: repeat-y;
}
.timeline section .text {
  width: 50%;
  margin: 0 0 20px 20px;
}
.timeline section .text h3 {
  margin: 2px 0 10px 0;
  font-weight: 500;
}
.timeline section .text p {
  margin: 4px 0;
}
.timeline section .text p strong {
  font-style: normal;
  font-weight: normal;
  color: #5412C9;
}

.gallery-restrict-width {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 31px;
  position: relative;
}

.gallery {
  width: 100%;
  overflow: auto;
}
.gallery header.left {
  float: left;
}
.gallery header.right {
  float: right;
}
.gallery header {
  padding-right: 15px;
  margin: 5px;
  width: 295px;
  position: relative;
}
.gallery header .description {
  margin-top: 0;
  font-size: 28px;
  color: #000002;
}
.gallery header .highlighted-text {
  font-size: 26px;
  font-style: italic;
}
.gallery header .main-text {
  font-size: 26px;
  color: #000002;
}
.gallery header .click-hint {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.gallery header .click-hint img {
  margin-right: 8px;
  color: #5412C9;
}
.gallery header .click-hint p {
  font-size: 20px;
  position: relative;
  top: 5px;
  width: 100%;
}
.gallery .item {
  float: left;
}
.gallery .item .caption {
  display: none;
}
.gallery .item img {
  display: block;
  object-fit: cover;
  margin: 5px;
}
.gallery .item img.h-rect {
  width: 630px;
  height: 310px;
}
.gallery .item img.v-rect {
  width: 310px;
  height: 630px;
}
.gallery .item img.huge-square {
  width: 630px;
  height: 630px;
}

.article {
  padding-bottom: 40px;
  letter-spacing: 0.5px;
  font-size: 26px;
}
.article figcaption {
  font-weight: 200;
  line-height: 32px;
  font-size: 19px;
}
.article section {
  clear: both;
}
.article .restrict-width {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 31px;
}
.article .map > div {
  width: 100%;
  height: 400px;
}
.article .full-width-image, .article .large-video {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 80px;
}
.article .full-width-image .img-wrap img, .article .large-video .img-wrap img {
  margin: 0 0 10px 0;
  width: 100%;
}
.article .full-width-image .title, .article .large-video .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 50px;
  max-width: 480px;
  padding: 24px;
}
.article .full-width-image .title.Center, .article .large-video .title.Center {
  text-align: center;
  justify-items: center;
}
.article .full-width-image .title.Right, .article .large-video .title.Right {
  text-align: right;
  justify-items: flex-end;
}
.article .full-width-image .title.Left, .article .large-video .title.Left {
  text-align: left;
  justify-items: flex-start;
}
.article .full-width-image .title.Top, .article .large-video .title.Top {
  text-align: center;
  justify-content: flex-start;
}
.article .full-width-image .title.Bottom, .article .large-video .title.Bottom {
  text-align: center;
  justify-content: flex-end;
}
.article .full-width-image .text, .article .large-video .text {
  margin: 15px 10% 0px;
  text-align: left;
}
.article .full-width-image .text h2, .article .full-width-image .text h3, .article .large-video .text h2, .article .large-video .text h3 {
  text-align: center;
}
.article .three-image {
  overflow-y: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 31px;
  margin-top: 31px;
}
.article .three-image.gallery .item {
  width: 301px;
  padding: 0 20px;
}
.article .three-image.gallery .item img.square {
  padding: 0px;
  margin: 0px 0px 10px 0px;
  width: 100%;
}
.article .three-image.gallery .item:last-child {
  margin-right: 0px;
}
.article .three-image.gallery .item > p, .article .three-image.gallery .item h4 {
  margin: 10px 10px 10px;
  text-align: left;
}
.article .three-column-text {
  display: flex;
  flex-direction: row;
  padding: 5px 31px;
}
.article .three-column-text .column {
  width: 465px;
  padding: 0 20px;
}
.article .three-column-text .column h3 {
  font-size: 26px;
}
.article .infographic {
  width: 940px;
  grid-template-areas: "hint-image hint " "titles image ";
  padding: 5px 36px;
  display: grid;
  grid-template-columns: 310px 620px;
  grid-gap: 10px;
}
.article .infographic .hint-image {
  position: relative;
  grid-area: hint-image;
}
.article .infographic .hint-image img {
  position: absolute;
  bottom: 14px;
  right: 0;
  width: 22px;
}
.article .infographic .hint {
  text-align: left;
  grid-area: hint;
}
.article .infographic .titles {
  text-align: right;
  grid-area: titles;
  height: 500px;
  overflow-y: auto;
  direction: rtl;
  font-weight: normal;
}
.article .infographic .titles * {
  direction: ltr;
}
.article .infographic .titles h2, .article .infographic .titles h3 {
  color: #000002;
  font-weight: normal;
}
.article .infographic .titles li {
  list-style: none;
  padding: 6px 0;
}
.article .infographic .titles li a {
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid;
  border-color: #000002;
  padding-bottom: 2px;
  color: #000002;
}
.article .infographic .titles li a.active {
  color: #5412C9;
  border-color: #5412C9;
}
.article .infographic .image {
  width: 630px;
  height: 500px;
  text-align: left;
  grid-area: image;
  color: #000002;
}
.article .infographic .image img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top left;
}
.article .infographic .image img.active {
  display: initial;
}
.article .masonry {
  padding-top: 0;
  padding-bottom: 0;
}
.article .text-in-columns {
  margin-bottom: 20px !important;
  padding: 0 5px;
  column-gap: 10px;
}
.article .text-in-columns > p {
  margin: 15px 10% 40px;
}
.article .text-in-columns > ol, .article .text-in-columns ul {
  margin: 15px 10% 40px;
}
.article .text-in-columns h1, .article .text-in-columns h2, .article .text-in-columns h3 {
  text-align: center;
}
.article .manifesto {
  padding: 15px 0;
  margin: 15px 10% 40px;
}
.article .manifesto figure {
  position: relative;
  margin: 0;
  padding: 10px 0 15px 0;
}
.article .manifesto figure blockquote {
  margin: 0;
  padding: 10px 0;
}
.article .manifesto figure figcaption {
  font-size: 26px;
  font-weight: 700;
  padding: 5px 0;
  color: #5412C9;
}
.article .manifesto figure:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background: #5412C9;
}
.article .manifesto .body {
  margin: 50px 0 15px 0;
}
.article .manifesto .body h1 {
  font-size: 33px;
}
.article .manifesto .body h2, .article .manifesto .body h3 {
  margin: 15px 0;
}
.article .manifesto .body .content ul {
  padding-left: 1em;
  list-style: none;
}
.article .manifesto .body .content ul li {
  margin: 10px 0;
}
.article .manifesto .body .content ul li::before {
  content: "•";
  color: #5412C9;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.article .large-video {
  overflow: auto;
}
.article .large-video .video figcaption {
  font-weight: 200;
  line-height: 32px;
  font-size: 19px;
}
.article .image-with-description, .article .video-with-description {
  padding: 25px 0 0;
  overflow: auto;
}
.article .image-with-description.left div.video, .article .image-with-description.left img, .article .video-with-description.left div.video, .article .video-with-description.left img {
  float: right;
  padding: 5px 10px 5px 40px;
}
.article .image-with-description.right div.video, .article .image-with-description.right img, .article .video-with-description.right div.video, .article .video-with-description.right img {
  float: left;
  padding: 5px 40px 5px 5px;
}
.article .image-with-description div.video, .article .image-with-description img, .article .video-with-description div.video, .article .video-with-description img {
  width: 450px;
}
.article .image-with-description .text, .article .video-with-description .text {
  margin-top: -20px;
}
.article .image-with-description .text p, .article .video-with-description .text p {
  margin: 0;
}
.article .image-with-description.text-absent img {
  width: 950px;
}
.article .image-with-description.text-absent .text {
  display: none;
}
.article .title-block.left .title {
  text-align: left;
  margin: 15px 10% 40px;
}
.article .title-block.left .title-block-description {
  text-align: left;
  margin: 15px 10% 40px;
  padding-bottom: 40px;
}
.article .title-block.center .title {
  text-align: center;
}
.article .title-block.center .title-block-description {
  text-align: left;
  margin: 15px 10% 40px;
  padding-bottom: 40px;
}

.slide-timeline section {
  margin: 0 auto;
  max-width: 1024px;
}
.slide-timeline section .text {
  width: 25%;
}
.slide-timeline section .text > p {
  margin-top: 0px;
}
.slide-timeline section .img-wrap {
  margin: 0 50px;
}
.slide-timeline section .img-wrap img {
  width: 600px;
  object-fit: contain;
}

.lg-outer.slide-timeline {
  padding: 0;
}
.lg-outer.slide-timeline .lg-sub-html {
  display: none;
}
.lg-outer.slide-timeline .lg-toolbar {
  display: none;
}
.lg-outer.slide-timeline .lg-inner .lg-item:before {
  content: none;
}
.lg-outer.slide-timeline .lg-item .lg-img-wrap:before {
  display: none;
}
.lg-outer.slide-timeline .lg-item .lg-img-wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f6f5;
  background-size: cover;
  position: relative;
  bottom: auto;
  padding: 0;
}
.lg-outer.slide-timeline .lg-item .lg-img-wrap .caption {
  text-align: left;
  margin: 0 125px 0 50px;
}
.lg-outer.slide-timeline .lg-item .lg-img-wrap .caption h1 {
  margin: 40px 0 10px 0;
}
.lg-outer.slide-timeline .lg-item .lg-img-wrap .caption h2 {
  margin: 10px 0 0 0;
}
.lg-outer.slide-timeline .lg-item .lg-img-wrap .slide {
  justify-content: start;
  margin: 80px 125px 0 50px;
  white-space: normal;
  height: 100%;
}
.lg-outer.slide-timeline .lg-item .lg-img-wrap .slide .text {
  margin-right: 50px;
  min-width: 220px;
  text-align: left;
}
.lg-outer.slide-timeline .lg-item .lg-img-wrap .slide .text p {
  height: auto;
}
.lg-outer.slide-timeline .lg-item .lg-img-wrap .slide .img-wrap {
  min-width: 310px;
  margin: 0;
}
.lg-outer.slide-timeline .lg-item .lg-img-wrap .slide .img-wrap img {
  width: 100%;
  margin: 0;
}
.lg-outer.slide-timeline .lg-item .lg-img-wrap .pager {
  margin: 0 70px 0 0;
}
.lg-outer.slide-timeline .lg-item .lg-img-wrap img.lg-image {
  display: none;
}

.lg-outer.full-screen-slide-timeline .lg-item .lg-img-wrap {
  background-color: #7e8183;
}
.lg-outer.full-screen-slide-timeline .lg-item .lg-img-wrap .slide .text {
  color: white;
}

article.fun-fact {
  overflow-x: auto;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  padding: 20px;
  font-size: 26px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
article.fun-fact div {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

article.simple-text {
  overflow-x: auto;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 25px 50px;
  font-size: 26px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
article.simple-text h1, article.simple-text h2, article.simple-text h3, article.simple-text h4 {
  color: #fff;
  text-transform: capitalize;
  margin: 0em;
}
article.simple-text h1 {
  color: #8f55a2;
  text-transform: uppercase;
}
article.simple-text blockquote {
  position: relative;
  color: #8f55a2;
  font-style: italic;
  font-weight: 700;
  margin: 0.75em 2em;
}
article.simple-text blockquote::before {
  content: open-quote;
  font-family: "Times New Roman", Serif;
  position: absolute;
  content: open-quote;
  font-size: 4em;
  margin-left: -0.6em;
  margin-top: -0.1em;
}
article.simple-text blockquote cite {
  font-size: 16px;
  text-transform: none;
  font-style: normal;
}

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