:root{--separator-width-small:575px;--separator-width-large:865px;--separator-circle-width:4rem}.separator{position:absolute;width:calc(100% - 4rem);max-width:865px;max-width:var(--separator-width-large);margin-left:auto;margin-right:auto;left:0}.separator:before{content:"";position:absolute;width:100%;height:1px;background:#111}.separator:after{content:"";position:absolute;z-index:-1;top:-2rem;top:calc(var(--separator-circle-width)/2*-1);width:4rem;width:var(--separator-circle-width);height:4rem;height:var(--separator-circle-width);border-radius:4rem;border-radius:var(--separator-circle-width);display:block;-webkit-transition-duration:1s;transition-duration:1s}.color-scheme-orange .separator:after{background:#f06a30}.color-scheme-blue .separator:after{background:#bad7f2}.separator-top{top:0}.separator-bottom{bottom:0}.separator-left{left:3rem;left:calc(var(--separator-circle-width) - 1rem)}@media (min-width:1024px){.separator-left{left:calc(100% - 50vw - 432.5px);left:calc(100% - 50vw + var(--separator-circle-width)/2 - var(--separator-circle-width)/2 - var(--separator-width-large)/2)}}.separator-left:after{left:-6rem;left:calc(var(--separator-circle-width)/2*-1 - 4rem)}.is-visible .separator-left:after{left:-2rem;left:calc(var(--separator-circle-width)/2*-1)}.separator-right{left:1.25rem;left:calc(var(--separator-circle-width)/4 + .25rem)}@media (min-width:1024px){.separator-right{left:calc(100% - 50vw - 432.5px);left:calc(100% - 50vw + var(--separator-circle-width)/2 - var(--separator-circle-width)/2 - var(--separator-width-large)/2)}}.separator-right:after{right:38rem;right:calc(var(--separator-circle-width)/2*-1 + 40rem)}.is-visible .separator-right:after{right:-2rem;right:calc(var(--separator-circle-width)/2*-1)}.separator-padding{max-width:575px;max-width:var(--separator-width-small);position:relative;left:0;right:0}.separator-padding.separator-left{left:1rem;left:calc(var(--separator-circle-width)/4*1)}.separator-padding.separator-right{left:-1rem;left:calc(var(--separator-circle-width)/4*-1)}