/* --------------------------------------------------------------------------
   GRID
   -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 12pt;
  color: #333 !important;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.page {
  background-colour: black;
}

div {
  box-sizing: border-box;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

svg.fill-white {
  fill: white;
}

.border-under {
  border-bottom: 1px solid #7d1db8;
}

.display-none {
  display: none;
}

.pt-2 {
  padding-top: 2rem;
}

.font-red {
  color: red;
}

.link:hover {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.span-center {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sm\:text-center {
    text-align: center;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: "League Gothic", serif;
}
h1 .textblock, .h1 .textblock, h2 .textblock, .h2 .textblock, h3 .textblock, .h3 .textblock, h4 .textblock, .h4 .textblock {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
h1 .textblock-concise, .h1 .textblock-concise, h2 .textblock-concise, .h2 .textblock-concise, h3 .textblock-concise, .h3 .textblock-concise, h4 .textblock-concise, .h4 .textblock-concise {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

.fancy-title {
  font-family: "League Gothic", serif;
  font-size: 1.5em;
  font-weight: 800;
}

.fancy-body {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 1.1em;
}

.small-print {
  font-size: 0.8em;
}

.text-error {
  color: #a42c2c;
}

.text-base {
  font-size: 1em;
}

.body-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.3em;
}

h1, .h1 {
  font-size: 20pt;
}

.para {
  margin: 25px 0;
}
.para.lite {
  font-size: 0.8em;
}

.emphasis {
  font-weight: bold;
}

.padded {
  padding: 25px;
}

.space, .sp-1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.space-2, .sp-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.link:hover {
  text-decoration: underline;
}

.text-white {
  color: white;
}

.text-primary {
  color: #7d1db8;
}

.text-2xl {
  font-size: 5em;
}

.text-centered {
  text-align: center;
}

div {
  box-sizing: border-box;
}

.inner {
  max-width: 85.3771344284rem;
  margin: 0 auto;
  padding: 0 20px;
}

.row {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.gap {
  gap: 10px;
}

.box {
  display: inline-block;
}

.row {
  display: flex;
}

.flex-row {
  display: flex;
}

.flex-box, .flex {
  display: flex;
}
.flex-box.justify, .flex.justify {
  justify-content: space-between;
}
.flex-box.wrap, .flex.wrap {
  flex-wrap: wrap;
}
.flex-box .flex-grow, .flex .flex-grow {
  flex-grow: 2;
}
.flex-box.vertical-center, .flex.vertical-center {
  justify-content: center;
}
.flex-box.align-base, .flex.align-base {
  align-items: baseline;
}
.flex-box.flex-col, .flex.flex-col {
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .flex-box, .flex {
    justify-content: space-between;
  }
  .flex-box.mobile-col, .flex.mobile-col {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .flex-box, .flex {
    flex-direction: row;
    justify-content: space-between;
  }
  .desktop-flex {
    display: flex;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}

.flex-gap {
  gap: 5px;
}

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

.flex-left {
  justify-content: flex-start;
}

.flex-inline {
  display: inline-flex;
}

.flex-vert {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box {
  position: relative;
  display: inline-block;
}
.box .inner.bottom {
  position: absolute;
  bottom: 0;
}

.text-section {
  margin: 32px 0;
}

.width-25 {
  width: 25%;
}

.width-33 {
  width: 33%;
}

.width-50 {
  width: 50%;
}

.width-66 {
  width: 66%;
}

.width-75 {
  width: 75%;
}

.width-100 {
  width: 100%;
}

.leading {
  margin-top: 1em;
  margin-bottom: 1em;
}

@media screen and (min-width: 769px) {
  .leading {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .leading-2 {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.page {
  min-height: calc(100vh - 150px);
}

.width-200 {
  width: 200px;
}

.width-250 {
  width: 250px;
}

.max-250 {
  max-width: 250px;
}

.absolute {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .sm\:flex-col {
    display: flex;
    flex-direction: column;
  }
  .sm\:relative {
    position: relative;
  }
  .sm\:pt-20 {
    padding-top: 20px;
  }
}
.relative {
  position: relative;
}

.min-h-250 {
  min-height: 250px;
}

.m-auto {
  margin: 0 auto;
}

.mx {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-20 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.strike {
  text-decoration: line-through;
}

.red {
  color: red;
}

.pad {
  padding: 1em;
}

.inner-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 15px;
}

#modal, .modal, .modal-popup {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: calc(100vh - 100px);
  z-index: 1000;
}
#modal.active, .modal.active, .modal-popup.active {
  display: block;
}
#modal .modal-wrapper, .modal .modal-wrapper, .modal-popup .modal-wrapper {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

.modal-promome .modal-body {
  width: 800px !important;
  height: 600px !important;
}

.modal-body .standard {
  width: 800px;
  height: 500px;
}

.full-width {
  margin-left: -20px;
  margin-top: -20px;
}

.standard {
  width: 600px;
  height: 400px;
}

.modal-background {
  position: absolute;
  width: 100%;
}

.modal-popup.modal-how-to .modal-body {
  width: 800px;
  height: 600px;
}

.modal .modal-body {
  background: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 90vw;
  height: auto;
  border-radius: 25px;
  padding: 20px;
  overflow: hidden;
}
.modal .modal-body.auto {
  height: auto;
}
.modal .modal-body .modal-header {
  position: absolute;
  width: calc(100% - 44px);
  pointer-events: none;
}
.modal .modal-body .modal-header .close-icon {
  float: right;
  padding: 10px;
  cursor: pointer;
  pointer-events: all;
}
.modal .modal-body .modal-content {
  height: 100%;
}
.modal .modal-body .modal-content .flex-column {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal .modal-body .modal-content .flex-row {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 769px) {
  #modal {
    height: 100vh;
  }
  .modal .modal-body {
    background: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 60%;
    height: auto;
    border-radius: 25px;
    padding: 20px;
  }
}
.black {
  background: black;
  color: white;
}

.silver {
  background: #eee;
}

.headline {
  font-family: "League Gothic", serif;
  font-size: 2em;
  margin-top: 2em;
  text-transform: uppercase;
}
.headline .title-prefix {
  color: white;
  font-size: 0.8em;
  line-height: 0.8em;
  padding-bottom: 2px;
}
.headline .title {
  font-size: 1em;
  line-height: 0.8em;
  padding-bottom: 2px;
}
.headline .title-challenge {
  font-size: 1.8em;
  line-height: 0.8em;
}

.drop {
  filter: drop-shadow(2px 2px 5px rgba(255, 255, 255, 0.9));
}

.drop-dark {
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.9));
}

.width-500 {
  width: 500px !important;
  max-width: 100vw;
}

.font-poster {
  font-family: "League Gothic", serif;
}

.text-5xl {
  font-size: 5em;
  line-height: 5em;
}

.text-italic {
  font-style: italic;
}

.text-5xl {
  font-size: 4em !important;
  line-height: 1em !important;
}

.text-black {
  color: black;
}

.big-and-loud {
  font-family: "Staatliches", sans-serif;
  font-weight: 800;
  font-size: 40pt;
  line-height: 52pt;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  background: rgb(3, 18, 22);
  background: linear-gradient(60deg, rgb(9, 62, 65) 0%, rgb(23, 80, 96) 29%, rgb(37, 133, 161) 64%, rgb(24, 68, 84) 100%);
  -webkit-background-clip: text;
  color: transparent;
}

@media screen and (min-width: 769px) {
  .big-and-loud {
    font-size: 50pt;
    line-height: 52pt;
    width: 66%;
  }
}
.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.drop-shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.suffix-link {
  position: absolute;
  top: 10px;
  right: 10px;
}

.link:hover {
  text-decoration: underline;
}

.inner-padding {
  padding: 25px;
}

.page .inner {
  max-width: 1366px;
  margin: 0 auto;
}
.page .inner-page {
  max-width: 1366px;
  margin: 0 auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.centre-boxed {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.padded-box {
  padding: 20px;
}

.pad {
  padding: 1em;
}

.min500 {
  min-height: 500px;
}

.row-spacer {
  min-height: 64px;
}

.mt {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.py-2 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.text-small {
  font-size: 0.8em;
}

.text-h3 {
  font-family: "League Gothic", serif;
  font-size: 1.6em;
  font-weight: bold;
}

.text-h4 {
  font-family: "League Gothic", serif;
  font-size: 1.2em;
  font-weight: bold;
}

.w-80p {
  width: 80%;
}

.auto {
  margin: 0 auto;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.fill-blue .svg {
  fill: #7d1db8;
}

.w-50 {
  width: 50%;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.flex-middle {
  align-items: center;
}

.large {
  font-size: 1.2em;
}

.pad-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-message {
  color: red;
  font-weight: bold;
  padding: 5px;
  background-color: #fdd2be;
}

.border-horizontal {
  border-top: 1px solid #bdbbbb;
  border-bottom: 1px solid #bdbbbb;
}

@media screen and (max-width: 768px) {
  .page .outer-margin {
    margin: 20px 0;
  }
  .page .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page .inner-page {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .page .outer-margin {
    margin: 20px;
  }
  .page .inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .page .inner-page {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.rot5 {
  margin: 20px;
  transform: rotate(2deg);
}

.rotn5 {
  margin: 20px;
  transform: rotate(-2deg);
}

.shadow {
  -moz-box-shadow: 10px 10px 50px 0px rgba(153, 153, 153, 0.52);
  box-shadow: 10px 10px 50px 0px rgba(153, 153, 153, 0.52);
}

.padding {
  padding: 10px;
}

.bold {
  font-weight: 800;
}

.larger {
  font-size: 1.5em;
}

.size-x3 {
  font-size: 3em;
}

.auto {
  margin: auto;
}

.my-4 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.btn {
  padding: 1em 2em;
  border-radius: 1em;
  cursor: pointer;
  transition: color 100ms, background-color 200ms;
}
.btn:hover {
  background-color: #7d1db8;
  color: white;
}

@media screen and (max-width: 400px) {
  .scaled {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 401px) {
  .scaled {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 769px) {
  .scaled {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1025px) {
  .scaled {
    font-size: 1em;
  }
}
@media screen and (min-width: 1367px) {
  .scaled {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1667px) {
  .scaled {
    font-size: 1.4em;
  }
}

.align-end {
  align-self: flex-end;
}

.flex-center {
  align-items: center;
}

.flex-grow {
  flex-grow: 1;
}

.items-center {
  align-items: center;
}

.gap-2 {
  gap: 2rem;
}

.hide, .hidden {
  height: 0px !important;
  overflow: hidden;
  margin: 0 !important;
  border: 0 !important;
}

.hide-visible {
  display: none;
}

.w-500 {
  width: 500px;
}

.border {
  border: 1px solid #e2e8f0;
}

.pad-10 {
  padding: 10px;
}

.rounded-10 {
  border-radius: 10px;
}

.grid {
  display: grid;
}

.gap {
  column-gap: 10px;
}

.text-shadow {
  text-shadow: rgb(149, 157, 165) 2px 2px 6px;
}

.justify-center {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .grid-1 {
    grid-template-columns: 1fr;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) {
  .grid-1 {
    grid-template-columns: 1fr;
  }
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.margin {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.margin-2 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.margin-4 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.margin-top {
  margin-top: 0.5em;
}

.margin-top-2 {
  margin-top: 1em;
}

.main-menu {
  display: none;
}

/* ----------------------------------
   Header
   ---------------------------------- */
.admin-page #header {
  background-color: darkred;
}

.site-logo {
  font-family: "League Gothic", serif;
  font-size: 1.4em;
  color: white;
  align-items: center;
  display: flex;
}

#header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  background-color: #7d1db8;
  background: rgb(140, 29, 184);
  background: linear-gradient(90deg, rgb(105, 30, 196) 0%, rgb(166, 26, 159) 100%);
  height: 75px;
}
#header.hide-initially {
  display: none;
}
#header .admin-header {
  background-color: darkred;
}
#header .hamburger {
  display: flex;
  align-items: center;
}
#header .header-inner {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
#header .header-inner .account-name {
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
}
#header .header-inner .account-links {
  text-align: right;
}
#header .header-inner .logo-wrapper {
  width: 50px;
}
#header .header-inner .title-wrapper {
  display: flex;
}
#header .header-inner .header-right {
  margin-right: 10px;
}
#header .logo-wrapper .logo-badge {
  height: 80%;
  margin-top: 10%;
  margin-left: 10%;
}
#header .logo-wrapper .logo-badge .image {
  height: 100%;
}
#header .title-wrapper {
  color: white;
}
#header .title-wrapper .menu-item {
  margin-top: 16px;
}
#header .title-wrapper .left-menu {
  align-self: flex-end;
}
#header .title-wrapper .right-menu {
  align-self: flex-end;
}
#header .title-wrapper .site-title {
  font-size: 2em;
  font-family: "League Gothic", serif;
  color: white;
  margin-left: 20px;
  margin-right: 20px;
}
#header .title-wrapper .site-title .h1 {
  margin-top: 5px;
  font-size: 3rem;
  line-height: 3rem;
}
#header .title-wrapper .site-title .h2 {
  font-size: 1rem;
  line-height: 1rem;
  margin-top: -5px;
  text-align: center;
}
#header .title-wrapper .small {
  font-size: 0.75em;
}
#header .menu-dropdown {
  overflow: hidden;
  position: absolute;
  top: 76px;
  width: 275px;
  background: white;
  right: -275px;
  transition-duration: 0.25s;
}
#header .menu-dropdown.is-active {
  height: auto;
  right: 0px;
}
#header img {
  vertical-align: bottom !important;
}

.main-menu {
  width: 912px;
  margin: 0 auto;
}

/* -----------------------------------------------------------------------------------------
 * Mobile styling
 * ----------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  #header {
    font-size: 14pt;
  }
  #header .title-wrapper .site-title {
    font-size: 2em;
    margin-top: 10px;
    line-height: 1em;
  }
  #header .title-wrapper .site-title .h1 {
    font-size: 1em;
    line-height: 1em;
    margin-top: -10px;
  }
  #header .iconbar .item.item-details {
    display: none;
  }
  .sticky-header #body #body {
    padding: 50px 0 0 0;
    padding-bottom: 0rem; /* Height of the footer */
  }
}
/* -----------------------------------------------------------------------------------------
 * Desktop styling
 * ----------------------------------------------------------------------------------------- */
#footer {
  bottom: 0;
  width: 100%;
  min-height: 64px;
  padding-top: 30px;
  padding-bottom: 100px;
}
#footer .social-icon .svg {
  fill: #8662a3;
}

.text-footer {
  color: #8662a3;
}

.footer-inner .footer-link {
  padding: 3px;
}
.footer-inner .footer-socials {
  bottom: 10px;
}
.footer-inner .row .copyright {
  grow: 1;
}
.cmp-hamburger-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 20px;
}
.cmp-hamburger-wrapper .cmp-hamburger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 4px;
  background-color: #ffffff;
}
.cmp-hamburger-wrapper .cmp-hamburger::before, .cmp-hamburger-wrapper .cmp-hamburger::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  transition: all 250ms;
}
.cmp-hamburger-wrapper .cmp-hamburger::before {
  margin-top: -10px;
}
.cmp-hamburger-wrapper .cmp-hamburger::after {
  margin-top: 10px;
}
.cmp-hamburger-wrapper .cmp-hamburger.active {
  height: 0;
}
.cmp-hamburger-wrapper .cmp-hamburger.active::before {
  transform: rotate(45deg);
  margin-top: 0;
}
.cmp-hamburger-wrapper .cmp-hamburger.active::after {
  transform: rotate(-45deg);
  margin-top: 0;
}

html, body {
  margin: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  background: black;
}

#header {
  z-index: 100;
}

.hidden-header #header {
  display: none;
}

#body {
  z-index: 10;
  position: relative;
  background-color: black;
  width: 100%;
  margin: 0 auto;
  color: black;
}

#body {
  overflow: hidden;
  min-height: 80vh;
}

#footer {
  z-index: 100;
}

#aside .aside-wrapper {
  z-index: 900;
  top: 74px;
  width: 100vw;
  height: calc(100vh - 74px);
  position: fixed;
  left: -100vw;
  background-color: rgba(0, 0, 0, 0.5);
}
#aside .aside-wrapper .aside {
  position: fixed;
  width: 350px;
  height: calc(100vh - 74px);
  left: -350px;
  transition: left 500ms;
  background-color: white;
}
#aside .active.aside-wrapper {
  left: 0;
}
#aside .active .aside {
  left: 0;
}

@media screen and (min-width: 769px) {
  .sticky-header #body {
    padding: 75px 0 0 0;
    padding-bottom: 0rem; /* Height of the footer */
  }
  .admin-page #body {
    padding: 122px 0 0 0;
  }
  #header .main-menu {
    display: block;
  }
}
#body-minheight {
  float: left;
  height: 1500px;
}

.home-hero .new-inner {
  width: 100%;
  background-size: cover;
  background-image: url(../images/hero.jpg);
  height: 1px;
  padding-bottom: 150%;
}

@media screen and (min-width: 769px) {
  .home-hero .new-inner {
    padding-bottom: 50%;
  }
}

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