html {
  box-sizing: border-box;
}

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

html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #262626;
  color: #fff;
  font-family: AdihausDIN, sans-serif;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

header {
  background-color: #010101;
  padding-bottom: 20px;
  position: relative;
}
header .visual {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
header .fader {
  position: absolute;
  padding: 0;
  margin: 0;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
}
header .fader figure {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  background-image: url("../_img/header1-min.jpg");
  background-size: cover;
  background-position: top center;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
header .fader figure.active {
  opacity: 1;
}
header .fader figure:nth-child(2) {
  background-image: url("../_img/header2-min.jpg");
}
header .fader figure:nth-child(3) {
  background-image: url("../_img/header3-min.jpg");
}
header .fader figure:nth-child(4) {
  background-image: url("../_img/header4-min.jpg");
}
header nav {
  height: 70px;
}
header nav #logo {
  position: absolute;
  width: 150px;
  height: 50px;
  top: 10px;
  background-image: url("../_img/logo.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
header nav h3 {
  font-weight: 100;
  text-align: center;
  padding-top: 27px;
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}
header nav h3 i {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #d7c38e;
  margin-top: 7px;
  margin-left: -70px;
}
header nav h3 i:last-child {
  margin-left: 30px;
}
header nav .languageselect {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 30px;
  width: 30px;
  border: 1px solid transparent;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
header nav .languageselect:hover {
  border: 1px solid #d7c38e;
  cursor: pointer;
}
header nav .languagemenu {
  position: absolute;
  right: 20px;
  top: 52px;
  border: 1px solid #D7C38E;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  background-color: #010101;
  z-index: 10;
  transition: all 0.2s ease-in-out;
}
header nav .languagemenu .language {
  display: block;
  width: 100%;
  padding: 5px 20px;
  color: white;
  text-decoration: none;
}
header nav .languagemenu .language:hover {
  background-color: #D7C38E;
  color: black;
  cursor: pointer;
}
header nav .languagemenu.hidden {
  top: 32px;
  display: block;
  pointer-events: none;
  opacity: 0;
}
header .box {
  border: 1px solid #D7C38E;
  padding: 80px 10px;
  display: flex;
  justify-content: center;
  min-height: 650px;
  align-items: center;
  position: relative;
  perspective: 1000px;
  perspective-origin: 50% 50%;
}
header .box:before, header .box:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 80px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #d7c38e;
}
header .box:before {
  left: -24px;
  border-right: none;
}
header .box:after {
  right: -24px;
  border-left: none;
}
header .box .field .glyph {
  position: absolute;
  width: 24px;
  height: 40px;
  background-image: url("../_img/glyph1.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: 20px;
  top: 20px;
}
header .box .field .center {
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 1px solid #d7c38e;
}
header .box .field .center:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border: 1px solid #d7c38e;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}
header .box .field .ball {
  position: absolute;
  width: 92px;
  height: 92px;
  left: 50%;
  top: 50%;
  margin: 0 0 0 -35px;
  z-index: 10;
  overflow: hidden;
  border-radius: 50%;
}
header .box .field .ball img {
  position: absolute;
  left: -4px;
  top: -4px;
}
header .box h1 {
  position: relative;
  z-index: 5;
  text-align: center;
  font-family: "Denton", sans-serif;
  text-transform: uppercase;
  font-size: 75px;
  line-height: 50px;
  font-weight: 100;
  margin-top: -30px;
}
header .box .projectlogo {
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  background-image: url("../_img/football_collective.png");
  bottom: 60px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

button.black {
  background-color: black;
  position: relative;
  color: #D7C38E;
  border-radius: 30px;
  padding: 8px 20px;
  margin-bottom: -16px;
  border: 2px solid black;
}
button.black.animated {
  transition: all 0.2s ease-in-out;
}
button.black.animated:hover {
  transform: scale(1.1);
}
button.black:hover {
  background-color: #D7C38E;
  color: black;
  cursor: pointer;
}
button.black.loading {
  pointer-events: none;
}
button.black.loading span {
  opacity: 0;
}
button.black.loading:after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
  border: 2px solid #D7C38E;
  border-top-color: rgba(215, 195, 142, 0.2);
  animation: spin 1s infinite linear;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
}
button.signup {
  background-color: black;
  color: white;
  text-transform: uppercase;
  padding: 8px 30px 8px 10px;
  border-radius: 30px;
  border: 2px solid black;
  position: relative;
  transition: all 0.3s ease-in-out;
}
button.signup:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 12px;
  top: 8px;
  background-image: url("../_img/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  transition: top 0.2s ease-in-out;
}
button.signup:hover {
  background-color: #D7C38E;
  cursor: pointer;
  transform: scale(1.1);
  box-shadow: 0 0 20px #00000010;
}
button.signup:hover:after {
  top: 5px;
}

section {
  padding: 20px 0;
}
section h2 {
  margin: 0;
  padding: 0;
  font-family: "Denton", sans-serif;
  font-weight: 100;
  font-size: 44px;
  line-height: 42px;
  text-transform: uppercase;
}
section .content {
  padding: 20px 20px 20px 80px;
}
section .box {
  border: 1px solid #D7C38E;
  margin-top: 10px;
  min-height: 100px;
}

section.journey {
  padding-top: 0;
  background: #e1ece1;
  background: linear-gradient(45deg, #e1ece1 0%, white 100%);
  color: black;
  position: relative;
}
section.journey:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  background-image: url("../_img/dotted-background.png");
}
section.journey .borderbox {
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}
section.journey .borderbox .container {
  padding-top: 100px;
  position: relative;
}
section.journey .borderbox .container:before {
  content: "";
  position: absolute;
  left: 60px;
  right: -1000px;
  top: 0;
  bottom: 0;
  border: 1px solid #D7C38E;
  border-radius: 0 0 0 30px;
}
section.journey .borderbox h2 {
  position: relative;
  margin-bottom: 40px;
}
section.journey .borderbox h2:after {
  content: "";
  position: absolute;
  width: 24px;
  top: 0;
  bottom: 0;
  left: -30px;
  background-image: url("../_img/tactic-arrow3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
section.journey .sliderbox {
  overflow: auto;
  overflow-y: hidden;
  z-index: 10;
  position: relative;
  margin-top: -55px;
  padding-top: 34px;
  scroll-behavior: smooth;
}
section.journey ul.steps {
  min-width: 1600px;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  background-image: url("../_img/ribbon-yellow.svg");
  background-repeat: repeat-x;
  background-position: left 40px;
}
section.journey ul.steps li {
  list-style: none;
  display: inline-block;
  width: 290px;
  vertical-align: top;
  white-space: normal;
  margin-right: 80px;
}
section.journey ul.steps li i {
  position: absolute;
  background-color: white;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  font-family: Denton, sans-serif;
  font-style: normal;
  font-weight: 400;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  font-size: 50px;
  color: #d7c38e;
  text-align: center;
  line-height: 70px;
  margin: -35px;
  z-index: 3;
}
section.journey ul.steps li .box {
  background-color: rgba(218, 199, 150, 0.5);
  text-align: center;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 16px;
  position: relative;
  z-index: 2;
  backdrop-filter: blur(4px);
}
section.journey ul.steps li .box h3 {
  font-size: 26px;
  line-height: 24px;
  color: white;
  margin: 10px 0 20px 0;
  padding: 0;
  font-family: "FranklinGothic", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}
section.journey ul.steps li .box .linebox {
  border: 1px solid white;
  border-radius: 10px;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding: 16px;
  text-align: left;
}
section.journey ul.steps li .box button.signup {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
section.journey ul.steps li.selected .box {
  background-color: rgba(56, 132, 54, 0.6);
  backdrop-filter: blur(6px);
}
section.journey ul.steps li.selected i {
  background-color: #d7c38e;
  color: white;
}
section.journey ul.steps li figure {
  height: 180px;
  width: 180px;
  margin: -20px auto -10px auto;
  border: 2px solid #d7c38e;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
section.journey ul.steps li figure:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../_img/step1.jpg");
  background-size: cover;
}
section.journey ul.steps li figure.step2:before {
  background-image: url("../_img/step2.jpg");
}
section.journey ul.steps li figure.step3:before {
  background-image: url("../_img/step3.jpg");
}
section.journey ul.steps li figure.step4:before {
  background-image: url("../_img/step4.jpg");
}
section.journey ul.steps li figure.step5:before {
  background-image: url("../_img/step5.jpg");
}
section.journey ul.steps li figure.blurry:before {
  filter: blur(3px);
  opacity: 0.7;
}
section.journey ul.steps li figure .lock {
  border: 2px solid white;
  color: white;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 130px;
  height: 36px;
  line-height: 36px;
  border-radius: 10px;
  text-align: center;
  background-image: url("../_img/lock.svg");
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: -2px -2px;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
  background-color: transparent;
}
section.journey ul.steps li figure .lock span {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.2s;
}
section.journey ul.steps li:last-child {
  margin-right: 330px;
  width: 380px;
}
section.journey ul.steps li:hover .lock {
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}
section.journey ul.steps li:hover .lock span {
  opacity: 1;
}
section.journey ul.steps li:hover figure {
  transform: translate(5px, 10px) scale(1.05);
}
section.journey .navbuttons {
  position: absolute;
  right: 60px;
  width: 80px;
  height: 40px;
  bottom: 66px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 14px;
}
section.journey .navbuttons .button {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 5px;
  border-radius: 12px;
  background-color: black;
  border: 1px solid black;
  background-image: url("../_img/arrow-right.svg");
  background-position: 9px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
section.journey .navbuttons .button.scrollleft {
  right: 44px;
  transform: rotate(180deg);
}
section.journey .navbuttons .button:hover {
  cursor: pointer;
  filter: invert(1);
}
section.journey .navbuttons .button.inactive {
  opacity: 0.5;
  pointer-events: none;
}

section.purpose {
  padding-top: 80px;
  padding-bottom: 120px;
  background: #ebe1c6;
  background: radial-gradient(at right bottom, #EBE1C6, #D7C38E);
  position: relative;
  color: black;
}
section.purpose .col12 {
  display: flex;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
section.purpose .col12 .col {
  min-width: 300px;
}
section.purpose .col12 .col:first-child {
  margin-right: 40px;
}
section.purpose .col12 .col h4 {
  font-family: FranklinGothic, sans-serif;
  font-size: 26px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 20px 0;
}
section.purpose .col12 .col h6 {
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 15px;
}
section.purpose .col12 .col .textcols {
  font-size: 15px;
  column-count: 2;
  margin-bottom: 10px;
}
section.purpose .col12 .support {
  background-color: #F3EDDD;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border: 2px solid #d7c38e;
}
section.purpose .col12 .support .cond {
  transform: scaleX(0.8);
  transform-origin: left center;
  font-family: "AdihausDIN", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
section.purpose .col12 .support a {
  display: block;
  width: 58px;
  height: 50px;
  background-image: url("../_img/performance-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
section.purpose .col12 .support a.adidas {
  filter: invert(1);
  margin-right: 20px;
}
section.purpose .col12 .support a.saff {
  background-image: url("../_img/SAFF1.svg");
}
section.purpose .glyph {
  position: absolute;
  bottom: -60px;
  left: 0;
  height: 40px;
  width: 50px;
  background-image: url("../_img/glyph2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
section.purpose .ribbon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  pointer-events: none;
}
section.purpose .ribbon .container {
  height: 50px;
}
section.purpose .ribbon .container:before {
  content: "";
  position: absolute;
  left: -500px;
  top: 80px;
  right: 100%;
  transform: translateX(130px);
  height: 70px;
  background-image: url("../_img/ribbon.svg");
  background-size: 120px auto;
  background-repeat: repeat-x;
  background-position: right center;
  border-right: 1px solid #388436;
}
section.purpose:after {
  z-index: 0;
  content: "";
  width: 150px;
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  background-image: url("../_img/pitch.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

section.weare {
  background-color: #000000;
  padding: 80px 0;
  border-top: 2px solid #388436;
  border-bottom: 2px solid #d7c38e;
}
section.weare .content {
  display: flex;
  position: relative;
}
section.weare .content h2 {
  color: #d7c38e;
}
section.weare .content h2.narrow {
  width: 116px;
  color: white;
}
section.weare .content .fader2 {
  min-width: 320px;
  min-height: 240px;
  margin: 0 16px 0 0;
  position: relative;
}
section.weare .content .fader2 figure {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../_img/weare3-min.jpg");
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
section.weare .content .fader2 figure.active {
  opacity: 1;
}
section.weare .content .fader2 figure:nth-child(2) {
  background-image: url("../_img/weare6-min.jpg");
}
section.weare .content .fader2 figure:nth-child(3) {
  background-image: url("../_img/weare7-min.jpg");
}
section.weare .content h6 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;
  margin: 8px 0 0 0;
}
section.weare .content button {
  color: black;
  background-color: white;
  margin-left: 16px;
}
section.weare .content button:after {
  filter: invert(1);
}
section.weare .content:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 30px;
  background-image: url("../_img/tactic-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: 100%;
}

section.faq {
  padding: 100px 0;
  background-color: #FFFFFF;
  color: black;
  position: relative;
  background-image: url("../_img/goal.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 120px 240px;
}
section.faq .container:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 40px;
  background-image: url("../_img/glyph3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: -30px;
}
section.faq h2 {
  margin-bottom: 20px;
}
section.faq h2:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 28px;
  background-image: url("../_img/tactic-arrow2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: -30px 0 0 100px;
}
section.faq:before {
  content: "";
  position: absolute;
  left: 0;
  width: 120px;
  top: 0;
  bottom: 0;
  background-image: url("../_img/goal.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 120px 240px;
  transform: rotate(180deg);
  pointer-events: none;
}
section.faq:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../_img/dotted-background.png");
  opacity: 0.4;
  pointer-events: none;
}
section.faq .question {
  margin: 10px 0 0 0;
  padding: 10px 40px 10px 40px;
  background-color: white;
  box-shadow: 0 0 20px #00000010;
  border-radius: 16px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  position: relative;
}
section.faq .question i {
  position: absolute;
  text-align: right;
  margin-left: -19px;
  font-style: normal;
}
section.faq .question.active, section.faq .question:hover {
  cursor: pointer;
  box-shadow: 0 0 20px #00000040;
}
section.faq .question.active:after {
  content: "-";
}
section.faq .question:after {
  content: "+";
  color: #d7c38e;
  position: absolute;
  right: 20px;
  font-size: 20px;
}
section.faq .answer {
  margin: 0 0 0 0;
  padding: 0 20px 0 55px;
  overflow: hidden;
  background-color: #E7DBBB;
  position: relative;
  z-index: 1;
  border-radius: 0 0 16px 16px;
  max-height: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
section.faq .answer:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #d7c38e;
}
section.faq .answer .cols {
  display: flex;
}
section.faq .answer .cols a.text {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
section.faq .answer .cols a.text:hover {
  text-decoration: underline;
}
section.faq .answer .cols a.button {
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  background: black;
  border: 2px solid rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 16px;
  padding: 5px 10px 5px 40px;
  position: relative;
  margin: 2px 2px 2px 10px;
  min-width: 120px;
}
section.faq .answer .cols a.button:hover {
  cursor: pointer;
  background: #d7c38e;
  color: black;
}
section.faq .answer .cols a.button:hover:before {
  filter: invert(1);
}
section.faq .answer .cols a.button span.nowrap {
  white-space: nowrap;
}
section.faq .answer .cols a.button:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  bottom: 4px;
  width: 20px;
  background-image: url("../_img/discord.svg");
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
section.faq .answer .cols a.button.twitter:before {
  background-image: url("../_img/twitter.svg");
}
section.faq .answer a {
  color: black;
  text-decoration: none;
}
section.faq .answer a:hover {
  text-decoration: underline;
}
section.faq .question.active + .answer {
  margin: -20px 0 0 0;
  padding: 50px 20px 25px 55px;
  max-height: 300px;
  opacity: 1;
}

section.registration {
  position: absolute;
  z-index: 101;
  background-color: #398437;
  background-image: url("../_img/dotted-background-small.png");
  border: 2px solid #D7C38E;
  border-radius: 14px;
  left: 50%;
  width: 300px;
  margin: -80px 0 0 0;
  transform: translateX(-50%);
  text-align: center;
  padding: 40px 0 0 0;
  box-shadow: 0 0 20px #00000078;
}
section.registration .regbutton {
  position: absolute;
  left: -2px;
  height: 40px;
  right: -2px;
  top: -2px;
  background-color: #D7C38E;
  border: none;
  border-radius: 20px;
  padding: 8px 10px;
  text-transform: uppercase;
  color: white;
  margin-top: -2px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px #00000060;
  font-size: 26px;
  font-family: "FranklinGothic", sans-serif;
  font-weight: 100;
}
section.registration .regbutton .close {
  position: absolute;
  left: 10px;
  top: 6px;
  width: 24px;
  height: 24px;
  background-image: url("../_img/close.svg");
  filter: brightness(0) invert(1);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
}
section.registration .regbutton .close:hover {
  filter: brightness(0);
}
section.registration #form2 {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  padding: 0;
  margin: 16px 0 0 0;
  overflow: hidden;
}
section.registration .smallprint {
  font-size: 13px;
  color: white;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  text-align: left;
}
section.registration .smallprint h6 {
  margin: 0;
  padding: 0;
  font-size: 15px;
}
section.registration .smallprint .checkbox {
  padding-left: 50px;
  margin: 10px 0 20px 0;
  position: relative;
  cursor: pointer;
}
section.registration .smallprint .checkbox:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 2px;
  border: 2px solid white;
  box-shadow: inset 0 0 0 3px #388436;
}
section.registration .smallprint .checkbox.checked:before {
  background-color: #D7C38E;
}
section.registration .smallprint .padded {
  padding: 10px 0 20px 0;
}
section.registration .smallprint a {
  color: #D7C38E;
}
section.registration .smallprint .buttons {
  text-align: center;
  margin: 20px 20px 60px 20px;
}
section.registration .smallprint .textlink {
  text-decoration: underline;
}
section.registration .smallprint .textlink:hover {
  cursor: pointer;
}
section.registration .inputbox {
  background-color: white;
  margin: 8px 20px;
  border-radius: 15px;
  color: black;
  position: relative;
  text-align: right;
  height: 30px;
  box-shadow: 0 0 10px #00000040;
  overflow: hidden;
}
section.registration .inputbox label {
  position: absolute;
  width: 68px;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 13px;
  pointer-events: none;
  text-align: left;
  padding: 0 0 0 12px;
  background-color: rgba(215, 195, 142, 0.2);
  border-right: 1px solid rgba(215, 195, 142, 0.5);
  display: flex;
  align-items: center;
}
section.registration .inputbox input {
  border: none;
  background-color: transparent;
  height: 30px;
  width: 100%;
  padding: 4px 4px 4px 80px;
  font-size: 14px;
}
section.registration .inputbox input:focus {
  outline: none;
}
section.registration .inputbox input.wide {
  padding-left: 80px;
}
section.registration .inputbox input:-webkit-autofill,
section.registration .inputbox input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s;
}
section.registration .inputbox.error {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  border: 2px solid #ff0000;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.63);
}
section.registration .inputbox.error label {
  color: #B21314;
}
section.registration .errormessage {
  border: 1px solid red;
  margin: 0 20px;
  background-color: white;
  color: #870101;
  font-size: 13px;
  box-shadow: 0 0 13px red;
  border-radius: 5px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
section.registration .errormessage.active {
  margin: 20px 20px 0 20px;
  opacity: 1;
  padding: 10px 0;
  max-height: 100px;
}
section.registration .submitbutton {
  background-color: black;
  position: relative;
  color: #D7C38E;
  border-radius: 30px;
  padding: 8px 20px;
  margin-bottom: -16px;
  border: 2px solid black;
  transition: all 0.3s ease-in-out;
}
section.registration .submitbutton:hover {
  background-color: #D7C38E;
  color: black;
  cursor: pointer;
  transform: scale(1.1);
}
section.registration .submitbutton.loading {
  pointer-events: none;
}
section.registration .submitbutton.loading span {
  opacity: 0;
}
section.registration .submitbutton.loading:after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
  border: 2px solid #D7C38E;
  border-top-color: rgba(215, 195, 142, 0.2);
  animation: spin 1s infinite linear;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
}
section.registration .thankyou {
  font-size: 14px;
  padding: 20px;
}
section.registration a.text {
  color: white;
}
section.registration a.text:hover {
  color: #d7c38e;
}
section.registration .socialbuttons {
  padding-bottom: 20px;
}
section.registration .socialbuttons a.button {
  display: inline-block;
  text-decoration: none;
  background-color: black;
  border: 2px solid black;
  color: white;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 10px;
  border-radius: 10px;
  margin: 0 4px;
}
section.registration .socialbuttons a.button i {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../_img/twitter.svg");
  vertical-align: bottom;
}
section.registration .socialbuttons a.button i.discord {
  background-image: url("../_img/discord.svg");
}
section.registration .socialbuttons a.button i.whatsapp {
  background-image: url("../_img/whatsapp.svg");
}
section.registration .socialbuttons a.button:hover {
  background-color: #D7C38E;
  color: black;
  cursor: pointer;
}
section.registration .socialbuttons a.button:hover i {
  filter: invert(1);
}
section.registration .regform .done {
  display: none;
}
section.registration .regform.done .done {
  display: block;
}
section.registration .regform.done .notdone {
  display: none;
}

body.blanket section.registration {
  max-width: 96%;
  transition: all 0.4s ease-in-out;
}
body.blanket section.registration.wide {
  width: 450px;
}
body.blanket section.registration.wide #form2 {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
}
body.blanket section.registration.wide .smallprint {
  width: 90%;
  margin: 30px auto;
  opacity: 1;
  pointer-events: all;
  max-height: 1100px;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.2s;
}
body.blanket section.registration #form2 {
  width: 100%;
  margin: 30px auto;
  opacity: 1;
  pointer-events: all;
  max-height: 1100px;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.2s;
}
body.blanket section.registration #form2 .formsection {
  border-top: 1px solid #d7c38e;
  padding: 16px 0;
}
body.blanket section.registration #form2 .formsection label.sub {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px;
  text-align: left;
  margin-left: 20px;
  display: block;
}
body.blanket section.registration #form2 .formsection label.sub.float {
  float: left;
  padding-top: 4px;
}
body.blanket section.registration #form2 .formsection label.sub.float.padded {
  padding-top: 9px;
}
body.blanket section.registration #form2 .formsection label.sub.float.padded.more {
  padding-top: 12px;
}
body.blanket section.registration #form2 .formsection label.sub small {
  text-transform: none;
  display: block;
}
body.blanket section.registration #form2 .formsection label.sub em {
  font-style: normal;
  color: #d7c38e;
}
body.blanket section.registration #form2 .formsection input[type=date] {
  padding: 8px 8px;
  border-radius: 16px;
  border: 1px solid white;
  background-color: white;
  min-width: 146px;
}
body.blanket section.registration #form2 .formsection input[type=date]:focus {
  outline: none;
}
body.blanket section.registration #form2 .formsection input[type=date].error {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  border: 2px solid #ff0000;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.63);
}
body.blanket section.registration #form2 .formsection .list {
  background-color: white;
  position: absolute;
  left: 20px;
  right: 20px;
  border-radius: 16px;
  color: #388436;
  overflow: hidden;
  margin-top: -6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}
body.blanket section.registration #form2 .formsection .list div {
  padding: 10px 8px 6px 40px;
  border-bottom: 1px solid #d7c38e;
  text-align: left;
  background-image: url("../_img/flag_sa.png");
  background-size: 20px 14px;
  background-repeat: no-repeat;
  background-position: 12px center;
}
body.blanket section.registration #form2 .formsection .list div:last-child {
  border-bottom: none;
}
body.blanket section.registration #form2 .formsection .list div:hover {
  background-color: #d7c38e;
  cursor: pointer;
  color: white;
}
body.blanket section.registration #form2 .formsection .list div.world {
  background-image: url("../_img/flag_world.png");
}
body.blanket section.registration #form2 button {
  background-color: #C3DAC2;
  color: white;
  border: 1px solid white;
  border-radius: 14px;
  padding: 8px 14px;
}
body.blanket section.registration #form2 button:last-child {
  margin-left: 8px;
}
body.blanket section.registration #form2 button:hover {
  cursor: pointer;
  background-color: #dadac2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}
body.blanket section.registration #form2 button.selected {
  background-color: #d7c38e;
  border: 1px solid #d7c38e;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}
body.blanket section.registration #form2 button.black {
  background-color: black;
  color: #d7c38e;
  border: 2px solid black;
  position: absolute;
  left: 50%;
  border-radius: 20px;
  padding: 8px 24px;
  transform: translateX(-50%) translateY(29px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}
body.blanket section.registration #form2 button.black:hover {
  background-color: #d7c38e;
  color: black;
  cursor: pointer;
  transform: translateX(-50%) translateY(29px) scale(1.1);
}
body.blanket section.registration #form2 .buttons {
  padding-right: 20px;
  text-align: right;
}
body.blanket section.registration #form2 .buttons.full {
  display: flex;
  padding: 8px 20px 0 20px;
  justify-content: space-between;
}
body.blanket section.registration #form2 .buttons.full button:last-child {
  margin-left: 0;
}
body.blanket section.registration #form2 label.flags {
  background-color: white;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: all;
  background-image: url("../_img/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: 44px center;
  background-size: 10px 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}
body.blanket section.registration #form2 label.flags:hover {
  cursor: pointer;
}
body.blanket section.registration #form2 label.flags:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 22px;
  left: 9px;
  top: 2px;
  background-image: url("../_img/flag_sa.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body.blanket section.registration #form2 label.flags.world:before {
  background-image: url("../_img/flag_world.png");
}
body.blanket section.registration .sizechart {
  position: absolute;
  left: -2px;
  right: -2px;
  z-index: 20;
  margin-top: -26px;
}
body.blanket section.registration .sizechart a {
  color: black;
  text-decoration: underline;
}
body.blanket section.registration .sizechart .chart {
  background-color: white;
  border: 2px solid #d7c38e;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
body.blanket section.registration .sizechart .button {
  position: absolute;
  background-color: white;
  color: #388436;
  right: -20px;
  width: 20px;
  border-radius: 0 8px 8px 0;
  height: 100px;
  margin-top: 20px;
  user-select: none;
}
body.blanket section.registration .sizechart .button:hover {
  cursor: pointer;
  width: 24px;
  right: -24px;
}
body.blanket section.registration .sizechart .button:hover span {
  transform: rotate(90deg) translateY(-4px);
}
body.blanket section.registration .sizechart .button span {
  display: block;
  width: 100px;
  text-align: center;
  transform-origin: 8px 8px;
  font-size: 12px;
  transform: rotate(90deg);
}
body.blanket section.registration .sizechart table {
  width: 100%;
  color: #d7c38e;
  font-size: 12px;
  border-collapse: collapse;
}
body.blanket section.registration .sizechart table th {
  color: #388436;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
body.blanket section.registration .sizechart table td, body.blanket section.registration .sizechart table th {
  text-align: center;
  padding: 4px;
}
body.blanket section.registration .sizechart table tr:nth-child(odd) {
  background-color: #F5F9F5;
}
body.blanket section.registration .sizechart.hidden {
  display: block;
  pointer-events: none;
}
body.blanket section.registration .sizechart.hidden .button {
  pointer-events: all;
}
body.blanket section.registration .sizechart.hidden .chart {
  opacity: 0;
  pointer-events: none;
  transform: translateX(20px);
}
body.blanket section.registration .submitbutton {
  display: none;
}
body.blanket section.registration .regbutton .close {
  display: block;
}
body.blanket #blanket {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(215, 195, 142, 0.6);
  backdrop-filter: blur(4px);
  z-index: 50;
}

body.hasusermenu section.registration #form2 {
  display: none;
}
body.hasusermenu section.registration .smallprint {
  display: none;
}
body.hasusermenu.blanket section.registration #form2 {
  display: block;
}
body.hasusermenu.blanket section.registration.wide .smallprint {
  display: block;
}

footer {
  background-color: #000000;
  text-align: right;
  padding: 40px 0;
  font-size: 14px;
}
footer .socials {
  float: left;
  text-transform: uppercase;
}
footer .socials img {
  margin: 0 5px;
  vertical-align: sub;
}
footer .socials img:first-child {
  margin-left: 10px;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

.spinner {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 4px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.3);
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
#usermenu {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 30px;
  display: none;
}
#usermenu button {
  background-color: black;
  border: 1px solid #D7C38E;
  color: #D7C38E;
  padding: 2px 4px;
  margin: 4px;
  opacity: 0.5;
}
#usermenu button:hover {
  cursor: pointer;
  opacity: 1;
}
#usermenu button.active {
  opacity: 1;
  border-color: #398437;
  color: #398437;
}
#usermenu.active {
  display: block;
}

body.hasusermenu {
  padding-top: 30px;
}

.menubutton {
  position: absolute;
  right: 60px;
  top: 20px;
  height: 30px;
  width: 30px;
}
.menubutton i {
  position: absolute;
  height: 2px;
  background-color: #d7c38e;
  transition: all 0.3s ease-in-out;
  left: 4px;
  right: 4px;
  top: 8px;
}
.menubutton i:nth-child(2) {
  top: 14px;
  left: 0;
  right: 0;
}
.menubutton i:nth-child(3) {
  top: 20px;
}
.menubutton:hover {
  cursor: pointer;
}
.menubutton:hover i {
  left: 0;
  right: 0;
}
.menubutton:hover i:nth-child(2) {
  left: 4px;
  right: 4px;
}

.menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(206, 185, 136, 0.91);
  font-family: Denton, sans-serif;
  font-size: 50px;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  z-index: 104;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}
.menu div {
  padding: 20px;
  border-bottom: 1px solid white;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.menu div.translated {
  pointer-events: none;
}
.menu div:hover {
  background-color: #388436;
  z-index: 2;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

body.menuactive .menu {
  pointer-events: all;
  opacity: 1;
  top: 70px;
  box-shadow: 0 20px 20px #00000073;
}
body.menuactive .menubutton i:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
}
body.menuactive .menubutton i:nth-child(2) {
  opacity: 0;
}
body.menuactive .menubutton i:nth-child(3) {
  top: 14px;
  transform: rotate(-45deg);
}
body.menuactive header nav {
  background-color: black;
  z-index: 120;
  position: relative;
}
body.menuactive header .box {
  filter: blur(4px);
}

body.hasusermenu .menu {
  display: none;
}
body.hasusermenu.menuactive .menu {
  display: block;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #388436;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #7CAE7A;
}

select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  font-family: inherit;
  cursor: inherit;
  line-height: inherit;
  font-size: 14px;
  text-align: center;
  color: #388436;
  z-index: 1;
  outline: none;
}
select::-ms-expand {
  display: none;
}

.select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  background-color: #fff;
  border: 1px solid white;
  border-radius: 16px;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
}
.select.w50 {
  width: 100px;
  float: right;
  margin-bottom: 12px;
}
.select.w50 select {
  width: 80px;
}
.select select, .select::after {
  grid-area: select;
}
.select:not(.select--multiple)::after {
  content: "";
  background-image: url("../_img/arrow-select.svg");
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
  background-size: 10px 7px;
  position: absolute;
  right: 4px;
}

section.ticker {
  left: 0;
  right: 0;
  height: 35px;
  background-color: #388436;
  color: #D0D9CB;
  line-height: 35px;
  font-size: 18px;
  overflow: hidden;
  padding: 0;
}
section.ticker .message {
  white-space: nowrap;
  text-transform: uppercase;
  animation: ticker 15s linear infinite;
}
section.ticker .message span {
  display: inline-block;
  padding: 0 40px;
  width: 640px;
  overflow: hidden;
  white-space: nowrap;
}
section.ticker .message span:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #d7c38e;
  margin-left: 150px;
  margin-bottom: 5px;
}
section.ticker .message span i {
  display: inline-block;
  margin-left: 47px;
}
section.ticker:hover .message {
  /*animation-play-state: paused;*/
}

@keyframes ticker {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(-1288px, 0);
  }
}
@keyframes ticker_backwards {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(1288px, 0);
  }
}
body.editor section.ticker .message {
  animation-play-state: paused;
}

.onlymobile {
  display: none !important;
}

@media only screen and (max-width: 1350px) {
  section.faq,
section.faq:before {
    background-size: 80px 160px;
  }
}
@media only screen and (max-width: 1100px) {
  header nav #logo {
    width: 100px;
  }
  header .box {
    min-height: 600px;
  }
  header .box h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  header .box {
    min-height: 500px;
  }
  header .box h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .onlymobile {
    display: block;
  }

  .nomobile {
    display: none !important;
  }

  header .box h1 {
    padding: 0;
    margin-top: -80px;
  }
  header .box .projectlogo {
    height: 70px;
  }
  header .box .field .ball {
    margin-top: -30px;
  }
  header nav h3 i {
    display: none;
  }

  .container {
    padding: 0 20px;
  }

  section .content {
    padding: 0 30px;
  }

  section.journey {
    overflow: visible;
  }
  section.journey ul.steps {
    background-image: none;
    min-width: 100px;
  }
  section.journey ul.steps li {
    display: block;
    margin-bottom: 140px;
    clear: both;
    width: 100%;
  }
  section.journey ul.steps li .box {
    width: 250px;
  }
  section.journey ul.steps li:nth-child(odd) {
    margin-left: 30px;
    position: relative;
  }
  section.journey ul.steps li:nth-child(odd) figure {
    position: absolute;
    margin: -100px 0 0 230px;
  }
  section.journey ul.steps li:nth-child(odd):after {
    content: "";
    height: 160px;
    width: 50px;
    position: absolute;
    border-right: 2px solid #d7c38e;
    border-top: 2px solid #d7c38e;
    border-radius: 0 16px 0 0;
    left: 408px;
    bottom: -155px;
  }
  section.journey ul.steps li:nth-child(even) {
    position: relative;
  }
  section.journey ul.steps li:nth-child(even) .box {
    float: right;
  }
  section.journey ul.steps li:nth-child(even) i {
    right: 255px;
  }
  section.journey ul.steps li:nth-child(even) figure {
    position: absolute;
    right: 230px;
    margin-top: -125px;
  }
  section.journey ul.steps li:nth-child(even) .box:after {
    content: "";
    height: 160px;
    width: 30px;
    position: absolute;
    border-left: 2px solid #d7c38e;
    border-top: 2px solid #d7c38e;
    border-radius: 16px 0 0 0;
    bottom: -155px;
    right: 407px;
  }
  section.journey ul.steps li:last-child:after {
    display: none;
  }
  section.journey .borderbox h2 {
    margin-bottom: 75px;
  }
  section.journey .borderbox h2:after {
    left: unset;
  }
  section.journey .borderbox .container {
    padding-top: 180px;
  }
  section.journey .borderbox .container:before {
    left: 20px;
    bottom: -40px;
  }
  section.journey .navbuttons {
    display: none;
  }

  section.purpose .ribbon .container:before {
    transform: none;
    top: 64px;
    left: 270px;
    right: 0;
    border-right: none;
    border-left: 1px solid #388436;
  }
  section.purpose .col12 {
    display: block;
    margin-top: 40px;
  }
  section.purpose .col12 .col {
    min-width: 10px;
  }
  section.purpose .buttons {
    text-align: center;
    margin-bottom: 40px;
  }
  section.purpose .buttons button {
    margin-top: 20px;
  }
  section.purpose .col12 .support {
    width: 300px;
    margin: auto;
  }
  section.purpose:after {
    display: none;
  }
  section.purpose .glyph {
    left: 50%;
    margin-left: -25px;
    bottom: -80px;
  }

  section.weare .content {
    display: block;
  }
  section.weare .content:after {
    left: 70%;
    top: 40px;
  }
  section.weare .content .fader2 {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding-top: 67%;
  }

  section.faq {
    background-image: none;
  }
  section.faq .container:after {
    left: 50%;
    margin-top: 40px;
    margin-left: -20px;
  }
  section.faq:before {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .menu {
    font-size: 32px;
  }

  section .content {
    padding: 0 20px;
  }

  section.purpose .content {
    padding: 0 10px;
  }
  section.purpose .col12 .col .textcols {
    column-count: 1;
  }

  section.weare .content .fader2 {
    min-width: 10px;
    min-height: 50px;
  }

  header .box {
    min-height: 350px;
  }
  header .box h1 {
    font-size: 40px;
    line-height: 34px;
  }

  header nav {
    height: 120px;
    position: relative;
  }
  header nav h3 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50px;
  }

  section.journey ul.steps li .box {
    width: 100%;
  }
  section.journey ul.steps li:nth-child(even) figure {
    margin-top: -25px;
    right: 20px;
  }
  section.journey ul.steps li:nth-child(even) i {
    right: 0;
  }
  section.journey ul.steps li:nth-child(even) .box:after {
    right: 60%;
    bottom: -160px;
  }
  section.journey ul.steps li:nth-child(odd) figure {
    margin: -20px 0 0 20px;
  }
  section.journey ul.steps li:nth-child(odd):after {
    left: 50%;
  }
  section.journey ul.steps li:last-child {
    max-width: 100%;
  }
  section.journey ul.steps li figure {
    height: 150px;
    width: 150px;
  }

  section.weare h2 {
    padding-top: 8px;
  }

  body.menuactive .menu {
    top: 119px;
  }
}
@media only screen and (max-width: 400px) {
  footer span.f {
    display: none;
  }
}
[data-i18] {
  opacity: 0;
}

body.loaded [data-i18] {
  transition: opacity 0.2s ease-in-out;
  opacity: initial;
}

.translated {
  background-color: rgba(255, 255, 0, 0.05);
  pointer-events: all;
}
.translated.relative {
  position: relative;
}
.translated:before {
  position: absolute;
  content: "";
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  border: 1px dotted #ffff0060;
  pointer-events: none;
}
.translated:after {
  position: absolute;
  content: "";
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 1px dotted #000000;
  pointer-events: none;
}
.translated.translating {
  background-color: rgba(10, 164, 250, 0.1);
  box-shadow: 0 0 8px 4px #1d7291;
}
.translated.translating:focus {
  outline: none;
}
.translated.translating:before {
  border: 1px dotted #00ffffA0;
}
.translated:hover {
  cursor: text;
}
.translated:hover:before {
  border: 1px dotted #ffff00A0;
  box-shadow: 0 0 4px 2px #ffff00;
}
.translated:hover.translating:before {
  border: 1px dotted #00ffffA0;
  box-shadow: 0 0 4px 2px #00ffff;
}

.translationeditor {
  position: absolute;
  z-index: 2000;
}
.translationeditor .spinner {
  filter: drop-shadow(0px 0px 3px black);
}
.translationeditor button {
  background-color: black;
  color: #D7C38E;
  border: 1px solid #D7C38E;
  margin: 2px;
  box-shadow: 0 0 6px 2px black;
}
.translationeditor button.neutral {
  color: #939393;
  border: 1px solid #939393;
}
.translationeditor button:hover {
  cursor: pointer;
}
.translationeditor button:hover.positive {
  border-color: #48d545;
  color: #48d545;
  box-shadow: 0 0 6px 2px #47a80d;
}
.translationeditor button:hover.neutral {
  border-color: #5d86e0;
  color: #5d86e0;
  box-shadow: 0 0 6px 2px #0d84a8;
}

body.locale_ar {
  direction: rtl;
}
body.locale_ar header nav h3 i {
  margin-left: 0;
  margin-right: -70px;
}
body.locale_ar header nav h3 i:last-child {
  margin-left: 0;
  margin-right: 30px;
}
body.locale_ar header nav .languageselect {
  right: unset;
  left: 20px;
}
body.locale_ar header nav .languagemenu {
  right: unset;
  left: 20px;
}
body.locale_ar header nav .menubutton {
  right: unset;
  left: 60px;
}
body.locale_ar section.registration .inputbox label {
  left: unset;
  right: 0;
  width: 80px;
  padding: 0 10px 0 0;
}
body.locale_ar section.registration .inputbox input {
  padding: 2px 90px 4px 4px;
}
body.locale_ar section.registration .socialbuttons a.button i {
  margin-left: 10px;
  margin-right: 0;
}
body.locale_ar section.journey .navbuttons {
  left: 60px;
  right: unset;
}
body.locale_ar section.journey ul.steps li .box .linebox {
  text-align: right;
}
body.locale_ar section.journey ul.steps li .box .linebox.first {
  padding-bottom: 30px;
}
body.locale_ar section.journey ul.steps li i {
  margin-top: -50px;
}
body.locale_ar section.journey ul.steps li:last-child {
  margin-right: 80px;
  margin-left: 300px;
}
body.locale_ar section.purpose .col12 .col:first-child {
  margin-right: 0;
  margin-left: 40px;
}
body.locale_ar section.weare .content .fader2 {
  margin: 0 0 0 16px;
}
body.locale_ar section.faq .question i {
  margin-left: 0;
  margin-right: -19px;
}
body.locale_ar section.faq .question:after {
  right: unset;
  left: 20px;
}
body.locale_ar section.faq .question.active + .answer {
  padding: 50px 55px 25px 20px;
}
body.locale_ar section.faq .answer:before {
  left: unset;
  right: 30px;
}
body.locale_ar.blanket section.registration #form2 .formsection label.sub {
  text-align: right;
  margin-right: 20px;
  margin-left: 0;
}
body.locale_ar.blanket section.registration #form2 .formsection label.sub.float {
  float: right;
  margin-left: 0;
  margin-right: 20px;
}
body.locale_ar.blanket section.registration #form2 .formsection .list div {
  text-align: right;
  padding: 10px 40px 6px 8px;
}
body.locale_ar.blanket section.registration #form2 .buttons {
  padding-left: 20px;
  padding-right: 0;
  text-align: left;
}
body.locale_ar.blanket section.registration #form2 .buttons.full {
  padding: 8px 20px 0 20px;
}
body.locale_ar.blanket section.registration .sizechart .button span {
  transform: rotate(90deg) translateY(-80px);
}
body.locale_ar.blanket section.registration .smallprint {
  text-align: right;
}
body.locale_ar.blanket section.registration .smallprint .checkbox {
  padding-right: 50px;
  padding-left: 0;
}
body.locale_ar.blanket section.registration .smallprint .checkbox:before {
  left: unset;
  right: 0;
}
body.locale_ar .select.w50 {
  float: left;
}
body.locale_ar footer .socioals img:first-child {
  margin-left: 0;
  margin-right: 10px;
}
body.locale_ar section.ticker .message {
  animation: ticker_backwards 15s linear infinite;
}
body.locale_ar section.ticker .message span:after {
  margin-left: 0;
  margin-right: 150px;
}

/*# sourceMappingURL=main.css.map */
