@font-face {
  font-family: "Juana";
  src: url("../fonts/juana/JuanaLight.eot");
  src: url("../fonts/juana/JuanaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/juana/JuanaLight.woff2") format("woff2"), url("../fonts/juana/JuanaLight.woff") format("woff"), url("../fonts/juana/JuanaLight.ttf") format("truetype"), url("../fonts/juana/JuanaLight.svg#JuanaLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Regular.eot");
  src: url("../fonts/raleway/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-Regular.woff2") format("woff2"), url("../fonts/raleway/Raleway-Regular.woff") format("woff"), url("../fonts/raleway/Raleway-Regular.ttf") format("truetype"), url("../fonts/raleway/Raleway-Regular.svg#Raleway-Regular") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Scheherazade";
  src: url("../fonts/scheherazade/Scheherazade-Regular.eot");
  src: url("../fonts/scheherazade/Scheherazade-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/scheherazade/Scheherazade-Regular.woff2") format("woff2"), url("../fonts/scheherazade/Scheherazade-Regular.woff") format("woff"), url("../fonts/scheherazade/Scheherazade-Regular.ttf") format("truetype"), url("../fonts/scheherazade/Scheherazade-Regular.svg#Scheherazade-Regular") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/** COLORS **/
html.timeline {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.timeline:not(.timeline-main-page) {
  overflow: hidden;
}
html.timeline:not(.timeline-main-page) body,
html.timeline:not(.timeline-main-page) .dialog-off-canvas-main-canvas,
html.timeline:not(.timeline-main-page) #block-unidir-content {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 450px) {
  html.timeline:not(.timeline-main-page) body,
html.timeline:not(.timeline-main-page) .dialog-off-canvas-main-canvas,
html.timeline:not(.timeline-main-page) #block-unidir-content {
    overflow: visible;
  }
}
html.timeline:not(.timeline-main-page) #block-unidir-content {
  padding: 0;
}
html.timeline h1 {
  font-size: 48px;
  font-family: "Juana";
  font-weight: 300;
}
html.timeline h2 {
  font-size: 42px;
  font-family: "Juana";
  font-weight: 300;
}
@media (max-width: 450px) {
  html.timeline img {
    max-width: 100%;
    height: auto;
  }
}

.timeline--close {
  margin-left: 4.5rem;
  display: block;
}
.timeline--close:after {
  display: inline-block;
  background: url("../images/close.svg") no-repeat;
  -webkit-transform: transalteY(-10px);
      -ms-transform: transalteY(-10px);
          transform: transalteY(-10px);
  content: " ";
  width: 45px;
  height: 39px;
}
html[dir=rtl] .timeline--close {
  margin-left: 0;
  margin-right: 4.5rem;
}

.disable-scrollbars {
  /* Firefox */
  scrollbar-width: none;
  /* IE 10+ */
  -ms-overflow-style: none;
}
.disable-scrollbars::-webkit-scrollbar {
  /* Chrome/Safari/Webkit */
  width: 0px;
  background: transparent;
  display: none;
}

html[dir=rtl] .main-page-timeline .timeline--main-page--content {
  text-align: right;
}
html[dir=rtl] .timeline--footer--milestones-dates > ul .owl-item {
  margin-right: 0;
  margin-left: 7rem;
}
html[dir=rtl] .timeline--header--search-box {
  margin-left: 2rem;
  margin-right: 0;
}

html[lang=ar] .main-page-timeline .timeline--main-page--content h1 {
  font-family: "Scheherazade";
}
html[lang=ar] .main-page-timeline .timeline--main-page--content p {
  font-family: "Scheherazade";
  font-size: 22px;
  line-height: 27px;
}
html[lang=ar] .main-page-timeline .timeline--main-page--content a {
  font-family: "Scheherazade";
  font-size: 25px;
}
html[lang=ar].timeline h1, html[lang=ar].timeline h2, html[lang=ar].timeline h3, html[lang=ar].timeline h4, html[lang=ar].timeline h5 {
  font-family: "Scheherazade";
}
html[lang=ar] .milestone-timeline.teaser .milestone--link a,
html[lang=ar] .milestone-timeline .milestone--date {
  font-family: "Scheherazade";
}
html[lang=ar] .milestone-timeline p {
  font-family: "Scheherazade";
  font-size: 22px;
}

.timeline--header {
  width: 100%;
  background: #ffffff;
  padding-top: 30px;
}

.timeline--header--inner {
  margin: 0 auto;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 450px) {
  .timeline--header--inner {
    margin-top: 1rem;
  }
}
.timeline--header--inner > h1 {
  margin-right: auto;
  max-width: 350px;
}
html[dir=rtl] .timeline--header--inner > h1 {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
.timeline--header--inner > h1 a {
  margin-left: 2rem;
  margin-top: 1.5rem;
  font-size: 24px;
  font-weight: 300;
  color: #020202;
}
@media (max-width: 450px) {
  .timeline--header--inner > h1 a {
    font-size: 16px;
    line-height: 20px;
    margin-left: 0;
  }
}

[data-drupal-selector=views-exposed-form-timeline-search-page] {
  display: none;
}
.timeline [data-drupal-selector=views-exposed-form-timeline-search-page] {
  display: block;
}

.timeline--header--search-box {
  margin-top: 1.5rem;
  margin-right: 2rem;
  position: relative;
  top: -60px;
}
@media (max-width: 450px) {
  .timeline--header--search-box {
    margin-top: -0.5rem;
    margin-right: 5px;
  }
}
.timeline--header--search-box form {
  margin-bottom: 0;
  position: relative;
}
.timeline--header--search-box label[for=edit-s] {
  display: none;
}
.timeline--header--search-box [data-drupal-selector=edit-s] {
  color: #020202;
  padding: 1rem;
  border: 1px solid #E6E6E6;
  border-radius: 23px;
}
@media (max-width: 450px) {
  .timeline--header--search-box [data-drupal-selector=edit-s] {
    width: 50px;
  }
  .timeline--header--search-box [data-drupal-selector=edit-s]::-webkit-input-placeholder {
    color: transparent;
  }
  .timeline--header--search-box [data-drupal-selector=edit-s]::-moz-placeholder {
    color: transparent;
  }
  .timeline--header--search-box [data-drupal-selector=edit-s]:-ms-input-placeholder {
    color: transparent;
  }
  .timeline--header--search-box [data-drupal-selector=edit-s]::-ms-input-placeholder {
    color: transparent;
  }
  .timeline--header--search-box [data-drupal-selector=edit-s]::placeholder {
    color: transparent;
  }
}
.timeline--header--search-box [data-drupal-selector=edit-actions] {
  width: auto;
}
.timeline--header--search-box input[type=submit] {
  position: absolute;
  top: 2rem;
  right: 1rem;
  width: 20px;
  height: 20px;
  text-indent: -5000rem;
  border: 0;
  background-color: transparent;
  background: transparent url(../images/lupa.svg) no-repeat center center;
}

.timeline--header--language-switcher,
.timeline #block-dropdownlanguage {
  width: 140px;
  position: relative;
}
@media (max-width: 450px) {
  .timeline--header--language-switcher,
.timeline #block-dropdownlanguage {
    margin-top: -0.5rem;
    width: 100px;
  }
}
.timeline--header--language-switcher > fieldset,
.timeline #block-dropdownlanguage > fieldset {
  margin-bottom: 2rem;
  background-color: transparent !important;
  padding: 30px 18px 18px;
}
.timeline--header--language-switcher legend,
.timeline #block-dropdownlanguage legend {
  display: none !important;
}
.timeline--header--language-switcher .dropbutton-widget,
.timeline #block-dropdownlanguage .dropbutton-widget {
  border: 0px !important;
}
.timeline--header--language-switcher .dropbutton-widget .dropbutton,
.timeline #block-dropdownlanguage .dropbutton-widget .dropbutton {
  position: absolute;
  border: 1px solid #E6E6E6;
  background: white;
  padding: 1rem 3rem 1rem 1rem;
  border-radius: 30px;
  top: 0;
}
.timeline--header--language-switcher .dropbutton-action:not(:first-child),
.timeline #block-dropdownlanguage .dropbutton-action:not(:first-child) {
  margin: 2rem 0 2rem;
}

.dropbutton-action.secondary-action a {
  font-size: 16px;
}

html[dir=rtl].timeline #block-dropdownlanguage .dropbutton-widget .dropbutton {
  padding: 1rem 1rem 1rem 3rem;
}

#block-dropdownlanguage .js .dropbutton-multiple .dropbutton-widget {
  border: 0px !important;
}

.timeline--footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.timeline--footer--decades {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1B3A57;
}
.timeline--footer--decades .timeline--footer--decades--results {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline--footer--decades .timeline--footer--decades--results > li {
  border-bottom: 3px solid #1B3A57;
  width: 12.5%;
  position: relative;
}
.timeline--footer--decades .timeline--footer--decades--results > li a {
  display: block;
  background: none;
  padding: 1.5rem 0;
  text-align: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.43);
  font-size: 14px;
  line-height: 16px;
}
.timeline--footer--decades .timeline--footer--decades--results > li a:focus {
  outline: none;
}
.timeline--footer--decades .timeline--footer--decades--results > li.decade-current::after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  height: 3px;
  width: 40%;
  background-color: #1B3A57;
}
html[dir=rtl] .timeline--footer--decades .timeline--footer--decades--results > li.decade-current::after {
  right: auto;
  left: 0;
}
.timeline--footer--decades .timeline--footer--decades-fechas {
  display: none;
}

.timeline--footer--milestones-dates {
  position: relative;
  bottom: 58px;
  left: 0;
  width: 100%;
  background: #ffffff;
}
html[dir=rtl] .timeline--footer--milestones-dates {
  text-align: right;
  left: auto;
  right: 0;
}
.timeline--footer--milestones-dates .milestones-dates--line {
  height: 1px;
  width: 100%;
  background-color: #E6E6E6;
  position: relative;
  top: 12px;
}
@media (max-width: 450px) {
  .timeline--footer--milestones-dates .milestones-dates--line {
    display: none;
  }
}
.timeline--footer--milestones-dates > ul {
  margin: 0 auto;
  padding: 0 2rem;
  list-style: none;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
@media (max-width: 450px) {
  .timeline--footer--milestones-dates > ul {
    overflow-x: hidden;
  }
}
.timeline--footer--milestones-dates > ul .owl-stage-outer {
  overflow: visible;
}
.timeline--footer--milestones-dates > ul .owl-stage {
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  /* IE and Edge */
  -ms-overflow-style: none;
  /* Firefox */
  scrollbar-width: none;
}
.timeline--footer--milestones-dates > ul .owl-item {
  color: rgba(2, 2, 2, 0.18);
  display: inline-block;
  position: relative;
  margin-right: 9rem;
  width: auto !important;
  height: auto;
  border-radius: unset;
  background: none;
  opacity: 1;
  padding: 2.5rem 2rem;
  cursor: pointer;
  border: 0;
  float: none;
}
@media (max-width: 450px) {
  .timeline--footer--milestones-dates > ul .owl-item {
    padding-left: 0;
    width: 100%;
    margin-right: 2rem;
    padding: 1.5rem 2rem 2.5rem;
  }
}
.timeline--footer--milestones-dates > ul .owl-item time {
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.timeline--footer--milestones-dates > ul .owl-item time:after {
  content: " ";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #E6E6E6;
  display: block;
  position: absolute;
  top: 6px;
  left: 15%;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media (max-width: 450px) {
  .timeline--footer--milestones-dates > ul .owl-item time:after {
    display: none;
  }
}
.timeline--footer--milestones-dates > ul .owl-item.active time:after {
  width: 23px;
  height: 23px;
  top: 0;
}

.timeline--milestones {
  width: 100%;
  height: calc(100% - 94px * 2);
  position: relative;
}
.toolbar-horizontal .timeline--milestones {
  height: calc(100% - 94px * 2);
}
.timeline--milestones--results {
  height: 100%;
  list-style: none;
  padding: 0;
}
@media (max-width: 450px) {
  .timeline--milestones--results {
    position: relative;
    z-index: 0;
  }
}
.timeline--milestones--results > .owl-stage-outer {
  max-height: 60vh;
}
@media (max-width: 450px) {
  .timeline--milestones--results > .owl-stage-outer {
    overflow-y: visible;
  }
}
.timeline--milestones--results > .owl-stage-outer .owl-stage {
  max-height: 100%;
}
.timeline--milestones--results.owl-carousel .owl-nav.disabled {
  display: block;
}

.timeline--milestone--content {
  width: 1160px;
  margin: 5rem auto 0;
  height: 100%;
  padding: 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 1160px) {
  .timeline--milestone--content {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .timeline--milestone--content {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .timeline--milestone--content {
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .timeline--milestone--content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
    padding: 2rem 2rem;
  }
}

.owl-carousel .owl-nav {
  position: absolute;
  right: 4rem;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
html[dir=rtl] .owl-carousel .owl-nav {
  right: auto;
  left: 4rem;
}
@media (max-width: 450px) {
  .owl-carousel .owl-nav {
    position: fixed;
    right: 1rem;
    bottom: 8.8rem;
    top: auto;
    background: #ffffff;
  }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  background-color: #E9E9E9;
}
.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}
@media (max-width: 450px) {
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 0.5rem;
  }
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  background: url(../images/arrow.svg) no-repeat;
  background-size: cover;
  width: 14px;
  height: 10px;
  display: inline-block;
}
html[dir=rtl] .owl-carousel .owl-nav button.owl-next span, html[dir=rtl] .owl-carousel .owl-nav button.owl-prev span {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.owl-carousel .owl-nav button.owl-next {
  margin-top: 1rem;
}
.owl-carousel .owl-nav button.owl-next span {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
html[dir=rtl] .owl-carousel .owl-nav button.owl-next span {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.timeline--decade {
  width: 50%;
  height: 60%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 450px) {
  .timeline--decade {
    width: 100%;
  }
}
.timeline--decade .timeline--decade--year {
  font-family: "Juana";
  font-weight: 300;
  font-style: italic;
  font-size: 400px;
  line-height: 500px;
  letter-spacing: -16px;
  color: rgba(230, 230, 230, 0.6);
}
@media (max-width: 450px) {
  .timeline--decade .timeline--decade--year {
    font-size: 136px;
    line-height: 170px;
    letter-spacing: -5.44px;
  }
}
.timeline--decade .timeline--decade--image {
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.decade-animate .timeline--decade .timeline--decade--year {
  color: rgba(230, 230, 230, 0);
  -webkit-animation: decada-year-intro 8s;
          animation: decada-year-intro 8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.decade-animate .timeline--decade .timeline--decade--image {
  opacity: 0;
  -webkit-animation-name: decada-image-intro;
          animation-name: decada-image-intro;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.decade-animate .milestone-timeline .milestone--header, .decade-animate .milestone-timeline .milestone--content {
  opacity: 0;
}
.decade-animate .milestone-timeline .milestone--header {
  -webkit-animation-name: decada-milestone-intro;
          animation-name: decada-milestone-intro;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.decade-animate .milestone-timeline .milestone--content {
  -webkit-animation-name: decada-milestone-intro;
          animation-name: decada-milestone-intro;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes decada-year-intro {
  0% {
    color: rgba(230, 230, 230, 0);
  }
  20% {
    color: rgba(230, 230, 230, 0);
  }
  40% {
    color: #e6e6e6;
  }
  60% {
    color: #e6e6e6;
  }
  100% {
    color: rgba(230, 230, 230, 0.6);
  }
}

@keyframes decada-year-intro {
  0% {
    color: rgba(230, 230, 230, 0);
  }
  20% {
    color: rgba(230, 230, 230, 0);
  }
  40% {
    color: #e6e6e6;
  }
  60% {
    color: #e6e6e6;
  }
  100% {
    color: rgba(230, 230, 230, 0.6);
  }
}
@-webkit-keyframes decada-image-intro {
  0% {
    opacity: 0%;
  }
  40% {
    opacity: 100%;
  }
  80% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}
@keyframes decada-image-intro {
  0% {
    opacity: 0%;
  }
  40% {
    opacity: 100%;
  }
  80% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}
@-webkit-keyframes decada-milestone-intro {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes decada-milestone-intro {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.milestone-timeline.full,
.timeline--wrapper,
.timeline--milestones {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 450px) {
  .milestone-timeline.full,
.timeline--wrapper,
.timeline--milestones {
    overflow-y: visible;
  }
}

.timeline-milestone-inner {
  width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1160px) {
  .timeline-milestone-inner {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .timeline-milestone-inner {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .timeline-milestone-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 3rem;
  }
}

.milestone-timeline p,
.milestone-timeline .milestone--date {
  color: #ffffff;
  font-family: "Raleway";
  font-weight: 300;
}
.milestone-timeline.full span.accordion-link {
  cursor: pointer;
  color: #ffffff;
  font-family: "Juana";
  font-weight: 300;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.milestone-timeline.full span.accordion-link:before {
  content: "";
  background: url("../images/triangle.svg") no-repeat;
  background-size: 18px;
  width: 32px;
  height: 15px;
  line-height: 2;
  background-position: left;
}
.milestone-timeline.full .milestone--top-buttons {
  position: fixed;
  right: 0;
  text-align: right;
  margin: 30px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html[dir=rtl] .milestone-timeline.full .milestone--top-buttons {
  right: auto;
  left: 0;
  text-align: left;
}
@media (max-width: 450px) {
  .milestone-timeline.full .milestone--top-buttons {
    position: relative;
    text-align: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2rem 1.5rem;
  }
}
.milestone-timeline.full .with-background {
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 450px) {
  .milestone-timeline.full .with-background {
    background-size: 100%;
    background-position: 0;
    display: block;
  }
}
.milestone-timeline.full .with-background .no-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 80vh;
  overflow-y: hidden;
}
@media (max-width: 450px) {
  .milestone-timeline.full .with-background .no-children {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-y: scroll;
  }
}
.milestone-timeline.full .with-background .timeline--milestones--inner {
  width: 100%;
}
.milestone-timeline.full .with-background .milestone--header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-right: 6em;
}
html[dir=rtl] .milestone-timeline.full .with-background .milestone--header {
  padding-right: 0;
  padding-left: 4rem;
  text-align: right;
}
@media (max-width: 450px) {
  .milestone-timeline.full .with-background .milestone--header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.milestone-timeline.full .with-background .milestone--header .milestone--date {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.milestone-timeline.full .with-background .milestone--header h1,
.milestone-timeline.full .with-background .milestone--header h2 {
  color: #ffffff;
}
.milestone-timeline.full .with-background .milestone--header h1 {
  font-size: 36px;
}
@media (max-width: 450px) {
  .milestone-timeline.full .with-background .milestone--header h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.milestone-timeline.full .with-background .milestone--header .milestone--explore-context-link {
  color: #ffffff;
}
.milestone-timeline.full .with-background .milestone--header .milestone--explore-context-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.milestone-timeline.full .with-background .milestone--header .milestone--explore-context-link span:before {
  content: "";
  background: url("../images/explorecontent.svg") no-repeat;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  cursor: pointer;
}
.milestone-timeline.full .with-background .milestone--header .milestone--media {
  margin-top: 60px;
}
.milestone-timeline.full .with-background .milestone--header .milestone--media .media-remote_video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.milestone-timeline.full .with-background .milestone--header .milestone--media .media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.milestone-timeline.full .with-background .milestone--content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  position: relative;
  overflow-y: auto;
  padding-right: 1em;
  padding-bottom: 10px;
  padding-top: 3rem;
  max-height: 450px;
}
html[dir=rtl] .milestone-timeline.full .with-background .milestone--content {
  text-align: right;
}
@media (max-width: 450px) {
  .milestone-timeline.full .with-background .milestone--content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    max-height: 100%;
    margin-top: 2rem;
  }
}
.milestone-timeline.full .with-background .milestone--content p {
  font-size: 19px;
}
.milestone-timeline.full .with-background .milestone--content p a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: underline;
}
.milestone-timeline.full .with-background .milestone--content .accordion-panel {
  margin-top: 60px;
  display: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  padding-right: 20px;
}
.milestone-timeline.full .with-background .milestone--content.read-more-show .accordion-link:before {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
      transform: scaleY(-1);
  -webkit-filter: FlipV;
          filter: FlipV;
  -ms-filter: "FlipV";
}
.milestone-timeline.full .with-background .milestone--content.read-more-show .accordion-panel {
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.milestone-timeline.full .timeline--footer .timeline--footer--milestones-dates {
  bottom: 0;
  padding-top: 40px;
  top: 40px;
}
.milestone-timeline.full .timeline--footer .timeline--footer--milestones-dates > ul {
  height: 147px;
}
.milestone-timeline.full .timeline--footer .timeline--footer--milestones-dates > ul .owl-item time:after {
  top: -29px;
}
.milestone-timeline.full .timeline--footer .timeline--footer--milestones-dates > ul .owl-item.active time:after {
  top: -35px;
}
.milestone-timeline.full .milestone--explore-context {
  display: none;
}
.milestone-timeline.full .toggle-audio {
  display: none;
}
.milestone-timeline.teaser .milestone--header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-right: 4rem;
  padding-top: 2rem;
}
html[dir=rtl] .milestone-timeline.teaser .milestone--header {
  padding-right: 0;
  padding-left: 4rem;
  text-align: right;
}
@media (max-width: 450px) {
  .milestone-timeline.teaser .milestone--header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
  }
}
.milestone-timeline.teaser .milestone--date {
  font-size: 14px;
  color: #020202;
  text-transform: uppercase;
}
.milestone-timeline.teaser h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 43px;
  letter-spacing: 0.4px;
  color: #020202;
  margin-top: 20px;
}
@media (max-width: 450px) {
  .milestone-timeline.teaser h2 {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2px;
  }
}
.milestone-timeline.teaser .milestone--link a {
  font-family: "Juana";
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 43px;
  color: #020202;
  display: inline-block;
}
.milestone-timeline.teaser .milestone--link a:after {
  display: block;
  content: " ";
  width: 0;
  height: 3px;
  background-color: #020202;
  -webkit-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
@media (max-width: 450px) {
  .milestone-timeline.teaser .milestone--link a:after {
    wdith: 100%;
  }
}
.milestone-timeline.teaser .milestone--link a:hover:after {
  width: 100%;
}
@media (max-width: 450px) {
  .milestone-timeline.teaser .milestone--link a {
    font-size: 20px;
  }
}
.milestone-timeline.teaser .milestone--content {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding-left: 1rem;
  position: relative;
}
@media (max-width: 450px) {
  .milestone-timeline.teaser .milestone--content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    width: 70%;
    margin: 0 auto;
  }
}
.milestone-timeline.teaser .timeline--decade--image {
  position: absolute;
}
.milestone-timeline.teaser .milestone--media {
  position: relative;
}
.milestone-timeline.teaser .media-image {
  -webkit-transform: translateY(15%);
      -ms-transform: translateY(15%);
          transform: translateY(15%);
}
.milestone-timeline.teaser .media-image img {
  margin: 0 auto;
  height: auto;
}
.milestone-timeline.teaser .audio-teaser {
  display: block;
  width: 191px;
  height: 123px;
  -webkit-mask-image: url(../images/audio.svg);
          mask-image: url(../images/audio.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #1B3A57;
  position: relative;
  margin: 0 auto;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.milestone-timeline.milestone-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1140px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.milestone-timeline.milestone-child .child-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
}
.milestone-timeline.milestone-child .milestone--explore-context {
  display: none;
}

.timeline--milestones--inner.with-children .milestone-timeline.full {
  background-color: transparent;
}

.timeline--explore-content--show .milestone--top-buttons,
.timeline--explore-content--show .timeline--footer,
.timeline--explore-content--show .timeline--controls {
  display: none;
}
.timeline--explore-content--show .milestone-timeline.full .milestone--explore-context {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.timeline--explore-content--show .milestone-timeline.full .milestone--explore-context .timeline-milestone-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.timeline--explore-content--show .milestone-timeline.full .milestone--explore-context .timeline-milestone-inner .inner {
  position: relative;
}
.timeline--explore-content--show .milestone-timeline.full .milestone--explore-context .timeline-milestone-inner .inner .explore-context-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline--explore-content--show .milestone-timeline.full .milestone--explore-context .timeline-milestone-inner .inner .explore-context-header .return-arrow {
  background: url(../images/arrow-white.svg) no-repeat;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background-size: 46px;
  position: absolute;
  left: -65px;
}
@media (max-width: 450px) {
  .timeline--explore-content--show .milestone-timeline.full .milestone--explore-context .timeline-milestone-inner .inner .explore-context-header .return-arrow {
    left: 0;
    top: -50px;
  }
}
.timeline--explore-content--show .milestone-timeline.full .milestone--explore-context .timeline-milestone-inner .inner .explore-context-header h2 {
  font-size: 32px;
  color: #fff;
}
.timeline--explore-content--show .milestone-timeline.milestone-child .milestone--explore-context {
  display: block;
  width: inherit;
  height: 100%;
  position: fixed;
  top: 0;
  left: inherit;
  padding-top: 0;
}
.timeline--explore-content--show .milestone-timeline.milestone-child .milestone--explore-context .timeline-milestone-inner {
  padding: 0;
}

article.media-audio .field-media-audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
article.media-audio .field-media-audio .audio-player {
  width: 17%;
}
article.media-audio .field-media-audio .audio-player button {
  width: 65px;
  height: 65px;
  border: 0;
  font-size: 0;
}
article.media-audio .field-media-audio .audio-player button:focus {
  outline: none;
}
article.media-audio .field-media-audio .audio-player button.play {
  background: url("../images/play.svg") no-repeat;
}
article.media-audio .field-media-audio .audio-player button.pause {
  background: url("../images/pause.svg") no-repeat;
}
article.media-audio .field-media-audio .audio-image {
  width: 83%;
  min-height: 75px;
  background-image: url("../images/audio_2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 -5px;
}

html[dir=rtl] .milestone-timeline.full .with-background .milestone--header .milestone--explore-context-link span:before {
  margin-left: 15px;
  margin-right: 0;
}

[class*=decade-1950] .milestone-timeline.full,
[class*=decade-1950] .milestone--explore-context,
[class*=decade-1950] .timeline--footer--milestones-dates .milestones-dates--line,
[class*=decade-1950] .timeline--footer--milestones-dates > ul .owl-item.active time:after {
  background-color: #DCB97B;
}
[class*=decade-1950] .timeline--footer--milestones-dates li .milestone--date,
[class*=decade-1950] .timeline--footer--decades li.decade-current a,
[class*=decade-1950] .timeline--footer--milestones-dates > ul .owl-item.active time {
  color: #DCB97B;
}
[class*=decade-1950] .timeline--footer--decades .timeline--footer--decades--results > li.decade-past {
  border-color: #DCB97B;
}

[class*=decade-1960] .milestone-timeline.full,
[class*=decade-1960] .milestone--explore-context,
[class*=decade-1960] .timeline--footer--milestones-dates .milestones-dates--line,
[class*=decade-1960] .timeline--footer--milestones-dates > ul .owl-item.active time:after {
  background-color: #209C80;
}
[class*=decade-1960] .timeline--footer--milestones-dates li .milestone--date,
[class*=decade-1960] .timeline--footer--decades li.decade-current a,
[class*=decade-1960] .timeline--footer--milestones-dates > ul .owl-item.active time {
  color: #209C80;
}
[class*=decade-1960] .timeline--footer--decades .timeline--footer--decades--results > li.decade-past {
  border-color: #209C80;
}

[class*=decade-1970] .milestone-timeline.full,
[class*=decade-1970] .milestone--explore-context,
[class*=decade-1970] .timeline--footer--milestones-dates .milestones-dates--line,
[class*=decade-1970] .timeline--footer--milestones-dates > ul .owl-item.active time:after {
  background-color: #BD835E;
}
[class*=decade-1970] .timeline--footer--milestones-dates li .milestone--date,
[class*=decade-1970] .timeline--footer--decades li.decade-current a,
[class*=decade-1970] .timeline--footer--milestones-dates > ul .owl-item.active time {
  color: #BD835E;
}
[class*=decade-1970] .timeline--footer--decades .timeline--footer--decades--results > li.decade-past {
  border-color: #BD835E;
}

[class*=decade-1980] .milestone-timeline.full,
[class*=decade-1980] .milestone--explore-context,
[class*=decade-1980] .timeline--footer--milestones-dates .milestones-dates--line,
[class*=decade-1980] .timeline--footer--milestones-dates > ul .owl-item.active time:after {
  background-color: #6BC0D5;
}
[class*=decade-1980] .timeline--footer--milestones-dates li .milestone--date,
[class*=decade-1980] .timeline--footer--decades li.decade-current a,
[class*=decade-1980] .timeline--footer--milestones-dates > ul .owl-item.active time {
  color: #6BC0D5;
}
[class*=decade-1980] .timeline--footer--decades .timeline--footer--decades--results > li.decade-past {
  border-color: #6BC0D5;
}

[class*=decade-1990] .milestone-timeline.full,
[class*=decade-1990] .milestone--explore-context,
[class*=decade-1990] .timeline--footer--milestones-dates .milestones-dates--line,
[class*=decade-1990] .timeline--footer--milestones-dates > ul .owl-item.active time:after {
  background-color: #60A861;
}
[class*=decade-1990] .timeline--footer--milestones-dates li .milestone--date,
[class*=decade-1990] .timeline--footer--decades li.decade-current a,
[class*=decade-1990] .timeline--footer--milestones-dates > ul .owl-item.active time {
  color: #60A861;
}
[class*=decade-1990] .timeline--footer--decades .timeline--footer--decades--results > li.decade-past {
  border-color: #60A861;
}

[class*=decade-2000] .milestone-timeline.full,
[class*=decade-2000] .milestone--explore-context,
[class*=decade-2000] .timeline--footer--milestones-dates .milestones-dates--line,
[class*=decade-2000] .timeline--footer--milestones-dates > ul .owl-item.active time:after {
  background-color: #DEC16E;
}
[class*=decade-2000] .timeline--footer--milestones-dates li .milestone--date,
[class*=decade-2000] .timeline--footer--decades li.decade-current a,
[class*=decade-2000] .timeline--footer--milestones-dates > ul .owl-item.active time {
  color: #DEC16E;
}
[class*=decade-2000] .timeline--footer--decades .timeline--footer--decades--results > li.decade-past {
  border-color: #DEC16E;
}

[class*=decade-2010] .milestone-timeline.full,
[class*=decade-2010] .milestone--explore-context,
[class*=decade-2010] .timeline--footer--milestones-dates .milestones-dates--line,
[class*=decade-2010] .timeline--footer--milestones-dates > ul .owl-item.active time:after {
  background-color: #CE9579;
}
[class*=decade-2010] .timeline--footer--milestones-dates li .milestone--date,
[class*=decade-2010] .timeline--footer--decades li.decade-current a,
[class*=decade-2010] .timeline--footer--milestones-dates > ul .owl-item.active time {
  color: #CE9579;
}
[class*=decade-2010] .timeline--footer--decades .timeline--footer--decades--results > li.decade-past {
  border-color: #CE9579;
}

[class*=decade-2020] .milestone-timeline.full,
[class*=decade-2020] .milestone--explore-context,
[class*=decade-2020] .timeline--footer--milestones-dates .milestones-dates--line,
[class*=decade-2020] .timeline--footer--milestones-dates > ul .owl-item.active time:after {
  background-color: #53BEC2;
}
[class*=decade-2020] .timeline--footer--milestones-dates li .milestone--date,
[class*=decade-2020] .timeline--footer--decades li.decade-current a,
[class*=decade-2020] .timeline--footer--milestones-dates > ul .owl-item.active time {
  color: #53BEC2;
}
[class*=decade-2020] .timeline--footer--decades .timeline--footer--decades--results > li.decade-past {
  border-color: #53BEC2;
}

.timeline-search body {
  background-color: #153B58;
}
@media (max-width: 450px) {
  .timeline-search .timeline--header--language-switcher {
    position: absolute;
    top: 2rem;
    z-index: 1;
  }
}
.timeline-search .timeline--header--language-switcher .links li a {
  color: #ffffff;
}
@media (max-width: 450px) {
  .timeline-search .timeline--header--inner {
    display: block;
    margin: 2rem auto 0;
  }
}
.timeline-search .timeline--close {
  position: relative;
  top: 1rem;
}
@media (max-width: 450px) {
  .timeline-search .timeline--close {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
  }
}
.timeline-search .timeline--header--search-box {
  width: 100%;
}
@media (max-width: 450px) {
  .timeline-search .timeline--header--search-box {
    margin-top: 6rem;
  }
}
.timeline-search .timeline--header--search-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 450px) {
  .timeline-search .timeline--header--search-box form {
    display: block;
  }
}
.timeline-search .timeline--header--search-box label {
  display: none;
}
.timeline-search .timeline--header--search-box .form-select {
  padding: 1rem;
  border-radius: 33px;
}
@media (max-width: 450px) {
  .timeline-search .timeline--header--search-box .form-select {
    width: 30%;
    background: transparent;
    color: white;
    border-color: white;
  }
}
@media (max-width: 450px) {
  .timeline-search .timeline--header--search-box [data-drupal-selector=edit-s] {
    width: 100%;
    background: transparent;
    color: white;
  }
  .timeline-search .timeline--header--search-box [data-drupal-selector=edit-s]::-webkit-input-placeholder {
    color: white;
  }
  .timeline-search .timeline--header--search-box [data-drupal-selector=edit-s]::-moz-placeholder {
    color: white;
  }
  .timeline-search .timeline--header--search-box [data-drupal-selector=edit-s]:-ms-input-placeholder {
    color: white;
  }
  .timeline-search .timeline--header--search-box [data-drupal-selector=edit-s]::-ms-input-placeholder {
    color: white;
  }
  .timeline-search .timeline--header--search-box [data-drupal-selector=edit-s]::placeholder {
    color: white;
  }
}
@media (max-width: 450px) {
  .timeline-search .timeline--header--search-box input[type=submit] {
    top: 5rem;
    background: white;
    background-color: white;
    -webkit-mask-image: url(../images/lupa.svg);
            mask-image: url(../images/lupa.svg);
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}
.timeline-search .timeline-search--content {
  margin-top: 4rem;
}
.timeline-search .views-infinite-scroll-content-wrapper {
  width: 100%;
  height: 70vh;
  overflow-y: scroll;
}
.timeline-search .pager a {
  font-size: 16px;
  padding: 1rem 2rem;
  border-radius: 33px;
  background: #ffffff;
  color: #153B58;
  font-family: "Juana";
  font-weight: 300;
  position: fixed;
  bottom: 2rem;
  display: inline-block;
  top: auto;
}
.timeline-search .pager a:hover {
  color: #ffffff;
}

.timeline-search--header {
  background: none;
}

.timeline-search--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.timeline-search--content > .year {
  font-family: "Juana";
  font-weight: 300;
  font-size: 233px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  /* line-height: 1; */
  color: #9E8760;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  letter-spacing: -1.5rem;
  margin-top: 11rem;
}
@media (max-width: 450px) {
  .timeline-search--content > .year {
    display: none;
  }
}

.timeline-search-results .item-list > ul {
  padding-left: 0;
  list-style: none;
}
.timeline-search-results .item-list li {
  margin-bottom: 3rem;
}
.timeline-search-results .views-field-field-milestone-start-date {
  margin-bottom: 1rem;
}
.timeline-search-results .views-field-field-milestone-start-date time {
  color: #9E8760;
}
.timeline-search-results .views-field-title {
  padding: 0;
  width: auto;
}
.timeline-search-results .views-field-title a {
  color: #ffffff;
}
.timeline-search-results .views-field-title a:hover {
  text-decoration: underline;
}

html:not(.timeline) #views-exposed-form-timeline-search-timeline-search {
  display: none;
}

html:not(.timeline-search) .form-item-year {
  display: none;
}

html[dir=rtl] .timeline--header--search-box input[type=submit] {
  right: auto;
  left: 1rem;
}

.timeline .transparent-header {
  height: 94px;
}
.timeline .transparent-header #primary-menu {
  background-color: #1B3A57;
}

.timeline-main-page #views-exposed-form-timeline-search-timeline-search {
  display: none;
}

.main-page-timeline {
  width: 1160px;
  margin: 2rem auto;
  padding: 0 2rem;
}
@media (max-width: 1160px) {
  .main-page-timeline {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .main-page-timeline {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .main-page-timeline {
    padding: 0 1rem;
  }
}
.main-page-timeline .timeline--main-page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.main-page-timeline .timeline--main-page-inner .left-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding-right: 4rem;
}
html[dir=rtl] .main-page-timeline .timeline--main-page-inner .left-side {
  padding-left: 4rem;
  padding-right: 0;
}
.main-page-timeline .timeline--main-page-inner .right-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  padding-left: 4rem;
}
html[dir=rtl] .main-page-timeline .timeline--main-page-inner .right-side {
  padding-right: 4rem;
  padding-left: 0;
}
@media (max-width: 450px) {
  .main-page-timeline .timeline--main-page-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse wrap;
            flex-flow: column-reverse wrap;
    padding: 0 1.5rem;
  }
  .main-page-timeline .timeline--main-page-inner .left-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
    text-align: center;
  }
  .main-page-timeline .timeline--main-page-inner .left-side img {
    width: 80%;
  }
  .main-page-timeline .timeline--main-page-inner .right-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
  }
}
.main-page-timeline #block-dropdownlanguage {
  width: auto;
}
.main-page-timeline #block-dropdownlanguage .dropbutton-widget .dropbutton {
  right: 0;
}
.main-page-timeline .timeline--header--language-switcher {
  text-align: right;
  margin-top: 0;
  margin-bottom: 4rem;
  width: auto;
}
.main-page-timeline .timeline--header--language-switcher .language-switcher-language-url {
  display: inline-block;
}
.main-page-timeline .timeline--main-page--content h1 {
  font-size: 100px;
  line-height: 127px;
  color: #020202;
}
@media (max-width: 450px) {
  .main-page-timeline .timeline--main-page--content h1 {
    font-size: 34px;
    line-height: 34px;
  }
}
.main-page-timeline .timeline--main-page--content p {
  font-family: "Raleway";
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 450px) {
  .main-page-timeline .timeline--main-page--content p {
    font-size: 14px;
  }
}
.main-page-timeline .timeline--main-page--content a {
  display: inline-block;
  margin-top: 4rem;
  background-color: #1B3A57;
  font-family: "Juana";
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.24px;
  line-height: 27px;
  color: #ffffff;
  border-radius: 33px;
  padding: 1rem 2rem;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media (max-width: 450px) {
  .main-page-timeline .timeline--main-page--content a {
    margin: 2rem auto 4rem;
    width: 80%;
    padding: 1.5rem 2rem;
    display: block;
    text-align: center;
  }
}
.main-page-timeline .timeline--main-page--content a:hover {
  background-color: #1AB1E7;
}
.main-page-timeline .footer {
  text-align: right;
  margin-top: 4rem;
}
@media (max-width: 450px) {
  .main-page-timeline .footer {
    text-align: left;
    padding: 0 1.5rem;
  }
}
.main-page-timeline .footer p {
  font-size: 12px;
}
.main-page-timeline .footer p:after {
  content: url("../images/ue.png");
  -webkit-transform: translate(20px, 7px);
      -ms-transform: translate(20px, 7px);
          transform: translate(20px, 7px);
  display: inline-block;
}
html[dir=rtl] .main-page-timeline .footer p:after {
  -webkit-transform: translate(-20px, 7px);
      -ms-transform: translate(-20px, 7px);
          transform: translate(-20px, 7px);
}