.pencil-wrap{display:flex;align-items:center;justify-content:center;width:min(10em,42vw);height:min(10em,42vw);overflow:visible;background:transparent}.pencil{display:block;width:100%;height:100%;overflow:visible;pointer-events:none;shape-rendering:geometricPrecision;color:#7b859d}.pencil__body1,.pencil__body2,.pencil__body3,.pencil__eraser,.pencil__eraser-skew,.pencil__point,.pencil__rotate,.pencil__stroke{animation-duration:3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:both;-webkit-animation-duration:3s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;transform-box:fill-box;transform-origin:center}.pencil__body1,.pencil__body2,.pencil__body3{transform:rotate(-90deg);transform-origin:center}.pencil__body1{animation-name:pencilBody1;-webkit-animation-name:pencilBody1}.pencil__body2{animation-name:pencilBody2;-webkit-animation-name:pencilBody2}.pencil__body3{animation-name:pencilBody3;-webkit-animation-name:pencilBody3}.pencil__eraser{animation-name:pencilEraser;-webkit-animation-name:pencilEraser;transform:rotate(-90deg) translate(49px);transform-origin:0 0;transform-box:view-box}.pencil__eraser-skew{animation-name:pencilEraserSkew;-webkit-animation-name:pencilEraserSkew;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;transform-origin:center}.pencil__point{animation-name:pencilPoint;-webkit-animation-name:pencilPoint;transform:rotate(-90deg) translate(49px,-30px);transform-origin:0 0;transform-box:view-box}.pencil__rotate{animation-name:pencilRotate;-webkit-animation-name:pencilRotate;transform:translate(100px,100px) rotate(0deg);transform-origin:0 0;transform-box:view-box}.pencil__stroke{animation-name:pencilStroke;-webkit-animation-name:pencilStroke;transform:translate(100px,100px) rotate(-113deg);transform-origin:0 0;transform-box:view-box}@keyframes pencilBody1{0%,to{stroke-dashoffset:351.86;transform:rotate(-90deg)}50%{stroke-dashoffset:150.8;transform:rotate(-225deg)}}@keyframes pencilBody2{0%,to{stroke-dashoffset:406.84;transform:rotate(-90deg)}50%{stroke-dashoffset:174.36;transform:rotate(-225deg)}}@keyframes pencilBody3{0%,to{stroke-dashoffset:296.88;transform:rotate(-90deg)}50%{stroke-dashoffset:127.23;transform:rotate(-225deg)}}@keyframes pencilEraser{0%,to{transform:rotate(-45deg) translate(49px)}50%{transform:rotate(0deg) translate(49px)}}@keyframes pencilEraserSkew{0%,32.5%,67.5%,to{transform:skewX(0)}35%,65%{transform:skewX(-4deg)}37.5%,62.5%{transform:skewX(8deg)}40%,45%,50%,55%,60%{transform:skewX(-12deg)}42.5%,47.5%,52.5%,57.5%{transform:skewX(12deg)}}@keyframes pencilPoint{0%,to{transform:rotate(-90deg) translate(49px,-30px)}50%{transform:rotate(-225deg) translate(49px,-30px)}}@keyframes pencilRotate{0%{transform:translate(100px,100px) rotate(0deg)}to{transform:translate(100px,100px) rotate(2turn)}}@keyframes pencilStroke{0%{stroke-dashoffset:439.82;transform:translate(100px,100px) rotate(-113deg)}50%{stroke-dashoffset:164.93;transform:translate(100px,100px) rotate(-113deg)}75%,to{stroke-dashoffset:439.82;transform:translate(100px,100px) rotate(112deg)}}.pdf-download-btn{--pdf-dl-h:2.5rem;height:var(--pdf-dl-h);min-width:95px;width:100%;padding:0 .85rem;cursor:pointer;border:none;background:#2563eb;border-radius:30px;overflow:hidden;flex-shrink:0;font-family:inherit;box-sizing:border-box}.pdf-download-btn[data-size=sm]{--pdf-dl-h:32px;height:32px;min-height:32px;min-width:4.5rem;padding:0 .7rem}.pdf-download-btn[data-size=sm] .pdf-download-btn-text{font-size:11px}.pdf-download-btn[data-size=sm] .pdf-download-btn-icon{height:18px;width:18px}.pdf-download-btn[data-size=xs]{--pdf-dl-h:26px;height:26px;min-height:26px;min-width:4.25rem;padding:0 .65rem}.pdf-download-btn[data-size=xs] .pdf-download-btn-text{font-size:11px}.pdf-download-btn[data-size=xs] .pdf-download-btn-icon{height:16px;width:16px}@media (min-width:768px){.pdf-download-btn{width:auto}}.pdf-download-btn:disabled{opacity:.5;cursor:default;pointer-events:none}.pdf-download-btn-content{transform:translateY(calc(-1 * var(--pdf-dl-h)));transition:all .25s ease-in-out}.pdf-download-btn-svg,.pdf-download-btn-text-wrap{height:var(--pdf-dl-h);width:100%;display:flex;justify-content:center;align-items:center}.pdf-download-btn-text{font-size:12px;color:#fff;font-weight:600;opacity:1;transition:opacity .25s ease-in-out;white-space:nowrap;text-transform:capitalize}.pdf-download-btn-icon{height:22px;width:22px;fill:#fff;opacity:0;transition:opacity .25s ease-in-out}.pdf-download-btn:focus-visible .pdf-download-btn-content,.pdf-download-btn:hover .pdf-download-btn-content{transform:translateY(0)}.pdf-download-btn:focus-visible .pdf-download-btn-text,.pdf-download-btn:hover .pdf-download-btn-text{opacity:0}.pdf-download-btn:focus-visible .pdf-download-btn-icon,.pdf-download-btn:hover .pdf-download-btn-icon{opacity:1}.pdf-download-btn:focus-visible .pdf-download-btn-icon{animation:pdf-download-heartbeat 1.5s ease-in-out infinite both}@keyframes pdf-download-heartbeat{0%{transform:scale(1);transform-origin:center center;animation-timing-function:ease-out}10%{transform:scale(.91);animation-timing-function:ease-in}17%{transform:scale(.98);animation-timing-function:ease-out}33%{transform:scale(.87);animation-timing-function:ease-in}45%{transform:scale(1);animation-timing-function:ease-out}}