:root {
  --tło: #0b160c;
  --white: white;
  --green-yellow: #cf0;
  --szary: #2f302f;
  --jasny-szary: #545454;
  --light-blue: #3468af;
  --blue: #233061;
}

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

.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-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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

.button {
  border-radius: 0;
}

.hero-overlay {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
  width: 100%;
  margin-top: 160px;
  display: block;
}

.centered-container.old {
  display: none;
}

.hero-overlay-2 {
  color: var(--tło);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/baner-tenis--lotka-1.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 780px;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: var(--tło);
  border: 1px solid #000;
  height: auto;
  font-family: Montserrat, sans-serif;
}

.heading {
  color: #fff;
}

.heading-2 {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
}

.paragraph {
  color: var(--white);
  margin-bottom: 68px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.paragraph.headerpar {
  font-size: 24px;
}

.button-2 {
  background-color: var(--green-yellow);
  color: var(--tło);
  border-radius: 32px;
  margin-bottom: 14px;
  padding: 16px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-2:hover {
  color: var(--tło);
  background-color: #afdb00;
}

.button-2.new {
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.button-2.new:hover {
  background-color: #afdb00;
}

.text-block {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.sticky-nav {
  z-index: 1;
  color: #0000;
  background-color: #0000;
  padding: 20px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: minmax(100px, 1fr);
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center;
  padding-left: 0;
  display: grid;
  position: absolute;
  top: 0;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  height: 100%;
}

.nav-link {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 13px 10px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.button-3 {
  border: 2px solid var(--green-yellow);
  color: var(--green-yellow);
  background-color: #0000;
  border-radius: 36px;
  padding: 8px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block {
  position: fixed;
}

.container {
  object-fit: fill;
}

.section {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section.footer-new {
  padding-top: 40px;
}

.section.rezerwacje, .section.cennik, .section.kadra, .section.referencje {
  display: none;
}

.div-block-2 {
  background-color: var(--green-yellow);
  border-radius: 20px;
  width: 21px;
  height: 2px;
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.container-2 {
  max-width: 1440px;
}

.div-block-3 {
  background-color: var(--green-yellow);
  opacity: 1;
  border-radius: 20px;
  width: 20px;
  max-width: 20px;
  height: 20px;
}

.grid {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 1440px;
  max-width: 1440px;
}

.grid-2 {
  text-align: left;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(20px, 20px) 1fr;
  width: 720px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.par {
  color: var(--white);
  white-space: normal;
  min-width: 25ch;
  max-width: 90ch;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-5 {
  color: var(--white);
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.text-span {
  color: var(--green-yellow);
}

.text-block-6 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.grid-3 {
  grid-template-rows: auto;
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  height: 500px;
  max-height: 500px;
}

.slider {
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 0;
  max-width: 600px;
  height: 390px;
}

.image {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.section-2 {
  border-radius: 0;
  width: 1920px;
  height: 755px;
  margin-top: 0;
  padding-top: 100px;
}

.grid-4 {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  place-content: stretch;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.grid-5 {
  grid-template-columns: 1fr;
}

.text-block-7 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 39px;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(110px, 110px) 1fr;
  margin-top: 24px;
}

.text-block-8 {
  color: var(--white);
  margin-top: 5px;
  margin-left: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-span-2 {
  opacity: .5;
  font-size: 14px;
}

.grid-7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(185px, 1.5fr) minmax(164px, 164px);
}

.text-block-9 {
  color: var(--white);
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.text-span-3 {
  font-size: 24px;
  font-weight: 500;
}

.text-block-10, .text-block-11 {
  color: var(--white);
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.offerimg {
  border-radius: 20px;
  width: 164px;
  margin-left: 8px;
}

.image-3, .image-4 {
  border-radius: 20px;
}

.number, .text-span-5, .text-span-6 {
  color: var(--green-yellow);
  font-size: 24px;
  font-weight: 500;
}

.text-block-12 {
  color: var(--white);
  text-align: center;
  margin-top: 43px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-12.par {
  text-align: center;
  min-width: auto;
  max-width: none;
  margin-bottom: 60px;
}

.text-block-12.par.reservationpar {
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

.text-block-12.par.new.chip {
  opacity: 1;
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #044263a3;
  background-clip: border-box;
  border-radius: 40px;
  min-width: 434px;
  max-width: 434px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}

.text-block-12.par.new.chip._1 {
  color: var(--white);
  min-width: 300px;
}

.grid-8 {
  width: 1440px;
  margin-top: 40px;
  margin-left: 240px;
}

.div-block-4 {
  border: 1px solid var(--szary);
  background-color: var(--szary);
  color: var(--szary);
  border-radius: 20px;
  width: 460px;
  height: 153px;
}

.priceitem {
  background-color: var(--szary);
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  height: 160px;
  margin-top: 0;
  margin-left: 0;
  padding: 26px 32px;
}

.text-block-13 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-14 {
  color: var(--white);
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.line {
  background-color: var(--jasny-szary);
  color: var(--jasny-szary);
  width: 100%;
  max-width: 440px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-block-15 {
  color: var(--white);
  flex: 1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-16 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-7 {
  background-color: var(--szary);
  color: var(--jasny-szary);
  border-radius: 20px;
  width: 500px;
  height: 160px;
  margin-top: 0;
  margin-left: 0;
  padding: 0 30px 30px;
}

.div-block-7.priceitem {
  width: 100%;
  padding-top: 26px;
  position: relative;
}

.image-5 {
  margin-top: -17px;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.grid-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1055px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  background-image: url('../images/rezerwacja.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 120px 120px 1fr;
}

.text-block-17 {
  color: var(--white);
  text-align: left;
  width: 120px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.text-block-18 {
  color: var(--white);
  text-align: right;
  margin-top: 21px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 300;
}

.grid-12 {
  grid-column-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 126px 50px;
  margin-top: 100px;
}

.grid-13 {
  grid-column-gap: 9px;
  grid-template-columns: 106px 210px;
}

.text-block-19 {
  color: var(--white);
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  padding-right: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 300;
  display: flex;
}

.text-block-20 {
  grid-column-gap: 0px;
  color: var(--white);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--green-yellow);
  color: var(--green-yellow);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start center;
  width: 113px;
  height: 1px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-11 {
  background-color: var(--green-yellow);
  flex-flow: column;
  place-content: center flex-start;
  align-items: flex-end;
  width: 100px;
  height: 30px;
  display: flex;
}

.column {
  flex-direction: row;
  flex: none;
  align-items: center;
  min-height: 347px;
  margin-top: -5px;
  padding-right: 70px;
  display: flex;
}

.resline {
  background-color: var(--green-yellow);
  width: 156px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
}

.resline.longresline {
  width: 234px;
  margin-left: 0;
}

.text-block-21 {
  color: var(--white);
  text-align: right;
  font-family: Montserrat, sans-serif;
}

.button-4 {
  background-color: var(--green-yellow);
  color: var(--tło);
  border-radius: 36px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.column-2 {
  align-items: center;
  height: auto;
  min-height: 347px;
  margin-top: -5px;
  padding-left: 70px;
  display: flex;
}

.div-block-13 {
  margin-left: 50px;
  display: block;
}

.div-block-14 {
  background-color: var(--green-yellow);
  width: 232px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: -5px;
}

.button-5 {
  background-color: var(--green-yellow);
  color: var(--tło);
  border-radius: 36px;
  margin-top: 50px;
  margin-left: -6px;
  padding: 16px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-22 {
  color: var(--white);
  margin-left: -5px;
  font-family: Montserrat, sans-serif;
}

.grid-14 {
  grid-column-gap: 36px;
  grid-row-gap: 72px;
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-15 {
  align-self: center;
  margin-left: 34px;
  display: block;
}

.div-block-16 {
  display: flex;
}

.text-block-23 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-24 {
  color: var(--white);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.container-3 {
  max-width: 1440px;
  height: 800px;
  max-height: 1000px;
}

.slider-2 {
  background-color: #0000;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.slide-3 {
  border-radius: 0;
  height: 100%;
  max-height: 100%;
}

.opinion {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 835px;
  height: auto;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.text-block-25 {
  color: var(--white);
}

.text-block-26 {
  color: var(--white);
  width: 100%;
  max-width: 460px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.text-block-27 {
  color: var(--white);
  width: 100%;
  max-width: 460px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-28 {
  color: var(--white);
  width: 100%;
  max-width: 460px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.image-6 {
  margin-top: 0;
  margin-left: -10px;
  display: block;
}

.container-4 {
  background-image: url('../images/mapa.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: space-between;
  max-width: 1920px;
  height: 536px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-18 {
  height: 160px;
}

.div-block-19 {
  height: 536px;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 583px;
  height: 721px;
  margin: -90px 0;
  display: block;
}

.button-6 {
  color: var(--tło);
  background-color: #ffffffb3;
  border-radius: 36px;
  margin-top: 60px;
  margin-left: 0;
  padding: 8px 32px;
  font-family: Montserrat, sans-serif;
}

.text-block-29 {
  color: var(--tło);
  text-align: center;
  padding-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.field-label {
  color: var(--tło);
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
}

.text-field {
  color: var(--tło);
  border: 1px #0b160c;
  border-bottom-style: solid;
  border-radius: 0;
  margin-bottom: 50px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.text-field:focus {
  border-style: solid;
  border-color: var(--green-yellow);
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.text-field.firstfield {
  margin-top: 50px;
}

.field-label-2 {
  color: var(--tło);
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
}

.text-field-2 {
  color: var(--tło);
  border-radius: 12px;
  font-family: Montserrat, sans-serif;
}

.submit-button {
  background-color: var(--tło);
  border-radius: 36px;
  width: 458px;
  margin-top: 150px;
  padding: 16px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.form {
  width: 458px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  color: var(--white);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  width: 1440px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.section-3 {
  margin-top: 490px;
  margin-left: 240px;
}

.grid-15 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: stretch start;
  justify-items: stretch;
  width: 100%;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
}

.text-block-30 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 31px;
}

.text-span-7 {
  font-size: 14px;
}

.grid-16 {
  grid-row-gap: 11px;
  grid-template: "." minmax(auto, 24px)
                 "." 32px
                 / 1fr;
  grid-auto-rows: 32px;
}

.grid-16.regulaminy {
  grid-template-columns: 1.25fr;
}

.grid-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 18px 1.25fr;
  margin-bottom: 10px;
  margin-right: 0;
}

.grid-17.sponsorzy {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-columns: 115px 1.5fr;
}

.text-block-31 {
  color: var(--white);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.text-block-32 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-32.phone {
  flex: 1;
  min-width: 100%;
  padding-left: 8px;
}

.section-4 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.aboutitem {
  grid-column-gap: 21px;
  grid-row-gap: 40px;
  align-items: flex-start;
  display: flex;
}

.aboutcolumn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.columns-2 {
  margin-top: 80px;
}

.mask {
  border-radius: 20px;
}

.columns-3 {
  justify-content: space-between;
  margin-top: 80px;
  display: flex;
}

.div-block-21 {
  display: flex;
}

.div-block-22 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-23 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-6 {
  max-width: 1500px;
}

.wrapper {
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1500px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.wrapper.contact {
  width: 100%;
  max-width: 1920px;
  min-height: 0;
  margin-bottom: 90px;
  display: none;
}

.wrapper.spacebetween {
  justify-content: space-between;
  margin-top: 80px;
}

.wrapper.spac {
  justify-content: center;
}

.wrapper.customwrapper {
  margin-top: 50px;
}

.wrapper.navbarwrapper {
  width: 100%;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.abouttext {
  flex: 1;
  min-width: 60px;
  max-width: 90ch;
  margin-right: 24px;
}

.aboutslider {
  flex: 1;
  max-width: 600px;
}

.offeritem {
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 600px;
  margin-bottom: 50px;
  display: flex;
}

.benefits {
  margin-top: 28px;
}

.benefit {
  justify-content: flex-start;
  margin-bottom: 45px;
  display: flex;
}

.div-block-24 {
  margin-right: 40px;
}

.contact {
  background-image: url('../images/mapa.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 536px;
  margin-top: 220px;
  display: flex;
}

.contact.test {
  min-height: 0;
  margin-top: 0;
}

.div-block-25 {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-7 {
  display: block;
}

.div-block-26, .div-block-28, .div-block-28.small {
  display: none;
}

.text-block-33 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
}

.text-block-34 {
  color: var(--white);
  font-size: 16px;
  line-height: 40px;
}

.left-arrow {
  mix-blend-mode: normal;
  background-color: #2f302f80;
  border-radius: 12px;
  flex: 1;
  width: 100%;
  min-width: 87px;
  max-width: 279px;
  height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.right-arrow {
  mix-blend-mode: normal;
  background-color: #2f302f80;
  border-radius: 12px;
  flex: 1;
  order: 2;
  width: 100%;
  min-width: 87px;
  max-width: 279px;
  height: 100%;
  position: relative;
  overflow: visible;
}

.mask-2 {
  background-color: #2f302f;
  border-radius: 12px;
  flex: 0 auto;
  order: 1;
  width: 100%;
  max-width: 835px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.slide-nav {
  display: none;
}

.icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-2, .icon-3 {
  display: none;
}

.div-block-29 {
  width: 100%;
  max-width: 460px;
  height: 20px;
}

.courtinfo {
  flex-direction: column;
  flex: 0 0 50%;
  align-items: flex-end;
  padding-top: 62px;
  padding-left: 10px;
  padding-right: 70px;
  display: flex;
}

.courtinfo.courtsecond {
  flex-direction: column;
  flex: 0 0 50%;
  align-items: flex-start;
  padding-left: 70px;
  padding-right: 10px;
  display: flex;
}

.div-block-31 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  display: flex;
}

.div-block-31.courcountreverse {
  justify-content: flex-start;
}

.div-block-32 {
  width: auto;
}

.courts {
  background-image: url('../images/rezerwacja.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  width: 100%;
  min-height: 347px;
  display: flex;
}

.div-block-33 {
  flex: 0 50%;
  display: block;
}

.div-block-34 {
  flex: 0 50%;
}

.navbar {
  background-color: #0000;
  flex: 0 auto;
  width: 100%;
  margin-top: 20px;
  display: block;
}

.nav-link-2 {
  color: var(--white);
}

.nav-link-2.link {
  font-size: 16px;
}

.nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6, .nav-link-7 {
  color: var(--white);
}

.buttonlink {
  border: 2px solid var(--green-yellow);
  color: var(--green-yellow);
  border-radius: 36px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 32px;
  font-size: 16px;
}

.navlink {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}

.navlink.lastlink {
  flex: 0 auto;
  margin-right: auto;
}

.navlink.firstlink {
  margin-left: auto;
}

.navlink.mobile {
  display: none;
}

.container-7 {
  flex: 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

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

.nav-menu {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.buttonlinkwrapper {
  justify-content: center;
  display: flex;
  position: relative;
}

.image-9 {
  display: none;
}

.heading-3 {
  color: var(--white);
}

.div-block-35 {
  text-align: left;
  width: 100%;
  margin-bottom: 60px;
}

.heading-4 {
  color: var(--white);
}

.button-7 {
  text-align: center;
  width: 100%;
  margin-top: 0;
}

.div-block-36 {
  margin-top: 20px;
  position: relative;
}

.link-block {
  position: absolute;
  inset: 0;
}

.body-2 {
  background-color: var(--tło);
}

.heading-5 {
  color: var(--white);
}

.container-8 {
  justify-content: center;
  display: flex;
}

.grid-18 {
  grid-column-gap: 16px;
  background-color: var(--white);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . . Area-3 Area-2 Area";
  padding: 20px;
}

.labels {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.labels.l {
  text-align: left;
  flex: 1;
  align-items: center;
  min-height: 64px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.columns-4 {
  background-color: var(--white);
  margin-left: 20px;
  margin-right: 100px;
}

.column-3 {
  background-color: var(--white);
  padding-left: 0;
}

.container-9 {
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px 48px 40px 32px;
}

.column-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.value {
  color: var(--light-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 6px;
  font-size: 18px;
  line-height: 32px;
  display: flex;
}

.value.bold {
  font-weight: 700;
}

.container-10 {
  justify-content: center;
  min-height: 64px;
  display: flex;
}

.column-5 {
  border: .5px solid #e0eaa6;
}

.columns-5 {
  min-height: 1px;
  max-height: 1px;
}

.column-6 {
  height: 1px;
  min-height: 1px;
}

.column-7 {
  justify-content: center;
  align-items: flex-end;
  min-height: 60px;
  padding-top: 20px;
  display: flex;
}

.section-5 {
  background-image: url('../images/unsplash_h0c7eMS_SbE.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 10px;
  padding-bottom: 60px;
}

.section-5.mobile {
  display: none;
}

.section-5.desktop {
  padding-bottom: 80px;
}

.column-8, .column-9 {
  justify-content: center;
  display: flex;
}

.container-12 {
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.div-block-37 {
  flex-direction: column;
  display: flex;
}

.quick-stack {
  grid-column-gap: 20px;
  background-color: #fff0;
  border-radius: 20px;
  padding: 0;
}

.cell {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  padding: 56px;
}

.div-block-38 {
  flex: 1;
  order: 0;
  padding-right: 10px;
}

.container-13 {
  background-color: #fff0;
  border-radius: 20px;
}

.section-6 {
  border-radius: 20px;
}

.cell-2 {
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 10px 56px;
}

.div-block-39 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-40 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: auto;
  display: flex;
}

._65px {
  color: var(--light-blue);
  margin-top: 0;
  font-size: 65px;
  font-weight: 300;
  line-height: 80px;
}

.paragraph-2 {
  color: var(--light-blue);
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.container-14 {
  align-items: center;
  display: flex;
}

.flex-block {
  align-items: flex-start;
}

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--green-yellow);
  flex-wrap: nowrap;
  flex: 1;
  align-self: stretch;
  align-items: center;
}

.paragraph-3 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  display: flex;
}

.div-block-41 {
  flex-wrap: wrap;
  flex: auto;
  justify-content: center;
  align-self: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
}

.div-block-50 {
  padding-top: 0;
  padding-bottom: 16px;
  display: flex;
}

.div-block-51 {
  width: auto;
}

.paragraph-6 {
  border: 1px none var(--light-blue);
  color: var(--szary);
  font-size: 16px;
}

.link {
  color: var(--light-blue);
}

.numbers {
  width: 24px;
}

.div-block-52 {
  display: flex;
}

.link-footer {
  color: var(--white);
  justify-content: space-between;
  min-width: 100%;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  border: 1px none var(--green-yellow);
  text-decoration: none;
}

.div-block-56 {
  flex: 0 auto;
  padding-bottom: 0;
}

.div-block-57 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.div-block-58 {
  width: 100%;
}

.div-block-59 {
  flex: 0 auto;
  align-self: auto;
  width: 20px;
  height: 20px;
  padding-right: 24px;
}

.div-block-60 {
  width: 20px;
  height: 20px;
  padding-right: 24px;
}

.image-11, .image-12 {
  max-width: none;
}

.image-13 {
  max-width: none;
  margin-right: 24px;
}

.quick-stack-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  max-width: 940px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.terner {
  background-image: url('../images/Image-from-iOS.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  min-height: 400px;
  max-height: 500px;
}

.terner._1 {
  background-image: url('../images/61f838cb-c7dc-4bc9-ba22-2941384e70c7.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
  max-height: 300px;
}

.terner._2 {
  background-image: url('../images/Image-from-iOS-1.jpg');
  background-position: 50% 0;
  min-height: 300px;
}

.terner._3 {
  background-image: url('../images/image-20231102-151853.png');
  background-position: 0 0;
  background-size: cover;
  min-height: 300px;
}

.terner._3-copy {
  background-image: url('../images/unsplash_h0c7eMS_SbE.png');
  background-position: 0 0;
  background-size: cover;
  min-height: 300px;
}

.cell-3 {
  align-items: center;
}

.paragraph-7 {
  color: #fff;
  font-weight: 400;
}

.title {
  color: var(--white);
  font-size: 18px;
}

.div-block-61 {
  flex: 0 auto;
  width: 100%;
  padding-top: 40px;
}

.container-15 {
  justify-content: center;
  display: flex;
}

.success-message {
  background-color: #ddd0;
  padding-left: 60px;
  padding-right: 60px;
}

.paragraph-8 {
  color: var(--tło);
}

.paragraph-8._20 {
  font-size: 18px;
}

.div-block-62 {
  padding-top: 10px;
  padding-bottom: 32px;
}

.div-block-63 {
  padding-top: 4px;
}

.div-block-64 {
  padding-top: 40px;
}

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

.error-message {
  background-color: #cc1919;
}

.column-10 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.column-11, .column-12, .column-13, .column-14, .column-15, .column-16, .column-17, .column-18, .column-19, .column-20, .column-21, .column-22 {
  justify-content: center;
  display: flex;
}

.div-block-65 {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.mail {
  color: var(--green-yellow);
  margin-top: 10px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.container-16 {
  max-width: 100%;
}

.map {
  background-image: url('../images/map3.png');
  background-position: 50% 0;
  background-size: cover;
  height: 400px;
}

.div-block-67 {
  justify-content: center;
  align-items: flex-end;
  padding-top: 240px;
  display: flex;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: var(--white);
}

@media screen and (min-width: 1440px) {
  .section.kadra, .section.referencje {
    display: none;
  }

  .grid-16 {
    grid-template-areas: "."
                         "."
                         "Area";
  }

  .container-9 {
    max-width: 1000px;
    padding-left: 32px;
    padding-right: 40px;
  }

  .container-13 {
    max-width: 1000px;
  }

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

  .paragraph-6 {
    font-weight: 400;
  }

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

  .quick-stack-2 {
    max-width: 1000px;
  }

  .terner._1 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/61f838cb-c7dc-4bc9-ba22-2941384e70c7.jpg');
    background-clip: border-box;
  }

  .paragraph-7 {
    letter-spacing: .1px;
    text-indent: 0;
  }

  .container-15 {
    max-width: 1000px;
  }

  .map {
    background-position: 50% 0;
  }
}

@media screen and (max-width: 991px) {
  .centered-container {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #1f191859;
    border-radius: 4px;
    width: 95%;
    margin: 80px 0 50px;
    padding: 50px 40px;
  }

  .hero-overlay-2 {
    background-image: url('../images/baner---mobile.png');
    background-position: 50% 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 630px;
  }

  .heading-2 {
    margin-bottom: 60px;
    font-size: 32px;
  }

  .paragraph.headerpar {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .text-block {
    font-size: 16px;
  }

  .section.kadra, .section.referencje {
    display: none;
  }

  .par {
    min-width: 10ch;
  }

  .slide, .slide-2 {
    height: 100%;
  }

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

  .priceitem {
    width: 100%;
    max-width: 460px;
  }

  .line {
    width: auto;
  }

  .div-block-7 {
    width: 100%;
    max-width: 460px;
    position: relative;
  }

  .div-block-7.priceitem {
    padding-top: 30px;
  }

  .image-5 {
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    inset: -10% -3% auto auto;
  }

  .grid-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 766px;
    display: flex;
  }

  .grid-14 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-20 {
    height: auto;
    min-height: 0;
    max-height: 721px;
    margin-top: 0;
    margin-bottom: 80px;
  }

  .button-6 {
    display: block;
  }

  .button-6.mobilebutton {
    margin-bottom: 26px;
    display: block;
  }

  .text-field {
    margin-bottom: 32px;
  }

  .submit-button {
    margin-top: 90px;
    margin-bottom: 16px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-15 {
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-30 {
    min-width: 15ch;
  }

  .grid-16.regulaminy {
    grid-template-columns: 2.5fr;
  }

  .grid-17 {
    margin-right: 0;
  }

  .text-block-31 {
    margin-bottom: 40px;
  }

  .text-block-32.phone {
    padding-left: 8px;
  }

  .mask {
    height: 100%;
  }

  .wrapper {
    margin-top: 80px;
  }

  .wrapper.contact {
    background-image: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .wrapper.spacebetween.offerwrapper, .wrapper.spacebetween.aboutwrapper {
    flex-direction: column;
    align-items: center;
  }

  .wrapper.navbarwrapper {
    margin-top: 0;
    overflow: visible;
  }

  .abouttext, .div-block-24 {
    margin-bottom: 60px;
  }

  .div-block-25 {
    flex-direction: column;
    align-items: center;
  }

  .image-7 {
    display: block;
  }

  .div-block-26 {
    background-image: url('../images/mapa.png');
    background-position: 50%;
    background-size: auto;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    min-height: 324px;
    display: flex;
  }

  .div-block-27 {
    min-width: 16ch;
  }

  .slide-nav {
    display: none;
  }

  .icon {
    display: block;
  }

  .icon-2, .icon-3 {
    display: none;
  }

  .buttonlink {
    border-style: none;
    margin-right: 20px;
    font-size: 0;
    position: absolute;
    inset: 0;
  }

  .navlink {
    text-align: center;
    font-weight: 500;
  }

  .navlink.dekstop {
    display: none;
  }

  .navlink.mobile {
    display: block;
  }

  .navwrapper {
    justify-content: space-between;
  }

  .nav-menu {
    background-color: var(--tło);
    border-radius: 0 6px 6px;
    box-shadow: 1px 1px 3px #000;
  }

  .menu-button {
    color: var(--white);
    flex: 0 auto;
    order: -1;
  }

  .menu-button.w--open {
    background-color: var(--tło);
  }

  .icon-4 {
    font-size: 35px;
    line-height: 35px;
  }

  .image-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .buttonlinkwrapper {
    margin-right: 20px;
  }

  .image-9 {
    display: block;
  }

  .labels {
    font-size: 14px;
  }

  .labels.l {
    font-size: 16px;
  }

  .columns-4 {
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .container-9 {
    padding-left: 24px;
    padding-right: 40px;
  }

  .value {
    font-size: 18px;
    line-height: 28px;
  }

  .section-5.mobile {
    display: none;
  }

  .section-5.desktop {
    padding-top: 10px;
  }

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

  .container-11 {
    background-color: #fff;
    padding: 32px;
  }

  .quick-stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cell {
    padding-bottom: 40px;
  }

  .div-block-38 {
    padding-right: 20px;
  }

  .quick-stack-2 {
    grid-column-gap: 20px;
  }

  .terner._1 {
    background-position: 100%;
    background-size: 150%;
    min-height: 260px;
  }

  .terner._2, .terner._3, .terner._3-copy {
    min-height: 260px;
  }
}

@media screen and (max-width: 767px) {
  .hero-overlay {
    padding: 40px 20px;
  }

  .hero-overlay-2 {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky-nav {
    position: relative;
  }

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

  .par {
    font-size: 16px;
    line-height: 19.5px;
  }

  .slider {
    max-width: 100%;
  }

  .image {
    border-radius: 0;
  }

  .grid-4 {
    margin-top: 80px;
  }

  .text-span-3 {
    font-size: 18px;
  }

  .offerimg {
    margin-left: 8px;
    margin-right: 0;
  }

  .number {
    font-size: 18px;
  }

  .text-block-12.par, .text-block-12.par.reservationpar {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-8 {
    background-image: url('../images/Rezerwacja---mobile.png');
    background-size: cover;
  }

  .text-block-19 {
    padding-right: 9px;
    font-size: 80px;
    line-height: 80px;
  }

  .text-block-20 {
    font-size: 24px;
    line-height: 40px;
  }

  .columns {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    min-height: 780px;
    max-height: none;
    margin-top: -7px;
    padding-top: 0;
  }

  .column {
    justify-content: center;
    align-items: flex-start;
    max-height: none;
    margin-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .resline {
    margin-top: 36px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .resline.longresline {
    width: 234px;
  }

  .text-block-21 {
    text-align: center;
    width: 100%;
  }

  .button-4 {
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .column-2 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 66px;
    padding-left: 10px;
  }

  .grid-14 {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    justify-items: stretch;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-15 {
    flex: 1;
    margin-left: 20px;
  }

  .opinion {
    margin-left: 60px;
    margin-right: 60px;
  }

  .text-block-26 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-27 {
    text-align: center;
    font-size: 16px;
  }

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

  .div-block-20 {
    width: 95%;
    max-width: 583px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .submit-button {
    width: 100%;
    max-width: 458px;
  }

  .form {
    width: 100%;
    max-width: 458px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .grid-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-block-30 {
    margin-bottom: 60px;
  }

  .grid-16 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 80px;
    display: flex;
  }

  .grid-17.sponsorzy {
    grid-template-columns: 167px 1.5fr;
    place-items: center;
    padding-top: 40px;
    padding-left: 10px;
  }

  .text-block-31 {
    text-align: center;
    margin-bottom: 0;
  }

  .slidercolumn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 45px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .mask {
    border-radius: 0;
    max-width: 100%;
  }

  .wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .abouttext {
    margin-bottom: 60px;
    margin-left: 24px;
  }

  .offeritem.reverse {
    flex-direction: row;
  }

  .benefit {
    margin-bottom: 18px;
  }

  .steps {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-24 {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-27 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-28 {
    background-color: var(--green-yellow);
    width: 68px;
    height: 1px;
    margin-top: -10px;
    margin-bottom: 26px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-28.small {
    width: 50px;
  }

  .div-block-28.line {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .text-block-33 {
    margin-bottom: 10px;
  }

  .left-arrow {
    background-color: #0000;
    min-width: auto;
    max-width: none;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .right-arrow {
    background-color: #0000;
    border-radius: 0;
    flex: 0 auto;
    min-width: auto;
    max-width: none;
    position: absolute;
  }

  .mask-2 {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .slide-nav {
    display: block;
    bottom: -50px;
  }

  .icon {
    display: none;
    inset: 0% 0% 0% auto;
  }

  .icon-2 {
    font-size: 20px;
    display: none;
    inset: 0% 16px 0% auto;
  }

  .icon-3 {
    font-size: 20px;
    display: none;
    inset: 0% auto 0% 16px;
  }

  .courtinfo {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-right: 10px;
    display: flex;
  }

  .courtinfo.courtsecond {
    flex: 1;
    align-items: center;
    padding-top: 89px;
    padding-left: 10px;
  }

  .div-block-31 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .div-block-32 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 20px;
    display: flex;
  }

  .courts {
    background-image: url('../images/Rezerwacja---mobile.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    height: 780px;
    min-height: 0;
  }

  .navlink.mobile {
    display: block;
  }

  .container-9.mobile.tenis {
    max-width: 600px;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-9.mobile.badminton {
    margin-top: 32px;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 40px;
  }

  .section-5.mobile {
    padding-bottom: 100px;
    display: block;
  }

  .section-5.desktop {
    display: none;
  }

  .quick-stack {
    max-width: 600px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .container-13 {
    justify-content: center;
    display: flex;
  }

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

  .cennik {
    max-width: 600px;
  }

  .heading-6 {
    border-bottom: 1px solid var(--green-yellow);
    color: var(--light-blue);
    padding-bottom: 10px;
  }

  .div-block-42 {
    justify-content: center;
    display: flex;
  }

  .div-block-43 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .paragraph-4 {
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
  }

  .grid-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 64px 64px;
    grid-auto-rows: 64px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  ._14px {
    border-right: 1px none var(--green-yellow);
    text-align: center;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    margin-bottom: 0;
    font-weight: 500;
    display: flex;
  }

  ._14px.tab {
    align-items: center;
  }

  ._16px.blue {
    border: 1px none var(--light-blue);
    color: var(--light-blue);
    margin-bottom: 0;
    font-size: 16px;
  }

  .div-block-45 {
    border-right: 1px solid var(--green-yellow);
  }

  .div-block-47 {
    border-style: none solid none none;
    border-width: 1px;
    border-color: black var(--green-yellow) black black;
  }

  .div-block-48 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 10px;
    display: flex;
  }

  .image-10 {
    padding-top: 0;
  }

  .div-block-53 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .div-block-54 {
    align-self: center;
  }

  .div-block-55 {
    padding-left: 8px;
  }

  .link-block-2.fb {
    padding-top: 16px;
  }

  .quick-stack-2 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    max-width: 600px;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .terner._1 {
    background-image: url('../images/61f838cb-c7dc-4bc9-ba22-2941384e70c7.jpg');
    background-position: 100%;
    background-size: cover;
    min-height: 320px;
  }

  .terner._2 {
    background-position: 50% 10%;
    min-height: 320px;
  }

  .terner._3, .terner._3-copy {
    background-position: 50% 20%;
    background-repeat: repeat-x;
    background-size: cover;
    min-height: 320px;
  }

  .cell-3 {
    padding-bottom: 20px;
  }

  .paragraph-7 {
    font-weight: 400;
  }

  .div-block-61 {
    padding-top: 20px;
  }

  .success-message {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cell-4 {
    padding-bottom: 20px;
  }

  .cell-5 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .centered-container {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hero-overlay-2 {
    background-position: 50% 10%;
    background-size: cover;
  }

  .heading-2, .paragraph.headerpar {
    text-align: center;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-2 {
    line-height: 36px;
  }

  .grid-4 {
    margin-top: 58px;
  }

  .text-block-8 {
    margin-left: 20px;
  }

  .offerimg.reverseimg {
    margin-left: 0;
    margin-right: 8px;
  }

  .text-block-12.par {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-12.par.new.chip.mobile {
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .priceitem {
    width: 95%;
    height: auto;
    min-height: 160px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 16px 24px;
  }

  .text-block-13, .text-block-14 {
    text-align: center;
  }

  .grid-9 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-block-16 {
    color: var(--green-yellow);
  }

  .div-block-7.priceitem {
    padding-top: 16px;
  }

  .image-5 {
    right: 1%;
  }

  .column {
    justify-content: center;
    align-items: flex-start;
    min-height: 347px;
    margin-top: 62px;
  }

  .button-4 {
    text-align: left;
  }

  .column-2 {
    justify-content: center;
    min-height: auto;
    margin-top: 0;
    padding-top: 42px;
  }

  .div-block-15.reversebio {
    margin-left: 0;
    margin-right: 20px;
  }

  .div-block-16 {
    flex-direction: row;
  }

  .div-block-16.reverseplayer {
    flex-direction: row-reverse;
  }

  .div-block-20 {
    height: auto;
    max-height: 721px;
  }

  .submit-button {
    margin-bottom: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .form {
    width: 95%;
    max-width: 458px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .grid-16 {
    min-width: 320px;
    max-width: 320px;
    margin-bottom: 40px;
  }

  .grid-17 {
    max-width: 320px;
  }

  .grid-17.sponsorzy {
    align-self: center;
  }

  .text-block-31 {
    margin-bottom: 0;
  }

  .sectiontitle {
    margin-left: 20px;
    margin-right: 20px;
  }

  .wrapper {
    margin-top: 58px;
  }

  .wrapper.navbarwrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .offeritem {
    flex-direction: row;
  }

  .offeritem.reverse {
    flex-direction: row-reverse;
  }

  .div-block-25 {
    padding-right: 8px;
  }

  .div-block-26 {
    background-position: 40% 80%;
  }

  .div-block-27 {
    padding-bottom: 40px;
  }

  .div-block-28.line {
    margin-top: 0;
  }

  .form-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .courtinfo {
    margin-top: 0;
    padding-top: 60px;
  }

  .courtinfo.courtsecond {
    padding-top: 65px;
  }

  .navbar {
    margin-top: 0;
  }

  .buttonlink {
    margin-right: 0;
  }

  .image-8 {
    margin-left: 8px;
  }

  .brand {
    padding-left: 0;
  }

  .container-9 {
    margin-left: 24px;
    margin-right: 24px;
    padding: 24px;
  }

  .container-9.mobile {
    flex-direction: column;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
  }

  .container-9.mobile.tenis {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-9.mobile.badminton {
    margin-top: 32px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5 {
    display: block;
  }

  .section-5.desktop {
    display: none;
  }

  .quick-stack {
    margin-left: 16px;
    margin-right: 16px;
  }

  .cell {
    flex-direction: column;
    padding: 32px 24px;
  }

  .container-13 {
    max-width: none;
  }

  .cell-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .cennik {
    max-width: 360px;
  }

  .heading-6 {
    color: var(--light-blue);
    text-align: center;
    border: 1px #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
  }

  .div-block-42 {
    border-bottom: 1px solid var(--green-yellow);
    width: auto;
  }

  .div-block-42._1, .div-block-42._2 {
    width: auto;
  }

  .div-block-43 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .paragraph-4 {
    font-weight: 600;
  }

  .grid-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 60px 60px 60px 60px;
    grid-template-columns: 1.25fr 1.25fr;
    grid-auto-flow: row;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .grid-20.new {
    grid-template-columns: 1.25fr 1.25fr;
  }

  .div-block-44 {
    align-self: stretch;
  }

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

  ._14px {
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
  }

  ._14px.tab {
    border-right: 1px solid var(--green-yellow);
    justify-content: center;
    align-items: center;
    min-height: 60px;
    display: flex;
  }

  ._16px {
    color: var(--light-blue);
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
  }

  .div-block-45 {
    border-right: 1px solid var(--green-yellow);
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-46 {
    border-right: 1px #000;
  }

  .div-block-47 {
    border: 1px #000;
    height: 64px;
  }

  .div-block-48 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-49 {
    padding-bottom: 0;
  }

  .div-block-52 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-55 {
    padding-left: 8px;
  }

  .link-block-2 {
    padding-bottom: 16px;
  }

  .link-block-2.fb {
    padding-top: 0;
  }

  .quick-stack-2 {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .terner._1 {
    background-image: url('../images/61f838cb-c7dc-4bc9-ba22-2941384e70c7.jpg');
    background-position: 50%;
    background-size: cover;
    min-height: 300px;
  }

  .terner._2 {
    min-height: 300px;
  }

  .paragraph-7 {
    text-align: left;
    font-weight: 400;
  }

  .title {
    text-align: left;
  }

  .div-block-61 {
    padding-left: 0;
    padding-right: 8px;
  }

  .success-message {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mail {
    font-size: 20px;
  }

  .map {
    background-image: url('../images/map_mobile.png');
  }
}

#w-node-_206963c0-2e79-7b9b-22f0-a6aa9808bed3-1861a082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_206963c0-2e79-7b9b-22f0-a6aa9808bed4-1861a082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-f15a6883-9a11-1d05-7496-345543f17282-1861a082, #w-node-f15a6883-9a11-1d05-7496-345543f17283-1861a082, #w-node-dec661be-67d9-1b93-fee8-d95823fc4f3d-1861a082, #w-node-dec661be-67d9-1b93-fee8-d95823fc4f3e-1861a082, #w-node-c354b3ed-7c7b-b777-185c-bd24a3e23ec0-1861a082, #w-node-c354b3ed-7c7b-b777-185c-bd24a3e23ed4-1861a082, #w-node-c354b3ed-7c7b-b777-185c-bd24a3e23ed5-1861a082, #w-node-c354b3ed-7c7b-b777-185c-bd24a3e23eda-1861a082, #w-node-c354b3ed-7c7b-b777-185c-bd24a3e23edb-1861a082, #w-node-a7f64a3b-091a-4faa-0100-530d12291a5c-1861a082, #w-node-a7f64a3b-091a-4faa-0100-530d12291a5d-1861a082, #w-node-a7f64a3b-091a-4faa-0100-530d12291a65-1861a082, #w-node-a7f64a3b-091a-4faa-0100-530d12291a66-1861a082, #w-node-a7f64a3b-091a-4faa-0100-530d12291a67-1861a082, #w-node-a7f64a3b-091a-4faa-0100-530d12291a71-1861a082, #w-node-a7f64a3b-091a-4faa-0100-530d12291a73-1861a082, #w-node-a7f64a3b-091a-4faa-0100-530d12291a7e-1861a082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71b81500-a3e9-2495-6ee6-79b8edf34ccf-1861a082 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-da97381e-ceba-a86f-adf7-66d567e25b6f-1861a082 {
  grid-row: span 2 / span 2;
}

#w-node-c7cd7e1a-f127-317f-5260-80f12461c366-1861a082 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2ca69848-9d7d-c31c-5be6-deee10e4a08c-1861a082, #w-node-_2ca69848-9d7d-c31c-5be6-deee10e4a093-1861a082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ca69848-9d7d-c31c-5be6-deee10e4a095-1861a082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_943bc5a4-9387-52aa-660b-87e63f8cefa3-1861a082, #w-node-_943bc5a4-9387-52aa-660b-87e63f8cefaa-1861a082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_943bc5a4-9387-52aa-660b-87e63f8cefac-1861a082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-aa23a922-d24d-1524-3340-bfdfc55f6d57-1861a082, #w-node-aa23a922-d24d-1524-3340-bfdfc55f6d5e-1861a082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa23a922-d24d-1524-3340-bfdfc55f6d60-1861a082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4f41027d-78ce-ce59-cc0f-5c2a7b2bc5c5-1861a082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f41027d-78ce-ce59-cc0f-5c2a7b2bc5c7-1861a082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-eb7a4b5b-2ec4-16cb-0b42-838b8f7e3572-1861a082, #w-node-b53f9a97-97db-b1a0-4b0f-40b589909fef-1861a082, #w-node-be8b3536-7b0b-c091-8621-013f189baaf0-1861a082, #w-node-be8b3536-7b0b-c091-8621-013f189baaf1-1861a082, #w-node-_4b9a4829-bf8f-af12-6a3f-ae918250d05f-1861a082, #w-node-_4b9a4829-bf8f-af12-6a3f-ae918250d060-1861a082, #w-node-_1f143ee1-531c-c72c-c8d7-649b93ebf89a-1861a082, #w-node-_1f143ee1-531c-c72c-c8d7-649b93ebf89b-1861a082, #w-node-_18d2cc44-3332-b700-697b-ed379214d3d5-1861a082, #w-node-_18d2cc44-3332-b700-697b-ed379214d3d6-1861a082, #w-node-_7f35c024-6f2e-be73-bebf-60065af4307e-1861a082, #w-node-_7f35c024-6f2e-be73-bebf-60065af4307f-1861a082, #w-node-_70acb46b-0903-48b2-3f7e-95f13c412724-1861a082, #w-node-_494c61df-fcc2-9088-d586-7532389c7660-1861a082, #w-node-_04005c38-d346-2cdf-5b01-a38a9d44f4d5-1861a082, #w-node-a3a038f7-c885-97a4-c70f-c5a51e96f9ea-1861a082, #w-node-a6e5e23e-140d-8d3b-8d8f-62e9d0beae04-1861a082, #w-node-a6e5e23e-140d-8d3b-8d8f-62e9d0beae05-1861a082, #w-node-_066fa61f-1d9e-7ef7-1015-19502272db4f-1861a082, #w-node-_066fa61f-1d9e-7ef7-1015-19502272db50-1861a082, #w-node-_066fa61f-1d9e-7ef7-1015-19502272db51-1861a082, #w-node-_7377f23e-1a2b-7011-cfab-1bb7c530d3f5-1861a082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96b34fc5-26fd-37ba-c364-e83024c0687b-1861a082 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_475db1d9-71cf-1f5d-4931-1d541b36b33a-1861a082, #w-node-_7377f23e-1a2b-7011-cfab-1bb7c530d3f6-1861a082, #w-node-_7377f23e-1a2b-7011-cfab-1bb7c530d3f7-1861a082, #w-node-_6cb55234-5e4b-6d28-59eb-086b0307ae10-1861a082, #w-node-_6cb55234-5e4b-6d28-59eb-086b0307ae14-1861a082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc1e4e4e-786e-f335-96c4-df444326fa2a-1861a082 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_6cb55234-5e4b-6d28-59eb-086b0307ae16-1861a082, #w-node-_6cb55234-5e4b-6d28-59eb-086b0307ae18-1861a082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a637c4d4-473e-12e4-1878-c72f72675921-1861a082 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_477f65e7-82da-cbb9-d98d-c38b9fede3b3-1861a082, #w-node-_15e8f601-754c-3730-a2f4-369bc3323817-1861a082, #w-node-_15e8f601-754c-3730-a2f4-369bc332381a-1861a082, #w-node-_20293a0d-f792-155a-a27f-b23af8d9cab5-1861a082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-c7cd7e1a-f127-317f-5260-80f12461c366-1861a082 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_71b81500-a3e9-2495-6ee6-79b8edf34ccf-1861a082 {
    grid-template-rows: auto minmax(200px, 1fr);
    grid-template-columns: 2.25fr 2.25fr;
  }

  #w-node-da97381e-ceba-a86f-adf7-66d567e25b6f-1861a082 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-c7cd7e1a-f127-317f-5260-80f12461c366-1861a082 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2ca69848-9d7d-c31c-5be6-deee10e4a08c-1861a082 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_943bc5a4-9387-52aa-660b-87e63f8cefa3-1861a082, #w-node-aa23a922-d24d-1524-3340-bfdfc55f6d57-1861a082 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4f41027d-78ce-ce59-cc0f-5c2a7b2bc5bd-1861a082 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eb7a4b5b-2ec4-16cb-0b42-838b8f7e3572-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b083fb39-8038-799c-f4e9-caae1c7d4e32-1861a082, #w-node-eb478212-d7d1-ed0d-7cdc-48fd155546f7-1861a082, #w-node-cf73d34a-5716-ddbd-eb4a-0d8d3e866522-1861a082, #w-node-_1756056d-3b3d-54b0-7239-0a1b2387c742-1861a082, #w-node-_8b04eaf1-a238-9f53-d893-9d3f36e655a6-1861a082, #w-node-_8b04eaf1-a238-9f53-d893-9d3f36e655b0-1861a082, #w-node-_8b04eaf1-a238-9f53-d893-9d3f36e655b9-1861a082, #w-node-_8b04eaf1-a238-9f53-d893-9d3f36e655c0-1861a082, #w-node-_7afd2634-ff96-654e-05b1-3e18d00748b5-1861a082, #w-node-_7afd2634-ff96-654e-05b1-3e18d00748bf-1861a082, #w-node-_7afd2634-ff96-654e-05b1-3e18d00748c8-1861a082, #w-node-_7afd2634-ff96-654e-05b1-3e18d00748cf-1861a082, #w-node-_4b94785a-7861-fe28-f259-0927ffb21282-1861a082, #w-node-_4b94785a-7861-fe28-f259-0927ffb2128c-1861a082, #w-node-_4b94785a-7861-fe28-f259-0927ffb21295-1861a082, #w-node-_4b94785a-7861-fe28-f259-0927ffb2129c-1861a082, #w-node-_797b16c3-df70-f84b-b8b6-ad5539f7cf9d-1861a082, #w-node-_797b16c3-df70-f84b-b8b6-ad5539f7cfa7-1861a082, #w-node-_797b16c3-df70-f84b-b8b6-ad5539f7cfb0-1861a082, #w-node-_797b16c3-df70-f84b-b8b6-ad5539f7cfb7-1861a082 {
    place-self: center;
  }

  #w-node-_1c11bd07-868f-8fd5-29b5-0b902c7e9d16-1861a082, #w-node-_1c11bd07-868f-8fd5-29b5-0b902c7e9d68-1861a082 {
    grid-area: span 4 / span 1 / span 4 / span 1;
    place-self: center;
  }

  #w-node-_71b81500-a3e9-2495-6ee6-79b8edf34ccf-1861a082 {
    grid-template-rows: auto minmax(200px, 1fr);
    grid-template-columns: 1.25fr 2.25fr;
  }

  #w-node-_0631bb56-5656-e8a3-8c7d-7450ec220803-1861a082, #w-node-_665d5a4b-3bbd-deac-f4b4-fb03e0792f25-1861a082 {
    grid-column: span 2 / span 2;
  }

  #w-node-c7cd7e1a-f127-317f-5260-80f12461c367-1861a082, #w-node-c7cd7e1a-f127-317f-5260-80f12461c368-1861a082, #w-node-_8022c677-e0b3-d3e0-8442-87a08e07cbb0-1861a082 {
    grid-column: span 3 / span 3;
  }

  #w-node-ce8c9fc0-03ef-f70b-53b5-46de608b8bb6-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_20293a0d-f792-155a-a27f-b23af8d9cab5-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bcfe789b-f836-780e-4eab-619c971ea48a-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_55599e63-80e7-f808-bad6-1a42ca947b50-1861a082, #w-node-b083fb39-8038-799c-f4e9-caae1c7d4e32-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_9fd4923c-e21f-61d0-d0c7-55563e94aef5-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-eb478212-d7d1-ed0d-7cdc-48fd155546f7-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-ef57da12-87a1-a170-a996-ed71846b57e7-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-cf73d34a-5716-ddbd-eb4a-0d8d3e866522-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_1b18b7f5-c5ce-12c6-4fa5-863926128d47-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_1756056d-3b3d-54b0-7239-0a1b2387c742-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_8b04eaf1-a238-9f53-d893-9d3f36e655a1-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b04eaf1-a238-9f53-d893-9d3f36e655a2-1861a082, #w-node-_8b04eaf1-a238-9f53-d893-9d3f36e655a6-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_8b04eaf1-a238-9f53-d893-9d3f36e655ab-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_8b04eaf1-a238-9f53-d893-9d3f36e655b0-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_8b04eaf1-a238-9f53-d893-9d3f36e655b4-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_8b04eaf1-a238-9f53-d893-9d3f36e655b9-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_8b04eaf1-a238-9f53-d893-9d3f36e655bd-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_8b04eaf1-a238-9f53-d893-9d3f36e655c0-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_7afd2634-ff96-654e-05b1-3e18d00748b0-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7afd2634-ff96-654e-05b1-3e18d00748b1-1861a082, #w-node-_7afd2634-ff96-654e-05b1-3e18d00748b5-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_7afd2634-ff96-654e-05b1-3e18d00748ba-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_7afd2634-ff96-654e-05b1-3e18d00748bf-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_7afd2634-ff96-654e-05b1-3e18d00748c3-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_7afd2634-ff96-654e-05b1-3e18d00748c8-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_7afd2634-ff96-654e-05b1-3e18d00748cc-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_7afd2634-ff96-654e-05b1-3e18d00748cf-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_4b94785a-7861-fe28-f259-0927ffb2127d-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4b94785a-7861-fe28-f259-0927ffb2127e-1861a082, #w-node-_4b94785a-7861-fe28-f259-0927ffb21282-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_4b94785a-7861-fe28-f259-0927ffb21287-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_4b94785a-7861-fe28-f259-0927ffb2128c-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_4b94785a-7861-fe28-f259-0927ffb21290-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_4b94785a-7861-fe28-f259-0927ffb21295-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_4b94785a-7861-fe28-f259-0927ffb21299-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_4b94785a-7861-fe28-f259-0927ffb2129c-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_797b16c3-df70-f84b-b8b6-ad5539f7cf98-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_797b16c3-df70-f84b-b8b6-ad5539f7cf99-1861a082, #w-node-_797b16c3-df70-f84b-b8b6-ad5539f7cf9d-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_797b16c3-df70-f84b-b8b6-ad5539f7cfa2-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_797b16c3-df70-f84b-b8b6-ad5539f7cfa7-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_797b16c3-df70-f84b-b8b6-ad5539f7cfab-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_797b16c3-df70-f84b-b8b6-ad5539f7cfb0-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_797b16c3-df70-f84b-b8b6-ad5539f7cfb4-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_797b16c3-df70-f84b-b8b6-ad5539f7cfb7-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_1c11bd07-868f-8fd5-29b5-0b902c7e9d11-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c11bd07-868f-8fd5-29b5-0b902c7e9d12-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_1c11bd07-868f-8fd5-29b5-0b902c7e9d16-1861a082 {
    grid-area: span 4 / span 1 / span 4 / span 1;
    place-self: center;
  }

  #w-node-_1c11bd07-868f-8fd5-29b5-0b902c7e9d1b-1861a082, #w-node-_1c11bd07-868f-8fd5-29b5-0b902c7e9d24-1861a082, #w-node-_1c11bd07-868f-8fd5-29b5-0b902c7e9d2d-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_1c11bd07-868f-8fd5-29b5-0b902c7e9d63-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c11bd07-868f-8fd5-29b5-0b902c7e9d64-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_1c11bd07-868f-8fd5-29b5-0b902c7e9d68-1861a082 {
    grid-area: span 4 / span 1 / span 4 / span 1;
    place-self: center;
  }

  #w-node-_1c11bd07-868f-8fd5-29b5-0b902c7e9d6d-1861a082, #w-node-_1c11bd07-868f-8fd5-29b5-0b902c7e9d76-1861a082, #w-node-_1c11bd07-868f-8fd5-29b5-0b902c7e9d7f-1861a082 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}


