:root{--color-white:#fff;--color-white50:#fffb;--color-black:#111;--color-foreground:#4d4d4d;--color-brand:#2a004a;--color-choja:#00b464;--color-ptpf:#08338a;--color-vwbl:#000;--color-gray600:#4c4b4d;--color-gray500:#c9c4cf;--color-gray400:#ddd7e3;--color-gray300:#f0f0f0;--color-gray200:#f2f0f5;--color-gray100:#fdfdfd;--font-size-5xl:5.6rem;--font-size-4xl:4.2rem;--font-size-3xl:3.15rem;--font-size-2xl:2.2rem;--font-size-xl:1.6rem;--font-size-lg:1.2rem;--font-size-md:1rem;--font-size-sm:0.8rem;--font-size-2sm:0.65rem;--line-height-body:1.8;--max-width:1000px;--body-padding:4rem}@media screen and (max-width:1200px){:root{--body-padding:3rem}}@media screen and (max-width:992px){:root{--body-padding:2rem;--font-size-5xl:6rem;--font-size-4xl:4rem;--font-size-3xl:2.8rem;--font-size-2xl:2.3rem;--font-size-xl:1.8rem;--font-size-lg:1.15rem;--line-height-body:1.7}}@media screen and (max-width:768px){:root{--font-size-3xl:2.5rem;--font-size-2xl:2.15rem;--font-size-xl:1.6rem;--font-size-lg:1.1rem}}@media screen and (max-width:576px){:root{--font-size-4xl:3rem;--font-size-3xl:2.2rem;--font-size-2xl:1.75rem;--font-size-xl:1.3rem;--font-size-lg:1.1rem;--font-size-md:0.95rem;--font-size-sm:0.8rem;--body-padding:1.5rem}}*{box-sizing:border-box;padding:0;margin:0;line-break:strict;font-feature-settings:"palt"}body,html{width:100%;max-width:100%;overflow-x:hidden;font-size:var(--font-size-md);color:var(--color-black)}a{color:inherit;text-decoration:none}ul{list-style-type:none}h2,h3{font-weight:400}h4{font-weight:500}button{padding:0;margin:0;font:inherit;font-size:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:none;border:0}summary{display:block;cursor:pointer}summary::-webkit-details-marker{display:none}details[open] summary{color:gray}details[open] .details-content{animation:fadeIn .5s ease}strong{font-weight:400}@keyframes fadeIn{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:none}}.sectionTitle{font-size:.8rem}