@font-face {
  font-family: 'basicsans';
  font-weight: 100;
  src: url('fonts/basicsans/basicsans-thin.otf');
}
@font-face {
  font-family: 'basicsans';
  font-weight: 100;
  font-style: italic;
  src: url('fonts/basicsans/basicsans-thinit.otf');
}
@font-face {
  font-family: 'basicsans';
  font-weight: 200;
  src: url('fonts/basicsans/basicsans-extralight.otf');
}
@font-face {
  font-family: 'basicsans';
  font-weight: 200;
  font-style: italic;
  src: url('fonts/basicsans/basicsans-extralightit.otf');
}
@font-face {
  font-family: 'basicsans';
  font-weight: 300;
  src: url('fonts/basicsans/basicsans-light.otf');
}
@font-face {
  font-family: 'basicsans';
  font-weight: 300;
  font-style: italic;
  src: url('fonts/basicsans/basicsans-lightit.otf');
}
@font-face {
  font-family: 'basicsans';
  font-weight: 400;
  src: url('fonts/basicsans/basicsans-regular.otf');
}
@font-face {
  font-family: 'basicsans';
  font-weight: 400;
  font-style: italic;
  src: url('fonts/basicsans/basicsans-regularit.otf');
}
/* @font-face {
	font-family: 'basicsans';
	font-weight: 500;
	src: url('fonts/basicsans/basicsans-medium.otf');
}

@font-face {
	font-family: 'basicsans';
	font-weight: 500;
	font-style: italic;
	src: url('fonts/basicsans/basicsans-mediumit.otf');
} */
@font-face {
  font-family: 'basicsans';
  font-weight: 500;
  src: url('fonts/basicsans/basicsans-regular.otf');
}
@font-face {
  font-family: 'basicsans';
  font-weight: 500;
  font-style: italic;
  src: url('fonts/basicsans/basicsans-regularit.otf');
}
@font-face {
  font-family: 'basicsans';
  font-weight: 600;
  src: url('fonts/basicsans/basicsans-semibold.otf');
}
@font-face {
  font-family: 'basicsans';
  font-weight: 600;
  font-style: italic;
  src: url('fonts/basicsans/basicsans-semiboldit.otf');
}
@font-face {
  font-family: 'basicsans';
  font-weight: 700;
  src: url('fonts/basicsans/basicsans-bold.otf');
}
@font-face {
  font-family: 'basicsans';
  font-weight: 700;
  font-style: italic;
  src: url('fonts/basicsans/basicsans-boldit.otf');
}
/* @font-face {
	font-family: 'basicsans';
	font-weight: 800;
	src: url('fonts/basicsans/basicsans-extrabold.otf');
}

@font-face {
	font-family: 'basicsans';
	font-weight: 800;
	font-style: italic;
	src: url('fonts/basicsans/basicsans-extraboldit.otf');
} */
@font-face {
  font-family: 'basicsans';
  font-weight: 800;
  src: url('fonts/basicsans/basicsans-bold.otf');
}
@font-face {
  font-family: 'basicsans';
  font-weight: 800;
  font-style: italic;
  src: url('fonts/basicsans/basicsans-boldit.otf');
}
@font-face {
  font-family: 'basicsans';
  font-weight: 900;
  src: url('fonts/basicsans/basicsans-black.otf');
}
@font-face {
  font-family: 'basicsans';
  font-weight: 900;
  font-style: italic;
  src: url('fonts/basicsans/basicsans-blackit.otf');
}
.basicsans {
  font-family: "basicsans", Tahoma;
}
/* Colors */
/* Responsive */
/* Sizes */
/* transitions */
/* Fonts */
.main-font {
  font-family: "basicsans", Tahoma;
}
.italic {
  font-style: italic;
}
.w100 {
  font-weight: 100;
}
.w200 {
  font-weight: 200;
}
.w300 {
  font-weight: 300;
}
.w400 {
  font-weight: 400;
}
.w500 {
  font-weight: 500;
}
.w600 {
  font-weight: 600;
}
.w700 {
  font-weight: 700;
}
.w800 {
  font-weight: 800;
}
.w900 {
  font-weight: 900;
}
* {
  position: relative;
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
button,
input[type=submit] {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  outline: 0 none;
  border-width: 0;
  user-select: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  appearance: none;
  border-radius: 0;
}
textarea {
  border-radius: 0;
}
input:focus {
  outline: 0;
}
body > header {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1600px;
  margin-left: -800px;
  height: 3.4em;
  padding: 1.2em 0;
  z-index: 20;
}
@media screen and (max-width: 1600px) {
  body > header {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
body > header h1 {
  float: left;
  margin-left: 2em;
  font-weight: 900;
  font-size: 120%;
}
@media screen and (max-width: 1280px) {
  body > header h1 {
    float: none;
  }
}
@media screen and (max-width: 500px) {
  body > header h1 {
    margin-left: 0.75em;
  }
}
body > header nav {
  top: -0.25em;
  float: right;
}
@media screen and (max-width: 1280px) {
  body > header nav {
    margin-left: 2.4em;
    margin-top: 0.75em;
    float: none;
  }
}
@media screen and (max-width: 500px) {
  body > header nav {
    margin-left: 0.9em;
  }
}
body > header nav ul li {
  display: inline;
  padding: 0 1.2em;
  font-size: 77.7%;
}
@media screen and (max-width: 500px) {
  body > header nav ul li {
    padding: 0 0.75em;
  }
}
body > header nav ul li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1280px) {
  body > header nav ul li.contact-nav {
    position: absolute;
    bottom: 100%;
    right: 0;
  }
}
body > header nav ul li a {
  text-decoration: none;
}
body > header nav ul li a.button {
  top: -3px;
  padding: 0.25em 2em;
}
body > header nav ul li a.button::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 1px -1px 0 #c4c4c422, -1px 1px 0 #99E7FF44, inset 0 0 0.5em #060b21;
  border-radius: 2em;
  content: '';
}
@media screen and (max-width: 1280px) {
  body > header nav ul li a.button::before {
    top: 15%;
    height: 70%;
  }
}
body > header nav ul li a.button > img {
  height: 24px;
  vertical-align: middle;
  margin-right: 0.35em;
}
@media screen and (max-width: 500px) {
  body > header nav ul li a.button > img {
    height: 16px;
    margin-right: 0.25em;
  }
}
body > header nav ul li a.button > svg {
  height: 46px;
  vertical-align: middle;
  top: 5px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 500px) {
  body > header nav ul li a.button > svg {
    height: 42px;
  }
}
.section-size {
  width: 1600px;
  margin: auto;
  padding: 7em 0;
}
@media screen and (max-width: 1600px) {
  .section-size {
    width: 100%;
    margin: 0;
    padding: 4em 1.2em;
  }
}
main .hero {
  background: #060b21;
  width: 1600px;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  main .hero {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  main .hero {
    margin-bottom: 10em;
  }
}
@media screen and (max-width: 890px) {
  main .hero {
    margin-top: 2em;
    margin-bottom: 10em;
  }
}
@media screen and (max-width: 734px) {
  main .hero {
    margin-bottom: 20em;
  }
}
@media screen and (max-width: 578px) {
  main .hero {
    margin-bottom: 25em;
  }
}
@media screen and (max-width: 500px) {
  main .hero {
    margin-top: 4em;
    margin-bottom: 30em;
  }
}
main .hero::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 3.5em 0 3em #060b21, inset -3.5em 0 3em #060b21;
  pointer-events: none;
  content: '';
}
@media screen and (max-width: 1280px) {
  main .hero::after {
    box-shadow: inset 3.5em 0 3em #060b21, inset -3.5em 0 3em #060b21, inset 0 -3.5em 3em #060b21;
  }
}
main .hero video {
  width: 100%;
}
main .hero .subtitle-block {
  position: absolute;
  top: 18%;
  left: 58%;
  font-size: 100%;
}
@media screen and (max-width: 1280px) {
  main .hero .subtitle-block {
    top: 16%;
    font-size: 80%;
  }
}
@media screen and (max-width: 890px) {
  main .hero .subtitle-block {
    top: 14%;
    font-size: 60%;
  }
}
@media screen and (max-width: 500px) {
  main .hero .subtitle-block {
    top: 14%;
    font-size: 50%;
  }
}
main .hero .subtitle-block > span,
main .hero .subtitle-block > b {
  display: block;
  font-size: 275%;
  color: #fff;
}
main .hero .subtitle-block > b {
  margin-top: 0.35em;
  font-weight: 900;
}
main .hero .middle-button {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}
main .hero .middle-def {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0 -0.7px 1px #5489E2AA;
  color: #070751;
  font-size: 350%;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  main .hero .middle-def {
    font-size: 275%;
  }
}
@media screen and (max-width: 890px) {
  main .hero .middle-def {
    font-size: 200%;
  }
}
@media screen and (max-width: 500px) {
  main .hero .middle-def {
    top: 52%;
    font-size: 140%;
  }
}
main .hero .universes {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  main .hero .universes {
    bottom: 2em;
  }
}
@media screen and (max-width: 1280px) {
  main .hero .universes {
    top: 60%;
    bottom: auto;
  }
}
main .hero .universes > div {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
main .hero .universes > div .logo {
  width: 100%;
  height: 14em;
}
@media screen and (max-width: 890px) {
  main .hero .universes > div .logo {
    height: 10em;
  }
}
main .hero .universes > div .logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
main .hero .universes > div .logo video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  filter: brightness(0);
  z-index: 1;
  pointer-events: none;
  transition: 0.5s all 0.4s ease;
  mask-image: url(videos/WekerMask.webp);
  mask-mode: luminance;
  mask-position-x: center;
  mask-position-y: center;
  mask-size: contain;
}
main .hero .universes > div .text-block {
  z-index: 2;
  text-align: center;
  text-shadow: 0 0.1em 0 #060b21;
}
main .hero .universes > div .text-block h2 {
  margin-bottom: 0.35em;
  font-size: 250%;
  font-weight: 900;
}
@media screen and (max-width: 890px) {
  main .hero .universes > div .text-block h2 {
    font-size: 200%;
  }
}
@media screen and (max-width: 500px) {
  main .hero .universes > div .text-block h2 {
    font-size: 150%;
  }
}
main .hero .universes > div .text-block h5 {
  margin-bottom: 2em;
}
main .hero .universes > div .text-block p {
  display: inline-block;
  width: 80%;
  text-align: left;
  font-size: 95%;
}
main .hero .universes > div .button-white {
  margin-top: 2em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
main .hero .universes > div:hover .logo video {
  transform: scale(3) rotateZ(360deg);
  filter: brightness(1);
  transition: all 0.4s ease;
}
main section.white .content,
main section.black .content {
  width: 1600px;
  margin: auto;
  padding: 7em 0;
}
@media screen and (max-width: 1600px) {
  main section.white .content,
  main section.black .content {
    width: 100%;
    margin: 0;
    padding: 4em 1.2em;
  }
}
main section.white .content h2,
main section.black .content h2 {
  margin-bottom: 0.35em;
  font-size: 250%;
  font-weight: 400;
}
main section.white .content > p,
main section.black .content > p {
  width: 31%;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  main section.white .content > p,
  main section.black .content > p {
    width: 40%;
  }
}
@media screen and (max-width: 890px) {
  main section.white .content > p,
  main section.black .content > p {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  main section.white .content > p,
  main section.black .content > p {
    width: 100%;
  }
}
main section.white .content > p b,
main section.black .content > p b {
  font-weight: 900;
}
main section.white {
  background: #fff;
  color: #060b21;
}
main .values .content .list > div {
  vertical-align: top;
  display: inline-block;
  width: 25%;
  padding: 0 2em;
  text-align: center;
}
@media screen and (max-width: 890px) {
  main .values .content .list > div {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  main .values .content .list > div {
    width: 100%;
    margin-bottom: 2em;
  }
}
main .values .content .list > div > img,
main .values .content .list > div > video {
  width: 80%;
  margin: 0 10%;
}
main .values .content .list > div h3 {
  display: inline-block;
  top: -2em;
  padding: 0.35em 0.75em 0.45em;
  background: #48138E;
  border: 1px solid #5011DF;
  box-shadow: 0 0 1.2em #8f63f3;
  border-radius: 1.5em;
  color: #fff;
  font-style: italic;
  font-weight: 700;
  font-size: 100%;
  line-height: 1.2;
}
main .values .content .list > div h4 {
  margin-bottom: 0.75em;
  font-size: 180%;
  font-weight: 500;
  line-height: 0.9;
}
main .values .content .list > div p i {
  color: #5011DF;
}
main .understand {
  background: url(images/understandBG.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
main .understand .list {
  margin: 2em -1.2em 0;
}
main .understand .list > div {
  display: inline-block;
  text-shadow: 0 0 3px #060b21;
}
@media screen and (max-width: 1280px) {
  main .understand .list > div {
    font-size: 90%;
  }
}
main .understand .list > div.el4 {
  width: 40%;
}
@media screen and (max-width: 1280px) {
  main .understand .list > div.el4 {
    width: 100%;
  }
}
main .understand .list > div.el4 > div.img,
main .understand .list > div.el4 > div.video {
  width: calc(50% - 1.2em*2);
}
main .understand .list > div.el4 > div.img.large,
main .understand .list > div.el4 > div.video.large {
  width: calc(100% - 1.2em*2);
  aspect-ratio: 2/1;
}
main .understand .list > div.el2 {
  width: 20%;
}
@media screen and (max-width: 1280px) {
  main .understand .list > div.el2 {
    width: 100%;
  }
  main .understand .list > div.el2 > div.img,
  main .understand .list > div.el2 > div.video {
    width: calc(50% - 1.2em*2);
  }
}
main .understand .list > div > div {
  display: inline-block;
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  padding: 1.2em;
  vertical-align: top;
}
main .understand .list > div > div.text {
  text-align: right;
}
main .understand .list > div > div.img,
main .understand .list > div > div.video {
  margin: 1.2em;
  padding: 0;
  width: calc(100% - 1.2em*2);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 2em;
  box-shadow: 0 -1px 0 #99E7FF44, inset 0 0 0.5em #060b21;
  background-size: cover;
}
main .understand .list > div > div.img.no-border,
main .understand .list > div > div.video.no-border {
  box-shadow: none;
}
main .understand .list > div > div.img.purple-border,
main .understand .list > div > div.video.purple-border {
  box-shadow: 0 -1px 0 #996dc244, inset 0 0 0.5em #060b21;
}
main .understand .list > div > div.img.circle,
main .understand .list > div > div.video.circle {
  border-radius: 50%;
}
main .understand .list > div > div.img.blackbg,
main .understand .list > div > div.video.blackbg {
  background-color: black;
}
main .understand .list > div > div.img .legend,
main .understand .list > div > div.video .legend {
  position: absolute;
  bottom: 1.2em;
  left: 2em;
  right: 2em;
}
main .understand .list > div > div.video {
  overflow: hidden;
}
main .understand .list > div > div.glassircle {
  left: -3em;
  top: -3em;
  border-radius: 50%;
  width: 45%;
  background: rgba(0, 0, 0, 0.23);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0 12px 6px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  transform: rotate(-45deg);
}
main .understand .list > div > div.large {
  width: 100%;
}
main .understand .list > div > div b {
  font-weight: 900;
}
main .understand .list > div > div .legend {
  position: absolute;
  bottom: 2.4em;
  left: 2.4em;
  right: 2.4em;
}
main .understand .list > div > div .simple-text {
  margin: 1.2em 2em;
}
main .understand .list > div > div video {
  width: 100%;
  height: 100%;
}
main .understand .list > div > div .hover {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  background-size: cover;
}
main .understand .list > div > div .deco {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 120%;
  opacity: 0.4;
  transform: translate(-50%, -50%);
  filter: blur(20px);
  z-index: -1;
  background-size: cover;
}
main section.team {
  background: url(images/teamBG.webp);
  background-size: cover;
}
main section.team .tabs {
  margin: 1.2em 0;
  text-align: center;
}
main section.team .tabs > button {
  padding: 0.35em 1.2em;
  margin: 1.2em 0.75em;
  background: #fff;
  border-radius: 78px;
  box-shadow: 0 0 transparent;
  color: #060b21;
  font-weight: 700;
}
@media screen and (max-width: 890px) {
  main section.team .tabs > button {
    margin: 0.75em 0.35em;
  }
}
main section.team .tabs > button::after {
  display: none;
  position: absolute;
  top: calc(100% + 0.35em);
  left: calc(50% - 5.5px);
  width: 11px;
  height: 9.5px;
  background: url(images/redArrow.svg);
  background-size: contain;
  content: '';
}
main section.team .tabs > button.selected {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 2px 3px 0 #FFF, 0 4px 20px 0 rgba(0, 0, 0, 0.15), 0 -2px 14px 0 rgba(0, 0, 0, 0.02) inset;
}
main section.team .tabs > button.selected::after {
  display: block;
}
main section.team .page {
  margin: 0 -1.2em;
  height: 0;
  overflow: hidden;
}
main section.team .page .person,
main section.team .page .empty {
  display: inline-block;
  width: calc(20% - 1.2em*2);
  aspect-ratio: 1/1;
  margin: 1.2em;
  vertical-align: top;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  main section.team .page .person,
  main section.team .page .empty {
    width: calc(25% - 1.2em*2);
  }
}
@media screen and (max-width: 890px) {
  main section.team .page .person,
  main section.team .page .empty {
    width: calc(33.33% - 1.2em*2);
  }
  main section.team .page .person.empty,
  main section.team .page .empty.empty {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  main section.team .page .person,
  main section.team .page .empty {
    width: calc(50% - 1.2em*2);
  }
}
main section.team .page .person {
  border-radius: 2em;
  box-shadow: inset 0 1px 0 #99E7FFaa, 0 0.75em 0.35em #00000022, inset 0 -4em 4em #000000;
  background-size: 110%;
  opacity: 0;
  transition: all 0.35s ease;
}
main section.team .page .person .avatar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2em;
  background-size: cover;
  box-shadow: inset 0 -4em 4em #000000;
  transform: scale(0.9);
  transition: transform 0.35s ease;
}
main section.team .page .person .infos {
  position: absolute;
  bottom: 1.2em;
  left: 1.2em;
  right: 1.2em;
}
main section.team .page .person .infos > span {
  display: block;
}
main section.team .page .person .infos .job {
  font-size: 66%;
  margin: 0.35em 0;
}
main section.team .page .person .infos .date {
  display: inline-block;
  padding: 0.35em 0.75em;
  border-radius: 1em;
  background: rgba(0, 0, 0, 0.23);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0 12px 6px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  font-size: 66%;
}
main section.team .page .person.inv {
  background-image: url(images/InvBG.webp);
}
main section.team .page .person.inv .infos .job {
  color: #FF7D7D;
}
main section.team .page .person.dev {
  background-image: url(images/DevBG.webp);
}
main section.team .page .person.dev .infos .job {
  color: #7D93FF;
}
main section.team .page .person.art {
  background-image: url(images/ArtBG.webp);
}
main section.team .page .person.art .infos .job {
  color: #FFD67D;
}
main section.team .page .person.adm {
  background-image: url(images/AdmBG.webp);
}
main section.team .page .person.adm .infos .job {
  color: #B5FFFF;
}
main section.team .page .person.mus {
  background-image: url(images/MusBG.webp);
}
main section.team .page .person.mus .infos .job {
  color: #b5ffcb;
}
main section.team .page.selected {
  height: auto;
}
main section.team .page.selected .person {
  opacity: 1;
  background-size: 100%;
}
main section.team .page.selected .person .avatar {
  transform: scale(1);
}
main section.contact {
  background: url(images/contactBG.webp);
  background-size: auto 70%;
  background-repeat: no-repeat;
}
main section.contact .center-container {
  width: 500px;
  max-width: 100%;
  margin: auto;
}
main section.contact .center-container video {
  width: 80%;
  margin: 0 10%;
}
main section.contact .center-container .fakeInput {
  width: 100%;
  top: -2em;
}
main section.contact .center-container .middle-button {
  width: 100%;
  text-align: center;
}
main section.contact .center-container .parallax {
  position: absolute;
  top: 30%;
  left: -10%;
  width: 120%;
  height: 120%;
  pointer-events: none;
}
main section.contact .center-container .parallax > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
main section.footer-block {
  margin-top: 4em;
  padding: 0.75em 2em;
  background: linear-gradient(180deg, #060b21, black);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.01), inset 0 1px 0 rgba(255, 255, 255, 0.05), inset 0 -1px 0 rgba(255, 255, 255, 0.01), inset 0 6px 6px 3px rgba(255, 255, 255, 0.06);
  text-align: center;
}
main section.footer-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  height: 1px;
  background: linear-gradient(-90deg, #f0f0f066, transparent);
  pointer-events: none;
}
main section.footer-block::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, #f0f0f066, transparent);
  pointer-events: none;
}
main section.footer-block .content {
  width: 1600px;
  margin: auto;
  padding: 7em 0;
  padding: 2em 0 1.2em;
}
@media screen and (max-width: 1600px) {
  main section.footer-block .content {
    width: 100%;
    margin: 0;
    padding: 4em 1.2em;
  }
}
main section.footer-block .button-black {
  margin-top: 1.2em;
}
main section.footer-block .links {
  text-align: left;
}
main section.footer-block .links > div {
  display: inline-block;
  width: 30%;
}
main section.footer-block .links > div li {
  list-style-type: none;
}
main section.footer-block .links > div li a {
  font-size: 90%;
  font-style: italic;
}
body.weker {
  color: #FFEED9;
  background: #190963;
}
body.weker .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6.4em;
  z-index: 2;
  background: url(images/wekerHeader.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  filter: blur(0.4px);
}
body.weker .header-bg.shadow {
  top: 1px;
  z-index: 1;
  filter: blur(3px) grayscale(1);
}
body.weker span.hollow {
  margin-right: 0.75em;
  padding: 1.2em 2em;
  border: 2px solid #000002;
  border-radius: 2em;
  background: transparent;
  color: #000002;
}
@media screen and (max-width: 1280px) {
  body.weker span.hollow {
    top: 15%;
    padding: 0.75em 1.2em;
  }
}
body.weker > header {
  z-index: 2;
}
body.weker > header nav ul li a.button::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.59) 0%, rgba(102, 102, 102, 0.59) 100%), #190963;
  background-blend-mode: color-dodge, normal;
  box-shadow: 0 4px 11.3px 5px rgba(45, 0, 255, 0.19), 1px -1px 1px 0 rgba(0, 149, 255, 0.25) inset;
}
body.weker section.clients {
  position: absolute;
  top: 2em;
  left: 50%;
  width: 1600px;
  margin: auto;
  padding: 7em 0;
  z-index: 2;
  text-align: center;
  transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
  body.weker section.clients {
    width: 100%;
    margin: 0;
    padding: 4em 1.2em;
  }
}
@media screen and (max-width: 1280px) {
  body.weker section.clients {
    font-size: 80%;
  }
}
body.weker section.clients h3 {
  margin-bottom: 2em;
}
body.weker section.clients > div a {
  display: inline-block;
  margin: 0 1.2em;
  width: 6em;
  height: 6em;
}
body.weker section.clients > div a div {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
body.weker section.clients > div a div.img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}
body.weker section.clients > div a div.shadow {
  position: absolute;
  left: -4%;
  top: -4%;
  width: 108%;
  height: 108%;
  filter: blur(13px) contrast(0.2);
}
body.weker section.hero {
  background: #190963;
}
body.weker section.hero::after {
  box-shadow: inset 3.5em 0 3em #190963, inset -3.5em 0 3em #190963;
}
body.weker section.hero .logo video {
  width: 100%;
  z-index: 0;
  mask-image: url(videos/WekerMask.webp);
  mask-mode: luminance;
  mask-position-x: center;
  mask-position-y: center;
  mask-size: contain;
}
body.weker section.hero .logo .subtitle {
  position: absolute;
  top: 68%;
  left: 23%;
  width: 51%;
  text-shadow: 0 0 5.851px #02F, 0 0 5.851px #02F;
  text-align: center;
  font-size: 240%;
  font-weight: 400;
}
@media screen and (max-width: 1600px) {
  body.weker section.hero .logo .subtitle {
    font-size: 180%;
  }
}
body.weker section.hero .logo .subtitle b {
  font-weight: 900;
}
body.weker section.hero .logo .parallax {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
body.weker section.hero .logo .parallax > * {
  position: absolute;
  top: 0;
  left: 0;
}
body.weker section.hero .logo .parallax > *.missel {
  top: 47%;
  left: 21%;
  width: 11%;
  height: 15%;
}
body.weker section.hero .logo .parallax > *.missel > img.missel {
  width: 100%;
  z-index: 2;
}
body.weker section.hero .logo .parallax > *.missel > .bubble {
  position: absolute;
  bottom: 15%;
  right: 70%;
  width: 85%;
  padding: 3% 13% 5% 6%;
  z-index: 1;
  transform: rotateZ(-5deg);
  font-size: 12px;
  color: #000002;
}
@media screen and (max-width: 1600px) {
  body.weker section.hero .logo .parallax > *.missel > .bubble {
    font-size: 10px;
  }
}
body.weker section.hero .logo .parallax > *.missel > .bubble::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-image: url(images/misselBubble.svg) 24 fill / 20px / 10px stretch;
  transform: rotateZ(5deg);
  content: '';
}
body.weker section.hero .logo .parallax > *.missel > .bubble span b {
  color: #2E9290;
}
body.weker section.hero .logo .parallax > *.foreground {
  top: 34%;
  left: 30%;
  width: 42%;
}
body.weker section.hero .logo > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.weker section.hero .logo > img.wlogo {
  width: 37%;
}
body.weker section.hero .logo > img.background {
  top: 70%;
  width: 56%;
}
body.weker section.values {
  margin-top: -14em;
}
body.weker section.values .content {
  padding-bottom: 9em;
}
body.weker section.values .content .list > div {
  width: 33.3%;
  padding: 0;
  font-size: 90%;
}
body.weker section.values .content .list > div video {
  width: 100%;
  margin: 0;
  mask-mode: luminance;
  mask-position-x: center;
  mask-position-y: center;
  mask-size: contain;
}
body.weker section.values .content .list > div .infos {
  margin-top: -6em;
}
body.weker section.values .content .list > div h3 {
  padding: 0.5em 1em;
  top: 0;
  margin-bottom: 0.75em;
  border-radius: 1.5em;
  border: 2px solid #00fdfd;
  background: #00B9B7;
  box-shadow: 0 4px 4px 0 #00fdfd inset, 0 -9px 6.7px 0 rgba(0, 8, 48, 0.25) inset, 0 11px 35.534px 0 rgba(0, 208, 206, 0.47), 0 6.833px 21.9px 0 rgba(0, 58, 63, 0.68) inset;
  font-size: 190%;
  color: #FFEED9;
  text-shadow: 0 1.708px 10.25px rgba(0, 79, 79, 0.63), 0 1.708px 3.417px rgba(68, 0, 163, 0.25);
}
body.weker section.values .content .list > div h4 {
  font-size: 215%;
}
body.weker section.values .content .list > div h4,
body.weker section.values .content .list > div p {
  padding-left: 8%;
  padding-right: 8%;
}
body.weker section.values .content .list > div:nth-child(2n) {
  top: -7em;
}
body.weker section.values .content .pipe {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 10em;
  transform: translateX(-50%);
}
body > footer {
  display: block;
  padding: 0.75em 2em;
  border-top: #6B7E85;
  background: black;
}
body > footer .content {
  width: 1280px;
  max-width: 100%;
  margin: auto;
}
body > footer .content > div {
  display: inline-block;
}
body > footer .content .right {
  float: right;
}
/* base */
html {
  height: 100%;
  font-size: 18px;
  line-height: 1.11;
  font-family: "basicsans", Tahoma;
  overflow-x: hidden;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 14px;
  }
}
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #060b21;
  background-size: 107% 120%;
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed;
  text-align: left;
  color: #fff;
  line-height: 1.1;
}
a {
  color: #fff;
}
a.disabled {
  pointer-events: none;
}
button,
a.button {
  display: inline-block;
  padding: 0.35em 0.75em;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
}
.button-white,
.button-black {
  display: inline-block;
  padding: 0.75em 2em;
  cursor: pointer;
  border-radius: 2em;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-size: 90%;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.023);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.01), inset 0 1px 0 rgba(255, 255, 255, 0.05), inset 0 -1px 0 rgba(255, 255, 255, 0.01), inset 0 0 12px 6px rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}
.button-white::before,
.button-black::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, #3541FFaa, transparent);
}
video.circle-mask {
  mask-image: url(videos/circleMask.webp);
  mask-mode: luminance;
  mask-position-x: center;
  mask-position-y: center;
  mask-size: contain;
}
.button-black {
  background: rgba(0, 0, 0, 0.023);
}
ul {
  padding: 0;
}
.no-events {
  pointer-events: none;
}
.pointer {
  cursor: pointer;
}
@media screen and (min-width: 1281px) {
  .medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .no-medium {
    display: none !important;
  }
}
@media screen and (min-width: 501px) {
  .small-only {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  body {
    background-size: cover;
  }
  .no-small {
    display: none !important;
  }
}
