@charset "UTF-8";
html {
  background-color: #0c0900;
  overflow-x: clip;
}

@property --proc-feather-op {
  syntax: "<number>";
  inherits: true;
  initial-value: 1;
}
.process {
  background-color: transparent !important;
  overflow-x: clip;
}
.process #plinthos-auto-insert-canvas {
  mix-blend-mode: lighten;
}
.process main {
  position: relative;
  z-index: 1;
}
.process section[class*=block-] {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.process .link-with-arrow a {
  border-bottom: none !important;
}
.process .overline {
  font-size: max(12px, clamp(0px, 0.9722222222vw, 14px));
}
@media screen and (max-width: 991.8px) {
  .process .overline {
    gap: 8px;
    margin-bottom: 16px;
  }
  .process .overline::before {
    width: 14px;
    height: 14px;
  }
}
.process .link-with-arrow,
.process .link-with-arrow a {
  font-size: max(12px, clamp(0px, 0.9722222222vw, 14px));
}
.process .block-banner--process,
.process .block-product-intro,
.process .block-product-details {
  min-height: 100vh;
  display: flex;
  padding-block: clamp(0px, 5.5555555556vw, 80px);
}
@media screen and (max-width: 991.8px) {
  .process .block-banner--process,
  .process .block-product-intro,
  .process .block-product-details {
    padding-block: 80px;
  }
}
.process .block-banner--process > .container,
.process .block-product-intro > .container,
.process .block-product-details > .container {
  width: 100%;
}
@media screen and (max-width: 991.8px) {
  .process .block-product-intro .title-block {
    transform: none !important;
  }
}
.process main.site-main section.block-banner--process {
  padding-top: 0;
}
.process main.site-main section:not(:first-child):not(.block-cta-split) {
  clip-path: none;
}
.process .block-banner--process {
  align-items: center;
}
.process .block-banner--process > .container > .content {
  padding-top: 0;
}
.process .block-banner--process .wp-block-heading .proc-wipe-line {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  will-change: mask-image;
}
.process .block-banner--process .breadcrumb-item .proc-scramble-char {
  display: inline-block;
  width: 1ch;
  min-width: 1ch;
  text-align: center;
  vertical-align: top;
}
.process .block-banner--process .breadcrumb-item.active:has(.proc-scramble-char) {
  gap: 0;
}
.process .block-banner--process .breadcrumb-item.active:has(.proc-scramble-char)::before {
  margin-right: 8px;
}
.process .block-product-intro {
  align-items: center;
}
.process .block-product-details {
  align-items: flex-start;
  padding-top: 17vh;
}
@media screen and (max-width: 991.8px) {
  .process .block-product-details {
    padding-top: 110px;
  }
}
.process .block-product-details[data-pd-show*=proc-concrete] {
  min-height: 175vh;
}
@media screen and (max-width: 991.8px) {
  .process .block-product-details[data-pd-show*=proc-concrete] {
    min-height: 100vh;
  }
}
.process #proc-concrete-label-container {
  --d: 0s;
}
.process #proc-concrete-label-container .item__heading {
  --lc: #a1a4aa;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-family: "Fragment Mono", ui-monospace, "SFMono-Regular", monospace;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: var(--lc);
}
.process #proc-concrete-label-container .item__heading .tw {
  white-space: pre;
}
.process #proc-concrete-label-container .item__heading::before {
  content: "";
  flex: 0 0 auto;
  width: 32px;
  height: 1px;
  background: var(--lc);
  transform: scaleX(0);
  transform-origin: left center;
}
.process #proc-concrete-label-container > .item:first-child .item__heading {
  --lc: #f47621;
}
.process #proc-concrete-label-container .item.is-in .item__heading::before {
  transform: scaleX(1);
  transition: transform 0.45s ease var(--d);
}
.process.no-gsap #proc-concrete-label-container .item__heading {
  color: var(--lc);
}
.process.no-gsap #proc-concrete-label-container .item__heading::before {
  transform: scaleX(1);
}
.process .block-banner--process > .container > .content,
.process .block-product-intro > .container > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(0px, 1.3888888889vw, 20px);
}
.process .block-banner--process .title-block,
.process .block-product-intro .title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
  gap: 0;
}
@media screen and (max-width: 767.8px) {
  .process .block-banner--process .title-block,
  .process .block-product-intro .title-block {
    max-width: 100%;
  }
}
.process .block-banner--process h1,
.process .block-product-intro h1 {
  font-family: "Söhne", -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(0px, 4.4444444444vw, 64px);
  line-height: 1.046875;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 18px;
  text-wrap: balance;
}
@media screen and (max-width: 991.8px) {
  .process .block-banner--process h1,
  .process .block-product-intro h1 {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}
.process .block-banner--process h2,
.process .block-product-intro h2 {
  font-family: "Söhne", -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(0px, 3.3333333333vw, 48px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
  text-wrap: balance;
}
@media screen and (max-width: 991.8px) {
  .process .block-banner--process h2,
  .process .block-product-intro h2 {
    font-size: 42px;
    line-height: 0.98;
    letter-spacing: -0.03em;
  }
}
.process .block-banner--process .wp-block-paragraph:not(.overline),
.process .block-product-intro .wp-block-paragraph:not(.overline) {
  font-family: "Söhne", -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #d4d6d8;
  max-width: 448px;
  margin: 0 auto;
}
@media screen and (max-width: 991.8px) {
  .process .block-banner--process .wp-block-paragraph:not(.overline),
  .process .block-product-intro .wp-block-paragraph:not(.overline) {
    font-size: 15px;
  }
}
.process .block-banner--process .overline,
.process .block-product-intro .overline {
  justify-content: center;
  color: #ffffff;
  margin: 0;
}
.process .block-product-intro {
  position: relative;
}
.process .block-product-intro > .wp-block-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 105.56vw;
  aspect-ratio: 1520/561;
  z-index: 0;
  margin: 0;
}
.process .block-product-intro > .container {
  position: relative;
  z-index: 1;
}
.process .block-product-intro .overline {
  margin-bottom: 15px;
}
.process .block-product-intro h2,
.process .block-product-intro .wp-block-heading {
  font-family: "Söhne", -apple-system, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0 0 32px;
  max-width: 732px;
  margin-inline: auto;
}
@media screen and (max-width: 991.8px) {
  .process .block-product-intro h2,
  .process .block-product-intro .wp-block-heading {
    font-size: 48px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767.8px) {
  .process .block-product-intro h2,
  .process .block-product-intro .wp-block-heading {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575.8px) {
  .process .block-product-intro h2,
  .process .block-product-intro .wp-block-heading {
    font-size: 40px;
  }
}
.process .block-product-intro .wp-block-paragraph:not(.overline) {
  max-width: 520px;
}
.process .block-product-intro:has(> .wp-block-video),
.process .block-product-intro.proc-vid-intro {
  z-index: 3;
}
.process .block-product-intro > .wp-block-video video,
.process .wp-block-video.proc-morphing video,
.process .wp-block-video.proc-docked video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: --proc-feather-op 0.35s ease;
  --proc-mask:
    linear-gradient(to top, #000 calc(100% - 15.80% * var(--proc-feather-op, 1)), transparent calc(100% - 6.53% * var(--proc-feather-op, 1))),
    linear-gradient(to bottom, #000 calc(100% - 16.38% * var(--proc-feather-op, 1)), transparent 100%),
    linear-gradient(to left, #000 calc(100% - 13.17% * var(--proc-feather-op, 1)), transparent calc(100% - 4.24% * var(--proc-feather-op, 1))),
    linear-gradient(to right, #000 calc(100% - 14.51% * var(--proc-feather-op, 1)), transparent calc(100% - 3.36% * var(--proc-feather-op, 1)));
  -webkit-mask-image: var(--proc-mask);
  mask-image: var(--proc-mask);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.process .wp-block-video.proc-morphing {
  z-index: 2;
  overflow: hidden;
  margin: 0;
  background: transparent;
  pointer-events: none;
  transform-origin: 0 0;
  will-change: transform;
}
.process .wp-block-video.proc-docked {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  transform: none !important;
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
  --proc-feather-op: 0;
}
.process .wp-block-video.proc-docked video {
  mix-blend-mode: normal;
}
.process .block-product-details .hero-stats {
  transition: opacity 0.45s ease;
}
.process .block-product-details.proc-stats-wait .hero-stats {
  opacity: 0;
  pointer-events: none;
}
.process .block-product-intro[data-pd-show*=globe] .wp-block-heading {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55), 0 4px 18px rgba(0, 0, 0, 0.7);
}
.process .block-product-intro[data-pd-show*=globe] .overline {
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.process .block-product-intro[data-pd-show*=globe] .wp-block-paragraph:not(.overline) {
  color: #cdd0d4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7), 0 2px 10px rgba(0, 0, 0, 0.85);
}
.process .block-product-intro[data-pd-show*=globe] > .container > .content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(ellipse 60% 50% at center, rgba(12, 9, 0, 0.4) 0%, rgba(12, 9, 0, 0.26) 38%, rgba(12, 9, 0, 0.1) 60%, rgba(12, 9, 0, 0) 78%);
}
.process .feedstock-scatter {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767.8px) {
  .process .feedstock-scatter {
    overflow-x: hidden;
    opacity: 0.5;
  }
}
@media screen and (max-width: 575.8px) {
  .process .feedstock-scatter {
    opacity: 0.35;
  }
}
.process .feedstock-scatter .feedstock-rock {
  position: absolute;
  height: auto;
  transform: translate(-50%, -50%);
  mix-blend-mode: normal;
}
.process .feedstock-scatter .scatter-mask {
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  width: 96vw;
  height: 100vh;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(12, 9, 0, 0.78) 0%, rgba(12, 9, 0, 0.64) 22%, rgba(12, 9, 0, 0.46) 40%, rgba(12, 9, 0, 0.28) 56%, rgba(12, 9, 0, 0.14) 72%, rgba(12, 9, 0, 0.05) 88%, rgba(12, 9, 0, 0) 100%);
  pointer-events: none;
}
@media screen and (max-width: 767.8px) {
  .process .feedstock-scatter .scatter-mask {
    width: 100%;
    height: 95vh;
  }
}
.process .block-product-intro > .container > .content {
  position: relative;
  z-index: 2;
}
.process .block-product-intro:has(> .wp-block-video) > .container > .content::before,
.process .block-product-intro.proc-vid-intro > .container > .content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  width: 49.17vw;
  height: 31.11vw;
  max-width: 708px;
  max-height: 448px;
  border-radius: 50%;
  background: #0c0900;
  opacity: 0.81;
  filter: blur(196.1px);
  pointer-events: none;
  z-index: -1;
}
.process .block-product-details .open-video-popup .wp-block-video {
  display: none;
}
.process .scroll-prompt {
  display: block;
  z-index: 60;
}
.process .block-product-details > .container > .content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(0px, 4.4444444444vw, 64px);
}
@media screen and (max-width: 991.8px) {
  .process .block-product-details > .container > .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.process .block-product-details .text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex: 0 1 439px;
  max-width: 439px;
  gap: 15px;
}
@media screen and (max-width: 991.8px) {
  .process .block-product-details .text-block {
    flex-basis: auto;
    max-width: 520px;
  }
}
.process .block-product-details .text-block__heading {
  font-family: "Söhne", -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(0px, 1.3888888889vw, 20px);
  line-height: 1.3;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.process .block-product-details .text-block__heading .process-num {
  color: #f47621;
  font-weight: 400;
  margin-right: 20px;
}
@media screen and (max-width: 991.8px) {
  .process .block-product-details .text-block__heading {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.process .block-product-details .wp-block-paragraph:not(.text-block__heading):not(.overline):not(.link-with-arrow):not(.stat-label):not(.stat-value) {
  font-family: "Söhne", -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(0px, 1.3888888889vw, 20px);
  line-height: 1.35;
  font-weight: 400;
  color: #a1a4aa;
  margin: 0;
}
@media screen and (max-width: 991.8px) {
  .process .block-product-details .wp-block-paragraph:not(.text-block__heading):not(.overline):not(.link-with-arrow):not(.stat-label):not(.stat-value) {
    font-size: 16px;
  }
}
.process .block-product-details .link-with-arrow {
  color: #ffffff;
  margin-top: -4px;
}
.process .block-product-details .link-with-arrow a:hover {
  color: #f47621;
}
.process .block-product-details:has(.hero-stats-box) {
  background-color: #000;
}
.process .block-product-details:has(.hero-stats-box) > .container > .content {
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0px, 2.7777777778vw, 40px);
}
.process .block-product-details:has(.hero-stats-box) .text-block {
  flex: 0 0 auto;
  width: 546px;
  max-width: 546px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991.8px) {
  .process .block-product-details:has(.hero-stats-box) .text-block {
    width: 100%;
    max-width: 100%;
  }
}
.process .block-material-difference {
  padding-block: clamp(0px, 8.3333333333vw, 120px);
}
@media screen and (max-width: 767.8px) {
  .process .block-material-difference {
    padding-block: 80px;
  }
}
.process .block-material-difference > .container > .content {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, 3.3333333333vw, 48px);
  align-items: stretch;
  text-align: left;
  padding-left: 35px;
  padding-right: 58px;
}
@media screen and (max-width: 991.8px) {
  .process .block-material-difference > .container > .content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 575.8px) {
  .process .block-material-difference > .container > .content {
    gap: 30px;
  }
}
.process .block-material-difference .title-block {
  align-items: flex-start;
  text-align: left;
  max-width: 720px;
  gap: clamp(0px, 1.6666666667vw, 24px);
}
.process .block-material-difference .title-block .overline {
  color: #f47621;
  margin: 0 0 10px;
}
.process .block-material-difference .title-block h2 {
  font-family: "Söhne", -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(0px, 3.3333333333vw, 48px);
  line-height: 1.05;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 991.8px) {
  .process .block-material-difference .title-block h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 575.8px) {
  .process .block-material-difference .title-block h2 {
    font-size: 32px;
  }
}
.process .block-material-difference__content {
  display: grid;
  grid-template-columns: 650px 590px;
  gap: 58px;
  align-items: center;
}
@media screen and (max-width: 1439.8px) {
  .process .block-material-difference__content {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 991.8px) {
  .process .block-material-difference__content {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 767.8px) {
  .process .block-material-difference__content {
    gap: 20px;
  }
}
@media screen and (max-width: 575.8px) {
  .process .block-material-difference__content {
    gap: 25px;
  }
}
@media screen and (max-width: 767.8px) {
  .process .block-material-difference .left-box {
    min-width: 0;
  }
}
.process .block-material-difference .left-box .mineral-sb {
  display: none;
}
@media screen and (max-width: 767.8px) {
  .process .block-material-difference .left-box .mineral-sb {
    display: block;
    position: relative;
    width: 100%;
    max-width: calc(100% - 52px);
    height: 1px;
    margin: 20px auto 0;
    background: #53585F;
    border-radius: 2px;
  }
}
.process .block-material-difference .left-box .mineral-sb__thumb {
  position: absolute;
  top: -0.5px;
  left: 0;
  height: 2px;
  width: 22%;
  border-radius: 2px;
  background: #f47621;
}
.process .block-material-difference .left-box .items-image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 24px;
}
.process .block-material-difference .left-box .items-image .item {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  clip-path: none;
  cursor: pointer;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process .block-material-difference .left-box .items-image .item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translate(-50%, -50%);
  width: clamp(0px, 7.9861111111vw, 115px);
  height: clamp(0px, 7.9861111111vw, 115px);
  border-radius: 50%;
  background: #f47621;
  filter: blur(clamp(0px, 2.6388888889vw, 38px));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}
.process .block-material-difference .left-box .items-image .item:hover::before, .process .block-material-difference .left-box .items-image .item.is-active::before {
  opacity: 0.55;
}
.process .block-material-difference .left-box .items-image .item .wp-block-image {
  position: relative;
  width: 100%;
  height: 120px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
}
.process .block-material-difference .left-box .items-image .item .wp-block-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  mix-blend-mode: normal;
}
.process .block-material-difference .left-box .items-image .item:hover .wp-block-image {
  filter: brightness(10);
  transform: scale(1.1);
}
.process .block-material-difference .left-box .items-image .item .item__label {
  display: none;
  width: 100%;
  margin: 10px 0 0;
  font-family: "Fragment Mono", ui-monospace, "SFMono-Regular", monospace;
  line-height: 1.3;
  text-transform: uppercase;
  color: #d4d6d8;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767.8px) {
  .process .block-material-difference .left-box .items-image {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding: 16px 0;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .process .block-material-difference .left-box .items-image::-webkit-scrollbar {
    display: none;
  }
  .process .block-material-difference .left-box .items-image .item {
    flex: 0 0 auto;
    width: clamp(100px, 31vw, 121px);
    scroll-snap-align: start;
  }
  .process .block-material-difference .left-box .items-image .item::before {
    top: 44px;
    width: 70px;
    height: 70px;
    filter: blur(24px);
  }
  .process .block-material-difference .left-box .items-image .item .wp-block-image {
    height: 88px;
  }
  .process .block-material-difference .left-box .items-image .item.is-active::before {
    opacity: 0.55;
  }
  .process .block-material-difference .left-box .items-image .item.is-active .wp-block-image {
    filter: brightness(10);
    transform: scale(1.1);
  }
  .process .block-material-difference .left-box .items-image .item .item__label {
    display: block;
    margin-top: 7px;
    font-size: 10.74px;
    line-height: 1.4;
    letter-spacing: 0.215px;
    white-space: nowrap;
  }
  .process .block-material-difference .left-box .items-image .item .item__label::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 7px;
    margin-left: 5px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg%20width='4'%20height='7'%20viewBox='0%200%204%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.146447%200.146447C0.341709%20-0.0488155%200.658291%20-0.0488155%200.853553%200.146447L3.85355%203.14645C4.04882%203.34171%204.04882%203.65829%203.85355%203.85355L0.853553%206.85355C0.658291%207.04882%200.341709%207.04882%200.146447%206.85355C-0.0488155%206.65829%20-0.0488155%206.34171%200.146447%206.14645L2.79289%203.5L0.146447%200.853553C-0.0488155%200.658291%20-0.0488155%200.341709%200.146447%200.146447Z'%20fill='%23D4D6D8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.process .block-material-difference .right-box {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #F47B20;
  border-radius: var(--corner-interactive, 16px);
  padding: 0;
  min-height: 456px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--Colours-Tints-black-alpha-10, rgba(0, 0, 0, 0.1));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.process .block-material-difference .right-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 153.6%;
  height: calc(100% - 96px);
  transform: translateX(-50%);
  background: #f47621;
  -webkit-mask: url("../img/feedstock-dots.png") top center/100% auto no-repeat;
  mask: url("../img/feedstock-dots.png") top center/100% auto no-repeat;
  opacity: 0.13;
  z-index: 0;
  pointer-events: none;
}
.process .block-material-difference .right-box::after {
  display: none;
}
@media screen and (max-width: 991.8px) {
  .process .block-material-difference .right-box {
    min-height: 0;
  }
}
.process .block-material-difference .right-box #plinthos-rocks, .process .block-material-difference .right-box > canvas.plinthos-canvas {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: calc(100% - 100px);
  bottom: auto;
  z-index: 1;
  background: transparent;
}
@media screen and (max-width: 1199.8px) {
  .process .block-material-difference .right-box #plinthos-rocks, .process .block-material-difference .right-box > canvas.plinthos-canvas {
    height: calc(100% - 88px);
  }
}
@media screen and (max-width: 991.8px) {
  .process .block-material-difference .right-box #plinthos-rocks, .process .block-material-difference .right-box > canvas.plinthos-canvas {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    height: 200px;
    margin: 0 auto clamp(0px, 1.6666666667vw, 24px);
    display: block;
  }
}
.process .block-material-difference .right-box .itmes-content {
  position: relative;
  z-index: 2;
  min-height: 456px;
}
@media screen and (max-width: 991.8px) {
  .process .block-material-difference .right-box .itmes-content {
    min-height: 0;
  }
}
.process .block-material-difference .right-box .itmes-content .item {
  position: static;
  margin: 0;
  padding: 0;
  min-height: 456px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991.8px) {
  .process .block-material-difference .right-box .itmes-content .item {
    min-height: 0;
  }
}
.process .block-material-difference .right-box .itmes-content .item .material__heading {
  position: absolute;
  top: 19px;
  left: clamp(0px, 1.6666666667vw, 24px);
  font-family: "Fragment Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: max(12px, clamp(0px, 1.1111111111vw, 16px));
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #d4d6d8;
  margin: 0;
  z-index: 3;
}
@media screen and (max-width: 991.8px) {
  .process .block-material-difference .right-box .itmes-content .item .material__heading {
    font-size: 15px;
    position: static;
    padding: clamp(0px, 1.6666666667vw, 24px) clamp(0px, 1.6666666667vw, 24px) 0;
  }
}
.process .block-material-difference .right-box .itmes-content .item .material__cats {
  display: flex;
  justify-content: space-between;
  gap: clamp(0px, 1.6666666667vw, 24px);
  margin-top: auto;
  padding: 0 30px 18px clamp(0px, 1.6666666667vw, 24px);
  flex-wrap: nowrap;
  z-index: 3;
}
@media screen and (max-width: 575.8px) {
  .process .block-material-difference .right-box .itmes-content .item .material__cats {
    flex-direction: column;
    gap: 6px;
    padding-bottom: 18px;
  }
}
.process .block-material-difference .right-box .itmes-content .item .material__cat {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
.process .block-material-difference .right-box .itmes-content .item .material__cat-label {
  font-family: "Fragment Mono", ui-monospace, "SFMono-Regular", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f47621;
  opacity: 0.65;
  margin: 0;
}
.process .block-material-difference .right-box .itmes-content .item .material__cat-value {
  font-family: "Fragment Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: max(12px, clamp(0px, 0.8333333333vw, 12px));
  line-height: 1.4;
  color: #f47621;
  margin: -3px 0 0;
  max-width: 260px;
}
.process .block-material-difference .right-box .itmes-content .item .material__footer {
  margin: 0;
  border: none;
  background: rgba(244, 118, 33, 0.15);
  padding: clamp(0px, 1.6666666667vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0px, 4.1666666667vw, 60px);
  flex-wrap: nowrap;
  z-index: 3;
}
@media screen and (max-width: 767.8px) {
  .process .block-material-difference .right-box .itmes-content .item .material__footer {
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px 15px 10px;
  }
}
.process .block-material-difference .right-box .itmes-content .item .material__footer .material__footer-heading {
  font-family: "Söhne", -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(0px, 1.3888888889vw, 20px);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
  max-width: 320px;
}
@media screen and (max-width: 991.8px) {
  .process .block-material-difference .right-box .itmes-content .item .material__footer .material__footer-heading {
    font-size: 17px;
  }
}
.process .block-material-difference .right-box .itmes-content .item .material__footer .link-with-arrow {
  font-family: "Fragment Mono", ui-monospace, "SFMono-Regular", monospace;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding-bottom: 0;
  white-space: nowrap;
  text-decoration: none;
}
.process .block-material-difference .right-box .itmes-content .item .material__footer .link-with-arrow a {
  text-decoration: none;
}
@media screen and (max-width: 991.8px) {
  .process .block-material-difference .right-box .itmes-content .item .material__footer .link-with-arrow {
    font-size: 12px;
  }
}
.process .proc-minerals {
  --mc-w: clamp(170px, 17vw, 264px);
  position: fixed;
  right: clamp(16px, 4vw, 60px);
  top: 50%;
  transform: translateY(-50%);
  width: var(--mc-w);
  height: calc(var(--mc-w) * 2.273);
  z-index: 5;
  pointer-events: none;
  display: none;
}
.process .proc-minerals .mc-card,
.process .proc-minerals .mc-cluster {
  position: absolute;
  left: 0;
}
.process .proc-minerals .mc-card img,
.process .proc-minerals .mc-cluster img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.process .proc-minerals .mc-card {
  width: var(--mc-w);
  height: var(--mc-w);
}
.process .proc-minerals .mc-card--mining {
  top: 0;
}
.process .proc-minerals .mc-card--plant {
  top: calc(var(--mc-w) * 1.273);
}
.process .proc-minerals .mc-cluster {
  top: var(--mc-w);
  left: calc(var(--mc-w) * 0.409);
  width: calc(var(--mc-w) * 0.152);
  height: calc(var(--mc-w) * 0.273);
}
@media screen and (max-width: 991.8px) {
  .process .proc-minerals {
    display: flex;
    left: 0;
    right: 0;
    bottom: 16px;
    top: auto;
    transform: none;
    width: auto;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 16px;
  }
  .process .proc-minerals .mc-card {
    position: static;
    top: auto;
    left: auto;
    width: clamp(120px, 38vw, 180px);
    height: clamp(120px, 38vw, 180px);
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .process .proc-minerals .mc-card--plant {
    display: none;
  }
  .process .proc-minerals .mc-card--mining {
    display: none;
  }
  .process .proc-minerals .mc-card.is-in {
    opacity: 1;
    transform: translateY(0);
  }
  .process .proc-minerals .mc-cluster {
    display: none;
  }
}
.process .block-feature-rows {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-block: clamp(0px, 8.3333333333vw, 120px);
}
@media screen and (max-width: 767.8px) {
  .process .block-feature-rows {
    padding-block: 80px;
  }
}
.process .block-feature-rows .heading-and-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(0px, 2.7777777778vw, 40px);
  max-width: 448px;
  min-height: clamp(0px, 33.75vw, 486px);
}
@media screen and (max-width: 991.8px) {
  .process .block-feature-rows .heading-and-description {
    min-height: 0;
    gap: 32px;
  }
}
.process .block-feature-rows .heading-block {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, 1.6666666667vw, 24px);
}
.process .block-feature-rows .heading-block .overline {
  color: #ffffff;
  margin: 0;
}
.process .block-feature-rows .heading-block h2, .process .block-feature-rows .heading-block h3 {
  font-family: "Söhne", -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(0px, 2.7777777778vw, 40px);
  line-height: 1.05;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 991.8px) {
  .process .block-feature-rows .heading-block h2, .process .block-feature-rows .heading-block h3 {
    font-size: 32px;
  }
}
.process .block-feature-rows .text-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.process .block-feature-rows .text-block .text-block__heading {
  font-family: "Söhne", -apple-system, "Segoe UI", sans-serif;
  font-size: max(12px, clamp(0px, 1.1111111111vw, 16px));
  line-height: 1.4;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 991.8px) {
  .process .block-feature-rows .text-block .text-block__heading {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
.process .block-feature-rows .text-block .wp-block-paragraph:not(.text-block__heading):not(.link-with-arrow) {
  font-family: "Söhne", -apple-system, "Segoe UI", sans-serif;
  font-size: max(12px, clamp(0px, 1.1111111111vw, 16px));
  line-height: 1.4;
  color: #d4d6d8;
  margin: 0;
}
@media screen and (max-width: 991.8px) {
  .process .block-feature-rows .text-block .wp-block-paragraph:not(.text-block__heading):not(.link-with-arrow) {
    font-size: 15px;
  }
}
.process .block-feature-rows .text-block .link-with-arrow,
.process .block-feature-rows .text-block .link-with-arrow a {
  color: #ffffff;
  font-family: "Fragment Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.process .block-feature-rows .text-block .link-with-arrow a {
  transition: color 0.3s ease;
}
.process .block-feature-rows .text-block .link-with-arrow a:hover {
  color: #f47621;
}
.process .block-feature-rows .text-block .link-with-arrow {
  margin-top: clamp(0px, 0.8333333333vw, 12px);
  padding-bottom: 0;
}
.process .block-feature-rows video, .process .block-feature-rows img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.process .block-product-details .hero-stats-box {
  width: 100%;
  max-width: clamp(0px, 92.9166666667vw, 1338px);
  margin: 0 auto;
  margin-top: -26px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991.8px) {
  .process .block-product-details .hero-stats-box {
    max-width: 100%;
  }
}
.process .block-product-details .hero-stats-box > figure {
  width: 100%;
  aspect-ratio: 1338/494;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.process .block-product-details .hero-stats-box > figure img,
.process .block-product-details .hero-stats-box > figure video {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: unset !important;
  object-fit: cover;
}
.process .block-product-details .hero-stats-box > figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.45) 86%, rgba(0, 0, 0, 0.85) 95%, #000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.45) 87%, rgba(0, 0, 0, 0.85) 96%, #000 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.5) 93%, #000 100%), linear-gradient(90deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.5) 93%, #000 100%);
  pointer-events: none;
}
.process .block-product-details .hero-stats {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767.8px) {
  .process .block-product-details .hero-stats {
    position: static;
    inset: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
    pointer-events: auto;
  }
}
.process .block-product-details .stat-box {
  position: absolute;
  padding-left: 21px;
  pointer-events: auto;
  max-width: clamp(0px, 15vw, 216px);
}
.process .block-product-details .stat-box::before {
  content: "";
  position: absolute;
  left: clamp(0px, 0.2777777778vw, 4px);
  top: 0;
  width: clamp(0px, 0.2083333333vw, 3px);
  height: clamp(0px, 1.7361111111vw, 25px);
  border-right: clamp(0px, 0.2083333333vw, 3px) solid #F4F4F5;
}
.process .block-product-details .stat-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: clamp(0px, 1.7361111111vw, 25px);
  width: clamp(0px, 0.4861111111vw, 7px);
  height: clamp(0px, 15.2083333333vw, 219px);
  border-left: clamp(0px, 0.2083333333vw, 3px) solid #F4F4F5;
  border-top: clamp(0px, 0.2083333333vw, 3px) solid #F4F4F5;
}
.process .block-product-details .stat-box .stat-label,
.process .block-product-details .stat-box .stat-value {
  margin: 0;
}
.process .block-product-details .stat-box .stat-label {
  margin-top: -3px;
}
.process .block-product-details .stat-box .stat-label {
  font-family: "Fragment Mono", ui-monospace, "SFMono-Regular", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
.process .block-product-details .stat-box .stat-value {
  font-family: "Fragment Mono", ui-monospace, "SFMono-Regular", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a1a4aa;
}
.process .block-product-details .stat-box:nth-child(1) {
  left: 84.6153846154%;
  top: 18.4210526316%;
}
.process .block-product-details .stat-box:nth-child(2) {
  left: 42.1209858103%;
  top: 3.2388663968%;
}
.process .block-product-details .stat-box:nth-child(2)::after {
  height: clamp(0px, 14.3055555556vw, 206px);
}
.process .block-product-details .stat-box:nth-child(3) {
  left: 9.5593726662%;
  top: 35.020242915%;
}
@media screen and (max-width: 767.8px) {
  .process .block-product-details .stat-box {
    width: calc((100% - 32px) / 3);
    max-width: 100%;
    position: static;
    padding-left: 16px;
    border-left: 2px solid #53585f;
  }
  .process .block-product-details .stat-box::before, .process .block-product-details .stat-box::after {
    display: none;
  }
  .process .block-product-details .stat-box .stat-label {
    margin-top: 0;
  }
  .process .block-product-details .stat-box:nth-child(1), .process .block-product-details .stat-box:nth-child(2), .process .block-product-details .stat-box:nth-child(3) {
    left: auto;
    top: auto;
  }
  .process .block-product-details .stat-box:nth-child(2)::after {
    height: auto;
  }
}
@media screen and (max-width: 575.8px) {
  .process .block-product-details .stat-box {
    width: 100%;
  }
}
.process .block-product-details .hero-stats-box .wp-block-buttons {
  position: absolute;
  left: 50%;
  bottom: clamp(0px, 4.5138888889vw, 65px);
  transform: translateX(-50%);
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 767.8px) {
  .process .block-product-details .hero-stats-box .wp-block-buttons {
    position: static;
    transform: none;
    margin-top: 28px;
  }
}
.process .block-product-details.proc-qc {
  min-height: 100vh;
  overflow: hidden;
}
.process .block-product-details.proc-qc > .container {
  max-width: none;
  width: 100%;
  padding: 0;
}
.process .block-product-details.proc-qc > .container > .content {
  position: relative;
  min-height: 100vh;
  padding: 0;
  display: block;
}
.process .block-product-details.proc-qc .text-block {
  position: absolute;
  top: clamp(96px, 13vh, 132px);
  left: calc(max(0px, (100% - 1440px) / 2) + clamp(0px, 1.6666666667vw, 24px));
  max-width: 360px;
  margin: 0;
  z-index: 3;
}
@media screen and (max-width: 767.8px) {
  .process .block-product-details.proc-qc .text-block {
    left: 20px;
    right: 20px;
    max-width: none;
  }
}
.process .block-product-details.proc-qc > .container > .content > figure.wp-block-video {
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.process .block-product-details.proc-qc > .container > .content > figure.wp-block-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.process .block-product-details.proc-qc .items {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  display: block;
}
.process .block-product-details.proc-qc .item {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  will-change: opacity;
  --d: 56px;
  --L: 110px;
  --tw: 232px;
}
.process .block-product-details.proc-qc .item__ring {
  position: absolute;
  left: calc(var(--d) / -2);
  top: calc(var(--d) / -2);
  width: var(--d);
  height: var(--d);
}
.process .block-product-details.proc-qc .item__ring svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.process .block-product-details.proc-qc .item__line {
  position: absolute;
  top: -0.5px;
  height: 1px;
  width: var(--L);
  background: #f47621;
}
.process .block-product-details.proc-qc .item__check {
  position: absolute;
  top: -12px;
  width: 24px;
  height: 24px;
  line-height: 0;
}
.process .block-product-details.proc-qc .item__check svg {
  display: block;
  width: 100%;
  height: 100%;
}
.process .block-product-details.proc-qc .item__text {
  position: absolute;
  top: 0;
  text-align: left;
}
.process .block-product-details.proc-qc .item .item__heading.wp-block-paragraph:not(.overline):not(.stat-label):not(.stat-value),
.process .block-product-details.proc-qc .item p.wp-block-paragraph:not(.item__heading):not(.overline):not(.stat-label) {
  font-family: "Fragment Mono", ui-monospace, "SFMono-Regular", monospace;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  white-space: nowrap;
}
.process .block-product-details.proc-qc .item .item__heading.wp-block-paragraph:not(.overline):not(.stat-label):not(.stat-value) {
  margin: 0;
  color: #ffffff;
}
.process .block-product-details.proc-qc .item p.wp-block-paragraph:not(.item__heading):not(.overline):not(.stat-label) {
  margin: 4px 0 0;
  color: #a1a4aa;
}
.process .block-product-details.proc-qc .item.is-right .item__line {
  left: calc(var(--d) / 2);
  transform-origin: left center;
}
.process .block-product-details.proc-qc .item.is-right .item__check {
  left: calc(var(--d) / 2 + var(--L) + 14px);
}
.process .block-product-details.proc-qc .item.is-right .item__text {
  left: calc(var(--d) / 2 + var(--L) + 14px + 24px + 22px);
  transform: translateY(-50%);
}
.process .block-product-details.proc-qc .item.is-left .item__ring svg {
  transform: rotate(180deg);
}
.process .block-product-details.proc-qc .item.is-left .item__line {
  left: calc((var(--d) / 2 + var(--L)) * -1);
  transform-origin: right center;
}
.process .block-product-details.proc-qc .item.is-left .item__check {
  left: calc((var(--d) / 2 + var(--L) + 14px + 24px) * -1);
}
.process .block-product-details.proc-qc .item.is-left .item__text {
  left: calc((var(--d) / 2 + var(--L) + 14px + 24px + 22px) * -1);
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 767.8px) {
  .process .block-product-details.proc-qc {
    min-height: 100vh;
    overflow: hidden;
  }
  .process .block-product-details.proc-qc > .container {
    padding: 0 20px;
  }
  .process .block-product-details.proc-qc > .container > .content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 0 40px;
  }
  .process .block-product-details.proc-qc .text-block {
    position: static;
    left: auto;
    right: auto;
    max-width: none;
    margin: 0 0 24px;
  }
  .process .block-product-details.proc-qc > .container > .content > figure.wp-block-video {
    position: static;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1440/768;
  }
  .process .block-product-details.proc-qc > .container > .content > figure.wp-block-video video {
    object-fit: contain;
  }
  .process .block-product-details.proc-qc .items {
    position: static;
    inset: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 28px;
  }
  .process .block-product-details.proc-qc .item {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    opacity: 1 !important;
    width: auto;
    height: auto;
    max-width: none;
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }
  .process .block-product-details.proc-qc .item__ring {
    display: none;
  }
  .process .block-product-details.proc-qc .item__line {
    display: none;
  }
  .process .block-product-details.proc-qc .item__check {
    position: static;
    order: 0;
    flex: none;
    top: auto;
    left: auto;
    margin: 2px 12px 0 0;
    transform: none;
  }
  .process .block-product-details.proc-qc .item__text,
  .process .block-product-details.proc-qc .item.is-right .item__text, .process .block-product-details.proc-qc .item.is-left .item__text {
    position: static;
    order: 1;
    top: auto;
    left: auto;
    width: auto;
    height: auto !important;
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    text-align: left;
    transform: none;
  }
  .process .block-product-details.proc-qc .item .item__heading.wp-block-paragraph:not(.overline):not(.stat-label):not(.stat-value) {
    font-size: 13px;
    white-space: normal;
  }
  .process .block-product-details.proc-qc .item p.wp-block-paragraph:not(.item__heading):not(.overline):not(.stat-label) {
    font-size: 12px;
    white-space: normal;
  }
}
@media screen and (max-width: 1279.8px) {
  .process .block-product-details.proc-qc #proc-opus-label-container {
    display: none;
  }
}
.process .process-progressbar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  display: flex;
  z-index: 40;
  background: rgba(244, 118, 33, 0.15);
  pointer-events: none;
}
@media screen and (max-width: 767.8px) {
  .process .process-progressbar {
    height: 36px;
  }
}
.process .process-progressbar::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 0;
  pointer-events: none;
}
.process .process-progressbar .pp-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: rgba(244, 118, 33, 0.3);
  z-index: -1;
}
.process .process-progressbar .pp-seg {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 clamp(0px, 1.6666666667vw, 24px);
  font-family: "Fragment Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.process .process-progressbar .pp-seg .pp-num {
  color: #f47621;
}
.process .process-progressbar .pp-seg .pp-txt {
  color: #ffffff;
}
@media screen and (max-width: 991.8px) {
  .process .process-progressbar .pp-seg {
    font-size: 12px;
  }
}
@media screen and (max-width: 767.8px) {
  .process .process-progressbar .pp-seg {
    padding: 0 12px;
  }
}
.process:not(.no-gsap) [data-frame] {
  will-change: transform, opacity;
}
.process:not(.no-gsap) .block-banner--process .title-block {
  opacity: 0;
}
