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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.navbar-no-shadow {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #cfcfcf;
  position: sticky;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Droid Sans, sans-serif;
  font-size: 70px;
  display: block;
}

.paragraph {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-2 {
  border-top: 1px solid #d3d3d3;
  width: 110%;
  margin-top: 0;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.productbox {
  margin-bottom: 19px;
  padding: 10px 40px;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-2 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  object-fit: fill;
  background-color: #006cd1;
  background-image: url('../images/header.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.text-block {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 200;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-3-masa {
  color: #2179d6;
  margin-top: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 70px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.legal-section {
  background-color: #fff;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-3 {
  border-top: 1px solid #88baf6;
}

.kadra {
  background-color: #006cd1;
  margin-top: 40px;
  padding-bottom: 40px;
}

.heading-3-copy {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  text-decoration: none;
}

.heading-2-copy {
  color: #fff;
  border: 0 solid #000;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.paragraph-copy {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.image {
  border-radius: 20px;
}

.paragraph-2 {
  color: #fff;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.productbox-copy {
  padding: 10px 40px 10px 0;
}

.heading-2-copy-copy {
  color: #000;
  border: 0 solid #000;
  margin-top: 0;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 300;
  position: static;
}

.paragraph-copy-copy {
  color: #000;
  flex: 0 auto;
  width: 110%;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  overflow: visible;
}

.div-block-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  top: 120px;
}

.image-2 {
  object-fit: contain;
  min-height: 100%;
  position: static;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.section-3 {
  background-image: url('../images/Screenshot-2024-10-10-at-20.17.51.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  height: 400px;
}

.image-3, .image-4, .image-5, .image-6 {
  border-radius: 10px;
  min-width: 100%;
}

.image-7 {
  border-radius: 10px;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2-copy-copy-copy {
  color: #000;
  border: 0 solid #000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.div-block-6 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.heading-2-copy-copy-copy-copy {
  color: #000;
  border: 0 solid #000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.div-block-2-copy {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.bold-text {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-span {
  color: #1a1b1f;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.link {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.code-embed, .new-class-this-way {
  font-family: Montserrat, sans-serif;
}

.footer-light {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 60px;
  padding: 80px 30px 40px;
  display: block;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

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

.code-embed-2 {
  min-width: 16px;
  min-height: 20px;
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: MuseoModerno, sans-serif;
  font-size: 70px;
  font-weight: 300;
}

.code-embed-3 {
  font-weight: 400;
}

.about-section {
  background-color: #006cd1;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 100px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  padding-left: 20px;
  padding-right: 40px;
}

.class-about-wrapper {
  max-width: 900px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 60px;
  display: block;
}

.about-heading {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 32px;
  font-family: MuseoModerno, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.about-text {
  color: #fff;
  text-align: justify;
  max-width: 1000px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-3-copy {
  color: #2179d6;
  margin-top: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 70px;
  font-weight: 300;
  text-decoration: none;
}

.image-8 {
  position: relative;
  top: -11px;
}

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

.navbar {
  background-color: #fff;
  width: auto;
  height: 80px;
  margin-top: 0;
  display: block;
  position: sticky;
  top: 0;
  bottom: 0;
}

.navbar.phone {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.container-4 {
  box-sizing: border-box;
  margin-top: 30px;
}

.navbar-phone {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .heading {
    line-height: 64px;
  }

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

  .div-block-2 {
    padding-top: 74px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .legal-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    place-items: start stretch;
    display: grid;
  }

  .div-block-2-copy {
    padding-top: 74px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    max-width: 728px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .text-block {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 32px;
  }

  .div-block-2, .div-block-2-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

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

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

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

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

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

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

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

@media screen and (max-width: 479px) {
  .navbar-no-shadow {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    overflow: hidden;
  }

  .navbar-no-shadow-container {
    max-width: 100%;
    display: block;
    position: sticky;
  }

  .navbar-brand.w--current {
    flex: none;
    display: block;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .heading {
    font-size: 46px;
    line-height: 45px;
  }

  .paragraph {
    box-sizing: border-box;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

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

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

  .text-block {
    font-size: 24px;
  }

  .heading-3-masa {
    letter-spacing: 0;
    margin-top: 20px;
    font-size: 35px;
    line-height: 34px;
  }

  .heading-3-masa.dateschutz {
    font-size: 28px;
    position: relative;
    left: -8px;
  }

  .div-block-2 {
    max-width: 100vw;
    padding: 0 10px;
  }

  .legal-section {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .kadra {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .heading-3-copy {
    font-size: 58px;
  }

  .heading-2-copy-copy {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 18px;
  }

  .heading-2-copy-copy.dodatek {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 15px;
  }

  .paragraph-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-2-copy {
    max-width: 100vw;
    padding-top: 20px;
    padding-left: 0;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .heading-4 {
    font-size: 35px;
  }

  .about-section {
    padding-bottom: 10px;
  }

  .container-regular {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .class-about-wrapper {
    margin-left: 0;
  }

  .about-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 35px;
  }

  .heading-3-copy {
    font-size: 58px;
    line-height: 34px;
  }

  .body {
    overflow: visible;
  }

  .body-2 {
    overflow: hidden;
  }

  .image-8 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    position: relative;
    top: 0;
  }

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

  .navbar {
    z-index: 100;
    background-color: #fff;
    display: none;
    position: sticky;
    top: 0;
    bottom: 0;
  }

  .container-3 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .navbar-2 {
    -webkit-text-fill-color: inherit;
    background-color: #ddd;
    background-clip: border-box;
  }

  .navbar-3 {
    position: sticky;
    top: 0;
    bottom: 0;
  }

  .navbar-phone {
    z-index: 100;
    background-color: #fff;
    display: block;
    position: sticky;
    top: 0;
    bottom: 0;
  }
}

#w-node-_9b723bad-322d-ffa6-1549-873c78ac8604-f013c971 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


