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

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.grey-bg {
  background-color: #CCCCCC;
}

body,
html {
  scroll-behavior: smooth;
  height: auto;
}

body {
  max-width: 100vw;
  font-family: Arial;
  font-size: 1.25rem;
}

main {
  display: block;
}

h1 {
  font-size: 2.1875rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5625rem;
}

a {
  text-decoration: underline;
  color: #0000FF;
}

.container, .container--reduced, .container--narrow {
  margin-right: auto;
  margin-left: auto;
  max-width: 1090px;
  box-sizing: content-box;
  padding-left: 24px;
  padding-right: 24px;
}
.container--narrow {
  max-width: 800px;
}
.container--reduced {
  max-width: 980px;
}

.list-none {
  list-style-type: none;
}

.supernav {
  padding-right: 45px;
  padding-left: 45px;
  justify-content: flex-end;
  gap: 20px;
}
.supernav a {
  color: #000000;
  text-decoration: none;
}

.nav-dropdown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  visibility: hidden;
}

.nav-dropdown a:hover {
  font-weight: 800;
}

.nav-dropdown-active {
  animation: show 0.3s forwards;
  z-index: 0;
}

@keyframes show {
  0% {
    top: 0;
    bottom: 0;
    visibility: hidden;
  }
  to {
    top: 47px;
    bottom: unset;
    visibility: visible;
  }
}
.nav-parent {
  position: relative;
  max-height: 0;
}

.footer {
  bottom: 0;
  width: 100%;
}

.note * {
  color: #C11C84;
  font-style: italic;
}

.accordion {
  border: none;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
.accordion svg {
  transition: transform 0.3s;
}

.accordion, .panel {
  padding-left: 20px;
  padding-right: 20px;
}

.panel {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  visibility: hidden;
}

.acc-container {
  position: relative;
}

.arrow-active svg {
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.accordion-active {
  animation: showAcc 0.3s forwards;
  z-index: 1;
}

@keyframes showAcc {
  0% {
    top: 0;
    bottom: 0;
    visibility: hidden;
  }
  to {
    top: 70px;
    bottom: unset;
    visibility: visible;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
}

.jcc {
  justify-content: center;
}

.aic {
  align-items: center;
}

.fdc {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.mt-1 {
  margin-top: 20px;
}

.mt-2 {
  margin-top: 30px;
}

.mt-3 {
  margin-top: 45px;
}

.mt-4 {
  margin-top: 60px;
}

.mt-5 {
  margin-top: 75px;
}

.mt-6 {
  margin-top: 90px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 20px;
}

.mb-2 {
  margin-bottom: 30px;
}

.mb-3 {
  margin-bottom: 45px;
}

.mb-4 {
  margin-bottom: 60px;
}

.mb-5 {
  margin-bottom: 75px;
}

.mb-6 {
  margin-bottom: 90px;
}

.pt-1 {
  padding-top: 20px;
}

.pt-2 {
  padding-top: 30px;
}

.pt-3 {
  padding-top: 45px;
}

.pt-4 {
  padding-top: 60px;
}

.pt-5 {
  padding-top: 75px;
}

.pt-6 {
  padding-top: 90px;
}

.pb-1 {
  padding-bottom: 20px;
}

.pb-2 {
  padding-bottom: 30px;
}

.pb-3 {
  padding-bottom: 45px;
}

.pb-4 {
  padding-bottom: 60px;
}

.pb-5 {
  padding-bottom: 75px;
}

.pb-6 {
  padding-bottom: 90px;
}

.text--left {
  text-align: left;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.text--bold {
  font-weight: 700;
}

.text--italic {
  font-style: italic;
}

.td--n {
  text-decoration: none;
}

/*# sourceMappingURL=styles.css.map */
