html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, main, nav, section {
  display: block;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}



* {
  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;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h5 {
  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;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-toggle {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

@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;
}



@font-face {
  font-family: "Fa solid 900";
  src: url("https://cdn.prod.website-files.com/65c1fc011cb990c0c2ad742e/65c1fc021cb990c0c2ad7533_fa-solid-900.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}




: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-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: 52px;
  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;
}

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;
}

label {
  margin-bottom: 10px;
  display: 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;
}

.paragraph-large {
  color: var(--white);
  font-size: 20px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
  position: static;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 40% 60%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.accordion-item {
  border-top: 1px solid var(--dark-gray);
  border-right: 1px solid var(--dark-gray);
  border-left: 1px solid var(--dark-gray);
  cursor: pointer;
  width: 100%;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 20px #0000000f;
}

.accordion-icon {
  color: var(--brand);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  border-bottom: 1px solid var(--dark-gray);
  flex-flow: column;
  width: 65%;
  display: flex;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.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;
}

.form-text-field:focus-visible {
  border-color: var(--dark-brand-color);
  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%;
}

.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);
}

.pages-banner {
  background-image: linear-gradient(#00000080, #00000080);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 250px;
  padding: 125px 15px 60px;
  display: flex;
  position: relative;
}

.pages-banner.news-banner {
  background-image: linear-gradient(#0000004d, #0000004d), url("image/bg2.jpg");
}

.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;
}

.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;
}

.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/ball.png");
  flex: 1;
}

.about-us-photo-wrapper.cell-4 {
  background-image: url("image/kids.jpg");
}

.about-us-photo-wrapper.cell-5 {
  background-image: url("image/kids3.jpg");
  background-position: 0 0;
  background-size: cover;
}

.about-us-photo-wrapper.text-cell {
  background-image: url("image/bg.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);
}

.uppercase-paragraph {
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
}

.brand-color-span {
  color: var(--brand);
}

.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;
}

.full-width-container {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.section-without-bottom-space {
  padding-top: 100px;
  position: relative;
}

.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;
}

.decorative-banner-lines {
  border-right: 1px solid var(--paragraph-gray);
  border-left: 1px solid var(--paragraph-gray);
  width: 33%;
  position: absolute;
  inset: 0% auto;
}

.decorative-banner-lines.inner-page-banner-lines {
  border-left-color: #3b3b3b73;
  border-right-color: #3b3b3bd9;
  width: 34%;
}

.about-us-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-gray);
  padding: 0;
}

.footer-line {
  background-color: var(--dark-gray);
  width: 100%;
  height: 1px;
}

.players-social-media-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.follow-on-wrapper {
  justify-content: space-between;
  padding-top: 40px;
  display: flex;
}

.player-social-media-icon {
  cursor: pointer;
  background-position: 50%;
  background-size: cover;
  width: 32px;
  height: 32px;
  transition: all .2s ease-in-out;
}

.player-social-media-icon:hover {
  filter: grayscale();
}

.player-social-media-icon.instagram-icon {
  background-image: url("image/insta.png");
}

.player-social-media-icon.facebook-icon {
  background-image: url("image/faceb.png");
}

.player-social-media-icon.x-icon {
  background-image: url("image/twit.png");
}

.player-social-media-icon.youtube-icon {
  background-image: url("image/youtube.png");
}

.next-match-link {
  display: flex;
}

.pages-title-wrapper {
  z-index: 1;
  position: relative;
}

.collection-list-wrapper-6 {
  border-bottom: 1px solid var(--brand);
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.faq-section {
  padding-bottom: 0;
  overflow: visible;
}

.footer-heading {
  margin-top: 0;
}

.faq-heading {
  z-index: 55;
  flex: 0 auto;
  font-size: 40px;
  line-height: 1.2em;
  position: sticky;
  top: 120px;
  left: 0;
}

.faq-heading-wrapper {
  z-index: 10;
  padding-right: 30px;
}

.contact-us-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-input {
  border: 1px solid var(--dark-gray);
  color: var(--white);
  cursor: pointer;
  background-color: #fff0;
  height: 50px;
  margin-bottom: 0;
  padding: 14px 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.contact-input:focus {
  background-color: var(--black);
}

.contact-input:focus-visible {
  border-color: var(--brand);
}

.contact-input.message-field {
  min-height: 150px;
  margin-bottom: 40px;
}

.contacts-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.imputs-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 20px;
  display: grid;
}

.contact-text-wrapper {
  max-width: 500px;
}

.form-block {
  width: 500px;
  min-height: 396px;
}

.contact-form-wrapper {
  justify-content: center;
  align-items: center;
}

.header-right-block-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

@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;
  }

  .brand, .brand.w--current {
    padding-left: 50px;
  }

  .pages-banner {
    padding-top: 145px;
    padding-bottom: 80px;
  }

  .rectangle.right-top, .rectangle.left {
    z-index: 15;
  }

  .about-us-photo-wrapper.cell-4 {
    padding-bottom: 0;
  }

  .divider {
    border-bottom-style: none;
    width: 30px;
  }

  .divider.about-us-divider {
    border-bottom-style: solid;
    width: 100%;
    height: 50%;
  }

  .full-screen-wrapper {
    grid-template-columns: auto minmax(auto, 1170px) auto;
    width: 100%;
  }

  .divider-wrapper {
    border-top: 1px solid var(--dark-gray);
    width: auto;
  }

  .about-us-table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 1170px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h5 {
    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;
  }

  .accordion-wrapper {
    padding-bottom: 150px;
  }

  .navbar-absolute {
    justify-content: flex-start;
  }

  .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;
  }

  .about-us {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-us-photo-wrapper {
    padding-bottom: 240px;
  }

  .we-are-united {
    font-size: 90px;
  }

  .divider {
    width: 30px;
  }

  .divider.about-us-divider {
    height: 50%;
  }

  .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%;
  }

  .players-social-media-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .follow-on-wrapper {
    justify-content: space-between;
    padding-top: 50px;
    display: flex;
  }

  .next-match-link {
    height: 100%;
  }

  .section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .contacts-form, .form-block {
    width: 550px;
  }

  .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;
  }

  .paragraph-large {
    color: var(--white);
  }

  .button-header-wrapper {
    justify-content: flex-end;
  }

  .navbar-absolute {
    justify-content: flex-start;
  }

  .menu-wrap {
    grid-column-gap: 50px;
    align-items: center;
    margin-left: 56px;
  }

  .pages-banner {
    min-height: 250px;
    padding-top: 165px;
    padding-bottom: 100px;
  }

  .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;
  }

  .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;
  }

  .divider.about-us-divider {
    height: auto;
  }

  .full-width-container {
    max-width: 1920px;
  }

  .about-button-wrapper {
    margin-bottom: 0;
  }

  .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;
  }

  .decorative-banner-lines {
    border-right: 1px solid var(--paragraph-gray);
    border-left: 1px solid var(--paragraph-gray);
  }

  .about-us-table {
    width: 1410px;
  }

  .section {
    max-height: none;
  }

  .contacts-form, .form-block {
    width: 750px;
  }

  .header-right-block-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

@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;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .accordion-wrapper {
    flex-flow: column;
    padding-bottom: 80px;
  }

  .accordion-wrap {
    width: 100%;
  }

  .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%;
  }

  .navbar-absolute {
    height: 60px;
  }

  .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;
  }

  .rectangle, .rectangle.right-bottom, .rectangle.right-top, .rectangle.left, .rectangle.left-bottom {
    display: none;
  }

  .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;
  }

  .divider {
    display: none;
  }

  .section-without-bottom-space {
    padding-top: 80px;
  }

  .decorative-banner-lines {
    width: 50%;
  }

  .follow-on-wrapper {
    width: 100%;
    padding-top: 20px;
  }

  .next-match-link {
    display: none;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq-heading-wrapper {
    padding-bottom: 40px;
  }

  .contact-us-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contacts-form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-text-wrapper {
    width: 100%;
    max-width: none;
  }

  .form-block {
    width: auto;
    min-height: auto;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .centered-title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 40px;
    line-height: 1.2em;
  }

  .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;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
    padding-bottom: 60px;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .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%;
  }

  .navbar-absolute {
    margin-left: 0;
  }

  .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;
  }

  .pages-banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .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;
  }

  .section-without-bottom-space {
    padding-top: 60px;
  }

  .full-screen-wrapper {
    grid-template: "."
    / minmax(auto, 1170px);
    justify-items: center;
  }

  .divider-wrapper {
    display: none;
  }

  .decorative-banner-lines {
    width: 50%;
  }

  .about-us-table {
    padding-left: 15px;
    padding-right: 15px;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  .rectangle.right-bottom, .rectangle.left-bottom {
    display: none;
  }

  .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;
  }

  .uppercase-paragraph {
    font-size: 12px;
  }

  .divider {
    display: none;
  }

  .full-screen-wrapper {
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, 1170px);
  }

  .decorative-banner-lines {
    display: none;
  }

  .follow-on-wrapper {
    flex-flow: column;
  }

  .imputs-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

#name.w-node-_9e78ccb9-9fa8-7a57-91e3-2ea47eec285a-63a5bfa9 {
  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%;
}

@media screen and (min-width: 1920px) {

  #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%;
  }
}

@media screen and (max-width: 479px) {

  #w-node-_47c471c8-8cd6-4a20-2567-2725e54702c9-63a5bfa9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}
