@charset "UTF-8";
:root {
  --primary-color: orange; }

.container {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; } }
  @media (min-width: 1900px) {
    .container {
      max-width: 1900px; } }

.container-fluid {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1900px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: 'Heebo', sans-serif;
  width: 100%; }

body.locked {
  height: 100vh;
  overflow: hidden; }

a.btn, .btn {
  background: #000;
  padding: 7px 15px;
  color: #FFF !important;
  border-radius: 4px; }
  a.btn:hover, .btn:hover {
    background: orange; }

body {
  color: #000; }

h1, h2, h3 {
  font-family: 'Syncopate', sans-serif;
  font-stretch: 103%;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-weight: 700;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

h1 {
  font-size: 3em; }

p, .row-content ul li {
  font-size: 18px;
  line-height: 1.9em;
  font-weight: 300;
  max-width: 500px; }

a {
  color: orange;
  font-weight: 800;
  text-decoration: none; }

/************************************************
  Audio Blocks
************************************************/
.wp-block-audio {
  margin-left: 0px;
  margin-right: 0px; }

.wp-block-audio audio {
  width: 100%; }

/************************************************
  Blockquotes
************************************************/
blockquote,
blockquote.wp-block-quote {
  font-size: 130%;
  line-height: 1.5;
  margin: 32px 0px;
  padding: 12px 18px;
  border-left: 2px solid rgba(0, 0, 0, 0.12); }

.wp-block-quote:not(.is-large):not(.is-style-large) {
  padding-left: 18px;
  border-left: 2px solid rgba(0, 0, 0, 0.12); }

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.85rem;
  margin-top: 12px; }

.wp-block-quote cite::before,
.wp-block-quote footer::before {
  content: '— '; }

/************************************************
  Buttons
************************************************/
.wp-block-button {
  position: relative;
  box-sizing: border-box; }

.wp-block-button.alignwide a {
  display: block; }

/************************************************
  Code Blocks
************************************************/
code, pre, .wp-block-code {
  color: #666666;
  font-family: Courier, sans-serif;
  line-height: 1.4;
  margin: 32px 0px;
  padding: 12px;
  border: 2px solid rgba(0, 0, 0, 0.24);
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 3px; }

/************************************************
  Cover Images
************************************************/
.wp-block-cover,
.wp-block-cover-image {
  margin-top: 32px;
  margin-bottom: 32px; }

.wp-block-cover-image.has-background-dim,
.wp-block-cover-image.has-background-dim h2 {
  color: #ffffff; }

/************************************************
  Gallery Blocks
************************************************/
.wp-block-gallery .blocks-gallery-item {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px; }

.wp-block-gallery .blocks-gallery-image {
  margin-left: 0px;
  margin-right: 0px; }

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box; }

/************************************************
  Images
************************************************/
.wp-block-image {
  max-width: none;
  margin: 32px auto;
  padding: 0px; }

img.aligncenter,
.wp-block-image.aligncenter {
  display: block;
  margin: 12px auto;
  padding: 0px; }

img.alignnone,
.wp-block-image.alignnone {
  display: inline;
  margin: 12px 0px;
  padding: 0px; }

img.alignright,
.wp-block-image.alignright {
  display: inline;
  margin: 16px 0px 16px 24px;
  padding: 0px; }

img.alignleft,
.wp-block-image.alignleft {
  display: inline;
  margin: 16px 24px 16px 0px;
  padding: 0px; }

.curve {
  fill: none;
  stroke-miterlimit: 10;
  stroke-dasharray: 58380.38671875px;
  stroke: #333; }

.curve.print {
  -webkit-animation: print 15s;
          animation: print 15s; }

@-webkit-keyframes print {
  0% {
    stroke-dashoffset: calc(58380px / 2); }
  100% {
    stroke-dashoffset: 0; } }

@keyframes print {
  0% {
    stroke-dashoffset: calc(58380px / 2); }
  100% {
    stroke-dashoffset: 0; } }

.header.dark {
  transition: filter 0.2s;
  height: auto;
  top: 30px; }
  .header.dark img {
    width: 0; }
    @media (min-width: 768px) {
      .header.dark img {
        width: auto;
        height: auto; } }
  @media (min-width: 768px) {
    .header.dark {
      filter: invert(0) !important;
      position: -webkit-sticky !important;
      position: sticky !important;
      height: 100%; }
      .header.dark a:hover {
        filter: invert(0) !important; } }

.header {
  transition: filter 0.2s;
  position: fixed;
  top: -1px;
  z-index: 9000;
  filter: invert(1);
  width: 100%;
  margin-top: 35px; }
  .header .header-wrapper {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
    padding-left: calc(100% / 12);
    padding-right: calc(100% / 12);
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex; }
  .header img {
    max-height: 200px; }
    @media (min-width: 768px) {
      .header img {
        margin-top: 25px; } }
  .header ul {
    list-style: none; }
    .header ul li {
      padding: 0;
      display: inline-block;
      margin: 15px; }
      .header ul li a {
        color: #000;
        text-decoration: none;
        position: relative;
        font-weight: normal;
        font-size: 14px; }
        .header ul li a:hover {
          color: orange;
          filter: invert(1); }

.logo {
  display: block;
  width: 190px; }

.header.dark.h-footer {
  z-index: 9999;
  transition: all 0.5s;
  height: auto;
  top: 0; }
  @media (min-width: 768px) {
    .header.dark.h-footer {
      position: fixed !important; } }
  .header.dark.h-footer .logo {
    filter: invert(1) !important; }
  .header.dark.h-footer .nav a {
    color: #FFF; }
    .header.dark.h-footer .nav a:hover {
      filter: invert(0) !important;
      color: orange; }
  .header.dark.h-footer .btn {
    border: 1Px solid #FFF; }
    .header.dark.h-footer .btn:hover {
      border: 1Px solid transparent; }

.hamburger {
  display: flex;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 25px;
  right: 30px;
  background: #EEE;
  filter: invert(1);
  z-index: 9200;
  border-radius: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  opacity: 0.7; }
  .hamburger span {
    display: inline-block;
    width: 25px;
    height: 2px;
    background: #000;
    margin-top: 4px;
    padding: 0;
    color: transparent; }
  @media (min-width: 768px) {
    .hamburger {
      display: none; } }

.lang {
  display: flex;
  flex-direction: column;
  height: 100%; }
  @media (min-width: 768px) {
    .lang {
      position: absolute;
      top: 5px;
      right: -50px;
      max-width: 60px;
      padding: 0;
      align-items: center; } }
  .lang li {
    display: block;
    padding: 0 !important;
    margin: 0 !important; }
    .lang li:first-child {
      border-bottom: 1Px solid #CCC; }
  .lang a {
    opacity: 0.5;
    margin: 0;
    padding: 0; }

.nav {
  display: none;
  transform: translateY(100%);
  transition: transform 0.3s ease; }
  @media (min-width: 768px) {
    .nav {
      transform: translateY(0%);
      display: flex;
      flex-direction: row; } }

.nav.open {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 70vh;
  transform: translateY(0%);
  transition: transform 0.3s ease;
  background: #FFF;
  z-index: 7000;
  filter: invert(1); }
  .nav.open ul {
    display: flex;
    text-align: left;
    flex-direction: column; }

.footer {
  margin-top: 150px;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .footer {
      flex-direction: row;
      align-items: center; } }
  .footer .col {
    padding-top: 150px;
    font-size: 4px;
    text-align: left;
    height: 100%; }
  .footer .col:nth-child(2) {
    flex: 0.5; }
  .footer h2 {
    display: block;
    width: 100%;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    height: 100%;
    font-size: 42px; }
    @media (min-width: 768px) {
      .footer h2 {
        font-size: 62px; } }

address {
  font-family: 'Manrop', sans-serif;
  font-style: normal;
  margin-bottom: 30px; }
  address span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px; }
  address span:nth-child(1) {
    padding-bottom: 15px;
    font-size: 28px; }

a.contact-tel {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #FFF;
  min-height: 50px; }

.contact-mail {
  margin-top: 60px;
  display: inline-block;
  font-size: 22px;
  color: #000;
  background: #FFF;
  padding: 7px 15px;
  transition: transform 0.2s ease; }
  .contact-mail:hover {
    transition: transform 0.2s ease;
    transform: scale(1.1); }

.contact-tel, .contact-mail {
  font-weight: normal; }

.bblock {
  background: #121212;
  color: #FFF;
  width: 100%;
  height: auto;
  padding: 60px calc(100% / 12) 150px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .bblock {
      flex-direction: row; } }
  .bblock .col figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }
    .bblock .col figure img {
      width: 100%; }

h4.soon {
  width: 100%;
  text-align: center;
  color: #FFF;
  font-family: 'Manrope';
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.8; }

.introduction {
  height: 100%;
  width: 100%;
  margin-bottom: 20vh; }
  @media (min-width: 768px) {
    .introduction {
      border: 1Px solid transparent;
      position: relative;
      padding-bottom: 50vh;
      margin-bottom: 50vh; } }

.introduction.top::after {
  content: 'Découvrez notre technologie';
  color: #FFF;
  text-transform: uppercase;
  font-weight: 100;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: 80vh;
  left: 30px;
  display: block;
  width: 150px;
  height: 75Px;
  z-index: 2000; }
  @media (min-width: 768px) {
    .introduction.top::after {
      left: calc((100% / 12)*10); } }

.introduction.top::before {
  content: '';
  position: absolute;
  left: 30px;
  right: auto;
  top: calc(80vh + 50px);
  display: block;
  width: 1px;
  height: 100%;
  font-size: 16px;
  line-height: 16px;
  border: 1Px solid #FFF;
  z-index: 9000; }
  @media (min-width: 768px) {
    .introduction.top::before {
      left: calc((100% / 12)*10); } }

.curve-wrapper.hide {
  opacity: 0;
  transition: opacity 0.5s ease; }

.curve-wrapper {
  display: none; }
  @media (min-width: 768px) {
    .curve-wrapper {
      display: block;
      position: absolute;
      top: 60px;
      height: 100vh;
      width: 100%;
      z-index: -10;
      opacity: 1;
      transition: opacity 1s ease; }
      .curve-wrapper #curve {
        position: -webkit-sticky;
        position: sticky;
        top: 30vh;
        margin-bottom: -100vh; } }

/*-----------------------------------------
        =' Video '=
--------------------------------------------------*/
.video.mini {
  height: 70vh;
  padding: 0;
  margin: 0;
  transition: all 1s ease; }
  @media (min-width: 768px) {
    .video.mini {
      margin-top: -20vh;
      height: 80vh;
      max-height: 80vh; } }

.video.mini .intro-bg-wrapper {
  top: 50px;
  transition: all 1s;
  transform-origin: top left;
  display: block;
  position: relative; }
  @media (min-width: 768px) {
    .video.mini .intro-bg-wrapper {
      position: -webkit-sticky;
      position: sticky;
      transform-origin: top right;
      position: sticky;
      display: block;
      height: 100%;
      transform: scale(0.5) scaleY(1.25) translateX(-20%) translateY(calc(125%));
      z-index: 1;
      transition: all 1s; } }
  .video.mini .intro-bg-wrapper video {
    -o-object-fit: cover;
       object-fit: cover;
    background: #EEE; }
    @media (min-width: 768px) {
      .video.mini .intro-bg-wrapper video {
        height: 140%;
        -o-object-position: center;
           object-position: center; } }

.video.mini .intro-bg-wrapper:hover {
  filter: none !important; }

.video .intro-bg-wrapper {
  transition: all 1s;
  transform: scale(1) translateY(0%) translateX(0%);
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    .video .intro-bg-wrapper {
      transition: all 0.3s ease;
      padding-top: 30px;
      padding-left: 30px; } }

.video {
  transition: height 1s ease;
  width: 100%;
  margin-top: 0;
  height: 100vh; }
  .video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 65%;
       object-position: 65%; }
    @media (min-width: 768px) {
      .video video {
        height: 120vh;
        -o-object-position: center;
           object-position: center; } }
  .video::after {
    content: '';
    width: 350px;
    height: 350px;
    border: 1Px solid #FFF;
    background: transparent;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 30%;
    right: 15%;
    mix-blend-mode: overlay;
    animation-direction: alternate-reverse;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

/*-----------------------------------------
        =' title '=
--------------------------------------------------*/
.intro-title {
  position: relative; }
  @media (min-width: 768px) {
    .intro-title {
      position: absolute;
      bottom: -100px;
      height: 70vh;
      max-height: 70vh;
      margin-left: 0;
      margin-right: auto;
      width: 100%;
      z-index: -10; } }

.intro-title .row {
  background: #000;
  margin-top: 0;
  color: #FFF;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 30px; }
  @media (min-width: 768px) {
    .intro-title .row {
      background: transparent;
      width: calc(100% / 12 * 6);
      margin-left: calc(100% / 12);
      margin-top: 30px; } }
  .intro-title .row h2 {
    text-align: left;
    color: #FFF;
    line-height: 2em;
    max-width: 60%;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none; }

.intro-test.hide {
  margin-left: 30px;
  margin-top: 30px;
  width: 0;
  opacity: 0;
  z-index: -1; }
  @media (min-width: 768px) {
    .intro-test.hide {
      width: calc(100% - 30px); } }

.intro-test {
  width: 100%;
  height: 100vh;
  background: #111;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 0;
  margin-top: 0;
  transition: opacity 1s 0.5s,margin 0.3s;
  margin-bottom: 500px;
  z-index: 9000; }
  .intro-test .anim-logo {
    position: relative;
    width: 350px;
    height: 200px;
    opacity: 0.7;
    -webkit-mask-image: url("../img/logo.svg");
            mask-image: url("../img/logo.svg");
    -webkit-mask-clip: cover;
            mask-clip: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background: radial-gradient(circle, white 0%, transparent 150%);
    background-size: 400% 400%;
    -webkit-animation: moveBg;
            animation: moveBg;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
    -webkit-animation-direction: forward;
            animation-direction: forward;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.curtain {
  z-index: 9100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-animation: curtain 2s ease;
          animation: curtain 2s ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: #333; }
  .curtain::before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #111;
    transform: translateY(-100%); }

@-webkit-keyframes curtain {
  0% {
    transform: translateY(100%);
    opacity: 1; }
  100% {
    transform: translateY(-100%);
    opacity: 0; } }

@keyframes curtain {
  0% {
    transform: translateY(100%);
    opacity: 1; }
  100% {
    transform: translateY(-100%);
    opacity: 0; } }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes moveBg {
  0% {
    background-position: 50% 25%; }
  100% {
    background-position: -50% 75%; } }

@keyframes moveBg {
  0% {
    background-position: 50% 25%; }
  100% {
    background-position: -50% 75%; } }

.intro {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  height: 100%; }

.cover {
  width: 55%;
  margin-left: 40%;
  -webkit-animation: slideUp 1s ease;
          animation: slideUp 1s ease; }
  .cover figure {
    display: block;
    height: 70vh;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative; }
  .cover img {
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%; }

@-webkit-keyframes bg {
  from {
    background: #000; }
  to {
    background: #FFF; } }

@keyframes bg {
  from {
    background: #000; }
  to {
    background: #FFF; } }

@-webkit-keyframes slideUp {
  from {
    transform: translateY(50%);
    opacity: 0; }
  to {
    transform: translateY(0%);
    opacity: 1; } }

@keyframes slideUp {
  from {
    transform: translateY(50%);
    opacity: 0; }
  to {
    transform: translateY(0%);
    opacity: 1; } }

.animate-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(100%) scaleX(0);
  transform-origin: right;
  height: 100%;
  transition: transform 1s ease 0.5s;
  z-index: -1;
  overflow: hidden;
  background: linear-gradient(90deg, black 0%, black 100%); }

.animate-title.bg::before {
  content: "";
  mix-blend-mode: difference;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    .animate-title.bg::before {
      -webkit-animation: gradient 0.6s ease 0.2s;
              animation: gradient 0.6s ease 0.2s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-direction: alternate;
              animation-direction: alternate; } }

@-webkit-keyframes gradient {
  0% {
    transform: translateX(100%) scaleX(0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%); }
  50% { }
  100% {
    transform: translateX(0%) scaleX(1);
    background: linear-gradient(90deg, black 0%, black 100%); } }

@keyframes gradient {
  0% {
    transform: translateX(100%) scaleX(0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%); }
  50% { }
  100% {
    transform: translateX(0%) scaleX(1);
    background: linear-gradient(90deg, black 0%, black 100%); } }

.introduction h1.bigtitle {
  opacity: 0; }
  @media (min-width: 768px) {
    .introduction h1.bigtitle {
      opacity: 0; } }

h1.bigtitle {
  opacity: 0;
  color: #FFF;
  font-size: 20px;
  line-height: 22px; }

.introduction.top h1.bigtitle {
  position: absolute;
  height: 100vh;
  left: 0;
  top: 40vh;
  z-index: 3000;
  padding: 0;
  text-align: left;
  width: calc(80%);
  padding-left: 30px;
  opacity: 1;
  transition: all 0.2s ease; }
  @media (min-width: 768px) {
    .introduction.top h1.bigtitle {
      margin-top: 200px;
      position: fixed;
      top: 25vh;
      display: flex;
      width: 50%;
      height: 50vh;
      -webkit-hyphens: none;
          -ms-hyphens: none;
              hyphens: none;
      align-items: center;
      padding-left: 120px;
      padding-bottom: 1%;
      font-size: 32px;
      line-height: 46px; } }

.container {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto; }

.body {
  text-align: left; }

p {
  margin-top: 0;
  padding-top: 15px; }

.row {
  margin-top: 90px; }

.row-content {
  padding-left: 30px; }

.row-center > div {
  margin: auto; }
  .row-center > div p {
    max-width: 100%; }

ul.market,
ul.partenaires {
  padding: 0;
  margin: 30px 0 0;
  width: 100%;
  text-align: center;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start; }
  ul.market li,
  ul.partenaires li {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column; }
  ul.market span,
  ul.partenaires span {
    margin: 0; }

ul.partenaires li {
  flex: 0 0 20%;
  margin-bottom: 30px; }

ul.partenaires img {
  max-width: 150px;
  max-height: 70px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(1) contrast(1.2); }

ul.partenaires span {
  display: none; }

.container-fluid {
  width: 100%;
  margin: 0;
  padding: 0; }

div {
  box-sizing: border-box; }

figure.full {
  margin: 0;
  width: 100%;
  padding: 0; }
  figure.full img {
    width: 100%;
    height: 100%;
    max-height: 130vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.oportunities {
  padding-bottom: 150px; }

.market {
  flex-direction: row;
  display: flex; }
  @media (min-width: 768px) {
    .market li {
      flex: auto; } }
  .market li img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%; }
    @media (min-width: 768px) {
      .market li img {
        height: 25vh; } }
  .market li span {
    display: block;
    width: 100%; }

.tech h2 {
  display: block;
  width: 100%;
  word-wrap: break-word;
  word-break: normal;
  font-size: 36px; }
  @media (min-width: 768px) {
    .tech h2 {
      font-size: 56px; } }

.tech.row {
  width: 100%;
  display: flex;
  flex-direction: column; }

.tech-first {
  padding-bottom: 100px; }
  @media (min-width: 768px) {
    .tech-first {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      margin-left: 16.66667%; } }

.process {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px; }
  @media (min-width: 768px) {
    .process {
      flex-direction: row; } }

.video-portrait {
  margin: 0;
  padding: 0;
  width: 50%;
  float: right;
  height: auto;
  margin-top: -33%;
  margin-bottom: -33%;
  position: relative; }
  @media (min-width: 768px) {
    .video-portrait {
      float: none;
      width: 100%;
      margin: 0;
      height: calc(100vh - 120px); } }
  .video-portrait video {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left; }
    @media (min-width: 768px) {
      .video-portrait video {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; } }
  .video-portrait video:-webkit-full-screen {
    object-fit: contain; }

.waam {
  display: flex;
  flex-direction: column;
  min-height: 150vh;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .waam {
      flex-direction: row; } }

.waam .row-figure {
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .waam .row-figure {
      flex: 1;
      height: 100%;
      position: -webkit-sticky;
      position: sticky;
      top: 15px;
      margin-left: 30px;
      margin-right: 30px;
      padding-top: 30px;
      padding-bottom: 30px; } }

.waam .row-content {
  padding-top: 25vh;
  padding-bottom: 25vh; }

.tech ol {
  list-style: none; }

.tech ol {
  counter-reset: section;
  /* On crée une nouvelle instance du compteur section avec chaque ol */
  padding: 0; }

.tech ol li {
  position: relative;
  font-weight: bold;
  padding: 15px 80px 15px 75px;
  list-style-type: none; }
  .tech ol li::before {
    content: counter(section);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 0;
    border: 1Px solid #666;
    background: #FFF;
    text-align: center;
    counter-increment: section;
    font-size: 12px;
    font-weight: normal;
    border-radius: 50%; }
  .tech ol li::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 12px;
    width: 1px;
    background: #666;
    height: 100%;
    z-index: -1; }

.spec {
  padding-top: 40px;
  color: #777; }

table {
  border-top: 1px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-size: 14px; }

table td,
table th {
  border-bottom: 1px solid #000000;
  padding: 10px;
  vertical-align: top; }

table thead {
  background: #FFFFFF;
  border-bottom: 0 solid #000; }

table thead th {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  border-left: 0 solid #000; }

table thead th:first-child {
  border-left: none; }

.exemples {
  padding-top: 75px;
  background: #EEE;
  padding-bottom: 150px; }
  .exemples button {
    outline: 0;
    border: 1px solid #BABABA;
    border-radius: 35px;
    padding: 12px 24px;
    background: transparent;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
    color: #666;
    transform: scale(1);
    transition: all 0.2s ease; }
    @media (min-width: 768px) {
      .exemples button {
        margin-left: calc((100% / 12) * 8);
        border: 0 solid #BABABA;
        font-size: 22px; } }
    .exemples button:hover {
      border: 1px solid #BABABA;
      transform: scale(1.1);
      text-shadow: 1px 1px 6px #DDD; }
    .exemples button.hide {
      height: 0;
      visibility: collapse; }
  .exemples h3 {
    padding-top: 45px;
    margin-left: calc(100% / 12); }

.more-exemples {
  overflow-y: hidden;
  transition: max-height 0.7s ease-out;
  height: 0;
  max-height: 0; }

.more-exemples.show {
  overflow-y: hidden;
  transition: max-height 0.7s ease-out;
  height: auto;
  max-height: 2000px; }

.exemple {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 50px;
  flex-direction: column;
  border-top: 1Px solid #333;
  padding-top: 15px; }
  @media (min-width: 768px) {
    .exemple {
      flex-direction: row; } }
  .exemple figure {
    display: block;
    margin: 25px auto;
    padding: 0;
    width: 80%;
    height: 250px;
    flex: 0 0 33%;
    box-shadow: 0 9px 28px rgba(0, 0, 0, 0.3), 0 5px 12px rgba(0, 0, 0, 0.22); }
    @media (min-width: 768px) {
      .exemple figure {
        margin: 0;
        width: 100%;
        height: 250px; } }
    .exemple figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }

.exemple div {
  text-align: right;
  display: block;
  margin: 0;
  padding: 30px 0 0;
  width: 100%;
  flex: 0 0 20%; }
  .exemple div span {
    display: block;
    width: 100%; }
  .exemple div .detail {
    font-size: 14px;
    font-family: monospace; }

.more-exemples {
  display: flex;
  width: 100%;
  flex-direction: column; }

.ojectifs {
  min-height: 100vh;
  margin-bottom: 0;
  box-sizing: border-box; }
  .ojectifs h2 {
    font-size: 34px;
    line-height: 45px;
    display: inline-block;
    max-width: 100%; }
    @media (min-width: 768px) {
      .ojectifs h2 {
        font-size: 46px;
        line-height: 75px; } }

.obj {
  position: relative;
  margin-bottom: 35px; }
  .obj h4 {
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin: 0;
    position: relative;
    padding-left: 26px; }
  .obj p {
    padding-left: 26px;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    padding-top: 0;
    line-height: 22px; }
  .obj::before {
    display: block;
    content: '';
    width: 38px;
    height: 1px;
    background: #FFF;
    position: absolute;
    right: 100%;
    top: 16px; }

.row-images {
  display: flex;
  height: 33vh;
  width: 100%;
  flex-direction: row;
  margin-top: 0; }
  .row-images figure {
    flex: 1;
    background: #EEE;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0px; }
    .row-images figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }

.ecosystem {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center; }
  .ecosystem img {
    mix-blend-mode: lighten; }

.pres {
  padding-bottom: 150px; }

.pres p span.logo {
  font-family: 'Syncopate', sans-serif;
  display: inline-block;
  width: auto;
  font-stretch: 130%; }

.pres p:first-child {
  font-weight: 400;
  font-size: 22px;
  line-height: 38px; }

.pres p {
  max-width: 100%; }

.pres ul {
  display: block;
  margin-left: 40px;
  margin-top: 0;
  list-style: none;
  padding: 15px; }
  .pres ul li {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 0px 7px 0px;
    padding-left: 25px; }
    .pres ul li::before {
      content: "";
      height: 2px;
      width: 50px;
      background: #000;
      display: block;
      position: absolute;
      right: 100%;
      top: 25Px; }
