:root{--light:#eee;--primary-color:#083d77;--secondary-color:#f58a07;--stroke-width:.13rem}*,:after,:before{box-sizing:border-box;padding:0;margin:0;color:var(--primary-color)}html{font-size:1rem}body{background-color:var(--light)}section{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center}h1,h2{font-size:5.25em;width:auto;text-align:center;font-weight:600;letter-spacing:-.05em;position:relative;line-height:90%;padding-bottom:.14em}h2{font-size:3em;font-weight:500}h1:after{content:"";display:block;position:absolute;height:.125em;width:2em;border-radius:.1rem;background:var(--secondary-color);right:.8%;bottom:0;transform:scaleX(0);transform-origin:left;animation:no-transform-opacity .8s ease-in-out forwards}@keyframes no-transform-opacity{to{transform:none;opacity:1}}p{font-size:1.15rem;width:auto;max-width:20em;line-height:144%;display:block;margin-inline:auto}@media screen and (max-width:900px){html{font-size:.9rem}}@media screen and (max-width:600px){html{font-size:.8rem}}@media screen and (max-width:380px){html{font-size:3.1vw}}