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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.nav-05-dropdown-toggle.inny {
  border-bottom: 2px solid #b94444;
}

.nav-05-item {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  padding: 1em 2.5em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.light-line {
  color: #000;
  background-color: #0000;
  border: 1px solid #00000026;
}

.button.light {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.nav-05-menu-button-mobile {
  padding: 0;
}

.button-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-transition {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #2b2b2b;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.button-transition.dark-line-3 {
  color: #000;
  background-color: #d4d4d4;
}

.button-transition.light-3 {
  color: #000;
  background-color: #e6e6e6;
  border-radius: .25rem;
}

.nav-05-right {
  align-items: center;
  display: flex;
  position: static;
}

.nav-05-right.nav-05-height-tablet {
  background-color: #fff;
}

.button-text {
  text-decoration: none;
}

.button-text.dark-line-4.to-je-aluminium, .button-text.tutaj-inny-panie {
  font-size: 15px;
}

.nav-01-link-button {
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em .9em;
  font-size: .95rem;
  font-weight: 500;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1), border-color .2s;
  display: flex;
}

.nav-01-link-button:hover {
  border-color: #949494;
  transform: scale(.95);
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav-05-brand-logo {
  min-width: 13em;
  max-width: 6rem;
}

.nav-05-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  padding: .5rem;
  display: none;
  position: absolute;
}

.nav-05-link {
  padding: .5rem 1rem;
}

.nav-05-link.inny {
  border-bottom: 2px solid #b94444;
}

.nav-05-link.inny.jeszcze {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.nav-05-link.jescze-inny-ptak {
  border-bottom: 2px solid #b94444;
}

.section {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.section.section-05-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 0;
  display: none;
}

.section.mobile, .section.do-ukrycia {
  display: none;
}

.body {
  font-size: 1rem;
  line-height: 1.3em;
}

.font-xl {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1em;
}

.grid, .nav-05-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  width: 100%;
}

.nav-05-grid.nav-05-grid-mobile-reverse {
  margin-top: -41px;
}

.hero-08-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

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

.nav-05 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  min-height: 5rem;
  margin-bottom: 0;
  display: flex;
}

.nav-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav-05-menu-button-icon {
  width: 1.25rem;
  max-height: 1.25rem;
}

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

.nav-05-brand {
  padding-left: 0;
}

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

.image-wrapper {
  background-color: #f1f1f1;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.title-73 {
  max-width: calc(20 * clamp(1.6rem, 4.5vw, 3.5rem));
}

.title-73.title-body {
  grid-column-gap: calc(clamp(1rem, 2vw, 1.15rem) * 2);
  grid-row-gap: calc(clamp(1rem, 2vw, 1.15rem) * 2);
  flex-flow: column;
  max-width: calc(30 * clamp(1rem, 2vw, 1.15rem));
  display: flex;
}

.display-link-border {
  background-color: #e4e4e4;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.display-image {
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
}

.font-s.ffsg, .font-s.dadas {
  color: #c7a66a;
}

.font-s.dasasd {
  color: #c8a46a;
}

.container-inner {
  z-index: 4;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 5vw, 2.5rem);
  padding-right: clamp(1.25rem, 5vw, 2.5rem);
  position: relative;
}

.container-inner.container-hero-background-lines {
  max-width: 100%;
  height: 100%;
}

.font-l {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1em;
}

.font-l.inny {
  font-size: 2.2rem;
}

.section-background-lines {
  z-index: 3;
  opacity: .07;
  pointer-events: none;
  mix-blend-mode: exclusion;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.display-link {
  padding-bottom: .35em;
  font-weight: 500;
  line-height: 1.2em;
  transition: transform .25s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.display-link:active {
  transform: scale(.95);
}

.grid-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr);
  align-items: center;
  width: 100%;
  display: grid;
}

.grid-inner.grid-hero-background-lines {
  height: 100%;
}

.link-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.display-link-border-transition {
  background-color: #000;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.page-background-line {
  background-color: #fff;
  width: 1px;
  height: 100%;
}

.card-27-tag-title {
  font-weight: 500;
}

.card-tag-image {
  border-radius: 50rem;
  width: 50px;
  height: 50px;
}

.card-27-tag-subtitle {
  opacity: .7;
}

.card-27-tag-content {
  white-space: nowrap;
  flex-direction: row;
  align-items: center;
  line-height: 1.2em;
  display: flex;
  overflow: hidden;
}

.card-27-tag {
  background-color: #f7f7f7;
  border-radius: 50rem;
  font-size: .8rem;
  display: flex;
  position: absolute;
  inset: auto auto 1rem 1rem;
}

.container-3 {
  z-index: 2;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.card-27-tag-inner-content {
  padding-left: 1rem;
  padding-right: 1rem;
}

.card-27 {
  cursor: pointer;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.list-17-title {
  border-bottom: 1px solid #9f9f9f;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.list-17-wrapper {
  border-bottom: 1px solid #9f9f9f;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.body-l {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.3em;
}

.list-17-body {
  padding-top: 1.5rem;
}

.list-17-title-items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-17-body-wrapper {
  overflow: hidden;
}

.list-17-button {
  border: 1px solid #dfdfdf;
  border-radius: .15rem;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
}

.container-4 {
  z-index: 2;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.list-17-icon-s {
  width: 1rem;
  max-height: 1rem;
}

.font-m {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.1em;
}

.content-32-background-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.content-32-image-overlay {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.button-group-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-32-image-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-5 {
  z-index: 2;
  width: 100%;
  max-width: 1540px;
  margin-top: -67px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem;
}

.content-32-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  width: 100%;
}

.content-32-title.content-32-items {
  margin-top: 12rem;
}

.content-28-image-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
}

.content-28-title {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-around;
  width: 100%;
}

.content-28-image-item {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.content-28-image-item.two {
  position: relative;
}

.content-28-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.content-28-image-wrapper, .content-28-title-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}

.content-28-title-items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 40rem;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.cta-08-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-08-image-overlay {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

.cta-08-form-block {
  width: 100%;
  max-width: 45ch;
  margin-bottom: 0;
}

.cta-08-content {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  width: 100%;
  max-width: 50rem;
  padding: 4rem;
  position: relative;
}

.cta-08-link-terms {
  color: #fff;
  text-decoration: underline;
}

.cta-08-button-black {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .15rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.25em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  transition: background-color .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.cta-08-button-black:hover {
  background-color: #141414;
}

.cta-08-button-black:active {
  background-color: #000;
}

.cta-08-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0% 4rem;
}

.cta-08-link {
  font-size: .8rem;
}

.cta-08-terms {
  padding-top: 1rem;
}

.cta-08-form-text-input {
  border: 1px solid #dfdfdf;
  border-radius: .15rem;
  min-height: 4rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.25em;
}

.cta-08-form {
  display: flex;
}

.footer-17-logo-item {
  width: 10rem;
}

.footer-17-logo {
  padding-left: 0;
}

.footer-17-social-button {
  background-color: #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-17-social-button:hover {
  background-color: #ebebeb;
}

.footer-17-social-button:active {
  background-color: #f0f0f0;
}

.footer-17-terms {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.footer-17-social-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
}

.footer-17-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 1px solid #cfcfcf;
  padding: 2rem;
}

.font-l-2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1em;
}

.footer-17-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-17-team-img {
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
}

.section-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.footer-17-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.footer-17-team {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-left: .75rem;
  display: flex;
  position: relative;
}

.container-6 {
  z-index: 2;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footer-17-link-group-socials {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-17-bottom {
  border-bottom: 1px solid #e3e3e3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
}

.footer-17-team-items {
  margin-left: -.75rem;
}

.footer-17-icon-l {
  width: 1.5rem;
  max-height: 1.5rem;
}

.form-06-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form-label {
  text-align: left;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1em;
}

.form-input {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: .1rem;
  min-height: 5rem;
  margin-bottom: 0;
  padding: 2em;
  font-size: 1rem;
  line-height: 1em;
}

.form-input.form-input-message {
  min-height: 10rem;
}

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

.section-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.section-3.section-form {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-3.section-57-content {
  padding-top: 0;
}

.section-3.section-14-hero {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.tilte-06-form {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.form-block {
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.form-block.form-06-blur {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff73;
  padding: 2rem;
}

.font-l-3 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1em;
}

.state-form {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #f1f1f1;
  border: 1px solid #e6e6e6;
  border-radius: .25rem;
  margin-top: 2rem;
  padding: 1rem;
  font-size: .8rem;
  font-weight: 500;
}

.state-form.state-error {
  background-color: #f8e1e1;
  border-color: #f1d2d2;
}

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

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

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

.button-form-full-with {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  padding: 1em 2.5em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-7 {
  z-index: 2;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-57-content {
  max-width: 1540px;
  height: 130vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0%;
}

.content-57-image-wrapper {
  perspective: 4000px;
  position: relative;
  inset: 0%;
}

.content-57-card-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40%;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: stretch stretch;
  height: 100%;
  display: grid;
  position: relative;
}

.content-57-card-three {
  background-color: #3d3e40;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
}

.content-57-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  width: 100%;
}

.content-57-card-one {
  background-color: #111;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
}

.content-57-card-two {
  background-color: #2d2f34;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
}

.content-57-container-full {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.list-41-card-top {
  background-color: #e7e7e7;
  height: 20%;
  position: relative;
}

.font-light {
  color: #949494;
  font-size: 1rem;
  font-weight: 500;
}

.list-41-card-main-tag-group {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-41-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.list-41-card-main-title {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.list-41-card-main {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f1f1f1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 80%;
  padding: 1.5rem;
  display: flex;
}

.font-l-4 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1em;
}

.list-41-card-top-marquee-line-item {
  aspect-ratio: 16 / 9;
  background-color: #f1f1f1;
  width: 100%;
  min-width: auto;
}

.list-41-card-top-marquee {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.list-41-card {
  aspect-ratio: 3 / 2;
  color: #000;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.list-41-card-main-bottom {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.list-41-card-top-marquee-line {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-left: .25rem;
  padding-right: .25rem;
  display: flex;
}

.container-8 {
  z-index: 2;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.card-main-tag {
  color: #fff;
  background-color: #000;
  border-radius: .25rem;
  padding: .5em .6em;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1em;
}

.bold-text {
  font-weight: 400;
}

.link {
  color: #333;
  text-decoration: none;
}

.container-12 {
  z-index: 2;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-12.cosa {
  margin-top: 0;
}

.display-image-2 {
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
}

.hav-17-grid-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  color: #0b0808;
  grid-template-rows: auto;
  grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  width: 100%;
}

.hav-17-grid-nav.innyk {
  background-color: #ffffff0d;
}

.nav-link-button {
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em .9em;
  font-size: .95rem;
  font-weight: 500;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1), border-color .2s;
  display: flex;
}

.nav-link-button:hover {
  border-color: #949494;
  transform: scale(.95);
}

.nav-link-button.nav-link-button-light {
  color: #fff;
  border-color: #ffffff40;
}

.bold-text-5 {
  color: #3a4e99;
  font-size: 2rem;
}

.button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  background-color: #123f73;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  padding: 1em 2.5em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2.light-line {
  color: #000;
  background-color: #0000;
  border: 1px solid #111;
}

.hero-14-content-wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
}

.bold-text-3 {
  color: #3a4e99;
  font-size: 2rem;
  font-weight: 700;
}

.menu-17-button {
  padding: 0;
}

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

.cheor-14-image-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f7f7f780;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 120px;
  display: grid;
  box-shadow: -2px 2px 5px #0003;
}

.paragraph-2 {
  color: #333;
  text-align: center;
  max-width: 760px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45em;
}

.nav-brand-logo-2 {
  max-width: 12rem;
}

.container-13 {
  z-index: 2;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-13.container-17-hero {
  z-index: 999;
  position: relative;
}

.kompletnie-inny {
  background-color: #f6f6f666;
}

.hero-14-image-items-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  margin: 24px;
  display: flex;
}

.nav-17-brand {
  color: #000;
}

.nav-17-link {
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  transition: opacity .2s;
}

.nav-17-link:hover {
  opacity: .55;
}

.nav-17-link.w--current {
  color: #000;
}

.nav-17-link.nav-17-link-light {
  color: #3a4e99;
  margin-right: 1rem;
  font-size: 2rem;
}

.nav-17-link.nav-17-link-light.inni.dadsa {
  color: #3a4e99;
  font-size: 2rem;
}

.button-group-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.font-2xl-3 {
  color: #123f73;
  letter-spacing: .025em;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: .95em;
}

.text-block {
  display: flex;
}

.bold-text-6 {
  color: #594444;
}

.text-span {
  color: #c7a66a;
}

.text-block-2 {
  color: #c8a46a;
}

.image {
  width: 99.9999%;
}

.image-2 {
  width: 99.9999%;
  min-width: auto;
}

.link-2, .link-3, .link-4.w--current, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10 {
  color: #333131;
  text-decoration: none;
}

.link-11.w--current, .link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20, .link-21.w--current, .link-22, .link-23, .link-24, .link-25, .link-26, .link-27, .link-28 {
  color: #000;
  text-decoration: none;
}

.container-9 {
  font-size: 30px;
  line-height: 30px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

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

.card-title {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  padding: 1em 2.5em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3.dark-line {
  color: #000;
  background-color: #0000;
  border: 1px solid #00000026;
}

.card-image {
  width: 100%;
}

.card-image.card-image-primary.dasad {
  text-align: left;
}

.card-image.card-image-secondary {
  z-index: 2;
  object-fit: cover;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.font-xl-2 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1em;
}

.card-image-wrapper {
  width: 55vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-66-content-items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
}

.button-group-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.display-s {
  letter-spacing: -.05em;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.1em;
}

.container-14 {
  z-index: 2;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.content-14-button-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.display-image-3 {
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
}

.content-14-view-button {
  z-index: 10;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  background-color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: transform .1s linear;
  display: flex;
}

.content-14-wrapper {
  position: relative;
  overflow: hidden;
}

.content-14-link {
  z-index: 10;
  border: 0 solid #cfcfcf;
  border-radius: .25rem;
  transition: border-width .3s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.content-14-link:hover {
  border: 10px solid #f1f1f1;
}

.container-15 {
  z-index: 2;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (max-width: 991px) {
  .nav-05-dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .button {
    min-height: 4.5rem;
    font-size: .9rem;
  }

  .nav-05-right {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .nav-05-right.nav-05-height-tablet {
    width: 100%;
    height: auto;
    padding-bottom: 5rem;
  }

  .nav-01-link-button {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .nav-05-dropdown-list {
    position: static;
    overflow: hidden;
  }

  .nav-05-dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .nav-05-link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .section {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .font-xl {
    font-size: 2.75rem;
  }

  .nav-05-dropdown {
    flex-direction: column;
    justify-content: center;
    font-size: 1.125rem;
    display: flex;
  }

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

  .nav-05-grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-05-grid.nav-05-grid-mobile-reverse {
    flex-flow: wrap;
  }

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

  .nav-05 {
    margin-top: -33px;
  }

  .nav-container {
    margin-bottom: -39px;
    padding: 16px 2rem 0;
  }

  .nav-05-menu-button-icon {
    background-color: #fff;
  }

  .font-l {
    font-size: 1.9rem;
  }

  .grid-inner {
    grid-template-columns: minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr);
  }

  .container-2, .container-3 {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .list-17-wrapper {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .list-17-button {
    width: 2rem;
    height: 2rem;
  }

  .container-4 {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .font-m {
    font-size: 1.75rem;
  }

  .container-5 {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .content-32-title {
    margin-top: 0;
  }

  .content-32-title.content-32-items {
    margin-top: 5rem;
  }

  .content-28-image-wrapper, .content-28-title-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content-28-title-items {
    padding-top: 10px;
  }

  .cta-08-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-17-social-button {
    background-color: #0000;
    width: auto;
    height: auto;
    transition-property: none;
  }

  .footer-17-social-button:hover {
    background-color: #0000;
  }

  .font-l-2 {
    font-size: 1.9rem;
  }

  .section-2 {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .container-6 {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .section-3 {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .font-l-3 {
    font-size: 1.9rem;
  }

  .button-form-full-with {
    min-height: 4.5rem;
    font-size: .9rem;
  }

  .container-7 {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .container-57-content {
    height: 150svh;
  }

  .content-57-image-wrapper {
    margin-bottom: 0;
    inset: auto 0% 0% auto;
  }

  .content-57-card-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .content-57-container-full {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .font-l-4 {
    font-size: 1.9rem;
  }

  .container-8, .container-12 {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .container-12.cosa {
    margin-top: 0;
  }

  .hav-17-grid-nav {
    grid-row-gap: 2.5rem;
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .nav-link-button {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .button-2 {
    min-height: 4.5rem;
    font-size: .9rem;
  }

  .hero-14-content-wrapper-2 {
    justify-content: center;
    align-items: center;
  }

  .menu-17-button, .menu-17-button.w--open {
    background-color: #0000;
  }

  .nav-17-menu {
    z-index: 99;
    color: #fff;
    background-color: #000c;
    padding: .5rem 1.5rem;
  }

  .cheor-14-image-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .menu-17-button-icon {
    width: 1.15rem;
    max-height: 1.15rem;
  }

  .nav-17-item.hacv-17-mobile-hidden {
    display: none;
  }

  .container-13 {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .hero-14-image-items-2 {
    flex-flow: column;
    height: 100%;
  }

  .nav-17-brand {
    padding-left: 0;
  }

  .nav-17-link {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .font-2xl-3 {
    font-size: 3.5rem;
  }

  .container-10 {
    max-width: 728px;
  }

  .button-3 {
    min-height: 4.5rem;
    font-size: .9rem;
  }

  .font-xl-2 {
    font-size: 2.75rem;
  }

  .card-image-wrapper {
    width: 100%;
  }

  .container-14 {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .content-14-view-button {
    display: none;
  }

  .content-14-link {
    cursor: auto;
  }

  .content-14-link:hover {
    border-style: none;
    border-width: 0;
  }

  .container-15 {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .button {
    min-height: 4rem;
    font-size: .9rem;
  }

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

  .section {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section.mobile {
    display: flex;
  }

  .font-xl {
    font-size: 2.15rem;
  }

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

  .nav-05-grid {
    grid-row-gap: 2rem;
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .nav-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-05-menu-button-icon {
    width: 1.15rem;
    max-height: 1.15rem;
  }

  .container-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .font-l {
    font-size: 1.5rem;
  }

  .grid-inner {
    grid-template-columns: minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr);
  }

  .container-2, .container-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .list-17-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .body-l {
    font-size: 1.25rem;
  }

  .container-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .list-17-icon-s {
    width: .65rem;
    max-height: .65rem;
  }

  .font-m {
    font-size: 1.5rem;
  }

  .container-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .content-28-title-items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cta-08-button-black {
    font-size: .9rem;
  }

  .cta-08-image-wrapper {
    left: 0;
    right: 0;
  }

  .cta-08-form-text-input {
    min-height: 3rem;
    font-size: .9rem;
  }

  .footer-17-social-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer-17-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .font-l-2 {
    font-size: 1.5rem;
  }

  .section-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .container-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-17-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer-17-icon-l {
    width: 1.25rem;
    max-height: 1.25rem;
  }

  .form-input {
    min-height: 4.5rem;
    padding: 1.5em;
  }

  .section-3 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section-3.section-form {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .tilte-06-form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
  }

  .font-l-3 {
    font-size: 1.5rem;
  }

  .form-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .form-wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .form-button {
    flex-flow: column;
  }

  .button-form-full-with {
    min-height: 4rem;
    font-size: .9rem;
  }

  .container-7 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-57-content {
    height: auto;
    position: relative;
  }

  .content-57-image-wrapper {
    max-width: none;
    position: relative;
    inset: auto 0%;
  }

  .content-57-card-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
    padding-bottom: 4rem;
  }

  .content-57-card-three, .content-57-card-one, .content-57-card-two {
    height: auto;
  }

  .content-57-container-full {
    padding-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .font-l-4 {
    font-size: 1.5rem;
  }

  .container-8, .container-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .display-image-2 {
    overflow: visible;
  }

  .hav-17-grid-nav {
    grid-row-gap: 2rem;
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .button-2 {
    min-height: 4rem;
    font-size: .9rem;
  }

  .cheor-14-image-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .container-13 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-14-image-items-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
  }

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

  .hero-without-image {
    padding: 60px 15px;
  }

  .button-3 {
    min-height: 4rem;
    font-size: .9rem;
  }

  .font-xl-2 {
    font-size: 2.15rem;
  }

  .card-image-wrapper {
    width: 60vw;
  }

  .container-14, .container-15 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .button {
    width: 100%;
  }

  .button.light {
    display: none;
  }

  .button-group {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

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

  .nav-05-brand-logo {
    min-width: auto;
    max-width: 7rem;
    margin-left: -26px;
  }

  .section {
    padding-top: 0;
  }

  .section.mobile {
    display: none;
  }

  .section.sekcja-nie-dla-mobile {
    display: flex;
  }

  .font-xl {
    font-size: 1.75rem;
  }

  .grid {
    grid-row-gap: 2rem;
  }

  .nav-05-grid {
    grid-row-gap: 1.5rem;
  }

  .nav-05 {
    margin-top: auto;
  }

  .nav-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-wrapper {
    border-radius: .25rem;
  }

  .display-image {
    border-radius: .25rem;
    min-width: 100%;
    min-height: 100%;
  }

  .component-grid-wrapper {
    width: 100%;
  }

  .font-l {
    width: 99.9999%;
    font-size: 1.4rem;
  }

  .font-l.inny {
    font-size: 2.5rem;
  }

  .link-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .card-27-image {
    width: 100%;
    height: 100%;
  }

  .container-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .body-l {
    font-size: 1.15rem;
  }

  .list-17-title-items {
    justify-content: space-between;
    align-items: flex-start;
  }

  .list-17-button {
    min-width: 2rem;
  }

  .container-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .font-m {
    font-size: 1.35rem;
  }

  .button-group-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .content-32-title.content-32-items {
    margin-top: 3rem;
  }

  .content-28-image-item {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .content-28-image-wrapper {
    flex-flow: column;
    width: 100%;
    height: 100%;
  }

  .content-28-title-bottom {
    flex-flow: column;
  }

  .content-28-title-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta-08-form-row {
    flex-flow: column;
  }

  .cta-08-content {
    margin-top: -11px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-08-button-black {
    width: 100%;
    padding: .9em 1em;
  }

  .cta-08-form-text-input {
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

  .font-l-2 {
    font-size: 1.4rem;
  }

  .container-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-17-link-group-socials {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-label {
    font-size: .75rem;
  }

  .form-input {
    min-height: 4rem;
    padding: 1em;
    font-size: .85rem;
  }

  .form-items {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .section-3.section-form {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .tilte-06-form {
    width: 100%;
  }

  .font-l-3 {
    font-size: 1.4rem;
  }

  .form-row, .form-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .button-form-full-with {
    width: 100%;
  }

  .container-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .list-41-card-main-tag-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list-41-card-main {
    padding: 1rem;
  }

  .font-l-4 {
    font-size: 1.4rem;
  }

  .list-41-card {
    aspect-ratio: 1;
    border-radius: .6rem;
    height: 80%;
    box-shadow: 5px 5px 5px #0003;
  }

  .container-8 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .card-main-tag {
    border-radius: .65rem;
    font-size: .75rem;
  }

  .container-12 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .display-image-2 {
    border-radius: .25rem;
  }

  .hav-17-grid-nav {
    grid-row-gap: 2rem;
  }

  .button-2 {
    width: 100%;
  }

  .hero-14-content-wrapper-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .nav-17-menu {
    background-color: #ffffff59;
  }

  .cheor-14-image-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .paragraph-2 {
    color: #333;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5em;
  }

  .nav-brand-logo-2 {
    max-width: 10rem;
    margin-left: -37px;
  }

  .container-13 {
    margin-top: -24px;
    padding-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-17-link.nav-17-link-light, .nav-17-link.nav-17-link-light.ale, .nav-17-link.nav-17-link-light.nav-link-mobile {
    color: #000;
  }

  .button-group-3 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .font-2xl-3 {
    letter-spacing: normal;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 2.5rem;
    line-height: 1.1em;
  }

  .image {
    min-width: 99.99%;
    height: 100%;
    min-height: 99.9729%;
  }

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

  .button-3 {
    width: 100%;
  }

  .font-xl-2 {
    font-size: 1.75rem;
  }

  .card-image-wrapper {
    width: 80vw;
  }

  .button-group-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container-14 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .display-image-3 {
    border-radius: .25rem;
  }

  .content-14-wrapper.inndsa {
    display: none;
  }

  .content-14-wrapper.jghjghjg {
    margin-top: -97px;
  }

  .container-15 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-3 {
    width: 100%;
    min-width: auto;
  }
}

#w-node-_17156ae4-ca2d-eb0b-f991-f2bee0abd4ec-960b18b1 {
  grid-area: span 1 / span 11 / span 1 / span 11;
  justify-self: end;
}

#w-node-b990505c-4e23-56e6-5d30-55663cec02a2-960b18b1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b990505c-4e23-56e6-5d30-55663cec02a3-960b18b1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-b990505c-4e23-56e6-5d30-55663cec02a9-960b18b1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b990505c-4e23-56e6-5d30-55663cec02b2-960b18b1 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: start;
}

#w-node-b990505c-4e23-56e6-5d30-55663cec02b3-960b18b1 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-b990505c-4e23-56e6-5d30-55663cec02b4-960b18b1, #w-node-b990505c-4e23-56e6-5d30-55663cec02b6-960b18b1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c0f-960b18b1 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c10-960b18b1 {
  grid-area: -2 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c11-960b18b1 {
  grid-area: 1 / 6 / 2 / 7;
  justify-self: end;
}

#w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c12-960b18b1 {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: start;
}

#w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c13-960b18b1 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c14-960b18b1 {
  grid-area: 1 / 12 / 2 / 13;
  justify-self: end;
}

#w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c17-960b18b1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c19-960b18b1 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c1e-960b18b1 {
  grid-area: 1 / 3 / 2 / 9;
}

#w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c23-960b18b1 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c28-960b18b1 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_3bbde90d-c0a2-f0be-46ab-b8457d13a722-960b18b1, #w-node-_3bbde90d-c0a2-f0be-46ab-b8457d13a72c-960b18b1, #w-node-_3bbde90d-c0a2-f0be-46ab-b8457d13a736-960b18b1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4b399595-1a69-7d78-75a1-ee437b366882-960b18b1 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
}

#w-node-_4b399595-1a69-7d78-75a1-ee437b366887-960b18b1 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_4b399595-1a69-7d78-75a1-ee437b36688e-960b18b1 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
}

#w-node-_4b399595-1a69-7d78-75a1-ee437b366893-960b18b1 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_4b399595-1a69-7d78-75a1-ee437b36689a-960b18b1 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
}

#w-node-_4b399595-1a69-7d78-75a1-ee437b36689f-960b18b1 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_96dee892-0956-d6c2-215a-fc487c66930b-960b18b1 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_6d17191f-44a2-7045-2547-eaa9ae3d77df-960b18b1 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_6d17191f-44a2-7045-2547-eaa9ae3d77f1-960b18b1 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_6d17191f-44a2-7045-2547-eaa9ae3d77ff-960b18b1 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_2c4891d8-3b18-a2ed-c092-62aaff1ef9b4-a3b139fd {
  grid-area: span 1 / span 11 / span 1 / span 11;
  justify-self: end;
}

#w-node-_8ddf56bd-4e1e-27a2-6a2b-d19a56f73837-a3b139fd {
  place-self: center start;
}

#w-node-_8ddf56bd-4e1e-27a2-6a2b-d19a56f73838-a3b139fd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8ddf56bd-4e1e-27a2-6a2b-d19a56f7383f-a3b139fd {
  place-self: end center;
}

#w-node-_8ddf56bd-4e1e-27a2-6a2b-d19a56f73844-a3b139fd {
  place-self: center start;
}

#w-node-_8ddf56bd-4e1e-27a2-6a2b-d19a56f73845-a3b139fd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8ddf56bd-4e1e-27a2-6a2b-d19a56f7384c-a3b139fd {
  place-self: end center;
}

#w-node-_8ddf56bd-4e1e-27a2-6a2b-d19a56f73851-a3b139fd {
  place-self: center start;
}

#w-node-_8ddf56bd-4e1e-27a2-6a2b-d19a56f73852-a3b139fd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8ddf56bd-4e1e-27a2-6a2b-d19a56f73859-a3b139fd {
  place-self: end center;
}

#w-node-_305d498a-352f-4836-ff3d-57657814cad6-a3b139fd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_305d498a-352f-4836-ff3d-57657814caf3-a3b139fd {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-bffb5016-eec6-4f15-604e-c2dce3360ac2-a3b139fd, #w-node-_3a56aff5-fa06-ca04-0108-56a58c1e05f1-a3b139fd, #w-node-_3a56aff5-fa06-ca04-0108-56a58c1e05f8-a3b139fd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_109d8ce6-ca06-79b3-00b2-99e80c6aae7b-a3b139fd {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_109d8ce6-ca06-79b3-00b2-99e80c6aae8d-a3b139fd {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_109d8ce6-ca06-79b3-00b2-99e80c6aae9b-a3b139fd {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_1371a5d2-99d7-4926-0341-3df1dae0c042-74fab83e {
  grid-area: span 1 / span 11 / span 1 / span 11;
  justify-self: end;
}

#w-node-_2f0e6665-856b-aa59-1401-1692bf3360c9-74fab83e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_2f0e6665-856b-aa59-1401-1692bf3360db-74fab83e {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_2f0e6665-856b-aa59-1401-1692bf3360e9-74fab83e {
  grid-area: 1 / 11 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-b990505c-4e23-56e6-5d30-55663cec02a2-960b18b1, #w-node-b990505c-4e23-56e6-5d30-55663cec02a3-960b18b1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c17-960b18b1 {
    grid-column: span 8 / span 8;
  }

  #w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c19-960b18b1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c1e-960b18b1 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c23-960b18b1 {
    grid-area: 1 / 7 / 2 / 9;
    align-self: start;
  }

  #w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c28-960b18b1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_4b399595-1a69-7d78-75a1-ee437b366882-960b18b1 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_4b399595-1a69-7d78-75a1-ee437b366887-960b18b1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_4b399595-1a69-7d78-75a1-ee437b36688e-960b18b1 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_4b399595-1a69-7d78-75a1-ee437b366893-960b18b1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_4b399595-1a69-7d78-75a1-ee437b36689a-960b18b1 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_4b399595-1a69-7d78-75a1-ee437b36689f-960b18b1, #w-node-_96dee892-0956-d6c2-215a-fc487c66930b-960b18b1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_6d17191f-44a2-7045-2547-eaa9ae3d77df-960b18b1 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_6d17191f-44a2-7045-2547-eaa9ae3d77f1-960b18b1 {
    grid-area: 1 / 6 / 2 / 13;
  }

  #w-node-_6d17191f-44a2-7045-2547-eaa9ae3d77ff-960b18b1 {
    grid-area: 1 / 9 / 2 / 13;
  }

  #w-node-_8ddf56bd-4e1e-27a2-6a2b-d19a56f7383f-a3b139fd, #w-node-_8ddf56bd-4e1e-27a2-6a2b-d19a56f7384c-a3b139fd {
    place-self: end;
  }

  #w-node-_8ddf56bd-4e1e-27a2-6a2b-d19a56f73859-a3b139fd {
    place-self: center end;
  }

  #w-node-_305d498a-352f-4836-ff3d-57657814cad6-a3b139fd, #w-node-_305d498a-352f-4836-ff3d-57657814caf3-a3b139fd {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-bffb5016-eec6-4f15-604e-c2dce3360ac2-a3b139fd, #w-node-_3a56aff5-fa06-ca04-0108-56a58c1e05f1-a3b139fd, #w-node-_3a56aff5-fa06-ca04-0108-56a58c1e05f8-a3b139fd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_109d8ce6-ca06-79b3-00b2-99e80c6aae7b-a3b139fd {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_109d8ce6-ca06-79b3-00b2-99e80c6aae8d-a3b139fd {
    grid-area: 1 / 6 / 2 / 13;
  }

  #w-node-_109d8ce6-ca06-79b3-00b2-99e80c6aae9b-a3b139fd {
    grid-area: 1 / 9 / 2 / 13;
  }

  #w-node-_2f0e6665-856b-aa59-1401-1692bf3360c9-74fab83e {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_2f0e6665-856b-aa59-1401-1692bf3360db-74fab83e {
    grid-area: 1 / 6 / 2 / 13;
  }

  #w-node-_2f0e6665-856b-aa59-1401-1692bf3360e9-74fab83e {
    grid-area: 1 / 9 / 2 / 13;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b990505c-4e23-56e6-5d30-55663cec02a3-960b18b1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b990505c-4e23-56e6-5d30-55663cec02b2-960b18b1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: end;
  }

  #w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c1e-960b18b1 {
    grid-column: span 8 / span 8;
  }

  #w-node-e3bf0425-1bbf-41d5-ffa9-ae52d4c65c23-960b18b1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_4b399595-1a69-7d78-75a1-ee437b366882-960b18b1, #w-node-_4b399595-1a69-7d78-75a1-ee437b36688e-960b18b1, #w-node-_4b399595-1a69-7d78-75a1-ee437b36689a-960b18b1 {
    grid-column: span 3 / span 3;
  }

  #w-node-_6d17191f-44a2-7045-2547-eaa9ae3d77f1-960b18b1, #w-node-_6d17191f-44a2-7045-2547-eaa9ae3d77ff-960b18b1 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_8ddf56bd-4e1e-27a2-6a2b-d19a56f7383f-a3b139fd, #w-node-_8ddf56bd-4e1e-27a2-6a2b-d19a56f7384c-a3b139fd {
    place-self: center;
  }

  #w-node-_8ddf56bd-4e1e-27a2-6a2b-d19a56f73859-a3b139fd {
    justify-self: center;
  }

  #w-node-_109d8ce6-ca06-79b3-00b2-99e80c6aae8d-a3b139fd, #w-node-_109d8ce6-ca06-79b3-00b2-99e80c6aae9b-a3b139fd, #w-node-_2f0e6665-856b-aa59-1401-1692bf3360db-74fab83e, #w-node-_2f0e6665-856b-aa59-1401-1692bf3360e9-74fab83e {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b990505c-4e23-56e6-5d30-55663cec02a3-960b18b1 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_6d17191f-44a2-7045-2547-eaa9ae3d77df-960b18b1, #w-node-_6d17191f-44a2-7045-2547-eaa9ae3d77f1-960b18b1 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_6d17191f-44a2-7045-2547-eaa9ae3d77ff-960b18b1 {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-_109d8ce6-ca06-79b3-00b2-99e80c6aae7b-a3b139fd, #w-node-_109d8ce6-ca06-79b3-00b2-99e80c6aae8d-a3b139fd {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_109d8ce6-ca06-79b3-00b2-99e80c6aae9b-a3b139fd {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-_2f0e6665-856b-aa59-1401-1692bf3360c9-74fab83e, #w-node-_2f0e6665-856b-aa59-1401-1692bf3360db-74fab83e {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_2f0e6665-856b-aa59-1401-1692bf3360e9-74fab83e {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }
}


