<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-workflow{background-color:var(--cf-color-light-grey);color:var(--cf-color-dark-purple);padding:var(--space-md) var(--margin) var(--space-xl)}.section-workflow__wrapper{margin:0 auto;max-width:var(--container-lg)}.section-workflow__intro{margin:0 0 var(--space-sm);max-width:60rem}.section-workflow__kicker{margin:0 0 var(--space-xs)}.section-workflow__title{margin:0}@media screen and (min-width:1200px){.section-workflow__intro{margin:0 auto var(--space-md);text-align:center}}.workflow{--gap:var(--space-md);--progress-width:20px;--avatar-height:30px;position:relative}.workflow__progress{height:100%;position:absolute;width:var(--progress-width)}.workflow__items{display:flex;flex-flow:column nowrap;gap:var(--gap);padding:var(--gap) 0;position:relative}.workflow__item{display:flex;opacity:0;pointer-events:none;transition:transform 1s cubic-bezier(.075,.82,.165,1),opacity .5s ease}.workflow__item.visible{opacity:1;pointer-events:all;transform:translateX(0)}@media screen and (max-width:1199px){.workflow__progress{left:0;top:0}.workflow__items{padding-left:var(--margin)}.workflow__item{justify-content:flex-start;padding-left:var(--progress-width)}.workflow__item:not(.visible){transform:translateX(-20px)}.workflow__offset{display:none}}@media screen and (min-width:600px){.workflow{--avatar-height:60px}}@media screen and (min-width:1200px){.workflow{--progress-width:90px}.workflow__progress{left:50%;top:0;transform:translateX(-50%)}.workflow__items{padding-bottom:calc(var(--gap)*2)}.workflow__item--left{justify-content:flex-end;padding-right:calc(50% + var(--progress-width))}.workflow__item--left:not(.visible){transform:translateX(20px)}.workflow__item--right{justify-content:flex-start;padding-left:calc(50% + var(--progress-width))}.workflow__item--right:not(.visible){transform:translateX(-20px)}}.workflow__tasks{background-color:var(--cf-color-white);border-radius:12px;padding:30px 40px 40px;position:relative}.workflow__tasks:before{background:linear-gradient(-20deg,#0e38fc,#eea88e 50%,#79dbf1);border-radius:var(--gradient-blur);content:"";filter:blur(var(--gradient-blur));height:90%;left:5%;opacity:.5;position:absolute;top:5%;width:90%;z-index:-1}.workflow__tasks--has-team{margin-top:calc(var(--avatar-height)/2);padding-top:0!important}.workflow__team{align-items:center;display:flex;height:var(--avatar-height);justify-content:flex-start}.workflow__avatar{border-radius:50%;box-shadow:2px 2px 10px rgb(0 0 0/5%);display:block;height:var(--avatar-height);object-fit:cover;width:var(--avatar-height)}.workflow__avatar+.workflow__avatar{margin-left:calc(var(--avatar-height)*-1/4)}.workflow__avatar+.workflow__roles{margin-left:calc(var(--avatar-height)/4)}.workflow__process{align-items:center;color:var(--cf-color-blue);display:flex;gap:12px}.workflow__process .workflow__title{font-weight:600;line-height:1.3}.workflow__icon svg{stroke:none;fill:currentColor;fill-rule:evenodd;display:block;height:30px;width:30px}.workflow__description{margin:5px 0 0}.workflow__toggles{align-items:flex-start;display:flex;flex-direction:column;gap:15px}.workflow__toggle{align-items:center;appearance:none;-webkit-appearance:none;background-color:transparent;border:0;color:var(--cf-color-dark-purple);display:flex;gap:4px;line-height:1.5!important;margin:0 0 0 20px!important;outline:0;padding:0!important;position:relative;transition:all .1s ease}.workflow__toggle:before{background-color:currentColor;border-radius:50%;content:"";height:5px;left:-20px;position:absolute;top:50%;transform:translateY(-50%);width:5px}.workflow__toggle--clickable{border-bottom:1px dashed #b8b8b8;cursor:hand;cursor:pointer}.workflow__toggle--clickable:hover{border-color:var(--cf-color-dark-purple)}.workflow__toggle svg{fill:currentColor;display:block;height:16px;margin-top:-1px;width:16px}.workflow__finish{display:flex;opacity:0;pointer-events:none;position:relative;transform:translateY(20px);transition:transform 1s cubic-bezier(.075,.82,.165,1),opacity .5s ease}.workflow__finish.visible{opacity:1;pointer-events:all;transform:translateY(0)}@media screen and (max-width:1199px){.workflow__team{margin-bottom:18px;margin-top:calc(var(--avatar-height)*-1/2)}.workflow__tasks{min-width:75%;padding:18px 24px 24px}.workflow__toggles{margin:18px 0 0}.workflow__finish{justify-content:flex-start;margin:var(--space-sm) 0 0}}@media screen and (min-width:1200px){.workflow__team{margin-bottom:30px;margin-top:calc(var(--avatar-height)*-1/2)}.workflow__tasks{min-width:500px;padding:30px 40px 40px}.workflow__toggles{margin:30px 0 0}.workflow__finish{justify-content:center;margin:var(--space-md) 0 0}}.workflow-finish{background-color:var(--cf-color-blue);border-radius:12px;color:var(--cf-color-white)}.workflow-finish__description{margin:10px 0 0;max-width:500px}@media screen and (max-width:1199px){.workflow-finish{padding:18px 24px 24px}}@media screen and (min-width:1200px){.workflow-finish{max-width:600px;padding:30px 40px 40px;text-align:center}}.workflow-progress{align-items:center;display:flex;flex-direction:column;height:100%;left:0;position:absolute;top:0;width:100%}.workflow-progress__bar{background:linear-gradient(0deg,#0e38fc,#eea88e);border-radius:12px;height:100%;left:calc(var(--progress-width)/2);position:absolute;top:0;transform:translateX(-50%);width:4px}.workflow-progress__indicator{align-items:center;background:var(--cf-color-blue);border-radius:50%;display:flex;justify-content:center;position:sticky;top:50vh;transform:scale(1) translateY(0);transition:all .5s cubic-bezier(.075,.82,.165,1);z-index:1}@media screen and (max-width:1199px){.workflow-progress__indicator{height:20px;width:20px}.workflow-progress__icon{display:none}}@media screen and (min-width:1200px){.workflow-progress__indicator{height:60px;transform:scale(.333) translateY(-100%);width:60px}.workflow-progress__indicator.show-icon{transform:scale(1) translateY(0)}.workflow-progress__icon{display:block;height:30px;opacity:0;transform:rotate(-180deg);transition:all .4s ease;width:30px}.workflow-progress__indicator.show-icon .workflow-progress__icon{opacity:1;transform:rotate(0deg)}}.workflow-modals{position:fixed;z-index:10000}.workflow-modals,.workflow-modals__escape{display:none;height:100%;left:0;top:0;width:100%}.workflow-modals__escape{background-color:rgba(0,0,0,.25);position:absolute}.workflow-modal{background-color:var(--cf-color-white);border-radius:12px;box-shadow:0 4px 10px rgb(0 0 0/3%);display:none;left:50%;max-height:80vh;max-width:800px;overflow-y:scroll;position:absolute;top:50%;transform:translate(-50%,-50%);width:90%}.workflow-modal__close{appearance:none;-webkit-appearance:none;background:none;border:none;cursor:pointer;cursor:hand;padding:10px;position:absolute}.workflow-modal__title{padding-right:10%}.workflow-modal__video{aspect-ratio:16/10;display:block;overflow:hidden;position:relative;width:100%}.workflow-modal__iframe{height:101%;left:0;position:absolute;top:0;width:101%}.workflow-modal__image img{display:block;height:auto;width:100%}.workflow-modal__description p:last-child{margin-bottom:0!important}@media screen and (max-width:1199px){.workflow-modal{padding:18px 24px 24px}.workflow-modal__close{right:14px;top:14px}.workflow-modal__image,.workflow-modal__title,.workflow-modal__video{margin:0 0 18px}}@media screen and (min-width:1200px){.workflow-modal{padding:30px 40px 40px}.workflow-modal__close{right:30px;top:24px}.workflow-modal__image,.workflow-modal__title,.workflow-modal__video{margin:0 0 30px}}#confetti{bottom:100%;height:50vh;left:0;pointer-events:none;position:absolute;width:100%}</pre></body></html>