/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/.pnpm/css-loader@6.7.4_webpack@5.84.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/.pnpm/sass-loader@13.3.0_sass@1.62.1_webpack@5.84.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./scss/layout/SectionAccess.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
* Info
Sass obsługuje specjalny typ selektora o nazwie placeholders. 
Symbole zastępcze wyglądają jak klasy, z wyjątkiem tego, że kropka jest zamieniana na znak %. 
Charakterystyczną cechą symboli zastępczych Sass jest to, że nie są renderowane w arkuszu stylów wyników.

W rzeczywistości mogą one zostać rozszerzone za pomocą dyrektywy @extend.

Przykład:

%message {
    padding: 0.5em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

.message-error {
    @extend %message;
    color: red;
}
*/
@font-face {
  font-family: "avenir_next_condensedregular";
  src: url("../fonts/avenir_next_condensed.woff2") format("woff2"), url("../fonts/avenir_next_condensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_next_lt_proregular";
  src: url("../fonts/avenir_next.woff2") format("woff2"), url("../fonts/avenir_next.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #000;
}

.text__alfa, body {
  font-family: "Poppins", sans-serif;
  font-size: clamp(var(--bw__text-sizer) * 0.75, 0.94vw, var(--bw__text-sizer) * 1.125);
  line-height: 1.4em;
  letter-spacing: 0;
  font-weight: 400;
}
.text__alfa--alt {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.8125),
    1.0416666667vw,
    calc(var(--bw__text-sizer) * 1.25)
  );
  line-height: 1.4em;
  letter-spacing: 0;
  font-weight: 400;
}
.text__alfa--alt-2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.625),
    0.9375vw,
    calc(var(--bw__text-sizer) * 1.125)
  );
  line-height: 1.4em;
  letter-spacing: 0;
  font-weight: 300;
}
.text__beta {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 2.8125),
    3.6458333333vw,
    calc(var(--bw__text-sizer) * 4.375)
  );
  line-height: 1em;
  letter-spacing: -0.02em;
  font-weight: 800;
}
.text__gamma {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 1.375),
    3.125vw,
    calc(var(--bw__text-sizer) * 3.75)
  );
  line-height: 1.4em;
  letter-spacing: 0;
  font-weight: 800;
}
@media (max-width: 467px) {
  .text__gamma {
    font-size: calc(var(--bw__text-sizer) * 1.125);
  }
}
.text__delta, .section-access .access__text {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.625),
    0.8333333333vw,
    calc(var(--bw__text-sizer) * 1)
  );
  line-height: 1.5em;
  letter-spacing: 0;
  font-weight: 300;
}
.text__epsilon {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.5),
    0.8854166667vw,
    calc(var(--bw__text-sizer) * 1.0625)
  );
  line-height: 1.2em;
  letter-spacing: 0.08em;
  font-weight: 800;
}
.text__zeta {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 1),
    2.5vw,
    calc(var(--bw__text-sizer) * 3)
  );
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 800;
}
.text__zeta--alt {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 1),
    2.0833333333vw,
    calc(var(--bw__text-sizer) * 2.5)
  );
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 800;
}
.text__zeta--alt-2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 1),
    2.5vw,
    calc(var(--bw__text-sizer) * 3)
  );
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 800;
}
@media (max-width: 991px) {
  .text__zeta--alt-2 {
    font-size: calc(var(--bw__text-sizer) * 1.125);
  }
}
@media (max-width: 767px) {
  .text__zeta--alt-2 {
    font-size: calc(var(--bw__text-sizer) * 1);
  }
}
@media (max-width: 575px) {
  .text__zeta--alt-2 {
    font-size: calc(var(--bw__text-sizer) * 0.875);
  }
}
@media (max-width: 467px) {
  .text__zeta--alt-2 {
    font-size: calc(var(--bw__text-sizer) * 0.75);
  }
}
.text__eta {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.625),
    1.4583333333vw,
    calc(var(--bw__text-sizer) * 1.75)
  );
  line-height: 1.3em;
  letter-spacing: 0;
  font-weight: 300;
}
.text__eta--alt {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.625),
    1.3541666667vw,
    calc(var(--bw__text-sizer) * 1.625)
  );
  line-height: 1.3em;
  letter-spacing: 0;
  font-weight: 300;
}
.text__theta {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 7.125),
    11.875vw,
    calc(var(--bw__text-sizer) * 14.25)
  );
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: 800;
}
@media (max-width: 991px) {
  .text__theta {
    font-size: clamp(var(--bw__text-sizer) * 3.125, 11.5vw, var(--bw__text-sizer) * 7.125);
  }
}
.text__iota {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.5625),
    1.25vw,
    calc(var(--bw__text-sizer) * 1.5)
  );
  line-height: 1.35em;
  letter-spacing: 0;
  font-weight: 700;
}
.text__kappa {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 1.375),
    5.5208333333vw,
    calc(var(--bw__text-sizer) * 6.625)
  );
  line-height: 1em;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.text__kappa--alt {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.8125),
    3.3333333333vw,
    calc(var(--bw__text-sizer) * 4)
  );
  line-height: 1.3em;
  letter-spacing: 0;
  font-weight: 700;
}
.text__kappa--alt-2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.625),
    1.1458333333vw,
    calc(var(--bw__text-sizer) * 1.375)
  );
  line-height: 1.45em;
  letter-spacing: 0;
  font-weight: 500;
}
.text__lambda {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.5),
    0.9375vw,
    calc(var(--bw__text-sizer) * 1.125)
  );
  line-height: 1.12em;
  letter-spacing: 0;
  font-weight: 700;
}
.text__lambda--alt {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.375),
    0.7291666667vw,
    calc(var(--bw__text-sizer) * 0.875)
  );
  line-height: 1.12em;
  letter-spacing: 0;
  font-weight: 700;
}
.text__lambda--alt-2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.375),
    0.6770833333vw,
    calc(var(--bw__text-sizer) * 0.8125)
  );
  line-height: 1.12em;
  letter-spacing: 0;
  font-weight: 700;
}
.text__lambda--alt-3 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.375),
    0.625vw,
    calc(var(--bw__text-sizer) * 0.75)
  );
  line-height: 1.12em;
  letter-spacing: 0;
  font-weight: 400;
}
.text__lambda--alt-4 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(
    calc(var(--bw__text-sizer) * 0.375),
    0.5208333333vw,
    calc(var(--bw__text-sizer) * 0.625)
  );
  line-height: 1.12em;
  letter-spacing: 0;
  font-weight: 400;
}

.color__alfa {
  color: #ff0014;
}
.color__psi {
  color: #000;
}
.color__omega {
  color: #fff;
}

.color-hover {
  transition: all 0.2s ease-in;
}
.color-hover__alfa:hover, .color-hover__alfa:focus, .color-hover__alfa:active {
  color: #ff0014;
}

.font__alfa {
  font-family: "Poppins", sans-serif;
}

.weight__thin {
  font-weight: 100 !important;
}
.weight__extra-light {
  font-weight: 200 !important;
}
.weight__light {
  font-weight: 300 !important;
}
.weight__regular {
  font-weight: 400 !important;
}
.weight__medium {
  font-weight: 500 !important;
}
.weight__semi-bold {
  font-weight: 600 !important;
}
.weight__bold {
  font-weight: 700 !important;
}
.weight__extra-bold {
  font-weight: 800 !important;
}
.weight__black {
  font-weight: 900 !important;
}

.section-access {
  position: relative;
  isolation: isolate;
}
.section-access .access__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ff0014;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 991px) {
  .section-access .access__bg {
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 575px) {
  .section-access .access__bg {
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
  }
}
.section-access .access__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #ff0014, transparent);
  z-index: -2;
}
.section-access .access__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
  opacity: 0.4;
  position: relative;
  z-index: -3;
}
.section-access .access__figure {
  display: flex;
  align-items: end;
  height: 100%;
  width: 100%;
  position: relative;
}
.section-access .access__figure img {
  width: 110%;
  padding-right: clamp(
    calc(var(--bw__sizer) * 10),
    1.0416666667vw,
    calc(var(--bw__sizer) * 20)
  );
  transform: translateX(-15%);
  z-index: 10;
  position: relative;
}
@media (max-width: 991px) {
  .section-access .access__figure img {
    padding-right: 0;
    width: 100%;
    transform: none;
  }
}
@media (max-width: 767px) {
  .section-access .access__figure img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}
.section-access .access__content {
  padding: clamp(
    calc(var(--bw__sizer) * 30),
    6.25vw,
    calc(var(--bw__sizer) * 120)
  ) 0 clamp(
    calc(var(--bw__sizer) * 20),
    3.6458333333vw,
    calc(var(--bw__sizer) * 70)
  ) 0;
}
@media (max-width: 991px) {
  .section-access .access__content {
    padding: calc(var(--bw__sizer) * 30) 0 calc(var(--bw__sizer) * 20) 0;
  }
}
.section-access .access__text {
  color: #fff;
  padding-bottom: clamp(
    calc(var(--bw__sizer) * 20),
    1.5625vw,
    calc(var(--bw__sizer) * 30)
  );
}
.section-access .access__text h2 {
  padding-bottom: calc(var(--bw__sizer) * 10);
}
@media (max-width: 991px) {
  .section-access .access__text h2 {
    padding-bottom: calc(var(--bw__sizer) * 5);
  }
}

/*# sourceMappingURL=SectionAccess.css.map*/