@charset "UTF-8";
*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Roobert Regular";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("Roobert Regular"), url("/assets/fonts/Roobert-Regular.woff2") format("woff2"), url("/assets/fonts/Roobert-Regular.woff") format("woff");
}
.something {
  text-indent: -999em;
  overflow: hidden;
  position: relative;
}

@keyframes splash {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.splashEl {
  animation: splash 0.5s normal forwards ease-in-out;
}

.selector-with-border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.selector-with-bigger-border-radius {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.whiteTint {
  color: rgb(255, 127.5, 127.5);
}

.blackShade {
  color: rgb(127.5, 0, 0);
}

::selection {
  background: #8082FB !important;
  color: #0f151a !important;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Roobert Regular", helvetica, arial, sans-serif;
  font-size: 62.5%;
  color: #0f151a;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

body {
  position: relative;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p {
  max-width: 1440px;
  margin: 0 0 21px 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  line-height: 1.4em;
  overflow-wrap: break-word;
}

h1 {
  font-size: 7.4rem;
  font-family: "Roobert Regular", helvetica, arial, sans-serif;
  line-height: 1em;
}

h2 {
  font-size: 5rem;
  font-family: "Roobert Regular", helvetica, arial, sans-serif;
  line-height: 1em;
}

@media screen and (max-width: 1200px) {
  h1, h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  h1, h2 {
    font-size: 3rem;
  }
}
h3 {
  font-size: 4rem;
  font-family: "Roobert Regular", helvetica, arial, sans-serif;
  line-height: 1.1em;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 2rem;
  text-transform: uppercase;
}

p {
  font-size: 2rem;
}

a {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  cursor: pointer;
  color: #0f151a;
  text-decoration: none;
}

a.tapped {
  color: rgba(126, 126, 126, 0.5);
}

.inline_link__ a {
  text-decoration: underline;
}
.inline_link__ a:hover, .inline_link__ a:focus {
  text-decoration: none;
}

.device a span {
  background: none !important;
}
.device a span, .device a:hover span, .device a:active span, .device a:focus span {
  background: none;
}
.device .reverse a {
  text-decoration: underline !important;
}

a span {
  display: inline;
  padding-bottom: 0;
  background-image: linear-gradient(#0f151a, #0f151a);
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 100% 100%;
  transition: background-size 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}

a:hover span {
  background-size: 100% 2px;
  background-position: 0 100%;
}

h1 a span, h2 a span {
  background-size: 0 3px;
  background-position: 100% calc(100% - 3px);
}
h1 a:hover span, h2 a:hover span {
  background-size: 100% 3px;
  background-position: 0% calc(100% - 3px);
}

.reverse a span, p a span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.reverse a:hover span, p a:hover span {
  background-size: 0 1px;
  background-position: 100% 100%;
}

.reverse h2 a span, .reverse h3 a span, .reverse li a span {
  background-size: 100% 2px;
}
.reverse h2 a:hover span, .reverse h3 a:hover span, .reverse li a:hover span {
  background-size: 0 2px;
}

.dark_bg a span {
  background-image: linear-gradient(#fff, #fff);
}

img {
  display: block;
  width: 100%;
}

ul, ol {
  padding: 0 0 calc(0.5vw * 2) 0;
}

li {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.4em;
  list-style-type: none;
}

ol li {
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
}

ol {
  counter-reset: items;
}
ol li {
  display: block;
  counter-increment: items;
}
ol li:before {
  display: inline-block;
  min-width: calc(0.5vw * 5);
  content: "0" counter(items) ". ";
}
ol li:nth-child(n+10):before {
  content: "" counter(items) ". ";
}

.text_block strong, .text_block b {
  font-weight: 900;
}
.text_block em, .text_block i {
  font-style: italic;
}
.text_block h4 {
  color: #aaa;
  margin-bottom: 2px;
}
.text_block ul li {
  margin: 0 0 0 20px;
  padding: 0 0 0 calc(0.5vw * 3);
  list-style-type: disc;
}

table {
  margin: 0 0 calc(0.5vw * 2) 0;
}

th, td {
  font-size: 2rem;
  line-height: 1.4em;
  padding: 0.5vw calc(0.5vw * 2) 0.5vw 0;
}

th {
  font-weight: bold;
  text-align: left;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

address {
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.4em;
}

blockquote {
  font-size: 7.4rem;
  font-style: normal;
  margin: 0;
  padding: 0 0 calc(0.5vw * 2);
}

hr {
  height: 1px;
  background: #e9e9e9;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0.5vw 0 calc(0.5vw * 2);
}

sub, sup {
  font-size: smaller;
}

sub {
  vertical-align: sub;
}

sup {
  font-size: 33%;
  opacity: 50%;
  vertical-align: super;
  transition: opacity 0.5s 0.25s ease;
}

a:hover sup {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  h1, h2, blockquote {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  h1, h2, blockquote {
    font-size: 3rem;
  }
}
.contact_form form {
  width: 100%;
  padding: 0;
}
.contact_form fieldset {
  margin: 0;
  padding: 0;
}
.contact_form label {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.4em;
  color: #aaa;
  padding: 0 0 0;
  opacity: 0;
}
.contact_form input[type=text],
.contact_form input[type=search],
.contact_form input[type=password],
.contact_form input[type=email],
.contact_form input[type=tel],
.contact_form input[type=submit],
.contact_form input[type=file],
.contact_form textarea,
.contact_form button {
  display: block;
  width: 100%;
  transition: all ease 0.25s;
  margin: 0;
  padding: 0 0 0.5vw 0;
  border: none;
  border-radius: 0;
  background: none;
  color: #fff;
  font-size: 4.5rem;
  font-family: "Roobert Regular", helvetica, arial, sans-serif;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 #fff;
}
.contact_form button,
.contact_form input[type=submit] {
  display: inline-block;
  width: auto;
  margin-top: calc(0.5vw * 2) !important;
  padding: calc(0.5vw / 2) calc(0.5vw / 2 + 10px) calc(0.5vw / 2 + 2px);
  border: 2px solid #aaa;
  border-radius: calc(0.5vw * 12);
  cursor: pointer;
  background: #0f151a;
  color: #aaa;
  font-size: 2rem;
  -webkit-appearance: button;
}
.contact_form button:hover,
.contact_form button:focus,
.contact_form input[type=submit]:hover,
.contact_form input[type=submit]:focus {
  color: #fff;
  outline: none;
  border: 2px solid #fff;
}
.contact_form input[type=text],
.contact_form input[type=search],
.contact_form input[type=password],
.contact_form input[type=email],
.contact_form input[type=tel],
.contact_form input[type=file],
.contact_form textarea {
  -webkit-appearance: textfield;
  -webkit-box-shadow: 0;
  background: none;
  border-bottom: 1px solid #555;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0)));
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}
.contact_form input[type=text]:focus, .contact_form input[type=search]:focus, .contact_form input[type=password]:focus, .contact_form input[type=email]:focus, .contact_form input[type=tel]:focus, .contact_form textarea:focus {
  outline: none;
  border-bottom: 1px solid #999;
}
.contact_form input[type=checkbox] {
  -webkit-appearance: checkbox;
  margin: 0 5px 0.5vw 0;
}
.contact_form input[type=radio] {
  -webkit-appearance: radio;
  margin: 0 5px 0.5vw 0;
}
.contact_form x:-o-prefocus,
.contact_form input[type=checkbox],
.contact_form input[type=radio] {
  margin: 0 1px 0.5vw 0px;
}
.contact_form input[type=submit]::-moz-focus-inner {
  border: none;
}
.contact_form select {
  margin: 0;
  border: 2px solid #e9e9e9;
  padding: 0.5vw;
  font-size: 2rem;
  line-height: 1.4em;
  font-family: "Roobert Regular", helvetica, arial, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: 0;
  width: 100%;
  background: #fff url(/assets/img/system/select-arrow.svg) no-repeat calc(100% - 0px) center !important;
}
.contact_form select:focus {
  border: 2px solid #0f151a;
  outline: 0;
}
.contact_form select:hover {
  cursor: pointer;
}
.contact_form textarea {
  margin: 0;
  min-height: 200px;
  width: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0)));
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}

html {
  background: #0f151a;
}

body {
  transition: transform 1s ease-in-out, background-color 0.25s ease;
}
body#index header li a.index, body#services header li a.services, body#work header li a.work, body#about header li a.about, body#journal header li a.journal, body#jobs header li a.jobs, body#contact header li a.contact {
  color: #555;
  pointer-events: none;
  padding-left: 90px;
  border-bottom-color: #555;
}
body#index header li a.index:before, body#services header li a.services:before, body#work header li a.work:before, body#about header li a.about:before, body#journal header li a.journal:before, body#jobs header li a.jobs:before, body#contact header li a.contact:before {
  opacity: 0.35;
}
body#index header li a.index sup, body#services header li a.services sup, body#work header li a.work sup, body#about header li a.about sup, body#journal header li a.journal sup, body#jobs header li a.jobs sup, body#contact header li a.contact sup {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  body#index header li a.index, body#services header li a.services, body#work header li a.work, body#about header li a.about, body#journal header li a.journal, body#jobs header li a.jobs, body#contact header li a.contact {
    padding-left: 0;
  }
}
body#contact {
  background: #0f151a;
  color: #fff;
}
body#contact .navbar {
  background: #0f151a;
}
body#contact a {
  color: #fff;
}

.r_dark_bg #index .navbar,
.r_dark_bg #services .navbar {
  background: transparent;
  box-shadow: none;
  transition: background 0s ease;
}

.menu_vanish header {
  pointer-events: auto;
}

.menu_open body {
  overflow: hidden;
}
.menu_open .cursor {
  background: white;
}
.menu_open .flow_logo svg path {
  fill: white;
}
.menu_open header {
  opacity: 1;
  pointer-events: auto;
  transition: opacity ease-in 0.35s;
  overflow: scroll;
}

.filters_open .menu_icon:after {
  border-color: white;
}
.filters_open .menu_icon .navicon:after, .filters_open .menu_icon .navicon:before {
  background: White;
}

header .fx {
  transition: opacity 0.3s ease, transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transform: translateY(-10px);
  opacity: 0;
}
header .fx:nth-child(1) {
  transition-delay: 0.45s;
}
header .fx:nth-child(2) {
  transition-delay: 0.4s;
}
header .fx:nth-child(3) {
  transition-delay: 0.35s;
}
header .fx:nth-child(4) {
  transition-delay: 0.3s;
}
header .fx:nth-child(5) {
  transition-delay: 0.25s;
}
header .fx:nth-child(6) {
  transition-delay: 0.2s;
}
header .fx:nth-child(7) {
  transition-delay: 0.15s;
}

header .start_project.fx {
  transition-delay: 0.15s;
}

header .social_menu.fx {
  transition-delay: 0.15s;
}

.menu_open header .fx {
  transform: translateY(0);
  opacity: 1;
}
.menu_open header .fx:nth-child(1) {
  transition-delay: 0.55s;
}
.menu_open header .fx:nth-child(2) {
  transition-delay: 0.6s;
}
.menu_open header .fx:nth-child(3) {
  transition-delay: 0.65s;
}
.menu_open header .fx:nth-child(4) {
  transition-delay: 0.7s;
}
.menu_open header .fx:nth-child(5) {
  transition-delay: 0.75s;
}
.menu_open header .fx:nth-child(6) {
  transition-delay: 0.8s;
}
.menu_open header .fx:nth-child(7) {
  transition-delay: 0.85s;
}
.menu_open header .start_project.fx {
  transition-delay: 0.85s;
}
.menu_open header .social_menu.fx {
  transition-delay: 0.85s;
}

.atTop .navbar {
  transform: translateY(-101px) !important;
}

.navbar {
  pointer-events: none;
  background: white;
  box-shadow: 0 0 20px transparent;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 10;
  transition: all 0.24s cubic-bezier(0.65, 0, 0.35, 1);
  top: -100px;
}

.r_dark_bg .flow_logo svg path, .r_dark_bg .menu_icon svg path {
  transition: fill 0.5s ease;
  fill: #fff;
}
.r_dark_bg .menu_icon .navicon:after, .r_dark_bg .menu_icon .navicon:before {
  background: #fff;
}
.r_dark_bg .menu_icon:after {
  border-color: #fff;
}

.nav_icon {
  opacity: 0;
  transition: opacity 0.5s 0.25s ease, transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transform: translateY(-90px);
}

.ready .nav_icon {
  opacity: 1 !important;
}

.showNavBar .navbar {
  transition: all 0.48s cubic-bezier(0.65, 0, 0.35, 1);
  top: 0;
}

.scrollNav .nav_icon {
  transform: translateY(0);
}

.flow_logo {
  z-index: 10;
  position: fixed;
  top: calc(0.5vw * 3 - 4px);
  left: calc(0.5vw * 6);
  font-size: 2rem;
  -webkit-backface-visibility: hidden;
  text-decoration: none !important;
  width: calc(0.5vw * 6);
  padding: 0;
  overflow: hidden;
  width: 54px;
  height: 60px;
}
.flow_logo:hover {
  mix-blend-mode: difference;
}
.flow_logo:hover svg path {
  fill: #fff;
}
.flow_logo.active {
  pointer-events: none;
}
.flow_logo svg {
  object-fit: contain;
}
.flow_logo svg path {
  fill: #0f151a;
}

.menu_icon {
  z-index: 999;
  background: transparent;
  top: calc(0.5vw * 3);
  right: calc(0.5vw * 2);
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  position: fixed;
  user-select: none;
  margin-right: calc(0.5vw * 4);
}
.menu_icon:hover {
  mix-blend-mode: difference;
}
.menu_icon:hover:after {
  border-color: white !important;
}
.menu_icon:hover .navicon:before, .menu_icon:hover .navicon:after {
  background: white !important;
}
.menu_icon:after {
  mix-blend-mode: difference;
  content: "";
  border-radius: 48px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border: 2px solid #0f151a;
}

.menu_icon .navicon {
  background: transparent;
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 16px;
  transition: background 1s cubic-bezier(0.87, 0, 0.13, 1);
  width: 15px;
}
.menu_icon .navicon:before, .menu_icon .navicon:after {
  background: #0f151a;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: top 0.75s cubic-bezier(0.87, 0, 0.13, 1), transform 0.75s cubic-bezier(0.87, 0, 0.13, 1);
  width: 100%;
}

.menu_icon .navicon:before {
  top: 4px;
}

.menu_icon .navicon:after {
  top: -4px;
}

.menu_open .menu_icon:after {
  border-color: white;
}
.menu_open .menu_icon .navicon:before {
  top: 4px;
  background: #fff;
}
.menu_open .menu_icon .navicon:after {
  top: -4px;
  background: #fff;
}
.menu_open .menu_icon .navicon:before {
  transform: rotate(-45deg);
}
.menu_open .menu_icon .navicon:after {
  transform: rotate(45deg);
}
.menu_open .menu_icon .navicon:before,
.menu_open .menu_icon .navicon:after {
  top: 0;
}

header.ready {
  display: flex;
}

header {
  display: none;
  transition: opacity ease-out 0.25s 1.075s;
  background: #0f151a;
  background-size: 48px;
  opacity: 0;
  pointer-events: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  font-size: 2rem;
  flex-wrap: wrap;
}
header:before {
  content: "";
  background: url(/assets/img/system/flow_icon_fill.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: calc(0.5vw * 6);
  width: 54px;
  height: 60px;
  background: url(/assets/img/system/flow_icon_fill.svg) no-repeat 0 0;
  background-size: contain;
  top: calc(0.5vw * 3 - 4px);
}
header .index_link {
  z-index: 999;
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(0.5vw * 4);
  left: calc(0.5vw * 6);
}
header div {
  width: 100%;
}
header div.primary_nav {
  padding: calc(0.5vw * 12) 0 0 50%;
  height: 80%;
}
header div.primary_nav li {
  line-height: 1.2em;
}
header div.primary_nav li a {
  display: block;
  padding-left: 0;
  transition: padding-left 0.45s cubic-bezier(0.45, 0, 0.55, 1);
  border-bottom: 1px solid transparent;
  overflow: hidden;
  position: relative;
}
header div.primary_nav li a:before {
  top: calc(50% - 20px);
  position: absolute;
  transition: opacity 0.5s ease, transform 1.1s cubic-bezier(0.45, 0, 0.55, 1);
  content: "";
  width: 70px;
  height: 40px;
  opacity: 0;
  transform: translateX(-110px);
  background: url("/assets/img/system/flow_icon_rarr.svg") no-repeat left center;
  background-size: 70px 40px;
}
header div.primary_nav li a:hover {
  padding-left: 90px;
  border-bottom-color: #fff;
  transition: padding-left 0.75s cubic-bezier(0.87, 0, 0.13, 1), border 1s 0.25s ease;
}
header div.primary_nav li a:hover:before {
  transition: opacity 0.5s ease, transform 1.1s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 1;
  transform: translateX(-90px);
}
header div.primary_nav li a:hover sup {
  color: #fff;
}
header div.primary_nav li sup {
  opacity: 1;
  color: #555;
  transition: color 0.5s 0.25s ease;
}
header div.primary_nav li sup.mac_sup {
  display: inline-block;
}
header div.primary_nav li sup.mob_sup {
  display: none;
}
header div.secondary_nav {
  display: flex;
  flex-wrap: wrap;
  height: 20%;
}
header li {
  font-size: 7.4rem;
  padding: 0;
  list-style-type: none;
  display: block;
}
header li a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #fff;
  transition: color ease-in-out 0.25s;
}
header li a.inactive {
  background: none !important;
  color: gold !important;
}
header li a.active {
  background: none !important;
  pointer-events: none;
}
header .mob {
  display: none;
}
header .fx {
  visibility: hidden;
}

.start_project {
  width: 50%;
  margin: 0;
  padding: calc(0.5vw * 6);
}
.start_project li {
  font-size: 3rem;
}

.menu {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  clear: both;
  z-index: -1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social_menu {
  padding: calc(0.5vw * 6) calc(0.5vw * 6) 0 0;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.social_menu li {
  padding-right: calc(0.5vw * 6);
  width: auto;
  font-size: 3rem;
}
.social_menu li:last-child {
  padding-right: 0;
}

@media screen and (max-width: 1440px) {
  .social_menu li, .start_project li {
    font-size: 2rem;
  }
  .flow_logo, .menu_icon {
    top: calc(0.5vw * 4);
  }
  .flow_icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .navbar {
    height: calc(32px + 0.5vw * 20);
  }
  .flow_logo {
    top: calc(0.5vw * 8);
    left: calc(0.5vw * 12);
    width: 40px;
    height: 40px;
  }
  header:before {
    width: 40px;
    height: 40px;
    top: calc(0.5vw * 8) !important;
    left: calc(0.5vw * 12);
  }
  .menu_icon {
    right: calc(0.5vw * 12);
    width: 40px;
    height: 40px;
  }
  .menu_icon {
    top: calc(0.5vw * 8);
    left: auto;
    right: calc(0.5vw * 8);
    width: 40px;
    height: 40px;
  }
  .menu_icon:after {
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  .menu_icon .navicon {
    top: 19px;
    left: 12px;
  }
}
@media screen and (max-height: 768px), screen and (max-width: 850px) {
  header {
    padding: 0 !important;
    display: block;
  }
  header div.primary_nav {
    margin-left: -2px;
    padding: 120px 0 0 0;
    height: auto !important;
  }
  header div.primary_nav li {
    padding: 0 calc(0.5vw * 6);
    font-size: 5rem;
  }
  header div.primary_nav li a {
    border-bottom: 1px solid transparent !important;
    padding-left: 0 !important;
  }
  header div.primary_nav li sup.mac_sup {
    display: inline;
  }
  header div.primary_nav li sup.mob_sup {
    display: none;
  }
  header .lighten {
    opacity: 0.5;
    transition: opacity 0.25s ease;
  }
  header .lighten:hover {
    opacity: 1 !important;
  }
  .start_project {
    width: 100%;
    padding: 36px calc(0.5vw * 6) 0;
  }
  .start_project li {
    font-size: 2rem;
  }
  .start_project li.tel {
    display: block;
    color: white;
  }
  .social_menu {
    width: 100%;
    padding: 36px calc(0.5vw * 6);
  }
  .social_menu li {
    font-size: 2rem;
    width: 100%;
    color: #999;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: calc(0.5vw * 6);
    display: block !important;
  }
  header div.primary_nav li {
    padding: 0 calc(0.5vw * 12);
  }
  header .social_menu, header .start_project {
    padding-left: calc(0.5vw * 12);
  }
  header .primary_nav .menu li {
    font-size: 3rem;
  }
  header .primary_nav .menu li a {
    display: block;
    text-indent: 0 !important;
  }
  header .primary_nav .menu li a:before {
    display: none;
  }
}
@media screen and (max-width: 419px) {
  header .primary_nav .menu li a {
    text-align: right;
    display: block;
  }
  header .primary_nav .menu li .mac_sup {
    display: none;
  }
  header .primary_nav .menu li .mob_sup {
    display: inline;
  }
}
.white {
  background: #fff;
}

.pale_yellow {
  background: #FCF9DA;
}

.pale_blue {
  background: #DAF1F9;
}

.pale_green {
  background: #E0FEE6;
}

.pale_grey {
  background: #e9e9e9;
}

.pale_tan {
  background: #FFF3E5;
}

.black {
  background: #0f151a;
}

.dark_bg {
  color: #fff !important;
}

.light {
  color: rgba(0, 0, 0, 0.85);
}

main {
  width: 100%;
  padding: 0;
}

.loading main {
  pointer-events: none;
}

section {
  transition: padding cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  padding: 0 calc(0.5vw * 6) calc(0.5vw * 12);
  position: relative;
}

.nav_pad {
  padding-top: 160px !important;
}

.nav_pad_next {
  padding-top: 190px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex span.img {
  width: 100%;
  display: block;
  background: url("/assets/img/system/flow_icon_loader.svg") center center no-repeat;
}
.flex span.img img {
  width: 100%;
}
.flex .col {
  width: 100%;
}

.flex_centre {
  justify-content: center;
  align-items: center;
}

.end {
  margin-left: auto;
  padding-left: 1.5vw;
}

.justify {
  justify-content: space-between;
}

.full_height {
  min-height: 100vh;
}

.full_width {
  padding: 0;
  margin-bottom: calc(0.5vw * 12);
}
.full_width .col, .full_width span.img {
  width: 100%;
}

.video_img_text {
  position: relative;
  width: 50%;
}
.video_img_text.pad {
  width: calc(50% - 1.5vw);
}
.video_img_text.video_panel {
  padding-top: 50%;
}
.video_img_text.video_panel.pad {
  padding-top: calc(50% - 1.5vw);
}
.video_img_text.order_1 {
  order: 1;
  text-align: right;
}
.video_img_text.order_2 {
  order: 2;
}
.video_img_text.ar_1_1 {
  padding-top: 100%;
}
.video_img_text.ar_16_9 {
  padding-top: 28.25%;
}
.video_img_text.ar_16_9.pad {
  padding-top: calc(28.25% - 1vw);
}
.video_img_text iframe {
  top: 0;
  left: 0;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.video_img_text img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.video_img_text div.text_note {
  padding: calc(0.5vw * 2) 6vw;
}
.video_img_text div.text_note h2 {
  margin: 0;
  font-size: 4rem;
}
.video_img_text div.text_note h3, .video_img_text div.text_note h4 {
  margin: 0;
  font-size: 2rem;
}
.video_img_text div.text_note h4 {
  color: #999;
}

@media screen and (max-width: 768px) {
  .video_img_text {
    width: 100%;
    text-align: left !important;
  }
  .video_img_text.video_panel {
    padding-top: 100%;
  }
  .video_img_text.pad {
    width: 100%;
  }
  .video_img_text.order_1 {
    margin-bottom: calc(0.5vw * 12);
  }
  .video_img_text.order_2 {
    margin-bottom: 0 !important;
  }
  .video_img_text.ar_1_1 {
    padding-top: 100%;
  }
  .video_img_text.ar_1_1:first-child {
    margin-bottom: calc(0.5vw * 12);
  }
  .video_img_text.ar_1_1.pad {
    padding-top: 100%;
  }
  .video_img_text.ar_16_9 {
    padding-top: 56.5%;
    margin-bottom: calc(0.5vw * 12);
  }
  .video_img_text.ar_16_9.pad {
    padding-top: 56.5%;
  }
  .video_img_text div.text_note {
    padding: calc(0.5vw * 6) 0 0 0;
  }
}
.min_height {
  min-height: 75vh;
}

.max_width {
  max-width: 1440px;
}

.padded {
  padding: 0 7vw 7vw 7vw;
}
.padded.dark_bg {
  padding: 7vw;
  margin-bottom: calc(0.5vw * 12);
}

.half {
  width: calc(50% - 1.5vw);
}

.halves .col, .halves span.img {
  max-height: auto !important;
  height: auto !important;
  width: calc(50% - 1.5vw);
}

.thirds .col, .thirds span.img {
  width: calc(33.33% - 2vw);
}

.quarters .col, .quarters span.img {
  width: calc(25% - 2.25vw);
}

.col_6_1 {
  width: 16.6666666667%;
}

.col_6_2 {
  width: 33.3333333333%;
}

.col_6_3 {
  width: 50%;
}

.col_6_4 {
  width: 66.6666666667%;
}

.col_6_5 {
  width: 83.3333333333%;
}

.col_6_6 {
  width: 100%;
}

.col_4_4 {
  width: 100%;
}

.col_4_3 {
  width: 75%;
}

.col_4_2 {
  width: 50%;
}

.col_4_1 {
  width: 25%;
}

.col_3_1 {
  width: 33.3333333333%;
}

.col_3_2 {
  width: 66.6666666667%;
}

.col3_3 {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .nav_pad {
    padding-top: 160px !important;
  }
  .col_6_1 {
    width: 33.3333333333%;
  }
  .col_6_5, .col_4_4, .col_4_3, .col_4_2, .half {
    width: 100%;
  }
  .col_4_1, .col_3_1 {
    width: 50%;
  }
  .quarters .col, .quarters span.img {
    width: calc(50% - 1.5vw);
    padding-bottom: calc(0.5vw * 6);
  }
  .quarters .col:nth-child(n+2), .quarters span.img:nth-child(n+2) {
    padding-bottom: 0;
  }
  .end {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  section, .padded {
    padding: 0 calc(0.5vw * 12) calc(0.5vw * 24);
  }
  .col_6_1 {
    width: 50%;
  }
  .col_6_2, .col_6_3, .col_6_4, .col_6_5, .col_6_6,
  .col_4_4, .col_4_3, .col_4_2, .col_4_1,
  .col_3_1, .col_3_2, .col3_3 {
    width: 100%;
  }
  .halves .col, .halves span.img {
    width: 100%;
    padding-bottom: calc(0.5vw * 12);
  }
  .quarters .col, .quarters span.img {
    width: calc(50% - 1.5vw);
  }
}
.animateNav .section_nav_anim {
  opacity: 0;
}

.fixNav .section_nav_anim {
  opacity: 1;
}

.exitRoot .section_nav_anim {
  opacity: 0;
  transform: translateY(0);
}

.section_nav_anim {
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.35s 0s cubic-bezier(0.65, 0, 0.35, 1);
}

.section_nav {
  z-index: 4;
  position: absolute;
  top: 160px;
}
.section_nav ul {
  padding: 0;
}
.section_nav ul li {
  display: inline-block;
  padding: 0 calc(0.5vw * 2) 0 0;
}

.list_grid_ui {
  left: calc(0.5vw * 6);
}

.filter_ui {
  z-index: 4 !important;
  left: auto;
  right: calc(0.5vw * 6);
  text-align: right;
}
.filter_ui ul li {
  padding: 0 0 0 calc(0.5vw * 2);
}
.filter_ui ul li:last-child {
  position: relative;
}
.filter_ui ul li:last-child:after {
  content: "";
  position: absolute;
  left: calc(0.5vw * 2);
  width: 15px;
  height: 15px;
  color: white;
  z-index: 1;
  letter-spacing: 0.02em;
  pointer-events: none;
}
.filter_ui sup {
  font-size: 66%;
}

.filters_open body {
  overflow: hidden;
}
.filters_open .section_nav {
  z-index: 2;
}
.filters_open .filters {
  opacity: 1;
  pointer-events: auto;
}
.filters_open .filter_ui ul li:last-child:after {
  content: "Close ";
}
.filters_open .filter_ui li {
  color: white;
}
.filters_open .filter_ui li a {
  color: transparent;
}
.filters_open .filter_ui li a span {
  background-image: linear-gradient(#fff, #fff);
}

@media screen and (max-width: 768px) {
  .filters_open .flow_logo svg path {
    fill: white;
  }
}
.filters {
  overflow: scroll;
  padding-top: 184px;
  padding-bottom: 200px;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 50%;
  z-index: 3;
  background: #0f151a;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.filters li {
  font-size: 5rem;
  padding: 0;
  overflow: hidden;
}
.filters a {
  color: #fff;
}
.filters h3 {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 2rem;
  margin: 2vh 0 1vh 2px;
  opacity: 50%;
}
@media screen and (max-width: 1440px) {
  .filters li {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .filters {
    width: 100%;
  }
  .filters li {
    font-size: 3rem;
  }
  .filters h3.sectors {
    margin-top: 44px;
  }
  .list_grid_ui {
    display: none;
  }
  .filter_ui {
    width: 100%;
    right: 0;
    padding: 0 calc(0.5vw * 6);
  }
  .filter_ui ul li {
    padding: 0;
  }
  .filter_ui ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.device .list_grid_ui {
  display: none;
}
.device .filter_ui {
  width: 100%;
  right: 0;
  padding: 0 calc(0.5vw * 6);
}
.device .filter_ui ul li {
  padding: 0;
}
.device .filter_ui ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .device .filter_ui,
  .filter_ui {
    padding: 0 calc(0.5vw * 12);
  }
}
.super_list_container.super_list_container_mini .super_container {
  width: 480px;
  height: 480px;
}
.super_list_container.super_list_container_mini .super_container img {
  width: 480px;
}

.device .super_container, .super_list_container_grid .super_container {
  display: none;
}

.super_container {
  position: sticky;
  top: 0;
  order: 2;
  right: 0;
  background: #0f151a;
  height: 100vh;
}
.super_container img {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: opacity cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
.super_container img.show {
  transform: translateY(0px);
  opacity: 1;
  z-index: 2;
}

.super_list.super_list_rows a span {
  background: none;
}

.super_list {
  order: 1;
  position: relative;
  z-index: 2;
  padding-top: calc(0.5vw * 9);
  overflow: visible;
}
.super_list ul {
  width: 95vw;
}
.super_list li {
  overflow: visible;
  position: relative;
  margin: 0 0 0.5vw;
}
.super_list h2 {
  max-width: calc(50% - 0.5vw);
  margin: 0;
  padding: 0 0 0.5vw;
}
.super_list h3 {
  display: none;
}
.super_list p {
  margin: 7px 0 0 0;
  padding: 0 0 calc(0.5vw * 2);
  color: #aaa;
}
.super_list a {
  display: block;
  position: relative;
  overflow: hidden;
}
.super_list a h2 {
  transition: text-indent cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
.super_list a:hover h2 {
  transition: text-indent cubic-bezier(0.65, 0, 0.35, 1) 0.35s;
  text-indent: 80px;
}
.super_list a h2:before {
  display: block;
  position: absolute;
  top: 10px;
  left: -60px;
  background: url("/assets/img/system/flow_icon_rarr_b.svg") no-repeat left top !important;
  background-size: 60px;
  height: 100%;
  width: 60px;
  content: "";
  transition: left cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
.super_list a:hover h2:before {
  left: 0;
}
.super_list a:after {
  display: block;
  z-index: 2;
  width: calc(50% - 0.5vw);
  background: transparent;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0.5vw;
  transition: background ease 0.75s;
}
.super_list a:hover:after {
  background: #0f151a;
}
.super_list a:hover + img {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}
.super_list img {
  display: none;
}

@media screen and (max-width: 1024px) {
  .journal_list .super_list h2 {
    margin: 11px 0 0 0 !important;
  }
  .journal_list .super_list p {
    margin: 11px 0 calc(0.5vw * 12);
  }
  .super_container {
    display: none;
  }
  .super_list {
    display: flex;
    width: 100%;
  }
  .super_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .super_list li {
    width: calc(50% - 1.5vw);
    padding-bottom: calc(0.5vw * 6);
  }
  .super_list li:last-child {
    padding-bottom: 0;
  }
  .super_list a h2:before,
  .super_list a:after {
    display: none;
  }
  .super_list a:hover h2 {
    text-indent: 0;
  }
  .super_list h3 {
    padding: 9px 0;
    font-size: 1.5rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.025em;
  }
  .super_list img {
    width: 100%;
    display: block;
  }
}
.device .super_list,
.super_list.super_list_grid {
  padding-top: 0;
  display: flex;
  width: 100%;
}
.device .super_list .view,
.super_list.super_list_grid .view {
  overflow: visible;
}
.device .super_list ul,
.super_list.super_list_grid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.device .super_list li,
.super_list.super_list_grid li {
  width: calc(50% - 1.5vw);
  padding-bottom: calc(0.5vw * 6);
}
.device .super_list li:last-child,
.super_list.super_list_grid li:last-child {
  padding-bottom: 0;
}
.device .super_list a:after,
.super_list.super_list_grid a:after {
  display: none;
}
.device .super_list a h2:before,
.super_list.super_list_grid a h2:before {
  display: none;
}
.device .super_list a:hover h2,
.super_list.super_list_grid a:hover h2 {
  text-indent: -0.05em;
}
.device .super_list h2,
.super_list.super_list_grid h2 {
  margin: 0;
  text-indent: -0.05em;
  max-width: calc(100% - 0.5vw);
}
.device .super_list h3,
.super_list.super_list_grid h3 {
  margin: 0;
  font-size: 1.5rem;
  padding: 12px 0 6px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.device .super_list img,
.super_list.super_list_grid img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .device .super_list li,
  .super_list.super_list_grid li,
  .super_list li {
    width: 100%;
  }
  .device .super_list li h3,
  .super_list.super_list_grid li h3,
  .super_list li h3 {
    font-size: 1.35rem;
  }
}
.super_list_container.work_list h2 {
  padding: 0 0 calc(0.5vw * 2);
}

.full_screen_video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  padding: 0;
  border: 0;
}
.full_screen_video.fixed {
  position: fixed;
}

.vimeo_fill {
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sixteen_nine {
  position: relative;
  padding: 0 0 56.25% 0 !important;
}

@media screen and (max-width: 768px) {
  .sixteen_nine {
    position: relative;
    padding: 0 0 56.25% 0 !important;
  }
}
.video_simple {
  width: 100%;
  position: relative;
  margin-bottom: calc(0.5vw * 6);
  overflow: hidden;
  padding: 0 0 56.25% 0 !important;
}
.video_simple iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.vimeo_clip {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.sticky_tape {
  min-height: 75vh;
  overflow: visible;
}

.sticky {
  position: sticky;
  top: 0;
}

.tack {
  min-height: 25vh;
  padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .tack {
    padding-bottom: calc(0.5vw * 12);
  }
}
@media screen and (max-width: 768px) {
  .sticky_tape {
    min-height: 0;
  }
  .sticky {
    position: relative;
  }
  .tack {
    min-height: 0;
  }
}
.vh_100 {
  min-height: 100vh;
}

.vh_75 {
  min-height: 75vh;
}

.vh_50 {
  min-height: 50vh;
}

.vh_25 {
  min-height: 25vh;
}

.empty_height {
  height: 300px;
}

.normalise {
  line-height: 1.4em;
  font-size: 2rem;
}

.tint {
  color: rgba(0, 0, 0, 0.4);
}

.text_centre {
  text-align: center;
}

.titles {
  width: 100%;
}

.simple_list strong {
  display: block;
  font-weight: normal;
}
.simple_list li {
  padding-bottom: calc(0.5vw * 2);
}

.column_list li {
  padding: 0 5vw 0 calc(0.5vw * 2);
  list-style-type: "—";
  margin-left: 19px;
}
.entry_list h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  padding: 12px 0 6px !important;
  font-size: 1.5rem;
}
.entry_list h2 {
  text-indent: -0.05em;
}
.entry_list li {
  padding-bottom: calc(0.5vw * 6);
}
.entry_list li:last-child {
  padding-bottom: 0;
}
.entry_list .date {
  color: #aaa;
  font-size: 2rem;
  padding-top: calc(0.5vw * 2);
}
.entry_list .more {
  margin-left: 2px;
}

@media screen and (max-width: 768px) {
  .entry_list h3 {
    font-size: 1.35rem;
  }
}
a.view {
  overflow: hidden;
}
a.view .img_bg {
  background: #0f151a;
  overflow: hidden;
}
a.view img {
  object-fit: cover;
  max-height: calc(100vh - 0.5vw * 12);
  transition: all 0.5s ease;
}
a.view h3 {
  padding: calc(0.5vw * 2) 0 0;
}
a.view h2 {
  padding: 0;
}

a.view:hover img {
  opacity: 0.75;
  transform: scale(103%);
}

.toggle_text_sm .quotes blockquote {
  font-size: 4.5rem;
}

.quotes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: calc(0.5vw * 8) calc(0.5vw * 9);
  overflow: hidden;
}
.quotes div.author {
  min-width: 1260px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  padding: 1px 0;
}
.quotes blockquote {
  max-width: 1260px;
  padding: calc(0.5vw * 4) 0 0;
}
.quotes p {
  width: 100%;
  max-width: 768px;
  padding: 20px 0 calc(0.5vw * 4);
  font-size: 2rem;
}

@media screen and (max-width: 1200px) {
  .quotes.flex_centre {
    padding: 0 calc(0.5vw * 12);
  }
  .quotes.flex_centre blockquote {
    line-height: 1.25em !important;
    font-size: 4rem;
    max-width: 960px;
    width: auto;
  }
  .quotes.flex_centre p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .quotes div.author {
    min-width: 100%;
    width: 100%;
  }
  .quotes.flex_centre {
    justify-content: left;
  }
  .quotes.flex_centre blockquote {
    font-size: 3rem;
  }
}
.highlights {
  padding-top: calc(0.5vw * 12);
  padding-bottom: calc(0.5vw * 12);
  margin-bottom: calc(0.5vw * 12);
}
.highlights h2 {
  padding-bottom: calc(0.5vw * 12);
}
.highlights li {
  padding-bottom: calc(0.5vw * 2);
}
.highlights li:last-child {
  padding: 0;
}
.highlights em {
  font-style: normal;
  opacity: 0.35;
  display: block;
}

.meta ul {
  padding-bottom: calc(0.5vw * 6);
}

@media screen and (max-width: 1024px) {
  .mosaic .pad_left, .mosaic .pad_left_big {
    padding-left: 0;
  }
  .mosaic .pad_right {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .empty_height {
    height: 150px;
  }
  .entry_list {
    padding-top: calc(0.5vw * 18);
  }
  .entry_list li {
    padding-bottom: calc(0.5vw * 24);
  }
  .entry_list li:last-child {
    padding-bottom: 0;
  }
  .quotes {
    text-align: left;
  }
  .quotes p {
    font-size: 1.8rem;
  }
}
.big_arr {
  overflow: hidden;
  position: relative;
  padding-left: 0;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.big_arr:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 28px);
  left: -60px;
  background: url("/assets/img/system/flow_icon_rarr_b.svg") no-repeat left center;
  background-size: 58px;
  height: 60px;
  width: 60px;
  transition: left cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
.big_arr:hover {
  padding-left: 70px;
}
.big_arr:hover:after {
  left: 0;
}

.active.big_arr {
  padding-left: 70px;
}
.active.big_arr:after {
  left: 0;
}

.dark_bg .big_arr:after {
  background: url("/assets/img/system/flow_icon_rarr.svg") no-repeat left center;
  background-size: 58px;
}
.dark_bg .big_arr.active {
  color: #555;
}
.dark_bg .big_arr.active:after {
  opacity: 0.25;
}

@media screen and (max-width: 768px) {
  .big_arr:after {
    background-size: 30px !important;
    display: none;
  }
  .big_arr:hover {
    padding-left: 0;
  }
  .active.big_arr {
    padding-left: 40px;
  }
  .active.big_arr:after {
    display: block;
  }
}
#project .text h2 {
  margin: 0;
}
#project .simple_text h2, #project .simple_text h3, #project .simple_text h4 {
  margin: calc(0.5vw * 3) 0 calc(0.5vw * 2);
  padding: 0;
}
#project .simple_text h2:not(:first-child) {
  font-size: 3rem;
}
#project .simple_text h3 {
  font-size: 3rem;
  color: #999;
}
#project .simple_text h4 {
  font-size: 2rem;
  color: #999;
}

#journal .meta {
  margin: 0 0 calc(0.5vw * 12);
}

.post section h3 {
  font-size: 3rem;
  margin-bottom: 11px;
}

.expertise_title {
  position: sticky;
  top: 0;
  padding-top: calc(0.5vw * 6 - 3px);
}

.team_list h3 {
  margin: 0;
}

.contact_details li {
  padding: 0 0 20px calc(0.5vw * 9);
}

.contact_gallery {
  aspect-ratio: 4/3;
  min-height: 320px;
}

@media screen and (max-width: 1024px) {
  .contact_details {
    margin-top: calc(0.5vw * 18);
  }
  .contact_details li {
    padding: 0 0 20px 0;
  }
}
.logo_list h2, .logo_list h3 {
  font-size: 5rem;
}
.logo_list.black p {
  color: rgba(255, 255, 255, 0.4);
}
.logo_list p {
  color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
  padding-right: calc(0.5vw * 3);
}
.logo_list li {
  padding-top: 20px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
.logo_list li p {
  width: 100%;
  padding: 20px 20px 20px 0;
}
.logo_list li img {
  width: calc(100% - 0.5vw * 4);
  max-width: 180px;
  padding-bottom: 20px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .logo_list h2, .logo_list h3 {
    font-size: 4rem;
  }
  .logo_list li.col_4_1 {
    width: 50%;
  }
  .logo_list li img {
    max-width: 320px;
    width: calc(100% - 48px);
  }
}
.menu_icon, .flow_logo, .key_anim, .fade_anim, .splitty div {
  will-change: position, transform, opacity;
}

.r_dark_bg body {
  background: #0f151a;
}

.r_dark_bg body#service {
  background: white;
}

.machine .cursor {
  display: block;
}

.device .cursor {
  display: none;
}

.loading .cursor {
  mix-blend-mode: normal !important;
  background: transparent;
  background-size: 38px 38px;
  height: 36px !important;
  width: 36px !important;
}
.loading .cursor:before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  background: #0f151a url(/assets/img/system/flow_beachball.gif) center center no-repeat;
  overflow: hidden;
  border-radius: 36px;
}

.cursorReady .cursor {
  opacity: 1;
}

.cursor {
  display: none;
  will-change: width, height, position, opacity, mix-blend-mode;
  transform: translate3d(0, 0, 0);
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  position: fixed;
  top: -1px;
  left: -1px;
  border-radius: 200px;
  height: 15px;
  width: 15px;
  overflow: hidden;
  background-color: #0f151a;
  transition: opacity 0.35s ease, width 0.15s ease, height 0.15s ease;
}
.cursor:after {
  opacity: 0;
  transition: opacity 0.25s ease;
  content: "";
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  position: absolute;
  width: 90px !important;
  height: 90px !important;
  border-radius: 90px;
  text-align: center;
  background: #fff;
}
.cursor.active {
  background: white;
  mix-blend-mode: difference;
  width: 36px;
  height: 36px;
}
.cursor.lighten {
  background-color: #fff;
}
.cursor.noCursor {
  transition: opacity 0.1s ease, width 0.15s ease, height 0.15s ease;
  opacity: 0;
}
.cursor.view, .cursor.play, .cursor.pause {
  mix-blend-mode: normal !important;
  width: 90px;
  height: 90px;
  background: white;
  line-height: 90px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.cursor.view:after, .cursor.play:after, .cursor.pause:after {
  opacity: 1;
  position: absolute;
  color: #0f151a;
  font-size: 1.8rem;
  content: "View";
}
.cursor.play:after {
  content: "Play";
}
.cursor.play.playing:after {
  content: "Pause" !important;
}
.cursor.pause:after {
  content: "Pause" !important;
}
.cursor.next, .cursor.prev {
  mix-blend-mode: normal !important;
  width: 90px;
  height: 90px;
  background: white;
  line-height: 90px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.cursor.next:after, .cursor.prev:after {
  opacity: 1;
  position: absolute;
  color: #0f151a;
  font-size: 1.8rem;
  content: "Next";
}
.cursor.prev:after {
  content: "Prev";
}
.cursor.nav_icon {
  mix-blend-mode: difference !important;
  background: white !important;
}
.cursor.down {
  mix-blend-mode: normal !important;
  width: 90px;
  height: 90px;
  background: white url("/assets/img/system/flow_icon_darr_b.svg") no-repeat center center;
  background-size: 30px;
  background: !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.menu_open .cursor {
  background-color: #fff !important;
}

@media screen and (max-width: 768px) {
  .cursor {
    display: none !important;
  }
}
.loader {
  visibility: hidden;
  background: #0f151a;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
}

.key_anim,
.fade_anim,
.scroll_anim,
.splitty {
  visibility: hidden;
}

.thin .splitty h1, .thin .splitty h2, .thin .splitty h3, .thin .splitty blockquote {
  width: calc(100% - 0.5vw * 18);
}

.flex_centre.splitty h1 .yo-parent, .flex_centre.splitty h2 .yo-parent, .flex_centre.splitty h3 .yo-parent, .flex_centre.splitty blockquote .yo-parent {
  margin-left: -25px;
}

.splitty h1, .splitty h2, .splitty h3, .splitty blockquote {
  will-change: transform;
  padding: 0;
  font-feature-settings: unset;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
  -webkit-transform: translateZ(0);
  font-kerning: revert;
  font-weight: normal;
  position: relative;
  line-height: 1.2em;
  vertical-align: bottom;
  z-index: 2;
  width: calc(100% - 50px);
  max-width: 1440px;
  width: 90%;
  margin-left: -2px;
}
.splitty .yo-parent {
  overflow: hidden;
  display: block;
  width: calc(100% + 50px);
}
.splitty .yo-child {
  margin-top: -0.12em;
  display: inline-block;
}

.revert .splitty h1, .revert .splitty h2, .revert .splitty h3 {
  overflow: unset;
  margin-top: -0.05em;
  line-height: 1.05em;
}

@media screen and (max-width: 768px) {
  .splitty h1, .splitty h2, .splitty h3 {
    width: 100%;
    overflow: hidden;
  }
}
.loading .svg_clamp,
.scroll100 .svg_clamp {
  visibility: hidden;
  opacity: 0;
}

.svg_clamp {
  position: fixed;
  background: rgba(0, 0, 0, 0.08);
  height: calc(100vh + 1px);
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 0.1s 0.5s linear;
}

.svg_centre_clip {
  position: fixed;
  z-index: 2;
  width: calc(100vw - 0.5vw * 10);
  height: 100vw;
}

svg#flow_wordmark {
  visibility: hidden;
  width: calc(177.77777778vh - 0.5vw * 6);
  height: 56.25vw;
  min-width: calc(100% - 0.5vw * 10);
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
svg#flow_wordmark polygon, svg#flow_wordmark path {
  fill: white;
}

.rolo {
  z-index: 99;
  display: block;
  position: absolute;
  top: -100px;
  height: 1px;
  width: 10px;
  background: blue;
}

@media screen and (max-width: 768px) {
  .svg_centre_clip {
    width: 100%;
  }
  svg#flow_wordmark {
    visibility: hidden;
    width: calc(100% - 36px);
    height: 56.25vw;
    min-width: 90%;
    min-height: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  svg#flow_wordmark polygon, svg#flow_wordmark path {
    fill: white;
  }
}
.device .videoHeaderLoaded .play_btn:before {
  content: "Play";
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background: white;
  line-height: 90px;
  color: #0f151a;
  font-size: 1.8rem;
}

.scroll100 .header_video {
  visibility: hidden !important;
}

#index .header_video:before {
  background: none;
}

.header_video {
  overflow: hidden;
  height: calc(100vh + 1px);
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  background: #0f151a;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.header_video:before {
  content: "";
  position: absolute;
  width: 82px;
  height: 82px;
  left: calc(50% - 21px);
  top: calc(50% - 21px);
  background-size: 82px;
}
.header_video video {
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.video_home.fadeOut {
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  #index .header_video:before {
    background-size: 82px;
    border-radius: 62px;
    width: 62px;
    height: 62px;
    left: calc(50% - 31px);
    top: calc(50% - 31px);
  }
}
.darr, .uarr {
  position: absolute;
  overflow: hidden;
  text-indent: -999em;
  transition: background-position 0.25s cubic-bezier(0.65, 0, 0.35, 1), opacity ease-in 0.5s 4s, bottom 0.8s 3.8s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 2;
  width: 100px;
  height: 50px;
}
.darr:hover, .uarr:hover {
  background-position: 12px center;
}

.darr {
  display: none;
  opacity: 0;
  background: url(/assets/img/system/flow_icon_rarr.svg) no-repeat 0 center;
  background-size: 80px;
  bottom: 80px;
  transform: rotate(90deg);
}

.uarr {
  background: url(/assets/img/system/flow_icon_rarr_b.svg) no-repeat 0 center;
  background-size: 80px;
  top: calc(50% - 0.5vw * 6);
  left: calc(50% - 50px);
  transform: rotate(270deg);
}

@media screen and (max-width: 768px) {
  .uarr {
    background-size: 40px;
    background-position: 0 0;
    top: 0;
    left: calc(0.5vw * 12 - 25px);
  }
  .uarr:hover {
    background-position: 20px 0;
  }
}
.videoHeaderLoaded .darr {
  opacity: 1;
  bottom: 30px;
}

.buffer {
  width: 100vw;
  height: 100vh;
  display: block;
}

.overlay {
  z-index: 2;
  width: 100%;
  position: relative;
  background: #fff;
  min-height: 100vh;
}

.machine .visor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.5s ease;
}
.machine .visor.fadeOut {
  opacity: 1;
}

.play_btn.view {
  opacity: 1;
}
.play_btn.view img {
  opacity: 1 !important;
}

.play_btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 1 !important;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 0;
  background: transparent;
  transition: opacity 0.25s ease, background 0.25s ease;
}
.play_btn:hover {
  background: rgba(0, 0, 0, 0.3);
}
.play_btn:hover:before {
  width: 70px;
  height: 70px;
  line-height: 68px;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
}
.play_btn img {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100% !important;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  transition: all 0.25s 0s ease;
}
.play_btn.hide {
  display: none;
}

.play_btn:before {
  z-index: 2;
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 58px;
  background: url("/assets/img/system/flow_icon_play.svg") no-repeat center center;
  background-size: 100%;
  line-height: 60px;
  color: #0f151a;
  font-size: 1.8rem;
  transition: all 0.2s ease;
}

.pause_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: auto;
  display: block;
}

.pause_btn.paused {
  display: none;
  z-index: -1;
  pointer-events: none;
}

.home_video {
  opacity: 0 !important;
}

.playerPlaying .home_video {
  transition: opacity 0.75s linear;
  opacity: 1 !important;
}

.header_video .play_btn.playActive {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.play_btn.view.playActive,
.play_btn.playActive {
  opacity: 0;
  background: transparent;
}
.play_btn.view.playActive img,
.play_btn.playActive img {
  opacity: 0 !important;
  transition: all 0.25s 0.35s ease;
}
.play_btn.view.playActive:before,
.play_btn.playActive:before {
  transition: opacity 0.25s 0.25s ease, transform 0.5s ease-in-out;
  opacity: 0 !important;
  transform: scale(85%);
}

.news_ticker {
  padding-bottom: calc(0.5vw * 8);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ticker_padding {
  padding: 120px 0 14px 0;
}

.news-group {
  position: relative;
  white-space: nowrap;
  will-change: transform;
  padding: 0;
}

.news-group li {
  text-transform: uppercase;
  list-style-type: none;
  display: inline-block;
  font-size: 7.4rem;
  padding-bottom: 0;
}
.news-group li i {
  font-style: normal;
  display: inline-block;
  padding: 0 12px 0 7px;
}

@media screen and (max-width: 768px) {
  .news-group li {
    font-size: 3rem;
  }
}
html.cookie .cookiebar {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
  transition: all 0.5s 5s cubic-bezier(0.65, 0, 0.35, 1);
}

.cookiebar {
  opacity: 0;
  pointer-events: none;
  transform: translateY(200px);
  position: fixed;
  bottom: 0;
  z-index: 9;
  transition: all 0.5s 0s cubic-bezier(0.65, 0, 0.35, 1);
  padding: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
}
.cookiebar a {
  color: white;
  transition: opacity ease 0.15s;
}
.cookiebar a:hover {
  opacity: 0.6;
}
.cookiebar a.accept_cookie {
  position: absolute;
  top: 30px;
  right: calc(0.5vw * 6);
  font-size: 1.8rem;
  display: block;
  clear: both;
  padding: 0;
  margin: 0 0 30px 0;
}
.cookiebar p {
  color: #fff;
  font-size: 1.8rem;
  padding: 30px 220px 30px 30px;
}

@media screen and (max-width: 768px) {
  .cookiebar p {
    padding: 30px;
  }
  .cookiebar a.accept_cookie {
    position: relative;
    top: auto;
    right: auto;
    margin: 30px 0 10px 0;
  }
}
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper_container {
  padding: 0;
  padding-top: calc(57.5% + 60px);
  width: 100%;
  position: relative;
}

.swiper {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.machine .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}

.device .swiper-slide img {
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  -moz-backdrop-filter: blur(3.5px);
}

.swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 50px);
  width: 100%;
  z-index: 1;
}
.swiper-slide.swiper-slide-active, .swiper-slide.swiper-slide-duplicate-active {
  z-index: 2;
}
.swiper-slide img {
  transition: all ease 0.25s;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.swiper-slide img.swiper-lazy {
  transition: opacity 0.35s linear;
  opacity: 0;
}
.swiper-slide img.img_loaded {
  opacity: 1 !important;
}
.contain .swiper-slide img {
  object-fit: contain;
}

.swiper_container_pad_arr {
  padding: 0 calc(0.5vw * 12);
  overflow: auto;
}
.swiper_container_pad_arr .swiper {
  position: relative;
}
.swiper_container_pad_arr .swiper img {
  position: relative;
}
.swiper_container_pad_arr .swiper-slide .text_anim {
  transition: all 1s 0.15s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 0;
  transform: translateX(12px);
}
.swiper_container_pad_arr .swiper-slide-duplicate-active .text_anim,
.swiper_container_pad_arr .swiper-slide.swiper-slide-active .text_anim {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 960px) {
  .swiper_container_pad_arr .swiper-slide .text_anim {
    opacity: 1;
    transform: translateX(0px);
  }
}
@media screen and (max-width: 768px) {
  .swiper_container_fluid {
    padding: 0 !important;
  }
  .swiper_container_fluid .col_4_2 {
    width: 100% !important;
  }
}
.mini_slide_text h2, .mini_slide_text h3, .mini_slide_text h4 {
  margin-bottom: 0.5vw;
  padding-top: 0;
}
.mini_slide_text h4 {
  color: #aaa;
  margin-bottom: 0;
}

.swiper_container_fluid {
  padding-top: 60px;
}
.swiper_container_fluid h3 {
  font-size: 3rem;
  margin-bottom: 22px;
}
.swiper_container_fluid .swiper {
  padding-bottom: 60px;
  position: relative;
}
.swiper_container_fluid .swiper img {
  position: relative;
}
.swiper_container_fluid .swiper-pagination {
  left: 0 !important;
}

.rarr {
  display: block;
  width: 60px;
  margin-right: calc(0.5vw * 6);
}
.rarr img {
  display: block;
}

@media screen and (max-width: 960px) {
  .swiper_container_fluid .swiper-slide {
    flex-wrap: wrap;
  }
  .swiper_container_fluid .col_4_2 {
    width: 90%;
  }
  .swiper_container_fluid .pad_left_big {
    padding: 22px 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .swiper_container_fluid .swiper-pagination {
    left: auto !important;
  }
  .rarr {
    height: calc(0.5vw * 12);
  }
  .rarr img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .swiper_container_fluid {
    padding-top: 0;
  }
  .swiper_container_fluid .swiper-pagination {
    left: auto !important;
  }
}
.swiper_container_duo {
  padding: 0;
}
.swiper_container_duo .swiper {
  position: relative;
  height: calc(20vw + 0.5vw * 18);
  padding: 0;
}
.swiper_container_duo .swiper-slide {
  height: 20vw;
}
.swiper_container_duo .col_4_2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper_container_duo .col_4_2 h2, .swiper_container_duo .col_4_2 p {
  width: 100%;
  padding: 0 21px;
}
.swiper_container_duo .col_4_2 p.date {
  margin-top: -6px;
}
.swiper_container_duo .col_4_2 h2 {
  margin: 0 0 auto 1px;
}
.swiper_container_duo .col_4_2 p.more {
  margin-bottom: -2px;
}
.swiper_container_duo .square a {
  background: black;
  display: block;
  height: 100%;
}
.swiper_container_duo .square img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.swiper_container_duo .further_reading {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  width: auto;
  line-height: 63px;
  height: 60px;
  text-align: right;
}
.swiper_container_duo .swiper-scrollbar-container {
  left: 0;
  position: absolute;
  bottom: 50px;
  height: 20px;
  width: 100%;
  z-index: 99;
}
.swiper_container_duo .swiper-scrollbar {
  left: 0;
  position: absolute;
  bottom: 10px;
  width: 100%;
  background: #CECECE;
  border-radius: 0;
  height: 1px;
}
.swiper_container_duo .swiper-scrollbar-drag {
  background: transparent;
  height: 10px;
  border-radius: 0;
  cursor: grab;
  top: -5px;
}
.swiper_container_duo .swiper-scrollbar-drag:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #0f151a;
  top: 5px;
}

@media screen and (max-width: 768px) {
  .gallery.padded.dark_bg {
    padding-bottom: calc(0.5vw * 2);
  }
  .swiper_container_duo .swiper {
    height: calc(90vw + 200px);
  }
  .swiper_container_duo .swiper-slide {
    height: 90vw;
    flex-wrap: wrap;
  }
  .swiper_container_duo h2, .swiper_container_duo p, .swiper_container_duo p.date {
    font-size: 1.8rem;
    padding: 0 !important;
  }
  .swiper_container_duo p.date {
    margin: 21px 0 0 0 !important;
  }
  .swiper_container_duo .further_reading {
    display: none;
  }
}
.swiper-pagination {
  position: absolute;
  z-index: 99;
  left: auto !important;
  top: auto;
  right: 0;
  bottom: 0 !important;
  width: 90px !important;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

/* button style */
.swiper-pagination-bullet {
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent !important;
  width: 90px;
  height: 50px;
  margin: 0;
  border-radius: 0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-bullet span {
  color: #0f151a;
  position: absolute;
  left: 0;
  text-align: right;
  top: 0;
}

.swiper-pagination-bullet span.count {
  opacity: 0;
  left: -4px !important;
  width: 21px;
}

.swiper-pagination-bullet-active span.count {
  opacity: 1;
  text-align: right;
  top: 0;
}

.swiper-pagination-bullet span.total {
  display: none;
  left: 23px;
  top: 0;
}
.swiper-pagination-bullet span.total i {
  font-style: normal;
}

.swiper-pagination-bullet:last-child span.total {
  display: block;
}

.swiper-pagination-bullet svg.progress {
  position: absolute;
  z-index: 2;
  top: calc(50% - 8px);
  left: auto;
  right: 4px;
  transform: rotate(-90deg);
}

.swiper-pagination-bullet-active svg.progress {
  z-index: 3;
}

.circle-origin {
  fill: transparent;
  stroke: #0f151a;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}

.swiper-pagination-bullet-active .circle-origin {
  animation: progress 10s;
  animation-timing-function: ease-in;
}

.swiper_halves .swiper-pagination-bullet-active .circle-origin {
  animation: progress 35s;
}

.swiper_quote .swiper-pagination-bullet-active .circle-origin {
  animation: progress 40s;
}

@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.dark_bg .circle-origin {
  stroke: #fff;
}
.dark_bg .swiper-pagination-bullet span {
  color: #fff;
}

.swiper_quotes .swiper-pagination {
  right: calc(0.5vw * 12);
  bottom: calc(0.5vw * 6) !important;
}

.swiper-button-prev,
.swiper-button-next {
  transition: opacity 0.25s ease;
  transform: rotate(180deg);
  width: 60px;
  height: 60px;
  background: no-repeat right center;
  user-select: none;
  overflow: hidden;
  text-indent: -999em;
}

.swiper-button-next {
  transform: rotate(0);
}

.swiper_arrs_overlay .swiper-button-prev,
.swiper_arrs_overlay .swiper-button-next {
  width: 50%;
  top: 0;
  left: 0;
  height: 100%;
}
.swiper_arrs_overlay .swiper-button-prev:after,
.swiper_arrs_overlay .swiper-button-next:after {
  display: none;
}
.swiper_arrs_overlay .swiper-button-next {
  left: auto;
  right: 0;
}

.swiper_arrs_lr .swiper-button-prev,
.swiper_arrs_lr .swiper-button-next {
  transform: rotate(180deg);
  background-image: url("/assets/img/system/flow_icon_rarr_b.svg");
  background-size: 50px;
}
.swiper_arrs_lr .swiper-button-next {
  transform: rotate(0);
}

.swiper_container_pad_arr .swiper-button-prev,
.swiper_container_pad_arr .swiper-button-next {
  top: calc(50% - 30px);
  bottom: 0;
  left: 0;
}
.swiper_container_pad_arr .swiper-button-next {
  transform: rotate(0);
  left: auto;
  right: 0;
}

.swiper_container_duo .swiper-button-prev,
.swiper_container_duo .swiper-button-next {
  bottom: -5px;
  top: auto;
  left: auto;
  right: 120px;
}
.swiper_container_duo .swiper-button-prev {
  right: 180px;
}

@media screen and (max-width: 1024px) {
  .swiper_arrs_overlay .swiper-button-prev,
  .swiper_arrs_overlay .swiper-button-next, .full_width .swiper-button-prev,
  .full_width .swiper-button-next, .swiper_container_duo .swiper-button-prev,
  .swiper_container_duo .swiper-button-next, .swiper_container_pad_arr .swiper-button-prev,
  .swiper_container_pad_arr .swiper-button-next {
    background-size: 36px;
  }
  .swiper_container_duo .swiper-button-prev {
    right: 160px;
  }
}
.device .dark_bg .swiper_arrs_overlay .swiper-button-prev,
.device .dark_bg .swiper_arrs_overlay .swiper-button-next {
  background-image: url("/assets/img/system/flow_icon_rarr.svg") !important;
}
.device .swiper_arrs_overlay .swiper-button-prev,
.device .swiper_arrs_overlay .swiper-button-next {
  width: 60px;
  height: 50px;
  top: auto;
  bottom: 0;
  left: 0;
  background-size: 40px;
  background-image: url("/assets/img/system/flow_icon_rarr_b.svg") !important;
}
.device .swiper_arrs_overlay .swiper-button-next {
  right: auto;
  left: 40px;
}
.device .swiper_quotes .swiper-button-prev,
.device .swiper_quotes .swiper-button-next {
  bottom: calc(0.5vw * 6);
  top: auto;
  left: calc(0.5vw * 12);
}
.device .swiper_quotes .swiper-button-next {
  left: calc(0.5vw * 12 + 40px);
}

@media screen and (max-width: 768px) {
  .swiper_arrs_overlay .swiper-button-prev,
  .swiper_arrs_overlay .swiper-button-next, .full_width .swiper-button-prev,
  .full_width .swiper-button-next, .swiper_container_duo .swiper-button-prev,
  .swiper_container_duo .swiper-button-next, .swiper_container_pad_arr .swiper-button-prev,
  .swiper_container_pad_arr .swiper-button-next {
    width: 60px;
    height: 50px;
    top: auto;
    bottom: 0;
    left: 0;
    background-size: 40px;
    background-image: url("/assets/img/system/flow_icon_rarr_b.svg") !important;
  }
  .swiper_arrs_overlay .swiper-button-next, .full_width .swiper-button-next, .swiper_container_duo .swiper-button-next, .swiper_container_pad_arr .swiper-button-next {
    right: auto;
    left: 40px;
  }
  .swiper_quotes .swiper-button-prev,
  .swiper_quotes .swiper-button-next {
    bottom: calc(0.5vw * 6);
    top: auto;
    left: calc(0.5vw * 12);
  }
  .swiper_quotes .swiper-button-next {
    left: calc(0.5vw * 12 + 40px);
  }
  .dark_bg .swiper-button-prev,
  .dark_bg .swiper-button-next {
    background-image: url("/assets/img/system/flow_icon_rarr.svg") !important;
  }
}
.accordion_jobs .accordion-menu .icon {
  display: none;
}
.accordion_jobs .accordion-menu.active .icon {
  display: block;
}
.accordion_jobs h2 {
  margin-bottom: 0;
}

.service_accordions h2 {
  text-indent: -0.05em;
  margin-bottom: calc(0.5vw * 2);
  padding-right: calc(0.5vw * 4);
}
.service_accordions h3 {
  margin: 0;
}

.service_accordions .accordion {
  padding-bottom: calc(0.5vw * 9);
  margin-right: 4vw;
}

.accordion {
  padding-bottom: calc(0.5vw * 9);
}

.accordion-menu {
  color: black;
  padding: 0.5vw 40px calc(0.5vw * 2) 0;
  margin-top: 0.5vw;
  cursor: pointer;
  user-select: none;
  position: relative;
  transition: all ease 0.25s;
}
.accordion-menu a {
  width: 100%;
  display: block;
}
.accordion-menu .icon {
  height: 20px;
  width: 20px;
  line-height: 18px;
  text-align: center;
  font-size: 22px !important;
  font-style: normal;
  position: absolute;
  right: -0.02em;
  top: calc(50% - 10px);
  transform-origin: center;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.25s;
  font-size: 1.2em;
  vertical-align: middle;
}
.accordion-menu.active .icon {
  transform: rotate(45deg);
  right: -0.03em;
}

.accordion-content {
  height: 0;
  overflow: hidden;
  border-bottom: 1px solid #C9C9C9;
  transition: border-color 0.25s 0.25s;
}
.accordion-content p:last-child {
  padding-bottom: calc(0.5vw * 3);
}

.accordion-menu.active + .accordion-content {
  border-bottom: 1px solid black;
}

@media screen and (max-width: 768px) {
  .accordion {
    width: 100%;
    margin-right: 0;
    margin-bottom: calc(0.5vw * 12);
  }
  .accordion-menu {
    padding: 10px 40px 10px 0;
  }
  .accordion-menu.big_arr:after {
    left: -60px !important;
    display: block;
    transition: left cubic-bezier(0.65, 0, 0.35, 1) 0.25s !important;
  }
  .accordion-menu.active.big_arr:after {
    transition: left cubic-bezier(0.65, 0, 0.35, 1) 0.25s 0.15s !important;
    left: 0 !important;
  }
  .accordion-content p {
    padding-bottom: 20px;
  }
  .accordion-content p:last-child {
    padding-bottom: calc(0.5vw * 12);
  }
}
@media (hover: none) and (pointer: coarse) {
  main a, main a:hover, main a.view, main a.view:hover {
    transition: none !important;
  }
  main a h2, main a h3, main a h4, main a p, main a img, main a span, main a .img_bg, main a .img_bg img, main a:hover h2, main a:hover h3, main a:hover h4, main a:hover p, main a:hover img, main a:hover span, main a:hover .img_bg, main a:hover .img_bg img, main a.view h2, main a.view h3, main a.view h4, main a.view p, main a.view img, main a.view span, main a.view .img_bg, main a.view .img_bg img, main a.view:hover h2, main a.view:hover h3, main a.view:hover h4, main a.view:hover p, main a.view:hover img, main a.view:hover span, main a.view:hover .img_bg, main a.view:hover .img_bg img {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .cursor {
    display: none !important;
  }
}
@supports (-webkit-touch-callout: none) {
  main a, main a:hover, main a.view, main a.view:hover {
    transition: none !important;
  }
  main a h2, main a h3, main a h4, main a p, main a img, main a span, main a .img_bg, main a .img_bg img, main a:hover h2, main a:hover h3, main a:hover h4, main a:hover p, main a:hover img, main a:hover span, main a:hover .img_bg, main a:hover .img_bg img, main a.view h2, main a.view h3, main a.view h4, main a.view p, main a.view img, main a.view span, main a.view .img_bg, main a.view .img_bg img, main a.view:hover h2, main a.view:hover h3, main a.view:hover h4, main a.view:hover p, main a.view:hover img, main a.view:hover span, main a.view:hover .img_bg, main a.view:hover .img_bg img {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .cursor {
    display: none !important;
  }
}
.grecaptcha-badge {
  z-index: -1 !important;
  opacity: 0 !important;
}

footer {
  position: relative;
  z-index: 1;
  padding: calc(0.5vw * 6) 0 0;
  clear: both;
  background: #0f151a;
  color: white;
}
footer section {
  padding-top: calc(0.5vw * 6);
  width: 100%;
}
footer section:first-child {
  padding-bottom: 0;
}
footer a {
  color: white;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer li {
  width: 100%;
  list-style-type: none;
  font-size: 1.8rem;
}
footer li sup.mac_sup {
  opacity: 1;
  display: inline;
}
footer li sup.mob_sup {
  opacity: 1;
  display: none;
}
footer p {
  line-height: 2em;
  font-size: 1.8rem;
  padding: 0;
}
footer .address {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5vw;
}
footer .address address {
  font-size: 1.8rem;
}
footer .address:after {
  content: "";
  position: absolute;
  top: calc(-16px - 0.5vw);
  width: 180px;
  height: 50px;
  background: url(/assets/img/system/flow_wordmark.svg) -4px -66px no-repeat;
  background-size: 180px;
}
footer .share {
  margin-bottom: 0.5vw;
  display: flex;
  align-items: flex-end;
}
footer .share li {
  margin: 0 0.5vw 0 0;
  font-size: 1.8rem;
}
footer .footer_nav {
  margin-top: -1vw;
  padding: 0;
}
footer .footer_nav li {
  font-size: 4rem;
  padding: 0;
  line-height: 1.25em;
}
footer form {
  width: 100%;
  border-bottom: 1px solid #555;
}
footer form p {
  width: 50%;
  float: left;
  font-size: 2rem;
  padding: 0 8px 0 0;
  font-size: 1.8rem;
  line-height: 2em !important;
  height: auto !important;
}
footer input[type=email] {
  float: left;
  width: calc(50% - 36px);
  color: #aaa;
  background: transparent;
  margin: 0 0 20px 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 #fff;
  display: block;
  line-height: 2em;
  font-family: "Roobert Regular", helvetica, arial, sans-serif;
  font-size: 1.8rem;
  transition: color 0.25s ease;
}
footer input[type=email]:focus {
  outline: none;
  border-bottom-color: white;
  color: white;
}
footer input[type=submit] {
  float: left;
  text-indent: -999em;
  overflow: hidden;
  -webkit-appearance: button;
  cursor: pointer;
  background: url(/assets/img/system/flow_icon_rarr.svg) no-repeat left calc(50% - 2px);
  background-size: 28px;
  width: 36px;
  color: #fff;
  border: 0 solid #0f151a;
  padding: 0;
  display: block;
  line-height: 2em;
  font-family: "Roobert Regular", helvetica, arial, sans-serif;
  font-size: 2rem;
  transition: background-position cubic-bezier(0.65, 0, 0.35, 1) 0.25s;
}
footer input[type=submit]:hover,
footer input[type=submit]:focus {
  background-position: right calc(50% - 2px);
  outline: none;
}
footer input[type=submit]::-moz-focus-inner {
  border: none;
}
footer .project_start {
  position: relative;
}
footer .project_start p:last-child {
  width: 32px;
  height: 32px;
  text-indent: -999em;
  overflow: hidden;
  background: url(/assets/img/system/flow_icon_fill.svg) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  bottom: 10px;
}
footer .copy {
  width: 100%;
}
footer .copy p {
  margin-top: calc(0.5vw * 3);
  width: 50%;
}

#services footer li a.services,
#work footer li a.work,
#project footer li a.work,
#about footer li a.about,
#journal footer li a.journal,
#jobs footer li a.jobs,
#contact footer li a.contact {
  opacity: 0.5;
}
#services footer li a.services sup,
#work footer li a.work sup,
#project footer li a.work sup,
#about footer li a.about sup,
#journal footer li a.journal sup,
#jobs footer li a.jobs sup,
#contact footer li a.contact sup {
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  footer form {
    flex-wrap: wrap;
  }
  footer form p, footer form input[type=email] {
    width: calc(100% - 36px) !important;
  }
  footer .copy p {
    padding-right: 12px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer_nav {
    background: url(/assets/img/system/flow_wordmark.svg) no-repeat -2px -12px;
    background-size: 90px;
    padding: 100px 0 50px;
    order: 1;
    width: 100%;
  }
  footer .footer_nav li {
    font-size: 3rem;
    line-height: 1.2em;
    text-align: right;
  }
  footer .footer_nav li sup.mac_sup {
    display: none;
  }
  footer .footer_nav li sup.mob_sup {
    display: inline;
  }
  footer .share, footer .address {
    width: 50%;
    background: none;
    order: 2;
    padding-bottom: calc(0.5vw * 8);
  }
  footer .share:after, footer .address:after {
    display: none;
  }
  footer .share li, footer .address li {
    margin: 4px 0.5vw 0 0;
  }
  footer .project_start {
    padding: 0;
    width: 100%;
    padding: 0 0 calc(0.5vw * 24);
  }
  footer .project_start p {
    font-size: 3rem;
  }
  footer .project_start p:last-child {
    display: none;
  }
  footer .mailing_list {
    flex-wrap: wrap;
    width: 100% !important;
    order: 1;
  }
  footer .copy {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  footer .copy p {
    width: 100%;
    padding: 0 24px 0 0;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  footer {
    padding-top: calc(0.5vw * 18);
  }
  footer .share, footer .address {
    width: 100%;
  }
  footer .share br {
    display: none;
  }
}
.pad_all {
  padding: calc(0.5vw * 3);
}

.pad_top {
  padding-top: calc(0.5vw * 3);
}

.pad_right {
  padding-right: calc(0.5vw * 3);
}

.pad_bottom {
  padding-bottom: calc(0.5vw * 3);
}

.pad_left {
  padding-left: calc(0.5vw * 3);
}

.pad_top_small {
  padding-top: calc(0.5vw * 2);
}

.pad_right_small {
  padding-right: calc(0.5vw * 2);
}

.pad_bottom_small {
  padding-bottom: calc(0.5vw * 2);
}

.pad_left_small {
  padding-left: calc(0.5vw * 2);
}

.pad_top_big {
  padding-top: calc(0.5vw * 3 * 4);
}

.pad_right_big {
  padding-right: calc(0.5vw * 3 * 4);
}

.pad_bottom_big {
  padding-bottom: calc(0.5vw * 3 * 4);
}

.pad_left_big {
  padding-left: calc(0.5vw * 3 * 4);
}

.pad_top_xbig {
  padding-top: calc(0.5vw * 3 * 8);
}

.pad_right_xbig {
  padding-right: calc(0.5vw * 3 * 8);
}

.pad_bottom_xbig {
  padding-bottom: calc(0.5vw * 3 * 8);
}

.pad_left_xbig {
  padding-left: calc(0.5vw * 3 * 8);
}

.margin_bottom_big {
  margin-bottom: calc(0.5vw * 3 * 4);
}

.no_pad {
  padding: 0 !important;
}

.no_pad_top {
  padding-top: 0;
}

.no_pad_right {
  padding-right: 0;
}

.no_pad_bottom {
  padding-bottom: 0;
}

.no_pad_left {
  padding-left: 0;
}

.bye {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -999em;
  left: -999em;
  height: 1px;
  width: 1px;
  z-index: -1;
  text-indent: -999em;
  overflow: hidden;
}

.selected {
  pointer-events: none;
  opacity: 0.5;
}

.tint, .grey {
  color: #aaa;
}

.sticky {
  position: sticky;
  top: 0;
}

.notmob {
  display: block;
}

.mob {
  display: none;
}

@media screen and (max-width: 768px) {
  .notmob {
    display: none;
  }
  .mob {
    display: block;
  }
}
a.tablet {
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  top: calc(100vh - 0.5vw * 12);
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 33px;
  border-radius: 0 32px 32px 0;
  display: block;
  padding: 0 20px 0 8px;
  font-size: 12px;
  color: #999 !important;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all cubic-bezier(0.87, 0, 0.13, 1) 0.5s;
}
a.tablet.single_entry span {
  display: inline-block;
}
a.tablet span {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  padding-left: 12px;
  margin-left: 12px;
  height: 32px;
  width: 120px;
  background: rgba(255, 255, 255, 0.5);
  display: none;
  transition: all cubic-bezier(0.87, 0, 0.13, 1) 0.25s 0s;
}
a.tablet strong {
  font-weight: normal !important;
}
a.tablet:hover {
  width: 76px;
  cursor: pointer !important;
}
a.tablet.single_entry:hover {
  width: 190px;
}
a.tablet:hover span {
  opacity: 1;
  transition: all cubic-bezier(0.87, 0, 0.13, 1) 0.5s 0.25s;
}
a.tablet.draft {
  background: rgba(0, 0, 0, 0.75);
}
a.tablet.draft span {
  color: white;
}
a.tablet.draft strong {
  color: black;
}
a.tablet.published {
  background: #f7f7fb;
}
a.tablet.published span {
  color: rgba(255, 255, 255, 0.75);
  background: #5d63f1;
}
a.tablet.published strong {
  color: white;
}

@media screen and (max-width: 768px) {
  a.tablet {
    display: none;
    width: 190px;
    top: auto;
    bottom: 0;
    left: 0;
    line-height: 32px;
    border-radius: 0;
  }
  a.tablet span {
    opacity: 1;
  }
}
