.checkmark-svg{--base-size:72px;--color:#1c8869;--duration:1.5s;--delay:0s;--scale:1;--scaled-size:calc(var(--base-size) * var(--scale));--mobile-scale-factor:.9;top:calc(50% - (var(--scaled-size) * .1));left:calc(50% + (var(--scaled-size) * .05));width:var(--scaled-size);height:var(--scaled-size);position:absolute;transform:translate(-51%,-43%)}@media (max-width:768px){.checkmark-svg{--scale:var(--mobile-scale-factor)}}.tick{stroke:var(--color);stroke-width:3px;stroke-dasharray:18;stroke-dashoffset:18px}.checkmark-svg.animated .tick{animation:draw var(--duration) cubic-bezier(.645, .045, .355, 1) var(--delay) forwards}@keyframes draw{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.tick{stroke-dashoffset:0;animation:none!important}}

.embla{--slide-spacing:1rem;max-width:100vw}.embla__viewport{overflow:hidden}.embla__container{touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1);display:flex}.embla__slide{--slide-size:auto;flex:0 0 var(--slide-size);min-width:0;transform:translate(0,0)}.embla__slide__content{padding-left:var(--slide-spacing)}@media (min-width:768px){.embla--fixed-thirds .embla__slide{flex:0 0 33.33%}}
