* {box-sizing:border-box; padding:0; margin:0;}
html {scroll-behavior:smooth; scroll-padding-top:160px;}
body {font-family:var(--default-font-family); background:var(--neutral-200); 
  font-optical-sizing:auto; font-style:normal; font-weight:var(--fw-regular); 
  line-height:var(--lh-regular); font-size:var(--fs-base); color: var(--neutral-900); position: relative; }

a {transition:var(--transition-default); text-decoration:none; color: var(--neutral-900);}
a:hover {text-decoration:none;}
a[href^="tel"] {white-space:nowrap;}

h1,h2,h3,h4,h5,h6 {line-height:var(--lh-regular); margin:0 0 1.5rem 0;}
p {margin:0 0 1.5rem 0;}
ul,ol {margin:0 0 1.5rem 0; margin-inline-start:1rem; text-align:start;}
strong {font-weight:var(--fw-bold);}

img,
picture,
svg, video {max-width:100%; height:auto; display:block;}
iframe {border:0; width:100%;}

@media (prefers-reduced-motion:reduce) {
  /* Remove animations & transitions */
  html {scroll-behavior:auto;}
  *,
  *::before,
  *::after {
    animation-duration:0.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:0.01ms !important;
    scroll-behavior:auto !important;
  }
}