/*
  * Template Name: Studio Motio 2021
  * Author: ADRIÁN-PÁEZ
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: initial;
}
strong {
  font-weight: bolder;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
button,
input,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
progress {
  vertical-align: initial;
}
textarea {
  overflow: auto;
}
[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
textarea {
  height: auto;
  min-height: 50px;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
button,
input,
textarea {
  font-family: inherit;
}
.row {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column {
  padding-right: 0;
  padding-left: 0;
}
.row.collapse > .column > .row {
  margin-right: 0;
  margin-left: 0;
}
.column {
  flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: 0;
}
.column.row.row {
  float: none;
  display: block;
}
.row .column.row.row {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}
.align-center {
  justify-content: center;
}
.align-justify {
  justify-content: space-between;
}
.align-center.vertical.menu > li > a {
  justify-content: center;
}
.align-self-top {
  align-self: flex-start;
}
.align-self-bottom {
  align-self: flex-end;
}
.align-middle {
  align-items: center;
}
.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.hide {
  display: none !important;
}
@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@font-face {
  font-family: Sailec;
  src: local("Sailec Thin"), url(font/sailec-thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Sailec;
  src: local("Sailec Light"), url(font/sailec-light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Sailec;
  src: local("Sailec Bold"), url(font/sailec-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: hidden;
  background: #fff;
  color: #fff;
  font-family: Sailec, Roboto, Arial;
  font-weight: 300;
  -webkit-user-select: none;
  user-select: none;
  -ms-overflow-style: none;
}
body ::selection {
  color: #000;
  background: #00ffd3;
}
body::-webkit-scrollbar {
  display: none;
}
header {
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
  padding: 50px;
  font-size: 14px;
  pointer-events: none;
  mix-blend-mode: difference;
}
header ul {
  display: flex;
  margin-top: 2px;
}
header ul li {
  margin-left: 20px;
}
header .column {
  pointer-events: auto;
}
footer {
  position: fixed;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 382px;
}
footer > .column {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -40px, 0);
  transition: opacity 1.5s cubic-bezier(0.075, 0.82, 0.165, 1),
    transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
footer.show > .column {
  opacity: 1;
  pointer-events: auto;
  transform: translateZ(0);
}
main:not([data-namespace="index"]) {
  margin-bottom: 382px;
}
section {
  position: relative;
  z-index: 1;
  padding: 150px 15px;
  width: 100%;
  min-height: 100vh;
}
dt,
h1,
h2 {
  margin: 0;
  font-weight: 100;
  font-size: 35px;
}
h1:first-child {
  will-change: contents;
}
p {
  margin: 50px 0 0;
  font-size: 18px;
  line-height: 1.8;
}
p.no-margin {
  margin: 0;
}
strong {
  font-size: 15px;
  font-weight: 700;
}
small {
  font-size: 12px;
  font-weight: 300;
}
article {
  margin-top: 0;
}
nav {
  float: right;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl {
  margin-top: 65px;
}
dt {
  margin-bottom: 15px;
}
dd {
  position: relative;
  margin-left: 0;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.8;
}
dd:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 100%;
  background: url(picture/arrow.svg) no-repeat 50%;
}
a {
  color: currentColor;
  text-decoration: none;
}
svg {
  fill: currentColor;
}
address {
  margin-top: 10px;
  font-style: normal;
}
form {
  margin-bottom: 15px;
}
form,
textarea {
  transition: all 0.5s ease;
}
textarea {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 22vh;
  padding: 0;
  font-size: 35px;
  font-weight: 100;
  color: #5f5f5f;
  background: none;
  line-height: 1.4;
  border: none;
  border-bottom: 1px solid rgba(95, 95, 95, 0.1);
  border-radius: 0;
  resize: none;
  outline: none;
}
textarea:focus {
  color: #000;
  border-bottom: 1px solid #000;
}
textarea:disabled {
  overflow: hidden;
  background: none;
  cursor: default;
  pointer-events: none;
}
[data-page="index"] {
  overflow-y: hidden;
}
[data-emergence="hidden"] {
  opacity: 0.2;
}
[data-emergence="visible"] {
  opacity: 1;
}
[data-emergence] {
  transition: opacity 0.5s ease;
}
[data-emergence].vertical {
  opacity: 1;
  transition: none;
}
[data-emergence].shift {
  opacity: 0;
}
.black {
  background: #000;
  color: #fff;
}
.white {
  background: #fff;
  color: #000;
}
.white a {
  color: currentColor;
}
.text-right {
  text-align: right;
}
.logo {
  display: inline-block;
  width: 150px;
  height: 20px;
}
.logo g {
  fill: none;
  stroke: currentColor;
}
.logo g circle {
  stroke: none;
  fill: currentColor;
}
.menu {
  padding-left: 40px;
}
.intro {
  padding: 0 15px;
}
.intro h1 {
  margin-top: 30vh;
  max-width: 790px;
}
.intro p {
  margin-bottom: 18vh;
  max-width: 500px;
}
.intro .row {
  height: 50vh;
}
.lang li {
  position: relative;
}
.lang li:last-child:before {
  content: "/";
  position: absolute;
  left: -12px;
  color: currentColor;
}
.lang li.active a {
  color: #fff;
  opacity: 1;
}
.lang a {
  opacity: 0.5;
}
.media {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 50vh;
  width: 100px;
  text-align: center;
  mix-blend-mode: difference;
  transform: translateY(-50%);
}
.media svg {
  width: 15px;
  height: 15px;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.media a {
  display: block;
  position: relative;
  padding: 4px 0;
  outline: none;
}
.media a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 1.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.media a:focus:before,
.media a:hover:before {
  width: 40px;
}
.media a:focus svg,
.media a:hover svg {
  transform: translateX(10px);
}
.highlight {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
}
.highlight:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 30%;
  background: currentColor;
  opacity: 0.1;
  top: auto;
  bottom: 10%;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
.highlight:focus:after,
.highlight:hover:after {
  height: 30%;
  bottom: auto;
  top: 60%;
}
.highlight:focus {
  outline: none;
}
.black .highlight:after {
  opacity: 0.15;
}
.need-highlight:after {
  -webkit-animation: height 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  animation: height 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
[data-color="base"] .need-highlight.highlight:after {
  opacity: 0.3;
}
.button {
  display: inline-flex;
  align-items: center;
  font-weight: 100;
  font-size: 18px;
  outline: none;
  cursor: pointer;
}
.button .arrow {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.button .arrow:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-color: currentcolor;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-radius: 0 2px 0 0;
  transform: rotate(45deg);
}
.button .arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  width: 14px;
  height: 1px;
  background: currentColor;
  transition: width 1.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.button:focus .arrow,
.button:hover .arrow {
  transform: translateX(-10px);
}
.button:focus .arrow:after,
.button:hover .arrow:after {
  width: 40px;
}
.button.big {
  font-size: 35px;
}
.slider {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
}
.slider div {
  position: absolute;
  top: 50%;
  height: 50%;
  max-width: 55%;
  pointer-events: none;
}
.slider h1 {
  margin-top: 70px;
}
.slider .button {
  position: absolute;
  bottom: 20%;
  pointer-events: auto;
}
.motio-o-home {
  height: 100vh;
  width: 100vh;
  stroke: #00ffd3;
}
.wrapper {
  position: relative;
  z-index: 2;
  width: calc(50vw - 100px);
  height: 0;
  margin-left: 100px;
}
.wrapper.right {
  margin-left: 50vw;
}
.motio-vertical {
  position: relative;
  left: -15px;
  top: -120px;
  width: 353px;
  margin: 0 auto;
}
.motio-vertical svg {
  display: block;
  fill: none;
  stroke: #00ffd3;
}
.motio-vertical circle {
  stroke: none;
}
.motio-vertical .vertical {
  width: 100%;
  margin-bottom: 51px;
  color: #00ffd3;
}
.motio-vertical .letter-o-last {
  height: 119px;
  margin-bottom: 171px;
}
.motio-vertical .letter-t {
  height: 140px;
  margin-bottom: 75px;
}
.motio-vertical .letter-o {
  height: 180px;
  margin-bottom: 111px;
}
.motio-vertical .letter-m {
  height: 250px;
}
.i-vertical {
  position: relative;
  top: -200px;
}
.i-vertical .letter-i-rebound {
  height: 100px;
  margin-bottom: 100px;
}
.wrapper-arc {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 0;
  background: #000;
}
.letter-arc {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 650px;
  height: 220px;
}
.letter-arc svg {
  margin-top: -165px;
  margin-right: -30px;
  fill: none;
  stroke: #00ffd3;
  pointer-events: none;
}
.letter-arc svg path {
  pointer-events: auto;
}
.post {
  height: 27px;
  margin-top: 20px;
  visibility: visible;
  opacity: 1;
}
.message {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.warning {
  color: #f6cc00;
}
.state .post {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
}
.state .message {
  transform: translateY(-25px);
}
.state.delivered .message-sent,
.state.nomail .missing-mail,
.state.pending .pending-request,
.state.undelivered .bad-request {
  visibility: visible;
  opacity: 1;
}
.state.pending .progress {
  -webkit-animation: pending-progress 4s cubic-bezier(0.075, 0.82, 0.165, 1)
    0.5s forwards;
  animation: pending-progress 4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s
    forwards;
}
.state.undelivered .progress {
  -webkit-animation: undelivered-progress 1s cubic-bezier(0.075, 0.82, 0.165, 1)
    forwards;
  animation: undelivered-progress 1s cubic-bezier(0.075, 0.82, 0.165, 1)
    forwards;
}
.state.delivered .progress {
  -webkit-animation: delivered-progress 1s cubic-bezier(0.075, 0.82, 0.165, 1)
    forwards;
  animation: delivered-progress 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
.message,
.post {
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}
.progress {
  display: block;
  width: 0;
  height: 1px;
  margin-top: -1px;
  background: #000;
}
.emoji {
  display: inline-block;
  font-size: 30px;
  line-height: 0.7;
  margin-left: 5px;
}
.illustration-404 {
  position: relative;
}
.dot {
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  opacity: 0;
  mix-blend-mode: difference;
  pointer-events: none;
}
.dot.init {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.dot.link circle {
  transform: scale(2.95);
}
.dot.down circle {
  transform: scale(0.7);
}
.dot.isolate {
  opacity: 0.35;
}
.dot circle {
  transform-origin: 50% 50%;
  transition: transform 0.25s ease;
}
.no-dot .dot {
  display: none;
}
.dot-pulse {
  z-index: 90;
  mix-blend-mode: difference;
  pointer-events: none;
}
.dot-transition {
  z-index: 5;
}
.smooth-scroll {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.no-smooth .smooth-scroll,
.vs-scroll-view {
  position: relative;
}
.vs-scroll-view {
  z-index: -10;
  width: 1px;
  pointer-events: none;
}
.no-scroll,
.word {
  overflow: hidden;
}
.word {
  display: inline-flex;
  vertical-align: top;
}
.char {
  display: inline-block;
}
.references {
  margin-top: 100px;
}
.references li {
  margin-bottom: 50px;
}
.references svg {
  width: 170px;
}
.partners strong {
  font-size: 18px;
}
.partners svg {
  margin-top: 100px;
}
.preload {
  position: absolute;
  z-index: 80;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.display {
  -webkit-animation: display 1.4s ease forwards;
  animation: display 1.4s ease forwards;
}
.isolation-contact {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.touch {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
@media (max-width: 63.9375em) {
  .motio-o-home {
    position: absolute;
  }
  .slider {
    width: 100%;
  }
  .slider div {
    position: relative;
    left: 0;
    top: 0;
    width: 100vw;
    height: auto;
    max-width: 100vw;
    padding: 100px;
  }
  .slider .button {
    position: relative;
    margin-top: 50px;
  }
}
@media (max-width: 63.9375em) and (min-width: 40em) {
  footer .button.big {
    font-size: 30px;
  }
  textarea {
    height: 33vh;
  }
  .intro h1 {
    margin-top: 25vh;
    max-width: 630px;
  }
  .intro p {
    margin-bottom: 20vh;
    max-width: 460px;
  }
  .motio-o-home {
    bottom: -50vh;
    right: -50vh;
    width: 100vh;
    height: 100vh;
  }
  .wrapper {
    width: calc(40vw - 100px);
  }
  .wrapper.right {
    margin-left: 60vw;
  }
  .motio-vertical {
    top: -68px;
    width: 200px;
    height: 709px;
  }
  .motio-vertical .vertical {
    margin-bottom: 40px;
  }
  .motio-vertical .letter-o-last {
    height: 67px;
    margin-bottom: 105px;
  }
  .motio-vertical .letter-m,
  .motio-vertical .letter-o,
  .motio-vertical .letter-t {
    height: auto;
  }
  .letter-arc {
    width: 350px;
  }
}
@media (max-width: 39.9375em) {
  header {
    padding: 50px 30px;
  }
  footer {
    height: 100%;
    text-align: center;
  }
  footer .copyright,
  footer .logo {
    margin-top: 30px;
  }
  main:not([data-namespace="index"]) {
    margin-bottom: 100vh;
  }
  h1 {
    font-size: 32px;
  }
  textarea {
    height: 44vh;
  }
  [data-emergence] {
    transition: opacity 0.7s ease;
  }
  .intro {
    padding: 150px 15px 100px;
  }
  .intro h1 {
    margin-top: inherit;
    max-width: none;
  }
  .intro p {
    margin-bottom: inherit;
    max-width: none;
  }
  .intro .row {
    height: auto;
  }
  .text-right {
    text-align: left;
  }
  .motio-o-home {
    bottom: -40vh;
    right: -40vh;
    width: 80vh;
    height: 80vh;
  }
  .slider h1 {
    margin-top: 0;
  }
  .slider div {
    padding: 150px 30px;
  }
  .menu-trigger {
    display: none;
  }
  .menu-trigger:checked ~ .menu {
    pointer-events: auto;
    transform: translate3d(-100vw, 0, 0);
    transition: transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  }
  .menu-trigger:checked ~ .menu:before {
    transform: translate3d(-70vw, 0, 0);
    transition: transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
  }
  .menu-trigger:checked ~ .menu:after {
    width: 7vw;
    transition: width 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  }
  .menu-trigger:checked ~ .menu > ul {
    opacity: 1;
    transition: opacity 0.8s ease 0.8s;
  }
  .menu-button {
    position: absolute;
    top: 44px;
    right: 30px;
    width: 34px;
    height: 34px;
  }
  .menu-button:hover span {
    transform: translateX(30%);
  }
  .menu-button:after,
  .menu-button:before,
  .menu-button span {
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    width: 100%;
    background: #fff;
  }
  .menu-button:before {
    top: 3px;
  }
  .menu-button:after {
    bottom: 3px;
  }
  .menu-button span {
    top: 15px;
    width: 75%;
    transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .menu {
    position: fixed;
    z-index: 50;
    left: 100vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 10vh 20vw;
    color: #fff;
    background: #000;
    pointer-events: none;
    will-change: transform;
    transition: transform 1.1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s;
  }
  .menu:before {
    z-index: 1;
    width: 71vw;
    background: #fff;
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
  }
  .menu:after,
  .menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
  }
  .menu:after {
    z-index: 2;
    width: 100vw;
    background: #00ffd3;
    transition: width 1.1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
  }
  .menu > ul {
    opacity: 0;
    transition: opacity 0.5s ease 0.25s;
  }
  .menu > ul > li:not(:last-child).active:before {
    content: "";
    display: block;
    position: absolute;
    left: -25px;
    top: 48%;
    width: 10px;
    height: 10px;
    background: #00ffd3;
    border-radius: 100%;
  }
  .menu > ul > li:not(:last-child).out:before {
    transform: scale(0);
    transition: transform 0.5s ease;
  }
  .menu > ul > li:not(:last-child).in:before {
    -webkit-animation: activate 0.5s cubic-bezier(0.075, 0.82, 0.165, 1)
      forwards;
    animation: activate 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  }
  .menu li {
    position: relative;
    margin: 0;
    line-height: 14vh;
    font-size: 40px;
  }
  .menu li ul li {
    display: inline-block;
  }
  .menu .lang li:last-child {
    margin-left: 40px;
  }
  .menu .lang li:last-child:before {
    color: #fff;
    left: -30px;
  }
  .menu .lang li.active a {
    color: #fff;
  }
  .menu .social {
    position: fixed;
    left: 20vw;
    bottom: 5vh;
  }
  .menu .social li {
    margin-right: 7vw;
  }
  .menu .social svg {
    width: 40px;
    height: 40px;
  }
  .menu-button-close {
    position: absolute;
    top: 44px;
    right: 30px;
    width: 34px;
    height: 34px;
  }
  .message {
    margin-right: 30px;
  }
  .references li {
    margin-bottom: 0;
    text-align: center;
  }
  .references svg {
    width: auto;
    max-width: 210px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  [lang="fr"] body:before {
    content: "La hauteur de votre écran est trop petite. Retournez-le ✌";
  }
  [lang="en"] body:before {
    content: "Your screen height is too low to properly displays the site. Please rotate your device ✌";
  }
  body {
    overflow: hidden;
  }
  body:before {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 30vh 50px;
    background: #000;
    color: #fff;
    font-family: Sailec, Roboto, Arial;
    font-size: 40px;
    font-weight: 100;
    line-height: 20vh;
  }
  .lang,
  .media,
  main,
  nav {
    display: none;
  }
}
@media (orientation: landscape) and (max-height: 500px) and (max-width: 39.9375em) {
  body:before {
    padding: 20vh 30px;
  }
}
@-webkit-keyframes pending-progress {
  0% {
    width: 0;
  }
  20% {
    width: 20%;
  }
  to {
    width: 70%;
  }
}
@keyframes pending-progress {
  0% {
    width: 0;
  }
  20% {
    width: 20%;
  }
  to {
    width: 70%;
  }
}
@-webkit-keyframes undelivered-progress {
  0% {
    width: 70%;
  }
  to {
    width: 100%;
    background: #f6cc00;
  }
}
@keyframes undelivered-progress {
  0% {
    width: 70%;
  }
  to {
    width: 100%;
    background: #f6cc00;
  }
}
@-webkit-keyframes delivered-progress {
  0% {
    width: 70%;
  }
  to {
    width: 100%;
  }
}
@keyframes delivered-progress {
  0% {
    width: 70%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes activate {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes activate {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes display {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes display {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes height {
  0% {
    height: 0;
  }
  to {
    height: 40%;
  }
}
@keyframes height {
  0% {
    height: 0;
  }
  to {
    height: 40%;
  }
}
@supports not (mix-blend-mode: difference) {
  [data-color="base"] .dot.blend-extended circle {
    fill: #fff;
  }
  [data-color="contrast"],
  [data-color="contrast"] .lang li.active a {
    color: #000;
  }
  [data-color="contrast"] .dot.blend-extended circle {
    fill: #000;
  }
  [data-color="contrast"] .menu-button:after,
  [data-color="contrast"] .menu-button:before,
  [data-color="contrast"] .menu-button span {
    background: #000;
  }
  [data-color="contrast"] .menu .lang li.active a {
    color: #fff;
  }
  .lang li.active a,
  body {
    transition: color 0.5s ease 0.6s;
  }
  .dot.link circle {
    opacity: 0.25;
  }
  .dot.isolate {
    opacity: 1;
  }
  .dot.blend circle {
    fill: #000;
  }
  .dot circle {
    fill: #fff;
    transition: transform 0.25s ease, opacity 0.25s ease, fill 0.25s ease;
  }
}
@supports (-ms-ime-align: auto) {
  header .column {
    flex: 0 auto;
  }
  nav {
    float: auto;
  }
  .dot.link svg {
    transition: transform 0.25s ease;
    transform: scale(2.95);
  }
  .dot.down svg {
    transform: scale(0.7);
  }
  .dot svg {
    transition: transform 0.25s ease;
    transform: scale(1);
  }
  .media svg,
  .references svg {
    pointer-events: none;
  }
  .wrapper {
    height: 1px;
  }
  .wrapper-arc {
    right: -14px;
  }
}
