:root {
  --gold: #fad84a;
  --dim-gray: #5f6266;
  --dark-slate-gray: #2c2f30;
  --spring-green: #0bd685;
  --black: #1d1f21;
  --gainsboro: #d7d9de;
  --dark-gray: #a5a7ad;
  --dodger-blue: #0f8ad1;
}

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

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

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

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

body {
  color: #d7d9de;
  background-color: #000;
  padding-top: 59px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #f2f4f7;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Impact, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: #f2f4f7;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #a5a7ad;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

a {
  color: #fff;
  text-decoration: none;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px #0000001a;
  background-color: #0ac278;
  border-radius: 2px;
  padding: 13px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px #0000001c, inset 0 -34px 50px -25px #00000029, inset 0 1px #ffffff4d;
}

.button:hover {
  box-shadow: 0 0 0 1px #0000001c, inset 0 -34px 50px -25px #0000, inset 0 1px #ffffff4d;
}

.button:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px #00000042, inset 0 2px 5px #0000, inset 0 2px 2px 1px #00000029;
}

.button.form {
  float: right;
  color: #ffffffad;
  background-color: #6e7278;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 27%;
  margin-right: 0;
  padding: 9px 10px;
}

.button.form:hover {
  color: #fffffff0;
  background-color: #80858c;
}

.button.form:active {
  background-color: #168c5d;
}

.button.on-white {
  box-shadow: 0 0 0 1px #0000, inset 0 -34px 50px -25px #00000029, inset 0 1px #0000;
}

.button.contact {
  background-color: #0f8ad1;
  margin-bottom: 17px;
  padding: 18px 53px;
  font-size: 18px;
}

.button.sign-up {
  padding: 18px 53px;
  font-size: 19px;
}

.navbar {
  background-color: #2c2f30;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  float: left;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px;
  font-size: 11px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

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

.nav-link.w--current {
  color: #fff;
  background-color: #3f4345;
}

.nav-link.right {
  float: right;
  border: 1px solid #5f6266;
  border-radius: 2px;
  margin-top: 14px;
  margin-bottom: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.logo-text {
  color: #fff;
  letter-spacing: 1px;
  border-bottom: 3px solid #5f6266;
  margin-top: 18px;
  padding-bottom: 3px;
  font-size: 21px;
  font-weight: 500;
  transition: border-color .2s;
  display: inline-block;
}

.logo-text:hover {
  border-bottom-color: #4c709e;
}

.logo-text.footer {
  color: #5f6266;
}

.nav-menu {
  float: left;
  width: 88%;
}

.brand-wrapper {
  width: 12%;
}

.section {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.hero {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(315deg, #11c9f796, #456ec482 49%, #71209973), url('../images/dark-laptop.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 108px;
  padding-bottom: 135px;
}

.section.darkgrey {
  background-color: #2b2d30;
}

.section.darkestgrey {
  background-color: #1d1f21;
}

.section.press {
  background-color: #000;
  padding-top: 29px;
  padding-bottom: 29px;
}

.section.black {
  background-color: #000;
}

.section.sign-up {
  color: #ebedf2;
  background-color: #000;
  background-image: linear-gradient(312deg, #885c9ca1 6%, #8f5aa6cc);
}

.section.white {
  color: #1d1f21;
  background-color: #fff;
}

.section.content-pages {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.about-image {
  background-image: url('../images/team.jpg');
  background-position: 50%;
  background-size: cover;
  height: 330px;
}

.huge-heading {
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 3px #0000001a;
  margin-top: 0;
  margin-bottom: 28px;
  padding-bottom: 4px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 94px;
  font-weight: 800;
  line-height: 88px;
  display: block;
}

.subtitle {
  color: #f2f6fca1;
  text-shadow: 0 2px #0000001a;
  margin-bottom: 40px;
  font-family: Roboto Slab, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.subtitle.pricing {
  margin-bottom: 0;
  font-size: 18px;
}

.subtitle.content-pages {
  margin-bottom: 0;
}

.outline-button {
  color: #ffffffa6;
  border: 2px solid #ffffff8a;
  border-radius: 2px;
  margin-left: 15px;
  padding: 11px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, color .5s;
  display: inline-block;
}

.outline-button:hover {
  color: #fff;
  border-color: #fff;
}

.outline-button:active {
  color: #ffffffc7;
  background-color: #0003;
  border-color: #ffffffc7;
}

.slide {
  background-color: #6e4040;
}

.press-title {
  color: #696969;
  text-transform: uppercase;
  font-family: Roboto Slab, sans-serif;
}

.press-image-wrapper {
  float: left;
  text-align: center;
  width: 16.66%;
}

.press-image-wrapper.title {
  padding-top: 21px;
}

.press-logo {
  opacity: .35;
  transition: opacity .2s;
}

.press-logo:hover {
  opacity: .48;
}

.footer-link {
  color: #909499;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.footer-link:hover {
  color: #d9d9d9;
}

.field-left {
  float: left;
  color: #d7d9de;
  background-color: #5f6266;
  border-style: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 73%;
  margin-bottom: 10px;
}

.field-left:focus {
  background-color: #525559;
  box-shadow: 0 0 6px #0000;
}

.success-message {
  background-color: #5f6266;
}

.success-message.big {
  padding: 41px;
}

.no-spam {
  clear: both;
  color: #5f6266;
  margin-top: 10px;
  font-size: 11px;
}

.social-link {
  opacity: .29;
  margin-right: 11px;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .74;
}

.sign-up-column {
  text-align: center;
  padding-top: 9px;
}

.sign-up-title {
  text-shadow: 0 2px #0000001a;
  margin-bottom: 7px;
  font-family: Roboto Condensed, sans-serif;
}

.small-heading {
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.image-column {
  text-align: center;
}

.image-crop {
  height: 431px;
  margin-bottom: -80px;
  overflow: hidden;
}

.image-crop.ipad {
  height: 425px;
}

.image-crop.iphone {
  height: 429px;
}

.image-crop.hero {
  width: 492px;
  height: 130px;
  margin: 78px auto -135px;
  transition: height .5s;
  display: block;
  position: relative;
}

.image-crop.hero:hover {
  height: 200px;
}

.feature-icon-wrapper {
  float: left;
  text-align: center;
  border: 2px solid #5f6266;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  padding-top: 13px;
}

.feature-list {
  margin-top: 24px;
}

.feature-list.no-padding {
  margin-top: 0;
}

.feature-item {
  margin-top: 12px;
}

.feature-icon {
  opacity: .81;
}

.feature-text {
  color: #8f9196;
  margin-top: 6px;
  font-size: 12px;
  line-height: 15px;
}

.feature-text.title {
  color: #d7d9de;
  margin-top: 11px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pricing-column {
  background-color: #2c2f30;
}

.pricing-row {
  margin-top: 28px;
  margin-bottom: 19px;
}

.plan-title {
  text-align: center;
  border-bottom: 3px solid #dae0e800;
  padding: 19px 15px;
  font-size: 21px;
}

.plan-title.pro {
  background-color: #d7d9de17;
  border-bottom-color: #0000;
}

.price {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 13px;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 41px;
}

.per-month {
  color: #6f7378;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 16px;
}

.price-feature {
  text-align: center;
  padding: 10px 19px;
  font-size: 16px;
}

.price-feature.deactivate {
  color: #d7d9deb3;
  text-decoration: line-through;
}

.get-started-link {
  color: #0bd685;
  text-align: center;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, border-color .5s;
  display: inline-block;
}

.get-started-link:hover {
  color: #fff;
}

.get-started-link.pricing {
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
}

.get-started-link.in-hero {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.get-started-link.in-hero:hover {
  color: #000;
}

.get-started-link.simple {
  color: #d7d9de;
  border-bottom: 3px solid #d7d9de33;
  margin-top: 18px;
  margin-bottom: 18px;
}

.get-started-link.simple:hover {
  color: #e8eaed;
  border-bottom-color: #d7d9de8f;
}

.support {
  text-align: right;
}

.no-pad-section {
  background-color: #1d1f21;
}

.padded-column {
  padding: 66px 32px;
}

.padded-column.picture {
  background-image: url('../images/bag-and-hands-bw.jpg');
  background-position: 50%;
  background-size: cover;
  height: 366px;
}

.width-limiter {
  max-width: 500px;
}

.question {
  color: #f2f4f7;
  margin-top: 52px;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 400;
}

.question.help {
  margin-top: 0;
  margin-bottom: 0;
}

.need-help-row {
  background-color: #5f62668a;
  margin-top: 41px;
  padding: 29px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.contact-text {
  color: #fff;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.more-questions {
  float: left;
  margin-right: 22px;
}

.service-block {
  background-color: #2c2f30;
  padding: 12px;
}

.number, .service-title {
  text-align: center;
}

.field {
  color: #fff;
  background-color: #5f6266;
  border: 1px solid #0000;
  border-radius: 2px;
  height: 52px;
  margin-bottom: 21px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  transition: background-color .25s, box-shadow .25s;
  box-shadow: inset 0 0 #0000;
}

.field:hover {
  background-color: #515357;
}

.field:focus {
  border-color: #0f8ad1;
  box-shadow: inset 0 0 0 2px #0f8ad1;
}

.field.left {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.field.right {
  float: left;
  width: 49%;
}

.testimonial-wrapper {
  border-radius: 3px;
}

.testimonials-title {
  color: #a5a7ad8a;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
}

.testimonial {
  color: #a0a2a8;
  margin-top: 25px;
  margin-bottom: 7px;
  font-family: Roboto Slab, sans-serif;
  font-size: 17px;
}

.testimonials-author {
  color: #85878c;
  padding-left: 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
}

.testimonials-column {
  padding-left: 0;
}

.testimonials-block {
  border-left: 1px solid #5f6266;
  margin-left: 16px;
  padding-left: 17px;
}

.sign-up-form {
  border-right: 1px solid #ffffff38;
  padding-right: 23px;
}

.navbar-2 {
  background-color: #222;
  padding-top: 15px;
  padding-bottom: 15px;
}

.container-3 {
  color: #222;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  min-width: 0%;
  max-width: 1300px;
  display: flex;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  display: flex;
}

.image-10 {
  flex: 1;
  max-width: 90%;
  max-height: 100%;
  text-decoration: none;
  display: block;
}

.nav-link-3 {
  color: #fff;
  font-size: 18px;
}

.nav-link-3:hover {
  text-decoration: none;
}

.nav-link-3.w--current {
  color: #fff;
}

.body {
  padding-top: 0;
}

.hero {
  background-image: url('../images/Group-123.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-bottom: 122px;
}

.container-we {
  color: #fff;
  text-align: left;
  align-items: center;
  width: 80vw;
  min-width: auto;
  max-width: 1300px;
  height: auto;
  margin-top: 0;
  margin-bottom: 57px;
  padding-top: 0;
  display: flex;
}

.container-we.conteiner-hero {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  min-width: auto;
  max-width: 1300px;
  height: 100%;
  padding-top: 0;
  display: flex;
  overflow: auto;
}

.container-we.punkty {
  width: 80%;
  min-width: auto;
  max-width: 1300px;
  margin-bottom: 0;
}

.container-we.skontaktuj-sie2 {
  text-align: right;
  width: 80%;
  min-width: auto;
  max-width: 1300px;
  height: 10vh;
  margin-top: 65px;
  padding-top: 18px;
  display: block;
  overflow: hidden;
}

.container-we.sekcja-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  min-width: auto;
  max-width: 1300px;
  height: 80%;
  min-height: auto;
  max-height: 80%;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.container-we.onashero {
  width: 80vw;
  min-width: auto;
  max-width: 1300px;
  height: 100%;
}

.container-we.sekcja-6 {
  width: 80%;
  min-width: auto;
  max-width: 1300px;
  height: 10vh;
  display: block;
}

.heading-3 {
  color: #fff;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: -10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.heading-2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Impact, sans-serif;
  font-size: 59px;
  font-weight: 700;
  line-height: 70px;
}

.heading-2.headingphone1 {
  color: #fff;
  margin-bottom: 0;
  line-height: 72px;
}

.heading-2.heading2yellow {
  color: var(--gold);
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 31px;
  margin-right: 50px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.skontaktuj-si {
  outline-offset: 0px;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #3898ec00;
  background-clip: border-box;
  border: 2px solid #fff;
  border-radius: 40px;
  outline: 3px #fff;
  height: 50px;
  max-height: 50px;
  padding: 12px 30px;
  font-size: 18px;
  transition: background-color .25s;
}

.skontaktuj-si:hover {
  color: #000;
  mix-blend-mode: normal;
  background-color: #fff;
  box-shadow: 0 0 14px 4px #fff3;
}

.heading-13 {
  text-transform: uppercase;
  width: 10%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 6px;
  font-family: Impact, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.heading-13.heding13yellow {
  width: 100%;
}

.container-6 {
  background-color: #3b3b3b;
  border-radius: 20px;
  width: 80%;
  max-width: 1300px;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #222;
  border-radius: 20px;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  max-width: 100%;
  display: grid;
}

.div-block-11 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.pr-ba {
  margin-bottom: 66px;
}

.paragraph-12 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-10 {
  color: #fff;
  border-radius: 20px;
  margin-bottom: 14px;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 63px;
}

.image-9 {
  border-radius: 20px;
}

.heading-14 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 6px;
  font-family: Impact, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.container-7 {
  background-color: #3b3b3b;
  border-radius: 20px;
  width: 80%;
  max-width: 1300px;
}

.div-block-12 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-13 {
  color: #fff;
  border-radius: 20px;
  margin-bottom: 14px;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 63px;
}

.image-11 {
  border-radius: 20px;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  margin-left: 35px;
  margin-right: 35px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.heading-7 {
  text-align: center;
  margin-bottom: -8px;
  font-family: Impact, sans-serif;
  font-size: 50px;
}

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

.sekcja2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  opacity: 1;
  background-image: url('../images/asdnjkjljed-2-4-min.png');
  background-position: 0 0;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 36px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: flex;
}

.heading-9 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Impact, sans-serif;
  font-size: 28px;
}

.sekcja4 {
  margin-bottom: 83px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  min-height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, sans-serif;
  line-height: 60px;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
}

.grid-4.grid5 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.sekcja5 {
  background-image: url('../images/Group-124-min.png');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  min-height: 70vh;
  max-height: 3000px;
  margin-bottom: 83px;
  display: flex;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 72px;
  font-family: Impact, sans-serif;
  line-height: 60px;
}

.heading-11.heading11yelow {
  color: var(--gold);
  margin-bottom: 0;
}

.paragraph-9 {
  color: #fff;
  text-align: left;
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 2%;
  margin-right: 50px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.sekcja6 {
  margin-bottom: 83px;
}

.paragraph-10 {
  color: #fff;
  text-align: left;
  max-width: 300px;
  margin-top: -5px;
  margin-bottom: 19px;
  margin-right: 50px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 900;
  line-height: 16px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-dark {
  background-color: #222;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

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

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.footer-link-2 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: flex;
}

.navbar-3 {
  background-color: #222;
  padding-top: 15px;
  padding-bottom: 15px;
}

.body-2 {
  padding-top: 0;
}

.section-2 {
  background-image: linear-gradient(135deg, #000, #fff0), url('../images/handyman-construction-site-process-drilling-wall-with-perforator.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 80vh;
  margin-top: -3px;
  margin-bottom: 60px;
}

.section-2.is-oferta {
  background-image: linear-gradient(135deg, #000, #fff0), url('../images/Group-124-2-min.png');
}

.div-block-14 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: static;
}

.heading-15 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Impact, sans-serif;
  font-size: 59px;
  font-weight: 700;
  line-height: 70px;
}

.heading-15.headingphone1 {
  margin-bottom: 0;
}

.paragraph-13 {
  color: #fff;
  text-align: left;
  max-width: 500px;
  margin-top: 3px;
  margin-bottom: 31px;
  margin-right: 50px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.heading-16 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 17px;
  padding-top: 0;
  padding-bottom: 6px;
  font-family: Impact, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.container-8 {
  background-color: #3b3b3b;
  border-radius: 20px;
  width: 80%;
  max-width: 1300px;
}

.div-block-15 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.paragraph-14 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-16 {
  color: #fff;
  border-radius: 20px;
  margin-bottom: 14px;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 63px;
}

.image-12 {
  aspect-ratio: 789 / 527;
  object-fit: cover;
  border-radius: 20px;
}

.heading-17 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 6px;
  font-family: Impact, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.container-9 {
  background-color: #3b3b3b;
  border-radius: 20px;
  width: 80%;
  max-width: 1300px;
}

.div-block-17 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.paragraph-15 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-18 {
  color: #fff;
  border-radius: 20px;
  margin-bottom: 14px;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 63px;
}

.image-13 {
  border-radius: 20px;
}

.heading-18 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 6px;
  font-family: Impact, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.container-10 {
  background-color: #3b3b3b;
  border-radius: 20px;
  width: 80%;
  max-width: 1300px;
}

.div-block-19 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.paragraph-16 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-20 {
  color: #fff;
  border-radius: 20px;
  margin-bottom: 14px;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 63px;
}

.image-14 {
  border-radius: 20px;
}

.heading-19 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 6px;
  font-family: Impact, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.container-11 {
  background-color: #3b3b3b;
  border-radius: 20px;
  width: 80%;
  max-width: 1300px;
}

.div-block-21 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.paragraph-17 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-22 {
  color: #fff;
  border-radius: 20px;
  margin-bottom: 14px;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 63px;
}

.image-15 {
  border-radius: 20px;
}

.heading-20 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 6px;
  font-family: Impact, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.container-12 {
  background-color: #3b3b3b;
  border-radius: 20px;
  width: 80%;
  max-width: 1300px;
}

.div-block-23 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.paragraph-18 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-24 {
  color: #fff;
  border-radius: 20px;
  margin-bottom: 14px;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 63px;
}

.image-16 {
  border-radius: 20px;
}

.container-13 {
  background-color: #3b3b3b;
  border-radius: 20px;
  width: 80%;
  max-width: 1300px;
}

.div-block-25 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.paragraph-19 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-26 {
  color: #fff;
  border-radius: 20px;
  margin-bottom: 14px;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 63px;
}

.image-17 {
  border-radius: 20px;
}

.heading-21 {
  color: #fff;
  margin-bottom: 11px;
  padding-right: 72px;
  font-family: Impact, sans-serif;
  line-height: 60px;
}

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

.footer-link-3 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-3:hover {
  color: #1a1b1fbf;
}

.body-3 {
  padding-top: 0;
}

.section-3 {
  background-image: url('../images/unsplash_VW4xiLRr-do-2-min.png');
  background-position: 0 0;
  background-size: cover;
  height: 80vh;
  margin-bottom: 60px;
}

.div-block-27 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: static;
}

.heading-22 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Impact, sans-serif;
  font-size: 59px;
  font-weight: 700;
  line-height: 70px;
}

.heading-22.headingphone1 {
  margin-bottom: 0;
}

.paragraph-20 {
  color: #fff;
  text-align: left;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 31px;
  margin-right: 50px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.heading-23 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 6px;
  font-family: Impact, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.container-15 {
  background-color: #3b3b3b;
  border-radius: 20px;
  width: 80%;
  max-width: 1300px;
}

.div-block-28 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.paragraph-21 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-29 {
  color: #fff;
  border-radius: 20px;
  margin-bottom: 14px;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 63px;
}

.image-18 {
  border-radius: 20px;
}

.div-block-30 {
  width: 50%;
}

.body-4 {
  padding-top: 0;
}

.section-4 {
  background-image: linear-gradient(135deg, #000, #fff0), url('../images/unsplash_VDpYOvZm2Ok.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 80vh;
  margin-bottom: 72px;
}

.div-block-31 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: static;
}

.heading-24 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Impact, sans-serif;
  font-size: 59px;
  font-weight: 700;
  line-height: 70px;
}

.heading-24.headingphone1 {
  margin-bottom: 0;
}

.paragraph-22 {
  color: #fff;
  text-align: left;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 31px;
  margin-right: 50px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.heading-25 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 6px;
  font-family: Impact, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.container-16 {
  background-color: #3b3b3b;
  border-radius: 20px;
  width: 80%;
  max-width: 1300px;
}

.div-block-32 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.paragraph-23 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.div-block-33 {
  color: #fff;
  border-radius: 20px;
  margin-bottom: 14px;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 63px;
}

.image-19 {
  border-radius: 20px;
}

.heading-26 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 6px;
  font-family: Impact, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.container-17 {
  background-color: #3b3b3b;
  border-radius: 20px;
  width: 80%;
  max-width: 1300px;
}

.div-block-34 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.paragraph-24 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.div-block-35 {
  color: #fff;
  border-radius: 20px;
  margin-bottom: 14px;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 63px;
}

.image-20 {
  border-radius: 20px;
}

.div-block-36 {
  background-image: linear-gradient(#fad84a, #fad84a);
  width: 3%;
  min-width: 30px;
  height: 100px;
  margin-right: 17px;
  padding-right: 0;
}

.sekcja6-2 {
  margin-bottom: 83px;
}

.container-we-2 {
  color: #fff;
  text-align: left;
  align-items: center;
  width: 0;
  min-width: 80%;
  max-width: 0;
  height: 45vh;
  margin-top: 0;
  padding-top: 48px;
  display: flex;
}

.container-we-2.sekcja-6 {
  color: #fff;
  width: 80%;
  min-width: auto;
  max-width: 1300px;
  height: 10vh;
  display: block;
}

.container-we-2.skontaktuj-sie2 {
  text-align: right;
  width: 80%;
  min-width: auto;
  max-width: 1300px;
  height: 10vh;
  margin-top: 65px;
  display: block;
}

.container-we-2.onashero {
  width: 80vw;
  min-width: auto;
  max-width: 1300px;
  height: 100%;
  padding-top: 0;
}

.div-block-38 {
  width: 50%;
  min-width: 50%;
}

.paragraph-25 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.paragraph-25.onasparagraph {
  width: 100%;
}

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

.body-5 {
  padding-top: 0;
}

.section-6 {
  background-image: linear-gradient(135deg, #000, #fff0), url('../images/unsplash_ZOiGMIcfXXg.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 80vh;
  margin-bottom: 60px;
}

.div-block-39 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 1300px;
  display: flex;
  position: static;
}

.heading-29 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Impact, sans-serif;
  font-size: 59px;
  font-weight: 700;
  line-height: 70px;
}

.heading-29.headingphone1 {
  max-width: 600px;
  margin-bottom: 0;
}

.paragraph-26 {
  color: #fff;
  text-align: left;
  max-width: 500px;
  margin-top: 3px;
  margin-bottom: 31px;
  margin-right: 50px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.container-we-3 {
  color: #fff;
  text-align: left;
  align-items: flex-start;
  width: 80vw;
  min-width: auto;
  max-width: 1300px;
  height: 45vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.container-we-3.kontakt {
  justify-content: flex-start;
}

.heading-30 {
  margin-top: 0;
  margin-bottom: 47px;
  font-family: Impact, sans-serif;
  font-size: 40px;
}

.div-block-40 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-21 {
  border-radius: 20px;
  max-width: 50%;
}

.image-22, .image-23, .image-24 {
  padding-right: 20px;
}

.div-block-41 {
  width: 50%;
}

.underline, .div-block-42 {
  display: inline-block;
}

.container-19 {
  width: 80vw;
  max-width: 1300px;
}

.guziczek-pr-ba {
  margin-right: 23px;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.section-7 {
  min-height: 100px;
}

.link {
  color: #fff;
  margin-bottom: 2px;
  margin-right: 0;
  padding-left: 1px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.link.kontakt {
  margin-right: 0;
}

.div-block-43 {
  display: inline-block;
  position: absolute;
}

.div-block-44 {
  background-color: #fff;
  width: 100%;
  max-width: none;
  min-height: 1px;
  transform: translate(-100%);
}

.nav-menu-2 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 450px;
  display: flex;
}

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

.div-block-46 {
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  max-width: 1300px;
  display: flex;
}

.link-2 {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.div-block-47 {
  color: #fff;
  background-color: #fff;
  width: 100%;
  min-height: 1px;
  margin-top: 3px;
  display: inline-block;
  position: sticky;
  inset: auto 0% 0%;
}

.div-block-48 {
  flex-direction: column;
  display: flex;
  position: relative;
}

.container-20 {
  width: 80vw;
  max-width: 1300px;
}

.link-wrap {
  flex-wrap: nowrap;
  align-items: center;
  margin: 20px;
  font-size: 18px;
  display: inline-block;
  overflow: hidden;
}

.link-3 {
  color: #fff;
  align-items: center;
  padding-bottom: 0;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.podkre-lenie {
  color: #fff;
  object-fit: fill;
  background-color: #fff;
  flex-wrap: wrap;
  place-content: flex-end space-between;
  min-width: 10px;
  min-height: 10px;
  margin-top: 7px;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
  transform: translate(-100%);
}

.section-8 {
  height: 10%;
  min-height: 10vh;
}

.navbar-4 {
  color: #fff;
  background-color: #a50000;
  height: 10%;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-menu-3 {
  flex-direction: row;
  justify-content: space-between;
  width: 500px;
  display: flex;
}

.container-21 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 80vw;
  max-width: 1300px;
  display: flex;
}

.container-22 {
  justify-content: center;
  width: 500px;
  display: flex;
}

.nav-menu-4 {
  align-items: center;
  display: flex;
}

.navbar-5 {
  object-fit: fill;
  background-color: #222;
  width: 100%;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  box-shadow: 0 2px 16px 9px #0003;
}

.container-23 {
  align-items: center;
  width: 80vw;
  max-width: 1300px;
  margin-top: 8px;
  display: block;
}

.image-25 {
  max-width: 60%;
  padding-top: 3px;
}

.div-block-49 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 9px;
  display: flex;
}

.paragraph-27 {
  flex-direction: row;
  display: flex;
}

.paragraph-28 {
  color: #fff;
  max-width: 400px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.footer-dark-2 {
  color: #fff;
  background-color: #222;
  padding: 50px 30px 15px;
  font-family: Lato, sans-serif;
  position: relative;
}

.footer-dark-2:hover {
  color: #fff;
}

.container {
  width: 80%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-4 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
}

.footer-link-4:hover {
  color: #fad84a;
  font-weight: 300;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

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

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-copyright-center-2:hover {
  color: #fff;
}

.paragraph-29, .paragraph-30 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.image-26 {
  max-width: 60%;
}

.heading-31 {
  font-weight: 700;
}

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

.heading-32 {
  text-align: center;
  margin-top: 10px;
  padding-right: 7px;
  font-family: Impact, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.heading-32.heding32v2 {
  text-align: left;
  font-family: Impact, sans-serif;
}

.heading-32.nowy {
  margin-top: 10px;
  font-family: Impact, sans-serif;
}

.heading-33 {
  font-size: 28px;
  line-height: 35px;
}

.heading-33.heading33yellow {
  color: var(--gold);
  padding-right: 7px;
}

.section-9 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.heading-34 {
  color: var(--gold);
}

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

.heading-35 {
  font-size: 50px;
  line-height: 60px;
}

.image-27 {
  width: 60%;
  padding-top: 0;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21 {
  color: var(--gold);
}

.image-28 {
  border-radius: 20px;
}

.text-span-22, .text-span-23, .text-span-24, .text-span-25 {
  color: var(--gold);
}

.link-5 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.link-6 {
  color: #fff;
  text-transform: none;
  font-size: 18px;
}

.section-10 {
  align-items: center;
  margin-top: 113px;
  margin-bottom: 120px;
  display: flex;
}

.link-7 {
  outline-offset: 0px;
  color: #fff;
  outline: 3px #00e;
  font-size: 18px;
  text-decoration: none;
}

.div-block-55 {
  background-color: #fff;
  min-height: 2px;
  margin-top: 6px;
  transition: opacity .2s;
  display: none;
  transform: translate(-100%);
}

.container-24 {
  background-color: #db9595;
}

.container-25 {
  justify-content: center;
  height: 200px;
  display: block;
}

.link-8 {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.link-9 {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.underline1 {
  background-color: #fff;
  min-height: 2px;
  margin-top: 5px;
  transform: translate(-100%);
}

.image-29 {
  width: 60%;
  margin-bottom: -2px;
  padding-top: 5px;
}

.navbar-6 {
  color: #222;
  background-color: #222;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  position: fixed;
  box-shadow: 0 2px 15px 2px #0003;
}

.container-26 {
  width: 80%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.hamburger-menu-bar {
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border-radius: 64px;
  width: 52px;
  height: 3px;
  margin-top: 12px;
  margin-bottom: 12px;
}

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

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border: 1px solid #3961d9;
  border-radius: 76px;
  justify-content: center;
  padding: 8px 16px;
  font-weight: 500;
  line-height: 1.286em;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 1px 4px #4a3aff42;
}

.btn-primary:hover {
  color: #fff;
  transform: scale3d(1.02, 1.02, 1.01);
  box-shadow: 0 2px 16px 1px #4a3aff4d;
}

.btn-secondary {
  color: #1f2d54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #e6e9f1;
  border-radius: 76px;
  padding: 8px 16px;
  font-weight: 500;
  line-height: 1.286em;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, border-color .3s, background-color .3s, color .3s;
  box-shadow: 0 2px 4px #14142b0a;
}

.btn-secondary:hover {
  color: #1f2d54;
  transform: scale3d(1.02, 1.02, 1.01);
  box-shadow: 0 2px 6px #14142b1a;
}

.link-icon {
  max-width: 10px;
}

.header-right-side-container {
  margin-left: auto;
}

.buttons-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.hidden-on-desktop {
  display: none;
}

.header-nav-link {
  color: #454e66;
  padding: 0;
  font-weight: 500;
}

.header-nav-link:hover {
  color: #3d73ff;
}

.header-nav-link.w--current {
  color: #454e66;
}

.header-nav-link.w--current:hover {
  color: #3d73ff;
}

.header-nav-link.dropdown-header-link {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.header-nav-link.dropdown-header-link.w--open {
  color: #3d73ff;
}

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

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.286em;
}

.logo-link-wrapper {
  transform-style: preserve-3d;
  padding-left: 0;
  transition-property: transform;
}

.logo-link-wrapper:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.position-relative---z-index-2 {
  z-index: 2;
  position: relative;
}

.text-100 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.286em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.dropdown-column-title {
  color: #1f2d54;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 16px;
  font-weight: 700;
}

.header-content-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.line-rounded-icon.header-dropdown-icon {
  line-height: 1em;
}

.dropdown-link-single {
  color: #454e66;
  width: 100%;
  padding: 0;
}

.dropdown-link-single:hover {
  color: #3d73ff;
}

.header-nav-menu-list {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.max-w-20px {
  max-width: 20px;
}

.header-nav-menu-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sidebar-link {
  grid-column-gap: 6px;
  color: #828aa3;
  border: 1px solid #0000;
  border-radius: 6px;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.sidebar-link:hover {
  color: #828aa3;
  background-color: #fff;
  border-color: #eff1f6;
}

.sidebar-link.w--current {
  color: #454e66;
  background-color: #fff;
  border-color: #e6e9f1;
  box-shadow: 0 0 3px #14142b17;
}

.text-50 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333em;
}

.text-50.medium {
  font-weight: 500;
}

.text-50.medium.sidebar-title {
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-left: 10px;
}

.container-default {
  max-width: 1268px;
  padding-left: 24px;
  padding-right: 24px;
}

.header-wrapper {
  z-index: 999;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 1px 0 3px #14142b17;
}

.dropdown-list {
  z-index: 1;
  background-color: #0000;
  padding-top: 16px;
}

.card {
  background-color: #fff;
  border: 1px solid #e6e9f1;
  border-radius: 12px;
  box-shadow: 0 2px 7px #14142b17;
}

.card.header-dropdown-card {
  grid-column-gap: 48px;
  align-items: flex-start;
  padding: 32px 24px;
  display: flex;
}

.sidebar-container {
  z-index: 1;
  position: sticky;
  top: 24px;
}

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

.grid-1-column.gap-row-12px {
  grid-row-gap: 12px;
}

.grid-1-column.sidebar-links-grid {
  grid-row-gap: 4px;
}

.header-sidebar-wrapper {
  display: none;
}

.text-101 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333em;
}

.text-101.medium {
  font-weight: 500;
}

.text-101.medium.sidebar-title {
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-left: 10px;
}

.text-102 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333em;
}

.text-102.medium {
  font-weight: 500;
}

.text-102.medium.sidebar-title {
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-left: 10px;
}

.text-103 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333em;
}

.text-103.medium {
  font-weight: 500;
}

.text-103.medium.sidebar-title {
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-left: 10px;
}

.text-104 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.286em;
}

.text-104.medium {
  font-weight: 500;
}

.text-104.dropdown-column-title {
  color: #1f2d54;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 16px;
  font-weight: 700;
}

.hamburger {
  padding: 0;
}

.hamburger.w--open {
  background-color: #0000;
}

.image-30 {
  min-height: 100%;
}

.image-31 {
  min-width: 100%;
  max-width: 100%;
  height: 0%;
  min-height: 100%;
  display: inline-block;
}

.div-block-57 {
  min-height: 0%;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  padding: .5rem;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.button-2.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar1_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-background-color-1\>);
  background-color: #222;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 14px 5%;
  display: flex;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_link {
  color: #fff;
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  background-color: #222;
}

@media screen and (max-width: 991px) {
  .button {
    background-color: #0bd685;
  }

  .nav-link {
    float: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: inset 0 1px #fff3;
  }

  .nav-link:hover {
    background-color: #5f6266;
  }

  .nav-link.w--current {
    background-color: #005282;
  }

  .nav-link.right {
    float: left;
    border-style: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #000;
    width: 100%;
    box-shadow: 0 7px 12px #00000047;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: #000;
  }

  .section.hero {
    padding-top: 78px;
    padding-bottom: 104px;
  }

  .huge-heading {
    margin-bottom: 12px;
    font-size: 71px;
    line-height: 66px;
  }

  .subtitle {
    font-size: 19px;
    line-height: 25px;
  }

  .press-image-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .press-image-wrapper.title {
    padding-top: 12px;
  }

  .small-heading {
    font-size: 34px;
  }

  .image-crop {
    height: 451px;
    margin-bottom: -80px;
  }

  .image-crop.ipad {
    height: 449px;
    margin-bottom: -80px;
  }

  .image-crop.iphone {
    height: 489px;
    margin-bottom: -80px;
  }

  .image-crop.hero {
    height: 250px;
    transition: none;
  }

  .image-crop.hero:hover {
    height: 250px;
  }

  .price-feature {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .get-started-link.pricing {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .padded-column.picture {
    height: 436px;
  }

  .navbar-2 {
    color: #222;
    background-color: #222;
  }

  .container-3 {
    width: 80%;
    min-width: auto;
  }

  .menu-button-2 {
    color: #fff;
  }

  .hero {
    background-position: 65%;
    margin-bottom: 29px;
  }

  .container-we {
    object-fit: fill;
    width: 80%;
    min-width: auto;
    padding-top: 0;
    overflow: auto;
  }

  .container-we.conteiner-hero {
    width: 80%;
    margin-top: 0;
    padding-top: 0;
    overflow: visible;
  }

  .container-we.punkty {
    padding-top: 42px;
  }

  .container-we.skontaktuj-sie2 {
    min-height: 50px;
    margin-top: 0;
    padding-top: 0;
  }

  .container-we.sekcja-5 {
    padding-top: 71px;
  }

  .container-we.sekcja-6 {
    min-height: 100px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-we.sekcja-6.nowy {
    margin-bottom: 0;
  }

  .heading-3 {
    margin-top: 0;
  }

  .heading-2 {
    object-position: 50% 50%;
    font-size: 50px;
    line-height: 58px;
    position: static;
    overflow: visible;
  }

  .heading-2.headingphone1 {
    line-height: 60px;
  }

  .paragraph-2 {
    max-width: 500px;
    margin-right: -7px;
  }

  .div-block-9 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: -1px;
    padding-bottom: 10px;
  }

  .paragraph-12 {
    margin-bottom: 0;
  }

  .div-block-10 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .image-9 {
    width: 100%;
  }

  .div-block-13 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .image-11 {
    width: 100%;
  }

  .paragraph-8 {
    color: #fff;
    width: 80%;
  }

  .sekcja2 {
    min-height: auto;
  }

  .grid-4.grid5 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-rows: auto auto auto;
  }

  .sekcja5 {
    background-position: 30%;
    min-height: 50vh;
    margin-bottom: 83px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-11 {
    margin-bottom: 18px;
  }

  .heading-11.heading11yelow {
    margin-bottom: 20px;
  }

  .paragraph-9 {
    margin-top: -16px;
    margin-bottom: 24px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-2 {
    min-width: auto;
    max-width: 728px;
  }

  .footer-brand {
    justify-content: center;
    margin-bottom: 19px;
    display: flex;
  }

  .footer-wrapper {
    width: 80%;
    min-width: auto;
  }

  .footer-block {
    text-align: left;
  }

  .navbar-3 {
    color: #222;
    background-color: #222;
  }

  .section-2 {
    background-position: 0 0, 50%;
    min-height: 400px;
    padding-top: 21px;
  }

  .section-2.is-oferta {
    background-position: 0 0, 30%;
  }

  .heading-15 {
    object-position: 50% 50%;
    font-size: 50px;
    line-height: 58px;
    position: static;
    overflow: visible;
  }

  .paragraph-13 {
    max-width: 500px;
    margin-right: -7px;
  }

  .div-block-16, .div-block-18, .div-block-20, .div-block-22, .div-block-24 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .paragraph-19 {
    color: #fff;
  }

  .div-block-26 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .heading-21 {
    margin-bottom: 19px;
  }

  .container-14 {
    min-width: auto;
    max-width: 728px;
  }

  .section-3 {
    min-height: 400px;
  }

  .heading-22 {
    object-position: 50% 50%;
    font-size: 50px;
    line-height: 58px;
    position: static;
    overflow: visible;
  }

  .paragraph-20 {
    max-width: 500px;
    margin-right: -7px;
  }

  .div-block-29 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .div-block-30 {
    width: 70%;
  }

  .section-4 {
    height: 80vh;
    min-height: 400px;
  }

  .heading-24 {
    object-position: 50% 50%;
    font-size: 50px;
    line-height: 58px;
    position: static;
    overflow: visible;
  }

  .paragraph-22 {
    max-width: 500px;
    margin-right: -7px;
  }

  .div-block-33 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .image-19 {
    min-width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .div-block-35 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .image-20 {
    width: 100%;
    min-width: 100%;
  }

  .sekcja6-2 {
    margin-bottom: 42px;
  }

  .container-we-2 {
    object-fit: fill;
    min-width: 700px;
    padding-top: 612px;
    overflow: auto;
  }

  .container-we-2.sekcja-6 {
    min-height: 100px;
    padding-top: 0;
    overflow: hidden;
  }

  .container-we-2.skontaktuj-sie2 {
    min-height: 60px;
    margin-top: 20px;
    padding-top: 0;
    overflow: hidden;
  }

  .container-we-2.onashero {
    width: 90%;
  }

  .div-block-38 {
    width: 80%;
  }

  .paragraph-25 {
    color: #fff;
  }

  .container-18 {
    min-width: auto;
    max-width: 728px;
  }

  .heading-29 {
    object-position: 50% 50%;
    font-size: 50px;
    line-height: 58px;
    position: static;
    overflow: visible;
  }

  .paragraph-26 {
    max-width: 500px;
    margin-right: -7px;
  }

  .container-we-3 {
    object-fit: fill;
    min-width: 700px;
    padding-top: 612px;
    overflow: auto;
  }

  .container-we-3.kontakt {
    height: 100%;
    margin-bottom: 23px;
    padding-top: 0;
    overflow: hidden;
  }

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

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

  .nav-menu-4 {
    color: #000;
    background-color: #222;
  }

  .div-block-49 {
    background-color: #222;
    flex-flow: column;
    justify-content: center;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .container {
    width: 85%;
    max-width: 1300px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
    margin-left: 69px;
    padding-left: 0;
  }

  .div-block-50 {
    justify-content: flex-start;
  }

  .div-block-50._50v2 {
    justify-content: center;
  }

  .heading-32.heding32v2 {
    text-align: left;
  }

  .div-block-53 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-29 {
    width: 50%;
  }

  .navbar-6 {
    color: #222;
  }

  .icon {
    color: #fff;
    object-fit: fill;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .menu-button-3 {
    justify-content: space-around;
    align-items: flex-end;
    width: 10%;
    height: 70px;
    margin-top: 0;
    padding: 11px;
    font-size: 30px;
    display: flex;
    overflow: hidden;
    transform: scale(1.1);
  }

  .menu-button-3.w--open {
    background-color: #1a1a1a00;
  }

  .lottie-animation {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    overflow: visible;
    transform: scale(2);
  }

  .lottie-animation-2 {
    transform: scale(2);
  }

  .lottie-animation-3 {
    transform: scale(.7);
  }

  .div-block-56 {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    min-width: 6px;
    height: 5px;
    min-height: 5px;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 6px;
    line-height: 6px;
  }

  .container-27 {
    flex-flow: column wrap;
    place-content: center space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .hamburger-menu-wrapper {
    grid-column-gap: 24px;
    background-color: #161616;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .hamburger-menu-bar {
    width: 44px;
  }

  .hamburger-menu-bar.top {
    background-image: linear-gradient(#fff, #fff);
    border-radius: 20px;
    height: 5px;
  }

  .hamburger-menu-bar.bottom {
    background-image: linear-gradient(#fff, #fff);
    height: 5px;
  }

  .header-right-side-container {
    grid-column-gap: 16px;
    align-items: center;
    display: flex;
  }

  .hidden-on-desktop.show-on-tablet {
    display: block;
  }

  .header-nav-menu-list {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
    display: none;
  }

  .header-nav-menu-wrapper {
    z-index: 999999;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid #eff1f6;
    border-bottom: 1px solid #eff1f6;
    padding: 40px 24px;
  }

  .text-50.medium.sidebar-title {
    margin-bottom: 12px;
  }

  .sidebar-container {
    z-index: 0;
    position: static;
  }

  .grid-1-column.sidebar-links-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-1-column.sidebar-links-grid.mg-bottom-48px {
    margin-bottom: 32px;
  }

  .header-sidebar-wrapper {
    margin-bottom: 24px;
    display: block;
  }

  .text-101.medium.sidebar-title, .text-102.medium.sidebar-title, .text-103.medium.sidebar-title {
    margin-bottom: 12px;
  }

  .hamburger {
    grid-column-gap: 24px;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 5px;
    display: flex;
    transform: scale(1.1);
  }

  .hamburger.w--open {
    background-color: #0000;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_component {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1_line-top {
    background-color: #fff;
    border-radius: 20px;
    width: 32px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: #fff;
    border-radius: 20px;
    width: 32px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-background-color-1\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding: 0 0% 8rem;
    transition: height .5s;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .section {
    padding: 40px 20px;
  }

  .section.hero {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section.press {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .section.sign-up {
    text-align: center;
  }

  .section.about-image {
    height: 280px;
  }

  .huge-heading {
    font-size: 50px;
    line-height: 48px;
  }

  .subtitle.pricing {
    margin-bottom: 16px;
  }

  .press-title {
    display: block;
  }

  .press-image-wrapper {
    width: 33%;
  }

  .press-image-wrapper.title {
    width: 100%;
    padding-top: 5px;
  }

  .small-heading {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
  }

  .image-crop {
    text-align: center;
    border-bottom: 3px solid #5f6266;
    margin-bottom: 36px;
  }

  .image-crop.ipad {
    margin-bottom: 36px;
  }

  .image-crop.iphone {
    border-bottom-style: none;
    height: 389px;
    margin-bottom: -40px;
  }

  .image-crop.hero {
    width: auto;
  }

  .feature-list {
    margin-bottom: 20px;
  }

  .pricing-column {
    margin-left: 33px;
    margin-right: 33px;
  }

  .pricing-row {
    margin-top: 9px;
  }

  .get-started-link {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .get-started-link.simple {
    display: inline-block;
  }

  .support {
    text-align: center;
  }

  .all-devices-image {
    width: 50%;
  }

  .padded-column {
    padding: 41px 30px;
  }

  .padded-column.picture {
    height: 246px;
  }

  .question {
    margin-top: 32px;
  }

  .contact-text {
    clear: left;
    text-align: center;
    padding-top: 0;
  }

  .service-block {
    margin-bottom: 19px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .field.left {
    width: 49%;
    margin-right: 3%;
  }

  .field.right {
    width: 48%;
  }

  .testimonials-column {
    border: 2px solid #5f6266c9;
    padding: 16px 22px 22px;
  }

  .sign-up-form {
    border-right-style: none;
    padding-right: 0;
  }

  .center {
    text-align: center;
  }

  .title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-column {
    margin-bottom: 33px;
  }

  .container-3 {
    min-width: 100%;
  }

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

  .hero {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Group-123.png');
    background-position: 0 0, 65%;
    background-size: auto, cover;
  }

  .container-we {
    width: 80%;
    min-width: auto;
    max-width: 90%;
    max-height: 100vh;
    padding-top: 79px;
    padding-left: 0;
    overflow: visible;
  }

  .container-we.conteiner-hero {
    flex-wrap: nowrap;
    height: 100vh;
    max-height: 100vh;
    padding-top: 0;
    display: flex;
  }

  .container-we.punkty {
    height: 100%;
    min-height: auto;
    max-height: 3000vh;
  }

  .container-we.skontaktuj-sie2 {
    min-width: 80%;
    height: 100%;
    min-height: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 16px;
    display: block;
    overflow: visible;
  }

  .container-we.sekcja-5 {
    min-width: 80%;
    padding-bottom: 19px;
    overflow: hidden;
  }

  .container-we.sekcja-6 {
    min-width: 90%;
    padding-top: 0;
  }

  .container-we.onashero {
    height: 100%;
  }

  .container-we.sekcja-6 {
    min-width: 80%;
    height: 100px;
    margin-bottom: 20px;
    padding-top: 0;
    overflow: hidden;
  }

  .heading-3 {
    margin-top: 0;
  }

  .heading-2.headingphone1 {
    font-family: Impact, sans-serif;
    font-size: 40px;
    line-height: 50px;
  }

  .skontaktuj-si {
    height: auto;
    min-height: 100%;
    font-size: 16px;
    overflow: visible;
  }

  .heading-13 {
    font-size: 22px;
    line-height: 33px;
  }

  .paragraph-12 {
    justify-content: center;
    width: 100%;
    min-height: 100%;
    margin-bottom: -1px;
    display: flex;
    overflow: hidden;
  }

  .div-block-10 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .heading-14 {
    font-size: 22px;
    line-height: 33px;
  }

  .div-block-13 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .image-11 {
    width: 100%;
  }

  .paragraph-8 {
    min-width: 70%;
    font-size: 16px;
  }

  .heading-7 {
    font-size: 40px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: none;
    display: grid;
  }

  .sekcja2 {
    align-items: center;
    min-width: 100px;
    height: auto;
    min-height: 100%;
    max-height: none;
    margin-bottom: 63px;
    padding-bottom: 0;
    display: inline-block;
  }

  .heading-9 {
    font-size: 22px;
    line-height: 33px;
  }

  .sekcja4 {
    margin-bottom: 0;
    overflow: hidden;
  }

  .heading-10 {
    margin-bottom: 34px;
  }

  .grid-4.grid5 {
    margin-bottom: 14px;
  }

  .heading-11 {
    margin-bottom: 23px;
    font-size: 38px;
    line-height: 43px;
  }

  .heading-11.heading11yelow {
    margin-top: -17px;
  }

  .sekcja6 {
    flex-direction: column;
    justify-content: space-around;
    display: block;
    overflow: hidden;
  }

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

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-block {
    align-items: center;
  }

  .section-2 {
    padding-top: 35px;
  }

  .heading-15.headingphone1 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-16 {
    text-align: center;
    padding-bottom: 19px;
    font-size: 22px;
    line-height: 33px;
  }

  .div-block-16 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .image-12 {
    width: 100%;
  }

  .heading-17 {
    font-size: 22px;
    line-height: 33px;
  }

  .div-block-18 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .image-13 {
    width: 100%;
  }

  .heading-18 {
    font-size: 22px;
    line-height: 33px;
  }

  .div-block-20 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .image-14 {
    width: 100%;
  }

  .heading-19 {
    font-size: 22px;
    line-height: 33px;
  }

  .div-block-22 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .image-15 {
    width: 100%;
  }

  .heading-20 {
    font-size: 22px;
    line-height: 33px;
  }

  .div-block-24 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .image-16 {
    width: 100%;
  }

  .paragraph-19 {
    color: #fff;
  }

  .div-block-26 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .image-17 {
    width: 100%;
  }

  .heading-21 {
    margin-bottom: 23px;
  }

  .footer-link-3:hover {
    color: #1a1b1fbf;
  }

  .heading-22.headingphone1 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-23 {
    font-size: 22px;
    line-height: 33px;
  }

  .div-block-29 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .image-18 {
    width: 100%;
  }

  .div-block-30 {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

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

  .heading-24.headingphone1 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-25 {
    font-size: 22px;
    line-height: 33px;
  }

  .div-block-33 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .image-19 {
    width: 100%;
  }

  .heading-26 {
    font-size: 22px;
    line-height: 33px;
  }

  .div-block-35 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .sekcja6-2 {
    padding-left: 5px;
  }

  .container-we-2 {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    max-height: 100vh;
    padding-top: 135px;
    padding-left: 0;
    overflow: visible;
  }

  .container-we-2.sekcja-6 {
    min-width: auto;
    margin-bottom: 21px;
    padding-top: 0;
  }

  .container-we-2.skontaktuj-sie2 {
    min-width: 90%;
    margin-top: 0;
    padding-top: 20px;
  }

  .container-we-2.onashero {
    justify-content: center;
  }

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

  .section-6 {
    background-image: linear-gradient(135deg, #000, #00000054), url('../images/unsplash_ZOiGMIcfXXg.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-39 {
    align-items: flex-start;
  }

  .heading-29.headingphone1 {
    font-size: 40px;
    line-height: 50px;
  }

  .container-we-3 {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    max-height: 100vh;
    padding-top: 135px;
    padding-left: 0;
    overflow: visible;
  }

  .container-we-3.kontakt {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
  }

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

  .div-block-40 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .image-21 {
    max-width: 100%;
    display: none;
  }

  .image-22, .image-23, .image-24 {
    padding-right: 0;
  }

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

  .image-25 {
    padding-top: 0;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand-2 {
    text-align: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: 0;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-4:hover {
    color: #1a1b1fbf;
  }

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

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

  .footer-divider-2 {
    margin-top: 60px;
  }

  .image-26 {
    text-align: center;
  }

  .heading-32 {
    font-size: 22px;
    line-height: 29px;
  }

  .heading-32.nowy {
    padding-right: 0;
    line-height: 29px;
  }

  .heading-33.heading33yellow {
    font-size: 22px;
  }

  .heading-34 {
    margin-top: -6px;
    padding-top: 0;
    font-size: 30px;
  }

  .heading-35 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 43px;
  }

  .image-28 {
    width: 100%;
  }

  .link-5 {
    margin-bottom: 15px;
  }

  .menu-button-3 {
    width: 14%;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .hidden-on-mbl {
    display: none;
  }

  .header-right-side-container {
    grid-column-gap: 12px;
  }

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

  .header-nav-menu-wrapper {
    padding: 32px 20px;
  }

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

  .card {
    box-shadow: 0 2px 12px #14142b0a;
  }

  .grid-1-column.sidebar-links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 479px) {
  a {
    margin-top: 7px;
  }

  .button {
    margin-bottom: 14px;
    display: block;
  }

  .navbar, .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.hero {
    padding: 54px 20px;
  }

  .subtitle {
    margin-bottom: 29px;
  }

  .outline-button {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .press-image-wrapper {
    width: 100%;
    height: 47px;
  }

  .small-heading {
    font-size: 21px;
    line-height: 26px;
  }

  .image-crop {
    height: 270px;
  }

  .image-crop.iphone {
    height: 325px;
  }

  .pricing-column {
    margin-left: 0;
    margin-right: 0;
  }

  .all-devices-image {
    width: 70%;
  }

  .padded-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padded-column.picture {
    height: 226px;
  }

  .contact-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .field.left {
    width: 100%;
    margin-right: 0%;
  }

  .field.right {
    width: 100%;
  }

  .ipad-image {
    padding-left: 14px;
    padding-right: 14px;
  }

  .iphone-image {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .hero {
    background-image: linear-gradient(to bottom, null, null);
    text-shadow: 0 0 16px #000;
    height: 90vh;
    margin-bottom: 33px;
    padding-top: 0;
    overflow: hidden;
  }

  .container-we {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 890%;
    padding-top: 0;
    display: flex;
  }

  .container-we.conteiner-hero {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    min-width: 80%;
    max-width: 90%;
    max-height: 100vh;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .container-we.punkty {
    object-fit: fill;
    max-width: 80%;
    min-height: auto;
    max-height: 3000vh;
    padding-top: 20px;
  }

  .container-we.skontaktuj-sie2 {
    justify-content: center;
    min-width: 80%;
    margin-bottom: 0;
    display: none;
  }

  .container-we.sekcja-5 {
    text-align: center;
    align-items: center;
    min-width: 80%;
    height: 100%;
    max-height: 100%;
    padding-top: 20px;
  }

  .container-we.onashero {
    height: 100%;
    min-height: 400px;
  }

  .container-we.sekcja-6 {
    width: 80%;
    min-width: 80%;
    height: auto;
  }

  .container-we.sekcja-6.nowy {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .heading-3 {
    margin-top: 0;
  }

  .heading-2.headingphone1 {
    text-align: center;
    font-size: 35px;
    line-height: 42px;
  }

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

  .skontaktuj-si {
    border-width: 2.5px;
    outline-width: 3px;
    min-height: auto;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .container-6 {
    border-radius: 20px;
  }

  .div-block-9 {
    width: 90px;
  }

  .div-block-10 {
    min-width: 90%;
    max-width: 90%;
    padding-left: 31px;
    padding-right: 0;
  }

  .container-7 {
    border-radius: 20px;
  }

  .div-block-13 {
    min-width: 90%;
    max-width: 90%;
    padding-left: 31px;
    padding-right: 0;
  }

  .paragraph-8 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .heading-7 {
    min-width: 40%;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 43px;
  }

  .div-block-6 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .sekcja2 {
    object-fit: cover;
    width: auto;
    min-width: auto;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: 200%;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .heading-10 {
    font-size: 28px;
    line-height: 35px;
  }

  .grid-4.grid5 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .sekcja5 {
    background-image: linear-gradient(135deg, #000, #00000063), url('../images/Group-124-min.png');
    background-position: 0 0, 45%;
    background-size: auto, cover;
    min-height: 60vh;
    max-height: 2000px;
  }

  .heading-11 {
    text-align: center;
    margin-bottom: 22px;
    padding-right: 0;
    font-size: 28px;
    line-height: 35px;
  }

  .paragraph-9 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .sekcja6 {
    display: block;
  }

  .paragraph-10 {
    text-align: left;
    justify-content: flex-start;
    margin-right: 0;
    display: flex;
  }

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

  .section-2 {
    align-items: center;
    height: 80vh;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .div-block-14 {
    align-items: center;
    max-height: 80vh;
  }

  .heading-15.headingphone1 {
    text-align: center;
    font-size: 35px;
  }

  .paragraph-13 {
    text-align: center;
  }

  .heading-16 {
    margin-bottom: 16px;
    padding-bottom: 0;
  }

  .container-8 {
    border-radius: 20px;
  }

  .div-block-16 {
    min-width: 90%;
    max-width: 90%;
    padding-left: 31px;
    padding-right: 0;
  }

  .container-9 {
    border-radius: 20px;
  }

  .div-block-18 {
    min-width: 90%;
    max-width: 90%;
    padding-left: 31px;
    padding-right: 0;
  }

  .container-10 {
    border-radius: 20px;
  }

  .div-block-20 {
    min-width: 90%;
    max-width: 90%;
    padding-left: 31px;
    padding-right: 0;
  }

  .container-11 {
    border-radius: 20px;
  }

  .div-block-22 {
    min-width: 90%;
    max-width: 90%;
    padding-left: 31px;
    padding-right: 0;
  }

  .heading-20 {
    width: 80%;
  }

  .container-12 {
    border-radius: 20px;
  }

  .div-block-24 {
    min-width: 90%;
    max-width: 90%;
    padding-left: 31px;
    padding-right: 0;
  }

  .container-13 {
    border-radius: 20px;
  }

  .paragraph-19 {
    color: #fff;
  }

  .div-block-26 {
    min-width: 90%;
    max-width: 90%;
    padding-left: 31px;
    padding-right: 0;
  }

  .heading-21 {
    margin-bottom: 22px;
    padding-right: 0;
    font-size: 28px;
    line-height: 35px;
  }

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

  .section-3 {
    background-color: #0000;
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/unsplash_VW4xiLRr-do-2-min.png');
    background-position: 0 0, 40%;
    background-size: auto, cover;
    height: 80vh;
  }

  .div-block-27 {
    align-items: center;
  }

  .heading-22.headingphone1 {
    text-align: center;
    font-size: 35px;
  }

  .paragraph-20 {
    text-align: center;
  }

  .container-15 {
    border-radius: 20px;
  }

  .div-block-29 {
    min-width: 90%;
    max-width: 90%;
    padding-left: 31px;
    padding-right: 0;
  }

  .div-block-30 {
    width: auto;
    height: 100%;
    min-height: 240px;
  }

  .section-4 {
    background-position: 20% 0;
    min-height: 40vh;
  }

  .div-block-31 {
    align-items: center;
    height: 100%;
    padding-top: 12px;
  }

  .heading-24.headingphone1 {
    text-align: center;
    font-size: 35px;
    display: flex;
  }

  .paragraph-22 {
    text-align: center;
  }

  .container-16 {
    border-radius: 20px;
  }

  .paragraph-23 {
    color: #fff;
  }

  .div-block-33 {
    min-width: 90%;
    max-width: 90%;
    padding-left: 31px;
    padding-right: 0;
  }

  .container-17 {
    border-radius: 20px;
  }

  .div-block-35 {
    min-width: 90%;
    max-width: 90%;
    padding-left: 31px;
    padding-right: 0;
  }

  .div-block-36 {
    background-image: linear-gradient(#fad84a, #fad84a);
    min-width: 25px;
  }

  .heading-27 {
    font-size: 40px;
  }

  .heading-28 {
    font-size: 33px;
  }

  .section-5 {
    padding-bottom: 7px;
  }

  .sekcja6-2 {
    width: 100%;
    min-width: 100%;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 45px;
    display: flex;
  }

  .container-we-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 40%;
    max-width: 40%;
    display: block;
  }

  .container-we-2.sekcja-6 {
    height: auto;
    margin-bottom: -5px;
  }

  .container-we-2.skontaktuj-sie2 {
    text-align: right;
    min-width: 80%;
    padding-top: 0;
  }

  .container-we-2.onashero {
    align-items: center;
    width: 80%;
    display: flex;
  }

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

  .paragraph-25 {
    color: #fff;
  }

  .paragraph-25.onasparagraph {
    min-height: 100%;
  }

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

  .section-6 {
    background-image: linear-gradient(135deg, #000000d6, #00000080), url('../images/unsplash_ZOiGMIcfXXg.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

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

  .heading-29.headingphone1 {
    text-align: center;
    flex-direction: column;
    font-size: 35px;
    line-height: 42px;
    display: flex;
  }

  .paragraph-26 {
    text-align: center;
  }

  .container-we-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 40%;
    max-width: 40%;
    display: block;
  }

  .container-we-3.kontakt {
    text-align: center;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: 1300px;
    margin-bottom: 74px;
    display: flex;
  }

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

  .div-block-40 {
    max-width: 90%;
    margin-bottom: 12px;
  }

  .div-block-41 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .podkre-lenie {
    display: none;
  }

  .nav-menu-4 {
    flex-direction: row;
    justify-content: flex-end;
    width: auto;
    height: auto;
    display: flex;
    box-shadow: 0 20px 20px -9px #00000078;
  }

  .container-23 {
    flex-flow: column;
    display: block;
  }

  .image-25 {
    text-align: left;
    max-width: 40%;
    display: block;
  }

  .div-block-49 {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 7px;
    display: flex;
  }

  .paragraph-28 {
    font-size: 18px;
    line-height: 25px;
  }

  .container {
    max-width: none;
  }

  .heading-32.heding32v2 {
    line-height: 28px;
  }

  .heading-35 {
    font-size: 28px;
    line-height: 35px;
  }

  .link-block {
    display: block;
  }

  .link-block-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 0%;
    min-width: 100px;
    max-width: none;
    display: flex;
  }

  .image-27 {
    width: 80%;
  }

  .div-block-52 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-53 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-54 {
    background-image: linear-gradient(#000, #fff);
  }

  .text-span-25 {
    color: var(--gold);
    margin-bottom: -38px;
    padding-bottom: 0;
  }

  .link-4 {
    color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 300;
    text-decoration: none;
  }

  .link-5 {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
  }

  .icon {
    padding-top: 1px;
  }

  .menu-button-3 {
    width: 20%;
    margin-top: 4px;
  }

  .link-block-3 {
    margin-top: 0;
  }

  .link-block-3.w--current {
    margin-right: -25px;
  }

  .lottie-animation-3 {
    transform: scale(.7);
  }

  .hamburger-menu-bar {
    width: 24px;
  }

  .header-nav-menu-wrapper, .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-1-column.sidebar-links-grid {
    grid-column-gap: 12px;
  }

  .hamburger {
    width: auto;
    margin-top: 7px;
  }

  .div-block-58 {
    justify-content: center;
    display: flex;
  }
}

#w-node-_90f41fa8-c627-f65f-98bd-9498b3297d3f-dd840568 {
  grid-area: Area;
}

#w-node-_90f41fa8-c627-f65f-98bd-9498b3297d44-dd840568, #w-node-_739b956d-af95-0e6f-b391-3fc94e13c6be-dd840568, #w-node-_739b956d-af95-0e6f-b391-3fc94e13c6c0-dd840568, #w-node-_8026cd54-9011-85a7-33ba-07cab4194fa5-dd840568, #w-node-_8ad613f4-0aa7-89c0-a691-257f9569ca48-dd840568, #w-node-c5aa94db-2a10-34d2-a1fc-51cded449500-dd840568, #w-node-_9ef26495-8e66-98d3-f445-9492f710070b-dd840568, #w-node-_4cefafa9-79e0-050a-95a4-8c04ee36e171-dd840568, #w-node-_28753734-76ef-7b1d-97b8-dc8b686071b3-dd840568, #w-node-_5fe2070d-9138-f499-af5b-e36a3e52ad1b-dd840568 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83dcda11-e28e-23d7-701e-f9917ce3ecd1-dd840568, #w-node-_83dcda11-e28e-23d7-701e-f9917ce3ecd3-dd840568, #w-node-_83dcda11-e28e-23d7-701e-f9917ce3ecd5-dd840568 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83dcda11-e28e-23d7-701e-f9917ce3ecd7-dd840568 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83dcda11-e28e-23d7-701e-f9917ce3ecda-dd840568, #w-node-_83dcda11-e28e-23d7-701e-f9917ce3ecdc-dd840568 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83dcda11-e28e-23d7-701e-f9917ce3ecde-dd840568, #w-node-_1c2482ea-2897-0727-b2c7-045f421f56bb-421f56a1, #w-node-_1c2482ea-2897-0727-b2c7-045f421f56b0-421f56a1, #w-node-_1c2482ea-2897-0727-b2c7-045f421f56a7-421f56a1, #w-node-f563ad49-bf24-b287-c48e-8c0059d7faf2-dd84056a, #w-node-f563ad49-bf24-b287-c48e-8c0059d7faf7-dd84056a, #w-node-e0d954f3-8979-5ffb-64d4-f77ddb164659-dd84056a, #w-node-e0d954f3-8979-5ffb-64d4-f77ddb16465b-dd84056a, #w-node-ad16cb5d-3814-32b2-2974-a757fa60ad1e-dd84056a, #w-node-ad16cb5d-3814-32b2-2974-a757fa60ad23-dd84056a, #w-node-_587f0ade-dd41-0d99-6589-993f34ba021f-dd84056a, #w-node-_587f0ade-dd41-0d99-6589-993f34ba0221-dd84056a, #w-node-_0056f7b8-ba7b-4ac3-438c-993c87602fe7-dd84056a, #w-node-_0056f7b8-ba7b-4ac3-438c-993c87602fec-dd84056a, #w-node-a4c85ff9-e2f9-bf08-6a36-65c63e5b1c9b-dd84056a, #w-node-a4c85ff9-e2f9-bf08-6a36-65c63e5b1c9d-dd84056a, #w-node-_2f1975cd-4224-d73b-a7f3-06b5cb4c76be-dd84056b, #w-node-_2f1975cd-4224-d73b-a7f3-06b5cb4c76c3-dd84056b, #w-node-e55399e6-20e0-2fba-faaa-8dbcd18b2a9c-dd84056b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e55399e6-20e0-2fba-faaa-8dbcd18b2aa1-dd84056b {
  grid-area: Area;
}

#w-node-_648dbae7-ebf0-4044-b1d1-0daad1e69c47-dd84056b, #w-node-_648dbae7-ebf0-4044-b1d1-0daad1e69c4c-dd84056b, #w-node-e9f5d544-5c21-7193-f8e6-b2fb13690e94-dd84056d, #w-node-e9f5d544-5c21-7193-f8e6-b2fb13690e99-dd84056d, #w-node-c1a85a86-f1bc-a2bd-7131-0c53a8999c0a-dd84056d, #w-node-c1a85a86-f1bc-a2bd-7131-0c53a8999c0c-dd84056d, #w-node-faf36b40-d406-1788-5f5f-fe6236b01a69-dd84056d, #w-node-faf36b40-d406-1788-5f5f-fe6236b01a6e-dd84056d, #w-node-f563ad49-bf24-b287-c48e-8c0059d7faf2-61be6c86, #w-node-f563ad49-bf24-b287-c48e-8c0059d7faf7-61be6c86, #w-node-e0d954f3-8979-5ffb-64d4-f77ddb164659-61be6c86, #w-node-e0d954f3-8979-5ffb-64d4-f77ddb16465b-61be6c86, #w-node-ad16cb5d-3814-32b2-2974-a757fa60ad1e-61be6c86, #w-node-ad16cb5d-3814-32b2-2974-a757fa60ad23-61be6c86, #w-node-_587f0ade-dd41-0d99-6589-993f34ba021f-61be6c86, #w-node-_587f0ade-dd41-0d99-6589-993f34ba0221-61be6c86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_90f41fa8-c627-f65f-98bd-9498b3297d3f-dd840568 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_90f41fa8-c627-f65f-98bd-9498b3297d44-dd840568, #w-node-_739b956d-af95-0e6f-b391-3fc94e13c6be-dd840568 {
    grid-area: Area;
  }

  #w-node-_739b956d-af95-0e6f-b391-3fc94e13c6c0-dd840568 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8026cd54-9011-85a7-33ba-07cab4194fa5-dd840568 {
    justify-self: center;
  }

  #w-node-f563ad49-bf24-b287-c48e-8c0059d7faf2-dd84056a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f563ad49-bf24-b287-c48e-8c0059d7faf7-dd84056a, #w-node-e0d954f3-8979-5ffb-64d4-f77ddb164659-dd84056a {
    grid-area: Area;
  }

  #w-node-e0d954f3-8979-5ffb-64d4-f77ddb16465b-dd84056a, #w-node-ad16cb5d-3814-32b2-2974-a757fa60ad1e-dd84056a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad16cb5d-3814-32b2-2974-a757fa60ad23-dd84056a, #w-node-_587f0ade-dd41-0d99-6589-993f34ba021f-dd84056a {
    grid-area: Area;
  }

  #w-node-_587f0ade-dd41-0d99-6589-993f34ba0221-dd84056a, #w-node-_0056f7b8-ba7b-4ac3-438c-993c87602fe7-dd84056a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0056f7b8-ba7b-4ac3-438c-993c87602fec-dd84056a, #w-node-a4c85ff9-e2f9-bf08-6a36-65c63e5b1c9b-dd84056a {
    grid-area: Area;
  }

  #w-node-a4c85ff9-e2f9-bf08-6a36-65c63e5b1c9d-dd84056a, #w-node-_2f1975cd-4224-d73b-a7f3-06b5cb4c76be-dd84056b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2f1975cd-4224-d73b-a7f3-06b5cb4c76c3-dd84056b {
    grid-area: Area;
  }

  #w-node-e55399e6-20e0-2fba-faaa-8dbcd18b2a9c-dd84056b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e55399e6-20e0-2fba-faaa-8dbcd18b2aa1-dd84056b {
    grid-area: Area;
  }

  #w-node-_648dbae7-ebf0-4044-b1d1-0daad1e69c47-dd84056b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_648dbae7-ebf0-4044-b1d1-0daad1e69c4c-dd84056b {
    grid-area: Area;
  }

  #w-node-e9f5d544-5c21-7193-f8e6-b2fb13690e94-dd84056d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e9f5d544-5c21-7193-f8e6-b2fb13690e99-dd84056d, #w-node-c1a85a86-f1bc-a2bd-7131-0c53a8999c0a-dd84056d {
    grid-area: Area;
  }

  #w-node-c1a85a86-f1bc-a2bd-7131-0c53a8999c0c-dd84056d, #w-node-faf36b40-d406-1788-5f5f-fe6236b01a69-dd84056d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-faf36b40-d406-1788-5f5f-fe6236b01a6e-dd84056d {
    grid-area: Area;
  }

  #w-node-f563ad49-bf24-b287-c48e-8c0059d7faf2-61be6c86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f563ad49-bf24-b287-c48e-8c0059d7faf7-61be6c86, #w-node-e0d954f3-8979-5ffb-64d4-f77ddb164659-61be6c86 {
    grid-area: Area;
  }

  #w-node-e0d954f3-8979-5ffb-64d4-f77ddb16465b-61be6c86, #w-node-ad16cb5d-3814-32b2-2974-a757fa60ad1e-61be6c86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad16cb5d-3814-32b2-2974-a757fa60ad23-61be6c86, #w-node-_587f0ade-dd41-0d99-6589-993f34ba021f-61be6c86 {
    grid-area: Area;
  }

  #w-node-_587f0ade-dd41-0d99-6589-993f34ba0221-61be6c86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_90f41fa8-c627-f65f-98bd-9498b3297d44-dd840568, #w-node-_739b956d-af95-0e6f-b391-3fc94e13c6be-dd840568, #w-node-f563ad49-bf24-b287-c48e-8c0059d7faf7-dd84056a, #w-node-e0d954f3-8979-5ffb-64d4-f77ddb164659-dd84056a, #w-node-ad16cb5d-3814-32b2-2974-a757fa60ad23-dd84056a, #w-node-_587f0ade-dd41-0d99-6589-993f34ba021f-dd84056a, #w-node-_0056f7b8-ba7b-4ac3-438c-993c87602fec-dd84056a, #w-node-a4c85ff9-e2f9-bf08-6a36-65c63e5b1c9b-dd84056a, #w-node-_2f1975cd-4224-d73b-a7f3-06b5cb4c76c3-dd84056b, #w-node-e55399e6-20e0-2fba-faaa-8dbcd18b2aa1-dd84056b, #w-node-_648dbae7-ebf0-4044-b1d1-0daad1e69c4c-dd84056b, #w-node-e9f5d544-5c21-7193-f8e6-b2fb13690e99-dd84056d, #w-node-c1a85a86-f1bc-a2bd-7131-0c53a8999c0a-dd84056d, #w-node-faf36b40-d406-1788-5f5f-fe6236b01a6e-dd84056d, #w-node-f563ad49-bf24-b287-c48e-8c0059d7faf7-61be6c86, #w-node-e0d954f3-8979-5ffb-64d4-f77ddb164659-61be6c86, #w-node-ad16cb5d-3814-32b2-2974-a757fa60ad23-61be6c86, #w-node-_587f0ade-dd41-0d99-6589-993f34ba021f-61be6c86 {
    grid-area: Area;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_90f41fa8-c627-f65f-98bd-9498b3297d3f-dd840568 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_90f41fa8-c627-f65f-98bd-9498b3297d44-dd840568, #w-node-_739b956d-af95-0e6f-b391-3fc94e13c6be-dd840568 {
    grid-area: Area;
  }

  #w-node-_739b956d-af95-0e6f-b391-3fc94e13c6c0-dd840568, #w-node-_8ad613f4-0aa7-89c0-a691-257f9569ca48-dd840568, #w-node-c5aa94db-2a10-34d2-a1fc-51cded449500-dd840568, #w-node-_9ef26495-8e66-98d3-f445-9492f710070b-dd840568, #w-node-_4cefafa9-79e0-050a-95a4-8c04ee36e171-dd840568, #w-node-_28753734-76ef-7b1d-97b8-dc8b686071b3-dd840568, #w-node-f563ad49-bf24-b287-c48e-8c0059d7faf2-dd84056a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f563ad49-bf24-b287-c48e-8c0059d7faf7-dd84056a, #w-node-e0d954f3-8979-5ffb-64d4-f77ddb164659-dd84056a {
    grid-area: Area;
  }

  #w-node-e0d954f3-8979-5ffb-64d4-f77ddb16465b-dd84056a, #w-node-ad16cb5d-3814-32b2-2974-a757fa60ad1e-dd84056a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad16cb5d-3814-32b2-2974-a757fa60ad23-dd84056a, #w-node-_587f0ade-dd41-0d99-6589-993f34ba021f-dd84056a {
    grid-area: Area;
  }

  #w-node-_587f0ade-dd41-0d99-6589-993f34ba0221-dd84056a, #w-node-_0056f7b8-ba7b-4ac3-438c-993c87602fe7-dd84056a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0056f7b8-ba7b-4ac3-438c-993c87602fec-dd84056a, #w-node-a4c85ff9-e2f9-bf08-6a36-65c63e5b1c9b-dd84056a {
    grid-area: Area;
  }

  #w-node-a4c85ff9-e2f9-bf08-6a36-65c63e5b1c9d-dd84056a, #w-node-_2f1975cd-4224-d73b-a7f3-06b5cb4c76be-dd84056b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2f1975cd-4224-d73b-a7f3-06b5cb4c76c3-dd84056b {
    grid-area: Area;
  }

  #w-node-e55399e6-20e0-2fba-faaa-8dbcd18b2a9c-dd84056b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e55399e6-20e0-2fba-faaa-8dbcd18b2aa1-dd84056b {
    grid-area: Area;
  }

  #w-node-_648dbae7-ebf0-4044-b1d1-0daad1e69c47-dd84056b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_648dbae7-ebf0-4044-b1d1-0daad1e69c4c-dd84056b {
    grid-area: Area;
  }

  #w-node-e9f5d544-5c21-7193-f8e6-b2fb13690e94-dd84056d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e9f5d544-5c21-7193-f8e6-b2fb13690e99-dd84056d, #w-node-c1a85a86-f1bc-a2bd-7131-0c53a8999c0a-dd84056d {
    grid-area: Area;
  }

  #w-node-c1a85a86-f1bc-a2bd-7131-0c53a8999c0c-dd84056d, #w-node-faf36b40-d406-1788-5f5f-fe6236b01a69-dd84056d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-faf36b40-d406-1788-5f5f-fe6236b01a6e-dd84056d {
    grid-area: Area;
  }

  #w-node-f563ad49-bf24-b287-c48e-8c0059d7faf2-61be6c86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f563ad49-bf24-b287-c48e-8c0059d7faf7-61be6c86, #w-node-e0d954f3-8979-5ffb-64d4-f77ddb164659-61be6c86 {
    grid-area: Area;
  }

  #w-node-e0d954f3-8979-5ffb-64d4-f77ddb16465b-61be6c86, #w-node-ad16cb5d-3814-32b2-2974-a757fa60ad1e-61be6c86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad16cb5d-3814-32b2-2974-a757fa60ad23-61be6c86, #w-node-_587f0ade-dd41-0d99-6589-993f34ba021f-61be6c86 {
    grid-area: Area;
  }

  #w-node-_587f0ade-dd41-0d99-6589-993f34ba0221-61be6c86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Impact';
  src: url('../fonts/impact.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}