@media (min-width: 47.9375em) {
  .path__container {
    padding-top: 3.125rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .path__container {
    padding-top: clamp( 2.5rem , 1.4547038328rem  +  3.4843205575vw , 3.125rem );
  }
}
@media (max-width: 30em) {
  .path__container {
    padding-top: 2.5rem;
  }
}
@media (min-width: 60em) {
  .path__container {
    padding-bottom: 9.375rem;
  }
}
@media (min-width: 30em) and (max-width: 60em) {
  .path__container {
    padding-bottom: clamp( 6.625rem , 3.875rem  +  9.1666666667vw , 9.375rem );
  }
}
@media (max-width: 30em) {
  .path__container {
    padding-bottom: 6.625rem;
  }
}
.path__head {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  line-height: 1.3;
  font-size: var(--font-size);
  letter-spacing: calc(var(--font-size) / 100 * -5);
}
@media (min-width: 47.9375em) {
  .path__head {
    --font-size: 1rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .path__head {
    --font-size: clamp( 0.9375rem , 0.8329703833rem  +  0.3484320557vw , 1rem );
  }
}
@media (max-width: 30em) {
  .path__head {
    --font-size: 0.9375rem;
  }
}
@media (min-width: 60em) {
  .path__head:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 47.9375em) and (max-width: 60em) {
  .path__head:not(:last-child) {
    margin-bottom: clamp( 2.5rem , 0.0161917098rem  +  5.1813471503vw , 3.125rem );
  }
}
@media (max-width: 47.9375em) {
  .path__head:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.path__head span {
  color: var(--grey-on-white-color);
}
.path__head p {
  font-weight: 500;
}
.path__body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  gap: 0.9375rem;
}
@media (width >= 56.25em) {
  .path__body {
    max-width: var(--max-width);
  }
}
@media (width < 56.25em) {
  .path__body {
    gap: 1.875rem;
  }
}
@media (width < 47.99875em) {
  .path__body {
    gap: 1.25rem;
  }
}
.path__row {
  display: inline-flex;
  gap: 0.25rem 0.9375rem;
  align-items: flex-start;
  opacity: 0.5;
}
.loaded .path__row {
  transition: opacity 0.3s ease 0s;
}
.path__row._active {
  opacity: 1;
}
@media (any-hover: hover) {
  .path__row:hover {
    opacity: 1;
  }
}
.path__row * {
  font-size: var(--font-size);
  letter-spacing: calc(var(--font-size) / 100 * -5);
}
@media (width < 56.25em) {
  .path__row * {
    display: inline-block;
  }
}
.path__row p {
  font-family: Evolventa;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .path__row p {
    --font-size: 3.25rem;
  }
}
@media (min-width: 43.125em) and (max-width: 60em) {
  .path__row p {
    --font-size: clamp( 2rem , -1.1944444444rem  +  7.4074074074vw , 3.25rem );
  }
}
@media (max-width: 43.125em) {
  .path__row p {
    --font-size: 2rem;
  }
}
@media (width >= 56.25em) {
  .path__row p {
    line-height: 0.9;
  }
}
.path__row span {
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 47.9375em) {
  .path__row span {
    --font-size: 1rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .path__row span {
    --font-size: clamp( 0.9375rem , 0.8329703833rem  +  0.3484320557vw , 1rem );
  }
}
@media (max-width: 30em) {
  .path__row span {
    --font-size: 0.9375rem;
  }
}
.path__row img {
  width: 3.875rem;
  height: 2.4375rem;
  border-radius: 0.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (width < 56.25em) {
  .path__row img {
    width: 8.1875rem;
    height: 2.5rem;
  }
}
@media (width < 31.25em) {
  .path__row img {
    height: 2rem;
  }
}
@media (width >= 56.25em) {
  .path__row {
    translate: calc(var(--max-width) * var(--translate-x, 0)) 0px;
  }
}
@media (width < 56.25em) {
  .path__row {
    max-width: 21rem;
    flex-wrap: wrap;
  }
  .path__row:not(:nth-last-child(1 of .path__row)) {
    padding-bottom: 1.875rem;
    border-bottom: 0.0625rem solid var(--light-grey-color);
  }
  .path__row:nth-child(1 of .path__row) {
    align-items: center;
  }
  .path__row:nth-child(1 of .path__row) p {
    width: 100%;
  }
  .path__row:nth-child(1 of .path__row) img {
    margin-left: auto;
  }
  .path__row:nth-child(1 of .path__row) span {
    max-width: 4.875rem;
  }
  .path__row:nth-child(2 of .path__row) {
    display: grid;
    grid-template-columns: 1.36fr 1fr;
    gap: 0.5rem 0.625rem;
  }
  .path__row:nth-child(2 of .path__row) p {
    grid-row: 1/span 2;
  }
  .path__row:nth-child(3 of .path__row) {
    display: inline-grid;
    grid-template-columns: 1fr 1.47fr minmax(4.875rem, auto);
  }
  .path__row:nth-child(3 of .path__row) p {
    grid-column: 1/span 3;
    grid-row: 1/span 2;
    text-align: right;
  }
  .path__row:nth-child(3 of .path__row) span {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .path__row:nth-child(3 of .path__row) img {
    grid-row-start: 1;
    grid-column-start: 2;
    translate: 0 -25%;
  }
}
.path__tippy {
  position: absolute;
  top: var(--tippy-top);
  z-index: 150;
}
@media (min-width: 56.25em) {
  .path__tippy {
    --translate-y: 6.875rem;
  }
}
@media (min-width: 30em) and (max-width: 56.25em) {
  .path__tippy {
    --translate-y: clamp( 2.5rem , -2.5rem  +  16.6666666667vw , 6.875rem );
  }
}
@media (max-width: 30em) {
  .path__tippy {
    --translate-y: 2.5rem;
  }
}
@media (width >= 56.25em) {
  .path__tippy {
    left: var(--tippy-left);
    translate: -100% 40%;
  }
}
@media (width < 56.25em) {
  .path__tippy {
    left: 0;
    translate: 0 var(--translate-y);
  }
}
.loaded .path__tippy {
  transition: opacity 0.3s ease 0s;
}
.path__tippy p {
  background-color: var(--main-white-color);
  border: 0.0625rem solid var(--light-grey-color);
  border-radius: 0.3125rem;
  text-align: center;
  max-width: 15.3125rem;
  padding: 0.625rem;
  overflow: hidden;
  transform-origin: right top;
}
.loaded .path__tippy p {
  transition: padding 0.5s ease 0s, scale 0.5s ease 0s;
}
@media (min-width: 47.9375em) {
  .path__tippy p {
    font-size: 0.875rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .path__tippy p {
    font-size: clamp( 0.8125rem , 0.7079703833rem  +  0.3484320557vw , 0.875rem );
  }
}
@media (max-width: 30em) {
  .path__tippy p {
    font-size: 0.8125rem;
  }
}
.path__tippy i {
  position: absolute;
  right: 0;
  top: 0;
  translate: 50% -50%;
  cursor: pointer;
}
.path__tippy._hide {
  opacity: 0;
  pointer-events: none;
}