@font-face {
  font-family: Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-1: #181749;
  --color-2: #491d7a;
  --color-3: #ffcc4d;
}

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

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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(--color-1);
  background-color: #f6f0e0;
  font-family: Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  color: #f6f0e0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--color-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1;
}

.section-form {
  background-color: #fff;
  width: 100%;
  max-width: 1920px;
  min-height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.image {
  width: 100vw;
  max-width: 100vw;
  max-height: 100vh;
  display: inline-block;
}

.container {
  flex: 1;
  max-width: 1480px;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.container.no-margin {
  padding-left: 0;
  padding-right: 0;
}

.div-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.link-block {
  margin-bottom: 2rem;
}

.link-footer {
  color: var(--color-1);
  margin-top: .2rem;
  margin-bottom: .2rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

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

.grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.text-block {
  color: var(--color-3);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Anton, sans-serif;
  font-weight: 400;
}

.link-footer-menu {
  color: var(--color-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all .3s;
}

.link-footer-menu:hover, .link-footer-menu.w--current {
  color: var(--color-3);
}

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

.div-block-40 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.div-block-41 {
  max-width: 500px;
}

.div-block-42 {
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.demo-input-field {
  color: var(--color-1);
  border-width: 0 0 1px;
  border-color: #000 #000 #5c624840;
  min-height: 3.5rem;
  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 #5c6248;
}

.demo-input-field.big {
  min-height: 6rem;
}

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

.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 {
  color: #e7e1dd;
  letter-spacing: 2px;
  background-color: #4a1d7a;
  padding: .8rem 3rem;
  font-family: Anton, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.button.full-width:hover {
  background-color: var(--color-1);
}

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

.demo-label.big {
  top: 10%;
}

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

.form-button-wrapper {
  width: auto;
  display: inline-flex;
  position: relative;
}

.checkbox-field {
  color: var(--color-1);
  margin-bottom: 0;
  font-size: .8rem;
  display: flex;
}

.checkbox {
  border: 1px solid var(--color-1);
  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(--color-1);
  box-shadow: none;
}

.checkbox.w--redirected-checked {
  border-width: 1px;
  border-color: var(--color-1);
  background-color: var(--color-1);
  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(--color-1);
  box-shadow: none;
}

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

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

.demo-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-2 {
  margin-bottom: 1rem;
}

.background-video {
  z-index: 1;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  min-height: 100%;
}

.image-3 {
  display: none;
}

.image-4 {
  pointer-events: none;
  width: 100.1%;
  max-width: 100.1%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.image-4.ukryj-rwd {
  z-index: 3;
  display: block;
}

.image-4.pokaz-rwd {
  z-index: 3;
  display: none;
}

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

.div-block-44 {
  z-index: 1;
  background-image: linear-gradient(315deg, var(--color-1), #18174900);
  color: #fff;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 4rem;
  padding-right: 4rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-5 {
  z-index: 2;
  pointer-events: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-3 {
  text-align: right;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}

.link {
  color: var(--color-3);
  text-decoration: none;
}

.graf-1 {
  z-index: 3;
  pointer-events: none;
  width: 25px;
  position: absolute;
  inset: 30% auto auto 3%;
}

.graf-2 {
  z-index: 3;
  pointer-events: none;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.graf-3 {
  z-index: 3;
  pointer-events: none;
  width: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 10% 4%;
}

.graf-4 {
  z-index: 3;
  pointer-events: none;
  width: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 5% 40% auto;
}

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

.div-block-46 {
  text-align: center;
  margin-bottom: 2.5rem;
}

.text-block-4 {
  color: var(--color-2);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: .7rem;
  font-family: Anton, sans-serif;
}

.text-block-5 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  font-weight: 300;
}

.section-faq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-faq.ukryj-faq {
  display: none;
}

.section-pisali-o-nas {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.section-referencje {
  background-color: #fde3b2;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-47 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  display: grid;
}

.div-block-48 {
  padding-top: 8rem;
  padding-bottom: 350px;
  padding-left: 2rem;
  position: sticky;
  top: 3rem;
}

.div-block-49 {
  background-color: #ffefd1;
  min-height: 150px;
  margin-bottom: 2rem;
  padding: 3rem;
  position: relative;
}

.div-block-50 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-51 {
  padding: 6rem 2rem;
}

.text-block-6 {
  max-width: 500px;
  margin-bottom: 2rem;
}

.image-6 {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-52 {
  padding-bottom: 5rem;
  overflow: visible;
}

.link-block-2 {
  background-color: var(--color-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: .8rem 2rem;
  font-family: Anton, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
  position: relative;
}

.link-block-2:hover {
  background-color: var(--color-1);
}

.text-block-7 {
  color: #f6f0e0;
  font-family: Anton, sans-serif;
}

.image-7 {
  filter: brightness(200%);
}

.images-8 {
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: darken;
  max-height: 300px;
  margin-bottom: -7rem;
  padding-bottom: 0;
  padding-left: 1rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.graf-5 {
  z-index: 5;
  pointer-events: none;
  position: absolute;
  inset: auto auto 2rem 2rem;
}

.graf-6 {
  z-index: 5;
  pointer-events: none;
  width: 15px;
  position: absolute;
  inset: 0% 0% auto 20%;
}

.image-8-copy-copy {
  pointer-events: none;
  width: 20px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.graf-7 {
  z-index: 5;
  pointer-events: none;
  width: 20px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.graf-7.w2 {
  z-index: 5;
  right: 4%;
}

.graf-8 {
  z-index: 5;
  pointer-events: none;
  width: 20px;
  position: absolute;
  inset: 40% 0% 0% auto;
}

.image-8 {
  width: 100%;
  max-width: 850px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-8 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  text-transform: uppercase;
}

.name {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.slider-section {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slider-section.zespol-slider {
  margin-bottom: 0;
}

.box-shadow {
  z-index: -1;
  filter: blur(60px);
  background-color: #0000004d;
  width: 77%;
  height: 240px;
  display: none;
  position: absolute;
  bottom: 0;
}

.arrow {
  color: #5e5e5e;
  width: 50px;
  height: 50px;
  font-size: 20px;
  inset: auto auto auto 0;
}

.arrow.right-arrow {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  inset: 0% 0% 0% auto;
}

.arrow.left {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  inset: 0% auto 0% 0%;
}

.erased-edge {
  z-index: 3;
  box-shadow: none;
  pointer-events: none;
  width: 400px;
  height: 101%;
  display: block;
  position: absolute;
  inset: 0%;
}

.panel-mask {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-panel {
  z-index: 2;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100%;
  display: flex;
  position: relative;
}

.test-slide {
  perspective-origin: 50%;
  transform-origin: 50%;
  cursor: pointer;
  width: 400px;
  height: 100%;
  margin-left: 0;
  margin-right: 30px;
}

.slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.mask {
  width: 400px;
  overflow: visible;
}

.heading-2 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 300;
}

.heading-2.big-heading {
  font-size: 37px;
}

.heading-2.smaller-heading {
  margin-bottom: 4px;
  font-size: 23px;
}

.panel {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.text-container {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.text-container.right-container {
  z-index: 10;
  inset: 27% 3% auto auto;
}

.text-container.left-container {
  z-index: 10;
  inset: 29% auto auto 2%;
}

.text-container.center-container {
  z-index: 10;
  top: 7%;
}

.image-9 {
  object-fit: cover;
  object-position: 50% 70%;
  border-radius: 25px;
  width: 400px;
  height: 100%;
  min-height: 450px;
  max-height: 450px;
}

.image-10 {
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-11 {
  z-index: 3;
  pointer-events: none;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 101%;
  min-height: 101%;
  max-height: 101%;
  position: absolute;
  inset: 0%;
}

.image-11.big {
  width: 101%;
  min-width: 101%;
  max-width: 101%;
}

.section {
  padding-top: 8rem;
  padding-bottom: 6rem;
  display: block;
}

.image-13 {
  z-index: 5;
  pointer-events: none;
  max-width: 80%;
  max-height: 450px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.section-hero {
  background-image: linear-gradient(45deg, #000000e6, #0000004d);
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  max-width: 1920px;
  height: 100%;
  min-height: 0;
  max-height: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.play-pause-button {
  display: none;
}

.div-block-53 {
  flex: 1;
  height: auto;
  padding: 2rem 0 4rem;
}

.div-block-53.thx {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  max-height: 90vh;
  display: flex;
}

.text-block-9 {
  color: #f6f0e0;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}

.text-block-9.w1 {
  margin-left: -1rem;
}

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

.div-block-54.w3 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
}

.div-block-54.mt {
  margin-top: -10px;
}

.image-14 {
  width: 100%;
  max-width: 160px;
  margin-left: -10px;
  position: relative;
}

.image-14.w2 {
  max-width: 115px;
}

.div-block-55 {
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1480px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: .9rem;
  display: flex;
}

.div-block-56 {
  max-width: 550px;
  padding-top: 0;
  position: relative;
}

.image-15 {
  pointer-events: none;
  position: absolute;
  inset: auto auto 2rem 4rem;
}

.image-15.w2 {
  pointer-events: none;
  inset: auto 4rem 2rem auto;
}

.image-16 {
  pointer-events: none;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: -9rem 0% auto auto;
}

.text-block-10 {
  position: relative;
}

.image-17 {
  pointer-events: none;
  width: 15px;
  position: absolute;
  inset: 7.4rem 0% auto 25%;
}

.image-17-copy {
  pointer-events: none;
  width: 40px;
  position: absolute;
  inset: 19% 20% auto auto;
}

.div-block-57 {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.div-block-58 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.video {
  width: 125px;
  height: 125px;
  min-height: 125px;
  max-height: 125px;
  padding-bottom: 0;
}

.navbar {
  background-color: #fff0;
}

.nav-link {
  color: #f6f0e0;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: .5rem;
  font-family: Anton, sans-serif;
  font-size: 1.1rem;
  transition: all .3s;
}

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

.image-18 {
  max-width: 85%;
}

.div-block-59 {
  background-color: #fff;
  border: 6px solid #181749;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  min-width: 125px;
  max-width: 125px;
  min-height: 125px;
  max-height: 125px;
  margin-top: -35px;
  display: flex;
  overflow: hidden;
}

.image-17-copy-copy {
  pointer-events: none;
  width: 40px;
  position: absolute;
  inset: auto 0% 20% 22%;
}

.div-block-60 {
  padding-bottom: 10px;
  padding-right: 10px;
  position: relative;
}

.image-19 {
  pointer-events: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.embed-icon:hover {
  opacity: .5;
  color: var(--color-3);
}

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

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

.text-block-11 {
  text-align: center;
  margin-bottom: 1rem;
}

.grid-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.text-block-12 {
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-63 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  display: flex;
}

.ikona_podmien {
  mix-blend-mode: darken;
  background-color: #f6f0e0;
  width: 100%;
  max-width: 120px;
  display: block;
}

.div-block-64 {
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
}

.text-block-13 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
}

.link-2 {
  color: var(--color-1);
  font-weight: 700;
  transition: all .3s;
}

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

.div-block-65 {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.section-2 {
  background-color: #e7defc;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.zespol {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 25px;
  width: 400px;
  max-height: 450px;
}

.div-block-66 {
  background-image: linear-gradient(0deg, #491d7a, #491d7a00 85%);
  padding: 6rem 2rem 1.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-14 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}

.text-span {
  text-transform: none;
  font-family: Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, Verdana, sans-serif;
  font-size: 1rem;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: minmax(20%, 20%) 1fr;
}

.div-block-68 {
  width: 100%;
  max-width: 750px;
  max-height: 550px;
  margin-left: auto;
  position: relative;
}

.div-block-68.small-img {
  max-width: 250px;
  max-height: 200px;
  margin-left: 0;
}

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

.image-20.small-img {
  max-height: 200px;
}

.grid-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1.75fr 1fr;
}

.section-3 {
  background-color: #e7defc;
  margin-bottom: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.grid-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  margin-bottom: 1rem;
}

.div-block-69 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: #fde3b2;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-69.color-2 {
  background-color: #f4d0cc;
}

.div-block-69.color-3 {
  background-color: #b1e1e2;
}

.div-block-69.color-4 {
  background-color: #c0bdff;
}

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

.image-21 {
  z-index: 2;
  pointer-events: none;
  object-fit: fill;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.play-pause-button-2 {
  display: none;
}

.div-block-70 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  padding: 4rem;
  display: flex;
}

.text-block-15 {
  color: var(--color-2);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-family: Anton, sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}

.text-block-16 {
  margin-bottom: 2rem;
  font-size: .9rem;
}

.text-block-16.w2 {
  margin-bottom: 0;
}

.text-block-17 {
  color: var(--color-2);
  font-family: Anton, sans-serif;
  font-size: 2rem;
}

.text-span-2 {
  opacity: .3;
}

.image-22 {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 750px;
  display: block;
  overflow: visible;
}

.div-block-71 {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-image: url('../images/bg-food-test5.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .8s;
  display: none;
}

.div-block-71:hover {
  width: 110%;
  height: 110%;
}

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

.list {
  margin-bottom: 2rem;
  padding-left: 20px;
}

.list-item {
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.navbar-2 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #f6f0e0e6;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

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

.link-menu-2 {
  color: var(--color-2);
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: .5rem;
  font-family: Anton, sans-serif;
  font-size: 1.1rem;
  transition: all .3s;
}

.link-menu-2:hover, .link-menu-2.w--current {
  color: var(--color-3);
}

.nav-menu {
  margin-left: auto;
}

.navbar-1 {
  background-color: #fff0;
  padding-top: .6rem;
  padding-bottom: .6rem;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.code-embed {
  display: none;
}

.nav-bg-pattern {
  z-index: -1;
  pointer-events: none;
  color: #eeeef0;
  position: absolute;
  inset: -3px auto auto -3px;
}

.dropdown-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.navigation {
  background-color: #0000;
  padding: 24px 5%;
}

.nav-link-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1925;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

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

.banner {
  color: #fff;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.button-secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #1a1925;
  background-image: linear-gradient(#ffffff1f, #fff0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: inset 0 -8px 20px #1a192514, 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-secondary:hover {
  background-color: #51515e;
}

.nav-dropdown {
  background-color: #0000;
  border-radius: 16px;
  transition: all .3s, background-color .3s;
}

.nav-dropdown.w1.sg-color {
  color: #f6f0e0;
}

.icon-wrapper {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-x-small {
  color: #51515e;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-x-small.text-color-white {
  color: #fff;
}

.paragraph-x-small.text-color-tertiary {
  color: #73737f;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, Verdana, sans-serif;
}

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

.icon {
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 128px;
  max-height: 128px;
  display: block;
}

.banner-block {
  background-color: #1a1925;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

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

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--color-2);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5rem;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: var(--color-3);
}

.nav-dropdown-toggle.sg-color {
  color: #f6f0e0;
}

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

.nav-side-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  padding: 24px 16px 24px 24px;
  display: flex;
}

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

.nav-card-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--color-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e7defc66;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .8rem;
  font-family: Anton, sans-serif;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-card-link:hover {
  background-color: #e7defc;
}

.banner-pattern-left {
  pointer-events: none;
  width: 39%;
  max-width: 558px;
  position: absolute;
  left: 0%;
  right: auto;
}

.nav-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 81vw;
  max-width: 650px;
  padding: 8px;
  display: grid;
}

.nav-dot {
  background-color: #a3a3ae;
  border-radius: 4px;
  width: 2px;
  height: 2px;
}

.navigation-component {
  z-index: 9999;
  background-color: #f7f7f8;
  position: fixed;
  inset: 0% 0% auto;
}

.banner-close-button {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 6px 0% auto;
}

.nav-card-bg {
  pointer-events: none;
  position: absolute;
  inset: -15px -15px auto auto;
}

.banner-pattern-right {
  pointer-events: none;
  width: 22%;
  max-width: 316px;
  position: absolute;
  left: auto;
  right: 0%;
}

.icon-white-small {
  color: #1f62ff;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 1px 2px -1px #1a19250f, 0 1px 1px #1a19250f, 0 .5px .5px #1a19250f;
}

.navigation-container {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-2 {
  color: #1a1925;
  letter-spacing: -.006em;
  background-color: #0000;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .3s;
}

.nav-link-2:hover {
  background-color: #fff;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250a, 0 .5px .5px #1a19250a;
}

.nav-link-2.w--current {
  color: #1f62ff;
}

.nav-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  display: grid;
}

.nav-dropdown-list {
  background-color: #0000;
  padding-top: 12px;
  overflow: hidden;
}

.nav-dropdown-list.w--open {
  left: auto;
  right: auto;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .3s;
  display: flex;
}

.banner-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.text-block-19, .text-block-20 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 1.1rem;
}

.body {
  padding-top: 6.5rem;
}

.body.no-margin {
  padding-top: 0;
}

.image-24 {
  mix-blend-mode: darken;
  max-width: 140px;
}

.image-24.w2 {
  mix-blend-mode: normal;
  background-color: #222;
  max-width: 140px;
  padding: 0 10px;
}

.image-25, .image-26 {
  max-width: 140px;
}

.div-block-72 {
  margin-top: 4rem;
}

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

.div-block-73 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lightbox-link-2 {
  flex: 1;
}

.section-5 {
  background-image: url('../images/napisy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-75 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-76 {
  justify-content: center;
  align-items: center;
  max-width: 750px;
  max-height: 750px;
  display: flex;
  position: absolute;
  inset: auto;
}

.heading-3 {
  text-align: center;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 5rem;
  line-height: 1.2;
}

.div-block-77 {
  min-height: 200vh;
}

.image-27 {
  width: 45px;
  position: absolute;
  top: 35%;
  left: 30%;
}

.image-27.w2 {
  inset: auto 30% 35% auto;
}

.image-28 {
  width: 100%;
  max-width: 70%;
}

.div-block-78 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: -10%;
  right: 25%;
}

.image-29 {
  width: 100%;
  max-width: 70%;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-79 {
  width: 100%;
  max-width: 350px;
  position: absolute;
  inset: auto auto -15% 15%;
}

.image-31 {
  pointer-events: none;
  width: 30px;
  position: absolute;
  left: 35%;
}

.image-31.w2 {
  width: 15px;
  bottom: 0;
  left: 0%;
}

.image-31.w3 {
  width: 25px;
  bottom: -5%;
  left: 50%;
}

.image-31.w4 {
  width: 40px;
  inset: 0% 0% auto auto;
}

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

.text-block-21 {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.div-block-81 {
  width: 100%;
  max-width: 1480px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.heading-4 {
  line-height: 1.2;
}

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

.image-32 {
  object-fit: cover;
}

.link-block-4, .link-block-5 {
  margin-top: 2rem;
}


  /* Podstawy (przykładowe – zostaw swoje wartości) */
.demo-input-group { position: relative; }
.demo-label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .18s ease;
  pointer-events: none;   /* klik w label nie blokuje focusu */
  opacity: .9;
}

/* Stan „wypłynięty” – focus LUB pole niepuste */
.demo-input-field:focus + .demo-label,
.demo-input-field:not(:placeholder-shown) + .demo-label,
textarea.demo-input-field:focus + .demo-label,
textarea.demo-input-field:not(:placeholder-shown) + .demo-label,
.demo-input-field:-webkit-autofill + .demo-label {
  top: 0;
  transform: translateY(-20%);
  font-size: 0.8rem;   /* dopasuj */
  color: #5C6248;
  opacity: .5;
}


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

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

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

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

  .div-block-42 {
    padding: 2rem 3rem;
  }

  .image-4 {
    height: 100%;
    display: inline-block;
  }

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

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

  .div-block-48 {
    padding-left: 0;
  }

  .div-block-49 {
    margin-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-51 {
    padding: 4rem 1rem;
  }

  .images-8 {
    max-width: 100%;
    max-height: 240px;
    margin-bottom: -6rem;
  }

  .inner-panel {
    width: 100%;
  }

  .section {
    padding-top: 8rem;
  }

  .div-block-53 {
    padding-top: 2rem;
  }

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

  .image-14 {
    max-width: 160px;
  }

  .image-14.w2 {
    max-width: 105px;
  }

  .div-block-55 {
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .image-15 {
    left: 3rem;
  }

  .image-15.w2 {
    right: 3rem;
  }

  .image-17-copy {
    top: 15%;
    right: 10%;
  }

  .div-block-57 {
    padding-left: 3rem;
    padding-right: 3rem;
    display: none;
  }

  .div-block-57.thx {
    display: flex;
  }

  .div-block-58 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .image-17-copy-copy {
    top: 15%;
    right: 10%;
  }

  .grid-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    place-items: start center;
  }

  .ikona_podmien {
    display: none;
  }

  .grid-7 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: .5rem;
  }

  .div-block-69.img {
    max-height: 600px;
  }

  .div-block-70 {
    padding: 2rem;
  }

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

  .navbar-2 {
    display: block;
    position: fixed;
  }

  .image-23 {
    max-width: 80px;
  }

  .link-menu-2 {
    text-align: center;
  }

  .nav-menu {
    background-color: #f6f0e0;
    overflow: auto;
  }

  .navbar-1 {
    display: none;
  }

  .menu-button {
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: var(--color-2);
  }

  .menu-button-2 {
    color: #fff;
    background-color: #1a1925;
    background-image: linear-gradient(#ffffff1f, #fff0);
    border-radius: 6px;
    flex: none;
    padding: 8px;
    box-shadow: inset 0 -8px 20px #1a192514, 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
  }

  .menu-button-2.w--open {
    background-color: #1f62ff;
    background-image: linear-gradient(#ececec00, #55555514);
    box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
  }

  .button-secondary {
    background-image: linear-gradient(#ffffff1f, #fff0);
  }

  .nav-dropdown {
    width: 100%;
    margin-bottom: 4px;
  }

  .nav-menu-2 {
    background-color: #eeeef0;
    border-radius: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 3% 16px;
    position: absolute;
  }

  .nav-dropdown-toggle {
    justify-content: center;
    align-items: center;
    padding: 8px 12px 8px 16px;
  }

  .nav-side-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-right: 24px;
  }

  .nav-card-link {
    background-color: #fff;
  }

  .banner-pattern-left {
    display: none;
  }

  .dropdown-menu {
    background-color: #f6f0e0;
    grid-template-columns: 1fr;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .nav-dot {
    display: none;
  }

  .nav-link-2 {
    margin-bottom: 4px;
    padding: 8px 16px;
  }

  .nav-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .nav-dropdown-list.w--open {
    height: auto;
    position: static;
  }

  .body.no-margin {
    padding-top: 6rem;
  }

  .body.no-margin.thx {
    padding-top: 0;
  }

  .grid-8 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-28 {
    max-width: 70%;
  }

  .div-block-78 {
    padding-top: 20px;
    padding-right: 20px;
    top: -15%;
    right: 5%;
  }

  .image-29 {
    max-width: 70%;
    inset: 0% 0% auto auto;
  }

  .div-block-79 {
    max-width: 280px;
    bottom: -10%;
    left: 0%;
  }

  .image-31 {
    left: 25%;
  }
}

@media screen and (max-width: 767px) {
  .image-4.ukryj-rwd {
    display: none;
  }

  .image-4.pokaz-rwd {
    display: block;
  }

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

  .div-block-47 {
    grid-template-columns: 1fr;
    padding-bottom: 8rem;
  }

  .div-block-48 {
    padding-top: 4rem;
    padding-bottom: 0;
    padding-left: .5rem;
    position: relative;
  }

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

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

  .erased-edge {
    flex: 1;
    width: 320px;
    padding: 0;
    inset: 0%;
  }

  .panel-mask, .test-slide, .mask {
    width: 320px;
  }

  .image-9 {
    border-radius: 0;
    width: 100%;
  }

  .image-11 {
    width: 320px;
    min-width: 320px;
    max-width: 320px;
  }

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

  .image-14 {
    max-width: 140px;
  }

  .image-14.w2 {
    max-width: 95px;
  }

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

  .image-15 {
    left: 2rem;
  }

  .image-15.w2 {
    right: 2rem;
  }

  .div-block-57, .div-block-58 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .zespol {
    width: 100%;
  }

  .grid-5 {
    grid-template-columns: minmax(10%, 10%) 1fr;
  }

  .image-20 {
    max-height: 300px;
  }

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

  .div-block-69.img {
    max-height: 400px;
  }

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

  .div-block-71 {
    min-height: 400px;
  }

  .image-23 {
    max-width: 70px;
  }

  .nav-dropdown {
    overflow: auto;
  }

  .nav-side-menu {
    grid-template-columns: 1fr 1fr;
    padding: 16px;
  }

  .dropdown-menu {
    overflow: auto;
  }

  .nav-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .nav-dropdown-list {
    height: auto;
    padding-top: 0;
  }

  .lightbox-link {
    width: 100%;
  }

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

  .div-block-78 {
    max-width: 300px;
    top: -25%;
    right: 0%;
  }

  .div-block-79 {
    max-width: 230px;
    bottom: -25%;
  }

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

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

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }

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

  .container.menu {
    padding-top: 0;
  }

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

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

  .div-block-42 {
    padding: 2rem;
  }

  .text-block-2 {
    margin-bottom: 1rem;
  }

  .background-video {
    border-radius: 0;
  }

  .graf-3 {
    left: 33%;
  }

  .section-pisali-o-nas {
    overflow: hidden;
  }

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

  .div-block-47 {
    padding-bottom: 6rem;
  }

  .div-block-48 {
    padding-left: .5rem;
  }

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

  .text-block-6 {
    margin-bottom: 0;
  }

  .image-6 {
    width: 101%;
    max-width: 101%;
    height: 101%;
    min-height: 101%;
    max-height: 101%;
  }

  .div-block-52 {
    overflow: visible;
  }

  .images-8 {
    max-height: 200px;
  }

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

  .erased-edge {
    width: 100%;
  }

  .panel-mask {
    width: 100%;
    padding-bottom: 0;
  }

  .inner-panel, .test-slide {
    width: 100%;
  }

  .slider {
    padding-bottom: 15px;
  }

  .mask {
    width: 100%;
    padding-bottom: 15px;
  }

  .image-9 {
    width: 100%;
  }

  .image-11 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 450px;
    min-height: 450px;
    max-height: 450px;
  }

  .image-11.big {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    inset: 0%;
  }

  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-12 {
    width: 50px;
  }

  .section-hero {
    height: auto;
  }

  .div-block-53 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4rem;
    display: flex;
  }

  .text-block-9 {
    font-size: 2.3rem;
    line-height: 1.2;
  }

  .text-block-9.w1 {
    margin-left: 0;
  }

  .div-block-54 {
    flex-flow: wrap;
  }

  .div-block-54.w2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-54.w3 {
    padding-top: 0;
  }

  .div-block-54.mt {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 0;
  }

  .image-14 {
    max-width: 100px;
    margin-top: -3px;
    margin-bottom: -17px;
    margin-left: 0;
    display: block;
  }

  .image-14.w2 {
    max-width: 65px;
    margin-top: -4px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-55 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-15 {
    left: 1.5rem;
  }

  .image-15.w2 {
    right: 1.5rem;
  }

  .image-16 {
    display: none;
  }

  .image-17 {
    width: 15px;
    top: 10.4rem;
    left: 81%;
  }

  .image-17-copy {
    width: 25px;
    top: 6%;
    right: 3%;
  }

  .div-block-57 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-58 {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-17-copy-copy {
    width: 20px;
    top: 5px;
    right: 5%;
  }

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

  .grid-4 {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    place-items: start center;
  }

  .div-block-62 {
    font-size: .7rem;
  }

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

  .div-block-63 {
    min-height: auto;
  }

  .ikona_podmien {
    display: none;
  }

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

  .section-2 {
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 0;
    overflow: hidden;
  }

  .zespol {
    width: 100%;
  }

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

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

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

  .div-block-69.img {
    max-height: 300px;
  }

  .div-block-70 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .navbar-2 {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .image-23 {
    max-width: 60px;
  }

  .nav-menu {
    overflow: auto;
  }

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

  .paragraph-x-small.text-color-tertiary {
    display: none;
  }

  .nav-side-menu {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .nav-card-link {
    border-radius: 6px;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .dropdown-menu {
    padding: 0 1rem;
  }

  .nav-card-bg {
    top: -18px;
    right: -18px;
  }

  .hide-mobile {
    display: none;
  }

  .nav-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .nav-dropdown-list.w--open {
    padding-top: 0;
  }

  .body.no-margin {
    padding-top: 4rem;
  }

  .lightbox-link {
    width: 100%;
  }

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

  .div-block-73 {
    max-width: 95%;
  }

  .body-2 {
    padding-top: 4rem;
  }

  .lightbox-link-3 {
    width: 100%;
  }

  .section-4 {
    overflow: hidden;
  }

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

  .div-block-75 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .image-27 {
    width: 35px;
    top: 30%;
    left: 5%;
  }

  .image-27.w2 {
    right: 5%;
  }

  .div-block-78 {
    max-width: 260px;
    top: -30%;
  }

  .image-30 {
    max-width: 100%;
  }

  .image-31 {
    left: 10%;
  }

  .image-31.w3 {
    left: 75%;
  }

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

#w-node-_0bdc7f9c-fade-af47-673d-4ef040798037-25775857 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce333b0f-6f1f-f4d5-6d55-7d51889e588e-25775857, #w-node-ce333b0f-6f1f-f4d5-6d55-7d51889e589e-25775857, #w-node-ce333b0f-6f1f-f4d5-6d55-7d51889e58a3-25775857, #w-node-ce333b0f-6f1f-f4d5-6d55-7d51889e58a7-25775857, #w-node-ce333b0f-6f1f-f4d5-6d55-7d51889e58b8-25775857, #w-node-ce333b0f-6f1f-f4d5-6d55-7d51889e58c9-25775857, #w-node-ce333b0f-6f1f-f4d5-6d55-7d51889e58ce-25775857, #w-node-ce333b0f-6f1f-f4d5-6d55-7d51889e58d2-25775857, #w-node-e602979a-b0f3-a21c-a505-aecb48d83abe-25775857, #w-node-e602979a-b0f3-a21c-a505-aecb48d83acf-25775857, #w-node-_5edb965c-2a82-aec2-cc10-ed39d41d50a5-25775857, #w-node-_5edb965c-2a82-aec2-cc10-ed39d41d50a9-25775857, #w-node-bd723ad0-9d41-1529-8dbf-0338f8a390b9-25775857, #w-node-bd723ad0-9d41-1529-8dbf-0338f8a390ca-25775857 {
  place-self: stretch stretch;
}

#w-node-_43627860-5ae6-7e01-84eb-c6502c2b1388-2c2b1375 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_43627860-5ae6-7e01-84eb-c6502c2b13a6-2c2b1375 {
  align-self: start;
}

#w-node-_36a9850c-c86b-a359-6529-e1895f28d0ab-5f28d0a1, #w-node-_36a9850c-c86b-a359-6529-e1895f28d0ad-5f28d0a1, #w-node-_36a9850c-c86b-a359-6529-e1895f28d0af-5f28d0a1, #w-node-_36a9850c-c86b-a359-6529-e1895f28d0b1-5f28d0a1, #w-node-_36a9850c-c86b-a359-6529-e1895f28d0b3-5f28d0a1, #w-node-_36a9850c-c86b-a359-6529-e1895f28d0b5-5f28d0a1 {
  place-self: center;
}

#w-node-bc063dda-5712-2b88-62ea-a3232cac0dfe-2cac0df8 {
  align-self: start;
}

#w-node-_1047537b-f864-a369-82f1-76977187666b-dbfdac11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32a5a17b-9f36-e7fb-437c-bd178fc915c8-5bfca758 {
  justify-self: stretch;
}

#w-node-_286a974e-3150-d0bf-d197-c4f1e43b2834-3efcc738, #w-node-c8b44f03-4e3b-174d-9ea7-a1c0163d7d3f-3efcc738, #w-node-_58ae70b5-9dc4-511c-58e4-20615f2bd591-3efcc738, #w-node-_58ae70b5-9dc4-511c-58e4-20615f2bd581-3efcc738, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0559-3efcc738, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0569-3efcc738, #w-node-adff89b7-1f9f-696c-aa80-1b1011f4c5f8-3efcc738, #w-node-adff89b7-1f9f-696c-aa80-1b1011f4c5fb-3efcc738, #w-node-_286a974e-3150-d0bf-d197-c4f1e43b2834-3d079987, #w-node-c8b44f03-4e3b-174d-9ea7-a1c0163d7d3f-3d079987, #w-node-_58ae70b5-9dc4-511c-58e4-20615f2bd591-3d079987, #w-node-_58ae70b5-9dc4-511c-58e4-20615f2bd581-3d079987, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0559-3d079987, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0569-3d079987, #w-node-adff89b7-1f9f-696c-aa80-1b1011f4c5f8-3d079987, #w-node-adff89b7-1f9f-696c-aa80-1b1011f4c5fb-3d079987, #w-node-_72407dd6-ccd6-a0a0-8864-7fa936020f2d-3d079987, #w-node-_72407dd6-ccd6-a0a0-8864-7fa936020f3e-3d079987, #w-node-_286a974e-3150-d0bf-d197-c4f1e43b2834-abb780d8, #w-node-c8b44f03-4e3b-174d-9ea7-a1c0163d7d3f-abb780d8, #w-node-_58ae70b5-9dc4-511c-58e4-20615f2bd591-abb780d8, #w-node-_58ae70b5-9dc4-511c-58e4-20615f2bd581-abb780d8, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0559-abb780d8, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0569-abb780d8, #w-node-adff89b7-1f9f-696c-aa80-1b1011f4c5f8-abb780d8, #w-node-adff89b7-1f9f-696c-aa80-1b1011f4c5fb-abb780d8, #w-node-_286a974e-3150-d0bf-d197-c4f1e43b2834-99814065, #w-node-c8b44f03-4e3b-174d-9ea7-a1c0163d7d3f-99814065, #w-node-_58ae70b5-9dc4-511c-58e4-20615f2bd591-99814065, #w-node-_58ae70b5-9dc4-511c-58e4-20615f2bd581-99814065, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0559-99814065, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0569-99814065, #w-node-adff89b7-1f9f-696c-aa80-1b1011f4c5f8-99814065, #w-node-adff89b7-1f9f-696c-aa80-1b1011f4c5fb-99814065, #w-node-_286a974e-3150-d0bf-d197-c4f1e43b2834-0628c089, #w-node-c8b44f03-4e3b-174d-9ea7-a1c0163d7d3f-0628c089, #w-node-_58ae70b5-9dc4-511c-58e4-20615f2bd591-0628c089, #w-node-_58ae70b5-9dc4-511c-58e4-20615f2bd581-0628c089, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0559-0628c089, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0569-0628c089, #w-node-adff89b7-1f9f-696c-aa80-1b1011f4c5f8-0628c089, #w-node-adff89b7-1f9f-696c-aa80-1b1011f4c5fb-0628c089, #w-node-_79b13d40-6634-02b8-f00c-6dfcd360f8b6-0628c089, #w-node-_79b13d40-6634-02b8-f00c-6dfcd360f8c7-0628c089, #w-node-_286a974e-3150-d0bf-d197-c4f1e43b2834-ddf990ee, #w-node-c8b44f03-4e3b-174d-9ea7-a1c0163d7d3f-ddf990ee, #w-node-_58ae70b5-9dc4-511c-58e4-20615f2bd591-ddf990ee, #w-node-_58ae70b5-9dc4-511c-58e4-20615f2bd581-ddf990ee, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0559-ddf990ee, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0569-ddf990ee, #w-node-adff89b7-1f9f-696c-aa80-1b1011f4c5f8-ddf990ee, #w-node-adff89b7-1f9f-696c-aa80-1b1011f4c5fb-ddf990ee, #w-node-_79b13d40-6634-02b8-f00c-6dfcd360f8b6-ddf990ee, #w-node-_79b13d40-6634-02b8-f00c-6dfcd360f8c7-ddf990ee, #w-node-_286a974e-3150-d0bf-d197-c4f1e43b2834-68adcf50, #w-node-c8b44f03-4e3b-174d-9ea7-a1c0163d7d3f-68adcf50, #w-node-_58ae70b5-9dc4-511c-58e4-20615f2bd591-68adcf50, #w-node-_58ae70b5-9dc4-511c-58e4-20615f2bd581-68adcf50, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0559-68adcf50, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0569-68adcf50, #w-node-adff89b7-1f9f-696c-aa80-1b1011f4c5f8-68adcf50, #w-node-adff89b7-1f9f-696c-aa80-1b1011f4c5fb-68adcf50 {
  place-self: stretch stretch;
}

#w-node-_0bdc7f9c-fade-af47-673d-4ef040798037-e9c531f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_769f8a15-ce9e-47e2-bf36-fc2d24c37a80-25775857, #w-node-_85aff137-32ce-7421-a5c9-cca0d95cce62-25775857 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9a552d3f-bc5e-a1fc-d27d-c08d0921b38d-25775857, #w-node-e42405c1-51ea-6420-631f-fef2db213b03-25775857, #w-node-b9cf576a-1593-a5ff-7f62-94b022b6ecee-25775857, #w-node-_43627860-5ae6-7e01-84eb-c6502c2b1378-2c2b1375 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04837f02-9daa-3b44-55d3-3cbaf512293d-5bfca758, #w-node-_04837f02-9daa-3b44-55d3-3cbaf5122944-5bfca758 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_04837f02-9daa-3b44-55d3-3cbaf512294b-5bfca758, #w-node-_04837f02-9daa-3b44-55d3-3cbaf5122952-5bfca758, #w-node-_04837f02-9daa-3b44-55d3-3cbaf5122959-5bfca758 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e42405c1-51ea-6420-631f-fef2db213b03-25775857 {
    grid-column: span 2 / span 2;
  }

  #w-node-b9cf576a-1593-a5ff-7f62-94b022b6ecee-25775857 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ce333b0f-6f1f-f4d5-6d55-7d51889e589e-25775857, #w-node-ce333b0f-6f1f-f4d5-6d55-7d51889e58c9-25775857, #w-node-e602979a-b0f3-a21c-a505-aecb48d83acf-25775857, #w-node-bd723ad0-9d41-1529-8dbf-0338f8a390ca-25775857 {
    order: -9999;
  }

  #w-node-_43627860-5ae6-7e01-84eb-c6502c2b13a6-2c2b1375 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04837f02-9daa-3b44-55d3-3cbaf5122952-5bfca758 {
    grid-column: span 2 / span 2;
  }

  #w-node-_04837f02-9daa-3b44-55d3-3cbaf5122959-5bfca758 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8b44f03-4e3b-174d-9ea7-a1c0163d7d3f-3efcc738, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0569-3efcc738, #w-node-c8b44f03-4e3b-174d-9ea7-a1c0163d7d3f-3d079987, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0569-3d079987, #w-node-_72407dd6-ccd6-a0a0-8864-7fa936020f3e-3d079987, #w-node-c8b44f03-4e3b-174d-9ea7-a1c0163d7d3f-abb780d8, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0569-abb780d8, #w-node-c8b44f03-4e3b-174d-9ea7-a1c0163d7d3f-99814065, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0569-99814065, #w-node-c8b44f03-4e3b-174d-9ea7-a1c0163d7d3f-0628c089, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0569-0628c089, #w-node-_79b13d40-6634-02b8-f00c-6dfcd360f8c7-0628c089, #w-node-c8b44f03-4e3b-174d-9ea7-a1c0163d7d3f-ddf990ee, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0569-ddf990ee, #w-node-_79b13d40-6634-02b8-f00c-6dfcd360f8c7-ddf990ee, #w-node-c8b44f03-4e3b-174d-9ea7-a1c0163d7d3f-68adcf50, #w-node-b79ccbe4-79f3-013a-def2-f4ce473b0569-68adcf50 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0bdc7f9c-fade-af47-673d-4ef040798037-25775857 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_769f8a15-ce9e-47e2-bf36-fc2d24c37a80-25775857 {
    align-self: start;
  }

  #w-node-_9a552d3f-bc5e-a1fc-d27d-c08d0921b38d-25775857, #w-node-e42405c1-51ea-6420-631f-fef2db213b03-25775857 {
    grid-column: span 3 / span 3;
  }

  #w-node-b9cf576a-1593-a5ff-7f62-94b022b6ecee-25775857 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_43627860-5ae6-7e01-84eb-c6502c2b1378-2c2b1375, #w-node-_43627860-5ae6-7e01-84eb-c6502c2b1388-2c2b1375, #w-node-_43627860-5ae6-7e01-84eb-c6502c2b13a6-2c2b1375 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1047537b-f864-a369-82f1-76977187666b-dbfdac11 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04837f02-9daa-3b44-55d3-3cbaf512293d-5bfca758 {
    align-self: start;
  }

  #w-node-_04837f02-9daa-3b44-55d3-3cbaf512294b-5bfca758, #w-node-_04837f02-9daa-3b44-55d3-3cbaf5122952-5bfca758 {
    grid-column: span 3 / span 3;
  }

  #w-node-_04837f02-9daa-3b44-55d3-3cbaf5122959-5bfca758 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_0bdc7f9c-fade-af47-673d-4ef040798037-e9c531f7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}