:root {
  --color-1: white;
  --color-4: #13181b;
  --color-2: #ffd85c;
  --color-3: #2b2b2d;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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(--color-1);
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.1;
}

.section-header {
  background-color: var(--color-4);
  text-align: center;
  background-image: url('../images/header-desktop.avif');
  background-position: 20%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 10;
  flex: 1;
  max-width: 1440px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.button {
  background-color: var(--color-2);
  color: var(--color-3);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  transition: box-shadow .3s;
}

.button:hover {
  box-shadow: 20px 20px 40px #ffd85c26;
}

.button.small {
  text-align: center;
  width: 100%;
  margin-top: 1rem;
  padding: .8rem 1rem;
  font-size: 1.2rem;
}

.gradient-top {
  pointer-events: none;
  background-image: linear-gradient(#13181b, #13181b00);
  min-height: 220px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.gradient-dol {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(0deg, #13181b, #13181b00);
  min-height: 220px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  line-height: 1;
}

.orange-color-wot {
  color: var(--color-2);
}

.efekt-dym {
  pointer-events: none;
  mix-blend-mode: multiply;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.efekt-iskry {
  z-index: 2;
  pointer-events: none;
  object-fit: cover;
  background-image: url('../images/iskry_1iskry.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  min-height: 750px;
}

.heading-2 {
  text-align: left;
  text-transform: uppercase;
  max-width: 850px;
  margin: 1.5rem auto;
  font-size: 3rem;
  line-height: 1;
  display: inline-flex;
}

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

.navbar {
  z-index: 100;
  pointer-events: none;
  background-color: #fff0;
  background-image: linear-gradient(#000, #0000);
  min-height: 120px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-menu {
  z-index: 101;
  pointer-events: none;
  width: 100%;
  max-width: 1440px;
  padding: 1.5rem 2rem;
  position: relative;
}

.container-menu.thx {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  background-image: url('../images/iskry_1iskry.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.nav-link {
  color: var(--color-1);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: .9rem 0 .8rem;
  font-size: .8rem;
  font-weight: 400;
}

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

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.linia-menu {
  background-color: var(--color-2);
  width: 100%;
  min-height: 1px;
  display: none;
}

.section-video {
  background-color: #0e0e0e;
  background-image: url('../images/Sekcja-video.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.brand.w--current {
  pointer-events: auto;
}

.image {
  height: 55px;
  width: auto;
}

.box-top-s-2 {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(#13181b, #13181b00);
  min-height: 220px;
  position: absolute;
  inset: 0% 0% auto;
}

.oval-orange-blur {
  background-color: var(--color-2);
  opacity: .65;
  filter: blur(250px);
  pointer-events: none;
  border-radius: 1000000000px;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 400px;
  min-height: 400px;
  max-height: 400px;
  margin: auto;
  position: absolute;
  inset: 0% auto 0% 29%;
}

.heading-3 {
  text-align: center;
  text-transform: uppercase;
  max-width: 750px;
  margin: 0 auto 1rem;
  font-size: 2.6rem;
  line-height: 1.1;
}

.heading-3._w-big {
  font-size: 4rem;
}

.heading-3.w2 {
  max-width: 700px;
}

.text-block {
  text-align: center;
  max-width: 1160px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7;
  display: block;
}

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

.body {
  background-color: var(--color-4);
}

.div-block-6 {
  max-width: 1200px;
  box-shadow: none;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
}

.image-2 {
  z-index: 2;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 20px 20px 40px #0000004d;
}

.image-3 {
  pointer-events: none;
  width: 400px;
  position: absolute;
  inset: 56% -195px auto auto;
}

.image-3-copy {
  pointer-events: none;
  width: 340px;
  position: absolute;
  inset: auto -55px 150px -171px;
}

.section-3 {
  min-height: 100vh;
}

.section-wygraj {
  background-color: #0e0e0e;
  background-image: url('../images/Sekcja-wygraj-komputer.avif');
  background-position: 50% 70%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-8 {
  background-color: var(--color-2);
  opacity: .55;
  filter: blur(120px);
  pointer-events: none;
  border-radius: 1000000000px;
  width: 350px;
  height: 350px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

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

.lightbox-link {
  padding-bottom: 20px;
  position: relative;
}

.image-4 {
  z-index: 1;
  width: 130%;
  max-width: 130%;
  margin-bottom: -5%;
  margin-left: -15%;
  position: absolute;
  inset: auto 0% 0%;
}

.image-5 {
  z-index: 2;
  width: 450px;
  position: relative;
}

.image-6 {
  z-index: 3;
  width: 200px;
  position: absolute;
  inset: auto -35% 20% auto;
  transform: rotate(-10deg);
  box-shadow: -30px 20px 45px #0009;
}

.image-7 {
  width: 240px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.div-block-9 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  border: 1px solid var(--color-2);
  background-color: var(--color-4);
  background-image: linear-gradient(225deg, #ffd85c33, var(--color-4) 43%);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.6rem;
  display: flex;
  box-shadow: 20px 20px 60px #ffd85c1a;
}

.text-block-3 {
  font-weight: 300;
  line-height: 1.7;
}

.heading-4 {
  color: var(--color-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1;
}

.heading-4.white {
  color: var(--color-1);
  line-height: 1.4;
}

.div-block-10 {
  background-color: var(--color-4);
  border: 1px solid #2b2b2d;
  border-radius: 10px;
  padding: 1.6rem;
  position: relative;
}

.div-block-10.kroki {
  padding-top: 80px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(1px, 1px) 1fr minmax(1px, 1px) 1fr;
}

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

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

.image-8 {
  width: 140px;
}

.div-block-12 {
  background-color: #2b2b2d;
  width: 1px;
}

.section-kroki {
  background-color: #0e0e0e;
  background-image: url('../images/metal-5_1metal-5.avif'), url('../images/metal-6_1metal-6.avif');
  background-position: 0 20%, 100% 80%;
  background-repeat: no-repeat, no-repeat;
  background-size: 150px, 100px;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 120px;
}

.div-block-9-copy {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  background-color: var(--color-4);
  background-image: linear-gradient(225deg, #e3542d40, var(--color-4) 43%);
  border: 1px solid #e3542d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.6rem;
  display: flex;
  box-shadow: 20px 20px 60px #e3542d26;
}

.image-9 {
  width: 100%;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -40px 0% auto;
}

.div-block-13 {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.text-block-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.efekt-dym-2 {
  opacity: 1;
  pointer-events: none;
  mix-blend-mode: color-dodge;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-4 {
  background-image: linear-gradient(180deg, var(--color-4) 47%, #0e0e0e00), url('../images/bg-form_1bg-form.avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.div-block-14 {
  border: 1px solid var(--color-2);
  background-color: var(--color-4);
  border-radius: 10px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  position: relative;
}

.div-block-14.thx {
  text-align: center;
}

.image-10 {
  pointer-events: none;
  width: 100%;
  max-width: 350px;
  margin: auto;
  position: absolute;
  inset: -77px 0% auto;
}

.submit-button {
  background-color: var(--color-2);
  width: 100%;
  color: var(--color-4);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 1.5rem;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  transition: box-shadow .3s;
}

.submit-button:hover {
  box-shadow: 10px 10px 30px #e3542d40;
}

.text-field {
  background-color: var(--color-4);
  min-height: 50px;
  color: var(--color-1);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #2b2b2d;
  border-radius: 10px;
  font-size: 1.1rem;
}

.text-field:hover, .text-field:active, .text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-color: var(--color-2);
}

.text-field::placeholder {
  color: var(--color-1);
  font-size: .8rem;
}

.text-field.big {
  min-height: 100px;
  padding-top: 1rem;
}

.text-block-5 {
  opacity: .4;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: .7rem;
  line-height: 1.7;
}

.checkbox {
  border: 1px solid #2b2b2d;
  border-radius: 5px;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-top: 0;
  margin-right: 1rem;
}

.checkbox:hover, .checkbox:active {
  border-color: #2b2b2d;
}

.checkbox.w--redirected-checked {
  background-color: var(--color-2);
  background-image: url('../images/check-form.svg');
  background-position: 50%;
  background-size: 12px;
  border-color: #2b2b2d;
}

.checkbox.w--redirected-focus, .checkbox.w--redirected-focus-visible {
  border-color: #2b2b2d;
}

.checkbox-field {
  letter-spacing: 1px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  font-size: .7rem;
  font-weight: 300;
  display: flex;
}

.checkbox-label {
  font-weight: 300;
  line-height: 1.7;
}

.text-block-6 {
  margin-bottom: 3rem;
  font-size: 1.1rem;
  line-height: 1.7;
}

.div-block-5 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
}

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

.div-block-16 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-17 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: 950px;
  display: flex;
}

.div-block-17._w-big {
  margin: auto;
}

.div-block-18 {
  background-color: var(--color-1);
  flex-flow: column;
  width: 40px;
  height: 2px;
  min-height: 2px;
  max-height: 2px;
  display: flex;
}

.div-block-19 {
  background-color: var(--color-1);
  flex: 1;
  width: 2px;
  height: 100%;
  min-height: 100%;
}

.div-block-20 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.image-11 {
  width: 100%;
  max-width: 500px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-12 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-21 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-span-2 {
  color: var(--color-2);
  font-weight: 700;
}

.heading-5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 4rem;
  line-height: 1.1;
}

.youtube {
  z-index: 1;
}

.image-13, .image-14 {
  max-height: 25px;
}

.div-block-22 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-22--overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.text-span-3 {
  font-weight: 700;
}

.text-span-4 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-span-5 {
  color: var(--color-2);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

.text-block-7 {
  color: var(--color-2);
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.4;
}

.link-2 {
  color: var(--color-2);
  text-decoration: underline;
}

.text-span-6 {
  color: var(--color-2);
  font-weight: 600;
}

.div-block-24 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(2px, 2px) auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-25 {
  background-color: var(--color-2);
  min-width: 2px;
  min-height: 300px;
  box-shadow: 2px 2px 15px #ffd85c26;
}

.efekt-iskry-copy {
  z-index: 12;
  pointer-events: none;
  object-fit: cover;
  background-image: url('../images/iskry_1iskry.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

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

@media screen and (max-width: 991px) {
  .section-header {
    background-image: url('../images/header-tablet.avif');
    background-position: 30% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 100svh;
  }

  .div-block-3 {
    min-height: 550px;
  }

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

  .navbar {
    z-index: 9999;
    min-height: 0;
  }

  .container-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

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

  .nav-menu {
    background-color: var(--color-4);
    background-image: linear-gradient(225deg, #e3542d33, var(--color-4) 20%);
    border: 1px solid #2b2b2d;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 20px 20px 40px #0009;
  }

  .section-video {
    min-height: auto;
  }

  .menu-rwd {
    pointer-events: auto;
  }

  .menu-rwd.w--open {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    pointer-events: auto;
    background-color: #0e0e0e47;
    border-radius: 10px;
  }

  .brand.w--current {
    margin-right: auto;
  }

  .div-block-6 {
    margin-top: 2rem;
    padding: 15px;
  }

  .image-3 {
    width: 300px;
    right: -150px;
  }

  .image-3-copy {
    inset: 0% auto 0% -171px;
  }

  .section-wygraj {
    background-position: 50% 100%;
    background-size: cover;
  }

  .image-5 {
    width: 400px;
  }

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

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

  .section-kroki {
    background-position: 0 100%, 100% 5%;
    background-size: 100px, 80px;
  }

  .grid-3 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .image-9 {
    max-width: 80px;
    top: -40px;
  }

  .div-block-14 {
    max-width: 100%;
  }

  .div-block-15 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .div-block-18 {
    width: 20px;
  }

  .div-block-24 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .div-block-25 {
    opacity: .25;
    min-height: 1px;
  }
}

@media screen and (max-width: 767px) {
  .section-header {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-3 {
    min-height: 300px;
    max-height: 300px;
  }

  .heading-2 {
    font-size: 2.4rem;
  }

  .container-menu {
    padding: 1rem;
  }

  .section-video {
    background-position: 50%;
    background-size: cover;
  }

  .heading-3 {
    font-size: 2rem;
  }

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

  .image-3-copy {
    left: -150px;
  }

  .section-wygraj {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 1000px;
  }

  .div-block-8 {
    width: 280px;
    height: 280px;
  }

  .image-5 {
    width: 340px;
  }

  .image-6 {
    width: 140px;
    right: -15%;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .div-block-12 {
    width: 100%;
    min-height: 1px;
  }

  .image-11 {
    max-width: 400px;
  }

  .heading-5 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .section-header {
    background-image: url('../images/header-mobile.avif');
    background-position: 20% 100%;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button {
    width: 100%;
    margin-top: 1rem;
    font-size: 1rem;
  }

  .div-block-3 {
    min-height: 25vh;
    max-height: 25vh;
  }

  .heading-2 {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.9rem;
  }

  .container-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: .125rem;
    padding-bottom: .125rem;
    display: flex;
  }

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

  .image {
    height: 34px;
    max-width: 80%;
    width: auto;
  }

  .brand {
    margin-right: auto;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .brand.thx {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .heading-3 {
    font-size: 2.4rem;
  }

  .text-block {
    margin-top: 1rem;
  }

  .text-span {
    color: var(--color-2);
    font-size: 5rem;
    display: block;
  }

  .div-block-6 {
    margin-top: 2rem;
    padding: 5px;
  }

  .image-3 {
    width: 200px;
    top: 35%;
    right: -75px;
  }

  .image-3-copy {
    width: 200px;
    left: -100px;
  }

  .section-wygraj {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 950px;
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .div-block-8 {
    width: 200px;
    height: 200px;
  }

  .lightbox-link {
    padding-bottom: 12px;
  }

  .image-5 {
    width: 220px;
  }

  .image-6 {
    width: 100px;
    right: -25%;
  }

  .section-kroki {
    background-position: 0 100%, 100%, 50%;
  }

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

  .div-block-15 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .div-block-16, .div-block-17 {
    width: 100%;
  }

  .div-block-18 {
    width: 12px;
    height: 1.5px;
    min-height: 1.5px;
    max-height: 1.5px;
  }

  .div-block-19 {
    width: 1.5px;
  }

  .image-11 {
    max-width: 350px;
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }
}

#w-node-_7d9f6952-3a36-2413-2f39-20c832abf82c-dc97ba01, #w-node-_0860d220-4a5c-0213-8a58-223a77715e13-dc97ba01 {
  align-self: center;
}

#w-node-cf111384-c580-eb6e-1569-874c81bc14f7-dc97ba01 {
  align-self: start;
}

#w-node-cd4434ee-de5c-73bb-ff22-0aa9112a3134-dc97ba01 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1958f439-ab97-aa15-149a-59978ce947dc-dc97ba01 {
    place-self: stretch center;
  }

  #w-node-cd4434ee-de5c-73bb-ff22-0aa9112a3134-dc97ba01 {
    grid-column: span 1 / span 1;
  }
}


