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

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none; }

footer, header, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

.global-wrapper {
  position: relative; }

header {
  width: 100%;
  height: 80px;
  background-color: #10708a;
  box-shadow: 0px 4px 5px #0b4b5c;
  transition: all 0.4s ease-in;
  top: -90px;
  position: absolute;
  z-index: 1000; }
  header.fixed {
    position: fixed;
    top: 0; }
  header a {
    display: inline-block;
    float: right;
    margin-right: 40px;
    margin-top: 15px !important; }
    header a:hover {
      background-color: #f18808 !important; }
    @media screen and (max-width: 900px) {
      header a {
        font-size: 15px;
        padding: 15px 20px !important;
        margin-right: 20px !important; } }
  header .header-logo {
    width: 145px;
    height: 80px;
    float: left;
    margin-left: 20px; }
    header .header-logo img {
      width: 140px;
      height: 131px;
      margin-top: -25px; }

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100; }

h3 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  margin: 20px auto; }
  @media screen and (max-width: 900px) {
    h3 {
      font-size: 36px;
      padding: 0 20px; } }

.row {
  display: block;
  text-align: center; }

.bkg-orange {
  background-color: #f7941c;
  color: #fff; }

.bkg-blue {
  background-color: #10708a;
  color: #fff; }

.bkg-white h3 {
  color: #10708a; }

.row-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 550px) {
    .row-content {
      text-align: center; } }
  .row-content.stacked {
    flex-direction: column; }
  .row-content.top {
    padding-top: 40px; }
    @media screen and (max-width: 550px) {
      .row-content.top {
        flex-direction: column;
        padding-top: 15px; } }

.stars {
  height: 35px;
  background-image: url("img/star.svg");
  background-size: 25px;
  background-repeat: repeat-x;
  background-position: 5px; }

.big-logo {
  width: 400px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 850px) {
    .big-logo {
      width: 300px; } }
  @media screen and (max-width: 550px) {
    .big-logo {
      flex: 1;
      width: 150px; } }

.top-content {
  text-align: left;
  font-size: 20px;
  max-width: 400px;
  margin-left: auto;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 850px) {
    .top-content {
      margin-left: 0;
      margin-bottom: 50px; } }
  @media screen and (max-width: 550px) {
    .top-content {
      flex: 1;
      text-align: center;
      margin: auto; } }
  .top-content span {
    display: block; }
  .top-content .date {
    font-size: 54px;
    font-family: "Dela Gothic One", sans-serif; }
    @media screen and (max-width: 850px) {
      .top-content .date {
        font-size: 42px; } }
    @media screen and (max-width: 550px) {
      .top-content .date {
        font-size: 36px;
        text-shadow: 0px 2px 4px #000; }
        .top-content .date br {
          display: none; } }
  .top-content .blurb {
    font-weight: 600;
    margin-top: 25px;
    line-height: 1.3;
    font-size: 16px;
    margin-bottom: 10px; }
    @media screen and (max-width: 850px) {
      .top-content .blurb {
        font-size: 16px;
        width: 80%;
        background-color: rgba(247, 148, 28, 0.5);
        padding: 10px 0; } }
    @media screen and (max-width: 550px) {
      .top-content .blurb {
        margin: 20px auto 10px auto;
        width: 90%;
        padding: 15px; } }

.martins-photo {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 42%;
  background-image: url("img/martins.png");
  width: 320px;
  height: 100%;
  background-size: cover;
  display: block; }
  @media screen and (max-width: 850px) {
    .martins-photo {
      right: -50px; } }

a.sign-up {
  margin-top: 20px;
  padding: 15px 40px 15px 40px;
  display: inline-block;
  color: #fff;
  background-color: #10708a;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase; 
  --mask: radial-gradient(12px at 20px 20px,#0000 98%,#000) -20px -20px;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
  a.sign-up:hover {
    background: #0d5d73;
    cursor: pointer; }
  a.sign-up.btn-orange {
    background-color: #f7941c; }
  @media screen and (max-width: 850px) {
    a.sign-up {
      margin-bottom: 25px; } }

ul.events {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  ul.events li {
    display: block;
    margin: 15px;
    border-bottom: 2px solid #f7941c;
    text-transform: uppercase;
    color: #333;
    font-size: 24px;
    padding: 10px 15px;
    background: #10708a;
    color: #fff;
    border-radius: 3px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-embed {
  display: block;
  width: 80%;
  height: 100%;
  margin-bottom: 25px; }

.subhead {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px; }

.social-links {
  display: flex;
  margin-bottom: 40px;
  width: 100%;
  max-width: 400px;
  justify-content: space-between; }
  .social-links a {
    height: 100px;
    width: 100px;
    border-radius: 5px;
    background-size: 90px;
    background-position: center;
    background-repeat: no-repeat; }
    .social-links a:hover {
      background-size: 100px;
      border-bottom: 2px solid #f7941c; }
    .social-links a.insta {
      background-image: url("img/icon_insta.svg"); }
    .social-links a.discord {
      background-image: url("img/icon_discord.svg"); }
    .social-links a.youtube {
      background-image: url("img/icon_youtube.svg"); }

.brands {
  display: flex;
  margin-bottom: 40px;
  max-width: 900px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .brands a {
    max-width: 200px;
    height: 150px;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 3px;
    margin: 10px; }
    .brands a.your-logo {
      width: 200px;
      height: 80px;
      border-radius: 3px;
      border: 1px solid #ccc;
      text-decoration: none;
      color: #333;
      padding-top: 30px; }
    .brands a img {
      width: 100%;
      height: auto; 
      object-fit: contain;
    }

.form-download {
  margin-bottom: 30px; }
  .form-download button {
    border: none;
    padding: 15px;
    background: #f7941c;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 0px 3px 4px #a75e06;
    text-decoration: underline; }
    .form-download button:hover {
      cursor: pointer;
      background: #f18808; }

a.general-link {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #f7941c;
  display: block;
  margin-bottom: 20px; }
  a.general-link.rules-download {
    background: #f7941c;
    padding: 15px;
    border-radius: 3px;
    color: #fff;
    text-decoration: underline;
    border: none;
    position: relative; }
    a.general-link.rules-download:hover {
      background: #10708a;
      cursor: pointer; }

p.weight-notes {
  width: 75%;
  max-width: 600px;
  margin: 20px auto;
  line-height: 1.3;
  background: #f7941c;
  padding: 20px;
  color: #fff;
  border-radius: 4px;
  font-size: 18px; }

.footer-logo {
  width: 300px;
  position: relative;
  z-index: 2;
  margin: 25px auto; }

.countdown-content {
  padding: 25px 0; }

/* jQuery Countdown styles 2.0.0. */
.is-countdown {
  width: 100%;
  max-width: 500px;
  margin-bottom: 40px;
  display: block; }

.countdown-rtl {
  direction: rtl; }

.countdown-holding span {
  color: #888; }

.countdown-row {
  width: 100%;
  text-align: center;
  display: flex; }

.countdown-section {
  display: block;
  font-size: 75%;
  text-align: center;
  margin: 10px auto;
  border-radius: 4px;
  max-width: 70px;
  min-width: 90px;
  padding: 25px 0;
  justify-content: center;
  background-color: #f7941c;
  color: #fff; }

.countdown-amount {
  font-size: 200%;
  font-weight: 900;
  font-size: 32px; }

.countdown-period {
  display: block;
  font-size: 18px; }

.countdown-descr {
  display: block;
  width: 100%; }

a.button-link {
  padding: 20px;
  background: #f7941c;
  color: #fff;
  text-decoration: none;
  border-radius: 4px; }
  a.button-link:hover {
    background-color: #f18808;
    box-shadow: 0px 3px 3px #c06c07; }

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