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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #0e1b2e;
  font-family: Jost, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.3;
}

h2 {
  color: #cc9c82;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.25rem;
}

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

.grid-footer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr minmax(3.125rem, .5fr);
}

.div-block {
  grid-column-gap: 1.5rem;
  align-items: flex-start;
  font-size: .9rem;
  display: flex;
}

.image {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 625000rem;
}

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

.span_footer_bold {
  font-size: 1rem;
  font-weight: 700;
}

.grid-mapa {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  background-color: #0e1b2e;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
}

.grid-form {
  min-height: 100vh;
  height: auto;
  max-height: 67.5rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  background-color: #0e1b2e;
  grid-template-rows: auto;
}

.div-block-2 {
  width: 100%;
  max-width: 60rem;
  justify-content: flex-end;
  align-items: center;
  padding: 6rem 2rem;
  display: flex;
}

.div-block-3 {
  width: 100%;
  max-width: 60rem;
  justify-content: flex-end;
  align-items: center;
  padding: 4rem 2rem;
  display: flex;
}

.div-block-4 {
  width: 100%;
  max-width: 38.5625rem;
}

.div-block-5 {
  background-color: #ededed;
  background-image: url('../images/mapa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gold-color-txt {
  color: #cc9c82;
}

.submit-button {
  color: #0e1b2e;
  cursor: pointer;
  background-color: #cc9c82;
  border-radius: .125rem;
  padding: .8rem 1.5rem;
  font-weight: 600;
  transition: all .3s;
}

.submit-button:hover {
  background-color: #fff;
}

.text-field {
  min-height: 3.4375rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: .0625rem solid rgba(237, 237, 237, .3);
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 1rem;
  font-weight: 500;
  transition: all .3s;
}

.text-field:hover, .text-field:active, .text-field:focus {
  border-bottom-color: #cc9c82;
}

.text-field:focus-visible {
  border-bottom-color: #cc9c82;
}

.text-field[data-wf-focus-visible] {
  border-bottom-color: #cc9c82;
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .6);
  font-size: .9rem;
  font-weight: 300;
}

.text-field::placeholder {
  color: rgba(255, 255, 255, .6);
  font-size: .9rem;
  font-weight: 300;
}

.text-field.big {
  min-height: 6.875rem;
}

.text-field.wybor {
  color: rgba(255, 255, 255, .6);
  font-weight: 300;
}

.text-field.wybor.ukryj_nad {
  display: none;
}

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

.form-block {
  margin-top: 2rem;
}

.checkbox {
  width: 1.5625rem;
  height: 1.5625rem;
  max-height: 1.5625rem;
  max-width: 1.5625rem;
  min-height: 1.5625rem;
  min-width: 1.5625rem;
  border-color: rgba(237, 237, 237, .3);
}

.checkbox.w--redirected-checked {
  background-color: #cc9c82;
  background-size: .875rem;
  border-color: rgba(0, 0, 0, 0);
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-field {
  color: rgba(255, 255, 255, .6);
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.25rem;
  font-size: .8rem;
  font-weight: 300;
  display: flex;
}

.checkbox-label {
  margin-left: 1rem;
}

.div-block-8 {
  background-image: linear-gradient(45deg, #0e1b2e, rgba(14, 27, 46, 0)), url('../images/foata_form.webp');
  background-position: 0 0, 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-2 {
  height: 100vh;
  max-height: 67.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-9 {
  z-index: 2;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider {
  width: 100%;
  height: auto;
  max-width: 56.25rem;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 2rem;
  padding-bottom: 5rem;
}

.slide-nav {
  display: none;
}

.right-arrow {
  width: 3.125rem;
  height: 3.125rem;
  max-height: 3.125rem;
  max-width: 3.125rem;
  min-height: 3.125rem;
  min-width: 3.125rem;
  color: #fff;
  cursor: pointer;
  background-color: #0e1b2e;
  border-radius: 625rem;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 3.75rem;
  right: 0%;
}

.right-arrow:hover {
  color: #fff;
  background-color: #cc9c82;
}

.left-arrow {
  width: 3.125rem;
  height: 3.125rem;
  max-height: 3.125rem;
  max-width: 3.125rem;
  min-height: 3.125rem;
  min-width: 3.125rem;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #0e1b2e;
  border-radius: 62500rem;
  transition: all .3s;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 3.75rem;
}

.left-arrow:hover {
  background-color: #cc9c82;
}

.mask {
  height: auto;
  text-align: center;
}

.slide {
  text-align: center;
}

.text-block {
  color: #cc9c82;
  margin-top: 1rem;
  font-style: italic;
  font-weight: 500;
}

.text-block-2 {
  color: rgba(14, 27, 46, .6);
  font-style: italic;
  font-weight: 400;
}

.html-embed {
  width: 3.125rem;
  height: 3.125rem;
  max-height: 3.125rem;
  max-width: 3.125rem;
  min-height: 3.125rem;
  min-width: 3.125rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black-color-txt {
  color: #0e1b2e;
}

.black-color-txt.center {
  text-align: center;
}

.grid-osoby {
  height: 100vh;
  max-height: 67.5rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  background-color: #0e1b2e;
  grid-template-rows: auto;
}

.div-block-10 {
  color: #fff;
  background-image: linear-gradient(rgba(14, 27, 46, .7), rgba(14, 27, 46, .7)), url('../images/Agnieszka.webp');
  background-position: 0 0, 50% 48%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding: 4rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-10.michal {
  background-image: linear-gradient(rgba(14, 27, 46, .7), rgba(14, 27, 46, .7)), url('../images/Michal.webp');
  background-position: 0 0, 50% 30%;
}

.div-block-11 {
  max-width: 43.75rem;
}

.text-block-3 {
  color: rgba(255, 255, 255, .6);
}

.text-block-4 {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-block-5 {
  color: #cc9c82;
  font-size: .9rem;
  font-weight: 400;
}

.white-color-txt {
  color: #fff;
}

.div-block-12 {
  width: 5.625rem;
  height: 5.625rem;
  max-height: 5.625rem;
  max-width: 5.625rem;
  min-height: 5.625rem;
  min-width: 5.625rem;
  color: #0e1b2e;
  background-color: #fff;
  border-radius: 625rem;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  width: 75rem;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: -10%;
}

.text-block-6 {
  display: none;
}

.section-3 {
  margin-left: auto;
  margin-right: auto;
}

.section-4 {
  height: 100vh;
  color: #fff;
  background-image: linear-gradient(45deg, #0e1b2e, rgba(14, 27, 46, 0)), url('../images/zdjecia_3.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.section-4.w2 {
  background-image: linear-gradient(45deg, #0e1b2e, rgba(14, 27, 46, 0)), url('../images/zdjecia_2.jpeg');
}

.div-block-13 {
  width: 100%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-7 {
  font-size: 1.2rem;
  font-weight: 300;
}

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

.linia_move_left {
  z-index: 100;
  width: .0625rem;
  height: 18.75rem;
  max-width: .0625rem;
  min-width: .0625rem;
  mix-blend-mode: difference;
  background-color: #fff;
  position: fixed;
  top: auto;
  bottom: 6rem;
  left: 1rem;
  right: auto;
}

.oval_move_scroll {
  width: .5625rem;
  height: .5625rem;
  max-height: .5625rem;
  max-width: .5625rem;
  min-height: .5625rem;
  min-width: .5625rem;
  background-color: #fff;
  border-radius: 625rem;
  margin-left: -.25rem;
}

.div-block-17 {
  width: 1.25rem;
  height: 3.75rem;
  border: .0625rem solid rgba(237, 237, 237, .35);
  border-radius: 62.5rem;
  justify-content: center;
  align-items: flex-start;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 6rem;
  left: auto;
  right: 1rem;
}

.div-block-18 {
  width: .5rem;
  height: .5rem;
  max-height: .5rem;
  max-width: .5rem;
  min-height: .5rem;
  min-width: .5rem;
  background-color: #cc9c82;
  border-radius: 62.5rem;
}

.heading-3.thx {
  margin-bottom: 0;
}

.section_menu_fixed {
  z-index: 99;
  background-color: #fff;
  padding: .5rem 2rem;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid {
  max-width: 1920px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: #0e1b2e;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.link:hover {
  color: #cc9c82;
}

.link.white {
  color: #fff;
}

.text-span {
  color: rgba(14, 27, 46, .6);
}

.text-span.white {
  color: rgba(255, 255, 255, .6);
}

.div-block-19 {
  width: 45px;
  height: 3px;
  background-color: #000;
}

.div-block-19.small {
  width: 25px;
}

.div-block-20 {
  grid-row-gap: 10px;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}

.section_menu_all {
  z-index: 999999999;
  background-color: #0e1b2e;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: .5rem 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-2 {
  width: 100%;
  max-width: 1920px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  width: 70px;
}

.image-4 {
  width: 35px;
  cursor: pointer;
}

.div-block-22 {
  width: 100%;
  max-width: 1920px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-23 {
  width: 60px;
  height: 2px;
  background-color: #cc9c82;
}

.div-block-24 {
  grid-column-gap: .5rem;
  color: #fff;
  align-items: flex-end;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.div-block-24:hover {
  color: #cc9c82;
}

.text-block-8 {
  margin-bottom: -1rem;
  font-size: 1.8rem;
  font-weight: 400;
}

.div-block-25 {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 2rem;
  margin-left: 60px;
  padding-left: .5rem;
  display: flex;
}

.link-2 {
  color: rgba(255, 255, 255, .6);
  font-size: 1.3rem;
  text-decoration: none;
  transition: all .3s;
}

.link-2:hover {
  color: #cc9c82;
}

.box_menu_2 {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.div-block-24-copy {
  grid-column-gap: .5rem;
  color: #fff;
  align-items: flex-end;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.text-block-9 {
  color: rgba(255, 255, 255, .6);
}

.image-5 {
  width: 70px;
}

.text-span-2 {
  font-size: 31px;
  line-height: 34px;
  display: inline;
}

.gradient {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 40vh;
  text-align: center;
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.the-height-400vh-section {
  height: 300vh;
  background-color: #fff;
  border-top: 60px rgba(36, 36, 36, .09);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, .29);
}

.night-sky-fixed-background {
  z-index: 100;
  width: 800vh;
  height: 100%;
  opacity: 1;
  background-color: #fff;
  background-image: none;
  position: absolute;
}

.the-sticky-div {
  width: 100vw;
  height: 100vh;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(255, 255, 255, .51);
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-left: 2rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.the-sticky-div-title {
  z-index: 300;
  width: 100%;
  color: rgba(236, 240, 241, .77);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(52, 152, 219, 0);
  margin-top: 10vh;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: perspective(2000px);
}

.the-content {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.the-width-400vh-scrollable-div {
  width: 300vh;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.the-overflow-hidden-mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.a-block {
  width: 500px;
  color: #0e1b2e;
  cursor: pointer;
  border-radius: 6px;
  flex: none;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.a-block._6 {
  background-color: #0068ff;
}

.div-block-26 {
  z-index: 200;
  width: 100%;
  color: #000;
  position: relative;
}

.box_szary_hover {
  z-index: 1;
  width: 105%;
  min-height: 450px;
  background-color: #ededed;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

.div-block-28 {
  z-index: 10;
  min-height: 150px;
  margin-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.text-block-10 {
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.image-6 {
  width: 100%;
  height: 100%;
  min-height: 40vh;
  object-fit: cover;
}

.txt_hover_show {
  display: block;
}

.text-block-11 {
  max-width: 450px;
  margin-right: 2rem;
}

.section-5 {
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-7 {
  height: 100%;
  object-fit: cover;
  object-position: 65% 50%;
}

.image-7.odszkodowania {
  object-position: 40% 50%;
}

.image-7.umowy, .image-7.karne, .image-7.rodzinne, .image-7.frank {
  object-position: 50% 50%;
}

.div-block-29 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 2rem;
  display: flex;
}

.div-block-30 {
  width: 100%;
  max-width: 1250px;
  min-height: 100px;
  padding: 4rem 2rem;
}

.link-3 {
  color: #cc9c82;
  font-weight: 400;
}

.text-block-12 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.text-block-13 {
  max-width: 950px;
  color: rgba(14, 27, 46, .6);
  margin-bottom: 2rem;
  font-weight: 400;
}

.text-block-13.w2 {
  margin-top: 2rem;
}

.text-block-14 {
  max-width: 950px;
  color: rgba(14, 27, 46, .6);
  border-top: 1px solid #ededed;
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-weight: 400;
}

.text-block-15 {
  color: #cc9c82;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}

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

.text-block-16 {
  color: #cc9c82;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.link-4 {
  color: #0e1b2e;
  font-weight: 500;
  text-decoration: none;
}

.div-block-31 {
  grid-column-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.fs-selectcustom_message-icon {
  width: 2rem;
  opacity: .4;
  filter: grayscale();
  margin-top: -1rem;
  margin-right: -3rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(60deg);
}

.fs-selectcustom_message {
  width: 18rem;
  height: 4rem;
  border: 1px solid #474747;
  border-radius: .25rem;
  margin-top: -4.25rem;
  margin-left: 19rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.fs-selectcustom_reset-icon {
  width: .65rem;
  color: #0e1b2e;
  margin-right: .5rem;
}

.fs-selectcustom_dropdown-toggle {
  width: 100%;
  background-color: #1a1a1a;
  justify-content: space-between;
  padding: 1rem 3rem 1rem 1rem;
  display: flex;
}

.fs-selectcustom_dropdown-toggle:focus {
  border: 1px solid #bcfd2e;
}

.fs-selectcustom_dropdown-toggle.is-border-effect {
  color: rgba(255, 255, 255, .6);
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #f5f5f5;
  border-bottom: .0625px solid rgba(237, 237, 237, .3);
  padding-left: 0;
  font-size: .9rem;
  display: flex;
}

.fs-selectcustom_dropdown-toggle.is-border-effect:focus {
  border-width: 0 0 .0625px;
  border-color: #cc9c82;
}

.fs-selectcustom_link {
  width: 100%;
  color: #0e1b2e;
  align-items: center;
  padding: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.fs-selectcustom_link:focus {
  color: #0e1b2e;
  background-color: #ededed;
}

.fs-selectcustom_link:focus-visible {
  color: #0e1b2e;
}

.fs-selectcustom_link[data-wf-focus-visible], .fs-selectcustom_link:visited {
  color: #0e1b2e;
}

.fs-selectcustom_link.w--current {
  color: #bcfd2e;
}

.fs-selectcustom_link.w--current:focus {
  border: 1px solid #bcfd2e;
}

.fs-selectcustom_dropdown-list {
  display: none;
}

.fs-selectcustom_dropdown-list.w--open {
  color: #0e1b2e;
  background-color: #fff;
}

.fs-selectcustom_dropdown {
  width: 100%;
}

.fs-selectcustom_label {
  color: rgba(255, 255, 255, .6);
}

.fs-selectcustom_select {
  display: none;
  position: absolute;
  top: -3.5rem;
  bottom: auto;
  left: auto;
  right: -20rem;
}

.fs-selectcustom_select._w--current {
  color: #0e1b2e;
}

.fs-selectcustom_message-text {
  max-width: 15rem;
  color: #797979;
  text-align: right;
  margin-top: -4rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.icon {
  color: #fff;
}

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

.text-block-17 {
  max-width: 950px;
  margin-bottom: 2rem;
}

.section-7 {
  background-color: rgba(237, 237, 237, .25);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.div-block-33 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.image-8 {
  object-fit: cover;
  object-position: 20% 50%;
}

.image-9 {
  width: 45px;
}

.div-block-35 {
  margin-top: 3rem;
}

@media screen and (max-width: 991px) {
  .grid-footer {
    grid-template-columns: 1.5fr 1.5fr;
  }

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

  .image {
    width: 4.375rem;
    height: 4.375rem;
  }

  .grid-form {
    height: auto;
    max-height: none;
    grid-template-columns: 1fr;
  }

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

  .div-block-3, .div-block-4 {
    max-width: 100%;
  }

  .text-field {
    font-size: 1.1rem;
  }

  .div-block-8 {
    min-height: 34.375rem;
    background-position: 0 0, 50%;
  }

  .grid-osoby {
    height: auto;
    max-height: none;
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    height: 100vh;
    max-height: 67.5rem;
  }

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

  .image-2 {
    width: 75rem;
    max-width: none;
    top: auto;
    bottom: -10vh;
    left: auto;
    right: -70vw;
  }

  .text-block-6 {
    color: #0e1b2e;
    background-color: #cc9c82;
    border-radius: .125rem;
    margin-top: 2rem;
    padding: 1rem 2rem;
    font-weight: 600;
    display: inline-block;
  }

  .section_menu_all {
    overflow: auto;
  }

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

  .the-height-400vh-section {
    overflow: visible;
  }

  .the-sticky-div {
    width: 100%;
    height: auto;
    min-height: 100vh;
    grid-template-columns: 1fr;
    align-content: center;
    align-items: start;
  }

  .the-content {
    height: auto;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .a-block {
    height: 100%;
  }

  .div-block-26 {
    height: auto;
    margin-bottom: 2rem;
  }

  .text-block-11 {
    max-width: 550px;
  }

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

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

  .div-block-30 {
    max-width: 100%;
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .fs-selectcustom_message, .fs-selectcustom_select {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .div-block-2, .div-block-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-10 {
    height: auto;
    max-height: none;
    min-height: 100vh;
    background-image: linear-gradient(to bottom, null, null), url('../images/Agnieszka.webp');
    background-position: 0 0, 50% 100%;
    padding: 18.75rem 1rem 2rem;
  }

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

  .image-2 {
    width: 160%;
    top: auto;
    bottom: 0%;
    left: 30%;
    right: -20%;
  }

  .text-block-6 {
    margin-top: 1rem;
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .heading-2 {
    margin-bottom: 1rem;
  }

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

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

  .div-block-19.small {
    width: 20px;
  }

  .section_menu_all {
    justify-content: flex-start;
    padding-bottom: 4rem;
  }

  .image-3 {
    width: 50px;
  }

  .image-4 {
    width: 30px;
  }

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

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

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

  .div-block-25 {
    grid-row-gap: .5rem;
    margin-top: 1rem;
    margin-left: 20px;
  }

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

  .image-5 {
    width: 60px;
  }

  .gradient {
    min-height: 20vh;
  }

  .the-sticky-div-title {
    text-align: center;
    font-size: 52px;
  }

  .a-block {
    width: 80vw;
  }

  .image-6 {
    min-height: 20vh;
  }

  .text-block-11 {
    max-width: 400px;
  }

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

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

@media screen and (max-width: 479px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

  .div-block-5 {
    min-height: 21.875rem;
  }

  .div-block-8 {
    min-height: 28.125rem;
  }

  .div-block-10 {
    background-image: linear-gradient(rgba(14, 27, 46, .7), rgba(14, 27, 46, .7)), url('../images/Agnieszka.webp');
    background-position: 0 0, 50% 120%;
    background-size: auto, cover;
    padding-top: 21.875rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-4 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .linia_move_left {
    left: .5rem;
  }

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

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

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

  .link {
    font-size: .9rem;
  }

  .div-block-20 {
    grid-row-gap: 8px;
  }

  .text-block-8 {
    font-size: 1.4rem;
  }

  .image-5 {
    width: 45px;
  }

  .text-span-2 {
    font-size: 6vw;
  }

  .gradient {
    max-height: 150px;
    min-height: 150px;
  }

  .the-height-400vh-section {
    margin-left: 0;
  }

  .the-sticky-div-title {
    margin-top: 76px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11vw;
    line-height: 9vw;
  }

  .the-content {
    align-items: stretch;
  }

  .the-width-400vh-scrollable-div {
    align-items: flex-start;
  }

  .a-block {
    width: 80vw;
    height: 100%;
    margin-left: 1rem;
    padding-bottom: 1rem;
  }

  .box_szary_hover {
    min-height: 50vh;
    top: 0%;
    bottom: auto;
    left: -5%;
    right: auto;
  }

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

  .image-6 {
    min-height: 150px;
  }

  .text-block-11 {
    max-width: 100%;
  }

  .div-block-29 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-_353991a0-cfd1-b953-c108-792a01a0d66a-8de71e10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb00443b-84d5-56e8-5513-3bd8506baeeb-506baee9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-cb00443b-84d5-56e8-5513-3bd8506baeed-506baee9, #w-node-cb00443b-84d5-56e8-5513-3bd8506baeee-506baee9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-cb00443b-84d5-56e8-5513-3bd8506baeef-506baee9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-cb00443b-84d5-56e8-5513-3bd8506baef5-506baee9, #w-node-cb00443b-84d5-56e8-5513-3bd8506baf07-506baee9, #w-node-cb00443b-84d5-56e8-5513-3bd8506baf18-506baee9, #w-node-_32b55509-80d2-6f08-05b0-0f41dde08d86-dde08d82, #w-node-_32b55509-80d2-6f08-05b0-0f41dde08d95-dde08d82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab3c584a-9d97-c5c2-cb0a-591f61fe395d-61fe395b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ab3c584a-9d97-c5c2-cb0a-591f61fe3971-61fe395b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9e8a8cd-abda-7b14-8206-6ed2ddf7267c-ddf7267a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f9e8a8cd-abda-7b14-8206-6ed2ddf72699-ddf7267a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f703fb88-82e2-8dc6-44c4-d46f0a695e8c-0a695e8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-f703fb88-82e2-8dc6-44c4-d46f0a695e90-0a695e8a, #w-node-f703fb88-82e2-8dc6-44c4-d46f0a695e91-0a695e8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f703fb88-82e2-8dc6-44c4-d46f0a695e92-0a695e8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_190e1316-0973-4911-70c4-e6466d70f57f-9427fb78, #w-node-a008c0a1-a422-2ac0-a509-3df1259326f6-9427fb78, #w-node-_190e1316-0973-4911-70c4-e6466d70f57f-7a84797d, #w-node-a008c0a1-a422-2ac0-a509-3df1259326f6-7a84797d, #w-node-_190e1316-0973-4911-70c4-e6466d70f57f-65e1ca91, #w-node-a008c0a1-a422-2ac0-a509-3df1259326f6-65e1ca91, #w-node-_190e1316-0973-4911-70c4-e6466d70f57f-939729ae, #w-node-a008c0a1-a422-2ac0-a509-3df1259326f6-939729ae, #w-node-_190e1316-0973-4911-70c4-e6466d70f57f-4760494d, #w-node-a008c0a1-a422-2ac0-a509-3df1259326f6-4760494d, #w-node-_190e1316-0973-4911-70c4-e6466d70f57f-0817eecb, #w-node-a008c0a1-a422-2ac0-a509-3df1259326f6-0817eecb, #w-node-_76c73910-5761-dfa2-a404-b9e60241ef61-1b0cecda, #w-node-_7a27f9a9-f65e-fc88-ef9f-256c05494789-1b0cecda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_353991a0-cfd1-b953-c108-792a01a0d66a-8de71e10 {
    align-self: center;
  }
}


