@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

@font-face {
  font-family: 'Superstar';
  src: url('superstar.ttf') format('truetype');
}

body, html {
  background: #000;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Mono', sans-serif;
  /*min-width: 1440px;*/
  overflow-x: auto;
  scroll-behavior: smooth;
}

a, a:visited, a:active {
  outline: 0;
}

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

h1 a span {
  display: none;
}

h1 a {
  display: block;
  width: 154px;
  height: 74px;
  background: url(logo-cd.png);
  margin-left: 20px;
}

nav ul {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
}

nav ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav ul li a:visited,
nav ul li a {
  display: block;
  margin: 0 20px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

nav ul li a::after {
  content: '_';
}

.mobile-only, .small-mobile-only {
  display: none !important;
}

.bx-wrapper {
  text-align: center;
  background: #000 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.bx-wrapper img {
  display: inline !important;
}

.slide {
  text-align: center;
  background: transparent url(slide-bg.png) 0 279px repeat-x;
}

.slide.first, .slide.last {
  position: relative;
}

.slide.first a, .slide.last a {
  position: relative;
  z-index: 2;
}

.slide.first::before,
.slide.last::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 0;
  background: #000;
}

.slide.first::before {
  left: 0;
}

.slide.last::before {
  right: 0;
}

.slider img {
  margin: 0 auto;
  height: auto;
  /*max-width: 1159px;*/
  max-width: 900px;
}

.bx-wrapper + .bx-wrapper {
  display: none;
}

.bx-pager-link {
  width: 16px !important;
  height: 16px !important;
  border-radius: 0 !important;
  background: #000 url('slider-pager.png') center center no-repeat !important;
}

.bx-pager-link.active {
  background-image: url('slider-pager-current.png') !important;
}

section {
  width: 100%;
}

section#banner {
  display: flex;
  flex-direction: row;

  justify-content: center;
  align-items: center;

  padding-bottom: 4vw;
}

section#banner img {
  width: 75%;
  height: auto;
  margin: 0px;
}

.section-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

h2 span {
  display: none;
}

#statistics {
  background: #96f64a;
}

#statistics h2 {
  background: #96f64a url(header-statistics.png) center center no-repeat;
  display: block;
  height: 200px;
  margin: 0;
  width: 100%;
}

#statistics-boxes {
  display: flex;
  flex-direction: row;
}

.statistics-box {
  width: 287px;
  height: 353px;
  background: url(statistics-box.png);
  position: relative;
}

.statistics-box.last {
  background: url(statistics-box-last.png);
}

.statistics-box-content {
  width: 225px;
  height: 228px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
}

.statistics-value {
  font-family: 'Superstar';
  font-size: 72px;
  background: #94F62A;
  padding: 10px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
}

.statistics-label {
  font-family: 'Roboto Mono';
  font-size: 24px;
  padding: 10px;
  display: inline-block;
  margin: 0 auto;
  text-transform: lowercase;
  text-align: center;
  font-weight: bold;
}

#ambassadors h2 {
  display: none;
}

#ambassadors {
  background: #eef64d;
}

/* Preload images */
#ambassadors::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(ambassadors2020.png) url(ambassadors2021.png) url(ambassadors2022.png);
}

#ambassadors .section-content {
  width: 1440px;
  height: 822px;
  position: relative;
}

.ambassadors-2020 .section-content {
  background: transparent url(ambassadors2020.png) 21px 0 no-repeat;
}

.ambassadors-2021 .section-content {
  background: transparent url(ambassadors2021.png) 21px 0 no-repeat;
}

.ambassadors-2022 {
  background: #fff;
}

.ambassadors-2022 .section-content {
  background: transparent url(ambassadors2022.png) 21px 0 no-repeat;
}

.ambassadors-2023 .section-content {
  background: transparent url(ambassadors2023.png) 21px 0 no-repeat;
}

.ambassadors-2020 .ambassadors-2021,
.ambassadors-2020 .ambassadors-2022,
.ambassadors-2020 .ambassadors-2023,
.ambassadors-2021 .ambassadors-2020,
.ambassadors-2021 .ambassadors-2022,
.ambassadors-2021 .ambassadors-2023,
.ambassadors-2022 .ambassadors-2020,
.ambassadors-2022 .ambassadors-2021,
.ambassadors-2022 .ambassadors-2023,
.ambassadors-2023 .ambassadors-2020,
.ambassadors-2023 .ambassadors-2021,
.ambassadors-2023 .ambassadors-2022 {
  display: none;
}

#ambassadors-2020-button, #ambassadors-2021-button, #ambassadors-2022-button, #ambassadors-2023-button {
  position: absolute;
  z-index: 1;
  width: 116px;
  height: 60px;
  text-indent: -5000em;
  top: 123px;
  cursor: pointer;
}

#ambassadors-2020-button {
  left: 735px;
}

#ambassadors-2021-button {
  left: 865px;
}

#ambassadors-2022-button {
  left: 996px;
}

#ambassadors-2023-button {
  left: 1126px;
}

#ambassadors-content {
  position: absolute;
  margin: 0;
  text-align: center;
  font-family: 'Roboto Mono';
  font-size: 24px;
  top: 200px;
  width: 560px;
  left: 702px;
}

.ambassador-photo {
  position: absolute;
  left: 0;
  top: 0;
  height: 72px;
  width: 72px;
  cursor: pointer;
}

.ambassadors-2020 .ambassador-year-2021,
.ambassadors-2020 .ambassador-year-2022,
.ambassadors-2020 .ambassador-year-2023,
.ambassadors-2021 .ambassador-year-2020,
.ambassadors-2021 .ambassador-year-2022,
.ambassadors-2021 .ambassador-year-2023,
.ambassadors-2022 .ambassador-year-2020,
.ambassadors-2022 .ambassador-year-2021,
.ambassadors-2022 .ambassador-year-2023,
.ambassadors-2023 .ambassador-year-2020,
.ambassadors-2023 .ambassador-year-2021,
.ambassadors-2023 .ambassador-year-2022 {
  display: none !important;
}

#ambassadors-photos {
  position: absolute;
  left: 28px;
  top: 97px;
  width: 633px;
  height: 606px;
}

#ambassador-card {
  position: absolute;
  width: 590px;
  left: 685px;
  top: 197px;
  display: flex;
  padding: 10px;
  box-sizing: border-box;
}

#ambassador-name {
  font-family: 'Superstar';
  font-size: 24px;
  font-weight: normal;
}

#ambassador-data {
  width: 265px;
  margin: 10px;
}

#ambassador-video img {
  width: 48px;
  height: 48px;
}

.ambassador-data {
  margin: 2px 0;
}

#ambassador-name {
  margin: 0;
}

.ambassador-data-label {
  font-family: 'Roboto Mono';
  font-size: 14px;
}

.ambassador-data-value {
  font-family: 'Roboto Mono';
  font-size: 14px;
  font-weight: bold;
}

.grayscale {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

#ambassador-image {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 265px;
  height: 417px;
  margin: 10px;
}

#ambassador-quote {
  font-family: 'Roboto Mono';
  font-size: 12px;
  font-style: italic;
}

#ambassador-quote::before,
#ambassador-quote::after {
  content: '';
  display: block;
  width: 40px;
  height: 25px;
}

#ambassador-quote::before {
  background: transparent url(quote-start.png) left center no-repeat;
}

#ambassador-quote::after {
  background: transparent url(quote-end.png) left center no-repeat;
}

#forall {
  background: #1405f9;
}

#forall h2 {
  background: #1405f9 url(header-forall.png) 298px 0 no-repeat;
  display: block;
  height: 143px;
  margin: 0;
  width: 100%;
}

#forall h2 span, #forall-guide h3 {
  display: none;
}

#forall-content {
  display: flex;
  flex-direction: row;

  justify-content: center;
  align-items: center;

  height: 300px;
}

#forall-guide {
  width: 846px;
  height: 611px;
  background: transparent url(guide.png) center center no-repeat;
}

#forall-guide p {
  text-align: center;
  margin-top: 50px;
  padding-right: 30px;
}

#forall-guide p#forall-about {
  font-family: 'Roboto Mono';
  font-size: 14px;
  margin: 355px 0 0 300px;
  text-align: left;
  width: 410px;
}

.button, .button:visited {
  border: 0;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Superstar';
  font-size: 17px;
  text-align: left;
}

.button-blue {
  width: 222px;
  height: 41px;
  line-height: 41px;
  padding-left: 40px;
  background: transparent url(button-blue.png) center center no-repeat;
}

.button-black {
  /*
  display: flex;

  position: absolute;
  z-index: 1;

  right: 34%;
  */
  /*
  display: flex;
  flex-direction: row;

  align-items: center;
  justify-content: flex-start;

  
  width: 610px;
  height: 111px;

  
  padding-left: 130px;
  padding-top: 13px;
  
  text-align: center;
  font-size: xx-large;
  */
  width: 610px;
  height: 158px;

  margin-top: -32px;

  background-image: url(button-black.png);
  background-size: cover;
}

.forall-resource {
  display: flex;
  background: #fff;
  width: 355px;
  box-shadow: 7px 7px 0 #000;
}

.forall-resource .button-blue {
  width: 176px;
  background-image: url(button-blue-2.png);
}

.forall-resource .button-blue-small {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  background-image: url(button-blue-3.png);
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
}

.forall-resource > div {
  text-align: center;
  flex-basis: 100%;
}

#forall-resource-memes div:first-child {
  background: transparent url(icon-glasses.png) center center no-repeat;
}

.forall-resource h3 {
  font-family: 'Superstar';
  font-size: 36px;
  font-weight: normal;
  margin: 25px 0;
}

#forall-resources hr {
  height: 14px;
  width: 215px;
  background: transparent url(sep.png) center center no-repeat;
  margin: 0;
  padding: 0;
  border: 0;
}

#forall-resource-videos div:first-child {
  background: transparent url(icon-play.png) center center no-repeat;
}

#forall-resource-cards div:first-child {
  background: transparent url(icon-like.png) center center no-repeat;
}

#forall-resource-guide div:first-child {
  background: transparent url(icon-guide.png) center center no-repeat;
}

#foreducators {
  background: #000;
}

#foreducators h2 {
  background: #000 url(header-foreducators.png) 299px 0 no-repeat;
  display: block;
  height: 237px;
  margin: 0;
  width: 100%;
}

#foreducators h2 span {
  display: none;
}

#foreducators-resources {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1400px;
  align-items: center;
  background: transparent url(bg-foreducators.png) left center repeat-x;
  gap: 15px;
}

.foreducators-resource {
  padding: 5px;
  text-align: center;
  background: #fff;
  box-shadow: 7px 7px 0 #96f64a;
  width: 240px;
}

.foreducators-resource h3 {
  font-weight: normal;
  font-family: 'Superstar';
  font-size: 24px;
}

.button-green, .button-green:visited {
  width: 180px;
  height: 39px;
  line-height: 39px;
  text-align: left !important;
  padding-left: 65px;
  color: #000 !important;
  background: transparent url(button-green.png) center center no-repeat;
}

.button-green-2, .button-green-2:visited {
  width: 380px;
  height: 56px;
  line-height: 56px;
  padding-left: 30px;
  background: transparent url(button-green-2.png) center center no-repeat;
  margin-left: -15px;
}

#foreducators-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

#foreducators-footer a {
  font-size: 20px;
}

#what, #what2 {
  background: #eef64d;
}

#what .section-content {
  width: 1240px;
  height: 500px;
  background: transparent url(what.png) center center no-repeat;
  position: relative;
}

#what2 .section-content {
  width: 1240px;
  height: 500px;
  background: transparent url(what2.png) center center no-repeat;
  position: relative;
}

#what h2, #by, #what2 h2 {
  display: none;
}

address a {
  position: absolute;
  right: 252px;
  bottom: 158px;
  width: 220px;
  text-indent: -5000em;
}

#what p, #what2 p {
  margin: 0;
  font-family: 'Roboto Mono';
  font-size: 16px;
  position: absolute;
  left: 306px;
  top: 76px;
  width: 405px;
}

#what form, #what2 form {
  position: absolute;
  left: 156px;
  top: 257px;
}

.what-box a:visited,
.what-box a {
  font-weight: bold;
  color: black;
}

.button-black-2 {
  width: 81px;
  height: 31px;
  line-height: 31px;
  padding: 0;
  text-align: center;
  background: transparent url(button-black-2.png) center center no-repeat;
}

#what2 input {
  width: 259px;
  height: 31px;
  line-height: 31px;
  box-sizing: border-box;
  display: inline-block;
  outline: 0;
  font-family: 'Superstar';
  font-size: 16px;
  border: 0;
  padding-left: 10px;
  background: transparent url(bg-input.png) center center no-repeat !important;
}

#social {
  width: 336px;
  height: 50px;
  position: absolute;
  left: 708px;
  top: 199px;
  display: flex;
  justify-content: space-between;
}

#social a {
  display: inline-block;
  width: 50px;
  height: 50px;
}

#facebook { background-image: url(icon-facebook.png); margin-top: 10px; background-size: contain; background-repeat: no-repeat;}
#twitter { background-image: url(icon-twitter.png); margin-top: 10px; background-size: contain; background-repeat: no-repeat;}
#instagram { background-image: url(icon-instagram.png); margin-top: 10px; background-size: contain; background-repeat: no-repeat;}
#youtube { background-image: url(icon-youtube.png); margin-top: 10px; background-size: contain; background-repeat: no-repeat;}
#tiktok { background-image: url(icon-tiktok.png); margin-top: 10px; background-size: contain; background-repeat: no-repeat;}
#fliker { background-image: url(icon-fliker.png); margin-top: 10px; background-size: contain; background-repeat: no-repeat;}
#whatsapp { background-image: url(icon-whatsapp.png); margin-top: 10px; background-size: contain; background-repeat: no-repeat;}

#social a span {
  display: none;
}

#who {
  background: #1405f9;
}

#who h2 {
  width: 1380px;
  height: 192px;
  margin: 0;
  background: transparent url(header-who.png) 24px 0 no-repeat;
}

#who h2 span {
  display: none;
}

#mosaic {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  background: #000;
}

#mosaic img {
  display: inline-block;
}

#enrol-buttons {
  display: flex;
  gap: 20px;
  padding-bottom: 50px;
  max-width: 1160px;
  margin: 0 auto;
  flex-wrap: wrap;
}

#enrol-buttons a,
#enrol-buttons a:visited {
  display: flex;
  background: white;
  box-shadow: 7px 7px 0 #96f64a;
  padding: 20px;
  font-family: 'Superstar';
  text-decoration: none;
  color: black;
  font-size: 32px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0;
  flex: 1 1 0px
}

#enrol-buttons.enrol-buttons-small a {
  padding: 10px 20px;
  white-space: nowrap;
}

#statistics-link,
#statistics-link:visited {
  display: flex;
  background: white;
  box-shadow: 7px 7px 0 black;
  padding: 20px;
  font-family: 'Superstar';
  text-decoration: none;
  color: black;
  font-size: 32px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 20px;
  position: absolute;
  /* top: 1760px; */
  left: 50%;
  width: 500px;
  margin-left: -250px;
  margin-top: -45px;
  box-sizing: border-box;
  z-index: 1;
}

#embed {
  box-shadow: 7px 7px 0 #96f64a;
  border: 2px solid #96f64a;
  width: 100%;
  max-width: 1160px;
  margin: 40px auto;
  margin-top: -33px;
  background: white;
  box-sizing: border-box;
}

#embed iframe {
  border: 0;
  height: 600px;
  width: 100%;
}

section#enrol {
  padding: 20px;
  display: block;
  box-sizing: border-box;
}

#resources-title {
  font-family: 'Superstar';
  color: #fff;
  font-size: 48px;
  letter-spacing: 2px;
  margin: 20px;
}

#resources-title b {
  color: #96f64a;
}

#resources-section {
  padding: 10px;
}

#resources {
  padding: 10px;
}

.resource {
  background: white;
  box-shadow: 7px 7px 0 #96f64a;
  padding: 10px;
  font-family: 'Roboto Mono';
  color: black;
  font-size: 16px;
  max-width: 95%;
  width: 550px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

#resources-section .tag {
  border-radius: 16px;
  padding: 4px 8px;
  font-family: 'Roboto Mono';
  text-transform: uppercase;
  font-size: 12px;
  margin: 5px;
  display: inline-block;
  cursor: pointer;
  border: 2px solid transparent;
  color: #fff;
  background-color: #333;
}

.resource-filter h3 {
  color: #ccc;
}

#resources-filters {
  padding: 10px;
  margin: 20px 0;
}

#resources-section .tag-selected {
  color: #000;
  background-color: #78FF48;
  border-color: #78FF48;
}

.or {
  color: #666;
}

.resource h5 {
  margin: 0;
  background-color: #78FF48;
  font-size: 11px;
  text-transform: uppercase;
  padding: 4px;
}

#resources-license,
#resources-license a {
  font-style: italic;
  color: #eee;
  font-size: 12px;
}

#resources-license {
  display: block;
  box-sizing: border-box;
  width: 80%;
}

.resource-button {
  background-color: #78FF48;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 8px;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  display: block;
}

#resources-intro {
  color: #fff;
  margin: 20px;
}

.resource-filter summary {
  cursor: pointer;
  display: flex;
  align-items: center;
}

details.resource-filter summary::after {
  content: '+';
  color: #ccc;
  display: block;
  margin-left: 10px;
  font-size: 22px;
}

details.resource-filter[open] summary::after {
  content: '-';
}

.resource .more {
  cursor: pointer;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.resource img {
  max-width: 100%;
  margin-top: 10px;
}

.year p {
  color: #fff;
  text-align: center;
}

.year .intro {
  color: #fff;
  text-align: left;
  max-width: 1160px;
  margin: 20px auto;
}

.intro div {
  margin: 20px auto;
}

.year table#schedule p {
  color: #000;
  text-align: left;
}

table#schedule {
  border-collapse: collapse;
  width: 100%;
}

table#schedule td {
  border: 1px solid #ccc;
  padding: 3px;
  text-align: left;
}

.year table#schedule p strong {
  color: #96f64a;
}

.schedule-cycle {
  background: #000;
}

.resource-button-home {
  font-family: 'Superstar';
  display: block;
  font-size: 22px;
  font-weight: lighter;
  background: white;
  box-shadow: 8px 8px;
  margin-top: 0;
  margin-bottom: 14px;
}

.video-slide {
  width: 1163px;
  height: 578px;
  margin: auto;
  max-width: 100%;
}

#embed .bx-pager-link {
  background: #000 url('slider-pager-inv.png') center center no-repeat !important;
}

#embed .bx-pager-link.active {
  background-image: url('slider-pager-current-inv.png') !important;
}

.ambassador-fluid,
.ambassador-fluid-mobile {
  position: static;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 5px 5px;
}

.ambassador-fluid {
  height: 65px;
  width: 65px;
  margin: 10px;
}

#ambassadors-photos-mobile {
  padding-top: 240px;
  text-align: center;
}

.ambassador-fluid-mobile {
  height: 48px;
  width: 48px;
  margin: 5px 10px 0 0;
}
