/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-lg-s: 1200px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.footnotes ol,
.footnotes ul {
  padding-left: 30px;
}
.footnotes ol li,
.footnotes ul li {
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 14.523px;
  margin-bottom: 0;
  font-family: var(--sk-font-secondary);
  font-size: var(--sk-text--2xs);
  font-weight: bold;
  color: var(--sk-color-gray);
}
.footnotes ol a,
.footnotes ul a {
  color: inherit;
}
.footnotes h3 {
  margin-bottom: 20px;
  font-family: var(--sk-font-secondary);
  font-size: var(--sk-text--m);
  letter-spacing: -0.3px;
}
