.ReactCrop{position:relative;display:inline-block;cursor:crosshair;overflow:hidden;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move;box-shadow:0 0 0 9999em #00000080;border:1px dashed #fff}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%;box-shadow:0 0 1px 1px #fff,0 0 0 9999em #00000080}.ReactCrop__crop-selection:focus{outline:none;border-color:#00f;border-style:solid}.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute}.ReactCrop__drag-handle:after{position:absolute;content:"";display:block;width:10px;height:10px;background-color:#0003;border:1px solid rgba(255,255,255,.7);outline:1px solid rgba(0,0,0,0)}.ReactCrop__drag-handle:focus:after{border-color:#00f;background:#2dbfff}.ReactCrop .ord-nw{top:0;left:0;margin-top:-5px;margin-left:-5px;cursor:nw-resize}.ReactCrop .ord-nw:after{top:0;left:0}.ReactCrop .ord-n{top:0;left:50%;margin-top:-5px;margin-left:-5px;cursor:n-resize}.ReactCrop .ord-n:after{top:0}.ReactCrop .ord-ne{top:0;right:0;margin-top:-5px;margin-right:-5px;cursor:ne-resize}.ReactCrop .ord-ne:after{top:0;right:0}.ReactCrop .ord-e{top:50%;right:0;margin-top:-5px;margin-right:-5px;cursor:e-resize}.ReactCrop .ord-e:after{right:0}.ReactCrop .ord-se{bottom:0;right:0;margin-bottom:-5px;margin-right:-5px;cursor:se-resize}.ReactCrop .ord-se:after{bottom:0;right:0}.ReactCrop .ord-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px;cursor:s-resize}.ReactCrop .ord-s:after{bottom:0}.ReactCrop .ord-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px;cursor:sw-resize}.ReactCrop .ord-sw:after{bottom:0;left:0}.ReactCrop .ord-w{top:50%;left:0;margin-top:-5px;margin-left:-5px;cursor:w-resize}.ReactCrop .ord-w:after{left:0}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:6px;margin-top:-3px}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:6px;height:100%;margin-right:-3px}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:6px;margin-bottom:-3px}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:6px;height:100%;margin-left:-3px}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:24px;height:24px}}:root{--background-color: #f9f9f9;--blue-0: #f2f6f8;--blue-2: #d3e0e7;--blue-4: #a8c2cf;--blue-6: #7ca3b6;--blue-8: #51859e;--blue-10: #256686;--gray-2: #f4f5f5;--gray-3: #e9e9e9;--gray-4: #d4d5d7;--gray-5: #caced0;--gray-6: #7d8286;--gray-8: #51595e;--gray-10: #262f35;--green-0: #ebf5eb;--green-6: #85c285;--green-10: #339933;--orange-0: #fff3ea;--orange-10: #fc8a2a;--purple-0: #eeecf7;--purple-10: #5243aa;--red-0: #fdeeee;--red-10: #eb5757;--sky-0: #e8f6fc;--sky-10: #1aa4de;--white: #ffffff;--border: #e9e9e9}*{margin:0;padding:0;box-sizing:border-box}#root,html,body{height:100%;margin:0}body{background-color:var(--background-color);font-family:Inter,sans-serif;font-size:14px;overflow-y:scroll}#root{display:flex;flex-direction:column;align-items:center;padding:0 0 4px}textarea{border:1px solid var(--gray-4);border-radius:8px;padding:11px 15px}textarea:focus{border:1px solid var(--blue-10)}textarea:focus-visible{outline:none}textarea::placeholder{color:var(--gray-6);font-size:14px;font-weight:400;line-height:140%}ul.list{list-style:circle}ul.list li{padding-left:8px;position:relative}ul.list li:before{content:"";position:absolute;transform:translateY(-50%);top:50%;border-radius:50%;left:0;margin-top:0;width:4px;height:4px;background:var(--red-10)}.border-corners{background:linear-gradient(to right,var(--gray-5) 2px,transparent 2px) 0 0,linear-gradient(to right,var(--gray-5) 2px,transparent 2px) 0 100%,linear-gradient(to left,var(--gray-5) 2px,transparent 2px) 100% 0,linear-gradient(to left,var(--gray-5) 2px,transparent 2px) 100% 100%,linear-gradient(to bottom,var(--gray-5) 2px,transparent 2px) 0 0,linear-gradient(to bottom,var(--gray-5) 2px,transparent 2px) 100% 0,linear-gradient(to top,var(--gray-5) 2px,transparent 2px) 0 100%,linear-gradient(to top,var(--gray-5) 2px,transparent 2px) 100% 100%;background-repeat:no-repeat;background-size:6px 6px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.no-style{color:none}
