:root {
  --pine: #5c6248;
  --6rem: 6rem;
  --mist: #e7e1dd;
  --2rem: 2rem;
  --moss: #7f8d72;
  --1rem: 1rem;
  --snow: white;
  --4rem: 4rem;
}

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

body {
  color: var(--pine);
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  letter-spacing: .3rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  letter-spacing: .3rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}

.section-footer {
  padding-top: var(--6rem);
  padding-bottom: var(--6rem);
  background-color: var(--mist);
}

.container {
  padding-right: var(--2rem);
  padding-left: var(--2rem);
  max-width: 1500px;
}

.linia-footer-links {
  background-color: var(--moss);
  opacity: .2;
  width: 1px;
}

.div-block-2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  display: flex;
}

.links-footer {
  opacity: .6;
  color: var(--pine);
  text-decoration: none;
  transition: all .3s;
}

.links-footer:hover {
  opacity: 1;
}

.links-footer.small-links-footer {
  font-size: .8rem;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: grid;
}

.link-block {
  padding: var(--1rem);
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-3 {
  padding-top: var(--2rem);
  padding-bottom: var(--2rem);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-4 {
  padding-top: var(--2rem);
  padding-bottom: var(--2rem);
}

.div-block-5 {
  padding-top: var(--2rem);
}

.text-block {
  max-width: 310px;
  font-family: Forum, sans-serif;
  font-size: 1.4rem;
}

.link-block-2 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: #5c624880;
  transition: all .3s;
  display: flex;
}

.link-block-2:hover {
  color: #5c6248;
}

.div-block-6 {
  padding-bottom: var(--2rem);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
  max-width: 240px;
}

.div-block-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.div-block-8 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  display: flex;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.section-form {
  padding-top: var(--6rem);
  padding-bottom: var(--6rem);
}

.div-block-9 {
  border: 1px solid var(--pine);
  background-color: var(--snow);
  border-radius: 100000px;
  width: 11px;
  min-width: 11px;
  max-width: 11px;
  height: 11px;
  min-height: 11px;
  max-height: 11px;
}

.div-block-10 {
  background-color: var(--pine);
  width: 1px;
  min-height: 150px;
}

.div-block-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 11px;
  display: flex;
}

.text-block-2 {
  text-transform: uppercase;
  font-size: .9rem;
  text-decoration: none;
}

.div-block-12 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.div-block-13 {
  max-width: 500px;
  margin-top: 2rem;
}

.div-block-13.max_w_650 {
  max-width: 650px;
}

.list {
  margin-top: 2rem;
  margin-bottom: 0;
}

.list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .6rem;
  padding-bottom: .6rem;
  display: flex;
}

.text-block-3 {
  text-transform: uppercase;
  max-width: 400px;
}

.text-block-3.box_550 {
  max-width: 550px;
}

.div-block-14 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-4 {
  text-transform: uppercase;
  font-family: Forum, sans-serif;
  font-size: 1.4rem;
}

.div-block-15 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-transform: uppercase;
  flex-flow: column;
  line-height: 1.6;
  display: flex;
}

.link-form-box {
  opacity: .6;
  color: var(--pine);
  text-decoration: none;
  transition: all .3s;
}

.link-form-box:hover {
  opacity: 1;
}

.form-button-wrapper {
  width: 100%;
}

.button {
  color: #ffecde;
  text-align: center;
  letter-spacing: -.03rem;
  text-transform: uppercase;
  background-color: #363b2e;
  border: .1em solid #0000;
  border-radius: .5rem;
  padding: 1.8rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.button.full-width {
  background-color: var(--pine);
  color: var(--mist);
  letter-spacing: .1rem;
  border-radius: 0 10px;
  width: 100%;
  padding: 1.2rem;
  font-size: 1.1rem;
  font-weight: 400;
  transition: all .3s;
}

.button.full-width:hover {
  box-shadow: 10px 10px 45px #5c62484d;
}

.demo-label {
  pointer-events: none;
  background-color: #fff;
  border-radius: 99rem;
  margin-top: 0;
  padding: 0;
  font-family: Forum, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  transition: all .15s;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.demo-input-group {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.demo-form-block {
  width: 100%;
  margin-bottom: 0;
}

.demo-input-field {
  color: var(--pine);
  border-width: 0 0 1px;
  border-color: #000 #000 #5c624840;
  min-height: 4rem;
  margin-bottom: 0;
  padding: 1.2rem 1rem 1rem 0;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all .12s;
}

.demo-input-field:focus {
  border-width: 0 0 1px;
  border-color: #000 #000 var(--pine);
}

.demo-form {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.linia_form {
  background-color: var(--pine);
  width: 0%;
  min-height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.checkbox {
  border: 1px solid var(--pine);
  box-shadow: none;
  border-radius: 3px;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-top: 0;
  margin-right: .5rem;
}

.checkbox:hover, .checkbox:active {
  border-width: 1px;
  border-color: var(--pine);
  box-shadow: none;
}

.checkbox.w--redirected-checked {
  border-width: 1px;
  border-color: var(--pine);
  background-color: var(--pine);
  background-image: url('../images/check_v_form.svg');
  background-position: 50%;
  background-size: 10px;
}

.checkbox.w--redirected-focus, .checkbox.w--redirected-focus-visible {
  border-width: 1px;
  border-color: var(--pine);
  box-shadow: none;
}

.checkbox-field {
  color: #5c6248db;
  margin-bottom: 0;
  font-size: .8rem;
  display: flex;
}

.div-block-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.top {
  display: none;
}

.content {
  width: 100%;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-4.first {
  padding-top: var(--6rem);
  padding-bottom: var(--6rem);
}

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

.heading-3 {
  text-align: center;
}

.code-cursor {
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  margin-bottom: 0;
  display: block;
  position: absolute;
}

.image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
}

.text-block-5 {
  color: #5c624899;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.div-block-18 {
  max-width: 750px;
}

.button-link {
  color: var(--pine);
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 1rem 2rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.button-link.color_white_2 {
  color: var(--mist);
}

.div-block-19 {
  z-index: 1;
  background-color: var(--pine);
  width: 0%;
  position: absolute;
  inset: 0%;
}

.div-block-19.white_2_color {
  background-color: var(--mist);
}

.text-block-6 {
  z-index: 2;
  position: relative;
}

.div-block-20 {
  z-index: 20;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-21 {
  background-color: var(--pine);
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
}

.div-block-21.color_2_white {
  background-color: var(--mist);
}

.div-block-22 {
  background-color: var(--pine);
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
}

.div-block-22.color_2_white {
  background-color: var(--mist);
}

.div-block-23 {
  outline-offset: -1px;
  outline: 1px solid #5c624840;
  margin-top: 3rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.div-block-23.color_white_2 {
  outline-color: #e7e1dd40;
}

.div-block-20-copy {
  z-index: 20;
  justify-content: flex-end;
  align-items: flex-end;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-24 {
  padding: var(--2rem) var(--2rem) var(--4rem);
  grid-column-gap: var(--4rem);
  grid-row-gap: var(--4rem);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-24.thx {
  justify-content: space-between;
  align-items: flex-start;
}

.separator_4 {
  height: var(--4rem);
  max-height: var(--4rem);
  min-height: var(--4rem);
}

.separator_8 {
  height:8rem; 
  min-height: 8rem; 
  max-height: 8rem;
}

.div-block-25 {
  margin-top: var(--6rem);
}

.div-block-26 {
  grid-column-gap: var(--6rem);
  grid-row-gap: var(--6rem);
  text-align: left;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-4 {
  max-width: 240px;
}

.div-block-27 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 280px;
  display: flex;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  min-height: 450px;
}

.text-block-7 {
  max-width: 400px;
  font-size: 1.1rem;
}

.div-block-28 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 560px;
  display: flex;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  max-height: 360px;
}

.section-moje-zasady {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.track {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  transform: translate(0%);
}

.section-height {
  width: 100svw;
  height: 200svh;
}

.track-flex {
  justify-content: flex-start;
  align-items: stretch;
  max-height: 100vh;
  margin-right: -100vw;
  display: flex;
}

.section-wrapper {
  width: 100svw;
  padding-bottom: 100vh;
  display: flex;
  position: relative;
}

.sticky-wrapper {
  position: absolute;
  inset: 0%;
}

.sticky-element {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: scroll;
}

.sticky-element.disable-overflow {
  height: 100dvh;
  overflow: hidden;
}

.s1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100svw;
  min-height: 100dvh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100svw;
  min-height: 100dvw;
  display: block;
  position: relative;
}

.s1-copy {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  pointer-events: none;
  color: #fff;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100svw;
  min-height: 100dvh;
  display: block;
  position: sticky;
  top: 0;
  bottom: 0%;
  right: auto;
  overflow: hidden;
}

.div-block-37 {
  z-index: 1;
  color: #000;
  justify-content: center;
  align-items: center;
  min-width: 50vw;
  min-height: 100vh;
  margin-left: auto;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem;
  display: flex;
}

.div-block-39 {
  max-height: 100vh;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
}

.div-block-40 {
  background-color: var(--pine);
  width: 1px;
  min-height: 80px;
}

.div-block-41 {
  background-color: var(--mist);
  width: 1px;
  min-height: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-42 {
  position: relative;
  overflow: hidden;
}

.div-block-43 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: var(--pine);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-11 {
  color: var(--pine);
}

.div-block-44 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-container {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-scroll-poznaj-mnie {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: 215vh;
  display: grid;
  position: relative;
}

.product-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-container {
  background-color: #0000;
  height: 200vh;
}

.image1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.product-description {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 0;
  display: flex;
}

.product-description.left_txt {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
}

.single-product-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 2rem;
  display: flex;
}

.image2 {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.visual {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100vh;
}

.grid-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 6rem;
  place-content: center;
  width: 100%;
  margin-top: 4rem;
}

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

.text-span-4 {
  color: #5c624866;
}

.div-block-46 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.div-block-47 {
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  display: flex;
}

.div-block-48 {
  max-width: 750px;
}

.text-block-15 {
  font-family: Forum, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.text-block-16 {
  text-transform: uppercase;
  font-weight: 600;
}

.img_scroll_mobile {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100vh;
  display: none;
}

.bg-video {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bg-video-black-bar {
  z-index: 4;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 7vw solid #fff;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.video-overlay {
  opacity: .25;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.bg-video-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.s-video {
  height: 350vh;
  position: static;
}

.sticky-wrapper-2 {
  align-items: center;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.play-pause-button {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
  position: static;
}

.linia_top_video {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #fff6;
  flex: 1;
  width: 1px;
}

.div-block-50 {
  z-index: 6;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 15% 0% auto;
}

.linia_bottom_video {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #fff6;
  flex: 1;
  width: 1px;
}

.play-state {
  color: #fffc;
  border: 1px solid #fff6;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-top: 4px;
  padding-left: 2px;
  transition: background-color .3s;
  display: flex;
}

.play-state:hover {
  background-color: var(--snow);
  color: var(--pine);
}

.pause-state {
  color: #fffc;
  border: 1px solid #fff6;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-top: 4px;
  padding-left: 2px;
  transition: background-color .3s;
  display: flex;
}

.pause-state:hover {
  background-color: var(--snow);
  color: var(--pine);
}

.pause_2 {
  z-index: 6;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-ludzie {
  background-color: var(--pine);
  background-image: url('../images/bg_pattern-1.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

.section-opinie {
  justify-content: flex-end;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 6rem;
  display: flex;
}

.section-scroll-3-moje-zasady {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: 315vh;
  display: grid;
  position: relative;
}

.section-obszar-dzialalnosci, .section-poznaj-mnie {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.text-block-18 {
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.6;
}

.div-block-51 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.text-block-19 {
  font-family: Forum, sans-serif;
  font-size: 4rem;
}

.image3 {
  position: absolute;
  inset: 0%;
}

.div-block-52 {
  z-index: 2;
  color: var(--pine);
  border-bottom: 1px solid #e7e1dd99;
  position: relative;
}

.div-block-53 {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 30%);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.div-block-54 {
  flex-flow: column;
  padding: 4rem 2rem 4rem 6rem;
  display: flex;
}

.text-block-20 {
  letter-spacing: .3rem;
  text-transform: uppercase;
  font-family: Forum, sans-serif;
  font-size: 1.6rem;
}

.div-block-55 {
  max-width: 720px;
}

.image-9 {
  object-fit: cover;
  flex: 1;
}

.show_hover_img {
  z-index: 1;
  perspective-origin: 0%;
  transform-origin: 0%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-57 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2f3320d9;
  position: absolute;
  inset: 0%;
}

.div-block-58 {
  border-left: 1px solid #e7e1dd99;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-59 {
  z-index: 2;
  background-color: var(--snow);
  perspective-origin: 100%;
  transform-origin: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-21 {
  text-transform: uppercase;
  max-width: 400px;
  margin-top: 2rem;
}

.div-block-60 {
  background-color: var(--pine);
  width: 90%;
}

.slider {
  color: var(--mist);
  background-color: #5c6247;
  height: 100%;
  padding-left: 8rem;
}

.slide-nav {
  display: none;
}

.left-arrow {
  background-color: var(--pine);
  justify-content: center;
  align-items: center;
  width: 8rem;
  min-height: 50%;
  transition: background-color .3s;
  display: flex;
  inset: 0% auto auto 0%;
}

.left-arrow:hover {
  background-color: #50553e;
}

.right-arrow {
  background-color: var(--pine);
  border-top: 1px solid #e7e1dd66;
  justify-content: center;
  align-items: center;
  width: 8rem;
  min-height: 50%;
  transition: background-color .3s;
  display: flex;
  inset: auto auto 0% 0%;
}

.right-arrow:hover {
  background-color: #50553e;
}

.grid-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  height: 100%;
}

.div-block-61 {
  padding: var(--4rem) 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-22 {
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 400;
}

.div-block-62 {
  max-width: 850px;
}

.div-block-63 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.image-10 {
  object-fit: cover;
  border-radius: 100px;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
}

.div-block-64 {
  text-transform: uppercase;
}

.text-block-23 {
  letter-spacing: .2rem;
  font-family: Forum, sans-serif;
  font-size: 1.4rem;
}

.text-block-24 {
  opacity: .7;
  letter-spacing: .1rem;
  font-size: .8rem;
  font-weight: 300;
}

.slider-video {
  min-height: 100%;
  overflow: visible;
}

.play-stop-slider-video {
  background-color: var(--snow);
  border-radius: 10000px;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  inset: auto auto 4rem -40px;
}

.code-embed-2 {
  display: none;
}

.pause-state-2 {
  background-color: var(--snow);
  color: var(--pine);
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
}

.play-state-2 {
  background-color: var(--snow);
  color: var(--pine);
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  padding-top: 4px;
  display: flex;
}

.text-block-25 {
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  transform: rotate(-90deg);
}

.mask {
  border-left: 1px solid #e7e1dd66;
}

.div-block-65 {
  width: 8rem;
  min-height: 1px;
  position: absolute;
  inset: auto auto auto 0%;
}

.separator-opinie {
  background-color: var(--snow);
  min-height: 6rem;
  display: none;
}

.image-scroll-wrapper {
  min-height: 400vh;
  position: relative;
}

.div-block-66 {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: sticky;
  inset: 0;
  z-index: 1000;
  background: transparent;
  transform: translateZ(0);
  pointer-events: none;
}

.trzyma-grafiki-div {
  width:100vw; max-width:100vw; height:100vh; overflow: hidden; display: flex; grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.scroll-image {
  object-fit: cover;
  object-position: 70% 20%;
  width: 24%;
  height: 100%;
  max-height: 500px;
}

.div-block-67 {
  color: var(--mist);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 400vh;
  display: flex;
  position: sticky;
  top: 0;
}

.text-block-26 {
  text-align: center;
  letter-spacing: .3rem;
  text-transform: uppercase;
  max-width: 580px;
  overflow: hidden;
  font-family: Forum, sans-serif;
  font-size: 2.1rem;
}

.box_2_scroll {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding: 4rem;
  display: flex;
}

.div-block-68-copy {
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.box_1_scroll {
  justify-content: center;
  align-items: flex-start;
  min-height: 250vh;
  padding: 4rem;
  padding-top: 0rem;
  display: flex;
}

.text-block-27 {
  text-align: center;
  letter-spacing: .2rem;
  text-transform: uppercase;
  max-width: 650px;
  margin-top: 2rem;
  font-size: 1.1rem;
}

.box_3_scroll {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding: 4rem;
  display: flex;
}

.container-small {
  margin-left: auto;
  margin-right: 0;
  display: inline-block;
}

.navigation-drawer-menu {
  background-color: #fff0;
  width: 100%;
  max-width: 580px;
  height: 100%;
  max-height: 100dvh;
  padding: 0;
  position: fixed;
  top: 0;
}

.text-color-brand {
  color: #ff6c0a;
}

.navigation-menu-button {
  background-color: #fff;
  border-radius: 0%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  padding: 16px;
  display: flex;
}

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

.navigation-socials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.navigation-drawer-slider {
  background-color: #fff0;
  height: auto;
  padding-top: 16px;
}

.button-link-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--mist);
  color: var(--pine);
  letter-spacing: .1rem;
  white-space: nowrap;
  border-radius: 0 10px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

.divider {
  background-color: #cfd2d6;
  width: 100%;
  height: 1px;
}

.navigation-link-card {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

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

.subheading-x-small {
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
}

.subheading-x-small.text-color-tertiary {
  color: #6b7280;
}

.navigation-row {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dot-orange {
  background-color: #ff6c0a;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.navigation-link-large {
  z-index: 1;
  color: var(--pine);
  letter-spacing: .2rem;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  font-family: Forum, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-link-large:hover {
  color: var(--moss);
}

.navigation-link-large.w--open {
  color: #1e2022;
}

.navigation-link {
  background-color: var(--mist);
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 16px;
  font-size: .8rem;
  transition: color .3s;
  display: flex;
}

.navigation-link:hover {
  color: #000;
}

.navigation-link.w--current {
  color: var(--pine);
}

.navigation-link.aktywny {
  background-color: var(--pine);
  color: var(--mist);
}

.navigation-01 {
  background-color: #f9f9fa00;
  margin-left: auto;
  padding: .8rem;
  display: inline-block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.navigation-01.ukryj_test {
  pointer-events: auto;
  justify-content: flex-end;
  align-items: center;
  max-width: 100vw;
  padding: .8rem;
  display: flex;
}

.navigation-button-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-link-small {
  color: var(--pine);
  font-size: .7rem;
  line-height: 16px;
  transition: color .3s;
}

.navigation-link-small:hover {
  color: #000;
}

.navigation-drawer-close {
  color: #000;
  background-color: #f9f9fa;
  border-radius: 100%;
  margin-left: auto;
  padding: 16px;
  transition: background-color .3s;
  display: none;
}

.navigation-drawer-close:hover {
  background-color: #f3f3f5;
}

.navigation-drawer-close.w--open {
  color: #000;
  background-color: #fff;
}

.navigation-drawer-dropdown-content {
  overflow: hidden;
}

.caption-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.caption-small.text-weight-medium {
  font-weight: 500;
}

.caption-small.text-weight-medium.text-color-tertiary {
  color: #6b7280;
}

.navigation-footnote {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-drawer-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 1rem 0 0 1rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3rem 2rem 1rem;
  display: flex;
  overflow: hidden;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.navigation-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-drawer-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.subheading-small {
  color: #1e2022;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.navigation-social-link {
  color: #1e2022;
  background-color: #f3f3f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .3s, background-color .3s;
  display: flex;
  overflow: hidden;
}

.navigation-social-link:hover {
  color: #fff;
  background-color: #ff6c0a;
}

.navigation-row-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

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

.navigation-drawer-slide {
  height: 100%;
  margin-right: 12px;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--pine);
  color: #fff;
  text-align: center;
  letter-spacing: .1rem;
  white-space: nowrap;
  border-radius: 0 10px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: var(--moss);
}

.navigation-slider-button {
  z-index: 999;
  color: #6b7280;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s, background-color .3s;
  display: flex;
  inset: auto 8px 8px auto;
}

.navigation-slider-button:hover {
  color: #fff;
  background-color: #000;
}

.navigation-slider-button.left {
  right: 48px;
}

.text-block-28 {
  font-family: Forum, sans-serif;
}

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



@media screen and (max-width: 991px) {
  h2 {
    font-size: 3rem;
  }

  .section, .grid {
    grid-template-columns: 1fr;
  }

  .list-item {
    font-size: .9rem;
  }

  .img_check_1 {
    width: 22px;
  }

  .track-flex {
    margin-right: 0;
  }

  .s1 {
    justify-content: start;
    width: 200vw;
  }

  .image-7 {
    width: 100vw;
    min-height: 100vh;
    position: static;
  }

  .section-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    width: 200vw;
    display: grid;
  }

  .s1-copy {
    position: static;
  }

  .div-block-37 {
    width: 100vw;
    min-width: 100vw;
    position: static;
  }

  .div-block-39, .image-8 {
    min-height: 100vh;
  }

  .image-container {
    height: 100vh;
  }

  .product-content {
    justify-content: center;
    display: flex;
  }

  .product-container {
    background-color: #0000;
  }

  .product-description {
    width: 100%;
  }

  .image2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .visual, .img_scroll_mobile {
    opacity: 1;
    margin-top: 0px;
    margin-right: 0;
  }

  .bg-video-black-bar {
    border-width: 7vw;
  }

  .section-opinie {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
  }

  .div-block-54 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

  .play-stop-slider-video {
    inset: -40px 40px auto auto;
  }

  .div-block-66 {
    max-width: 100vw;
    
  }

  .scroll-image {
    width: 23%;
  }

  .text-block-26 {
    font-size: 2rem;
  }

  .div-block-68-copy {
    padding: 4rem;
  }

  .box_1_scroll {
    padding: 0;
  }

  .text-block-27 {
    max-width: 430px;
    font-size: .9rem;
  }

  .navigation-01 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navigation-drawer-close {
    color: var(--pine);
    margin-bottom: 2rem;
    display: block;
  }

  .navigation-drawer-card {
    padding-top: 2rem;
  }

  .navigation-drawer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 767px) {

  .separator_8 {
  height:2rem; 
  min-height: 2rem; 
  max-height: 2rem;
}
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.8rem;
  }

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

  .links-footer.small-links-footer {
    font-size: 1rem;
  }

  .div-block-3 {
    border-top: 1px solid #5c624833;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-13, .list {
    margin-top: 1.5rem;
  }

  .img_check_1 {
    margin-top: 4px;
  }

  .text-size-small {
    font-size: 3rem;
  }

  .section-4.first {
    padding-top: var(--6rem);
    padding-bottom: var(--6rem);
    justify-content: flex-start;
    align-items: center;
  }

  .code-cursor {
    display: none;
  }

  .div-block-23 {
    margin-top: 1.5rem;
  }

  .div-block-26 {
    grid-column-gap: var(--4rem);
    grid-row-gap: var(--4rem);
    grid-template-columns: 1fr;
  }

  .section-height {
    height: 300svh;
  }

  .track-flex {
    margin-right: 0;
  }

  .s1 {
    flex: 0 auto;
    justify-content: flex-start;
    width: 200vw;
    height: 100dvh;
  }

  .image-7 {
    width: 100vw;
    min-height: 100vh;
    position: static;
  }

  .section-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    width: 200vw;
    display: grid;
  }

  .s1-copy {
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .div-block-37 {
    width: 100vw;
    min-width: 100vw;
    margin-left: 0;
    position: static;
    inset: 0%;
  }

  .div-block-39 {
    min-height: 100vh;
  }

  .image-container {
    display: none;
  }

  .section-scroll-poznaj-mnie {
    height: auto;
    display: block;
  }

  .product-content {
    flex: 1;
  }

  .product-container {
    width: 100%;
    height: auto;
  }

  .product-description {
    max-width: 100%;
  }

  .single-product-wrapper {
    justify-content: flex-start;
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .img_scroll_mobile {
    height: 50vh;
    margin-top: 0;
    display: block;
  }

  .section-opinie {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .section-scroll-3-moje-zasady {
    height: auto;
    display: block;
  }

  .div-block-53 {
    grid-template-columns: 1fr minmax(120px, 24%);
  }

  .div-block-54 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-block-20 {
    font-size: 1.4rem;
  }

  .slider {
    padding-left: 6rem;
  }

  .left-arrow, .right-arrow {
    width: 6rem;
  }

  .div-block-61 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-block-22 {
    font-size: 1.8rem;
  }

  .div-block-63 {
    margin-top: 3rem;
  }

  .image-10 {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    height: 90px;
    min-height: 90px;
    max-height: 90px;
  }

  .separator-opinie {
    display: block;
  }

  .scroll-image {
    width: 30%;
  }

  .navigation-socials {
    display: none;
  }

  .navigation-link-large {
    font-size: 1.8rem;
  }

  .navigation-links {
    display: none;
  }

  .navigation-drawer-close {
    margin-bottom: 1rem;
  }

  .navigation-drawer-card {
    border-radius: 0;
    padding-top: 1rem;
  }

  .column-regular {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .div-block-68 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-top: 1px solid #cfd2d6;
    flex-flow: column;
    margin-top: 1rem;
    padding-top: 1rem;
    display: flex;
  }


  .scroll-image {
  object-fit: cover;
  object-position: 70% 20%;
  width: 24%;
  height: 100%;
  max-height: 220px;
}

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

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  .container {
    --pine: #5c6248;
    --6rem: 4rem;
    --mist: #e7e1dd;
    --2rem: 1rem;
    --moss: #7f8d72;
    --1rem: .9rem;
    --snow: white;
    --4rem: 2rem;
  }

  .div-block-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

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

  .div-block-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image {
    max-width: 180px;
  }

  .list-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 360px;
  }

  .content {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-small {
    font-size: 1.8rem;
  }

  .text-block-5 {
    margin-bottom: 1rem;
    font-size: .8rem;
  }

  .div-block-24 {
    grid-column-gap: var(--6rem);
    grid-row-gap: var(--6rem);
  }

  .body {
    --pine: #5c6248;
    --6rem: 4rem;
    --mist: #e7e1dd;
    --2rem: 1rem;
    --moss: #7f8d72;
    --1rem: .9rem;
    --snow: white;
    --4rem: 2rem;
  }

  .image-4 {
    max-width: 180px;
  }

  .track-flex {
    justify-content: flex-start;
    align-items: center;
  }

  .s1 {
    width: 200vw;
  }

  .product-container {
    height: auto;
  }

  .grid-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
  }

  .text-block-15 {
    font-size: 4rem;
  }

  .bg-video {
    height: 100vh;
  }

  .div-block-50 {
    inset: 0% 0% auto;
  }

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

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

  .slider {
    padding-left: 4rem;
  }

  .left-arrow, .right-arrow {
    width: 4rem;
  }

  .div-block-61 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-22 {
    font-size: 1.4rem;
    display: none;
  }

  .image-10 {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .text-block-23 {
    font-size: 1.1rem;
  }

  .play-stop-slider-video {
    inset: auto 40px -40px auto;
  }

  .scroll-image {
    width: 30%;
  }

  .text-block-26 {
    letter-spacing: .2rem;
    font-size: 1.5rem;
  }

  .box_2_scroll, .div-block-68-copy, .box_3_scroll {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navigation-drawer-mask {
    max-width: none;
  }

  .navigation-link-large {
    font-size: 1.6rem;
  }

  .navigation-01.ukryj_test {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: .5rem;
  }

  .navigation-button-grid {
    grid-template-columns: 1fr;
  }

  .navigation-links {
    display: none;
  }

  .navigation-drawer-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }


  .section-moje-zasady {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-obszar-dzialalnosci, .section-poznaj-mnie {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
}

#w-node-_1409e180-606d-764e-a76b-8027d90f4a80-9da3635b {
  place-self: stretch center;
}

#w-node-_4e0dd039-f70b-558e-9414-f165a72ecebd-9da3635b, #w-node-eec907b1-abcc-3a51-d94d-f21fbca231d7-9da3635b {
  place-self: stretch stretch;
}

#w-node-ca987859-eab0-776c-4174-82cf166d7e24-9da3635b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-f0ed9519-4714-a5eb-39b2-680c0f777906-9da3635b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d2affd6-2e0d-effc-6119-115d918bb3a5-9da3635b, #w-node-_6b37697b-310f-ca84-bd02-34697e073016-9da3635b, #w-node-_2b592f14-552f-a305-bb0e-c4ccf998fb37-9da3635b, #w-node-b1b6b35c-376a-be47-5f6b-9c1d308b469a-9da3635b, #w-node-_60b2852b-f892-2e65-db65-7c4addf38349-9da3635b, #w-node-_7fac0c6b-c320-4b2f-644e-614ee6dc41b6-9da3635b, #w-node-_147493ed-552e-046e-eb6a-b7496b8f2689-9da3635b, #w-node-_6c7c4483-13cc-7919-e417-1105fe5dd322-9da3635b, #w-node-_147fc27d-ae56-829d-78c4-1357049f8d2f-9da3635b {
  place-self: stretch stretch;
}

#w-node-_798dc7c4-fa23-2588-5dcd-d39bc10d842d-9da3635b {
  align-self: end;
}

#w-node-_1409e180-606d-764e-a76b-8027d90f4a80-be06f363 {
  place-self: stretch center;
}

#w-node-_4e0dd039-f70b-558e-9414-f165a72ecebd-be06f363, #w-node-eec907b1-abcc-3a51-d94d-f21fbca231d7-be06f363 {
  place-self: stretch stretch;
}

#w-node-ca987859-eab0-776c-4174-82cf166d7e24-be06f363 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-f0ed9519-4714-a5eb-39b2-680c0f777906-be06f363 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d2affd6-2e0d-effc-6119-115d918bb3a5-be06f363, #w-node-_6b37697b-310f-ca84-bd02-34697e073016-be06f363, #w-node-_2b592f14-552f-a305-bb0e-c4ccf998fb37-be06f363, #w-node-b1b6b35c-376a-be47-5f6b-9c1d308b469a-be06f363, #w-node-_60b2852b-f892-2e65-db65-7c4addf38349-be06f363, #w-node-_7fac0c6b-c320-4b2f-644e-614ee6dc41b6-be06f363, #w-node-_147493ed-552e-046e-eb6a-b7496b8f2689-be06f363, #w-node-_6c7c4483-13cc-7919-e417-1105fe5dd322-be06f363, #w-node-_147fc27d-ae56-829d-78c4-1357049f8d2f-be06f363 {
  place-self: stretch stretch;
}

#w-node-_798dc7c4-fa23-2588-5dcd-d39bc10d842d-be06f363 {
  align-self: end;
}

#w-node-_1409e180-606d-764e-a76b-8027d90f4a80-b1ba244d {
  place-self: stretch center;
}

#w-node-_1409e180-606d-764e-a76b-8027d90f4a80-73a67e49 {
  place-self: stretch stretch;
}

@media screen and (max-width: 479px) {
  #w-node-ca987859-eab0-776c-4174-82cf166d7e24-9da3635b, #w-node-f0ed9519-4714-a5eb-39b2-680c0f777906-9da3635b {
    grid-column: span 1 / span 1;
  }

  #w-node-_16729677-fc3e-ca02-4d4f-98359b55ce9c-9da3635b, #w-node-_29eb748a-f6e1-e608-b265-93a566a0605a-9da3635b {
    order: 9999;
  }

  #w-node-ca987859-eab0-776c-4174-82cf166d7e24-be06f363, #w-node-f0ed9519-4714-a5eb-39b2-680c0f777906-be06f363 {
    grid-column: span 1 / span 1;
  }

  #w-node-_16729677-fc3e-ca02-4d4f-98359b55ce9c-be06f363, #w-node-_29eb748a-f6e1-e608-b265-93a566a0605a-be06f363 {
    order: 9999;
  }
}


