@keyframes bordered-circle{0%{transform:translate(-50%,-50%) rotate(calc(var(--_initial-rotation)))}20%{transform:translate(-50%,-52.5%) rotate(calc(var(--_initial-rotation) + 90deg))}40%{transform:translate(-50%,-55%) rotate(calc(var(--_initial-rotation) + 180deg))}60%{transform:translate(-50%,-52.5%) rotate(calc(var(--_initial-rotation) + 270deg))}80%{transform:translate(-50%,-55%) rotate(calc(var(--_initial-rotation) + 1turn))}to{transform:translate(-50%,-50%) rotate(calc(var(--_initial-rotation) + 1turn))}}.default-steps__header,.default-steps__wrap{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;padding-left:1rem;padding-right:1rem}@media only screen and (min-width:640px){.default-steps__header,.default-steps__wrap{padding-left:2rem;padding-right:2rem}}@media only screen and (min-width:768px){.default-steps__header,.default-steps__wrap{padding-left:5rem;padding-right:5rem}}.default-steps__header,.default-steps__wrap{margin-left:auto;margin-right:auto;max-width:154rem;width:100%}.default-steps__content,.default-steps__list,.default-steps__media{display:block;margin-bottom:calc(var(--_gutter, 3rem)*2);padding-left:var(--_gutter,3rem);padding-right:var(--_gutter,3rem);width:100%}@media only screen and (min-width:968px){.default-steps__content,.default-steps__list,.default-steps__media{margin-bottom:0;width:50%}}.default-steps__media img{border-radius:2rem;display:block;height:auto;width:100%}@media only screen and (min-width:968px){.default-steps__media img{border-radius:4rem}}.default-steps__header{justify-content:flex-end;margin-bottom:3rem}.default-steps__content,.default-steps__content :last-child{margin-bottom:0}.default-steps__heading{color:var(--_secondary-colour,inherit);font-weight:700}.default-steps-item{--_number-size:4rem;margin-bottom:3rem;padding-left:calc(var(--_number-size) + 2rem);position:relative}@media only screen and (min-width:968px){.default-steps-item{--_number-size:5rem}}.default-steps-item :last-child,.default-steps-item:last-child{margin-bottom:0}.default-steps-item__number,.default-steps-item__title{font-family:var(--font-family-body);font-weight:700;line-height:1.4;margin-bottom:.5em}@media only screen and (max-width:967px){.default-steps-item__number,.default-steps-item__title{font-size:var(--font-size-h5--small,2rem);line-height:1.4}}@media only screen and (min-width:968px){.default-steps-item__number,.default-steps-item__title{font-size:var(--font-size-h5--medium,2.2rem);line-height:1.4}}@media only screen and (min-width:1024px){.default-steps-item__number,.default-steps-item__title{font-size:var(--font-size-h5--large,2.4rem)}}.default-steps-item__number *,.default-steps-item__title *{font-family:inherit;font-size:inherit;line-height:inherit}.default-steps-item__number{background-color:var(--_secondary-colour,var(--body-secondary-colour,var(--body-primary-colour-contrast,#000)));border-radius:50%;color:var(--_secondary-colour-contrast,var(--body-primary-colour,#fff));display:inline-block;height:var(--_number-size);left:0;line-height:var(--_number-size)!important;margin-bottom:0;position:absolute;text-align:center;top:0;width:var(--_number-size)}