*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

@supports (overflow: clip) {
  body {
    overflow-x: clip;
  }
}

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

iframe {
  max-width: 100%;
  border: 0;
}

table {
  width: 100%;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

:where(.row > *, [class*='col-']) {
  min-width: 0;
}

:where(h1, h2, h3, h4, h5, h6, p, a, span, div, li) {
  overflow-wrap: anywhere;
}

:where(input, textarea, select, button) {
  font: inherit;
}

textarea {
  max-width: 100%;
}

a,
button,
[role='button'] {
  touch-action: manipulation;
}

:focus-visible {
  outline: 3px solid rgba(15, 75, 184, 0.35);
  outline-offset: 2px;
}

.container,
.container-fluid {
  width: 100%;
}

.sp-table-wrap,
.showcase-scroller {
  -webkit-overflow-scrolling: touch;
}

.showcase-scroller,
.sp-table-wrap,
table {
  scrollbar-width: thin;
}

.ct-map-wrap iframe {
  width: 100%;
  min-height: 220px;
}

@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  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;
  }
}
