/**
 * Do not edit directly
 * Generated on Thu, 31 Aug 2023 14:13:24 GMT
 */
@font-face {
  font-family: BentonSans;
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.iu.edu/fonts/benton-sans-regular.eot");
  src: url("https://fonts.iu.edu/fonts/benton-sans-regular.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/benton-sans-regular.woff") format("woff"), url("https://fonts.iu.edu/fonts/benton-sans-regular.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/benton-sans-regular.svg#BentonSansRegular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: BentonSans;
  font-style: normal;
  font-weight: 500;
  src: url("https://fonts.iu.edu/fonts/benton-sans-medium.eot");
  src: url("https://fonts.iu.edu/fonts/benton-sans-medium.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/benton-sans-medium.woff") format("woff"), url("https://fonts.iu.edu/fonts/benton-sans-medium.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/benton-sans-medium.svg#BentonSansMedium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: BentonSans;
  font-style: normal;
  font-weight: 700;
  src: url("https://fonts.iu.edu/fonts/benton-sans-bold.eot");
  src: url("https://fonts.iu.edu/fonts/benton-sans-bold.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/benton-sans-bold.woff") format("woff"), url("https://fonts.iu.edu/fonts/benton-sans-bold.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/benton-sans-bold.svg#BentonSansRegular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: GeorgiaPro;
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.iu.edu/fonts/georgia-pro-regular.eot");
  src: url("https://fonts.iu.edu/fonts/georgia-pro-regular.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/georgia-pro-regular.woff") format("woff"), url("https://fonts.iu.edu/fonts/georgia-pro-regular.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/georgia-pro-regular.svg#GeorgiaProRegular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: GeorgiaPro;
  font-style: italic;
  font-weight: 400;
  src: url("https://fonts.iu.edu/fonts/georgia-pro-italic.eot");
  src: url("https://fonts.iu.edu/fonts/georgia-pro-italic.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/georgia-pro-italic.woff") format("woff"), url("https://fonts.iu.edu/fonts/georgia-pro-italic.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/georgia-pro-italic.svg#GeorgiaProItalic") format("svg");
  font-display: swap;
}
@font-face {
  font-family: GeorgiaPro;
  font-style: normal;
  font-weight: 700;
  src: url("https://fonts.iu.edu/fonts/georgia-pro-bold.eot");
  src: url("https://fonts.iu.edu/fonts/georgia-pro-bold.eot?#iefix") format("embedded-opentype"), url("https://fonts.iu.edu/fonts/georgia-pro-bold.woff") format("woff"), url("https://fonts.iu.edu/fonts/georgia-pro-bold.ttf") format("truetype"), url("https://fonts.iu.edu/fonts/georgia-pro-bold.svg#GeorgiaProBold") format("svg");
  font-display: swap;
}
html {
  font-size: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion) {
  html {
    scroll-behavior: auto;
  }
}
html * {
  box-sizing: border-box;
  font: inherit;
}

body {
  color: #243142;
  font-family: "BentonSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

/**
 * Normalize Heading sizes since we're dealing with applications not
 * Editorial/article-like content. We'll make them slightly bigger than the
 * base font size.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
}

hr {
  height: 1px;
  border: none;
  background-color: #e2e7e9;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

figcaption {
  padding-top: 1rem;
  padding-left: 1rem;
  font-size: 0.875rem;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

.rvt-border-all {
  border: 1px solid #e2e7e9 !important;
}

.rvt-border-all-none {
  border: 0 !important;
}

.rvt-border-top {
  border-top: 1px solid #e2e7e9 !important;
}

.rvt-border-top-none {
  border-top: 0 !important;
}

.rvt-border-right {
  border-right: 1px solid #e2e7e9 !important;
}

.rvt-border-right-none {
  border-right: 0 !important;
}

.rvt-border-bottom {
  border-bottom: 1px solid #e2e7e9 !important;
}

.rvt-border-bottom-none {
  border-bottom: 0 !important;
}

.rvt-border-left {
  border-left: 1px solid #e2e7e9 !important;
}

.rvt-border-left-none {
  border-left: 0 !important;
}

.rvt-border-radius-sm {
  border-radius: 0.125rem !important;
}

.rvt-border-radius,
.rvt-border-radius-md {
  border-radius: 0.25rem !important;
}

.rvt-border-radius-lg {
  border-radius: 0.5rem !important;
}

.rvt-border-radius-circle {
  border-radius: 999rem !important;
}

.rvt-border-color-blue {
  border-color: #c6ecf6 !important;
}

.rvt-border-color-crimson {
  border-color: #ffd6db !important;
}

.rvt-border-color-gold {
  border-color: #fff4c6 !important;
}

.rvt-border-color-green {
  border-color: #dee8c6 !important;
}

.rvt-border-color-orange {
  border-color: #ffcdc0 !important;
}

.rvt-border-color-purple {
  border-color: #decadc !important;
}

.rvt-color-black-100 {
  color: #e2e7e9 !important;
}

.rvt-bg-black-100 {
  background-color: #e2e7e9 !important;
}

.rvt-color-black-200 {
  color: #a0abb4 !important;
}

.rvt-bg-black-200 {
  background-color: #a0abb4 !important;
}

.rvt-color-black-300 {
  color: #75838f !important;
}

.rvt-bg-black-300 {
  background-color: #75838f !important;
}

.rvt-color-black-400 {
  color: #4c5a69 !important;
}

.rvt-bg-black-400 {
  background-color: #4c5a69 !important;
}

.rvt-color-black-500 {
  color: #243142 !important;
}

.rvt-bg-black-500 {
  background-color: #243142 !important;
}

.rvt-color-black-600 {
  color: #182534 !important;
}

.rvt-bg-black-600 {
  background-color: #182534 !important;
}

.rvt-color-black-700 {
  color: #0e1825 !important;
}

.rvt-bg-black-700 {
  background-color: #0e1825 !important;
}

.rvt-color-black {
  color: #243142 !important;
}

.rvt-bg-black {
  background-color: #243142 !important;
}

.rvt-color-black-000 {
  color: #f8f9fa !important;
}

.rvt-bg-black-000 {
  background-color: #f8f9fa !important;
}

.rvt-color-blue-100 {
  color: #c6ecf6 !important;
}

.rvt-bg-blue-100 {
  background-color: #c6ecf6 !important;
}

.rvt-color-blue-200 {
  color: #94d2e7 !important;
}

.rvt-bg-blue-200 {
  background-color: #94d2e7 !important;
}

.rvt-color-blue-300 {
  color: #63b1d3 !important;
}

.rvt-bg-blue-300 {
  background-color: #63b1d3 !important;
}

.rvt-color-blue-400 {
  color: #328bb8 !important;
}

.rvt-bg-blue-400 {
  background-color: #328bb8 !important;
}

.rvt-color-blue-500 {
  color: #006298 !important;
}

.rvt-bg-blue-500 {
  background-color: #006298 !important;
}

.rvt-color-blue-600 {
  color: #004f80 !important;
}

.rvt-bg-blue-600 {
  background-color: #004f80 !important;
}

.rvt-color-blue-700 {
  color: #00385f !important;
}

.rvt-bg-blue-700 {
  background-color: #00385f !important;
}

.rvt-color-blue {
  color: #006298 !important;
}

.rvt-bg-blue {
  background-color: #006298 !important;
}

.rvt-color-blue-000 {
  color: #edfafd !important;
}

.rvt-bg-blue-000 {
  background-color: #edfafd !important;
}

.rvt-color-crimson-100 {
  color: #ffd6db !important;
}

.rvt-bg-crimson-100 {
  background-color: #ffd6db !important;
}

.rvt-color-crimson-200 {
  color: #ff636a !important;
}

.rvt-bg-crimson-200 {
  background-color: #ff636a !important;
}

.rvt-color-crimson-300 {
  color: #f23a3f !important;
}

.rvt-bg-crimson-300 {
  background-color: #f23a3f !important;
}

.rvt-color-crimson-400 {
  color: #dc231e !important;
}

.rvt-bg-crimson-400 {
  background-color: #dc231e !important;
}

.rvt-color-crimson-500 {
  color: #990000 !important;
}

.rvt-bg-crimson-500 {
  background-color: #990000 !important;
}

.rvt-color-crimson-600 {
  color: #800000 !important;
}

.rvt-bg-crimson-600 {
  background-color: #800000 !important;
}

.rvt-color-crimson-700 {
  color: #5a0c0c !important;
}

.rvt-bg-crimson-700 {
  background-color: #5a0c0c !important;
}

.rvt-color-crimson {
  color: #990000 !important;
}

.rvt-bg-crimson {
  background-color: #990000 !important;
}

.rvt-color-crimson-000 {
  color: #fff7f8 !important;
}

.rvt-bg-crimson-000 {
  background-color: #fff7f8 !important;
}

.rvt-color-gold-100 {
  color: #fff4c6 !important;
}

.rvt-bg-gold-100 {
  background-color: #fff4c6 !important;
}

.rvt-color-gold-200 {
  color: #ffe694 !important;
}

.rvt-bg-gold-200 {
  background-color: #ffe694 !important;
}

.rvt-color-gold-300 {
  color: #ffd563 !important;
}

.rvt-bg-gold-300 {
  background-color: #ffd563 !important;
}

.rvt-color-gold-400 {
  color: #ffc132 !important;
}

.rvt-bg-gold-400 {
  background-color: #ffc132 !important;
}

.rvt-color-gold-500 {
  color: #ffaa00 !important;
}

.rvt-bg-gold-500 {
  background-color: #ffaa00 !important;
}

.rvt-color-gold-600 {
  color: #a36b00 !important;
}

.rvt-bg-gold-600 {
  background-color: #a36b00 !important;
}

.rvt-color-gold-700 {
  color: #613d00 !important;
}

.rvt-bg-gold-700 {
  background-color: #613d00 !important;
}

.rvt-color-gold {
  color: #ffaa00 !important;
}

.rvt-bg-gold {
  background-color: #ffaa00 !important;
}

.rvt-color-gold-000 {
  color: #fffceb !important;
}

.rvt-bg-gold-000 {
  background-color: #fffceb !important;
}

.rvt-color-green-100 {
  color: #dee8c6 !important;
}

.rvt-bg-green-100 {
  background-color: #dee8c6 !important;
}

.rvt-color-green-200 {
  color: #a7d094 !important;
}

.rvt-bg-green-200 {
  background-color: #a7d094 !important;
}

.rvt-color-green-300 {
  color: #63b363 !important;
}

.rvt-bg-green-300 {
  background-color: #63b363 !important;
}

.rvt-color-green-400 {
  color: #329345 !important;
}

.rvt-bg-green-400 {
  background-color: #329345 !important;
}

.rvt-color-green-500 {
  color: #056e41 !important;
}

.rvt-bg-green-500 {
  background-color: #056e41 !important;
}

.rvt-color-green-600 {
  color: #005c31 !important;
}

.rvt-bg-green-600 {
  background-color: #005c31 !important;
}

.rvt-color-green-700 {
  color: #004421 !important;
}

.rvt-bg-green-700 {
  background-color: #004421 !important;
}

.rvt-color-green {
  color: #056e41 !important;
}

.rvt-bg-green {
  background-color: #056e41 !important;
}

.rvt-color-green-000 {
  color: #f9f9f0 !important;
}

.rvt-bg-green-000 {
  background-color: #f9f9f0 !important;
}

.rvt-color-orange-100 {
  color: #ffcdc0 !important;
}

.rvt-bg-orange-100 {
  background-color: #ffcdc0 !important;
}

.rvt-color-orange-200 {
  color: #ffa690 !important;
}

.rvt-bg-orange-200 {
  background-color: #ffa690 !important;
}

.rvt-color-orange-300 {
  color: #ff7e60 !important;
}

.rvt-bg-orange-300 {
  background-color: #ff7e60 !important;
}

.rvt-color-orange-400 {
  color: #f75930 !important;
}

.rvt-bg-orange-400 {
  background-color: #f75930 !important;
}

.rvt-color-orange-500 {
  color: #df3603 !important;
}

.rvt-bg-orange-500 {
  background-color: #df3603 !important;
}

.rvt-color-orange-600 {
  color: #b11c00 !important;
}

.rvt-bg-orange-600 {
  background-color: #b11c00 !important;
}

.rvt-color-orange-700 {
  color: #690a00 !important;
}

.rvt-bg-orange-700 {
  background-color: #690a00 !important;
}

.rvt-color-orange {
  color: #df3603 !important;
}

.rvt-bg-orange {
  background-color: #df3603 !important;
}

.rvt-color-orange-000 {
  color: #fff3f0 !important;
}

.rvt-bg-orange-000 {
  background-color: #fff3f0 !important;
}

.rvt-color-purple-100 {
  color: #decadc !important;
}

.rvt-bg-purple-100 {
  background-color: #decadc !important;
}

.rvt-color-purple-200 {
  color: #c09ebb !important;
}

.rvt-bg-purple-200 {
  background-color: #c09ebb !important;
}

.rvt-color-purple-300 {
  color: #a07498 !important;
}

.rvt-bg-purple-300 {
  background-color: #a07498 !important;
}

.rvt-color-purple-400 {
  color: #7d4c73 !important;
}

.rvt-bg-purple-400 {
  background-color: #7d4c73 !important;
}

.rvt-color-purple-500 {
  color: #59264d !important;
}

.rvt-bg-purple-500 {
  background-color: #59264d !important;
}

.rvt-color-purple-600 {
  color: #48183d !important;
}

.rvt-bg-purple-600 {
  background-color: #48183d !important;
}

.rvt-color-purple-700 {
  color: #330d2b !important;
}

.rvt-bg-purple-700 {
  background-color: #330d2b !important;
}

.rvt-color-purple {
  color: #59264d !important;
}

.rvt-bg-purple {
  background-color: #59264d !important;
}

.rvt-color-purple-000 {
  color: #fbf8fb !important;
}

.rvt-bg-purple-000 {
  background-color: #fbf8fb !important;
}

.rvt-color-white {
  color: #ffffff !important;
}

.rvt-bg-white {
  background-color: #ffffff !important;
}

/* Hide only visually, but have it available for
 * screenreaders: h5bp.com/v
 */
.rvt-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /* Set color to prevent false positives in a11y tools */
  background-color: white !important;
  color: black !important;
}

/* Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the
 * keyboard: h5bp.com/p
 */
.rvt-sr-only.focusable:active,
.rvt-sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.rvt-display-block {
  display: block !important;
}

.rvt-display-inline-block {
  display: inline-block !important;
}

.rvt-display-inline {
  display: inline !important;
}

.rvt-display-none {
  display: none !important;
}

.rvt-abbr, .rvt-abbr[title] {
  border: none;
  text-decoration: none;
}
.rvt-code, .rvt-prose :where(code) {
  color: #dc231e;
  font-size: 1rem;
  font-family: monospace;
  background-color: #f8f9fa;
  display: inline-block;
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
}
.rvt-hr {
  border-top: 1px solid #e2e7e9;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.rvt-strong {
  font-weight: 700;
}

.rvt-flex {
  display: flex !important;
}

.rvt-inline-flex {
  display: inline-flex !important;
}

.rvt-flex-row {
  flex-direction: row !important;
}

.rvt-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.rvt-flex-column {
  flex-direction: column !important;
}

.rvt-flex-column-reverse {
  flex-direction: column-reverse !important;
}

@media screen and (min-width: 30em) {
  .rvt-flex-sm-up {
    display: flex !important;
  }
  .rvt-inline-flex-sm-up {
    display: inline-flex !important;
  }
  .rvt-flex-row-sm-up {
    flex-direction: row !important;
  }
  .rvt-flex-row-reverse-sm-up {
    flex-direction: row-reverse !important;
  }
  .rvt-flex-column-sm-up {
    flex-direction: column !important;
  }
  .rvt-flex-column-reverse-sm-up {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-flex-md-up {
    display: flex !important;
  }
  .rvt-inline-flex-md-up {
    display: inline-flex !important;
  }
  .rvt-flex-row-md-up {
    flex-direction: row !important;
  }
  .rvt-flex-row-reverse-md-up {
    flex-direction: row-reverse !important;
  }
  .rvt-flex-column-md-up {
    flex-direction: column !important;
  }
  .rvt-flex-column-reverse-md-up {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-flex-lg-up {
    display: flex !important;
  }
  .rvt-inline-flex-lg-up {
    display: inline-flex !important;
  }
  .rvt-flex-row-lg-up {
    flex-direction: row !important;
  }
  .rvt-flex-row-reverse-lg-up {
    flex-direction: row-reverse !important;
  }
  .rvt-flex-column-lg-up {
    flex-direction: column !important;
  }
  .rvt-flex-column-reverse-lg-up {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-flex-xl-up {
    display: flex !important;
  }
  .rvt-inline-flex-xl-up {
    display: inline-flex !important;
  }
  .rvt-flex-row-xl-up {
    flex-direction: row !important;
  }
  .rvt-flex-row-reverse-xl-up {
    flex-direction: row-reverse !important;
  }
  .rvt-flex-column-xl-up {
    flex-direction: column !important;
  }
  .rvt-flex-column-reverse-xl-up {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-flex-xxl-up {
    display: flex !important;
  }
  .rvt-inline-flex-xxl-up {
    display: inline-flex !important;
  }
  .rvt-flex-row-xxl-up {
    flex-direction: row !important;
  }
  .rvt-flex-row-reverse-xxl-up {
    flex-direction: row-reverse !important;
  }
  .rvt-flex-column-xxl-up {
    flex-direction: column !important;
  }
  .rvt-flex-column-reverse-xxl-up {
    flex-direction: column-reverse !important;
  }
}
.rvt-wrap {
  flex-wrap: wrap !important;
}

.rvt-no-wrap {
  flex-wrap: nowrap !important;
}

.rvt-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

@media screen and (min-width: 30em) {
  .rvt-wrap-sm-up {
    flex-wrap: wrap !important;
  }
  .rvt-no-wrap-sm-up {
    flex-wrap: nowrap !important;
  }
  .rvt-wrap-reverse-sm-up {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-wrap-md-up {
    flex-wrap: wrap !important;
  }
  .rvt-no-wrap-md-up {
    flex-wrap: nowrap !important;
  }
  .rvt-wrap-reverse-md-up {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-wrap-lg-up {
    flex-wrap: wrap !important;
  }
  .rvt-no-wrap-lg-up {
    flex-wrap: nowrap !important;
  }
  .rvt-wrap-reverse-lg-up {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-wrap-xl-up {
    flex-wrap: wrap !important;
  }
  .rvt-no-wrap-xl-up {
    flex-wrap: nowrap !important;
  }
  .rvt-wrap-reverse-xl-up {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-wrap-xxl-up {
    flex-wrap: wrap !important;
  }
  .rvt-no-wrap-xxl-up {
    flex-wrap: nowrap !important;
  }
  .rvt-wrap-reverse-xxl-up {
    flex-wrap: wrap-reverse !important;
  }
}
.rvt-shrink-1 {
  flex-shrink: 1 !important;
}

.rvt-shrink-0 {
  flex-shrink: 0 !important;
}

@media screen and (min-width: 30em) {
  .rvt-shrink-1-sm-up {
    flex-shrink: 1 !important;
  }
  .rvt-shrink-0-sm-up {
    flex-shrink: 0 !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-shrink-1-md-up {
    flex-shrink: 1 !important;
  }
  .rvt-shrink-0-md-up {
    flex-shrink: 0 !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-shrink-1-lg-up {
    flex-shrink: 1 !important;
  }
  .rvt-shrink-0-lg-up {
    flex-shrink: 0 !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-shrink-1-xl-up {
    flex-shrink: 1 !important;
  }
  .rvt-shrink-0-xl-up {
    flex-shrink: 0 !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-shrink-1-xxl-up {
    flex-shrink: 1 !important;
  }
  .rvt-shrink-0-xxl-up {
    flex-shrink: 0 !important;
  }
}
.rvt-grow-1 {
  flex-grow: 1 !important;
}

.rvt-grow-0 {
  flex-grow: 0 !important;
}

@media screen and (min-width: 30em) {
  .rvt-grow-1-sm-up {
    flex-grow: 1 !important;
  }
  .rvt-grow-0-sm-up {
    flex-grow: 0 !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-grow-1-md-up {
    flex-grow: 1 !important;
  }
  .rvt-grow-0-md-up {
    flex-grow: 0 !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-grow-1-lg-up {
    flex-grow: 1 !important;
  }
  .rvt-grow-0-lg-up {
    flex-grow: 0 !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-grow-1-xl-up {
    flex-grow: 1 !important;
  }
  .rvt-grow-0-xl-up {
    flex-grow: 0 !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-grow-1-xxl-up {
    flex-grow: 1 !important;
  }
  .rvt-grow-0-xxl-up {
    flex-grow: 0 !important;
  }
}
.rvt-items-start {
  align-items: flex-start !important;
}

.rvt-items-end {
  align-items: flex-end !important;
}

.rvt-items-center {
  align-items: center !important;
}

.rvt-items-baseline {
  align-items: baseline !important;
}

.rvt-items-stretch {
  align-items: stretch !important;
}

@media screen and (min-width: 30em) {
  .rvt-items-start-sm-up {
    align-items: flex-start !important;
  }
  .rvt-items-end-sm-up {
    align-items: flex-end !important;
  }
  .rvt-items-center-sm-up {
    align-items: center !important;
  }
  .rvt-items-baseline-sm-up {
    align-items: baseline !important;
  }
  .rvt-items-stretch-sm-up {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-items-start-md-up {
    align-items: flex-start !important;
  }
  .rvt-items-end-md-up {
    align-items: flex-end !important;
  }
  .rvt-items-center-md-up {
    align-items: center !important;
  }
  .rvt-items-baseline-md-up {
    align-items: baseline !important;
  }
  .rvt-items-stretch-md-up {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-items-start-lg-up {
    align-items: flex-start !important;
  }
  .rvt-items-end-lg-up {
    align-items: flex-end !important;
  }
  .rvt-items-center-lg-up {
    align-items: center !important;
  }
  .rvt-items-baseline-lg-up {
    align-items: baseline !important;
  }
  .rvt-items-stretch-lg-up {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-items-start-xl-up {
    align-items: flex-start !important;
  }
  .rvt-items-end-xl-up {
    align-items: flex-end !important;
  }
  .rvt-items-center-xl-up {
    align-items: center !important;
  }
  .rvt-items-baseline-xl-up {
    align-items: baseline !important;
  }
  .rvt-items-stretch-xl-up {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-items-start-xxl-up {
    align-items: flex-start !important;
  }
  .rvt-items-end-xxl-up {
    align-items: flex-end !important;
  }
  .rvt-items-center-xxl-up {
    align-items: center !important;
  }
  .rvt-items-baseline-xxl-up {
    align-items: baseline !important;
  }
  .rvt-items-stretch-xxl-up {
    align-items: stretch !important;
  }
}
.rvt-content-start {
  align-content: flex-start !important;
}

.rvt-content-end {
  align-content: flex-end !important;
}

.rvt-content-center {
  align-content: center !important;
}

.rvt-content-stretch {
  align-content: stretch !important;
}

.rvt-content-baseline {
  align-content: baseline !important;
}

@media screen and (min-width: 30em) {
  .rvt-content-start-sm-up {
    align-content: flex-start !important;
  }
  .rvt-content-end-sm-up {
    align-content: flex-end !important;
  }
  .rvt-content-center-sm-up {
    align-content: center !important;
  }
  .rvt-content-stretch-sm-up {
    align-content: stretch !important;
  }
  .rvt-content-baseline-sm-up {
    align-content: baseline !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-content-start-md-up {
    align-content: flex-start !important;
  }
  .rvt-content-end-md-up {
    align-content: flex-end !important;
  }
  .rvt-content-center-md-up {
    align-content: center !important;
  }
  .rvt-content-stretch-md-up {
    align-content: stretch !important;
  }
  .rvt-content-baseline-md-up {
    align-content: baseline !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-content-start-lg-up {
    align-content: flex-start !important;
  }
  .rvt-content-end-lg-up {
    align-content: flex-end !important;
  }
  .rvt-content-center-lg-up {
    align-content: center !important;
  }
  .rvt-content-stretch-lg-up {
    align-content: stretch !important;
  }
  .rvt-content-baseline-lg-up {
    align-content: baseline !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-content-start-xl-up {
    align-content: flex-start !important;
  }
  .rvt-content-end-xl-up {
    align-content: flex-end !important;
  }
  .rvt-content-center-xl-up {
    align-content: center !important;
  }
  .rvt-content-stretch-xl-up {
    align-content: stretch !important;
  }
  .rvt-content-baseline-xl-up {
    align-content: baseline !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-content-start-xxl-up {
    align-content: flex-start !important;
  }
  .rvt-content-end-xxl-up {
    align-content: flex-end !important;
  }
  .rvt-content-center-xxl-up {
    align-content: center !important;
  }
  .rvt-content-stretch-xxl-up {
    align-content: stretch !important;
  }
  .rvt-content-baseline-xxl-up {
    align-content: baseline !important;
  }
}
.rvt-justify-start {
  justify-content: flex-start;
}

.rvt-justify-end {
  justify-content: flex-end;
}

.rvt-justify-center {
  justify-content: center;
}

.rvt-justify-space-between {
  justify-content: space-between;
}

.rvt-justify-space-around {
  justify-content: space-around;
}

.rvt-justify-space-evenly {
  justify-content: space-evenly;
}

@media screen and (min-width: 30em) {
  .rvt-justify-start-sm-up {
    justify-content: flex-start;
  }
  .rvt-justify-end-sm-up {
    justify-content: flex-end;
  }
  .rvt-justify-center-sm-up {
    justify-content: center;
  }
  .rvt-justify-space-between-sm-up {
    justify-content: space-between;
  }
  .rvt-justify-space-around-sm-up {
    justify-content: space-around;
  }
  .rvt-justify-space-evenly-sm-up {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-justify-start-md-up {
    justify-content: flex-start;
  }
  .rvt-justify-end-md-up {
    justify-content: flex-end;
  }
  .rvt-justify-center-md-up {
    justify-content: center;
  }
  .rvt-justify-space-between-md-up {
    justify-content: space-between;
  }
  .rvt-justify-space-around-md-up {
    justify-content: space-around;
  }
  .rvt-justify-space-evenly-md-up {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-justify-start-lg-up {
    justify-content: flex-start;
  }
  .rvt-justify-end-lg-up {
    justify-content: flex-end;
  }
  .rvt-justify-center-lg-up {
    justify-content: center;
  }
  .rvt-justify-space-between-lg-up {
    justify-content: space-between;
  }
  .rvt-justify-space-around-lg-up {
    justify-content: space-around;
  }
  .rvt-justify-space-evenly-lg-up {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-justify-start-xl-up {
    justify-content: flex-start;
  }
  .rvt-justify-end-xl-up {
    justify-content: flex-end;
  }
  .rvt-justify-center-xl-up {
    justify-content: center;
  }
  .rvt-justify-space-between-xl-up {
    justify-content: space-between;
  }
  .rvt-justify-space-around-xl-up {
    justify-content: space-around;
  }
  .rvt-justify-space-evenly-xl-up {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-justify-start-xxl-up {
    justify-content: flex-start;
  }
  .rvt-justify-end-xxl-up {
    justify-content: flex-end;
  }
  .rvt-justify-center-xxl-up {
    justify-content: center;
  }
  .rvt-justify-space-between-xxl-up {
    justify-content: space-between;
  }
  .rvt-justify-space-around-xxl-up {
    justify-content: space-around;
  }
  .rvt-justify-space-evenly-xxl-up {
    justify-content: space-evenly;
  }
}
.rvt-self-start {
  align-self: flex-start !important;
}

.rvt-self-end {
  align-self: flex-end !important;
}

.rvt-self-center {
  align-self: center !important;
}

.rvt-self-baseline {
  align-self: baseline !important;
}

.rvt-self-stretch {
  align-self: stretch !important;
}

@media screen and (min-width: 30em) {
  .rvt-self-start-sm-up {
    align-self: flex-start;
  }
  .rvt-self-end-sm-up {
    align-self: flex-end;
  }
  .rvt-self-center-sm-up {
    align-self: center;
  }
  .rvt-self-baseline-sm-up {
    align-self: baseline;
  }
  .rvt-self-stretch-sm-up {
    align-self: stretch;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-self-start-md-up {
    align-self: flex-start;
  }
  .rvt-self-end-md-up {
    align-self: flex-end;
  }
  .rvt-self-center-md-up {
    align-self: center;
  }
  .rvt-self-baseline-md-up {
    align-self: baseline;
  }
  .rvt-self-stretch-md-up {
    align-self: stretch;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-self-start-lg-up {
    align-self: flex-start;
  }
  .rvt-self-end-lg-up {
    align-self: flex-end;
  }
  .rvt-self-center-lg-up {
    align-self: center;
  }
  .rvt-self-baseline-lg-up {
    align-self: baseline;
  }
  .rvt-self-stretch-lg-up {
    align-self: stretch;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-self-start-xl-up {
    align-self: flex-start;
  }
  .rvt-self-end-xl-up {
    align-self: flex-end;
  }
  .rvt-self-center-xl-up {
    align-self: center;
  }
  .rvt-self-baseline-xl-up {
    align-self: baseline;
  }
  .rvt-self-stretch-xl-up {
    align-self: stretch;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-self-start-xxl-up {
    align-self: flex-start;
  }
  .rvt-self-end-xxl-up {
    align-self: flex-end;
  }
  .rvt-self-center-xxl-up {
    align-self: center;
  }
  .rvt-self-baseline-xxl-up {
    align-self: baseline;
  }
  .rvt-self-stretch-xxl-up {
    align-self: stretch;
  }
}
.rvt-flow > * {
  margin-bottom: 0;
  margin-top: 0;
}

.rvt-flow > * + * {
  margin-top: 1rem;
  margin-top: var(--flow-space, 1rem);
  margin-bottom: 0;
}

.rvt-list,
.rvt-list-inline,
.rvt-list-plain {
  display: flex;
  gap: 0.5rem 1rem;
  margin: 0.5rem 0 0 0;
}

.rvt-list,
.rvt-list-plain {
  flex-direction: column;
}

.rvt-list-inline,
.rvt-list-plain {
  list-style: "";
  padding-left: 0;
}

.rvt-list,
.rvt-list-plain .rvt-list-plain {
  padding-left: 2rem;
}

.rvt-list-inline {
  flex-direction: row;
  flex-wrap: wrap;
}

.rvt-list-reset {
  list-style: "";
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.rvt-list-description, .rvt-prose > :where(dl) {
  margin: 0;
}
.rvt-list-description :where(dt), .rvt-prose > :where(dl) :where(dt) {
  font-weight: 700;
  margin-top: 1rem;
}
.rvt-list-description :where(dt + dt), .rvt-prose > :where(dl) :where(dt + dt) {
  margin-top: 0;
}
.rvt-list-description :where(dd), .rvt-prose > :where(dl) :where(dd) {
  margin-left: 0;
}

.rvt-prose {
  line-height: 1.65;
}
.rvt-prose h1 {
  font-size: 2rem;
}
.rvt-prose h2 {
  font-size: 1.4375rem;
}
.rvt-prose h3 {
  font-size: 1.25rem;
}
.rvt-prose h4,
.rvt-prose h5,
.rvt-prose h6 {
  font-size: 1.125rem;
}
.rvt-prose h1,
.rvt-prose h2,
.rvt-prose h3,
.rvt-prose h4,
.rvt-prose h5,
.rvt-prose h6 {
  --flow-space: 3rem;
  font-weight: 400;
  line-height: 1.2;
  scroll-margin-top: 1.5rem;
}
.rvt-prose :where(p),
.rvt-prose :where(li),
.rvt-prose :where(td) {
  color: #4c5a69;
}
.rvt-prose > img,
.rvt-prose > img + *,
.rvt-prose > figure,
.rvt-prose > figure + *,
.rvt-prose > hr {
  --flow-space: 3rem;
}
.rvt-prose > :where(dl) {
  /* stylelint-disable */
  /* stylelint-enable */
}
.rvt-prose :where(code) {
  /* stylelint-disable */
  /* stylelint-enable */
}
.rvt-prose > *:empty:not(hr) {
  display: none;
}

.rvt-shadow {
  box-shadow: 0 0.25rem 0.5rem rgba(36, 49, 66, 0.16) !important;
}

.rvt-shadow-subtle {
  box-shadow: 0 0.1875rem 0.375rem rgba(36, 49, 66, 0.07) !important;
}

.rvt-shadow-standard {
  box-shadow: 0 0.25rem 0.5rem rgba(36, 49, 66, 0.16) !important;
}

.rvt-shadow-heavy {
  box-shadow: 0 0.25rem 1rem rgba(36, 49, 66, 0.2) !important;
}

/* stylelint-disable */
.rvt-m-all-xxs {
  margin: 0.25rem !important;
}

.rvt-p-all-xxs {
  padding: 0.25rem !important;
}

.rvt-m-tb-xxs {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}

.rvt-m-lr-xxs {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.rvt-p-tb-xxs {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}

.rvt-p-lr-xxs {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.rvt-m-all-xs {
  margin: 0.5rem !important;
}

.rvt-p-all-xs {
  padding: 0.5rem !important;
}

.rvt-m-tb-xs {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}

.rvt-m-lr-xs {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.rvt-p-tb-xs {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}

.rvt-p-lr-xs {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.rvt-m-all-sm {
  margin: 1rem !important;
}

.rvt-p-all-sm {
  padding: 1rem !important;
}

.rvt-m-tb-sm {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.rvt-m-lr-sm {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.rvt-p-tb-sm {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.rvt-p-lr-sm {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.rvt-m-all-md {
  margin: 1.5rem !important;
}

.rvt-p-all-md {
  padding: 1.5rem !important;
}

.rvt-m-tb-md {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}

.rvt-m-lr-md {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.rvt-p-tb-md {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}

.rvt-p-lr-md {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.rvt-m-all-lg {
  margin: 2rem !important;
}

.rvt-p-all-lg {
  padding: 2rem !important;
}

.rvt-m-tb-lg {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}

.rvt-m-lr-lg {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.rvt-p-tb-lg {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}

.rvt-p-lr-lg {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.rvt-m-all-xl {
  margin: 2.5rem !important;
}

.rvt-p-all-xl {
  padding: 2.5rem !important;
}

.rvt-m-tb-xl {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}

.rvt-m-lr-xl {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.rvt-p-tb-xl {
  padding-bottom: 2.5rem !important;
  padding-top: 2.5rem !important;
}

.rvt-p-lr-xl {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.rvt-m-all-xxl {
  margin: 4rem !important;
}

.rvt-p-all-xxl {
  padding: 4rem !important;
}

.rvt-m-tb-xxl {
  margin-bottom: 4rem !important;
  margin-top: 4rem !important;
}

.rvt-m-lr-xxl {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.rvt-p-tb-xxl {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important;
}

.rvt-p-lr-xxl {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.rvt-m-all-3-xl {
  margin: 8rem !important;
}

.rvt-p-all-3-xl {
  padding: 8rem !important;
}

.rvt-m-tb-3-xl {
  margin-bottom: 8rem !important;
  margin-top: 8rem !important;
}

.rvt-m-lr-3-xl {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.rvt-p-tb-3-xl {
  padding-bottom: 8rem !important;
  padding-top: 8rem !important;
}

.rvt-p-lr-3-xl {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.rvt-m-all-4-xl {
  margin: 12rem !important;
}

.rvt-p-all-4-xl {
  padding: 12rem !important;
}

.rvt-m-tb-4-xl {
  margin-bottom: 12rem !important;
  margin-top: 12rem !important;
}

.rvt-m-lr-4-xl {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.rvt-p-tb-4-xl {
  padding-bottom: 12rem !important;
  padding-top: 12rem !important;
}

.rvt-p-lr-4-xl {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.rvt-m-top-xxs {
  margin-top: 0.25rem !important;
}

.-rvt-m-top-xxs {
  margin-top: -0.25rem !important;
}

.rvt-p-top-xxs {
  padding-top: 0.25rem !important;
}

.rvt-m-top-xs {
  margin-top: 0.5rem !important;
}

.-rvt-m-top-xs {
  margin-top: -0.5rem !important;
}

.rvt-p-top-xs {
  padding-top: 0.5rem !important;
}

.rvt-m-top-sm {
  margin-top: 1rem !important;
}

.-rvt-m-top-sm {
  margin-top: -1rem !important;
}

.rvt-p-top-sm {
  padding-top: 1rem !important;
}

.rvt-m-top-md {
  margin-top: 1.5rem !important;
}

.-rvt-m-top-md {
  margin-top: -1.5rem !important;
}

.rvt-p-top-md {
  padding-top: 1.5rem !important;
}

.rvt-m-top-lg {
  margin-top: 2rem !important;
}

.-rvt-m-top-lg {
  margin-top: -2rem !important;
}

.rvt-p-top-lg {
  padding-top: 2rem !important;
}

.rvt-m-top-xl {
  margin-top: 2.5rem !important;
}

.-rvt-m-top-xl {
  margin-top: -2.5rem !important;
}

.rvt-p-top-xl {
  padding-top: 2.5rem !important;
}

.rvt-m-top-xxl {
  margin-top: 4rem !important;
}

.-rvt-m-top-xxl {
  margin-top: -4rem !important;
}

.rvt-p-top-xxl {
  padding-top: 4rem !important;
}

.rvt-m-top-3-xl {
  margin-top: 8rem !important;
}

.-rvt-m-top-3-xl {
  margin-top: -8rem !important;
}

.rvt-p-top-3-xl {
  padding-top: 8rem !important;
}

.rvt-m-top-4-xl {
  margin-top: 12rem !important;
}

.-rvt-m-top-4-xl {
  margin-top: -12rem !important;
}

.rvt-p-top-4-xl {
  padding-top: 12rem !important;
}

.rvt-m-right-xxs {
  margin-right: 0.25rem !important;
}

.-rvt-m-right-xxs {
  margin-right: -0.25rem !important;
}

.rvt-p-right-xxs {
  padding-right: 0.25rem !important;
}

.rvt-m-right-xs {
  margin-right: 0.5rem !important;
}

.-rvt-m-right-xs {
  margin-right: -0.5rem !important;
}

.rvt-p-right-xs {
  padding-right: 0.5rem !important;
}

.rvt-m-right-sm {
  margin-right: 1rem !important;
}

.-rvt-m-right-sm {
  margin-right: -1rem !important;
}

.rvt-p-right-sm {
  padding-right: 1rem !important;
}

.rvt-m-right-md {
  margin-right: 1.5rem !important;
}

.-rvt-m-right-md {
  margin-right: -1.5rem !important;
}

.rvt-p-right-md {
  padding-right: 1.5rem !important;
}

.rvt-m-right-lg {
  margin-right: 2rem !important;
}

.-rvt-m-right-lg {
  margin-right: -2rem !important;
}

.rvt-p-right-lg {
  padding-right: 2rem !important;
}

.rvt-m-right-xl {
  margin-right: 2.5rem !important;
}

.-rvt-m-right-xl {
  margin-right: -2.5rem !important;
}

.rvt-p-right-xl {
  padding-right: 2.5rem !important;
}

.rvt-m-right-xxl {
  margin-right: 4rem !important;
}

.-rvt-m-right-xxl {
  margin-right: -4rem !important;
}

.rvt-p-right-xxl {
  padding-right: 4rem !important;
}

.rvt-m-right-3-xl {
  margin-right: 8rem !important;
}

.-rvt-m-right-3-xl {
  margin-right: -8rem !important;
}

.rvt-p-right-3-xl {
  padding-right: 8rem !important;
}

.rvt-m-right-4-xl {
  margin-right: 12rem !important;
}

.-rvt-m-right-4-xl {
  margin-right: -12rem !important;
}

.rvt-p-right-4-xl {
  padding-right: 12rem !important;
}

.rvt-m-bottom-xxs {
  margin-bottom: 0.25rem !important;
}

.-rvt-m-bottom-xxs {
  margin-bottom: -0.25rem !important;
}

.rvt-p-bottom-xxs {
  padding-bottom: 0.25rem !important;
}

.rvt-m-bottom-xs {
  margin-bottom: 0.5rem !important;
}

.-rvt-m-bottom-xs {
  margin-bottom: -0.5rem !important;
}

.rvt-p-bottom-xs {
  padding-bottom: 0.5rem !important;
}

.rvt-m-bottom-sm {
  margin-bottom: 1rem !important;
}

.-rvt-m-bottom-sm {
  margin-bottom: -1rem !important;
}

.rvt-p-bottom-sm {
  padding-bottom: 1rem !important;
}

.rvt-m-bottom-md {
  margin-bottom: 1.5rem !important;
}

.-rvt-m-bottom-md {
  margin-bottom: -1.5rem !important;
}

.rvt-p-bottom-md {
  padding-bottom: 1.5rem !important;
}

.rvt-m-bottom-lg {
  margin-bottom: 2rem !important;
}

.-rvt-m-bottom-lg {
  margin-bottom: -2rem !important;
}

.rvt-p-bottom-lg {
  padding-bottom: 2rem !important;
}

.rvt-m-bottom-xl {
  margin-bottom: 2.5rem !important;
}

.-rvt-m-bottom-xl {
  margin-bottom: -2.5rem !important;
}

.rvt-p-bottom-xl {
  padding-bottom: 2.5rem !important;
}

.rvt-m-bottom-xxl {
  margin-bottom: 4rem !important;
}

.-rvt-m-bottom-xxl {
  margin-bottom: -4rem !important;
}

.rvt-p-bottom-xxl {
  padding-bottom: 4rem !important;
}

.rvt-m-bottom-3-xl {
  margin-bottom: 8rem !important;
}

.-rvt-m-bottom-3-xl {
  margin-bottom: -8rem !important;
}

.rvt-p-bottom-3-xl {
  padding-bottom: 8rem !important;
}

.rvt-m-bottom-4-xl {
  margin-bottom: 12rem !important;
}

.-rvt-m-bottom-4-xl {
  margin-bottom: -12rem !important;
}

.rvt-p-bottom-4-xl {
  padding-bottom: 12rem !important;
}

.rvt-m-left-xxs {
  margin-left: 0.25rem !important;
}

.-rvt-m-left-xxs {
  margin-left: -0.25rem !important;
}

.rvt-p-left-xxs {
  padding-left: 0.25rem !important;
}

.rvt-m-left-xs {
  margin-left: 0.5rem !important;
}

.-rvt-m-left-xs {
  margin-left: -0.5rem !important;
}

.rvt-p-left-xs {
  padding-left: 0.5rem !important;
}

.rvt-m-left-sm {
  margin-left: 1rem !important;
}

.-rvt-m-left-sm {
  margin-left: -1rem !important;
}

.rvt-p-left-sm {
  padding-left: 1rem !important;
}

.rvt-m-left-md {
  margin-left: 1.5rem !important;
}

.-rvt-m-left-md {
  margin-left: -1.5rem !important;
}

.rvt-p-left-md {
  padding-left: 1.5rem !important;
}

.rvt-m-left-lg {
  margin-left: 2rem !important;
}

.-rvt-m-left-lg {
  margin-left: -2rem !important;
}

.rvt-p-left-lg {
  padding-left: 2rem !important;
}

.rvt-m-left-xl {
  margin-left: 2.5rem !important;
}

.-rvt-m-left-xl {
  margin-left: -2.5rem !important;
}

.rvt-p-left-xl {
  padding-left: 2.5rem !important;
}

.rvt-m-left-xxl {
  margin-left: 4rem !important;
}

.-rvt-m-left-xxl {
  margin-left: -4rem !important;
}

.rvt-p-left-xxl {
  padding-left: 4rem !important;
}

.rvt-m-left-3-xl {
  margin-left: 8rem !important;
}

.-rvt-m-left-3-xl {
  margin-left: -8rem !important;
}

.rvt-p-left-3-xl {
  padding-left: 8rem !important;
}

.rvt-m-left-4-xl {
  margin-left: 12rem !important;
}

.-rvt-m-left-4-xl {
  margin-left: -12rem !important;
}

.rvt-p-left-4-xl {
  padding-left: 12rem !important;
}

@media screen and (min-width: 30em) {
  .rvt-m-all-xxs-sm-up {
    margin: 0.25rem !important;
  }
  .rvt-p-all-xxs-sm-up {
    padding: 0.25rem !important;
  }
  .rvt-m-tb-xxs-sm-up {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .rvt-m-lr-xxs-sm-up {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .rvt-p-tb-xxs-sm-up {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .rvt-p-lr-xxs-sm-up {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .rvt-m-all-xs-sm-up {
    margin: 0.5rem !important;
  }
  .rvt-p-all-xs-sm-up {
    padding: 0.5rem !important;
  }
  .rvt-m-tb-xs-sm-up {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .rvt-m-lr-xs-sm-up {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .rvt-p-tb-xs-sm-up {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .rvt-p-lr-xs-sm-up {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .rvt-m-all-sm-sm-up {
    margin: 1rem !important;
  }
  .rvt-p-all-sm-sm-up {
    padding: 1rem !important;
  }
  .rvt-m-tb-sm-sm-up {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .rvt-m-lr-sm-sm-up {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .rvt-p-tb-sm-sm-up {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .rvt-p-lr-sm-sm-up {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .rvt-m-all-md-sm-up {
    margin: 1.5rem !important;
  }
  .rvt-p-all-md-sm-up {
    padding: 1.5rem !important;
  }
  .rvt-m-tb-md-sm-up {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .rvt-m-lr-md-sm-up {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .rvt-p-tb-md-sm-up {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .rvt-p-lr-md-sm-up {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .rvt-m-all-lg-sm-up {
    margin: 2rem !important;
  }
  .rvt-p-all-lg-sm-up {
    padding: 2rem !important;
  }
  .rvt-m-tb-lg-sm-up {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .rvt-m-lr-lg-sm-up {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .rvt-p-tb-lg-sm-up {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .rvt-p-lr-lg-sm-up {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .rvt-m-all-xl-sm-up {
    margin: 2.5rem !important;
  }
  .rvt-p-all-xl-sm-up {
    padding: 2.5rem !important;
  }
  .rvt-m-tb-xl-sm-up {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
  .rvt-m-lr-xl-sm-up {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .rvt-p-tb-xl-sm-up {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
  }
  .rvt-p-lr-xl-sm-up {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .rvt-m-all-xxl-sm-up {
    margin: 4rem !important;
  }
  .rvt-p-all-xxl-sm-up {
    padding: 4rem !important;
  }
  .rvt-m-tb-xxl-sm-up {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .rvt-m-lr-xxl-sm-up {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .rvt-p-tb-xxl-sm-up {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .rvt-p-lr-xxl-sm-up {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .rvt-m-all-3-xl-sm-up {
    margin: 8rem !important;
  }
  .rvt-p-all-3-xl-sm-up {
    padding: 8rem !important;
  }
  .rvt-m-tb-3-xl-sm-up {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .rvt-m-lr-3-xl-sm-up {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .rvt-p-tb-3-xl-sm-up {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .rvt-p-lr-3-xl-sm-up {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .rvt-m-all-4-xl-sm-up {
    margin: 12rem !important;
  }
  .rvt-p-all-4-xl-sm-up {
    padding: 12rem !important;
  }
  .rvt-m-tb-4-xl-sm-up {
    margin-bottom: 12rem !important;
    margin-top: 12rem !important;
  }
  .rvt-m-lr-4-xl-sm-up {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .rvt-p-tb-4-xl-sm-up {
    padding-bottom: 12rem !important;
    padding-top: 12rem !important;
  }
  .rvt-p-lr-4-xl-sm-up {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .rvt-m-top-xxs-sm-up {
    margin-top: 0.25rem !important;
  }
  .-rvt-m-top-xxs-sm-up {
    margin-top: -0.25rem !important;
  }
  .rvt-p-top-xxs-sm-up {
    padding-top: 0.25rem !important;
  }
  .rvt-m-top-xs-sm-up {
    margin-top: 0.5rem !important;
  }
  .-rvt-m-top-xs-sm-up {
    margin-top: -0.5rem !important;
  }
  .rvt-p-top-xs-sm-up {
    padding-top: 0.5rem !important;
  }
  .rvt-m-top-sm-sm-up {
    margin-top: 1rem !important;
  }
  .-rvt-m-top-sm-sm-up {
    margin-top: -1rem !important;
  }
  .rvt-p-top-sm-sm-up {
    padding-top: 1rem !important;
  }
  .rvt-m-top-md-sm-up {
    margin-top: 1.5rem !important;
  }
  .-rvt-m-top-md-sm-up {
    margin-top: -1.5rem !important;
  }
  .rvt-p-top-md-sm-up {
    padding-top: 1.5rem !important;
  }
  .rvt-m-top-lg-sm-up {
    margin-top: 2rem !important;
  }
  .-rvt-m-top-lg-sm-up {
    margin-top: -2rem !important;
  }
  .rvt-p-top-lg-sm-up {
    padding-top: 2rem !important;
  }
  .rvt-m-top-xl-sm-up {
    margin-top: 2.5rem !important;
  }
  .-rvt-m-top-xl-sm-up {
    margin-top: -2.5rem !important;
  }
  .rvt-p-top-xl-sm-up {
    padding-top: 2.5rem !important;
  }
  .rvt-m-top-xxl-sm-up {
    margin-top: 4rem !important;
  }
  .-rvt-m-top-xxl-sm-up {
    margin-top: -4rem !important;
  }
  .rvt-p-top-xxl-sm-up {
    padding-top: 4rem !important;
  }
  .rvt-m-top-3-xl-sm-up {
    margin-top: 8rem !important;
  }
  .-rvt-m-top-3-xl-sm-up {
    margin-top: -8rem !important;
  }
  .rvt-p-top-3-xl-sm-up {
    padding-top: 8rem !important;
  }
  .rvt-m-top-4-xl-sm-up {
    margin-top: 12rem !important;
  }
  .-rvt-m-top-4-xl-sm-up {
    margin-top: -12rem !important;
  }
  .rvt-p-top-4-xl-sm-up {
    padding-top: 12rem !important;
  }
  .rvt-m-right-xxs-sm-up {
    margin-right: 0.25rem !important;
  }
  .-rvt-m-right-xxs-sm-up {
    margin-right: -0.25rem !important;
  }
  .rvt-p-right-xxs-sm-up {
    padding-right: 0.25rem !important;
  }
  .rvt-m-right-xs-sm-up {
    margin-right: 0.5rem !important;
  }
  .-rvt-m-right-xs-sm-up {
    margin-right: -0.5rem !important;
  }
  .rvt-p-right-xs-sm-up {
    padding-right: 0.5rem !important;
  }
  .rvt-m-right-sm-sm-up {
    margin-right: 1rem !important;
  }
  .-rvt-m-right-sm-sm-up {
    margin-right: -1rem !important;
  }
  .rvt-p-right-sm-sm-up {
    padding-right: 1rem !important;
  }
  .rvt-m-right-md-sm-up {
    margin-right: 1.5rem !important;
  }
  .-rvt-m-right-md-sm-up {
    margin-right: -1.5rem !important;
  }
  .rvt-p-right-md-sm-up {
    padding-right: 1.5rem !important;
  }
  .rvt-m-right-lg-sm-up {
    margin-right: 2rem !important;
  }
  .-rvt-m-right-lg-sm-up {
    margin-right: -2rem !important;
  }
  .rvt-p-right-lg-sm-up {
    padding-right: 2rem !important;
  }
  .rvt-m-right-xl-sm-up {
    margin-right: 2.5rem !important;
  }
  .-rvt-m-right-xl-sm-up {
    margin-right: -2.5rem !important;
  }
  .rvt-p-right-xl-sm-up {
    padding-right: 2.5rem !important;
  }
  .rvt-m-right-xxl-sm-up {
    margin-right: 4rem !important;
  }
  .-rvt-m-right-xxl-sm-up {
    margin-right: -4rem !important;
  }
  .rvt-p-right-xxl-sm-up {
    padding-right: 4rem !important;
  }
  .rvt-m-right-3-xl-sm-up {
    margin-right: 8rem !important;
  }
  .-rvt-m-right-3-xl-sm-up {
    margin-right: -8rem !important;
  }
  .rvt-p-right-3-xl-sm-up {
    padding-right: 8rem !important;
  }
  .rvt-m-right-4-xl-sm-up {
    margin-right: 12rem !important;
  }
  .-rvt-m-right-4-xl-sm-up {
    margin-right: -12rem !important;
  }
  .rvt-p-right-4-xl-sm-up {
    padding-right: 12rem !important;
  }
  .rvt-m-bottom-xxs-sm-up {
    margin-bottom: 0.25rem !important;
  }
  .-rvt-m-bottom-xxs-sm-up {
    margin-bottom: -0.25rem !important;
  }
  .rvt-p-bottom-xxs-sm-up {
    padding-bottom: 0.25rem !important;
  }
  .rvt-m-bottom-xs-sm-up {
    margin-bottom: 0.5rem !important;
  }
  .-rvt-m-bottom-xs-sm-up {
    margin-bottom: -0.5rem !important;
  }
  .rvt-p-bottom-xs-sm-up {
    padding-bottom: 0.5rem !important;
  }
  .rvt-m-bottom-sm-sm-up {
    margin-bottom: 1rem !important;
  }
  .-rvt-m-bottom-sm-sm-up {
    margin-bottom: -1rem !important;
  }
  .rvt-p-bottom-sm-sm-up {
    padding-bottom: 1rem !important;
  }
  .rvt-m-bottom-md-sm-up {
    margin-bottom: 1.5rem !important;
  }
  .-rvt-m-bottom-md-sm-up {
    margin-bottom: -1.5rem !important;
  }
  .rvt-p-bottom-md-sm-up {
    padding-bottom: 1.5rem !important;
  }
  .rvt-m-bottom-lg-sm-up {
    margin-bottom: 2rem !important;
  }
  .-rvt-m-bottom-lg-sm-up {
    margin-bottom: -2rem !important;
  }
  .rvt-p-bottom-lg-sm-up {
    padding-bottom: 2rem !important;
  }
  .rvt-m-bottom-xl-sm-up {
    margin-bottom: 2.5rem !important;
  }
  .-rvt-m-bottom-xl-sm-up {
    margin-bottom: -2.5rem !important;
  }
  .rvt-p-bottom-xl-sm-up {
    padding-bottom: 2.5rem !important;
  }
  .rvt-m-bottom-xxl-sm-up {
    margin-bottom: 4rem !important;
  }
  .-rvt-m-bottom-xxl-sm-up {
    margin-bottom: -4rem !important;
  }
  .rvt-p-bottom-xxl-sm-up {
    padding-bottom: 4rem !important;
  }
  .rvt-m-bottom-3-xl-sm-up {
    margin-bottom: 8rem !important;
  }
  .-rvt-m-bottom-3-xl-sm-up {
    margin-bottom: -8rem !important;
  }
  .rvt-p-bottom-3-xl-sm-up {
    padding-bottom: 8rem !important;
  }
  .rvt-m-bottom-4-xl-sm-up {
    margin-bottom: 12rem !important;
  }
  .-rvt-m-bottom-4-xl-sm-up {
    margin-bottom: -12rem !important;
  }
  .rvt-p-bottom-4-xl-sm-up {
    padding-bottom: 12rem !important;
  }
  .rvt-m-left-xxs-sm-up {
    margin-left: 0.25rem !important;
  }
  .-rvt-m-left-xxs-sm-up {
    margin-left: -0.25rem !important;
  }
  .rvt-p-left-xxs-sm-up {
    padding-left: 0.25rem !important;
  }
  .rvt-m-left-xs-sm-up {
    margin-left: 0.5rem !important;
  }
  .-rvt-m-left-xs-sm-up {
    margin-left: -0.5rem !important;
  }
  .rvt-p-left-xs-sm-up {
    padding-left: 0.5rem !important;
  }
  .rvt-m-left-sm-sm-up {
    margin-left: 1rem !important;
  }
  .-rvt-m-left-sm-sm-up {
    margin-left: -1rem !important;
  }
  .rvt-p-left-sm-sm-up {
    padding-left: 1rem !important;
  }
  .rvt-m-left-md-sm-up {
    margin-left: 1.5rem !important;
  }
  .-rvt-m-left-md-sm-up {
    margin-left: -1.5rem !important;
  }
  .rvt-p-left-md-sm-up {
    padding-left: 1.5rem !important;
  }
  .rvt-m-left-lg-sm-up {
    margin-left: 2rem !important;
  }
  .-rvt-m-left-lg-sm-up {
    margin-left: -2rem !important;
  }
  .rvt-p-left-lg-sm-up {
    padding-left: 2rem !important;
  }
  .rvt-m-left-xl-sm-up {
    margin-left: 2.5rem !important;
  }
  .-rvt-m-left-xl-sm-up {
    margin-left: -2.5rem !important;
  }
  .rvt-p-left-xl-sm-up {
    padding-left: 2.5rem !important;
  }
  .rvt-m-left-xxl-sm-up {
    margin-left: 4rem !important;
  }
  .-rvt-m-left-xxl-sm-up {
    margin-left: -4rem !important;
  }
  .rvt-p-left-xxl-sm-up {
    padding-left: 4rem !important;
  }
  .rvt-m-left-3-xl-sm-up {
    margin-left: 8rem !important;
  }
  .-rvt-m-left-3-xl-sm-up {
    margin-left: -8rem !important;
  }
  .rvt-p-left-3-xl-sm-up {
    padding-left: 8rem !important;
  }
  .rvt-m-left-4-xl-sm-up {
    margin-left: 12rem !important;
  }
  .-rvt-m-left-4-xl-sm-up {
    margin-left: -12rem !important;
  }
  .rvt-p-left-4-xl-sm-up {
    padding-left: 12rem !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-m-all-xxs-md-up {
    margin: 0.25rem !important;
  }
  .rvt-p-all-xxs-md-up {
    padding: 0.25rem !important;
  }
  .rvt-m-tb-xxs-md-up {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .rvt-m-lr-xxs-md-up {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .rvt-p-tb-xxs-md-up {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .rvt-p-lr-xxs-md-up {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .rvt-m-all-xs-md-up {
    margin: 0.5rem !important;
  }
  .rvt-p-all-xs-md-up {
    padding: 0.5rem !important;
  }
  .rvt-m-tb-xs-md-up {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .rvt-m-lr-xs-md-up {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .rvt-p-tb-xs-md-up {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .rvt-p-lr-xs-md-up {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .rvt-m-all-sm-md-up {
    margin: 1rem !important;
  }
  .rvt-p-all-sm-md-up {
    padding: 1rem !important;
  }
  .rvt-m-tb-sm-md-up {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .rvt-m-lr-sm-md-up {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .rvt-p-tb-sm-md-up {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .rvt-p-lr-sm-md-up {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .rvt-m-all-md-md-up {
    margin: 1.5rem !important;
  }
  .rvt-p-all-md-md-up {
    padding: 1.5rem !important;
  }
  .rvt-m-tb-md-md-up {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .rvt-m-lr-md-md-up {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .rvt-p-tb-md-md-up {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .rvt-p-lr-md-md-up {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .rvt-m-all-lg-md-up {
    margin: 2rem !important;
  }
  .rvt-p-all-lg-md-up {
    padding: 2rem !important;
  }
  .rvt-m-tb-lg-md-up {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .rvt-m-lr-lg-md-up {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .rvt-p-tb-lg-md-up {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .rvt-p-lr-lg-md-up {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .rvt-m-all-xl-md-up {
    margin: 2.5rem !important;
  }
  .rvt-p-all-xl-md-up {
    padding: 2.5rem !important;
  }
  .rvt-m-tb-xl-md-up {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
  .rvt-m-lr-xl-md-up {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .rvt-p-tb-xl-md-up {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
  }
  .rvt-p-lr-xl-md-up {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .rvt-m-all-xxl-md-up {
    margin: 4rem !important;
  }
  .rvt-p-all-xxl-md-up {
    padding: 4rem !important;
  }
  .rvt-m-tb-xxl-md-up {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .rvt-m-lr-xxl-md-up {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .rvt-p-tb-xxl-md-up {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .rvt-p-lr-xxl-md-up {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .rvt-m-all-3-xl-md-up {
    margin: 8rem !important;
  }
  .rvt-p-all-3-xl-md-up {
    padding: 8rem !important;
  }
  .rvt-m-tb-3-xl-md-up {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .rvt-m-lr-3-xl-md-up {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .rvt-p-tb-3-xl-md-up {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .rvt-p-lr-3-xl-md-up {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .rvt-m-all-4-xl-md-up {
    margin: 12rem !important;
  }
  .rvt-p-all-4-xl-md-up {
    padding: 12rem !important;
  }
  .rvt-m-tb-4-xl-md-up {
    margin-bottom: 12rem !important;
    margin-top: 12rem !important;
  }
  .rvt-m-lr-4-xl-md-up {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .rvt-p-tb-4-xl-md-up {
    padding-bottom: 12rem !important;
    padding-top: 12rem !important;
  }
  .rvt-p-lr-4-xl-md-up {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .rvt-m-top-xxs-md-up {
    margin-top: 0.25rem !important;
  }
  .-rvt-m-top-xxs-md-up {
    margin-top: -0.25rem !important;
  }
  .rvt-p-top-xxs-md-up {
    padding-top: 0.25rem !important;
  }
  .rvt-m-top-xs-md-up {
    margin-top: 0.5rem !important;
  }
  .-rvt-m-top-xs-md-up {
    margin-top: -0.5rem !important;
  }
  .rvt-p-top-xs-md-up {
    padding-top: 0.5rem !important;
  }
  .rvt-m-top-sm-md-up {
    margin-top: 1rem !important;
  }
  .-rvt-m-top-sm-md-up {
    margin-top: -1rem !important;
  }
  .rvt-p-top-sm-md-up {
    padding-top: 1rem !important;
  }
  .rvt-m-top-md-md-up {
    margin-top: 1.5rem !important;
  }
  .-rvt-m-top-md-md-up {
    margin-top: -1.5rem !important;
  }
  .rvt-p-top-md-md-up {
    padding-top: 1.5rem !important;
  }
  .rvt-m-top-lg-md-up {
    margin-top: 2rem !important;
  }
  .-rvt-m-top-lg-md-up {
    margin-top: -2rem !important;
  }
  .rvt-p-top-lg-md-up {
    padding-top: 2rem !important;
  }
  .rvt-m-top-xl-md-up {
    margin-top: 2.5rem !important;
  }
  .-rvt-m-top-xl-md-up {
    margin-top: -2.5rem !important;
  }
  .rvt-p-top-xl-md-up {
    padding-top: 2.5rem !important;
  }
  .rvt-m-top-xxl-md-up {
    margin-top: 4rem !important;
  }
  .-rvt-m-top-xxl-md-up {
    margin-top: -4rem !important;
  }
  .rvt-p-top-xxl-md-up {
    padding-top: 4rem !important;
  }
  .rvt-m-top-3-xl-md-up {
    margin-top: 8rem !important;
  }
  .-rvt-m-top-3-xl-md-up {
    margin-top: -8rem !important;
  }
  .rvt-p-top-3-xl-md-up {
    padding-top: 8rem !important;
  }
  .rvt-m-top-4-xl-md-up {
    margin-top: 12rem !important;
  }
  .-rvt-m-top-4-xl-md-up {
    margin-top: -12rem !important;
  }
  .rvt-p-top-4-xl-md-up {
    padding-top: 12rem !important;
  }
  .rvt-m-right-xxs-md-up {
    margin-right: 0.25rem !important;
  }
  .-rvt-m-right-xxs-md-up {
    margin-right: -0.25rem !important;
  }
  .rvt-p-right-xxs-md-up {
    padding-right: 0.25rem !important;
  }
  .rvt-m-right-xs-md-up {
    margin-right: 0.5rem !important;
  }
  .-rvt-m-right-xs-md-up {
    margin-right: -0.5rem !important;
  }
  .rvt-p-right-xs-md-up {
    padding-right: 0.5rem !important;
  }
  .rvt-m-right-sm-md-up {
    margin-right: 1rem !important;
  }
  .-rvt-m-right-sm-md-up {
    margin-right: -1rem !important;
  }
  .rvt-p-right-sm-md-up {
    padding-right: 1rem !important;
  }
  .rvt-m-right-md-md-up {
    margin-right: 1.5rem !important;
  }
  .-rvt-m-right-md-md-up {
    margin-right: -1.5rem !important;
  }
  .rvt-p-right-md-md-up {
    padding-right: 1.5rem !important;
  }
  .rvt-m-right-lg-md-up {
    margin-right: 2rem !important;
  }
  .-rvt-m-right-lg-md-up {
    margin-right: -2rem !important;
  }
  .rvt-p-right-lg-md-up {
    padding-right: 2rem !important;
  }
  .rvt-m-right-xl-md-up {
    margin-right: 2.5rem !important;
  }
  .-rvt-m-right-xl-md-up {
    margin-right: -2.5rem !important;
  }
  .rvt-p-right-xl-md-up {
    padding-right: 2.5rem !important;
  }
  .rvt-m-right-xxl-md-up {
    margin-right: 4rem !important;
  }
  .-rvt-m-right-xxl-md-up {
    margin-right: -4rem !important;
  }
  .rvt-p-right-xxl-md-up {
    padding-right: 4rem !important;
  }
  .rvt-m-right-3-xl-md-up {
    margin-right: 8rem !important;
  }
  .-rvt-m-right-3-xl-md-up {
    margin-right: -8rem !important;
  }
  .rvt-p-right-3-xl-md-up {
    padding-right: 8rem !important;
  }
  .rvt-m-right-4-xl-md-up {
    margin-right: 12rem !important;
  }
  .-rvt-m-right-4-xl-md-up {
    margin-right: -12rem !important;
  }
  .rvt-p-right-4-xl-md-up {
    padding-right: 12rem !important;
  }
  .rvt-m-bottom-xxs-md-up {
    margin-bottom: 0.25rem !important;
  }
  .-rvt-m-bottom-xxs-md-up {
    margin-bottom: -0.25rem !important;
  }
  .rvt-p-bottom-xxs-md-up {
    padding-bottom: 0.25rem !important;
  }
  .rvt-m-bottom-xs-md-up {
    margin-bottom: 0.5rem !important;
  }
  .-rvt-m-bottom-xs-md-up {
    margin-bottom: -0.5rem !important;
  }
  .rvt-p-bottom-xs-md-up {
    padding-bottom: 0.5rem !important;
  }
  .rvt-m-bottom-sm-md-up {
    margin-bottom: 1rem !important;
  }
  .-rvt-m-bottom-sm-md-up {
    margin-bottom: -1rem !important;
  }
  .rvt-p-bottom-sm-md-up {
    padding-bottom: 1rem !important;
  }
  .rvt-m-bottom-md-md-up {
    margin-bottom: 1.5rem !important;
  }
  .-rvt-m-bottom-md-md-up {
    margin-bottom: -1.5rem !important;
  }
  .rvt-p-bottom-md-md-up {
    padding-bottom: 1.5rem !important;
  }
  .rvt-m-bottom-lg-md-up {
    margin-bottom: 2rem !important;
  }
  .-rvt-m-bottom-lg-md-up {
    margin-bottom: -2rem !important;
  }
  .rvt-p-bottom-lg-md-up {
    padding-bottom: 2rem !important;
  }
  .rvt-m-bottom-xl-md-up {
    margin-bottom: 2.5rem !important;
  }
  .-rvt-m-bottom-xl-md-up {
    margin-bottom: -2.5rem !important;
  }
  .rvt-p-bottom-xl-md-up {
    padding-bottom: 2.5rem !important;
  }
  .rvt-m-bottom-xxl-md-up {
    margin-bottom: 4rem !important;
  }
  .-rvt-m-bottom-xxl-md-up {
    margin-bottom: -4rem !important;
  }
  .rvt-p-bottom-xxl-md-up {
    padding-bottom: 4rem !important;
  }
  .rvt-m-bottom-3-xl-md-up {
    margin-bottom: 8rem !important;
  }
  .-rvt-m-bottom-3-xl-md-up {
    margin-bottom: -8rem !important;
  }
  .rvt-p-bottom-3-xl-md-up {
    padding-bottom: 8rem !important;
  }
  .rvt-m-bottom-4-xl-md-up {
    margin-bottom: 12rem !important;
  }
  .-rvt-m-bottom-4-xl-md-up {
    margin-bottom: -12rem !important;
  }
  .rvt-p-bottom-4-xl-md-up {
    padding-bottom: 12rem !important;
  }
  .rvt-m-left-xxs-md-up {
    margin-left: 0.25rem !important;
  }
  .-rvt-m-left-xxs-md-up {
    margin-left: -0.25rem !important;
  }
  .rvt-p-left-xxs-md-up {
    padding-left: 0.25rem !important;
  }
  .rvt-m-left-xs-md-up {
    margin-left: 0.5rem !important;
  }
  .-rvt-m-left-xs-md-up {
    margin-left: -0.5rem !important;
  }
  .rvt-p-left-xs-md-up {
    padding-left: 0.5rem !important;
  }
  .rvt-m-left-sm-md-up {
    margin-left: 1rem !important;
  }
  .-rvt-m-left-sm-md-up {
    margin-left: -1rem !important;
  }
  .rvt-p-left-sm-md-up {
    padding-left: 1rem !important;
  }
  .rvt-m-left-md-md-up {
    margin-left: 1.5rem !important;
  }
  .-rvt-m-left-md-md-up {
    margin-left: -1.5rem !important;
  }
  .rvt-p-left-md-md-up {
    padding-left: 1.5rem !important;
  }
  .rvt-m-left-lg-md-up {
    margin-left: 2rem !important;
  }
  .-rvt-m-left-lg-md-up {
    margin-left: -2rem !important;
  }
  .rvt-p-left-lg-md-up {
    padding-left: 2rem !important;
  }
  .rvt-m-left-xl-md-up {
    margin-left: 2.5rem !important;
  }
  .-rvt-m-left-xl-md-up {
    margin-left: -2.5rem !important;
  }
  .rvt-p-left-xl-md-up {
    padding-left: 2.5rem !important;
  }
  .rvt-m-left-xxl-md-up {
    margin-left: 4rem !important;
  }
  .-rvt-m-left-xxl-md-up {
    margin-left: -4rem !important;
  }
  .rvt-p-left-xxl-md-up {
    padding-left: 4rem !important;
  }
  .rvt-m-left-3-xl-md-up {
    margin-left: 8rem !important;
  }
  .-rvt-m-left-3-xl-md-up {
    margin-left: -8rem !important;
  }
  .rvt-p-left-3-xl-md-up {
    padding-left: 8rem !important;
  }
  .rvt-m-left-4-xl-md-up {
    margin-left: 12rem !important;
  }
  .-rvt-m-left-4-xl-md-up {
    margin-left: -12rem !important;
  }
  .rvt-p-left-4-xl-md-up {
    padding-left: 12rem !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-m-all-xxs-lg-up {
    margin: 0.25rem !important;
  }
  .rvt-p-all-xxs-lg-up {
    padding: 0.25rem !important;
  }
  .rvt-m-tb-xxs-lg-up {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .rvt-m-lr-xxs-lg-up {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .rvt-p-tb-xxs-lg-up {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .rvt-p-lr-xxs-lg-up {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .rvt-m-all-xs-lg-up {
    margin: 0.5rem !important;
  }
  .rvt-p-all-xs-lg-up {
    padding: 0.5rem !important;
  }
  .rvt-m-tb-xs-lg-up {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .rvt-m-lr-xs-lg-up {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .rvt-p-tb-xs-lg-up {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .rvt-p-lr-xs-lg-up {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .rvt-m-all-sm-lg-up {
    margin: 1rem !important;
  }
  .rvt-p-all-sm-lg-up {
    padding: 1rem !important;
  }
  .rvt-m-tb-sm-lg-up {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .rvt-m-lr-sm-lg-up {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .rvt-p-tb-sm-lg-up {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .rvt-p-lr-sm-lg-up {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .rvt-m-all-md-lg-up {
    margin: 1.5rem !important;
  }
  .rvt-p-all-md-lg-up {
    padding: 1.5rem !important;
  }
  .rvt-m-tb-md-lg-up {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .rvt-m-lr-md-lg-up {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .rvt-p-tb-md-lg-up {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .rvt-p-lr-md-lg-up {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .rvt-m-all-lg-lg-up {
    margin: 2rem !important;
  }
  .rvt-p-all-lg-lg-up {
    padding: 2rem !important;
  }
  .rvt-m-tb-lg-lg-up {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .rvt-m-lr-lg-lg-up {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .rvt-p-tb-lg-lg-up {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .rvt-p-lr-lg-lg-up {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .rvt-m-all-xl-lg-up {
    margin: 2.5rem !important;
  }
  .rvt-p-all-xl-lg-up {
    padding: 2.5rem !important;
  }
  .rvt-m-tb-xl-lg-up {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
  .rvt-m-lr-xl-lg-up {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .rvt-p-tb-xl-lg-up {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
  }
  .rvt-p-lr-xl-lg-up {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .rvt-m-all-xxl-lg-up {
    margin: 4rem !important;
  }
  .rvt-p-all-xxl-lg-up {
    padding: 4rem !important;
  }
  .rvt-m-tb-xxl-lg-up {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .rvt-m-lr-xxl-lg-up {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .rvt-p-tb-xxl-lg-up {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .rvt-p-lr-xxl-lg-up {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .rvt-m-all-3-xl-lg-up {
    margin: 8rem !important;
  }
  .rvt-p-all-3-xl-lg-up {
    padding: 8rem !important;
  }
  .rvt-m-tb-3-xl-lg-up {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .rvt-m-lr-3-xl-lg-up {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .rvt-p-tb-3-xl-lg-up {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .rvt-p-lr-3-xl-lg-up {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .rvt-m-all-4-xl-lg-up {
    margin: 12rem !important;
  }
  .rvt-p-all-4-xl-lg-up {
    padding: 12rem !important;
  }
  .rvt-m-tb-4-xl-lg-up {
    margin-bottom: 12rem !important;
    margin-top: 12rem !important;
  }
  .rvt-m-lr-4-xl-lg-up {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .rvt-p-tb-4-xl-lg-up {
    padding-bottom: 12rem !important;
    padding-top: 12rem !important;
  }
  .rvt-p-lr-4-xl-lg-up {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .rvt-m-top-xxs-lg-up {
    margin-top: 0.25rem !important;
  }
  .-rvt-m-top-xxs-lg-up {
    margin-top: -0.25rem !important;
  }
  .rvt-p-top-xxs-lg-up {
    padding-top: 0.25rem !important;
  }
  .rvt-m-top-xs-lg-up {
    margin-top: 0.5rem !important;
  }
  .-rvt-m-top-xs-lg-up {
    margin-top: -0.5rem !important;
  }
  .rvt-p-top-xs-lg-up {
    padding-top: 0.5rem !important;
  }
  .rvt-m-top-sm-lg-up {
    margin-top: 1rem !important;
  }
  .-rvt-m-top-sm-lg-up {
    margin-top: -1rem !important;
  }
  .rvt-p-top-sm-lg-up {
    padding-top: 1rem !important;
  }
  .rvt-m-top-md-lg-up {
    margin-top: 1.5rem !important;
  }
  .-rvt-m-top-md-lg-up {
    margin-top: -1.5rem !important;
  }
  .rvt-p-top-md-lg-up {
    padding-top: 1.5rem !important;
  }
  .rvt-m-top-lg-lg-up {
    margin-top: 2rem !important;
  }
  .-rvt-m-top-lg-lg-up {
    margin-top: -2rem !important;
  }
  .rvt-p-top-lg-lg-up {
    padding-top: 2rem !important;
  }
  .rvt-m-top-xl-lg-up {
    margin-top: 2.5rem !important;
  }
  .-rvt-m-top-xl-lg-up {
    margin-top: -2.5rem !important;
  }
  .rvt-p-top-xl-lg-up {
    padding-top: 2.5rem !important;
  }
  .rvt-m-top-xxl-lg-up {
    margin-top: 4rem !important;
  }
  .-rvt-m-top-xxl-lg-up {
    margin-top: -4rem !important;
  }
  .rvt-p-top-xxl-lg-up {
    padding-top: 4rem !important;
  }
  .rvt-m-top-3-xl-lg-up {
    margin-top: 8rem !important;
  }
  .-rvt-m-top-3-xl-lg-up {
    margin-top: -8rem !important;
  }
  .rvt-p-top-3-xl-lg-up {
    padding-top: 8rem !important;
  }
  .rvt-m-top-4-xl-lg-up {
    margin-top: 12rem !important;
  }
  .-rvt-m-top-4-xl-lg-up {
    margin-top: -12rem !important;
  }
  .rvt-p-top-4-xl-lg-up {
    padding-top: 12rem !important;
  }
  .rvt-m-right-xxs-lg-up {
    margin-right: 0.25rem !important;
  }
  .-rvt-m-right-xxs-lg-up {
    margin-right: -0.25rem !important;
  }
  .rvt-p-right-xxs-lg-up {
    padding-right: 0.25rem !important;
  }
  .rvt-m-right-xs-lg-up {
    margin-right: 0.5rem !important;
  }
  .-rvt-m-right-xs-lg-up {
    margin-right: -0.5rem !important;
  }
  .rvt-p-right-xs-lg-up {
    padding-right: 0.5rem !important;
  }
  .rvt-m-right-sm-lg-up {
    margin-right: 1rem !important;
  }
  .-rvt-m-right-sm-lg-up {
    margin-right: -1rem !important;
  }
  .rvt-p-right-sm-lg-up {
    padding-right: 1rem !important;
  }
  .rvt-m-right-md-lg-up {
    margin-right: 1.5rem !important;
  }
  .-rvt-m-right-md-lg-up {
    margin-right: -1.5rem !important;
  }
  .rvt-p-right-md-lg-up {
    padding-right: 1.5rem !important;
  }
  .rvt-m-right-lg-lg-up {
    margin-right: 2rem !important;
  }
  .-rvt-m-right-lg-lg-up {
    margin-right: -2rem !important;
  }
  .rvt-p-right-lg-lg-up {
    padding-right: 2rem !important;
  }
  .rvt-m-right-xl-lg-up {
    margin-right: 2.5rem !important;
  }
  .-rvt-m-right-xl-lg-up {
    margin-right: -2.5rem !important;
  }
  .rvt-p-right-xl-lg-up {
    padding-right: 2.5rem !important;
  }
  .rvt-m-right-xxl-lg-up {
    margin-right: 4rem !important;
  }
  .-rvt-m-right-xxl-lg-up {
    margin-right: -4rem !important;
  }
  .rvt-p-right-xxl-lg-up {
    padding-right: 4rem !important;
  }
  .rvt-m-right-3-xl-lg-up {
    margin-right: 8rem !important;
  }
  .-rvt-m-right-3-xl-lg-up {
    margin-right: -8rem !important;
  }
  .rvt-p-right-3-xl-lg-up {
    padding-right: 8rem !important;
  }
  .rvt-m-right-4-xl-lg-up {
    margin-right: 12rem !important;
  }
  .-rvt-m-right-4-xl-lg-up {
    margin-right: -12rem !important;
  }
  .rvt-p-right-4-xl-lg-up {
    padding-right: 12rem !important;
  }
  .rvt-m-bottom-xxs-lg-up {
    margin-bottom: 0.25rem !important;
  }
  .-rvt-m-bottom-xxs-lg-up {
    margin-bottom: -0.25rem !important;
  }
  .rvt-p-bottom-xxs-lg-up {
    padding-bottom: 0.25rem !important;
  }
  .rvt-m-bottom-xs-lg-up {
    margin-bottom: 0.5rem !important;
  }
  .-rvt-m-bottom-xs-lg-up {
    margin-bottom: -0.5rem !important;
  }
  .rvt-p-bottom-xs-lg-up {
    padding-bottom: 0.5rem !important;
  }
  .rvt-m-bottom-sm-lg-up {
    margin-bottom: 1rem !important;
  }
  .-rvt-m-bottom-sm-lg-up {
    margin-bottom: -1rem !important;
  }
  .rvt-p-bottom-sm-lg-up {
    padding-bottom: 1rem !important;
  }
  .rvt-m-bottom-md-lg-up {
    margin-bottom: 1.5rem !important;
  }
  .-rvt-m-bottom-md-lg-up {
    margin-bottom: -1.5rem !important;
  }
  .rvt-p-bottom-md-lg-up {
    padding-bottom: 1.5rem !important;
  }
  .rvt-m-bottom-lg-lg-up {
    margin-bottom: 2rem !important;
  }
  .-rvt-m-bottom-lg-lg-up {
    margin-bottom: -2rem !important;
  }
  .rvt-p-bottom-lg-lg-up {
    padding-bottom: 2rem !important;
  }
  .rvt-m-bottom-xl-lg-up {
    margin-bottom: 2.5rem !important;
  }
  .-rvt-m-bottom-xl-lg-up {
    margin-bottom: -2.5rem !important;
  }
  .rvt-p-bottom-xl-lg-up {
    padding-bottom: 2.5rem !important;
  }
  .rvt-m-bottom-xxl-lg-up {
    margin-bottom: 4rem !important;
  }
  .-rvt-m-bottom-xxl-lg-up {
    margin-bottom: -4rem !important;
  }
  .rvt-p-bottom-xxl-lg-up {
    padding-bottom: 4rem !important;
  }
  .rvt-m-bottom-3-xl-lg-up {
    margin-bottom: 8rem !important;
  }
  .-rvt-m-bottom-3-xl-lg-up {
    margin-bottom: -8rem !important;
  }
  .rvt-p-bottom-3-xl-lg-up {
    padding-bottom: 8rem !important;
  }
  .rvt-m-bottom-4-xl-lg-up {
    margin-bottom: 12rem !important;
  }
  .-rvt-m-bottom-4-xl-lg-up {
    margin-bottom: -12rem !important;
  }
  .rvt-p-bottom-4-xl-lg-up {
    padding-bottom: 12rem !important;
  }
  .rvt-m-left-xxs-lg-up {
    margin-left: 0.25rem !important;
  }
  .-rvt-m-left-xxs-lg-up {
    margin-left: -0.25rem !important;
  }
  .rvt-p-left-xxs-lg-up {
    padding-left: 0.25rem !important;
  }
  .rvt-m-left-xs-lg-up {
    margin-left: 0.5rem !important;
  }
  .-rvt-m-left-xs-lg-up {
    margin-left: -0.5rem !important;
  }
  .rvt-p-left-xs-lg-up {
    padding-left: 0.5rem !important;
  }
  .rvt-m-left-sm-lg-up {
    margin-left: 1rem !important;
  }
  .-rvt-m-left-sm-lg-up {
    margin-left: -1rem !important;
  }
  .rvt-p-left-sm-lg-up {
    padding-left: 1rem !important;
  }
  .rvt-m-left-md-lg-up {
    margin-left: 1.5rem !important;
  }
  .-rvt-m-left-md-lg-up {
    margin-left: -1.5rem !important;
  }
  .rvt-p-left-md-lg-up {
    padding-left: 1.5rem !important;
  }
  .rvt-m-left-lg-lg-up {
    margin-left: 2rem !important;
  }
  .-rvt-m-left-lg-lg-up {
    margin-left: -2rem !important;
  }
  .rvt-p-left-lg-lg-up {
    padding-left: 2rem !important;
  }
  .rvt-m-left-xl-lg-up {
    margin-left: 2.5rem !important;
  }
  .-rvt-m-left-xl-lg-up {
    margin-left: -2.5rem !important;
  }
  .rvt-p-left-xl-lg-up {
    padding-left: 2.5rem !important;
  }
  .rvt-m-left-xxl-lg-up {
    margin-left: 4rem !important;
  }
  .-rvt-m-left-xxl-lg-up {
    margin-left: -4rem !important;
  }
  .rvt-p-left-xxl-lg-up {
    padding-left: 4rem !important;
  }
  .rvt-m-left-3-xl-lg-up {
    margin-left: 8rem !important;
  }
  .-rvt-m-left-3-xl-lg-up {
    margin-left: -8rem !important;
  }
  .rvt-p-left-3-xl-lg-up {
    padding-left: 8rem !important;
  }
  .rvt-m-left-4-xl-lg-up {
    margin-left: 12rem !important;
  }
  .-rvt-m-left-4-xl-lg-up {
    margin-left: -12rem !important;
  }
  .rvt-p-left-4-xl-lg-up {
    padding-left: 12rem !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-m-all-xxs-xl-up {
    margin: 0.25rem !important;
  }
  .rvt-p-all-xxs-xl-up {
    padding: 0.25rem !important;
  }
  .rvt-m-tb-xxs-xl-up {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .rvt-m-lr-xxs-xl-up {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .rvt-p-tb-xxs-xl-up {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .rvt-p-lr-xxs-xl-up {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .rvt-m-all-xs-xl-up {
    margin: 0.5rem !important;
  }
  .rvt-p-all-xs-xl-up {
    padding: 0.5rem !important;
  }
  .rvt-m-tb-xs-xl-up {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .rvt-m-lr-xs-xl-up {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .rvt-p-tb-xs-xl-up {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .rvt-p-lr-xs-xl-up {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .rvt-m-all-sm-xl-up {
    margin: 1rem !important;
  }
  .rvt-p-all-sm-xl-up {
    padding: 1rem !important;
  }
  .rvt-m-tb-sm-xl-up {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .rvt-m-lr-sm-xl-up {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .rvt-p-tb-sm-xl-up {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .rvt-p-lr-sm-xl-up {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .rvt-m-all-md-xl-up {
    margin: 1.5rem !important;
  }
  .rvt-p-all-md-xl-up {
    padding: 1.5rem !important;
  }
  .rvt-m-tb-md-xl-up {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .rvt-m-lr-md-xl-up {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .rvt-p-tb-md-xl-up {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .rvt-p-lr-md-xl-up {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .rvt-m-all-lg-xl-up {
    margin: 2rem !important;
  }
  .rvt-p-all-lg-xl-up {
    padding: 2rem !important;
  }
  .rvt-m-tb-lg-xl-up {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .rvt-m-lr-lg-xl-up {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .rvt-p-tb-lg-xl-up {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .rvt-p-lr-lg-xl-up {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .rvt-m-all-xl-xl-up {
    margin: 2.5rem !important;
  }
  .rvt-p-all-xl-xl-up {
    padding: 2.5rem !important;
  }
  .rvt-m-tb-xl-xl-up {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
  .rvt-m-lr-xl-xl-up {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .rvt-p-tb-xl-xl-up {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
  }
  .rvt-p-lr-xl-xl-up {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .rvt-m-all-xxl-xl-up {
    margin: 4rem !important;
  }
  .rvt-p-all-xxl-xl-up {
    padding: 4rem !important;
  }
  .rvt-m-tb-xxl-xl-up {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .rvt-m-lr-xxl-xl-up {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .rvt-p-tb-xxl-xl-up {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .rvt-p-lr-xxl-xl-up {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .rvt-m-all-3-xl-xl-up {
    margin: 8rem !important;
  }
  .rvt-p-all-3-xl-xl-up {
    padding: 8rem !important;
  }
  .rvt-m-tb-3-xl-xl-up {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .rvt-m-lr-3-xl-xl-up {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .rvt-p-tb-3-xl-xl-up {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .rvt-p-lr-3-xl-xl-up {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .rvt-m-all-4-xl-xl-up {
    margin: 12rem !important;
  }
  .rvt-p-all-4-xl-xl-up {
    padding: 12rem !important;
  }
  .rvt-m-tb-4-xl-xl-up {
    margin-bottom: 12rem !important;
    margin-top: 12rem !important;
  }
  .rvt-m-lr-4-xl-xl-up {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .rvt-p-tb-4-xl-xl-up {
    padding-bottom: 12rem !important;
    padding-top: 12rem !important;
  }
  .rvt-p-lr-4-xl-xl-up {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .rvt-m-top-xxs-xl-up {
    margin-top: 0.25rem !important;
  }
  .-rvt-m-top-xxs-xl-up {
    margin-top: -0.25rem !important;
  }
  .rvt-p-top-xxs-xl-up {
    padding-top: 0.25rem !important;
  }
  .rvt-m-top-xs-xl-up {
    margin-top: 0.5rem !important;
  }
  .-rvt-m-top-xs-xl-up {
    margin-top: -0.5rem !important;
  }
  .rvt-p-top-xs-xl-up {
    padding-top: 0.5rem !important;
  }
  .rvt-m-top-sm-xl-up {
    margin-top: 1rem !important;
  }
  .-rvt-m-top-sm-xl-up {
    margin-top: -1rem !important;
  }
  .rvt-p-top-sm-xl-up {
    padding-top: 1rem !important;
  }
  .rvt-m-top-md-xl-up {
    margin-top: 1.5rem !important;
  }
  .-rvt-m-top-md-xl-up {
    margin-top: -1.5rem !important;
  }
  .rvt-p-top-md-xl-up {
    padding-top: 1.5rem !important;
  }
  .rvt-m-top-lg-xl-up {
    margin-top: 2rem !important;
  }
  .-rvt-m-top-lg-xl-up {
    margin-top: -2rem !important;
  }
  .rvt-p-top-lg-xl-up {
    padding-top: 2rem !important;
  }
  .rvt-m-top-xl-xl-up {
    margin-top: 2.5rem !important;
  }
  .-rvt-m-top-xl-xl-up {
    margin-top: -2.5rem !important;
  }
  .rvt-p-top-xl-xl-up {
    padding-top: 2.5rem !important;
  }
  .rvt-m-top-xxl-xl-up {
    margin-top: 4rem !important;
  }
  .-rvt-m-top-xxl-xl-up {
    margin-top: -4rem !important;
  }
  .rvt-p-top-xxl-xl-up {
    padding-top: 4rem !important;
  }
  .rvt-m-top-3-xl-xl-up {
    margin-top: 8rem !important;
  }
  .-rvt-m-top-3-xl-xl-up {
    margin-top: -8rem !important;
  }
  .rvt-p-top-3-xl-xl-up {
    padding-top: 8rem !important;
  }
  .rvt-m-top-4-xl-xl-up {
    margin-top: 12rem !important;
  }
  .-rvt-m-top-4-xl-xl-up {
    margin-top: -12rem !important;
  }
  .rvt-p-top-4-xl-xl-up {
    padding-top: 12rem !important;
  }
  .rvt-m-right-xxs-xl-up {
    margin-right: 0.25rem !important;
  }
  .-rvt-m-right-xxs-xl-up {
    margin-right: -0.25rem !important;
  }
  .rvt-p-right-xxs-xl-up {
    padding-right: 0.25rem !important;
  }
  .rvt-m-right-xs-xl-up {
    margin-right: 0.5rem !important;
  }
  .-rvt-m-right-xs-xl-up {
    margin-right: -0.5rem !important;
  }
  .rvt-p-right-xs-xl-up {
    padding-right: 0.5rem !important;
  }
  .rvt-m-right-sm-xl-up {
    margin-right: 1rem !important;
  }
  .-rvt-m-right-sm-xl-up {
    margin-right: -1rem !important;
  }
  .rvt-p-right-sm-xl-up {
    padding-right: 1rem !important;
  }
  .rvt-m-right-md-xl-up {
    margin-right: 1.5rem !important;
  }
  .-rvt-m-right-md-xl-up {
    margin-right: -1.5rem !important;
  }
  .rvt-p-right-md-xl-up {
    padding-right: 1.5rem !important;
  }
  .rvt-m-right-lg-xl-up {
    margin-right: 2rem !important;
  }
  .-rvt-m-right-lg-xl-up {
    margin-right: -2rem !important;
  }
  .rvt-p-right-lg-xl-up {
    padding-right: 2rem !important;
  }
  .rvt-m-right-xl-xl-up {
    margin-right: 2.5rem !important;
  }
  .-rvt-m-right-xl-xl-up {
    margin-right: -2.5rem !important;
  }
  .rvt-p-right-xl-xl-up {
    padding-right: 2.5rem !important;
  }
  .rvt-m-right-xxl-xl-up {
    margin-right: 4rem !important;
  }
  .-rvt-m-right-xxl-xl-up {
    margin-right: -4rem !important;
  }
  .rvt-p-right-xxl-xl-up {
    padding-right: 4rem !important;
  }
  .rvt-m-right-3-xl-xl-up {
    margin-right: 8rem !important;
  }
  .-rvt-m-right-3-xl-xl-up {
    margin-right: -8rem !important;
  }
  .rvt-p-right-3-xl-xl-up {
    padding-right: 8rem !important;
  }
  .rvt-m-right-4-xl-xl-up {
    margin-right: 12rem !important;
  }
  .-rvt-m-right-4-xl-xl-up {
    margin-right: -12rem !important;
  }
  .rvt-p-right-4-xl-xl-up {
    padding-right: 12rem !important;
  }
  .rvt-m-bottom-xxs-xl-up {
    margin-bottom: 0.25rem !important;
  }
  .-rvt-m-bottom-xxs-xl-up {
    margin-bottom: -0.25rem !important;
  }
  .rvt-p-bottom-xxs-xl-up {
    padding-bottom: 0.25rem !important;
  }
  .rvt-m-bottom-xs-xl-up {
    margin-bottom: 0.5rem !important;
  }
  .-rvt-m-bottom-xs-xl-up {
    margin-bottom: -0.5rem !important;
  }
  .rvt-p-bottom-xs-xl-up {
    padding-bottom: 0.5rem !important;
  }
  .rvt-m-bottom-sm-xl-up {
    margin-bottom: 1rem !important;
  }
  .-rvt-m-bottom-sm-xl-up {
    margin-bottom: -1rem !important;
  }
  .rvt-p-bottom-sm-xl-up {
    padding-bottom: 1rem !important;
  }
  .rvt-m-bottom-md-xl-up {
    margin-bottom: 1.5rem !important;
  }
  .-rvt-m-bottom-md-xl-up {
    margin-bottom: -1.5rem !important;
  }
  .rvt-p-bottom-md-xl-up {
    padding-bottom: 1.5rem !important;
  }
  .rvt-m-bottom-lg-xl-up {
    margin-bottom: 2rem !important;
  }
  .-rvt-m-bottom-lg-xl-up {
    margin-bottom: -2rem !important;
  }
  .rvt-p-bottom-lg-xl-up {
    padding-bottom: 2rem !important;
  }
  .rvt-m-bottom-xl-xl-up {
    margin-bottom: 2.5rem !important;
  }
  .-rvt-m-bottom-xl-xl-up {
    margin-bottom: -2.5rem !important;
  }
  .rvt-p-bottom-xl-xl-up {
    padding-bottom: 2.5rem !important;
  }
  .rvt-m-bottom-xxl-xl-up {
    margin-bottom: 4rem !important;
  }
  .-rvt-m-bottom-xxl-xl-up {
    margin-bottom: -4rem !important;
  }
  .rvt-p-bottom-xxl-xl-up {
    padding-bottom: 4rem !important;
  }
  .rvt-m-bottom-3-xl-xl-up {
    margin-bottom: 8rem !important;
  }
  .-rvt-m-bottom-3-xl-xl-up {
    margin-bottom: -8rem !important;
  }
  .rvt-p-bottom-3-xl-xl-up {
    padding-bottom: 8rem !important;
  }
  .rvt-m-bottom-4-xl-xl-up {
    margin-bottom: 12rem !important;
  }
  .-rvt-m-bottom-4-xl-xl-up {
    margin-bottom: -12rem !important;
  }
  .rvt-p-bottom-4-xl-xl-up {
    padding-bottom: 12rem !important;
  }
  .rvt-m-left-xxs-xl-up {
    margin-left: 0.25rem !important;
  }
  .-rvt-m-left-xxs-xl-up {
    margin-left: -0.25rem !important;
  }
  .rvt-p-left-xxs-xl-up {
    padding-left: 0.25rem !important;
  }
  .rvt-m-left-xs-xl-up {
    margin-left: 0.5rem !important;
  }
  .-rvt-m-left-xs-xl-up {
    margin-left: -0.5rem !important;
  }
  .rvt-p-left-xs-xl-up {
    padding-left: 0.5rem !important;
  }
  .rvt-m-left-sm-xl-up {
    margin-left: 1rem !important;
  }
  .-rvt-m-left-sm-xl-up {
    margin-left: -1rem !important;
  }
  .rvt-p-left-sm-xl-up {
    padding-left: 1rem !important;
  }
  .rvt-m-left-md-xl-up {
    margin-left: 1.5rem !important;
  }
  .-rvt-m-left-md-xl-up {
    margin-left: -1.5rem !important;
  }
  .rvt-p-left-md-xl-up {
    padding-left: 1.5rem !important;
  }
  .rvt-m-left-lg-xl-up {
    margin-left: 2rem !important;
  }
  .-rvt-m-left-lg-xl-up {
    margin-left: -2rem !important;
  }
  .rvt-p-left-lg-xl-up {
    padding-left: 2rem !important;
  }
  .rvt-m-left-xl-xl-up {
    margin-left: 2.5rem !important;
  }
  .-rvt-m-left-xl-xl-up {
    margin-left: -2.5rem !important;
  }
  .rvt-p-left-xl-xl-up {
    padding-left: 2.5rem !important;
  }
  .rvt-m-left-xxl-xl-up {
    margin-left: 4rem !important;
  }
  .-rvt-m-left-xxl-xl-up {
    margin-left: -4rem !important;
  }
  .rvt-p-left-xxl-xl-up {
    padding-left: 4rem !important;
  }
  .rvt-m-left-3-xl-xl-up {
    margin-left: 8rem !important;
  }
  .-rvt-m-left-3-xl-xl-up {
    margin-left: -8rem !important;
  }
  .rvt-p-left-3-xl-xl-up {
    padding-left: 8rem !important;
  }
  .rvt-m-left-4-xl-xl-up {
    margin-left: 12rem !important;
  }
  .-rvt-m-left-4-xl-xl-up {
    margin-left: -12rem !important;
  }
  .rvt-p-left-4-xl-xl-up {
    padding-left: 12rem !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-m-all-xxs-xxl-up {
    margin: 0.25rem !important;
  }
  .rvt-p-all-xxs-xxl-up {
    padding: 0.25rem !important;
  }
  .rvt-m-tb-xxs-xxl-up {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .rvt-m-lr-xxs-xxl-up {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .rvt-p-tb-xxs-xxl-up {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .rvt-p-lr-xxs-xxl-up {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .rvt-m-all-xs-xxl-up {
    margin: 0.5rem !important;
  }
  .rvt-p-all-xs-xxl-up {
    padding: 0.5rem !important;
  }
  .rvt-m-tb-xs-xxl-up {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .rvt-m-lr-xs-xxl-up {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .rvt-p-tb-xs-xxl-up {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .rvt-p-lr-xs-xxl-up {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .rvt-m-all-sm-xxl-up {
    margin: 1rem !important;
  }
  .rvt-p-all-sm-xxl-up {
    padding: 1rem !important;
  }
  .rvt-m-tb-sm-xxl-up {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .rvt-m-lr-sm-xxl-up {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .rvt-p-tb-sm-xxl-up {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .rvt-p-lr-sm-xxl-up {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .rvt-m-all-md-xxl-up {
    margin: 1.5rem !important;
  }
  .rvt-p-all-md-xxl-up {
    padding: 1.5rem !important;
  }
  .rvt-m-tb-md-xxl-up {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .rvt-m-lr-md-xxl-up {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .rvt-p-tb-md-xxl-up {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .rvt-p-lr-md-xxl-up {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .rvt-m-all-lg-xxl-up {
    margin: 2rem !important;
  }
  .rvt-p-all-lg-xxl-up {
    padding: 2rem !important;
  }
  .rvt-m-tb-lg-xxl-up {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .rvt-m-lr-lg-xxl-up {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .rvt-p-tb-lg-xxl-up {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .rvt-p-lr-lg-xxl-up {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .rvt-m-all-xl-xxl-up {
    margin: 2.5rem !important;
  }
  .rvt-p-all-xl-xxl-up {
    padding: 2.5rem !important;
  }
  .rvt-m-tb-xl-xxl-up {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
  .rvt-m-lr-xl-xxl-up {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .rvt-p-tb-xl-xxl-up {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
  }
  .rvt-p-lr-xl-xxl-up {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .rvt-m-all-xxl-xxl-up {
    margin: 4rem !important;
  }
  .rvt-p-all-xxl-xxl-up {
    padding: 4rem !important;
  }
  .rvt-m-tb-xxl-xxl-up {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .rvt-m-lr-xxl-xxl-up {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .rvt-p-tb-xxl-xxl-up {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .rvt-p-lr-xxl-xxl-up {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .rvt-m-all-3-xl-xxl-up {
    margin: 8rem !important;
  }
  .rvt-p-all-3-xl-xxl-up {
    padding: 8rem !important;
  }
  .rvt-m-tb-3-xl-xxl-up {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .rvt-m-lr-3-xl-xxl-up {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .rvt-p-tb-3-xl-xxl-up {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .rvt-p-lr-3-xl-xxl-up {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .rvt-m-all-4-xl-xxl-up {
    margin: 12rem !important;
  }
  .rvt-p-all-4-xl-xxl-up {
    padding: 12rem !important;
  }
  .rvt-m-tb-4-xl-xxl-up {
    margin-bottom: 12rem !important;
    margin-top: 12rem !important;
  }
  .rvt-m-lr-4-xl-xxl-up {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .rvt-p-tb-4-xl-xxl-up {
    padding-bottom: 12rem !important;
    padding-top: 12rem !important;
  }
  .rvt-p-lr-4-xl-xxl-up {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .rvt-m-top-xxs-xxl-up {
    margin-top: 0.25rem !important;
  }
  .-rvt-m-top-xxs-xxl-up {
    margin-top: -0.25rem !important;
  }
  .rvt-p-top-xxs-xxl-up {
    padding-top: 0.25rem !important;
  }
  .rvt-m-top-xs-xxl-up {
    margin-top: 0.5rem !important;
  }
  .-rvt-m-top-xs-xxl-up {
    margin-top: -0.5rem !important;
  }
  .rvt-p-top-xs-xxl-up {
    padding-top: 0.5rem !important;
  }
  .rvt-m-top-sm-xxl-up {
    margin-top: 1rem !important;
  }
  .-rvt-m-top-sm-xxl-up {
    margin-top: -1rem !important;
  }
  .rvt-p-top-sm-xxl-up {
    padding-top: 1rem !important;
  }
  .rvt-m-top-md-xxl-up {
    margin-top: 1.5rem !important;
  }
  .-rvt-m-top-md-xxl-up {
    margin-top: -1.5rem !important;
  }
  .rvt-p-top-md-xxl-up {
    padding-top: 1.5rem !important;
  }
  .rvt-m-top-lg-xxl-up {
    margin-top: 2rem !important;
  }
  .-rvt-m-top-lg-xxl-up {
    margin-top: -2rem !important;
  }
  .rvt-p-top-lg-xxl-up {
    padding-top: 2rem !important;
  }
  .rvt-m-top-xl-xxl-up {
    margin-top: 2.5rem !important;
  }
  .-rvt-m-top-xl-xxl-up {
    margin-top: -2.5rem !important;
  }
  .rvt-p-top-xl-xxl-up {
    padding-top: 2.5rem !important;
  }
  .rvt-m-top-xxl-xxl-up {
    margin-top: 4rem !important;
  }
  .-rvt-m-top-xxl-xxl-up {
    margin-top: -4rem !important;
  }
  .rvt-p-top-xxl-xxl-up {
    padding-top: 4rem !important;
  }
  .rvt-m-top-3-xl-xxl-up {
    margin-top: 8rem !important;
  }
  .-rvt-m-top-3-xl-xxl-up {
    margin-top: -8rem !important;
  }
  .rvt-p-top-3-xl-xxl-up {
    padding-top: 8rem !important;
  }
  .rvt-m-top-4-xl-xxl-up {
    margin-top: 12rem !important;
  }
  .-rvt-m-top-4-xl-xxl-up {
    margin-top: -12rem !important;
  }
  .rvt-p-top-4-xl-xxl-up {
    padding-top: 12rem !important;
  }
  .rvt-m-right-xxs-xxl-up {
    margin-right: 0.25rem !important;
  }
  .-rvt-m-right-xxs-xxl-up {
    margin-right: -0.25rem !important;
  }
  .rvt-p-right-xxs-xxl-up {
    padding-right: 0.25rem !important;
  }
  .rvt-m-right-xs-xxl-up {
    margin-right: 0.5rem !important;
  }
  .-rvt-m-right-xs-xxl-up {
    margin-right: -0.5rem !important;
  }
  .rvt-p-right-xs-xxl-up {
    padding-right: 0.5rem !important;
  }
  .rvt-m-right-sm-xxl-up {
    margin-right: 1rem !important;
  }
  .-rvt-m-right-sm-xxl-up {
    margin-right: -1rem !important;
  }
  .rvt-p-right-sm-xxl-up {
    padding-right: 1rem !important;
  }
  .rvt-m-right-md-xxl-up {
    margin-right: 1.5rem !important;
  }
  .-rvt-m-right-md-xxl-up {
    margin-right: -1.5rem !important;
  }
  .rvt-p-right-md-xxl-up {
    padding-right: 1.5rem !important;
  }
  .rvt-m-right-lg-xxl-up {
    margin-right: 2rem !important;
  }
  .-rvt-m-right-lg-xxl-up {
    margin-right: -2rem !important;
  }
  .rvt-p-right-lg-xxl-up {
    padding-right: 2rem !important;
  }
  .rvt-m-right-xl-xxl-up {
    margin-right: 2.5rem !important;
  }
  .-rvt-m-right-xl-xxl-up {
    margin-right: -2.5rem !important;
  }
  .rvt-p-right-xl-xxl-up {
    padding-right: 2.5rem !important;
  }
  .rvt-m-right-xxl-xxl-up {
    margin-right: 4rem !important;
  }
  .-rvt-m-right-xxl-xxl-up {
    margin-right: -4rem !important;
  }
  .rvt-p-right-xxl-xxl-up {
    padding-right: 4rem !important;
  }
  .rvt-m-right-3-xl-xxl-up {
    margin-right: 8rem !important;
  }
  .-rvt-m-right-3-xl-xxl-up {
    margin-right: -8rem !important;
  }
  .rvt-p-right-3-xl-xxl-up {
    padding-right: 8rem !important;
  }
  .rvt-m-right-4-xl-xxl-up {
    margin-right: 12rem !important;
  }
  .-rvt-m-right-4-xl-xxl-up {
    margin-right: -12rem !important;
  }
  .rvt-p-right-4-xl-xxl-up {
    padding-right: 12rem !important;
  }
  .rvt-m-bottom-xxs-xxl-up {
    margin-bottom: 0.25rem !important;
  }
  .-rvt-m-bottom-xxs-xxl-up {
    margin-bottom: -0.25rem !important;
  }
  .rvt-p-bottom-xxs-xxl-up {
    padding-bottom: 0.25rem !important;
  }
  .rvt-m-bottom-xs-xxl-up {
    margin-bottom: 0.5rem !important;
  }
  .-rvt-m-bottom-xs-xxl-up {
    margin-bottom: -0.5rem !important;
  }
  .rvt-p-bottom-xs-xxl-up {
    padding-bottom: 0.5rem !important;
  }
  .rvt-m-bottom-sm-xxl-up {
    margin-bottom: 1rem !important;
  }
  .-rvt-m-bottom-sm-xxl-up {
    margin-bottom: -1rem !important;
  }
  .rvt-p-bottom-sm-xxl-up {
    padding-bottom: 1rem !important;
  }
  .rvt-m-bottom-md-xxl-up {
    margin-bottom: 1.5rem !important;
  }
  .-rvt-m-bottom-md-xxl-up {
    margin-bottom: -1.5rem !important;
  }
  .rvt-p-bottom-md-xxl-up {
    padding-bottom: 1.5rem !important;
  }
  .rvt-m-bottom-lg-xxl-up {
    margin-bottom: 2rem !important;
  }
  .-rvt-m-bottom-lg-xxl-up {
    margin-bottom: -2rem !important;
  }
  .rvt-p-bottom-lg-xxl-up {
    padding-bottom: 2rem !important;
  }
  .rvt-m-bottom-xl-xxl-up {
    margin-bottom: 2.5rem !important;
  }
  .-rvt-m-bottom-xl-xxl-up {
    margin-bottom: -2.5rem !important;
  }
  .rvt-p-bottom-xl-xxl-up {
    padding-bottom: 2.5rem !important;
  }
  .rvt-m-bottom-xxl-xxl-up {
    margin-bottom: 4rem !important;
  }
  .-rvt-m-bottom-xxl-xxl-up {
    margin-bottom: -4rem !important;
  }
  .rvt-p-bottom-xxl-xxl-up {
    padding-bottom: 4rem !important;
  }
  .rvt-m-bottom-3-xl-xxl-up {
    margin-bottom: 8rem !important;
  }
  .-rvt-m-bottom-3-xl-xxl-up {
    margin-bottom: -8rem !important;
  }
  .rvt-p-bottom-3-xl-xxl-up {
    padding-bottom: 8rem !important;
  }
  .rvt-m-bottom-4-xl-xxl-up {
    margin-bottom: 12rem !important;
  }
  .-rvt-m-bottom-4-xl-xxl-up {
    margin-bottom: -12rem !important;
  }
  .rvt-p-bottom-4-xl-xxl-up {
    padding-bottom: 12rem !important;
  }
  .rvt-m-left-xxs-xxl-up {
    margin-left: 0.25rem !important;
  }
  .-rvt-m-left-xxs-xxl-up {
    margin-left: -0.25rem !important;
  }
  .rvt-p-left-xxs-xxl-up {
    padding-left: 0.25rem !important;
  }
  .rvt-m-left-xs-xxl-up {
    margin-left: 0.5rem !important;
  }
  .-rvt-m-left-xs-xxl-up {
    margin-left: -0.5rem !important;
  }
  .rvt-p-left-xs-xxl-up {
    padding-left: 0.5rem !important;
  }
  .rvt-m-left-sm-xxl-up {
    margin-left: 1rem !important;
  }
  .-rvt-m-left-sm-xxl-up {
    margin-left: -1rem !important;
  }
  .rvt-p-left-sm-xxl-up {
    padding-left: 1rem !important;
  }
  .rvt-m-left-md-xxl-up {
    margin-left: 1.5rem !important;
  }
  .-rvt-m-left-md-xxl-up {
    margin-left: -1.5rem !important;
  }
  .rvt-p-left-md-xxl-up {
    padding-left: 1.5rem !important;
  }
  .rvt-m-left-lg-xxl-up {
    margin-left: 2rem !important;
  }
  .-rvt-m-left-lg-xxl-up {
    margin-left: -2rem !important;
  }
  .rvt-p-left-lg-xxl-up {
    padding-left: 2rem !important;
  }
  .rvt-m-left-xl-xxl-up {
    margin-left: 2.5rem !important;
  }
  .-rvt-m-left-xl-xxl-up {
    margin-left: -2.5rem !important;
  }
  .rvt-p-left-xl-xxl-up {
    padding-left: 2.5rem !important;
  }
  .rvt-m-left-xxl-xxl-up {
    margin-left: 4rem !important;
  }
  .-rvt-m-left-xxl-xxl-up {
    margin-left: -4rem !important;
  }
  .rvt-p-left-xxl-xxl-up {
    padding-left: 4rem !important;
  }
  .rvt-m-left-3-xl-xxl-up {
    margin-left: 8rem !important;
  }
  .-rvt-m-left-3-xl-xxl-up {
    margin-left: -8rem !important;
  }
  .rvt-p-left-3-xl-xxl-up {
    padding-left: 8rem !important;
  }
  .rvt-m-left-4-xl-xxl-up {
    margin-left: 12rem !important;
  }
  .-rvt-m-left-4-xl-xxl-up {
    margin-left: -12rem !important;
  }
  .rvt-p-left-4-xl-xxl-up {
    padding-left: 12rem !important;
  }
}
.rvt-m-all-remove,
.rvt-m-all-none {
  margin: 0 !important;
}

.rvt-p-all-remove,
.rvt-p-all-none {
  padding: 0 !important;
}

.rvt-m-top-remove,
.rvt-m-top-none {
  margin-top: 0 !important;
}

.rvt-p-top-remove,
.rvt-p-top-none {
  padding-top: 0 !important;
}

.rvt-m-right-remove,
.rvt-m-right-none {
  margin-right: 0 !important;
}

.rvt-p-right-remove,
.rvt-p-right-none {
  padding-right: 0 !important;
}

.rvt-m-bottom-remove,
.rvt-m-bottom-none {
  margin-bottom: 0 !important;
}

.rvt-p-bottom-remove,
.rvt-p-bottom-none {
  padding-bottom: 0 !important;
}

.rvt-m-left-remove,
.rvt-m-left-none {
  margin-left: 0 !important;
}

.rvt-p-left-remove,
.rvt-p-left-none {
  padding-left: 0 !important;
}

@media screen and (min-width: 30em) {
  .rvt-m-all-none-sm-up {
    margin: 0 !important;
  }
  .rvt-p-all-none-sm-up {
    padding: 0 !important;
  }
  .rvt-m-tb-none-sm-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .rvt-p-tb-none-sm-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .rvt-m-lr-none-sm-up {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rvt-p-lr-none-sm-up {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rvt-m-top-none-sm-up {
    margin-top: 0 !important;
  }
  .rvt-p-top-none-sm-up {
    padding-top: 0 !important;
  }
  .rvt-m-right-none-sm-up {
    margin-right: 0 !important;
  }
  .rvt-p-right-none-sm-up {
    padding-right: 0 !important;
  }
  .rvt-m-bottom-none-sm-up {
    margin-bottom: 0 !important;
  }
  .rvt-p-bottom-none-sm-up {
    padding-bottom: 0 !important;
  }
  .rvt-m-left-none-sm-up {
    margin-left: 0 !important;
  }
  .rvt-p-left-none-sm-up {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-m-all-none-md-up {
    margin: 0 !important;
  }
  .rvt-p-all-none-md-up {
    padding: 0 !important;
  }
  .rvt-m-tb-none-md-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .rvt-p-tb-none-md-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .rvt-m-lr-none-md-up {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rvt-p-lr-none-md-up {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rvt-m-top-none-md-up {
    margin-top: 0 !important;
  }
  .rvt-p-top-none-md-up {
    padding-top: 0 !important;
  }
  .rvt-m-right-none-md-up {
    margin-right: 0 !important;
  }
  .rvt-p-right-none-md-up {
    padding-right: 0 !important;
  }
  .rvt-m-bottom-none-md-up {
    margin-bottom: 0 !important;
  }
  .rvt-p-bottom-none-md-up {
    padding-bottom: 0 !important;
  }
  .rvt-m-left-none-md-up {
    margin-left: 0 !important;
  }
  .rvt-p-left-none-md-up {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-m-all-none-lg-up {
    margin: 0 !important;
  }
  .rvt-p-all-none-lg-up {
    padding: 0 !important;
  }
  .rvt-m-tb-none-lg-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .rvt-p-tb-none-lg-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .rvt-m-lr-none-lg-up {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rvt-p-lr-none-lg-up {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rvt-m-top-none-lg-up {
    margin-top: 0 !important;
  }
  .rvt-p-top-none-lg-up {
    padding-top: 0 !important;
  }
  .rvt-m-right-none-lg-up {
    margin-right: 0 !important;
  }
  .rvt-p-right-none-lg-up {
    padding-right: 0 !important;
  }
  .rvt-m-bottom-none-lg-up {
    margin-bottom: 0 !important;
  }
  .rvt-p-bottom-none-lg-up {
    padding-bottom: 0 !important;
  }
  .rvt-m-left-none-lg-up {
    margin-left: 0 !important;
  }
  .rvt-p-left-none-lg-up {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-m-all-none-xl-up {
    margin: 0 !important;
  }
  .rvt-p-all-none-xl-up {
    padding: 0 !important;
  }
  .rvt-m-tb-none-xl-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .rvt-p-tb-none-xl-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .rvt-m-lr-none-xl-up {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rvt-p-lr-none-xl-up {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rvt-m-top-none-xl-up {
    margin-top: 0 !important;
  }
  .rvt-p-top-none-xl-up {
    padding-top: 0 !important;
  }
  .rvt-m-right-none-xl-up {
    margin-right: 0 !important;
  }
  .rvt-p-right-none-xl-up {
    padding-right: 0 !important;
  }
  .rvt-m-bottom-none-xl-up {
    margin-bottom: 0 !important;
  }
  .rvt-p-bottom-none-xl-up {
    padding-bottom: 0 !important;
  }
  .rvt-m-left-none-xl-up {
    margin-left: 0 !important;
  }
  .rvt-p-left-none-xl-up {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-m-all-none-xxl-up {
    margin: 0 !important;
  }
  .rvt-p-all-none-xxl-up {
    padding: 0 !important;
  }
  .rvt-m-tb-none-xxl-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .rvt-p-tb-none-xxl-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .rvt-m-lr-none-xxl-up {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rvt-p-lr-none-xxl-up {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rvt-m-top-none-xxl-up {
    margin-top: 0 !important;
  }
  .rvt-p-top-none-xxl-up {
    padding-top: 0 !important;
  }
  .rvt-m-right-none-xxl-up {
    margin-right: 0 !important;
  }
  .rvt-p-right-none-xxl-up {
    padding-right: 0 !important;
  }
  .rvt-m-bottom-none-xxl-up {
    margin-bottom: 0 !important;
  }
  .rvt-p-bottom-none-xxl-up {
    padding-bottom: 0 !important;
  }
  .rvt-m-left-none-xxl-up {
    margin-left: 0 !important;
  }
  .rvt-p-left-none-xxl-up {
    padding-left: 0 !important;
  }
}
/* stylelint-enable */
.rvt-text-uppercase {
  text-transform: uppercase;
  /**
   * All uppercase text is harder for humans to read. A little extra
   * letter spacing helps make it easier.
   */
  letter-spacing: 0.04rem;
}

.rvt-text-bold {
  font-weight: 700 !important;
}

.rvt-text-medium {
  font-weight: 500 !important;
}

.rvt-text-regular {
  font-weight: 400 !important;
}

.rvt-text-left {
  text-align: left !important;
}

.rvt-text-right {
  text-align: right !important;
}

.rvt-text-center {
  text-align: center !important;
}

.rvt-lh-base {
  line-height: 1.5;
}

.rvt-lh-tight {
  line-height: 1.2;
}

.rvt-lh-loose {
  line-height: 1.65;
}

.rvt-text-nobr {
  white-space: nowrap;
}

.rvt-font-sans {
  font-family: "BentonSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.rvt-font-serif {
  font-family: "GeorgiaPro", Georgia, "Times New Roman", Times, serif;
}

.rvt-font-mono {
  font-family: monospace;
}

/* stylelint-disable */
/**
 * These type scale classes will maintain the same font sizes across all
 * screens when applied. Use the responsive utility classes below to
 * apply different font sizes based on screen size.
 */
.rvt-ts-12 {
  font-size: 0.75rem !important;
}

.rvt-ts-14 {
  font-size: 0.875rem !important;
}

.rvt-ts-16 {
  font-size: 1rem !important;
}

.rvt-ts-18 {
  font-size: 1.125rem !important;
}

.rvt-ts-20 {
  font-size: 1.25rem !important;
}

.rvt-ts-23 {
  font-size: 1.4375rem !important;
}

.rvt-ts-26 {
  font-size: 1.625rem !important;
}

.rvt-ts-29 {
  font-size: 1.8125rem !important;
}

.rvt-ts-32 {
  font-size: 2rem !important;
}

.rvt-ts-36 {
  font-size: 2.25rem !important;
}

.rvt-ts-41 {
  font-size: 2.5625rem !important;
}

.rvt-ts-46 {
  font-size: 2.875rem !important;
}

.rvt-ts-52 {
  font-size: 3.25rem !important;
}

.rvt-ts-xxs {
  font-size: 0.75rem !important;
}

.rvt-ts-xs {
  font-size: 0.875rem !important;
}

.rvt-ts-base {
  font-size: 1rem !important;
}

.rvt-ts-sm {
  font-size: 1.25rem !important;
}

.rvt-ts-md {
  font-size: 1.625rem !important;
}

.rvt-ts-lg {
  font-size: 2rem !important;
}

.rvt-ts-xl {
  font-size: 2.5625rem !important;
}

.rvt-ts-xxl {
  font-size: 3.25rem !important;
}

/**
 * These responsive type scale classes make it easy to apply different
 * font sizes based on screen sizes.
 * Example:
 * <h1 class="ts-18 ts-20-md-up ts-32-lg-up">Hello, world!</h1>
 *
 * The font size on this h1 element would be 18px on small screens,
 * 20px on medium screens and up, and 32px on large screens and up.
 */
@media screen and (min-width: 30em) {
  .rvt-ts-12-sm-up {
    font-size: 0.75rem !important;
  }
  .rvt-ts-14-sm-up {
    font-size: 0.875rem !important;
  }
  .rvt-ts-16-sm-up {
    font-size: 1rem !important;
  }
  .rvt-ts-18-sm-up {
    font-size: 1.125rem !important;
  }
  .rvt-ts-20-sm-up {
    font-size: 1.25rem !important;
  }
  .rvt-ts-23-sm-up {
    font-size: 1.4375rem !important;
  }
  .rvt-ts-26-sm-up {
    font-size: 1.625rem !important;
  }
  .rvt-ts-29-sm-up {
    font-size: 1.8125rem !important;
  }
  .rvt-ts-32-sm-up {
    font-size: 2rem !important;
  }
  .rvt-ts-36-sm-up {
    font-size: 2.25rem !important;
  }
  .rvt-ts-41-sm-up {
    font-size: 2.5625rem !important;
  }
  .rvt-ts-46-sm-up {
    font-size: 2.875rem !important;
  }
  .rvt-ts-52-sm-up {
    font-size: 3.25rem !important;
  }
  .rvt-ts-xxs-sm-up {
    font-size: 0.75rem !important;
  }
  .rvt-ts-xs-sm-up {
    font-size: 0.875rem !important;
  }
  .rvt-ts-base-sm-up {
    font-size: 1rem !important;
  }
  .rvt-ts-sm-sm-up {
    font-size: 1.25rem !important;
  }
  .rvt-ts-md-sm-up {
    font-size: 1.625rem !important;
  }
  .rvt-ts-lg-sm-up {
    font-size: 2rem !important;
  }
  .rvt-ts-xl-sm-up {
    font-size: 2.5625rem !important;
  }
  .rvt-ts-xxl-sm-up {
    font-size: 3.25rem !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-ts-12-md-up {
    font-size: 0.75rem !important;
  }
  .rvt-ts-14-md-up {
    font-size: 0.875rem !important;
  }
  .rvt-ts-16-md-up {
    font-size: 1rem !important;
  }
  .rvt-ts-18-md-up {
    font-size: 1.125rem !important;
  }
  .rvt-ts-20-md-up {
    font-size: 1.25rem !important;
  }
  .rvt-ts-23-md-up {
    font-size: 1.4375rem !important;
  }
  .rvt-ts-26-md-up {
    font-size: 1.625rem !important;
  }
  .rvt-ts-29-md-up {
    font-size: 1.8125rem !important;
  }
  .rvt-ts-32-md-up {
    font-size: 2rem !important;
  }
  .rvt-ts-36-md-up {
    font-size: 2.25rem !important;
  }
  .rvt-ts-41-md-up {
    font-size: 2.5625rem !important;
  }
  .rvt-ts-46-md-up {
    font-size: 2.875rem !important;
  }
  .rvt-ts-52-md-up {
    font-size: 3.25rem !important;
  }
  .rvt-ts-xxs-md-up {
    font-size: 0.75rem !important;
  }
  .rvt-ts-xs-md-up {
    font-size: 0.875rem !important;
  }
  .rvt-ts-base-md-up {
    font-size: 1rem !important;
  }
  .rvt-ts-sm-md-up {
    font-size: 1.25rem !important;
  }
  .rvt-ts-md-md-up {
    font-size: 1.625rem !important;
  }
  .rvt-ts-lg-md-up {
    font-size: 2rem !important;
  }
  .rvt-ts-xl-md-up {
    font-size: 2.5625rem !important;
  }
  .rvt-ts-xxl-md-up {
    font-size: 3.25rem !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-ts-12-lg-up {
    font-size: 0.75rem !important;
  }
  .rvt-ts-14-lg-up {
    font-size: 0.875rem !important;
  }
  .rvt-ts-16-lg-up {
    font-size: 1rem !important;
  }
  .rvt-ts-18-lg-up {
    font-size: 1.125rem !important;
  }
  .rvt-ts-20-lg-up {
    font-size: 1.25rem !important;
  }
  .rvt-ts-23-lg-up {
    font-size: 1.4375rem !important;
  }
  .rvt-ts-26-lg-up {
    font-size: 1.625rem !important;
  }
  .rvt-ts-29-lg-up {
    font-size: 1.8125rem !important;
  }
  .rvt-ts-32-lg-up {
    font-size: 2rem !important;
  }
  .rvt-ts-36-lg-up {
    font-size: 2.25rem !important;
  }
  .rvt-ts-41-lg-up {
    font-size: 2.5625rem !important;
  }
  .rvt-ts-46-lg-up {
    font-size: 2.875rem !important;
  }
  .rvt-ts-52-lg-up {
    font-size: 3.25rem !important;
  }
  .rvt-ts-xxs-lg-up {
    font-size: 0.75rem !important;
  }
  .rvt-ts-xs-lg-up {
    font-size: 0.875rem !important;
  }
  .rvt-ts-base-lg-up {
    font-size: 1rem !important;
  }
  .rvt-ts-sm-lg-up {
    font-size: 1.25rem !important;
  }
  .rvt-ts-md-lg-up {
    font-size: 1.625rem !important;
  }
  .rvt-ts-lg-lg-up {
    font-size: 2rem !important;
  }
  .rvt-ts-xl-lg-up {
    font-size: 2.5625rem !important;
  }
  .rvt-ts-xxl-lg-up {
    font-size: 3.25rem !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-ts-12-xl-up {
    font-size: 0.75rem !important;
  }
  .rvt-ts-14-xl-up {
    font-size: 0.875rem !important;
  }
  .rvt-ts-16-xl-up {
    font-size: 1rem !important;
  }
  .rvt-ts-18-xl-up {
    font-size: 1.125rem !important;
  }
  .rvt-ts-20-xl-up {
    font-size: 1.25rem !important;
  }
  .rvt-ts-23-xl-up {
    font-size: 1.4375rem !important;
  }
  .rvt-ts-26-xl-up {
    font-size: 1.625rem !important;
  }
  .rvt-ts-29-xl-up {
    font-size: 1.8125rem !important;
  }
  .rvt-ts-32-xl-up {
    font-size: 2rem !important;
  }
  .rvt-ts-36-xl-up {
    font-size: 2.25rem !important;
  }
  .rvt-ts-41-xl-up {
    font-size: 2.5625rem !important;
  }
  .rvt-ts-46-xl-up {
    font-size: 2.875rem !important;
  }
  .rvt-ts-52-xl-up {
    font-size: 3.25rem !important;
  }
  .rvt-ts-xxs-xl-up {
    font-size: 0.75rem !important;
  }
  .rvt-ts-xs-xl-up {
    font-size: 0.875rem !important;
  }
  .rvt-ts-base-xl-up {
    font-size: 1rem !important;
  }
  .rvt-ts-sm-xl-up {
    font-size: 1.25rem !important;
  }
  .rvt-ts-md-xl-up {
    font-size: 1.625rem !important;
  }
  .rvt-ts-lg-xl-up {
    font-size: 2rem !important;
  }
  .rvt-ts-xl-xl-up {
    font-size: 2.5625rem !important;
  }
  .rvt-ts-xxl-xl-up {
    font-size: 3.25rem !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-ts-12-xxl-up {
    font-size: 0.75rem !important;
  }
  .rvt-ts-14-xxl-up {
    font-size: 0.875rem !important;
  }
  .rvt-ts-16-xxl-up {
    font-size: 1rem !important;
  }
  .rvt-ts-18-xxl-up {
    font-size: 1.125rem !important;
  }
  .rvt-ts-20-xxl-up {
    font-size: 1.25rem !important;
  }
  .rvt-ts-23-xxl-up {
    font-size: 1.4375rem !important;
  }
  .rvt-ts-26-xxl-up {
    font-size: 1.625rem !important;
  }
  .rvt-ts-29-xxl-up {
    font-size: 1.8125rem !important;
  }
  .rvt-ts-32-xxl-up {
    font-size: 2rem !important;
  }
  .rvt-ts-36-xxl-up {
    font-size: 2.25rem !important;
  }
  .rvt-ts-41-xxl-up {
    font-size: 2.5625rem !important;
  }
  .rvt-ts-46-xxl-up {
    font-size: 2.875rem !important;
  }
  .rvt-ts-52-xxl-up {
    font-size: 3.25rem !important;
  }
  .rvt-ts-xxs-xxl-up {
    font-size: 0.75rem !important;
  }
  .rvt-ts-xs-xxl-up {
    font-size: 0.875rem !important;
  }
  .rvt-ts-base-xxl-up {
    font-size: 1rem !important;
  }
  .rvt-ts-sm-xxl-up {
    font-size: 1.25rem !important;
  }
  .rvt-ts-md-xxl-up {
    font-size: 1.625rem !important;
  }
  .rvt-ts-lg-xxl-up {
    font-size: 2rem !important;
  }
  .rvt-ts-xl-xxl-up {
    font-size: 2.5625rem !important;
  }
  .rvt-ts-xxl-xxl-up {
    font-size: 3.25rem !important;
  }
}
/* stylelint-enable */
.rvt-hide-xxl-down, .rvt-hide-xl-down, .rvt-hide-lg-down, .rvt-hide-md-down, .rvt-hide-sm-down {
  display: none !important;
}

@media screen and (min-width: 30em) {
  .rvt-hide-sm-down {
    display: block !important;
  }
  th.rvt-hide-sm-down,
  td.rvt-hide-sm-down {
    display: table-cell !important;
  }
}
@media screen and (min-width: 30em) {
  .rvt-hide-sm-up {
    display: none !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-hide-md-down {
    display: block !important;
  }
  th.rvt-hide-md-down,
  td.rvt-hide-md-down {
    display: table-cell !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-hide-md-up {
    display: none !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-hide-lg-down {
    display: block !important;
  }
  th.rvt-hide-lg-down,
  td.rvt-hide-lg-down {
    display: table-cell !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-hide-lg-up {
    display: none !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-hide-xl-down {
    display: block !important;
  }
  th.rvt-hide-xl-down,
  td.rvt-hide-xl-down {
    display: table-cell !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-hide-xl-up {
    display: none !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-hide-xxl-down {
    display: block !important;
  }
  th.rvt-hide-xxl-down,
  td.rvt-hide-xxl-down {
    display: table-cell !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-hide-xxl-up {
    display: none !important;
  }
}
.rvt-width-base {
  width: 100% !important;
  max-width: 4rem !important;
}

.rvt-width-xxs {
  width: 100% !important;
  max-width: 4rem !important;
}

.rvt-width-xs {
  width: 100% !important;
  max-width: 8rem !important;
}

.rvt-width-sm {
  width: 100% !important;
  max-width: 12rem !important;
}

.rvt-width-md {
  width: 100% !important;
  max-width: 16rem !important;
}

.rvt-width-lg {
  width: 100% !important;
  max-width: 20rem !important;
}

.rvt-width-xl {
  width: 100% !important;
  max-width: 24rem !important;
}

.rvt-width-xxl {
  width: 100% !important;
  max-width: 32rem !important;
}

.rvt-width-3-xl {
  width: 100% !important;
  max-width: 40rem !important;
}

.rvt-width-4-xl {
  width: 100% !important;
  max-width: 48rem !important;
}

@media screen and (min-width: 30em) {
  .rvt-width-base-sm-up {
    width: 100% !important;
    max-width: 4rem !important;
  }
  .rvt-width-xxs-sm-up {
    width: 100% !important;
    max-width: 4rem !important;
  }
  .rvt-width-xs-sm-up {
    width: 100% !important;
    max-width: 8rem !important;
  }
  .rvt-width-sm-sm-up {
    width: 100% !important;
    max-width: 12rem !important;
  }
  .rvt-width-md-sm-up {
    width: 100% !important;
    max-width: 16rem !important;
  }
  .rvt-width-lg-sm-up {
    width: 100% !important;
    max-width: 20rem !important;
  }
  .rvt-width-xl-sm-up {
    width: 100% !important;
    max-width: 24rem !important;
  }
  .rvt-width-xxl-sm-up {
    width: 100% !important;
    max-width: 32rem !important;
  }
  .rvt-width-3-xl-sm-up {
    width: 100% !important;
    max-width: 40rem !important;
  }
  .rvt-width-4-xl-sm-up {
    width: 100% !important;
    max-width: 48rem !important;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-width-base-md-up {
    width: 100% !important;
    max-width: 4rem !important;
  }
  .rvt-width-xxs-md-up {
    width: 100% !important;
    max-width: 4rem !important;
  }
  .rvt-width-xs-md-up {
    width: 100% !important;
    max-width: 8rem !important;
  }
  .rvt-width-sm-md-up {
    width: 100% !important;
    max-width: 12rem !important;
  }
  .rvt-width-md-md-up {
    width: 100% !important;
    max-width: 16rem !important;
  }
  .rvt-width-lg-md-up {
    width: 100% !important;
    max-width: 20rem !important;
  }
  .rvt-width-xl-md-up {
    width: 100% !important;
    max-width: 24rem !important;
  }
  .rvt-width-xxl-md-up {
    width: 100% !important;
    max-width: 32rem !important;
  }
  .rvt-width-3-xl-md-up {
    width: 100% !important;
    max-width: 40rem !important;
  }
  .rvt-width-4-xl-md-up {
    width: 100% !important;
    max-width: 48rem !important;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-width-base-lg-up {
    width: 100% !important;
    max-width: 4rem !important;
  }
  .rvt-width-xxs-lg-up {
    width: 100% !important;
    max-width: 4rem !important;
  }
  .rvt-width-xs-lg-up {
    width: 100% !important;
    max-width: 8rem !important;
  }
  .rvt-width-sm-lg-up {
    width: 100% !important;
    max-width: 12rem !important;
  }
  .rvt-width-md-lg-up {
    width: 100% !important;
    max-width: 16rem !important;
  }
  .rvt-width-lg-lg-up {
    width: 100% !important;
    max-width: 20rem !important;
  }
  .rvt-width-xl-lg-up {
    width: 100% !important;
    max-width: 24rem !important;
  }
  .rvt-width-xxl-lg-up {
    width: 100% !important;
    max-width: 32rem !important;
  }
  .rvt-width-3-xl-lg-up {
    width: 100% !important;
    max-width: 40rem !important;
  }
  .rvt-width-4-xl-lg-up {
    width: 100% !important;
    max-width: 48rem !important;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-width-base-xl-up {
    width: 100% !important;
    max-width: 4rem !important;
  }
  .rvt-width-xxs-xl-up {
    width: 100% !important;
    max-width: 4rem !important;
  }
  .rvt-width-xs-xl-up {
    width: 100% !important;
    max-width: 8rem !important;
  }
  .rvt-width-sm-xl-up {
    width: 100% !important;
    max-width: 12rem !important;
  }
  .rvt-width-md-xl-up {
    width: 100% !important;
    max-width: 16rem !important;
  }
  .rvt-width-lg-xl-up {
    width: 100% !important;
    max-width: 20rem !important;
  }
  .rvt-width-xl-xl-up {
    width: 100% !important;
    max-width: 24rem !important;
  }
  .rvt-width-xxl-xl-up {
    width: 100% !important;
    max-width: 32rem !important;
  }
  .rvt-width-3-xl-xl-up {
    width: 100% !important;
    max-width: 40rem !important;
  }
  .rvt-width-4-xl-xl-up {
    width: 100% !important;
    max-width: 48rem !important;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-width-base-xxl-up {
    width: 100% !important;
    max-width: 4rem !important;
  }
  .rvt-width-xxs-xxl-up {
    width: 100% !important;
    max-width: 4rem !important;
  }
  .rvt-width-xs-xxl-up {
    width: 100% !important;
    max-width: 8rem !important;
  }
  .rvt-width-sm-xxl-up {
    width: 100% !important;
    max-width: 12rem !important;
  }
  .rvt-width-md-xxl-up {
    width: 100% !important;
    max-width: 16rem !important;
  }
  .rvt-width-lg-xxl-up {
    width: 100% !important;
    max-width: 20rem !important;
  }
  .rvt-width-xl-xxl-up {
    width: 100% !important;
    max-width: 24rem !important;
  }
  .rvt-width-xxl-xxl-up {
    width: 100% !important;
    max-width: 32rem !important;
  }
  .rvt-width-3-xl-xxl-up {
    width: 100% !important;
    max-width: 40rem !important;
  }
  .rvt-width-4-xl-xxl-up {
    width: 100% !important;
    max-width: 48rem !important;
  }
}
.rvt-wysiwyg * + * {
  margin-top: 1rem;
}
.rvt-wysiwyg *:empty {
  display: none;
}
.rvt-wysiwyg code + code,
.rvt-wysiwyg .rvt-code + .rvt-code {
  margin-top: 0;
}

/* stylelint-disable */
.rvt-z-0 {
  z-index: 0 !important;
}

.rvt-z-100 {
  z-index: 100 !important;
}

.rvt-z-200 {
  z-index: 200 !important;
}

.rvt-z-300 {
  z-index: 300 !important;
}

.rvt-z-400 {
  z-index: 400 !important;
}

.rvt-z-500 {
  z-index: 500 !important;
}

.rvt-z-600 {
  z-index: 600 !important;
}

.rvt-z-700 {
  z-index: 700 !important;
}

.rvt-z-800 {
  z-index: 800 !important;
}

.rvt-z-900 {
  z-index: 900 !important;
}

.rvt-z-1000 {
  z-index: 1000 !important;
}

/* stylelint-enable */
.rvt-button {
  background-color: #006298;
  border: 0.125rem solid #006298;
  border-radius: 0.25rem;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  position: relative;
  height: 2.5rem;
  padding: 0 0.75rem;
  display: inline-flex;
  align-items: center;
}
.rvt-button .rvt-loader {
  display: none;
}
.rvt-button::-moz-focus-inner {
  border: 0;
}
.rvt-button:focus {
  box-shadow: 0 0 0 0.1rem #ffffff, 0 0 0 0.25rem #328bb8;
  outline: none;
}
.rvt-button:hover {
  background-color: #004f80;
  border-color: #004f80;
  color: #ffffff;
}
.rvt-button:active {
  background-color: #00385f;
  border-color: #00385f;
}
.rvt-button:disabled, .rvt-button:disabled:hover {
  background-color: #f8f9fa;
  color: #4c5a69;
  border-color: #75838f;
  cursor: not-allowed;
}

.rvt-button--secondary {
  background-color: transparent;
  border-color: #c6ecf6;
  color: #006298;
}
.rvt-button--secondary:focus {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #328bb8;
  outline: none;
}
.rvt-button--secondary:hover {
  background-color: #edfafd;
  border-color: #c6ecf6;
  color: #004f80;
}
.rvt-button--secondary:active {
  background-color: #c6ecf6;
  border-color: #94d2e7;
  color: #004f80;
}

.rvt-button--success {
  background-color: #056e41;
  border-color: #056e41;
}
.rvt-button--success:focus {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #329345;
  outline: none;
}
.rvt-button--success:hover {
  background-color: #004421;
  border-color: #004421;
  color: #ffffff;
}
.rvt-button--success:active {
  background-color: #004421;
  border-color: #004421;
}

.rvt-button--success-secondary {
  background-color: transparent;
  border-color: #dee8c6;
  color: #056e41;
}
.rvt-button--success-secondary:focus {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #329345;
  outline: none;
}
.rvt-button--success-secondary:hover {
  background-color: #f9f9f0;
  border-color: #dee8c6;
  color: #005c31;
}
.rvt-button--success-secondary:active {
  background-color: #dee8c6;
  border-color: #a7d094;
  color: #005c31;
}

.rvt-button--danger {
  background-color: #df3603;
  border-color: #df3603;
}
.rvt-button--danger:focus {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #f75930;
  outline: none;
}
.rvt-button--danger:hover {
  background-color: #b11c00;
  border-color: #b11c00;
  color: #ffffff;
}
.rvt-button--danger:active {
  background-color: #690a00;
  border-color: #690a00;
}

.rvt-button--danger-secondary {
  background-color: transparent;
  border-color: #ffcdc0;
  color: #df3603;
}
.rvt-button--danger-secondary:focus {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #f75930;
  outline: none;
}
.rvt-button--danger-secondary:hover {
  background-color: #fff3f0;
  border-color: #ffcdc0;
  color: #b11c00;
}
.rvt-button--danger-secondary:active {
  background-color: #ffcdc0;
  border-color: #ffa690;
  color: #b11c00;
}

.rvt-button--small {
  font-size: 0.875rem;
  height: 1.5rem;
  line-height: 1.1;
  vertical-align: bottom;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.rvt-button--plain {
  border-color: transparent;
  background-color: transparent;
  color: #006298;
}
.rvt-button--plain:focus {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #328bb8;
  outline: none;
}
.rvt-button--plain:hover {
  background-color: #edfafd;
  border-color: transparent;
  color: #004f80;
}
.rvt-button--plain:active {
  background-color: #c6ecf6;
  border-color: transparent;
  color: #004f80;
}
.rvt-button--plain:disabled, .rvt-button--plain:disabled:hover {
  border-color: #e2e7e9;
}

.rvt-button--link {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #006298;
  font-weight: 500;
  height: initial;
  padding: 0;
  display: inline-flex;
  align-items: initial;
  transition: none;
}
.rvt-button--link:hover {
  background-color: transparent;
  color: #004f80;
}
.rvt-button--link:active {
  color: #00385f;
}

.rvt-button-group {
  display: flex;
}
.rvt-button-group > *:not(:last-child) {
  margin-right: 1rem;
}

/**
 * Right align buttons.
 */
.rvt-button-group--right {
  justify-content: flex-end;
}

/**
 * Full-width buttons.
 */
.rvt-button--full-width {
  display: flex;
  justify-content: center;
  width: 100%;
}

/**
 * Loading state - used in tandem with the Rivet loading indicator
 * found in components/24-loading-indicator/
 */
.rvt-button--loading,
.rvt-button--loading[disabled] {
  background-color: #f8f9fa;
  border-color: #75838f;
  color: #4c5a69;
  justify-content: center;
  position: relative;
}
.rvt-button--loading:hover,
.rvt-button--loading[disabled]:hover {
  background-color: #e2e7e9;
  color: #0e1825;
}
.rvt-button--loading .rvt-button__content,
.rvt-button--loading[disabled] .rvt-button__content {
  color: transparent;
}
.rvt-button--loading .rvt-loader,
.rvt-button--loading[disabled] .rvt-loader {
  border-bottom-color: #4c5a69;
  border-right-color: #4c5a69;
  border-top-color: #4c5a69;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  /**
   * This negative margin accounts for the width/height of the
   * default loading indicator above.
   */
  margin-top: -0.65rem;
  margin-left: -0.5rem;
}

.rvt-button-segmented {
  display: inline-flex;
  /*
   * The following helpers handle dropdowns which are nested inside of a
   * segmented button.
   */
}
.rvt-button-segmented--fitted {
  display: flex;
  width: 100%;
}
.rvt-button-segmented--fitted .rvt-button {
  flex-grow: 1;
  justify-content: center;
}
.rvt-button-segmented .rvt-button {
  position: relative;
}
.rvt-button-segmented .rvt-button:focus {
  z-index: 1000;
}
.rvt-button-segmented a.rvt-button {
  text-align: center;
}
.rvt-button-segmented .rvt-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rvt-button-segmented .rvt-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -2px;
}
.rvt-button-segmented .rvt-button:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -2px;
}
.rvt-button-segmented .dropdown:first-child > .rvt-button:only-of-type,
.rvt-button-segmented .rvt-dropdown:first-child > .rvt-button:only-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: -2px;
}
.rvt-button-segmented .dropdown:first-child > .rvt-button:first-of-type,
.rvt-button-segmented .rvt-dropdown:first-child > .rvt-button:first-of-type {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rvt-button-segmented .dropdown:last-child > .rvt-button:only-of-type,
.rvt-button-segmented .rvt-dropdown:last-child > .rvt-button:only-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -2px;
}
.rvt-button-segmented .dropdown:last-child > .rvt-button:last-of-type,
.rvt-button-segmented .rvt-dropdown:last-child > .rvt-button:last-of-type {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rvt-button-segmented .dropdown:not(:first-child):not(:last-child) > .rvt-button:only-of-type,
.rvt-button-segmented .rvt-dropdown:not(:first-child):not(:last-child) > .rvt-button:only-of-type {
  border-radius: 0;
  margin-left: -2px;
}

.rvt-footer-social a:focus,
.rvt-footer-resources a:focus,
.rvt-footer-base a:focus {
  outline-color: #ffffff;
}

.rvt-footer-base {
  background-color: #990000;
  color: #ffffff;
}
.rvt-footer-base__inner {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: column;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.rvt-footer-base__logo {
  margin: 0 auto;
}
.rvt-footer-base__list {
  padding: 0;
  list-style: none;
  text-align: center;
}
.rvt-footer-base__item {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.rvt-footer-base__link {
  color: #ffffff;
  text-decoration: none;
}
.rvt-footer-base__link:hover {
  text-decoration: underline;
  color: #ffffff;
}
.rvt-footer-base--light {
  background-color: #ffffff;
  color: #243142;
}
.rvt-footer-base--light a {
  color: #243142;
}
.rvt-footer-base--light a:hover {
  color: #006298;
  text-decoration: underline;
}
.rvt-footer-base--light a:focus {
  outline-color: #006298;
}
.rvt-footer-base--light .rvt-footer-base__inner {
  border-top-color: #e2e7e9;
}
.rvt-footer-base--light .rvt-footer-base__logo {
  color: #990000;
}

@media screen and (min-width: 46.25em) {
  .rvt-footer-base__inner {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    justify-content: flex-end;
  }
  .rvt-footer-base__logo {
    display: inline-flex;
    margin: 0;
  }
  .rvt-footer-base__list {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1rem;
    display: flex;
  }
  .rvt-footer-base__item {
    margin-top: 0;
  }
  .rvt-footer-base__item:not(:first-child) {
    margin-left: 1rem;
  }
}
/**
 * Container variants
 */
.rvt-container-sm {
  margin-left: auto;
  margin-right: auto;
  max-width: 52.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.rvt-container-md {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.rvt-container-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 71.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.rvt-container-xl {
  margin-left: auto;
  margin-right: auto;
  max-width: 86.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/**
 * The main row container. It's width is fluid by default.
 */
.rvt-row {
  display: flex;
  flex-wrap: wrap;
  list-style: "";
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  padding-left: 0;
}
.rvt-row .rvt-cols {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 0.75rem;
  position: relative;
}
.rvt-row .rvt-cols--last {
  margin-left: auto;
}
.rvt-row--loose {
  margin: 0 -1.5rem;
}
.rvt-row--loose > [class^=rvt-cols] {
  padding: 0 1.5rem;
}
.rvt-row--tight {
  margin: 0 -0.5625rem;
}
.rvt-row--tight > [class^=rvt-cols] {
  padding: 0 0.5625rem;
}
.rvt-row [class^=rvt-cols] {
  /**
   * This keeps the row from collapsing when cols inside are too
   * big for their parent .rvt-row__cols.
   */
  min-width: 0;
  display: block;
}

/**
 * This modifier will right align row__cols(s) that add up to less
 * than 12 columns in total.
 */
.rvt-cols--right {
  justify-content: flex-end;
}

.rvt-cols-xxl, .rvt-cols-xl, .rvt-cols-lg, .rvt-cols-md, .rvt-cols-sm {
  padding: 0 0.75rem;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 30em) {
  .rvt-cols-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-cols-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-cols-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-cols-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-cols-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
/**
 * Build the base row cols classes. These will make
 * row cols span the same number of columns at ALL
 * screen sizes.
 */
/**
 * We need to extend these properties on to all of the responsive row
 * classes on mobile first so we'll define them here in a silent class
 * and let Sass build the comma-separated list of selectors
 */
.rvt-cols-12-xxl, .rvt-cols-11-xxl, .rvt-cols-10-xxl, .rvt-cols-9-xxl, .rvt-cols-8-xxl, .rvt-cols-7-xxl, .rvt-cols-6-xxl, .rvt-cols-5-xxl, .rvt-cols-4-xxl, .rvt-cols-3-xxl, .rvt-cols-2-xxl, .rvt-cols-1-xxl, .rvt-cols-12-xl, .rvt-cols-11-xl, .rvt-cols-10-xl, .rvt-cols-9-xl, .rvt-cols-8-xl, .rvt-cols-7-xl, .rvt-cols-6-xl, .rvt-cols-5-xl, .rvt-cols-4-xl, .rvt-cols-3-xl, .rvt-cols-2-xl, .rvt-cols-1-xl, .rvt-cols-12-lg, .rvt-cols-11-lg, .rvt-cols-10-lg, .rvt-cols-9-lg, .rvt-cols-8-lg, .rvt-cols-7-lg, .rvt-cols-6-lg, .rvt-cols-5-lg, .rvt-cols-4-lg, .rvt-cols-3-lg, .rvt-cols-2-lg, .rvt-cols-1-lg, .rvt-cols-12-md, .rvt-cols-11-md, .rvt-cols-10-md, .rvt-cols-9-md, .rvt-cols-8-md, .rvt-cols-7-md, .rvt-cols-6-md, .rvt-cols-5-md, .rvt-cols-4-md, .rvt-cols-3-md, .rvt-cols-2-md, .rvt-cols-1-md, .rvt-cols-12-sm, .rvt-cols-11-sm, .rvt-cols-10-sm, .rvt-cols-9-sm, .rvt-cols-8-sm, .rvt-cols-7-sm, .rvt-cols-6-sm, .rvt-cols-5-sm, .rvt-cols-4-sm, .rvt-cols-3-sm, .rvt-cols-2-sm, .rvt-cols-1-sm, .rvt-cols-12, .rvt-cols-11, .rvt-cols-10, .rvt-cols-9, .rvt-cols-8, .rvt-cols-7, .rvt-cols-6, .rvt-cols-5, .rvt-cols-4, .rvt-cols-3, .rvt-cols-2, .rvt-cols-1 {
  padding: 0 0.75rem;
  position: relative;
  width: 100%;
}

.rvt-cols-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.rvt-cols-2 {
  flex-basis: 16.6667%;
  max-width: 16.6667%;
}

.rvt-cols-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.rvt-cols-4 {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}

.rvt-cols-5 {
  flex-basis: 41.6667%;
  max-width: 41.6667%;
}

.rvt-cols-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.rvt-cols-7 {
  flex-basis: 58.3333%;
  max-width: 58.3333%;
}

.rvt-cols-8 {
  flex-basis: 66.6667%;
  max-width: 66.6667%;
}

.rvt-cols-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.rvt-cols-10 {
  flex-basis: 83.3333%;
  max-width: 83.3333%;
}

.rvt-cols-11 {
  flex-basis: 91.6667%;
  max-width: 91.6667%;
}

.rvt-cols-12 {
  flex-basis: 100%;
  max-width: 100%;
}

/**
 * Now loop through all the breakpoints.
 */
/* stylelint-disable */
.rvt-cols-1-sm {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.rvt-cols-2-sm {
  flex-basis: 16.6667%;
  max-width: 16.6667%;
}

.rvt-cols-3-sm {
  flex-basis: 25%;
  max-width: 25%;
}

.rvt-cols-4-sm {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}

.rvt-cols-5-sm {
  flex-basis: 41.6667%;
  max-width: 41.6667%;
}

.rvt-cols-6-sm {
  flex-basis: 50%;
  max-width: 50%;
}

.rvt-cols-7-sm {
  flex-basis: 58.3333%;
  max-width: 58.3333%;
}

.rvt-cols-8-sm {
  flex-basis: 66.6667%;
  max-width: 66.6667%;
}

.rvt-cols-9-sm {
  flex-basis: 75%;
  max-width: 75%;
}

.rvt-cols-10-sm {
  flex-basis: 83.3333%;
  max-width: 83.3333%;
}

.rvt-cols-11-sm {
  flex-basis: 91.6667%;
  max-width: 91.6667%;
}

.rvt-cols-12-sm {
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (min-width: 46.25em) {
  .rvt-cols-1-md {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .rvt-cols-2-md {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }
  .rvt-cols-3-md {
    flex-basis: 25%;
    max-width: 25%;
  }
  .rvt-cols-4-md {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .rvt-cols-5-md {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }
  .rvt-cols-6-md {
    flex-basis: 50%;
    max-width: 50%;
  }
  .rvt-cols-7-md {
    flex-basis: 58.3333%;
    max-width: 58.3333%;
  }
  .rvt-cols-8-md {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }
  .rvt-cols-9-md {
    flex-basis: 75%;
    max-width: 75%;
  }
  .rvt-cols-10-md {
    flex-basis: 83.3333%;
    max-width: 83.3333%;
  }
  .rvt-cols-11-md {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }
  .rvt-cols-12-md {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-cols-1-lg {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .rvt-cols-2-lg {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }
  .rvt-cols-3-lg {
    flex-basis: 25%;
    max-width: 25%;
  }
  .rvt-cols-4-lg {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .rvt-cols-5-lg {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }
  .rvt-cols-6-lg {
    flex-basis: 50%;
    max-width: 50%;
  }
  .rvt-cols-7-lg {
    flex-basis: 58.3333%;
    max-width: 58.3333%;
  }
  .rvt-cols-8-lg {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }
  .rvt-cols-9-lg {
    flex-basis: 75%;
    max-width: 75%;
  }
  .rvt-cols-10-lg {
    flex-basis: 83.3333%;
    max-width: 83.3333%;
  }
  .rvt-cols-11-lg {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }
  .rvt-cols-12-lg {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-cols-1-xl {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .rvt-cols-2-xl {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }
  .rvt-cols-3-xl {
    flex-basis: 25%;
    max-width: 25%;
  }
  .rvt-cols-4-xl {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .rvt-cols-5-xl {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }
  .rvt-cols-6-xl {
    flex-basis: 50%;
    max-width: 50%;
  }
  .rvt-cols-7-xl {
    flex-basis: 58.3333%;
    max-width: 58.3333%;
  }
  .rvt-cols-8-xl {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }
  .rvt-cols-9-xl {
    flex-basis: 75%;
    max-width: 75%;
  }
  .rvt-cols-10-xl {
    flex-basis: 83.3333%;
    max-width: 83.3333%;
  }
  .rvt-cols-11-xl {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }
  .rvt-cols-12-xl {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-cols-1-xxl {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .rvt-cols-2-xxl {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }
  .rvt-cols-3-xxl {
    flex-basis: 25%;
    max-width: 25%;
  }
  .rvt-cols-4-xxl {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .rvt-cols-5-xxl {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }
  .rvt-cols-6-xxl {
    flex-basis: 50%;
    max-width: 50%;
  }
  .rvt-cols-7-xxl {
    flex-basis: 58.3333%;
    max-width: 58.3333%;
  }
  .rvt-cols-8-xxl {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }
  .rvt-cols-9-xxl {
    flex-basis: 75%;
    max-width: 75%;
  }
  .rvt-cols-10-xxl {
    flex-basis: 83.3333%;
    max-width: 83.3333%;
  }
  .rvt-cols-11-xxl {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }
  .rvt-cols-12-xxl {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.rvt-cols-push-1 {
  left: 8.333%;
}

.rvt-cols-push-2 {
  left: 16.6667%;
}

.rvt-cols-push-3 {
  left: 25%;
}

.rvt-cols-push-4 {
  left: 33.3333%;
}

.rvt-cols-push-5 {
  left: 41.6667%;
}

.rvt-cols-push-6 {
  left: 50%;
}

.rvt-cols-push-7 {
  left: 58.3333%;
}

.rvt-cols-push-8 {
  left: 66.6667%;
}

.rvt-cols-push-9 {
  left: 75%;
}

.rvt-cols-push-10 {
  left: 83.3333%;
}

.rvt-cols-push-11 {
  left: 91.6667%;
}

.rvt-cols-push-12 {
  left: 100%;
}

.rvt-cols-pull-1 {
  right: 8.333%;
}

.rvt-cols-pull-2 {
  right: 16.6667%;
}

.rvt-cols-pull-3 {
  right: 25%;
}

.rvt-cols-pull-4 {
  right: 33.3333%;
}

.rvt-cols-pull-5 {
  right: 41.6667%;
}

.rvt-cols-pull-6 {
  right: 50%;
}

.rvt-cols-pull-7 {
  right: 58.3333%;
}

.rvt-cols-pull-8 {
  right: 66.6667%;
}

.rvt-cols-pull-9 {
  right: 75%;
}

.rvt-cols-pull-10 {
  right: 83.3333%;
}

.rvt-cols-pull-11 {
  right: 91.6667%;
}

.rvt-cols-pull-12 {
  right: 100%;
}

@media screen and (min-width: 30em) {
  .rvt-cols-push-1-sm {
    left: 8.333%;
  }
  .rvt-cols-push-2-sm {
    left: 16.6667%;
  }
  .rvt-cols-push-3-sm {
    left: 25%;
  }
  .rvt-cols-push-4-sm {
    left: 33.3333%;
  }
  .rvt-cols-push-5-sm {
    left: 41.6667%;
  }
  .rvt-cols-push-6-sm {
    left: 50%;
  }
  .rvt-cols-push-7-sm {
    left: 58.3333%;
  }
  .rvt-cols-push-8-sm {
    left: 66.6667%;
  }
  .rvt-cols-push-9-sm {
    left: 75%;
  }
  .rvt-cols-push-10-sm {
    left: 83.3333%;
  }
  .rvt-cols-push-11-sm {
    left: 91.6667%;
  }
  .rvt-cols-push-12-sm {
    left: 100%;
  }
  .rvt-cols-pull-1-sm {
    right: 8.333%;
  }
  .rvt-cols-pull-2-sm {
    right: 16.6667%;
  }
  .rvt-cols-pull-3-sm {
    right: 25%;
  }
  .rvt-cols-pull-4-sm {
    right: 33.3333%;
  }
  .rvt-cols-pull-5-sm {
    right: 41.6667%;
  }
  .rvt-cols-pull-6-sm {
    right: 50%;
  }
  .rvt-cols-pull-7-sm {
    right: 58.3333%;
  }
  .rvt-cols-pull-8-sm {
    right: 66.6667%;
  }
  .rvt-cols-pull-9-sm {
    right: 75%;
  }
  .rvt-cols-pull-10-sm {
    right: 83.3333%;
  }
  .rvt-cols-pull-11-sm {
    right: 91.6667%;
  }
  .rvt-cols-pull-12-sm {
    right: 100%;
  }
}
@media screen and (min-width: 46.25em) {
  .rvt-cols-push-1-md {
    left: 8.333%;
  }
  .rvt-cols-push-2-md {
    left: 16.6667%;
  }
  .rvt-cols-push-3-md {
    left: 25%;
  }
  .rvt-cols-push-4-md {
    left: 33.3333%;
  }
  .rvt-cols-push-5-md {
    left: 41.6667%;
  }
  .rvt-cols-push-6-md {
    left: 50%;
  }
  .rvt-cols-push-7-md {
    left: 58.3333%;
  }
  .rvt-cols-push-8-md {
    left: 66.6667%;
  }
  .rvt-cols-push-9-md {
    left: 75%;
  }
  .rvt-cols-push-10-md {
    left: 83.3333%;
  }
  .rvt-cols-push-11-md {
    left: 91.6667%;
  }
  .rvt-cols-push-12-md {
    left: 100%;
  }
  .rvt-cols-pull-1-md {
    right: 8.333%;
  }
  .rvt-cols-pull-2-md {
    right: 16.6667%;
  }
  .rvt-cols-pull-3-md {
    right: 25%;
  }
  .rvt-cols-pull-4-md {
    right: 33.3333%;
  }
  .rvt-cols-pull-5-md {
    right: 41.6667%;
  }
  .rvt-cols-pull-6-md {
    right: 50%;
  }
  .rvt-cols-pull-7-md {
    right: 58.3333%;
  }
  .rvt-cols-pull-8-md {
    right: 66.6667%;
  }
  .rvt-cols-pull-9-md {
    right: 75%;
  }
  .rvt-cols-pull-10-md {
    right: 83.3333%;
  }
  .rvt-cols-pull-11-md {
    right: 91.6667%;
  }
  .rvt-cols-pull-12-md {
    right: 100%;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-cols-push-1-lg {
    left: 8.333%;
  }
  .rvt-cols-push-2-lg {
    left: 16.6667%;
  }
  .rvt-cols-push-3-lg {
    left: 25%;
  }
  .rvt-cols-push-4-lg {
    left: 33.3333%;
  }
  .rvt-cols-push-5-lg {
    left: 41.6667%;
  }
  .rvt-cols-push-6-lg {
    left: 50%;
  }
  .rvt-cols-push-7-lg {
    left: 58.3333%;
  }
  .rvt-cols-push-8-lg {
    left: 66.6667%;
  }
  .rvt-cols-push-9-lg {
    left: 75%;
  }
  .rvt-cols-push-10-lg {
    left: 83.3333%;
  }
  .rvt-cols-push-11-lg {
    left: 91.6667%;
  }
  .rvt-cols-push-12-lg {
    left: 100%;
  }
  .rvt-cols-pull-1-lg {
    right: 8.333%;
  }
  .rvt-cols-pull-2-lg {
    right: 16.6667%;
  }
  .rvt-cols-pull-3-lg {
    right: 25%;
  }
  .rvt-cols-pull-4-lg {
    right: 33.3333%;
  }
  .rvt-cols-pull-5-lg {
    right: 41.6667%;
  }
  .rvt-cols-pull-6-lg {
    right: 50%;
  }
  .rvt-cols-pull-7-lg {
    right: 58.3333%;
  }
  .rvt-cols-pull-8-lg {
    right: 66.6667%;
  }
  .rvt-cols-pull-9-lg {
    right: 75%;
  }
  .rvt-cols-pull-10-lg {
    right: 83.3333%;
  }
  .rvt-cols-pull-11-lg {
    right: 91.6667%;
  }
  .rvt-cols-pull-12-lg {
    right: 100%;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-cols-push-1-xl {
    left: 8.333%;
  }
  .rvt-cols-push-2-xl {
    left: 16.6667%;
  }
  .rvt-cols-push-3-xl {
    left: 25%;
  }
  .rvt-cols-push-4-xl {
    left: 33.3333%;
  }
  .rvt-cols-push-5-xl {
    left: 41.6667%;
  }
  .rvt-cols-push-6-xl {
    left: 50%;
  }
  .rvt-cols-push-7-xl {
    left: 58.3333%;
  }
  .rvt-cols-push-8-xl {
    left: 66.6667%;
  }
  .rvt-cols-push-9-xl {
    left: 75%;
  }
  .rvt-cols-push-10-xl {
    left: 83.3333%;
  }
  .rvt-cols-push-11-xl {
    left: 91.6667%;
  }
  .rvt-cols-push-12-xl {
    left: 100%;
  }
  .rvt-cols-pull-1-xl {
    right: 8.333%;
  }
  .rvt-cols-pull-2-xl {
    right: 16.6667%;
  }
  .rvt-cols-pull-3-xl {
    right: 25%;
  }
  .rvt-cols-pull-4-xl {
    right: 33.3333%;
  }
  .rvt-cols-pull-5-xl {
    right: 41.6667%;
  }
  .rvt-cols-pull-6-xl {
    right: 50%;
  }
  .rvt-cols-pull-7-xl {
    right: 58.3333%;
  }
  .rvt-cols-pull-8-xl {
    right: 66.6667%;
  }
  .rvt-cols-pull-9-xl {
    right: 75%;
  }
  .rvt-cols-pull-10-xl {
    right: 83.3333%;
  }
  .rvt-cols-pull-11-xl {
    right: 91.6667%;
  }
  .rvt-cols-pull-12-xl {
    right: 100%;
  }
}
@media screen and (min-width: 87.5em) {
  .rvt-cols-push-1-xxl {
    left: 8.333%;
  }
  .rvt-cols-push-2-xxl {
    left: 16.6667%;
  }
  .rvt-cols-push-3-xxl {
    left: 25%;
  }
  .rvt-cols-push-4-xxl {
    left: 33.3333%;
  }
  .rvt-cols-push-5-xxl {
    left: 41.6667%;
  }
  .rvt-cols-push-6-xxl {
    left: 50%;
  }
  .rvt-cols-push-7-xxl {
    left: 58.3333%;
  }
  .rvt-cols-push-8-xxl {
    left: 66.6667%;
  }
  .rvt-cols-push-9-xxl {
    left: 75%;
  }
  .rvt-cols-push-10-xxl {
    left: 83.3333%;
  }
  .rvt-cols-push-11-xxl {
    left: 91.6667%;
  }
  .rvt-cols-push-12-xxl {
    left: 100%;
  }
  .rvt-cols-pull-1-xxl {
    right: 8.333%;
  }
  .rvt-cols-pull-2-xxl {
    right: 16.6667%;
  }
  .rvt-cols-pull-3-xxl {
    right: 25%;
  }
  .rvt-cols-pull-4-xxl {
    right: 33.3333%;
  }
  .rvt-cols-pull-5-xxl {
    right: 41.6667%;
  }
  .rvt-cols-pull-6-xxl {
    right: 50%;
  }
  .rvt-cols-pull-7-xxl {
    right: 58.3333%;
  }
  .rvt-cols-pull-8-xxl {
    right: 66.6667%;
  }
  .rvt-cols-pull-9-xxl {
    right: 75%;
  }
  .rvt-cols-pull-10-xxl {
    right: 83.3333%;
  }
  .rvt-cols-pull-11-xxl {
    right: 91.6667%;
  }
  .rvt-cols-pull-12-xxl {
    right: 100%;
  }
}
/* stylelint-enable */
.rvt-header-global {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #ffffff;
}
.rvt-header-global__inner {
  display: flex;
  position: relative;
}
.rvt-header-global__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  flex-shrink: 0;
}
.rvt-header-global__controls .rvt-global-toggle {
  margin-left: 0.5rem;
}
.rvt-header-global__controls .rvt-global-toggle:hover, .rvt-header-global__controls .rvt-global-toggle[aria-expanded=false] {
  background-color: #e2e7e9;
  border: none;
  color: #243142;
}
.rvt-header-global__controls .rvt-global-toggle[aria-expanded=true] {
  background-color: #006298;
  border-color: #006298;
  color: #ffffff;
}
.rvt-header-global__controls .rvt-global-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #328bb8;
}
.rvt-header-global__search, .rvt-header-global__id-menu {
  left: -3rem;
  margin: 0 1.5rem;
  position: absolute;
  top: 3rem;
  background-color: #f8f9fa;
  border-top: 1px solid #e2e7e9;
  padding: 1rem 1.5rem;
  z-index: 100;
  width: calc(100% + 3rem);
}
.rvt-header-global__search input[type] {
  background-color: #ffffff;
}
.rvt-header-global__logo-slot {
  width: calc(100% - 5rem);
  flex-shrink: 1;
}

@media screen and (min-width: 46.25em) {
  .rvt-header-global__search {
    top: 3.65rem;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-header-global__controls .rvt-global-toggle {
    margin-left: 1rem;
  }
  .rvt-header-global__id-menu {
    background-color: #ffffff;
  }
  .rvt-header-global__search {
    margin-right: 0;
    top: 3.75rem;
    width: 20rem;
    right: 0.25rem;
    left: unset;
    background-color: #ffffff;
    box-shadow: 0 0.25rem 1rem rgba(36, 49, 66, 0.2);
    border-radius: 0.25rem;
    position: absolute;
    padding: 1rem 1.5rem;
  }
}
.rvt-header-local {
  border-top: 1px solid #e2e7e9;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  /**
   * NOTE: Side-effects on other/external components. I'm not sure the best way
   * to handle stuff like this? E.g. when stand-alone components need different
   * styles based on context.
   */
}
.rvt-header-local__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.rvt-header-local__title {
  color: #243142;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  flex-shrink: 0;
}
.rvt-header-local .rvt-header-menu {
  top: 3.25rem;
}
.rvt-header-local .rvt-global-toggle {
  margin-left: auto;
  background-color: #e2e7e9;
  border: none;
  color: #182534;
}
.rvt-header-local .rvt-global-toggle svg {
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
}
.rvt-header-local .rvt-header-menu__item--current::after {
  bottom: -0.85rem;
}

@media screen and (min-width: 67.5em) {
  .rvt-header-local {
    /**
    * NOTE: Side-effects on other/external components. I'm not sure the best way
    * to handle stuff like this? E.g. when stand-alone components need different
    * styles based on context.
    */
  }
  .rvt-header-local__inner {
    justify-content: flex-start;
  }
  .rvt-header-local__title {
    border-right: 1px solid #e2e7e9;
    font-size: 1.125rem;
    padding-right: 1rem;
    margin-right: 1rem;
  }
  .rvt-header-local .rvt-header-menu {
    top: 0;
  }
  .rvt-header-local .rvt-header-menu__submenu {
    top: 2.4rem;
  }
}
.rvt-lockup {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #243142;
  flex-shrink: 0;
}
.rvt-lockup__title {
  line-height: 1.1;
  font-weight: 700;
}
.rvt-lockup__subtitle {
  line-height: 1.1;
  font-size: 0.75rem;
  color: #243142;
  margin-top: 0.125rem;
}
.rvt-lockup__tab {
  align-items: center;
  background-color: #990000;
  color: #ffffff;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 1.75rem;
  height: 2.125rem;
}
.rvt-lockup__trident {
  flex-shrink: 0;
  flex-grow: 1;
  width: 1.1875rem;
  height: 1.4375rem;
}
.rvt-lockup__body {
  /**
   * This top margin helps the body content appear vertically centered.
   * This is important for long titles that run on to two lines
   */
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 46.25em) {
  .rvt-lockup__title {
    font-size: 1.25rem;
  }
  .rvt-lockup__subtitle {
    font-size: 0.875rem;
  }
  .rvt-lockup__tab {
    width: 2.25rem;
    height: 2.75rem;
  }
  .rvt-lockup__trident {
    width: 1.5rem;
    height: 1.875rem;
  }
  .rvt-lockup__body {
    margin-left: 1rem;
  }
}
/**
 * FIXME: Speculative ID menu stuff. This is from an old prototype, but might be
 * salvageable. Not sure if we should approach this separately.
 */
.rvt-global-toggle--id {
  background-color: #990000;
  border-color: #990000;
  color: #ffffff;
  overflow: hidden;
  border: none;
}
.rvt-global-toggle--id img {
  width: 2rem;
  height: 2rem;
}

/**
 * NOTE: This menu has been refactored/extracted to be reusable for when
 * we want to use it in the "Secondary" header module See this RFC:
 * https://v2.rivet.iu.edu/rfcs/header-system/
 */
/**
 * TODO: Make a decision on the use of `hidden` vs. a toggled CSS class
 * for showing/hiding the header menus.
 */
.rvt-header-menu {
  left: -3rem;
  margin: 0 1.5rem;
  position: absolute;
  top: 3rem;
  background-color: #f8f9fa;
  border-top: 1px solid #e2e7e9;
  z-index: 100;
  width: calc(100% + 3rem);
}
.rvt-header-menu__group {
  display: flex;
  flex-direction: row;
}
.rvt-header-menu__toggle {
  margin-left: 0.25rem;
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #243142;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 0.5rem;
  border-radius: 999rem;
  background: #e2e7e9;
}
.rvt-header-menu__toggle:hover {
  background: #006298;
  color: #ffffff;
  outline: 0.125rem solid #006298;
  outline-offset: 0.125rem;
}
.rvt-header-menu__list {
  list-style: none;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
.rvt-header-menu__item {
  align-items: center;
  display: flex;
  margin: 0;
}
.rvt-header-menu__item--current {
  position: relative;
  padding-left: 0.5rem;
}
.rvt-header-menu__item--current::before {
  background-color: #990000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.25rem;
}
.rvt-header-menu__item:not(:first-child) {
  border-top: 1px solid #e2e7e9;
}
.rvt-header-menu__link {
  text-decoration: none;
  color: #243142;
  display: flex;
  font-size: 0.875rem;
  margin-right: auto;
  padding: 0.5rem 0 0.5rem 0.25rem;
  width: 100%;
}
.rvt-header-menu__link:hover, .rvt-header-menu__link:focus {
  color: #006298;
  outline: 0.125rem solid #328bb8;
  outline-offset: 0.125rem;
}
.rvt-header-menu__dropdown {
  width: 100%;
}
.rvt-header-menu__submenu {
  background-color: unset;
  border: none;
  padding-top: 0;
  padding-bottom: 0.5rem;
  margin-top: 0;
  right: unset;
  position: relative;
  box-shadow: none;
}
.rvt-header-menu__submenu-list {
  border-left: 3px solid #e2e7e9;
}
.rvt-header-menu__submenu-link {
  text-decoration: none;
  font-size: 0.875rem;
  display: block;
  padding: 0.5rem 1rem;
  width: 100%;
  color: #243142;
}

@media screen and (min-width: 46.25em) {
  .rvt-header-menu {
    top: 3.65rem;
  }
}
@media screen and (min-width: 67.5em) {
  .rvt-header-menu {
    display: flex;
    margin: 0;
    background-color: transparent;
    border-top: none;
    position: relative;
    top: unset;
    left: unset;
    font-size: 0.875rem;
    align-items: center;
    width: auto;
  }
  .rvt-header-menu__list {
    display: flex;
    padding: 0;
    margin: 0;
  }
  .rvt-header-menu__list li:not(:first-child) {
    border-top: none;
  }
  .rvt-header-menu__item:not(:first-child) {
    margin-left: 1rem;
  }
  .rvt-header-menu__item {
    position: relative;
  }
  .rvt-header-menu__group {
    align-items: center;
  }
  .rvt-header-menu__dropdown {
    width: auto;
  }
  .rvt-header-menu__link {
    display: block;
    margin-right: 0;
    padding: 0;
    position: relative;
  }
  .rvt-header-menu__item--current {
    padding-left: 0;
  }
  .rvt-header-menu__item--current .rvt-header-menu__link {
    color: #990000;
  }
  .rvt-header-menu__item--current::before {
    content: none;
  }
  .rvt-header-menu__item--current::after {
    content: "";
    display: block;
    background-color: #990000;
    width: 100%;
    height: 0.3rem;
    position: absolute;
    bottom: -1.65rem;
  }
  .rvt-header-menu__item--current .rvt-header-menu__toggle {
    background-color: #fff3f0;
    color: #990000;
  }
  .rvt-header-menu__submenu {
    position: absolute;
    top: 3.1rem;
    right: 0;
    width: 14rem;
    background-color: #ffffff;
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 1rem rgba(36, 49, 66, 0.2);
    padding: 0.5rem 0;
    list-style: none;
  }
  .rvt-header-menu__submenu-list {
    border-left: none;
  }
  .rvt-header-menu__submenu a:hover {
    background-color: #006298 !important;
    color: #ffffff !important;
    box-shadow: none !important;
  }
  .rvt-header-menu__submenu-item {
    margin-top: 0;
  }
  .rvt-header-menu__submenu-link {
    padding: 0.5rem 1rem;
  }
  .rvt-header-menu__submenu-link:hover {
    background-color: #f8f9fa;
  }
}
.rvt-header-wrapper {
  box-shadow: 0 0.1875rem 0.375rem rgba(36, 49, 66, 0.07);
  z-index: 900;
}
.rvt-header-wrapper__skip-link {
  position: fixed;
  top: -6rem;
  padding: 0.5rem;
  z-index: 999;
}
.rvt-header-wrapper__skip-link:focus {
  top: 0;
  background-color: #ffffff;
}

/**
 * Global header toggle stuff
 * -----------------------------------------------------------------------------
 * This was an attempt to make a generic toggle button (circle design) to use for
 * the the button that toggles visibility of the main nav, search, etc. on smaller
 * screens. It's turned into something more specific/tightly coupled to specific
 * toggle buttons. E.g. `__open`/`__close` and `__search`. If possible this
 * element shouldn't know anything about what KINDS of stuff it toggles.
 * It should know that it needs to display an icon, it's a <button> element,
 * and that's it.
 */
.rvt-global-toggle {
  background: none;
  border: 0.125rem solid #a0abb4;
  border-radius: 999rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #243142;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.rvt-global-toggle:hover {
  cursor: pointer;
  background-color: #006298;
  color: #ffffff;
  outline: 0.125rem solid #006298;
  outline-offset: 0.125rem;
}
.rvt-global-toggle__open, .rvt-global-toggle__close {
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
}
.rvt-global-toggle__search {
  flex-shrink: 0;
}
.rvt-global-toggle[aria-expanded=false] .rvt-global-toggle__close, .rvt-global-toggle[aria-expanded=true] .rvt-global-toggle__open {
  display: none;
}
.rvt-global-toggle[aria-expanded=false] .rvt-global-toggle__open, .rvt-global-toggle[aria-expanded=true] .rvt-global-toggle__close {
  display: inline-flex;
}

.rvt-layout {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.rvt-layout__wrapper {
  flex-grow: 1;
  width: 100%;
}
.rvt-layout__wrapper--details {
  display: flex;
  flex-direction: column-reverse;
}
.rvt-layout__content {
  min-width: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.rvt-layout__wrapper--single .rvt-layout__content {
  padding-left: 0;
}
.rvt-layout__break-out {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.rvt-layout__break-out img {
  width: 100%;
}
.rvt-layout__sidebar {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #e2e7e9;
}

@media screen and (min-width: 46.25em) {
  .rvt-layout__wrapper {
    flex-direction: row;
  }
  .rvt-layout__sidebar {
    flex-basis: 16rem;
    max-width: 16rem;
    flex-grow: 1;
    flex-shrink: 0;
    padding-top: 6rem;
    border-top: none;
    border-right: 1px solid #e2e7e9;
  }
  .rvt-layout__content {
    flex-grow: 1;
    padding-top: 6rem;
    padding-left: 4rem;
    padding-bottom: 4rem;
  }
  .rvt-layout__break-out {
    margin-left: -4rem;
  }
  .rvt-layout__break-out, .rvt-layout__break-out + * {
    --flow-space: 3rem;
  }
  .rvt-layout__wrapper--single .rvt-layout__break-out {
    margin-left: -1.5rem;
  }
}
@media screen and (min-width: 78.75em) {
  .rvt-layout__break-out {
    margin-right: -4rem;
  }
  .rvt-layout__wrapper--single .rvt-layout__break-out {
    margin-left: -4rem;
  }
  .rvt-layout__feature-slot {
    margin-right: -4rem;
    float: right;
    width: 24rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
  .rvt-layout__feature-slot + * {
    margin-top: 0;
  }
}
/* Your project's styles start here ... */
h1 {
  font-size: 2.5rem;
}

.ulib-h1 {
  border-bottom: 2px solid #900;
  margin-bottom: 25px;
  text-align: center;
}

.ulib-button {
  color: #fff;
  background: #900;
  border-style: solid;
  border-width: 1px;
  border-color: #900;
}

.ulib-button:hover {
  color: #900;
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #900;
}

a {
  color: rgb(167, 43, 80);
}

.grid-container {
  display: grid;
  grid-template-columns: auto;
  background-color: white;
  padding: 10px;
}

.grid-item-test {
  padding: 10px;
}

.grid-item {
  padding: 15px;
  border-bottom: 1px solid #aac7ef;
}

.right {
  float: right;
  padding: 10px;
}

.left {
  float: left;
  text-align: left;
  padding: 10px;
}

.container-ulib {
  color: white;
  background-color: #4a3c31;
  padding: 20px 20px 20px 85px;
}

.container-ulib a {
  color: white;
}

/*
.container-ulib > div {
    border-right: 1px solid white;
}
*/
.column {
  width: 33.3%;
  float: left;
  text-align: left;
}

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