<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "HeadlinerNo.45";
  src: url("assets/fonts/HeadlinerNo.45.otf");
}

@font-face {
  font-family: "Refrigerator Deluxe";
  src: url("assets/fonts/Refrigerator Deluxe Bold.otf");
  font-weight: bold;
}

@font-face {
  font-family: "Refrigerator Deluxe";
  src: url("assets/fonts/Refrigerator Deluxe Extrabold.otf");
  font-weight: 800;
}

@font-face {
  font-family: "Refrigerator Deluxe";
  src: url("assets/fonts/Refrigerator Deluxe Heavy.otf");
  font-weight: 900;
}

@font-face {
  font-family: "Refrigerator Deluxe";
  src: url("assets/fonts/Refrigerator Deluxe Light.otf");
  font-weight: 300;
}

@font-face {
  font-family: "Refrigerator Deluxe";
  src: url("assets/fonts/Refrigerator Deluxe.otf");
  font-weight: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("assets/fonts/GothamMedium.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "Agency FB";
  src: url("assets/fonts/AgencyFB-BoldCondensed.otf");
}

html.sr .load-hidden {
  visibility: hidden;
}

body {
  font-size: 25px;
  font-family: "HeadlinerNo.45", sans-serif;
  position: relative;
  color: white;
}

.font-agency-fb {
  font-family: "Agency FB", sans-serif;
}

.bg-black {
  background-color: #181818;
}

.bg-pmcc {
  background-color: #FF4655;
}

.btn-pmcc {
  border-radius: 50px;
  padding: 5px 60px;
  font-size: 25px;
}

.big-title .img-fluid {
  max-width: 700px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 5px 15px;
}

.navbar-nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.navbar-dark .navbar-nav .nav-link {
  letter-spacing: 2px;
  color: white;
}

.nav-item .btn-pmcc {
  letter-spacing: 2px;
  margin: 10px;
  padding: 0 30px;
  padding-top: 4px;
  font-size: 20px;
}

.nav-link.active {
  background-color: #D84354;
  padding: 0 20px;
  padding-top: 4px;
}

.container-fluid.big-title {
  padding-top: 50px;
  background-image: url("assets/images/jumbotron.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-bottom: 300px;
}

h1 {
  font-size: 5.2rem;
}

.big-title h1 {
  margin-bottom: 0;
}

.big-title h2 {
  font-family: "Agency FB", sans-serif;
  font-size: 3rem;
  letter-spacing: 1px;
}

.pink-top {
  background-image: url("assets/images/pink-top.png");
  background-size: cover;
  margin-top: -300px;
  height: 300px;
  z-index: 2;
}

.white-top {
  background-image: url("assets/images/white-top.png");
  background-size: cover;
  height: 300px;
  margin-top: -300px;
  position: relative;
  z-index: 2;
}

.container-fluid.register-pink {
  background-color: #FF4655;
  z-index: 1;
  padding-bottom: 300px;
}

.register-page {
  padding-top: 100px;
  margin: auto;
  max-width: 768px;
}

.register-page p {
  font-family: "Refrigerator Deluxe", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
}

.custom-select {
  font-family: "Refrigerator Deluxe", sans-serif;
  font-weight: bold;
}

.register-pink .embed-responsive.form-embed {
  max-width: 100%;
  min-height: 500px;
  padding-bottom: 120%;
}

.rules-buttons {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.rules-buttons .btn {
  font-family: "Refrigerator Deluxe", sans-serif;
  font-weight: bold;
  margin: 20px;
}

.activities .btn {
  font-family: "Refrigerator Deluxe", sans-serif;
  font-weight: bold;
  margin: 20px 10px;
}

.pink-brush {
  background-image: url("assets/images/pink-brush.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60px;
  margin-bottom: 150px;
}

.prize-pool {
  margin-bottom: 150px;
}

.prize-pool h1 {
  font-size: 8rem;
}

.prize-pool .total-prize-pool {
  line-height: 1;
  margin-bottom: 0;
  font-size: 4rem;
}

.prize-pool h2 {
  font-size: 3rem;
}

.btn.register {
  margin-bottom: 200px;
  padding-top: 10px;
}

.cropped-background {
  position: relative;
}

.guy, .guy2 {
  transition: bottom 0.5s
}

.cropped-background .guy {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  max-width: 33%;
  right: 20px;
  bottom: -70%;
  z-index: 1;
}

.register-pink .embed-responsive {
  max-width: 900px;
}

.container-fluid.tournament-stages {
  margin-top: -10px;
  background-color: white;
  z-index: 2;
  position: relative;
}

.text-pmcc {
  color: #FF4655;
}

.text-black {
  color: #181818;
}

.fa-caret-down {
  color: #FF4655;
  font-size: 40px;
}

.tournament-stages .black-brush {
  background-image: url("assets/images/brush-black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Refrigerator Deluxe", sans-serif;
  color: white;
  height: 100px;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.tournament-stages h3 {
  color: #181818;
  font-family: "Agency FB", sans-serif;
  font-weight: bold;
}

.container-fluid.regions {
  background-color: white;
  z-index: 2;
  padding-top: 200px;
  background-image: url("assets/images/bg1-cropped.png");
  background-size: cover;
  background-position: top;
  padding-bottom: 400px;
}

.regions .row, .activities .row {
  display: flex;
  justify-content: center;
}

.regions .location-box {
  max-width: 300px;
  height: 300px;
  margin: 0 20px;
  padding: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.regions .location-box.north {
  background-image: url("assets/images/team-north.png");
}

.regions .location-box.south {
  background-image: url("assets/images/team-south.png");
}

.regions .location-box.central {
  background-image: url("assets/images/team-central.png");
}

.regions .location-box.east {
  background-image: url("assets/images/team-east.png");
}

.regions .location-box.borneo {
  background-image: url("assets/images/team-borneo.png");
}

.btn.rules {
  font-family: "Refrigerator Deluxe", sans-serif;
  font-weight: bold;
  margin-top: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

.yellow-top {
  background-image: url("assets/images/yellow-top.png");
  background-size: cover;
  margin-top: -300px;
  height: 300px;
  z-index: 2;
}

.cropped-background-bottom {
  position: relative;
}

.cropped-background-bottom .guy2 {
  position: absolute;
  max-width: 25%;
  left: 20px;
  bottom: -30%;
  z-index: 1;
}

.white-bottom {
  background-image: url("assets/images/white-bottom.png");
  background-size: cover;
  margin-top: -300px;
  height: 300px;
  position: relative;
  z-index: 2;
}

.container-fluid.media-yellow {
  margin-top: -5px;
  background-color: #F6B11D;
  padding-bottom: 400px;
  position: relative;
}

.media-yellow .yellow-logo {
  position: absolute;
  margin-top: -180px;
  right: 0;
  top: 0;
  bottom: 0;
  height: calc(100% + 50px);
}

.media-yellow .embed-responsive {
  max-width: 900px;
}

.slider-container {
  max-width: 900px;
}

.tns-outer {
  position: relative;
}

[data-controls] {
  border: 0;
  padding: 0;
  font-size: 30px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 1;
  background: transparent;
}

[data-controls="prev"] {
  left: -20px;
}

[data-controls="next"] {
  right: -20px;
}

.fa-caret-left, .fa-caret-right {
  color: white;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}

.container-fluid.activities {
  position: relative;
  z-index: 2;
  padding-bottom: 200px;
  margin-top: -5px;
  background-image: url("assets/images/bg2-cropped.png");
  background-size: cover;
  background-position: top;
}

.activities .activity-box {
  max-width: 350px;
  width: 100%;
  margin: 40px;
}

.activities .location-box {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 300px;
  height: 300px;
}

.activities .location-box.caster {
  background-image: url("assets/images/activities-caster.jpg");
}

.activities .location-box.showmatch {
  background-image: url("assets/images/activities-showmatch.jpg");
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

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

.left img {
  margin: 10px;
  max-height: 40px;
}

.copyright-text {
  margin-left: 10px;
  margin-top: 10px;
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 300;
}

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

.right img {
  margin: 10px;
  max-height: 70px;
}

.register-page p.fallback-link {
  font-size: 20px;
}

.register-page p.fallback-link a {
  text-decoration: none;
}

@media screen and (min-width: 2000px) {
  .container-fluid.media-yellow {
    padding-top: 100px;
    padding-bottom: 600px;
  }
}

@media screen and (min-width: 1800px) {
  .container-fluid.media-yellow {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .cropped-background .guy {
    bottom: -20%;
  }
  .cropped-background-bottom .guy2 {
    bottom: -50%;
  }
}

@media screen and (max-width: 1100px) {
  .container-fluid .yellow-logo {
    height: calc(100% + 150px);
    margin-top: -220px
  }
  .cropped-background .guy {
    bottom: 0;
  }
  .cropped-background-bottom .guy2 {
    bottom: -30%;
  }
}

@media screen and (max-width: 991px) {
  .cropped-background .guy {
    bottom: 10%;
  }
  .cropped-background-bottom .guy2 {
    bottom: -20%;
  }
  .container-fluid.tournament-stages, .container-fluid.media-yellow {
    padding-top: 0;
  }
  .container-fluid.activities {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .cropped-background .guy {
    bottom: 30%;
  }
  .cropped-background-bottom .guy2 {
    bottom: -5%;
  }
  .navbar-brand img {
    height: 40px;
  }
  .big-title .img-fluid {
    max-width: 100%;
  }
  .footer {
    padding: 10px;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 3rem;
  }
  .big-title h2 {
    font-size: 2.5rem;
  }
  .prize-pool h1 {
    font-size: 6rem;
  }
  .prize-pool .total-prize-pool {
    font-size: 3.3rem;
  }
  .prize-pool h2 {
    font-size: 2rem;
  }
  .prize-pool {
    margin-bottom: 0;
  }
  .container-fluid .yellow-logo {
    height: auto;
    width: 100%;
    margin-top: -220px
  }
  .container-fluid.media-yellow {
    margin-top: -120px;
  }
  .container-fluid.tournament-stages {
    margin-top: -120px;
  }
  .cropped-background .guy {
    bottom: 50%;
  }
  .container-fluid.register-pink {
    padding-bottom: 450px;
    margin-top: -50px;
  }
  .cropped-background-bottom .guy2 {
    bottom: 20%;
  }
  .container-fluid.media-yellow {
    padding-bottom: 300px;
  }
  .register-page p {
    font-size: 20px;
  }
  .rules-buttons {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
  }
  .activities .btn, .rules-buttons .btn {
    font-size: 20px;
  }
  .activities .activity-box {
    margin: 10px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 414px) {
  .cropped-background .guy {
    bottom: 60%;
  }
}

@media screen and (max-width: 375px) {
  .cropped-background .guy {
    bottom: 70%;
  }
  .container-fluid.media-yellow {
    padding-bottom: 250px;
  }
}

@media screen and (max-width: 320px) {
  .cropped-background .guy {
    bottom: 80%;
  }
}

@media (min-width: 768px) {
  .collapse.navbar-collapse {
    display: block !important;
  }
}

@media (max-width: 374px) {
  .btn.rules {
    font-size: 20px;
  }
}</pre></body></html>