@import url("https://use.typekit.net/ibs0tew.css");
h1, h2, h3, h4 {
  font-family: "halyard-display",sans-serif; }

p, a, li {
  font-family: "komet",sans-serif; }

.section-title {
  text-transform: none;
  letter-spacing: 0;
  font-size: 3.4rem;
  text-align: left; }

a {
  text-decoration: none; }

.btn:not(.download-main) {
  padding: 12px 40px !important; }

.scroll-down {
  left: initial;
  right: 20px; }
  .scroll-down:before {
    background: transparent !important; }

.scroll-down-icon {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  left: 50%;
  bottom: 0px;
  color: #000;
  font-size: 40px; }

.col-* {
  padding-left: 25px;
  padding-right: 25px; }

.vimeo-wrapper {
  max-width: 100%; }

.media-thumbnail {
  display: inline-table; }
  .media-thumbnail .vimeo-wrapper iframe {
    width: 100%;
    height: 100%; }

.main-nav {
  z-index: 100;
  height: 180px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-top: 20px;
  background-color: transparent;
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.75) 28%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(28%, rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.75) 28%, rgba(255, 255, 255, 0) 100%); }
  .main-nav.active {
    z-index: 209; }
  .main-nav .logo {
    max-width: 200px; }
    .main-nav .logo img {
      width: 200px; }
  .main-nav .download-main {
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 20px; }
  .main-nav .hamburger {
    height: 50px;
    width: 50px;
    cursor: pointer; }
  .main-nav .toggle-btn {
    height: 2px;
    width: 18px;
    background-color: #000;
    position: relative;
    top: 50%;
    left: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .main-nav .toggle-btn:before {
      content: "";
      height: 2px;
      width: 25px;
      -webkit-box-shadow: 0 -10px 0 0 #000;
              box-shadow: 0 -10px 0 0 #000;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .main-nav .toggle-btn:after {
      content: "";
      height: 2px;
      width: 25px;
      -webkit-box-shadow: 0 10px 0 0 #000;
              box-shadow: 0 10px 0 0 #000;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .main-nav .hamburger.active .toggle-btn {
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .main-nav .hamburger.active .toggle-btn:before {
      top: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      left: 6px;
      -webkit-transform: translateY(6px) rotate(-45deg);
          -ms-transform: translateY(6px) rotate(-45deg);
              transform: translateY(6px) rotate(-45deg); }
    .main-nav .hamburger.active .toggle-btn:after {
      top: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      left: 6px;
      -webkit-transform: translateY(-8px) rotate(45deg);
          -ms-transform: translateY(-8px) rotate(45deg);
              transform: translateY(-8px) rotate(45deg); }

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

.sidebar-left.share {
  z-index: 98;
  position: fixed;
  left: 20px;
  top: 50vh;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .sidebar-left.share .share-wrapper {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    width: 50px;
    padding: 20px 10px; }
    .sidebar-left.share .share-wrapper .share-text {
      position: relative;
      height: 200px;
      margin-bottom: 10px; }
      .sidebar-left.share .share-wrapper .share-text p {
        -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
                transform: rotate(270deg);
        -webkit-transform-origin: left top 0;
            -ms-transform-origin: left top 0;
                transform-origin: left top 0;
        margin: 0;
        width: 205px;
        font-size: 22px;
        position: absolute;
        bottom: -30px;
        line-height: 30px;
        white-space: nowrap; }
    .sidebar-left.share .share-wrapper .social-icons {
      width: 100%; }
      .sidebar-left.share .share-wrapper .social-icons .social-icon {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        cursor: pointer; }
        .sidebar-left.share .share-wrapper .social-icons .social-icon img {
          cursor: pointer; }

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
  /* opinion 1 */ }

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: .9em;
  /* opinion 3 */
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0; }

[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */ }

[tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  /*
    Let the content set the size of the tooltips
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  -webkit-box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
          box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */ }

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block; }

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important; }

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333; }

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px); }

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -0.5em);
      -ms-transform: translate(-50%, -0.5em);
          transform: translate(-50%, -0.5em); }

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333; }

[tooltip][flow^="down"]::after {
  top: calc(100% + 5px); }

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0.5em);
      -ms-transform: translate(-50%, 0.5em);
          transform: translate(-50%, 0.5em); }

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  -webkit-transform: translate(-0.5em, -50%);
      -ms-transform: translate(-0.5em, -50%);
          transform: translate(-0.5em, -50%); }

[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-0.5em, -50%);
      -ms-transform: translate(-0.5em, -50%);
          transform: translate(-0.5em, -50%); }

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  -webkit-transform: translate(0.5em, -50%);
      -ms-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%); }

[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(0.5em, -50%);
      -ms-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%); }

/* KEYFRAMES */
@-webkit-keyframes tooltips-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
@keyframes tooltips-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
@-webkit-keyframes tooltips-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); } }
@keyframes tooltips-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); } }
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  -webkit-animation: tooltips-vert 300ms ease-out forwards;
          animation: tooltips-vert 300ms ease-out forwards; }

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
          animation: tooltips-horz 300ms ease-out forwards; }

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
@keyframes tooltips-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); } }
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  -webkit-animation: tooltips-vert 300ms ease-out forwards;
          animation: tooltips-vert 300ms ease-out forwards; }

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
          animation: tooltips-horz 300ms ease-out forwards; }

.sidebar-right.chapters {
  z-index: 98;
  width: 30px;
  position: fixed;
  right: 20px;
  top: 50vh;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .sidebar-right.chapters .indicator {
    width: 100%;
    display: block;
    margin-top: 60px;
    z-index: 9;
    height: 35px; }
    .sidebar-right.chapters .indicator:first-of-type {
      margin-top: 0; }
  .sidebar-right.chapters .timeline {
    z-index: -1;
    width: 2px;
    height: 98%;
    position: absolute;
    top: 1%;
    left: calc(50% - 1px);
    background: #000000; }
  .sidebar-right.chapters .chapter-text {
    position: absolute;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
            transform-origin: left top 0;
    top: 40px;
    left: 10px;
    width: 80px;
    height: 14px;
    overflow: hidden; }
    .sidebar-right.chapters .chapter-text p {
      margin: 0;
      width: auto;
      position: absolute;
      left: 0;
      line-height: 14px;
      white-space: nowrap; }
  .sidebar-right.chapters #chpt-1:hover path {
    fill: #051C48 !important; }
  .sidebar-right.chapters #chpt-2:hover path {
    fill: #B51B37 !important; }
  .sidebar-right.chapters #chpt-3:hover path {
    fill: #051C48 !important; }
  .sidebar-right.chapters #chpt-4:hover path {
    fill: #C28A13 !important; }
  .sidebar-right.chapters #chpt-5:hover path {
    fill: #3F9693 !important; }

.off-canvas {
  z-index: 200;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100vw;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  background: #ffffff;
  padding: 100px 0;
  overflow: scroll; }
  .off-canvas.active {
    left: 0; }
  .off-canvas .filter-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0; }
    .off-canvas .filter-nav .filter {
      list-style: none;
      font-weight: 600;
      cursor: pointer; }
      .off-canvas .filter-nav .filter.active {
        text-decoration: underline; }
  .off-canvas .media-thumbnail {
    margin-top: 50px;
    -webkit-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s; }
  .off-canvas .filter-sec-1 .media-thumbnail {
    display: none; }
    .off-canvas .filter-sec-1 .media-thumbnail.sec-1 {
      display: block; }
  .off-canvas .filter-sec-2 .media-thumbnail {
    display: none; }
    .off-canvas .filter-sec-2 .media-thumbnail.sec-2 {
      display: block; }
  .off-canvas .filter-sec-3 .media-thumbnail {
    display: none; }
    .off-canvas .filter-sec-3 .media-thumbnail.sec-3 {
      display: block; }
  .off-canvas .filter-sec-4 .media-thumbnail {
    display: none; }
    .off-canvas .filter-sec-4 .media-thumbnail.sec-4 {
      display: block; }
  .off-canvas .filter-all .media-thumbnail {
    display: block; }

.title-page .container-fluid {
  display: block !important; }
.title-page .vid {
  display: none;
  z-index: -1;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover; }

#title-1 {
  background-position: bottom left !important; }
  #title-1 .title-content {
    max-width: 700px; }

#title-2 {
  background-position: bottom center !important; }
  #title-2 .section-number {
    color: #b51b36; }
  #title-2 .cls-1 {
    fill: #b51b36; }
  #title-2 .title-bottom {
    position: absolute;
    bottom: 100px;
    left: 0; }

#title-3 {
  background-position: top center !important; }
  #title-3 .section-number {
    color: #051c48; }
  #title-3 .cls-1 {
    fill: #051c48; }
  #title-3 .title-bottom {
    position: absolute;
    bottom: 80px;
    left: 0; }

#title-4 {
  background-position: center !important; }
  #title-4 .section-number {
    color: #c28a13; }
  #title-4 .cls-1 {
    fill: #c28a13; }
  #title-4 .title-bottom {
    position: absolute;
    bottom: 40px;
    left: 0; }

#title-5 {
  background-position: top center !important; }
  #title-5 .section-number {
    color: #3f9693; }
  #title-5 .cls-1 {
    fill: #3f9693; }
  #title-5 .title-bottom {
    position: absolute;
    bottom: 40px;
    left: 0; }

.container-fluid {
  max-width: 100%;
  padding: 0 55px; }

.title-page {
  z-index: 102;
  height: 100vh; }
  .title-page .section-number span {
    font-family: "halyard-display",sans-serif;
    font-size: 300px;
    line-height: 200px;
    font-weight: 500;
    display: inline-block; }
  .title-page .section-number svg {
    width: 40px; }
  .title-page .main-title {
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 0.9; }
  .title-page .title-content .title-logo {
    max-width: 500px;
    width: 100%;
    margin-bottom: 60px; }
  .title-page .title-content .title-button {
    margin-bottom: 60px;
    margin-left: 95px; }
  .title-page .title-content .title-stamp {
    max-width: 700px;
    width: 100%;
    margin-bottom: 40px; }

.spacer {
  height: 220px; }

.spacer2 {
  height: 120px; }

.btn {
  margin-bottom: 20px; }

.container {
  max-width: 100%;
  width: 100%;
  padding: 0 100px; }

.portrait-image {
  max-width: 400px;
  margin-bottom: 20px; }

.landscape-image {
  max-width: 100%;
  margin-bottom: 20px; }

.contents {
  background-image: url("../../assets/small/JPEG/bug-cell.jpg");
  background-size: auto 40%;
  background-position: 80%;
  background-repeat: no-repeat; }

.contents-list {
  list-style: none; }
  .contents-list li {
    font-size: 2.4rem;
    margin-bottom: 25px;
    font-family: "halyard-display",sans-serif;
    font-weight: 600;
    border-bottom: 1px solid; }
    .contents-list li a:hover {
      text-decoration: none;
      font-style: italic; }
  .contents-list .sub-contents {
    list-style: none; }
    .contents-list .sub-contents li {
      font-size: 1.4rem; }

.timeline-year {
  font-family: "halyard-display",sans-serif;
  font-size: 26rem;
  font-weight: 500;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-80%);
      -ms-transform: translateX(-80%);
          transform: translateX(-80%);
  z-index: -1;
  -webkit-transition: -webkit-transform ease-in 0.6s;
  transition: -webkit-transform ease-in 0.6s;
  -o-transition: transform ease-in 0.6s;
  transition: transform ease-in 0.6s;
  transition: transform ease-in 0.6s, -webkit-transform ease-in 0.6s;
  color: #ECECEC; }

.timeline-item {
  width: 400px;
  position: relative; }
  .timeline-item:before, .timeline-item:after {
    content: "";
    display: table; }
  .timeline-item:after {
    clear: both; }
  .timeline-item .timeline-date {
    font-size: 2rem;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 10px; }
  .timeline-item .timeline-text {
    margin-bottom: 20px; }
  .timeline-item .timeline-image {
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px; }

.timeline-item:nth-of-type(even) {
  margin-left: calc( 49% - 400px); }
  .timeline-item:nth-of-type(even):before, .timeline-item:nth-of-type(even):after {
    content: "";
    display: table; }
  .timeline-item:nth-of-type(even):after {
    clear: both; }
  .timeline-item:nth-of-type(even) .timeline-date {
    text-align: right; }
  .timeline-item:nth-of-type(even) .timeline-text {
    text-align: right;
    margin-right: 10px; }
  .timeline-item:nth-of-type(even) .timeline-image {
    margin-right: 10px;
    float: right; }
  .timeline-item:nth-of-type(even) .btn {
    margin-right: 10px; }

.timeline-item:nth-of-type(odd) {
  margin-left: 51%; }
  .timeline-item:nth-of-type(odd):before, .timeline-item:nth-of-type(odd):after {
    content: "";
    display: table; }
  .timeline-item:nth-of-type(odd):after {
    clear: both; }
  .timeline-item:nth-of-type(odd) .timeline-date {
    text-align: left; }
  .timeline-item:nth-of-type(odd) .timeline-text {
    text-align: left;
    margin-left: 10px; }
  .timeline-item:nth-of-type(odd) .timeline-image {
    margin-left: 10px;
    float: left; }
  .timeline-item:nth-of-type(odd) .btn {
    margin-left: 10px; }

.stat {
  text-align: center;
  padding: 0 20px;
  margin-top: 100px; }
  .stat .count,
  .stat h3 {
    font-size: 5rem;
    margin-bottom: 0; }

.stat2 {
  text-align: left; }
  .stat2 .number {
    font-size: 6rem;
    margin-bottom: 0; }

.tpl-progress-alt {
  background-color: transparent; }
  .tpl-progress-alt .progress-bar {
    background-color: #b51b36 !important; }

.cat-stats .stat {
  margin-top: 0; }

#response-timeline .timeline-item:not(.empty) {
  margin-bottom: 40px; }
#response-timeline .timeline-item:nth-of-type(even) {
  margin-left: calc( 46% - 400px); }
  #response-timeline .timeline-item:nth-of-type(even) .line {
    left: calc(100% + 20px); }
#response-timeline .timeline-item:nth-of-type(odd) {
  margin-left: 54%; }
  #response-timeline .timeline-item:nth-of-type(odd) .line {
    right: calc(100% + 20px); }
#response-timeline .line {
  width: 150px;
  position: absolute;
  bottom: -30px; }

#sec4-body .accordion dt a {
  border-color: #c28a13 !important;
  color: #c28a13 !important; }
  #sec4-body .accordion dt a::after {
    color: #c28a13 !important; }

#transform-landscape img {
  max-width: 100% !important;
  width: 100% !important;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.8s ease-out;
  transition: -webkit-transform 0.8s ease-out;
  -o-transition: transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
  transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out; }

#transform-landscape.animate-landscape img {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1); }

.map-image {
  max-width: 130% !important;
  width: 130% !important;
  margin-left: -25% !important; }

#sec5-body .accordion dt a {
  border-color: #3f9693 !important;
  color: #3f9693 !important; }
  #sec5-body .accordion dt a::after {
    color: #3f9693 !important; }

.timeline-top {
  border-top: 2px solid #000000; }

.years {
  height: 440px;
  position: relative; }

.years-bug {
  width: 1000px;
  position: absolute;
  left: 50%;
  bottom: -73px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.years.start .years-container {
  -webkit-animation: 120s timelineScroll linear infinite alternate;
          animation: 120s timelineScroll linear infinite alternate; }

.msie .years-container {
  -webkit-animation: 120s timelineScroll linear infinite alternate;
          animation: 120s timelineScroll linear infinite alternate; }

.years-container {
  position: absolute;
  left: -150px;
  width: 8470px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 150px;
  border-bottom: 1px solid #000;
  -webkit-animation: 120s timelineScroll linear infinite alternate;
          animation: 120s timelineScroll linear infinite alternate; }
  .years-container .years-item {
    display: inline-block;
    width: 370px;
    height: 440px;
    border-left: 1px solid #000000;
    position: relative; }
    .years-container .years-item:after {
      content: "";
      width: 18px;
      height: 18px;
      background: #ffffff;
      border: 1px solid #000000;
      border-radius: 100%;
      position: absolute;
      bottom: -9px;
      left: -9px; }
    .years-container .years-item .year-inner {
      width: 100%;
      height: auto;
      padding-left: 10px;
      padding-right: 60px;
      border-left: 2px solid #000000; }
      .years-container .years-item .year-inner h3, .years-container .years-item .year-inner p {
        margin: 0 !important; }

.footer-content {
  max-width: 700px; }
  .footer-content .title-logo {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 30px; }
  .footer-content .final-cta {
    text-align: center;
    font-size: 30px; }
    .footer-content .final-cta p {
      margin-bottom: 30px; }
  .footer-content .title-button {
    margin: 0 auto 60px !important;
    text-align: center; }
  .footer-content .title-bottom {
    width: 240px;
    margin: 0 auto; }
  .footer-content .final-social {
    text-align: left;
    margin: 20px auto; }
    .footer-content .final-social img {
      width: 30px;
      margin-right: 10px; }

.mobile-only {
  display: none; }

.msie .title-page .vid, .mobile .title-page .vid {
  display: none !important; }

.not-edge:not(.msie):not(.mobile) {
  display: block; }

.media-title p {
  margin-bottom: 5px;
  height: 40px; }

.btn-mobile {
  display: none !important; }

.btn-desktop {
  display: inline-block !important; }

@-webkit-keyframes timelineScroll {
  from {
    left: -250px; }
  to {
    left: calc(-8700px + 100vw); } }

@keyframes timelineScroll {
  from {
    left: -250px; }
  to {
    left: calc(-8700px + 100vw); } }
@media screen and (min-width: 1200px) {
  .container {
    width: 1600px;
    padding: 0 150px; }

  @-webkit-keyframes timelineScroll {
    from {
      left: -150px; }
    to {
      left: calc(-8700px + 100vw); } }

  @keyframes timelineScroll {
    from {
      left: -150px; }
    to {
      left: calc(-8700px + 100vw); } } }
@media screen and (max-height: 870px), (max-width: 962px) {
  #title-1 {
    background-position: bottom center !important; }

  .title-page {
    padding: 60px 0; }
    .title-page .title-content .title-logo {
      max-width: 360px;
      margin-bottom: 20px; }
    .title-page .title-content .title-button {
      margin-bottom: 20px; }
      .title-page .title-content .title-button a {
        font-size: 10px; }
    .title-page .title-content .title-stamp {
      max-width: 400px;
      margin-bottom: 20px; } }
@media screen and (max-width: 992px) {
  .hide-tablet {
    display: none; }

  .tablet-only {
    display: initial; }

  .timeline-item {
    width: 300px; }
    .timeline-item:nth-of-type(even) {
      margin-left: calc(90% - 300px); }
    .timeline-item:nth-of-type(odd) {
      margin-left: 10%; }
    .timeline-item .timeline-image {
      max-width: 280px; }

  .timeline-year {
    font-size: 13rem; }

  .stat {
    margin-top: 30px;
    padding: 0; }
    .stat .count {
      font-size: 3rem; }

  .stat2 .number {
    font-size: 3rem; }

  .stat .count, .stat h3 {
    font-size: 3rem; }

  .what-next {
    clear: left; }

  .title-page {
    height: 60vh; }

  .title-page .section-number span {
    font-size: 180px;
    line-height: 120px; }
  .title-page .section-number svg {
    width: 28px; }

  #title-2 .title-bottom, #title-3 .title-bottom, #title-4 .title-bottom, #title-5 .title-bottom {
    bottom: 30px; }

  .title-stamp {
    margin-bottom: 30px; } }
@media screen and (max-width: 767px) {
  .btn-mobile {
    display: inline-block !important; }

  .btn-desktop {
    display: none !important; }

  .vid {
    display: none; }

  #title-1 .title-content {
    max-width: 230px; }

  .container-fluid {
    padding: 0 20px; }

  .title-page {
    height: auto; }
    .title-page .title-content .title-button {
      margin-left: 0;
      text-align: center; }

  .container {
    padding: 0 20px; }

  .sidebar-left.share {
    left: -60px; }

  .sidebar-right.chapters {
    display: none !important;
    right: -80px; }

  .contents {
    background: none; }

  .spacer {
    height: 50px; }

  .spacer2 {
    height: 30px; }

  .progress {
    margin-bottom: 20px; }

  .section-title {
    font-size: 2.4rem; }

  #response-timeline .timeline-item:nth-of-type(even) {
    margin-left: calc(90% - 300px); }
  #response-timeline .timeline-item:nth-of-type(odd) {
    margin-left: 10%; }
  #response-timeline .line {
    display: none; }

  #transform-landscape img {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1); }

  .years {
    height: 280px; }

  .years-container .years-item {
    height: 280px; }

  #footer {
    background-position: left; }
    #footer .title-page .title-content .title-logo {
      max-width: 200px; }

  .title-page.section-start .title-bottom {
    display: none; }
  .title-page.section-start .main-title {
    display: none; }
  .title-page.section-start .section-number span {
    font-size: 160px;
    line-height: 140px; }
  .title-page.section-start .section-number svg {
    width: 20px; }
  .title-page.section-start .local-scroll {
    display: none; }

  .mobile-only {
    display: initial; }
    .mobile-only .main-title {
      font-size: 36px !important;
      line-height: 1em;
      margin-bottom: 20px; }

  .vimeo-wrapper {
    max-width: 100%; }
    .vimeo-wrapper iframe {
      width: 100%;
      height: auto; }

  .main-nav {
    height: 100px !important; }
    .main-nav .nav-logo-wrap {
      margin-right: 10px; }
    .main-nav .logo {
      height: 40px !important;
      max-width: 120px; }
    .main-nav .main-nav .hamburger {
      height: 40px;
      width: 40px; }

  .btn:not(.download-main) {
    padding: 10px 20px !important;
    letter-spacing: 0; }

  .small-height .inner-nav ul li a.download-main {
    font-size: 10px;
    height: 34px !important;
    line-height: 34px !important;
    padding: 0 5px;
    letter-spacing: 0;
    margin-right: 10px;
    margin-top: 3px; } }
/*# sourceMappingURL=custom.css.map */