.background-picker-container{background-color:var(--sf-background-color);background-image:var(--sf-background-image);background-size:var(--sf-background-size);background-position:var(--sf-background-position);background-repeat:no-repeat;justify-content:center;display:flex}.background-picker-content{width:100%}@media screen and (min-width:1440px){.background-picker-container{--sf-background-image:var(--sf-background-image-lg);--sf-background-color:var(--sf-background-color-lg)}}@media screen and (max-width:1439px){.background-picker-container{--sf-background-image:var(--sf-background-image-md);--sf-background-color:var(--sf-background-color-md)}}@media screen and (max-width:834px){.background-picker-container{--sf-background-image:var(--sf-background-image-xs);--sf-background-color:var(--sf-background-color-xs)}}
.card-justify-content-flex-start{justify-content:flex-start}.card-justify-content-center{justify-content:center}.card-justify-content-flex-end{justify-content:flex-end}.card.invisible{box-shadow:unset;background:0 0}.card{z-index:0}
.pathway-card{--card-padding:var(--spacing-6);gap:var(--spacing-6);will-change:transform;flex-direction:row;transition:transform .3s linear;display:flex}.pathway-card:hover{transform:scale(var(--default-animation-scale))}.pathway-card>div:first-child{flex-grow:2}.pathway-card>span:last-child{align-self:center}a:has(.pathway-card){color:inherit;text-decoration:none}.pathway-card-no-animation:hover{transform:unset!important;z-index:unset!important;will-change:unset!important;transition:unset!important}@media (min-width:835px){.pathway-card{--card-padding:var(--spacing-4)}}
.content-block-flex-align-item-baseline{align-items:baseline;display:flex}.content-block-flex-align-item-flex-start{align-items:flex-start;display:flex}.content-block-flex-align-item-center{align-items:center;display:flex}.content-block-flex-align-item-flex-end{align-items:flex-end;display:flex}.content-block-flex-justify-content-flex-start{justify-content:flex-start;display:flex}.content-block-flex-justify-content-center{justify-content:center;display:flex}.content-block-flex-justify-content-flex-end{justify-content:flex-end;display:flex}.content-block-flex-justify-content-space-around{justify-content:space-around;display:flex}.content-block-flex-justify-content-space-between{justify-content:space-between;display:flex}.content-block-flex-justify-content-space-evenly{justify-content:space-evenly;display:flex}.content-block-flex-wrap{flex-wrap:wrap}
