:root {
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.image {
  mix-blend-mode: color;
}

.navbar {
  background-color: #0000;
  line-height: 10rem;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.brand {
  opacity: .8;
}

.brand:hover {
  opacity: 1;
}

.container {
  justify-content: space-between;
  align-items: center;
  min-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  max-width: 250px;
}

.body {
  color: #e4e4e4;
  background-color: #272727;
}

.link {
  color: #d3c7b8;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.link:hover {
  color: #fff0db;
}

.section {
  background-image: linear-gradient(0deg, #272727, #0000 40%, #2727274d), linear-gradient(#0000001a, #0000001a), url('../images/strona-24-z-6_small.jpg');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 90svh;
}

.gallery-overview {
  background-color: #272727;
  border-bottom: 0 #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.hero-heading-center {
  background-color: #272727;
  border: 0 #000;
  padding: 140px 30px 80px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 55%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.shadow-two {
  max-width: 400px;
  box-shadow: 0 4px 24px #96a3b514;
}

.footer-light {
  border: 1px #000;
  padding-top: 80px;
  padding-bottom: 80px;
  position: static;
}

.container-4 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.footer-wrapper-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  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: #534e46;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.footer-bottom {
  justify-content: center;
  align-items: flex-end;
  padding-top: 40px;
  display: flex;
}

.footer-copyright {
  color: #64605b;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

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

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

.footer-social-link:hover {
  mix-blend-mode: soft-light;
}

.heading {
  font-family: Merriweather, serif;
  font-weight: 300;
  line-height: 48px;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.rl_contact20_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.rl_contact20_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact20_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.rl_contact20_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl-text-style-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-heading-style-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

.rl_contact20_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-link:hover {
  color: #918888;
}

.rl_contact20_item {
  text-align: center;
  width: 100%;
}

.rl-text-style-subheading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_contact20_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

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

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

.rl_contact20_spacing-block-6, .rl_contact20_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact20_icon {
  width: 3rem;
  height: 3rem;
}

.image-3 {
  max-width: 250px;
}

.link-footer {
  color: #7a7267;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

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

.contact-social-area {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.code-embed {
  line-height: 0;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  height: 32px;
  display: flex;
}

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

.lightbox-link-copy {
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-2 {
    max-width: 200px;
  }

  .section {
    background-image: linear-gradient(0deg, #272727, #0000 40%), linear-gradient(#0000, #0000), url('../images/strona-24-z-6_small.jpg');
    background-position: 0 0, 0 0, 80%;
  }

  .menu-button {
    padding: 0;
    display: none;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

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

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

  .rl-padding-section-large {
    padding: 6rem 1em;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_contact20_content {
    grid-column-gap: 2rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .brand.w--current {
    opacity: 1;
  }

  .section {
    background-image: linear-gradient(0deg, #272727, #0000 40%), linear-gradient(#0000, #0000), url('../images/strona-24-z-6_small.jpg');
    background-position: 0 0, 0 0, 70%;
  }

  .gallery-overview, .hero-heading-center {
    padding: 60px 15px;
  }

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

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

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

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

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

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

  .rl_contact20_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

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

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

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_contact20_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_contact20_spacing-block-6, .rl_contact20_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .image-3 {
    max-width: 200px;
  }

  .contact-social-area {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    max-width: 200px;
  }

  .nav-menu, .nav-menu-2 {
    background-color: #0000;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

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

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

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

  .footer-wrapper-two {
    flex-direction: column;
  }

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

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

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

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

  .contact-social-area {
    margin-top: 20px;
  }
}

#w-node-_283d423f-7af0-7f74-4eaf-134e509fe6cf-7a3d1c86, #w-node-c386b86c-48ec-434f-795c-a9d1723e3fd3-7a3d1c86, #w-node-c386b86c-48ec-434f-795c-a9d1723e3fce-7a3d1c86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


