.element--center {
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  text-align: center;
}

.element--flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  text-align: center;
}
@media (min-width: 768px) {
  .element--flex-center {
    padding: 1.5rem 0;
  }
}

.element--left {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.element--flex-left {
  flex-flow: column nowrap;
  text-align: left;
  width: 100%;
  padding: 1.5rem 0;
}

/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
:root {
  font-size: 16px;
}

html {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  touch-action: manipulation;
}

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1rem;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  /**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
}
a:active, a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: 0;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border: 0;
  height: auto;
  max-width: 100%;
  /* Remove small gap at the bottom of an image when inside a container. */
  vertical-align: top;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Lists
   ========================================================================== */
/**
 * Unset default list margin and padding because if not
 * we'll have to unset it every. single. time.
 */
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

figure {
  margin: inherit;
  margin-block: 0;
  margin-inline: 0;
}

aside .region,
.layout-content .region {
  padding: 0;
  border: none;
}

.layout-container {
  margin: 0 1.25rem;
  position: relative;
}
@media (min-width: 84.375em) {
  .layout-container {
    max-width: 81.875em;
    margin: 0 auto;
  }
}

.page__container {
  margin: 0 1.25rem;
  position: relative;
}
@media (min-width: 84.375em) {
  .page__container {
    max-width: 81.875em;
    margin: 0 auto;
  }
}
.page__container--mixed {
  margin: 0 1.25rem;
  position: relative;
}
@media (min-width: 84.375em) {
  .page__container--mixed {
    max-width: 81.875em;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .flex__wrapper {
    flex-wrap: wrap;
    display: flex;
  }
}

.element-invisible,
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (min-width: 0em) and (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-display {
    display: none;
  }
}

@font-face {
  font-family: "Antonio-fallback";
  text-transform: uppercase;
  size-adjust: 99%;
  src: local("Arial Narrow");
}
@font-face {
  font-family: "Zilla-fallback";
  size-adjust: 93%;
  ascent-override: 99%;
  src: local("Georgia");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: 0;
}

h1, .h1 {
  line-height: unset;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  font-weight: 600;
  font-size: clamp(2.3rem, 2.3662vw + 1.4127rem, 3.35rem);
}

.h1.bold-headline--serif, .h1.headline--serif {
  line-height: unset;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  font-weight: 600;
  font-size: clamp(2.3rem, 2.3662vw + 1.4127rem, 3.35rem);
  font-weight: 700;
}

h2, .h2 {
  line-height: 1.25;
  font-weight: 500;
  font-size: clamp(1.95rem, 0.7887vw + 1.6542rem, 2.3rem);
  margin-top: 0;
  margin-bottom: 0.325rem;
}
h2:not(:first-child), .h2:not(:first-child) {
  margin-top: 1.875rem;
}
h2.bold-headline--serif, h2.headline--serif, .h2.bold-headline--serif, .h2.headline--serif {
  font-size: clamp(1.75rem, 1.7465vw + 1.0951rem, 2.525rem);
}

h3, .h3 {
  line-height: 1.25;
  font-size: clamp(1.65rem, 0.5915vw + 1.4282rem, 1.9125rem);
  margin-top: 0;
  margin-bottom: 0.325rem;
}
h3:not(:first-child), .h3:not(:first-child) {
  margin-top: 1.875rem;
}
h3.bold-headline--serif, h3.headline--serif, .h3.bold-headline--serif, .h3.headline--serif {
  font-size: clamp(1.65rem, 1.0986vw + 1.238rem, 2.1375rem);
}

h4, .h4 {
  line-height: 1.25;
  font-weight: 500;
  font-size: clamp(1.45rem, 0.338vw + 1.3232rem, 1.6rem);
  margin-top: 0;
  margin-bottom: 0.325rem;
}
h4:not(:first-child), .h4:not(:first-child) {
  margin-top: 1.875rem;
}
h4.bold-headline--serif, h4.headline--serif, .h4.bold-headline--serif, .h4.headline--serif {
  font-size: clamp(1.45rem, 0.8451vw + 1.1331rem, 1.825rem);
}

h5, .h5 {
  line-height: 1.25;
  font-weight: 500;
  font-size: clamp(1.3rem, 0.2254vw + 1.2155rem, 1.4rem);
  margin-top: 0;
  margin-bottom: 0.325rem;
}
h5:not(:first-child), .h5:not(:first-child) {
  margin-top: 1.875rem;
}
h5.bold-headline--serif, h5.headline--serif, .h5.bold-headline--serif, .h5.headline--serif {
  font-size: clamp(1.3rem, 0.7324vw + 1.0254rem, 1.625rem);
}

h6, .h6 {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.325rem;
}
h6:not(:first-child), .h6:not(:first-child) {
  margin-top: 1.875rem;
}
h6.bold-headline--serif, h6.headline--serif, .h6.bold-headline--serif, .h6.headline--serif {
  font-size: clamp(1.2rem, 0.507vw + 1.0099rem, 1.425rem);
}

ol {
  list-style-position: outside;
  font-size: 1.2rem;
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
  margin-left: 1.875rem;
}

ol:not([type]) {
  list-style-type: decimal;
}

ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}

ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}

ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}

ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}

ol li {
  line-height: 1.7;
}

ul {
  list-style: disc outside;
  font-size: 1.2rem;
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
  margin-left: 1.875rem;
}

ul li {
  line-height: 1.7;
}

ul ul {
  list-style-type: circle;
}

ul ul ul {
  list-style-type: square;
}

ol ol, ol ul, ul ol, ul ul {
  margin-top: 0;
  margin-block-start: 0;
  margin-bottom: 0;
  margin-block-end: 0;
}

.element--list-none {
  list-style: none;
}
.element--list-none li {
  list-style: none;
}

dd {
  margin-left: 1.875rem;
}

.uids-component--circle-list,
.element--circle-list {
  margin: 0 0 0 -13px;
  padding-left: 0;
  list-style: none;
  counter-reset: circle-counter;
}
.uids-component--circle-list li li,
.element--circle-list li li {
  list-style-type: disc;
  display: list-item;
}
.uids-component--circle-list > li,
.element--circle-list > li {
  position: relative;
  min-height: 90px;
  margin-bottom: 0.25rem;
  list-style: none;
  counter-increment: circle-counter;
  line-height: 1.7;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .uids-component--circle-list > li,
  .element--circle-list > li {
    margin-left: 115px;
  }
}
.uids-component--circle-list > li:before,
.element--circle-list > li:before {
  display: block;
  margin: 0 auto;
  top: 0px;
  left: -100px;
  width: 5rem;
  height: 5rem;
  padding-top: 35px;
  content: counter(circle-counter);
  text-align: center;
  text-transform: uppercase;
  color: black;
  border: 1px solid var(--brand-primary);
  border-radius: 50%;
  background-color: var(--brand-primary);
  box-shadow: inset 0px 0px 0px 10px white;
  text-transform: uppercase;
  font-family: "Antonio", "Antonio-fallback", sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .uids-component--circle-list > li:before,
  .element--circle-list > li:before {
    position: absolute;
    display: inline-block;
    margin: 0 0.5rem 0;
  }
}
.uids-component--gray .uids-component--circle-list > li:before, .bg--gray .uids-component--circle-list > li:before,
.uids-component--gray .element--circle-list > li:before,
.bg--gray .element--circle-list > li:before {
  box-shadow: inset 0px 0px 0px 10px #f3f3f3;
}

.element--circle-list > li,
.uids-component--circle-list > li {
  display: block;
  align-items: start;
  padding-top: 1.275rem;
}

.element--circle-list h2,
.uids-component--circle-list h2,
.element--circle-list h3,
.uids-component--circle-list h3,
.element--circle-list h4,
.uids-component--circle-list h4,
.element--circle-list h5,
.uids-component--circle-list h5,
.element--circle-list h6,
.uids-component--circle-list h6 {
  margin-bottom: 1.2rem;
}

.element--circle-list li a.bttn,
.uids-component--circle-list li a.bttn {
  display: inline-block;
}

/*
 p:not(:last-child),
 dl:not(:last-child),
 ol:not(:last-child),
 ul:not(:last-child),
 blockquote:not(:last-child),
 pre:not(:last-child),
 table:not(:last-child) {
  @include margin($bottom: $sm);
}
*/
p,
dl,
ol,
ul,
blockquote,
pre,
table {
  font-weight: 400;
}

p {
  line-height: 1.7;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 1.05rem;
}

a {
  color: var(--link-color);
  text-decoration: underline;
}

figcaption {
  font-size: 90%;
  line-height: 1.5;
}

figure img {
  display: inline-block;
  margin-bottom: 1.05rem;
}

pre {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.05rem;
  white-space: pre;
  word-wrap: normal;
}

small {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.3;
}
small.small--inline {
  display: inline;
}

sup,
sub {
  font-size: 75%;
}

mark {
  background-color: var(--brand-primary);
}

pre {
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  line-height: 1.5;
}

.is-small {
  font-size: 0.8rem;
}

.is-medium {
  font-size: 1.2rem;
}

.is-large {
  font-size: 1.6rem;
}

.margin-top {
  margin-top: 0.9rem;
}

.image {
  position: relative;
  display: block;
}

.image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .element--two-column {
    column-count: 2;
    column-gap: 3rem;
  }
}

@media (min-width: 768px) {
  .element--three-column {
    column-count: 3;
    column-gap: 3rem;
  }
}

hr {
  border: 0;
  height: 0;
  clear: both;
  float: none;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.element--spacer-separator {
  clear: both;
  float: none;
  width: 100%;
  height: 0;
  border: 1px solid transparent;
  margin: 1.25rem 0;
}

.element--spacer-thin {
  border: 0;
  height: 0;
  clear: both;
  float: none;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.element--spacer-gold {
  clear: both;
  float: none;
  width: 100%;
  height: 0;
  border: 1px solid transparent;
  margin: 1.25rem 0;
}
.element--spacer-gold:after {
  content: "";
  display: block;
  width: 33%;
  height: 6px;
  margin: 0;
  background: var(--brand-primary);
}
.element--spacer-gold--centered:after {
  margin: 0 auto;
}
[class*=bg-] .element--spacer-gold {
  border: none;
}
.bg-pattern--brain-reversed .element--spacer-gold:after, .bg--gold--pattern--brain .element--spacer-gold:after, .bg--gold .element--spacer-gold:after {
  background: #fff;
}

.uids-component--bold-intro,
.element--bold-intro {
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: 2.2rem;
  font-size: clamp(1.6rem, 1.3521vw + 1.093rem, 2.2rem);
  margin-top: 0;
}

.uids-component--light-intro,
.element--light-intro {
  font-weight: 300;
  line-height: 1.4;
  font-size: 2.1rem;
  font-size: clamp(1.6rem, 1.1268vw + 1.1775rem, 2.1rem);
  margin-top: 0;
}

.grid--onecol .list-container__inner {
  max-width: 81.875em;
  margin: 0 auto;
}

.grid--onecol__narrow .list-container__inner {
  max-width: 63.75em;
  margin: 0 auto;
}

.grid--twocol--50-50 .list-container__inner {
  gap: 2rem;
}
@media (min-width: 768px) {
  .grid--twocol--50-50 .list-container__inner {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .grid--twocol--50-50 .list-container__inner {
    column-gap: 3rem;
    row-gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(46.7%, 1fr));
  }
}

.grid--threecol--33-34-33 .list-container__inner {
  gap: 2rem;
}
@media (min-width: 768px) {
  .grid--threecol--33-34-33 .list-container__inner {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .grid--threecol--33-34-33 .list-container__inner {
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(29.74%, 1fr));
  }
}

.grid--twocol--67-33 .list-container__inner {
  gap: 2rem;
}
@media (min-width: 768px) {
  .grid--twocol--67-33 .list-container__inner {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .grid--twocol--67-33 .list-container__inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--twocol--67-33 .list-container__inner .grid__column:first-child {
    grid-area: 1/1/2/3;
    min-width: 0;
  }
}
@media (min-width: 768px) {
  .grid--twocol--67-33 .list-container__inner .grid__column:last-child {
    grid-area: 1/3/2/4;
    min-width: 0;
  }
}

.grid--fourcol--25 .list-container__inner {
  gap: 2rem;
}
@media (min-width: 768px) {
  .grid--fourcol--25 .list-container__inner {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .grid--fourcol--25 .list-container__inner {
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(21%, 1fr));
  }
}

@supports (contain: inline-size) {
  .grid__column,
  .column-container {
    container-type: inline-size;
    container-name: column;
  }
}
:root {
  --uiowa-gold: #FFCD00;
  --uiowa-black: #000000;
  --brand-primary: var(--uiowa-gold);
  --brand-secondary: var(--uiowa-black);
  --link-color: #00558C;
  --space-lg-width-gutter: 3rem;
  --space-md-width-gutter: 2rem;
  --space-sm-width-gutter: 1.25rem;
}

html {
  scroll-behavior: smooth;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  :after, :before {
    transition-duration: 0.01ms !important;
  }
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*# sourceMappingURL=uids-core.css.map */
