:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #232323;
  background-color: #f6f6f6;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

p {
  margin-bottom: 1rem;
  font-family: Roboto, sans-serif;
}

.navbar-component {
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-top: 1%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
}

.footer-component {
  background-color: #232323;
}

.navbar-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-logo {
  display: block;
}

.navbar-logo-pic {
  max-width: 5.9375rem;
  max-height: 5.9375rem;
}

.navbar-link {
  color: #fff;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.navbar-link.w--current {
  color: #fff;
}

.section-home-header {
  position: relative;
}

.padding-global {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.home-hero-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.news {
  z-index: 5;
  background-color: #f6f6f6;
  border-radius: 5px;
  position: relative;
}

.home-hero-heading {
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 20rem;
  display: flex;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-align-left {
  text-align: left;
  max-width: 60rem;
}

.text-align-left.news {
  max-width: 80rem;
}

.margin-bottom {
  margin: 0 0 5rem;
}

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

.margin-bottom.margin-large {
  margin-bottom: 3rem;
}

.margin-bottom.margin-small {
  margin-bottom: 1.5rem;
}

.margin-bottom.margin-xtralarge {
  margin-bottom: 5rem;
}

.margin-bottom.margin-xtrasmall {
  margin-bottom: .5rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.margin-bottom.margin-tiny {
  margin-bottom: .25rem;
}

.heading-style-h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  display: block;
}

.text-size-medium {
  color: #ffffffbf;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium.color-white {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.image-overlay {
  z-index: 1;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
  box-shadow: inset 2rem 4rem 9rem 4rem #00000059;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.game-results {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.board-center, .max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.game-reults-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.game-results-item {
  background-color: #fff;
  border: 1px solid #aa1b20;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.heading-style-h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.game-results-content {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.game-results-number {
  color: #aa1b20;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.game-results-divider {
  background-color: #aa1b20;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.game-results-paragraph2 {
  text-align: right;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.game-results-paragraph1 {
  text-align: left;
  margin-top: .5rem;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.section-home-feature {
  position: relative;
}

.home-feature-component {
  column-count: 3;
  column-gap: 2rem;
  font-size: 1rem;
}

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

.home-feature-heading2 {
  color: #fffdfd;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1.2;
}

.home-feature-heading2.color-black {
  color: #232323;
}

.home-feature-image-wrapper {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
}

.home-feature-image1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.home-feature-image1:hover {
  transform: scale(1.1);
}

.home-feature-image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.home-feature-image2:hover {
  transform: scale(1.1);
}

.home-feature-image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.home-feature-image3:hover {
  transform: scale(1.1);
}

.home-feature-image4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.home-feature-image4:hover {
  transform: scale(1.1);
}

.home-feature-image5 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.home-feature-image5:hover {
  transform: scale(1.1);
}

.home-feature-image6 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.home-feature-image6:hover {
  transform: scale(1.1);
}

.home-feature-image7 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.home-feature-image7:hover {
  transform: scale(1.1);
}

.home-feature-background-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.image-background-red {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-overlay-red {
  z-index: 1;
  background-color: #8f0005cc;
  position: absolute;
  inset: 0%;
  box-shadow: inset 2rem 4rem 9rem 4rem #00000059;
}

.max-width-large-school {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.home-faq-question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #232323;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.home-faq-answer {
  overflow: hidden;
}

.home-faq-icon-wrapper {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.paragraph.white {
  color: #fff;
}

.paragraph.paragraph-bold {
  font-weight: 500;
}

.paragraph-faq {
  font-family: Roboto, sans-serif;
}

.paragraph-faq.blog {
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.heading-style-h6-faq {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.margin-top {
  margin: 2rem 0 0;
  display: block;
}

.margin-top.margin-large {
  margin: 5rem 0 0;
}

.margin-top.margin-medium {
  margin: 2rem 0 0;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.button {
  letter-spacing: 1.05px;
  background-color: #aa1b20;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.section-home-timeline, .home-timeline-component {
  position: relative;
}

.home-faq-linedown {
  background-color: #232323;
  height: 1px;
}

.section-home-board {
  display: block;
}

.board-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start center;
}

.home-board-item-wrapper {
  border-radius: 5px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: block;
  overflow: hidden;
}

.paragraph-board {
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.home-board-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.home-board-image:hover {
  transform: scale(1.1);
}

.heading-style-h6-centered {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.section-home-cta {
  position: relative;
}

.home-cta-form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  margin-bottom: 1rem;
  display: grid;
}

.form-input {
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Roboto, sans-serif;
}

.submit-button {
  color: #fff;
  background-color: #208d4c;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.text-size-tiny {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: .75rem;
}

.padding-vertical {
  padding: 5rem 0;
}

.padding-top, .line-divider {
  display: none;
}

.padding-bottom {
  padding: 0 0 5rem;
}

.footer-top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  align-items: start;
}

.footer-logo-link {
  max-width: 100%;
}

.image-3 {
  max-width: 5.9375rem;
  max-height: 5.9375rem;
}

.footer-paragraph-bold {
  color: #fff;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.footer-paragraph {
  color: #fffc;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.footer-social-link {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-network-image {
  max-width: 1.5rem;
  max-height: 1.5rem;
}

.footer-list {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
  display: flex;
}

.footer-paragraph-links {
  color: #fff;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.socials-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-menu-items {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message, .error-message {
  background-color: #f6f6f6;
  border-radius: 5px;
}

.utility-page-wrap {
  background-image: linear-gradient(#810e0ed9, #810e0ed9);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.home-timeline-tabs {
  flex-flow: column;
  display: flex;
}

.home_timeline_tabs-menu {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 4rem;
  display: flex;
  overflow: auto;
}

.home_timeline_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #aaa;
  background-color: #0000;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5rem 0;
  display: flex;
}

.home_timeline_tab-link.w--current {
  color: #fff;
  background-color: #0000;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5rem 0;
  display: flex;
}

.home_timeline_fade-overlay-left {
  z-index: 2;
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 4rem;
  height: 4px;
  display: none;
  position: absolute;
  top: .875rem;
  left: 0%;
}

.home_timeline_tab-progress-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.home_timeline_tab-progress {
  background-color: #ccc;
  width: 100%;
  height: 3px;
}

.home_timeline_tab-progress.progress-left {
  background-color: #0000;
  background-image: linear-gradient(90deg, #ccc, #ccc0 0%, #ccc 70% 100%, #ccc);
}

.home_timeline_tab-progress.progress-right {
  background-color: #0000;
  background-image: linear-gradient(90deg, #ccc, #ccc 30%, #ccc0);
}

.heading-style-h5 {
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.blog-post {
  color: #aa1b20;
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

.home-timeline-circle {
  background-color: #ccc;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  display: flex;
}

.home-timeline-circle:active {
  background-color: #fff;
}

.home_timeline_tab-pane {
  object-fit: fill;
}

.home_timeline_tab-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.heading-style-h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading {
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
}

.home_timeline_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.padding-up-news {
  padding-top: 3rem;
}

.home_gallery_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.home_gallery_logo {
  border-radius: 5px;
  max-height: 3.5rem;
}

.section-about-hero-header {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  position: relative;
}

.about-background-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.about-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.about-image-overlay {
  z-index: 1;
  box-shadow: none;
  background-color: #810e0ecc;
  position: absolute;
  inset: 0%;
}

.section-about-content {
  position: relative;
}

.content-list-items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block {
  color: #232323;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.text-block.share-bottom {
  margin-bottom: 1rem;
}

.text-block-2 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.image-4 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
}

.heading-style-h3-results {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.section-home-blog-header {
  display: block;
  position: relative;
}

.home-blog-header {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.home-blog-header-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.image-overlay-black {
  z-index: 1;
  background-color: #0000004d;
  display: block;
  position: absolute;
  inset: 0%;
}

.max-width-large-blog {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section_home_blog {
  overflow: hidden;
}

.home-blog-heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.home-blog-button-tow {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home-blog-component {
  background-color: #0000;
  height: auto;
  padding-bottom: 4rem;
}

.home_blog_mask {
  width: 33.3333%;
  overflow: visible;
}

.home_blog_slide {
  padding-right: 2rem;
}

.home_blog_item {
  margin-bottom: 1rem;
}

.home_blog_image-wrapper {
  border-radius: 5px;
  overflow: hidden;
}

.image-5 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.image-5:hover {
  transform: scale(1.1);
}

.home_blog_meta-wrapper {
  margin-bottom: .5rem;
  display: block;
}

.text-size-small {
  color: #232323;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  display: inline;
}

.home_blog_button-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: none;
}

.button-readmore {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #232323;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  bottom: 0%;
  left: 0%;
}

.section-blogpost-header {
  display: block;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.button-allposts {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding: .25rem 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.blogpost-image-wrapper {
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.image-6 {
  aspect-ratio: 5 / 2;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: all .35s;
}

.image-6:hover {
  transform: scale(1.1);
}

.blogpost-image-content-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blogpost-details-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.margin-right {
  margin: 0 3rem 0 0;
}

.social-media, .section-blogpost-posts {
  display: block;
}

.text-size-medium-black {
  color: #232323;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.section-blogpost-text {
  display: block;
}

.blogpost-content {
  margin-bottom: 4rem;
}

.blogpost-content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blogpost-content-bottom-share {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.previous, .next {
  background-color: #fafafa00;
  border-style: none;
  border-radius: 0;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 0 .5rem;
}

.page-count {
  width: auto;
  margin-top: 0;
}

.pagination {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5rem 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.page-numbers--left {
  text-align: right;
}

.empty-state {
  text-align: center;
  background-color: #f6f6f6;
  font-family: Roboto, sans-serif;
}

.padding-section-small {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

.home-other-heading {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 75svh;
  max-height: 20rem;
  display: flex;
}

.paragraph-contact {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 1rem;
  padding-right: 1rem;
}

.heading-2 {
  color: #fff;
}

.heading-link-h1 {
  text-decoration: none;
}

.blog-item-link {
  color: #232323;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog-item-content {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.header-component {
  flex-flow: column;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.header-image-wrapper {
  flex: 1;
}

.header-background-image-wrapper {
  position: absolute;
  inset: 0%;
}

.news-background-image {
  object-fit: cover;
  width: 100%;
  height: 85%;
  display: block;
  position: absolute;
  inset: 0%;
}

.padding-section-large-news {
  z-index: 2;
  margin-top: -25%;
  margin-left: 3rem;
  margin-right: 3rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  position: relative;
}

.image-overlay-black-news {
  z-index: 1;
  background-color: #0000004d;
  height: 85%;
  display: block;
  position: absolute;
  inset: 0%;
}

.heading-style-h1-news {
  color: #810e0e;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.blogpost-content-share {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blogpost-content-date {
  display: flex;
}

.text-weight-medium {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.section-home-sponsors {
  border: 1px solid #23232380;
  border-left: 1px #232323;
  border-right: 1px #232323;
  display: block;
}

.sponsors-component {
  justify-content: flex-end;
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.sponsor-component-wrapper {
  justify-content: flex-end;
  display: flex;
}

.sponsor-component-banner {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #232323;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: grid;
}

.component-image-wrapper {
  aspect-ratio: 4;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.component-heading-wrapper {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.sponsor-text-style {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.banner-image {
  aspect-ratio: 4 / 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 10rem;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  padding-top: 252px;
}

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

@media screen and (max-width: 991px) {
  .navbar-component {
    background-color: #f6f6f6;
  }

  .navbar-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
  }

  .navbar-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-logo.w--current {
    display: none;
  }

  .navbar-link {
    color: #aa1b20;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom.margin-small {
    margin-bottom: 1.5rem;
  }

  .margin-bottom.margin-xtralarge {
    margin-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 5rem;
  }

  .text-size-medium {
    line-height: 1.5;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .game-reults-list {
    grid-template-columns: 1fr;
  }

  .game-results-number {
    font-size: 4.5rem;
  }

  .home-feature-heading2 {
    font-size: 2.25rem;
  }

  .board-list {
    grid-template-columns: 1fr 1fr;
  }

  .padding-vertical {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .icon {
    color: #aa1b20;
  }

  .navbar-menu-items {
    background-color: #f6f6f6;
  }

  .menu-button {
    background-color: #fff0;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .home_timeline_tab-wrapper {
    grid-column-gap: 3rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .heading {
    font-size: 1.75rem;
  }

  .padding-section-medium {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home-blog-heading-wrapper {
    grid-column-gap: 3rem;
  }

  .home_blog_mask {
    width: 50%;
  }

  .text-size-medium-black {
    line-height: 1.5;
  }

  .blogpost-content {
    margin-bottom: 2.5rem;
  }

  .padding-section-small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog-item-link {
    flex-flow: column;
  }

  .news-background-image {
    height: 100%;
  }

  .padding-section-large-news {
    margin-top: 0%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h1-news {
    font-size: 5rem;
  }

  .sponsor-text-style {
    font-size: 2.25rem;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-bottom: 3rem;
  }

  .margin-bottom.margin-large {
    margin-bottom: 2rem;
  }

  .margin-bottom.margin-small {
    margin-bottom: 1.25rem;
  }

  .margin-bottom.margin-xtralarge {
    margin-bottom: 3rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .game-reults-list {
    grid-row-gap: 2rem;
  }

  .game-results-number {
    font-size: 4rem;
  }

  .home-feature-component {
    flex-flow: column;
    display: flex;
  }

  .home-feature-heading2 {
    font-size: 2rem;
  }

  .home-feature-image-wrapper {
    flex-flow: column;
    margin-bottom: 1.5rem;
  }

  .paragraph-faq {
    margin-bottom: 0;
  }

  .margin-top.margin-large {
    margin-top: 3rem;
  }

  .board-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-bottom {
    padding-bottom: 3rem;
  }

  .icon {
    color: #aa1b20;
  }

  .home_timeline_tabs-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .home_timeline_tab-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .content-list-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-blog-heading-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: start;
    align-items: start;
  }

  .home-blog-button-tow {
    justify-content: flex-start;
    align-items: center;
  }

  .home_blog_mask {
    width: 80%;
  }

  .home_blog_slide {
    padding-right: 1.5rem;
  }

  .image-6 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .blogpost-image-content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blogpost-details-wrapper {
    margin-bottom: 2rem;
  }

  .text-size-medium-black {
    font-size: 1rem;
  }

  .blogpost-content {
    margin-bottom: 2rem;
  }

  .previous, .next {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-news {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1-news {
    font-size: 2.5rem;
  }

  .blogpost-content-share {
    flex-flow: column;
    justify-content: space-between;
  }

  .blogpost-content-date {
    margin-bottom: 2rem;
  }

  .sponsor-text-style {
    font-size: 2rem;
  }

  .banner-image {
    max-height: 6rem;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo {
    padding-left: 0;
  }

  .navbar-logo-pic {
    max-width: 4rem;
    max-height: 4rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .game-results-number {
    font-size: 3.5rem;
  }

  .signup-form-wrapper, .footer-top-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-left-wrapper {
    margin-bottom: 3rem;
  }

  .footer-list {
    grid-row-gap: 1.5rem;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .icon {
    color: #aa1b20;
  }

  .heading {
    font-size: 1.5rem;
  }

  .home_blog_mask {
    width: 95%;
  }

  .blogpost-details-wrapper {
    margin-bottom: 1rem;
  }

  .blogpost-content-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blogpost-content-bottom-share {
    width: 100%;
    margin-bottom: 2rem;
  }

  .previous, .next {
    padding-left: 0;
    padding-right: 0;
  }

  .pagination {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .heading-style-h1-news {
    font-size: 2.5rem;
  }

  .blogpost-content-share {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blogpost-content-date {
    margin-bottom: 1rem;
  }
}



/* Ukloni "Made in Webflow" badge */
.w-webflow-badge { display: none !important; }

/* Sakrij logo iz hamburger menija na mobilnom */
@media (max-width: 991px) {
  .w-nav-menu .navbar-logo,
  .w-nav-menu .w-nav-brand {
    display: none !important;
  }
}
