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

body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.home-hero {
  min-height: 100vh;
  border-bottom: 1px rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero.small {
  min-height: 90vh;
  background-color: #888;
  border-bottom-style: solid;
  padding-top: 0;
  display: none;
}

.background-wrapper {
  width: 100%;
  padding-top: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.background-wrapper.half-page {
  z-index: 10;
  width: 50%;
}

.background {
  background-image: url('../images/6290859e5da74ed61dc0fed8_IMG_9895.jpg');
  background-position: 40% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background.about-background {
  background-image: url('../images/008.jpeg');
}

.background.testimonial-background {
  background-image: none;
}

.background.skills-background {
  background-image: url('../images/6290859e5da74ed61dc0fed8_IMG_9895.jpg');
  background-position: 100% 0;
}

.background.services-background {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background-image: url('../images/6284ce5355f0076405591414_IMG_6368-min.jpg');
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background.services-background.ciazowe {
  background-image: url('../images/62874898a5132f30ca091006_IMG_1866.jpg');
  background-position: 50%;
}

.background.services-background._7 {
  background-image: url('../images/fotosister.euDani.jpg');
  background-position: 0 0;
}

.background.projects-background {
  background-image: url('../images/fotosister.euDani.jpg');
  background-position: 50% 0;
  margin: -2px;
}

.background.projects-background._2 {
  height: 101vh;
  background-image: url('../images/62908568fd265118d8931390_IMG_0582-kopia.jpg');
  margin-top: 0;
  margin-bottom: 0;
}

.background.projects-background._2.ciazowe {
  background-image: url('../images/62874898a5132f30ca091006_IMG_1866.jpg');
  background-position: 50%;
  margin-left: 0;
  margin-right: 0;
}

.background.projects-background._2.ciazowe.dzieiece, .background.projects-background._2.ciazowe.dzieiece.portrety {
  background-image: url('../images/62909077f6d1b91e716af0b3_354C9893-p-800.jpeg');
}

.background.projects-background._2.ciazowe.dzieiece-copy {
  background-image: url('../images/628c9a0256d7f475b3f2c519_62864268e3fab3fcfeddf9e1_ftsIMG_8697-p-800.jpeg');
}

.background.projects-background._2.ciazowe.dzieiece-copy.portrety {
  background-image: url('../images/62909077f6d1b91e716af0b3_354C9893-p-800.jpeg');
}

.background.projects-background.portoflio {
  background-image: url('../images/6284ce519e13d447f82d5654_IMG_4066-min.jpg');
}

.background.projects-background.portoflio.zaufali {
  height: 100vh;
  background-image: url('../images/12-1.jpg');
}

.background.projects-background.portoflio.zaufali.onas {
  height: 101vh;
  background-image: url('../images/fotosister.euDani.jpg');
}

.background.contact-background {
  background-image: url('../images/fotosister.euDani.jpg');
  background-position: 50%;
}

.overlay {
  z-index: 6;
  background-color: rgba(4, 6, 10, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.dark {
  background-color: rgba(4, 6, 10, .65);
  padding-top: 0;
}

.overlay.light {
  background-color: rgba(4, 6, 10, .3);
}

.overlay.extra-light {
  background-color: rgba(15, 19, 38, .05);
  display: none;
  position: relative;
}

.navbar {
  z-index: 2000;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.grid-wrapper {
  z-index: 210;
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.grid-wrapper._3 {
  margin-top: 0%;
}

.grid-wrapper._6, .grid-wrapper.portfolio {
  height: 100vh;
  margin-top: 0%;
  padding-top: 180px;
  padding-bottom: 180px;
  display: block;
}

.grid-wrapper.kontakt {
  height: 101vh;
  margin-top: 0%;
}

.nav-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  background-color: rgba(9, 19, 20, 0);
  border: 1px rgba(239, 249, 252, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: visible;
}

.mobile-nav-menu {
  display: none;
}

.nav-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.nav-link.left {
  color: #060d11;
  margin-right: auto;
}

.nav-menu-items {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 36px auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  justify-items: center;
  margin-top: 53px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.nav-link-line {
  width: 5%;
  height: 1px;
  background-color: #060d11;
  flex: 0 auto;
  margin-left: 0;
  margin-right: auto;
}

.brand {
  width: auto;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.brand.w--current {
  width: 130px;
  margin-top: 10px;
}

.zauffali {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.zauffali.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.zauffali.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.zauffali.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.zauffali.pytania {
  padding-left: 0;
}

.zauffali.zaufali {
  background-color: #fff;
  display: block;
}

.zauffali.poczatki {
  background-color: #f8f6f1;
  margin-top: 180px;
  padding-bottom: 180px;
}

.zauffali.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.zauffali._3 {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-content {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 100px;
  display: grid;
  position: relative;
}

.content-wrapper {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading.large {
  color: #060d11;
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.heading.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading.left {
  text-align: center;
  margin-bottom: 20px;
}

.home-hero-intro {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: start;
  justify-items: start;
  padding-right: 0;
  display: grid;
}

.button {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 20px;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: none;
  position: relative;
}

.body {
  color: #fff;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  overflow: visible;
}

.about-hero {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.about-hero.glowna {
  display: none;
}

.about-hero.onas {
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
}

.subtitle {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.subtitle.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

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

.stacked-intro.centered {
  text-align: center;
  margin-top: 0;
}

.button-outline {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #060d11;
  border-radius: 5px;
  padding: 24px 48px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-text {
  z-index: 25;
  color: #060d11;
  position: relative;
}

.button-text.b_t_w {
  color: #fff;
}

.scroll-link-outline {
  width: 150%;
  height: 150%;
  border: 1px dashed rgba(239, 249, 252, .1);
  border-radius: 100%;
  display: flex;
  position: absolute;
}

.body-display {
  color: #060d11;
  text-align: left;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.body-display.left {
  width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.logos-wrapper {
  height: 10vh;
  min-height: 10vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px rgba(239, 249, 252, .1);
  border-bottom: 1px rgba(239, 249, 252, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.logos-looping-wrapper {
  border-top: 1px rgba(239, 249, 252, .1);
  overflow: hidden;
}

.logos-looping-wrapper.left {
  justify-content: flex-start;
  display: flex;
}

.logos-looping-wrapper.right {
  transform-style: preserve-3d;
  border-left: 1px solid rgba(239, 249, 252, .1);
  justify-content: flex-end;
  display: flex;
  transform: none;
}

.lopping-logos {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.lopping-logos.right {
  margin-top: 60px;
  padding-left: 60px;
}

.lopping-logos.left {
  padding-left: 60px;
}

.logo {
  width: 45vw;
  min-width: 200px;
  border-right: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.circle-link {
  z-index: 100;
  width: 140px;
  height: 140px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #060d11;
  border: 1px solid rgba(239, 249, 252, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: -70px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: none;
}

.large-growing-images {
  min-height: 550px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.large-growing-images.small {
  width: 35vw;
  height: 47vw;
  min-height: 100%;
  overflow: hidden;
}

.small-width {
  max-width: 400px;
}

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

.stacked-content.large {
  grid-row-gap: 50px;
  background-color: #f8f6f1;
  overflow: hidden;
}

.section-intro {
  max-width: 975px;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-slide-wrapper {
  min-height: auto;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.testimonial-slider {
  height: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.slide-nav {
  display: none;
}

.left-arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 1px rgba(239, 249, 252, .1);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 0;
  display: flex;
  top: auto;
  left: 0%;
  right: 84px;
  overflow: visible;
}

.left-arrow.right {
  width: 60px;
  background-color: #fff;
  border-left-style: solid;
  border-left-color: rgba(239, 249, 252, .1);
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  left: 84px;
  right: 0;
}

.testimonial-content {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: grid;
}

.mask {
  padding-top: 0;
  padding-bottom: 0;
}

.projects-grid {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: grid;
}

.projects-grid.dual {
  grid-column-gap: 80px;
  grid-template-columns: 1fr 1fr;
}

.project-card {
  width: 100%;
  height: 100%;
  min-height: 400px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: #fff;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: visible;
}

.project-image {
  height: 55vh;
  min-height: 450px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  transform: rotate(0);
}

.project-image.small {
  height: 100%;
  min-height: auto;
}

.project-outline-wrapper {
  z-index: 5;
  border: 1px rgba(239, 249, 252, .1);
  margin: 1px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-image-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-outline {
  border: 1px solid rgba(239, 249, 252, .1);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.project-meta {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.project-line {
  width: 48px;
  height: 1px;
  background-color: rgba(239, 249, 252, .1);
}

.footer-menu {
  min-height: 300px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #060d11;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

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

.footer-section {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.footer-link {
  color: #060d11;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.footer-link.w--current {
  color: #060d11;
}

.triangle-arrow-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.triangle-clip {
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.triangle-clip.right {
  justify-content: flex-end;
}

.trangle-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  align-items: center;
  display: grid;
}

.triangle {
  min-height: 700px;
  min-width: 700px;
  border: 1px rgba(239, 249, 252, .1);
  border-style: none none solid solid;
  margin-right: -525px;
  transform: rotate(45deg);
}

.triangle.right {
  border-style: solid solid none none;
}

.medium-width-intro {
  width: 100%;
  height: 100%;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.medium-width {
  max-width: none;
  margin-top: 10px;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10%;
  padding-bottom: 0;
  display: grid;
  overflow: hidden;
}

.hero-intro._8888 {
  padding-top: 0%;
}

.arrow-link {
  z-index: 40;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.center-banner {
  position: relative;
  overflow: hidden;
}

.centered-intro {
  z-index: 20;
  max-width: 950px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 100px;
  display: grid;
  position: relative;
}

.hero-description {
  padding-bottom: 80px;
  padding-right: 60px;
}

.growing-image {
  width: 40%;
  flex: 1;
  position: relative;
}

.growing-image.small {
  width: 45%;
  color: #fff;
  flex: 0 auto;
  margin-right: 0;
  overflow: visible;
}

.growing-image.right {
  color: #fff;
  margin-left: 24px;
}

.growing-image.right.gr {
  margin-left: 0;
  overflow: hidden;
}

.growing-image.left {
  height: auto;
  color: #fff;
  margin-right: 24px;
}

.large-width {
  max-width: none;
}

.scrolling-text {
  height: 900px;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: center;
  padding-left: 0;
  display: grid;
}

.scrolling-text-wrapper {
  max-height: 600px;
}

.dynamic-text {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-right: 80px;
  display: grid;
}

.project-hero {
  min-height: 90vh;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
}

.dark-cover {
  background-color: #060d11;
}

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

.showcase-image {
  width: 100%;
  height: 29vw;
  position: relative;
  overflow: visible;
}

.service-info {
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: start;
  justify-items: start;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.service-image {
  width: 100%;
  height: 100%;
  margin-left: 0;
  overflow: hidden;
}

.service-item {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  padding: 100px;
  display: grid;
}

.service-item.left {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 50%;
  align-items: start;
  justify-items: center;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

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

.contact-hero {
  min-height: 100vh;
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 12px;
  display: block;
}

.form-wrapper.oferta-white {
  padding-top: 0;
  padding-bottom: 100px;
}

.feild-block-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #060d11;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-block {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  color: #060d11;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  color: #060d11;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding-top: 0;
  display: grid;
}

.success-message {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  padding: 0;
}

.success-content {
  width: 100%;
  height: 100%;
  min-height: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  background-color: #04090c;
  border: 1px solid rgba(239, 249, 252, .1);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 48px 18px;
  display: grid;
}

.form-block {
  z-index: 50;
  width: 57%;
  height: 100%;
  color: #060d11;
  background-color: #f8f6f1;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  margin: 60px auto 0;
  padding: 100px;
  display: flex;
  position: relative;
}

.text-field {
  min-height: 60px;
  color: #000;
  background-color: #fff;
  border: 1px solid #c0c0d3;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 18px 22px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: rgba(239, 249, 252, .6);
  padding-left: 26px;
}

.text-field::-ms-input-placeholder {
  color: rgba(70, 70, 73, .48);
  font-weight: 300;
}

.text-field::placeholder {
  color: rgba(70, 70, 73, .48);
  font-weight: 300;
}

.text-field.large {
  min-height: 160px;
}

.error-message {
  background-color: #04090c;
  border: 1px solid rgba(239, 249, 252, .1);
  margin-top: 36px;
  padding: 18px 24px;
}

.submit-button {
  width: 250px;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(6, 13, 17, .72);
  border-radius: 5px;
  padding: 20px 18px;
  font-size: 10px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  border-color: #eff9fc;
}

.form-title {
  border-bottom: 1px rgba(239, 249, 252, .1);
  padding-bottom: 0;
}

.nav-cover {
  height: 100%;
  background-color: #060d11;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  position: absolute;
  top: -100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.preloader {
  z-index: 5000;
  background-color: rgba(245, 219, 201, .94);
  border-bottom: 1px rgba(239, 249, 252, .1);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.preloader-center {
  z-index: 50;
  height: 100vh;
  text-align: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.project-wrapper {
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  padding-bottom: 80px;
}

.logo-image {
  width: 100%;
  max-width: 300px;
  opacity: 1;
}

.hero-title {
  max-width: 500px;
}

.quote-wrapper {
  max-width: 900px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quote-credit {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.avatar-image {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(239, 249, 252, .1);
  border-radius: 100%;
  padding: 10px;
}

.avatar-background {
  width: 100%;
  height: 100%;
  background-image: url('../images/008.jpeg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.avatar-background.one {
  background-image: url('../images/Portrait002.jpeg');
}

.avatar-background.two {
  background-image: url('../images/Portrait003.jpeg');
}

.avatar-background.three {
  background-image: url('../images/Portrait006.jpeg');
  background-position: 50% 0;
}

.credit-name {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-arrow-icon {
  z-index: 20;
  width: 20px;
  position: relative;
  left: -24px;
}

.slider-circle {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #060d11;
  border-radius: 100%;
  margin-left: 9px;
  margin-right: 9px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slider-circle.left {
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.view-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.collection-item {
  position: relative;
}

.slide2 {
  width: 100%;
  height: 100%;
}

.project-detail-grid {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  border-left: 1px rgba(239, 249, 252, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 0;
}

.detail-card {
  grid-column-gap: 16px;
  grid-row-gap: 180px;
  border: 1px rgba(239, 249, 252, .1);
  border-right-style: solid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 48px;
  display: grid;
}

.detail-card.end {
  border-right-style: none;
}

.growing-background {
  background-image: url('../images/Image013.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.growing-background.two {
  background-image: url('../images/fotosister.euDani.jpg');
  background-position: 50%;
}

.growing-background.two.onas {
  overflow: hidden;
}

.growing-background.two.img {
  position: static;
}

.growing-background.one {
  background-image: url('../images/6284ce4de5fdf3f87bb2a12f_IMG_7525-2-min.jpg');
  background-position: 0 0;
  background-size: cover;
}

.growing-background.three {
  background-image: url('../images/6284ce4c633190731b360c78_IMG_7479-min-p-1080.jpeg');
}

.growing-background.three.background {
  background-image: linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/PNIHYtks.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.growing-background.three.background._5 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../images/11-1.jpg');
}

.growing-background.four {
  background-image: linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/6284ce5355f0076405591414_IMG_6368-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.growing-background.five {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/62908fd14fda357842b43f63_IMG_6020-p-800.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.growing-background.six {
  background-image: linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/GmU7dMCT.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.growing-background.six.dzieciece {
  background-image: url('../images/fqORS2pg.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.growing-background.six.dzieciecee {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/fqORS2pg.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.growing-background.six.noworodkowe {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/mIMjXWcA.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.growing-background.six.noworodkowe.background {
  width: 100%;
}

.growing-background.six.noworodkowe.background.ciaz {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/GmU7dMCT.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.growing-background.six.noworodkowe.background.dziec {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/BXgmkGno.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.growing-background.seven {
  background-image: url('../images/5.jpg');
}

.growing-background.eight {
  background-image: url('../images/12-1.jpg');
}

.growing-background.nine {
  background-image: url('../images/6284ce4fd3cc669bab0999e7_IMG_8165-min.jpg');
}

.growing-background.ten {
  background-image: url('../images/Image017.jpeg');
}

.project-background {
  background-image: url('../images/62874898a5132f30ca091006_IMG_1866.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -2px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.detail-cards-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px rgba(239, 249, 252, .1);
  border-style: none solid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.menu-button {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.hero-background-wrapper {
  z-index: 2;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.about-me-hero {
  min-height: 90vh;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  display: flex;
}

.hyperlink {
  color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.hyperlink:hover {
  border-bottom-color: #eff9fc;
}

.paragraph-heading {
  font-size: 52px;
}

.arrow-hover-circle {
  width: 175%;
  height: 175%;
  border: 1px rgba(239, 249, 252, .1);
  border-radius: 100%;
  position: absolute;
}

.arrow-link-icon {
  z-index: 25;
  position: relative;
}

.thn-span {
  font-weight: 300;
}

.hero-overlay {
  height: 100vh;
  background-color: rgba(4, 6, 10, .46);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background-video {
  z-index: 10;
  height: 100vh;
  background-image: linear-gradient(rgba(6, 13, 17, .39), rgba(6, 13, 17, .39));
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.service-item-copy {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item-copy.left {
  grid-template-columns: 1fr 50%;
  display: none;
}

.text-block {
  color: #060d11;
}

.div-block {
  height: 100vh;
  background-color: rgba(12, 11, 11, .37);
}

.section-copy {
  z-index: 20;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: none;
  position: relative;
  overflow: visible;
}

.section-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.clip {
  overflow: hidden;
}

.grid-wrapper-copy {
  z-index: 25;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #e4e0d2;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.grid-wrapper-copy-copy {
  z-index: 25;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.grid-wrapper-copy {
  z-index: 25;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #f8f6f1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  padding-top: 180px;
  padding-bottom: 180px;
  display: block;
  position: static;
  overflow: hidden;
}

.subtitle-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.heading-copy {
  color: #060d11;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy.large {
  letter-spacing: -.01em;
  margin-left: auto;
  margin-right: auto;
  font-size: 52px;
}

.heading-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy {
  color: #060d11;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy.large {
  letter-spacing: -.01em;
  margin: 5px auto 5px 0;
  font-size: 40px;
}

.heading-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy {
  color: #060d11;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy.large {
  color: #fff;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.heading-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.body-display-copy {
  color: #060d11;
  text-align: left;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.body-display-copy {
  color: #eaf8ff;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.body-display-copy-copy {
  color: #060d11;
  text-align: left;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-copy {
  z-index: 20;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.clip {
  overflow: hidden;
}

.section-copy.clip.no-padding {
  height: 100vh;
}

.body-display-copy {
  color: #060d11;
  text-align: left;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.subtitle-copy {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.sub_b {
  color: #060d11;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.sub_b.subb {
  color: #fff;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 0%;
  right: 0%;
}

.h_b {
  color: #060d11;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.h_b.large {
  color: #060d11;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.h_b.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.body-display-copy-copy {
  color: #eaf8ff;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  z-index: 3000;
  margin-top: 0;
  margin-bottom: 220px;
  padding: 180px 140px;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 0;
  padding-left: 180px;
  padding-right: 180px;
  display: grid;
  position: relative;
}

.image {
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.lightbox-link {
  position: relative;
  overflow: hidden;
}

.text-block-2 {
  text-align: center;
  padding-bottom: 60px;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-copy {
  z-index: 20;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.clip {
  overflow: hidden;
}

.section-copy.kontakt {
  width: 100%;
  height: 80vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/6290859e5da74ed61dc0fed8_IMG_9895.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 0;
  padding-top: 200px;
  display: block;
  overflow: hidden;
}

.body-display-copy {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.body-display-copy.left {
  text-align: left;
}

.button-whit {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px rgba(255, 255, 255, .1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.b_o_w {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 24px 48px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-3 {
  width: auto;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.paralax {
  z-index: 20;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
  overflow: visible;
}

.paralax.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.paralax.clip {
  overflow: hidden;
}

.paralax.clip.no-padding {
  height: 100vh;
  position: fixed;
}

.body-display-copy-copy {
  color: #060d11;
  text-align: left;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.body-display-copy-copy-copy {
  color: #eaf8ff;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy-copy-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  width: 150px;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
}

.heading-copy-copy {
  color: #060d11;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy-copy.large {
  letter-spacing: -.01em;
  margin: 5px auto 5px 0;
  font-size: 40px;
}

.heading-copy-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.body-display-copy {
  color: #060d11;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.body-display-copy.left {
  text-align: left;
}

.subtitle-copy {
  color: #f9fdff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle-copy.w {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

.body-display-copy-copy {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.body-display-copy-copy.left {
  text-align: left;
}

.body-display-copy-copy-copy {
  color: #060d11;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy-copy-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.instagram_feed {
  width: 100%;
  margin-left: 0%;
  position: relative;
}

.about-images-wrapper {
  position: relative;
  overflow: hidden;
}

.about-images {
  z-index: 10;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-image-item {
  width: 25vw;
  height: 25vw;
  min-height: 25vw;
  min-width: 25vw;
  flex: 1;
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
  overflow: hidden;
}

.team-image-lightbox {
  width: 25vw;
  height: 25vw;
  min-height: 0;
  min-width: 0;
  background-image: url('../images/BXgmkGno.jpeg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-image-lightbox.dwa {
  background-image: url('../images/fqORS2pg.jpeg');
}

.team-image-lightbox.trzy {
  background-image: url('../images/PNIHYtks.jpeg');
}

.team-image-lightbox.cztery {
  background-image: url('../images/6g0OT_cg.jpeg');
}

.team-image-lightbox.piec {
  background-image: url('../images/mIMjXWcA.jpeg');
}

.team-image-lightbox.szesc {
  background-image: url('../images/SQa6Ns_w.jpeg');
}

.image-3 {
  width: 25vw;
  position: relative;
}

.body-display-copy-copy-copy-copy {
  color: #eaf8ff;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy-copy-copy-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.body-display-copy-copy-copy-copy {
  color: #eaf8ff;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy-copy-copy-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.instagram {
  width: 100%;
  margin-top: -1px;
  margin-bottom: -1px;
  overflow: hidden;
}

.image-4 {
  width: 170px;
}

.image-5 {
  width: 130px;
}

.image-6 {
  flex: 0 auto;
  display: block;
  position: relative;
}

.navbar-2 {
  height: 10vh;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.image-7 {
  width: 130px;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-8 {
  width: 100%;
  height: 150px;
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-animation {
  width: 27px;
}

.div-block-9 {
  padding-left: 40px;
  position: absolute;
}

.div-block-9-copy {
  opacity: 0;
  padding-left: 40px;
}

.image-8 {
  width: 150px;
}

.body-display-copy {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.body-display-copy.left {
  text-align: left;
}

.subtitle-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
}

.collection-list-wrapper {
  background-color: rgba(0, 0, 0, 0);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #a7a7a7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(1040px, 1fr) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

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

.slider {
  height: 100%;
}

.slide-2 {
  background-image: url('../images/62874898a5132f30ca091006_IMG_1866.jpg');
  background-position: 0 0;
  background-size: cover;
}

.large-growing-images-copy {
  min-height: 550px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.large-growing-images-copy.small {
  height: auto;
  min-height: 100%;
  position: relative;
}

.image-9 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9-copy {
  display: block;
}

.content-wrapper-copy {
  z-index: 20;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.growing-image-copy {
  width: 40%;
  flex: 1;
  position: relative;
}

.growing-image-copy.small {
  width: 45%;
  color: #fff;
  flex: 0 auto;
  margin-right: 0;
  overflow: visible;
}

.growing-image-copy.right {
  height: auto;
  color: #fff;
  margin-left: 24px;
}

.growing-image-copy.left {
  color: #fff;
  margin-right: 24px;
}

.div-block-12 {
  z-index: 20;
  width: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-13 {
  width: 400px;
  height: 100%;
  max-width: 448px;
  background-color: rgba(255, 255, 255, .72);
  padding-top: 116px;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-block-3 {
  color: #060d11;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  font-size: 30px;
  font-weight: 500;
}

.link {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: auto;
  padding-left: 40px;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.text-block-4 {
  margin-right: 220px;
}

.top-nav-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.flyout-menu-wrapper {
  z-index: 0;
  width: 100%;
  background-color: rgba(6, 13, 17, .44);
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.flyout-menu-content {
  z-index: 0;
  width: 400px;
  height: 100vh;
  max-width: 448px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .84);
  grid-template-rows: .25fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 116px;
  padding-left: 70px;
  display: block;
  position: fixed;
  overflow: hidden;
}

.text-block-5 {
  color: #060d11;
}

.text-block-6 {
  color: rgba(6, 13, 17, .87);
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 30px;
  font-weight: 600;
}

.close-flyout {
  z-index: 6000;
  width: 90px;
  height: 90px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-nav {
  z-index: 25;
  width: 90px;
  height: 90px;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.menu-lottie {
  z-index: 6000;
  width: 26px;
  height: 26px;
  color: #7f5c5c;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.navigation-content {
  height: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: relative;
}

.navbar-3 {
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-11 {
  width: 140px;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flyout-menu {
  width: 100%;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.flyout-menu.open {
  z-index: 0;
  width: 100%;
  height: auto;
  justify-content: center;
  padding-top: 40px;
  position: absolute;
}

.flyout-menu.close {
  width: 100%;
  height: auto;
  justify-content: center;
  display: none;
}

.lottie-animation-3 {
  width: 26px;
  height: 26px;
}

.link-2 {
  color: #060d11;
  letter-spacing: 4px;
  text-transform: none;
  margin-left: 20px;
  text-decoration: none;
}

.lottie-animation-4 {
  width: 26px;
  height: 26px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-3 {
  height: 100vh;
  padding-top: 180px;
  position: relative;
}

.image-9-copy {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mask-2 {
  width: 100%;
}

.slide-3 {
  width: 400px;
}

.slider-2 {
  width: 100%;
}

.section-4 {
  padding-left: 140px;
  padding-right: 140px;
}

.slide-4 {
  width: 400px;
}

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

.right-arrow {
  left: 2px;
}

.left-arrow-2 {
  left: -39px;
}

.slider-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 11400px) minmax(80px, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 40px;
  margin-left: auto;
  display: grid;
  position: relative;
}

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

.location-card-slider {
  width: 520px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.location-mask {
  width: 530px;
  height: 100%;
  margin-left: auto;
}

.location-slide {
  width: auto;
  height: 100%;
  margin-left: auto;
}

.location-card-wrapper {
  width: 530px;
  height: 54vw;
  max-height: 550px;
  min-height: 450px;
  position: relative;
}

.location-image-wrapper-copy {
  z-index: 2000;
  width: 100%;
  height: 54vw;
  max-height: 550px;
  min-height: 450px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.location-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/62874898a5132f30ca091006_IMG_1866.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.slider-arrow-icon-copy {
  z-index: 20;
  width: 20px;
  transform-style: preserve-3d;
  position: relative;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-9-copy {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.service-item-copy {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: block;
}

.service-item-copy.left {
  grid-template-columns: 1fr 50%;
}

.button-copy {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.stacked-content-copy {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-content-copy.large {
  grid-row-gap: 128px;
  overflow: hidden;
}

.grid-wrapper-copy {
  z-index: 210;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  overflow: visible;
}

.grid-wrapper-copy._5.onas, .grid-wrapper-copy.zauf {
  padding-top: 180px;
  padding-bottom: 180px;
}

.grid-wrapper-copy-copy {
  z-index: 25;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #f8f6f1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  padding-top: 180px;
  padding-bottom: 100px;
  display: block;
  position: static;
  overflow: hidden;
}

.subtitle-copy-copy {
  color: #060d11;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.grid-wrapper-copy-copy-copy {
  z-index: 25;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.section-5 {
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
}

.black {
  max-width: 600px;
  color: #060d11;
  text-align: center;
  margin: 20px auto;
  font-size: 14px;
  line-height: 1.65em;
}

.black.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.subtitle-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.subtitle-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
}

.subtitle-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #060d11;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.subtitle-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}

.heading-copy {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy.large {
  color: #ebf0f3;
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.heading-copy.large._66 {
  color: #fff;
}

.heading-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy.left {
  text-align: left;
  margin-bottom: 20px;
}

.p2 {
  z-index: 20;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: block;
  position: relative;
  overflow: hidden;
}

.p2.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.p2.clip {
  overflow: hidden;
}

.p2.pytania {
  padding-left: 40px;
}

.p2.zaufali {
  background-color: #fff;
}

.p2.poczatki {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.subtitle-copy-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.heading-copy {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy.large {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.heading-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy.left {
  text-align: left;
  margin-bottom: 20px;
}

.subtitle-copy-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.heading-copy-copy {
  color: #060d11;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy-copy.large {
  letter-spacing: -.01em;
  margin-left: auto;
  margin-right: auto;
  font-size: 52px;
}

.heading-copy-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.subtitle-copy-copy-copy {
  color: #060d11;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.heading-copy {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy.large {
  color: #060d11;
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.heading-copy.large.w {
  color: #fff;
}

.heading-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy.left {
  text-align: left;
  margin-bottom: 20px;
}

.subtitle-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.heading-copy {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy.large {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.heading-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy.left {
  text-align: left;
  margin-bottom: 20px;
}

.subtitle-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
}

.heading-copy {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy.large {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.heading-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy.left {
  text-align: left;
  margin-bottom: 20px;
}

.subtitle-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.heading-copy {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy.large {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.heading-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy.left {
  text-align: left;
  margin-bottom: 20px;
}

.heading-copy-copy-copy {
  color: #060d11;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy-copy-copy.large {
  letter-spacing: -.01em;
  margin: 5px auto 5px 0;
  font-size: 40px;
}

.heading-copy-copy-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy.large {
  color: #060d11;
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.heading-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy.left {
  text-align: left;
  margin-bottom: 20px;
}

.stacked-intro-copy {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-intro-copy.centered {
  text-align: center;
  align-items: center;
  justify-items: center;
  margin-top: 6%;
}

.subtitle-copy-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.subtitle-copy-copy-copy-copy {
  color: #060d11;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.heading-copy-copy {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy-copy.large {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.heading-copy-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy-copy.left {
  text-align: left;
  margin-bottom: 20px;
}

.heading-copy-copy {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy-copy.large {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.heading-copy-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy-copy.left {
  text-align: left;
  margin-bottom: 20px;
}

.subtitle-copy-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
}

.heading-copy-copy-copy {
  color: #060d11;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy-copy-copy.large {
  letter-spacing: -.01em;
  margin-left: auto;
  margin-right: auto;
  font-size: 52px;
}

.heading-copy-copy-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.nadtytul {
  color: #060d11;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.h1 {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.h1.large {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  text-transform: none;
  margin: 5px auto;
  font-size: 40px;
}

.h1.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.h1.left {
  text-align: left;
  margin-bottom: 20px;
}

.text-block-7 {
  width: 100%;
  color: #fff;
  font-size: 23px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.div-block-16 {
  height: 100%;
  position: relative;
}

.subtitle-copy-copy {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.heading-copy-copy {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy-copy.large {
  color: #060d11;
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.heading-copy-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy-copy.left {
  text-align: left;
  margin-bottom: 20px;
}

.medium-width-intro-copy {
  max-width: 675px;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9-copy {
  width: 50%;
  width: 50%;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.portre {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-7-copy {
  width: 100%;
  color: #fff;
  width: 100%;
  color: #fff;
  width: 100%;
  color: #fff;
  font-size: 23px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.heading-copy-copy-copy {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy-copy-copy.large {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.heading-copy-copy-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy-copy-copy.left {
  text-align: left;
  margin-bottom: 20px;
}

.subtitle-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}

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

.link-block.w--current {
  margin-left: auto;
  margin-right: auto;
}

.heading-copy-copy-copy-copy {
  color: #060d11;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy-copy-copy-copy.large {
  letter-spacing: -.01em;
  margin-left: auto;
  margin-right: auto;
  font-size: 52px;
}

.heading-copy-copy-copy-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.subtitle-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
}

.heading-copy {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy.large {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.heading-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy.left {
  text-align: left;
  margin-bottom: 20px;
}

.gallery-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 140px;
  padding-right: 140px;
  display: grid;
}

.growing-image-copy {
  width: 40%;
  flex: 1;
  position: relative;
}

.growing-image-copy.small {
  width: 45%;
  color: #fff;
  flex: 0 auto;
  margin-right: 0;
  overflow: visible;
}

.growing-image-copy.right {
  color: #fff;
  margin-left: 24px;
}

.growing-image-copy.right.gr {
  margin-left: 0;
}

.growing-image-copy.left {
  color: #fff;
  margin-right: 24px;
}

.subtitle-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.link-3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link-3.w--current {
  margin-bottom: 20px;
}

.text-block-8 {
  text-transform: uppercase;
}

.text-block-9 {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 10px;
}

.div-block-18 {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-13 {
  width: auto;
  background-color: rgba(239, 249, 252, .1);
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: block;
}

.subtitle-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle-copy-copy.w {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

.lightbox-link-3, .image-14, .lightbox-link-4, .image-15, .lightbox-link-5, .image-16, .lightbox-link-6 {
  overflow: hidden;
}

.lightbox-link-7 {
  width: auto;
  height: auto;
  overflow: hidden;
}

.image-17, .image-18, .lightbox-link-8, .image-19, .lightbox-link-9, .image-20, .image-21, .lightbox-link-10, .image-22, .lightbox-link-11, .image-23, .lightbox-link-12, .lightbox-link-13, .image-24, .lightbox-link-14, .image-25, .lightbox-link-15, .image-26, .image-27, .lightbox-link-16, .image-28, .lightbox-link-17, .lightbox-link-18, .image-29, .lightbox-link-19, .image-30, .lightbox-link-20, .image-31, .image-32, .lightbox-link-21, .lightbox-link-22, .image-33 {
  overflow: hidden;
}

.image-34 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.image-35 {
  height: auto;
  overflow: hidden;
}

.subtitle-copy-copy {
  color: #060d11;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.subtitle-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #060d11;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(400px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.pytanie {
  width: 100%;
  height: 50px;
  background-color: #f8f6f1;
  border-radius: 5px;
  margin-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.image-36 {
  width: 20px;
}

.body-display-copy {
  color: #060d11;
  text-align: left;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.body-display-copy.left {
  text-align: left;
  background-color: #fff;
  padding: 20px;
  font-size: 12px;
  position: relative;
  overflow: visible;
}

.lottie-animation-5 {
  width: 20px;
}

.div-block-20 {
  overflow: hidden;
}

.dropdown-toggle {
  width: 100%;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}

.dropdown-toggle.dropdown-toggle-grey, .dropdown-toggle.dropdown-toggle-grey-copy, .dropdown-toggle.dropdown-toggle-grey-copy, .dropdown-toggle.dropdown-toggle-grey-copy, .dropdown-toggle.dropdown-toggle-grey-copy, .dropdown-toggle.dropdown-toggle-grey-copy, .dropdown-toggle.dropdown-toggle-grey-copy, .dropdown-toggle.dropdown-toggle-grey-copy {
  background-color: #f8f6f1;
}

.dropdown {
  width: 100%;
}

.dropdown-list {
  background-color: #fff;
  display: none;
  position: static;
}

.body-display-copy {
  color: #060d11;
  text-align: left;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.body-display-copy.left {
  text-align: left;
}

.div-block-21 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.section-6 {
  height: auto;
  padding-top: 180px;
  padding-bottom: 100px;
}

.div-block-22 {
  height: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.container-image {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-image._7 {
  padding-top: 0;
}

.container-image._3 {
  margin-left: 0;
}

.small-img {
  width: 20.66vw;
  margin-left: 1vw;
  position: absolute;
  left: 14.5vw;
  box-shadow: -7px 7px 14px -2px rgba(0, 0, 0, .13);
}

.div-block-3-copy {
  width: 230px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.subtitle-copy-copy-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.medium-width-copy {
  max-width: none;
}

.body-display-copy-copy {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.body-display-copy-copy.left {
  text-align: left;
}

.subtitle-copy-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.subtitle-copy-copy-copy._6._66m {
  color: #000;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.subtitle-copy-copy-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
}

._4 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

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

.div-block-24 {
  z-index: 5000;
  margin-top: 40px;
  position: relative;
}

.link-block-2 {
  width: 32px;
  background-color: #fff;
  border-radius: 100px;
  margin-left: 10px;
}

.section-7 {
  height: 140vh;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.div-block-25 {
  width: 29.6vw;
  position: absolute;
  left: 10vw;
  overflow: hidden;
}

.div-block-25.absolute-sixth.image-grid-instagram {
  margin-top: 2.7vw;
}

.cover-image-scroll {
  opacity: 0;
  background-color: #fcfafa;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-25-copy {
  width: 29.6vw;
  position: absolute;
  left: 10vw;
  overflow: hidden;
}

.div-block-25-copy.absolute-sixth.image-grid-instagram {
  width: 23.2vw;
  margin-top: 10vw;
  position: relative;
  left: auto;
}

.image-37 {
  height: 100%;
}

.section-copy-copy {
  z-index: 20;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-copy-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy-copy.clip {
  overflow: hidden;
}

.section-copy-copy.kontakt {
  width: 100%;
  height: 80vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/6290859e5da74ed61dc0fed8_IMG_9895.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

._27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-left: 140px;
  padding-right: 140px;
  display: grid;
  overflow: hidden;
}

.image-38 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.lightbox-link-23, .lightbox-link-24, .image-39, .image-40, .image-41, .image-42, .image-43, .image-44, .image-45, .image-46, .image-47, .image-48, .image-49, .image-50 {
  overflow: hidden;
}

.subtitle-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.image-51, .image-52, .image-53 {
  overflow: hidden;
}

.image-54 {
  width: 100%;
  overflow: hidden;
}

.subtitle-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
}

.body-display-copy-copy {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.body-display-copy-copy.left {
  text-align: left;
}

.body-display-copy-copy {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.body-display-copy-copy.left {
  text-align: left;
}

.subtitle-copy-copy-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.subtitle-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.ll {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.mmm {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.mmm.large {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.mmm.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.mmm.left {
  text-align: left;
  margin-bottom: 20px;
}

.h1v {
  color: #060d11;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.h1v.large {
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.h1v.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.subtitle-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.subtitle-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.subtitle-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.subtitle-copy-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.section-8 {
  height: 100vh;
}

.section-9 {
  display: block;
}

.section-copy {
  z-index: 20;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.section-copy.clip {
  height: 100vh;
  overflow: hidden;
}

.section-copy.pytania {
  padding-left: 40px;
}

.section-copy.zaufali {
  background-color: #fff;
  display: none;
}

.section-copy.poczatki {
  background-color: #f8f6f1;
}

.section-copy.paralax {
  padding-top: 0;
  padding-bottom: 0;
}

.content-wrapper-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 180px;
  display: block;
  position: relative;
  overflow: hidden;
}

.content-wrapper-copy-copy {
  z-index: 20;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.subtitle-copy-copy-copy {
  color: #060d11;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

._6 {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.subtitle-copy-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-left: 220px;
  margin-right: 220px;
  display: grid;
}

.div-block-26._7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  margin-top: 100px;
  margin-left: 220px;
  margin-right: 220px;
  position: relative;
  overflow: hidden;
}

.div-block-26._7._8 {
  margin-top: 20px;
}

.div-block-26-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-left: 140px;
  margin-right: 140px;
  display: grid;
}

.image-56 {
  position: relative;
  overflow: hidden;
}

.image-56.image {
  margin-left: 0;
  margin-right: 10px;
}

.container-slider {
  padding-top: 0;
  padding-bottom: 91px;
  position: relative;
}

.slider-3 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: -24px;
  padding-bottom: 99px;
}

.mask-3 {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  overflow: visible;
}

.slide-5 {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.work-image {
  height: auto;
  flex: 1;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.work-image.image {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 10px;
  overflow: visible;
}

.right-arrow-2 {
  width: 50px;
  height: 50px;
  opacity: .6;
  border: 1px solid #000;
  border-radius: 100px;
  margin: 0 621.5px 0 51%;
  top: auto;
  bottom: -2%;
  left: 0;
  right: auto;
}

.slide-nav-3 {
  display: none;
}

.image-57 {
  width: auto;
  height: auto;
  text-align: center;
  margin: 12px auto auto;
  display: block;
}

.slider2, .slider3 {
  margin-left: 10px;
  margin-right: 0;
  overflow: hidden;
}

.image-57-copy {
  width: auto;
  height: auto;
  text-align: center;
  transform-style: preserve-3d;
  margin: 12px auto auto;
  display: block;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.left-arrow-3 {
  width: 50px;
  height: 50px;
  opacity: .6;
  border: 1px solid #000;
  border-radius: 100px;
  margin-left: 617.5px;
  margin-right: 51%;
  top: auto;
  bottom: -2%;
  left: auto;
  right: 0;
}

.slider4, .slider5, .slider6, .slider7, .slider8 {
  margin-left: 10px;
  margin-right: 0;
  overflow: hidden;
}

.subtitle-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.p8 {
  color: #eaf8ff;
  text-align: center;
  text-transform: none;
  font-size: 14px;
  line-height: 1.65em;
}

.p8.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.heading-copy-copy {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy-copy.large {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  text-transform: none;
  margin: 5px auto;
  font-size: 40px;
}

.heading-copy-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy-copy.left {
  text-align: left;
  margin-bottom: 20px;
}

.body-display-copy-copy-copy-copy-copy {
  color: #eaf8ff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy-copy-copy-copy-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.body-display-copy-copy-copy-copy-copy {
  width: 600px;
  color: #eaf8ff;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy-copy-copy-copy-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.body-display-copy-copy-copy-copy-copy {
  color: #eaf8ff;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy-copy-copy-copy-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.body-display-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy-copy-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.body-display-copy-copy-copy.left {
  text-align: left;
}

.content-wrapper-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-copy {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.content-wrapper-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 15%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.content-wrapper-copy-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

._777 {
  max-width: 600px;
  color: #060d11;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.65em;
}

._777.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.kontakt {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: block;
  position: relative;
  overflow: hidden;
}

.kontakt.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.kontakt.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.kontakt.clip {
  height: 100vh;
  padding-top: 180px;
  overflow: hidden;
}

.kontakt.pytania {
  padding-left: 40px;
}

.kontakt.zaufali {
  background-color: #fff;
  display: none;
}

.kontakt.poczatki {
  background-color: #f8f6f1;
  margin-top: 180px;
  padding-bottom: 180px;
}

.kontakt.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.content-wrapper-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.zauffali-copy {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.zauffali-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.zauffali-copy.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.zauffali-copy.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.zauffali-copy.pytania {
  padding-left: 40px;
}

.zauffali-copy.zaufali {
  background-color: #fff;
  display: none;
}

.zauffali-copy.poczatki {
  background-color: #f8f6f1;
  margin-top: 180px;
  padding-top: 0;
  padding-bottom: 180px;
}

.zauffali-copy.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.sub1 {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.content-wrapper-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-58 {
  width: 34vw;
  display: block;
}

.medium-image {
  width: 15vw;
  margin-left: 1vw;
  position: absolute;
  top: -54px;
  left: 62.7vw;
  box-shadow: 7px 7px 17px rgba(0, 0, 0, .18);
}

.testimonial-slide-copy {
  width: 100%;
  height: 100%;
}

.content-wrapper-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-59 {
  width: 100%;
}

.growing-image-copy-copy {
  width: 40%;
  flex: 1;
  position: relative;
}

.growing-image-copy-copy.small {
  width: 45%;
  color: #fff;
  flex: 0 auto;
  margin-right: 0;
  overflow: visible;
}

.growing-image-copy-copy.right {
  height: auto;
  color: #fff;
  margin-left: 0;
  overflow: hidden;
}

.growing-image-copy-copy.left {
  color: #fff;
  margin-right: 24px;
}

.content-wrapper-copy-copy-copy {
  z-index: 20;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.zauffali-copy {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: block;
  position: relative;
  overflow: hidden;
}

.zauffali-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.zauffali-copy.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.zauffali-copy.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.zauffali-copy.pytania {
  padding-left: 40px;
}

.zauffali-copy.zaufali {
  background-color: #fff;
  display: none;
}

.zauffali-copy.poczatki {
  background-color: #f8f6f1;
  margin-top: 180px;
  padding-bottom: 180px;
}

.zauffali-copy.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.zauffali-copy-copy {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.zauffali-copy-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.zauffali-copy-copy.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.zauffali-copy-copy.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.zauffali-copy-copy.pytania {
  padding-left: 40px;
}

.zauffali-copy-copy.zaufali {
  background-color: #fff;
  display: none;
}

.zauffali-copy-copy.poczatki {
  background-color: #f8f6f1;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.zauffali-copy-copy.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.subtitle-copy-copy-copy {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.grid-wrapper-copy {
  z-index: 210;
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15vh;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.grid-wrapper-copy._3 {
  margin-top: 0%;
}

.grid-wrapper-copy._6 {
  height: 100vh;
  margin-top: 0%;
  padding-top: 180px;
  padding-bottom: 180px;
}

.grid-wrapper-copy.portfolio, .grid-wrapper-copy.kontakt {
  height: 100vh;
  margin-top: 0%;
}

.button-copy {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.body-display-copy-copy-copy-copy {
  color: #060d11;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy-copy-copy-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.button-copy-copy {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.body-display-copy-copy-copy-copy-copy {
  color: #eaf8ff;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.body-display-copy-copy-copy-copy-copy.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.menu-lottie-copy {
  width: 26px;
  height: 26px;
  color: #7f5c5c;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-wrapper-copy-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 15%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.grid-wrapper-copy {
  z-index: 210;
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.grid-wrapper-copy._3 {
  margin-top: 0%;
}

.grid-wrapper-copy._6 {
  height: 100vh;
  margin-top: 0%;
  padding-top: 180px;
  padding-bottom: 180px;
}

.grid-wrapper-copy.portfolio, .grid-wrapper-copy.kontakt {
  height: 100vh;
  margin-top: 0%;
}

.content-wrapper-copy-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.content-wraper {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.b2 {
  color: #eaf8ff;
  text-align: center;
  font-size: 14px;
  line-height: 1.65em;
}

.b2.dual-paragraph {
  width: 600px;
  text-align: center;
  column-count: 1;
  column-gap: 60px;
  margin-left: auto;
  margin-right: auto;
}

.button-copy-copy {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.slider_portfolio_mobile {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 99px;
  display: none;
}

.mask-3-copy {
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.media {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  padding: 180px 100px;
  display: none;
}

.media.left {
  grid-template-columns: 1fr 50%;
  padding-right: 40px;
}

.section-10 {
  padding-top: 220px;
  display: none;
}

.div-block-22-copy {
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.grid-wrapper-copy-copy {
  z-index: 210;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  overflow: visible;
}

.grid-wrapper-copy-copy.zauf {
  padding-top: 180px;
  padding-bottom: 180px;
}

.grid-wrapper-copy-copy-copy {
  z-index: 25;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #f8f6f1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
  position: static;
  overflow: hidden;
}

.container-image-copy {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-image-copy._7 {
  padding-top: 0;
}

.container-image-copy._3 {
  margin-left: 0;
}

.container-image-copy {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-image-copy._7 {
  padding-top: 0;
}

.container-image-copy._3 {
  margin-left: 0;
}

.container-image-copy {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-image-copy._7 {
  padding-top: 0;
}

.container-image-copy._3 {
  margin-left: 0;
}

.container-image-copy {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-image-copy._7 {
  padding-top: 0;
}

.container-image-copy._3 {
  margin-left: 0;
}

.grid {
  grid-template-rows: auto;
  margin-top: 0;
  padding-left: 180px;
  padding-right: 180px;
}

.div-block-2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 180px;
  padding-right: 180px;
  display: grid;
  position: relative;
}

.container-image-copy {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-image-copy._7 {
  padding-top: 0;
}

.container-image-copy._3 {
  margin-left: 0;
  padding-bottom: 0;
  display: block;
}

.container-image-copy {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-image-copy._7 {
  padding-top: 0;
}

.container-image-copy._3 {
  margin-left: 0;
}

.container-image-copy {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-image-copy._7 {
  padding-top: 0;
}

.container-image-copy._3 {
  margin-left: 0;
}

.container-image-copy {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-image-copy._7 {
  padding-top: 0;
}

.container-image-copy._3 {
  margin-left: 0;
}

.container-image-copy {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-image-copy._7 {
  padding-top: 0;
}

.container-image-copy._3 {
  margin-left: 0;
}

.container-image-copy {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-image-copy._7 {
  padding-top: 0;
}

.container-image-copy._3 {
  margin-left: 0;
}

.container-image-copy {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-image-copy._7 {
  padding-top: 0;
}

.container-image-copy._3 {
  margin-left: 0;
}

.container-image-copy {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-image-copy._7 {
  padding-top: 0;
}

.container-image-copy._3 {
  margin-left: 0;
}

.growing-image-copy {
  width: 40%;
  flex: 1;
  position: relative;
}

.growing-image-copy.small {
  width: 100%;
  color: #fff;
  flex: 0 auto;
  margin-right: 0;
  overflow: visible;
}

.growing-image-copy.small.ciazowe {
  overflow: hidden;
}

.growing-image-copy.right {
  color: #fff;
  margin-left: 24px;
}

.growing-image-copy.right.gr {
  margin-left: 0;
  overflow: hidden;
}

.growing-image-copy.left {
  height: auto;
  color: #fff;
  margin-right: 24px;
}

.zauffali-copy {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.zauffali-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.zauffali-copy.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.zauffali-copy.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.zauffali-copy.pytania {
  padding-top: 100px;
  padding-bottom: 0;
  padding-left: 0;
}

.zauffali-copy.zaufali {
  background-color: #fff;
  display: none;
}

.zauffali-copy.poczatki {
  background-color: #f8f6f1;
  margin-top: 180px;
  padding-bottom: 180px;
}

.zauffali-copy.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.zauffali-copy-copy {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: block;
  position: relative;
  overflow: hidden;
}

.zauffali-copy-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.zauffali-copy-copy.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.zauffali-copy-copy.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.zauffali-copy-copy.pytania {
  padding-left: 40px;
}

.zauffali-copy-copy.zaufali {
  background-color: #fff;
  display: none;
}

.zauffali-copy-copy.poczatki {
  background-color: #f8f6f1;
  margin-top: 180px;
  padding-bottom: 180px;
}

.zauffali-copy-copy.paralax {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-3-copy {
  width: 230px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  overflow: hidden;
}

.zauffali-copy-copy-copy {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.zauffali-copy-copy-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.zauffali-copy-copy-copy.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.zauffali-copy-copy-copy.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.zauffali-copy-copy-copy.pytania {
  padding-left: 40px;
}

.zauffali-copy-copy-copy.zaufali {
  background-color: #fff;
  display: none;
}

.zauffali-copy-copy-copy.poczatki {
  background-color: #f8f6f1;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.zauffali-copy-copy-copy.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.div-block-27 {
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.button-outline-copy {
  width: 100%;
  text-align: left;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #060d11;
  border-radius: 5px;
  flex: 0 auto;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 48px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-copy-copy {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.background-load-top {
  z-index: 25;
  height: 50%;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background-load-bottom {
  z-index: 25;
  height: 50%;
  background-color: #fff;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-background-image {
  background-image: url('../images/6286422d335ea3af09b1a85f_IMG_9500-p-800.jpeg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-background-image.two {
  width: 100%;
  height: 100%;
  background-image: url('../images/oexOxy3g.jpeg');
  flex: 1;
}

.team-background-image.three {
  width: 100%;
  height: 100%;
  background-image: url('../images/fqORS2pg_1.jpeg');
}

.team-background-image.four {
  background-image: url('../images/GmU7dMCT.jpeg');
}

.team-background-image.five {
  background-image: url('../images/mIMjXWcA.jpeg');
}

.team-background-image.six {
  background-image: url('../images/62908cb76a4b7833db8816ac_354C0581-p-800.jpeg');
}

.section-11 {
  height: 100vh;
  background-color: #f8f6f1;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

.form-block-copy {
  z-index: 50;
  width: 57%;
  height: auto;
  color: #060d11;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  padding: 100px;
  display: flex;
  position: static;
}

.section-5-copy {
  height: 100%;
  background-color: #f8f6f1;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-5-copy.oferta-white {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 100px;
}

.form-block-copy {
  z-index: 50;
  width: 55%;
  height: 100%;
  color: #060d11;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  margin: 60px auto 0;
  padding: 60px;
  display: none;
  position: relative;
}

.media-copy {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  padding: 180px 100px;
  display: grid;
}

.media-copy.left {
  grid-template-columns: 1fr 50%;
  padding-right: 40px;
}

.grid-wrapper-copy {
  z-index: 210;
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
  overflow: visible;
}

.grid-wrapper-copy._3 {
  margin-top: 0%;
}

.grid-wrapper-copy._6, .grid-wrapper-copy.portfolio {
  height: 100vh;
  margin-top: 0%;
  padding-top: 180px;
  padding-bottom: 180px;
  display: block;
}

.grid-wrapper-copy.kontakt {
  height: 100vh;
  margin-top: 0%;
}

.grid-wrapper-copy-copy {
  z-index: 210;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  overflow: visible;
}

.grid-wrapper-copy-copy._5.onas, .grid-wrapper-copy-copy.zauf {
  padding-top: 180px;
  padding-bottom: 180px;
}

.grid-wrapper-copy-copy {
  z-index: 210;
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.grid-wrapper-copy-copy._3 {
  margin-top: 0%;
}

.grid-wrapper-copy-copy._6 {
  height: 100vh;
  margin-top: 0%;
  padding-top: 180px;
  padding-bottom: 180px;
}

.grid-wrapper-copy-copy.portfolio, .grid-wrapper-copy-copy.kontakt {
  height: 100vh;
  margin-top: 0%;
}

.zauffali-copy-copy-copy-copy {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.zauffali-copy-copy-copy-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.zauffali-copy-copy-copy-copy.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.zauffali-copy-copy-copy-copy.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.zauffali-copy-copy-copy-copy.pytania {
  padding-left: 40px;
}

.zauffali-copy-copy-copy-copy.zaufali {
  background-color: #fff;
  display: none;
}

.zauffali-copy-copy-copy-copy.poczatki {
  background-color: #f8f6f1;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.zauffali-copy-copy-copy-copy.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.poczatki2 {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.poczatki2.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.poczatki2.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.poczatki2.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.poczatki2.pytania {
  padding-left: 40px;
}

.poczatki2.zaufali {
  background-color: #fff;
  display: none;
}

.poczatki2.poczatki {
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.poczatki2.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.button-copy {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.content-wrapper-copy-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-copy-copy-copy {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-28 {
  z-index: 99999;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .75);
  border-radius: 100px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: auto;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-28.w--current {
  border: 1px solid rgba(0, 0, 0, .74);
  display: block;
}

.image-60 {
  width: 25px;
  height: 25px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 17px;
  transform: rotate(270deg);
}

.lottie-animation-6 {
  width: 30px;
  margin-left: auto;
  margin-right: auto;
}

.top-nav-wrapper1 {
  width: 100%;
  height: 90px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, auto) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-4 {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button-copy {
  width: 250px;
  color: #060d11;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #f8f6f1;
  border: 1px #060d11;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 20px;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-text-copy {
  z-index: 25;
  color: #060d11;
  position: relative;
}

.button-text-copy.b_t_w {
  color: #fff;
}

.button-outline-copy {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #060d11;
  border-radius: 5px;
  padding: 24px 48px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.onas_mobile {
  display: none;
}

.button-copy-copy-copy {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.srodek {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-outline-copy-copy {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #060d11;
  border-radius: 5px;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 48px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-block-10 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 0;
  font-weight: 500;
}

.div-block-30 {
  width: 55%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-31 {
  background-color: rgba(0, 0, 0, 0);
  border: .2px solid rgba(0, 0, 0, .45);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.subtitle-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.subtitle-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.container-image-copy-copy {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-image-copy-copy._7 {
  padding-top: 0;
}

.container-image-copy-copy._3 {
  margin-left: 0;
}

.container-image-copy-copy {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-image-copy-copy._7 {
  padding-top: 0;
}

.container-image-copy-copy._3 {
  margin-left: 0;
}

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

.subtitle-copy {
  color: #060d11;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.subtitle-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.subtitle-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.subtitle-copy-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.subtitle-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.subtitle-copy-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.subtitle-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.subtitle-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.section-12 {
  display: none;
}

.button-copy-copy-copy {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-3-copy {
  width: auto;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.subtitle-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.subtitle-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.subtitle-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.subtitle-copy-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.subtitle-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.subtitle-copy-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.subtitle-copy-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.subtitle-copy-copy-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.subtitle-copy-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.subtitle-copy-copy-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.subtitle-copy-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.subtitle-copy-copy-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.button-copy-copy-copy-copy {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.subtitle-copy-copy-copy-copy {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
}

.plkj {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle-copy-copy {
  color: #060d11;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.subtitle-copy-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.subtitle-copy-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.flyout-menu-wrapper2 {
  z-index: 20;
  width: 100%;
  background-color: rgba(7, 18, 36, .64);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.flyout-menu-content2 {
  z-index: 10;
  width: 400px;
  height: 100%;
  max-width: 400px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, .77);
  grid-template-rows: minmax(156px, .25fr);
  grid-template-columns: minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-between;
  padding-top: 116px;
  padding-left: 80px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.close-flyout2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.flyout-menu2.close1 {
  display: none;
}

.lottie {
  width: 26px;
  height: 26px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-11 {
  padding-left: 80px;
  font-size: 30px;
}

.text-block-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 80px;
}

.link-block-3 {
  margin-left: auto;
  margin-right: auto;
}

.image-61 {
  margin-top: 5px;
}

.subtitle-copy-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #060d11;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

._6_r {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle-copy {
  color: #060d11;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.subtitle-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.image-62, .image-63, .image-64, .image-65, .image-66, .image-67, .image-68, .image-69, .image-70, .image-71, .image-72, .image-73, .image-74, .image-75, .image-76, .image-77, .image-78, .image-79, .image-80, .image-81, .image-82, .image-83, .image-84, .image-85 {
  overflow: hidden;
}

.container-image-copy-copy {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-image-copy-copy._7 {
  padding-top: 0;
}

.container-image-copy-copy._3 {
  margin-left: 0;
}

.ciazowe-div {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ciazowe-div._7 {
  padding-top: 0;
}

.ciazowe-div._3 {
  margin-left: 0;
}

.dzieciece {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dzieciece._7 {
  padding-top: 0;
}

.dzieciece._3 {
  margin-left: 0;
}

.slider4-copy {
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}

.heading-copy {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy.large {
  color: #060d11;
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.heading-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy.left {
  text-align: center;
  margin-bottom: 20px;
}

.button-copy, .button-copy-copy {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 20px;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-outline-copy-copy, .button-outline-copy-copy-copy {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #060d11;
  border-radius: 5px;
  padding: 24px 48px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-outline-copy-copy-copy {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #060d11;
  border-radius: 5px;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 48px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-outline-copy-copy-copy-copy {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #060d11;
  border-radius: 5px;
  padding: 24px 48px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-wrapper-copy-copy, .content-wrapper-copy, .content-wrapper-copy-copy, .content-wrapper-copy-copy-copy, .content-wrapper-copy-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.container-image-copy-copy {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-image-copy-copy._7 {
  padding-top: 0;
}

.container-image-copy-copy._3 {
  margin-left: 0;
  padding-bottom: 0;
  display: block;
}

.noworokowe-div {
  width: auto;
  height: auto;
  justify-content: center;
  margin-left: 33vw;
  margin-right: 0;
  padding-top: 85px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.noworokowe-div._7 {
  padding-top: 0;
}

.noworokowe-div._3 {
  margin-left: 0;
}

.subtitle-copy-copy-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
}

.heading-copy-copy {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy-copy.large {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.heading-copy-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy-copy.left {
  text-align: left;
  margin-bottom: 20px;
}

.button-copy-copy {
  width: 250px;
  color: #060d11;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #f8f6f1;
  border: 1px #060d11;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 20px;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-copy-copy-copy {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-outline-copy {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #060d11;
  border-radius: 5px;
  padding: 24px 48px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-copy-copy-copy {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 20px;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.content-wrapper-copy-copy-copy, .content-wrapper-copy-copy-copy-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-3-copy {
  width: auto;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.subtitle-copy-copy {
  color: #060d11;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.subtitle-copy-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.content-wrapper-copy-copy-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.subtitle-copy-copy-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
}

.subtitle-copy-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.div-block-3-copy {
  width: auto;
  justify-content: center;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.button-copy-copy-copy {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-copy-copy {
  color: #060d11;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-copy-copy.large {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin: 5px auto;
  font-size: 40px;
}

.heading-copy-copy.extra-large {
  font-size: 56px;
  line-height: 1.45em;
}

.heading-copy-copy.left {
  text-align: left;
  margin-bottom: 20px;
}

.div-block-3-copy-copy {
  width: auto;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.przycisk_deskop {
  z-index: 5000;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: auto;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.przycisk_deskop.w--current {
  display: none;
}

.przycisk_podstrony {
  z-index: 5000;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: auto;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.przycisk_podstrony.w--current {
  display: none;
}

.button-deskop {
  width: 250px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #060d11;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 20px;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.subtitle-copy-copy-copy {
  color: #060d11;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.subtitle-copy-copy-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.cw {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.linki {
  color: #060d11;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.linki.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.subtitle-copy-copy-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.subtitle-copy-copy-copy-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.subtitle-copy-copy-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.subtitle-copy-copy-copy-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.subtitle-copy-copy-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #060d11;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
}

.subtitle-copy-copy-copy-copy-copy-copy, .mhj, .subtitle-copy-copy-copy-copy-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
}

.subtitle-copy-copy-copy-copy-copy {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.html-embed {
  margin-bottom: 0;
}

.pytania-2 {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.pytania-2.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.pytania-2.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.pytania-2.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.pytania-2.pytania {
  background-color: #f8f6f1;
  padding-top: 100px;
  padding-bottom: 0;
  padding-left: 0;
}

.pytania-2.zaufali {
  background-color: #fff;
  display: none;
}

.pytania-2.poczatki {
  background-color: #f8f6f1;
  margin-top: 180px;
  padding-bottom: 180px;
}

.pytania-2.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.boxy-biel {
  z-index: 25;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #f8f6f1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.oferta-white {
  height: 100%;
  background-color: #f8f6f1;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

.background-video-2 {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grey {
  z-index: 25;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #f8f6f1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-toggle-grey {
  width: 100%;
  background-color: #f8f6f1;
  margin-top: 0;
  margin-bottom: 10px;
}

.grey-x {
  z-index: 25;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #f8f6f1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.stacked-content-copy {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-content-copy.large {
  grid-row-gap: 50px;
  background-color: #fff;
  overflow: hidden;
}

.zaufalinam {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.zaufalinam.w--current {
  margin-bottom: 20px;
}

.subtitle-copy-copy-copy {
  color: #060d11;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.subtitle-copy-copy-copy.pytanie {
  text-transform: none;
  padding-top: 15px;
  padding-left: 20px;
  overflow: hidden;
}

.content-wrapper-copy-copy-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.meddia-div {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  background-color: #f8f6f1;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  padding: 100px;
  display: grid;
}

.meddia-div.left {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 50%;
  align-items: start;
  justify-items: center;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

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

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

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

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

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

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

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

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

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

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

.right-arrow-3 {
  justify-content: center;
  display: flex;
}

.slide-nav-4 {
  display: none;
}

.image-87 {
  max-width: 50%;
  flex: 1;
}

.link-5, .link-6, .link-7 {
  color: #04090c;
  font-weight: 500;
}

.link-8 {
  color: #04090c;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.left-arrow-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrapper-copy-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-white, .footer-white-copy {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.f-kntakt {
  background-color: #f8f6f1;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.dzieciece-div {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.dzieciece-div.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.dzieciece-div.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.dzieciece-div.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.dzieciece-div.pytania {
  padding-left: 0;
}

.dzieciece-div.zaufali {
  background-color: #fff;
  display: block;
}

.dzieciece-div.poczatki {
  background-color: #f8f6f1;
  margin-top: 180px;
  padding-bottom: 180px;
}

.dzieciece-div.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.dzieciece-div._3 {
  padding-top: 0;
  padding-bottom: 0;
}

.zauffali-copy {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.zauffali-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.zauffali-copy.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.zauffali-copy.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.zauffali-copy.pytania {
  padding-left: 0;
}

.zauffali-copy.zaufali {
  background-color: #fff;
  display: block;
}

.zauffali-copy.poczatki {
  background-color: #f8f6f1;
  margin-top: 180px;
  padding-bottom: 180px;
}

.zauffali-copy.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.zauffali-copy._3 {
  padding-top: 0;
  padding-bottom: 0;
}

.content-wrapper-copy-copy-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-5-copy-copy {
  height: 100%;
  background-color: #f8f6f1;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.slider-zaufali-white {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.slider-zaufali-white.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.slider-zaufali-white.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.slider-zaufali-white.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.slider-zaufali-white.pytania {
  padding-left: 0;
}

.slider-zaufali-white.zaufali {
  background-color: #fff;
  display: block;
}

.slider-zaufali-white.poczatki {
  background-color: #f8f6f1;
  margin-top: 180px;
  padding-bottom: 180px;
}

.slider-zaufali-white.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.slider-zaufali-white._3 {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-section-copy {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.content-wrapper-copy-copy-copy-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.zauffali-copy-copy {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.zauffali-copy-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.zauffali-copy-copy.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.zauffali-copy-copy.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.zauffali-copy-copy.pytania {
  padding-top: 100px;
  padding-bottom: 0;
  padding-left: 0;
}

.zauffali-copy-copy.zaufali {
  background-color: #fff;
  display: none;
}

.zauffali-copy-copy.poczatki {
  background-color: #f8f6f1;
  margin-top: 180px;
  padding-bottom: 180px;
}

.zauffali-copy-copy.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.content-wrapper-copy-copy-copy-copy, .content-wrapper-copy-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.zauffali-copy-copy {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.zauffali-copy-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.zauffali-copy-copy.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.zauffali-copy-copy.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.zauffali-copy-copy.pytania {
  padding-top: 100px;
  padding-bottom: 0;
  padding-left: 0;
}

.zauffali-copy-copy.zaufali {
  background-color: #fff;
  display: none;
}

.zauffali-copy-copy.poczatki {
  background-color: #f8f6f1;
  margin-top: 180px;
  padding-bottom: 180px;
}

.zauffali-copy-copy.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.dropdown-copy, .dropdown-copy-copy {
  width: 100%;
}

.dzieciece-div-copy {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.dzieciece-div-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.dzieciece-div-copy.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.dzieciece-div-copy.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.dzieciece-div-copy.pytania {
  padding-left: 0;
}

.dzieciece-div-copy.zaufali {
  background-color: #fff;
  display: block;
}

.dzieciece-div-copy.poczatki {
  background-color: #f8f6f1;
  margin-top: 180px;
  padding-bottom: 180px;
}

.dzieciece-div-copy.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.dzieciece-div-copy._3 {
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-div-white {
  z-index: 25;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
  position: static;
  overflow: hidden;
}

.footer-section-copy {
  background-color: #f8f6f1;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.stacked-content-copy {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-content-copy.large {
  grid-row-gap: 50px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.content-wrapper-copy-copy-copy-copy {
  z-index: 20;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-section-copy-copy {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.section-6-copy {
  height: auto;
  padding-top: 180px;
  padding-bottom: 100px;
}

.service-item-copy {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  padding: 100px;
  display: grid;
}

.service-item-copy.left {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 50%;
  align-items: start;
  justify-items: center;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.grey-copy {
  z-index: 25;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #f8f6f1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
  position: static;
  overflow: hidden;
}

.zauffali-copy {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.zauffali-copy.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.zauffali-copy.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.zauffali-copy.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.zauffali-copy.pytania {
  padding-left: 0;
}

.zauffali-copy.zaufali {
  background-color: #fff;
  display: block;
}

.zauffali-copy.poczatki {
  background-color: #f8f6f1;
  margin-top: 180px;
  padding-bottom: 180px;
}

.zauffali-copy.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.zauffali-copy._3 {
  padding-top: 0;
  padding-bottom: 0;
}

.gallery-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
}

.footer-section-copy {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.footer-section-copy-copy {
  background-color: #f8f6f1;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.porret-div {
  z-index: 20;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.porret-div.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.porret-div.no-padding.clip {
  background-color: #f8f6f1;
  display: none;
}

.porret-div.clip {
  height: 100vh;
  padding-top: 30%;
  overflow: hidden;
}

.porret-div.pytania {
  padding-left: 0;
}

.porret-div.zaufali {
  background-color: #fff;
  display: block;
}

.porret-div.poczatki {
  background-color: #f8f6f1;
  margin-top: 180px;
  padding-bottom: 180px;
}

.porret-div.paralax {
  padding-top: 180px;
  padding-bottom: 180px;
}

.porret-div._3 {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-grey {
  background-color: #f8f6f1;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.content-wrapper-copy-copy-copy-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.service-item-copy {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  padding: 100px;
  display: grid;
}

.service-item-copy.left {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 50%;
  align-items: start;
  justify-items: center;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.content-wrapper-copy-copy-copy-copy-copy {
  z-index: 20;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #060d11;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-section-copy-copy-copy {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.div-block-2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-left: 180px;
  padding-right: 180px;
  display: grid;
  position: relative;
}

.div-block-2-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 180px;
  padding-right: 180px;
  display: grid;
  position: relative;
}

.footer-section-copy-copy {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.stacked-content-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-content-copy-copy.large {
  grid-row-gap: 50px;
  background-color: #fff;
  overflow: hidden;
}

.gallery-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
}

.foter-grey {
  background-color: #f8f6f1;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.meddia-div-copy {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  background-color: #f8f6f1;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  padding: 100px;
  display: grid;
}

.meddia-div-copy.left {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 50%;
  align-items: start;
  justify-items: center;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.grey-copy-copy {
  z-index: 25;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #f8f6f1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
  position: static;
  overflow: hidden;
}

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

.body-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14 {
  font-size: 50px;
}

@media screen and (min-width: 1280px) {
  .background.projects-background._2.ciazowe.dzieiece-copy {
    background-image: url('../images/628c9a0256d7f475b3f2c519_62864268e3fab3fcfeddf9e1_ftsIMG_8697-p-800.jpeg');
  }

  .grid-wrapper._6 {
    height: auto;
  }

  .about-hero {
    height: 100vh;
    max-height: none;
    min-height: auto;
  }

  .about-hero.onas {
    height: 100vh;
  }

  .stacked-content.large {
    background-color: #f8f6f1;
  }

  .testimonial-slide-wrapper {
    min-height: 750px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .footer-section {
    background-color: rgba(0, 0, 0, 0);
  }

  .gallery-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 180px;
    padding-right: 180px;
  }

  .service-item.left {
    padding-left: 180px;
    padding-right: 180px;
  }

  .logo-image {
    max-width: 80px;
  }

  .hero-background-wrapper {
    height: auto;
  }

  .dropdown-toggle.dropdown-toggle-grey, .dropdown-toggle.dropdown-toggle-grey-copy, .dropdown-toggle.dropdown-toggle-grey-copy, .dropdown-toggle.dropdown-toggle-grey-copy, .dropdown-toggle.dropdown-toggle-grey-copy, .dropdown-toggle.dropdown-toggle-grey-copy, .dropdown-toggle.dropdown-toggle-grey-copy, .dropdown-toggle.dropdown-toggle-grey-copy {
    background-color: #f8f6f1;
  }

  .small-img {
    width: 20vw;
    top: 25px;
    left: 15.5vw;
  }

  .medium-image {
    width: 13vw;
  }

  .section-5-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .background-video-2 {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grey {
    padding-bottom: 0;
  }

  .dropdown-toggle-grey, .grey-x {
    background-color: #f8f6f1;
  }

  .stacked-content-copy.large {
    background-color: #fff;
  }

  .meddia-div {
    background-color: #f8f6f1;
  }

  .meddia-div.left {
    padding-left: 180px;
    padding-right: 180px;
  }

  .right-arrow-3 {
    display: flex;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slide-nav-4 {
    display: none;
  }

  .image-87 {
    width: 50%;
    flex: 0 auto;
    margin-bottom: 0;
  }

  .link-5, .link-6, .link-7, .link-8 {
    color: #04090c;
    font-weight: 500;
  }

  .left-arrow-4 {
    align-items: center;
    display: flex;
  }

  .footer-white, .footer-white-copy {
    background-color: rgba(0, 0, 0, 0);
  }

  .f-kntakt {
    background-color: #f8f6f1;
  }

  .section-5-copy-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-section-copy {
    background-color: rgba(0, 0, 0, 0);
  }

  .dzieciece-div-copy {
    padding-bottom: 0;
  }

  .portfolio-div-white {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-section-copy {
    background-color: #f8f6f1;
  }

  .stacked-content-copy.large, .footer-section-copy-copy {
    background-color: rgba(0, 0, 0, 0);
  }

  .service-item-copy.left {
    padding-left: 180px;
    padding-right: 180px;
  }

  .grey-copy {
    padding-bottom: 0;
  }

  .gallery-wrapper-copy {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 180px;
    padding-right: 180px;
  }

  .footer-section-copy {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-section-copy-copy, .footer-grey {
    background-color: #f8f6f1;
  }

  .service-item-copy.left {
    grid-column-gap: 30px;
    padding-left: 180px;
    padding-right: 180px;
  }

  .footer-section-copy-copy-copy {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .footer-section-copy-copy {
    background-color: rgba(0, 0, 0, 0);
  }

  .stacked-content-copy-copy.large {
    background-color: #fff;
  }

  .gallery-wrapper-copy {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 180px;
    padding-right: 180px;
  }

  .foter-grey, .meddia-div-copy {
    background-color: #f8f6f1;
  }

  .meddia-div-copy.left {
    padding-left: 180px;
    padding-right: 180px;
  }

  .grey-copy-copy {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .zauffali {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .body {
    background-color: rgba(0, 0, 0, 0);
  }

  .about-hero {
    height: 100vh;
    min-height: 100vh;
  }

  .body-display {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .large-growing-images.small {
    margin-left: auto;
    margin-right: auto;
  }

  .stacked-content.large {
    background-color: rgba(0, 0, 0, 0);
  }

  .testimonial-slide-wrapper {
    min-height: 850px;
  }

  .projects-grid.dual {
    grid-column-gap: 100px;
  }

  .footer-section {
    background-color: rgba(0, 0, 0, 0);
  }

  .medium-width {
    margin-bottom: 0;
  }

  .gallery-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding: 100px 180px;
  }

  .service-info {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-left: 0;
    display: flex;
  }

  .service-image {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .service-item.left {
    grid-column-gap: 20px;
  }

  .form-wrapper {
    align-content: stretch;
  }

  .growing-background.six.noworodkowe.background.dziec {
    width: 100%;
  }

  .div-block-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .small-img {
    width: 25vw;
    max-width: 20.66vw;
    top: -45px;
  }

  .image-58 {
    max-width: 34vw;
  }

  .medium-image {
    width: 12vw;
    max-width: 25vw;
    top: -44px;
    left: 65vw;
  }

  .grid-wrapper-copy-copy-copy, .media-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-3-copy {
    margin-top: 0;
  }

  .pytania-2.pytania {
    padding-top: 100px;
  }

  .background-video-2 {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grey {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .dropdown-toggle-grey {
    background-color: #f8f6f1;
  }

  .stacked-content-copy.large {
    background-color: #fff;
  }

  .meddia-div {
    background-color: #f8f6f1;
  }

  .meddia-div.left {
    grid-column-gap: 20px;
  }

  .right-arrow-3 {
    margin-top: 0;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-86 {
    height: auto;
    display: block;
  }

  .mask-4 {
    width: 100%;
    height: auto;
  }

  .slider-4 {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
  }

  .slide-nav-4 {
    opacity: 0;
    display: none;
  }

  .image-87 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .link-4, .link-5, .link-6, .link-7, .link-8 {
    color: #04090c;
    font-weight: 500;
  }

  .left-arrow-4 {
    align-items: center;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .slide-6, .div-block-33 {
    height: 100%;
  }

  .f-kntakt {
    background-color: #f8f6f1;
  }

  .dzieciece-div, .zauffali-copy {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section-5-copy-copy {
    background-color: #f8f6f1;
  }

  .slider-zaufali-white {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .footer-section-copy {
    background-color: rgba(0, 0, 0, 0);
  }

  .dzieciece-div-copy {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .portfolio-div-white {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-section-copy {
    background-color: #f8f6f1;
  }

  .stacked-content-copy.large {
    background-color: #fff;
  }

  .footer-section-copy-copy {
    background-color: rgba(0, 0, 0, 0);
  }

  .service-item-copy.left {
    grid-column-gap: 20px;
  }

  .grey-copy {
    background-color: #f8f6f1;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .zauffali-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .gallery-wrapper-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding: 100px 180px;
  }

  .footer-section-copy {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-section-copy-copy {
    background-color: #f8f6f1;
  }

  .porret-div {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .footer-grey {
    background-color: #f8f6f1;
  }

  .service-item-copy.left {
    grid-column-gap: 20px;
  }

  .footer-section-copy-copy-copy {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-2-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .footer-section-copy-copy {
    background-color: rgba(0, 0, 0, 0);
  }

  .stacked-content-copy-copy.large {
    background-color: #fff;
  }

  .gallery-wrapper-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding: 100px 180px;
  }

  .foter-grey, .meddia-div-copy {
    background-color: #f8f6f1;
  }

  .meddia-div-copy.left {
    grid-column-gap: 20px;
  }

  .grey-copy-copy {
    background-color: #f8f6f1;
    padding-top: 0;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .section-10 {
    margin-top: 220px;
    padding-top: 0;
  }
}

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

  .background-wrapper {
    height: 100vh;
  }

  .background-wrapper.half-page {
    width: 100%;
    min-height: 500px;
    border-top: 1px solid rgba(239, 249, 252, .1);
    position: relative;
  }

  .background.projects-background._2.ciazowe.dzieiece {
    background-image: url('../images/62909077f6d1b91e716af0b3_354C9893-p-800.jpeg');
  }

  .background.projects-background._2.ciazowe.dzieiece-copy {
    background-image: url('../images/628c9a0256d7f475b3f2c519_62864268e3fab3fcfeddf9e1_ftsIMG_8697-p-800.jpeg');
  }

  .navbar {
    border-bottom: 1px rgba(239, 249, 252, .1);
  }

  .grid-wrapper {
    height: 100%;
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
    position: static;
  }

  .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    justify-items: stretch;
  }

  .mobile-nav-menu {
    background-color: #060d11;
    border-top: 1px rgba(239, 249, 252, .1);
    border-bottom: 1px rgba(0, 0, 0, 0);
  }

  .nav-link {
    border-bottom: 1px solid rgba(239, 249, 252, .1);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link.w--current {
    color: #fff;
    background-color: #04090c;
  }

  .nav-menu-items {
    display: none;
  }

  .zauffali {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .hero-content {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .content-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading.large {
    font-size: 46px;
  }

  .heading.extra-large {
    font-size: 48px;
  }

  .home-hero-intro {
    grid-row-gap: 24px;
    text-align: center;
    justify-content: center;
    justify-items: center;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero {
    height: 100vh;
    min-height: auto;
    padding-top: 0;
    display: block;
  }

  .body-display {
    text-align: center;
  }

  .body-display.dual-paragraph {
    width: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .stacked-title {
    grid-row-gap: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .circle-link {
    z-index: 40;
    margin-top: 100px;
    margin-bottom: -90px;
    margin-right: 0;
  }

  .large-growing-images.small {
    width: 100%;
    height: 65vh;
    min-height: auto;
  }

  .stacked-content.large {
    grid-row-gap: 80px;
  }

  .testimonial-slider {
    max-width: 600px;
  }

  .projects-grid.dual {
    grid-column-gap: 36px;
    grid-row-gap: 80px;
  }

  .footer-menu {
    min-height: auto;
    grid-column-gap: 36px;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 36px;
  }

  .footer-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-intro {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 48px;
  }

  .center-banner {
    height: 75vh;
    min-height: 550px;
  }

  .centered-intro {
    max-width: 775px;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 24px;
  }

  .hero-description {
    z-index: 20;
    padding-bottom: 60px;
    padding-left: 60px;
    position: relative;
  }

  .scrolling-text {
    height: auto;
    min-height: 700px;
    grid-row-gap: 48px;
  }

  .scrolling-text-wrapper {
    max-height: 400px;
    border-top: 1px solid rgba(239, 249, 252, .1);
    overflow: hidden;
  }

  .dynamic-text {
    border-bottom: 1px rgba(239, 249, 252, .1);
    padding-top: 80px;
    padding-bottom: 0;
  }

  .gallery-wrapper {
    background-color: #f8f6f1;
    margin-top: 0;
    margin-bottom: 0;
    padding: 100px 40px;
  }

  .dark-cover {
    display: none;
  }

  .showcase-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .showcase-image {
    height: 50vw;
  }

  .service-info {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-image {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-item {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-item.left {
    height: 100%;
    flex-direction: column;
    flex: 0 auto;
    grid-template-columns: 1fr;
    margin-top: 100px;
    display: flex;
  }

  .service-list {
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .form-wrapper {
    grid-row-gap: 48px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .form-wrapper.oferta-white {
    padding-top: 100px;
  }

  .form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .form-block {
    align-items: center;
    padding-bottom: 0;
  }

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

  .hero-title {
    max-width: 650px;
  }

  .hero-title.small {
    padding-bottom: 6px;
  }

  .testimonial-text {
    font-size: 38px;
  }

  .detail-card {
    grid-row-gap: 100px;
    border-top-style: solid;
  }

  .detail-card.no-top-border {
    border-top-style: none;
    border-right-style: none;
  }

  .detail-card.no-mobile-top-border {
    border-top-style: none;
  }

  .detail-cards-wrapper {
    grid-row-gap: 0px;
    grid-auto-flow: row;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon {
    width: 30px;
  }

  .menu-button-wrapper {
    width: 60px;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .about-me-hero {
    padding-top: 0;
  }

  .paragraph-heading {
    font-size: 46px;
  }

  .hero-overlay {
    background-color: rgba(4, 6, 10, .51);
  }

  .service-item-copy {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .service-item-copy.left {
    grid-template-columns: 1fr;
  }

  .section-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .grid-wrapper-copy, .grid-wrapper-copy-copy, .grid-wrapper-copy {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .heading-copy.large {
    font-size: 46px;
  }

  .heading-copy.extra-large {
    font-size: 48px;
  }

  .heading-copy.large {
    font-size: 46px;
  }

  .heading-copy.extra-large {
    font-size: 48px;
  }

  .heading-copy.large {
    font-size: 46px;
  }

  .heading-copy.extra-large {
    font-size: 48px;
  }

  .section-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .h_b.large {
    font-size: 40px;
  }

  .h_b.extra-large {
    font-size: 48px;
  }

  .div-block-2 {
    margin-top: 60px;
    margin-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-copy, .paralax {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .heading-copy-copy.large {
    font-size: 46px;
  }

  .heading-copy-copy.extra-large {
    font-size: 48px;
  }

  .body-display-copy.dual-paragraph {
    width: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .body-display-copy-copy-copy {
    margin-top: 20px;
  }

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

  .body-display-copy.dual-paragraph {
    width: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .large-growing-images-copy.small {
    height: 45vw;
    min-height: 400px;
  }

  .content-wrapper-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .left-nav {
    align-items: flex-start;
  }

  .menu-lottie {
    display: flex;
  }

  .flyout-menu.open {
    text-align: center;
    margin-top: 40px;
    padding-top: 0;
    display: block;
  }

  .service-item-copy {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .service-item-copy.left {
    grid-template-columns: 1fr;
  }

  .button-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .stacked-content-copy {
    height: 100%;
  }

  .stacked-content-copy.large {
    grid-row-gap: 80px;
  }

  .grid-wrapper-copy, .grid-wrapper-copy-copy, .grid-wrapper-copy-copy-copy {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .heading-copy.large {
    font-size: 46px;
  }

  .heading-copy.extra-large {
    font-size: 48px;
  }

  .p2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .heading-copy.large {
    font-size: 46px;
  }

  .heading-copy.extra-large {
    font-size: 48px;
  }

  .heading-copy-copy.large {
    font-size: 46px;
  }

  .heading-copy-copy.extra-large {
    font-size: 48px;
  }

  .heading-copy.large {
    font-size: 46px;
  }

  .heading-copy.extra-large {
    font-size: 48px;
  }

  .heading-copy.large {
    font-size: 46px;
  }

  .heading-copy.extra-large {
    font-size: 48px;
  }

  .heading-copy.large {
    font-size: 46px;
  }

  .heading-copy.extra-large {
    font-size: 48px;
  }

  .heading-copy.large {
    font-size: 46px;
  }

  .heading-copy.extra-large {
    font-size: 48px;
  }

  .heading-copy-copy-copy.large {
    font-size: 46px;
  }

  .heading-copy-copy-copy.extra-large {
    font-size: 48px;
  }

  .heading-copy.large {
    font-size: 46px;
  }

  .heading-copy.extra-large {
    font-size: 48px;
  }

  .heading-copy-copy.large {
    font-size: 46px;
  }

  .heading-copy-copy.extra-large {
    font-size: 48px;
  }

  .heading-copy-copy.large {
    font-size: 46px;
  }

  .heading-copy-copy.extra-large {
    font-size: 48px;
  }

  .heading-copy-copy-copy.large {
    font-size: 46px;
  }

  .heading-copy-copy-copy.extra-large {
    font-size: 48px;
  }

  .h1.large {
    font-size: 46px;
  }

  .h1.extra-large {
    font-size: 48px;
  }

  .heading-copy-copy.large {
    font-size: 46px;
  }

  .heading-copy-copy.extra-large {
    font-size: 48px;
  }

  .heading-copy-copy-copy.large {
    font-size: 46px;
  }

  .heading-copy-copy-copy.extra-large {
    font-size: 48px;
  }

  .heading-copy-copy-copy-copy.large {
    font-size: 46px;
  }

  .heading-copy-copy-copy-copy.extra-large {
    font-size: 48px;
  }

  .heading-copy.large {
    font-size: 46px;
  }

  .heading-copy.extra-large {
    font-size: 48px;
  }

  .gallery-wrapper-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .body-display-copy.dual-paragraph {
    width: auto;
    width: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-21 {
    height: 100%;
  }

  .div-block-22 {
    margin-top: 100px;
  }

  .subtitle-copy-copy-copy-copy {
    text-align: center;
  }

  .body-display-copy-copy.dual-paragraph {
    width: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .subtitle-copy-copy-copy._6._66m {
    text-align: center;
  }

  .section-copy-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .body-display-copy-copy.dual-paragraph {
    width: auto;
    width: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .mmm.large {
    font-size: 46px;
  }

  .mmm.extra-large {
    font-size: 48px;
  }

  .h1v.large {
    font-size: 40px;
  }

  .h1v.extra-large {
    font-size: 48px;
  }

  .section-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-wrapper-copy, .content-wrapper-copy-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._6 {
    text-align: center;
  }

  .heading-copy-copy.large {
    font-size: 46px;
  }

  .heading-copy-copy.extra-large {
    font-size: 48px;
  }

  .content-wrapper-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .body-display-copy-copy-copy.dual-paragraph {
    width: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .content-wrapper-copy {
    grid-row-gap: 60px;
    grid-row-gap: 60px;
    grid-row-gap: 60px;
    grid-row-gap: 60px;
    grid-row-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-wrapper-copy-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._777 {
    margin-top: 20px;
  }

  .content-wrapper-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .kontakt {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-wrapper-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .zauffali-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sub1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper-copy {
    grid-row-gap: 60px;
    grid-row-gap: 60px;
    grid-row-gap: 60px;
    grid-row-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-wrapper-copy-copy-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .zauffali-copy, .zauffali-copy-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .grid-wrapper-copy {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .body-display-copy-copy-copy-copy {
    margin-top: 20px;
  }

  .menu-button-3, .menu-lottie-copy {
    display: none;
  }

  .content-wrapper-copy-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-wrapper-copy {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .content-wrapper-copy-copy, .content-wraper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .media {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .media.left {
    grid-template-columns: 1fr;
  }

  .grid-wrapper-copy-copy, .grid-wrapper-copy-copy-copy {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .zauffali-copy, .zauffali-copy-copy, .zauffali-copy-copy-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .button-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .form-block-copy {
    align-items: center;
    padding-bottom: 0;
  }

  .section-5-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-5-copy.oferta-white {
    padding-bottom: 0;
  }

  .form-block-copy {
    width: 75%;
    align-items: center;
    padding-bottom: 60px;
  }

  .media-copy {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    padding: 100px 40px;
  }

  .media-copy.left {
    grid-template-columns: 1fr;
  }

  .grid-wrapper-copy, .grid-wrapper-copy-copy, .grid-wrapper-copy-copy {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .zauffali-copy-copy-copy-copy, .poczatki2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-wrapper-copy-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-28.w--current {
    display: none;
  }

  .top-nav-wrapper1 {
    grid-template-columns: minmax(80px, 1fr) minmax(420px, auto) minmax(80px, 1fr);
  }

  .button-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .button-outline-copy {
    margin-left: auto;
    margin-right: 0;
  }

  .div-block-30 {
    width: 75%;
  }

  .flyout-menu-wrapper2 {
    display: none;
  }

  .flyout-menu2.open1, .flyout-menu2.close1 {
    width: 90px;
    height: 90px;
  }

  .link-block-3 {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-copy.large {
    font-size: 46px;
  }

  .heading-copy.extra-large {
    font-size: 48px;
  }

  .button-copy, .button-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .button-outline-copy-copy, .button-outline-copy-copy-copy, .button-outline-copy-copy-copy-copy {
    margin-left: auto;
    margin-right: 0;
  }

  .content-wrapper-copy-copy, .content-wrapper-copy, .content-wrapper-copy-copy, .content-wrapper-copy-copy-copy, .content-wrapper-copy-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-copy-copy.large {
    font-size: 46px;
  }

  .heading-copy-copy.extra-large {
    font-size: 48px;
  }

  .button-copy-copy {
    margin-left: auto;
    margin-right: 0;
  }

  .button-copy-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper-copy-copy-copy, .content-wrapper-copy-copy-copy-copy, .content-wrapper-copy-copy-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-copy-copy.large {
    font-size: 46px;
  }

  .heading-copy-copy.extra-large {
    font-size: 48px;
  }

  .przycisk_deskop.w--current, .przycisk_podstrony.w--current {
    display: none;
  }

  .button-deskop {
    margin-left: 10px;
    margin-right: auto;
  }

  .cw {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pytania-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .pytania-2.pytania {
    padding-top: 100px;
    position: static;
  }

  .boxy-biel {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
    padding-bottom: 0;
  }

  .oferta-white {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grey, .grey-x {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .stacked-content-copy.large {
    grid-row-gap: 80px;
  }

  .zaufalinam {
    display: none;
  }

  .zaufalinam.w--current {
    display: block;
  }

  .content-wrapper-copy-copy-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .meddia-div {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .meddia-div.left {
    height: 100%;
    flex: 0 auto;
    grid-template-columns: 1fr;
    margin-top: 60px;
    display: block;
  }

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

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

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

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

  .right-arrow-3 {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .mask-4, .slider-4 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .image-87 {
    background-color: rgba(0, 0, 0, 0);
  }

  .left-arrow-4 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .slide-6, .slide-7 {
    background-color: rgba(0, 0, 0, 0);
  }

  .content-wrapper-copy-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-white, .footer-white-copy, .f-kntakt {
    padding-top: 100px;
    padding-bottom: 24px;
  }

  .dzieciece-div, .zauffali-copy {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .content-wrapper-copy-copy-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-5-copy-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-zaufali-white {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .footer-section-copy {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-wrapper-copy-copy-copy-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .zauffali-copy-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-wrapper-copy-copy-copy-copy, .content-wrapper-copy-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .zauffali-copy-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .dzieciece-div-copy {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .portfolio-div-white {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
    padding-bottom: 0;
  }

  .footer-section-copy {
    background-color: #f8f6f1;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .stacked-content-copy.large {
    grid-row-gap: 80px;
  }

  .content-wrapper-copy-copy-copy-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-section-copy-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-item-copy {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-item-copy.left {
    height: 100%;
    flex-direction: column;
    flex: 0 auto;
    grid-template-columns: 1fr;
    margin-top: 100px;
    display: flex;
  }

  .grey-copy {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .zauffali-copy {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .gallery-wrapper-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding: 100px 40px;
  }

  .footer-section-copy {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-section-copy-copy {
    background-color: #f8f6f1;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .porret-div {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .footer-grey {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-wrapper-copy-copy-copy-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service-item-copy {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-item-copy.left {
    height: 100%;
    flex-direction: column;
    flex: 0 auto;
    grid-template-columns: 1fr;
    margin-top: 100px;
    display: flex;
  }

  .content-wrapper-copy-copy-copy-copy-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-section-copy-copy-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-2-copy {
    margin-top: 60px;
    margin-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .footer-section-copy-copy {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .stacked-content-copy-copy.large {
    grid-row-gap: 80px;
  }

  .gallery-wrapper-copy {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 100px 40px;
  }

  .foter-grey {
    background-color: #f8f6f1;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .foter-grey.white {
    background-color: rgba(0, 0, 0, 0);
  }

  .meddia-div-copy {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .meddia-div-copy.left {
    height: 100%;
    flex: 0 auto;
    grid-template-columns: 1fr;
    margin-top: 60px;
    display: block;
  }

  .grey-copy-copy {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }
}

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

  .home-hero.small {
    display: block;
  }

  .background-wrapper {
    left: 0;
  }

  .background-wrapper.half-page {
    min-height: 400px;
  }

  .background.projects-background._2.ciazowe.dzieiece {
    background-image: url('../images/62909077f6d1b91e716af0b3_354C9893-p-800.jpeg');
    background-position: 80%;
    background-repeat: repeat-y;
  }

  .background.projects-background._2.ciazowe.dzieiece-copy {
    background-image: url('../images/628c9a0256d7f475b3f2c519_62864268e3fab3fcfeddf9e1_ftsIMG_8697-p-800.jpeg');
    background-position: 80%;
    background-repeat: repeat-y;
  }

  .grid-wrapper {
    height: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-wrapper.kontakt {
    height: 100vh;
  }

  .zauffali {
    height: 100%;
    background-color: #f8f6f1;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali.no-padding.clip {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    display: block;
  }

  .zauffali.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .zauffali.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .hero-content {
    padding-top: 60px;
  }

  .content-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading.large, .heading.extra-large {
    font-size: 40px;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-hero, .about-hero.glowna {
    display: block;
  }

  .stacked-intro.centered {
    margin-top: 40%;
  }

  .body-display {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-display.dual-paragraph {
    column-count: 1;
  }

  .body-display.left {
    padding-left: 0;
  }

  .lopping-logos.right {
    margin-top: 40px;
  }

  .lopping-logos.left {
    padding-left: 0;
  }

  .logo {
    width: 65vw;
  }

  .circle-link {
    margin-top: 80px;
  }

  .large-growing-images {
    height: 65vw;
    min-height: 300px;
  }

  .large-growing-images.small {
    width: auto;
    height: 65vh;
    min-height: auto;
    margin-bottom: 20px;
  }

  .stacked-content.large {
    grid-row-gap: 60px;
  }

  .testimonial-slide-wrapper {
    width: 100%;
  }

  .testimonial-slider {
    width: 100vw;
    max-width: none;
  }

  .testimonial-content {
    margin-top: 60px;
  }

  .projects-grid {
    grid-row-gap: 60px;
  }

  .projects-grid.dual {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .project-image {
    height: auto;
    min-height: 400px;
  }

  .footer-menu {
    grid-row-gap: 28px;
    grid-auto-flow: row;
    padding-bottom: 24px;
  }

  .projects {
    grid-row-gap: 80px;
  }

  .footer-section {
    color: #f8f6f1;
    background-color: #f8f6f1;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .medium-width-intro {
    height: auto;
    margin-bottom: 0;
  }

  .medium-width {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-intro {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-description {
    padding: 48px;
  }

  .scrolling-text {
    min-height: 500px;
    grid-row-gap: 36px;
  }

  .showcase-image {
    height: 70vw;
  }

  .service-info {
    grid-row-gap: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .service-image {
    margin-left: 0;
  }

  .service-item {
    grid-row-gap: 60px;
    padding-bottom: 0;
  }

  .service-item.left {
    margin-top: 0;
    padding: 100px 40px;
    display: block;
  }

  .service-list {
    grid-row-gap: 100px;
  }

  .form-wrapper {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .form-wrapper.oferta-white {
    background-color: #fff;
    padding-top: 100px;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .project-wrapper {
    padding-bottom: 60px;
  }

  .testimonial-text {
    font-size: 34px;
  }

  .detail-card {
    grid-row-gap: 80px;
    border-right-style: none;
  }

  .detail-card.no-top-border {
    border-top-style: solid;
  }

  .detail-card.no-mobile-top-border {
    border-right-style: none;
  }

  .growing-background.six.noworodkowe.background.dziec {
    width: 100%;
    height: 100%;
  }

  .detail-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .paragraph-heading {
    font-size: 42px;
  }

  .hero-overlay {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-video {
    background-image: linear-gradient(rgba(3, 16, 24, .58), rgba(3, 16, 24, .58));
    display: block;
  }

  .service-item-copy {
    grid-row-gap: 60px;
  }

  .section-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-copy.large, .heading-copy.extra-large, .heading-copy.large, .heading-copy.extra-large, .heading-copy.large, .heading-copy.extra-large {
    font-size: 40px;
  }

  .body-display-copy.dual-paragraph {
    column-count: 1;
    column-count: 1;
  }

  .body-display-copy-copy.dual-paragraph {
    column-count: 1;
  }

  .section-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .body-display-copy.dual-paragraph {
    column-count: 1;
  }

  .sub_b.subb {
    bottom: 25%;
  }

  .h_b.large, .h_b.extra-large {
    font-size: 40px;
  }

  .body-display-copy-copy.dual-paragraph {
    column-count: 1;
  }

  .div-block-2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-2 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
  }

  .section-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.kontakt {
    height: 100vh;
  }

  .body-display-copy.dual-paragraph {
    column-count: 1;
  }

  .paralax {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .body-display-copy-copy.dual-paragraph, .body-display-copy-copy-copy.dual-paragraph {
    column-count: 1;
  }

  .heading-copy-copy.large, .heading-copy-copy.extra-large {
    font-size: 40px;
  }

  .body-display-copy.dual-paragraph {
    column-count: 1;
  }

  .body-display-copy-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .body-display-copy-copy.dual-paragraph {
    column-count: 1;
  }

  .body-display-copy-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .body-display-copy-copy-copy.dual-paragraph, .body-display-copy-copy-copy-copy.dual-paragraph, .body-display-copy-copy-copy-copy.dual-paragraph, .body-display-copy.dual-paragraph {
    column-count: 1;
  }

  .large-growing-images-copy {
    height: 65vw;
    min-height: 300px;
  }

  .large-growing-images-copy.small {
    height: 60vw;
    min-height: auto;
  }

  .content-wrapper-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .flyout-menu.open {
    display: flex;
  }

  .service-item-copy {
    grid-row-gap: 60px;
    padding-right: 0;
  }

  .stacked-content-copy.large {
    grid-row-gap: 60px;
  }

  .grid-wrapper-copy {
    height: 100vh;
  }

  .grid-wrapper-copy-copy {
    display: none;
  }

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

  .black.dual-paragraph {
    column-count: 1;
  }

  .heading-copy.large, .heading-copy.extra-large {
    font-size: 40px;
  }

  .p2 {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
  }

  .p2.clip {
    height: 100vh;
  }

  .p2.poczatki {
    padding-left: 0;
  }

  .heading-copy.large, .heading-copy.extra-large, .heading-copy-copy.large, .heading-copy-copy.extra-large, .heading-copy.large, .heading-copy.extra-large, .heading-copy.large, .heading-copy.extra-large, .heading-copy.large, .heading-copy.extra-large, .heading-copy.large, .heading-copy.extra-large, .heading-copy-copy-copy.large, .heading-copy-copy-copy.extra-large, .heading-copy.large, .heading-copy.extra-large {
    font-size: 40px;
  }

  .stacked-intro-copy.centered {
    margin-top: 220px;
  }

  .heading-copy-copy.large, .heading-copy-copy.extra-large, .heading-copy-copy.large, .heading-copy-copy.extra-large {
    font-size: 40px;
  }

  .heading-copy-copy-copy {
    text-align: center;
  }

  .heading-copy-copy-copy.large, .heading-copy-copy-copy.extra-large, .h1.large, .h1.extra-large {
    font-size: 40px;
  }

  .text-block-7 {
    bottom: 15%;
  }

  .heading-copy-copy.large {
    color: #fff;
    font-size: 40px;
  }

  .heading-copy-copy.extra-large {
    font-size: 40px;
  }

  .text-block-7-copy {
    bottom: 15%;
  }

  .heading-copy-copy-copy.large, .heading-copy-copy-copy.extra-large {
    font-size: 40px;
  }

  .subtitle-copy {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
  }

  .heading-copy-copy-copy-copy.large, .heading-copy-copy-copy-copy.extra-large, .heading-copy.large, .heading-copy.extra-large {
    font-size: 40px;
  }

  .subtitle-copy-copy {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
  }

  .body-display-copy.dual-paragraph {
    column-count: 1;
  }

  .dropdown-toggle.dropdown-toggle-grey {
    background-color: #f8f6f1;
  }

  .dropdown-toggle.dropdown-toggle-grey-copy {
    background-color: #fff;
  }

  .body-display-copy.dual-paragraph {
    column-count: 1;
  }

  .div-block-21 {
    height: auto;
  }

  .medium-width-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .body-display-copy-copy.dual-paragraph {
    column-count: 1;
  }

  .subtitle-copy-copy-copy {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
  }

  .subtitle-copy-copy-copy._6 {
    text-align: center;
  }

  .section-copy-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy-copy.kontakt {
    height: 100vh;
  }

  .body-display-copy-copy.dual-paragraph {
    column-count: 1;
    column-count: 1;
  }

  .mmm.large, .mmm.extra-large, .h1v.large, .h1v.extra-large {
    font-size: 40px;
  }

  .subtitle-copy-copy {
    text-align: center;
  }

  .section-copy {
    height: 100%;
    margin-bottom: 100px;
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .section-copy.no-padding.clip {
    padding-left: 0;
    display: block;
  }

  .section-copy.clip {
    height: 100vh;
  }

  .section-copy.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .content-wrapper-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .content-wrapper-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .mask-3 {
    width: 60vw;
  }

  .work-image {
    height: auto;
  }

  .work-image.image {
    height: auto;
    max-width: 100%;
  }

  .p8.dual-paragraph {
    column-count: 1;
  }

  .heading-copy-copy.large, .heading-copy-copy.extra-large {
    font-size: 40px;
  }

  .body-display-copy-copy-copy-copy-copy.dual-paragraph {
    column-count: 1;
  }

  .content-wrapper-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .body-display-copy-copy-copy-copy-copy.dual-paragraph {
    column-count: 1;
    column-count: 1;
  }

  .body-display-copy-copy-copy.dual-paragraph {
    column-count: 1;
  }

  .content-wrapper-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .button-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper-copy {
    grid-row-gap: 48px;
    grid-row-gap: 48px;
    grid-row-gap: 48px;
    grid-row-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .content-wrapper-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  ._777 {
    margin-left: auto;
    margin-right: auto;
  }

  ._777.dual-paragraph {
    column-count: 1;
  }

  .content-wrapper-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .kontakt {
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .kontakt.no-padding.clip {
    padding-top: 100px;
    padding-left: 0;
    display: block;
  }

  .kontakt.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .kontakt.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .content-wrapper-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .zauffali-copy {
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali-copy.no-padding.clip {
    padding-top: 100px;
    padding-left: 0;
    display: block;
  }

  .zauffali-copy.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .zauffali-copy.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .content-wrapper-copy {
    grid-row-gap: 48px;
    grid-row-gap: 48px;
    grid-row-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .medium-image {
    display: none;
  }

  .content-wrapper-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .content-wrapper-copy-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .zauffali-copy {
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali-copy.no-padding.clip {
    padding-top: 100px;
    padding-left: 0;
    display: block;
  }

  .zauffali-copy.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .zauffali-copy.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .zauffali-copy-copy {
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali-copy-copy.no-padding.clip {
    padding-top: 100px;
    padding-left: 0;
    display: block;
  }

  .zauffali-copy-copy.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .zauffali-copy-copy.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .grid-wrapper-copy {
    height: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .button-copy, .body-display-copy-copy-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .body-display-copy-copy-copy-copy.dual-paragraph {
    column-count: 1;
  }

  .button-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .body-display-copy-copy-copy-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-display-copy-copy-copy-copy-copy.dual-paragraph {
    column-count: 1;
  }

  .content-wrapper-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .grid-wrapper-copy {
    height: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper-copy-copy, .content-wraper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .b2.dual-paragraph {
    column-count: 1;
  }

  .button-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .slider_portfolio_mobile {
    height: auto;
    padding-bottom: 100px;
    display: block;
  }

  .mask-3-copy {
    width: 60vw;
  }

  .media {
    grid-row-gap: 60px;
  }

  .grid-wrapper-copy-copy {
    height: 100vh;
  }

  .grid-wrapper-copy-copy-copy {
    display: none;
  }

  .grid {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2-copy {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .growing-image-copy.small.ciazowe {
    height: 100%;
  }

  .zauffali-copy {
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali-copy.no-padding.clip {
    padding-top: 100px;
    padding-left: 0;
    display: block;
  }

  .zauffali-copy.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .zauffali-copy.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .zauffali-copy-copy {
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali-copy-copy.no-padding.clip {
    padding-top: 100px;
    padding-left: 0;
    display: block;
  }

  .zauffali-copy-copy.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .zauffali-copy-copy.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .zauffali-copy-copy-copy {
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali-copy-copy-copy.no-padding.clip {
    padding-top: 100px;
    padding-left: 0;
    display: block;
  }

  .zauffali-copy-copy-copy.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .zauffali-copy-copy-copy.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .form-block-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .section-5-copy {
    background-color: #f8f6f1;
  }

  .form-block-copy {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .media-copy {
    grid-row-gap: 60px;
    background-color: #f8f6f1;
  }

  .grid-wrapper-copy {
    height: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-wrapper-copy-copy {
    height: 100vh;
  }

  .grid-wrapper-copy-copy._5.onas {
    display: block;
  }

  .grid-wrapper-copy-copy {
    height: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .zauffali-copy-copy-copy-copy {
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali-copy-copy-copy-copy.no-padding.clip {
    padding-top: 100px;
    padding-left: 0;
    display: block;
  }

  .zauffali-copy-copy-copy-copy.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .zauffali-copy-copy-copy-copy.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .poczatki2 {
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .poczatki2.no-padding.clip {
    padding-top: 100px;
    padding-left: 0;
    display: block;
  }

  .poczatki2.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .poczatki2.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .button-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-copy-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-28 {
    z-index: 10000;
  }

  .div-block-28.w--current {
    width: 40px;
    border-radius: 100px;
    display: none;
  }

  .button-copy, .button-copy-copy-copy, .srodek {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-30 {
    width: 85%;
  }

  .div-block-31 {
    padding-left: 40px;
  }

  .subtitle-copy, .subtitle-copy-copy, .subtitle-copy-copy {
    letter-spacing: 0;
    text-transform: none;
  }

  .button-copy-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-copy-copy, .subtitle-copy-copy-copy, .subtitle-copy-copy-copy, .subtitle-copy-copy-copy {
    letter-spacing: 0;
    text-transform: none;
  }

  .button-copy-copy-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .flyout-menu-wrapper2 {
    display: none;
  }

  .flyout-menu-content2 {
    background-color: #fff;
  }

  .heading-copy.large, .heading-copy.extra-large {
    font-size: 40px;
  }

  .button-copy, .button-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper-copy-copy, .content-wrapper-copy, .content-wrapper-copy-copy, .content-wrapper-copy-copy-copy, .content-wrapper-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .heading-copy-copy.large, .heading-copy-copy.extra-large {
    font-size: 40px;
  }

  .button-copy-copy, .button-copy-copy-copy, .button-copy-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper-copy-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .content-wrapper-copy-copy-copy-copy {
    grid-row-gap: 48px;
    background-color: #f8f6f1;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .content-wrapper-copy-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-copy-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-copy-copy.large, .heading-copy-copy.extra-large {
    font-size: 40px;
  }

  .przycisk_deskop {
    z-index: 10000;
  }

  .przycisk_deskop.w--current {
    width: 40px;
    border-radius: 100px;
    display: none;
  }

  .przycisk_podstrony {
    z-index: 10000;
  }

  .przycisk_podstrony.w--current {
    width: 40px;
    border-radius: 100px;
    display: none;
  }

  .button-deskop {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .cw {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .linki, .subtitle-copy-copy-copy-copy, .subtitle-copy-copy-copy-copy {
    letter-spacing: 0;
    text-transform: none;
  }

  .pytania-2 {
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .pytania-2.no-padding.clip {
    padding-top: 100px;
    padding-left: 0;
    display: block;
  }

  .pytania-2.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .pytania-2.pytania {
    padding-top: 100px;
  }

  .pytania-2.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .boxy-biel, .grey, .grey-x {
    display: none;
  }

  .stacked-content-copy.large {
    grid-row-gap: 60px;
  }

  .content-wrapper-copy-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .meddia-div {
    grid-row-gap: 60px;
    padding-bottom: 100px;
  }

  .meddia-div.left {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

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

  .gallery-slide-text {
    line-height: 30px;
  }

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

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

  .content-wrapper-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .footer-white {
    color: #fff;
    background-color: #f8f6f1;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-white-copy {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-white-copy.szare {
    background-color: #f8f6f1;
  }

  .f-kntakt {
    color: #fff;
    background-color: #f8f6f1;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .dzieciece-div {
    height: 100%;
    background-color: #f8f6f1;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .dzieciece-div.no-padding.clip {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    display: block;
  }

  .dzieciece-div.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .dzieciece-div.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .zauffali-copy {
    height: 100%;
    background-color: #f8f6f1;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali-copy.no-padding.clip {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    display: block;
  }

  .zauffali-copy.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .zauffali-copy.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .content-wrapper-copy-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .section-5-copy-copy {
    background-color: #f8f6f1;
  }

  .slider-zaufali-white {
    height: 100%;
    background-color: #f8f6f1;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .slider-zaufali-white.no-padding.clip {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    display: block;
  }

  .slider-zaufali-white.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .slider-zaufali-white.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .footer-section-copy {
    color: #f8f6f1;
    color: #f8f6f1;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-wrapper-copy-copy-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .zauffali-copy-copy {
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali-copy-copy.no-padding.clip {
    padding-top: 100px;
    padding-left: 0;
    display: block;
  }

  .zauffali-copy-copy.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .zauffali-copy-copy.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .content-wrapper-copy-copy-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .zauffali-copy-copy {
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali-copy-copy.no-padding.clip {
    padding-top: 100px;
    padding-left: 0;
    display: block;
  }

  .zauffali-copy-copy.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .zauffali-copy-copy.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .dzieciece-div-copy {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .dzieciece-div-copy.no-padding.clip {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    display: block;
  }

  .dzieciece-div-copy.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .dzieciece-div-copy.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .portfolio-div-white {
    display: none;
  }

  .footer-section-copy {
    color: #f8f6f1;
    background-color: #f8f6f1;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .stacked-content-copy.large {
    grid-row-gap: 60px;
  }

  .content-wrapper-copy-copy-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer-section-copy-copy {
    color: #f8f6f1;
    background-color: #f8f6f1;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-item-copy {
    grid-row-gap: 60px;
    padding-bottom: 0;
  }

  .service-item-copy.left {
    margin-top: 0;
    padding: 100px 40px;
    display: block;
  }

  .grey-copy {
    display: none;
  }

  .zauffali-copy {
    height: 100%;
    background-color: #f8f6f1;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali-copy.no-padding.clip {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    display: block;
  }

  .zauffali-copy.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .zauffali-copy.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .footer-section-copy {
    color: #f8f6f1;
    color: #f8f6f1;
    background-color: #f8f6f1;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-section-copy-copy {
    color: #f8f6f1;
    background-color: #f8f6f1;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .porret-div {
    height: 100%;
    background-color: #f8f6f1;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .porret-div.no-padding.clip {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    display: block;
  }

  .porret-div.clip {
    height: 100vh;
    padding-top: 100px;
  }

  .porret-div.zaufali {
    padding-top: 180px;
    padding-left: 0;
  }

  .footer-grey {
    color: #f8f6f1;
    background-color: #f8f6f1;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-wrapper-copy-copy-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-item-copy {
    grid-row-gap: 60px;
    padding-bottom: 0;
  }

  .service-item-copy.left {
    background-color: #fff;
    margin-top: 0;
    padding: 100px 40px;
    display: block;
  }

  .content-wrapper-copy-copy-copy-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .footer-section-copy-copy-copy {
    color: #f8f6f1;
    background-color: #f8f6f1;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-2-copy {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2-copy-copy {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-section-copy-copy {
    color: #f8f6f1;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .stacked-content-copy-copy.large {
    grid-row-gap: 60px;
  }

  .foter-grey {
    color: #f8f6f1;
    background-color: #f8f6f1;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .foter-grey.white.grey-w {
    background-color: #f8f6f1;
  }

  .meddia-div-copy {
    grid-row-gap: 60px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 100px;
  }

  .meddia-div-copy.left {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .grey-copy-copy {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .background-wrapper {
    height: 100vh;
    display: block;
  }

  .background-wrapper.half-page {
    min-height: 350px;
  }

  .background {
    height: 100vh;
  }

  .background.testimonial-background {
    display: none;
  }

  .background.projects-background {
    display: flex;
  }

  .background.projects-background._2.ciazowe.dzieiece {
    height: 100vh;
    background-image: url('../images/62909077f6d1b91e716af0b3_354C9893-p-800.jpeg');
    background-position: 80%;
  }

  .background.projects-background._2.ciazowe.dzieiece.portrety {
    background-position: 90%;
  }

  .background.projects-background._2.ciazowe.dzieiece-copy {
    height: 100vh;
    background-image: url('../images/628c9a0256d7f475b3f2c519_62864268e3fab3fcfeddf9e1_ftsIMG_8697-p-800.jpeg');
    background-position: 80%;
  }

  .background.projects-background._2.ciazowe.dzieiece-copy.portrety {
    background-position: 90%;
  }

  .background.projects-background.portoflio.zaufali.onas {
    background-position: 30%;
  }

  .navbar {
    border-bottom: 1px rgba(239, 249, 252, .1);
  }

  .grid-wrapper {
    height: 100%;
    margin-top: 0;
    padding-top: 1px;
  }

  .grid-wrapper._3 {
    height: auto;
  }

  .grid-wrapper._6 {
    display: flex;
  }

  .grid-wrapper.kontakt {
    padding-top: 180px;
    display: flex;
  }

  .grid-wrapper._5 {
    padding-top: 180px;
  }

  .mobile-nav-menu {
    border-top-style: none;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .zauffali {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali.no-padding.clip {
    height: 100%;
    background-color: #f8f6f1;
    padding: 100px 20px 60px;
  }

  .zauffali.pytania {
    padding-bottom: 0;
    padding-left: 40px;
  }

  .hero-content {
    padding-top: 48px;
  }

  .content-wrapper {
    height: auto;
    grid-row-gap: 36px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper.mm {
    padding-top: 100px;
  }

  .heading {
    font-size: 30px;
  }

  .heading.large {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }

  .heading.extra-large {
    font-size: 36px;
  }

  .heading.left {
    text-align: center;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
  }

  .button._5 {
    margin-top: 40px;
  }

  .about-hero {
    height: 100vh;
  }

  .about-hero.glowna {
    display: block;
  }

  .subtitle {
    text-align: left;
  }

  .stacked-intro.centered {
    margin-top: 25%;
  }

  .button-text {
    text-align: center;
  }

  .body-display {
    margin-top: 20px;
  }

  .body-display.dual-paragraph {
    padding-left: 40px;
    padding-right: 40px;
  }

  .body-display.left {
    width: auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lopping-logos.right {
    margin-top: 20px;
  }

  .logo {
    min-width: 150px;
  }

  .circle-link {
    margin-top: 72px;
  }

  .large-growing-images {
    min-height: auto;
    display: flex;
  }

  .large-growing-images.small {
    width: 100%;
    height: 65vh;
    min-height: auto;
    display: block;
  }

  .stacked-content {
    padding-top: 0;
  }

  .testimonial-slide-wrapper {
    min-height: auto;
    background-color: #f8f6f1;
    padding: 40px 0 80px;
  }

  .testimonial-slider {
    width: 100%;
  }

  .left-arrow {
    background-color: rgba(0, 0, 0, 0);
    top: 105%;
    right: 70px;
  }

  .left-arrow.right {
    z-index: 5000;
    background-color: rgba(0, 0, 0, 0);
    top: 105%;
    left: 70px;
  }

  .testimonial-content {
    grid-row-gap: 21px;
  }

  .mask {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .projects-grid, .projects-grid.dual {
    grid-row-gap: 48px;
  }

  .project-image {
    height: 90vw;
    min-height: 300px;
  }

  .project-meta {
    grid-column-gap: 9px;
    grid-template-columns: auto 1fr auto;
    justify-content: center;
  }

  .project-line {
    width: 100%;
    min-width: 24px;
  }

  .projects {
    grid-row-gap: 60px;
  }

  .footer-section {
    background-color: #f8f6f1;
  }

  .medium-width-intro {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .medium-width {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-intro {
    margin-top: 0%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-intro._8888 {
    margin-top: 0%;
  }

  .center-banner {
    height: auto;
    min-height: 500px;
  }

  .centered-intro {
    grid-row-gap: 24px;
    padding-bottom: 36px;
  }

  .hero-description {
    padding: 24px 24px 36px;
  }

  .growing-image.right {
    margin-left: 10px;
  }

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

  .showcase-image {
    height: 80vw;
  }

  .service-info {
    grid-row-gap: 36px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .service-image {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .service-item {
    padding: 0 20px 100px;
  }

  .service-item.left {
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
    display: block;
  }

  .service-list {
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .form-wrapper {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-wrapper.oferta-white {
    padding-left: 0;
    padding-right: 0;
  }

  .field-block {
    display: block;
  }

  .form {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .form-block {
    width: 100%;
    grid-row-gap: 80px;
    border-radius: 5px;
    margin-top: 100px;
    margin-left: 0;
    padding-bottom: 100px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text-field {
    margin-top: 20px;
  }

  .submit-button {
    width: 220px;
    margin-left: 0;
    margin-right: auto;
    font-size: 10px;
  }

  .project-wrapper {
    padding-bottom: 40px;
  }

  .testimonial-text {
    font-size: 32px;
  }

  .slider-circle {
    background-color: rgba(239, 249, 252, .1);
    border-color: #060d11;
  }

  .slider-circle.left {
    z-index: 5000;
    border-color: #060d11;
  }

  .detail-card {
    grid-row-gap: 60px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .growing-background.six.noworodkowe.background.dziec {
    width: 100%;
    height: 100%;
  }

  .about-me-hero {
    padding-top: 0;
  }

  .paragraph-heading {
    font-size: 28px;
  }

  .arrow-hover-circle {
    z-index: 555;
  }

  .hero-overlay {
    background-color: rgba(4, 6, 10, .62);
  }

  .background-video {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(6, 13, 17, .31), rgba(6, 13, 17, .31));
    display: block;
    position: relative;
  }

  .heading-copy {
    font-size: 36px;
  }

  .heading-copy.large {
    font-size: 38px;
  }

  .heading-copy.extra-large, .heading-copy {
    font-size: 36px;
  }

  .heading-copy.large {
    font-size: 38px;
  }

  .heading-copy.extra-large, .heading-copy {
    font-size: 36px;
  }

  .heading-copy.large {
    font-size: 38px;
  }

  .heading-copy.extra-large {
    font-size: 36px;
  }

  .sub_b.subb {
    bottom: 15%;
  }

  .h_b {
    font-size: 36px;
  }

  .h_b.large {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 38px;
  }

  .h_b.extra-large {
    font-size: 36px;
  }

  .section-2 {
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    z-index: 7000;
    color: #fff;
    margin-bottom: 8px;
    padding-bottom: 40px;
    font-size: 22px;
  }

  .section-copy.kontakt {
    background-image: linear-gradient(rgba(4, 9, 12, .38), rgba(4, 9, 12, .38)), url('../images/6290859e5da74ed61dc0fed8_IMG_9895.jpg');
    background-position: 0 0, 50%;
    position: static;
  }

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

  .heading-copy-copy {
    font-size: 36px;
  }

  .heading-copy-copy.large {
    font-size: 38px;
  }

  .heading-copy-copy.extra-large {
    font-size: 36px;
  }

  .subtitle-copy {
    color: #fff;
  }

  .body-display-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-display-copy-copy-copy {
    color: #000;
    margin-bottom: 20px;
  }

  .about-images {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-image-item {
    width: 50vw;
    height: 50vw;
    min-height: 50vw;
    min-width: 50vw;
  }

  .team-image-lightbox {
    width: 50vw;
    height: 50vw;
    overflow: hidden;
  }

  .image-3 {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .instagram {
    margin-top: 0;
    position: static;
  }

  .image-7 {
    width: 110px;
  }

  .body-display-copy.dual-paragraph {
    padding-left: 40px;
    padding-right: 40px;
  }

  .large-growing-images-copy {
    min-height: auto;
    display: flex;
  }

  .large-growing-images-copy.small {
    height: 75vw;
    min-height: auto;
  }

  .image-9 {
    width: 100%;
    background-image: linear-gradient(rgba(15, 5, 5, .5), rgba(15, 5, 5, .5));
  }

  .content-wrapper-copy {
    grid-row-gap: 36px;
    margin-bottom: 50px;
  }

  .growing-image-copy.right {
    margin-left: 0;
  }

  .image-10 {
    overflow: hidden;
  }

  .top-nav-wrapper {
    display: block;
  }

  .flyout-menu-wrapper {
    display: none;
  }

  .flyout-menu-content {
    background-color: #fff;
  }

  .close-flyout {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .left-nav {
    justify-content: center;
    align-items: center;
  }

  .navigation-content {
    text-align: center;
    margin-bottom: -175px;
    padding-left: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar-3 {
    display: block;
  }

  .image-11 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .flyout-menu.open {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .slider-arrow-icon-copy {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .image-9-copy {
    width: 100%;
  }

  .image-12 {
    width: 100%;
    height: 100%;
    max-width: none;
    position: relative;
  }

  .div-block-15 {
    height: 100vh;
  }

  .stacked-content-copy {
    padding-left: 0;
  }

  .grid-wrapper-copy {
    height: 100vh;
  }

  .grid-wrapper-copy._3 {
    height: auto;
  }

  .grid-wrapper-copy.zauf, .grid-wrapper-copy-copy-copy {
    display: block;
  }

  .section-5 {
    padding-top: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-copy {
    font-size: 36px;
  }

  .heading-copy.large {
    font-size: 38px;
  }

  .heading-copy.extra-large {
    font-size: 36px;
  }

  .p2 {
    margin-left: 0;
    padding-top: 100px;
    padding-left: 0;
  }

  .heading-copy {
    font-size: 36px;
  }

  .heading-copy.large {
    font-size: 38px;
  }

  .heading-copy.extra-large, .heading-copy-copy {
    font-size: 36px;
  }

  .heading-copy-copy.large {
    font-size: 38px;
  }

  .heading-copy-copy.extra-large, .heading-copy {
    font-size: 36px;
  }

  .heading-copy.large {
    font-size: 38px;
  }

  .heading-copy.extra-large, .heading-copy {
    font-size: 36px;
  }

  .heading-copy.large {
    font-size: 38px;
  }

  .heading-copy.extra-large, .heading-copy {
    font-size: 36px;
  }

  .heading-copy.large {
    font-size: 38px;
  }

  .heading-copy.extra-large, .heading-copy {
    font-size: 36px;
  }

  .heading-copy.large {
    font-size: 38px;
  }

  .heading-copy.extra-large, .heading-copy-copy-copy {
    font-size: 36px;
  }

  .heading-copy-copy-copy.large {
    font-size: 38px;
  }

  .heading-copy-copy-copy.extra-large, .heading-copy {
    font-size: 36px;
  }

  .heading-copy.large {
    color: #fff;
    font-size: 38px;
  }

  .heading-copy.extra-large {
    font-size: 36px;
  }

  .stacked-intro-copy.centered {
    margin-top: 50%;
  }

  .heading-copy-copy {
    font-size: 36px;
  }

  .heading-copy-copy.large {
    font-size: 38px;
  }

  .heading-copy-copy.extra-large, .heading-copy-copy {
    font-size: 36px;
  }

  .heading-copy-copy.large {
    font-size: 38px;
  }

  .heading-copy-copy.extra-large {
    font-size: 36px;
  }

  .heading-copy-copy-copy {
    text-align: center;
    font-size: 36px;
  }

  .heading-copy-copy-copy.large {
    font-size: 38px;
  }

  .heading-copy-copy-copy.extra-large, .h1 {
    font-size: 36px;
  }

  .h1.large {
    font-size: 38px;
  }

  .h1.extra-large {
    font-size: 36px;
  }

  .text-block-7 {
    z-index: 5000;
  }

  .subtitle-copy-copy {
    color: #fff;
  }

  .heading-copy-copy {
    font-size: 36px;
  }

  .heading-copy-copy.large {
    color: #fff;
    font-size: 38px;
  }

  .heading-copy-copy.extra-large {
    font-size: 36px;
  }

  .div-block-17 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
  }

  .image-9-copy {
    width: 100%;
    width: 100%;
    width: 100%;
    background-image: linear-gradient(rgba(15, 5, 5, .5), rgba(15, 5, 5, .5));
  }

  .portre {
    width: 100%;
    background-image: linear-gradient(rgba(15, 5, 5, .5), rgba(15, 5, 5, .5));
  }

  .heading-copy-copy-copy {
    font-size: 36px;
  }

  .heading-copy-copy-copy.large {
    font-size: 38px;
  }

  .heading-copy-copy-copy.extra-large {
    font-size: 36px;
  }

  .link-block {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block.w--current {
    margin-left: auto;
  }

  .heading-copy-copy-copy-copy {
    font-size: 36px;
  }

  .heading-copy-copy-copy-copy.large {
    font-size: 38px;
  }

  .heading-copy-copy-copy-copy.extra-large, .heading-copy {
    font-size: 36px;
  }

  .heading-copy.large {
    font-size: 38px;
  }

  .heading-copy.extra-large {
    font-size: 36px;
  }

  .body-display-copy.dual-paragraph {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dropdown-toggle.dropdown-toggle-grey-copy {
    background-color: #f8f6f1;
  }

  .body-display-copy.dual-paragraph {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .div-block-22 {
    margin-top: 100px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .container-image {
    width: 56.66vw;
  }

  .container-image._3 {
    width: auto;
    max-width: 100%;
  }

  .small-img {
    width: 40.66vw;
    margin-left: 0;
    left: 11.2vw;
  }

  .subtitle-copy-copy-copy-copy {
    text-align: center;
  }

  .medium-width-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-display-copy-copy.dual-paragraph {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subtitle-copy-copy-copy {
    text-align: center;
  }

  .subtitle-copy-copy-copy._6._66m {
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
  }

  .section-copy-copy.kontakt {
    background-image: linear-gradient(rgba(4, 9, 12, .38), rgba(4, 9, 12, .38)), url('../images/6290859e5da74ed61dc0fed8_IMG_9895.jpg');
    background-position: 0 0, 50%;
  }

  ._27 {
    padding-left: 0;
    padding-right: 0;
  }

  .body-display-copy-copy.dual-paragraph {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mmm {
    font-size: 36px;
  }

  .mmm.large {
    font-size: 38px;
  }

  .mmm.extra-large, .h1v {
    font-size: 36px;
  }

  .h1v.large {
    font-size: 38px;
  }

  .h1v.extra-large {
    font-size: 36px;
  }

  .subtitle-copy {
    text-align: center;
  }

  .subtitle-copy-copy {
    color: #060d11;
    text-align: center;
  }

  .section-copy {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 100px;
    padding-left: 0;
  }

  .section-copy.no-padding.clip {
    height: 100%;
    padding-top: 180px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .content-wrapper-copy {
    grid-row-gap: 36px;
  }

  .content-wrapper-copy-copy {
    grid-row-gap: 36px;
    margin-bottom: 50px;
  }

  .image-55 {
    width: 100%;
    height: 100%;
  }

  ._6 {
    text-align: center;
  }

  .container-slider {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .slider-3 {
    padding-bottom: 60px;
  }

  .mask-3 {
    width: 80vw;
    margin-left: 63px;
  }

  .slide-5 {
    margin-right: 0;
  }

  .slide-5.mobile {
    height: 80%;
    margin-bottom: 80px;
    margin-right: 5px;
  }

  .work-image.image {
    height: 100%;
  }

  .right-arrow-2 {
    margin-left: 55%;
  }

  .slider2 {
    margin-left: 10px;
  }

  .slider2.mobile {
    margin-left: 0;
    margin-right: 10px;
  }

  .slider3 {
    margin-left: 10px;
  }

  .slider3.mobile {
    margin-left: 0;
    margin-right: 10px;
  }

  .left-arrow-3 {
    margin-top: 0;
    margin-right: 51%;
  }

  .slider4 {
    margin-left: 10px;
  }

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

  .slider5, .slider6, .slider7, .slider8 {
    margin-left: 10px;
  }

  .heading-copy-copy {
    font-size: 36px;
  }

  .heading-copy-copy.large {
    font-size: 38px;
  }

  .heading-copy-copy.extra-large {
    font-size: 36px;
  }

  .content-wrapper-copy {
    grid-row-gap: 36px;
  }

  .body-display-copy-copy-copy-copy-copy {
    width: auto;
  }

  .body-display-copy-copy-copy {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-display-copy-copy-copy.dual-paragraph {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-wrapper-copy {
    grid-row-gap: 36px;
    padding-bottom: 0;
  }

  .button-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper-copy {
    grid-row-gap: 36px;
    grid-row-gap: 36px;
    grid-row-gap: 36px;
    grid-row-gap: 36px;
    grid-row-gap: 36px;
    padding-bottom: 0;
  }

  .content-wrapper-copy-copy {
    grid-row-gap: 36px;
    padding-bottom: 0;
  }

  ._777 {
    color: #000;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-wrapper-copy {
    grid-row-gap: 36px;
    padding-bottom: 0;
  }

  .kontakt {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 100px;
    padding-left: 0;
  }

  .kontakt.no-padding.clip {
    height: 100%;
    padding: 180px 20px 100px;
  }

  .kontakt.pytania {
    padding-left: 40px;
  }

  .content-wrapper-copy {
    grid-row-gap: 36px;
    padding-bottom: 0;
  }

  .zauffali-copy {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 100px;
    padding-left: 0;
  }

  .zauffali-copy.no-padding.clip {
    height: 100%;
    padding: 180px 20px 100px;
  }

  .zauffali-copy.pytania {
    padding-left: 40px;
  }

  .sub1 {
    text-align: center;
  }

  .content-wrapper-copy {
    grid-row-gap: 36px;
    grid-row-gap: 36px;
    grid-row-gap: 36px;
    grid-row-gap: 36px;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .image-58 {
    width: 54vw;
  }

  .medium-image {
    width: 40.66vw;
    margin-left: 0;
    display: none;
    left: 11.2vw;
  }

  .content-wrapper-copy {
    grid-row-gap: 36px;
    padding-bottom: 0;
  }

  .image-59 {
    margin-top: 0;
  }

  .growing-image-copy-copy.right {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-wrapper-copy-copy-copy {
    grid-row-gap: 36px;
    margin-bottom: 0;
  }

  .zauffali-copy {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 100px;
    padding-left: 0;
  }

  .zauffali-copy.no-padding.clip {
    height: 100%;
    padding: 180px 20px 100px;
  }

  .zauffali-copy.pytania {
    padding-left: 40px;
  }

  .zauffali-copy.paralax {
    padding-bottom: 0;
  }

  .zauffali-copy-copy {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 100px;
    padding-left: 0;
  }

  .zauffali-copy-copy.no-padding.clip {
    height: 100%;
    padding: 180px 20px 100px;
  }

  .zauffali-copy-copy.pytania {
    padding-left: 40px;
  }

  .zauffali-copy-copy.poczatki {
    padding-top: 180px;
  }

  .subtitle-copy-copy-copy {
    color: #fff;
  }

  .grid-wrapper-copy {
    height: 100%;
    margin-top: 0%;
    padding-top: 0;
    display: none;
  }

  .grid-wrapper-copy._3 {
    height: auto;
  }

  .button-copy {
    margin-left: 0;
    margin-right: auto;
  }

  .body-display-copy-copy-copy-copy {
    color: #000;
    margin-bottom: 20px;
  }

  .button-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .body-display-copy-copy-copy-copy-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .menu-button-3 {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .content-wrapper-copy-copy {
    grid-row-gap: 36px;
    padding-bottom: 0;
  }

  .grid-wrapper-copy {
    height: 100%;
    margin-top: 0%;
    padding-top: 0;
  }

  .grid-wrapper-copy._3 {
    height: auto;
  }

  .content-wrapper-copy-copy, .content-wraper {
    grid-row-gap: 36px;
    padding-bottom: 0;
  }

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

  .button-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .slider_portfolio_mobile {
    margin-top: 60px;
    padding-bottom: 0;
    display: block;
  }

  .mask-3-copy {
    width: auto;
    height: 80%;
    margin-bottom: 0;
  }

  .media {
    padding-bottom: 100px;
    padding-left: 0;
  }

  .media.left {
    padding-left: 0;
  }

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

  .div-block-22-copy {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .grid-wrapper-copy-copy {
    height: 100vh;
  }

  .grid-wrapper-copy-copy._3 {
    height: auto;
  }

  .grid-wrapper-copy-copy.zauf {
    display: block;
  }

  .grid-wrapper-copy-copy-copy {
    display: none;
  }

  .container-image-copy {
    width: 56.66vw;
  }

  .container-image-copy._3 {
    width: auto;
    max-width: 100%;
  }

  .container-image-copy {
    width: 56.66vw;
  }

  .container-image-copy._3 {
    width: auto;
    max-width: 100%;
  }

  .container-image-copy {
    width: 56.66vw;
  }

  .container-image-copy._3 {
    width: auto;
    max-width: 100%;
  }

  .container-image-copy {
    width: 56.66vw;
  }

  .container-image-copy._3 {
    width: 100%;
    max-width: 100%;
  }

  .grid {
    grid-column-gap: 4px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-image-copy {
    width: 56.66vw;
  }

  .container-image-copy._3 {
    width: auto;
    max-width: 100%;
    padding-top: 40px;
  }

  .container-image-copy {
    width: 56.66vw;
  }

  .container-image-copy._3 {
    width: auto;
    max-width: 100%;
  }

  .container-image-copy {
    width: 56.66vw;
  }

  .container-image-copy._3 {
    width: auto;
    max-width: 100%;
  }

  .container-image-copy {
    width: 56.66vw;
  }

  .container-image-copy._3 {
    width: auto;
    max-width: 100%;
  }

  .container-image-copy {
    width: 56.66vw;
  }

  .container-image-copy._3 {
    width: auto;
    max-width: 100%;
  }

  .container-image-copy {
    width: 56.66vw;
  }

  .container-image-copy._3 {
    width: auto;
    max-width: 100%;
  }

  .container-image-copy {
    width: 56.66vw;
  }

  .container-image-copy._3 {
    width: auto;
    max-width: 100%;
  }

  .container-image-copy {
    width: 56.66vw;
  }

  .container-image-copy._3 {
    width: auto;
    max-width: 100%;
  }

  .growing-image-copy.small.ciazowe {
    height: 100%;
  }

  .growing-image-copy.right {
    margin-left: 0;
  }

  .zauffali-copy {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 180px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali-copy.no-padding.clip {
    height: 100%;
    padding: 180px 20px 100px;
  }

  .zauffali-copy.pytania {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali-copy-copy {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 100px;
    padding-left: 0;
  }

  .zauffali-copy-copy.no-padding.clip {
    height: 100%;
    padding: 180px 20px 100px;
  }

  .zauffali-copy-copy.pytania {
    padding-left: 40px;
  }

  .zauffali-copy-copy.paralax {
    padding-top: 100px;
    padding-bottom: 0;
    display: none;
  }

  .zauffali-copy-copy-copy {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 100px;
    padding-left: 0;
  }

  .zauffali-copy-copy-copy.no-padding.clip {
    height: 100%;
    padding: 180px 20px 100px;
  }

  .zauffali-copy-copy-copy.pytania {
    padding-left: 40px;
  }

  .zauffali-copy-copy-copy.poczatki {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-background-image {
    width: 50vw;
    height: 50vw;
  }

  .form-block-copy {
    width: 100%;
    grid-row-gap: 80px;
    border-radius: 0;
    margin-top: 100px;
    margin-left: 0;
    padding-bottom: 100px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-5-copy {
    padding: 100px 20px;
  }

  .section-5-copy.oferta-white {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-5-copy.white {
    background-color: rgba(0, 0, 0, 0);
  }

  .form-block-copy {
    width: 100%;
    grid-row-gap: 80px;
    border-radius: 5px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
    display: none;
  }

  .media-copy {
    padding-bottom: 65px;
    padding-left: 0;
    display: none;
  }

  .media-copy.left {
    padding-left: 0;
  }

  .grid-wrapper-copy {
    height: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .grid-wrapper-copy._3 {
    height: auto;
  }

  .grid-wrapper-copy-copy {
    height: 100vh;
  }

  .grid-wrapper-copy-copy._3 {
    height: auto;
  }

  .grid-wrapper-copy-copy.zauf {
    display: block;
  }

  .grid-wrapper-copy-copy {
    height: 100%;
    margin-top: 0%;
    padding-top: 0;
  }

  .grid-wrapper-copy-copy._3 {
    height: auto;
  }

  .zauffali-copy-copy-copy-copy {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 100px;
    padding-left: 0;
  }

  .zauffali-copy-copy-copy-copy.no-padding.clip {
    height: 100%;
    padding: 180px 20px 100px;
  }

  .zauffali-copy-copy-copy-copy.pytania {
    padding-left: 40px;
  }

  .zauffali-copy-copy-copy-copy.poczatki {
    padding-top: 180px;
  }

  .poczatki2 {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 100px;
    padding-left: 0;
  }

  .poczatki2.no-padding.clip {
    height: 100%;
    padding: 180px 20px 100px;
  }

  .poczatki2.pytania {
    padding-left: 40px;
  }

  .poczatki2.poczatki {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper-copy-copy {
    grid-row-gap: 36px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .button-copy-copy-copy {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-28 {
    z-index: 9999999;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 1px solid rgba(41, 40, 40, .75);
    border-radius: 100px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: auto;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-28.w--current {
    width: 60px;
    background-color: #fff;
    display: block;
  }

  .image-60 {
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 17px;
    transform: rotate(270deg);
  }

  .top-nav-wrapper1 {
    grid-template-columns: minmax(80px, 1fr) minmax(auto, auto) minmax(80px, 1fr);
  }

  .navbar-4 {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy {
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .onas_mobile {
    height: auto;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 70px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .button-copy-copy-copy {
    margin: 50px auto 0;
  }

  .srodek {
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-31 {
    grid-column-gap: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .subtitle-copy {
    color: #060d11;
    text-align: left;
    text-transform: none;
  }

  .container-image-copy-copy {
    width: 56.66vw;
  }

  .container-image-copy-copy._3 {
    width: auto;
    max-width: 100%;
  }

  .container-image-copy-copy {
    width: 56.66vw;
  }

  .container-image-copy-copy._3 {
    width: auto;
    height: 80%;
    max-width: 100%;
    padding-top: 0;
  }

  .subtitle-copy {
    text-align: center;
    text-transform: uppercase;
  }

  .subtitle-copy-copy {
    color: #060d11;
    text-align: left;
    color: #060d11;
    text-align: left;
    text-transform: none;
  }

  .subtitle-copy {
    text-align: center;
  }

  .section-12 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
  }

  .button-copy-copy-copy {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3-copy {
    margin-top: 80px;
    display: block;
  }

  .subtitle-copy {
    text-align: left;
  }

  .subtitle-copy-copy {
    color: #060d11;
    text-align: left;
    text-transform: none;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
  }

  .subtitle-copy-copy-copy {
    color: #060d11;
    text-align: left;
    color: #060d11;
    text-align: left;
    text-transform: none;
    color: #060d11;
    text-align: left;
    text-transform: none;
  }

  .button-copy-copy-copy-copy {
    margin: 50px auto 0;
  }

  .subtitle-copy-copy-copy-copy {
    color: #fff;
    font-size: 10px;
  }

  .subtitle-copy-copy {
    text-align: center;
    text-transform: uppercase;
    margin-left: auto;
  }

  .flyout-menu-wrapper2 {
    display: none;
  }

  .flyout-menu-content2 {
    width: 100%;
    max-width: none;
  }

  .image-61 {
    margin-top: 10px;
  }

  .subtitle-copy {
    text-align: left;
  }

  .container-image-copy-copy {
    width: 56.66vw;
  }

  .container-image-copy-copy._3 {
    width: 100%;
    max-width: 100%;
  }

  .ciazowe-div {
    width: 56.66vw;
  }

  .ciazowe-div._3 {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .dzieciece {
    width: 56.66vw;
  }

  .dzieciece._3 {
    width: auto;
    height: 80%;
    max-width: 100%;
    padding-top: 0;
  }

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

  .heading-copy {
    margin-bottom: 80px;
    font-size: 36px;
  }

  .heading-copy.large {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 38px;
  }

  .heading-copy.extra-large {
    font-size: 36px;
  }

  .heading-copy.left {
    text-align: center;
  }

  .button-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .button-copy._5 {
    margin-top: 40px;
  }

  .button-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .button-copy-copy._5 {
    margin-top: 40px;
  }

  .button-outline-copy-copy-copy {
    border-radius: 5px;
  }

  .button-outline-copy-copy-copy-copy {
    border-radius: 0;
  }

  .content-wrapper-copy-copy {
    grid-row-gap: 36px;
    padding-bottom: 0;
  }

  .content-wrapper-copy {
    height: auto;
    grid-row-gap: 36px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper-copy.mm {
    padding-top: 100px;
  }

  .content-wrapper-copy-copy {
    height: auto;
    grid-row-gap: 36px;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .content-wrapper-copy-copy.mm {
    padding-top: 100px;
  }

  .content-wrapper-copy-copy-copy {
    grid-row-gap: 36px;
    padding-bottom: 0;
  }

  .content-wrapper-copy-copy {
    grid-row-gap: 36px;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .container-image-copy-copy {
    width: 56.66vw;
  }

  .container-image-copy-copy._3 {
    width: auto;
    max-width: 100%;
    padding-top: 40px;
  }

  .noworokowe-div {
    width: 56.66vw;
  }

  .noworokowe-div._3 {
    width: auto;
    max-width: 100%;
    padding-top: 0;
  }

  .subtitle-copy-copy-copy-copy-copy {
    font-size: 10px;
  }

  .heading-copy-copy {
    font-size: 36px;
  }

  .heading-copy-copy.large {
    font-size: 38px;
  }

  .heading-copy-copy.extra-large {
    font-size: 36px;
  }

  .button-copy-copy {
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-copy-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .button-copy-copy-copy._5 {
    margin-top: 40px;
  }

  .content-wrapper-copy-copy-copy {
    height: auto;
    grid-row-gap: 36px;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .content-wrapper-copy-copy-copy.mm {
    padding-top: 100px;
  }

  .content-wrapper-copy-copy-copy-copy {
    grid-row-gap: 36px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
  }

  .div-block-3-copy {
    margin-top: 70px;
    display: block;
  }

  .subtitle-copy-copy {
    text-align: left;
  }

  .subtitle-copy-copy.vm {
    text-align: center;
  }

  .content-wrapper-copy-copy-copy {
    grid-row-gap: 36px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div-block-3-copy {
    margin-top: 20px;
    display: block;
  }

  .button-copy-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-copy-copy {
    font-size: 36px;
  }

  .heading-copy-copy.large {
    font-size: 38px;
  }

  .heading-copy-copy.extra-large {
    font-size: 36px;
  }

  .div-block-3-copy-copy {
    margin-top: 70px;
    display: block;
  }

  .przycisk_deskop {
    z-index: 5000;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 1px solid rgba(41, 40, 40, .75);
    border-radius: 100px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: auto;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .przycisk_deskop.w--current {
    width: 60px;
    background-color: #fff;
    display: block;
  }

  .przycisk_podstrony {
    z-index: 5000;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 1px solid rgba(41, 40, 40, .75);
    border-radius: 100px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: auto;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .przycisk_podstrony.w--current {
    width: 60px;
    background-color: #fff;
    display: block;
  }

  .button-deskop {
    margin-left: auto;
    margin-right: auto;
  }

  .button-deskop._5 {
    margin-top: 40px;
  }

  .subtitle-copy-copy-copy {
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-left: auto;
  }

  .cw {
    grid-row-gap: 36px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .linki {
    width: 100%;
    color: #060d11;
    text-align: left;
  }

  .subtitle-copy-copy-copy-copy {
    color: #060d11;
    text-align: left;
    letter-spacing: 4px;
    text-transform: none;
    color: #060d11;
    text-align: left;
    letter-spacing: 0;
    text-transform: none;
    font-size: 12px;
  }

  .mhj {
    font-size: 10px;
  }

  .subtitle-copy-copy-copy-copy-copy {
    color: #fff;
  }

  .pytania-2 {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 180px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .pytania-2.no-padding.clip {
    height: 100%;
    padding: 180px 20px 100px;
  }

  .pytania-2.pytania {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .boxy-biel {
    display: none;
  }

  .oferta-white {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    padding: 0 20px;
  }

  .background-video-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grey, .grey-x {
    display: none;
  }

  .stacked-content-copy {
    padding-top: 0;
  }

  .zaufalinam.w--current {
    display: block;
  }

  .subtitle-copy-copy-copy {
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
  }

  .content-wrapper-copy-copy-copy {
    grid-row-gap: 36px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .meddia-div {
    padding: 100px 20px;
  }

  .meddia-div.left {
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
    display: block;
  }

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

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

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

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

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

  .content-wrapper-copy-copy {
    grid-row-gap: 36px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-white, .footer-white-copy {
    background-color: rgba(0, 0, 0, 0);
  }

  .f-kntakt {
    background-color: #f8f6f1;
  }

  .dzieciece-div {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .dzieciece-div.no-padding.clip {
    height: 100%;
    background-color: #f8f6f1;
    padding: 100px 20px 60px;
  }

  .dzieciece-div.pytania {
    padding-bottom: 0;
    padding-left: 40px;
  }

  .zauffali-copy {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali-copy.no-padding.clip {
    height: 100%;
    background-color: #f8f6f1;
    padding: 100px 20px 60px;
  }

  .zauffali-copy.pytania {
    padding-bottom: 0;
    padding-left: 40px;
  }

  .content-wrapper-copy-copy-copy {
    grid-row-gap: 36px;
    padding-bottom: 0;
  }

  .section-5-copy-copy {
    background-color: rgba(0, 0, 0, 0);
    padding: 100px 20px;
  }

  .slider-zaufali-white {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .slider-zaufali-white.no-padding.clip {
    height: 100%;
    background-color: #f8f6f1;
    padding: 100px 20px 60px;
  }

  .slider-zaufali-white.pytania {
    padding-bottom: 0;
    padding-left: 40px;
  }

  .slider-zaufali-white.szary, .footer-section-copy {
    background-color: #f8f6f1;
  }

  .footer-section-copy {
    background-color: rgba(0, 0, 0, 0);
  }

  .content-wrapper-copy-copy-copy-copy {
    height: auto;
    grid-row-gap: 36px;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .content-wrapper-copy-copy-copy-copy.mm {
    padding-top: 100px;
  }

  .zauffali-copy-copy {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 180px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali-copy-copy.no-padding.clip {
    height: 100%;
    padding: 180px 20px 100px;
  }

  .zauffali-copy-copy.pytania {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .content-wrapper-copy-copy-copy-copy {
    grid-row-gap: 36px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper-copy-copy {
    grid-row-gap: 36px;
    padding-bottom: 0;
  }

  .zauffali-copy-copy {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 180px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali-copy-copy.no-padding.clip {
    height: 100%;
    padding: 180px 20px 100px;
  }

  .zauffali-copy-copy.pytania {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .dzieciece-div-copy {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .dzieciece-div-copy.no-padding.clip {
    height: 100%;
    background-color: #f8f6f1;
    padding: 100px 20px 60px;
  }

  .dzieciece-div-copy.pytania {
    padding-bottom: 0;
    padding-left: 40px;
  }

  .portfolio-div-white {
    display: none;
  }

  .footer-section-copy {
    background-color: #f8f6f1;
  }

  .stacked-content-copy {
    padding-top: 0;
  }

  .content-wrapper-copy-copy-copy-copy {
    grid-row-gap: 36px;
    margin-bottom: 0;
  }

  .footer-section-copy-copy {
    background-color: #f8f6f1;
  }

  .section-6-copy {
    padding-top: 100px;
  }

  .service-item-copy {
    padding: 100px 20px;
  }

  .service-item-copy.left {
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
    display: block;
  }

  .grey-copy {
    display: none;
  }

  .zauffali-copy {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zauffali-copy.no-padding.clip {
    height: 100%;
    background-color: #f8f6f1;
    padding: 100px 20px 60px;
  }

  .zauffali-copy.pytania {
    padding-bottom: 0;
    padding-left: 40px;
  }

  .gallery-wrapper-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-section-copy, .footer-section-copy-copy {
    background-color: #f8f6f1;
  }

  .porret-div {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .porret-div.no-padding.clip {
    height: 100%;
    background-color: #f8f6f1;
    padding: 100px 20px 60px;
  }

  .porret-div.pytania {
    padding-bottom: 0;
    padding-left: 40px;
  }

  .footer-grey {
    background-color: #f8f6f1;
  }

  .content-wrapper-copy-copy-copy-copy {
    grid-row-gap: 36px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .service-item-copy {
    padding: 0 20px 100px;
  }

  .service-item-copy.left {
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
    display: block;
  }

  .content-wrapper-copy-copy-copy-copy-copy {
    height: auto;
    grid-row-gap: 36px;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .content-wrapper-copy-copy-copy-copy-copy.mm {
    padding-top: 100px;
  }

  .footer-section-copy-copy-copy {
    background-color: #f8f6f1;
  }

  .div-block-2-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-top: 60px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2-copy-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-top: 5px;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-section-copy-copy {
    background-color: #f8f6f1;
  }

  .stacked-content-copy-copy {
    padding-top: 0;
  }

  .gallery-wrapper-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foter-grey {
    background-color: #f8f6f1;
  }

  .meddia-div-copy {
    padding: 100px 20px;
  }

  .meddia-div-copy.left {
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
    display: block;
  }

  .grey-copy-copy {
    display: none;
  }
}

#w-node-_269feea0-ca73-bd60-c50a-3882b214d52a-22b587a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Contact-form.w-node-_269feea0-ca73-bd60-c50a-3882b214d532-22b587a4 {
  align-self: start;
  justify-self: center;
}

#w-node-_269feea0-ca73-bd60-c50a-3882b214d535-22b587a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Imi-2.w-node-_269feea0-ca73-bd60-c50a-3882b214d537-22b587a4, #Nazwisko-2.w-node-_269feea0-ca73-bd60-c50a-3882b214d538-22b587a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_269feea0-ca73-bd60-c50a-3882b214d53a-22b587a4, #Email-2.w-node-_269feea0-ca73-bd60-c50a-3882b214d53c-22b587a4, #w-node-_269feea0-ca73-bd60-c50a-3882b214d53e-22b587a4, #Email-2.w-node-_269feea0-ca73-bd60-c50a-3882b214d540-22b587a4, #w-node-_269feea0-ca73-bd60-c50a-3882b214d542-22b587a4, #Message-2.w-node-_269feea0-ca73-bd60-c50a-3882b214d544-22b587a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2732c7ed-79ec-8b4a-2171-2fedbe50cf40-be50cf3b {
  align-self: center;
}

#w-node-_2bb33282-6488-771d-41e0-7fad303ae046-303ae044 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_2bb33282-6488-771d-41e0-7fad303ae04d-303ae044, #w-node-_2bb33282-6488-771d-41e0-7fad303ae050-303ae044 {
  justify-self: center;
}

#w-node-b1e4ab07-f227-5eca-739a-a34956008d7d-56008d7c, #w-node-_0b02c388-1d4b-ea47-df08-7ee02b3a0ae0-2b3a0adb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0b02c388-1d4b-ea47-df08-7ee02b3a0ae1-2b3a0adb {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_20b5f563-9d6f-c0cd-e7ea-ed45f5a304dd-2b3a0adb, #w-node-_652523f4-c4fc-1471-43ff-94eb843c7c25-2b3a0adb, #w-node-_4e466183-9d60-8c18-3d76-defd237035fa-2b3a0adb, #w-node-_4e466183-9d60-8c18-3d76-defd237035fc-2b3a0adb, #w-node-_3ac23c19-706e-b7c2-1495-a29b33947709-33947705, #w-node-_3ac23c19-706e-b7c2-1495-a29b33947710-33947705 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ac23c19-706e-b7c2-1495-a29b3394772b-33947705 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b02b7a9-bc9d-966e-b67b-2559d3c8cd7d-22b587a9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b02b7a9-bc9d-966e-b67b-2559d3c8cd7e-22b587a9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_9b02b7a9-bc9d-966e-b67b-2559d3c8cd7f-22b587a9 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_9b02b7a9-bc9d-966e-b67b-2559d3c8cd83-22b587a9, #w-node-ffbb4576-7ce2-3613-0f07-18633726ba2d-22b587a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-cc2fee67-48e5-af1a-6be0-e6f046bc7608-22b587a9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d826d52d-93f6-8b6c-aee3-bff5ae3408b7-22b587a9 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c35202b0-f222-be62-c6fa-f0cb4eb64970-22b587a9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c35202b0-f222-be62-c6fa-f0cb4eb64974-22b587a9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a33630f7-8123-e555-9f14-d41bfddfeaa7-22b587a9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a33630f7-8123-e555-9f14-d41bfddfeaa8-22b587a9 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_79533ed7-6478-0b60-2cda-f81a256bc7ee-22b587a9 {
  justify-self: start;
}

#w-node-e49526bb-601b-0a82-09e6-8aff9cee7938-22b587a9 {
  align-self: center;
  justify-self: start;
}

#w-node-d31115fb-42cd-6a86-667a-7055b4371d21-22b587a9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_174c4a5b-54a1-9c44-24c2-8021d7cdedb0-22b587a9 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_770a48fa-6c4c-d612-bb9c-42090f901df8-22b587a9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_770a48fa-6c4c-d612-bb9c-42090f901dfb-22b587a9 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_457de149-c4b4-5098-aad8-847bab68d647-22b587a9 {
  justify-self: center;
}

#w-node-_457de149-c4b4-5098-aad8-847bab68d648-22b587a9 {
  justify-self: end;
}

#w-node-_457de149-c4b4-5098-aad8-847bab68d649-22b587a9 {
  align-self: center;
  justify-self: center;
}

#w-node-_457de149-c4b4-5098-aad8-847bab68d64a-22b587a9 {
  justify-self: start;
}

#w-node-_770a48fa-6c4c-d612-bb9c-42090f901e11-22b587a9 {
  justify-self: center;
}

#w-node-a718fee2-cdbe-2d6a-17dc-d2d6b2e33f49-b2e33f3f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-a718fee2-cdbe-2d6a-17dc-d2d6b2e33f50-b2e33f3f, #w-node-a718fee2-cdbe-2d6a-17dc-d2d6b2e33f53-b2e33f3f {
  justify-self: center;
}

#w-node-be258afa-3e73-d2c3-b324-1b8fb0f87171-b0f8716f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-be258afa-3e73-d2c3-b324-1b8fb0f87172-b0f8716f {
  justify-self: start;
}

#w-node-be258afa-3e73-d2c3-b324-1b8fb0f87176-b0f8716f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-be258afa-3e73-d2c3-b324-1b8fb0f87177-b0f8716f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-be258afa-3e73-d2c3-b324-1b8fb0f8717d-b0f8716f {
  justify-self: end;
}

#w-node-be258afa-3e73-d2c3-b324-1b8fb0f87181-b0f8716f {
  justify-self: center;
}

#w-node-_04008d72-2a09-cb51-fb70-aef2cb12d9f6-22b587ab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_04008d72-2a09-cb51-fb70-aef2cb12d9f8-22b587ab {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_04008d72-2a09-cb51-fb70-aef2cb12d9f9-22b587ab, #w-node-_04008d72-2a09-cb51-fb70-aef2cb12da02-22b587ab {
  align-self: center;
  justify-self: center;
}

#w-node-_04008d72-2a09-cb51-fb70-aef2cb12da05-22b587ab {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-add5843b-b86a-23f4-1989-5e6682401a7f-22b587ab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Contact-form.w-node-add5843b-b86a-23f4-1989-5e6682401a87-22b587ab {
  align-self: start;
  justify-self: center;
}

#w-node-add5843b-b86a-23f4-1989-5e6682401a8a-22b587ab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Imi-2.w-node-add5843b-b86a-23f4-1989-5e6682401a8c-22b587ab, #Nazwisko-2.w-node-add5843b-b86a-23f4-1989-5e6682401a8d-22b587ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-add5843b-b86a-23f4-1989-5e6682401a8f-22b587ab, #Email-2.w-node-add5843b-b86a-23f4-1989-5e6682401a91-22b587ab, #w-node-add5843b-b86a-23f4-1989-5e6682401a93-22b587ab, #Email-2.w-node-add5843b-b86a-23f4-1989-5e6682401a95-22b587ab, #w-node-add5843b-b86a-23f4-1989-5e6682401a97-22b587ab, #Message-2.w-node-add5843b-b86a-23f4-1989-5e6682401a99-22b587ab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6056-22b587ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6058-22b587ac {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6059-22b587ac {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe605a-22b587ac {
  align-self: center;
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6060-22b587ac {
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6063-22b587ac {
  align-self: center;
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6065-22b587ac {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4163461d-d404-c6bc-9bdd-2363ab6445fc-22b587ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Contact-form.w-node-_4163461d-d404-c6bc-9bdd-2363ab644604-22b587ac {
  align-self: start;
  justify-self: center;
}

#w-node-_4163461d-d404-c6bc-9bdd-2363ab644607-22b587ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Imi-2.w-node-_4163461d-d404-c6bc-9bdd-2363ab644609-22b587ac, #Nazwisko-2.w-node-_4163461d-d404-c6bc-9bdd-2363ab64460a-22b587ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4163461d-d404-c6bc-9bdd-2363ab64460c-22b587ac, #Email-2.w-node-_4163461d-d404-c6bc-9bdd-2363ab64460e-22b587ac, #w-node-_4163461d-d404-c6bc-9bdd-2363ab644610-22b587ac, #Email-2.w-node-_4163461d-d404-c6bc-9bdd-2363ab644612-22b587ac, #w-node-_4163461d-d404-c6bc-9bdd-2363ab644614-22b587ac, #Message-2.w-node-_4163461d-d404-c6bc-9bdd-2363ab644616-22b587ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cfb46fd0-92e8-4084-2a2b-2ad2c99cb90b-22b587ad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cfb46fd0-92e8-4084-2a2b-2ad2c99cb90c-22b587ad {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-cfb46fd0-92e8-4084-2a2b-2ad2c99cb90d-22b587ad {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-cfb46fd0-92e8-4084-2a2b-2ad2c99cb90e-22b587ad {
  align-self: center;
  justify-self: center;
}

#w-node-cfb46fd0-92e8-4084-2a2b-2ad2c99cb914-22b587ad {
  justify-self: center;
}

#w-node-cfb46fd0-92e8-4084-2a2b-2ad2c99cb917-22b587ad {
  align-self: center;
  justify-self: center;
}

#w-node-_44e719b0-7a60-998a-0c85-fa57af04c7f4-22b587ad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_44e719b0-7a60-998a-0c85-fa57af04c7f6-22b587ad {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2ee7d04a-25c6-a7bd-61c0-bd74a9acef54-22b587ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44e719b0-7a60-998a-0c85-fa57af04c7fe-22b587ad {
  align-self: center;
}

#w-node-cdc4ca88-9188-c748-626b-5e6db0617d39-22b587ad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cdc4ca88-9188-c748-626b-5e6db0617d3b-22b587ad {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cdc4ca88-9188-c748-626b-5e6db0617d43-22b587ad {
  align-self: center;
}

#w-node-_0117f348-6061-616c-954f-959164326010-22b587ad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0117f348-6061-616c-954f-959164326012-22b587ad {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0117f348-6061-616c-954f-95916432601a-22b587ad {
  align-self: center;
}

#w-node-e1b7f0bd-d743-3ff7-0349-afbf4897511a-48975118 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Contact-form.w-node-e1b7f0bd-d743-3ff7-0349-afbf48975122-48975118 {
  align-self: start;
  justify-self: center;
}

#w-node-e1b7f0bd-d743-3ff7-0349-afbf48975125-48975118 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Imi-2.w-node-e1b7f0bd-d743-3ff7-0349-afbf48975127-48975118, #Nazwisko-2.w-node-e1b7f0bd-d743-3ff7-0349-afbf48975128-48975118 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1b7f0bd-d743-3ff7-0349-afbf4897512a-48975118, #Email-2.w-node-e1b7f0bd-d743-3ff7-0349-afbf4897512c-48975118, #w-node-e1b7f0bd-d743-3ff7-0349-afbf4897512e-48975118, #Email-2.w-node-e1b7f0bd-d743-3ff7-0349-afbf48975130-48975118, #w-node-e1b7f0bd-d743-3ff7-0349-afbf48975132-48975118, #Message-2.w-node-e1b7f0bd-d743-3ff7-0349-afbf48975134-48975118 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_75400c8c-a11b-352e-2d3b-d44bf029b747-22b587ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_646a1d55-dff8-c11b-f41e-6d8cbeb8b062-22b587ae {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_646a1d55-dff8-c11b-f41e-6d8cbeb8b063-22b587ae {
  align-self: center;
  justify-self: center;
}

#w-node-_646a1d55-dff8-c11b-f41e-6d8cbeb8b069-22b587ae {
  justify-self: center;
}

#w-node-_646a1d55-dff8-c11b-f41e-6d8cbeb8b06c-22b587ae {
  align-self: center;
  justify-self: center;
}

#w-node-_75400c8c-a11b-352e-2d3b-d44bf029b757-22b587ae {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b0d-22b587ae, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b0b-22b587ae, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b0f-22b587ae, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b11-22b587ae, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b15-22b587ae, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b13-22b587ae, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b17-22b587ae, #w-node-_63e80b5d-326c-3f16-8ac0-d728722e2455-22b587ae, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b1b-22b587ae, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b1f-22b587ae, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b1d-22b587ae, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b21-22b587ae, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b23-22b587ae, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b25-22b587ae, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b27-22b587ae, #w-node-_73d71c82-dddb-d1b1-e842-2a26cffe1ef6-22b587ae, #w-node-_677b89d9-429e-05bd-677a-2c89220cfe5c-22b587ae, #w-node-_6e7f34f3-c32c-429f-23ef-66da0c920564-22b587ae, #w-node-bbc70f21-2029-a8fd-a34b-f280b28d883e-22b587ae, #w-node-_6b2e67d2-d7e8-09d7-75b5-2c7028354e2a-22b587ae, #w-node-_3f253ae3-36fa-c84e-95ef-c9e3a84a7459-22b587ae, #w-node-_17c46113-fdeb-ba2d-9e82-449f6034071b-22b587ae, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b19-22b587ae, #w-node-_1ca84e1d-079b-a35e-8fea-b6d32cfccca4-22b587ae, #w-node-df210288-7ce8-947c-f377-4823b6894dde-22b587ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df210288-7ce8-947c-f377-4823b6894de9-22b587ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-df210288-7ce8-947c-f377-4823b6894deb-22b587ae {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-df210288-7ce8-947c-f377-4823b6894df2-22b587ae {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-df210288-7ce8-947c-f377-4823b6894df3-22b587ae, #w-node-df210288-7ce8-947c-f377-4823b6894dfc-22b587ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5fe2841-d8a5-f7b7-0b22-fef3fad67f28-22b587ae {
  grid-area: 1 / 2 / 2 / 3;
}

#wf-form-Contact-form.w-node-_63ff008b-771b-5e5f-184b-659c8b76cc0c-22b587ae {
  align-self: start;
  justify-self: center;
}

#w-node-_63ff008b-771b-5e5f-184b-659c8b76cc0f-22b587ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Imi-2.w-node-_63ff008b-771b-5e5f-184b-659c8b76cc11-22b587ae, #Nazwisko-2.w-node-_63ff008b-771b-5e5f-184b-659c8b76cc12-22b587ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63ff008b-771b-5e5f-184b-659c8b76cc14-22b587ae, #Email-2.w-node-_63ff008b-771b-5e5f-184b-659c8b76cc16-22b587ae, #w-node-_63ff008b-771b-5e5f-184b-659c8b76cc18-22b587ae, #Email-2.w-node-_63ff008b-771b-5e5f-184b-659c8b76cc1a-22b587ae, #w-node-_63ff008b-771b-5e5f-184b-659c8b76cc1c-22b587ae, #Message-2.w-node-_63ff008b-771b-5e5f-184b-659c8b76cc1e-22b587ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cd57d30b-c0c5-5aaf-1b1f-7c6be6a408c6-22b587af {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd57d30b-c0c5-5aaf-1b1f-7c6be6a408c8-22b587af {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-cd57d30b-c0c5-5aaf-1b1f-7c6be6a408c9-22b587af {
  align-self: center;
  justify-self: center;
}

#w-node-cd57d30b-c0c5-5aaf-1b1f-7c6be6a408cf-22b587af {
  justify-self: center;
}

#w-node-cd57d30b-c0c5-5aaf-1b1f-7c6be6a408d2-22b587af {
  align-self: center;
  justify-self: center;
}

#w-node-cd57d30b-c0c5-5aaf-1b1f-7c6be6a408d5-22b587af {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e81524ec-b9e5-30a9-47e7-29e64711d6b5-22b587af {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b0d-22b587af, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b0b-22b587af, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b0f-22b587af, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b11-22b587af, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b15-22b587af, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b13-22b587af, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b17-22b587af, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b19-22b587af, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b1b-22b587af, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b1f-22b587af, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b1d-22b587af, #w-node-_24c42a09-05d6-b1c5-8b06-e284b1177d85-22b587af, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b21-22b587af, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b23-22b587af, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b25-22b587af, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b27-22b587af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ceb56eef-1b32-f9cb-c164-caa1343701c0-22b587af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Contact-form.w-node-ceb56eef-1b32-f9cb-c164-caa1343701c8-22b587af {
  align-self: start;
  justify-self: center;
}

#w-node-ceb56eef-1b32-f9cb-c164-caa1343701cb-22b587af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Imi-2.w-node-ceb56eef-1b32-f9cb-c164-caa1343701cd-22b587af, #Nazwisko-2.w-node-ceb56eef-1b32-f9cb-c164-caa1343701ce-22b587af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ceb56eef-1b32-f9cb-c164-caa1343701d0-22b587af, #Email-2.w-node-ceb56eef-1b32-f9cb-c164-caa1343701d2-22b587af, #w-node-ceb56eef-1b32-f9cb-c164-caa1343701d4-22b587af, #Email-2.w-node-ceb56eef-1b32-f9cb-c164-caa1343701d6-22b587af, #w-node-ceb56eef-1b32-f9cb-c164-caa1343701d8-22b587af, #Message-2.w-node-ceb56eef-1b32-f9cb-c164-caa1343701da-22b587af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_004f9028-d1bb-d524-4608-9d4fcd3380cf-22b587af {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3757cec-5c5c-09b4-70da-63001ce65ade-22b587b0 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-b3757cec-5c5c-09b4-70da-63001ce65adf-22b587b0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-b3757cec-5c5c-09b4-70da-63001ce65ae0-22b587b0 {
  align-self: center;
  justify-self: center;
}

#w-node-b3757cec-5c5c-09b4-70da-63001ce65ae6-22b587b0 {
  justify-self: center;
}

#w-node-b3757cec-5c5c-09b4-70da-63001ce65ae9-22b587b0 {
  align-self: center;
  justify-self: center;
}

#w-node-e81524ec-b9e5-30a9-47e7-29e64711d6b5-22b587b0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b0d-22b587b0, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b0b-22b587b0, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b0f-22b587b0, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b11-22b587b0, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b13-22b587b0, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b15-22b587b0, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b17-22b587b0, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b19-22b587b0, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b1b-22b587b0, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b1d-22b587b0, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b1f-22b587b0, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b21-22b587b0, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b23-22b587b0, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b25-22b587b0, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b27-22b587b0, #w-node-f4e0e531-677b-b6cd-87fa-cd99ca814531-22b587b0, #w-node-_6ea91751-1fc6-3a64-6c24-0b3551ecf9b9-22b587b0, #w-node-_5733485b-930a-9f40-2c3e-c65e7dc86f86-22b587b0, #w-node-_958ee467-e608-c84d-ab8c-7c9d3d6af8e7-22b587b0, #w-node-_296bc4a9-77fe-7af8-2b17-12c525c26535-22b587b0, #w-node-a53e2e6b-846c-1439-02d5-6598a621b371-22b587b0, #w-node-a53e2e6b-846c-1439-02d5-6598a621b373-22b587b0, #w-node-dd11024b-b21a-7662-073c-fa8d582c91c2-22b587b0, #w-node-_0dc84fbf-3feb-c5f5-a641-8bd9697b6cdc-22b587b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dc84fbf-3feb-c5f5-a641-8bd9697b6ce7-22b587b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0dc84fbf-3feb-c5f5-a641-8bd9697b6ce9-22b587b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0dc84fbf-3feb-c5f5-a641-8bd9697b6cea-22b587b0, #w-node-_0dc84fbf-3feb-c5f5-a641-8bd9697b6ceb-22b587b0 {
  align-self: center;
}

#w-node-_0dc84fbf-3feb-c5f5-a641-8bd9697b6cf0-22b587b0 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_0dc84fbf-3feb-c5f5-a641-8bd9697b6cf1-22b587b0, #w-node-_0dc84fbf-3feb-c5f5-a641-8bd9697b6cfa-22b587b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f79dfb3c-37d2-6385-4573-97e061df41fd-22b587b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_567a6648-9819-4b8e-bdc1-1799bb916d33-22b587b2 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-_567a6648-9819-4b8e-bdc1-1799bb916d34-22b587b2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_567a6648-9819-4b8e-bdc1-1799bb916d35-22b587b2 {
  align-self: center;
  justify-self: center;
}

#w-node-_567a6648-9819-4b8e-bdc1-1799bb916d3b-22b587b2 {
  justify-self: center;
}

#w-node-_567a6648-9819-4b8e-bdc1-1799bb916d3e-22b587b2 {
  align-self: center;
  justify-self: center;
}

#w-node-e81524ec-b9e5-30a9-47e7-29e64711d6b5-22b587b2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b0b-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b0d-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b0f-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b11-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b13-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b15-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b17-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b19-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b1b-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b1d-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b1f-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b21-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b23-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b25-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b27-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b29-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b2b-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b2d-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b2f-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b31-22b587b2, #w-node-_6a50012b-e1c8-a92c-86d2-8022ee3f7b33-22b587b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09336c83-852e-aac2-88dc-48e71add49dd-22b587b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2344c4ba-e240-894e-a2a1-738d62fb1449-22b587b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b6f43ae-9546-2cbb-f8a0-69d9d933f435-22b587b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6b6f43ae-9546-2cbb-f8a0-69d9d933f437-22b587b2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6b6f43ae-9546-2cbb-f8a0-69d9d933f445-22b587b2 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6b6f43ae-9546-2cbb-f8a0-69d9d933f446-22b587b2, #w-node-_6b6f43ae-9546-2cbb-f8a0-69d9d933f44f-22b587b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6056-22b587b3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6058-22b587b3 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6059-22b587b3 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe605a-22b587b3 {
  align-self: center;
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6060-22b587b3 {
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6063-22b587b3 {
  align-self: center;
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6065-22b587b3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1e46169f-f2a9-45d7-f975-14ad5b6b6381-22b587b3, #w-node-_1e46169f-f2a9-45d7-f975-14ad5b6b6386-22b587b3, #w-node-_64afab52-c2ec-d0cd-8324-8bde484ff5a0-22b587b3, #w-node-_35cc3df5-875f-490e-9933-cb8a59de5406-22b587b3, #w-node-_9c495ced-fbd7-9243-a7d4-1c15cf971ee2-22b587b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4370d2b8-8360-27f2-1167-0226716aead7-22b587b3, #w-node-_81e41796-c3b7-0c42-9606-d3d076e1e835-22b587b3 {
  align-self: center;
}

#w-node-_6531717c-11ff-7bd4-dccc-d74660be9a16-22b587b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#wf-form-Contact-form.w-node-_6531717c-11ff-7bd4-dccc-d74660be9a1e-22b587b3 {
  align-self: start;
  justify-self: center;
}

#w-node-_6531717c-11ff-7bd4-dccc-d74660be9a21-22b587b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Imi-2.w-node-_6531717c-11ff-7bd4-dccc-d74660be9a23-22b587b3, #Nazwisko-2.w-node-_6531717c-11ff-7bd4-dccc-d74660be9a24-22b587b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6531717c-11ff-7bd4-dccc-d74660be9a26-22b587b3, #Email-2.w-node-_6531717c-11ff-7bd4-dccc-d74660be9a28-22b587b3, #w-node-_6531717c-11ff-7bd4-dccc-d74660be9a2a-22b587b3, #Email-2.w-node-_6531717c-11ff-7bd4-dccc-d74660be9a2c-22b587b3, #w-node-_6531717c-11ff-7bd4-dccc-d74660be9a2e-22b587b3, #Message-2.w-node-_6531717c-11ff-7bd4-dccc-d74660be9a30-22b587b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_269feea0-ca73-bd60-c50a-3882b214d52a-22b587a4, #w-node-add5843b-b86a-23f4-1989-5e6682401a7f-22b587ab, #w-node-_4163461d-d404-c6bc-9bdd-2363ab6445fc-22b587ac, #w-node-e1b7f0bd-d743-3ff7-0349-afbf4897511a-48975118, #w-node-ceb56eef-1b32-f9cb-c164-caa1343701c0-22b587af, #w-node-_6531717c-11ff-7bd4-dccc-d74660be9a16-22b587b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_269feea0-ca73-bd60-c50a-3882b214d52a-22b587a4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_269feea0-ca73-bd60-c50a-3882b214d531-22b587a4 {
    align-self: stretch;
  }

  #w-node-add5843b-b86a-23f4-1989-5e6682401a7f-22b587ab {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-add5843b-b86a-23f4-1989-5e6682401a86-22b587ab {
    align-self: stretch;
  }

  #w-node-_4163461d-d404-c6bc-9bdd-2363ab6445fc-22b587ac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4163461d-d404-c6bc-9bdd-2363ab644603-22b587ac {
    align-self: stretch;
  }

  #w-node-e1b7f0bd-d743-3ff7-0349-afbf4897511a-48975118 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e1b7f0bd-d743-3ff7-0349-afbf48975121-48975118 {
    align-self: stretch;
  }

  #w-node-df210288-7ce8-947c-f377-4823b6894ded-22b587ae {
    align-self: center;
  }

  #w-node-_63ff008b-771b-5e5f-184b-659c8b76cc0b-22b587ae {
    align-self: stretch;
  }

  #w-node-ceb56eef-1b32-f9cb-c164-caa1343701c0-22b587af {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ceb56eef-1b32-f9cb-c164-caa1343701c7-22b587af {
    align-self: stretch;
  }

  #w-node-_0dc84fbf-3feb-c5f5-a641-8bd9697b6cea-22b587b0, #w-node-_6b6f43ae-9546-2cbb-f8a0-69d9d933f438-22b587b2 {
    align-self: center;
  }

  #w-node-_6531717c-11ff-7bd4-dccc-d74660be9a16-22b587b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6531717c-11ff-7bd4-dccc-d74660be9a1d-22b587b3 {
    align-self: stretch;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_0dc84fbf-3feb-c5f5-a641-8bd9697b6cf0-22b587b0, #w-node-_6b6f43ae-9546-2cbb-f8a0-69d9d933f438-22b587b2, #w-node-_6b6f43ae-9546-2cbb-f8a0-69d9d933f445-22b587b2 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_269feea0-ca73-bd60-c50a-3882b214d52a-22b587a4 {
    grid-column: span 3 / span 3;
    align-self: start;
  }

  #w-node-_269feea0-ca73-bd60-c50a-3882b214d52b-22b587a4, #w-node-_269feea0-ca73-bd60-c50a-3882b214d531-22b587a4 {
    justify-self: center;
  }

  #w-node-_2732c7ed-79ec-8b4a-2171-2fedbe50cf40-be50cf3b {
    order: -9999;
  }

  #w-node-_0b02c388-1d4b-ea47-df08-7ee02b3a0ae1-2b3a0adb {
    grid-column-end: 4;
  }

  #w-node-_9b02b7a9-bc9d-966e-b67b-2559d3c8cd7a-22b587a9 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_9b02b7a9-bc9d-966e-b67b-2559d3c8cd7d-22b587a9 {
    grid-row-start: 1;
  }

  #w-node-_9b02b7a9-bc9d-966e-b67b-2559d3c8cd7f-22b587a9 {
    grid-column-end: 4;
  }

  #w-node-_9b02b7a9-bc9d-966e-b67b-2559d3c8cd80-22b587a9 {
    justify-self: center;
  }

  #w-node-_9b02b7a9-bc9d-966e-b67b-2559d3c8cd83-22b587a9, #w-node-ffbb4576-7ce2-3613-0f07-18633726ba2d-22b587a9 {
    order: 9999;
    justify-self: center;
  }

  #w-node-a33630f7-8123-e555-9f14-d41bfddfeaa8-22b587a9 {
    grid-column: 1 / 4;
  }

  #w-node-_174c4a5b-54a1-9c44-24c2-8021d7cdedb0-22b587a9 {
    grid-column-end: 4;
  }

  #w-node-_770a48fa-6c4c-d612-bb9c-42090f901dfb-22b587a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-be258afa-3e73-d2c3-b324-1b8fb0f8717a-b0f8716f {
    justify-self: start;
  }

  #w-node-be258afa-3e73-d2c3-b324-1b8fb0f8718c-b0f8716f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_04008d72-2a09-cb51-fb70-aef2cb12da05-22b587ab {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-add5843b-b86a-23f4-1989-5e6682401a7f-22b587ab {
    grid-column: span 3 / span 3;
    align-self: start;
  }

  #w-node-add5843b-b86a-23f4-1989-5e6682401a80-22b587ab, #w-node-add5843b-b86a-23f4-1989-5e6682401a86-22b587ab {
    justify-self: center;
  }

  #w-node-d1135914-6e94-0364-7072-48ba0ebe6058-22b587ac {
    grid-column-end: 4;
  }

  #w-node-d1135914-6e94-0364-7072-48ba0ebe6065-22b587ac {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4163461d-d404-c6bc-9bdd-2363ab6445fc-22b587ac {
    grid-column: span 3 / span 3;
    align-self: start;
  }

  #w-node-_4163461d-d404-c6bc-9bdd-2363ab6445fd-22b587ac, #w-node-_4163461d-d404-c6bc-9bdd-2363ab644603-22b587ac {
    justify-self: center;
  }

  #w-node-cfb46fd0-92e8-4084-2a2b-2ad2c99cb90c-22b587ad {
    grid-column-end: 4;
  }

  #w-node-_44e719b0-7a60-998a-0c85-fa57af04c7f6-22b587ad {
    grid-column: span 3 / span 3;
  }

  #w-node-_44e719b0-7a60-998a-0c85-fa57af04c7fe-22b587ad {
    order: -9999;
  }

  #w-node-cdc4ca88-9188-c748-626b-5e6db0617d3b-22b587ad {
    grid-column: span 3 / span 3;
  }

  #w-node-cdc4ca88-9188-c748-626b-5e6db0617d43-22b587ad {
    order: -9999;
  }

  #w-node-_0117f348-6061-616c-954f-959164326012-22b587ad {
    grid-column: span 3 / span 3;
  }

  #w-node-_0117f348-6061-616c-954f-95916432601a-22b587ad {
    order: -9999;
  }

  #w-node-e1b7f0bd-d743-3ff7-0349-afbf4897511a-48975118 {
    grid-column: span 3 / span 3;
    align-self: start;
  }

  #w-node-e1b7f0bd-d743-3ff7-0349-afbf4897511b-48975118, #w-node-e1b7f0bd-d743-3ff7-0349-afbf48975121-48975118 {
    justify-self: center;
  }

  #w-node-_75400c8c-a11b-352e-2d3b-d44bf029b757-22b587ae {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_63ff008b-771b-5e5f-184b-659c8b76cc05-22b587ae, #w-node-_63ff008b-771b-5e5f-184b-659c8b76cc0b-22b587ae {
    justify-self: center;
  }

  #w-node-cd57d30b-c0c5-5aaf-1b1f-7c6be6a408d5-22b587af {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-ceb56eef-1b32-f9cb-c164-caa1343701c0-22b587af {
    grid-column: span 3 / span 3;
    align-self: start;
  }

  #w-node-ceb56eef-1b32-f9cb-c164-caa1343701c1-22b587af, #w-node-ceb56eef-1b32-f9cb-c164-caa1343701c7-22b587af {
    justify-self: center;
  }

  #w-node-b3757cec-5c5c-09b4-70da-63001ce65ade-22b587b0, #w-node-_567a6648-9819-4b8e-bdc1-1799bb916d33-22b587b2, #w-node-d1135914-6e94-0364-7072-48ba0ebe6058-22b587b3 {
    grid-column-end: 4;
  }

  #w-node-d1135914-6e94-0364-7072-48ba0ebe6065-22b587b3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4370d2b8-8360-27f2-1167-0226716aead7-22b587b3, #w-node-_81e41796-c3b7-0c42-9606-d3d076e1e835-22b587b3 {
    order: -9999;
  }

  #w-node-_6531717c-11ff-7bd4-dccc-d74660be9a16-22b587b3 {
    grid-column: span 3 / span 3;
    align-self: start;
  }

  #w-node-_6531717c-11ff-7bd4-dccc-d74660be9a17-22b587b3, #w-node-_6531717c-11ff-7bd4-dccc-d74660be9a1d-22b587b3 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0b02c388-1d4b-ea47-df08-7ee02b3a0ae1-2b3a0adb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a33630f7-8123-e555-9f14-d41bfddfeaa8-22b587a9 {
    grid-column-end: 2;
  }

  #w-node-_174c4a5b-54a1-9c44-24c2-8021d7cdedb0-22b587a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_770a48fa-6c4c-d612-bb9c-42090f901dfb-22b587a9, #w-node-_44e719b0-7a60-998a-0c85-fa57af04c7f6-22b587ad, #w-node-cdc4ca88-9188-c748-626b-5e6db0617d3b-22b587ad, #w-node-_0117f348-6061-616c-954f-959164326012-22b587ad {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_457de149-c4b4-5098-aad8-847bab68d647-22b587a9, #w-node-_457de149-c4b4-5098-aad8-847bab68d648-22b587a9, #w-node-_457de149-c4b4-5098-aad8-847bab68d649-22b587a9 {
    justify-self: center;
  }

  #w-node-_457de149-c4b4-5098-aad8-847bab68d64a-22b587a9 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'), url('../fonts/GeneralSans-Bold.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Bold.woff') format('woff'), url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.woff2') format('woff2'), url('../fonts/GeneralSans-BoldItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-BoldItalic.woff') format('woff'), url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.woff2') format('woff2'), url('../fonts/GeneralSans-Extralight.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Extralight.woff') format('woff'), url('../fonts/GeneralSans-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.woff2') format('woff2'), url('../fonts/GeneralSans-ExtralightItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-ExtralightItalic.woff') format('woff'), url('../fonts/GeneralSans-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.woff2') format('woff2'), url('../fonts/GeneralSans-Italic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Italic.woff') format('woff'), url('../fonts/GeneralSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.woff2') format('woff2'), url('../fonts/GeneralSans-Light.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Light.woff') format('woff'), url('../fonts/GeneralSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.woff2') format('woff2'), url('../fonts/GeneralSans-LightItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-LightItalic.woff') format('woff'), url('../fonts/GeneralSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.woff2') format('woff2'), url('../fonts/GeneralSans-MediumItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-MediumItalic.woff') format('woff'), url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'), url('../fonts/GeneralSans-Regular.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Regular.woff') format('woff'), url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'), url('../fonts/GeneralSans-Semibold.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Semibold.woff') format('woff'), url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.woff2') format('woff2'), url('../fonts/GeneralSans-SemiboldItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-SemiboldItalic.woff') format('woff'), url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'), url('../fonts/GeneralSans-Medium.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Medium.woff') format('woff'), url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-LightItalic.woff2') format('woff2'), url('../fonts/Author-LightItalic.eot') format('embedded-opentype'), url('../fonts/Author-LightItalic.woff') format('woff'), url('../fonts/Author-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Bold.woff2') format('woff2'), url('../fonts/Author-Bold.eot') format('embedded-opentype'), url('../fonts/Author-Bold.woff') format('woff'), url('../fonts/Author-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-BoldItalic.woff2') format('woff2'), url('../fonts/Author-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Author-BoldItalic.woff') format('woff'), url('../fonts/Author-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Extralight.woff2') format('woff2'), url('../fonts/Author-Extralight.eot') format('embedded-opentype'), url('../fonts/Author-Extralight.woff') format('woff'), url('../fonts/Author-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-ExtralightItalic.woff2') format('woff2'), url('../fonts/Author-ExtralightItalic.eot') format('embedded-opentype'), url('../fonts/Author-ExtralightItalic.woff') format('woff'), url('../fonts/Author-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Italic.woff2') format('woff2'), url('../fonts/Author-Italic.eot') format('embedded-opentype'), url('../fonts/Author-Italic.woff') format('woff'), url('../fonts/Author-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Light.woff2') format('woff2'), url('../fonts/Author-Light.eot') format('embedded-opentype'), url('../fonts/Author-Light.woff') format('woff'), url('../fonts/Author-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Medium.woff2') format('woff2'), url('../fonts/Author-Medium.eot') format('embedded-opentype'), url('../fonts/Author-Medium.woff') format('woff'), url('../fonts/Author-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-MediumItalic.woff2') format('woff2'), url('../fonts/Author-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Author-MediumItalic.woff') format('woff'), url('../fonts/Author-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Regular.woff2') format('woff2'), url('../fonts/Author-Regular.eot') format('embedded-opentype'), url('../fonts/Author-Regular.woff') format('woff'), url('../fonts/Author-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Semibold.woff2') format('woff2'), url('../fonts/Author-Semibold.eot') format('embedded-opentype'), url('../fonts/Author-Semibold.woff') format('woff'), url('../fonts/Author-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-SemiboldItalic.woff2') format('woff2'), url('../fonts/Author-SemiboldItalic.eot') format('embedded-opentype'), url('../fonts/Author-SemiboldItalic.woff') format('woff'), url('../fonts/Author-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'), url('../fonts/Satoshi-Black.eot') format('embedded-opentype'), url('../fonts/Satoshi-Black.woff') format('woff'), url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'), url('../fonts/Satoshi-BlackItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BlackItalic.woff') format('woff'), url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), url('../fonts/Satoshi-Bold.eot') format('embedded-opentype'), url('../fonts/Satoshi-Bold.woff') format('woff'), url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'), url('../fonts/Satoshi-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BoldItalic.woff') format('woff'), url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'), url('../fonts/Satoshi-Italic.eot') format('embedded-opentype'), url('../fonts/Satoshi-Italic.woff') format('woff'), url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'), url('../fonts/Satoshi-Light.eot') format('embedded-opentype'), url('../fonts/Satoshi-Light.woff') format('woff'), url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'), url('../fonts/Satoshi-LightItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-LightItalic.woff') format('woff'), url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.eot') format('embedded-opentype'), url('../fonts/Satoshi-Medium.woff') format('woff'), url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'), url('../fonts/Satoshi-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-MediumItalic.woff') format('woff'), url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.eot') format('embedded-opentype'), url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Bold.woff2') format('woff2'), url('../fonts/Ranade-Bold.eot') format('embedded-opentype'), url('../fonts/Ranade-Bold.woff') format('woff'), url('../fonts/Ranade-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-BoldItalic.woff2') format('woff2'), url('../fonts/Ranade-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Ranade-BoldItalic.woff') format('woff'), url('../fonts/Ranade-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Italic.woff2') format('woff2'), url('../fonts/Ranade-Italic.eot') format('embedded-opentype'), url('../fonts/Ranade-Italic.woff') format('woff'), url('../fonts/Ranade-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Light.woff2') format('woff2'), url('../fonts/Ranade-Light.eot') format('embedded-opentype'), url('../fonts/Ranade-Light.woff') format('woff'), url('../fonts/Ranade-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-LightItalic.woff2') format('woff2'), url('../fonts/Ranade-LightItalic.eot') format('embedded-opentype'), url('../fonts/Ranade-LightItalic.woff') format('woff'), url('../fonts/Ranade-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-MediumItalic.woff2') format('woff2'), url('../fonts/Ranade-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Ranade-MediumItalic.woff') format('woff'), url('../fonts/Ranade-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Medium.woff2') format('woff2'), url('../fonts/Ranade-Medium.eot') format('embedded-opentype'), url('../fonts/Ranade-Medium.woff') format('woff'), url('../fonts/Ranade-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Regular.woff2') format('woff2'), url('../fonts/Ranade-Regular.eot') format('embedded-opentype'), url('../fonts/Ranade-Regular.woff') format('woff'), url('../fonts/Ranade-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Thin.woff2') format('woff2'), url('../fonts/Ranade-Thin.eot') format('embedded-opentype'), url('../fonts/Ranade-Thin.woff') format('woff'), url('../fonts/Ranade-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-ThinItalic.woff2') format('woff2'), url('../fonts/Ranade-ThinItalic.eot') format('embedded-opentype'), url('../fonts/Ranade-ThinItalic.woff') format('woff'), url('../fonts/Ranade-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.woff2') format('woff2'), url('../fonts/THICCCBOI-ExtraBold.woff2') format('woff2'), url('../fonts/THICCCBOI-Bold.ttf') format('truetype'), url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.woff2') format('woff2'), url('../fonts/THICCCBOI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.woff2') format('woff2'), url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.woff2') format('woff2'), url('../fonts/THICCCBOI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.woff2') format('woff2'), url('../fonts/THICCCBOI-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2'), url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi thicccaf';
  src: url('../fonts/THICCCBOI-ThicccAF.woff2') format('woff2'), url('../fonts/THICCCBOI-ThicccAF.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Thin.woff2') format('woff2'), url('../fonts/THICCCBOI-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Bold.woff') format('woff'), url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Extralight.woff') format('woff'), url('../fonts/ClashDisplay-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Medium.woff') format('woff'), url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Light.woff') format('woff'), url('../fonts/ClashDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Regular.woff') format('woff'), url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Semibold.woff') format('woff'), url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}