:root {
  --delikatny: #0000;
  --white: #f8f8f8cc;
  --black: #333333c7;
  --_flyspot---flyspot: #e61658;
  --bg1: #7c746700;
  --_flyspot---color: white;
  --light-grey: #757474c7;
  --bg2: #ffffff42;
}

.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;
}

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

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

.section-hero {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.text-block {
  color: var(--white);
  letter-spacing: 1px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.text-block._2 {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
}

.body {
  color: var(--black);
  background-color: #fff0;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  font-family: Oswald, sans-serif;
}

.button {
  margin-top: 40px;
}

.submit-button {
  border: 1px solid var(--_flyspot---flyspot);
  background-color: var(--_flyspot---flyspot);
  letter-spacing: 2px;
  border-radius: 0 10px 10px 0;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  transition: all .5s;
}

.submit-button:hover {
  background-color: var(--black);
  filter: contrast(150%);
  color: var(--white);
  background-image: none;
  font-weight: 500;
}

.submit-button:focus-visible, .submit-button[data-wf-focus-visible] {
  border-color: #3a80a0;
}

.submit-button.one {
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 13rem;
  height: 3.6rem;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  display: flex;
}

.submit-button.one:hover {
  border-style: none;
}

.submit-button.one._2 {
  width: 28rem;
}

.submit {
  z-index: 100;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.submit.cta {
  z-index: 0;
  position: relative;
}

.logo {
  z-index: 5;
  text-align: center;
}

.logo.mobile {
  display: none;
}

.heading {
  color: var(--black);
  font-size: 44px;
}

.text-span-6 {
  color: var(--_flyspot---flyspot);
}

.div-block-7 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.container-2 {
  background-image: none;
  margin-top: 100px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.accordion {
  z-index: 1;
  box-shadow: none;
  border-bottom-width: 1px;
  border-bottom-color: #d3d4d4;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30vh;
  min-height: 0;
  max-height: 90vh;
  margin-bottom: 20px;
  transition: box-shadow .75s, border-color .75s;
  display: flex;
  position: relative;
  overflow: clip;
}

.accordion:hover {
  z-index: 2;
  box-shadow: 0 10px 40px 30px #d3d4d466;
}

.medium-text {
  font-size: 18px;
  line-height: 150%;
}

.medium-text.limit {
  max-width: none;
}

.medium-text.limit.no-space-bottom {
  filter: hue-rotate(135deg);
  padding-top: 2px;
  font-size: 16px;
  font-weight: 400;
  overflow: visible;
}

.accordion-item-trigger {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 140%;
  transition: all .2s;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .69;
}

.no-space-bottom {
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.container-7 {
  max-width: 70rem;
  margin-top: 100px;
}

.div-block-17 {
  max-width: 70rem;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-18 {
  background-image: linear-gradient(#f0f0f0b8, #f0f0f0b8);
  margin-top: 20px;
  margin-bottom: 100px;
  padding: 20px 20px 10px;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.div-block-18._2 {
  background-image: linear-gradient(0deg, var(--white), var(--white));
}

.bold-text-9 {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.footer-copyright {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 25px;
}

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

.sm-icon {
  aspect-ratio: 3 / 2;
  filter: contrast(0%);
  border-radius: 0;
  width: 50px;
}

.sm-icon:hover {
  filter: contrast(50%);
}

.cointainter-grid {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.grid-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  place-items: center;
}

.footer-social-block-two {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-20 {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.sticky-bar {
  border-width: 1px;
  border-color: var(--_flyspot---flyspot);
  background-image: linear-gradient(to bottom, var(--_flyspot---color), var(--_flyspot---color));
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 940px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-bar {
  z-index: 10;
  background-color: #f5f5f500;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: -108px;
  display: flex;
  position: sticky;
  top: 0;
}

.text-span-7 {
  color: var(--_flyspot---flyspot);
  font-family: Oswald, sans-serif;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 2.75rem;
}

.text-block-6 {
  color: #f8f8f8;
  letter-spacing: 1px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.text-block-6.bolt {
  color: #333;
  font-weight: 600;
}

.text-block-6.bolt.red {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-weight: 500;
}

.hero-subtext-2 {
  text-align: center;
  background-image: none;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px;
}

.button-3 {
  text-transform: uppercase;
  background-color: #e61658;
  border-radius: 40px;
  padding: 24px;
  font-size: 26px;
  font-weight: 500;
  transition: all .4s;
}

.button-3:hover {
  color: #333;
  background-color: #f8f8f8;
}

.div-block-27 {
  margin-bottom: 30px;
}

.container-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70rem;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.center-2 {
  background-color: var(--delikatny);
  background-image: linear-gradient(#fffc, #fffc);
  border-width: 1px;
  border-color: #e61658;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.image-8 {
  filter: hue-rotate(135deg);
}

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

.div-block-31._2 {
  margin-top: 6px;
  position: static;
  top: 65px;
}

.team-member-text {
  text-align: center;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
}

.gallery-image-2 {
  text-align: center;
  border-radius: 20px;
  width: 60%;
  height: 280px;
}

.gallery-image-2.obiekrty {
  width: 60%;
}

.team-member-name-two {
  text-align: center;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.heading-4 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.75rem;
}

.gallery-slide-image-3 {
  text-align: center;
}

.locationlink-2 {
  color: #333;
  font-family: Exo, sans-serif;
}

.locationlink-2:hover, .locationlink-2:active {
  color: #e61658;
}

.localization-container {
  border-radius: 0;
  margin-top: 100px;
  margin-bottom: 140px;
}

.slider-4 {
  background-color: #ddd0;
  margin-bottom: 60px;
}

.slide-nav-3 {
  position: static;
}

.mask-4 {
  height: 400px;
}

.div-block-33, .div-block-34 {
  margin-top: 60px;
}

.bold-text-10 {
  color: var(--black);
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.75rem;
}

.bold-text-10.hero {
  font-size: 2.375rem;
}

.topbar {
  max-width: 70rem;
}

.div-block-35 {
  padding-top: 10px;
}

.div-block-36 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 70rem;
  height: 27rem;
}

.text-span-8 {
  color: var(--_flyspot---flyspot);
}

.heading-5 {
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 2rem;
}

.heading-5.subtitle {
  color: var(--light-grey);
  font-size: 1.2rem;
  font-weight: 600;
}

.text-span-9 {
  color: #e61658c7;
}

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

.grid.mobile {
  display: none;
}

.grid-image-container {
  background-image: url('../images/image05.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 20rem;
}

.grid-image-container._1 {
  background-image: url('../images/image05.avif');
  background-size: cover;
}

.grid-image-container._2 {
  background-image: url('../images/image07_1.avif');
  background-position: 50%;
  background-size: cover;
}

.grid-image-container._3 {
  background-image: url('../images/image04.avif');
  background-size: cover;
}

.div-block-37 {
  margin-bottom: 100px;
}

.heading-6 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

.bold-text-11 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.grid-number {
  text-align: center;
  background-image: none;
  padding: 5px;
}

.heading-7 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.75rem;
}

.div-block-38 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-39 {
  text-align: center;
}

.bold-text-12 {
  font-weight: 600;
}

.text-span-11 {
  color: var(--_flyspot---flyspot);
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-42 {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: 20px;
}

.div-block-42._2 {
  position: relative;
  top: 40px;
}

.bold-text-13, .bold-text-14, .bold-text-15 {
  font-weight: 600;
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 20px;
  display: flex;
}

.div-block-44._2 {
  margin-top: 40px;
}

.div-block-45 {
  margin-bottom: 20px;
}

.div-block-45._2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

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

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

.div-block-48 {
  position: relative;
  top: -40px;
}

.div-block-49 {
  text-align: center;
}

.div-block-50 {
  margin-top: 140px;
}

.bold-text-16, .bold-text-17, .bold-text-18 {
  font-weight: 600;
}

.div-block-51 {
  margin-bottom: 20px;
}

.galeria-zdj {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 40px 30px;
  position: relative;
}

.locationlink {
  color: #333;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.locationlink:hover, .locationlink:active {
  color: #e61658;
}

.team-member-text-2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.gallery-slide-wrapper-2 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-2 {
  background-color: #0000;
  height: auto;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.gallery-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  padding-bottom: 100px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-2:focus-visible, .gallery-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-image-3 {
  text-align: center;
  width: 100%;
  height: 280px;
}

.gallery-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  padding-bottom: 100px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-2:focus-visible, .gallery-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.gallery-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-slide-image-2 {
  text-align: center;
  position: relative;
}

.gallery-slide-nav-2 {
  display: none;
}

.container-11 {
  max-width: 70rem;
}

.text-span-12 {
  color: var(--_flyspot---flyspot);
}

.mobile {
  display: none;
}

.background-video {
  width: 100%;
  height: 100%;
}

.hero-subtext {
  text-align: center;
  background-image: none;
  border-radius: 10px;
  margin-top: 60px;
  padding: 10px;
}

.text-span-4 {
  color: #e61658;
}

.bold-text {
  z-index: 5;
  color: #e61658;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Exo, sans-serif;
  font-size: 150%;
  line-height: 1;
  position: relative;
}

.bold-text._2 {
  color: #333;
}

.button-2 {
  text-transform: uppercase;
  background-color: #e61658;
  border-radius: 40px;
  padding: 24px;
  font-size: 26px;
  font-weight: 500;
  transition: all .4s;
}

.button-2:hover {
  color: #333;
  background-color: #f8f8f8;
}

.div-block-11 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.hero-heading {
  color: #e61658;
  text-align: center;
}

.phone, .phone:hover {
  filter: grayscale();
}

.div-block {
  margin-bottom: 30px;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.center {
  background-image: radial-gradient(circle, #0000, #fff);
  border: 1px solid #e61658;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 10px 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .medium-text {
    font-size: 16px;
  }

  .accordion-item-trigger {
    font-size: 19px;
  }

  .div-block-18 {
    margin-bottom: 20px;
  }

  .bold-text-9, .footer-copyright {
    font-size: 18px;
  }

  .grid-footer {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-social-block-two {
    display: flex;
  }

  .container-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-9 {
    margin-bottom: 0;
  }

  .heading-4 {
    text-align: center;
    display: block;
  }

  .topbar {
    max-width: 45rem;
  }

  .div-block-36 {
    width: 45rem;
  }

  .grid {
    flex-flow: column;
    display: none;
  }

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

  .grid-image-container._1 {
    background-size: auto;
  }

  .grid-image-container._2 {
    background-position: 50% 31%;
    background-size: auto;
    justify-content: center;
    align-items: center;
    width: 21rem;
  }

  .grid-image-container._3 {
    background-size: auto;
  }

  .div-block-37 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }

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

  .heading-7._2 {
    margin-bottom: 40px;
  }

  .div-block-40 {
    flex-flow: column;
    grid-template-columns: .75fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-41 {
    grid-template-columns: 1fr;
    display: block;
  }

  .div-block-42 {
    position: static;
  }

  .div-block-42._2 {
    margin-top: 40px;
    position: static;
  }

  .div-block-44 {
    margin-bottom: 40px;
  }

  .div-block-45._2 {
    text-align: center;
  }

  .div-block-46 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-47 {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
    position: static;
  }

  .div-block-48 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
    position: static;
  }

  .galeria-zdj {
    padding-top: 0;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

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

  .gallery-wrapper-3 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-52 {
    text-align: center;
    max-width: 21rem;
  }

  .div-block-53 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .image-10 {
    max-width: 52%;
  }

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

  .mobile {
    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;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-55 {
    display: none;
  }

  .div-block-56 {
    margin-top: 40px;
  }

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

  .bold-text {
    font-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .submit.cta {
    display: flex;
  }

  .accordion {
    height: 25vh;
    max-height: 80vh;
  }

  .accordion:hover {
    box-shadow: none;
  }

  .medium-text {
    font-size: 15px;
  }

  .accordion-item-trigger {
    font-size: 18px;
  }

  .div-block-18._2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

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

  .grid-footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

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

  .sticky-bar {
    background-image: none;
    border-style: none;
  }

  .container-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .center-2 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-35 {
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-36 {
    width: 32rem;
  }

  .galeria-zdj {
    padding: 100px 15px 0;
  }

  .gallery-slide-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .center {
    border-style: none;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    padding-top: 0;
  }

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

  .text-block._2 {
    font-size: .9rem;
  }

  .body {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
  }

  .submit-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button.one._2 {
    width: auto;
    padding: 30px 20px;
  }

  .submit {
    padding-top: 0;
  }

  .logo {
    width: 14rem;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .logo.mobile {
    margin-bottom: 40px;
    display: block;
  }

  .heading {
    margin-top: 60px;
    font-size: 38px;
  }

  .div-block-7 {
    margin-bottom: 20px;
  }

  .container-2 {
    margin-top: 0;
  }

  .medium-text.limit.no-space-bottom {
    font-size: 14px;
  }

  .accordion-item-trigger {
    font-size: 16px;
  }

  .no-space-bottom {
    font-size: 20px;
    line-height: 140%;
  }

  .div-block-14 {
    position: relative;
    left: -10px;
  }

  .container-7 {
    margin-top: 60px;
  }

  .div-block-17 {
    margin-top: 40px;
  }

  .div-block-18 {
    margin-bottom: 0;
  }

  .div-block-18._2 {
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-9 {
    text-align: left;
    font-size: 16px;
  }

  .footer-copyright {
    text-align: left;
    align-self: center;
    padding-top: 20px;
    font-size: 16px;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .sm-icon {
    width: 35px;
  }

  .grid-footer {
    grid-template-columns: 1fr;
    padding-left: 4%;
    padding-right: 4%;
  }

  .logo-flyspot-2 {
    padding-bottom: 20px;
  }

  .footer-social-block-two {
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    margin: 20px 0;
    display: flex;
  }

  .sticky-bar {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-7 {
    font-size: 1.5rem;
    line-height: 1;
  }

  .text-block-6 {
    font-size: 1rem;
  }

  .text-block-6.bolt.red {
    font-size: .9rem;
  }

  .hero-subtext-2 {
    background-image: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .hero-subtext-2._2 {
    padding-top: 0;
  }

  .div-block-27 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-9 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .center-2 {
    background-image: none;
    border-style: none;
    margin-top: 20px;
    display: block;
    position: static;
  }

  .div-block-31 {
    background-image: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-image-2 {
    width: auto;
    height: auto;
  }

  .gallery-image-2.obiekrty {
    width: 75%;
  }

  .team-member-name-two {
    font-family: Oswald, sans-serif;
  }

  .heading-4 {
    margin-bottom: 20px;
    line-height: 2rem;
  }

  .heading-4._2, .slider-4 {
    margin-bottom: 0;
  }

  .mask-4 {
    height: 300px;
  }

  .div-block-34 {
    margin-top: 20px;
  }

  .bold-text-10 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }

  .bold-text-10.hero {
    font-size: 1.5rem;
    line-height: 1;
  }

  .div-block-35 {
    text-align: center;
    max-width: 24rem;
  }

  .div-block-36 {
    width: 24rem;
    margin-top: 20px;
  }

  .heading-5.subtitle {
    font-size: 1rem;
    line-height: 1.6rem;
  }

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

  .heading-7._2 {
    margin-bottom: 0;
  }

  .div-block-42 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-44._2 {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .galeria-zdj {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .galeria-zdj.obiekty {
    padding-top: 10px;
  }

  .gallery-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .slider-arrow-embed-2 {
    box-sizing: content-box;
    object-fit: fill;
    position: relative;
  }

  .gallery-slider-left-2 {
    left: 0;
  }

  .gallery-image-3 {
    width: auto;
    height: auto;
  }

  .arrow-wrapper-2 {
    object-fit: fill;
    max-width: 100%;
  }

  .gallery-slider-right-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    right: 0;
  }

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

  .gallery-wrapper-3 {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .div-block-52 {
    max-width: 24rem;
  }

  .image-10, .image-11, .image-12 {
    max-width: 100%;
  }

  .mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-19 {
    line-height: 30px;
  }

  .background-video {
    margin-bottom: 0;
  }

  .hero-subtext {
    background-image: linear-gradient(#7c746700, #fff);
    margin-top: 40px;
  }

  .hero-heading {
    margin-top: 0;
    font-size: 38px;
    line-height: 42px;
  }

  .center {
    background-image: none;
  }
}

#w-node-ef4696a7-d89e-7d1b-23e8-17fb942eba42-9b3dda0e, #w-node-_5bc62d19-91bd-4bf6-f025-7a244c6ced82-9b3dda0e, #w-node-fd5d5692-4145-2f6b-8ff9-02ac3c924b8c-9b3dda0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d59f972f-cd5b-cdf3-6597-c901d0865d75-9b3dda0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d59f972f-cd5b-cdf3-6597-c901d0865d79-9b3dda0e, #w-node-d59f972f-cd5b-cdf3-6597-c901d0865d8f-9b3dda0e, #w-node-d59f972f-cd5b-cdf3-6597-c901d0865d99-9b3dda0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5cca3d6-3782-fe1e-f521-d67f8bcfd740-9b3dda0e {
  place-self: center start;
}

#w-node-d5cca3d6-3782-fe1e-f521-d67f8bcfd743-9b3dda0e {
  place-self: center;
}

#w-node-d5cca3d6-3782-fe1e-f521-d67f8bcfd74d-9b3dda0e {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-cc0e31dd-1c26-7526-75ea-f91e72cdf1a5-9b3dda0e {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d59f972f-cd5b-cdf3-6597-c901d0865d75-9b3dda0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d5cca3d6-3782-fe1e-f521-d67f8bcfd743-9b3dda0e {
    place-self: center;
  }
}


