.site-shell{--paper:#f3f1ea;--paper-raised:#ebe8de;--ink:#1e2a25;--ink-soft:#5b655f;--stamp:#b23a2e;--stamp-dark:#8e2c22;--done:#2f6b4f;--line:#d7d2c4;--white:#fbfaf6;background:var(--paper);color:var(--ink);font-family:var(--font-source), "Source Sans 3", sans-serif;-webkit-font-smoothing:antialiased;min-height:100dvh;line-height:1.55}.site-shell *,.site-shell :before,.site-shell :after{box-sizing:border-box;margin:0;padding:0}.site-shell h1,.site-shell h2,.site-shell h3{font-family:var(--font-zilla), "Zilla Slab", serif;letter-spacing:-.01em;font-weight:600;line-height:1.15}.site-shell .mono{font-family:var(--font-mono), "JetBrains Mono", monospace;letter-spacing:.02em;text-transform:uppercase;font-weight:600}.site-shell a{color:inherit;text-decoration:none}.site-shell .wrap{max-width:1120px;margin:0 auto;padding:0 32px}.site-shell :focus-visible{outline:2px solid var(--stamp);outline-offset:3px}.site-shell .site-header{border-bottom:1px solid var(--line);background:var(--paper);z-index:50;position:sticky;top:0}.site-shell .nav{justify-content:space-between;align-items:center;padding:20px 0;display:flex}.site-shell .logo{font-family:var(--font-zilla), "Zilla Slab", serif;align-items:center;gap:8px;font-size:20px;font-weight:700;display:flex}.site-shell .logo .dot{color:var(--stamp)}.site-shell .navlinks{align-items:center;gap:36px;display:flex}.site-shell .navlinks a{color:var(--ink-soft);border-bottom:1px solid #0000;padding:6px 0;font-size:15px;font-weight:500;transition:color .15s,border-color .15s}.site-shell .navlinks a:hover{color:var(--ink);border-color:var(--stamp)}.site-shell .nav-cta{background:var(--ink);color:var(--white);border-radius:2px;padding:10px 20px;font-size:14px;font-weight:600}.site-shell .nav-cta:hover{background:var(--stamp-dark)}.site-shell .hero{padding:88px 0 96px}.site-shell .hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:64px;display:grid}.site-shell .eyebrow{color:var(--stamp-dark);align-items:center;gap:10px;margin-bottom:20px;font-size:12.5px;display:flex}.site-shell .eyebrow:before{content:"";background:var(--stamp);width:26px;height:1px}.site-shell .hero h1{max-width:560px;font-size:52px}.site-shell .hero p.lead{color:var(--ink-soft);max-width:480px;margin:24px 0 32px;font-size:18px}.site-shell .btnrow{flex-wrap:wrap;gap:16px;display:flex}.site-shell .btn-primary{background:var(--ink);color:var(--white);border:1px solid var(--ink);cursor:pointer;border-radius:2px;padding:14px 26px;font-size:15px;font-weight:600;transition:background .15s}.site-shell .btn-primary:hover{background:var(--stamp-dark);border-color:var(--stamp-dark)}.site-shell .btn-secondary{border:1px solid var(--ink);color:var(--ink);cursor:pointer;background:0 0;border-radius:2px;padding:13px 26px;font-size:15px;font-weight:600;transition:background .15s,color .15s}.site-shell .btn-secondary:hover{background:var(--ink);color:var(--white)}.site-shell .hero-visual{position:relative}.site-shell .form-card{background:var(--white);border:1px solid var(--line);box-shadow:0 1px 0 var(--line);border-radius:3px;padding:28px 26px}.site-shell .form-card .fc-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;margin-bottom:18px;padding-bottom:14px;display:flex}.site-shell .fc-head .mono{color:var(--ink-soft);font-size:11px}.site-shell .fc-title{font-family:var(--font-zilla), "Zilla Slab", serif;font-size:16px;font-weight:600}.site-shell .fc-item{border-bottom:1px dashed var(--line);align-items:flex-start;gap:12px;padding:12px 0;display:flex}.site-shell .fc-item:last-child{border-bottom:none}.site-shell .fc-check{border:1.5px solid var(--done);width:18px;height:18px;color:var(--done);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:11px;font-weight:700;display:flex}.site-shell .fc-check.pending{border-color:var(--line);color:#0000}.site-shell .fc-text .fc-t1{font-size:14.5px;font-weight:600}.site-shell .fc-text .fc-t2{color:var(--ink-soft);margin-top:2px;font-size:13px}.site-shell .stamp-mark{border:2.5px solid var(--stamp);background:#b23a2e0a;border-radius:50%;justify-content:center;align-items:center;width:128px;height:128px;display:flex;position:absolute;bottom:-22px;right:-18px;transform:rotate(-11deg)}.site-shell .stamp-mark span{font-family:var(--font-mono), "JetBrains Mono", monospace;color:var(--stamp);text-align:center;letter-spacing:.04em;font-size:14px;font-weight:700;line-height:1.4}.site-shell section{padding:72px 0}.site-shell .section-head{max-width:560px;margin-bottom:40px}.site-shell .section-head .mono{color:var(--stamp-dark);margin-bottom:10px;font-size:12px;display:block}.site-shell .section-head h2{font-size:30px}.site-shell .themen-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(5,1fr);gap:1px;display:grid}.site-shell .theme-card{background:var(--paper);flex-direction:column;justify-content:space-between;min-height:180px;padding:28px 20px;transition:background .15s;display:flex}.site-shell .theme-card:hover{background:var(--white)}.site-shell .theme-card .code{font-family:var(--font-mono), "JetBrains Mono", monospace;color:var(--stamp);border:1px solid var(--stamp);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.site-shell .theme-card h3{margin-top:20px;font-size:17px}.site-shell .theme-card p{color:var(--ink-soft);margin-top:6px;font-size:13.5px}.site-shell .guides-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.site-shell .guide-card{background:var(--white);border:1px solid var(--line);border-radius:3px;flex-direction:column;gap:14px;padding:26px;display:flex}.site-shell .guide-tag{font-family:var(--font-mono), "JetBrains Mono", monospace;color:var(--done);text-transform:uppercase;font-size:10.5px;font-weight:700}.site-shell .guide-card h3{font-size:18px;font-weight:600}.site-shell .guide-card p{color:var(--ink-soft);font-size:14px}.site-shell .guide-more{color:var(--stamp-dark);margin-top:auto;font-size:13.5px;font-weight:600}.site-shell .tools-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.site-shell .tool-cat{border:1px solid var(--line);background:var(--paper);border-radius:3px;padding:22px}.site-shell .tool-cat h3{margin-bottom:14px;font-size:16px}.site-shell .tool-cat ul{list-style:none}.site-shell .tool-cat li{border-top:1px dashed var(--line);padding:9px 0;font-size:14px}.site-shell .tool-cat li:first-child{border-top:none}.site-shell .tool-cat li a{color:var(--ink-soft);justify-content:space-between;display:flex}.site-shell .tool-cat li a:hover{color:var(--ink)}.site-shell .tool-cat li span.arr{color:var(--stamp);font-family:var(--font-mono), "JetBrains Mono", monospace}.site-shell .tool-cat-link{color:var(--ink);border-bottom:1px solid var(--stamp);margin-top:16px;font-size:13px;font-weight:600;display:inline-block}.site-shell .trust{background:var(--paper-raised);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.site-shell .trust-inner{grid-template-columns:auto 1fr;align-items:start;gap:32px;padding:56px 0;display:grid}.site-shell .trust-badge{border:1.5px solid var(--done);width:56px;height:56px;font-family:var(--font-mono), "JetBrains Mono", monospace;color:var(--done);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.site-shell .trust p{max-width:640px;font-size:17px;font-family:var(--font-zilla), "Zilla Slab", serif;font-weight:500}.site-shell .trust .trust-name{color:var(--ink-soft);font-size:13.5px;font-family:var(--font-source), "Source Sans 3", sans-serif;margin-top:14px;font-weight:600}.site-shell .article{padding:56px 0 80px}.site-shell .article-head{max-width:720px;margin:0 auto}.site-shell .article-head .mono{color:var(--stamp-dark);margin-bottom:12px;font-size:12px;display:block}.site-shell .article-head h1{font-size:40px}.site-shell .article-hero{max-width:900px;margin:36px auto 0}.site-shell .article-hero img{border:1px solid var(--line);border-radius:3px;width:100%;height:auto}.site-shell .prose{max-width:720px;margin:40px auto 0;font-size:17px}.site-shell .prose>*+*{margin-top:20px}.site-shell .prose h2{margin-top:40px;font-size:24px}.site-shell .prose h3{margin-top:28px;font-size:19px}.site-shell .prose ul,.site-shell .prose ol{padding-left:24px}.site-shell .prose ul{list-style:outside}.site-shell .prose ol{list-style:decimal}.site-shell .prose li+li{margin-top:6px}.site-shell .prose strong,.site-shell .prose b{font-weight:700}.site-shell .prose em,.site-shell .prose i{font-style:italic}.site-shell .prose li.aufgabe{margin-left:-22px;list-style:none}.site-shell .prose li.aufgabe input[type=checkbox]{accent-color:var(--stamp);margin-right:9px;transform:translateY(1px)}.site-shell .prose a{color:var(--stamp-dark);border-bottom:1px solid var(--stamp)}.site-shell .prose img{border-radius:3px;max-width:100%;height:auto}.site-shell .prose table{border-collapse:collapse;width:100%;font-size:15px}.site-shell .prose th,.site-shell .prose td{border:1px solid var(--line);text-align:left;padding:8px 10px}.site-shell .prose blockquote{border-left:3px solid var(--stamp);color:var(--ink-soft);padding-left:16px}.site-shell .tool-box{border:1px solid var(--line);background:var(--white);border-radius:3px;max-width:720px;margin:48px auto 0;padding:24px}.site-shell .tool-box>.mono{color:var(--stamp-dark);margin-bottom:16px;font-size:12px;display:block}.site-shell .tool-row{border-top:1px dashed var(--line);justify-content:space-between;align-items:center;gap:16px;padding:14px 0;display:flex}.site-shell .tool-row:first-of-type{border-top:none}.site-shell .tool-row .tr-name{font-size:15px;font-weight:600}.site-shell .tool-row .tr-desc{color:var(--ink-soft);margin-top:2px;font-size:13.5px}.site-shell .tool-row .btn-primary{white-space:nowrap;padding:10px 18px;font-size:14px}.site-shell .disclosure{max-width:720px;color:var(--ink-soft);margin:24px auto 0;font-size:13px}.site-shell .aff-stern{color:var(--stamp);font-weight:700}.site-shell .prose sup.aff-stern{margin-left:1px;font-size:.7em}.site-shell .list-links{border-top:1px solid var(--line);list-style:none}.site-shell .list-links li{border-bottom:1px solid var(--line)}.site-shell .list-links li a{padding:18px 0;display:block}.site-shell .list-links li a:hover .ll-title{color:var(--stamp-dark)}.site-shell .ll-title{font-family:var(--font-zilla), "Zilla Slab", serif;font-size:18px;font-weight:600}.site-shell .ll-desc{color:var(--ink-soft);margin-top:4px;font-size:14px}.site-shell .g-featured{grid-template-columns:1fr 1fr;gap:32px;margin-bottom:8px;display:grid}.site-shell .g-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.site-shell .g-card{display:block}.site-shell .g-card:hover h3{color:var(--stamp-dark)}.site-shell .g-media{border:1px solid var(--line);background:var(--paper-raised);border-radius:3px;padding-top:56.25%;position:relative;overflow:hidden}.site-shell .g-media img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.site-shell .g-media-leer{border:1px solid var(--line);background:var(--paper-raised);border-radius:3px;justify-content:center;align-items:center;height:92px;display:flex}.site-shell .g-media-leer span{font-family:var(--font-mono), monospace;color:var(--stamp);border:1.5px solid var(--stamp);border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:18px;font-weight:700;display:flex}.site-shell .g-meta{color:var(--ink-soft);margin:14px 0 8px;font-size:11px}.site-shell .g-card h3{font-size:18px;line-height:1.25}.site-shell .g-card-gross h3{font-size:22px}.site-shell .g-card p{color:var(--ink-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:8px;font-size:14px;display:-webkit-box;overflow:hidden}.site-shell .g-date{color:var(--ink-soft);margin-top:10px;font-size:11px;display:block}.site-shell .g-filter{flex-wrap:wrap;justify-content:center;gap:10px;margin:40px 0;display:flex}.site-shell .g-pill{border:1px solid var(--line);color:var(--ink-soft);background:var(--white);border-radius:999px;padding:8px 18px;font-size:14px;font-weight:500}.site-shell .g-pill:hover{border-color:var(--ink);color:var(--ink)}.site-shell .g-pill-aktiv{background:var(--ink);color:var(--white);border-color:var(--ink)}.site-shell .legal{max-width:720px;margin:0 auto}.site-shell .legal h1{margin-bottom:24px;font-size:34px}.site-shell .legal :-webkit-any(h2,h3){margin-top:28px;margin-bottom:8px}.site-shell .legal :-moz-any(h2,h3){margin-top:28px;margin-bottom:8px}.site-shell .legal :is(h2,h3){margin-top:28px;margin-bottom:8px}.site-shell .legal p,.site-shell .legal ul,.site-shell .legal ol,.site-shell .legal table{margin-bottom:14px}.site-shell .legal ul{padding-left:22px;list-style:outside}.site-shell .legal ol{padding-left:22px;list-style:decimal}.site-shell .legal strong,.site-shell .legal b{font-weight:700}.site-shell .legal table{border-collapse:collapse;width:100%;font-size:14px}.site-shell .legal th,.site-shell .legal td{border:1px solid var(--line);text-align:left;padding:7px 9px}.site-shell .legal a{color:var(--stamp-dark);border-bottom:1px solid var(--stamp)}.site-shell .site-footer{padding:64px 0 40px}.site-shell .footer-grid{border-bottom:1px solid var(--line);grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:40px;display:grid}.site-shell .footer-grid h4{font-size:12.5px;font-family:var(--font-mono), "JetBrains Mono", monospace;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft);margin-bottom:16px}.site-shell .footer-grid ul{list-style:none}.site-shell .footer-grid li{margin-bottom:9px;font-size:14px}.site-shell .footer-grid li a:hover{color:var(--stamp-dark)}.site-shell .newsletter input{border:1px solid var(--line);background:var(--white);width:100%;font-size:14px;font-family:var(--font-source), "Source Sans 3", sans-serif;border-radius:2px;margin-bottom:10px;padding:11px 12px}.site-shell .newsletter button{background:var(--ink);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:2px;padding:11px 12px;font-size:14px;font-weight:600}.site-shell .newsletter button:hover{background:var(--stamp-dark)}.site-shell .newsletter .hinweis{color:var(--done);margin-top:6px;font-size:13px}.site-shell .footer-bottom{color:var(--ink-soft);justify-content:space-between;padding-top:24px;font-size:13px;display:flex}@media (max-width:880px){.site-shell .navlinks{display:none}.site-shell .g-featured,.site-shell .g-grid{grid-template-columns:1fr}.site-shell .hero-grid{grid-template-columns:1fr;gap:48px}.site-shell .hero h1{font-size:38px}.site-shell .themen-grid{grid-template-columns:repeat(2,1fr)}.site-shell .guides-grid{grid-template-columns:1fr}.site-shell .tools-grid{grid-template-columns:repeat(2,1fr)}.site-shell .footer-grid{grid-template-columns:1fr 1fr}.site-shell .stamp-mark{display:none}.site-shell .article-head h1{font-size:30px}.site-shell .tool-row{flex-direction:column;align-items:flex-start}}
@font-face{font-family:Zilla Slab;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0ec8b6964dca4738-s.3khov2ymwgkd-.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Zilla Slab;font-style:normal;font-weight:500;font-display:swap;src:url(../media/49bcce62f8e09af8-s.p.1m3e1vmer71ef.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Zilla Slab;font-style:normal;font-weight:600;font-display:swap;src:url(../media/8cd2bc38ce1bfc5d-s.3wfkzzdejku_n.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Zilla Slab;font-style:normal;font-weight:600;font-display:swap;src:url(../media/c3191a2e06136a6d-s.p.2eby0yrg01v4v.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Zilla Slab;font-style:normal;font-weight:700;font-display:swap;src:url(../media/16e00d4466991d3a-s.0u7-sg185rihs.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Zilla Slab;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b8256b1b99fdd790-s.p.1m13j5pjyugba.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Zilla Slab Fallback;src:local(Times New Roman);ascent-override:88.36%;descent-override:23.96%;line-gap-override:0.0%;size-adjust:106.83%}.zilla_slab_25b21f48-module__e_Z4La__className{font-family:Zilla Slab,Zilla Slab Fallback;font-style:normal}.zilla_slab_25b21f48-module__e_Z4La__variable{--font-zilla:"Zilla Slab", "Zilla Slab Fallback"}
@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/da8a9dd0d68e512b-s.0n8i_inn0i2i9.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/94b4a5dc1fe84361-s.3wm_n5jv1to7s.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/ff5be760267bb4bc-s.3dkqd4mro2h3_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/99596c30eb072d3c-s.2fp9tilo6sy14.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/e5864b32625b6bc3-s.0m7i6b77o5yxd.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/e285ad1a914469f0-s.15241mr5-1s6i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/47df9ba1c7236d3b-s.p.137759vg1sbmi.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/da8a9dd0d68e512b-s.0n8i_inn0i2i9.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/94b4a5dc1fe84361-s.3wm_n5jv1to7s.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/ff5be760267bb4bc-s.3dkqd4mro2h3_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/99596c30eb072d3c-s.2fp9tilo6sy14.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/e5864b32625b6bc3-s.0m7i6b77o5yxd.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/e285ad1a914469f0-s.15241mr5-1s6i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/47df9ba1c7236d3b-s.p.137759vg1sbmi.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/da8a9dd0d68e512b-s.0n8i_inn0i2i9.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/94b4a5dc1fe84361-s.3wm_n5jv1to7s.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/ff5be760267bb4bc-s.3dkqd4mro2h3_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/99596c30eb072d3c-s.2fp9tilo6sy14.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/e5864b32625b6bc3-s.0m7i6b77o5yxd.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/e285ad1a914469f0-s.15241mr5-1s6i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/47df9ba1c7236d3b-s.p.137759vg1sbmi.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Sans 3 Fallback";src:local(Arial);ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.0%;size-adjust:93.76%}.source_sans_3_afc67b19-module__DBaO0W__className{font-family:"Source Sans 3","Source Sans 3 Fallback";font-style:normal}.source_sans_3_afc67b19-module__DBaO0W__variable{--font-source:"Source Sans 3", "Source Sans 3 Fallback"}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/04c5164763c40239-s.1kd-r_s9smv5m.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/26f284dcc38c84c0-s.3hlisc-pwq13z.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/7e7f32a39836f228-s.0-oo9_1x_xmvg.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/fa39153a3fc630ba-s.36fqqi66-3tjb.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6a5386fd6038edbe-s.3_z45zcoc-xoz.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/051742360c26797e-s.p.1bkzbscqrt8rl.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/04c5164763c40239-s.1kd-r_s9smv5m.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/26f284dcc38c84c0-s.3hlisc-pwq13z.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/7e7f32a39836f228-s.0-oo9_1x_xmvg.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/fa39153a3fc630ba-s.36fqqi66-3tjb.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6a5386fd6038edbe-s.3_z45zcoc-xoz.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/051742360c26797e-s.p.1bkzbscqrt8rl.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/04c5164763c40239-s.1kd-r_s9smv5m.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/26f284dcc38c84c0-s.3hlisc-pwq13z.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/7e7f32a39836f228-s.0-oo9_1x_xmvg.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/fa39153a3fc630ba-s.36fqqi66-3tjb.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6a5386fd6038edbe-s.3_z45zcoc-xoz.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../media/051742360c26797e-s.p.1bkzbscqrt8rl.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Fallback;src:local(Arial);ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.0%;size-adjust:134.59%}.jetbrains_mono_790bc237-module__5mmB-a__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.jetbrains_mono_790bc237-module__5mmB-a__variable{--font-mono:"JetBrains Mono", "JetBrains Mono Fallback"}
