@keyframes floatRight{0%{transform:translateX(-90%);opacity:.5}50%{transform:translateX(-40%);opacity:.6}to{transform:translateX(0);opacity:.5}}@keyframes floatLeft{0%{transform:scaleX(-1) translateX(10%);opacity:.75}50%{transform:scaleX(-1) translateX(70%);opacity:.8}to{transform:scaleX(-1) translateX(95%);opacity:.75}}@keyframes rotator{0%{transform:rotate(0deg)}to{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:200}50%{stroke-dashoffset:50;transform:rotate(135deg)}to{stroke-dashoffset:200;transform:rotate(450deg)}}@keyframes fadeout{0%{opacity:1}to{opacity:0;max-height:0}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes slidein{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes move{0%{background-position:0 0}to{background-position:50px 50px}}.basicLightbox{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);opacity:.01;transition:opacity .4s ease;z-index:1000;will-change:opacity}.basicLightbox--visible{opacity:1}.basicLightbox__placeholder{max-width:100%;transform:scale(.9);transition:transform .4s ease;z-index:1;will-change:transform}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:95%;max-height:95%}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{pointer-events:auto}.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{width:auto;height:auto}.basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox--img .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{width:100%;height:100%;pointer-events:none}.basicLightbox--visible .basicLightbox__placeholder{transform:scale(1)}.lightbox{cursor:pointer}.basicLightbox img{border-radius:8px}:root{--white:#ffffff;--white_rgb:255, 255, 255;--dark:#444;--midgray:#1f1f1f;--darkgray:#0a0a0a;--darkgray_rgb:10, 10, 10;--primary_rgb:0, 10, 18;--darkblue:#1565c0;--darkblue_rgb:21, 101, 192;--blue_darker:#10519b;--blue_darker_rgb:16, 81, 155;--blue_active:#0d4484;--bluegray:#FAFAFC;--newbluegray:#DCE7ED;--subtext:#333333;--lightgray:#e2e2e2;--lighttext:#787878;--gray:#E9E9E9;--sidegray:#F9F9F9;--lightergray:#F8F8FA;--green:#09AA51;--green_rgb:52, 168, 83;--blue:#1565c0;--midnight:#0d47a1;--midnight_rgb:13, 71, 161;--blue_rgb:21, 101, 192;--bluelight:#1e88e5;--bluelight_rgb:30, 136, 229;--bluelighthover:#1976D2;--orange:#FBBC04;--yellow:#FFC808;--orange_rgb:251, 188, 4;--red:#EA4335;--red_rgb:234, 67, 53;--lighter_rgb:55, 71, 79;--sitebg:var(--white);--textcolor:var(--darkgray);--sitewidth:1250px;--contentwidth:1140px;--headerheight:54px;--sidebarwidth:330px;--primary:#000000;--primary_rgb:0, 0, 0;--linkcolor:rgba(var(--blue_rgb),.85);--linkhover:rgba(var(--blue_rgb),.92);--linkactive:rgba(var(--blue_rgb),1);--appblue:var(--blue)}.theme-dark{--white:#E9E9E9;--textcolor:var(--white);--linkcolor:var(--bluelight);--appblue:var(--midnight)}*,::after,::before{box-sizing:border-box}body,button,ol{margin:0}figure,h1,h2,h4,h5,h6,p,ul{font-size:1em;padding:0;margin:0}ol{font-size:1em}button{padding:0}ul{list-style:none}a{text-decoration:none;color:inherit}body,li,p{line-height:1.6}img,svg,video{max-width:100%;height:auto}input,select{border:0}button,input,select,textarea{font:inherit;background:0 0;color:inherit;outline:0;-webkit-border-radius:0}input[type=button],input[type=email],input[type=submit],input[type=text],textarea{-webkit-appearance:none}table{border-collapse:collapse}button,iframe{border:0}#sitemenu ul,html{height:100%}body{min-height:100%;display:flex;flex-direction:column;position:relative;font-family:system-ui,-apple-system,BlinkMacSystemFont,Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;background:#edf6fa;color:var(--textcolor);text-align:center;padding:0}.theme-dark body{background:rgba(var(--darkgray_rgb),.95)}body.view{position:fixed;height:100vh;overflow-y:hidden}#app,main{overflow:hidden}#app{width:1px;height:1px;opacity:0}body.view #app{width:100%;min-height:150px;height:auto;opacity:1}main{position:relative;flex:1 auto;flex-grow:1}ol,ol li,p{margin-bottom:1em}ol{list-style:decimal;padding:0 0 0 30px}p a{color:var(--linkcolor)}p a:hover{color:var(--linkhover)}p a:focus{color:var(--linkactive)}.clouds{height:100%;width:100%;position:absolute;left:0;top:0;pointer-events:none;overflow:hidden;z-index:0}.bgcloud{height:auto;fill:rgba(var(--white_rgb),.2);position:absolute;transform:translateZ(.1)}.bgcloud:first-child{height:75%;bottom:-2%;opacity:.5;animation:floatRight 120s linear forwards}.bgcloud:nth-child(2){height:90%;bottom:-2%;opacity:.75;transform:scaleX(-1) translateZ(.1);animation:floatLeft 120s linear forwards}.visuallyhidden{position:absolute;width:1px;height:1px;clip:rect(0 0 0 0);padding:0;border:0;margin:-1px;overflow:hidden}.hidden{display:none}.centered{text-align:center}.icon{font-size:2em;vertical-align:middle;margin-right:.25em}.spinner{width:1em;height:1em;margin-right:5px;animation:rotator 1.4s linear infinite}.path{stroke-dasharray:200;stroke-dashoffset:0;transform-origin:center;stroke:var(--blue);animation:dash 1.4s ease-in-out infinite}.btn.external,.progressspin{justify-content:center;align-items:center}.progressspin{display:flex;margin:15px auto}.loading .progressspin .spinner{margin-right:10px}.btn.external{display:inline-flex}.external:after{width:1em;height:1em;display:inline-block;background-image:url(/svg/external.svg);background-size:1em;background-repeat:no-repeat;content:"";margin-left:.25em}.btn{display:inline-block;font-weight:600;cursor:pointer;border-radius:5px;padding:.5em 1em;transition:background-color .2s ease}.btn svg{height:1em;width:auto;margin-right:8px}.buttonrow .btn{margin-bottom:.5em}.close{background-color:rgba(var(--red_rgb),.85);color:var(--white)}.close:hover{background-color:rgba(var(--red_rgb),.92)}.close:active{background-color:rgba(var(--red_rgb),1)}.btnprimary,.theme-dark article a.btnprimary{background:rgba(var(--blue_rgb),.85);color:#fff}.btnprimary:hover{background:rgba(var(--blue_rgb),.92);color:#fff}.btnprimary:active{background:rgba(var(--blue_rgb),1);color:#fff}.btnprimary:focus{color:#fff}.btngreen{background:rgba(var(--green_rgb),.85);color:#fff}.btngreen:hover{background:rgba(var(--green_rgb),.92)}.btngreen:active{background:rgba(var(--green_rgb),1)}.btngrey{background:var(--lighttext);color:#fff}.btnlgrey{background:#eee}.btnlgrey:hover{background:#e0e0e0}.btnlgrey:active{background:silver}.theme-dark .btnlgrey{color:var(--dark)}.btnlgrey.active{background:rgba(var(--blue_rgb),1);color:#fff}.btnclear{background:0 0;border:1px solid #e1e1e1}.btnclear:hover{background:rgba(var(--blue_rgb),.92);color:#fff}.btnclear.active,.btnclear:active{background:rgba(var(--blue_rgb),1);color:#fff}.adTopLB{display:block;min-height:90px;text-align:center;overflow:hidden;width:100%;max-width:none;background:rgba(var(--primary_rgb),.5);height:120px;margin:0 auto}.ad,.adTopLB{display:flex;align-items:center;justify-content:center}.blb{min-height:280px;text-align:center;margin-bottom:30px}.formatcard .blb{margin:30px 0 0}.adsbygoogle{margin:0 auto}.underline{text-decoration:underline}.upper{text-transform:uppercase}.pagetitle,.subheading{font-size:1.75em}.title{line-height:1.4}#main,.adViewLB{width:100%;display:flex}#main{margin:0 auto;padding:0}article{font-size:1.125em;text-align:left}article .heading{margin:40px 0 15px}article a{font-weight:600;color:var(--blue)}.theme-dark article a{color:var(--bluelight)}.adViewLB{height:250px;justify-content:center;align-items:center;background:var(--sidegray);border-top:1px solid rgba(var(--darkgray_rgb),.1)}@media screen and (max-height:1000px){.adViewLB{height:100px}}#siteheader,.appheader{width:100%;height:var(--headerheight);position:fixed;top:0;left:0;color:var(--white)}#siteheader{padding:0 15px;background:var(--darkgray);background-image:radial-gradient(ellipse at calc(125px + ((100% - var(--sitewidth))/2))0,rgba(255,255,255,.15),rgba(255,255,255,0) 85%);z-index:2}.appheader{background:#212121;z-index:4;padding:0 6px 0 0}.logoarea{display:flex;align-items:center;width:var(--sidebarwidth);border-right:1px solid #424242}.appheader .sitemenu{margin-right:20px}#sidebartoggle-mobile{display:none}#sidebartoggle,#sidebartoggle-mobile{cursor:pointer;margin:0 20px}#sidebartoggle svg,#sidebartoggle-mobile svg{display:block}body:not(.view) #siteheader:not(.scrolled){background:0 0;border-bottom:none;box-shadow:none;color:var(--white)}body:not(.view) #siteheader:not(.scrolled) .logo #text path{fill:var(--darkgray)}#homepixel{position:absolute;width:1px;height:1px;top:var(--headerheight);left:0}.view #app,.view #app.apptop{width:100%;position:fixed;top:0;bottom:0;left:0;padding:0;padding-top:var(--headerheight);margin:0;z-index:4}#app.apptop{padding-top:83px;padding-bottom:90px}.view #app:before{width:100%;height:100%;background:#000;position:absolute;top:0;left:0;content:"";z-index:3}#siteheader .content,.appheader .content{height:100%;display:flex;align-items:center;margin:0 auto}#siteheader .logo,.appheader .logo{height:100%;display:flex;fill:var(--white);align-items:center;margin-right:5px;transition:background-color .2s ease}#siteheader .logo{padding:0 15px}.theme-dark .appheader{background-color:var(--darkgray)}.logo svg #logocheck{fill:var(--green);display:none}#sidebar .logo{height:50px;display:flex;justify-content:center;background:#000}.siteheader-middle{display:flex;flex:1;padding-right:10px}#sitetag{font-size:.875em}.siteheader-right{height:100%;display:flex;justify-self:flex-end;align-items:center}.headerupload{cursor:pointer;border-radius:6px;padding:.5em 1em}#headerupload.loaded,.headerupload.loaded{display:block;visibility:visible}#headerupload svg,.headerupload svg{height:1em;width:1.375em;margin-bottom:-3px}.headerupload svg path{fill:var(--white)}#menuclose,#menuopen{display:none;cursor:pointer}#menuopen{position:relative;padding:5px;z-index:2}#menuopen svg,.dragmessage span{display:block}#menuclose{position:absolute;top:14.5px;right:15px;padding:5px 7px}#sitemenu li,.sitemenu li{height:100%;display:inline-block;vertical-align:top}#headerupload,#sitemenu a,.sitemenu a{height:100%;display:flex;align-items:center;cursor:pointer;padding:0 20px;transition:background-color .2s ease}#headerupload{visibility:hidden}#siteheader .logo:hover,#sitemenu a:hover{background-color:rgba(var(--black_rgb),.1)}#siteheader .logo:active,#sitemenu a:active{background-color:rgba(var(--black_rgb),.2)}.pageheading{font-size:2em;margin-bottom:1em}.center{text-align:center}.iconheading{display:flex;align-items:center;justify-content:center}.iconheading svg{margin-right:15px}svg.warning{fill:var(--yellow)}.alt .pageheading{font-size:2em;line-height:1.4;color:var(--white);margin:20px auto 40px}.alt .pageheading svg{height:1em;width:auto;fill:var(--yellow);vertical-align:text-top;margin-right:10px}#errors{min-height:36px;width:100%;position:absolute;background:var(--orange);padding:1em;z-index:5}.alert path{fill:var(--orange)}.hero{position:relative;background-image:radial-gradient(rgba(var(--blue_rgb),.88),rgba(var(--blue_rgb),1) 75%);text-align:center;padding:84px 30px 45px}.hero.overlap{padding-bottom:90px}.home .hero.overlap{padding-top:100px;padding-bottom:140px}.overlap+.contentarea{padding-top:0}.overlap+.homecontent{margin-top:-30px}.overlap+.contentarea .page:first-child{margin-top:-25px}.theme-dark .hero{background:var(--white);background-image:radial-gradient(rgba(var(--midnight_rgb),.85),rgba(var(--midnight_rgb),1) 100%)}.hero .subheading,.hero h1{color:var(--white);margin-bottom:30px}.hero h1 svg{max-width:65%}.hero svg.tagline{width:300px;height:auto;fill:rgba(var(--blue_rgb),1);margin-left:300px}.steps{max-width:800px;display:flex;font-size:1.5em;font-style:italic;justify-content:space-around;margin:0 auto}.num,.step{align-items:center}.step{display:flex}.num{width:2em;height:2em;display:inline-flex;justify-content:center;background:var(--green);color:var(--white);border-radius:50%;margin-right:30px}.contentarea{position:relative;max-width:var(--contentwidth);padding:60px 30px;margin:0 auto;z-index:1}.cols{display:flex;justify-content:space-between;margin-bottom:30px}.col{width:calc((100% - 60px)/3);text-align:left;padding:30px}.card{background:var(--white);box-shadow:0 0 10px rgb(0 0 0/10%);border-radius:10px}.theme-dark .card{background:var(--midgray)}.card .title{font-size:1.5em;margin-bottom:30px}.card p:last-child{margin-bottom:0}.page{padding:30px 45px;margin-bottom:30px}.hasheader{position:relative;padding-top:90px}.hasfooter{position:relative;padding-bottom:90px}.cardfooter,.cardheader{width:100%;min-height:55px;display:flex;position:absolute;left:0;align-items:center}.cardheader{justify-content:center;top:0;text-align:center;padding:.5em 15px}.cardfooter:after,.cardheader:after{width:calc(100% - 60px);position:absolute;left:30px;content:"";border-bottom:1px solid var(--gray)}.cardheader:after{bottom:0}.cardfooter{bottom:0;flex-wrap:wrap;justify-content:space-between;padding:0 15px;margin-top:30px}.cardfooter:after{top:0}.prevnext{width:100%;text-align:center;margin:15px auto}.cardfooter a{flex:1;text-align:center}.cardfooter a:first-child{text-align:left}.cardfooter a:last-child{text-align:right}.cardfooter .btn{flex:none;margin:0 auto}.single{margin-top:60px}.split,.toolpanel.hidden+.panelwrapper+.toggleopen{display:flex}.split .left{flex:1;order:0}.split .right{flex:1;order:1;padding-left:60px}.noview p,.pagetitle{margin-bottom:30px}.topbg{width:100%;height:300px;position:absolute;left:0;background:var(--appblue)}.uploader{position:relative;animation:fadein .25s ease}.actions ul,.hero .uploader{color:var(--white)}.view .uploader{max-height:0;margin:0}.view .uploader .content,.view .uploader label{opacity:0}#driveButton{display:inline-flex;align-items:center;background-color:var(--white);color:var(--linkcolor);cursor:pointer;position:relative;z-index:1;font-size:.8em;padding:.25em .75em;border:0;border-radius:4px;box-shadow:0 0 10px rgb(0 0 0/10%);transition:all .2s ease}.format #driveButton{background-color:var(--bluelight);color:var(--white)}#driveButton:active .drivelogo,#driveButton:hover .drivelogo,.actions button:hover path,.actions path,.dragbox .cloud path,.dragbox svg,.format #driveButton svg,.format .uploader .dragoverlay .cloud path,.theme-dark .category[data-cat=image] path,.uploader .cloud path{fill:var(--white)}#driveButton:hover{background-color:var(--bluelighthover);color:var(--white)}#driveButton:active,.actions button:hover{background-color:var(--blue)}.drivelogo{fill:var(--linkcolor);margin-right:.5em}.uploader .content{width:100%;height:100%;position:absolute;top:0;left:0;font-size:1.25rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.uploader .title{font-size:1.5rem;font-weight:500;margin-bottom:30px}.uploader .direction,.userfilelabel{display:flex;justify-content:center;align-items:center}.uploader .direction{margin-bottom:15px}.userfilelabel{width:795px;max-width:var(--contentwidth);min-height:250px;text-align:center;cursor:pointer;border:7px dashed rgba(var(--primary_rgb),.5);border-color:var(--white);border-radius:20px;margin:0 auto}.format .userfilelabel{height:250px}.right .userfilelabel{width:100%}.uploader .cloud{height:4rem;width:4rem;margin:0 20px 0 0}#userfile{opacity:0;width:1px;height:1px}.dragoverlay,.modaloverlay{display:none;width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.5);z-index:20}.dragoverlay{justify-content:center;align-items:center;pointer-events:none}.modaloverlay{pointer-events:all}.drag .dragoverlay,.dragoverlay .dragbox,.modaloverlay{display:flex;justify-content:center;align-items:center}.drag .dragoverlay{animation:fadein .3s ease forwards}.dragoverlay .dragbox{width:500px;height:500px;max-width:85%;max-height:85%;backdrop-filter:blur(3px);color:var(--white);background:rgba(0,0,0,.6);padding:30px;border-radius:45px;pointer-events:none}.dragmessage{text-align:center;font-weight:700;font-size:1.125em}.dragbox svg{width:100px;height:auto;display:inline-block;margin:0 auto 15px}.viewwrapper{width:100%;height:100%;left:0}.actions button,.viewwrapper .hero{display:flex;align-items:center;height:100%}.viewwrapper .hero{width:100%;justify-content:center;position:absolute}.viewwrapper .herocontent{max-width:100%}.viewcontainer{display:none}.view .viewcontainer{min-height:100%;display:block;position:relative;z-index:3}.actions{margin-left:20px;display:inline-block}.actions ul{width:100%;display:block;background:var(--darkgray);text-align:center}.actions>li{position:relative;display:inline-block;height:100%;margin-right:15px}.actions button{padding:0 1em;font-weight:700;cursor:pointer;border-right:1px solid rgba(var(--darkgray_rgb),.1);transition:all .2s ease}.actions .btn{background:#424242;color:var(--white);padding:.5em 1em}.actions .open .btn{border-bottom-left-radius:0;border-bottom-right-radius:0}.actions .btn.active{background:var(--blue)}.actions button:hover{color:var(--white)}.actions path{stroke:var(--white);transition:fill .2s ease}.actions button path.transparent{fill:none}.actions .subnav{width:100%;position:absolute;left:0;background:var(--white);color:var(--darkgray)}.actions .subnav button{width:100%;display:block;text-align:center;padding:.25em .5em;border-radius:0;border-top:1px solid rgba(var(--darkgray_rgb),.1);transition:background-color .2s ease}.modal{width:600px;max-width:90%;background:var(--white);color:var(--textcolor);border-radius:10px}.theme-dark .modal{background:var(--midgray)}.modalheader{display:flex;justify-content:center;align-items:center;width:100%;min-height:var(--headerheight);font-weight:700}.modalbody{padding:30px 15px}.modalbody .progressspin{display:flex;align-items:center;margin:0 auto}.btngreen .progressspin .path{stroke:#fff}.imgoptions .modalbody{padding:0}.imgoptions .tab-content{min-height:320px;padding:30px}.tabs{display:flex;background:var(--lightgray);padding:5px 5px 0}.theme-dark .tabs{background:#151515}.tabs [role=tab]{flex:1;cursor:pointer;padding:.5em}.tabs .active{background:var(--white);border-top-left-radius:5px;border-top-right-radius:5px}.theme-dark .tabs .active{background:var(--midgray)}.modalfooter{text-align:center;padding-bottom:15px}.modalerror{width:100%}.imgoptions .modalfooter{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1em;padding:1em}.imgoptions .modalfooter label{display:flex;align-items:center;flex:1;text-align:left}.imgoptions .modalfooter input{flex:1;padding:.5em 1em;border-radius:8px;outline:0;border:1px solid var(--lightgray);margin:0 .5em}.form-groups{align-items:center;max-width:500px;margin:0 auto}.form-group-contents{flex:1;text-align:left}.imgoptions input[type=number],.imgoptions select{height:2.5em;line-height:1.4;padding:.4em;border:1px solid #e1e1e1}input[type=checkbox]{height:1em;width:1em;border:1px solid #e1e1e1;margin:0}.form-group-vcenter{display:flex;align-items:center}.imgoptions input[type=number]{width:100%;display:block}.form-group,.imgdims{justify-content:center}.imgdims{width:100%;display:flex;align-items:center;padding:0;border:0;margin:0}.form-group{margin-bottom:15px}.form-group .form-label{min-width:185px;text-align:right;margin-right:.5em}.form-group,.imgdim,.imgdims .form-group-contents{display:flex;align-items:center}.imgdims legend{float:left;display:inline-block;text-align:center;padding:0;margin-right:.5em}.imgdim{justify-content:center}.imgdim input[type=number]{width:5em;margin:0}.imgdims button{display:block;padding:0 .5em}.imgdims button svg{display:block;fill:var(--textcolor)}.imgoptions .check{margin-bottom:-2px}.imgoptions .sliderinput{display:flex;align-items:flex-start;justify-content:center}.sliderinput.disabled{opacity:50%}.sliderinput .slidercontrols{display:flex;align-items:center}.sliderinput label{line-height:40px}.slidercontrols input,.slidercontrols input[type=range]{display:block;margin-right:.5em}.imgoptions input[type=checkbox]{border:1px solid #e1e1e1}.slidercontrols input[type=range]::-webkit-slider-thumb{background:#eee;border:1px solid #e1e1e1}.sliderpresets{margin-top:1em}.sliderpresets .btn{font-size:.825em;margin-right:.5em}.modal .close{margin:0 auto}.banner,.namebanner{height:45px;position:relative}.banner{background:var(--blue);background:rgba(var(--blue_rgb),.85);font-size:.875rem;box-shadow:0 0 10px rgb(0 0 0/50%);z-index:4}.namebanner{display:inline-flex;justify-content:center;align-items:center;color:var(--white);font-weight:700;backdrop-filter:blur(10px);padding:0 30px;z-index:2}.viewer{width:100%;min-height:100%;position:absolute;background:var(--white);top:0;bottom:0;display:flex;align-items:flex-start;padding-left:var(--sidebarwidth);z-index:3;transition:padding .2s ease}.viewer.sidebar-closed{padding-left:0}.sbtoggle{width:30px;height:30px;position:fixed;left:15px;bottom:15px;padding:5px;cursor:pointer;z-index:1}.sbtoggle.mobile{display:none}.sbtoggle .icon{height:100%;width:100%;position:relative;background:var(--white);border:2px solid var(--subtext);border-radius:5px;overflow:hidden}.sbtoggle .icon:before{width:33%;height:100%;position:absolute;top:0;left:0;background:rgba(var(--darkgray_rgb),.2);content:"";border-right:2px solid var(--subtext)}.theme-dark .imgfooter,.theme-dark .viewer{background:var(--midgray)}.panelwrapper,.viewpanel{width:100%;height:100%;position:relative;display:flex;flex:1;flex-flow:column;align-items:center;justify-content:center}.viewpanel{font-size:1.125em;text-align:center;opacity:0;animation:fadein 1s ease forwards;overflow:auto}.vptitle{align-self:flex-start;font-size:.875rem;padding:.5em;margin-left:15px}.imgwrapper{padding:30px}#srcImg{opacity:0;width:0;height:0;pointer-events:none}.image-viewer,.video-viewer{width:100%;height:calc(100% - 70px)}#timeline,.video-viewer{display:flex;justify-content:center;align-items:center}#app .viewer-backdrop{background:0 0}.imgfooter{width:100%;height:70px;padding-bottom:15px}#timeline{height:100%;width:150px;padding:0 1em}#lapsed{height:100%;background:green;transition:width 1s ease}.viewtools{display:inline-flex;height:100%;background:var(--subtext);border-radius:6px}.theme-dark .viewtools{background:#424242}.viewtools button{height:100%;min-width:50px;color:var(--white);padding:0 1em}.theme-dark .viewtools button:first-child{border-color:rgba(var(--white_rgb),.5)}.viewtools button:last-child{font-size:.85em}input[type=range]::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background:var(--gray);border-radius:1.3px}input[type=range]:focus::-webkit-slider-runnable-track{background:var(--gray)}input[type=range]::-moz-range-track{width:100%;height:4px;cursor:pointer;background:var(--gray);border-radius:1.3px}input[type=range]::-ms-track{height:4px;border-width:16px 0}input[type=range]::-ms-fill-lower{background:var(--gray);border-radius:2.6px}input[type=range]:focus::-ms-fill-lower{background:var(--gray)}input[type=range]::-ms-fill-upper{background:var(--gray);border-radius:2.6px}input[type=range]:focus::-ms-fill-upper{background:var(--gray)}input[type=range]{-webkit-appearance:none;width:100%;background:0 0;padding:0;margin:0}input[type=range]:focus{outline:0}input[type=range]::-ms-track{width:100%;cursor:pointer;background:0 0;border-color:transparent;color:transparent}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border:1px solid #000;height:36px;width:10px;background:#fff;cursor:pointer;margin-top:-16px}input[type=range]::-moz-range-thumb{border:1px solid #000;height:36px;width:10px;background:#fff;cursor:pointer}input[type=range]::-ms-thumb{border:1px solid #000;height:36px;width:10px;background:#fff;cursor:pointer}audio{width:90%}.lowconfidence{margin-top:15px}.lowconfidence ol{list-style:decimal;text-align:left;margin:30px}.lowconfidence li{margin-bottom:15px}.noview{padding:30px}.viewimg,.viewvector,.viewvid{max-height:calc(100vh - 180px);opacity:0;box-shadow:0 0 10px rgb(0 0 0/50%);animation:fadein .3s ease forwards}.viewvector{min-width:256px;max-width:100%;height:auto;box-shadow:none}.drag .viewoffice,.drag .viewpdf{pointer-events:none}.viewplain{height:100%;width:100%;max-width:100%;text-align:left;overflow:auto}.viewplain pre{min-height:100%;margin:0!important;overflow:hidden}.viewplain code[class*=language-],.viewplain pre,pre[class*=language-]{white-space:pre-wrap}.viewplain [contenteditable]:focus{outline:0 solid transparent}pre[class*=language-].line-numbers>code{white-space:pre-wrap!important}.viewplain.inspect pre[class*=language-].line-numbers{white-space:unset!important}.viewplain.inspect pre[class*=language-].line-numbers>code.hexview{white-space:pre!important}#webviewer{width:100%;aspect-ratio:8.5/11}.toolpanel{background:var(--sidegray);width:var(--sidebarwidth);height:100%;display:flex;flex-direction:column;position:absolute;left:0;align-self:stretch;font-size:.875em;z-index:1;border-right:1px solid rgba(var(--darkgray_rgb),.1);transition:all .2s ease}.viewer.sidebar-closed .toolpanel{transform:translateX(-100%)}.toolpanel .content{height:calc(100% - var(--headerheight));overflow:auto;border-bottom:1px solid rgba(var(--darkgray_rgb),.1)}.toggle,.toolpanel footer{display:flex;position:absolute;justify-content:center;align-items:center}.toolpanel footer{width:100%;height:var(--headerheight);bottom:0;left:0}.theme-dark .toolpanel{background:#151515;color:var(--white)}.toolpanel footer svg{height:1.2em;width:auto;display:block;fill:var(--textcolor);cursor:pointer}.toolpanel.hidden{display:none}.toggle{height:30px;width:30px;cursor:pointer;transition:background-color .2s ease;z-index:2}.toggleopen{display:none;height:100%;align-items:flex-start;background:rgba(var(--primary_rgb),.1);padding-top:30px;box-shadow:0 0 10px rgb(0 0 0/20%)}.toolpanel .toggle{right:7.5px;top:7.5px;border:1px solid var(--gray);border-radius:5px}.toggle:hover{background:rgba(var(--primary_rgb),.05)}.toggle:active{background:rgba(var(--primary_rgb),.1)}.toolpanel .drawercontent{text-align:left;padding:10px 20px 15px;border-bottom:1px solid rgba(var(--darkgray_rgb),.1)}.toolpanel details:last-child .drawercontent{border-bottom:none}.toolpanel summary{display:flex;align-items:center;width:100%;position:relative;font-size:1.25em;font-weight:700;text-align:left;cursor:pointer;padding:.5em 1em}.toolpanel summary:after{width:10px;height:10px;position:absolute;right:1em;content:" ";font-size:1.5em;border:1px solid var(--textcolor);border-top:none;border-right:none;transform:rotate(45deg);transition:transform .2s ease}summary{outline:0}details summary::-webkit-details-marker{display:none}.toolpanel details[open] summary:after{transform:rotate(-45deg)}.theme-dark .toolpanel .title{background:rgba(var(--white_rgb),.05)}.filesummary,.metacontent li{display:flex;align-items:center}.filesummary{background:#eee;font-weight:700;padding:15px;margin-bottom:15px}.theme-dark .filesummary{background:rgba(var(--white_rgb),.1)}.filesummary .ficon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(var(--darkgray_rgb),.1);border-radius:5px;margin-right:15px}.filesummary img{width:54px;height:auto}.filesummary .details{flex:1;text-align:left;overflow:hidden}.filesummary .filename{font-size:1.25em}.filesummary .properties{font-weight:400;color:var(--lighttext)}#showalldata,.fitype{display:block;font-weight:700}.fitype{text-align:left;margin-bottom:.5em}.viewer header{grid-column:2/2;background:rgba(var(--blue_rgb),.8);color:var(--white);text-align:left;border-bottom:1px solid var(--gray);font-weight:700;padding:1em}.metacontent{margin-bottom:10px}.metacontent li{margin-bottom:.25em}.proplabel{width:120px;font-weight:700;text-align:right;margin-right:15px}.typeinfo .proplabel{width:100px}.propdata{width:190px;text-align:left;overflow:hidden;text-overflow:ellipsis}#showalldata{text-align:center;padding-top:5px;margin:5px auto}#showalldata,.viewmore{color:var(--linkcolor);cursor:pointer}.moredata.hidden,.progress.processing .progressbar{display:none}ul.moredata:not(:last-child){margin:0}.notice{display:flex;position:relative;align-items:center;background:rgba(var(--blue_rgb),.2);text-align:left;padding:15px}.notice:before{height:26px;width:26px;display:inline-block;flex-shrink:0;background:rgba(var(--blue_rgb),.8);color:#fff;content:"i";line-height:26px;text-align:center;font-weight:700;border-radius:50%;margin-top:1px;margin-right:12px}.notice p{margin-bottom:0}.summary{text-align:left;margin-bottom:18px}.summary a{text-decoration:underline}.filink{margin-bottom:30px}.fimore{width:100%;display:block;text-align:center}.textlink{border-bottom:1px solid}.actionlink{color:var(--blue);font-weight:700}.actionlink:after{font-size:1.2em;line-height:0;content:"→";margin-left:.5em}.convertoptions{margin-bottom:20px}.convertoptions .heading{display:block;font-weight:700;margin-bottom:1em}.convertoptions ul{display:flex;justify-content:center}.convertoptions button{background:rgba(var(--blue_rgb),.85);color:#fff;margin-right:5px}.convertoptions button:hover{background:rgba(var(--blue_rgb),.92)}.convertoptions button:active{background:rgba(var(--blue_rgb),1)}.convertoptions li:last-child button{margin-right:0}.action{display:inline-block;padding:.5em 1em;background:var(--green);color:var(--white);cursor:pointer;border-radius:5px}.progress{width:200px;height:30px;background:var(--white);position:relative;line-height:30px;padding:0 5px}.progress .status{position:relative;backdrop-filter:blur(3px);z-index:10;padding:0 15px}.progress.converting,.progress.processing{background-color:var(--green);color:var(--white)}.progressbar,.progressbar:after{content:"";position:absolute;top:0;left:0}.progressbar{height:30px;align-items:center;background:var(--green);color:var(--white);text-align:right;padding:0 5px;transition:width .2s ease}.progressbar:after{width:100%;height:100%;overflow:hidden}.progress.converting .progressbar{width:100%;background:var(--green)}.convertoptions ul.viewmodes{display:inline-flex;border:1px solid rgba(var(--darkgray_rgb),.5);border-radius:5px;overflow:hidden;margin:0 auto 15px}.viewmodes button,button.controlbtn{cursor:pointer;padding:.5em 1em;margin:0}.controlbtn{display:flex;justify-content:center;align-items:center}.controlbtn svg{height:1.5em;width:1.5em;fill:var(--white);stroke:var(--white)}.controlbtn#flipV svg{transform:rotate(90deg)}.viewmodes .inactive{background:0 0;color:var(--textcolor)}.viewmodes .inactive:active,.viewmodes .inactive:hover{color:var(--white)}.controlbtn:hover,.viewmodes button.active{background:rgba(var(--blue_rgb),.85);color:var(--white);transition:all .2s ease}.controlbtn:active{background:rgba(var(--blue_rgb),.92);color:var(--white)}.viewmodes button:last-child{border-right:none}.theme-dark .controlbtn,.theme-dark .convertoptions ul.viewmodes,.theme-dark .viewmodes button{border-color:rgba(var(--white_rgb),.5)}.formats .contentarea{padding-top:0}.formats .page{max-width:900px;margin:0 auto}.formats #app{max-width:800px;margin:0 auto}.view.formats #app{max-width:none}.typesearch{width:100%;max-width:530px;background:var(--white);font-size:1.125rem;position:relative;border-radius:8px;box-shadow:2px 2px 6px 0 rgb(0 0 0/6%);margin:0 auto 45px}.typesearch input{display:block;width:100%;padding:1em 1em 1em 2.75em;border-radius:8px;outline:0;border:1px solid var(--darkgray)}.theme-dark .typesearch{background:var(--darkgray)}.typesearch .clear,.typesearch .mglass{position:absolute;top:calc(50% - 12px);z-index:2}.typesearch .mglass{left:.75em}.typesearch .clear{right:.75em;cursor:pointer}.typesearch .clear.hidden{display:none}.formats .pageheading{text-align:center}.categories,.category{transition:all .2s ease}.categories{width:100%;max-height:100%;max-width:var(--contentwidth);display:flex;flex-wrap:wrap;justify-content:space-between;margin:-30px auto 30px}.categories.hidden{max-height:0;opacity:0;overflow:hidden;margin:0}.categorybg.hidden,.typessection .heading-medium.hidden{display:none}.category{width:calc((100% - 76px)/8);display:block;color:var(--darkgray);background-color:#fff;font-size:.875rem;font-weight:700;cursor:pointer;padding:20px 8px;border-radius:10px;box-shadow:2px 2px 6px 0 rgba(0,0,0,.06);margin-bottom:8px}.theme-dark .category{background-color:var(--midgray);color:var(--white)}.category svg{display:block;margin:0 auto 15px}.category path{transition:fill .2s ease}.category:hover{transform:scale(1.1)}.supportedtypes{min-height:calc(100vh - 580px)}.typessection{max-width:950px;background:#fff;padding:45px 65px;box-shadow:2px 2px 6px 0 rgba(0,0,0,.06);margin:0 auto}.types{width:100%;max-width:530px;margin:0 auto}.type_category,.typessection .heading-medium{margin-bottom:45px}.types .type_category.searching,.view .format #app{margin:0}.type_category.searching .title,.types .type.hidden{display:none}.type,.types .type{display:flex;align-items:center;padding:10px 0}.types .type{padding:5px 0}#welcome_form,.types .type_category{margin-bottom:30px}.types .title{font-size:1.5em;margin-bottom:15px}.types .extension{width:100px;display:block;font-weight:800;margin-right:15px}.types .name{flex:1}.format h1,.noresults{text-align:center}.noresults.hidden{display:none}.totop{position:fixed;bottom:30px;right:30px;cursor:pointer;transition:opacity .3s ease}.totop.hidden{opacity:0;pointer-events:none}.format h1{font-size:2.75rem;line-height:1;font-weight:700;margin-bottom:0}.formatcard ol,.formatcard ul{list-style:disc;padding-left:2em}.formatcard li{margin-bottom:10px}.fibanner{width:100%;position:absolute;top:0;left:0;background:rgba(var(--green_rgb),.5);text-align:center;font-weight:600;padding:.5em}.format .title{display:block;font-size:1.5em;margin:30px 0}.format .pagetitle{margin-bottom:60px}.format .entryIcon{max-width:50%;width:164px;height:164px;float:left;border:1px solid var(--gray);border-radius:5px;margin:5px 30px 15px 0}.format .entryIcon img{width:128px;height:auto}.format .entryIcon,.format .right{display:flex;justify-content:center;align-items:center}.format #app{min-height:200px;margin:10px auto 40px}.format .userfilelabel{border-color:var(--blue);margin-bottom:30px}.theme-dark .format .userfilelabel{border-color:var(--bluelight)}.format .uploader{margin:15px 0 45px}.format .uploader .cloud path{fill:var(--textcolor)}.filehelper{max-width:var(--contentwidth);text-align:left;margin:0 auto}.filehelper .title{margin-top:5px}.format .filehelper .centered{margin:35px auto 15px}.homecontent .filehelper{padding-left:30px;padding-right:30px}.form button,.form label{display:block;font-size:.875rem}.form label{text-align:left;font-weight:700;text-transform:uppercase;color:var(--blue);margin-bottom:10px}.theme-dark .form label{color:var(--whiite)}.form .optional{font-size:.875em;color:var(--gray);text-transform:lowercase;margin-left:10px}.form .cfieldhid{display:none}.form input,textarea{width:100%;display:block;line-height:1.4;padding:.7em;border:1px solid #e1e1e1;margin-bottom:30px}.form button{width:100%;margin-top:30px;margin-right:auto}.contact.section{padding-top:45px}#sitefooter,.contact .pagetitle{text-align:center}.contact .form{max-width:500px;width:100%;margin:0 auto}.contact .subheading{margin-bottom:45px}#sitefooter{background:var(--newbluegray);padding-bottom:2px}#sitefooter .gwmbadge{margin-top:.5em}.theme-dark #sitefooter{background:var(--darkgray)}#sitefooter .content{max-width:var(--contentwidth);margin:0 auto}#sitefooter .cols{justify-content:center}#sitefooter .ad{padding:0}.links a{font-size:1rem;line-height:2}#sitefooter .title{margin-top:0}#bottomfooter{font-size:12px;padding:0 15px}.togglewrapper{display:inline-flex;align-items:center}#themetoggle{width:26px;height:14px;display:inline-block;position:relative;line-height:14px;font-size:12px;vertical-align:text-top;background-color:gray;border-radius:20px;transition:background-color .2s ease;color:#cfd8dc;text-align:right;padding-right:9px;margin-top:1px}#themetoggle:after{width:10px;height:10px;content:"";position:absolute;top:2px;left:2px;background:var(--white);border-radius:50%;transition:all .2s ease}#darktheme{width:0;height:0;opacity:0;margin:0}label[for=darktheme]{cursor:pointer}label[for=darktheme]:first-child{margin:0 5px}#themetoggle span{display:inline-block;position:relative;line-height:16px;font-size:.85rem;border-left:2px solid var(--white)}#darktheme:checked+#themetoggle{background:var(--light);background:#1976d2}#darktheme:checked+#themetoggle:after{left:calc(100% - 2px);transform:translateX(-100%)}@media screen and (max-width:1140px){.category{width:calc((100% - 24px)/4)}.appheader .sitemenu{display:none}}@media screen and (max-width:1040px){.hero{padding:90px 30px 45px}.contentarea{padding:30px}.pageheader{padding-top:45px}.cols-three,.split{display:block}.cols-three .col{width:100%;margin-bottom:30px}#sitefooter .cols{flex-wrap:wrap;justify-content:left;padding:30px 30px 0}#sitefooter .col{width:50%;padding:0;margin-bottom:30px}#sitefooter .col.ad,.split .left{width:100%}.split .right{padding:0 0 30px}.userfilelabel{max-width:100%;padding:30px}.uploader .content{padding:15px}.typesearch{margin-bottom:30px}}@media screen and (max-width:920px){#actions{height:var(--headerheight);display:flex;justify-content:center;align-items:center;position:absolute;top:var(--headerheight);left:0;width:100%;background:#212121}.actions{margin:0}.actions>li{margin:0 5px}.view #app,.view #app.apptop{padding-top:calc(2*var(--headerheight))}.logoarea{width:auto;border:0}#sidebartoggle{display:none}#sidebartoggle-mobile{display:block}.viewer .toolpanel{transform:translateX(-100%)}.mobile-sidebar-open .toolpanel,.sidebar-closed.mobile-sidebar-open .toolpanel{transform:none}.viewer{padding-left:0}.toolpanel{max-width:100vw}.sbtoggle{display:none}.sbtoggle.mobile{display:block}.viewpanel{max-width:100%}}@media screen and (max-width:767px){body:has(.homecontent) #siteheader:not(.scrolled) .logo{display:none}.blb{min-height:100px;margin-bottom:15px}.hero{padding:70px 15px 30px}.hero.overlap,.home .hero.overlap{padding-top:60px;padding-bottom:80px}.format .hero h1{margin-bottom:0}article{font-size:1rem}.page{padding:15px}.card .title,.cols-three .col,.hero h1,.page,.pagetitle{margin-bottom:15px}.cardfooter:after,.cardheader:after{width:calc(100% - 30px);left:15px}.pageheading,.pagetitle{font-size:1.5em}.hasheader{padding-top:80px}.hasfooter{padding-bottom:70px}.contentarea{padding:15px}.num{margin-right:15px}.typesearch{margin:15px auto 30px}.formats .extension{width:75px}.format #app{margin:0 0 15px}#sitefooter .cols{display:block;padding:30px 15px 0}#sitefooter .col{width:100%;padding:0;margin-bottom:30px}}@media screen and (max-width:600px){#menuclose,#menuopen,#sitemenu li{display:block}#siteheader .logo{padding-left:0}#sitemenu{width:300px;height:100vh;position:fixed;top:0;right:0;background:var(--darkgray);padding:60px 0 0;box-shadow:0 0 10px 0 rgba(var(--black_rgb),.25);z-index:4;animation:slideIn .3s ease}#sitemenu.collapsed{display:none}#sitemenu ul{height:auto}#sitemenu a{padding:10px 50px;font-weight:400}.col{padding:30px}.category{width:calc((100% - 8px)/2)}.pageheader{min-height:0}.format .contentarea{padding:0}.format h1{font-size:1.75rem;margin-top:15px;margin-bottom:45px}.format .uploader{margin:15px 0 30px}.format .userfilelabel{height:200px}.format .entryIcon{width:96px;height:96px;padding:10px;margin:5px 15px 15px 0}.uploader .direction{flex-direction:column}.format .filehelper .centered{margin:30px auto 15px}}@media screen and (max-height:800px){.viewwrapper .hero{position:relative;min-height:550px}}@media screen and (max-width:480px){.hasheader{padding-top:70px}.uploader .cloud{margin:0}.actions svg{display:none}}@media screen and (max-width:415px){.appheader .headerupload svg{margin-right:0}.appheader .headerupload span{display:none}#sitefooter .cols{display:block}}