:root{--background-dark: color-mix(in srgb, var(--background) 60%, black);--background-light: color-mix(in srgb, var(--background) 70%, white);background:radial-gradient(var(--background-dark),var(--background),var(--background-light));animation:gradient 20s ease-in-out infinite alternate;font-family:IBM_EGA,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;color:var(--text-color);background-size:250% 250%;color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{padding:0;margin:0;min-height:100vh;width:100%;overscroll-behavior:none}.enterButton{animation:buttonCollapse .4s ease infinite}button{font-family:IBM_EGA;font-size:3.5rem;border:solid var(--text-color);border-width:6px;box-shadow:5px 5px 0 var(--primary);text-shadow:4px 4px 0px var(--primary);background-color:transparent;color:var(--text-color);display:flex;flex-direction:row;justify-content:center;align-items:center;padding:2px 45px;transition:box-shadow .2s ease,text-shadow .2s ease,transform .2s ease}button:hover{transform:translate(5px,5px);color:var(--secondary);border-color:var(--primary);box-shadow:none;text-shadow:none;cursor:pointer}button:focus,button:focus-visible{outline:2px solid var(--primary);outline-offset:0;border-radius:0}.glitch{position:relative;padding:0 10px;color:var(--text-color);transform:scaleZ(1)}.glitch--h3{padding:0 4px}.glitch--h4{padding:0 4.5px}.glitch:before,.glitch:after{content:attr(data-text);position:absolute;top:0;left:0;right:0;overflow:hidden;background:var(--background-50);color:var(--text-color);clip:rect(0,900px,0,0)}.glitch:before{left:7px;text-shadow:1px 0 green}.glitch:after{left:3px;text-shadow:-1px 0 red}.glitch--h1:before{animation:glitch-effect-h1 3s infinite linear alternate-reverse}.glitch--h1:after{animation:glitch-effect-h1 2s infinite linear alternate-reverse}.glitch--h3:before{animation:glitch-effect-h3 3s infinite linear alternate-reverse}.glitch--h3:after{animation:glitch-effect-h3 2s infinite linear alternate-reverse}.glitch--h4:before{animation:glitch-effect-h4 3s infinite linear alternate-reverse}.glitch--h4:after{animation:glitch-effect-h4 2s infinite linear alternate-reverse}@keyframes glitch-effect-h1{0%{clip:rect(26px,9999px,53px,0)}6.6666666667%{clip:rect(26px,9999px,64px,0)}13.3333333333%{clip:rect(55px,9999px,28px,0)}20%{clip:rect(68px,9999px,26px,0)}26.6666666667%{clip:rect(65px,9999px,48px,0)}33.3333333333%{clip:rect(23px,9999px,55px,0)}40%{clip:rect(63px,9999px,75px,0)}46.6666666667%{clip:rect(74px,9999px,49px,0)}53.3333333333%{clip:rect(57px,9999px,49px,0)}60%{clip:rect(30px,9999px,29px,0)}66.6666666667%{clip:rect(23px,9999px,34px,0)}73.3333333333%{clip:rect(38px,9999px,46px,0)}80%{clip:rect(71px,9999px,58px,0)}86.6666666667%{clip:rect(33px,9999px,42px,0)}93.3333333333%{clip:rect(30px,9999px,68px,0)}to{clip:rect(74px,9999px,20px,0)}}@keyframes glitch-effect-h3{0%{clip:rect(15px,9999px,15px,0)}6.6666666667%{clip:rect(23px,9999px,27px,0)}13.3333333333%{clip:rect(14px,9999px,20px,0)}20%{clip:rect(17px,9999px,33px,0)}26.6666666667%{clip:rect(22px,9999px,20px,0)}33.3333333333%{clip:rect(32px,9999px,11px,0)}40%{clip:rect(26px,9999px,23px,0)}46.6666666667%{clip:rect(29px,9999px,27px,0)}53.3333333333%{clip:rect(28px,9999px,29px,0)}60%{clip:rect(25px,9999px,19px,0)}66.6666666667%{clip:rect(11px,9999px,22px,0)}73.3333333333%{clip:rect(14px,9999px,21px,0)}80%{clip:rect(36px,9999px,17px,0)}86.6666666667%{clip:rect(37px,9999px,35px,0)}93.3333333333%{clip:rect(12px,9999px,13px,0)}to{clip:rect(27px,9999px,27px,0)}}@keyframes glitch-effect-h4{0%{clip:rect(21px,9999px,12px,0)}6.6666666667%{clip:rect(17px,9999px,10px,0)}13.3333333333%{clip:rect(12px,9999px,20px,0)}20%{clip:rect(21px,9999px,9px,0)}26.6666666667%{clip:rect(10px,9999px,30px,0)}33.3333333333%{clip:rect(20px,9999px,12px,0)}40%{clip:rect(12px,9999px,20px,0)}46.6666666667%{clip:rect(25px,9999px,6px,0)}53.3333333333%{clip:rect(9px,9999px,20px,0)}60%{clip:rect(8px,9999px,10px,0)}66.6666666667%{clip:rect(14px,9999px,11px,0)}73.3333333333%{clip:rect(20px,9999px,13px,0)}80%{clip:rect(8px,9999px,23px,0)}86.6666666667%{clip:rect(13px,9999px,25px,0)}93.3333333333%{clip:rect(14px,9999px,26px,0)}to{clip:rect(15px,9999px,9px,0)}}a{margin:auto}p{font-size:20px}h1{margin:0;font-size:60px;color:var(--text-color);text-wrap:nowrap;text-shadow:3px 3px 0px var(--secondary)}h2{margin:0;font-size:40px;color:var(--text-color);text-wrap:nowrap;text-shadow:3px 3px 0px var(--secondary)}h3{margin:0;font-size:35px;color:var(--text-color);text-wrap:nowrap;text-shadow:2px 2px 0px var(--secondary)}h4{margin:0;font-size:25px;color:var(--text-color);text-wrap:nowrap;text-shadow:1.5px 1.5px 0px var(--secondary)}@font-face{font-family:IBM_EGA;src:url(/assets/WebPlus_IBM_EGA_8x14-CGXCFwnk.woff) format("woff")}@keyframes gradient{0%{background-position:0% 0%}50%{background-position:50% 50%}to{background-position:100% 100%}}@keyframes buttonCollapse{0%,to{box-shadow:5px 5px 0 var(--primary);text-shadow:4px 4px 0 var(--primary);transform:translate(0)}50%{box-shadow:none;text-shadow:none;color:var(--secondary);border-color:var(--primary);transform:translate(5px,5px)}}.hide{opacity:0}.show{opacity:1}@media screen and (max-width: 767px){button{font-size:3rem;text-shadow:3px 3px 0px var(--primary)}h1{font-size:50px}}@media screen and (max-width: 575px){h1{font-size:40px;text-shadow:1.5px 1.5px 0px var(--primary)}h4{font-size:20px;text-shadow:1px 1px 0px var(--primary)}}@media screen and (max-width: 478px){h1{font-size:35px;text-shadow:2px 2px 0px var(--primary)}p{text-align:center}}._canvasWrapper_1hylt_1{position:fixed;width:100%;z-index:-1}._canvasRoot_1hylt_8{width:100%;height:100%;display:block;image-rendering:pixelated}._scrollWrapper_1dyji_2{height:100vh;width:100%;overflow-y:hidden;position:relative}._main_1dyji_9{margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow-y:auto}._layout_1dyji_19{width:75%;max-width:1200px;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:center}@media screen and (max-width: 478px){._layout_1dyji_19{width:85%}}@keyframes _fadeInUp_1dszz_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}._fadeInUpAnimation_1dszz_1{animation:2s _fadeInUp_1dszz_1 forwards}@keyframes _fadeBackUp_1dszz_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(5%);opacity:0}}._fadeBackUpAnimation_1dszz_1{animation:.5s _fadeBackUp_1dszz_1 forwards}@keyframes _fadeInTop_1dszz_1{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}._fadeInTopAnimation_1dszz_1{animation-delay:.2s;animation:1s _fadeInTop_1dszz_1 forwards}@keyframes _fadeBackTop_1dszz_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}._fadeBackTopAnimation_1dszz_1{animation:1s _fadeBackTop_1dszz_1 forwards}._buttonContainer_1dszz_4{position:relative;flex-direction:column;height:90%;width:100%;display:flex;align-items:center;justify-content:flex-end}._nameWrapper_1dszz_14{position:absolute;top:25%}._nameWrapper_1dszz_14 h1{font-size:125px}._buttonWrapper_1dszz_23{opacity:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:25px}._refreshButton_1dszz_32{padding:4px 35px}._spinAnimation_1dszz_36{animation:_classic_1dszz_1 1s ease-in-out}@keyframes _classic_1dszz_1{to{transform:rotate(360deg)}}@media screen and (max-width: 1275px){._nameWrapper_1dszz_14 h1{font-size:85px}}@media screen and (max-width: 991px){._nameWrapper_1dszz_14 h1{font-size:60px}}@media screen and (max-width: 767px){._buttonWrapper_1dszz_23{flex-direction:column}}@media screen and (max-width: 478px){._nameWrapper_1dszz_14{top:35%}._nameWrapper_1dszz_14 h1{width:100%;text-wrap:wrap;font-size:60px;text-align:center;line-height:60px}._buttonContainer_1dszz_4{height:75%}}._refresh_1gt95_1{width:55px;height:55px;color:var(--text-color);filter:drop-shadow(3px 3px 0 var(--primary));transition:transform .2s ease,color .2s ease,filter .2s ease}button:hover ._refresh_1gt95_1{color:var(--secondary);border-color:var(--primary);filter:drop-shadow(0 0 0 rgba(0,0,0,0))}@media screen and (max-width: 767px){._refresh_1gt95_1{width:45px;height:45px}}[data-char]{color:transparent;position:relative;text-shadow:none}[data-char]:after{--txt: attr(data-char);animation-name:_glitch-switch_1vwlb_1;animation-duration:.25s;animation-timing-function:steps(1);animation-fill-mode:backwards;content:var(--txt);color:var(--text-color);position:absolute;left:0}h1 [data-char]:after{text-shadow:.04em .04em 0px var(--secondary)}h2 [data-char]:after{text-shadow:2px 2px 0px var(--secondary)}h3 [data-char]:after{text-shadow:2px 2px 0px var(--secondary)}h4 [data-char]:after{text-shadow:1.5px 1.5px 0px var(--secondary)}._revealZero_1vwlb_40 [data-char]:after{animation-iteration-count:calc(var(--char-index) * 1)}._revealOne_1vwlb_44 [data-char]:after{animation-iteration-count:4}._revealTwo_1vwlb_48 [data-char]:after{animation-iteration-count:var(--count)}@keyframes _glitch-switch_1vwlb_1{0%{content:var(--char-0)}10%{content:var(--char-1)}20%{content:var(--char-2)}30%{content:var(--char-3)}40%{content:var(--char-4)}50%{content:var(--char-5)}60%{content:var(--char-6)}70%{content:var(--char-7)}80%{content:var(--char-8)}90%{content:var(--char-9)}to{content:var(--char-0)}}@media screen and (max-width: 478px){h1 [data-char]:after{text-shadow:2px 2px 0px var(--secondary)}}@keyframes _fadeIn_1emz1_1{0%{opacity:0}to{opacity:1}}._fadeInAnimation_1emz1_1{animation:_fadeIn_1emz1_1 5s forwards}@keyframes _fadeInUp_1emz1_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}._fadeInUpAnimation_1emz1_1{animation:2s _fadeInUp_1emz1_1 forwards}@keyframes _fadeBackUp_1emz1_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(5%);opacity:0}}._fadeBackUpAnimation_1emz1_1{animation:.5s _fadeBackUp_1emz1_1 forwards}._headingWrapper_1emz1_4{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px 25px;box-sizing:border-box;border:6px solid var(--primary)}._iconWrapper_1bzi0_1{width:70px;height:70px;display:flex;align-items:center;justify-content:center}._icon_1bzi0_1{width:100%;height:100%;color:var(--text-color);filter:drop-shadow(3px 3px 0 var(--secondary))}@media screen and (max-width: 767px){._iconWrapper_1bzi0_1{width:40px;height:40px}}@media screen and (max-width: 660px){._iconWrapper_1bzi0_1{display:none}}@keyframes _fadeInUp_1yc8g_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}._fadeInUpAnimation_1yc8g_1{animation:2s _fadeInUp_1yc8g_1 forwards}@keyframes _fadeBackUp_1yc8g_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(5%);opacity:0}}._fadeBackUpAnimation_1yc8g_1{animation:.5s _fadeBackUp_1yc8g_1 forwards}._block_1yc8g_3{width:100%;height:100%;box-sizing:border-box;display:flex;opacity:0}._block-background_1yc8g_11{width:100%;height:100%;background-color:var(--background-color-50);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-sizing:border-box;display:flex;padding:25px;opacity:0}._borderPrimary_1yc8g_24{border:6px solid var(--primary)}._borderSecondary_1yc8g_28{border:6px solid var(--secondary)}._show_1yc8g_32{opacity:1}._fd-column_1yc8g_33{flex-direction:column}._fd-row_1yc8g_34{flex-direction:row}._jc-start_1yc8g_36{justify-content:flex-start}._jc-end_1yc8g_37{justify-content:flex-end}._jc-center_1yc8g_38{justify-content:center}._jc-between_1yc8g_39{justify-content:space-between}._ai-start_1yc8g_41{align-items:flex-start}._ai-end_1yc8g_42{align-items:flex-end}._ai-center_1yc8g_43{align-items:center}._grid_1jkjt_1{display:grid;grid-template-columns:repeat(12,1fr);gap:25px;width:100%;box-sizing:border-box;padding:5% 0;align-items:start}._titleBlock_1jkjt_11{grid-column:span 12;height:100%}._photoBlock_1jkjt_17{grid-column:span 4;height:100%}._infoBlock_1jkjt_22,._assessmentBlock_1jkjt_27{grid-column:span 8;height:100%}._lifeBlock_1jkjt_32{grid-column:span 4;height:100%}@media screen and (max-width: 1260px){._photoBlock_1jkjt_17,._infoBlock_1jkjt_22,._assessmentBlock_1jkjt_27,._lifeBlock_1jkjt_32{grid-column:span 12}}@keyframes _fadeInUp_zs73e_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}._fadeInUpAnimation_zs73e_1{animation:2s _fadeInUp_zs73e_1 forwards}@keyframes _fadeBackUp_zs73e_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(5%);opacity:0}}._fadeBackUpAnimation_zs73e_1{animation:.5s _fadeBackUp_zs73e_1 forwards}._photoTextWrapper_zs73e_3{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}._photoWrapper_zs73e_12{width:100%;flex-direction:column;display:flex;justify-content:flex-start;align-items:flex-start;gap:15px}._photo_zs73e_3{width:100%;height:350px;box-sizing:border-box;filter:grayscale(100%);border:6px solid var(--primary);background-image:url(/assets/sebastian_pucher-B1IYI1vU.jpg);background-size:cover;background-position:center}._socials_zs73e_32{display:flex;width:100%;flex-direction:row;justify-content:center;align-items:center;gap:20px}@media screen and (max-width: 1260px){._photoWrapper_zs73e_12{justify-content:flex-start;align-items:center}._photoTextWrapper_zs73e_3{justify-content:center}._photo_zs73e_3{width:475px;height:475px}}@media screen and (max-width: 767px){._photo_zs73e_3{width:100%}}@media screen and (max-width: 478px){._photo_zs73e_3{height:350px}}._iconWrapper_1wupa_1{width:32px;height:32px;display:flex;align-items:center;justify-content:center}._icon_1wupa_1{width:32px;height:32px;color:var(--primary)}@media screen and (max-width: 478px){._icon_1wupa_1,._iconWrapper_1wupa_1{width:29px;height:29px}}@keyframes _fadeInUp_1rf2k_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}._fadeInUpAnimation_1rf2k_1{animation:2s _fadeInUp_1rf2k_1 forwards}@keyframes _fadeBackUp_1rf2k_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(5%);opacity:0}}._fadeBackUpAnimation_1rf2k_1{animation:.5s _fadeBackUp_1rf2k_1 forwards}@keyframes _fadeIn_1rf2k_1{0%{opacity:0}to{opacity:1}}._fadeInAnimation_1rf2k_1{animation:_fadeIn_1rf2k_1 5s forwards}._infoWrapper_1rf2k_4{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:8px;gap:4px}._info_1rf2k_4{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;box-sizing:border-box;border-bottom:3px solid var(--primary);gap:10px}._rightWrapper_1rf2k_26{display:flex;justify-content:flex-start;align-items:center}._divider_1rf2k_34{display:none}._iconWrapper_1rf2k_38{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;box-sizing:border-box;flex-wrap:wrap;gap:8px;padding:10px 0}@media screen and (max-width: 991px){._info_1rf2k_4{flex-direction:column;justify-content:center}._divider_1rf2k_34{display:block;margin:-12px 0}._iconWrapper_1rf2k_38{justify-content:center}}._logo_18gla_1{width:35px;height:35px;color:var(--text-color)}._headingWrapper_1vwhx_1{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;border-bottom:6px solid var(--primary);padding:5px 0;gap:15px}@media screen and (max-width: 478px){._headingWrapper_1vwhx_1{justify-content:center}}._iconWrapper_fue7i_1{width:40px;height:40px;display:flex;align-items:center;justify-content:center}._icon_fue7i_1{width:100%;height:100%;color:var(--text-color);filter:drop-shadow(3px 3px 0 var(--secondary))}._life_metl2_1{width:100%}._moreSoon_1482a_1{padding:60px 0}@media screen and (max-width: 478px){._moreSoon_1482a_1{padding:30px 0}._moreSoon_1482a_1 h3{font-size:30px}}@keyframes _fadeInTop_1ndam_1{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}._fadeInTopAnimation_1ndam_1{animation-delay:.2s;animation:1s _fadeInTop_1ndam_1 forwards}@keyframes _fadeBackTop_1ndam_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}._fadeBackTopAnimation_1ndam_1{animation:1s _fadeBackTop_1ndam_1 forwards}@keyframes _fadeInLeft_1ndam_1{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}._fadeInLeftAnimation_1ndam_1{animation-delay:.2s;animation:1s _fadeInLeft_1ndam_1 forwards}@keyframes _fadeBackLeft_1ndam_1{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}._fadeBackLeftAnimation_1ndam_1{animation:1s _fadeBackLeft_1ndam_1 forwards}._tabs_1ndam_4{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:start;justify-content:space-evenly;cursor:pointer;z-index:1}._one_1ndam_16{width:60px;height:60px;background-color:var(--primary)}._two_1ndam_22{width:60px;height:60px;background-color:var(--secondary);animation-delay:.2s}._three_1ndam_29{width:60px;height:60px;background-color:var(--text-color);animation-delay:.4s}._four_1ndam_36{width:60px;height:60px;border:solid var(--text-color);box-sizing:border-box;border-width:4px;animation-delay:.6s}._disableClick_1ndam_45{pointer-events:none}._displayNone_1ndam_49{display:none}._hidden_1ndam_53{opacity:0}._fadeIn_1ndam_57{animation-name:_fadeInLeft_1ndam_1;animation-duration:1s;animation-fill-mode:forwards}._fadeBack_1ndam_63{animation-name:_fadeBackLeft_1ndam_1;animation-duration:1s;animation-fill-mode:forwards}@media screen and (max-width: 767px){._one_1ndam_16,._two_1ndam_22,._three_1ndam_29,._four_1ndam_36{width:45px;height:45px}._tabs_1ndam_4{flex-direction:row}._fadeIn_1ndam_57{animation-name:_fadeInTop_1ndam_1}._fadeBack_1ndam_63{animation-name:_fadeBackTop_1ndam_1}}
