@font-face {
  font-family: Playfair Display;
  src: url(../media/playfair-display-500.befd5aca.woff2) format("woff2"), url(../media/playfair-display-500.5442a933.woff) format("woff"), url(../media/playfair-display-500.1633a7e0.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url(../media/poppins-300.bdb1aab2.woff2) format("woff2"), url(../media/poppins-300.e26b6cb9.woff) format("woff"), url(../media/poppins-300.2db1d9ff.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url(../media/poppins-400.e3cc4830.woff2) format("woff2"), url(../media/poppins-400.edeacff5.woff) format("woff"), url(../media/poppins-400.21b73a63.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url(../media/poppins-500.ee21c5a6.woff2) format("woff2"), url(../media/poppins-500.2496870f.woff) format("woff"), url(../media/poppins-500.feac96e6.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url(../media/poppins-600.b19db0da.woff2) format("woff2"), url(../media/poppins-600.d04813d9.woff) format("woff"), url(../media/poppins-600.a7dce0ab.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap
}

@font-face {
  font-family: Poppins;
  src: url(../media/poppins-700.57ae9757.woff2) format("woff2"), url(../media/poppins-700.a6794d25.woff) format("woff"), url(../media/poppins-700.0fa22c92.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap
}

*,
:after,
:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
  margin: 0;
  padding: 0;
  font: inherit
}

:root {
  color-scheme: light
}

html {
  scroll-behavior: smooth
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  font-family: Poppins, sans-serif;
  background-color: #f8f9f9
}

@media screen and (min-width:1020px) {
  body.normal-header main {
    padding-top: 124px
  }
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto
}

a,
input,
textarea {
  font-family: Poppins, sans-serif;
  color: inherit
}

button {
  all: unset;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  font-family: Poppins, sans-serif
}

h1 {
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px
}

@media screen and (min-width:1280px) {
  h1 {
    font-family: Playfair Display, sans-serif;
    font-size: 76px;
    font-weight: 500;
    line-height: 92px
  }
}

h2 {
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px
}

@media screen and (min-width:1280px) {
  h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px
  }
}

main {
  padding-top: 64px
}

@media screen and (min-width:1020px) {
  main {
    padding-top: 0
  }
}

.content-grid {
  display: grid;
  grid-template-columns: [full-width-start] minmax(24px, 1fr) [breakout-start] minmax(0, 138px) [content-start] min(100% - 48px, 1356px) [content-end] minmax(0, 138px) [breakout-end] minmax(24px, 1fr) [full-width-end]
}

.content-grid>:not(.breakout, .full-width),
.full-width>:not(.breakout, .full-width) {
  grid-column: content
}

.content-grid>.breakout {
  grid-column: breakout
}

.content-grid>.full-width {
  grid-column: full-width;
  display: grid;
  grid-template-columns: inherit
}

.default-padding {
  padding: 80px 0
}

@media screen and (min-width:1280px) {
  .default-padding {
    padding: 120px 0
  }
}

.career-page {
  margin: auto
}

.career-page h2 {
  text-align: center
}

.career-page .offers {
  padding: 80px 0;
  background-color: #fff
}

.career-page .job-offers {
  margin: 40px auto;
  width: 100%;
  max-width: 1356px
}

.career-page .job-offers .offer {
  margin: 24px 0;
  display: flex;
  align-items: center;
  padding: 16px;
  border: 1px solid #ececec
}

.career-page .job-offers .offer .image {
  width: 100px
}

@media screen and (min-width:1020px) {
  .career-page .job-offers .offer .image {
    width: 120px
  }
}

.career-page .job-offers .offer .image img {
  width: 80px;
  height: auto
}

.career-page .job-offers .offer .details {
  width: calc(100% - 100px)
}

@media screen and (min-width:1020px) {
  .career-page .job-offers .offer .details {
    align-items: center;
    display: flex;
    justify-content: space-between
  }
}

.career-page .job-offers .offer .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: .5em
}

@media screen and (min-width:1020px) {
  .career-page .job-offers .offer .name {
    margin: 0
  }
}

.career-page .job-offers .offer .info {
  display: flex;
  justify-content: space-between
}

@media screen and (min-width:1020px) {
  .career-page .job-offers .offer .info {
    min-width: 300px
  }
}

.career-page .job-offers .offer .info .place,
.career-page .job-offers .offer .info .schedule {
  display: flex;
  font-size: 12px;
  width: 47%
}

.career-page .job-offers .offer .info .place img,
.career-page .job-offers .offer .info .schedule img {
  margin-right: 5px
}

.career-page .job-offers .offer .offer-link {
  display: none
}

@media screen and (min-width:1020px) {
  .career-page .job-offers .offer .offer-link {
    display: block
  }
}

.zdrojowa-stats h2 {
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #2e3235;
  text-align: center
}

@media screen and (min-width:1280px) {
  .zdrojowa-stats h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px
  }
}

.zdrojowa-stats .stats-inner {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

@media screen and (min-width:1020px) {
  .zdrojowa-stats .stats-inner {
    flex-direction: row;
    justify-content: center;
    gap: 64px
  }
}

@media screen and (min-width:1280px) {
  .zdrojowa-stats .stats-inner {
    margin-top: 90px;
    flex-direction: row;
    justify-content: center
  }
}

.zdrojowa-stats .stats-inner div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.zdrojowa-stats .stats-inner div:last-child {
  min-width: 135px
}

@media screen and (min-width:1280px) {
  .zdrojowa-stats .stats-inner div:last-child {
    min-width: 213px
  }
}

.zdrojowa-stats .stats-inner div h3 {
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  color: #c9a455
}

@media screen and (min-width:1280px) {
  .zdrojowa-stats .stats-inner div h3 {
    font-family: Playfair Display, sans-serif;
    font-size: 76px;
    font-weight: 500;
    line-height: 92px
  }
}

.zdrojowa-stats .stats-inner div p {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #2e3235;
  text-align: center;
  max-width: 25ch
}

@media screen and (min-width:1020px) {
  .zdrojowa-stats .stats-inner div p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: center
  }
}

section.banner-text-image.banner-text-image {
  padding: 40px 0 0
}

@media screen and (min-width:1280px) {
  section.banner-text-image.banner-text-image {
    padding: 120px 0 0
  }
}

section.banner-text-image.banner-text-image.mobile-gap-16 .banner-content {
  gap: 16px
}

section.banner-text-image.banner-text-image.mobile-gap-24 .banner-content {
  gap: 24px;
  gap: 32px
}

section.banner-text-image.banner-text-image.align-items-center .banner-content {
  align-items: center
}

section.banner-text-image.banner-text-image.align-items-center .banner-content h1,
section.banner-text-image.banner-text-image.align-items-center .banner-content p {
  text-align: center
}

section.banner-text-image.banner-text-image.align-items-left .banner-content {
  align-items: flex-start
}

@media screen and (min-width:1020px) {
  section.banner-text-image.banner-text-image.double {
    display: flex;
    align-items: center
  }

  section.banner-text-image.banner-text-image.double img {
    width: 50%;
    margin-top: 0
  }

  section.banner-text-image.banner-text-image.double .banner-inner {
    width: 50%
  }

  section.banner-text-image.banner-text-image.double .banner-inner .banner-content {
    display: block
  }
}

@media screen and (min-width:1280px) {
  section.banner-text-image.banner-text-image.double {
    padding: 100px 0 0
  }
}

section.banner-text-image.banner-text-image .banner-inner {
  grid-column: full-width;
  isolation: isolate;
  align-items: center;
  max-width: 1356px;
  margin: 0 auto
}

section.banner-text-image.banner-text-image .banner-inner .banner-content {
  display: flex;
  flex-direction: column
}

@media screen and (min-width:720px) {
  section.banner-text-image.banner-text-image .banner-inner .banner-content {
    flex-direction: row;
    align-items: center
  }
}

@media screen and (min-width:1020px) {
  section.banner-text-image.banner-text-image .banner-inner .banner-content {
    gap: 32px
  }
}

section.banner-text-image.banner-text-image .banner-inner .banner-content h1 {
  max-width: 18ch
}

@media screen and (min-width:720px) {
  section.banner-text-image.banner-text-image .banner-inner .banner-content h1 {
    min-width: 50%
  }
}

section.banner-text-image.banner-text-image .banner-inner .banner-content p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-width: 45ch;
  margin: 1em 0
}

@media screen and (min-width:1280px) {
  section.banner-text-image.banner-text-image .banner-inner .banner-content p {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px
  }
}

section.banner-text-image.banner-text-image img {
  grid-column: full-width;
  object-fit: contain;
  width: 100%
}

@media screen and (min-width:1280px) {
  section.banner-text-image.banner-text-image img {
    margin-top: 120px
  }
}

@media screen and (min-width:1910px) {
  section.banner-text-image.banner-text-image img {
    max-width: 2560px;
    margin-inline: auto
  }
}

section.client-opinions-section {
  padding: 80px 0 40px;
  color: #2e3235
}

@media screen and (min-width:1020px) {
  section.client-opinions-section {
    padding: 120px 0
  }
}

section.client-opinions-section h2 {
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px
}

@media screen and (min-width:1280px) {
  section.client-opinions-section h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px
  }
}

section.client-opinions-section .swiper-navigation-component {
  margin-top: 40px;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  gap: 14px
}

@media screen and (min-width:1020px) {
  section.client-opinions-section .swiper-navigation-component {
    margin-top: 0
  }
}

section.client-opinions-section .swiper-navigation-component .swiper-navigation-button {
  position: static;
  translate: none;
  width: 56px;
  height: 56px
}

section.client-opinions-section .swiper-navigation-component .swiper-navigation-button img {
  width: 22px
}

section.client-opinions-section .client-opinions-swiper {
  margin-top: 24px;
  grid-column: full-width;
  max-width: 100%
}

@media screen and (min-width:720px) {
  section.client-opinions-section .client-opinions-swiper {
    padding: 0 24px
  }
}

@media screen and (min-width:1020px) {
  section.client-opinions-section .client-opinions-swiper {
    margin-top: 40px
  }
}

@media screen and (min-width:1280px) {
  section.client-opinions-section .client-opinions-swiper {
    margin-top: 80px
  }
}

@media screen and (min-width:1420px) {
  section.client-opinions-section .client-opinions-swiper {
    padding: 0;
    max-width: 1356px
  }
}

section.client-opinions-section .client-opinions-swiper .swiper-slide {
  padding: 40px 24px;
  width: 100%;
  max-width: calc(100vw - 48px);
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: #f8f9f9
}

@media screen and (min-width:720px) {
  section.client-opinions-section .client-opinions-swiper .swiper-slide {
    max-width: min(50vw - 44px, 658px)
  }
}

@media screen and (min-width:1420px) {
  section.client-opinions-section .client-opinions-swiper .swiper-slide {
    padding: 64px 56px
  }
}

section.client-opinions-section .client-opinions-swiper .swiper-slide .text-wrapper {
  padding: 8px 0 0 24px;
  position: relative
}

section.client-opinions-section .client-opinions-swiper .swiper-slide .text-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

section.client-opinions-section .client-opinions-swiper .swiper-slide .text-wrapper h3 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px
}

section.client-opinions-section .client-opinions-swiper .swiper-slide hr {
  margin-top: auto;
  border: none;
  border-bottom: 1px solid #ececec;
  display: block;
  height: 1px
}

section.client-opinions-section .client-opinions-swiper .swiper-slide .flex-wrapper {
  display: flex;
  align-items: center;
  gap: 32px
}

section.client-opinions-section .client-opinions-swiper .swiper-slide .flex-wrapper img {
  max-width: 72px;
  max-height: 72px
}

@media screen and (min-width:1280px) {
  section.client-opinions-section .client-opinions-swiper .swiper-slide .flex-wrapper .name-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px
  }
}

section.client-opinions-section .client-opinions-swiper .swiper-slide .flex-wrapper .name-wrapper h4 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px
}

@media screen and (min-width:1280px) {
  section.client-opinions-section .client-opinions-swiper .swiper-slide .flex-wrapper .name-wrapper h4 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
  }
}

section.client-opinions-section .client-opinions-swiper .swiper-slide .flex-wrapper .name-wrapper p {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px
}

@media screen and (min-width:1280px) {
  section.client-opinions-section .client-opinions-swiper .swiper-slide .flex-wrapper .name-wrapper p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
  }
}

.placeholder {
  background: #d9d9d9
}

section.image-overlay-gray {
  display: grid;
  grid-template-columns: [img-start bg-start text-start] auto [img-end bg-end text-end];
  grid-template-rows: [img-start] 45vw [bg-start] auto [img-end text-start] auto [text-end] 80px [bg-end]
}

@media screen and (min-width:1020px) {
  section.image-overlay-gray {
    grid-template-rows: [img-start] 22.5vw [bg-start] auto [img-end text-start] auto [text-end] 80px [bg-end]
  }
}

@media screen and (min-width:1590px) {
  section.image-overlay-gray {
    grid-template-rows: [img-start] 379px [bg-start] auto [img-end text-start] auto [text-end] 120px [bg-end]
  }
}

section.image-overlay-gray:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 100vmax #2e3235;
  -webkit-clip-path: inset(0 -100vmax);
  clip-path: inset(0 -100vmax);
  background-color: #2e3235;
  grid-area: bg
}

section.image-overlay-gray>img {
  position: relative;
  grid-area: img;
  width: 100%;
  aspect-ratio: 327/263;
  object-fit: cover;
  object-position: center
}

@media screen and (min-width:1020px) {
  section.image-overlay-gray>img {
    aspect-ratio: 339/128
  }
}

section.image-overlay-gray .placeholder {
  grid-area: img;
  width: 100%;
  aspect-ratio: 312/251;
  position: relative
}

@media screen and (min-width:1020px) {
  section.image-overlay-gray .placeholder {
    aspect-ratio: 1356/512
  }
}

section.image-overlay-gray .content {
  grid-area: text;
  position: relative;
  margin-top: 40px
}

@media screen and (min-width:1280px) {
  section.image-overlay-gray .content {
    margin-top: 100px
  }
}

@media screen and (min-width:1590px) {
  section.image-overlay-gray .content {
    margin-top: 130px
  }
}

section.image-overlay-gray .content h2,
section.image-overlay-gray .content h3,
section.image-overlay-gray .content h4 {
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  text-align: center
}

@media screen and (min-width:1280px) {

  section.image-overlay-gray .content h2,
  section.image-overlay-gray .content h3,
  section.image-overlay-gray .content h4 {
    font-family: Playfair Display, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px
  }
}

section.image-overlay-gray .content .summary {
  margin-top: 56px;
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(0, 1fr));
  justify-items: center;
  justify-content: center;
  grid-auto-flow: dense;
  grid-column-gap: 32px;
  column-gap: 32px;
  grid-row-gap: 16px;
  row-gap: 16px
}

@media screen and (min-width:1020px) {
  section.image-overlay-gray .content .summary {
    grid-template-rows: none;
    grid-template-columns: repeat(4, minmax(0, 254px))
  }
}

@media screen and (min-width:1280px) {
  section.image-overlay-gray .content .summary {
    margin-top: 80px
  }
}

@media screen and (min-width:1420px) {
  section.image-overlay-gray .content .summary {
    column-gap: 64px
  }
}

section.image-overlay-gray .content .summary img {
  width: 68px;
  height: 68px
}

@media screen and (min-width:1020px) {
  section.image-overlay-gray .content .summary img {
    grid-row: 1/2
  }
}

section.image-overlay-gray .content .summary img:not(:first-child) {
  margin-top: 16px
}

@media screen and (min-width:1020px) {
  section.image-overlay-gray .content .summary img:not(:first-child) {
    margin: initial
  }
}

section.image-overlay-gray .content .summary p {
  text-align: center;
  max-width: 254px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px
}

@media screen and (min-width:1020px) {
  section.image-overlay-gray .content .summary p {
    grid-row: 2/3
  }
}

@media screen and (min-width:1420px) {
  section.image-overlay-gray .content .summary p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px
  }
}