html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, footer, nav, section {
  display: block;
}

a {
  background-color: #0000;
}

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

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}



* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.w-form {
  margin: 0 0 15px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col-4 {
  width: 33.3333%;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-col {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

.wf-layout-layout {
  display: grid;
}




:root {
  --black: #0e0e0e;
  --white: white;
  --brand: #c7f849;
  --white-0-55: #ffffff8c;
  --paragraph-gray: #666;
  --dark-brand-color: #95d000;
  --dark-gray: #3b3b3b;
  --background-gray: #1b1b1b;
  --red: #ff3d3d;
  --light-gray: #e3e3e3;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
  --dark-olive-green: #212514;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1em;
}

h2 {
  text-transform: none;
  flex: 1;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1em;
}

h3 {
  color: var(--white);
  margin-top: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1em;
}

h4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1em;
}

h5 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--brand);
  text-align: left;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

p {
  color: var(--white-0-55);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--white);
  align-items: center;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--brand);
}

img {
  max-width: 100%;
  display: inline-block;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.primary-button {
  border: 1px solid var(--brand);
  background-color: var(--brand);
  color: var(--black);
  border-radius: 0;
  padding: 14px 30px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .35s;
}

.primary-button:hover {
  opacity: 1;
  color: var(--white);
  background-color: #c7f84900;
}

.primary-button.header-button {
  height: 100%;
  display: flex;
}

.nav-menu {
  text-align: right;
  background-color: #c8c8c800;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.nav-link {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  color: var(--brand);
}

.nav-item-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.nav-item-title:hover {
  color: var(--brand);
}

.nav-item-title.upper {
  color: var(--red);
}

.nav-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 65px;
  display: flex;
}

.footer {
  border-top: 1px solid var(--dark-gray);
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 35px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 15px;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: #ffffffb3;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1.2em;
  display: flex;
}

.section-title-wrapper {
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: flex;
}

.section-title-wrapper.home-1-result-title-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.text-button-icon {
  color: var(--brand);
  padding-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  color: var(--white);
  font-size: 20px;
}

.paragraph-large.banner-paragraph {
  max-width: 520px;
}

.paragraph-large.achievement-paragraph {
  max-width: 550px;
}

.link-with-icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.footer-link {
  color: var(--paragraph-gray);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--white);
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
}

.footer-brand-wrapper {
  flex-flow: column;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  filter: invert();
}

.button-header-wrapper {
  height: 100%;
  position: relative;
}

.button-header-wrapper.hidden-desktop {
  margin-left: 0;
  display: none;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-wrapper.product-button-wrapper {
  padding-top: 0;
}

.form-text-field:focus-visible {
  border-color: var(--dark-brand-color);
  color: var(--black);
}

.banner-buttons-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.secondary-button {
  border: 1px solid var(--brand);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  white-space: nowrap;
  background-color: #0e0e0e00;
  border-radius: 0;
  padding: 14px 30px;
  transition: all .35s;
}

.secondary-button:hover {
  background-color: var(--brand);
  color: var(--black);
}

.navbar-absolute {
  z-index: 999;
  border-bottom: 1px solid var(--dark-gray);
  background-color: var(--black);
  width: 100%;
  max-width: 1920px;
  height: 65px;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.news-container {
  flex-direction: column;
  align-items: flex-start;
}

.home-blog-collection {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-news-list {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-blog-item {
  border-right: 1px solid var(--dark-gray);
  border-left: 1px solid var(--dark-gray);
  transition: all .3s;
}

.home-news-wrapper {
  grid-template-rows: 270px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 450px;
  height: 100%;
  display: grid;
  position: relative;
}

.menu-wrap {
  z-index: auto;
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.brand-tablet {
  display: none;
}

.brand, .brand.w--current {
  padding-left: 30px;
}

.primary-button-black {
  border: 1px solid var(--black);
  background-color: var(--black);
  letter-spacing: .5px;
  padding: 14px 30px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  transition: all .35s;
}

.primary-button-black:hover {
  border-style: solid;
  border-color: var(--black);
  background-color: var(--brand);
  color: var(--black);
}

.footer-rights-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.logo-sport-club {
  object-fit: cover;
  height: 12px;
}

.logo-sport-club.footer-logo {
  filter: none;
  width: 150px;
  height: auto;
}

.live-icon {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.photo-wrapper {
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 470px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.photo-wrapper.ballblitz-cup-photo {
  background-image: url("image/trofey.png");
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.photo-wrapper.dynasty-derby-photo {
  background-image: url("image/win.jpg");
  padding: 15px 15px 20px;
}

.photo-wrapper.netclash-photo {
  background-image: url("image/trophy.png");
  padding-top: 15px;
}

.brand-color-form-block {
  background-color: var(--brand);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 40px 40px 50px 10px;
  display: flex;
}

.partners-logo-grid {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  padding-top: 30px;
}

.rectangle {
  background-color: var(--brand);
  width: 4px;
  height: 4px;
  position: absolute;
  top: -2px;
  left: -2px;
}

.rectangle.right-bottom {
  z-index: 3;
  inset: auto -2px -2px auto;
}

.rectangle.right-top {
  z-index: 15;
  cursor: pointer;
  inset: -2px -2px auto auto;
}

.rectangle.left {
  z-index: 15;
  display: block;
  left: -2px;
  right: auto;
}

.rectangle.left-bottom {
  z-index: 3;
  top: auto;
  bottom: -2px;
}

.rectangle.center {
  position: static;
}

.video {
  object-fit: cover;
  justify-content: center;
  height: 270px;
  display: flex;
  position: relative;
}

.achievement-wrapper {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: minmax(40%, 495px) auto;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1170px;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.achievement-photos {
  width: 100%;
  max-width: 1170px;
  display: flex;
}

.h6-white {
  color: var(--white);
  text-align: left;
}

.h6-white.centered-title {
  text-align: center;
}

.about-us {
  grid-row-gap: 70px;
  background-color: var(--brand);
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px 50px;
  display: flex;
  position: relative;
}

.about-us-photo-wrapper {
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-us-photo-wrapper.cell-3 {
  background-image: url("image/kids2.jpg");
  flex: 1;
}

.about-us-photo-wrapper.cell-4 {
  background-image: url("image/ball.png");
}

.about-us-photo-wrapper.cell-5 {
  background-image: url("image/game.jpg");
  background-position: 0 0;
  background-size: cover;
}

.about-us-photo-wrapper.text-cell {
  background-image: url("image/strike.jpg");
  padding: 50px 50px 170px;
}

.we-are-united {
  color: var(--black);
  max-width: 402px;
  font-size: 70px;
  line-height: 1em;
  position: relative;
}

.white-span {
  color: var(--white);
}

.first-cell-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-right: 1px solid var(--dark-gray);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 100px 15px 0 30px;
  display: flex;
  position: relative;
}

.cell-wrapper {
  border-right: 1px solid var(--dark-gray);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.uppercase-paragraph {
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
}

.uppercase-paragraph.green-paragraph {
  color: var(--brand);
  margin-bottom: 0;
  font-weight: 400;
}

.uppercase-paragraph.white-paragraph {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.uppercase-paragraph.black-paragraph {
  color: var(--black);
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
}

.text-cell-wrapper {
  border-right: 1px solid var(--dark-gray);
  flex-direction: column;
  padding: 12px 15px 30px 30px;
  display: flex;
  position: relative;
}

.home-1-lineup-section {
  background-image: url("image/back.webp");
  background-position: 50%;
  background-size: cover;
  padding-bottom: 100px;
}

.product-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 50% 50%;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.table-title {
  border-right: 1px solid var(--dark-gray);
  padding: 30px 40px 90px;
  position: relative;
}

.table-text {
  border-top: 1px solid var(--dark-gray);
  border-right: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  flex-flow: column;
  justify-content: space-between;
  padding: 60px 60px 60px 40px;
  display: flex;
  position: relative;
}

.h2-green {
  color: var(--brand);
  margin-top: 0;
  font-size: 30px;
}

.colon {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.podcasts-text-wrapper {
  border-bottom: 1px solid var(--dark-gray);
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.podcast-title {
  width: 520px;
}

.podcasts-title-wrapper {
  border-bottom: 2px solid var(--brand);
  padding-top: 60px;
  padding-bottom: 60px;
  position: absolute;
  bottom: 0;
  left: 50px;
}

.cta-next-match {
  border-top: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.timer-image {
  background-image: url("image/left.jpg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.timer-image.second-image {
  background-image: url("image/right.jpg");
}

.timer-image.first-image {
  background-image: url("image/kids.jpg");
}

.timer-quick-stack {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.brand-color {
  color: var(--brand);
  font-size: 48px;
}

.brand-color.h3-cta {
  margin-bottom: 0;
}

.timer-cell {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
}

.timer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px 100px;
  display: flex;
  position: relative;
}

.home-1-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  max-width: 1170px;
  padding: 0;
  position: relative;
}

.banner-photo-wrapper {
  background-image: url("image/bg.jpg");
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 100%;
  position: relative;
}

.brand-color-span {
  color: var(--brand);
}

.h5-green {
  color: var(--brand);
  margin-bottom: 0;
}

.divider {
  border-right: 1px solid var(--dark-gray);
  border-left: 1px solid var(--dark-gray);
  border-bottom-width: 1px;
  border-bottom-color: var(--dark-gray);
  width: 30px;
  height: 100%;
  position: relative;
}

.divider.about-us-divider {
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: none;
  width: 15px;
  height: 50%;
  overflow: hidden;
}

.divider.product-divider {
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: none;
  width: 100%;
  height: 50%;
}

.banner-paragraph-wrapper {
  border-left: 1px solid var(--dark-gray);
  height: 100%;
  padding: 40px 60px 60px 50px;
  position: relative;
}

.banner-heading-wrapper {
  border-left: 1px solid var(--dark-gray);
  padding: 100px 40px 40px 50px;
  position: relative;
}

.featured-matches-title-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.teams-names {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  padding: 15px 40px;
  display: flex;
  position: relative;
}

.h4-black {
  color: var(--black);
}

.full-width-container {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.full-width-container.partners-block-container {
  border-top: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
}

.full-width-container.news-container {
  border-top: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  position: relative;
}

.full-width-container.podcast-container {
  border-top: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  flex-direction: row;
  justify-content: center;
}

.link-date-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.news-preview {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px 20px 30px 30px;
  display: flex;
  position: relative;
}

.paragraph-brand-color {
  color: var(--brand);
}

.news-title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.next-match-collection-list-wrapper {
  background-color: var(--brand);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.matches-table {
  width: 100%;
  margin-top: 100px;
}

.next-match-row {
  grid-template-rows: auto;
  grid-template-columns: 45% 35% 20%;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.team {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.team-logo-large {
  width: 32px;
  height: 32px;
}

.match-date {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-left: 1px solid var(--dark-gray);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: relative;
}

.match-date.next-match {
  border-bottom-style: none;
  border-left-style: none;
  justify-content: center;
  align-items: center;
}

.details-button-wrapper {
  border-left: 1px solid var(--dark-gray);
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  display: flex;
  position: relative;
}

.details-button-wrapper.next-match {
  border-bottom-style: none;
  border-left-style: none;
}

.match-row {
  grid-template-rows: auto;
  grid-template-columns: 50% 30% 20%;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.match-row.home-1 {
  grid-template-columns: 45% 35% 20%;
}

.matches-collection-list-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.collection-item-2 {
  border-bottom: 1px solid var(--dark-gray);
}

.results-collection-list-wrapper {
  justify-content: center;
  width: 100%;
  max-width: 1170px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.match-result-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-left: 1px solid var(--dark-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 34px 15px;
  display: flex;
  position: relative;
}

.match-result-wrapper.right {
  padding-left: 8px;
  padding-right: 8px;
}

.match-result-wrapper.right:hover {
  background-color: #2020207a;
}

.match-result {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

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

.result-collection-list {
  border-right: 1px solid var(--dark-gray);
  width: 100%;
  max-width: 1170px;
}

.product-table-wrapper {
  border-top: 1px solid var(--dark-gray);
  border-left: 1px solid var(--dark-gray);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.h4-table {
  font-size: 20px;
}

.row-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.full-width-wrapper {
  border-top: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.latest-higlight-table-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.form-section {
  border-top: 1px solid var(--dark-gray);
}

.partners-wrapper {
  border-right: 1px solid var(--dark-gray);
  border-left: 1px solid var(--dark-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 50px 15px;
  display: flex;
  position: relative;
}

.separator-block {
  border-right: 1px solid var(--dark-gray);
  border-left: 1px solid var(--dark-gray);
  width: 100%;
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.section-without-bottom-space {
  padding-top: 100px;
  position: relative;
}

.achievement-photos-wrapper {
  border-top: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.full-screen-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 15px minmax(auto, auto) 15px;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.divider-wrapper {
  border-top: 1px solid var(--dark-gray);
  overflow: hidden;
}

.divider-wrapper.product-divider {
  width: 100%;
}

.podcasts-wrapper {
  z-index: 5;
  border-right: 1px solid var(--dark-gray);
  width: 1200px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.hero-screen-section {
  padding-bottom: 60px;
}

.result-date {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.result-section {
  padding-top: 100px;
}

.decorative-line {
  background-color: var(--dark-gray);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
}

.decorative-line.top {
  top: 0;
  bottom: 100%;
}

.decorative-line.center {
  bottom: 50%;
  right: 0%;
}

.decorative-line.decorative-line-banner-home-1 {
  top: 400px;
}

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

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

.podcast-section {
  position: relative;
  overflow: hidden;
}

.video-section {
  padding-top: 100px;
}

.about-us-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-gray);
  padding: 0;
}

.large-link {
  cursor: pointer;
  font-size: 26px;
  line-height: 1.2em;
}

.news-header {
  max-width: 800px;
}

.news-cover {
  width: 100%;
  overflow: hidden;
}

.line {
  background-color: var(--dark-gray);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 270px;
}

.news-text-wrapper {
  grid-row-gap: 6px;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.last-matches-section {
  border-top: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-page-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.home-page-section.achievement-section {
  padding-bottom: 0;
}

.news-photo {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 270px;
}

.news-photo:hover {
  outline-offset: 0px;
  outline: 3px #c7f84900;
}

.h2-black {
  color: var(--black);
}

.form-wrapper {
  background-color: var(--brand);
  justify-content: space-between;
  width: 100%;
  padding: 23px;
  display: flex;
  position: relative;
}

.form-image {
  height: 360px;
}

.footer-line {
  background-color: var(--dark-gray);
  width: 100%;
  height: 1px;
}

.absolute-photo-wrapper {
  background-image: url("image/bg2.jpg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 900px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.podcast-table {
  border-right: 1px solid var(--dark-gray);
  border-left: 1px solid var(--dark-gray);
  background-color: var(--black);
  grid-template-rows: 40% 60%;
  grid-template-columns: 398px;
  grid-auto-columns: 1fr;
  min-height: 555px;
  display: grid;
  position: relative;
}

.hero-screen-wrapper {
  border-bottom: 1px solid var(--dark-gray);
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-screen-heading {
  max-width: 461px;
  font-size: 80px;
}

.colon-cell {
  justify-content: center;
  align-items: center;
}

.paragraph-black {
  color: var(--black);
}

.paragraph-black.dot {
  margin-top: 0;
  margin-bottom: 0;
}

.brand-color-paragraph {
  color: var(--brand);
}

.brand-color-paragraph.dot {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.brand-color-paragraph.results-dot {
  margin-bottom: 0;
}

.full-width-row-wrapper {
  border-bottom: 1px solid var(--dark-gray);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.full-width-row-wrapper:hover {
  background-color: var(--dark-olive-green);
}

.full-width-row-wrapper.home-1-lineup-row-wrapper:hover {
  background-color: #21251400;
}

.lineup-row-wrapper {
  border-left: 1px solid var(--dark-gray);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1170px;
  display: grid;
}

.large-text-wrapper {
  color: var(--brand);
  font-family: Inter Tight, sans-serif;
  font-size: 120px;
  font-weight: 600;
  line-height: 1em;
}

.mobile-large-text {
  display: none;
}

.product-button-wrapper {
  padding-top: 30px;
}

.awards-name-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.home-section {
  padding-top: 100px;
}

.next-match-link {
  display: flex;
}

.collection-list-wrapper-6 {
  border-bottom: 1px solid var(--brand);
}

.footer-heading {
  margin-top: 0;
}

.contact-input:focus-visible {
  border-color: var(--brand);
}

.header-right-block-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.home-1-collection-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-1-collection-list-wrapper {
  width: 100%;
  height: 100%;
}

.home-1-product-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.home-1-product-image {
  object-fit: contain;
  height: 200px;
}

.home-1-product-image-wrapper {
  padding: 10px 20px;
  overflow: hidden;
}

.home-1-product-collection-item {
  border-right: 1px solid var(--dark-gray);
  border-bottom: 1px solid var(--dark-gray);
  position: relative;
}

.no-top-margin {
  margin-top: 0;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 90px;
  }

  .primary-button.header-button {
    justify-content: center;
    width: 255px;
    height: 65px;
  }

  .footer {
    padding-top: 80px;
  }

  .section-title-wrapper {
    padding-bottom: 80px;
  }

  .button-wrapper {
    margin-top: 130px;
  }

  .button-wrapper.product-button-wrapper {
    margin-top: 0;
  }

  .home-news-list {
    justify-content: space-between;
  }

  .home-news-wrapper {
    grid-template-rows: 270px auto;
  }

  .brand, .brand.w--current {
    padding-left: 50px;
  }

  .brand-color-form-block {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 40px;
  }

  .rectangle.right-top, .rectangle.left {
    z-index: 15;
  }

  .rectangle.center {
    position: relative;
    top: auto;
    left: auto;
  }

  .achievement-wrapper {
    grid-column-gap: 150px;
  }

  .achievement-photos {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .about-us-photo-wrapper.cell-4 {
    padding-bottom: 0;
  }

  .first-cell-wrapper, .cell-wrapper {
    padding-left: 50px;
  }

  .text-cell-wrapper {
    padding-left: 50px;
  }

  .product-table {
    width: 80%;
  }

  .table-title {
    padding-left: 60px;
    padding-right: 60px;
  }

  .table-text {
    padding-top: 60px;
    padding-left: 60px;
  }

  .h2-green {
    font-size: 50px;
  }

  .colon {
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex;
  }

  .timer-quick-stack {
    position: relative;
  }

  .timer-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-1-banner {
    margin-left: 0;
    margin-right: 0;
  }

  .banner-photo-wrapper {
    width: 510px;
  }

  .divider {
    border-bottom-style: none;
    width: 30px;
  }

  .divider.about-us-divider {
    border-bottom-style: solid;
    width: 100%;
    height: 50%;
  }

  .divider.product-divider {
    border-top-width: 1px;
    border-top-color: var(--dark-gray);
    border-bottom-style: solid;
    width: 100%;
  }

  .banner-paragraph-wrapper, .banner-heading-wrapper {
    padding-right: 67px;
  }

  .featured-matches-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-title-wrapper {
    margin-bottom: 100px;
  }

  .next-match-row {
    max-width: 1200px;
  }

  .team-logo-large {
    width: 32px;
    height: 32px;
  }

  .match-row {
    max-width: 1200px;
  }

  .results-collection-list-wrapper {
    max-width: 1170px;
  }

  .match-result-wrapper.right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .h4-table {
    font-size: 20px;
  }

  .row-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .full-width-wrapper {
    display: flex;
  }

  .latest-higlight-table-wrapper {
    align-items: center;
  }

  .partners-wrapper {
    width: 100%;
    max-width: 1170px;
  }

  .separator-block {
    padding-bottom: 100px;
  }

  .full-screen-wrapper {
    grid-template-columns: auto minmax(auto, 1170px) auto;
    width: 100%;
  }

  .divider-wrapper {
    border-top: 1px solid var(--dark-gray);
    width: auto;
  }

  .divider-wrapper.product-divider {
    border-top-style: solid;
  }

  .podcasts-wrapper {
    width: 1170px;
  }

  .result-date {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .decorative-line.center {
    right: 99%;
  }

  .decorative-line.decorative-line-banner-home-1 {
    top: 430px;
  }

  .video-section {
    padding-top: 130px;
  }

  .about-us-table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 1170px;
  }

  .home-page-section.achievement-section {
    padding-top: 130px;
    padding-bottom: 30px;
  }

  .home-page-section.product-section {
    padding-top: 0;
  }

  .form-image {
    height: 434px;
  }

  .absolute-photo-wrapper {
    background-position: 50% 0;
    max-width: 1200px;
  }

  .podcast-table {
    z-index: 5;
    position: relative;
  }

  .hero-screen-wrapper {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-screen-heading {
    font-size: 90px;
  }

  .home-section {
    padding-bottom: 130px;
  }

  .home-1-product-image {
    height: 250px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .primary-button.header-button {
    height: 65px;
    position: relative;
    right: 0;
  }

  .nav-link {
    align-items: center;
    font-size: 18px;
  }

  .nav-item-title {
    font-size: 18px;
    line-height: 22px;
  }

  .section-title-wrapper.home-1-result-title-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .button-wrapper {
    margin-top: 130px;
  }

  .button-wrapper.product-button-wrapper {
    margin-top: 0;
  }

  .navbar-absolute {
    justify-content: flex-start;
  }

  .home-news-wrapper {
    grid-template-rows: 300px auto;
  }

  .menu-wrap {
    grid-column-gap: 30px;
    font-size: 18px;
    line-height: 22px;
  }

  .brand {
    position: relative;
  }

  .primary-button-black, .primary-button-black:hover {
    border-style: solid;
    border-color: var(--black);
  }

  .logo-sport-club {
    height: 14px;
  }

  .brand-color-form-block {
    padding-bottom: 35px;
    padding-right: 80px;
  }

  .about-us {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-us-photo-wrapper {
    padding-bottom: 240px;
  }

  .we-are-united {
    font-size: 90px;
  }

  .product-table {
    width: 70%;
  }

  .table-title {
    padding-left: 40px;
  }

  .table-text {
    justify-content: space-between;
    align-items: stretch;
    padding-left: 40px;
  }

  .timer-quick-stack {
    max-width: 420px;
  }

  .timer-wrapper {
    width: 100%;
  }

  .home-1-banner {
    border-left-style: none;
  }

  .banner-photo-wrapper {
    width: 525px;
  }

  .divider {
    width: 30px;
  }

  .divider.about-us-divider {
    height: 50%;
  }

  .banner-paragraph-wrapper {
    padding-left: 60px;
    padding-right: 86px;
  }

  .banner-heading-wrapper {
    padding-left: 60px;
  }

  .teams-names {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h4-black.h4-table {
    font-size: 24px;
  }

  .news-title-wrapper {
    margin-bottom: 100px;
  }

  .team {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .team-logo-large {
    width: 46px;
    height: 46px;
  }

  .h4-table {
    font-size: 24px;
  }

  .row-wrapper {
    width: 100%;
  }

  .full-width-wrapper {
    display: flex;
  }

  .separator-block {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-without-bottom-space {
    padding-top: 150px;
    overflow: hidden;
  }

  .full-screen-wrapper {
    grid-template-columns: auto minmax(auto, 1170px) auto;
    width: 100%;
  }

  .divider-wrapper {
    height: 100%;
  }

  .divider-wrapper.product-divider {
    border-top-style: solid;
    height: auto;
  }

  .decorative-line.top {
    top: 0%;
    bottom: 100%;
  }

  .video-section {
    padding-top: 130px;
  }

  .news-cover {
    height: 300px;
  }

  .line {
    top: 300px;
  }

  .news-text-wrapper {
    margin-bottom: 30px;
  }

  .home-page-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .news-photo {
    height: 300px;
  }

  .h2-black {
    font-size: 60px;
  }

  .hero-screen-wrapper {
    max-width: 1919px;
  }

  .product-button-wrapper {
    padding-top: 50px;
  }

  .next-match-link {
    height: 100%;
  }

  .header-right-block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .base-container {
    max-width: 1440px;
  }

  .primary-button.header-button {
    height: 65px;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    margin-left: 100px;
    margin-right: 0;
    display: flex;
  }

  .nav-link {
    font-size: 18px;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .nav-link:hover {
    color: var(--brand);
  }

  .nav-item-title {
    border-style: none;
    border-width: 1px;
    align-items: center;
    height: 65px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
  }

  .nav-item-title.upper {
    color: var(--red);
    text-transform: uppercase;
  }

  .nav-menu-wrapper {
    flex: 1;
    justify-content: flex-start;
  }

  .footer {
    padding-top: 150px;
  }

  .section-title-wrapper {
    padding-bottom: 100px;
  }

  .paragraph-large {
    color: var(--white);
  }

  .button-header-wrapper {
    justify-content: flex-end;
  }

  .button-wrapper {
    margin-top: 160px;
  }

  .banner-buttons-wrapper {
    margin-top: 50px;
  }

  .navbar-absolute {
    justify-content: flex-start;
  }

  .home-blog-collection {
    flex: 1;
    max-width: 1440px;
  }

  .home-news-wrapper {
    flex-direction: column;
    grid-template-rows: 300px auto;
    grid-auto-columns: 1fr;
    height: 100%;
  }

  .menu-wrap {
    grid-column-gap: 50px;
    align-items: center;
    margin-left: 56px;
  }

  .logo-sport-club.footer-logo {
    width: 200px;
    height: auto;
  }

  .live-icon {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    height: 65px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .photo-wrapper.ballblitz-cup-photo, .photo-wrapper.dynasty-derby-photo, .photo-wrapper.netclash-photo {
    height: 570px;
  }

  .brand-color-form-block {
    max-width: 780px;
    padding: 67px 80px 77px 67px;
  }

  .achievement-wrapper {
    grid-column-gap: 345px;
    max-width: 1410px;
    margin-bottom: 100px;
  }

  .achievement-photos {
    max-width: 1410px;
  }

  .about-us {
    grid-row-gap: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-us-photo-wrapper {
    padding-top: 40px;
    padding-bottom: 290px;
  }

  .about-us-photo-wrapper.cell-4, .about-us-photo-wrapper.cell-5 {
    padding-bottom: 15px;
  }

  .about-us-photo-wrapper.text-cell {
    padding-bottom: 300px;
  }

  .we-are-united {
    flex: 0 auto;
    font-size: 90px;
  }

  .first-cell-wrapper {
    padding-top: 200px;
    padding-left: 80px;
  }

  .cell-wrapper, .text-cell-wrapper {
    padding-left: 80px;
  }

  .product-table {
    height: 100%;
  }

  .table-title {
    padding: 100px 60px 180px;
  }

  .table-text {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 140px;
  }

  .podcasts-text-wrapper {
    border-bottom: 1px solid var(--dark-gray);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .podcast-title {
    width: 760px;
    font-size: 90px;
  }

  .podcasts-title-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .timer-quick-stack {
    max-width: 455px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .brand-color {
    margin-bottom: 0;
  }

  .timer-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-1-banner {
    max-width: 1410px;
  }

  .banner-photo-wrapper {
    width: 690px;
  }

  .h5-green {
    margin-bottom: 20px;
  }

  .divider.about-us-divider {
    height: auto;
  }

  .divider.product-divider {
    height: 100%;
  }

  .banner-paragraph-wrapper {
    padding-left: 80px;
  }

  .banner-heading-wrapper {
    padding-left: 80px;
    padding-right: 120px;
  }

  .featured-matches-title-wrapper {
    max-width: 1440px;
  }

  .teams-names {
    padding: 30px 20px;
  }

  .h4-black.h4-table {
    font-size: 28px;
  }

  .full-width-container {
    max-width: 1920px;
  }

  .next-match-collection-list-wrapper {
    background-color: var(--brand);
  }

  .matches-table {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .next-match-row {
    grid-template-columns: 45% 35% 20%;
    max-width: 1440px;
  }

  .team {
    align-items: center;
  }

  .team-logo-large {
    width: 46px;
    height: 46px;
  }

  .match-row {
    grid-template-columns: 45% 35% 20%;
    max-width: 1440px;
  }

  .matches-collection-list-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .results-collection-list-wrapper {
    max-width: 1410px;
  }

  .match-result {
    width: auto;
  }

  .result-collection-list {
    max-width: 1410px;
  }

  .product-table-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-button-wrapper {
    margin-bottom: 0;
  }

  .h4-table {
    font-size: 32px;
  }

  .h3-cta {
    font-size: 60px;
  }

  .row-wrapper {
    width: 100%;
    max-width: 1410px;
  }

  .full-width-wrapper {
    display: flex;
  }

  .partners-wrapper, .separator-block {
    max-width: 1410px;
  }

  .full-screen-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 13% 1fr 14%;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .divider-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid var(--dark-gray);
    grid-template-rows: 457px auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .divider-wrapper.product-divider {
    border-top-style: solid;
    grid-template-rows: 50% auto;
  }

  .podcasts-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 1410px;
  }

  .result-section {
    border-top: 1px solid var(--dark-gray);
  }

  .decorative-line {
    right: 99%;
  }

  .decorative-line.top {
    height: 1px;
  }

  .video-section {
    padding-top: 200px;
  }

  .about-us-table {
    width: 1410px;
  }

  .news-cover {
    background-position: 50%;
    background-size: cover;
  }

  .last-matches-section {
    border-top: 1px solid var(--dark-gray);
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .home-page-section.achievement-section {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .home-page-section.product-section {
    padding-top: 50px;
  }

  .form-image {
    height: 434px;
  }

  .absolute-photo-wrapper {
    background-position: 50% 0;
    max-width: 1440px;
  }

  .podcast-table {
    grid-template-columns: 398px;
    min-height: 720px;
  }

  .hero-screen-wrapper {
    max-width: 1920px;
  }

  .lineup-row-wrapper {
    max-width: 1410px;
  }

  .home-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .header-right-block-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .home-1-collection-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-1-collection-list-wrapper {
    width: 100%;
    height: 100%;
  }

  .home-1-product-image {
    height: 302px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 52px;
    line-height: 1em;
  }

  .nav-menu {
    z-index: 100;
    border-right: 1px solid var(--dark-gray);
    background-color: var(--background-gray);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 320px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
  }

  .menu-button {
    filter: invert();
    text-align: right;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    position: absolute;
    inset: auto 30px auto auto;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    font-size: 16px;
    display: flex;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    filter: invert();
    align-self: stretch;
  }

  .nav-item-title {
    font-size: 16px;
  }

  .nav-menu-wrapper {
    height: 60px;
  }

  .footer {
    border-top-style: solid;
    padding-bottom: 35px;
  }

  .footer-bottom-wrapper {
    padding-bottom: 15px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .paragraph-large.banner-paragraph {
    max-width: 400px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }

  .button-header-wrapper {
    display: none;
  }

  .button-header-wrapper.hidden-desktop {
    height: auto;
    padding-top: 40px;
    display: block;
  }

  .footer-logo-wrapper {
    width: 50%;
  }

  .button-wrapper {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .navbar-absolute {
    height: 60px;
  }

  .home-news-list {
    border-top-style: none;
    border-bottom-style: none;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-blog-item {
    border-top: 1px solid var(--dark-gray);
    margin-bottom: 20px;
  }

  .home-news-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .menu-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 320px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .tablet-menu {
    z-index: 10;
    border-bottom: 1px solid var(--dark-gray);
    background-color: var(--background-gray);
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    display: flex;
    position: relative;
  }

  .image-burger {
    filter: invert();
    color: var(--white);
    display: block;
    position: relative;
    inset: auto;
  }

  .brand-tablet {
    display: block;
  }

  .brand {
    padding-left: 30px;
  }

  .primary-button-black {
    font-size: 18px;
  }

  .primary-button-black:hover {
    opacity: 1;
  }

  .photo-wrapper {
    height: 350px;
  }

  .photo-wrapper.netclash-photo {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-color-form-block {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .partners-logo-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .rectangle, .rectangle.right-bottom, .rectangle.right-top, .rectangle.left, .rectangle.left-bottom {
    display: none;
  }

  .rectangle.center {
    display: block;
  }

  .video {
    background-position: 0 0;
    background-size: cover;
    height: 170px;
  }

  .achievement-wrapper {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(40%, 495px);
    align-items: start;
    margin-bottom: 40px;
  }

  .h6-white.heading-center {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-us {
    padding-left: 30px;
  }

  .about-us-photo-wrapper {
    padding-bottom: 150px;
  }

  .about-us-photo-wrapper.text-cell {
    padding-top: 30px;
    padding-left: 30px;
  }

  .we-are-united {
    font-size: 60px;
    line-height: 64px;
  }

  .first-cell-wrapper {
    padding-top: 40px;
    padding-left: 30px;
  }

  .cell-wrapper {
    padding-left: 30px;
  }

  .uppercase-paragraph.green-paragraph, .uppercase-paragraph.black-paragraph {
    text-align: center;
  }

  .text-cell-wrapper {
    padding: 20px 15px 20px 30px;
  }

  .home-1-lineup-section {
    padding-bottom: 80px;
  }

  .product-table {
    grid-template-rows: auto;
    grid-template-columns: 50% 1fr;
    width: 100%;
    height: 100%;
  }

  .table-title {
    border-bottom: 1px solid var(--dark-gray);
    padding: 20px 20px 40px;
  }

  .table-text {
    border-top-style: none;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-green {
    font-size: 40px;
    line-height: 1em;
  }

  .podcast-title {
    margin-bottom: 40px;
  }

  .banner-photo-wrapper {
    width: 100%;
    min-width: 300px;
    max-width: 380px;
  }

  .divider, .divider.product-divider {
    display: none;
  }

  .banner-paragraph-wrapper {
    border-left-style: none;
    padding-left: 40px;
    padding-right: 10px;
  }

  .banner-heading-wrapper {
    border-left-style: none;
    padding-top: 113px;
    padding-left: 40px;
  }

  .teams-names {
    border-bottom-style: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .h4-black.h4-table {
    font-size: 24px;
  }

  .full-width-container.partners-block-container {
    border-top-style: none;
    border-bottom-style: none;
    margin-bottom: 20px;
  }

  .full-width-container.news-container {
    border-top-style: none;
    border-bottom-style: none;
    display: block;
  }

  .news-preview {
    border-bottom: 1px solid var(--dark-gray);
    padding-bottom: 10px;
  }

  .news-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .matches-table {
    margin-top: 50px;
  }

  .next-match-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: 100%;
  }

  .team-logo-large {
    width: 32px;
  }

  .match-date, .match-date.next-match {
    border-bottom-style: none;
    border-left-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .details-button-wrapper {
    border-left-style: none;
    justify-content: center;
    width: 100%;
    padding-bottom: 40px;
  }

  .details-button-wrapper.next-match {
    justify-content: center;
    padding-bottom: 40px;
  }

  .match-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: 100%;
  }

  .match-row.home-1 {
    grid-template-columns: 100%;
  }

  .results-collection-list-wrapper {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .match-result-wrapper {
    max-height: 265px;
    padding: 30px 10px;
  }

  .match-result {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .result-collection-list {
    position: relative;
  }

  .product-table-wrapper {
    flex-direction: column;
  }

  .h4-table {
    font-size: 24px;
  }

  .latest-higlight-table-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .form-section {
    border-top-style: none;
  }

  .partners-wrapper {
    border-top: 1px solid var(--dark-gray);
    border-bottom: 1px solid var(--dark-gray);
  }

  .separator-block {
    display: none;
  }

  .section-without-bottom-space {
    padding-top: 80px;
  }

  .achievement-photos-wrapper {
    justify-content: center;
    display: flex;
  }

  .result-date {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }

  .result-section {
    padding-top: 30px;
  }

  .decorative-line.center {
    bottom: 50%;
  }

  .latest-highlights-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .news-header {
    max-width: 700px;
  }

  .line {
    display: none;
  }

  .news-text-wrapper {
    max-width: 500px;
  }

  .home-page-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .news-photo {
    height: 100%;
  }

  .form-image {
    display: none;
  }

  .absolute-photo-wrapper {
    max-width: 600px;
  }

  .hero-screen-wrapper {
    width: 100%;
  }

  .hero-screen-heading {
    font-size: 70px;
  }

  .brand-color-paragraph.results-dot {
    display: none;
  }

  .large-text-wrapper {
    font-size: 90px;
  }

  .awards-name-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .next-match-link {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 40px;
    line-height: 1.2em;
  }

  h3 {
    font-size: 32px;
  }

  .nav-link {
    margin-left: 0;
  }

  .footer {
    padding-bottom: 35px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    padding-bottom: 15px;
  }

  .section-title-wrapper {
    padding-bottom: 30px;
  }

  .section-title-wrapper.home-1-result-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    width: 120px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .banner-buttons-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .navbar-absolute {
    margin-left: 0;
  }

  .home-news-list {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .home-blog-item {
    width: 100%;
  }

  .home-news-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .menu-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tablet-menu {
    padding-left: 20px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 40px;
  }

  .brand.w--current {
    padding-left: 20px;
  }

  .photo-wrapper.dynasty-derby-photo, .photo-wrapper.netclash-photo {
    padding-left: 8px;
    padding-right: 8px;
  }

  .brand-color-form-block {
    flex-direction: column;
    height: 100%;
    padding-right: 10px;
  }

  .partners-logo-grid {
    grid-column-gap: 57px;
    grid-row-gap: 43px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    display: grid;
  }

  .video {
    height: 250px;
  }

  .achievement-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(40%, 495px);
    padding-left: 15px;
    padding-right: 15px;
  }

  .achievement-photos {
    grid-template-rows: auto;
  }

  .about-us {
    grid-row-gap: 50px;
  }

  .about-us-photo-wrapper {
    padding-bottom: 200px;
  }

  .about-us-photo-wrapper.cell-3, .about-us-photo-wrapper.cell-4, .about-us-photo-wrapper.cell-5 {
    display: none;
  }

  .about-us-photo-wrapper.text-cell {
    background-position: 50% 20%;
    padding-bottom: 120px;
  }

  .first-cell-wrapper {
    border-bottom: 1px solid var(--dark-gray);
    padding-bottom: 15px;
    padding-left: 40px;
  }

  .cell-wrapper {
    padding-left: 15px;
    display: none;
  }

  .text-cell-wrapper {
    border-bottom: 1px solid var(--dark-gray);
    padding-left: 40px;
  }

  .home-1-lineup-section {
    padding-bottom: 60px;
  }

  .product-table {
    border-right-style: none;
    grid-template-columns: auto;
  }

  .table-title {
    border-bottom-style: none;
  }

  .h2-green {
    font-size: 40px;
  }

  .podcasts-text-wrapper {
    padding-bottom: 0;
  }

  .podcast-title {
    flex: 0 auto;
    width: auto;
    margin-bottom: 20px;
  }

  .podcasts-title-wrapper {
    flex-direction: column;
    padding: 40px;
    position: relative;
    left: 0;
  }

  .home-1-banner {
    border-right: 1px solid var(--dark-gray);
  }

  .banner-photo-wrapper {
    background-position: 70% 25%;
    width: 100%;
    max-width: none;
    min-height: 300px;
  }

  .banner-paragraph-wrapper {
    border-top-style: none;
    border-bottom-style: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-heading-wrapper {
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-gray);
    padding-left: 40px;
  }

  .full-width-container.podcast-container {
    flex-flow: column;
  }

  .news-title-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .match-date, .match-date.next-match {
    padding-bottom: 5px;
  }

  .match-result-wrapper.right {
    border-top: 1px solid var(--dark-gray);
  }

  .row-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .full-width-wrapper {
    border-top-style: none;
    border-bottom-style: none;
  }

  .latest-higlight-table-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-without-bottom-space {
    padding-top: 60px;
  }

  .achievement-photos-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .full-screen-wrapper {
    grid-template: "."
    / minmax(auto, 1170px);
    justify-items: center;
  }

  .divider-wrapper {
    display: none;
  }

  .podcasts-wrapper {
    width: 100%;
  }

  .result-date {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    margin-bottom: 0;
  }

  .decorative-line, .decorative-line.top {
    display: none;
  }

  .latest-highlights-collection-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-us-table {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-page-section {
    padding-bottom: 60px;
  }

  .form-image {
    display: none;
  }

  .absolute-photo-wrapper {
    background-position: 50% 0;
    min-height: 300px;
    position: relative;
  }

  .podcast-table {
    border-right: 1px solid var(--dark-gray);
    grid-template-rows: 30% 70%;
    grid-template-columns: 100%;
    min-height: 400px;
  }

  .brand-color-paragraph.results-dot {
    display: block;
  }

  .full-width-row-wrapper.home-1-lineup-row-wrapper {
    border-bottom-style: none;
  }

  .lineup-row-wrapper {
    grid-template-columns: 1fr;
  }

  .lineup-row-wrapper.the-third-row-wrapper, .large-text-wrapper {
    display: none;
  }

  .mobile-large-text {
    color: var(--brand);
    font-family: Inter Tight, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1em;
    display: block;
  }

  .home-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 36px;
    line-height: 1.1em;
  }

  h5 {
    font-size: 20px;
  }

  .primary-button {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .menu-button {
    filter: none;
    right: 15px;
  }

  .nav-link {
    width: 99%;
  }

  .footer {
    text-align: left;
    padding-bottom: 35px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    margin-top: 0;
    padding-bottom: 15px;
  }

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.6em;
  }

  .paragraph-large {
    word-break: keep-all;
    object-fit: fill;
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
  }

  .paragraph-large.product-paragraph {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-wrapper {
    flex-flow: wrap;
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-links-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 105px;
  }

  .button-wrapper {
    width: auto;
    margin-left: 0;
  }

  .button-wrapper.product-button-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .banner-buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }

  .secondary-button {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .tablet-menu {
    padding-left: 15px;
  }

  .image-burger {
    filter: none;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .brand {
    padding-left: 15px;
  }

  .brand.w--current {
    margin-left: 15px;
    padding-left: 0;
  }

  .primary-button-black {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .primary-button-black.full-width-button {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
  }

  .photo-wrapper {
    height: 320px;
  }

  .brand-color-form-block {
    padding: 5px 0 15px;
  }

  .partners-logo-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .rectangle.right-bottom, .rectangle.left-bottom {
    display: none;
  }

  .rectangle.center {
    display: block;
  }

  .video {
    height: 200px;
  }

  .achievement-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(40%, 495px);
  }

  .achievement-photos {
    flex-direction: column;
  }

  .h6-white {
    letter-spacing: 2.5px;
    font-size: 16px;
  }

  .cell-3 {
    background-image: none;
    display: none;
  }

  .about-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-us-photo-wrapper {
    padding: 10px 20px 20px;
  }

  .about-us-photo-wrapper.cell-4, .about-us-photo-wrapper.cell-5 {
    display: none;
  }

  .about-us-photo-wrapper.text-cell {
    padding: 20px 20px 100px;
  }

  .first-cell-wrapper {
    border-right-style: none;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .uppercase-paragraph {
    font-size: 12px;
  }

  .uppercase-paragraph.green-paragraph, .uppercase-paragraph.black-paragraph {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-cell-wrapper {
    border-right-style: none;
    padding-left: 30px;
  }

  .product-table {
    border-left: 1px solid var(--dark-gray);
    border-right-style: none;
  }

  .table-text {
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-gray);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .h2-green {
    font-size: 40px;
  }

  .colon {
    position: relative;
  }

  .podcast-title {
    margin-bottom: 20px;
  }

  .podcasts-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-next-match {
    grid-template-rows: auto auto auto;
    grid-template-columns: 100%;
  }

  .timer-image.second-image, .timer-image.first-image {
    min-height: 260px;
  }

  .timer-wrapper {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }

  .home-1-banner {
    border-right: 1px none var(--dark-gray);
    border-bottom-style: none;
  }

  .banner-photo-wrapper {
    background-position: 50% 20%;
    height: 200px;
  }

  .divider {
    display: none;
  }

  .banner-paragraph-wrapper {
    padding: 30px 20px 50px;
  }

  .banner-heading-wrapper {
    padding-top: 90px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .featured-matches-title-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .teams-names {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: column;
    padding-left: 40px;
  }

  .teams-names.home-1 {
    width: 100%;
  }

  .news-preview {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .matches-table {
    margin-top: 50px;
  }

  .team-logo-large {
    width: 32px;
  }

  .match-date {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .match-date.next-match {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 5px;
  }

  .match-row.home-1 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-columns: 100%;
    place-content: center;
  }

  .match-result-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .match-result-wrapper.right {
    border-top: 1px solid var(--dark-gray);
    padding-top: 20px;
  }

  .match-result {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-table-wrapper {
    border-left-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .full-screen-wrapper {
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, 1170px);
  }

  .podcasts-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-screen-section {
    padding-bottom: 0;
  }

  .result-date {
    flex-direction: column;
  }

  .result-section {
    padding-top: 60px;
  }

  .latest-highlights-collection-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .video-section {
    padding-top: 60px;
  }

  .news-text-wrapper {
    grid-row-gap: 0px;
  }

  .last-matches-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-page-section {
    padding-top: 60px;
  }

  .news-photo {
    height: 250px;
  }

  .form-wrapper {
    padding: 15px;
  }

  .podcast-table {
    grid-template-rows: 20% 80%;
    min-height: 340px;
  }

  .hero-screen-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-screen-heading {
    font-size: 52px;
  }

  .paragraph-black.dot, .brand-color-paragraph.dot, .brand-color-paragraph.results-dot {
    display: none;
  }

  .full-width-row-wrapper {
    padding-right: 0;
  }

  .full-width-row-wrapper.home-1-lineup-row-wrapper {
    border-bottom-style: none;
    padding-left: 0;
  }

  .lineup-row-wrapper {
    border-left-style: none;
  }

  .awards-name-wrapper {
    flex-flow: row;
  }

  .home-1-collection-list {
    border-left: 1px solid var(--dark-gray);
    grid-template-columns: 1fr;
  }
}

#w-node-_0ff944be-9dd0-69f6-3bd6-a6b42ec90136-63a5bf20, #w-node-ba1b67c6-955e-e05a-8bb5-ed2c4180d563-63a5bf20, #w-node-ba1b67c6-955e-e05a-8bb5-ed2c4180d566-63a5bf20, #w-node-_00e830c6-fb0a-e2f1-35e8-fe339dabd849-63a5bf20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47c471c8-8cd6-4a20-2567-2725e54702c9-63a5bfa9 {
  grid-template-rows: 50% 50%;
  grid-template-columns: 50% 25% 25%;
}

#w-node-_47c471c8-8cd6-4a20-2567-2725e54702d1-63a5bfa9 {
  grid-row: span 2 / span 2;
}

@media screen and (min-width: 1920px) {

  #w-node-_0ff944be-9dd0-69f6-3bd6-a6b42ec90136-63a5bf20, #w-node-ba1b67c6-955e-e05a-8bb5-ed2c4180d563-63a5bf20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47c471c8-8cd6-4a20-2567-2725e54702c9-63a5bfa9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 25% 25%;
  }
}

@media screen and (min-width: 1440px) {

  #w-node-_47c471c8-8cd6-4a20-2567-2725e54702c9-63a5bfa9 {
    grid-template-rows: 50% 50%;
    grid-template-columns: 1fr 25% 25%;
  }
}

@media screen and (max-width: 991px) {

  #w-node-_47c471c8-8cd6-4a20-2567-2725e54702c9-63a5bfa9 {
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 25% 25%;
  }
}

@media screen and (max-width: 767px) {

  #w-node-_47c471c8-8cd6-4a20-2567-2725e54702c9-63a5bfa9 {
    grid-area: span 5 / span 1 / span 5 / span 1;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  #w-node-_47c471c8-8cd6-4a20-2567-2725e54702d1-63a5bfa9 {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {

  #w-node-ba1b67c6-955e-e05a-8bb5-ed2c4180d563-63a5bf20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47c471c8-8cd6-4a20-2567-2725e54702c9-63a5bfa9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_47c471c8-8cd6-4a20-2567-2725e54702d1-63a5bfa9 {
    grid-row-start: span 0;
    grid-row-end: span 0;
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_47c471c8-8cd6-4a20-2567-2725e54702d5-63a5bfa9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
