:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
/*
@mixin button {
    display: inline-flex;
    align-items: center;
    font-family: $ff-body;
    font-size: $font-17;
    font-weight: 500;
    line-height: 1.05;
    text-align: center;
    text-decoration: none;
    padding: 1.2rem 2rem;
    color: $dark-green;
    background: transparent;
    border: 1px solid $dark-green;
    border-radius: 3.2rem;
    cursor: pointer;
    transition: color $speed $cb, background $speed $cb;

    &:after {
        content: '';
        background-color: currentColor;
        mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0247 9.55859C15.2669 9.80078 15.2669 10.1992 15.0247 10.4414L7.52472 17.9414C7.28253 18.1836 6.88409 18.1836 6.64191 17.9414C6.39972 17.6992 6.39972 17.3008 6.64191 17.0586L13.7005 10L6.64191 2.94141C6.39972 2.69922 6.39972 2.30078 6.64191 2.05859C6.88409 1.81641 7.28253 1.81641 7.52472 2.05859L15.0247 9.55859Z' fill='%23000000'/%3E%3C/svg%3E");        
        width: 20px;
        height: 20px;
        margin-left: 8px;
    }

    &:hover,
    &:active,
    &:focus {
        color: #fff;
        background: $dark-green;
    }

    &[href^="http"]:not([href*="origin-framework.luminated.co.uk"]):not([href*="originenterprises.com"]),
    &[target="_blank"] {
        &:after {
            margin-top: -3px;
            mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4213 9.38932V14.6834C14.4213 15.1515 14.2354 15.6003 13.9045 15.9313C13.5735 16.2622 13.1247 16.4481 12.6566 16.4481H2.95074C2.48271 16.4481 2.03385 16.2622 1.70291 15.9313C1.37196 15.6003 1.18604 15.1515 1.18604 14.6834V4.97755C1.18604 4.50952 1.37196 4.06066 1.70291 3.72972C2.03385 3.39877 2.48271 3.21284 2.95074 3.21284H8.24486' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8916 1.44814H16.1857V6.74225' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50619 9.12796L16.1862 1.44814' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
            background-size: cover;
        }
    }

    &[href*="wp-origin-resources-2024"] {
        &:after {
            mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0247 9.55859C15.2669 9.80078 15.2669 10.1992 15.0247 10.4414L7.52472 17.9414C7.28253 18.1836 6.88409 18.1836 6.64191 17.9414C6.39972 17.6992 6.39972 17.3008 6.64191 17.0586L13.7005 10L6.64191 2.94141C6.39972 2.69922 6.39972 2.30078 6.64191 2.05859C6.88409 1.81641 7.28253 1.81641 7.52472 2.05859L15.0247 9.55859Z' fill='%23000000'/%3E%3C/svg%3E")!important;
            background-size: cover;
        }
    }
}
*/
.principles {
  --principles-track-x: 12px;
  position: relative;
}
* + .principles {
  margin-top: var(--wp--preset--spacing--large) !important;
}
@media (min-width: 1024px) {
  * + .principles {
    margin-top: var(--wp--preset--spacing--xl) !important;
  }
}
.principles__items {
  position: relative;
  z-index: 2;
}
.principles__track {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--principles-track-x);
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
  z-index: 1;
}
.principles__progress {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top;
}
.principles__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  padding: 0 0 var(--wp--preset--spacing--xl) 4.5rem;
}
.principles__item:last-child {
  padding-bottom: 0;
}
.principles__item.active .principles__dot {
  background: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
  box-shadow: 0 0 0 5px rgba(253, 217, 124, 0.18);
}
.principles__dot {
  position: absolute;
  top: 0;
  left: var(--principles-track-x);
  width: 13px;
  height: 13px;
  border: 2px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  background: #8B9F94;
  transform: translate(-50%, 0);
  transition: background 0.375s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.375s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.375s cubic-bezier(0.4, 0, 0.2, 1);
}
.principles__left, .principles__right {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
.principles__left {
  align-items: center;
}
.principles__icon {
  width: auto;
  max-width: 7rem;
  height: auto;
  flex: 0 0 auto;
}
.principles__title, .principles__subtitle > :last-child {
  margin-bottom: 0;
}
.principles__title {
  font-size: var(--wp--preset--font-size--font-28);
  color: #fff;
}
.principles p {
  color: #fff;
}
@media (min-width: 1024px) {
  .principles {
    --principles-track-x: 50%;
  }
  .principles__item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8rem;
    padding: 0 0 var(--wp--preset--spacing--xl);
  }
  .principles__left {
    padding-right: 2rem;
  }
  .principles__right {
    padding-left: 2rem;
  }
}
