:root {
  --_clamp---heading-hero-size-over-1440px: clamp(103px, 6.8vw + 1rem, 160px);
  --_clamp---heading-hero-size-style-desktop: clamp(73px, 6vw + 1rem, 140px);
  --_clamp---subheading-hero: clamp(20px, .5vw + 1rem, 60px);
  --_clamp---subheading-hero-size-tablet: clamp(22px, 1.2vw + 1rem, 60px);
  --_clamp---paragrapgh-size-desktop: clamp(18px, .3vw + 1rem, 25px);
  --_clamp---heading-paragraph-size-desktop: clamp(30px, 4.5vw + 1rem, 67px);
  --_clamp---heading-paragraph-mobile: clamp(24px, 2.5vw + 1rem, 30px);
  --_clamp---paragraph-size-mobile: clamp(16px, 2vw, 20px);
  --_clamp---heading-hero-size-mobile: clamp(35px, 2.5vw + 1rem, 60px);
  --_clamp---footer-txt-size: clamp(12px, 2vw, 16px);
  --_clamp---heading-paragraph-size-d2: clamp(28px, 3.5vw + 1rem, 67px);
  --_clamp---heading-hero-size-style-desktop-mniejszy: clamp(50px, 4vw + 1rem, 140px);
  --_clamp---heading-hero-size-tablet: clamp(60px, 6vw + 1rem, 160px);
  --_clamp---heading-hero-size-d3: clamp(73px, 5.5vw + 1rem, 140px);
}

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

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

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

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

.section {
  object-fit: none;
  background-color: #e2efff;
  background-image: linear-gradient(#93c4ff, #e2efff);
  width: 1280px;
  height: 832px;
  margin-left: 100px;
  margin-right: 100px;
}

.heading-hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  font-family: Kalam, sans-serif;
  font-size: var(--_clamp---heading-hero-size-over-1440px);
  text-shadow: 0 4px 4px #0003;
  vertical-align: baseline;
  flex-flow: column;
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  font-weight: 400;
  line-height: .864;
}

.heading-hero-section.heading-style {
  font-size: var(--_clamp---heading-hero-size-style-desktop);
  justify-content: flex-end;
  align-items: flex-end;
}

.subheading-hero {
  color: #fff;
  font-family: Kalam, sans-serif;
  font-size: var(--_clamp---subheading-hero);
  font-weight: 300;
  line-height: 1.1;
  text-decoration: none;
}

.subheading-hero.pole {
  font-size: var(--_clamp---paragrapgh-size-desktop);
}

.image {
  vertical-align: baseline;
  width: 441.53px;
  height: 603.84px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e3f0ff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  font-family: Quicksand, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.section-2 {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

._26f48c46-19ac-4d45-a9c1-9fdd1e6fa51b-1 {
  border-radius: 10px;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: space-between;
  place-items: start stretch;
  min-width: 100%;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.navbar.mobile {
  display: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
}

.container {
  align-items: stretch;
  min-width: 90vw;
  max-width: 90%;
  display: block;
}

.container.container-kim-jeste-my {
  display: flex;
}

.container.container-style-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  overflow: visible;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.menu-button {
  box-sizing: border-box;
  object-fit: fill;
  overflow: visible;
}

.section-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
}

.link-block {
  float: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.link-block.navbar-link {
  padding-top: 15px;
}

.logo-hero {
  float: left;
  min-width: 140px;
  max-height: 80px;
  display: block;
}

.logo-hero:hover {
  transform: scale(1.1);
}

.container-2 {
  float: right;
}

.flex-block {
  text-indent: 0;
  overflow-wrap: anywhere;
  min-width: 30vw;
  padding-top: 20px;
}

.flex-block-2 {
  order: 0;
  justify-content: space-between;
  align-items: center;
  width: 60vw;
  min-width: 60vw;
  display: block;
}

.hero-section {
  display: flex;
  position: relative;
}

.hero-section.hero {
  background-image: linear-gradient(#93c4ff, #e2efff);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

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

.div-hero-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: inline-flex;
}

.div-hero-buttons.style {
  margin-top: 100px;
}

.div-block-2 {
  margin-top: 40px;
  margin-bottom: -12px;
}

.paragrapgh-hero {
  color: #fff;
  font-family: Kalam, sans-serif;
  font-size: var(--_clamp---paragrapgh-size-desktop);
  text-shadow: 0 0 40px #0003;
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4;
}

.link-block-3 {
  margin-left: 15px;
}

.div-block-3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.przycisk-info:hover {
  background-color: #0000;
}

.heading-paragraph {
  color: #000;
  font-family: Quicksand, sans-serif;
  font-size: var(--_clamp---heading-paragraph-size-desktop);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  line-height: 1.4;
}

.heading-paragraph.h1-info {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.heading-paragraph.h1-info.mobile {
  text-align: left;
  display: block;
}

.heading-paragraph.h2-info {
  text-align: right;
  margin-bottom: 0;
}

.heading-paragraph.h2-info.mobile {
  text-align: left;
}

.heading-paragraph.h2-kim-jeste-my {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
}

.heading-paragraph.h2-kim-jeste-my.mobile {
  font-size: var(--_clamp---heading-paragraph-size-desktop);
}

.heading-paragraph.mobile {
  margin-bottom: 0;
}

.heading-paragraph.mobile.kim-jestesmy {
  margin-top: 0;
  line-height: 1;
}

.paragraph-2 {
  color: #000;
  font-family: Quicksand, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.div-kim-jeste-my {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template: ". ."
                 ". ."
                 ". ."
                 "Area Area-2"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  padding-left: 5vw;
}

.hero-heading-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e4ebf3;
  grid-template: ". ."
                 "Area-2 Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: clip;
}

.image-4 {
  border-radius: 10px;
  min-width: 30vw;
  box-shadow: 0 0 40px #0003;
}

.list {
  color: #000;
  font-family: Quicksand, sans-serif;
  font-size: var(--_clamp---paragrapgh-size-desktop);
  min-width: 10vw;
  line-height: 35px;
}

.div-lista-styli {
  justify-content: space-around;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.image-5 {
  border-radius: 10px;
  display: block;
}

.container-base {
  justify-content: space-between;
  min-width: 90%;
  max-width: 90%;
  display: flex;
}

.div-lewy {
  min-width: 35vw;
}

.container-6 {
  min-width: 90%;
  max-width: 90%;
  margin-top: 60px;
}

.image-6 {
  border-radius: 10px;
  min-width: 90vw;
  display: block;
  box-shadow: 0 0 40px #fff;
}

.paragraph-info {
  font-size: var(--_clamp---paragrapgh-size-desktop);
  text-align: left;
  line-height: 1.4;
  display: block;
}

.paragraph-info.info {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.paragraph-info.info.mobile {
  display: none;
}

.paragraph-info.lokalizacja {
  text-align: right;
}

.paragraph-info.lokalizacja.mobile {
  text-align: left;
}

.paragraph-info.dojazd {
  text-align: right;
  text-transform: none;
  margin-right: 10px;
  font-weight: 300;
}

.paragraph-info.footer {
  text-align: center;
}

.paragraph-info.kontakt {
  display: flex;
}

.paragraph-info.mobile {
  display: none;
}

.paragraph-info.link-mail {
  color: #000;
  text-decoration: none;
}

.paragraph-info.link-mail:hover {
  text-decoration: underline;
}

.link-block-wod-guru {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-container {
  display: block;
}

.hero-div {
  justify-content: flex-start;
  align-items: stretch;
}

.hero-div.style {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.hero-div.style.hoop {
  display: block;
}

.div-block-8 {
  justify-content: flex-end;
  align-items: flex-start;
}

.image-7 {
  z-index: auto;
  min-width: 30vw;
  position: absolute;
  inset: 7vh -3vw 0% auto;
}

.image-7:hover {
  transform: rotate(-5deg);
}

.image-8 {
  min-width: 20vw;
  position: absolute;
  top: 44vh;
  right: 19vw;
}

.image-8:hover {
  transform: rotate(5deg);
}

.image-9 {
  min-width: 25vw;
  position: absolute;
  inset: 0% 18vw auto auto;
}

.image-9:hover {
  transform: rotate(5deg);
}

.image-10 {
  min-width: 25vw;
  position: absolute;
  inset: 8% 17% auto auto;
}

.image-11 {
  position: absolute;
  inset: auto 15vw 0% auto;
}

.image-12 {
  min-width: 15vw;
  position: absolute;
  inset: 10vh -3vw auto auto;
}

.image-13 {
  z-index: 0;
  max-width: 50vw;
  display: inline-block;
  position: absolute;
  inset: 90vh auto 0% 0%;
}

.pink-blob {
  z-index: -1;
  position: absolute;
  inset: 55vh auto 0% 0%;
}

.blue-blob {
  z-index: -1;
  position: absolute;
  inset: 35vh 0% 0% auto;
}

.container-7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 90%;
  max-width: 90%;
  position: relative;
}

.link-block-ig {
  justify-content: flex-start;
  align-items: center;
}

.link {
  text-align: center;
  justify-content: center;
  font-family: Quicksand, sans-serif;
  font-size: 44px;
  line-height: 52px;
  display: flex;
}

.image-16 {
  text-align: left;
}

.image-martyna {
  display: inline-block;
  position: absolute;
  top: 10%;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
}

.container-8 {
  justify-content: flex-start;
  align-items: center;
  min-width: 980px;
  max-width: 70vw;
  display: flex;
}

.div-info {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 540px;
  margin-bottom: 10px;
  display: flex;
}

.div-info.mobile {
  margin-bottom: 0;
}

.div-block-10 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.section-action {
  background-color: #ebf4ff;
  margin-top: 20px;
}

.container-9 {
  justify-content: space-between;
  align-items: center;
  min-width: 980px;
  max-width: 70vw;
  display: flex;
}

.container-10 {
  background-color: #ebf4ff;
  justify-content: space-between;
  align-items: stretch;
  min-width: 90%;
  max-width: 90%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.link-block-5 {
  justify-content: flex-end;
  min-width: 9vw;
  max-width: 9vw;
  display: flex;
}

.link-block-5.mobile {
  display: none;
}

.link-block-6 {
  display: flex;
}

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

.link-block-6.mobile {
  display: block;
}

.div-block-11 {
  justify-content: space-between;
  display: flex;
}

.section-5 {
  background-color: #ebf4ff;
  box-shadow: 0 0 40px #0003;
}

.button-wi-cej-info {
  color: #fff;
  font-family: Kalam, sans-serif;
  font-size: var(--_clamp---paragrapgh-size-desktop);
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  max-height: 3.5vh;
  padding-top: 12px;
  font-weight: 300;
  line-height: 100%;
  display: flex;
}

.button-wi-cej-info:hover {
  color: gray;
  background-color: #ffffffad;
}

.button-zapisz-si {
  font-family: Kalam, sans-serif;
  font-size: var(--_clamp---paragrapgh-size-desktop);
  text-align: center;
  background-color: #ff9aba;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  max-height: 3.5vh;
  padding-top: 12px;
  font-weight: 300;
  line-height: 100%;
  display: flex;
}

.button-zapisz-si:hover {
  background-color: #ff4c85;
}

.button-zapisz-si.navbar-button {
  max-height: 3.5vh;
  margin-top: 20px;
  padding-top: 12px;
}

.button-zapisz-si.grafik {
  min-width: 15vw;
  margin-top: 2vh;
  font-size: 35px;
  text-decoration: none;
}

.button-zapisz-si.grafik:hover {
  transform: scale(1.1);
}

.button-zapisz-si.landing-page-bottom {
  min-height: 50px;
  max-height: none;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.nav-div {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container-11 {
  min-width: 90%;
  max-width: 90%;
}

.div-block-13 {
  justify-content: space-between;
  display: flex;
}

.div-block-14 {
  justify-content: flex-end;
  display: flex;
}

.div-block-14.mobile {
  display: block;
}

.container-12 {
  min-width: 90%;
  max-width: 90%;
}

.section-6 {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.footer-dark {
  background-color: #93c4ff;
  border-bottom: 1px solid #e4ebf3;
  padding-top: 20px;
  position: relative;
}

.footer-dark.hoop {
  background-color: #00000075;
}

.container-13 {
  width: 100%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.footer-brand {
  align-self: center;
  margin-bottom: 20px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e3f0ff;
  min-width: 100vw;
  height: 1px;
  margin-bottom: 5px;
  display: block;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-copyright-center.footer-margin {
  font-size: var(--_clamp---footer-txt-size);
  margin-bottom: 5px;
  line-height: 1;
}

.paragraph-footer {
  color: #000;
  font-family: Quicksand, sans-serif;
  font-size: var(--_clamp---footer-txt-size);
  font-weight: 300;
  line-height: 1.2;
}

.paragraph-footer.link-mail {
  text-decoration: none;
}

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

.paragraph-footer.inline {
  display: inline;
}

.div-block-15 {
  flex-flow: column;
  display: flex;
}

.link-kontakt {
  color: #000;
  text-decoration: none;
  display: flex;
}

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

.div-block-16 {
  margin-bottom: -10px;
  padding-bottom: 0;
  display: flex;
}

.div-block-17 {
  flex-flow: row;
  display: flex;
}

.link-block-7 {
  color: #000;
  text-decoration: none;
  display: flex;
}

.link-block-7:hover {
  text-decoration: underline;
}

.footer-blub {
  max-height: 50vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-blub.yellow {
  inset: 0% auto 0% 0%;
}

.image-19 {
  max-height: 50vh;
  position: absolute;
}

.image-20 {
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-18 {
  min-height: 10px;
}

.image-21 {
  max-width: 45vw;
  margin-top: 10px;
}

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

.image-22 {
  z-index: 0;
  min-width: 25vw;
  max-height: 45vh;
  position: absolute;
  inset: 37vh 20vw auto auto;
}

.div-block-19 {
  justify-content: space-between;
}

.slider {
  height: 100vh;
  display: none;
}

.slide-image {
  background-image: url('../images/High-heels-pose-on-street.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-image-2 {
  background-image: url('../images/Standing-split-pose.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.slide-image-3 {
  background-image: url('../images/Aerial-Hoop-Pose.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-21, .div-block23.mobile, .karuzela-opinii.mobile {
  display: none;
}

.body-style {
  background-color: #e3f0ff;
}

.style-div-left-side {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.style-div-left-side.div-style {
  display: block;
}

.style-div-left-side.hoop {
  margin-top: 25vh;
  display: block;
}

.style-pic {
  border-radius: 10px;
  min-width: 30vw;
  box-shadow: 0 0 40px #0003;
}

.style-pic.left {
  margin-right: 20px;
}

.style-pic.right {
  margin-left: 20px;
}

.paragraph-style {
  color: #000;
  font-family: Quicksand, sans-serif;
  font-size: var(--_clamp---paragrapgh-size-desktop);
  text-align: left;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
}

.paragraph-style.text-link-style {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.paragraph-style.tel-link {
  font-size: 25px;
  display: inline;
}

.paragraph-style.tel-link:hover {
  text-decoration: underline;
}

.paragraph-style.tel-link.footer {
  font-size: var(--_clamp---paragrapgh-size-desktop);
}

.paragraph-style.inline {
  display: inline;
}

.paragraph-style.hook {
  font-size: var(--_clamp---subheading-hero-size-tablet);
  text-align: center;
  text-transform: none;
  text-decoration: none;
}

.paragraph-style.hook.hoop {
  text-transform: none;
}

.paragraph-style.footer {
  font-size: var(--_clamp---footer-txt-size);
  line-height: 1.2;
  display: inline;
}

.paragraph-style.footer.link-mail {
  font-size: var(--_clamp---footer-txt-size);
}

.paragraph-style.link-mail {
  font-size: var(--_clamp---paragrapgh-size-desktop);
}

.paragraph-style.link-mail:hover, .paragraph-style.link-tel:hover {
  text-decoration: underline;
}

.paragraph-style.tablet {
  display: none;
}

.h1-style {
  font-family: Quicksand, sans-serif;
  font-size: var(--_clamp---heading-paragraph-size-d2);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
}

.h1-style.prawy-h1 {
  text-align: right;
}

.h1-style.tablet {
  display: none;
}

.h1-style.pole {
  font-size: var(--_clamp---heading-paragraph-size-d2);
}

.style-div-right-pic {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.section-style {
  margin-top: 40px;
  padding-bottom: 60px;
  position: relative;
  overflow: visible;
}

.section-style.hoop {
  background-image: linear-gradient(red, #000);
}

.link-style {
  max-width: 30vw;
}

.div-style {
  margin-bottom: 40px;
  display: flex;
}

.div-style.grafik {
  text-align: left;
  display: block;
}

.image-25 {
  border-radius: 10px;
}

.embed-style {
  margin-bottom: 40px;
}

.hero-section-style {
  z-index: 1;
  background-image: url('../images/Aerial-Hammock-Pose.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  min-height: 100vh;
  position: relative;
  transform: translate(0);
}

.hero-section-style.hoop {
  background-image: url('../images/Aerial-Hoop.avif');
  background-position: 50%;
  min-height: 120vh;
}

.hero-section-style.pole {
  text-transform: uppercase;
  background-image: url('../images/Pole-Dance.avif');
  background-position: 50%;
  min-height: 120vh;
  overflow: hidden;
}

.hero-section-style.pole.mobile, .hero-section-style.mobile {
  display: none;
}

.heading-style {
  color: #fff;
  font-family: Kalam, sans-serif;
  font-size: var(--_clamp---heading-hero-size-style-desktop);
  line-height: .864px;
}

.heading-style.tablet {
  font-size: var(--_clamp---heading-hero-size-style-desktop-mniejszy);
  line-height: .864;
}

.heading-style.tablet.pole {
  font-size: var(--_clamp---heading-hero-size-d3);
}

.div-footer {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.bold-text {
  font-weight: 300;
}

.image-style-absolute {
  z-index: 0;
  max-width: 55vw;
  max-height: 85vh;
  display: block;
  position: absolute;
  inset: -5% -4vw 0% auto;
}

.link-instagram.footer {
  margin-bottom: 5px;
}

.div-left {
  flex-flow: row;
  display: block;
}

.div-left.pole {
  display: block;
}

.div-up {
  font-size: var(--_clamp---paragraph-size-mobile);
  display: flex;
}

.div-up.hoop {
  margin-bottom: 60px;
}

.image-style {
  z-index: 2;
  border-radius: 10px;
  margin-top: 60px;
  display: block;
  position: relative;
  box-shadow: 0 0 40px #0003;
}

.image-style.instruktor {
  max-width: 40vw;
  margin-top: 0;
  margin-left: 100px;
}

.image-style.instruktor.pole {
  margin-left: 0;
  margin-right: 60px;
}

.image-style.instruktor.hoop {
  min-width: 40vw;
  max-width: 40vw;
  margin-left: 0;
  margin-right: 60px;
}

.image-style.instruktor.hoop-2 {
  margin-left: 60px;
}

.image-style.hamak {
  min-width: 90vw;
}

.image-style.pole {
  max-width: 50vw;
  margin-top: 0;
  margin-left: 60px;
}

.image-style.hoop {
  min-width: 90vw;
}

.image-29 {
  border-radius: 10px;
  max-width: 40vw;
  box-shadow: 0 0 40px #0003;
}

.section-7 {
  margin-top: 40px;
}

.paragraph {
  font-size: var(--_clamp---paragrapgh-size-desktop);
}

.image-30 {
  display: block;
}

.div-block-26 {
  box-shadow: 0 0 40px #0003;
}

.blob-style {
  z-index: -1;
  max-width: 30vw;
  position: absolute;
  left: -102.406px;
  overflow: hidden;
  transform: rotate(142deg);
}

.blob-style.pink {
  max-width: 60vw;
  inset: 29.7vh -15% auto auto;
  transform: rotate(-9deg);
}

.blob-style.pink.pole {
  z-index: -1;
  top: -22%;
  right: 0%;
}

.blob-style.pole {
  z-index: -1;
  margin-left: 0%;
  inset: auto 26% 0% auto;
}

.image-31 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.subheading-paragraph {
  font-family: Quicksand, sans-serif;
  font-size: var(--_clamp---subheading-hero-size-tablet);
}

.div-instruktor {
  display: flex;
}

.div-instruktor.tablet {
  display: none;
}

.div-instruktor.hoop {
  flex-flow: column;
  display: block;
}

.div-right {
  justify-content: flex-end;
  padding-top: 26vh;
  display: flex;
}

.div-right.hoop {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: block;
}

.div-zajecia.pole, .div-down {
  display: flex;
}

@media screen and (max-width: 991px) {
  .subheading-hero {
    font-size: var(--_clamp---subheading-hero-size-tablet);
  }

  .container {
    max-width: 90vw;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .logo-hero {
    width: 180px;
  }

  .div-hero-buttons.style {
    margin-top: 20vh;
  }

  .div-hero-buttons.style.hoop {
    margin-top: 40vh;
  }

  .div-kim-jeste-my {
    flex: auto;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-base {
    min-width: 90%;
    max-width: 90%;
  }

  .div-lewy {
    min-width: 43vw;
  }

  .container-6 {
    min-width: 90%;
    max-width: 90%;
  }

  .hero-container.container {
    max-width: 728px;
  }

  .hero-div.style {
    display: block;
  }

  .hero-div.style.pole {
    display: flex;
  }

  .image-7 {
    max-width: 40vw;
  }

  .image-8 {
    max-width: 40vw;
    right: 12vw;
  }

  .image-9 {
    max-width: 35vw;
  }

  .image-10 {
    max-width: 30vw;
    top: 8vh;
  }

  .image-12 {
    max-width: 40vw;
  }

  .container-7 {
    min-width: 90%;
    max-width: 97%;
  }

  .image-martyna {
    top: 5%;
  }

  .button-wi-cej-info.pole {
    min-width: 120px;
  }

  .button-zapisz-si.navbar-button {
    min-width: 140px;
  }

  .button-zapisz-si.landing-page-bottom {
    font-size: var(--_clamp---heading-hero-size-mobile);
    line-height: 1;
  }

  .button-zapisz-si.pole {
    min-width: 130px;
  }

  .container-11 {
    max-width: 97%;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .footer-blub {
    max-height: 45vh;
  }

  .image-22 {
    max-width: 40vw;
  }

  .style-div-left-side {
    justify-content: space-between;
    align-items: stretch;
  }

  .style-pic {
    min-width: 40vw;
  }

  .paragraph-style {
    font-family: Quicksand, sans-serif;
    font-size: var(--_clamp---paragrapgh-size-desktop);
    line-height: 35px;
  }

  .paragraph-style.footer {
    line-height: 1.2;
  }

  .paragraph-style.tablet, .paragraph-style.desktop {
    display: block;
  }

  .h1-style {
    font-family: Quicksand, sans-serif;
    font-size: var(--_clamp---heading-hero-size-mobile);
  }

  .h1-style.tablet, .h1-style.desktop {
    display: block;
  }

  .h1-style.pole {
    font-family: Quicksand, sans-serif;
    font-size: var(--_clamp---heading-paragraph-size-desktop);
  }

  .div-block-25 {
    max-width: 50vw;
  }

  .style-div-right-pic {
    display: flex;
  }

  .hero-section-style.mobile {
    display: none;
  }

  .heading-style.tablet {
    font-size: var(--_clamp---heading-hero-size-tablet);
  }

  .div-opinie {
    margin-top: 40px;
  }

  .div-up.hoop {
    flex-flow: column;
  }

  .image-style.instruktor {
    min-width: 90vw;
    max-width: 95vw;
    margin-left: 0;
  }

  .image-style.instruktor.pole {
    min-width: 95vw;
    margin-right: 0;
  }

  .image-style.instruktor.hoop {
    order: 1;
    min-width: 90vw;
    max-width: 90vw;
  }

  .image-style.instruktor.hoop-2 {
    margin-left: 0;
  }

  .image-style.pole {
    max-width: 95vw;
    margin-left: 0;
  }

  .blob-style {
    max-width: 30vw;
  }

  .blob-style.pink {
    max-width: 70vw;
    top: 40vh;
  }

  .div-instruktor {
    flex-flow: column;
    display: block;
  }

  .div-instruktor.tablet {
    display: block;
  }

  .div-right {
    justify-content: flex-start;
    padding-top: 10vh;
  }

  .div-right.pole {
    justify-content: flex-end;
  }

  .div-zajecia.pole, .div-down {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .subheading-hero {
    display: block;
  }

  .body {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .navbar {
    z-index: 2;
    min-width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
  }

  .navbar.mobile {
    display: block;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container {
    max-width: 90%;
  }

  .container.container-kim-jeste-my {
    flex-flow: column;
    margin-top: 20px;
  }

  .container.container-style-left {
    max-width: 90vw;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-section.hero, .div-hero-buttons.style, .heading-paragraph.h1-info {
    display: none;
  }

  .heading-paragraph.h1-info.mobile {
    text-align: left;
    margin-top: 60px;
    display: block;
  }

  .heading-paragraph.h1-info.desktop {
    display: none;
  }

  .heading-paragraph.h2-info {
    margin-top: 60px;
  }

  .heading-paragraph.h2-info.mobile {
    text-align: left;
  }

  .heading-paragraph.h2-kim-jeste-my {
    text-align: center;
    justify-content: flex-start;
  }

  .heading-paragraph.mobile {
    text-align: center;
  }

  .paragraph-2 {
    font-size: var(--_clamp---paragraph-size-mobile);
    line-height: 1.6;
  }

  .div-kim-jeste-my {
    padding-left: 0;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .image-5 {
    box-shadow: 0 0 20px #0003;
  }

  .container-base {
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    margin-top: 20px;
  }

  .div-lewy {
    order: 1;
    align-self: center;
  }

  .container-6 {
    margin-top: 20px;
  }

  .paragraph-info.info {
    text-align: justify;
    display: block;
  }

  .paragraph-info.info.desktop {
    display: none;
  }

  .paragraph-info.info.mobile {
    display: block;
  }

  .paragraph-info.lokalizacja {
    text-align: left;
  }

  .paragraph-info.mobile {
    text-align: left;
    max-width: 78vw;
    display: block;
  }

  .paragraph-info.desktop {
    display: none;
  }

  .hero-div.style {
    display: block;
  }

  .hero-div.style.hoop {
    justify-content: flex-start;
    align-items: center;
    margin-top: 100vh;
    display: flex;
  }

  .hero-div.style.pole {
    justify-content: flex-end;
    align-items: center;
    padding-top: 110vh;
  }

  .image-13 {
    display: none;
  }

  .pink-blob {
    top: 25vh;
  }

  .blue-blob {
    top: 100vh;
  }

  .container-7 {
    max-width: 90%;
  }

  .image-martyna {
    z-index: -1;
    min-width: 60vw;
    max-width: 70vw;
    top: 20%;
  }

  .div-info.mobile, .div-block-10 {
    display: block;
  }

  .div-block-10.mobile {
    display: flex;
  }

  .container-10 {
    max-width: 90%;
  }

  .link-block-5.mobile {
    align-self: center;
    min-width: 15vw;
    max-width: 15vw;
    display: block;
  }

  .link-block-6.mobile {
    align-self: center;
    min-width: 12vw;
    margin-left: 4px;
  }

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

  .container-11 {
    max-width: 90%;
  }

  .div-block-13 {
    flex-flow: column;
  }

  .div-block-14.mobile {
    display: none;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    min-width: 95vw;
    margin-top: 0;
  }

  .footer-blub {
    max-height: 30vh;
  }

  .footer-blub.yellow {
    max-height: 30vh;
    inset: 0% auto 0% 0%;
  }

  .image-19 {
    max-height: 20vh;
  }

  .div-block-20 {
    position: relative;
  }

  .paragraph-3 {
    display: none;
  }

  .paragraph-4 {
    color: #0000;
  }

  .slider {
    display: block;
  }

  .slide-image {
    background-position: 50%;
  }

  .slide-image-2 {
    background-image: url('../images/Standing-split-pose.avif');
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-image-3 {
    background-position: 100%;
  }

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

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

  .div-block23.mobile {
    order: -1;
    display: block;
  }

  .div-block-24.desktop {
    display: none;
  }

  .image-23 {
    text-align: left;
  }

  .mobile-hero-heading {
    color: #fff;
    font-family: Kalam, sans-serif;
    font-size: var(--_clamp---heading-hero-size-mobile);
    justify-content: center;
    align-items: flex-end;
    margin-top: 70vh;
    line-height: 1.4;
    display: flex;
  }

  .style-div-left-side.div-style.mobile {
    max-width: none;
  }

  .paragraph-style {
    font-size: var(--_clamp---paragraph-size-mobile);
    line-height: 1.4;
  }

  .paragraph-style.tel-link {
    font-size: var(--_clamp---paragraph-size-mobile);
  }

  .paragraph-style.tel-link.footer {
    color: #fff;
  }

  .paragraph-style.footer, .paragraph-style.footer.link-mail {
    color: #000;
  }

  .paragraph-style.link-mail {
    color: #fff;
  }

  .h1-style {
    font-size: var(--_clamp---heading-paragraph-mobile);
  }

  .div-block-25 {
    max-width: none;
  }

  .hero-section-style {
    background-position: 25%;
  }

  .hero-section-style.pole {
    background-position: 33%;
  }

  .heading-style.tablet {
    color: #fff;
    font-size: var(--_clamp---heading-hero-size-style-desktop);
    justify-content: center;
  }

  .heading-style.tablet.pole {
    margin-top: 0;
  }

  .image-style-absolute {
    display: none;
  }

  .image-26, .image-27 {
    display: block;
  }

  .image-style {
    border-radius: 10px;
    display: block;
  }

  .image-style.instruktor {
    max-width: 90vw;
    margin-left: 0;
  }

  .image-style.instruktor.pole {
    min-width: 90vw;
  }

  .image-style.pole {
    max-width: 90vw;
  }

  .image-29 {
    max-width: 100vw;
    margin-bottom: 20px;
  }

  .div-right {
    justify-content: center;
  }

  .div-right.pole {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .subheading-hero {
    text-align: center;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .heading-paragraph.h1-info {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .heading-paragraph.h1-info.mobile {
    text-align: center;
    font-size: 180%;
    display: block;
  }

  .heading-paragraph.h2-info {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .heading-paragraph.h2-kim-jeste-my.mobile {
    justify-content: center;
    align-items: flex-start;
    line-height: 45px;
  }

  .heading-paragraph.mobile {
    font-size: var(--_clamp---heading-paragraph-mobile);
  }

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

  .list {
    text-align: left;
    margin-bottom: 0;
    padding-left: 40px;
  }

  .div-lista-styli {
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .paragraph-info {
    font-size: var(--_clamp---paragraph-size-mobile);
    line-height: 1.4;
  }

  .paragraph-info.kontakt {
    display: block;
  }

  .hero-div.style {
    align-items: center;
    display: flex;
  }

  .hero-div.style.pole {
    padding-top: 90vh;
  }

  .pink-blob {
    top: 15vh;
  }

  .pink-blob.mobile {
    inset: auto auto -10% 0%;
  }

  .blue-blob {
    inset: auto 0% -20% auto;
  }

  .container-7 {
    position: static;
  }

  .image-martyna {
    max-width: 80vw;
    top: 23.1vh;
  }

  .div-info.mobile {
    justify-content: center;
    align-items: flex-start;
    margin-top: 55vh;
    margin-left: 40%;
    margin-right: 40%;
  }

  .link-block-5.mobile {
    min-width: 20vw;
    padding-left: 10px;
  }

  .button-zapisz-si.navbar-button {
    font-size: var(--_clamp---paragraph-size-mobile);
    min-width: 100px;
    max-height: 3.7vh;
  }

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

  .footer-divider {
    min-width: 90vw;
  }

  .link-kontakt {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    display: block;
  }

  .link-kontakt.tel {
    flex: none;
    display: block;
  }

  .footer-blub {
    max-width: 28vw;
    margin-top: 20%;
  }

  .footer-blub.yellow {
    margin-top: 20%;
    inset: 0%;
  }

  .slide-image-3 {
    background-position: 50%;
  }

  .div-block-21 {
    position: relative;
  }

  .mobile-hero-heading {
    font-size: var(--_clamp---heading-hero-size-mobile);
  }

  .right-arrow {
    max-height: 90%;
    inset: 10% 0% 0% auto;
  }

  .left-arrow {
    max-height: 90%;
    top: 10%;
  }

  .karuzela-opinii.desktop {
    display: none;
  }

  .karuzela-opinii.mobile {
    display: block;
  }

  .paragraph-style.link-mail {
    overflow-wrap: anywhere;
    line-height: 20px;
  }

  .div-block-25 {
    max-width: none;
  }

  .hero-section-style {
    background-position: 25%;
    background-size: cover;
    display: none;
  }

  .hero-section-style.hoop {
    display: none;
  }

  .hero-section-style.hoop.mobile {
    background-image: url('../images/Aerial-Hoop-Mobile.avif');
    background-position: 50%;
    background-size: cover;
    min-height: 100vh;
    display: block;
  }

  .hero-section-style.pole {
    background-size: auto;
    display: none;
  }

  .hero-section-style.pole.mobile {
    background-image: url('../images/Pole-Dance-Mobile.avif');
    background-position: 50%;
    background-size: cover;
    min-height: 100vh;
    display: block;
  }

  .hero-section-style.mobile {
    background-image: url('../images/Aerial-Hamak-Mobile.avif');
    background-position: 50%;
    background-size: cover;
    display: block;
  }

  .heading-style.tablet {
    font-size: var(--_clamp---heading-hero-size-mobile);
    margin-top: 84vh;
  }

  .heading-style.tablet.pole, .heading-style.tablet.mobile {
    font-size: var(--_clamp---heading-hero-size-style-desktop-mniejszy);
  }

  .image-style {
    vertical-align: baseline;
    border-radius: 10px;
    display: block;
    box-shadow: 0 0 40px #0003;
  }

  .blob-style {
    max-width: 40vw;
  }

  .blob-style.pink {
    top: 51.1vh;
  }

  .blob-style.pink.pole {
    top: -26%;
  }

  .image-32 {
    z-index: -1;
    position: absolute;
  }
}

#w-node-cadd2de5-42c9-49d4-f73b-146ea091a801-72289e06, #w-node-_18b3fe82-e64f-08b8-ab12-e2c02076dc41-72289e06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


