@charset "UTF-8";
.circle {
  --circle-size: 40px;
  position: fixed;
  height: var(--circle-size);
  width: var(--circle-size);
  border: 1px solid white;
  border-radius: 100%;
  pointer-events: none;
  z-index: 500;
  top: calc(var(--circle-size) / 2 * -1);
  left: calc(var(--circle-size) / 2 * -1);
  pointer-events: none;
  transition: scale 0.3s ease-in;
}

html {
  scroll-behavior: smooth;
  width: 100vw;
  overflow-x: hidden;
  background-color: black;
}

section {
  z-index: 10;
}

body {
  overflow: hidden;
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  background-color: #000000;
  gap: 48px;
  width: 100vw;
  align-items: center;
  overflow-x: hidden;
  color: #fff;
}

body::-webkit-scrollbar {
  display: none;
  /* Ukrycie scrollbara w przeglądarkach WebKit */
}

.background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  z-index: 0;
}
.background img {
  filter: grayscale(100%);
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-family: "Be Vietnam Pro";
}

p,
h2,
h3 {
  font-family: "Be Vietnam Pro";
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #777;
}

* {
  padding: 0px;
  margin: 0px;
  scrollbar-width: thin;
  scrollbar-color: #555 #000;
  color: #fff;
  font-size: 16px;
  font-style: normal;
}

.main-section {
  z-index: 10;
}
.main-section header {
  position: relative;
  display: flex;
  padding-top: 36px;
  width: 100vw;
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  mix-blend-mode: lighten;
}
.main-section header .burger {
  position: absolute;
  right: 130px;
  top: 77px;
  width: auto;
  display: none;
  z-index: 22;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
}
.main-section header .burger span {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}
.main-section header .logo-section {
  padding-left: 130px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 32px;
  text-wrap: nowrap;
}
.main-section header .logo-section .logo {
  width: 114px;
  height: 114px;
}
.main-section header .logo-section .separator {
  width: 3.5px;
  height: 64px;
  background: #fff;
}
.main-section header .logo-section figcaption {
  color: #fff;
  font-family: Martel;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 19.8px */
  letter-spacing: 0.72px;
  text-transform: uppercase !important;
}
.main-section header nav ul {
  display: flex;
  align-items: center;
  gap: 33px;
  list-style: none;
  padding-right: 130px;
}
.main-section header nav ul li {
  color: #fff;
  text-shadow: 0px 1px 0.8px #fff;
  font-family: Martel;
  font-size: 16px;
  position: relative;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
  /* 31.5px */
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.main-section header nav ul li::before {
  width: 0px;
  height: 1px;
  content: "";
  background-color: #D0A144;
  position: absolute;
  transition: 0.6s all ease;
  bottom: -2px;
}
.main-section header nav ul li:hover::before {
  width: 100%;
}
.main-section header nav ul li a {
  color: #fff;
  text-shadow: 0px 1px 0.8px #fff;
  font-family: Martel;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.main-section header nav ul li a .golden {
  color: #D0A144;
  text-shadow: 0px 1px 0.8px #fff;
  font-family: Martel;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.main-section .hero {
  height: 597.82px;
  width: 1082.9px;
  margin: 24px auto 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-section .hero .grain {
  left: 0;
  z-index: -1;
  top: 0;
  opacity: 0.1;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  height: 597.82px;
  width: 1082.9px;
  position: absolute;
  background: url("./assets/graineffect.png");
}
.main-section .hero .box {
  display: flex;
  width: 860px;
  padding: 40px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
}
.main-section .hero .box .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.main-section .hero .box h1 {
  width: 862px;
  height: 143px;
  color: var(--light-text-color, #FFF);
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Martel;
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 65px;
  /* 112.069% */
  letter-spacing: 0.2px;
}
.main-section .hero .box p {
  color: var(--light-text-color, #FFF);
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  width: 465px;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: 0.2px;
}
.main-section .hero .box .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.main-section .hero .box .buttons .orange-button {
  position: relative;
  display: flex;
  padding: 10px 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 37px;
  cursor: pointer;
  background: #D0A144;
  transition: 0.6s all ease;
}
.main-section .hero .box .buttons .orange-button::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 177px;
  top: -73px;
  left: -80px;
  background: transparent;
}
.main-section .hero .box .buttons .orange-button:hover {
  box-shadow: 1px 1px 13px #D0A144;
}
.main-section .hero .box .buttons .ghost-button {
  display: flex;
  padding: 10px 36px;
  flex-direction: column;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.6s all ease;
  border-radius: 37px;
  border: 1px solid #fff;
}
.main-section .hero .box .buttons .ghost-button:hover {
  box-shadow: -3px 1px 31px rgba(245, 243, 243, 0.267);
}

.about-section {
  display: flex;
  flex-direction: column;
  margin-top: 296px;
  display: flex;
  position: relative;
}
.about-section .pawelOrlowski {
  margin: 0 auto;
  width: 1100px;
  display: flex;
  justify-content: center;
  position: relative;
  gap: 128px;
  align-items: center;
}
.about-section .pawelOrlowski .blur {
  background: #424242;
  filter: blur(125px);
  width: 383px;
  height: 319px;
  flex-shrink: 0;
  position: absolute;
  border-radius: 500px;
  right: -600px;
  top: 0px;
  z-index: -2;
}
.about-section .pawelOrlowski::before {
  content: "";
  background-color: black;
  filter: blur(120px);
  width: 600px;
  height: 800px;
  border-radius: 200px;
  top: -220px;
  right: 90px;
  position: absolute;
  z-index: -2;
}
.about-section .pawelOrlowski img {
  width: 296.1px;
  height: 394.8px;
}
.about-section .pawelOrlowski .text-box {
  padding-bottom: 68px;
  display: flex;
  width: auto;
  height: 104px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 19px;
  flex-shrink: 0;
}
.about-section .pawelOrlowski .text-box p {
  display: flex;
  padding: 10px 10px 10px 0px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.about-section .pawelOrlowski .text-box h2 {
  color: #FFF;
  font-family: "Be Vietnam Pro";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 0px;
  /* 0% */
  letter-spacing: 0.2px;
}
.about-section .pawelOrlowski .rectangle-group {
  position: absolute;
  left: 70px;
  top: -50px;
}
.about-section .pawelOrlowski .rectangle-group .group {
  position: relative;
  opacity: 1;
  width: 350px;
  height: 350px;
  z-index: -2;
}
.about-section .pawelOrlowski .rectangle-group .group .big-rectangle {
  top: -118px;
  left: -60px;
  position: absolute;
  opacity: 0;
  animation-delay: 600ms;
}
.about-section .pawelOrlowski .rectangle-group .group .big-rectangle img {
  width: 335.3px;
  height: 350px;
}
.about-section .pawelOrlowski .rectangle-group .group .medium-rectangle {
  position: absolute;
  top: 280px;
  left: -30px;
  opacity: 0;
  animation-delay: 400ms;
  flex-shrink: 0;
}
.about-section .pawelOrlowski .rectangle-group .group .medium-rectangle img {
  width: 274.4px;
  height: 286.3px;
}
.about-section .pawelOrlowski .rectangle-group .group .small-rectangle {
  top: 400px;
  position: absolute;
  right: -77.664px;
  flex-shrink: 0;
  opacity: 0;
}
.about-section .pawelOrlowski .rectangle-group .group .small-rectangle img {
  width: 108.5px;
  height: 113.4px;
}
.about-section .animate {
  animation: fadein 1s ease-in-out forwards 0.2s;
}
@keyframes fadein {
  from {
    opacity: 0;
    scale: 0;
  }
  65% {
    scale: 1.05;
  }
  to {
    scale: 1;
    opacity: 1;
  }
}
.about-section .Krzysztof {
  margin: 192px auto 0 auto;
  width: 1100px;
  display: flex;
  justify-content: center;
  gap: 128px;
  position: relative;
  flex-direction: row-reverse;
  align-items: center;
}
.about-section .Krzysztof .blur {
  background: #202020;
  filter: blur(125px);
  width: 383px;
  height: 319px;
  flex-shrink: 0;
  position: absolute;
  border-radius: 500px;
  left: -600px;
  top: 0px;
  z-index: -2;
}
.about-section .Krzysztof img {
  width: 296.1px;
  height: 394.8px;
  border-radius: 0px;
}
.about-section .Krzysztof .text-box {
  padding-bottom: 68px;
  display: flex;
  width: auto;
  height: 104px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 19px;
  flex-shrink: 0;
}
.about-section .Krzysztof .text-box p {
  display: flex;
  padding: 10px 10px 10px 0px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.about-section .Krzysztof .text-box h2 {
  color: #FFF;
  font-family: "Be Vietnam Pro";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 0px;
  /* 0% */
  letter-spacing: 0.2px;
}
.about-section .Krzysztof .rectangle-group {
  position: absolute;
  right: 72px;
  top: -50px;
}
.about-section .Krzysztof .rectangle-group .group {
  position: relative;
  opacity: 1;
  width: 350px;
  height: 350px;
  z-index: -2;
}
.about-section .Krzysztof .rectangle-group .group .big-rectangle-2 {
  top: 259px;
  right: -90px;
  position: absolute;
  opacity: 0;
}
.about-section .Krzysztof .rectangle-group .group .big-rectangle-2 img {
  width: 335.3px;
  height: 350px;
}
.about-section .Krzysztof .rectangle-group .group .medium-rectangle-2 {
  position: absolute;
  opacity: 0;
  top: -74px;
  right: -54px;
  flex-shrink: 0;
}
.about-section .Krzysztof .rectangle-group .group .medium-rectangle-2 img {
  width: 274.4px;
  height: 286.3px;
}
.about-section .Krzysztof .rectangle-group .group .small-rectangle-2 {
  top: -18px;
  position: absolute;
  opacity: 0;
  left: -55.664px;
  flex-shrink: 0;
}
.about-section .Krzysztof .rectangle-group .group .small-rectangle-2 img {
  width: 108.5px;
  height: 113.4px;
}

.animate .office {
  width: 482.3px;
  height: 643.5px;
  border: none;
  z-index: 40;
  transform: translateY(0px) !important;
  transition: 1s all ease;
}

.about-office {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-top: 240px;
  gap: 120px;
  padding-bottom: 300px;
}
.about-office .office {
  width: 482.3px;
  height: 643.5px;
  border: none;
  z-index: 40;
  transform: translateY(420px);
  transition: 1s all ease;
}
.about-office .about-office__info-box {
  display: flex;
  width: 640px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.about-office .about-office__info-box h2 {
  color: #FFF;
  font-family: "Be Vietnam Pro";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.162px;
}
.about-office .about-office__info-box p {
  color: #FFF;
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0.2px;
}
.about-office .about-office__info-box .about-office__info-box__button {
  margin-top: 24px;
  display: flex;
  padding: 10px 36px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  border-radius: 37px;
  background-color: transparent;
  border: 1px solid #D0A144;
  background: #000000;
  transition: 0.6s all ease;
  cursor: pointer;
}
.about-office .about-office__info-box .about-office__info-box__button:hover {
  background-color: #D0A144;
}
.about-office .blur-fog {
  position: absolute;
  right: -509px;
  bottom: -200px;
  width: 333px;
  z-index: 32;
  height: 333px;
  flex-shrink: 0;
  background: #888;
  filter: blur(200px);
  z-index: 12;
}

.line-across-decoration {
  position: absolute;
  bottom: -10px;
  left: -340px;
  z-index: 1;
}

.stopka2 {
  z-index: 300;
  position: absolute;
  width: 100vw;
  bottom: 52px;
  display: flex;
  gap: 24px;
  justify-content: center;
  padding: 16px 0px 16px 0;
}
.stopka2 ul {
  list-style: none;
}
.stopka2 .first {
  text-align: right;
  text-wrap: nowrap;
  width: 400px;
}
.stopka2 li {
  color: var(--Absolute-White, #FFF);
  font-family: "Be Vietnam Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.108px;
}
.stopka2 .second {
  width: 400px;
  color: var(--Absolute-White, #FFF);
  font-family: "Be Vietnam Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.108px;
  font-size: 16px !important;
}
.stopka2 .second a {
  font-size: 16px !important;
}

.stopka {
  position: absolute;
  display: flex;
  bottom: 0px;
  padding: 16px 0px;
  align-items: center;
  z-index: 8;
  justify-content: center;
  width: 100vw;
  background: var(--Grey-10, #1A1A1A);
}
.stopka a {
  color: var(--Absolute-White, #FFF);
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  letter-spacing: -0.12px;
}

@media (max-width: 1600px) {
  .about-office .office {
    transform: translateY(20px);
  }
}
@media (max-width: 1050px) {
  .stopka2 {
    scale: 0.8;
  }
  .stopka2 * {
    text-wrap: nowrap;
  }
  .circle {
    left: -200px;
    display: none;
  }
  * {
    font-size: 16px;
  }
  .active .burger {
    pointer-events: all;
  }
  .active * {
    pointer-events: none;
  }
  .active html {
    overflow: hidden;
  }
  .active nav {
    position: fixed;
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    background-color: black;
    height: 100vh;
    top: 0vh !important;
    align-items: center;
    flex-direction: column;
    z-index: 200;
    opacity: 1 !important;
  }
  .active nav ul {
    display: flex !important;
    align-items: center;
    flex-direction: column;
    gap: 33px;
    padding-top: 120px;
    list-style: none;
    padding-right: 0px !important;
  }
  .active nav ul li {
    color: #fff;
    text-shadow: 0px 1px 0.8px #fff;
    font-family: Martel;
    font-size: 16px;
    position: relative;
    font-style: normal;
    font-weight: 300;
    line-height: 175%;
    /* 31.5px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }
  .active nav ul li::before {
    width: 0px;
    height: 1px;
    content: "";
    background-color: #D0A144;
    position: absolute;
    transition: 0.6s all ease;
    bottom: -2px;
  }
  .active nav ul li:hover::before {
    width: 100%;
  }
  .active nav ul li a {
    color: #fff;
    text-shadow: 0px 1px 0.8px #fff;
    font-family: Martel;
    font-size: 16px;
    font-style: normal;
    pointer-events: all;
    font-weight: 400;
    line-height: 175%;
    /* 31.5px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }
  .active nav ul li a .golden {
    color: #D0A144;
    text-shadow: 0px 1px 0.8px #fff;
    font-family: Martel;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 31.5px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }
  .active .hero {
    display: none;
  }
  .active .hero h1 {
    display: none;
  }
  .active .hero .grain {
    opacity: 0;
    width: 1px;
    display: none;
    height: 1px;
  }
  .active .hero .box {
    opacity: 0;
    display: none;
  }
  .main-section {
    z-index: 10;
    width: 100vw;
  }
  .main-section .animate .logo-section {
    transform: translateX(0px);
  }
  .main-section .animate .burger {
    transform: translateX(0px);
  }
  .main-section header {
    display: flex;
    padding-top: 16px;
    width: 100vw;
    margin-left: 0px;
    z-index: 110;
    justify-content: space-between;
    align-items: center;
    mix-blend-mode: lighten;
  }
  .main-section header nav {
    pointer-events: none;
    position: fixed;
    width: 100vw;
    display: flex;
    background-color: black;
    height: 100vh;
    transition: 0.5s all ease-in-out;
    align-items: center;
    flex-direction: column;
    z-index: 200;
    top: 0px;
    opacity: 0;
  }
  .main-section header nav ul {
    display: none;
    align-items: center;
    gap: 33px;
    list-style: none;
    padding-right: 130px;
  }
  .main-section header nav ul li {
    color: #fff;
    text-shadow: 0px 1px 0.8px #fff;
    font-family: Martel;
    font-size: 16px;
    position: relative;
    font-style: normal;
    font-weight: 300;
    line-height: 175%;
    /* 31.5px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }
  .main-section header nav ul li::before {
    width: 0px;
    height: 1px;
    content: "";
    background-color: #D0A144;
    position: absolute;
    transition: 0.6s all ease;
    bottom: -2px;
  }
  .main-section header nav ul li:hover::before {
    width: 100%;
  }
  .main-section header nav ul li a {
    color: #fff;
    text-shadow: 0px 1px 0.8px #fff;
    font-family: Martel;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    z-index: 222;
    /* 31.5px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }
  .main-section header nav ul li a .golden {
    color: #D0A144;
    text-shadow: 0px 1px 0.8px #fff;
    font-family: Martel;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 31.5px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
  }
  .main-section header .active span:nth-child(2) {
    display: none;
  }
  .main-section header .active span:first-child {
    transform: rotate(45deg) translateY(7px);
  }
  .main-section header .active span:last-child {
    transform: rotate(-45deg) translateY(-7px);
  }
  .main-section header .burger {
    transform: translateX(150px);
    transition: all 0.3s ease-in;
    position: absolute;
    right: 36px;
    top: 33px;
    width: auto;
    display: flex;
    z-index: 222;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
  }
  .main-section header .burger span {
    display: block;
    width: 30px;
    transition: 0.3s all ease;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
  }
  .main-section header .logo-section {
    cursor: pointer;
    display: flex;
    align-items: center;
    transform: translateX(-250px);
    transition: all 0.3s ease-in;
    gap: 6px;
    padding-left: 16px;
    font-size: 14px;
    text-wrap: nowrap;
  }
  .main-section header .logo-section .logo {
    width: 54px;
    height: 54px;
  }
  .main-section header .logo-section .separator {
    width: 1px;
    height: 32px;
    background: #fff;
  }
  .main-section header .logo-section figcaption {
    color: #fff;
    font-family: Martel;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    /* 19.8px */
    letter-spacing: 0.72px;
    text-transform: uppercase !important;
  }
  .main-section .hero {
    height: 300px;
    width: 300px;
    margin: 124px auto 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .main-section .hero .grain {
    left: -50px;
    z-index: 1;
    top: 0;
    opacity: 0.2;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    height: 0px;
    width: 0px;
    position: absolute;
    background: url("./assets/graineffect.png");
  }
  .main-section .hero .box {
    display: flex;
    width: 860px;
    padding: 40px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
  }
  .main-section .hero .box .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .main-section .hero .box h1 {
    width: 862px;
    height: auto;
    color: var(--light-text-color, #FFF);
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Martel;
    font-size: 44px;
    width: 400px;
    font-style: normal;
    font-weight: 900;
    line-height: 44px;
    /* 112.069% */
    letter-spacing: 0.2px;
  }
  .main-section .hero .box p {
    color: var(--light-text-color, #FFF);
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    width: 240px;
    line-height: 21px;
    /* 166.667% */
    letter-spacing: 0.2px;
  }
  .main-section .hero .box .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
  }
  .main-section .hero .box .buttons .orange-button {
    display: flex;
    padding: 10px 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 37px;
    cursor: pointer;
    background: #D0A144;
    transition: 0.6s all ease;
  }
  .main-section .hero .box .buttons .orange-button:hover {
    box-shadow: 1px 1px 13px #D0A144;
  }
  .main-section .hero .box .buttons .ghost-button {
    display: flex;
    width: 226.23px;
    padding: 10px 0px;
    flex-direction: column;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.6s all ease;
    border-radius: 37px;
    border: 1px solid #fff;
  }
  .main-section .hero .box .buttons .ghost-button:hover {
    box-shadow: -3px 1px 31px rgba(245, 243, 243, 0.267);
  }
  .about-section {
    display: flex;
    flex-direction: column;
    margin-top: 124px;
    gap: 64px;
    display: flex;
    position: relative;
  }
  .about-section .pawelOrlowski {
    margin: 0 auto;
    width: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    gap: 16px;
    align-items: center;
  }
  .about-section .pawelOrlowski .blur {
    background: #424242;
    filter: blur(125px);
    width: 383px;
    height: 319px;
    flex-shrink: 0;
    position: absolute;
    border-radius: 500px;
    right: -600px;
    top: 0px;
    z-index: -2;
  }
  .about-section .pawelOrlowski::before {
    display: none;
  }
  .about-section .pawelOrlowski img {
    width: 211.5px;
    height: 282px;
  }
  .about-section .pawelOrlowski .text-box {
    padding-bottom: 68px;
    display: flex;
    width: 210px;
    height: 104px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    flex-shrink: 0;
  }
  .about-section .pawelOrlowski .text-box p {
    display: flex;
    padding: 10px 10px 10px 0px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
  }
  .about-section .pawelOrlowski .text-box h2 {
    color: #FFF;
    font-family: "Be Vietnam Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 0% */
    letter-spacing: 0.2px;
  }
  .about-section .pawelOrlowski .rectangle-group {
    position: absolute;
    right: -600px;
    top: -40px;
    scale: 0.6;
    z-index: -1;
  }
  .about-section .pawelOrlowski .rectangle-group .group {
    position: relative;
    opacity: 1;
    width: 350px;
    height: 350px;
    z-index: -2;
  }
  .about-section .pawelOrlowski .rectangle-group .group .big-rectangle {
    top: -118px;
    left: -60px;
    position: absolute;
  }
  .about-section .pawelOrlowski .rectangle-group .group .big-rectangle img {
    width: 335.3px;
    height: 350px;
  }
  .about-section .pawelOrlowski .rectangle-group .group .medium-rectangle {
    position: absolute;
    top: 280px;
    left: -30px;
    flex-shrink: 0;
  }
  .about-section .pawelOrlowski .rectangle-group .group .medium-rectangle img {
    width: 274.4px;
    height: 286.3px;
  }
  .about-section .pawelOrlowski .rectangle-group .group .small-rectangle {
    top: 400px;
    position: absolute;
    right: -77.664px;
    flex-shrink: 0;
  }
  .about-section .pawelOrlowski .rectangle-group .group .small-rectangle img {
    width: 108.5px;
    height: 113.4px;
  }
  .about-section .Krzysztof {
    margin: 0 auto;
    width: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    gap: 16px;
    align-items: center;
  }
  .about-section .Krzysztof .blur {
    background: #424242;
    filter: blur(125px);
    width: 383px;
    height: 319px;
    flex-shrink: 0;
    position: absolute;
    border-radius: 500px;
    right: -600px;
    top: 0px;
    z-index: -2;
  }
  .about-section .Krzysztof::before {
    display: none;
  }
  .about-section .Krzysztof img {
    width: 211.5px;
    height: 282px;
  }
  .about-section .Krzysztof .text-box {
    padding-bottom: 68px;
    display: flex;
    width: 200px;
    height: 104px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    flex-shrink: 0;
  }
  .about-section .Krzysztof .text-box p {
    display: flex;
    padding: 10px 10px 10px 0px;
    align-items: center;
    gap: 10px;
    width: 200px;
    align-self: stretch;
  }
  .about-section .Krzysztof .text-box h2 {
    color: #FFF;
    font-family: "Be Vietnam Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    width: 300px;
    line-height: 36px;
    /* 0% */
    letter-spacing: 0.2px;
  }
  .about-section .Krzysztof .rectangle-group {
    position: absolute;
    left: 340px;
    top: -105px;
    scale: 0.6;
    z-index: -1;
  }
  .about-section .Krzysztof .rectangle-group .group {
    position: relative;
    opacity: 1;
    width: 350px;
    height: 350px;
    z-index: -2;
  }
  .about-section .Krzysztof .rectangle-group .group .big-rectangle {
    top: -118px;
    left: -60px;
    position: absolute;
  }
  .about-section .Krzysztof .rectangle-group .group .big-rectangle img {
    width: 335.3px;
    height: 350px;
  }
  .about-section .Krzysztof .rectangle-group .group .medium-rectangle {
    position: absolute;
    top: 280px;
    left: -30px;
    flex-shrink: 0;
  }
  .about-section .Krzysztof .rectangle-group .group .medium-rectangle img {
    width: 274.4px;
    height: 286.3px;
  }
  .about-section .Krzysztof .rectangle-group .group .small-rectangle {
    top: 400px;
    position: absolute;
    right: -77.664px;
    flex-shrink: 0;
  }
  .about-section .Krzysztof .rectangle-group .group .small-rectangle img {
    width: 108.5px;
    height: 113.4px;
  }
  .animate .office {
    transform: translateX(0px) !important;
    transition: 1s all ease;
  }
  .about-office {
    display: inline-flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    margin-top: 0px;
    gap: 32px;
    padding-bottom: 200px;
  }
  .about-office .office {
    width: 296.8px;
    transition: 1s all ease;
    height: 396px;
    border: none;
    z-index: 40;
    transform: translateX(-400px);
  }
  .about-office .about-office__info-box {
    display: flex;
    width: 300px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-left: 5px;
  }
  .about-office .about-office__info-box h2 {
    color: #FFF;
    font-family: "Be Vietnam Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.162px;
  }
  .about-office .about-office__info-box p {
    color: #FFF;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    letter-spacing: 0.2px;
  }
  .about-office .about-office__info-box .about-office__info-box__button {
    margin-top: 16px;
    display: flex;
    padding: 10px 36px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    border-radius: 37px;
    width: 300px;
    background-color: transparent;
    border: 1px solid #D0A144;
    background: #D0A144;
    transition: 0.6s all ease;
    cursor: pointer;
  }
  .about-office .about-office__info-box .about-office__info-box__button:hover {
    background-color: #D0A144;
  }
  .about-office .blur-fog {
    position: absolute;
    right: -509px;
    bottom: -200px;
    width: 333px;
    z-index: 32;
    height: 333px;
    flex-shrink: 0;
    background: #888;
    filter: blur(200px);
    z-index: 12;
  }
  .line-across-decoration {
    position: absolute;
    bottom: 600px;
    left: -340px;
    z-index: 1;
  }
  .stopka {
    position: absolute;
    display: flex;
    bottom: 0px;
    padding: 16px 0px;
    align-items: center;
    z-index: 8;
    justify-content: center;
    width: 100vw;
    background: var(--Grey-10, #1A1A1A);
  }
  .stopka a {
    color: var(--Absolute-White, #FFF);
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    letter-spacing: -0.12px;
  }
}/*# sourceMappingURL=style.css.map */