15 lines
No EOL
84 KiB
HTML
15 lines
No EOL
84 KiB
HTML
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta property="og:title" content="Portfolio - András Schmelczer"/><meta property="og:description" content="Discover my projects."/><meta property="og:url" content="https://schmelczer.dev"/><meta property="og:image:width" content="1500"/><meta property="og:image:height" content="785"/><meta property="og:image" content="https://schmelczer.dev/og-image.jpg"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" href="favicon.ico" type="image/x-icon"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="manifest" href="/site.webmanifest"/><meta name="description" content="I'm András Schmelczer and this is my portfolio. I enjoy undertaking and solving challenging problems. Discover my projects."/><meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover"/><meta name="theme-color" content="#b7455e"/><title>Portfolio | Schmelczer</title><style>#background{transform-style:preserve-3d}@media print{#background{display:none}}#background>div{position:absolute;width:140px;border-radius:1000px;transition:background-color var(--transition-time)}#background>div:nth-child(odd){background-color:#fff9e0}#background>div:nth-child(even){background-color:#ffd6d6}html[theme=dark] #background>div{background-color:#2c477a}
|
|
#footer{text-align:center;margin-top:var(--large-margin)}#footer>h2{font:400 3rem "Comfortaa",sans-serif;font-style:normal;color:var(--normal-text-color);line-height:1;transition:color var(--transition-time)}@media(max-width: 924px){#footer>h2{font-size:3rem;line-height:1.1}}#footer>.links{margin:var(--normal-margin) 0 0 var(--normal-margin);display:inline-block}#footer>aside{margin:var(--large-margin) auto var(--line-height) auto}#footer>aside>p{font:400 1rem "Open Sans",sans-serif;color:var(--special-text-color);font-style:italic;transition:color var(--transition-time);color:var(--normal-text-color);opacity:.75}
|
|
.image{overflow:hidden}.image img{max-width:100%;max-height:100%}.image img:not([image-viewer-ignore]){cursor:pointer}
|
|
#about{text-align:center;box-shadow:var(--shadow);padding:var(--normal-margin);background-color:var(--accent-color);font-size:0}#about ::selection{background-color:var(--very-light-text-color);color:var(--accent-color)}#about :focus:not(:hover){outline:var(--very-light-text-color) solid 3px !important}#about h1,#about .placeholder{font:400 3rem "Comfortaa",sans-serif;font-style:normal;color:var(--normal-text-color);line-height:1;transition:color var(--transition-time)}@media(max-width: 924px){#about h1,#about .placeholder{font-size:3rem;line-height:1.1}}#about .image{width:125px;height:125px;border-radius:100%;box-shadow:var(--shadow);margin:auto}#about p{text-align:justify}#about h1{hyphens:none}#about p,#about h1{color:var(--very-light-text-color);margin-top:var(--line-height)}@media(min-width: 925px){#about{width:var(--body-width);margin:calc(var(--normal-margin) + 190px * 1 / 3) auto 0 auto;position:relative;border-radius:var(--border-radius)}#about .image{width:190px;height:190px;position:absolute;left:0;top:0;transform:translateY(-63.3333333333px) translateX(-63.3333333333px)}#about .placeholder{width:calc(190px * 2 / 3 - var(--normal-margin));height:calc(190px * 2 / 3 - var(--normal-margin));box-sizing:content-box;float:left;margin:0 .75ex .5ex 0}#about h1{text-align:left;margin-top:0}}
|
|
#theme-switcher{background-color:var(--accent-color);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;width:calc(2 * var(--icon-size));height:var(--icon-size);border-radius:1000px;box-shadow:inset 0 0 10px 2px rgba(0,0,0,.175),inset 0 0 1px rgba(0,0,0,.4)}@media(min-width: 925px){#theme-switcher{position:absolute;top:calc(-1*var(--small-margin));right:calc(-1*(50vw - var(--body-width)/2) + var(--normal-margin));transform:translateY(-100%)}}@media(max-width: 924px){#theme-switcher{position:relative;margin-top:var(--normal-margin)}}#theme-switcher:before{width:calc(0.7 * var(--icon-size));height:calc(0.7 * var(--icon-size))}#theme-switcher:after{width:calc(calc(0.7 * var(--icon-size)) * 0.8);height:calc(calc(0.7 * var(--icon-size)) * 0.8)}#theme-switcher:before,#theme-switcher:after{content:"";position:absolute;display:block;border-radius:1000px;top:50%;transform:translateY(-50%);transition:transform var(--transition-time),background-color var(--transition-time)}#theme-switcher:not(:checked):before{transform:translateY(-50%) translateX(calc(3 * calc((var(--icon-size) - calc(0.7 * var(--icon-size))) / 2) + calc(0.7 * var(--icon-size))));animation:shine 2s linear alternate infinite;background-color:var(--sun-color)}@keyframes shine{from{filter:brightness(1.01);box-shadow:0 0 4px 2px var(--sun-color)}to{filter:brightness(1.2);box-shadow:0 0 15px 2px var(--sun-color)}}#theme-switcher:not(:checked):after{background-color:rgba(0,0,0,0);transform:translateY(-50%) translateX(calc(var(--icon-size) * 2 - calc(0.7 * var(--icon-size))))}#theme-switcher:checked:before{background-color:var(--normal-text-color);transform:translateY(-50%) translateX(calc((var(--icon-size) - calc(0.7 * var(--icon-size))) / 2))}#theme-switcher:checked:after{background-color:var(--accent-color);transform:translateY(-50%) translateX(calc(calc((var(--icon-size) - calc(0.7 * var(--icon-size))) / 2) + calc(0.7 * var(--icon-size)) * 0.33))}
|
|
#image-viewer{display:flex;align-items:center;justify-content:center;backdrop-filter:blur(var(--blur-radius));-webkit-backdrop-filter:blur(var(--blur-radius));visibility:hidden;position:fixed;left:0;top:0;width:100%;height:100%}@supports not ((backdrop-filter: blur(var(--blur-radius))) or (-webkit-backdrop-filter: blur(var(--blur-radius)))){#image-viewer{background-color:var(--card-color)}}#image-viewer img{width:auto;height:auto}@media(min-width: 925px){#image-viewer img{max-width:80vw;max-height:80vh}}@media(max-width: 924px){#image-viewer img{max-width:95vw;max-height:80vh}}#image-viewer #cancel{display:block;box-sizing:content-box;cursor:pointer;text-decoration:none;width:calc(var(--large-icon-size) + var(--normal-margin)*2);height:calc(var(--large-icon-size) + var(--normal-margin)*2);position:absolute;right:0;top:0}#image-viewer #cancel:hover svg{transform:translateX(-50%) translateY(-50%) scale(1.15)}#image-viewer #cancel svg{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);width:var(--large-icon-size);height:var(--large-icon-size);transition:transform var(--transition-time);transform-origin:center center}#image-viewer #cancel:focus:not(:hover){outline:var(--very-light-text-color) solid 3px !important}
|
|
main{height:100%;overflow-x:hidden;overflow-y:scroll;perspective:5px;background:rgba(0,0,0,.005)}@media(hover: hover){main::-webkit-scrollbar-track,main::-webkit-scrollbar{background-color:rgba(0,0,0,0);width:12px}main::-webkit-scrollbar-thumb{background-color:var(--accent-color);border-radius:var(--border-radius)}}
|
|
.timeline-element{display:flex;width:var(--body-width);margin:auto}.timeline-element .line-container{position:relative}.timeline-element .line-container .line{height:calc(33% - var(--icon-size) / 2)}.timeline-element .line-container .line:before{height:calc(100% - 33% - var(--icon-size) / 2)}.timeline-element .line-container .line:after{top:calc(33% - var(--icon-size) / 2)}.timeline-element .line-container .date{top:calc(33% - 0.5ch)}.timeline-element .line-container .line{border-left:var(--line-width) solid var(--accent-color)}.timeline-element .line-container .line:before,.timeline-element .line-container .line:after{content:"";position:absolute}.timeline-element .line-container .line:before{left:0;bottom:0;border-left:var(--line-width) solid var(--accent-color)}.timeline-element .line-container .line:after{width:var(--icon-size);height:var(--icon-size);border-radius:1000px;border:var(--line-width) solid var(--accent-color);left:calc((var(--line-width) - var(--icon-size))/2)}.timeline-element .line-container .date{font:400 1rem "Open Sans",sans-serif;color:var(--special-text-color);font-style:italic;transition:color var(--transition-time);position:absolute;transform-origin:left center;transform:rotate(30deg) translateX(calc(var(--icon-size) / 2 + 6px)) translateY(-10%);padding-right:var(--normal-margin)}@media(min-width: 925px){.timeline-element .line-container{min-width:160px}.timeline-element:not(:first-of-type) .card{margin-top:var(--large-margin)}}@media(max-width: 924px){.timeline-element{flex-direction:column;align-items:center}.timeline-element .line-container{height:150px;min-width:64%}.timeline-element .line-container .line{height:calc(50% - var(--icon-size) / 2)}.timeline-element .line-container .line:before{height:calc(100% - 50% - var(--icon-size) / 2)}.timeline-element .line-container .line:after{top:calc(50% - var(--icon-size) / 2)}.timeline-element .line-container .date{top:calc(50% - 0.5ch)}.timeline-element .line-container .date{transform:translateX(calc(var(--icon-size) / 2 + 12px)) translateY(-10%)}}.timeline-element .card{box-shadow:var(--shadow);border-radius:var(--border-radius);z-index:1;background-color:var(--blurred-card-color);transition:background-color var(--transition-time);backdrop-filter:blur(var(--blur-radius));-webkit-backdrop-filter:blur(var(--blur-radius))}@supports not ((backdrop-filter: blur(var(--blur-radius))) or (-webkit-backdrop-filter: blur(var(--blur-radius)))){.timeline-element .card{background-color:var(--card-color)}}.timeline-element .card .image,.timeline-element .card video,.timeline-element .card iframe{border-radius:var(--border-radius) var(--border-radius) 0 0}.timeline-element .card .lower>*{padding:0 var(--normal-margin);margin-top:var(--small-margin)}.timeline-element .card .lower h2{text-align:center;margin-bottom:-10px}.timeline-element .card .lower h2>a{font:400 1.75rem "Comfortaa",sans-serif;color:var(--normal-text-color);font-style:normal;hyphens:auto;transition:color var(--transition-time);text-decoration:none;position:relative}.timeline-element .card .lower h2>a:before{content:"#";position:absolute;left:-0.5ch;top:0;opacity:0;transform:translateX(-100%);transition:opacity var(--transition-time)}.timeline-element .card .lower h2>a:hover:before{opacity:.5}.timeline-element .card .lower .description,.timeline-element .card .lower .info-button{text-align:center}.timeline-element .card .lower .more{overflow:hidden;margin:0;height:0;transition:height var(--transition-time-long)}.timeline-element .card .lower .more>p{margin-top:var(--line-height)}.timeline-element .card .lower .buttons{display:flex;justify-content:center;border-top:1px solid var(--normal-text-color);transition:border-color var(--transition-time);margin:0;padding:0;margin-top:var(--small-margin)}.timeline-element .card .lower .buttons .info-button{display:block;box-sizing:content-box;cursor:pointer;text-decoration:none;font:400 1.1rem "Open Sans",sans-serif;color:var(--normal-text-color);line-height:1.8;hyphens:auto;transition:color var(--transition-time)}.timeline-element .card .lower .buttons .info-button:hover svg{transform:translateX(-50%) translateY(-50%) scale(1.15)}.timeline-element .card .lower .buttons .info-button svg{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);width:var(--icon-size);height:var(--icon-size);transition:transform var(--transition-time);transform-origin:center center}.timeline-element .card .lower .buttons .info-button .svg-container{position:relative;margin:auto;width:var(--icon-size);height:var(--icon-size)}.timeline-element .card .lower .buttons .info-button .svg-container svg{transition:stroke var(--transition-time),transform var(--transition-time)}.timeline-element .card .lower .buttons .info-button p{padding-bottom:var(--small-margin);font-size:.9rem;font-style:italic;padding:0 8px var(--small-margin) 8px}.timeline-element .card .lower .buttons>*{flex:1;padding-top:var(--small-margin)}.timeline-element .card .lower .buttons>*:not(:last-child){border-right:1px solid var(--normal-text-color);transition:border-color var(--transition-time)}
|
|
@media(min-width: 925px){#timeline>:first-child{margin-top:var(--large-margin)}}
|
|
.video-container video{z-index:1;visibility:hidden}.video-container .start-button{z-index:1}.video-container.fully-loaded video{visibility:visible}
|
|
.image-anchor{display:flex;align-items:center;text-decoration:none}.image-anchor:not(:first-child){padding-top:var(--line-height)}.image-anchor svg{width:var(--icon-size);height:var(--icon-size);margin-right:calc(var(--small-margin)/2)}.image-anchor span{font:400 1rem "Open Sans",sans-serif;color:var(--special-text-color);font-style:italic;transition:color var(--transition-time);text-decoration:none;cursor:pointer;position:relative;display:inline-block;overflow:hidden;padding:0 3px 2px 0;font-size:1.4rem}.image-anchor span:before,.image-anchor span:after{content:"";display:block;position:absolute;bottom:0}.image-anchor span:before{width:calc(100% + 10px);border-bottom:2px dashed var(--accent-color);transition:transform var(--transition-time)}.image-anchor span:after{width:100%;height:2px;background:linear-gradient(90deg, var(--card-color) 0, transparent 4px, transparent calc(100% - 4px), var(--card-color) 100%)}.image-anchor span:hover:before{transform:translateX(-10px)}
|
|
.image-button{display:block;box-sizing:content-box;cursor:pointer;text-decoration:none}.image-button:hover svg{transform:translateX(-50%) translateY(-50%) scale(1.15)}.image-button svg{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);width:var(--icon-size);height:var(--icon-size);transition:transform var(--transition-time);transform-origin:center center}.image-button>.svg-container{position:relative;margin:auto;width:var(--icon-size);height:var(--icon-size)}.image-button>.svg-container>svg{transition:stroke var(--transition-time),transform var(--transition-time)}.image-button>p{padding-bottom:var(--small-margin);font-size:.9rem;font-style:italic;padding:0 8px 8px 8px;text-align:center}
|
|
.preview{position:relative}.preview .overlay{width:100%;height:100%;position:absolute;left:0;top:0}.preview .overlay iframe{position:absolute;left:0}.preview .overlay .loading{width:var(--large-icon-size);height:var(--large-icon-size);position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);visibility:hidden}.preview .overlay iframe{width:100%;height:100%;border:none}.preview .overlay iframe:fullscreen{border-radius:0}.preview.loaded .figure-container,.preview.loaded .start-button{visibility:hidden}.preview.loaded .loading{visibility:visible}
|
|
@font-face{font-family:"Comfortaa";font-style:normal;font-weight:400;font-display:swap;src:local(""),url(04d2b9164d14183439c9.woff2) format("woff2"),url(29092020a644373fd0c0.woff) format("woff")}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-display:swap;src:local(""),url(a1535f451fb7bb98f526.woff2) format("woff2"),url(7958f4e4a2bb8025ef86.woff) format("woff")}:root{--transition-time: 200ms;--transition-time-long: 300ms;--line-width: 3px;--line-height: 18px;--accent-color: #b7455e;--sun-color: #f7f78c;--very-light-text-color: #ffffff;--background: #ffffff;--normal-text-color: #31343f;--card-color: #ffffff;--blurred-card-color: transparent;--blur-radius: 16px;--special-text-color: var(--accent-color)}@media(min-width: 925px){:root{--border-radius: 15px;--large-margin: 80px;--normal-margin: 45px;--small-margin: 25px;--shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.2);--inset-shadow: inset 0 -9px 7px -7px rgb(0, 0, 0, 0.15);--icon-size: 45px;--large-icon-size: 60px;--body-width: 765px}}@media(max-width: 924px){:root{--border-radius: 10px;--large-margin: 60px;--normal-margin: 30px;--small-margin: 15px;--shadow: 0 0 10px 2px rgba(0, 0, 0, 0.075), 0 0 1px rgba(0, 0, 0, 0.125);--inset-shadow: inset 0 -9px 7px -7px rgb(0, 0, 0, 0.15);--icon-size: 35px;--large-icon-size: 55px;--body-width: 90%}}html[theme=dark]{--background: #242638;--normal-text-color: #ffffff;--card-color: #263551;--blurred-card-color: #26355155;--blur-radius: 24px;--special-text-color: #ffffff;--inset-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.25), inset 0 0 1px rgba(0, 0, 0, 0.4)}*,*::before,*::after{margin:0;box-sizing:border-box}@media(prefers-reduced-motion){*,*::before,*::after{transition:none !important;animation:none !important}}html[animations=off],html[animations=off] *,html[animations=off] *::before,html[animations=off] *::after{transition:none !important;animation:none !important}html{height:100%}@media(max-width: 924px){html{font-size:.8rem}}@media print{html{font-size:.7rem}}body{background-color:var(--background);transition:background-color linear var(--transition-time);padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);height:100%}@media print{body{height:auto}}svg{stroke:var(--normal-text-color)}p{font:400 1.1rem "Open Sans",sans-serif;color:var(--normal-text-color);line-height:1.8;hyphens:auto;transition:color var(--transition-time)}noscript{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font:400 1.75rem "Comfortaa",sans-serif;color:var(--normal-text-color);font-style:normal;hyphens:auto;transition:color var(--transition-time)}.start-button{display:block;box-sizing:content-box;cursor:pointer;text-decoration:none;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);width:calc(var(--large-icon-size) + var(--normal-margin)*2);height:calc(var(--large-icon-size) + var(--normal-margin)*2);transform:translate3d(-50%, -50%, 0.00001px)}.start-button:hover svg{transform:translateX(-50%) translateY(-50%) scale(1.15)}.start-button svg{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);width:var(--large-icon-size);height:var(--large-icon-size);transition:transform var(--transition-time);transform-origin:center center}.start-button:hover svg{box-shadow:var(--shadow)}.start-button svg{border-radius:10000px;backdrop-filter:blur(var(--blur-radius));-webkit-backdrop-filter:blur(var(--blur-radius));transition:transform var(--transition-time),box-shadow var(--transition-time)}@supports not ((backdrop-filter: blur(var(--blur-radius))) or (-webkit-backdrop-filter: blur(var(--blur-radius)))){.start-button svg{background-color:var(--card-color)}}.start-button.inverted svg{fill:var(--accent-color)}.figure-container{font-size:0;box-shadow:var(--inset-shadow);border-radius:var(--border-radius) var(--border-radius) 0 0;pointer-events:none;position:relative}.figure-container *{pointer-events:auto}.figure-container .image,.figure-container video,.figure-container iframe{z-index:-1;position:absolute;top:0;left:0;height:100%;width:100%}video,iframe{transform:translate3d(0, 0, 0.00001px)}.image,video,iframe{user-select:none}:focus{outline:none}:focus:not(:hover){outline:var(--accent-color) solid 3px}::selection{background-color:var(--accent-color);color:var(--very-light-text-color)}
|
|
</style></head><body><noscript>Javascript is required for this website.</noscript><script>!function(){var e={883:function(e,t,i){e.exports={srcSet:i.p+"0fb23267.webp 200w,"+i.p+"277790d7.webp 400w,"+i.p+"8f1ab4dd.webp 800w,"+i.p+"a4820dad.webp 1200w,"+i.p+"a1d017da.webp 1920w",images:[{path:i.p+"0fb23267.webp",width:200,height:113},{path:i.p+"277790d7.webp",width:400,height:225},{path:i.p+"8f1ab4dd.webp",width:800,height:450},{path:i.p+"a4820dad.webp",width:1200,height:675},{path:i.p+"a1d017da.webp",width:1920,height:1080}],src:i.p+"a1d017da.webp",toString:function(){return i.p+"a1d017da.webp"},placeholder:"data:image/webp;base64,UklGRg4EAABXRUJQVlA4IAIEAABwFACdASpAACQAPjEUh0KiIQ1WAgAQAYJYgCdM6GCJ8R5mNUfvW9DnT90vMB+zPrI+ej0M3su7y/5UdII4U0QLtD/O4zN8aHk/9QtbmOz0S/9bzhfTXsDfq5/y+Av/XI9IHmBJbyDIKdsPVKLyXtcxy5lndMKoePbF/4Rpun/6AHNblbZP+drcKaULTy/ohVSV9uV9O3RqWDtrZsA44j9hGyRor9RtHkTaC70AAP7/0sMNCwb7Ppvdrtif53/oaegF/XuS84n0yH63Tc8OoyP+OTf0OJ8GpDm7fLARp9P5xfufMp9hNRR+lPHVa4FYJMFobjv+9duH/JaJ/d48lJfftLEQpL/wlj/hEoX9dSh1pd7jAWUHkee5oK768+S1ce/P81fbPowMgCoJla9IUJr6Xak55/YVVUTP3vxZjNgHLxiueBvLDdwvheKZyTM8elykooRWwfvpe1ORSLR97fH/8X13Ac/9LngHklfa8p5ioqeXf13iPc7yKwrZubKazLLwQMijPJ7I/IHIdQPS7x3PthDU9Xl/sqHHd4GaGpLo8jQvy0+uB6RV/mfy+kYMiL9+NrqGAP+4WiIGNE3Q5UHdG8+WdzR8hj29pf/ZeGYhxPxEQJSdv8G6Zv4ZCl8rAasrjs/sWUYJ30faGpfjWeZTzE6NpaEUm9xpy7TYD4M+Xb+KdyoNnH/PtK2EOxaZTDVIU9s8weE+vy2MNQ+BgGBJSWsPlHnITMWphnBTiaygRzRoaCTxg9vEo3KA3UJ9siPtf+MxZROdapjIJvt0V7CfJ+iw7AQZ/vF8ptBQ+ZHT5GPErK/Vg/rHD87+worw6u8SAuzprM87wHIe2zZ/1h+8I/i/+Cf7jbXcDxvuANI/d0Kw8YKba0jcL6Fh8ebMbdMuPipCGjITgrIrzW9RsZzwXrqD+2AFRNF/fFW5v1jOGJNInkBVriGa+/m1xLux3cjmBWqe8Owy8/MpqMUt5Pc62VarwB60xu2C3freIkSh92wC9fRKP3GX2MnaSOsrzsMbY1L30AebeyjMExn1j5Ll5tiF1dO4et9hKsZIp/Wy05nhl8nmhdKbNrAbCdYXzAYirFDYCJ/yoMOTT7N69/zg4ZyXIycAoFq9XMYKkRD3jB++D9XpqG2dvkwXjG3yxsDuyx14FGc78I5M9oEc5/bmj0X3zEEHzjnaAWEPVh4I4atq08BtzluUC7vaTYNKJrGfsPTidbAELhFnKhjQbsQbbtyI5tF3d6LfzbP6O/aT1dnQWIF7VBQHWRWbmvqB/OgG7M58L+1gM1JpcvnrQS4ptyMPrp7NGhhoEU+pFVtthVooHOOyOuuZ8TIlgshpqcgaR80/q7/j4ejLAyQLtJAAAAA=",width:1920,height:1080}},195:function(e,t,i){e.exports={srcSet:i.p+"cfcfa442.webp 200w,"+i.p+"364b941f.webp 400w,"+i.p+"446b2a6e.webp 800w,"+i.p+"f28bf2e1.webp 1200w,"+i.p+"9d1ac337.webp 1920w",images:[{path:i.p+"cfcfa442.webp",width:200,height:130},{path:i.p+"364b941f.webp",width:400,height:259},{path:i.p+"446b2a6e.webp",width:800,height:519},{path:i.p+"f28bf2e1.webp",width:1200,height:778},{path:i.p+"9d1ac337.webp",width:1920,height:1245}],src:i.p+"9d1ac337.webp",toString:function(){return i.p+"9d1ac337.webp"},placeholder:"data:image/webp;base64,UklGRl4CAABXRUJQVlA4IFICAAAwDQCdASpAACoAPjEUh0KiIQwFV1QQAYJQBUk32iKki13r/huYaeE5aclvN3kgXfnQchAlzAkbT48JezaNy89HfK4u+PkJs5RJ13Wsh0hUIjLJxLXoVi8rfZJ0Y3VvLVXi4UdizqrlMLnbp3c+4rt5MkAA/v6g/IOqxTLLrIDmBEXP2lfoKHlyB29vZjMMayEiKJwL+LD6LWqrVX2pP/bWi/9p+ea7I/82ymPOr5cpIDkxIMy8XDZTZzoz/Bp+ksHk2E9kF9eeCkaggoqPwP4l52fXU2ct7HaWBbQyGkGgE8r/a2U94Ho+PRTfcpM6HxFxGrXhTo7jtDmmgQBxglBH0Ox0slmhNOtBp83R++rReoamY/k2hvrDJ6HT0+NT5GeXqBSgn2P1XtSHv571hAotAz4Uels7/hHePnnw3UQOTvZYao2bzbo1lgcb9zm+yIFmQRArKBfzv1prEZNh6EZLuRgUhBYORvyQHzBmUUgbAm+RPDlw5EOn3+AkOqTlDNuWrR8gv2GIfch/WtvEI0zH92MCnR5HS7bhLoeltQajZvY2dGZa80guwm+Th1D2+4OWCm5dPTA9eOf9M/OXUwmU4xaCY/FWFazAhCrULB0/aNwYk1a9/yxvS8oH2QmzvzrphULsnE4CuImg6VroMeCdOJMeLdjnYOGgk17Z8lzFOo2+uR0qTejeMWqPJxEU7r1Yt1i1pqMsotVmiVReEObW35wc66ZOI2/UXt2iuwqPK4Gc/L/EdfwAC1SQVjaE0FOzQ0Q04MXgoAexZ+XQwTHAAAA=",width:1920,height:1245}},461:function(e,t,i){e.exports={srcSet:i.p+"e6f0191d.webp 200w,"+i.p+"bb8d342d.webp 400w,"+i.p+"3fc13a21.webp 800w,"+i.p+"b4b2e2b4.webp 1200w,"+i.p+"3635a1da.webp 1920w",images:[{path:i.p+"e6f0191d.webp",width:200,height:96},{path:i.p+"bb8d342d.webp",width:400,height:192},{path:i.p+"3fc13a21.webp",width:800,height:384},{path:i.p+"b4b2e2b4.webp",width:1200,height:575},{path:i.p+"3635a1da.webp",width:1920,height:921}],src:i.p+"3635a1da.webp",toString:function(){return i.p+"3635a1da.webp"},placeholder:"data:image/webp;base64,UklGRngCAABXRUJQVlA4IGwCAADQDACdASpAAB8APjEUh0KiIQwGAwAQAYJYgDCoQx+W7O+YD9a/Wd51XgAP0z9KX2Nv2d/aP2YYpOYB2BBgSoHueTAE0f7TKMna7ACmR8bv5GHo8t2q7ZSaZSpGSYNk8q73Fe/utwNJa1zrrFjsUEAA/v/+jkAeXGs889ZOa+jxpXwSwUI6hzkuQE77P/+xuXRfI9v1viF9EAcMyNJn156maweLB1C/9oEjpGAo+Lfj/nWeeB+PfURV3uYS9oAkT6NuiMkx/86IrINsbmXWypXRKn/8lxn43DLNv6ekfEJLvhqrjbDvr9JvIr/qBCf9LY/Glnk4U74v1xiYQ93l6thy2CFez3fkhFfX38uZJ3RqdKAXJNQRbiISstZzRk0f8kc27ZaSNZ1nr5dvF+07TIB2bICfn7CHV5D4TDZ4clxdTcAChvpv/NXjk3Szc97++m//gUbq4dzhP6gNJHBnotmEHCUPGh7vrdnKxbUXTkj+6zVCLItmuIi9YDCLu1rsfauhR97BBaHf4vFvnHqu8dyiqwl0m5sliuQTrhpeWyFZ7fsz/0SRqQseOKMfANDMAtzRSD72n9ThMTWYZrKZOz0HQ5IfIEBkE3VjTYpLavp9ac/mKKcmm0OQoOI3rB+49RdQb6zhjQJ/9LABzFhpmfWBQDeSZMdPFtcPFp2bY7dfpznZJm+wCnbRWsBDf3ItDJ6LnoZ98swY6jccc+AKK2BF0g2L2fbj5IV2O7MMjsyJ/Dn7kplV9lHptFyfgn+DMwP+Pl7DVcwCm85UhTtz5qXbGwdoL5+BtvZRL+XPzUvUJt/8a3vySiRLhAAAAA==",width:1920,height:921}},462:function(e,t,i){e.exports={srcSet:i.p+"6ba90206.webp 200w,"+i.p+"aa79318c.webp 400w,"+i.p+"5fa37473.webp 800w,"+i.p+"fefc8df2.webp 1054w",images:[{path:i.p+"6ba90206.webp",width:200,height:121},{path:i.p+"aa79318c.webp",width:400,height:243},{path:i.p+"5fa37473.webp",width:800,height:486},{path:i.p+"fefc8df2.webp",width:1054,height:640}],src:i.p+"fefc8df2.webp",toString:function(){return i.p+"fefc8df2.webp"},placeholder:"data:image/webp;base64,UklGRogCAABXRUJQVlA4WAoAAAAQAAAAPwAAJgAAQUxQSBYAAAABF/D4/4iIQUhA2OD/X12K6P8ESP0LVlA4IEwCAABQDACdASpAACcAPi0ShkKhoQ6szwAMAWJaADGPcD+Ac55yXyn4gfqrMMxkAaWKZx4zfp72B+k4EodutJo7mRFZg5q1MNmKAHU13D29bWWO1wDvKS5YoPp8AIhqMXJ6gfyScwogSmQuunFiAAD+rsCU11Ul6QXe81lOaHSg/v5EP6EiFvqCD/9k27yr0Xgf4hXtvBR/zpirSxlzXY+CQcEM+gRwJRMJ3vzu/YeSeTKoKyKWDSMc/XUpKDLVcKLn1T/git2RZ//Hrfr/8iVn/aUIOy1oQYLCNXeQKkV6C7s7FBta16Au+34HgURdA9DAdB0wWPVcilK91cKhAZ/jXc/Biqy5eIfY6L3NrMekcWHI9GJ2s6JxUGs20y8G7NqP/k7nJdv1oOH/Un/9cwH4nfoJMfmGB48cT2bA9pVVGmKplDjy+g586c4u/Xy99+e5PnU8GzNmmkJjaj2A1ufSVI63C22BwkznG2/WKVQ2HRyiyUayar4SvhjovFIIFMbP9nCC0h2+rVHqnf3dZ29ax43/+0l6TAl3j/r9pWEnxjgrUpbMy6VtNqW7h8frXt4X8WAj8Z2kOtqJrlQDn+vF7scaScd6eQQNMlzYDmAvgMpem+WPdcnSmmBC2kRt3tirLIOfeHMiQKBnakMCz34c63nruJ4t5Pkhu2NJxho0dWNyyBucqjbeheqSgU5WQxAH8+tgpsJwOn+8Cu4sis9SA3Qz9r3HgoSZsj9mk5Rk3/8Gc2v8V/lFuxH2gcDoAyLIVIw58AkEJ2vTFFClgAA=",width:1054,height:640}},890:function(e,t,i){e.exports={srcSet:i.p+"bfd29e68.webp 200w,"+i.p+"22ce7933.webp 400w,"+i.p+"5a2f8587.webp 800w,"+i.p+"bb453ca6.webp 1200w,"+i.p+"ffbe13c2.webp 1280w",images:[{path:i.p+"bfd29e68.webp",width:200,height:113},{path:i.p+"22ce7933.webp",width:400,height:225},{path:i.p+"5a2f8587.webp",width:800,height:450},{path:i.p+"bb453ca6.webp",width:1200,height:675},{path:i.p+"ffbe13c2.webp",width:1280,height:720}],src:i.p+"ffbe13c2.webp",toString:function(){return i.p+"ffbe13c2.webp"},placeholder:"data:image/webp;base64,UklGRiQEAABXRUJQVlA4IBgEAADQFQCdASpAACQAPjEUiEKiISEVWgd8IAMEtgBOmWqiK9Q/Eb2Rad/bd+Qsb/QYiDxVf2A92n0AegB+x3WbegB+unpmezb+3fogUtd65+QGUdfB/kB+QFn0cU/2/8t9Ui/u35Sa+X/Z+nRoL+lv9R7hv8t/oP+v/NnvAeiSlb/UIz4TK66CCvZP661xCwLr6uGz217cssewXk8+pUMz78RWHgtq+UR3dQuD2gnwePYwchGq5W8W0aAA/v/+ZfZrqM1sl/kmKRdh+zmt4msN5QfCkflR8i7K2Qm9HlvDyy8Hma7QN0qlT/7Hiv/Fd1t0T8zjxTfX0Db//npepAVy4MnvDzWxQjIZl18fN0rh1SHnkCLwbqFH2q6//6tu8hO9Dv3wJ17VznqfXTZA8rfrLicbLCOVmaZz74obfNM8AS/JIONd6DJlWMc6uW7gfylHdJ/8lvfHiPll9kOX9sYvds+3BXm5JYupHykMJ/OLOOnL81kIqQKdbsXwtTiNaY4UB/PmkmLx6nLAo9Sn6U0ESXQdoOPWlErntvyouxynPf9yxKNOW5Ty8ewIs90X9bVfeCaUYNL420OM8aL/+KzI2J2jPMS+APf5dFCwgUxQSwXhPTugkw99lj1UfcSs3lDirHF+Lsw3/97kijh4PXaPBLKxLVer6NDcEIW5FpC15jRCLa6qf/opP1fX1kWdvMct6giicfPOTAHwzf/g5OYHQF9rMhCEFwGDq7IogPHtfjyVv/zwf03z5XxxfSMxhgz+9zrBA7SF5qRWUPNRarnSYIFhaUwArs9yHQ055T5i/k/ECD90XcP5Pz+F88gh6yTne1l5bkxOHCmVICV/Z1v1Whxy6atbyr/8duegS3RI0pydOz9gHmmhNXJqSpsf+DoJws9cH/AhGgBf/oeZNAPrE2Y3vSXUdpnY+co17jbbzPCh3H/JQvvfMVKn0ejVs46SRHUA9MaKMD5hGayVMIj7uRUz4gr93vYcoUlU/BYZyn1XrYN9GFS+WO3kIOA/+wGHvWEBB+uFPy7cKZdukynXoCcszXQZJC33icJheTx1uhpmsiYd/7XnuVW03eE3QqHVaiBF54g3p7eI+/URVEzHibfOGf/cFGB4VrDom1ooHmiiKf+HLuAxidTTfd/qFVeR/equR7rlS/YEEkXiifJWTYnEY9wA7sE0buBqP1UhWS9SQVUY/TskEWj8DZzH7WUQqr8S8iBD/uu4A/F/6NxgJygQhm2bQycCnOt6W0ST2ed2plSYlZduCu5butXqwZ1NFupkLcuH/0jrXb4qyzP+xVB7Wb/qO0lSmAVn8NyuRtV3fflkZDpROGZGpxFIgEsKx81D5+UFj2b1aR00xctkYPZ8UWo+7Uix1UsSTngb+9IC3gC+GV8G/4AA",width:1280,height:720}},360:function(e,t,i){e.exports={srcSet:i.p+"fb5cf5be.webp 200w,"+i.p+"32d39de4.webp 400w,"+i.p+"3fc66446.webp 800w,"+i.p+"1b56cc62.webp 1200w,"+i.p+"72b01adc.webp 1920w",images:[{path:i.p+"fb5cf5be.webp",width:200,height:200},{path:i.p+"32d39de4.webp",width:400,height:400},{path:i.p+"3fc66446.webp",width:800,height:800},{path:i.p+"1b56cc62.webp",width:1200,height:1200},{path:i.p+"72b01adc.webp",width:1920,height:1920}],src:i.p+"72b01adc.webp",toString:function(){return i.p+"72b01adc.webp"},placeholder:"data:image/webp;base64,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",width:1920,height:1920}},319:function(e,t,i){e.exports={srcSet:i.p+"60ab7329.webp 200w,"+i.p+"a43a3347.webp 400w,"+i.p+"84072d47.webp 800w,"+i.p+"19d9e1d8.webp 1200w,"+i.p+"d4cdc0ce.webp 1920w",images:[{path:i.p+"60ab7329.webp",width:200,height:196},{path:i.p+"a43a3347.webp",width:400,height:392},{path:i.p+"84072d47.webp",width:800,height:784},{path:i.p+"19d9e1d8.webp",width:1200,height:1176},{path:i.p+"d4cdc0ce.webp",width:1920,height:1882}],src:i.p+"d4cdc0ce.webp",toString:function(){return i.p+"d4cdc0ce.webp"},placeholder:"data:image/webp;base64,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",width:1920,height:1882}},751:function(e,t,i){e.exports={srcSet:i.p+"ca652f0e.webp 200w,"+i.p+"b5f8e9a9.webp 400w,"+i.p+"23bc0797.webp 800w,"+i.p+"93177150.webp 1200w,"+i.p+"7a9d364e.webp 1896w",images:[{path:i.p+"ca652f0e.webp",width:200,height:114},{path:i.p+"b5f8e9a9.webp",width:400,height:228},{path:i.p+"23bc0797.webp",width:800,height:456},{path:i.p+"93177150.webp",width:1200,height:684},{path:i.p+"7a9d364e.webp",width:1896,height:1080}],src:i.p+"7a9d364e.webp",toString:function(){return i.p+"7a9d364e.webp"},placeholder:"data:image/webp;base64,UklGRmAEAABXRUJQVlA4IFQEAAAQFQCdASpAACQAPjEUiEKiISEWrM7YIAMEsYBoBedg0SBdZfKB2gPLJ6AHNAepTTRulynyPH36U9U/3Q5bcRTrf+0/lV6ybib+5/lB+VXH4co/l/+Y/JfUiOPt8H84XoeaCXoz/qe4P/KP6h/sfza71H7Gezv+wAVlIRbAPoy/sZ/Mv5I4ZYOHDUOWtGhxGDtRDRz7cnSOTyvYV6WtI2+giLMZc0NVGqwQBL+dFwp83oAA/vhJf/i6KAeOvqkx/hOCkv3A9/e/t/7i069f0cP/f4dhB54v3rxL/rnhuKfVub++xTBIiOpEO1wbL2If/cYIAXXPa+uiFbAUJX8SX+YcH8NKv3MUmV2mRJr6f3yEK8xuCZSEo17WrwWlhvXWCyH/8bwxhyn/MS+WN6uUnr//0sOfF2I/+DzL5/C8+iVu07fZKjeewLJwro40B81x1NdGFK5Sn0Ce/2wUZMgctD6NprbZIg/yJZ2KUtbfIuMfg3ViXXqGBKGS5rkTGNSUoDyNSwStOYHLdITpEbOeGgYbiTXxJWTsRUZ69K1NydVHe2aAL16Mm+d4uEeL2JE1K3/XSB1bx8Gf+GoPJUmgn/Va8jt/t6eATIjgDGJiaGJ4zG+8RZ8S49qGT45QgLe5L4hR+ZutWbOWs5vO1+gjNeAflHT2Uhb/Rn+M1FY+Ib//aewH8iptDwge0uVLl1147M02F4vZrxiHNxDPvl80+XsQuH/EZPGyKx1WBkZSQeRcCooup2dTiPn4Pa6cUtB/ji1MJNJjQ01FGKcGEeakAhHtpPXUpwvP7StD+SxjCd9URVr0maeb5/QHYDP5eTQaUEJJ+6oTAnVN7qjMnEkOpxscCjTuTfAsZLs3yRsZX0HE7yEflVLYy+O6qvOkcJpRfDXpp+wtkZcvKe9IOv9w1tH4LnohwWezuMgb0Ff7fgwTLcumu+DsagEgldlzXv1s3MNvcxf/32oJoHuN9WMp8Nrzqd93ytK9Zn2l9QCrQVT3amg5T958Y8JCLiVAJl3iiCMa6P/89QuJ0XvAo0N04YjQ1dS+mqv3pgBPZA88vupTHVZBUXvFuY/bW7qxK9OvaEoEyo0HgQsyLNvw7Hn0hAcW+w6nf12xofPliL6z/HyX4M/7eo9aZNkYhEiqbcwGRRyj7G4+eE4+A1N/KZSKwzVBRG3rW0in3LVxixIHkG2qU7yv9dNJzcxEd/8GOcNvN3mjDGmg6eF6pf69j6t6dDsZDxlKX+/W/BVXM9EPvQOfN+N9ljTuOyX2KhxXPa/GAUdo1VSbSKa3D/8IAYA1w+Q2nh/v5bZsbZtPYJm+qHEzaECw+aR2n/WMVY8OASu3KTf4H+0zsMCKVPbDLRnq9kA2hsuRKkD7hbUM9amEclNcfiU1R7IvKZMRBUzfd5E7ObrDvEZ3rHUT3ubuVahTrFuYJy//nqhcCs4v+lFcTbiDZn/bNve9SU/EPg+SU01FSHKhkAAA",width:1896,height:1080}},508:function(e,t,i){e.exports={srcSet:i.p+"a6d23191.webp 200w,"+i.p+"bea70bae.webp 400w,"+i.p+"61bfc377.webp 800w,"+i.p+"6283a290.webp 1200w,"+i.p+"0f194b4b.webp 1920w",images:[{path:i.p+"a6d23191.webp",width:200,height:84},{path:i.p+"bea70bae.webp",width:400,height:169},{path:i.p+"61bfc377.webp",width:800,height:338},{path:i.p+"6283a290.webp",width:1200,height:506},{path:i.p+"0f194b4b.webp",width:1920,height:810}],src:i.p+"0f194b4b.webp",toString:function(){return i.p+"0f194b4b.webp"},placeholder:"data:image/webp;base64,UklGRoACAABXRUJQVlA4IHQCAADwDQCdASpAABsAPjESh0KiIQ38rwAQAYJQBWHOBszzXpAOVu9QHic9QDzjuoA56/9nfgs/bv0hMwA6mdcZlWsc//adIN4gaNrzys8Ltn7gX8h/mf+w4Cs0G7rKxX94vTcuIgiud+pz/ifyXF4+o/2aajhmFR/KnQAA/v8UTBXVaE/s05cGALTXWjM233t1Ev+hXT8TooDmySKVUvPWvrsMY68cP5mj+W/5b9q7g3+DLGtKfHWWSc6/nYx1nyheOOOC9/f8SmaJ4sFsPHQvXDaqrg9CNYaXn2r3WcoDXfj+SObVMm9EmBViZHnnYfh5NNH7X/AnabFViMPpP5rXwW8H7I3CZXw5M+ZcUfcSqMqyubJq3QPCNdM4o+ljXglWeCr+RCvF0YzsOQjmjwoYYd4a+9zjsMQKzCjBr6CYJ+JJYKr/2ff4eLAfdjXQygedqKDKoPCeKbv5QQdVz89wBhn48Zs2P9qoikoadJcDwdfXcGCHMXGPNDUvz696K/P//OZkCTmnG/TwG040arhX1sbHPFv2dwDKo8/aNiw5EmUKE17k3/3qfiA+PCRrWMp8Z3hI3sMV7NIcRngnkyBQRjMDPGiC1S5Fr1oHwCxZtZZZYOod1/6gPExwUz/edu8NBjw8Fbj/GqZ6iKKsaUiWxbmoVJAM34iff94sObuN/D9zUnz6d92Aj/SR1v66u30VXcSk2pehlY+jrLh0zMHlGnIibwX/VwLfgeI5zFmEY4Ijz4jjNAJMZ20NMBkxDeKvOH2sHM/MpT5NAv/QIf+jZU/ppXPghVZhbAeb69I6hzdkGIYiBNPIbevWS/MVwW381oywAAAA",width:1920,height:810}},63:function(e,t,i){e.exports={srcSet:i.p+"5fdb5c05.webp 200w,"+i.p+"7ef0c592.webp 400w,"+i.p+"7b78eb50.webp 800w,"+i.p+"ba3a940a.webp 1200w,"+i.p+"7b94b5de.webp 1580w",images:[{path:i.p+"5fdb5c05.webp",width:200,height:128},{path:i.p+"7ef0c592.webp",width:400,height:257},{path:i.p+"7b78eb50.webp",width:800,height:513},{path:i.p+"ba3a940a.webp",width:1200,height:770},{path:i.p+"7b94b5de.webp",width:1580,height:1014}],src:i.p+"7b94b5de.webp",toString:function(){return i.p+"7b94b5de.webp"},placeholder:"data:image/webp;base64,UklGRgQEAABXRUJQVlA4IPgDAAAQEgCdASpAACkAPjEUiEKiISEYCV6oIAMEoAsR7aA6yLOn5uI2ONZ9x2+A8x/7Af4D2qPQXvDnPuft38G3+S/52CAdpfOWerz87FPydnJmdOkRpRJm/j9+oByXH4hP/hBr+TnRCVxjxIXRgsGpb0hUOZEA4vqCiK66o+ahtehlFBQRZRlHgLw2iLgZN6OQKfIRVxoB2MCccAAA/vNz/6o8L5VMu+KtihL6DUVn0hY0WYwghT5why9K8BspauPOzuELoim5+ti7dHyMvdkuibitfD+z/4hOF9d9/GaBvTY+PYpp9/Cur19+v3HwgkdqHreVZb42yj9/xS6h0odCedyAHQ1g/igcfbsP3sG5ZnCfPQKQbcyvC7XNxlnTlqe/hT7meI8T9EvVtSJ+ulhvfFkRFrI5cyvP7meLN6T8YqO8GiD+jwI9tK/SLEh6B4at2UYpq89dTDud7HgOuXq4wyfE9TMjDWG8QknOIox3xnV77GZ7/cS/L6CldxOOSTnFmrboMyRuyjuMJ1OEN+0/Sn2li7duO7z3bB973jOnLpGhdejr7L80xmdEIaZ/LSJPNUy33M4x1SW27OR5E6TtuhlFkF2LVrTpehn1vppm2QnDZitBq07t3eTp4K44yDsK/fJqqOoeWsPT3H3GY1/Ozf9k44wl/QDfVN0tAO3+VYrmeax3q8tXkchIrjhDGk2qO76JLlCh9UMwgGKiw83jUB6LcKHw/0W5kZTaGp6wi9vlQxO3WDUhm0nDF/tZsySOgnOdh0VtooE0vnbNkKkDSkvJ/YZDTR6SrXdAzOhpFvITsV8NP6Cc+QfHHlDUyQD1rKCqSdv67gaNU2P42TZRg0l+9tqeRkIGt0tgHJepX2tLEV2EHNgLLA4MZizmzKdkg22flRnKNqAAnFPvqJHYgFvVKBzUKI6HQYK0HcFI9QOSee6l8JzdT7ZOxeejrq98TNz7H0Be86BI34wPrflVsGPrrw8Wy+YGZDNJ/dsU0ZsZcntraa67/BfJKPx7axHAxEYP1cMnkA3vK/7xPOpXuP1hXfBV4Rbx1MXHr2ZdBRVZz8rT3y9utnkk3dz/3TnVWjGysEg5/j/nNf0ZFb/zmPRT76Q+i5PRo5kwvrnPCBlJ79E8KvV9ca3fIGxHg1OFJ8f9/i2BW3hnzqmyEmgYQ3nXjovAyqm7WJA16HsVBHn3c7moqCe1mUUX7+4pZhLh0HdClvB0Csy24aPtfFv60ZJbQTc46llyaTRnxbaTABPEmWaa53NIb6y42esco/JN8P5q0zYahzCZMmcfrdOV8Z/j4x3UsHQKC9uxLGCi0gG7Vad+vFzpo0tbceNEnlabOfQ8lahIN5iAAA==",width:1580,height:1014}},383:function(e,t,i){e.exports={srcSet:i.p+"9d597ffd.webp 200w,"+i.p+"c102a992.webp 400w,"+i.p+"f7b25e8f.webp 800w,"+i.p+"3bef5fe5.webp 1200w,"+i.p+"b24fe0fd.webp 1782w",images:[{path:i.p+"9d597ffd.webp",width:200,height:107},{path:i.p+"c102a992.webp",width:400,height:213},{path:i.p+"f7b25e8f.webp",width:800,height:426},{path:i.p+"3bef5fe5.webp",width:1200,height:638},{path:i.p+"b24fe0fd.webp",width:1782,height:948}],src:i.p+"b24fe0fd.webp",toString:function(){return i.p+"b24fe0fd.webp"},placeholder:"data:image/webp;base64,UklGRqoDAABXRUJQVlA4IJ4DAADQEwCdASpAACIAPjEWiEMiISEStswgAwSzgGhl39wZeP2wHPX+hTeAN4n8o670ftnPv+T1ALrH+1+Su4r/wm8EcY/l3+14wO4r/u/o93tEx7+Rf6P7lfkM/0fK/9I/9H3Bv5X/QP9v+bHeF9ED9mTd/Zh7eAtrA4pzw8YeRqs0ayKc99vFNS6H3UbNqz46xWQBR/xky0wAmQ5OGdSwsjUKSykYmFyhgAD+/4RrLTLNq9xIIPAucnkpmA7REf9etZ6r561Fafcd7Rfy0YTUYsPPLwpCroLxyqD2PoaIPFbbyBB2Xju7+BdJYcIpBBM988WyAHEe8vebQrXaeEnPIvD2K/V4LZmq/XtGL3VPGjKkTrj+kmBgWMD+5yI0LupkzU1ebgzxI6yQH7yRWBBwfqOgF9zw7Zi/tuZb/4awwCBeW9tP8fA8sk0ylhqCScQCbATes2eqNHxOTXzo1tDSKX1Yxkk9NuPpgP9NY57+bNWEdM7wp5xk4zIm/UkqRFKmaV8YkM8iNlQ8hyopOKKcLBfvbcVQuNbw75d3lBqdCqkBMt++MySgj+fz8B/qJ29EJRHTokOE1+zK83fhjxqLUeOlYAtRtICiAFQ8gwK5r1jYFvBZOuo3sEFyZE38bW8+sh/8AMv8dBb/NMIKQBLvKTPXstkLX+Layp2LXv7LoeiemGPZBu/B3ZW7cn/RXv2CQJmWyitM37t5kSoSHr+fnl5XPTGh/BFR8FSjvHAOflP1oTMFHncWbC0T5nAt5rwzTggQVVQ9B8uy4Qoifzsdh8qXu/bAx225RC8v01GXfpuNlgRmDxqwlGgeoBSjFysYAMB6dPjr7EuiNXHOciESq5RSb2IeI2OPrmSC/roAUu+lC/d2e++5QvrSEgUxpnRoeSJSjD3JDIbbY+4NxgS8mRJ+iJPgOKu/cpn8RipPwZ3JCWNXKuueoDjUqxAwN0zR4TvKhhsG3r94bBUeux7M2oP96zSmvNf6ELplRD7aeR42v6zUoSZqdq5UXO5VtvhjrgwxjeUnfk2RUq/l6UYNjOKLVm6DktQtWlBvEnc8eeWALiETMGSQiohMGs77w9ByYV+PZ9/E2VpMnlJK5un+6eZopfYML8P1PHwh5iZ9qom1UU5/9eXKopojlI+y7v/1x13N8Zmcw4akvMeG0+AbH0yqxM+WdphpCYchiEAvjhmP1fTKTwDdr9uJ2h+f3z9y8xc/qaPF6Lq0EWsfAAAAAA==",width:1782,height:948}},733:function(e,t,i){e.exports={srcSet:i.p+"15094392.webp 200w,"+i.p+"bb84c20d.webp 400w,"+i.p+"27b5319b.webp 800w,"+i.p+"00e7b08f.webp 1200w,"+i.p+"8e2ec91c.webp 1607w",images:[{path:i.p+"15094392.webp",width:200,height:110},{path:i.p+"bb84c20d.webp",width:400,height:219},{path:i.p+"27b5319b.webp",width:800,height:438},{path:i.p+"00e7b08f.webp",width:1200,height:657},{path:i.p+"8e2ec91c.webp",width:1607,height:880}],src:i.p+"8e2ec91c.webp",toString:function(){return i.p+"8e2ec91c.webp"},placeholder:"data:image/webp;base64,UklGRjIEAABXRUJQVlA4ICYEAABQFQCdASpAACMAPjESiEKiISEaqwYAIAMEtQBOmUI+49E/JL2GKq/Z/v5vaJgOw3yB1Ctt15kPBm933nAdSr6DXSmV2v+K8LfC76R9mcqP+o8ifAnam/xe+eESM9ftH/1/cG/WXq4mh0Za4UArL85mmXdh3+6RnU0W36FeyH/EFvqvf/WmsIXuTIgQ+1rsNn7+noHJp61s9ElyGdgSpdjTXpBv+03mjnsGpJOkz+H/ALPAAAD+/aKHf3KKXqM+/fw1pD3lDQT309k020xUg6Ac48wdSHHankPt0VMFoQPlUsabAB4vwp//GVsc1HiGtLKDu9y8GP1/+AuBzEE/nQQdm1vCj4iGZ+1HisAQKaydngC9U63N1/4sDbd4MYQoTlktgn952tluT4Sj/5mEbT0JUEhifUji3aJJMF47/jjARYBLCarH765bZhep24D7upSNWnZ9GV/XLj748SnIRMd9YjvAihYCLTU2VF2ta/zpjEm4+5Fqd1p3JP/i+/GLBNsQ3NCu8t8tKlwB3c7F7fFHJwFhRbbAUZb0I4GqQWOmbWEtIZmq7RW4D84sguCN+vFkxhBZUsJ6dt17LZJnkBN0P8kze8+y6aBV6QKZsr55LKo+lOSv+UuLnpGxJEQ7qGQmDqynjn54/Ln0G2Y0NIseQn/ppH+jETY7S88J+biixMaasbVZUKg6QQChxXwsLp9ePqpceDcv7JZcfqOyWHhsB2u2jdLsa3wdkJOkx+r/r1YeHHGvsqUcgp1PtOwdlkkwHP36ybPe0HgFhZdkDfWTWJo0Hj+jN5jVZhVdK6PX7ORvT89Omf2+m581kSW9j4CxgyG9GeK1VH/8w2AQJla6YLwCHUp6/d4NQbTvkKe8tR5GRRjE07oYh9g7rAOSJNpaIOgGd8yLoPoenV/RC4dfO1vu3P6NTNfDIyjoou2OImusU5wT7p51Xhf8m8X8uxJql+QtwL4X7/49fiI6eXLctFv97cGW253A+DU+5m5BRq3qsP7X6r1I1ewl7dnyOg3Nfv5fr/rJkE0Xukmtl+WOULKww0iZs/ixgTVXA5xHSyGwhNqqy9fwElHpa+WkXpLDKiIiwvizj4yjrBSQsgSo/QNgOUiPTuBrp/l3J94oZ6F3WEGUadwL4J79jbvpZ7qS5+aEWlkmMDyFZYp2B3qqpiXNlNK2ihwA39Ara8xvHy4VecRkOcpJKdl7jMnvIWpxPGenkw9vLYCudE7d92RMd0xj+n/lMa0CtxUX+mX79v0A14qfsqny/eJCg9xBoJMrIfyw5dqlNij2R1eKKWDVSZl/l/Q1sFljFapMwaMiILnFC8JUrPuANMLBhWiMV7DcVLIIHOMvkTOtpepxuhuh1BO723JZiHvz62HG0vi8BMI1ybWTM8OL/f7WuxfijvGA/xStAAA=",width:1607,height:880}},594:function(e,t,i){e.exports={srcSet:i.p+"7d64e92b.webp 200w,"+i.p+"5cd96ce2.webp 400w,"+i.p+"0cb33ead.webp 800w,"+i.p+"920dd46c.webp 1200w,"+i.p+"c26e3168.webp 1920w",images:[{path:i.p+"7d64e92b.webp",width:200,height:113},{path:i.p+"5cd96ce2.webp",width:400,height:225},{path:i.p+"0cb33ead.webp",width:800,height:450},{path:i.p+"920dd46c.webp",width:1200,height:675},{path:i.p+"c26e3168.webp",width:1920,height:1080}],src:i.p+"c26e3168.webp",toString:function(){return i.p+"c26e3168.webp"},placeholder:"data:image/webp;base64,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",width:1920,height:1080}},788:function(e,t,i){e.exports={srcSet:i.p+"3cfa2790.webp 200w,"+i.p+"c14a20f9.webp 400w,"+i.p+"d521f4a7.webp 800w,"+i.p+"919a8f55.webp 1200w,"+i.p+"68153716.webp 1920w",images:[{path:i.p+"3cfa2790.webp",width:200,height:165},{path:i.p+"c14a20f9.webp",width:400,height:330},{path:i.p+"d521f4a7.webp",width:800,height:659},{path:i.p+"919a8f55.webp",width:1200,height:989},{path:i.p+"68153716.webp",width:1920,height:1582}],src:i.p+"68153716.webp",toString:function(){return i.p+"68153716.webp"},placeholder:"data:image/webp;base64,UklGRsgBAABXRUJQVlA4ILwBAADwCQCdASpAADUAPjEYikOiIaEUDfwAIAMEsoBmZEYhAPXMuQD4XPJ6aIAbmRH9xBbBB8KlLyFdqv21Z2LxMOubU/M6Z3oExEGOFeDba+5/hvCDrbOIWDNAAP7+OTUnK9tdw4gDud+qZl72s1V4d+C+Wsva9eQjlyPSQ8HLxCh1ziAO9YGlEp9pVDfCwObC9kRfPyOg6Ak/tdztGtaD/akG1ehb7MvkgAHnCzOqndYbYOwRhwspP5gA68INEe0p2MhfNDV+nCRUnNRZvH9MwVdxaM62i4iADt0RMV6/xZ5QVm+eDID1Dw3lXu9b9s0f3S69mmfVtnjXw5F/hfgvvv92SsMT6V8DrS+907e6HpgCP+AnOSe/WdXx5lUUMmE2LorbR4W8SkiAcL9Cn/MeJnkcf/XCDRTxJfobzYBr9bURfXGWd3q+R5l/8QGVEMT0Gwsjlnar/ek2/iAyxzMdoJKPGBkf+gjij/sp/41bxLxoQ/yZ0ZjDet8rPnCbu9A87wpLlIm7valti+q1RXVBcd3mclmjQO1Mgpr347ABWNfsVqQAOV1pu3jk2Gu50PZUYA1L27XYbncZmZuUAAA=",width:1920,height:1582}},784:function(e){e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ffffff" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>'},292:function(e){e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M16 6h3a1 1 0 0 1 1 1v11a2 2 0 0 1 -4 0v-13a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1v12a3 3 0 0 0 3 3h11"></path><line x1="8" y1="8" x2="12" y2="8"></line><line x1="8" y1="12" x2="12" y2="12"></line><line x1="8" y1="16" x2="12" y2="16"></line></svg>'},869:function(e){e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><circle cx="12" cy="12" r="4"></circle><path d="M16 12v1.5a2.5 2.5 0 0 0 5 0v-1.5a9 9 0 1 0 -5.5 8.28"></path></svg>'},537:function(e){e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5"></path></svg>'},778:function(e){e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><circle cx="12" cy="12" r="9"></circle><line x1="12" y1="8" x2="12.01" y2="8"></line><polyline points="11 12 12 12 12 16 13 16"></polyline></svg>'},515:function(e){e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="#ffffff" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><rect x="4" y="4" width="16" height="16" rx="2"></rect><line x1="8" y1="11" x2="8" y2="16"></line><line x1="8" y1="8" x2="8" y2="8.01"></line><line x1="12" y1="16" x2="12" y2="11"></line><path d="M16 16v-3a2 2 0 0 0 -4 0"></path></svg>'},584:function(e){e.exports='<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; display: block; shape-rendering: auto;" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"><g transform="rotate(0 50 50)"><rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.9166666666666666s" repeatCount="indefinite"></animate></rect></g><g transform="rotate(30 50 50)"><rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.8333333333333334s" repeatCount="indefinite"></animate></rect></g><g transform="rotate(60 50 50)"><rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.75s" repeatCount="indefinite"></animate></rect></g><g transform="rotate(90 50 50)"><rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.6666666666666666s" repeatCount="indefinite"></animate></rect></g><g transform="rotate(120 50 50)"><rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5833333333333334s" repeatCount="indefinite"></animate></rect></g><g transform="rotate(150 50 50)"><rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5s" repeatCount="indefinite"></animate></rect></g><g transform="rotate(180 50 50)"><rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.4166666666666667s" repeatCount="indefinite"></animate></rect></g><g transform="rotate(210 50 50)"><rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.3333333333333333s" repeatCount="indefinite"></animate></rect></g><g transform="rotate(240 50 50)"><rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.25s" repeatCount="indefinite"></animate></rect></g><g transform="rotate(270 50 50)"><rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.16666666666666666s" repeatCount="indefinite"></animate></rect></g><g transform="rotate(300 50 50)"><rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.08333333333333333s" repeatCount="indefinite"></animate></rect></g><g transform="rotate(330 50 50)"><rect x="45" y="2" rx="5" ry="5" width="10" height="10" fill="#b7455e"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"></animate></rect></g></svg>'},4:function(e){e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2"></path><path d="M20 12h-13l3 -3m0 6l-3 -3"></path></svg>'},415:function(e){e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3"></polyline><line x1="12" y1="12" x2="20" y2="7.5"></line><line x1="12" y1="12" x2="12" y2="21"></line><line x1="12" y1="12" x2="4" y2="7.5"></line><line x1="16" y1="5.25" x2="8" y2="9.75"></line></svg>'},14:function(e){e.exports='<svg version="1.1" fill="#ffffff" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path d="M256,0C114.833,0,0,114.844,0,256s114.833,256,256,256s256-114.844,256-256S397.167,0,256,0z M256,490.667 C126.604,490.667,21.333,385.396,21.333,256S126.604,21.333,256,21.333S490.667,126.604,490.667,256S385.396,490.667,256,490.667 z"></path><path d="M357.771,247.031l-149.333-96c-3.271-2.135-7.5-2.25-10.875-0.396C194.125,152.51,192,156.094,192,160v192 c0,3.906,2.125,7.49,5.563,9.365c1.583,0.865,3.354,1.302,5.104,1.302c2,0,4.021-0.563,5.771-1.698l149.333-96 c3.042-1.958,4.896-5.344,4.896-8.969S360.813,248.99,357.771,247.031z M213.333,332.458V179.542L332.271,256L213.333,332.458z"></path></svg>'},724:function(e){e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 9h-7a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h3"></path><path d="M12 15h7a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-3"></path><path d="M8 9v-4a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v5a2 2 0 0 1 -2 2h-4a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4"></path><line x1="11" y1="6" x2="11" y2="6.01"></line><line x1="13" y1="18" x2="13" y2="18.01"></line></svg>'},323:function(e){e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><rect x="3" y="5" width="18" height="14" rx="4"></rect><path d="M10 9l5 3l-5 3z"></path></svg>'}},t={};function i(n){var o=t[n];if(void 0!==o)return o.exports;var a=t[n]={exports:{}};return e[n](a,a.exports,i),a.exports}i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,{a:t}),t},i.d=function(e,t){for(var n in t)i.o(t,n)&&!i.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",function(){i.p,i.p,i.p,i.p,i.p,i.p,i.p,i.p,i.p,i.p;var e,t,n,o,a,r=function(e){var t=document.createElement("div");return t.innerHTML=e,t.firstElementChild},s=function(e){var t=getComputedStyle(e);return e.clientHeight+parseInt(t.marginTop)+parseInt(t.marginBottom)+parseInt(t.borderTopWidth)+parseInt(t.borderBottomWidth)},c=function(e,t,i){return e*(1-i)+t*i},p=function(){function e(e){void 0===e&&(e=42),this.seed=e}return Object.defineProperty(e.prototype,"next",{get:function(){return this.seed=Math.imul(48271,this.seed),(Math.pow(2,31)-1&this.seed)/Math.pow(2,31)},enumerable:!1,configurable:!0}),e.prototype.choose=function(e){return e[Math.floor(this.inInterval(0,e.length))]},e.prototype.inInterval=function(e,t){return(t-e)*this.next+e},e}(),h=function(e){return Array.prototype.reduce.call(e,(function(e,t){return e+t}),0)},l=function(){function e(e,t){void 0===t&&(t=[]),this.htmlRoot=e,this.children=t}return e.prototype.attachToDOM=function(e){e.appendChild(this.htmlRoot),this.initialize()},e.prototype.initialize=function(){this.children.forEach((function(e){return e.initialize()}))},e.prototype.query=function(e){return this.htmlRoot.querySelector(e)},e.prototype.attachElement=function(e){this.htmlRoot.appendChild(e.htmlRoot),this.children.push(e)},e.prototype.attachElementByReplacing=function(e,t){var i=this.query(e);i.parentElement.replaceChild(t.htmlRoot,i),this.children.push(t)},e}(),d=(e=function(t,i){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])},e(t,i)},function(t,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");function n(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}),u=function(e){function t(i,n){var o=e.call(this,r(' <div id="background"></div> '))||this;o.topOffsetElementCount=i,o.bottomOffsetElementCount=n,o.random=new p,o.blobs=[],o.windowHeight=0,o.windowWidth=0,o.contentHeight=0;for(var a=0;a<Math.max(30,window.innerWidth/10);a++){var s=document.createElement("div"),c=o.random.inInterval(t.zMin,t.zMax);s.style.zIndex=(-c).toFixed(0),s.style.opacity=(1-(c-t.zMin)/(t.zMax-t.zMin)).toString(),s.style.height="".concat(o.random.inInterval(360,740),"px"),o.blobs.push(s),o.htmlRoot.appendChild(s)}return o}return d(t,e),t.prototype.drawIfNecessary=function(){var e=this.getSiblings(),t=h(e.map(s));window.innerWidth===this.windowWidth&&t===this.contentHeight||(this.windowWidth=window.innerWidth,this.windowHeight=window.innerHeight,this.contentHeight=t,this.randomizeBlobs(h(e.slice(0,this.topOffsetElementCount).map(s)),h(e.slice(-this.bottomOffsetElementCount).map(s)))),requestAnimationFrame(this.drawIfNecessary.bind(this))},t.prototype.initialize=function(){e.prototype.initialize.call(this),this.drawIfNecessary()},t.prototype.getSiblings=function(){var e=this;return Array.prototype.slice.call(this.htmlRoot.parentElement.childNodes).filter((function(t){return t!==e.htmlRoot}))},t.prototype.randomizeBlobs=function(e,t){var i=this;this.random.seed=50,this.blobs.forEach((function(n){var o=-Number.parseInt(n.style.zIndex),a=i.randomXY(o,e,t,parseInt(n.style.height)),r=a[0],s=a[1];n.style.transform="translate3D(".concat(r,"px, ").concat(s,"px, ").concat(-o,"px) rotate(-20deg)")}))},t.prototype.randomXY=function(e,i,n,o){var a=-((this.windowHeight/2-i)/t.perspective*(t.zMax+t.perspective)-this.windowHeight/2),r=Math.min((this.windowHeight/2-n)/t.perspective*(t.zMax+t.perspective)-this.windowHeight/2+this.contentHeight,this.contentHeight-o),s=this.windowWidth/t.perspective*(t.zMax+t.perspective)/2;return[this.random.inInterval(c(0,-(s-this.windowWidth/2),e/t.zMax),c(this.windowWidth,this.windowWidth+s-this.windowWidth/2,e/t.zMax)),this.random.inInterval(c(i,a,e/t.zMax),c(this.contentHeight-n,r,e/t.zMax))]},t.perspective=5,t.zMin=6,t.zMax=50,t}(l),f=new Date(1664050844159),w=function(e){return e.length>=1?e[e.length-1]:void 0},g=function(e){var t,i=e.image,n=e.alt,o=e.container,a=void 0!==o&&o,r=e.isIgnoredByImageViewer,s=void 0!==r&&r,c=e.imageScreenRatio,p=void 0===c?.8:c;return" ".concat(a?'<div class="figure-container" style="padding-top:'.concat(i.height/i.width*100,'%">'):"",' <div class="image" style="background-size: cover; background-image: url(\'').concat(i.placeholder,"')\" ").concat(s?"":'tabindex="0"',' > <picture loading="lazy"> <source srcset="').concat(i.srcSet,'" sizes="').concat(b(i,p),'" type="image/" /> <img ').concat(s?"image-viewer-ignore":"",' loading="lazy" width="').concat(i.width,'" height="').concat(i.height,'" src="').concat(null===(t=w(i.images))||void 0===t?void 0:t.path,'" alt="').concat(n,'" /> </picture> </div> ').concat(a?"</div>":""," ")},b=function(e,t){return e.images.slice(0,-1).map((function(e){return"(max-width: ".concat(e.width/t,"px) ").concat(e.width,"px,")})).join("\n")+"\n".concat(w(e.images).width,"px")},m=function(){var e=function(t,i){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])},e(t,i)};return function(t,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");function n(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),y=function(e){function t(){var i=e.call(this,r(' <input id="theme-switcher" aria-label="color-theme-switch" type="checkbox" name="switch-theme"/> '))||this,n=t.loadFromLocalStorage();return(null!=n?n:v())?(i.htmlRoot.checked=!0,P(),A(),setTimeout(k,0)):x(),i.htmlRoot.onchange=i.handleThemeChange.bind(i),i}return m(t,e),t.prototype.handleThemeChange=function(){var e=this.htmlRoot.checked;e?A():x(),t.saveToLocalStorage(e)},t.saveToLocalStorage=function(e){null===localStorage||void 0===localStorage||localStorage.setItem(t.localStorageKey,JSON.stringify(e))},t.loadFromLocalStorage=function(){try{return JSON.parse(localStorage.getItem(t.localStorageKey))}catch(e){return null}},t.localStorageKey="dark-mode",t}(l),v=function(){return matchMedia&&matchMedia("(prefers-color-scheme: dark)").matches},A=function(){return document.documentElement.setAttribute("theme","dark")},x=function(){return document.documentElement.setAttribute("theme","light")},k=function(){return document.documentElement.setAttribute("animations","on")},P=function(){return document.documentElement.setAttribute("animations","off")},I=function(){var e=function(t,i){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])},e(t,i)};return function(t,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");function n(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),S=function(e){function t(t){var i=t.name,n=t.image,o=t.imageAltText,a=t.about,s=e.call(this,r(function(e){var t=e.name,i=e.about,n=e.photo;return' <header id="about"> '.concat(n,' <div class="placeholder"></div> <h1>').concat(t,"</h1> ").concat(i.map((function(e){return"<p>".concat(e,"</p>")})).join("")," </header> ")}({name:i,about:a,photo:g({image:n,alt:o,imageScreenRatio:.2})})))||this;return s.attachElement(new y),s}return I(t,e),t}(l),O=i(784),M=i.n(O),T=function(){var e=function(t,i){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])},e(t,i)};return function(t,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");function n(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),E=function(e){function t(){var t=e.call(this,r(' <section id="image-viewer"> <img height="0" width="0" image-viewer-ignore /> <div tabindex="2" id="cancel">'.concat(M(),"</div> </section> ")))||this;return document.body.addEventListener("click",(function(e){var i,n=e.target;(null===(i=n.classList)||void 0===i?void 0:i.contains("image"))&&t.showImage(n.querySelector("img")),n instanceof HTMLImageElement&&t.showImage(n)})),document.body.addEventListener("keydown",(function(e){"Escape"===e.key&&t.hideImage()})),t.htmlRoot.addEventListener("click",t.hideImage.bind(t)),t}return T(t,e),t.prototype.showImage=function(e){if(!e.attributes["image-viewer-ignore"]){var t=this.query("img");t.src="",t.src=e.src,t.height=e.height,t.width=e.width,this.htmlRoot.style.visibility="visible"}},t.prototype.hideImage=function(){this.htmlRoot.style.visibility="hidden"},t}(l),z=function(){var e=function(t,i){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])},e(t,i)};return function(t,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");function n(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),R=function(e){function t(){for(var t=[],i=0;i<arguments.length;i++)t[i]=arguments[i];var n=this,o=t.map((function(e){return e instanceof l?e:new l(r(e))}));return n=e.call(this,r(" <main></main> "),o)||this,o.forEach((function(e){return n.attachElement(e)})),n}return z(t,e),t}(l),C=i(778),H=i.n(C),B=function(e){return encodeURIComponent(e.toLocaleLowerCase().replace(/\W+/g,"-"))},j=function(){var e=function(t,i){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])},e(t,i)};return function(t,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");function n(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),L=function(e){function t(t,i,n){var o=e.call(this,r(function(e,t){var i=e.date,n=e.title,o=e.description,a=e.more,r=e.links;return' <section id="'.concat(B(n),'" class="timeline-element"> <div class="line-container"> <div class="line"></div> <p class="date">').concat(i,'</p> </div> <div class="card"> <div class="figure"></div> <div class="lower"> <h2> <a href="#').concat(B(n),'">').concat(n,'</a> </h2> <p class="description">').concat(o,"</p> ").concat(a?' <div class="more"> '.concat(a.map((function(e){return"<p>".concat(e,"</p>")})).join("")," </div>"):"",' <div class="buttons"> ').concat(a&&'<div tabindex=0 class="info-button"> <div class="svg-container">'.concat(H(),"</div> <p>").concat(t,"</p> </div>")," ").concat(r.join("")," </div> </div> </div> </section> ")}(t,i)))||this;return o.showMore=i,o.showLess=n,o.isOpen=!1,o.isOpen=!1,o.more=o.query(".more"),addEventListener("resize",o.handleResize.bind(o)),o.query(".info-button").addEventListener("click",o.toggleOpen.bind(o)),o.attachElementByReplacing(".figure",t.figure instanceof l?t.figure:new l(r(t.figure))),o.isOpen=!1,o}return j(t,e),t.prototype.toggleOpen=function(){this.isOpen?(this.query(".info-button p").innerText=this.showMore,this.closeMore()):(this.query(".info-button p").innerText=this.showLess,this.openMore()),this.isOpen=!this.isOpen},t.prototype.openMore=function(){var e=this.more.scrollHeight;this.more.style.height="".concat(e.toString(),"px")},t.prototype.closeMore=function(){this.more.style.height="0"},t.prototype.handleResize=function(){this.isOpen&&(this.more.style.height="auto",this.openMore.bind(this))},t}(l),D=function(){var e=function(t,i){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])},e(t,i)};return function(t,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");function n(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),Q=function(e){function t(t){var i=t.elements,n=t.showMoreText,o=t.showLessText,a=e.call(this,r(' <div id="timeline"></div> '))||this;return i.forEach((function(e){return a.attachElement(new L(e,n,o))})),a}return D(t,e),t}(l),U=i.p+"cv-andras-schmelczer.pdf",V=i(360),N=i.n(V),X=i(14),q=i.n(X),Z=function(){var e=function(t,i){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])},e(t,i)};return function(t,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");function n(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),F=function(e){function t(t){var i,n,o,a,s,c,p=e.call(this,r((n=(i=t).webm,o=i.mp4,a=i.poster,s=i.invertButton,c=i.altText,' <div class="figure-container video-container" style="padding-top:'.concat(a.height/a.width*100,'%"> ').concat(g({image:a,alt:c,isIgnoredByImageViewer:!0}),' <video playsinline preload="none"> <source src="').concat(n,'" type="video/webm"/> <source src="').concat(o,'" type="video/mp4"/> </video> <div class="start-button ').concat(s?"inverted":"",'" tabindex=0>').concat(q(),"</div> </div> "))))||this;return p.video=p.query("video"),p.htmlRoot.addEventListener("click",p.startVideo.bind(p)),p.query(".start-button").addEventListener("click",p.startVideo.bind(p)),p.video.addEventListener("pause",p.pauseVideo.bind(p)),p}return Z(t,e),t.prototype.startVideo=function(){this.video.paused&&(this.query(".start-button").style.visibility="hidden",this.htmlRoot.classList.add("loaded"),this.video.play(),this.video.controls=!0)},t.prototype.pauseVideo=function(){this.video.paused&&(this.query(".start-button").style.visibility="visible",this.video.controls=!1)},t}(l),K=i(883),W=i.n(K),J=i.p+"b23057a6.mp4",G=i.p+"0261e957.webm",Y=i(292),_=i.n(Y),$=i(869),ee=i.n($),te=i(537),ie=i.n(te),ne=i(515),oe=i.n(ne),ae=i(4),re=i.n(ae),se=i(415),ce=i.n(se),pe=i(724),he=i.n(pe),le=i(323),de=i.n(le),ue=function(e,t,i){var n=(void 0===i?{}:i).shouldDownload,o=void 0!==n&&n;return function(i){return'<a rel="noopener" target="_blank" href="'.concat(i,'" ').concat(o?"download":"",' class="image-anchor"> ').concat(e," <span>").concat(t,"</span> </a>")}},fe=function(e,t,i){var n=(void 0===i?{}:i).shouldDownload,o=void 0!==n&&n;return function(i){return' <a class="image-button" href="'.concat(i,'" rel="noopener" target="_blank" ').concat(o?"download":"",' > <div class="svg-container"> ').concat(e," </div> <p>").concat(t,"</p> </a> ")}},we=fe(ie(),"Open on GitHub"),ge=fe(ce(),"Open on npm"),be=fe(he(),"Open on PyPi"),me=fe(re(),"Open in new tab"),ye=fe(_(),"Download thesis",{shouldDownload:!0}),ve=fe(de(),"Open on YouTube"),Ae=ue(_(),"Download my CV"),xe=ue(ie(),"Find me on GitHub"),ke=ue(oe(),"Find me on LinkedIn"),Pe=ue(ee(),"andras@schmelczer.dev"),Ie="thumbnail for the video",Se={title:"Gaming on an ATtiny85",date:"2020 spring",figure:new F({poster:W(),mp4:J,webm:G,altText:Ie}),description:"A simple game engine with a sample game set in space. The greatest challenge was to overcome the very limited resources of the hardware, this was also the most rewarding part.",more:["For reducing complexity while maintaining performance, a balance had to be found between object-oriented and structural programming. For example, a simple prototype-based inheritance is used for the game objects; meanwhile, an optimised SIMD utilising low-level driver is used for rendering to the display. I think, the codebase is quite readable and at the same time also fast, with the maximum frame times being between 15 and 20 milliseconds at a clock speed of 8 MHz. That means, it runs quite stably at 50-60 FPS.","As for the hardware, it is quite simple. Aside from the ATtiny85V, a D096-12864-SPI7 display is used for output and a TSOP4838 for input. The circuit runs on 3.3V, so a regulator is also needed. It uses a current of 8mA to 11mA on full brightness and around 1.5mA on standby mode.","There is also fault-tolerant persistent data storage utilising the built-in EEPROM. For creating sprites (which are also stored in EEPROM), I made a tool to convert PNG-s into C array definitions. This can also be found on GitHub along with the entire project."],links:[we("https://github.com/schmelczer/ad_astra")]},Oe=i.p+"b26adf3a.mp4",Me=i(594),Te=i.n(Me),Ee=i.p+"98db2473.webm",ze={title:"City simulation",date:"2018 July - August",figure:new F({poster:Te(),mp4:Oe,webm:Ee,altText:Ie}),description:"Simulating a city where car crashes are more frequent than usual.",more:["The state of the traffic lights can be changed through a REST API. Drivers follow the instructions of the traffic lights, so if a mistake is made, there will be collisions. There is also support for displaying tweets on a HUD.","This was created for a cybersecurity challenge. With the help of this program the contestants could instantly see the effect of their work.","The most interesting aspect of this project was building it in a server-client architecture. Every decision of the agents is calculated server-side. The real challenge was broadcasting these decisions in a fault-tolerant way using minimal bandwidth.","It is made with Unity using C# as the scripting language. The models and animations were also made by me using Blender."],links:[]},Re=i(584),Ce=i.n(Re),He=function(){var e=function(t,i){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])},e(t,i)};return function(t,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");function n(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),Be=function(e){function t(t,i,n){var o=e.call(this,r(function(e){var t=e.alt,i=e.poster;return' <div class="preview"> '.concat(g({image:i,alt:t,container:!0,isIgnoredByImageViewer:!0}),' <div class="overlay"> <div class="loading">').concat(Ce(),'</div> <iframe title="').concat(t,'" allowfullscreen loading="lazy"></iframe> <div class="start-button">').concat(q(),"</div> </div> </div> ")}({poster:t,alt:n})))||this;return o.url=i,o.url+="?portfolioView",o.query(".start-button").addEventListener("click",o.loadContent.bind(o)),o}return He(t,e),t.prototype.initialize=function(){var t=this;new IntersectionObserver((function(e){e[0].isIntersecting||t.unloadContent()})).observe(this.htmlRoot.parentElement),e.prototype.initialize.call(this)},t.prototype.loadContent=function(){this.htmlRoot.classList.add("loaded"),this.query("iframe").src=this.url},t.prototype.unloadContent=function(){this.htmlRoot.classList.remove("loaded"),this.query("iframe").src=""},t}(l),je=i(195),Le=i.n(je),De=i.p+"sdf2d-andras-schmelczer.pdf",Qe={title:"Multiplayer game",date:"2020 autumn",figure:new Be(Le(),"https://decla.red","The website of the video game"),description:"Using SDF-2D (my ray tracing graphics library), I created a conquest-style multiplayer browser game. It even runs on mobiles.",more:["The scene is set in space, two teams have to conquer small planets, while they can also shoot at the other team. Points are given based on the number of planets controlled, and the first team which reaches a predefined score wins.","As for the communication, a server-client architecture is used. Messaging is provided by Socket.IO and a custom serialisation solution.","This (along with SDF-2D) was my BSc thesis project, so more in-depth information about them can be found in my thesis linked below."],links:[we("https://github.com/schmelczer/decla.red"),ye(De),me("https://decla.red")]},Ue=i(461),Ve=i.n(Ue),Ne=i.p+"cff82083.mp4",Xe=i.p+"a18776d0.webm",qe={title:"Predicting foreign exchange rates",date:"2019 autumn",figure:new F({poster:Ve(),mp4:Ne,webm:Xe,invertButton:!0,altText:Ie}),description:"From the animation, we can see that my implementation does a somewhat acceptable job at predicting (blue graph) the EUR/USD rates (green graph).",more:["In a nutshell, the algorithm (written in Python using NumPy, SciPy, and Flask) predicts in the frequency domain. The steps are the following: smoothing the input values, differentiating, applying a short-time Fourier-transformation with overlapped (and Hanning-windowed) windows, extrapolating and then applying the inverse of these transformations to the resulting values.","Of course, there is still plenty of room for improvement, but even with this simple algorithm a mostly profitable trading strategy is viable. In my free time I may put more work into it."],links:[]},Ze=i.p+"great-ai-andras-schmelczer.pdf",Fe=i(462),Ke={title:"GreatAI",date:"2022",figure:g({image:i.n(Fe)(),alt:"some example code using GreatAI",container:!0}),description:"I investigated an approach to increase the adoption rate of ML deployment libraries and hence the overall quality of deployed AI services in the industry. I did this by simultaneously focusing on providing robust, automated implementations of best practices and an accessible API. One of the outcomes of the research is the GreatAI framework.",more:["Applying AI is becoming increasingly more accessible, but many case studies have shown that these applications are often deployed poorly. This may lead to suboptimal performance and the introduction of unintended biases.","The research presents 33 AI/ML deployment best practices, the difficulties of implementing them, and ways to overcome these challenges. These target the transition from prototype AI code into production-ready software. GreatAI helps implement these best practices through an accessible interface.","Feedback from professional data scientists and software engineers showed that ease of use and functionality are equally important in deciding to adopt deployment technologies, and the proposed framework was rated positively in both dimensions.","For more details, checkout the GitHub page or the paper."],links:[be("https://pypi.org/project/great-ai/"),ye(Ze),me("https://great-ai.scoutinscience.com")]},We=i(890),Je=i.n(We),Ge=i.p+"970d7b27.mp4",Ye=i.p+"6f42f6bc.webm",_e={title:"Lights synchronised to music",date:"2016 spring",figure:new F({poster:Je(),mp4:Ge,webm:Ye,altText:Ie}),description:"A full stack application with a built-in music player the output of which controls the colour of a couple of RGB LED strips.",more:["This was my first non-trivial project which got finished. Obviously, it is rather far from perfect, but I am still proud that I was able to build it on my own.","The backend logic is written in Python, the FFT implementation is provided by NumPy. A quite simple frontend for accessing the music player and changing the settings also got built using vanilla web development technologies."],links:[]},$e=i(319),et={title:"My Notes",date:"2019 November",figure:g({image:i.n($e)(),alt:"two screenshots of the application",container:!0}),description:"A minimalist note organiser and editor powered by Markwon.",more:["This is a basic android app for creating and filtering markdown notes (based on #hashtags). It was my first exposure to Android development.","All in all, it is not a tremendous engineering feat, but at least it's usable. The knowledge gained while working on it was the more significant outcome of this adventure."],links:[we("https://github.com/schmelczer/my-notes")]},tt=i(383),it={title:"Simulating the cooling system of a nuclear facility",date:"2018 October - November",figure:g({image:i.n(tt)(),alt:"a screenshot of the simulator",container:!0}),description:"The temperatures and flow velocities are dynamically calculated in a fluid-based cooling system based on a simple model.",more:["A simulated system can contain reactors (heaters), coolers, pumps, heat exchangers, drains, sources, and of course, pipes. With this, simple yet believable configurations can be defined. The aim of the project was to create a cheaply calculated and (for layman) a convincingly looking simulation.","The algorithm takes advantages of graphs and matrices to get to a next time frame. First, water flows are distributed by traversing the graph of pipes. Then a matrix is populated with the relations of the nodes (based on the water flow between them). After considering the base temperatures and heaters, the matrix is solved resulting in the current temperature of each node. This can be iteratively continued.","Python is used for the backend along with Flask and NumPy. A REST API facilitates the communication between the layers. For rendering on the frontend, a HTML5 canvas is utilised."],links:[]},nt=i(63),ot={title:"Graph editing application",date:"2018 October - November",figure:g({image:i.n(nt)(),alt:"a picture of the simulator's UI",container:!0}),description:"An intuitive editor to create and edit input for the nuclear facility simulator.",more:["Nodes can be moved with drag & drop gestures. Editing the parameters of elements can be done on the right panel.","The UI is built with JavaFX. The output can be exported as JSON or directly uploaded to the simulation backend."],links:[]},at=i(751),rt={title:"Photos",date:"2016 summer",figure:g({image:i.n(at)(),alt:"a picture of the website",container:!0}),description:"A simple webpage where you can view my photos.",more:["Taking time to appreciate the world around us fills me with joy. That's why I like to go on walks with a camera. I might not end up with great photos, nonetheless, I usually end up with some inspiration regarding my current or next project.","As for the webpage, a webpack script generates the site from the photos in a directory, automatic resizing to multiple quality settings is also part of the pipeline."],links:[me("https://photo.schmelczer.dev")]},st=i.p+"fb2daea8.mp4",ct=i(508),pt=i.n(ct),ht=i.p+"fb8a7065.webm",lt={title:"Platform game",date:"2017 autumn",figure:new F({poster:pt(),mp4:st,webm:ht,altText:Ie}),description:"A 3D game written in C with the help of SDL 1.2 (I haven't heard of GPU programming at the time).",more:["The maps are randomly generated and fully destroyable. The player is getting chased by flying enemies. Overall, I find it a really enjoyable game.","I did this as a homework for my Basics of Programming course."],links:[]},dt=i(733),ut={title:"2D ray tracing",date:"2020 autumn",figure:new Be(i.n(dt)(),"https://sdf2d.schmelczer.dev","A webpage showcasing the SDF-2D project."),description:"I created the SDF-2D library for efficiently rendering 2D scenes using ray tracing. My solution relies on signed distance fields (SDF-s), it supports both WebGL and WebGL2, and is an easily reusable and extensible NPM package.",more:["A multitude of optimisations were needed to achieve real-time performance even on low-end mobile devices. These include deferred shading, tile-based rendering, and dynamic shader generation to eliminate unnecessary instructions.","The result is a reusable library written in TypeScript with a — subjectively — simple and elegant API. For more information please check out the GitHub repository or the NPM package itself. Or simply enjoy the mesmerising demo scenes.","Creating this library package is also covered in my thesis (available above)."],links:[ge("https://www.npmjs.com/package/sdf-2d"),ve("https://www.youtube.com/watch?v=K3cEtnZUNR0"),me("https://sdf2d.schmelczer.dev")]},ft=i(788),wt={title:"Towers tracking app",date:"2019 August - September",figure:g({image:i.n(ft)(),alt:"a picture of the website",container:!0}),description:"An aesthetic representation of your previous and current goals/tasks.",more:["This project served me with an opportunity to deepen my Angular knowledge. The most interesting aspect of it (apart from designing and implementing the pleasing visuals) was coming up with its data structure and persistence. Finally, I decided on using a trie. Its properties make it fairly simple to find the difference between the server stored and client stored versions and then only send this delta through the network. Also, its immutable nature helped with the code quality as well.","In hindsight, I would certainly add some finishing touches to it. For instance, dark mode, a tutorial, and PWA features."],links:[we("https://github.com/schmelczer/life-towers/"),me("https://towers.schmelczer.dev")]},gt=!1;document.addEventListener("keydown",(function(e){var t;" "===e.key&&(gt=!0,null===(t=document.activeElement)||void 0===t||t.click(),e.preventDefault())})),document.addEventListener("click",(function(){var e,t;gt||null===(t=(e=document.activeElement).blur)||void 0===t||t.call(e),gt=!1})),[new R(new u(1,1),new S({name:"András Schmelczer",image:N(),imageAltText:"a picture of me",about:["With more than six years of professional experience and a degree in Computer Science, I can confidently tackle any challenge regardless of its complexity. My interests span diverse areas, making me able to architect vast and sophisticated systems with a clear understanding. I'm keen on designing distributed systems, especially when AI/ML is involved.","I'm excited to take my part in connecting people and providing them with AI/ML solutions along with the necessary computing capabilities which were unimaginable even a decade ago."," Discover some of my more interesting earlier projects. They are all listed below. Further information about me can be found at the bottom of the page."]}),new Q({showMoreText:"Show details",showLessText:"Show less",elements:[Ke,Qe,ut,Se,qe,et,wt,it,ot,ze,lt,rt,_e]}),(t={title:"Learn more",links:[Ae(U),xe("https://github.com/schmelczer"),ke("https://www.linkedin.com/in/andras-schmelczer"),Pe("mailto:andras@schmelczer.dev")],lastEditText:"Last modified on "},n=t.title,o=t.links,a=t.lastEditText,' <footer id="footer"> <h2>'.concat(n,'</h2> <div class="links"> ').concat(o.join("")," </div> <aside> <p> ").concat(a,' <time datetime="').concat(f.toISOString(),'">').concat(f.toLocaleDateString(),"</time> </p> </aside> </footer> "))),new E].forEach((function(e){return e.attachToDOM(document.body)})),function(){var e;location.hash&&(null===(e=document.getElementById(location.hash.slice(1)))||void 0===e||e.scrollIntoView())}()}()}();</script></body></html> |