:root {
  --theme-dark-blue: #001c58;
  --tab-gray: #e5e8ed;
  --theme-light-blue: #193266;
  --theme-orange: #c43c30;
  --theme-blue: #203268;
}

@media screen and (min-width: 1060px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: block;
  margin-top: 0;
}

h1 {
  margin: 0;
  font-weight: normal !important;
  font-size: 3.4vw;
  font-family: "Brandon Grotesque Bold" !important;
}
.italic {
  font-family: "Brandon Grotesque Regular Italic" !important;
}
.light {
  font-family: "Brandon Grotesque Light" !important;
}
.regular {
  font-family: "Brandon Grotesque Regular" !important;
}
.bold {
  font-family: "Brandon Grotesque Bold" !important;
}
.grey {
  color: #e5e8ed;
  font-size: 0.7em;
  margin-right: 1vw;
}

p {
  margin: 0;
}
html, body {
  width: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Brandon Grotesque Regular" !important;
}

.text-center {
  text-align: center;
}
.flex-justify-center {
  display: flex;
  justify-content: center;
}

.flex-center {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.relative {
  position: relative;
}

.btn {
  outline: none;
  border: none;
}

.mobile {
  display: none;
}

.pointer {
  cursor: pointer;
}

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



.logo-top-container {
  cursor: pointer;
  position: absolute;
  left: 0;
  z-index: 20;
  display: inline-block;
  background: var(--theme-light-blue);
  width: 5.834vw;
  height: 5.834vw;
  border-bottom-right-radius: 2vw;
}
.logo-top-container img {
  width: 3.7vw;
  height: 4vw;
  padding-bottom: 0.4vw;
  padding-right: 0.4vw;
}


.p-prizes {
  padding-bottom: 4vh;
  padding-left: 15vw;
  color: var(--theme-dark-blue);
}

h1 {
  font-size: 3vw;
  line-height: 0;
  padding-top: 6vh;
  padding-bottom: 3vh;
}


h1, h2, h3 {
  font-weight: normal !important;
}

h2 {
  padding-top: 5vh;
  padding-bottom: 10vh;
  margin: 0;
  line-height: 0;
  font-size: 3.7vw;
}

h3 {
  padding-top: 2vh;
  padding-bottom: 5vh;
  margin: 0;
  line-height: 0;
  font-size: 1.8vw;
}

table {
  border-collapse: collapse;
  border: none;
  width: 70vw;
  font-size: 1.5vw;
  text-align: left;
}

tbody, thead, tr {
  width: 100%;
  border: none;
}

thead {
  background: var(--tab-gray);
}
th, td {
  padding-top: 3.5vh;
  padding-bottom: 3.5vh;
  line-height:1.5vw;
}

tbody tr:nth-child(1),
tbody tr:nth-child(3) {
  background: #F5F6F7;
}

tr:nth-child(2),
tr:nth-child(4) {
  background: var(--tab-gray);
}

tr.week-row {
  background: unset !important;
}

th {
  border: none;
  padding-left: 1vw;
}

td {
  padding-left: 1vw;
  padding-right: 0.4vw;
}

.week-date {
  padding-left: 0;
  font-size: 1.8vw;
}