/* ORLEN flipbook - scoped to .orlen-fb. Safe as AEM clientlib (no html/body rules). */

.orlen-fb-root {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}

.orlen-fb,
.orlen-fb * {
  box-sizing: border-box;
}

.orlen-fb {
  --fb-red: #d81e04;
  --fb-red-dark: #a81603;
  --fb-ink: #202020;
  --fb-muted: #4a4a4a;
  --fb-line: #f2f2f2;
  --fb-paper: #ffffff;
  --fb-focus: #111111;
  --fb-font: "Proxima Nova", "ProximaNova", Arial, Helvetica, sans-serif;
  --fb-z: 2147483000;
  --fb-design-w: 700;
  --fb-page-scale: 1;
  color: var(--fb-ink);
  font-family: var(--fb-font);
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  container-type: inline-size;
  container-name: fbhost;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.orlen-fb--reduce-motion,
.orlen-fb--reduce-motion * {
  animation: none !important;
  transition: none !important;
}

.orlen-fb--contrast {
  filter: contrast(1.18) saturate(1.06);
}

.orlen-fb--arial-fallback {
  font-synthesis: none;
}

.orlen-fb--arial-fallback .orlen-fb__process-title,
.orlen-fb--arial-fallback .orlen-fb__start-title,
.orlen-fb--arial-fallback .orlen-fb__verify-title,
.orlen-fb--arial-fallback .orlen-fb__connect-title,
.orlen-fb--arial-fallback .orlen-fb__info-title,
.orlen-fb--arial-fallback .orlen-fb__cover-title-main,
.orlen-fb--arial-fallback .orlen-fb__cover-title-sub,
.orlen-fb--arial-fallback .orlen-fb__toc-title-heading,
.orlen-fb--arial-fallback .orlen-fb__chapter-title,
.orlen-fb--arial-fallback .orlen-fb__h1 {
  font-weight: 700;
}

.orlen-fb:focus {
  outline: none;
}

.orlen-fb:focus-visible {
  outline: 3px solid var(--fb-red);
  outline-offset: 4px;
}

.orlen-fb__skip {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2147483002;
  padding: 10px 14px;
  background: #111111;
  color: #ffffff;
  font: 14px/1.3 var(--fb-font);
  text-decoration: none;
  transform: translateY(-200%);
}

.orlen-fb__skip:focus,
.orlen-fb__skip:focus-visible {
  outline: 3px solid #111111;
  outline-offset: 2px;
  transform: none;
}

.orlen-fb__book:focus {
  outline: none;
}

.orlen-fb__book:focus-visible {
  outline: 3px solid var(--fb-focus);
  outline-offset: 4px;
}

.orlen-fb__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
  flex: 0 0 auto;
}

.orlen-fb__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border: 2px solid var(--fb-red);
  border-radius: 4px;
  background: var(--fb-red);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.orlen-fb__btn:hover {
  background: var(--fb-red-dark);
  border-color: var(--fb-red-dark);
}

.orlen-fb__btn:disabled {
  background: #8a8a8a;
  border-color: #8a8a8a;
  color: #fff;
  cursor: not-allowed;
}

.orlen-fb__btn--ghost {
  background: #fff;
  color: var(--fb-red);
}

.orlen-fb__btn--ghost:hover:not(:disabled) {
  background: #fff5f3;
  color: var(--fb-red-dark);
}

.orlen-fb__btn:focus-visible {
  outline: 3px solid var(--fb-focus);
  outline-offset: 2px;
}

.orlen-fb__status {
  min-width: 7.5em;
  margin: 0;
  padding: 0 8px;
  color: var(--fb-muted);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.orlen-fb__viewport {
  display: flex;
  justify-content: center;
  overflow: hidden;
  min-height: 0;
  flex: 1 1 auto;
  background: transparent;
}

.orlen-fb--zoomed .orlen-fb__viewport {
  overflow: auto;
}

.orlen-fb__stage {
  position: relative;
  flex: 0 0 auto;
}

.orlen-fb__book-host {
  position: relative;
  margin: 0 auto;
  transform-origin: top left;
}

.orlen-fb__book {
  width: 100%;
  height: 100%;
}

.orlen-fb__corners {
  position: absolute;
  inset: 0;
  z-index: 40;
  pointer-events: none;
}

.orlen-fb__corner {
  position: absolute;
  width: 72px;
  height: 72px;
  padding: 0;
  border: 0;
  background: transparent;
  pointer-events: auto;
  cursor: grab;
  touch-action: none;
}

.orlen-fb__corner:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.orlen-fb__corner:focus-visible {
  outline: 3px solid var(--fb-red);
  outline-offset: -3px;
}

.orlen-fb__corner:active {
  cursor: grabbing;
}

.orlen-fb__corner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(216, 30, 4, 0.22), transparent 58%);
  opacity: 0;
}

.orlen-fb__corner--next::before {
  background: linear-gradient(225deg, rgba(216, 30, 4, 0.22), transparent 58%);
}

.orlen-fb__corner:hover::before,
.orlen-fb__corner:focus-visible::before {
  opacity: 1;
}

.orlen-fb__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Page leaf: metallic red shows on the reverse during a peel. Face covers it. */

.orlen-fb .stf__item {
  background-color: var(--fb-red);
  background-image:
    linear-gradient(
      125deg,
      rgba(255, 255, 255, 0.62) 0%,
      rgba(216, 30, 4, 0.2) 22%,
      rgba(255, 255, 255, 0.5) 38%,
      #d81e04 52%,
      #7a1002 78%,
      rgba(255, 255, 255, 0.28) 100%
    );
}

.orlen-fb__page {
  background: transparent;
  color: var(--fb-ink);
  overflow: hidden;
}

.orlen-fb__face {
  position: absolute;
  top: 0;
  left: 0;
  width: 700px;
  height: calc(700px * 842 / 595);
  overflow: hidden;
  background: var(--fb-paper);
  container-type: inline-size;
  container-name: fbpage;
  transform-origin: top left;
  transform: scale(var(--fb-page-scale, 1));
  --fb-h1-size: 10.084cqw;
  --fb-h1-line: 12.437cqw;
  --fb-h3-size: 6.218cqw;
  --fb-h3-line: 7.731cqw;
  --fb-h8-size: 2.353cqw;
  --fb-h8-line: 3.025cqw;
  --fb-h8-spacing: 0.126cqw;
  --fb-xl-size: 2.353cqw;
  --fb-xl-line: 3.697cqw;
  --fb-xl-line-tight: 3.025cqw;
  --fb-md-size: 2.017cqw;
  --fb-md-line: 2.521cqw;
  --fb-pad: 10.084cqw;
  --fb-gap: 2.017cqw;
  --fb-rail: 17.143cqw;
  --fb-inset: 6.05cqw;
}

.orlen-fb__face--cover,
.orlen-fb__face--red {
  background: var(--fb-red);
}

.orlen-fb__toc-title-page {
  position: absolute;
}

.orlen-fb__toc-title-heading {
  position: absolute;
  top: var(--fb-pad);
  left: var(--fb-pad);
  width: 65.714cqw;
  margin: 0;
  color: #fff;
  font-size: var(--fb-h1-size);
  font-style: normal;
  font-weight: 800;
  line-height: var(--fb-h1-line);
  text-transform: uppercase;
  white-space: nowrap;
}


.orlen-fb__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}

.orlen-fb__intro-page {
  background: #1c171a;
}

.orlen-fb__intro-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.orlen-fb__intro-quote {
  position: absolute;
  top: 10.084cqw;
  left: 10.084cqw;
  width: 41.681cqw;
  margin: 0;
  color: #fff;
  font-size: var(--fb-xl-size);
  font-style: normal;
  font-weight: 400;
  line-height: var(--fb-xl-line);
}

.orlen-fb__intro-quote-mark {
  display: block;
  width: 12.41cqw;
  height: 12.269cqw;
  pointer-events: none;
}

.orlen-fb__intro-lead,
.orlen-fb__intro-copy {
  margin: 0;
}

.orlen-fb__intro-lead {
  margin-top: 4.034cqw;
  margin-bottom: var(--fb-xl-line);
}

.orlen-fb__intro-lead strong {
  font-weight: 700;
}


.orlen-fb__intro-rail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.555cqw;
  height: 47.563cqw;
  margin: 0;
  overflow: hidden;
  background: var(--fb-red);
  color: #fff;
  font-size: var(--fb-xl-size);
  font-weight: 700;
  line-height: var(--fb-xl-line-tight);
  text-transform: uppercase;
}

.orlen-fb__intro-rail > span {
  position: absolute;
  top: 29.244cqw;
  left: 50%;
  display: block;
  width: 28.571cqw;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.orlen-fb__cover-montage {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}

.orlen-fb__cover-panel {
  position: absolute;
  top: 56.807cqw;
  right: 10.084cqw;
  bottom: var(--fb-cover-panel-bottom, 25.714cqw);
  left: 10.084cqw;
  display: flex;
  flex-direction: column;
  gap: 1.681cqw;
  padding: 26.555cqw 6.05cqw 6.05cqw;
  overflow: hidden;
  border: 0.168cqw solid rgba(255, 255, 255, 0.92);
  border-top: 0;
  background: linear-gradient(
    180deg,
    rgba(216, 30, 4, 0) 0%,
    rgba(216, 30, 4, 0.62) 34.135%,
    rgba(216, 30, 4, 0.847) 57.692%,
    rgb(216, 30, 4) 79.808%
  );
  color: #fff;
  text-transform: uppercase;
}

.orlen-fb__cover-title {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  font-weight: 800;
  white-space: nowrap;
}

.orlen-fb__cover-title-main {
  margin-bottom: -1.681cqw;
  font-size: 10.084cqw;
  line-height: 12.437cqw;
}

.orlen-fb__cover-title-sub {
  font-size: 7.395cqw;
  line-height: 9.076cqw;
}

.orlen-fb__cover-subtitle {
  width: 100%;
  margin: 0;
  font-size: 3.95cqw;
  font-weight: 700;
  line-height: 4.874cqw;
  white-space: nowrap;
}



/* A4-2 source widths from the Figma manifest. */
@container fbpage (max-width: 288.5px) {
  .orlen-fb .orlen-fb__cover-panel {
    --fb-cover-panel-bottom: 17cqw;
  }
}

@container fbpage (min-width: 288.5px) and (max-width: 594.5px) {
  .orlen-fb .orlen-fb__cover-panel {
    --fb-cover-panel-bottom: 25.714cqw;
  }
}

@container fbpage (min-width: 594.5px) and (max-width: 595.5px) {
  .orlen-fb .orlen-fb__cover-panel {
    --fb-cover-panel-bottom: 25.714cqw;
  }
}

@container fbpage (min-width: 595.5px) and (max-width: 700.5px) {
  .orlen-fb .orlen-fb__cover-panel {
    --fb-cover-panel-bottom: 25.714cqw;
  }
}

.orlen-fb__back-cover-photo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 17.143cqw;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  pointer-events: none;
}

.orlen-fb__back-cover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 17.143cqw;
  z-index: 1;
  width: 0.168cqw;
  height: 100%;
  background: #fff;
  pointer-events: none;
}

.orlen-fb__back-cover-note {
  position: absolute;
  top: 10.084cqw;
  left: 10.084cqw;
  z-index: 2;
  width: 69.412cqw;
  margin: 0;
  color: #fff;
  font-size: var(--fb-xl-size);
  font-weight: 400;
  line-height: var(--fb-xl-line);
}


.orlen-fb__back-cover-logo {
  position: absolute;
  left: 10.084cqw;
  bottom: 10.084cqw;
  z-index: 2;
  display: block;
  width: 12.101cqw;
  height: 12.101cqw;
  object-fit: contain;
  pointer-events: none;
}

.orlen-fb__letter-page {
  background: var(--fb-paper);
}

.orlen-fb__letter {
  position: absolute;
  top: 0;
  left: 0.168cqw;
  display: flex;
  align-items: flex-start;
  width: 100cqw;
  height: 141.513cqw;
  padding: 16.975cqw 10.252cqw 9.916cqw 9.916cqw;
}

.orlen-fb__letter-stack {
  display: flex;
  flex: 0 0 79.832cqw;
  flex-direction: column;
  align-items: flex-start;
  gap: 6.05cqw;
  width: 79.832cqw;
}

.orlen-fb__letter-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5.042cqw;
  width: 100%;
  text-align: justify;
  overflow-wrap: break-word;
}

.orlen-fb__letter-heading {
  width: 100%;
  margin: 0;
  color: var(--fb-red);
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
}

.orlen-fb__letter-body {
  width: 100%;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
}

.orlen-fb__letter-body p {
  margin: 0 0 3.697cqw;
}

.orlen-fb__letter-body p:last-child {
  margin-bottom: 0;
}

.orlen-fb__letter-body strong {
  font-weight: 700;
}


.orlen-fb__letter-rule {
  flex: 0 0 0.168cqw;
  width: calc(100% - 0.168cqw);
  height: 0.168cqw;
  margin: 0;
  border: 0;
  background: var(--fb-red);
}

.orlen-fb__letter-signature {
  width: 31.092cqw;
  color: #000;
  font-size: 2.353cqw;
  font-style: normal;
  font-weight: 400;
  line-height: 3.697cqw;
  letter-spacing: 0.02353cqw;
  overflow-wrap: break-word;
}

.orlen-fb__letter-signature p {
  margin: 0;
}

.orlen-fb__letter-signature .orlen-fb__letter-name {
  color: var(--fb-red);
  font-weight: 700;
}

.orlen-fb__folio.orlen-fb__letter-folio {
  right: var(--fb-letter-folio-right, 3.697cqw);
  bottom: 3.697cqw;
  color: #000;
  font-size: 2.017cqw;
  line-height: normal;
  letter-spacing: 0.02353cqw;
}

@container fbpage (max-width: 288.5px) {
  .orlen-fb .orlen-fb__letter-page {
    --fb-letter-folio-right: 3.441cqw;
  }
}

@container fbpage (min-width: 595.5px) {
  .orlen-fb .orlen-fb__letter-page {
    --fb-letter-folio-right: 3.647cqw;
  }
}

.orlen-fb__chapter-page {
  background: var(--fb-paper);
}

.orlen-fb__chapter-hero {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 94.118cqw;
  overflow: hidden;
}

.orlen-fb__chapter-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.orlen-fb__chapter-title-block {
  position: absolute;
  top: 10.084cqw;
  left: 9.412cqw;
  width: 80.672cqw;
  height: 36.807cqw;
}

.orlen-fb__chapter-title-accent {
  position: absolute;
  top: 29.412cqw;
  left: 0;
  z-index: 0;
  width: 65.714cqw;
  height: 6.387cqw;
  background: var(--fb-red);
}

.orlen-fb__chapter-title {
  position: absolute;
  top: 0;
  left: 0.672cqw;
  z-index: 1;
  width: 79.832cqw;
  margin: 0;
  color: #fff;
  font-size: 10.084cqw;
  font-weight: 800;
  line-height: 12.437cqw;
  overflow-wrap: break-word;
  text-transform: uppercase;
}


.orlen-fb__chapter-summary {
  position: absolute;
  top: 94.118cqw;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6.218cqw 10.084cqw 11.597cqw 13.445cqw;
  background: var(--fb-red);
  color: #fff;
}

.orlen-fb__chapter-summary::before {
  content: "";
  position: absolute;
  top: -0.168cqw;
  right: 0;
  left: 0;
  height: 0.336cqw;
  background: #fff;
}

.orlen-fb__chapter-copy {
  width: 76.639cqw;
  color: #fff;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__chapter-copy p {
  margin: 0;
}

.orlen-fb__chapter-copy .orlen-fb__chapter-lead {
  margin-bottom: 3.697cqw;
  font-weight: 700;
}

.orlen-fb__chapter-copy strong {
  font-weight: 700;
}

.orlen-fb__chapter-rail {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 6.555cqw;
  height: 47.395cqw;
  background: #fff;
  color: var(--fb-red);
  font-size: 2.353cqw;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.orlen-fb__chapter-number {
  position: absolute;
  top: 2.353cqw;
  left: 50%;
  width: 3.697cqw;
  line-height: 4.034cqw;
  letter-spacing: 0.094cqw;
  text-align: center;
  transform: translateX(-50%);
}

.orlen-fb__chapter-label {
  position: absolute;
  bottom: 8.067cqw;
  left: 50%;
  width: 11.261cqw;
  line-height: 3.025cqw;
  text-align: center;
  transform: translateX(-50%) rotate(-90deg);
}

.orlen-fb__investment-page {
  background: var(--fb-red);
  color: #fff;
}

.orlen-fb__investment-hero {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 94.118cqw;
  overflow: hidden;
}

.orlen-fb__investment-photo {
  position: absolute;
  top: 0;
  left: -0.168cqw;
  display: block;
  width: 100.168cqw;
  height: 94.118cqw;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.orlen-fb__investment-heading {
  position: absolute;
  top: 71.933cqw;
  left: 10.252cqw;
  width: 79.832cqw;
  margin: 0;
  color: #fff;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
  overflow-wrap: break-word;
}

.orlen-fb__investment-summary {
  position: absolute;
  top: 94.118cqw;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6.218cqw 10.084cqw 13.277cqw;
  background: var(--fb-red);
  color: #fff;
}

.orlen-fb__investment-summary::before {
  content: "";
  position: absolute;
  top: -0.168cqw;
  right: 0;
  left: 0;
  height: 0.336cqw;
  background: #fff;
}

.orlen-fb__investment-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.361cqw;
  width: 79.832cqw;
}

.orlen-fb__investment-stats {
  display: grid;
  grid-template-columns: 44.706cqw 1fr;
  align-items: center;
  width: 100%;
}

.orlen-fb__investment-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.681cqw;
  height: 18.824cqw;
  padding-left: 4.034cqw;
  border-left: 0.168cqw solid #fff;
}

.orlen-fb__investment-value,
.orlen-fb__investment-label,
.orlen-fb__investment-tagline {
  margin: 0;
  color: #fff;
}

.orlen-fb__investment-value {
  font-size: 4.79cqw;
  font-weight: 800;
  line-height: 5.882cqw;
  white-space: nowrap;
}

.orlen-fb__investment-label {
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  letter-spacing: 0.02353cqw;
  white-space: nowrap;
}

.orlen-fb__investment-tagline {
  width: 100%;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.025cqw;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.orlen-fb__numbers-opening-page {
  background: #202020;
}

.orlen-fb__numbers-opening-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.orlen-fb__numbers-opening-title-block {
  position: absolute;
  top: 94.622cqw;
  left: 9.412cqw;
  width: 80.504cqw;
  height: 36.807cqw;
}

.orlen-fb__numbers-opening-accent {
  position: absolute;
  top: 30.42cqw;
  left: 0;
  z-index: 0;
  width: 73.109cqw;
  height: 6.387cqw;
  background: var(--fb-red);
}

.orlen-fb__numbers-opening-heading {
  position: absolute;
  top: 0;
  left: 0.672cqw;
  z-index: 1;
  width: 79.832cqw;
  margin: 0;
  color: #fff;
  font-size: 10.084cqw;
  font-weight: 800;
  line-height: 12.437cqw;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.orlen-fb__numbers-opening-heading > span {
  display: block;
  white-space: nowrap;
}


.orlen-fb__numbers-data-page {
  background: var(--fb-paper);
  color: #000;
}

.orlen-fb__numbers-data-summary {
  position: absolute;
  top: 0;
  left: 0.168cqw;
  width: 100cqw;
  height: 86.387cqw;
  padding: 10.084cqw 10.252cqw 8.235cqw 9.916cqw;
  background: var(--fb-paper);
}

.orlen-fb__numbers-data-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5.042cqw;
  width: 79.832cqw;
}

.orlen-fb__numbers-data-heading {
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
  overflow-wrap: break-word;
}

.orlen-fb__numbers-data-facts-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.361cqw;
  width: 100%;
}

.orlen-fb__numbers-data-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 3.361cqw;
  row-gap: 5.042cqw;
  width: 100%;
  margin: 0;
}

.orlen-fb__numbers-data-fact {
  min-width: 0;
  margin: 0;
  padding-left: 4.034cqw;
  border-left: 0.168cqw solid var(--fb-red);
  overflow-wrap: break-word;
}

.orlen-fb__numbers-data-fact dt,
.orlen-fb__numbers-data-fact dd {
  margin: 0;
}

.orlen-fb__numbers-data-fact dt {
  color: var(--fb-red);
  font-size: 4.79cqw;
  font-weight: 800;
  line-height: 5.882cqw;
  white-space: nowrap;
}

.orlen-fb__numbers-data-fact dd,
.orlen-fb__numbers-data-neutrality {
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
}

.orlen-fb__numbers-data-fact dd {
  width: 100%;
}

.orlen-fb__numbers-data-neutrality {
  width: 100%;
  margin: 0;
  overflow-wrap: break-word;
}

.orlen-fb__numbers-data-areas {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 55.126cqw;
  padding: 5.042cqw 10.084cqw 10.084cqw;
  background: var(--fb-red);
  color: #fff;
}

.orlen-fb__numbers-data-areas-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.017cqw;
  width: 79.832cqw;
}

.orlen-fb__numbers-data-areas-heading {
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.025cqw;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.orlen-fb__numbers-data-areas-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 3.361cqw;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.orlen-fb__numbers-data-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  height: 8.067cqw;
  margin: 0;
  padding: 2.017cqw;
  border-bottom: 0.168cqw solid #fff;
}

.orlen-fb__numbers-data-area span {
  color: #fff;
  font-size: 1.681cqw;
  font-weight: 700;
  line-height: 2.185cqw;
  overflow-wrap: break-word;
  text-transform: uppercase;
  white-space: nowrap;
}

.orlen-fb__numbers-data-area img {
  display: block;
  flex: 0 0 4.034cqw;
  width: 4.034cqw;
  height: 4.034cqw;
  pointer-events: none;
}

.orlen-fb__numbers-data-folio {
  position: absolute;
  right: 3.697cqw;
  bottom: 3.697cqw;
  margin: 0;
  color: #fff;
  font-size: 2.017cqw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02353cqw;
  white-space: nowrap;
}

.orlen-fb--arial-fallback .orlen-fb__numbers-data-heading,
.orlen-fb--arial-fallback .orlen-fb__numbers-data-fact,
.orlen-fb--arial-fallback .orlen-fb__numbers-data-neutrality,
.orlen-fb--arial-fallback .orlen-fb__numbers-data-areas-heading,
.orlen-fb--arial-fallback .orlen-fb__numbers-data-area span {
  font-family: Arial, Helvetica, sans-serif;
}

.orlen-fb__local-page {
  background: var(--fb-paper);
  color: #000;
}

.orlen-fb__local-hero {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 54.286cqw;
  overflow: hidden;
}

.orlen-fb__local-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.orlen-fb__local-title-block {
  position: absolute;
  top: 9.244cqw;
  left: 10.084cqw;
  width: 50.756cqw;
  height: 7.563cqw;
}

.orlen-fb__local-title-accent {
  position: absolute;
  top: 4.37cqw;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 2.185cqw;
  background: var(--fb-red);
}

.orlen-fb__local-title {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 6.218cqw;
  font-weight: 800;
  line-height: 7.731cqw;
  text-transform: uppercase;
  white-space: nowrap;
}

.orlen-fb__local-quote {
  position: absolute;
  top: 23.529cqw;
  left: 9.58cqw;
  display: flex;
  flex-direction: column;
  gap: 1.681cqw;
  width: 59.496cqw;
  margin: 0;
  color: #fff;
  font-size: 2.353cqw;
  font-style: normal;
  font-weight: 400;
  line-height: 3.697cqw;
}

.orlen-fb__local-quote-copy {
  display: flex;
  align-items: flex-start;
  gap: 3.361cqw;
  width: 100%;
}

.orlen-fb__local-quote-mark {
  display: block;
  flex: 0 0 4.007cqw;
  width: 4.007cqw;
  height: 3.961cqw;
  pointer-events: none;
}

.orlen-fb__local-quote p,
.orlen-fb__local-attribution {
  margin: 0;
}

.orlen-fb__local-quote p {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: break-word;
}

.orlen-fb__local-attribution {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 1.681cqw;
  border-top: 0.168cqw solid var(--fb-red);
  color: #ccc;
}

.orlen-fb__local-attribution cite {
  color: #fff;
  font-style: normal;
  font-weight: 700;
}

.orlen-fb__local-summary {
  position: absolute;
  top: 54.286cqw;
  right: 0;
  left: 0;
  height: 51.092cqw;
  padding: 5.042cqw 10.084cqw 6.05cqw;
  background: var(--fb-paper);
}

.orlen-fb__local-summary-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.017cqw;
  width: 79.832cqw;
}

.orlen-fb__local-copy {
  display: flex;
  flex-direction: column;
  gap: 5.042cqw;
  width: 100%;
  color: #000;
  overflow-wrap: break-word;
}

.orlen-fb__local-copy h3,
.orlen-fb__local-copy p {
  width: 100%;
  margin: 0;
}

.orlen-fb__local-copy h3 {
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
}

.orlen-fb__local-copy p {
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
}

.orlen-fb__local-copy strong {
  font-weight: 700;
}

.orlen-fb__local-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 8.403cqw;
  min-height: 24px;
  padding: 2.017cqw 4.034cqw;
  border: 0.168cqw solid var(--fb-red);
  border-radius: 0;
  background: var(--fb-red);
  box-shadow: 0 0 2.017cqw rgba(0, 0, 0, 0.12);
  color: #fff;
  font-family: inherit;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.025cqw;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.orlen-fb__local-cta img {
  display: block;
  flex: 0 0 4.034cqw;
  width: 4.034cqw;
  height: 4.034cqw;
  pointer-events: none;
}

.orlen-fb__local-cta:focus-visible {
  outline: 3px solid var(--fb-focus);
  outline-offset: 2px;
}

.orlen-fb__local-stats {
  position: absolute;
  top: 105.378cqw;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5.042cqw 10.084cqw 10.42cqw;
  background: #f2f2f2;
  color: #000;
}

.orlen-fb__local-stats-content {
  display: flex;
  flex-direction: column;
  gap: 2.857cqw;
  width: 79.832cqw;
}

.orlen-fb__local-stats h3 {
  width: 100%;
  margin: 0;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.025cqw;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.orlen-fb__local-stats-body {
  display: flex;
  flex-direction: column;
  gap: 1.849cqw;
  width: 100%;
}

.orlen-fb__local-bars {
  display: flex;
  flex-direction: column;
  gap: 1.008cqw;
  width: 100%;
  margin: 0;
}

.orlen-fb__local-bar-row {
  display: grid;
  grid-template-columns: 17.815cqw minmax(0, 1fr);
  align-items: center;
  gap: 2.185cqw;
  width: 100%;
  margin: 0;
}

.orlen-fb__local-bar-row dt {
  margin: 0;
  font-size: 1.681cqw;
  font-weight: 700;
  line-height: 2.185cqw;
  text-transform: uppercase;
  white-space: nowrap;
}

.orlen-fb__local-bar-row dd {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 4.874cqw;
  align-items: center;
  gap: 2.185cqw;
  min-width: 0;
  margin: 0;
}

.orlen-fb__local-track {
  display: block;
  width: 100%;
  height: 2.017cqw;
  overflow: hidden;
  background: #ccc;
}

.orlen-fb__local-track > span {
  display: block;
  width: var(--fb-local-fill);
  height: 100%;
  background: var(--fb-red);
}

.orlen-fb__local-bar-row strong {
  color: var(--fb-red);
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.03025cqw;
  white-space: nowrap;
}

.orlen-fb__local-stats-body > p {
  width: 100%;
  margin: 0;
  font-size: 2.017cqw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02353cqw;
  overflow-wrap: break-word;
}


.orlen-fb__partners-page {
  background: var(--fb-paper);
  color: #000;
}

.orlen-fb__partners-gallery {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 54.286cqw;
  overflow: hidden;
  background: #181818;
}

.orlen-fb__partners-slides,
.orlen-fb__partners-slide,
.orlen-fb__partners-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.orlen-fb__partners-slide {
  margin: 0;
}

.orlen-fb__partners-slide img {
  display: block;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.orlen-fb__partners-gallery-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.61) 62.643%,
    rgba(0, 0, 0, 0) 80.975%
  );
  pointer-events: none;
}

.orlen-fb__partners-neon {
  position: absolute;
  top: 14.118cqw;
  left: 24.202cqw;
  display: block;
  width: 151.429cqw;
  height: 151.429cqw;
  object-fit: cover;
  pointer-events: none;
}

.orlen-fb__partners-brand {
  position: absolute;
  top: 10.084cqw;
  left: 10.084cqw;
  z-index: 2;
  width: 79.832cqw;
  margin: 0;
  color: #fff;
  font-size: 6.218cqw;
  font-weight: 400;
  line-height: 7.731cqw;
  text-transform: uppercase;
  white-space: nowrap;
}

.orlen-fb__partners-brand strong {
  padding-right: 0.672cqw;
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 67.5%,
    var(--fb-red) 67.5%,
    var(--fb-red) 93%,
    transparent 93%
  );
  font-weight: 800;
}

.orlen-fb__partners-gallery-copy {
  position: absolute;
  top: 18.151cqw;
  left: 10.084cqw;
  z-index: 2;
  width: 51.597cqw;
  margin: 0;
  color: #fff;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__partners-gallery-controls {
  position: absolute;
  bottom: -0.168cqw;
  left: 10.084cqw;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 1.008cqw;
  min-height: 6.05cqw;
  padding: 1.008cqw;
  background: #fff;
}

.orlen-fb__partners-gallery-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max(24px, 4.034cqw);
  height: max(24px, 4.034cqw);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.orlen-fb__partners-gallery-btn:disabled {
  cursor: default;
  opacity: 0.35;
}

.orlen-fb__partners-gallery-btn img {
  display: block;
  width: 2.017cqw;
  height: 2.017cqw;
  pointer-events: none;
}

.orlen-fb__partners-dots {
  display: flex;
  align-items: center;
  gap: 1.008cqw;
}

.orlen-fb__partners-dot,
.orlen-fb__partners-dot img {
  display: block;
  width: 1.008cqw;
  height: 1.008cqw;
}

.orlen-fb__partners-summary {
  position: absolute;
  top: 54.286cqw;
  right: 0;
  left: 0.168cqw;
  height: 51.092cqw;
  padding: 5.042cqw 10.252cqw 6.05cqw 9.916cqw;
  background: var(--fb-paper);
}

.orlen-fb__partners-summary-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.017cqw;
  width: 79.832cqw;
}

.orlen-fb__partners-copy {
  display: flex;
  flex-direction: column;
  gap: 5.042cqw;
  width: 100%;
  color: #000;
  overflow-wrap: break-word;
}

.orlen-fb__partners-copy h3,
.orlen-fb__partners-copy p {
  width: 100%;
  margin: 0;
}

.orlen-fb__partners-copy h3 {
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
}

.orlen-fb__partners-copy p {
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
}

.orlen-fb__partners-copy strong {
  font-weight: 700;
}

.orlen-fb__partners-goals {
  position: relative;
  z-index: 7;
  width: 100%;
}

.orlen-fb__partners-goals-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 8.403cqw;
  min-height: 24px;
  padding: 2.017cqw 4.034cqw;
  border: 0.168cqw solid var(--fb-red);
  border-radius: 0;
  background: var(--fb-red);
  box-shadow: 0 0 2.017cqw rgba(0, 0, 0, 0.12);
  color: #fff;
  font-family: inherit;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.025cqw;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.orlen-fb__partners-goals-toggle img {
  display: block;
  flex: 0 0 4.034cqw;
  width: 4.034cqw;
  height: 4.034cqw;
  pointer-events: none;
}

.orlen-fb__partners-goals-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  display: flex;
  flex-direction: column;
  gap: 2.017cqw;
  width: 100%;
  min-height: 47.395cqw;
  padding: 2.017cqw 4.034cqw;
  background: var(--fb-red);
  box-shadow: 0 0 2.017cqw rgba(0, 0, 0, 0.12);
  color: #fff;
}

.orlen-fb__partners-goals-panel[hidden] {
  display: none;
}

.orlen-fb__partners-goals.is-hover-preview .orlen-fb__partners-goals-panel {
  pointer-events: none;
}

.orlen-fb__partners-goals-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 4.034cqw;
}

.orlen-fb__partners-goals-panel h4 {
  margin: 0;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.025cqw;
  text-transform: uppercase;
}

.orlen-fb__partners-goals-panel button,
.orlen-fb__partners-popup header button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max(24px, 4.034cqw);
  height: max(24px, 4.034cqw);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.orlen-fb__partners-goals-panel button img,
.orlen-fb__partners-popup header button img {
  display: block;
  width: 4.034cqw;
  height: 4.034cqw;
  pointer-events: none;
}

.orlen-fb__partners-goals-panel ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.orlen-fb__partners-goals-panel li {
  display: flex;
  align-items: flex-start;
  gap: 2.017cqw;
  width: 100%;
  color: #fff;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
}

.orlen-fb__partners-goals-panel li img {
  display: block;
  flex: 0 0 2.017cqw;
  width: 2.017cqw;
  height: 2.017cqw;
  margin-top: 0.84cqw;
  pointer-events: none;
}

.orlen-fb__partners-meetings {
  position: absolute;
  top: 105.378cqw;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 4.706cqw 10.084cqw 10.084cqw;
  background: #f2f2f2;
  color: #000;
}

.orlen-fb__partners-meetings-content {
  display: flex;
  flex-direction: column;
  gap: 2.353cqw;
  width: 79.832cqw;
}

.orlen-fb__partners-meetings h3 {
  width: 100%;
  margin: 0;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.025cqw;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.orlen-fb__partners-meetings-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 3.361cqw;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.orlen-fb__partners-meetings-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  min-height: 9.496cqw;
  padding: 2.017cqw;
  border-bottom: 0.168cqw solid #000;
}

.orlen-fb__partners-meetings-list span {
  max-width: 28.067cqw;
  font-size: 1.681cqw;
  font-weight: 700;
  line-height: 2.185cqw;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.orlen-fb__partners-meetings-list img {
  display: block;
  flex: 0 0 4.034cqw;
  width: 4.034cqw;
  height: 4.034cqw;
  transition: transform 0.3s ease-out;
  pointer-events: none;
}

.orlen-fb__partners-meetings-list li:hover img {
  transform: translateX(0.672cqw);
}

.orlen-fb__partners-hotspot {
  position: absolute;
  top: 45.882cqw;
  left: 81.513cqw;
  z-index: 6;
  display: block;
  width: 16.807cqw;
  height: 16.807cqw;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.orlen-fb__partners-hotspot img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.orlen-fb__partners-popup-layer {
  position: absolute;
  inset: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.6);
}

.orlen-fb__partners-popup-layer[hidden] {
  display: none;
}

.orlen-fb__partners-popup-layer.is-hover-preview {
  pointer-events: none;
}

.orlen-fb__partners-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 4.034cqw;
  width: 84.874cqw;
  padding: 4.034cqw;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 4.034cqw rgba(0, 0, 0, 0.12);
  color: #000;
  transform: translate(-50%, -50%);
}

.orlen-fb__partners-popup header {
  display: flex;
  align-items: center;
  gap: 4.034cqw;
  width: 100%;
}

.orlen-fb__partners-popup-icon {
  display: block;
  flex: 0 0 6.387cqw;
  width: 6.387cqw;
  height: 6.387cqw;
  pointer-events: none;
}

.orlen-fb__partners-popup h3 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: var(--fb-red);
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.025cqw;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.orlen-fb__partners-popup-copy {
  width: 100%;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__partners-popup-copy p {
  margin: 0 0 3.697cqw;
}

.orlen-fb__partners-popup-copy p:last-child {
  margin-bottom: 0;
}

.orlen-fb__partners-popup-copy strong {
  font-weight: 700;
}

.orlen-fb__partners-folio {
  position: absolute;
  right: 3.697cqw;
  bottom: 3.697cqw;
  z-index: 2;
  margin: 0;
  color: #000;
  font-size: 2.017cqw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02353cqw;
  white-space: nowrap;
}

.orlen-fb__partners-gallery:focus-visible,
.orlen-fb__partners-gallery-btn:focus-visible,
.orlen-fb__partners-goals-toggle:focus-visible,
.orlen-fb__partners-goals-panel button:focus-visible,
.orlen-fb__partners-hotspot:focus-visible,
.orlen-fb__partners-popup header button:focus-visible,
.orlen-fb__partners-popup:focus-visible {
  outline: 3px solid var(--fb-focus);
  outline-offset: 2px;
}

.orlen-fb__partners-goals-panel button:focus-visible {
  outline-color: #fff;
}

.orlen-fb__partners-popup:focus-visible {
  outline-color: var(--fb-red);
}


@media (prefers-reduced-motion: reduce) {
  .orlen-fb__partners-meetings-list img {
    transition: none;
  }
}

.orlen-fb__purchases-page {
  background: #171916;
  color: #fff;
}

.orlen-fb__purchases-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.orlen-fb__purchases-title-block {
  position: absolute;
  top: 10.084cqw;
  left: 9.916cqw;
  width: 80.504cqw;
  height: 23.866cqw;
}

.orlen-fb__purchases-title-accent {
  position: absolute;
  top: 17.479cqw;
  left: 0;
  z-index: 0;
  width: 53.782cqw;
  height: 6.387cqw;
  background: var(--fb-red);
}

.orlen-fb__purchases-title {
  position: absolute;
  top: 0;
  left: 0.672cqw;
  z-index: 1;
  width: 79.832cqw;
  margin: 0;
  color: #fff;
  font-size: 9.832cqw;
  font-weight: 800;
  line-height: 11.933cqw;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.orlen-fb__purchases-title > span {
  display: block;
  white-space: nowrap;
}

.orlen-fb__purchases-quote {
  position: absolute;
  top: 73.95cqw;
  left: 10.588cqw;
  display: flex;
  flex-direction: column;
  gap: 3.361cqw;
  width: 51.933cqw;
  margin: 0;
  color: #fff;
  font-size: 2.353cqw;
  font-style: normal;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__purchases-quote-mark {
  display: block;
  width: 12.41cqw;
  height: 12.269cqw;
  pointer-events: none;
}

.orlen-fb__purchases-quote-content {
  display: flex;
  flex-direction: column;
  gap: 3.361cqw;
  width: 100%;
}

.orlen-fb__purchases-quote-content p,
.orlen-fb__purchases-quote-content footer {
  width: 100%;
  margin: 0;
}

.orlen-fb__purchases-quote-content strong,
.orlen-fb__purchases-quote-content cite {
  font-weight: 700;
}

.orlen-fb__purchases-quote-content hr {
  width: 100%;
  height: 0.168cqw;
  margin: 0;
  border: 0;
  background: var(--fb-red);
}

.orlen-fb__purchases-quote-content footer {
  display: flex;
  flex-direction: column;
  color: #ccc;
}

.orlen-fb__purchases-quote-content cite {
  color: #fff;
  font-style: normal;
}

.orlen-fb__purchases-rail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.555cqw;
  height: 47.563cqw;
  background: var(--fb-red);
  color: #fff;
  font-size: 2.353cqw;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.orlen-fb__purchases-number {
  position: absolute;
  top: 2.353cqw;
  left: 50%;
  width: 3.697cqw;
  line-height: 4.034cqw;
  letter-spacing: 0.094cqw;
  text-align: center;
  transform: translateX(-50%);
}

.orlen-fb__purchases-label {
  position: absolute;
  bottom: 8.067cqw;
  left: 50%;
  width: 11.261cqw;
  line-height: 3.025cqw;
  text-align: center;
  transform: translateX(-50%) rotate(-90deg);
}



.orlen-fb__categories-page {
  background: var(--fb-paper);
  color: #000;
}

.orlen-fb__categories-intro {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 46.218cqw;
  padding: 10.084cqw 10.084cqw 11.429cqw;
  background: var(--fb-red);
  color: #fff;
}

.orlen-fb__categories-intro-content {
  display: flex;
  flex-direction: column;
  gap: 5.042cqw;
  width: 79.832cqw;
  overflow-wrap: break-word;
}

.orlen-fb__categories-intro h2,
.orlen-fb__categories-intro p {
  width: 100%;
  margin: 0;
  color: #fff;
}

.orlen-fb__categories-intro h2 {
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
}

.orlen-fb__categories-intro p {
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
}

.orlen-fb__categories-intro strong {
  font-weight: 700;
}


.orlen-fb__categories-body {
  position: absolute;
  top: 46.218cqw;
  right: 0;
  bottom: 0;
  left: 0.168cqw;
  padding: 5.714cqw 10.252cqw 10.084cqw 9.916cqw;
  background: var(--fb-paper);
}

.orlen-fb__categories-content {
  display: flex;
  flex-direction: column;
  gap: 5.042cqw;
  width: 79.832cqw;
}

.orlen-fb__categories-content > h3 {
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 3.025cqw;
  font-weight: 700;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__categories-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.361cqw 3.193cqw;
  width: 100%;
}

.orlen-fb__category {
  position: relative;
  z-index: 1;
  min-width: 0;
  height: 10.252cqw;
  margin: 0;
  overflow: visible;
}

.orlen-fb__category--tall {
  height: 13.109cqw;
}

.orlen-fb__category--wide {
  grid-column: 1 / -1;
}

.orlen-fb__category-surface {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 2.017cqw;
  width: 100%;
  height: 100%;
  padding: 2.017cqw;
  border: 0.168cqw solid #ccc;
  background: #fff;
  transition:
    height 0.3s ease-out,
    box-shadow 0.3s ease-out,
    border-color 0.3s ease-out;
}

.orlen-fb__category-heading {
  display: flex;
  align-items: flex-start;
  gap: 2.017cqw;
  width: 100%;
  min-width: 0;
}

.orlen-fb__category-icon {
  display: block;
  flex: 0 0 6.218cqw;
  width: 6.218cqw;
  height: 6.218cqw;
  pointer-events: none;
}

.orlen-fb__category h4 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.025cqw;
  overflow-wrap: break-word;
}

.orlen-fb__category-info {
  position: relative;
  display: block;
  flex: 0 0 4.034cqw;
  width: 4.034cqw;
  height: 4.034cqw;
  margin-top: 1.008cqw;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.orlen-fb__category-info::before {
  content: "";
  position: absolute;
  inset: -1.008cqw;
}

.orlen-fb__category-info img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.orlen-fb__category-description {
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__category-description[hidden] {
  display: none;
}

.orlen-fb__category.is-expanded {
  z-index: 8;
}

.orlen-fb__category.is-expanded .orlen-fb__category-surface {
  height: var(--fb-category-expanded);
  border-color: transparent;
  box-shadow: 0 0 2.017cqw rgba(0, 0, 0, 0.12);
}

.orlen-fb__category-info:focus-visible,
.orlen-fb__categories-hotspot:focus-visible,
.orlen-fb__categories-popup button:focus-visible {
  outline: 3px solid var(--fb-focus);
  outline-offset: 2px;
}

.orlen-fb__categories-hotspot {
  position: absolute;
  top: 31.261cqw;
  left: 81.513cqw;
  z-index: 6;
  display: block;
  width: 16.807cqw;
  height: 16.807cqw;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.orlen-fb__categories-hotspot img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.orlen-fb__categories-popup-layer {
  position: absolute;
  inset: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.6);
}

.orlen-fb__categories-popup-layer[hidden] {
  display: none;
}

.orlen-fb__categories-popup-layer.is-hover-preview {
  pointer-events: none;
}

.orlen-fb__categories-popup-layer.is-hover-preview .orlen-fb__categories-popup {
  pointer-events: auto;
}

.orlen-fb__categories-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 4.034cqw;
  width: 84.874cqw;
  padding: 4.034cqw;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 4.034cqw rgba(0, 0, 0, 0.12);
  color: #000;
  transform: translate(-50%, -50%);
}

.orlen-fb__categories-popup header {
  display: flex;
  align-items: center;
  gap: 4.034cqw;
  width: 100%;
}

.orlen-fb__categories-popup-icon {
  display: block;
  flex: 0 0 6.387cqw;
  width: 6.387cqw;
  height: 6.387cqw;
  pointer-events: none;
}

.orlen-fb__categories-popup h3 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: var(--fb-red);
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.025cqw;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.orlen-fb__categories-popup header button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 max(24px, 4.034cqw);
  width: max(24px, 4.034cqw);
  height: max(24px, 4.034cqw);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.orlen-fb__categories-popup header button img {
  display: block;
  width: 4.034cqw;
  height: 4.034cqw;
  pointer-events: none;
}

.orlen-fb__categories-popup > p {
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__categories-popup strong {
  font-weight: 700;
}

.orlen-fb__categories-folio {
  position: absolute;
  right: 3.697cqw;
  bottom: 3.697cqw;
  z-index: 2;
  margin: 0;
  color: #000;
  font-size: 2.017cqw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02353cqw;
  white-space: nowrap;
}

.orlen-fb__process-page {
  background: var(--fb-paper);
}

.orlen-fb__process-hero {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 94.118cqw;
  overflow: hidden;
}

.orlen-fb__process-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.orlen-fb__process-title-block {
  position: absolute;
  top: 10.084cqw;
  left: 9.411cqw;
  width: 81.008cqw;
  height: 36.134cqw;
  overflow: hidden;
}

.orlen-fb__process-title-accent {
  position: absolute;
  top: 29.749cqw;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 6.387cqw;
  background: var(--fb-red);
}

.orlen-fb__process-title {
  position: absolute;
  top: 0;
  left: 0.673cqw;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 80.336cqw;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: 9.832cqw;
  font-weight: 800;
  line-height: 12.045cqw;
  text-transform: uppercase;
  white-space: nowrap;
  backface-visibility: hidden;
}

.orlen-fb__process-title span {
  display: block;
  flex: 0 0 12.045cqw;
  overflow: hidden;
}


.orlen-fb__process-summary {
  position: absolute;
  top: 94.118cqw;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6.218cqw 10.252cqw 11.092cqw 13.109cqw;
  background: var(--fb-paper);
  color: #000;
}

.orlen-fb__process-summary::before {
  content: "";
  position: absolute;
  top: -0.168cqw;
  right: 0;
  left: 0;
  height: 0.336cqw;
  background: #fff;
}

.orlen-fb__process-copy {
  width: 76.639cqw;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__process-copy p {
  margin: 0;
}

.orlen-fb__process-copy .orlen-fb__process-lead {
  margin-bottom: 5.042cqw;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
}

.orlen-fb__process-copy strong {
  font-weight: 700;
}

.orlen-fb__process-rail {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 6.555cqw;
  height: 47.563cqw;
  background: var(--fb-red);
  color: #fff;
  font-size: 2.353cqw;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.orlen-fb__process-number {
  position: absolute;
  top: 2.353cqw;
  left: 50%;
  width: 3.697cqw;
  line-height: 4.034cqw;
  letter-spacing: 0.094cqw;
  text-align: center;
  transform: translateX(-50%);
}

.orlen-fb__process-label {
  position: absolute;
  bottom: 8.067cqw;
  left: 50%;
  width: 11.261cqw;
  line-height: 3.025cqw;
  text-align: center;
  transform: translateX(-50%) rotate(-90deg);
}

.orlen-fb__start-page {
  background: var(--fb-paper);
}

.orlen-fb__start-hero {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 94.118cqw;
  overflow: hidden;
}

.orlen-fb__start-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.orlen-fb__start-title-block {
  position: absolute;
  top: 10.084cqw;
  left: 9.411cqw;
  width: 80.504cqw;
  height: 47.731cqw;
  overflow: hidden;
}

.orlen-fb__start-title-accent {
  position: absolute;
  top: 29.749cqw;
  left: 0;
  z-index: 0;
  width: 67.899cqw;
  height: 6.387cqw;
  background: var(--fb-red);
}

.orlen-fb__start-title {
  position: absolute;
  top: 0;
  left: 0.673cqw;
  z-index: 1;
  width: 79.832cqw;
  margin: 0;
  color: #fff;
  font-size: 9.832cqw;
  font-weight: 800;
  line-height: 12.045cqw;
  overflow-wrap: normal;
  text-transform: uppercase;
}


.orlen-fb__start-summary {
  position: absolute;
  top: 94.118cqw;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6.218cqw 10.252cqw 11.597cqw 13.109cqw;
  background: var(--fb-paper);
  color: #000;
}

.orlen-fb__start-summary::before {
  content: "";
  position: absolute;
  top: -0.168cqw;
  right: 0;
  left: 0;
  height: 0.336cqw;
  background: #fff;
}

.orlen-fb__start-copy {
  width: 76.639cqw;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__start-copy p {
  margin: 0;
}

.orlen-fb__start-copy .orlen-fb__start-lead {
  margin-bottom: 5.042cqw;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
}

.orlen-fb__start-copy strong {
  font-weight: 700;
}

.orlen-fb__start-rail {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 6.555cqw;
  height: 47.563cqw;
  background: var(--fb-red);
  color: #fff;
  font-size: 2.353cqw;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.orlen-fb__start-number {
  position: absolute;
  top: 2.353cqw;
  left: 50%;
  width: 3.697cqw;
  line-height: 4.034cqw;
  letter-spacing: 0.094cqw;
  text-align: center;
  transform: translateX(-50%);
}

.orlen-fb__start-label {
  position: absolute;
  bottom: 8.067cqw;
  left: 50%;
  width: 11.261cqw;
  line-height: 3.025cqw;
  text-align: center;
  transform: translateX(-50%) rotate(-90deg);
}

.orlen-fb__verify-page {
  background: var(--fb-paper);
}

.orlen-fb__verify-hero {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 94.286cqw;
  overflow: hidden;
}

.orlen-fb__verify-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 30.9%, rgba(0, 0, 0, 0.85));
}

.orlen-fb__verify-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.orlen-fb__verify-title-block {
  position: absolute;
  top: 10.084cqw;
  left: 9.412cqw;
  z-index: 2;
  width: 81.008cqw;
  height: 36.134cqw;
  overflow: hidden;
}

.orlen-fb__verify-title-accent {
  position: absolute;
  top: 29.748cqw;
  left: 0;
  z-index: 0;
  width: 66.891cqw;
  height: 6.387cqw;
  background: var(--fb-red);
}

.orlen-fb__verify-title {
  position: absolute;
  top: 0;
  left: 0.672cqw;
  z-index: 1;
  width: 80.336cqw;
  margin: 0;
  color: #fff;
  font-size: 9.832cqw;
  font-weight: 800;
  line-height: 12.045cqw;
  overflow-wrap: normal;
  text-transform: uppercase;
}


.orlen-fb__verify-summary {
  position: absolute;
  top: 94.286cqw;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6.218cqw 10.252cqw 11.092cqw 13.109cqw;
  background: var(--fb-paper);
  color: #000;
}

.orlen-fb__verify-summary::before {
  content: "";
  position: absolute;
  top: -0.168cqw;
  right: 0;
  left: 0;
  height: 0.336cqw;
  background: #fff;
}

.orlen-fb__verify-copy {
  width: 76.639cqw;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__verify-copy p {
  margin: 0;
}

.orlen-fb__verify-copy .orlen-fb__verify-lead {
  margin-bottom: 5.042cqw;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
}

.orlen-fb__verify-copy strong {
  font-weight: 700;
}

.orlen-fb__verify-rail {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 6.555cqw;
  height: 47.563cqw;
  background: var(--fb-red);
  color: #fff;
  font-size: 2.353cqw;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.orlen-fb__verify-number {
  position: absolute;
  top: 2.353cqw;
  left: 50%;
  width: 3.697cqw;
  line-height: 4.034cqw;
  letter-spacing: 0.094cqw;
  text-align: center;
  transform: translateX(-50%);
}

.orlen-fb__verify-label {
  position: absolute;
  bottom: 8.067cqw;
  left: 50%;
  width: 11.261cqw;
  line-height: 3.025cqw;
  text-align: center;
  transform: translateX(-50%) rotate(-90deg);
}

.orlen-fb__connect-page {
  background: var(--fb-paper);
}

.orlen-fb__connect-hero {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 94.118cqw;
  overflow: hidden;
}

.orlen-fb__connect-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.orlen-fb__connect-title-block {
  position: absolute;
  top: 10.084cqw;
  left: 9.412cqw;
  z-index: 2;
  width: 80.504cqw;
  height: 36.134cqw;
  overflow: hidden;
}

.orlen-fb__connect-title-accent {
  position: absolute;
  top: 29.748cqw;
  left: 0;
  z-index: 0;
  width: 48.403cqw;
  height: 6.387cqw;
  background: var(--fb-red);
}

.orlen-fb__connect-title {
  position: absolute;
  top: 0;
  left: 0.672cqw;
  z-index: 1;
  width: 79.832cqw;
  margin: 0;
  color: #fff;
  font-size: 9.832cqw;
  font-weight: 800;
  line-height: 12.045cqw;
  overflow-wrap: normal;
  text-transform: uppercase;
}


.orlen-fb__connect-summary {
  position: absolute;
  top: 94.118cqw;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6.218cqw 10.252cqw 10.084cqw 13.109cqw;
  background: var(--fb-paper);
  color: #000;
}

.orlen-fb__connect-summary::before {
  content: "";
  position: absolute;
  top: -0.168cqw;
  right: 0;
  left: 0;
  height: 0.336cqw;
  background: #fff;
}

.orlen-fb__connect-copy {
  width: 76.639cqw;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  letter-spacing: 0.0235cqw;
  overflow-wrap: break-word;
}

.orlen-fb__connect-copy p {
  margin: 0;
}

.orlen-fb__connect-copy .orlen-fb__connect-lead {
  margin-bottom: 5.042cqw;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.378cqw;
  letter-spacing: 0.0353cqw;
}

.orlen-fb__connect-copy strong {
  font-weight: 700;
}

.orlen-fb__connect-rail {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 6.555cqw;
  height: 47.563cqw;
  background: var(--fb-red);
  color: #fff;
  font-size: 2.353cqw;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.orlen-fb__connect-number {
  position: absolute;
  top: 2.353cqw;
  left: 50%;
  width: 3.697cqw;
  line-height: 4.034cqw;
  letter-spacing: 0.094cqw;
  text-align: center;
  transform: translateX(-50%);
}

.orlen-fb__connect-label {
  position: absolute;
  bottom: 8.067cqw;
  left: 50%;
  width: 11.261cqw;
  line-height: 3.025cqw;
  text-align: center;
  transform: translateX(-50%) rotate(-90deg);
}

.orlen-fb__cfeat-page {
  display: block;
  background: var(--fb-paper);
  color: #000;
  overflow: hidden;
}

.orlen-fb__cfeat-main {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7.899cqw;
  width: 100%;
  /* 560 / 842 - split vs leaf height, not host cqw (hidden St.PageFlip leaves). */
  height: 66.508313539%;
  padding-top: 10.084cqw;
  background: var(--fb-paper);
}

.orlen-fb__cfeat-copy {
  display: flex;
  flex-direction: column;
  gap: 5.042cqw;
  width: 80.168cqw;
}

.orlen-fb__cfeat-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.orlen-fb__cfeat-title {
  width: 48.571cqw;
  margin: 0;
  color: #000;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
}

.orlen-fb__cfeat-cta {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 2.017cqw 4.034cqw;
  border: 0;
  background: var(--fb-red);
  color: #fff;
  font-family: inherit;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.697cqw;
  letter-spacing: 0.0235cqw;
  text-decoration: none;
  white-space: nowrap;
}

.orlen-fb__cfeat-cta:hover {
  background: var(--fb-red-dark);
}

.orlen-fb__cfeat-cta:focus {
  outline: none;
}

.orlen-fb__cfeat-cta:focus-visible {
  outline: 0.28cqw solid var(--fb-focus);
  outline-offset: 0.28cqw;
}

.orlen-fb__cfeat-benefits {
  display: flex;
  flex-direction: column;
  gap: 2.017cqw;
  width: 100%;
}

.orlen-fb__cfeat-lead {
  margin: 0;
  color: var(--fb-red);
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.025cqw;
}

.orlen-fb__cfeat-cols {
  display: flex;
  align-items: center;
  gap: 3.361cqw;
  width: 100%;
}

.orlen-fb__cfeat-col {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.orlen-fb__cfeat-col li {
  display: flex;
  align-items: flex-start;
  gap: 2.017cqw;
  width: 100%;
}

.orlen-fb__cfeat-check {
  display: block;
  flex: 0 0 2.017cqw;
  width: 2.017cqw;
  height: 2.017cqw;
  margin-top: 0.84cqw;
  pointer-events: none;
}

.orlen-fb__cfeat-col span {
  flex: 1 1 auto;
  min-width: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
}

.orlen-fb__cfeat-laptop {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  height: 34.118cqw;
  overflow: hidden;
  pointer-events: none;
}

.orlen-fb__cfeat-laptop img {
  position: absolute;
  top: -42.98%;
  left: -16.34%;
  display: block;
  width: 132.68%;
  height: 291.75%;
  max-width: none;
}

.orlen-fb__cfeat-practices {
  position: absolute;
  top: 66.508313539%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5.042cqw 10.084cqw 10.42cqw;
  overflow: visible;
  background: var(--fb-red);
}

.orlen-fb__cfeat-practices-inner {
  display: flex;
  flex-direction: column;
  gap: 2.017cqw;
  width: 79.832cqw;
}

.orlen-fb__cfeat-practices-title {
  margin: 0;
  color: #fff;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
}

.orlen-fb__cfeat-grid {
  display: flex;
  flex-direction: column;
  gap: 0.504cqw;
  width: 100%;
}

.orlen-fb__cfeat-row {
  display: flex;
  align-items: center;
  gap: 3.361cqw;
  width: 100%;
}

.orlen-fb__cfeat-practice,
.orlen-fb__cfeat-contact {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  padding: 2.017cqw;
  border: 0;
  border-bottom: 0.168cqw solid #fff;
  background: transparent;
}

.orlen-fb__cfeat-practice.is-open {
  z-index: 6;
  background: #fff;
}

.orlen-fb__cfeat-label {
  margin: 0;
  color: #fff;
  font-size: 1.681cqw;
  font-weight: 700;
  line-height: 2.185cqw;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.orlen-fb__cfeat-label--start,
.orlen-fb__cfeat-contact .orlen-fb__cfeat-label {
  text-align: left;
}

.orlen-fb__cfeat-practice.is-open .orlen-fb__cfeat-label {
  position: relative;
  z-index: 1;
  color: var(--fb-red);
}

.orlen-fb__cfeat-toggle {
  position: relative;
  z-index: 1;
  display: block;
  flex: 0 0 4.034cqw;
  width: 4.034cqw;
  height: 4.034cqw;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.orlen-fb__cfeat-toggle::before {
  content: "";
  position: absolute;
  inset: -1.008cqw;
}

.orlen-fb__cfeat-toggle img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.orlen-fb__cfeat-toggle .orlen-fb__cfeat-toggle-close {
  display: none;
}

.orlen-fb__cfeat-practice.is-open .orlen-fb__cfeat-toggle-info {
  display: none;
}

.orlen-fb__cfeat-practice.is-open .orlen-fb__cfeat-toggle .orlen-fb__cfeat-toggle-close {
  display: block;
}

.orlen-fb__cfeat-toggle:focus,
.orlen-fb__cfeat-contact:focus {
  outline: none;
}

.orlen-fb__cfeat-toggle:focus-visible,
.orlen-fb__cfeat-contact:focus-visible {
  outline: 0.28cqw solid var(--fb-focus);
  outline-offset: 0.28cqw;
}

.orlen-fb__cfeat-tip {
  position: absolute;
  right: 0;
  bottom: -0.168cqw;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  padding: 2.017cqw 2.017cqw 8.067cqw;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 4.034cqw rgba(0, 0, 0, 0.12);
}

.orlen-fb__cfeat-tip[hidden] {
  display: none;
}

.orlen-fb__cfeat-tip p {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
}

.orlen-fb__cfeat-contact {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.orlen-fb__cfeat-contact-icon {
  display: block;
  flex: 0 0 4.034cqw;
  width: 4.034cqw;
  height: 4.034cqw;
  pointer-events: none;
}

.orlen-fb__cfeat-folio {
  position: absolute;
  right: 3.697cqw;
  bottom: 4.958cqw;
  z-index: 3;
  margin: 0;
  color: #fff;
  font-size: 2.017cqw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0235cqw;
  text-align: right;
  white-space: nowrap;
}

.orlen-fb__cflow-page {
  background: var(--fb-paper);
  color: #000;
  overflow: hidden;
}

.orlen-fb__cflow-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 6.555cqw;
  background: var(--fb-red);
  pointer-events: none;
}

.orlen-fb__cflow-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5.042cqw;
  padding: 10.084cqw 10.252cqw 11.092cqw 10.084cqw;
}

.orlen-fb__cflow-title {
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
}

.orlen-fb__cflow-steps {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 5.378cqw;
  width: 79.832cqw;
  margin: 0;
  padding: 0;
  list-style: none;
}

.orlen-fb__cflow-steps::before {
  content: "";
  position: absolute;
  top: 6.218cqw;
  left: 3.109cqw;
  z-index: 0;
  width: 0.336cqw;
  height: 83.866cqw;
  background: var(--fb-red);
  transform: translateX(-50%);
  pointer-events: none;
}

.orlen-fb__cflow-step {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 4.034cqw;
  width: 100%;
}

.orlen-fb__cflow-num {
  display: flex;
  flex: 0 0 6.218cqw;
  align-items: center;
  justify-content: center;
  width: 6.218cqw;
  height: 6.218cqw;
  overflow: hidden;
  background: var(--fb-red);
  color: #fff;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 4.706cqw;
  letter-spacing: 0.03025cqw;
  text-align: center;
}

.orlen-fb__cflow-card {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2.017cqw;
  min-width: 0;
  padding: 2.017cqw;
  background: #f2f2f2;
}

.orlen-fb__cflow-card-title {
  margin: 0;
  color: #000;
  font-size: 3.025cqw;
  font-weight: 700;
  line-height: 3.697cqw;
}

.orlen-fb__cflow-card-title--deadline {
  line-height: 4.034cqw;
  letter-spacing: 0.1076cqw;
}

.orlen-fb__cflow-card-copy {
  margin: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
}

.orlen-fb__cflow-cols {
  display: flex;
  align-items: flex-start;
  gap: 2.017cqw;
  width: 100%;
}

.orlen-fb__cflow-col {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.orlen-fb__cflow-col li {
  display: flex;
  align-items: flex-start;
  gap: 2.017cqw;
  width: 100%;
}

.orlen-fb__cflow-check {
  display: block;
  flex: 0 0 2.017cqw;
  width: 2.017cqw;
  height: 2.017cqw;
  margin-top: 0.84cqw;
  pointer-events: none;
}

.orlen-fb__cflow-col span {
  flex: 1 1 auto;
  min-width: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__tplog-page {
  background: var(--fb-paper);
  overflow: hidden;
}

.orlen-fb__tplog-hero {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 97.983cqw;
  padding: 51.261cqw 10.084cqw 10.084cqw 9.412cqw;
  overflow: hidden;
}

.orlen-fb__tplog-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.orlen-fb__tplog-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5.042cqw;
  width: 80.504cqw;
}

.orlen-fb__tplog-kicker {
  position: relative;
  width: 100%;
  height: 23.866cqw;
}

.orlen-fb__tplog-kicker-bar {
  position: absolute;
  top: 17.479cqw;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 6.387cqw;
  background: var(--fb-red);
}

.orlen-fb__tplog-kicker-text {
  position: absolute;
  top: 0;
  left: 0.673cqw;
  z-index: 1;
  width: 79.832cqw;
  margin: 0;
  color: #fff;
  font-size: 9.832cqw;
  font-weight: 800;
  line-height: 1.21;
  text-transform: uppercase;
  overflow-wrap: normal;
}


.orlen-fb__tplog-cta {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 2.017cqw 4.034cqw;
  border: 0;
  background: var(--fb-red);
  color: #fff;
  font-family: inherit;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.697cqw;
  letter-spacing: 0.0235cqw;
  text-decoration: none;
  white-space: nowrap;
}

.orlen-fb__tplog-cta:hover {
  background: var(--fb-red-dark);
}

.orlen-fb__tplog-cta:focus {
  outline: none;
}

.orlen-fb__tplog-rule {
  position: absolute;
  top: 97.647cqw;
  right: 0;
  left: 0;
  z-index: 3;
  height: 0.336cqw;
  background: #fff;
  pointer-events: none;
}

.orlen-fb__tplog-panel {
  position: absolute;
  top: 97.816cqw;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5.042cqw 10.084cqw 11.261cqw;
  background: var(--fb-red);
  color: #fff;
}

.orlen-fb__tplog-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.697cqw;
  width: 79.832cqw;
}

.orlen-fb__tplog-copy-text {
  display: flex;
  flex-direction: column;
  gap: 5.042cqw;
  width: 100%;
}

.orlen-fb__tplog-heading {
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
}

.orlen-fb__tplog-body {
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
}

.orlen-fb__tplog-body strong {
  font-weight: 700;
}

.orlen-fb__tplog-link {
  display: inline-flex;
  align-items: center;
  gap: 1.345cqw;
  overflow: hidden;
  color: #fff;
  font-family: inherit;
  font-size: 2.017cqw;
  font-weight: 700;
  line-height: 2.521cqw;
  text-decoration: none;
  white-space: nowrap;
}

.orlen-fb__tplog-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.28cqw;
}

.orlen-fb__tplog-link:focus {
  outline: none;
}

.orlen-fb__tplog-cta:focus-visible,
.orlen-fb__tplog-link:focus-visible {
  outline: 0.28cqw solid #fff;
  outline-offset: 0.28cqw;
}

.orlen-fb__tplog-link-icon {
  display: block;
  flex: 0 0 2.689cqw;
  width: 2.689cqw;
  height: 2.689cqw;
  pointer-events: none;
}

.orlen-fb__tplog-folio {
  position: absolute;
  right: 3.621cqw;
  bottom: 4cqw;
  z-index: 4;
  margin: 0;
  color: #fff;
  font-size: 2.017cqw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0235cqw;
  text-align: right;
  white-space: nowrap;
}

.orlen-fb__std-page {
  background: var(--fb-paper);
}

.orlen-fb__std-hero {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 94.118cqw;
  overflow: hidden;
}

.orlen-fb__std-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.orlen-fb__std-title-block {
  position: absolute;
  top: 10.084cqw;
  left: 9.412cqw;
  z-index: 2;
  width: 81.008cqw;
  height: 23.866cqw;
}

.orlen-fb__std-title-accent {
  position: absolute;
  top: 5.21cqw;
  left: 0;
  z-index: 0;
  width: 60.84cqw;
  height: 6.387cqw;
  background: var(--fb-red);
}

.orlen-fb__std-title {
  position: absolute;
  top: 0;
  left: 0.672cqw;
  z-index: 1;
  width: 80.336cqw;
  margin: 0;
  color: #fff;
  font-size: 9.832cqw;
  font-weight: 800;
  line-height: 12.045cqw;
  overflow-wrap: normal;
  text-transform: uppercase;
}


.orlen-fb__std-summary {
  position: absolute;
  top: 94.118cqw;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6.218cqw 10.252cqw 11.597cqw 13.109cqw;
  background: var(--fb-paper);
  color: #000;
}

.orlen-fb__std-summary::before {
  content: "";
  position: absolute;
  top: -0.168cqw;
  right: 0;
  left: 0;
  height: 0.336cqw;
  background: #fff;
}

.orlen-fb__std-copy {
  display: flex;
  flex-direction: column;
  gap: 5.042cqw;
  width: 76.639cqw;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__std-copy p,
.orlen-fb__std-copy .orlen-fb__std-lead {
  margin: 0;
}

.orlen-fb__std-copy .orlen-fb__std-lead {
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
}

.orlen-fb__std-rail {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 6.555cqw;
  height: 47.563cqw;
  background: var(--fb-red);
  color: #fff;
  font-size: 2.353cqw;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.orlen-fb__std-number {
  position: absolute;
  top: 2.353cqw;
  left: 50%;
  width: 3.697cqw;
  line-height: 4.034cqw;
  letter-spacing: 0.094cqw;
  text-align: center;
  transform: translateX(-50%);
}

.orlen-fb__std-label {
  position: absolute;
  bottom: 8.067cqw;
  left: 50%;
  width: 11.261cqw;
  line-height: 3.025cqw;
  text-align: center;
  transform: translateX(-50%) rotate(-90deg);
}

.orlen-fb__info-page {
  background: var(--fb-paper);
}

.orlen-fb__info-hero {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 94.118cqw;
  overflow: hidden;
}

.orlen-fb__info-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.orlen-fb__info-title-block {
  position: absolute;
  top: 10.084cqw;
  left: 9.412cqw;
  z-index: 2;
  width: 81.008cqw;
  height: 35.798cqw;
  overflow: hidden;
}

.orlen-fb__info-title-accent {
  position: absolute;
  top: 28.907cqw;
  left: 0;
  z-index: 0;
  width: 64.034cqw;
  height: 6.387cqw;
  background: var(--fb-red);
}

.orlen-fb__info-title {
  position: absolute;
  top: 0;
  left: 0.673cqw;
  z-index: 1;
  width: 80.336cqw;
  margin: 0;
  color: #fff;
  font-size: 9.832cqw;
  font-weight: 800;
  line-height: 12.045cqw;
  overflow-wrap: normal;
  text-transform: uppercase;
}


.orlen-fb__info-summary {
  position: absolute;
  top: 94.118cqw;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6.218cqw 10.252cqw 11.092cqw 13.109cqw;
  background: var(--fb-paper);
  color: #000;
}

.orlen-fb__info-summary::before {
  content: "";
  position: absolute;
  top: -0.168cqw;
  right: 0;
  left: 0;
  height: 0.336cqw;
  background: #fff;
}

.orlen-fb__info-copy {
  display: flex;
  flex-direction: column;
  gap: 5.042cqw;
  width: 76.639cqw;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__info-copy p,
.orlen-fb__info-copy .orlen-fb__info-lead {
  margin: 0;
}

.orlen-fb__info-copy .orlen-fb__info-lead {
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
}

.orlen-fb__info-rail {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 6.555cqw;
  height: 47.563cqw;
  background: var(--fb-red);
  color: #fff;
  font-size: 2.353cqw;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.orlen-fb__info-number {
  position: absolute;
  top: 2.353cqw;
  left: 50%;
  width: 3.697cqw;
  line-height: 4.034cqw;
  letter-spacing: 0.094cqw;
  text-align: center;
  transform: translateX(-50%);
}

.orlen-fb__info-label {
  position: absolute;
  bottom: 8.067cqw;
  left: 50%;
  width: 11.261cqw;
  line-height: 3.025cqw;
  text-align: center;
  transform: translateX(-50%) rotate(-90deg);
}

.orlen-fb__pract-page {
  background: var(--fb-paper);
  color: #000;
  overflow: hidden;
}

.orlen-fb__pract-main {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* 559 / 842 - split vs leaf height, not host cqw (hidden St.PageFlip leaves). */
  height: 66.389548693587%;
  padding: 10.084cqw 9.916cqw 10.252cqw 6.723cqw;
  overflow: visible;
  background: var(--fb-paper);
}

.orlen-fb__pract-main-inner {
  display: flex;
  flex-direction: column;
  gap: 2.521cqw;
  width: 79.832cqw;
}

.orlen-fb__pract-title {
  margin: 0;
  color: #000;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
}

.orlen-fb__pract-list {
  display: flex;
  flex-direction: column;
  gap: 2.521cqw;
  width: 100%;
}

.orlen-fb__pract-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 2.017cqw;
  width: 100%;
  min-width: 0;
  padding: 2.017cqw;
  border: 0;
  border-bottom: 0.168cqw solid var(--fb-red);
  background: transparent;
}

.orlen-fb__pract-row.is-open {
  z-index: 6;
  background: #fff;
}

.orlen-fb__pract-icon {
  display: block;
  flex: 0 0 6.218cqw;
  width: 6.218cqw;
  height: 6.218cqw;
  object-fit: contain;
  pointer-events: none;
}

.orlen-fb__pract-label {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #000;
  font-size: 1.681cqw;
  font-weight: 700;
  line-height: 2.353cqw;
  letter-spacing: 0.1076cqw;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.orlen-fb__pract-row.is-open .orlen-fb__pract-label {
  position: relative;
  z-index: 1;
  color: var(--fb-red);
}

.orlen-fb__pract-toggle {
  position: relative;
  z-index: 1;
  display: block;
  flex: 0 0 4.034cqw;
  width: 4.034cqw;
  height: 4.034cqw;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.orlen-fb__pract-toggle::before {
  content: "";
  position: absolute;
  inset: -1.008cqw;
}

.orlen-fb__pract-toggle img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.orlen-fb__pract-toggle .orlen-fb__pract-toggle-close {
  display: none;
}

.orlen-fb__pract-row.is-open .orlen-fb__pract-toggle-info {
  display: none;
}

.orlen-fb__pract-row.is-open .orlen-fb__pract-toggle .orlen-fb__pract-toggle-close {
  display: block;
}

.orlen-fb__pract-toggle:focus {
  outline: none;
}

.orlen-fb__pract-toggle:focus-visible {
  outline: 0.28cqw solid var(--fb-focus);
  outline-offset: 0.28cqw;
}

.orlen-fb__pract-row--cips .orlen-fb__pract-toggle:focus-visible {
  outline-color: #fff;
}

.orlen-fb__pract-row--cips.is-open .orlen-fb__pract-toggle:focus-visible {
  outline-color: var(--fb-focus);
}

.orlen-fb__pract-tip {
  position: absolute;
  right: 0;
  bottom: -0.168cqw;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  padding: 2.017cqw 2.017cqw 10.252cqw;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 4.034cqw rgba(0, 0, 0, 0.12);
}

.orlen-fb__pract-tip[hidden] {
  display: none;
}

.orlen-fb__pract-tip p {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__pract-panel {
  position: absolute;
  top: 66.389548693587%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5.042cqw 10.084cqw 10.084cqw;
  overflow: visible;
  background: var(--fb-red);
}

.orlen-fb__pract-panel-inner {
  display: flex;
  flex-direction: column;
  gap: 1.176cqw;
  width: 79.832cqw;
}

.orlen-fb__pract-copy {
  display: flex;
  flex-direction: column;
  gap: 1.176cqw;
  width: 100%;
}

.orlen-fb__pract-heading {
  margin: 0;
  color: #fff;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
}

.orlen-fb__pract-copy p {
  margin: 0;
  color: #fff;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__pract-row--cips {
  justify-content: space-between;
  border-bottom-color: #fff;
}

.orlen-fb__pract-row--cips .orlen-fb__pract-label {
  color: #fff;
  line-height: 2.185cqw;
  letter-spacing: 0;
  white-space: nowrap;
}

.orlen-fb__pract-row--cips.is-open {
  background: #fff;
}

.orlen-fb__pract-row--cips.is-open .orlen-fb__pract-label {
  color: var(--fb-red);
}

.orlen-fb__pract-tip--cips {
  align-items: flex-start;
  gap: 1.681cqw;
  padding: 2.017cqw 2.017cqw 8.067cqw;
}

.orlen-fb__pract-cips-logo {
  display: block;
  flex: 0 0 21.849cqw;
  width: 21.849cqw;
  height: 14.622cqw;
  object-fit: contain;
  pointer-events: none;
}

.orlen-fb__pract-cips-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 1.681cqw;
  min-width: 0;
}

.orlen-fb__pract-cips-copy p {
  flex: 0 1 auto;
}

.orlen-fb__pract-hotspot {
  position: absolute;
  top: 9.749cqw;
  left: 81.345cqw;
  z-index: 4;
  display: block;
  width: 16.807cqw;
  height: 16.807cqw;
  pointer-events: none;
}

.orlen-fb__pract-folio {
  position: absolute;
  right: 3.697cqw;
  bottom: 4.958cqw;
  z-index: 5;
  margin: 0;
  color: #fff;
  font-size: 2.017cqw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0235cqw;
  text-align: right;
  white-space: nowrap;
}

.orlen-fb__criteria-page {
  background: var(--fb-paper);
  color: #000;
}

.orlen-fb__criteria-inner {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10.084cqw 10.084cqw 10.756cqw 9.916cqw;
}

.orlen-fb__criteria-stack {
  display: flex;
  flex-direction: column;
  gap: 5.042cqw;
  width: 80cqw;
}

.orlen-fb__criteria-main {
  display: flex;
  flex-direction: column;
  gap: 5.042cqw;
  width: 100%;
}

.orlen-fb__criteria-heading {
  margin: 0;
  color: #000;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.378cqw;
  letter-spacing: 0.0353cqw;
  overflow-wrap: break-word;
}

.orlen-fb__criteria-grid {
  display: flex;
  flex-direction: column;
  gap: 1.681cqw;
  width: 100%;
}

.orlen-fb__criteria-row {
  display: flex;
  align-items: stretch;
  gap: 1.681cqw;
  width: 100%;
}

.orlen-fb__criteria-card {
  display: flex;
  flex-direction: column;
  gap: 2.017cqw;
  box-sizing: border-box;
  flex: 1 1 0;
  min-width: 0;
  padding: 2.017cqw;
  border: 0.168cqw solid #ccc;
  background: #fff;
}

.orlen-fb__criteria-card--wide {
  flex: 0 0 auto;
  width: 100%;
}

.orlen-fb__criteria-card-head {
  display: flex;
  align-items: center;
  gap: 2.017cqw;
  width: 100%;
  min-width: 0;
}

.orlen-fb__criteria-icon {
  display: block;
  flex: 0 0 6.218cqw;
  width: 6.218cqw;
  height: 6.218cqw;
  object-fit: cover;
  pointer-events: none;
}

.orlen-fb__criteria-card-title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.361cqw;
  letter-spacing: 0.1076cqw;
  overflow-wrap: break-word;
}

.orlen-fb__criteria-card-title--tight {
  line-height: 3.025cqw;
  letter-spacing: 0;
}

.orlen-fb__criteria-card-copy {
  margin: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  letter-spacing: 0.0235cqw;
  overflow-wrap: break-word;
}

.orlen-fb__criteria-card-copy--wide {
  letter-spacing: 0;
}

.orlen-fb__criteria-partner {
  display: flex;
  flex-direction: column;
  gap: 2.017cqw;
  width: 100%;
}

.orlen-fb__criteria-partner-kicker {
  margin: 0;
  color: var(--fb-red);
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.025cqw;
  text-transform: uppercase;
}

.orlen-fb__criteria-partner-copy {
  margin: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__criteria-partner-copy strong {
  font-weight: 700;
}

.orlen-fb__criteria-hotspot {
  position: absolute;
  top: 9.749cqw;
  left: 81.344cqw;
  z-index: 2;
  display: block;
  width: 16.807cqw;
  height: 16.807cqw;
  pointer-events: none;
}

.orlen-fb__criteria-folio {
  position: absolute;
  right: 3.714cqw;
  bottom: 5.004cqw;
  z-index: 2;
  margin: 0;
  color: #000;
  font-size: 2.017cqw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0235cqw;
  text-align: right;
  white-space: nowrap;
}

.orlen-fb__steps-page {
  background: var(--fb-paper);
  color: #000;
}

.orlen-fb__steps-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5.042cqw;
  padding: 10.084cqw 10.252cqw 10.924cqw 9.916cqw;
}

.orlen-fb__steps-title {
  margin: 0;
  width: 100%;
  max-width: 79.832cqw;
  color: #000;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
}

.orlen-fb__steps {
  position: relative;
  width: 79.832cqw;
  height: 110.588cqw;
  flex-shrink: 0;
  --fb-steps-active: 1;
}

.orlen-fb__steps-rail {
  position: absolute;
  top: 0;
  left: 36.639cqw;
  width: 6.218cqw;
  height: 96.303cqw;
  pointer-events: none;
}

.orlen-fb__steps-line,
.orlen-fb__steps-progress {
  position: absolute;
  left: 50%;
  top: 6.218cqw;
  width: 0.336cqw;
  transform: translateX(-50%);
}

.orlen-fb__steps-line {
  height: 90.084cqw;
  background: #f2f2f2;
}

.orlen-fb__steps-progress {
  height: min(
    90.084cqw,
    calc((var(--fb-steps-active) - 1) * 11.261cqw + 0.504cqw)
  );
  background: var(--fb-red);
  transition: height 0.2s ease;
}

.orlen-fb__steps-markers {
  position: absolute;
  top: 0;
  left: 36.639cqw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 5.042cqw;
  width: 6.218cqw;
}

.orlen-fb__steps-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.218cqw;
  height: 6.218cqw;
  margin: 0;
  padding: 0;
  border: 0;
  background: #f2f2f2;
  color: #4d4d4d;
  font-family: inherit;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 4.706cqw;
  letter-spacing: 0.03cqw;
  cursor: pointer;
  appearance: none;
}

.orlen-fb__steps-marker.is-active {
  background: var(--fb-red);
  color: #fff;
}

.orlen-fb__steps-marker:hover:not(.is-active) {
  background: #e8e8e8;
}

.orlen-fb__steps-marker:focus {
  outline: none;
}

.orlen-fb__steps-marker:focus-visible {
  outline: 0.336cqw solid var(--fb-focus);
  outline-offset: 0.336cqw;
  z-index: 3;
}

.orlen-fb__steps-cards {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.orlen-fb__steps-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 2.017cqw;
  width: 34.958cqw;
  min-height: 20.504cqw;
  max-height: 21.8cqw;
  padding: 2.017cqw;
  overflow: hidden;
  border: 0.168cqw solid #ccc;
  background: #fff;
  color: #000;
  pointer-events: auto;
}

.orlen-fb__steps-card.is-open {
  animation: orlen-fb-step-in 0.4s ease both;
}

@keyframes orlen-fb-step-in {
  from {
    opacity: 0;
    transform: translateY(1.2cqw);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.orlen-fb__steps-card[hidden] {
  display: none;
}

.orlen-fb__steps-card[data-side="left"] {
  left: 0;
}

.orlen-fb__steps-card[data-side="right"] {
  left: 44.706cqw;
}

.orlen-fb__steps-card[data-fb-step-card="1"] { top: 0; }
.orlen-fb__steps-card[data-fb-step-card="2"] { top: 11.261cqw; }
.orlen-fb__steps-card[data-fb-step-card="3"] { top: 22.521cqw; }
.orlen-fb__steps-card[data-fb-step-card="4"] { top: 33.782cqw; }
.orlen-fb__steps-card[data-fb-step-card="5"] { top: 45.042cqw; }
.orlen-fb__steps-card[data-fb-step-card="6"] { top: 56.303cqw; }
.orlen-fb__steps-card[data-fb-step-card="7"] { top: 67.563cqw; }
.orlen-fb__steps-card[data-fb-step-card="8"] { top: 78.824cqw; }
.orlen-fb__steps-card[data-fb-step-card="9"] { top: 90.084cqw; }

.orlen-fb__steps-card-title {
  margin: 0;
  color: var(--fb-red);
  font-size: 3.025cqw;
  font-weight: 700;
  line-height: 3.697cqw;
}

.orlen-fb__steps-card-copy {
  margin: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
}

.orlen-fb__steps-folio {
  position: absolute;
  right: 3.697cqw;
  bottom: 4.958cqw;
  margin: 0;
  color: #000;
  font-size: 2.017cqw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0235cqw;
  text-align: right;
  white-space: nowrap;
}

.orlen-fb__batko-page {
  background: #1a1a1a;
}

.orlen-fb__batko-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}

.orlen-fb__batko-quote {
  position: absolute;
  top: calc(50% + 8.236cqw);
  left: 10.084cqw;
  display: flex;
  flex-direction: column;
  gap: 4.706cqw;
  width: 58.991cqw;
  margin: 0;
  color: #fff;
  font-size: 2.353cqw;
  font-style: normal;
  font-weight: 400;
  line-height: 3.697cqw;
  letter-spacing: 0.0235cqw;
  overflow-wrap: break-word;
}

.orlen-fb__batko-quote-mark {
  display: block;
  width: 13.12cqw;
  height: 12.269cqw;
  pointer-events: none;
}

.orlen-fb__batko-quote-content {
  display: flex;
  flex-direction: column;
  gap: 4.706cqw;
  width: 100%;
}

.orlen-fb__batko-quote-content p,
.orlen-fb__batko-quote-content footer {
  width: 100%;
  margin: 0;
}

.orlen-fb__batko-quote-content strong,
.orlen-fb__batko-quote-content cite {
  font-weight: 700;
}

.orlen-fb__batko-quote-content hr {
  width: 100%;
  height: 0.168cqw;
  margin: 0;
  border: 0;
  background: var(--fb-red);
}

.orlen-fb__batko-quote-content footer {
  display: flex;
  flex-direction: column;
  color: #ccc;
}

.orlen-fb__batko-quote-content cite {
  color: #fff;
  font-style: normal;
}


.orlen-fb__prep-page {
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #000;
  overflow: hidden;
}

.orlen-fb__prep-hero {
  flex: 0 0 52.773cqw;
  box-sizing: border-box;
  width: 100%;
  padding: 10.084cqw;
  background: var(--fb-red);
  color: #fff;
}

.orlen-fb__prep-hero-inner {
  display: flex;
  flex-direction: column;
  gap: 5.042cqw;
  width: 79.832cqw;
}

.orlen-fb__prep-heading {
  margin: 0;
  color: #fff;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
  overflow-wrap: break-word;
}

.orlen-fb__prep-checks {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.orlen-fb__prep-checks li {
  display: flex;
  align-items: flex-start;
  gap: 2.017cqw;
  width: 100%;
}

.orlen-fb__prep-check-icon {
  display: block;
  flex: 0 0 2.017cqw;
  width: 2.017cqw;
  height: 2.017cqw;
  margin-top: 0.84cqw;
  pointer-events: none;
}

.orlen-fb__prep-checks span {
  flex: 1 1 auto;
  min-width: 0;
  color: #fff;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__prep-body {
  flex: 1 1 auto;
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  padding: 3.361cqw 10.252cqw 10.588cqw 9.916cqw;
  background: #fff;
}

.orlen-fb__prep-body-inner {
  display: flex;
  flex-direction: column;
  gap: 3.361cqw;
  width: 79.832cqw;
}

.orlen-fb__prep-practices-heading {
  margin: 0;
  color: #000;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
  overflow-wrap: break-word;
}

.orlen-fb__prep-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.681cqw;
  width: 100%;
}

.orlen-fb__prep-card {
  display: flex;
  flex-direction: column;
  gap: 2.017cqw;
  box-sizing: border-box;
  min-width: 0;
  padding: 2.017cqw;
  border: 0.168cqw solid #ccc;
  background: #fff;
}

.orlen-fb__prep-card--wide {
  grid-column: 1 / -1;
}

.orlen-fb__prep-card-head {
  display: flex;
  align-items: center;
  gap: 2.017cqw;
  width: 100%;
  min-width: 0;
}

.orlen-fb__prep-card-icon {
  display: block;
  flex: 0 0 6.218cqw;
  width: 6.218cqw;
  height: 6.218cqw;
  object-fit: cover;
  pointer-events: none;
}

.orlen-fb__prep-card-title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.025cqw;
  overflow-wrap: break-word;
}

.orlen-fb__prep-card-copy {
  margin: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__prep-hotspot {
  position: absolute;
  top: 9.749cqw;
  left: 81.344cqw;
  z-index: 2;
  display: block;
  width: 16.807cqw;
  height: 16.807cqw;
  pointer-events: none;
}

.orlen-fb__prep-folio {
  position: absolute;
  right: 3.79cqw;
  bottom: 5.004cqw;
  z-index: 2;
  margin: 0;
  color: #000;
  font-size: 2.017cqw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0235cqw;
  text-align: right;
  white-space: nowrap;
}

.orlen-fb__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.orlen-fb__coop-page {
  /* Keep .orlen-fb__face absolute inset so % heights resolve to the leaf. */
  display: block;
  background: #fff;
  color: #000;
  overflow: hidden;
}

.orlen-fb__coop-steps {
  box-sizing: border-box;
  width: 100%;
  height: 75.294%;
  padding: 10.084cqw 10.252cqw 2.017cqw 9.916cqw;
  overflow: hidden;
}

.orlen-fb__coop-list {
  display: flex;
  flex-direction: column;
  gap: 1.849cqw;
  width: 79.832cqw;
  margin: 0;
  padding: 0;
  list-style: none;
}

.orlen-fb__coop-step {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 2.017cqw;
  border-top: 0.168cqw solid #f2f2f2;
}

.orlen-fb__coop-step-body {
  display: flex;
  flex-direction: column;
  gap: 2.017cqw;
  width: 100%;
  min-width: 0;
}

.orlen-fb__coop-step-head {
  display: flex;
  align-items: center;
  gap: 2.017cqw;
  width: 100%;
  min-width: 0;
}

.orlen-fb__coop-num {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 6.218cqw;
  height: 6.218cqw;
  padding: 1.008cqw;
  background: var(--fb-red);
  color: #fff;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 4.034cqw;
  letter-spacing: 0.0914cqw;
  text-align: center;
}

.orlen-fb__coop-step-title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.025cqw;
  overflow-wrap: break-word;
}

.orlen-fb__coop-tip-toggle {
  display: block;
  flex: 0 0 4.034cqw;
  box-sizing: border-box;
  width: 4.034cqw;
  height: 4.034cqw;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.orlen-fb__coop-tip-toggle img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.orlen-fb__coop-tip-toggle:focus {
  outline: none;
}

.orlen-fb__coop-tip-toggle:focus-visible {
  outline: 0.28cqw solid var(--fb-focus);
  outline-offset: 0.28cqw;
}

.orlen-fb__coop-step-copy {
  margin: 0;
  padding-right: 4.706cqw;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__coop-tip-checks {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.orlen-fb__coop-tip-checks li {
  display: flex;
  align-items: flex-start;
  gap: 2.017cqw;
  width: 100%;
}

.orlen-fb__coop-tip-checks img {
  display: block;
  flex: 0 0 2.017cqw;
  width: 2.017cqw;
  height: 2.017cqw;
  margin-top: 0.84cqw;
  pointer-events: none;
}

.orlen-fb__coop-tip-checks span {
  flex: 1 1 auto;
  min-width: 0;
  color: #000;
  font-size: 2cqw;
  font-weight: 400;
  line-height: 3.143cqw;
  letter-spacing: 0.02cqw;
  overflow-wrap: break-word;
}

.orlen-fb__coop-tip-checks--step span {
  font-size: 2cqw;
  line-height: 3.143cqw;
}

.orlen-fb__coop-tip {
  position: absolute;
  top: -0.168cqw;
  right: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 10.5cqw 2.017cqw 2.017cqw;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 4.034cqw rgba(0, 0, 0, 0.12);
}

.orlen-fb__coop-step.is-tip-open .orlen-fb__coop-step-copy,
.orlen-fb__coop-step.is-tip-open .orlen-fb__coop-tip-checks--step {
  visibility: hidden;
}

.orlen-fb__coop-tip[hidden] {
  display: none;
}

.orlen-fb__coop-tip-inner {
  display: flex;
  flex-direction: column;
  gap: 4.034cqw;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 2.017cqw;
  background: #f2f2f2;
}

.orlen-fb__coop-tip-inner--start {
  gap: 2.017cqw;
  align-items: stretch;
}

.orlen-fb__coop-tip-inner--banner {
  gap: 2.017cqw;
  align-items: stretch;
}

.orlen-fb__coop-tip-title {
  margin: 0;
  width: 100%;
  color: var(--fb-red);
  font-size: 2cqw;
  font-weight: 700;
  line-height: 2.571cqw;
  overflow-wrap: break-word;
}

.orlen-fb__coop-tip-lead {
  margin: 0;
  width: 100%;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  letter-spacing: 0.02cqw;
  overflow-wrap: break-word;
}

.orlen-fb__coop-tip-banner {
  display: flex;
  flex-direction: column;
  gap: 2.017cqw;
  align-items: flex-end;
  width: 100%;
  padding-top: 2.017cqw;
  border-top: 0.168cqw solid var(--fb-red);
}

.orlen-fb__coop-tip-note {
  margin: 0;
  width: 100%;
  color: #000;
  font-size: 1.68cqw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02cqw;
  overflow-wrap: break-word;
}

.orlen-fb__coop-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 2.017cqw 4.034cqw;
  background: var(--fb-red);
  color: #fff;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.697cqw;
  letter-spacing: 0.0235cqw;
  text-align: center;
  white-space: nowrap;
}

.orlen-fb__coop-hyperlink {
  display: inline-flex;
  align-items: center;
  gap: 1.345cqw;
  margin: 0;
  color: var(--fb-red);
  font-size: 2.017cqw;
  font-weight: 700;
  line-height: 2.521cqw;
  white-space: nowrap;
}

.orlen-fb__coop-hyperlink img {
  display: block;
  width: 2.689cqw;
  height: 2.689cqw;
  pointer-events: none;
  transform: scaleX(-1);
}

.orlen-fb__coop-practices {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 24.703%;
  padding: 4.37cqw 10.084cqw 10.084cqw;
  background: var(--fb-red);
  color: #fff;
  overflow: hidden;
}

.orlen-fb__coop-practices-inner {
  display: flex;
  flex-direction: column;
  gap: 2.857cqw;
  width: 79.832cqw;
}

.orlen-fb__coop-practices-heading {
  margin: 0;
  color: #fff;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.025cqw;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.orlen-fb__coop-practices-cols {
  display: flex;
  gap: 3.361cqw;
  align-items: flex-start;
  width: 100%;
}

.orlen-fb__coop-practices-col {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.orlen-fb__coop-practices-col li {
  display: flex;
  align-items: flex-start;
  gap: 2.017cqw;
  width: 100%;
}

.orlen-fb__coop-practices-col img {
  display: block;
  flex: 0 0 2.017cqw;
  width: 2.017cqw;
  height: 2.017cqw;
  margin-top: 0.84cqw;
  pointer-events: none;
}

.orlen-fb__coop-practices-col span {
  flex: 1 1 auto;
  min-width: 0;
  color: #fff;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__coop-folio {
  position: absolute;
  right: 3.689cqw;
  bottom: 5.004cqw;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 2.017cqw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0235cqw;
  text-align: right;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .orlen-fb__category-surface {
    transition: none;
  }

  .orlen-fb__steps-progress {
    transition: none;
  }

  .orlen-fb__steps-card.is-open {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.orlen-fb__h1 {
  margin: 0;
  color: #fff;
  font-weight: 800;
  font-size: var(--fb-h1-size);
  line-height: var(--fb-h1-line);
  text-transform: uppercase;
}

.orlen-fb__h3 {
  margin: 0 0 var(--fb-gap);
  font-weight: 800;
  font-size: var(--fb-h3-size);
  line-height: var(--fb-h3-line);
}

.orlen-fb__body {
  margin: 0 0 var(--fb-gap);
  font-weight: 400;
  font-size: var(--fb-xl-size);
  line-height: var(--fb-xl-line);
  color: var(--fb-ink);
}

.orlen-fb__kicker {
  margin: 0 0 var(--fb-gap);
  font-weight: 700;
  font-size: var(--fb-md-size);
  line-height: var(--fb-md-line);
}

.orlen-fb__folio {
  position: absolute;
  right: var(--fb-inset);
  bottom: var(--fb-inset);
  margin: 0;
  font-size: var(--fb-md-size);
  line-height: var(--fb-md-line);
  color: var(--fb-muted);
}

.orlen-fb__pad {
  position: relative;
  height: 100%;
  padding: var(--fb-pad);
}

.orlen-fb__pad--letter {
  display: flex;
  flex-direction: column;
  padding: 16.975cqw var(--fb-pad) var(--fb-pad);
}

.orlen-fb__rule {
  width: 100%;
  height: 1px;
  margin: 6.05cqw 0 var(--fb-gap);
  background: #d8d8d8;
  border: 0;
}

.orlen-fb__toc-wrap {
  position: relative;
  height: 100%;
}

.orlen-fb__toc-rail {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--fb-rail);
  background: var(--fb-red);
}

.orlen-fb__toc-list {
  position: absolute;
  top: 8.067cqw;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 84.874cqw;
  margin: 0;
  padding: 0;
  list-style: none;
}

.orlen-fb__toc-item {
  flex: 0 0 12.286cqw;
  height: 12.286cqw;
  margin: 0 0 -0.168cqw;
}

.orlen-fb__toc-item:last-child {
  flex-basis: auto;
  height: auto;
  min-height: 12.286cqw;
  margin-bottom: 0;
}

.orlen-fb__toc-btn {
  position: relative;
  display: grid;
  grid-template-columns: 4.034cqw minmax(0, 1fr) 2.689cqw;
  grid-template-rows: auto auto;
  column-gap: 2.017cqw;
  row-gap: 0.336cqw;
  align-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 24px;
  padding: 2.017cqw 7.395cqw 2.017cqw 6.05cqw;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.orlen-fb__toc-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 7.395cqw;
  left: 6.05cqw;
  height: 0.168cqw;
  background: var(--fb-line);
  pointer-events: none;
}

.orlen-fb__toc-btn:hover,
.orlen-fb__toc-btn:focus-visible {
  background: #fff5f3;
}

.orlen-fb__toc-btn:focus-visible {
  outline: 3px solid var(--fb-red);
  outline-offset: -3px;
}

.orlen-fb__toc-num {
  grid-column: 1;
  grid-row: 1;
  color: var(--fb-red);
  font-weight: 700;
  font-size: var(--fb-xl-size);
  line-height: var(--fb-xl-line);
  letter-spacing: 0.64px;
}

.orlen-fb__toc-title {
  display: block;
  grid-column: 2;
  grid-row: 1;
  font-weight: 700;
  font-size: var(--fb-h8-size);
  line-height: var(--fb-h8-line);
  letter-spacing: 0.75px;
}

.orlen-fb__toc-sub {
  display: block;
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  padding-right: 4.706cqw;
  font-weight: 400;
  font-size: var(--fb-md-size);
  line-height: var(--fb-md-line);
  color: var(--fb-ink);
}

.orlen-fb__toc-go {
  grid-column: 3;
  grid-row: 1;
  align-self: center;
  display: block;
  width: 2.689cqw;
  height: 2.689cqw;
  pointer-events: none;
}

.orlen-fb__toc-folio {
  right: var(--fb-toc-folio-inset, 3.697cqw);
  bottom: var(--fb-toc-folio-inset, 3.697cqw);
  color: #000;
  font-size: var(--fb-md-size);
  line-height: normal;
  letter-spacing: 0.02353cqw;
}

@container fbpage (max-width: 288.5px) {
  .orlen-fb .orlen-fb__toc-page {
    --fb-toc-folio-inset: 3.788cqw;
  }
}

@container fbpage (min-width: 288.5px) and (max-width: 595.5px) {
  .orlen-fb .orlen-fb__toc-page {
    --fb-toc-folio-inset: 3.697cqw;
  }
}

@container fbpage (min-width: 595.5px) {
  .orlen-fb .orlen-fb__toc-page {
    --fb-toc-folio-inset: 3.79cqw;
  }
}

.orlen-fb--lightbox {
  position: fixed;
  inset: 0;
  z-index: var(--fb-z);
  width: auto;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 16px;
  background: #1a1a1a;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.orlen-fb--lightbox .orlen-fb__bar {
  flex: 0 0 auto;
}

.orlen-fb--lightbox .orlen-fb__viewport {
  flex: 1 1 auto;
  max-height: none;
  min-height: 0;
}

.orlen-fb--lightbox .orlen-fb__status,
.orlen-fb--lightbox .orlen-fb__btn--ghost {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.orlen-fb--lightbox .orlen-fb__btn--ghost:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.orlen-fb__links-page {
  background: var(--fb-paper);
  color: #000;
}

.orlen-fb__links-main {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 66.389548693587%;
  padding: 10.084cqw 10.084cqw 6.891cqw 9.916cqw;
  overflow: visible;
  background: var(--fb-paper);
}

.orlen-fb__links-inner {
  display: flex;
  flex-direction: column;
  gap: 3.361cqw;
  width: 80cqw;
}

.orlen-fb__links-grid {
  display: flex;
  flex-direction: column;
  gap: 3.361cqw;
  width: 100%;
}

.orlen-fb__links-row {
  display: flex;
  align-items: flex-start;
  gap: 3.361cqw;
  width: 100%;
}

.orlen-fb__links-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  min-width: 0;
  border: 0.168cqw solid #ccc;
  background: #fff;
}

.orlen-fb__links-card.is-open {
  z-index: 5;
  box-shadow: 0 0 4.034cqw rgba(0, 0, 0, 0.12);
}

.orlen-fb__links-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 5.042cqw;
  min-width: 0;
  padding: 4.034cqw;
}

.orlen-fb__links-card-head {
  display: flex;
  align-items: flex-start;
  gap: 2.017cqw;
  width: 100%;
}

.orlen-fb__links-card-title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #000;
  font-size: 3.026cqw;
  font-weight: 700;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}


.orlen-fb__links-toggle {
  position: relative;
  display: block;
  flex: 0 0 4.034cqw;
  width: 4.034cqw;
  height: 4.034cqw;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.orlen-fb__links-toggle-icon {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.orlen-fb__links-toggle:focus {
  outline: none;
}

.orlen-fb__links-toggle:focus-visible {
  outline: 0.28cqw solid var(--fb-focus);
  outline-offset: 0.28cqw;
}

.orlen-fb__links-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2.017cqw 4.034cqw;
  border: 0;
  background: var(--fb-red);
  color: #fff;
  font-family: inherit;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.697cqw;
  letter-spacing: 0.0235cqw;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.orlen-fb__links-cta:hover {
  background: var(--fb-red-dark);
}

.orlen-fb__links-cta:focus {
  outline: none;
}

.orlen-fb__links-cta:focus-visible {
  outline: 0.28cqw solid var(--fb-focus);
  outline-offset: 0.28cqw;
}

.orlen-fb__links-tip {
  position: absolute;
  top: 100%;
  right: 4.034cqw;
  left: 4.034cqw;
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: 2.017cqw;
  padding: 2.017cqw;
  overflow: hidden;
  background: #f2f2f2;
}

.orlen-fb__links-tip[hidden] {
  display: none;
}

.orlen-fb__links-tip-lead {
  margin: 0;
  color: var(--fb-red);
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.025cqw;
}

.orlen-fb__links-tip-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.orlen-fb__links-tip-list li {
  display: flex;
  align-items: flex-start;
  gap: 2.017cqw;
  width: 100%;
}

.orlen-fb__links-tip-check {
  display: block;
  flex: 0 0 2.017cqw;
  width: 2.017cqw;
  height: 2.017cqw;
  margin-top: 0.84cqw;
  pointer-events: none;
}

.orlen-fb__links-tip-list span {
  flex: 1 1 auto;
  min-width: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__links-aux-row {
  display: flex;
  align-items: stretch;
  gap: 3.361cqw;
  width: 100%;
}

.orlen-fb__links-aux {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  gap: 4.034cqw;
  min-width: 0;
  min-height: 10.084cqw;
  padding: 2.017cqw;
  border-bottom: 0.168cqw solid #000;
  color: #000;
  font-family: inherit;
  font-size: 1.68cqw;
  font-weight: 700;
  line-height: 2.185cqw;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.orlen-fb__links-aux span:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.orlen-fb__links-aux-icon {
  display: block;
  flex: 0 0 4.034cqw;
  width: 4.034cqw;
  height: 4.034cqw;
  pointer-events: none;
}

.orlen-fb__links-aux:focus {
  outline: none;
}

.orlen-fb__links-aux:focus-visible {
  outline: 0.28cqw solid var(--fb-focus);
  outline-offset: 0.28cqw;
}

.orlen-fb__links-aux--static {
  cursor: default;
}

.orlen-fb__links-hero {
  position: absolute;
  top: 66.389548693587%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 13.109cqw 10.084cqw 10.924cqw;
  overflow: hidden;
}

.orlen-fb__links-hero-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  pointer-events: none;
}

.orlen-fb__links-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 5.042cqw;
  width: 79.832cqw;
}

.orlen-fb__links-hero-title {
  margin: 0;
  color: #fff;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.378cqw;
  letter-spacing: 0.0353cqw;
  overflow-wrap: break-word;
}

.orlen-fb__links-hero-cta {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  align-self: flex-start;
  padding: 2.017cqw 4.034cqw;
  border: 0.168cqw solid #fff;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 2.353cqw;
  font-weight: 700;
  line-height: 3.697cqw;
  letter-spacing: 0.0235cqw;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.orlen-fb__links-hero-cta:hover {
  background: rgba(255, 255, 255, 0.12);
}

.orlen-fb__links-hero-cta:focus {
  outline: none;
}

.orlen-fb__links-hero-cta:focus-visible {
  outline: 0.28cqw solid #fff;
  outline-offset: 0.28cqw;
}

.orlen-fb__links-folio {
  position: absolute;
  right: 3.79cqw;
  bottom: 4.958cqw;
  z-index: 3;
  margin: 0;
  color: #fff;
  font-size: 2.017cqw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0235cqw;
  text-align: right;
  white-space: nowrap;
}

.orlen-fb__terms-page {
  background: var(--fb-paper);
}

.orlen-fb__terms-hero {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 44.034cqw;
  overflow: hidden;
  background: linear-gradient(180deg, #090a0c 0%, #20252b 50%, #373f4c 100%);
}

.orlen-fb__terms-title-block {
  position: absolute;
  top: 10.084cqw;
  left: 9.412cqw;
  z-index: 2;
  width: 81.008cqw;
  height: 23.866cqw;
}

.orlen-fb__terms-title-accent {
  position: absolute;
  top: 16.639cqw;
  left: 0;
  z-index: 0;
  width: 49.244cqw;
  height: 6.387cqw;
  background: var(--fb-red);
}

.orlen-fb__terms-title {
  position: absolute;
  top: 0;
  left: 0.673cqw;
  z-index: 1;
  width: 80.336cqw;
  margin: 0;
  color: #fff;
  font-size: 9.832cqw;
  font-weight: 800;
  line-height: 12.045cqw;
  overflow-wrap: normal;
  text-transform: uppercase;
}


.orlen-fb__terms-body {
  position: absolute;
  top: 44.034cqw;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 6.05cqw 10.252cqw 10.084cqw 13.109cqw;
  overflow: visible;
  background: var(--fb-paper);
  color: #000;
}

.orlen-fb__terms-inner {
  display: flex;
  flex-direction: column;
  gap: 5.546cqw;
  width: 76.639cqw;
}

.orlen-fb__terms-copy {
  display: flex;
  flex-direction: column;
  gap: 5.042cqw;
  width: 100%;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__terms-copy p,
.orlen-fb__terms-copy .orlen-fb__terms-lead {
  margin: 0;
}

.orlen-fb__terms-copy .orlen-fb__terms-lead {
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
}

.orlen-fb__terms-list {
  display: flex;
  flex-direction: column;
  gap: 0.336cqw;
  width: 100%;
}

.orlen-fb__terms-pair {
  display: flex;
  align-items: stretch;
  gap: 3.193cqw;
  width: 100%;
}

.orlen-fb__terms-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.017cqw;
  width: 100%;
  min-width: 0;
  padding: 2.017cqw;
  border: 0;
  border-bottom: 0.168cqw solid #ccc;
  background: transparent;
}

.orlen-fb__terms-pair .orlen-fb__terms-item {
  flex: 1 1 0;
}

.orlen-fb__terms-item.is-open {
  z-index: 6;
  border-bottom-color: #fff;
  background: #fff;
}

.orlen-fb__terms-label {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #000;
  font-size: 1.68cqw;
  font-weight: 700;
  line-height: 2.185cqw;
  text-transform: uppercase;
  white-space: nowrap;
}

.orlen-fb__terms-label--stack {
  display: flex;
  flex-direction: column;
}

.orlen-fb__terms-item.is-open .orlen-fb__terms-label {
  position: relative;
  z-index: 1;
  color: var(--fb-red);
}

.orlen-fb__terms-toggle {
  position: relative;
  z-index: 1;
  display: block;
  flex: 0 0 4.034cqw;
  width: 4.034cqw;
  height: 4.034cqw;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.orlen-fb__terms-toggle::before {
  content: "";
  position: absolute;
  inset: -1.008cqw;
}

.orlen-fb__terms-toggle img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.orlen-fb__terms-toggle .orlen-fb__terms-toggle-close {
  display: none;
}

.orlen-fb__terms-item.is-open .orlen-fb__terms-toggle-info {
  display: none;
}

.orlen-fb__terms-item.is-open .orlen-fb__terms-toggle .orlen-fb__terms-toggle-close {
  display: block;
}

.orlen-fb__terms-toggle:focus {
  outline: none;
}

.orlen-fb__terms-toggle:focus-visible {
  outline: 0.28cqw solid var(--fb-focus);
  outline-offset: 0.28cqw;
}

.orlen-fb__terms-tip {
  position: absolute;
  right: 0;
  bottom: -0.168cqw;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  padding: 2.017cqw 2.017cqw 8.067cqw;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 4.034cqw rgba(0, 0, 0, 0.12);
}

.orlen-fb__terms-tip[hidden] {
  display: none;
}

.orlen-fb__terms-tip p {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__terms-tip--note p {
  letter-spacing: 0.0235cqw;
}

.orlen-fb__terms-rail {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 6.555cqw;
  height: 47.563cqw;
  background: var(--fb-red);
  color: #fff;
  font-size: 2.353cqw;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.orlen-fb__terms-number {
  position: absolute;
  top: 2.353cqw;
  left: 50%;
  width: 3.697cqw;
  line-height: 4.034cqw;
  letter-spacing: 0.094cqw;
  text-align: center;
  transform: translateX(-50%);
}

.orlen-fb__terms-chapter {
  position: absolute;
  bottom: 8.067cqw;
  left: 50%;
  width: 11.261cqw;
  line-height: 3.025cqw;
  text-align: center;
  transform: translateX(-50%) rotate(-90deg);
}

.orlen-fb__faq-page {
  background: var(--fb-paper);
  overflow: hidden;
}

.orlen-fb__faq-body {
  position: absolute;
  inset: 0 0 10.084cqw;
  z-index: 1;
  padding: 10.084cqw 10.252cqw 7.731cqw 9.916cqw;
  overflow: visible;
  background: var(--fb-paper);
  color: #000;
}

.orlen-fb__faq-inner {
  display: flex;
  flex-direction: column;
  gap: 5.042cqw;
  width: 79.832cqw;
}

.orlen-fb__faq-title {
  margin: 0;
  color: #000;
  font-size: 4.034cqw;
  font-weight: 700;
  line-height: 5.042cqw;
  overflow-wrap: break-word;
}

.orlen-fb__faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.168cqw;
  width: 100%;
}

.orlen-fb__faq-item {
  position: relative;
  z-index: 1;
  width: 100%;
}

.orlen-fb__faq-item.is-open {
  z-index: 6;
}

.orlen-fb__faq-toggle {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 2.017cqw;
  width: 100%;
  margin: 0;
  padding: 2.017cqw;
  border: 0;
  border-top: 0.168cqw solid #ccc;
  background: transparent;
  color: #000;
  font-family: inherit;
  font-size: 2.017cqw;
  font-weight: 700;
  line-height: 2.521cqw;
  text-align: left;
  cursor: pointer;
}

.orlen-fb__faq-item.is-open .orlen-fb__faq-toggle {
  border-top-width: 0.336cqw;
  border-top-color: var(--fb-red);
  background: #fff;
  color: var(--fb-red);
}

.orlen-fb__faq-q {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: break-word;
}

.orlen-fb__faq-icon {
  position: relative;
  z-index: 1;
  display: block;
  flex: 0 0 4.034cqw;
  width: 4.034cqw;
  height: 4.034cqw;
  overflow: hidden;
}

.orlen-fb__faq-icon img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.orlen-fb__faq-icon-up {
  display: none;
}

.orlen-fb__faq-item.is-open .orlen-fb__faq-icon-down {
  display: none;
}

.orlen-fb__faq-item.is-open .orlen-fb__faq-icon-up {
  display: block;
}

.orlen-fb__faq-toggle:focus {
  outline: none;
}

.orlen-fb__faq-toggle:focus-visible {
  outline: 0.28cqw solid var(--fb-focus);
  outline-offset: 0.28cqw;
}

.orlen-fb__faq-panel {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  padding: var(--fb-faq-head, 8.067cqw) 2.017cqw 2.017cqw;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 4.034cqw rgba(0, 0, 0, 0.12);
}

.orlen-fb__faq-panel[hidden] {
  display: none;
}

.orlen-fb__faq-panel p {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #000;
  font-size: 2.353cqw;
  font-weight: 400;
  line-height: 3.697cqw;
  overflow-wrap: break-word;
}

.orlen-fb__faq-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 10.084cqw;
  background: var(--fb-red);
}

.orlen-fb__faq-folio {
  position: absolute;
  right: 3.697cqw;
  bottom: 4.958cqw;
  z-index: 3;
  margin: 0;
  color: #fff;
  font-size: 2.017cqw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0235cqw;
  text-align: right;
  white-space: nowrap;
  transform: translateY(50%);
}

@media (prefers-reduced-motion: reduce) {
  .orlen-fb__book-host {
    transition: none;
  }
}
