html{font-size:16px;-webkit-font-smoothing:antialiased;line-height:1.45}*,*:before,*:after{border-style:solid;border-width:0;box-sizing:border-box}body,blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}button{background-color:transparent;padding:0}button,[role=button]{cursor:pointer}button::-moz-focus-inner{border:0!important}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:inherit;color:inherit;margin:0;padding:0}img,svg,video,canvas,audio,iframe,embed,object{display:block}img,video{height:auto;max-width:100%}a{background-color:transparent;color:inherit;text-decoration:inherit}*:focus{-webkit-tap-highlight-color:transparent;outline:none}:root{--imgly-primary-color: #471aff;--imgly-primary-hover: #3d15d9;--imgly-black-color: #161617;--imgly-black-light-color: rgba(22, 22, 23, .65);--imgly-white-color: #ffffff;--imgly-grey-50: rgba(22, 22, 23, .05);--imgly-grey-100: rgba(22, 22, 23, .1);--imgly-grey-200: rgba(22, 22, 23, .2);--imgly-grey-300: rgba(22, 22, 23, .3);--imgly-grey-500: rgba(22, 22, 23, .5);--imgly-grey-700: rgba(22, 22, 23, .7);--imgly-warning-color: #f59e0b;--imgly-error-color: #ef4444;--imgly-success-color: #10b981;--imgly-font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--imgly-border-radius: .5rem;--imgly-card-shadow: 0px 0px 2px rgba(22, 22, 23, .25), 0px 4px 6px -2px rgba(22, 22, 23, .12), 0px 2px 2.5px -2px rgba(22, 22, 23, .12), 0px 1px 1.75px -2px rgba(22, 22, 23, .12)}html,body{margin:0;padding:0;width:100%;min-height:100%;font-family:var(--imgly-font-family);background:var(--imgly-grey-50);color:var(--imgly-black-color);overflow-x:hidden}html.demo-preview,html.demo-preview body{background:transparent}#root{width:100%;min-height:calc(100vh - 12px);display:flex;flex-direction:column;padding:6px}.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;font-size:.875rem;font-weight:500;border-radius:var(--imgly-border-radius);cursor:pointer;transition:all .2s;border:none;font-family:var(--imgly-font-family)}.btn-primary{background:var(--imgly-primary-color);color:#fff}.btn-primary:hover{background:var(--imgly-primary-hover)}.btn-primary img{filter:brightness(0) invert(1)}.btn-secondary{background:var(--imgly-white-color);color:var(--imgly-black-color);border:1px solid var(--imgly-grey-200)}.btn-secondary:hover{background:var(--imgly-grey-50)}.btn-plain{background:transparent;color:var(--imgly-grey-500);border:none;padding:8px 12px}.btn-plain:hover{color:var(--imgly-black-color)}.btn svg,.btn img{width:16px;height:16px;display:inline-block}.btn-small{padding:.3125rem .5rem;gap:0}.btn-small>span{display:flex;padding:0rem .25rem}.btn-small svg,.btn-small img{width:1rem;height:1rem}@keyframes spin{to{transform:rotate(360deg)}}._exampleSection_1gdhr_5{width:100%}._sectionHeader_1gdhr_9{width:100%;font-size:.875rem;font-weight:500;color:var(--imgly-black-light-color);text-align:center;margin-bottom:16px}._exampleFiles_1gdhr_18{display:flex;justify-content:center;align-items:flex-end;gap:2.5rem}._exampleFile_1gdhr_18{position:relative;cursor:pointer;border-radius:var(--imgly-border-radius);overflow:visible;border:2px solid transparent;transition:border-color .2s,transform .2s,opacity .2s;background:var(--imgly-grey-50);opacity:.9}._exampleFile_1gdhr_18:hover{transform:translateY(-2px);border-color:var(--imgly-grey-200);opacity:1}._exampleFile_1gdhr_18._selected_1gdhr_45{border-color:var(--imgly-primary-color)}._exampleFile_1gdhr_18 img{max-height:250px;max-width:min(250px,100%);width:auto;height:auto;object-fit:contain;display:block}._fileTypeIcon_1gdhr_58{position:absolute;right:-15px;bottom:-10px;filter:drop-shadow(0px 1px 1.75px rgba(22,22,23,.12)) drop-shadow(0px 2px 2.5px rgba(22,22,23,.12)) drop-shadow(0px 4px 6px rgba(22,22,23,.12)) drop-shadow(0px 0px 2px rgba(22,22,23,.25))}._uploadZone_18b56_5{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;flex:1;padding:48px 32px;border-radius:var(--imgly-border-radius);background-color:#fff;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='rgba(22, 22, 23, 0.3)' stroke-width='1' stroke-dasharray='8%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");cursor:pointer;transition:background-color .2s,border-color .2s;gap:16px;text-align:center}._uploadZone_18b56_5:hover,._uploadZone_18b56_5._dragging_18b56_25{background-color:#471aff08;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23471aff' stroke-width='1.5' stroke-dasharray='8%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e")}._uploadIcon_18b56_30{width:48px;height:48px;color:var(--imgly-grey-500)}._hidden_18b56_36{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._filetypeNotice_18b56_48{display:block;color:var(--imgly-black-light-color);font-size:.75rem}._cardBlock_evg1r_5,._cardBlock_1naqq_5{display:flex;overflow:hidden;width:100%;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:40px;border-radius:.75rem;background:#fff;box-shadow:var(--imgly-card-shadow);gap:32px}._loadingScreen_1naqq_20{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 32px;text-align:center;width:100%;height:100%;color:var(--imgly-black-light-color)}._spinner_1naqq_32{margin-bottom:24px;animation:_spin_1naqq_32 1s linear infinite}@keyframes _spin_1naqq_32{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._processMessage_1naqq_46{font-size:1.375rem;font-weight:400;line-height:1.45;color:#161617a6;margin:0}._processStatus_1naqq_54{font-size:.875rem;font-weight:400;line-height:1.45;color:#161617a6;margin:8px 0 0}._fullscreenWrapper_tzwy6_5{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;padding:6px;background:transparent}._cesdkContainer_tzwy6_16{width:100%;height:100%}._button_1haec_5{display:inline-flex;align-items:center;gap:8px;padding:.25rem .5rem;border-radius:3rem;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;letter-spacing:.0175rem;cursor:pointer;border:none;font-family:var(--imgly-font-family)}._button_1haec_5:hover{cursor:pointer}._iconWrapper_1haec_25{display:flex;align-items:center;justify-content:center}._iconImg_1haec_31{width:16px;height:16px}._error_1haec_36{border:1px solid rgba(200,17,17,.16);background:#fbdad6;color:#c81111}._error_1haec_36:hover{background:#fec1ba}._warning_1haec_46{border:1px solid rgba(172,97,9,.16);background:#fbecd6;color:#ac6109}._warning_1haec_46:hover{background:#ffdfaf}._popoverContent_1haec_56{background:var(--imgly-black-color);border-radius:var(--imgly-border-radius);box-shadow:var(--imgly-card-shadow);max-width:400px}._messages_1haec_63{padding:1rem;margin:0;margin-left:1rem;color:#fff;-webkit-hyphens:none;hyphens:none;font-size:.875rem;line-height:1.5}._messages_1haec_63 li{margin-bottom:.5rem}._messages_1haec_63 li:last-child{margin-bottom:0}._cardBlock_1qlax_5{display:flex;overflow:hidden;width:100%;flex:1;flex-direction:column;align-items:center;padding:40px;border-radius:.75rem;background:#fff;box-shadow:var(--imgly-card-shadow);gap:24px}._resultScreen_1qlax_19{display:flex;flex-direction:column;width:100%;flex:1;gap:16px}._resultHeader_1qlax_27{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}._infoButtons_1qlax_35{display:flex;flex-direction:row;align-items:center;gap:16px}._comparisonGrid_1qlax_42{display:grid;width:100%;grid-auto-flow:column;grid-gap:16px;grid-template-columns:1fr 1px 1fr;grid-template-rows:max-content 1fr max-content;text-align:center;flex:1}._divider_1qlax_53{width:1px;border-left:1px solid #d9d9d9;background-color:gray;grid-row:span 3}._heading_1qlax_60{margin:0;font-size:.875rem;font-weight:600}._previewLabel_1qlax_66{color:var(--imgly-grey-700, rgba(22, 22, 23, .65));font-family:var(--imgly-font-family);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;letter-spacing:.0175rem}._preview_1qlax_66{display:flex;width:100%;place-items:center;justify-content:center}._preview_1qlax_66>img{max-width:240px;max-height:300px;margin:auto}._comparisonImage_1qlax_89{width:100%;filter:drop-shadow(0px 1px 1.75px rgba(22,22,23,.12)) drop-shadow(0px 2px 2.5px rgba(22,22,23,.12)) drop-shadow(0px 4px 6px rgba(22,22,23,.12)) drop-shadow(0px 0px 2px rgba(22,22,23,.25));object-fit:contain}._noPreview_1qlax_98{max-width:15rem;margin:auto;display:flex;flex-direction:column;gap:.5rem;place-items:center;color:var(--imgly-grey-700, rgba(22, 22, 23, .65));text-align:center;font-family:var(--imgly-font-family);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:.0175rem}._noPreview_1qlax_98 p{margin:0}._actions_1qlax_119{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px}._appContainer_1i8ym_5{container-type:inline-size;display:flex;flex-direction:column;align-items:center;flex:1;width:100%;min-height:calc(100vh - 12px);gap:24px}
