/***
# DESIGNED & DEVELOPED by
Raphael Ble -- Web Designer - Front End Developer -- www.shakeup-dathings.com
***/
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;600;700&display=swap");
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .browserupgrade-ie10 {
    display: block !important;
    visibility: visible !important; }

  #body-preloader {
    display: none !important; }

  body {
    overflow: hidden; } }
.browserupgrade {
  background: white;
  color: #005587;
  display: block;
  text-align: center;
  width: 70%;
  height: auto;
  font-size: 1.5em;
  padding: 20% 15%;
  position: absolute;
  z-index: 101; }
  .browserupgrade a {
    color: #fd9d48; }

.browserupgrade-ie10 {
  display: none;
  visibility: hidden; }

.wrapper {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: none; }
  .wrapper--timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center; }

.wrapper-max {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: none;
  width: 100%;
  /*@include MQ-bp-big-mobile {
  	width: 75.5%;
  }*/ }

.wrapper-min {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
  width: 59.5%; }
  @media only screen and (max-width: 1280px) {
    .wrapper-min {
      width: 65.5%; } }
  @media only screen and (max-width: 1024px) {
    .wrapper-min {
      width: 70.5%; } }
  @media only screen and (max-width: 768px) {
    .wrapper-min {
      width: 75.5%; } }

.align-top {
  display: flex;
  align-items: flex-start;
  justify-content: center; }

.align-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.column-content {
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  flex-wrap: nowrap; }

body {
  background: #0b081d;
  font-family: "Barlow", sans-serif, "Mukta", sans-serif;
  color: #ffffff; }

a {
  color: #fd9d48; }
  a:hover {
    color: #ffffff; }
  a:visited {
    color: #fd9d48; }
  a:active, a:focus, a:visited {
    outline: none; }

/*h1 {
	font-size: 4em;
	color: $primary-color;
}*/
h2 {
  font-size: 1.8vw;
  color: #fd9d48;
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold; }
  @media only screen and (max-width: 1024px) {
    h2 {
      font-size: 2.2vw; } }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 3.1vw; } }
  @media only screen and (max-width: 620px) {
    h2 {
      font-size: 5vw; } }

h4 {
  font-family: "Mukta", sans-serif;
  font-size: 2.6vw;
  color: #ffffff;
  margin: 0 auto;
  letter-spacing: 0;
  font-weight: 800;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 1700px) {
    h4 {
      font-size: 3em; } }
  @media only screen and (max-width: 768px) {
    h4 {
      font-size: 3.2vw; } }
  @media only screen and (max-width: 620px) {
    h4 {
      font-size: 4.2vw; } }

#timeline-section {
  background-color: #0d0514;
  background: url("../img/bg-timeline-shapes@2x.png") top center no-repeat, url("../img/bg-timeline-shapes-2@2x.png") top center no-repeat, url("../img/bg-timeline@2x.jpg") top center no-repeat, url("../img/bg-timeline-repeat@2x.jpg") top center repeat-y;
  background-size: 101%; }
  @media only screen and (max-width: 1024px) {
    #timeline-section {
      background: url("../img/bg-timeline-shapes-mobile@2x.png") top center no-repeat, url("../img/bg-timeline-shapes-2-mobile@2x.png") top center no-repeat, url("../img/bg-timeline-mobile@2x.jpg") top center no-repeat, url("../img/bg-timeline-repeat@2x.jpg") top center repeat-y;
      background-size: 101%; } }
  #timeline-section .timeline-wrapper {
    background: url("../img/bg-timeline-bitcoins@2x.png") bottom right no-repeat;
    background-size: 44%;
    background-position-y: 95%;
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 620px) {
      #timeline-section .timeline-wrapper {
        background-position-y: 98.4%; } }
    #timeline-section .timeline-wrapper .timeline-row {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: flex-start;
      justify-content: center;
      align-items: flex-start;
      position: relative;
      width: 100%;
      height: auto;
      margin-top: 1vw; }
      #timeline-section .timeline-wrapper .timeline-row .structure {
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-end;
        align-items: flex-start;
        padding-right: 1.4%;
        				/*.timeline-structure {
        					background: url("../img/timeline-structure-arrow@2x.png") no-repeat center right;
        					background-size: contain;
        					min-height: 4.2vw;
        					width: 38%;
        					max-width: 101px;
        					display: block;
        					position: relative;
        					z-index: 1;
        
        					span {
        						display: none;
        					}
        				}
        
        				.timeline-structure-line {
        					background: url("../img/bg-timeline-structure@2x.png") repeat-y;
        					height: 100%;
        					width: 38%;
        					max-width: 101px;
        					position: absolute;
        					z-index: -2;
        					top: -2vw;
        					background-size: contain;
        
        					&::before {
        						content: " ";
        						background: url(../img/timeline-structure-start-arrow@2x.png) no-repeat top left;
        						position: absolute;
        						display: block;
        						width: 100%;
        						max-width: 101px;
        						height: 100%;
        						top: -1.6vw;
        						left: 0;
        						z-index: -2;
        						background-size: contain;
        
        						@include MQ-bp-wider-desktop {
        							top: -26px;
        						}
        					}
        
        					&::after {
        						content: " ";
        						background: url(../img/timeline-structure-end-arrow@2x.png) no-repeat bottom left;
        						position: absolute;
        						display: block;
        						width: 100%;
        						max-width: 101px;
        						height: 100%;
        						bottom: -1.9vw;
        						left: 0;
        						z-index: -2;
        						background-size: contain;
        					}
        				}*/ }
        #timeline-section .timeline-wrapper .timeline-row .structure .h4-wrapper {
          width: 35%;
          max-width: 165px;
          height: auto;
          padding: 2.5% 8% 2.5% 6%;
          position: relative;
          text-align: center; }
          #timeline-section .timeline-wrapper .timeline-row .structure .h4-wrapper::before {
            content: " ";
            position: absolute;
            display: block;
            width: 150%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 0;
            background: #4e28ba;
            border-bottom: .2vw solid white;
            transform-origin: top left;
            transform: skew(-27deg); }
          #timeline-section .timeline-wrapper .timeline-row .structure .h4-wrapper--main::before {
            background: #4e28ba; }
          #timeline-section .timeline-wrapper .timeline-row .structure .h4-wrapper--secondary::before {
            background: #16274c; }
        #timeline-section .timeline-wrapper .timeline-row .structure .timeline {
          height: 100%;
          width: 27%;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          align-content: flex-start;
          justify-content: flex-end;
          align-items: flex-start;
          position: relative;
          margin-top: -2.3vw; }
          #timeline-section .timeline-wrapper .timeline-row .structure .timeline .timeline-structure {
            height: 100%;
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: flex-start;
            align-items: flex-start;
            position: relative;
            z-index: 1; }
            #timeline-section .timeline-wrapper .timeline-row .structure .timeline .timeline-structure .timeline-structure-left {
              height: 100%;
              width: 50%;
              transform: skewY(27deg);
              transform-origin: center right; }
              #timeline-section .timeline-wrapper .timeline-row .structure .timeline .timeline-structure .timeline-structure-left--main {
                background: #4e28ba; }
              #timeline-section .timeline-wrapper .timeline-row .structure .timeline .timeline-structure .timeline-structure-left--secondary {
                background: #273f6b; }
            #timeline-section .timeline-wrapper .timeline-row .structure .timeline .timeline-structure .timeline-structure-right {
              background: #3317a1;
              width: 50%;
              height: 100%;
              transform-origin: center left;
              transform: skewY(-27deg); }
              #timeline-section .timeline-wrapper .timeline-row .structure .timeline .timeline-structure .timeline-structure-right--main {
                background: #3317a1; }
              #timeline-section .timeline-wrapper .timeline-row .structure .timeline .timeline-structure .timeline-structure-right--secondary {
                background: #16274c; }
          #timeline-section .timeline-wrapper .timeline-row .structure .timeline .timeline-structure-cercle {
            position: absolute;
            z-index: 2;
            width: 2.5vw;
            height: 2.5vw;
            border-radius: 60%;
            top: 3.3vw;
            right: -26%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center; }
            @media only screen and (max-width: 768px) {
              #timeline-section .timeline-wrapper .timeline-row .structure .timeline .timeline-structure-cercle {
                width: 4vw;
                height: 4vw;
                top: 3vw; } }
            @media only screen and (max-width: 620px) {
              #timeline-section .timeline-wrapper .timeline-row .structure .timeline .timeline-structure-cercle {
                width: 5.5vw;
                height: 5.5vw;
                top: 3vw;
                right: auto;
                left: -47%; } }
            #timeline-section .timeline-wrapper .timeline-row .structure .timeline .timeline-structure-cercle--main {
              background: #4e28ba; }
            #timeline-section .timeline-wrapper .timeline-row .structure .timeline .timeline-structure-cercle--secondary {
              background: #16274c; }
            #timeline-section .timeline-wrapper .timeline-row .structure .timeline .timeline-structure-cercle img {
              width: 35%; }
              @media only screen and (max-width: 620px) {
                #timeline-section .timeline-wrapper .timeline-row .structure .timeline .timeline-structure-cercle img {
                  transform: rotate(180deg); } }
      #timeline-section .timeline-wrapper .timeline-row .info-wrapper {
        font-size: 1vw;
        font-weight: 100; }
        #timeline-section .timeline-wrapper .timeline-row .info-wrapper p {
          margin: 1.5em 0;
          overflow: hidden;
          overflow-wrap: break-word;
          hyphens: auto;
          display: -webkit-box;
          -webkit-line-clamp: 6;
          -webkit-box-orient: vertical; }
          @media only screen and (max-width: 1024px) {
            #timeline-section .timeline-wrapper .timeline-row .info-wrapper p {
              font-size: 1.4vw;
              -webkit-line-clamp: 3; } }
          @media only screen and (max-width: 768px) {
            #timeline-section .timeline-wrapper .timeline-row .info-wrapper p {
              font-size: 1.9vw;
              -webkit-line-clamp: 3;
              margin: 0.8em 0;
              line-height: 1.3; } }
          @media only screen and (max-width: 620px) {
            #timeline-section .timeline-wrapper .timeline-row .info-wrapper p {
              font-size: 3.6vw;
              -webkit-line-clamp: 3;
              margin: 0.4em 0 0.7em 0;
              line-height: 1.2; } }
        #timeline-section .timeline-wrapper .timeline-row .info-wrapper .cta-link {
          padding: 0.6% 1.1%;
          display: inline-block;
          text-align: center;
          position: relative;
          border-bottom: 0.2vw solid #fd9d48;
          z-index: 2;
          transition: all 0.2s ease-out; }
          @media only screen and (max-width: 1024px) {
            #timeline-section .timeline-wrapper .timeline-row .info-wrapper .cta-link {
              padding: 1% 1.8%; } }
          @media only screen and (max-width: 768px) {
            #timeline-section .timeline-wrapper .timeline-row .info-wrapper .cta-link {
              padding: 0.6% 2.7%; } }
          @media only screen and (max-width: 620px) {
            #timeline-section .timeline-wrapper .timeline-row .info-wrapper .cta-link {
              padding: 2.6% 3.7%; } }
          #timeline-section .timeline-wrapper .timeline-row .info-wrapper .cta-link:hover {
            cursor: pointer;
            background: #fd9d48; }
          #timeline-section .timeline-wrapper .timeline-row .info-wrapper .cta-link--main {
            background: #622491; }
          #timeline-section .timeline-wrapper .timeline-row .info-wrapper .cta-link--secondary {
            background: #3c59b6; }
        #timeline-section .timeline-wrapper .timeline-row .info-wrapper span {
          font-family: "Barlow", sans-serif;
          color: #ffffff;
          font-size: .8vw;
          letter-spacing: 0;
          margin: 0;
          font-weight: normal;
          text-transform: uppercase;
          position: relative; }
          @media only screen and (max-width: 1024px) {
            #timeline-section .timeline-wrapper .timeline-row .info-wrapper span {
              font-size: 1.3vw; } }
          @media only screen and (max-width: 768px) {
            #timeline-section .timeline-wrapper .timeline-row .info-wrapper span {
              font-size: 2vw; } }
          @media only screen and (max-width: 620px) {
            #timeline-section .timeline-wrapper .timeline-row .info-wrapper span {
              font-size: 2.9vw; } }
      #timeline-section .timeline-wrapper .timeline-row .story {
        background: #3e4f6e;
        min-height: 18.5vw;
        width: 100%;
        position: absolute;
        z-index: 0;
        bottom: 6.6vw;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        @media only screen and (max-width: 768px) {
          #timeline-section .timeline-wrapper .timeline-row .story {
            bottom: 8.6vw; } }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .timeline-row .story {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            height: 74vw;
            width: 100%; } }
        #timeline-section .timeline-wrapper .timeline-row .story--txt-left {
          text-align: right; }
        #timeline-section .timeline-wrapper .timeline-row .story .quotes-wrapper {
          width: 41.2%;
          padding: 3.1%;
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          height: 68%; }
          @media only screen and (max-width: 620px) {
            #timeline-section .timeline-wrapper .timeline-row .story .quotes-wrapper {
              padding: 3.1% 6% 3.1% 5%;
              width: 62%;
              height: auto; } }
          #timeline-section .timeline-wrapper .timeline-row .story .quotes-wrapper:hover + .quotes-img .story-hover {
            visibility: visible;
            opacity: 1;
            transition: all 0.2s ease-out;
            transition-delay: .2s; }
          #timeline-section .timeline-wrapper .timeline-row .story .quotes-wrapper:hover + .quotes-img img {
            opacity: .2;
            transform: scale(1.05);
            transition: all 0.2s ease-out;
            transition-delay: 0; }
          #timeline-section .timeline-wrapper .timeline-row .story .quotes-wrapper h2 {
            text-align: right;
            width: 100%; }
          #timeline-section .timeline-wrapper .timeline-row .story .quotes-wrapper figure {
            margin: 4.2% 0 0 0;
            padding: 0;
            position: relative;
            width: 100%; }
            #timeline-section .timeline-wrapper .timeline-row .story .quotes-wrapper figure blockquote {
              margin: 0;
              padding: 0; }
            #timeline-section .timeline-wrapper .timeline-row .story .quotes-wrapper figure figcaption {
              margin: 4.2% 0 0 0;
              font-weight: 700;
              position: relative;
              font-size: 0.95vw; }
              @media only screen and (max-width: 768px) {
                #timeline-section .timeline-wrapper .timeline-row .story .quotes-wrapper figure figcaption {
                  font-size: 1.45vw;
                  margin: 3.7% 0 0 0; } }
              @media only screen and (max-width: 620px) {
                #timeline-section .timeline-wrapper .timeline-row .story .quotes-wrapper figure figcaption {
                  font-size: 2.15vw; } }
              #timeline-section .timeline-wrapper .timeline-row .story .quotes-wrapper figure figcaption::before {
                content: "--------";
                position: absolute;
                display: block;
                width: 100%;
                top: -1.5vw;
                right: 0;
                letter-spacing: -1px; }
                @media only screen and (max-width: 620px) {
                  #timeline-section .timeline-wrapper .timeline-row .story .quotes-wrapper figure figcaption::before {
                    top: -44.5%; } }
              #timeline-section .timeline-wrapper .timeline-row .story .quotes-wrapper figure figcaption cite {
                display: block;
                font-weight: 300;
                font-style: italic; }
          #timeline-section .timeline-wrapper .timeline-row .story .quotes-wrapper .quotes {
            font-size: 1.9vw;
            line-height: 1.2;
            margin: 0;
            font-style: italic;
            font-weight: 600;
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            position: relative; }
            @media only screen and (max-width: 620px) {
              #timeline-section .timeline-wrapper .timeline-row .story .quotes-wrapper .quotes {
                font-size: 3.1vw; } }
            #timeline-section .timeline-wrapper .timeline-row .story .quotes-wrapper .quotes::before {
              content: " ";
              background: url("../img/quotes.svg") no-repeat top left;
              background-size: contain;
              position: relative;
              display: inline-block;
              width: 8%;
              height: auto; }
            #timeline-section .timeline-wrapper .timeline-row .story .quotes-wrapper .quotes span {
              display: block;
              width: 89.5%;
              color: #ffffff; }
        #timeline-section .timeline-wrapper .timeline-row .story .quotes-img {
          width: 49%;
          display: inline-block;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0; }
          @media only screen and (max-width: 620px) {
            #timeline-section .timeline-wrapper .timeline-row .story .quotes-img {
              width: 100%;
              position: relative;
              display: block; } }
          #timeline-section .timeline-wrapper .timeline-row .story .quotes-img a {
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            z-index: 2;
            color: #ffffff; }
            @media only screen and (max-width: 620px) {
              #timeline-section .timeline-wrapper .timeline-row .story .quotes-img a {
                position: relative; } }
            #timeline-section .timeline-wrapper .timeline-row .story .quotes-img a:hover .story-hover {
              visibility: visible;
              opacity: 1;
              transition: all 0.2s ease-out;
              transition-delay: .2s; }
            #timeline-section .timeline-wrapper .timeline-row .story .quotes-img a:hover + figure img {
              opacity: .2;
              transform: scale(1.05);
              transition: all 0.2s ease-out;
              transition-delay: 0; }
            #timeline-section .timeline-wrapper .timeline-row .story .quotes-img a .story-hover {
              position: relative;
              z-index: 1;
              height: 100%;
              width: 100%;
              text-align: center;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              opacity: 0;
              visibility: hidden;
              transition: all 0.2s ease-out; }
              @media only screen and (max-width: 1024px) {
                #timeline-section .timeline-wrapper .timeline-row .story .quotes-img a .story-hover {
                  opacity: 1;
                  visibility: visible; } }
              @media only screen and (max-width: 620px) {
                #timeline-section .timeline-wrapper .timeline-row .story .quotes-img a .story-hover {
                  width: 92%;
                  padding-left: 8%; } }
              #timeline-section .timeline-wrapper .timeline-row .story .quotes-img a .story-hover span {
                text-transform: uppercase;
                padding: 1% 0;
                border-bottom: 0.2vw solid #fd9d48; }
                @media only screen and (max-width: 620px) {
                  #timeline-section .timeline-wrapper .timeline-row .story .quotes-img a .story-hover span {
                    font-size: 3vw; } }
          #timeline-section .timeline-wrapper .timeline-row .story .quotes-img figure {
            position: absolute;
            z-index: 0;
            right: 0;
            top: 0;
            height: 100%;
            width: 100%;
            opacity: 1;
            margin: 0;
            overflow-x: clip; }
            #timeline-section .timeline-wrapper .timeline-row .story .quotes-img figure .img-mask {
              height: 100%;
              width: 100%;
              overflow: hidden; }
            #timeline-section .timeline-wrapper .timeline-row .story .quotes-img figure img {
              height: 110%;
              width: auto;
              opacity: 1;
              transition: all 0.2s ease-out;
              transition-delay: .2s; }
              @media only screen and (max-width: 1024px) {
                #timeline-section .timeline-wrapper .timeline-row .story .quotes-img figure img {
                  opacity: .2; } }
              @media only screen and (max-width: 620px) {
                #timeline-section .timeline-wrapper .timeline-row .story .quotes-img figure img {
                  width: auto;
                  height: 105%; } }
            #timeline-section .timeline-wrapper .timeline-row .story .quotes-img figure figcaption {
              text-align: right;
              position: absolute;
              z-index: 3;
              bottom: -1.3vw;
              right: 0;
              font-size: 0.7vw;
              margin: 0;
              padding-right: 1.5%; }
              @media only screen and (max-width: 1024px) {
                #timeline-section .timeline-wrapper .timeline-row .story .quotes-img figure figcaption {
                  font-size: .8vw; } }
              @media only screen and (max-width: 768px) {
                #timeline-section .timeline-wrapper .timeline-row .story .quotes-img figure figcaption {
                  font-size: 1.4vw;
                  bottom: -4vw;
                  line-height: 1.2;
                  width: 43vw; } }
              @media only screen and (max-width: 620px) {
                #timeline-section .timeline-wrapper .timeline-row .story .quotes-img figure figcaption {
                  font-size: 2vw;
                  bottom: -2.4vw;
                  line-height: 1;
                  text-align: left;
                  right: auto;
                  left: 0;
                  padding-right: 0;
                  padding-left: 1.5%;
                  width: 47vw;
                  bottom: -4.5vw; } }
              #timeline-section .timeline-wrapper .timeline-row .story .quotes-img figure figcaption span {
                color: #9c9b9b; }
      @media only screen and (max-width: 620px) {
        #timeline-section .timeline-wrapper .timeline-row--txt-right {
          flex-direction: row-reverse; } }
      #timeline-section .timeline-wrapper .timeline-row--txt-right .first-col {
        width: 35.4%; }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .timeline-row--txt-right .first-col {
            width: 0; } }
      #timeline-section .timeline-wrapper .timeline-row--txt-right .second-col {
        width: 19%; }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .timeline-row--txt-right .second-col {
            width: 23%; } }
      #timeline-section .timeline-wrapper .timeline-row--txt-right .third-col {
        width: 42.4%;
        padding: 1.5% 3.1% 0 1.5%; }
        @media only screen and (max-width: 1024px) {
          #timeline-section .timeline-wrapper .timeline-row--txt-right .third-col {
            padding: 0.9% 3.1% 0 1.5%; } }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .timeline-row--txt-right .third-col {
            width: 60%;
            padding: 0.9% 6% 0 5%; } }
      @media only screen and (max-width: 620px) {
        #timeline-section .timeline-wrapper .timeline-row--txt-right .structure {
          flex-direction: row-reverse !important; } }
      @media only screen and (max-width: 768px) {
        #timeline-section .timeline-wrapper .timeline-row--txt-right .structure .h4-wrapper::before {
          transform: skew(-24deg); } }
      @media only screen and (max-width: 620px) {
        #timeline-section .timeline-wrapper .timeline-row--txt-right .structure .h4-wrapper::before {
          left: auto;
          right: 0;
          transform-origin: top right;
          transform: skew(20deg); } }
      #timeline-section .timeline-wrapper .timeline-row--txt-right .info-wrapper {
        text-align: left; }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .timeline-row--txt-right .info-wrapper {
            text-align: right; } }
      #timeline-section .timeline-wrapper .timeline-row--txt-left .first-col {
        width: 43.2%;
        padding: 1.5% 1.5% 0 3.1%; }
        @media only screen and (max-width: 1024px) {
          #timeline-section .timeline-wrapper .timeline-row--txt-left .first-col {
            padding: 0.9% 1.5% 0 3.1%; } }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .timeline-row--txt-left .first-col {
            width: 60%;
            padding: 0.9% 6% 0 5%; } }
      #timeline-section .timeline-wrapper .timeline-row--txt-left .second-col {
        width: 19%; }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .timeline-row--txt-left .second-col {
            width: 23%; } }
      #timeline-section .timeline-wrapper .timeline-row--txt-left .third-col {
        width: 34.7%; }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .timeline-row--txt-left .third-col {
            width: 0; } }
      #timeline-section .timeline-wrapper .timeline-row--txt-left .structure {
        justify-content: flex-start;
        padding: 0 0 0 1.4%; }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .timeline-row--txt-left .structure {
            padding: 0 1.4% 0 0; } }
        #timeline-section .timeline-wrapper .timeline-row--txt-left .structure .h4-wrapper {
          padding: 2.5% 6% 2.5% 8%; }
          #timeline-section .timeline-wrapper .timeline-row--txt-left .structure .h4-wrapper::before {
            left: auto;
            right: 0;
            transform-origin: top right;
            transform: skew(27deg); }
            @media only screen and (max-width: 768px) {
              #timeline-section .timeline-wrapper .timeline-row--txt-left .structure .h4-wrapper::before {
                transform: skew(24deg); } }
            @media only screen and (max-width: 620px) {
              #timeline-section .timeline-wrapper .timeline-row--txt-left .structure .h4-wrapper::before {
                transform: skew(20deg); } }
        #timeline-section .timeline-wrapper .timeline-row--txt-left .structure .timeline-structure-cercle {
          left: -26%; }
          #timeline-section .timeline-wrapper .timeline-row--txt-left .structure .timeline-structure-cercle img {
            transform: rotate(180deg); }
      #timeline-section .timeline-wrapper .timeline-row--txt-left .info-wrapper {
        text-align: right; }
      #timeline-section .timeline-wrapper .timeline-row--1 {
        margin-top: 33.5vw;
        height: 23.7vw; }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .timeline-row--1 {
            margin-top: 38vw;
            height: 33.7vw; } }
        #timeline-section .timeline-wrapper .timeline-row--1 .timeline {
          margin-top: -24.3vw !important;
          height: 192.5% !important; }
          @media only screen and (max-width: 620px) {
            #timeline-section .timeline-wrapper .timeline-row--1 .timeline {
              margin-top: -34.3vw !important;
              height: 222.5% !important; } }
          #timeline-section .timeline-wrapper .timeline-row--1 .timeline .timeline-structure-cercle {
            top: 25.5vw !important; }
            @media only screen and (max-width: 620px) {
              #timeline-section .timeline-wrapper .timeline-row--1 .timeline .timeline-structure-cercle {
                top: 35.3vw !important; } }
      #timeline-section .timeline-wrapper .timeline-row--2 {
        height: 44.5vw; }
        @media only screen and (min-width: 1700px) {
          #timeline-section .timeline-wrapper .timeline-row--2 {
            height: 45vw; } }
        @media only screen and (max-width: 1024px) {
          #timeline-section .timeline-wrapper .timeline-row--2 {
            height: 46.5vw; } }
        @media only screen and (max-width: 768px) {
          #timeline-section .timeline-wrapper .timeline-row--2 {
            height: 56vw; } }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .timeline-row--2 {
            height: 123vw;
            margin-top: 10.4vw; } }
        #timeline-section .timeline-wrapper .timeline-row--2 .third-col img {
          width: 65%;
          position: relative;
          margin-top: -25%;
          margin-left: 15%; }
      #timeline-section .timeline-wrapper .timeline-row--3 {
        height: 16.3vw; }
        @media only screen and (max-width: 768px) {
          #timeline-section .timeline-wrapper .timeline-row--3 {
            height: 21vw; } }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .timeline-row--3 {
            height: 43vw; }
            #timeline-section .timeline-wrapper .timeline-row--3 .info-wrapper p {
              -webkit-line-clamp: unset; } }
      #timeline-section .timeline-wrapper .timeline-row--4 {
        height: 53.5vw;
        /*.h4-wrapper {
        	&::before {
        		width: 200% !important;
        		right: -5.5vw !important;
        	}
        }*/ }
        @media only screen and (min-width: 1700px) {
          #timeline-section .timeline-wrapper .timeline-row--4 {
            height: 53.1vw; } }
        @media only screen and (max-width: 768px) {
          #timeline-section .timeline-wrapper .timeline-row--4 {
            height: 65.5vw; } }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .timeline-row--4 {
            height: 162.5vw; }
            #timeline-section .timeline-wrapper .timeline-row--4 .story {
              height: 114vw; } }
      #timeline-section .timeline-wrapper .timeline-row--5 {
        height: 24.4vw; }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .timeline-row--5 {
            height: 29.2vw; } }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .timeline-row--5 {
            height: 48vw; } }
      #timeline-section .timeline-wrapper .timeline-row--6 {
        height: 38vw; }
        @media only screen and (max-width: 768px) {
          #timeline-section .timeline-wrapper .timeline-row--6 {
            height: 44vw; } }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .timeline-row--6 {
            height: 67vw; } }
    #timeline-section .timeline-wrapper .fake-bg {
      background: #ffffff;
      display: block;
      height: 15vw;
      width: 100%;
      position: absolute;
      bottom: 0;
      z-index: 0; }
    #timeline-section .timeline-wrapper .fade-out {
      background: linear-gradient(0deg, white 32%, rgba(255, 255, 255, 0) 95%);
      display: block;
      height: 12vw;
      width: 100%;
      position: absolute;
      bottom: 0;
      z-index: 1; }
    #timeline-section .timeline-wrapper .popups {
      background: rgba(255, 255, 255, 0.75);
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      width: 100%;
      position: fixed;
      z-index: 10;
      top: 0;
      opacity: 0;
      transition: all 0.2s ease-out; }
      #timeline-section .timeline-wrapper .popups .bt-close {
        width: 2.5vw;
        height: 2.5vw;
        background: #ffffff;
        display: flex;
        border-radius: 50%;
        position: absolute;
        justify-content: center;
        align-items: center;
        right: -1.3vw;
        top: -1.4vw; }
        @media only screen and (max-width: 768px) {
          #timeline-section .timeline-wrapper .popups .bt-close {
            width: 5vw;
            height: 5vw;
            right: -2.8vw;
            top: -2.9vw; } }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .popups .bt-close {
            width: 8vw;
            height: 8vw;
            right: -4vw;
            top: -4vw; } }
        #timeline-section .timeline-wrapper .popups .bt-close a {
          display: flex;
          width: 90%;
          height: 90%;
          position: relative;
          justify-content: center; }
          #timeline-section .timeline-wrapper .popups .bt-close a:hover img {
            transform: rotate(180deg);
            transition: all 0.2s ease-out; }
          #timeline-section .timeline-wrapper .popups .bt-close a img {
            width: 65%;
            transform: rotate(0deg);
            transition: all 0.2s ease-out; }
        #timeline-section .timeline-wrapper .popups .bt-close--all {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          z-index: 0;
          top: 0;
          cursor: url("../img/close-2.svg") 10 20, default;
          border-radius: 0;
          background: none; }
      #timeline-section .timeline-wrapper .popups .popup-events {
        background: #31296d;
        text-align: left;
        padding: 3%;
        border: 0.2vw solid #622491;
        width: 45%;
        height: auto;
        max-height: 70%;
        position: relative;
        border-radius: .7vw;
        opacity: 0;
        top: 50%;
        left: 25%;
        z-index: 1;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }
        @media only screen and (max-width: 768px) {
          #timeline-section .timeline-wrapper .popups .popup-events {
            width: 65%;
            left: 35%;
            max-height: 75%; } }
        @media only screen and (max-width: 620px) {
          #timeline-section .timeline-wrapper .popups .popup-events {
            width: 75%;
            left: 40.5%;
            max-height: 85%; } }
        #timeline-section .timeline-wrapper .popups .popup-events--secondary {
          background: #364475;
          border: 0.2vw solid #3c59b6; }
          #timeline-section .timeline-wrapper .popups .popup-events--secondary .scroll-fade {
            background: linear-gradient(0deg, #364475 0%, rgba(54, 68, 117, 0) 100%) !important; }
        #timeline-section .timeline-wrapper .popups .popup-events--third {
          background: #3e4f6e;
          border: 0.2vw solid #16274c; }
          #timeline-section .timeline-wrapper .popups .popup-events--third .scroll-fade {
            background: linear-gradient(0deg, #3e4f6e 0%, rgba(62, 79, 110, 0) 100%) !important; }
        #timeline-section .timeline-wrapper .popups .popup-events .popup-events-wrapper {
          height: 100%;
          width: 100%;
          overflow-y: auto; }
          @media only screen and (max-width: 620px) {
            #timeline-section .timeline-wrapper .popups .popup-events .popup-events-wrapper h4 {
              font-size: 7vw; } }
          #timeline-section .timeline-wrapper .popups .popup-events .popup-events-wrapper .scroll-fade {
            background: linear-gradient(0deg, #31296d 0%, rgba(49, 41, 109, 0) 100%);
            display: block;
            height: 3vw;
            width: 88.3%;
            position: absolute;
            z-index: 1;
            bottom: 2.9vw; }
            @media only screen and (max-width: 768px) {
              #timeline-section .timeline-wrapper .popups .popup-events .popup-events-wrapper .scroll-fade {
                width: 92%; } }
        #timeline-section .timeline-wrapper .popups .popup-events .wrapper-info-txt {
          font-weight: 100;
          margin: 1.5em 0;
          overflow-wrap: break-word; }
          @media only screen and (max-width: 1024px) {
            #timeline-section .timeline-wrapper .popups .popup-events .wrapper-info-txt {
              font-size: 1.4vw; } }
          @media only screen and (max-width: 768px) {
            #timeline-section .timeline-wrapper .popups .popup-events .wrapper-info-txt {
              font-size: 2vw; } }
          @media only screen and (max-width: 620px) {
            #timeline-section .timeline-wrapper .popups .popup-events .wrapper-info-txt {
              font-size: 3.6vw; } }

.left {
  float: left;
  margin: 0 2.5em 2.5em 0; }
  @media only screen and (max-width: 768px) {
    .left {
      margin: 0 1.5em 1.5em 0; } }
  @media only screen and (max-width: 620px) {
    .left {
      margin: 0.8em 0 2em 0; } }

.right {
  float: right;
  margin: 0 0 2.5em 2.5em; }
  @media only screen and (max-width: 768px) {
    .right {
      margin: 0 0 1.5em 1.5em; } }
  @media only screen and (max-width: 620px) {
    .right {
      margin: 0.8em 0 2em 0; } }

.full-width {
  width: 100% !important;
  margin: 0 0 2.5em 0; }
  @media only screen and (max-width: 768px) {
    .full-width {
      margin: 0 0 1.5em 0; } }
  @media only screen and (max-width: 620px) {
    .full-width {
      margin: 2em 0; } }

#body-preloader {
  overflow: hidden; }

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eae9e9;
  /* change if the mask should have another color then white */
  z-index: 100;
  /* makes sure it stays on top */ }

#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -50px 0 0 -65px;
  clear: both; }

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.preloader_inner {
  text-align: center;
  font-size: 1.5em; }

.show {
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.5s ease; }

.sp.sp-slices {
  border-radius: 0;
  border-top: 18px white solid;
  border-left: 18px #fd9d48 solid;
  border-bottom: 18px #3e4f6e solid;
  border-right: 18px #fd9d48 solid;
  border-radius: 100px;
  -webkit-animation: spSlices 1s infinite linear;
  animation: spSlices 1s infinite linear; }

@-webkit-keyframes spSlices {
  0% {
    border-top: 18px white solid;
    border-right: 18px #fd9d48 solid;
    border-bottom: 18px #3e4f6e solid;
    border-left: 18px #fd9d48 solid; }
  25% {
    border-top: 18px #3e4f6e solid;
    border-right: 18px white solid;
    border-bottom: 18px #fd9d48 solid;
    border-left: 18px #3e4f6e solid; }
  50% {
    border-top: 18px #3e4f6e solid;
    border-right: 18px #3e4f6e solid;
    border-bottom: 18px white solid;
    border-left: 18px #fd9d48 solid; }
  75% {
    border-top: 18px #fd9d48 solid;
    border-right: 18px #3e4f6e solid;
    border-bottom: 18px #3e4f6e solid;
    border-left: 18px white solid; }
  100% {
    border-top: 18px white solid;
    border-right: 18px #fd9d48 solid;
    border-bottom: 18px #3e4f6e solid;
    border-left: 18px #fd9d48 solid; } }
@keyframes spSlices {
  0% {
    border-top: 18px white solid;
    border-right: 18px #fd9d48 solid;
    border-bottom: 18px #3e4f6e solid;
    border-left: 18px #fd9d48 solid; }
  25% {
    border-top: 18px #3e4f6e solid;
    border-right: 18px white solid;
    border-bottom: 18px #fd9d48 solid;
    border-left: 18px #3e4f6e solid; }
  50% {
    border-top: 18px #3e4f6e solid;
    border-right: 18px #3e4f6e solid;
    border-bottom: 18px white solid;
    border-left: 18px #fd9d48 solid; }
  75% {
    border-top: 18px #fd9d48 solid;
    border-right: 18px #3e4f6e solid;
    border-bottom: 18px #3e4f6e solid;
    border-left: 18px white solid; }
  100% {
    border-top: 18px white solid;
    border-right: 18px #fd9d48 solid;
    border-bottom: 18px #3e4f6e solid;
    border-left: 18px #fd9d48 solid; } }
