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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 4px;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #68246d;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}

a:hover {
  color: #531d57;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width .35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.animate-icon .icon {
  transition: all .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .animate-icon .icon {
    transition: none;
  }
}

.animate-icon:hover .icon,
.animate-icon:focus .icon,
.ui-state-active .animate-icon .icon {
  transform: translateX(5px);
}

.image-scale-up-on-lazyload {
  transition: transform 2s ease-out, opacity .15s linear;
  transform: scale(.95);
}

.image-scale-up-on-lazyload.lazyloaded {
  transform: scale(1);
  opacity: 1;
}

.image-zoom-on-lazyload {
  transition: transform 2s ease-out, opacity .15s linear;
  transform: scale(1.02);
  opacity: 0;
}

.image-zoom-on-lazyload.lazyloaded {
  transform: scale(1);
  opacity: 1;
}

.image-fade-on-lazyload {
  transition: opacity .15s linear;
  opacity: 0;
}

.image-fade-on-lazyload.lazyloaded {
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.change-has-occurred [data-will-change],
.change-has-occurred[data-will-change] {
  animation-name: fadeIn;
  animation-duration: 1s;
}

@keyframes spin {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.spin {
  animation: spin 2s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition-delay: .01ms !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-delay: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

[data-aos=cti-fade-out] {
  transition-property: opacity;
  opacity: 1;
}

[data-aos=cti-fade-out].aos-animate {
  opacity: 0;
}

:focus,
button:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #74287a, 0 0 0 7px #fff !important;
}

.cke_editable:focus {
  outline: none;
  box-shadow: none;
}

html body [x-cloak] {
  display: none !important;
}

:root {
  --page-color: #68246d;
  --page-color-darker: #531d57;
  --site-header-height: 155px;
  --vh: 1vh;
  --container-max-width: 100%;
  --sub-site-page-header-padding-bottom: 24px;
  --grid-gutter-width: 30px;
  --grid-gutter-width-halve: 15px;
  --reliable-100vw: calc(100vw - var(--scrollbar-width));
  --scrollbar-width: 0px;
}

@media (min-width: 768px) {
  :root {
    --sub-site-page-header-padding-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  :root {
    --sub-site-page-header-padding-bottom: 48px;
  }
}

@media (min-width: 576px) {
  :root {
    --container-max-width: 540px;
  }
}

@media (min-width: 768px) {
  :root {
    --container-max-width: 720px;
  }
}

@media (min-width: 992px) {
  :root {
    --container-max-width: 960px;
  }
}

@media (min-width: 1200px) {
  :root {
    --container-max-width: 1140px;
  }
}

@media (min-width: 1920px) {
  :root {
    --container-max-width: 1440px;
  }
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v17-latin-300.eot?v1951eb6caa0");
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans-v17-latin-300.eot?v1951eb6caa0#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-300.woff2?v1951eb6caa0") format("woff2"), url("../fonts/open-sans-v17-latin-300.woff?v1951eb6caa0") format("woff"), url("../fonts/open-sans-v17-latin-300.ttf?v1951eb6caa0") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v17-latin-regular.eot?v1951eb6caad");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v17-latin-regular.eot?v1951eb6caad#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-regular.woff2?v1951eb6caae") format("woff2"), url("../fonts/open-sans-v17-latin-regular.woff?v1951eb6caae") format("woff"), url("../fonts/open-sans-v17-latin-regular.ttf?v1951eb6caae") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/open-sans-v17-latin-300italic.eot?v1951eb6caa0");
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../fonts/open-sans-v17-latin-300italic.eot?v1951eb6caa0#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-300italic.woff2?v1951eb6caa2") format("woff2"), url("../fonts/open-sans-v17-latin-300italic.woff?v1951eb6caa1") format("woff"), url("../fonts/open-sans-v17-latin-300italic.ttf?v1951eb6caa1") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v17-latin-italic.eot?v1951eb6caab");
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/open-sans-v17-latin-italic.eot?v1951eb6caab#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-italic.woff2?v1951eb6caad") format("woff2"), url("../fonts/open-sans-v17-latin-italic.woff?v1951eb6caad") format("woff"), url("../fonts/open-sans-v17-latin-italic.ttf?v1951eb6caac") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v17-latin-600.eot?v1951eb6caa2");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans-v17-latin-600.eot?v1951eb6caa2#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-600.woff2?v1951eb6caa3") format("woff2"), url("../fonts/open-sans-v17-latin-600.woff?v1951eb6caa3") format("woff"), url("../fonts/open-sans-v17-latin-600.ttf?v1951eb6caa3") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/open-sans-v17-latin-600italic.eot?v1951eb6caa3");
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("../fonts/open-sans-v17-latin-600italic.eot?v1951eb6caa3#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-600italic.woff2?v1951eb6caa4") format("woff2"), url("../fonts/open-sans-v17-latin-600italic.woff?v1951eb6caa4") format("woff"), url("../fonts/open-sans-v17-latin-600italic.ttf?v1951eb6caa3") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v17-latin-700.eot?v1951eb6caa4");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v17-latin-700.eot?v1951eb6caa4#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-700.woff2?v1951eb6caa5") format("woff2"), url("../fonts/open-sans-v17-latin-700.woff?v1951eb6caa5") format("woff"), url("../fonts/open-sans-v17-latin-700.ttf?v1951eb6caa4") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/open-sans-v17-latin-700italic.eot?v1951eb6caa6");
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/open-sans-v17-latin-700italic.eot?v1951eb6caa6#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-700italic.woff2?v1951eb6caa7") format("woff2"), url("../fonts/open-sans-v17-latin-700italic.woff?v1951eb6caa7") format("woff"), url("../fonts/open-sans-v17-latin-700italic.ttf?v1951eb6caa6") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v17-latin-800.eot?v1951eb6caa8");
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/open-sans-v17-latin-800.eot?v1951eb6caa8#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-800.woff2?v1951eb6caa9") format("woff2"), url("../fonts/open-sans-v17-latin-800.woff?v1951eb6caa8") format("woff"), url("../fonts/open-sans-v17-latin-800.ttf?v1951eb6caa8") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/open-sans-v17-latin-800italic.eot?v1951eb6caa9");
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url("../fonts/open-sans-v17-latin-800italic.eot?v1951eb6caa9#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-800italic.woff2?v1951eb6caab") format("woff2"), url("../fonts/open-sans-v17-latin-800italic.woff?v1951eb6caaa") format("woff"), url("../fonts/open-sans-v17-latin-800italic.ttf?v1951eb6caaa") format("truetype");
  font-display:swap;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
}

html {
  font-size: 100%;
  line-height: 1.5em;
}

.base {
  font-size: 100%;
  line-height: 1.5em;
}

.hero {
  font-size: 3.8125rem;
  line-height: 60px;
}

@media all and (min-width: 1200px) {
  .hero {
    font-size: 4.75rem;
    line-height: 72px;
  }
}

@media all and (min-width: 1920px) {
  .hero {
    font-size: 5.9375rem;
    line-height: 88px;
  }
}

.sidekick {
  font-size: 3.0625rem;
  line-height: 48px;
}

@media all and (min-width: 1200px) {
  .sidekick {
    font-size: 3.8125rem;
    line-height: 60px;
  }
}

@media all and (min-width: 1920px) {
  .sidekick {
    font-size: 4.75rem;
    line-height: 72px;
  }
}

.h1 {
  font-size: 2.4375rem;
  line-height: 40px;
}

@media all and (min-width: 1200px) {
  .h1 {
    font-size: 3.0625rem;
    line-height: 48px;
  }
}

@media all and (min-width: 1920px) {
  .h1 {
    font-size: 3.8125rem;
    line-height: 60px;
  }
}

.h2 {
  font-size: 1.9375rem;
  line-height: 32px;
}

@media all and (min-width: 1200px) {
  .h2 {
    font-size: 2.4375rem;
    line-height: 40px;
  }
}

@media all and (min-width: 1920px) {
  .h2 {
    font-size: 3.0625rem;
    line-height: 48px;
  }
}

.h3 {
  font-size: 1.5625rem;
  line-height: 24px;
}

@media all and (min-width: 1200px) {
  .h3 {
    font-size: 1.9375rem;
    line-height: 32px;
  }
}

@media all and (min-width: 1920px) {
  .h3 {
    font-size: 2.4375rem;
    line-height: 40px;
  }
}

.h4 {
  font-size: 1.25rem;
  line-height: 20px;
}

@media all and (min-width: 1200px) {
  .h4 {
    font-size: 1.5625rem;
    line-height: 24px;
  }
}

@media all and (min-width: 1920px) {
  .h4 {
    font-size: 1.9375rem;
    line-height: 32px;
  }
}

.h5 {
  font-size: 1.25rem;
  line-height: 20px;
}

@media all and (min-width: 1920px) {
  .h5 {
    font-size: 1.5625rem;
    line-height: 24px;
  }
}

.h6 {
  font-size: 1.25rem;
  line-height: 20px;
}

.container,
.header,
.main,
.footer,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container,
  .header,
  .main,
  .footer {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container,
  .header,
  .main,
  .footer {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .header,
  .main,
  .footer {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .header,
  .main,
  .footer {
    max-width: 1140px;
  }
}

@media (min-width: 1920px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .header,
  .main,
  .footer {
    max-width: 1440px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto,
.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3>* {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6>* {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1920px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

@keyframes underline-gradient {
  0% {
    transform: translate3d(0%, 0%, 0);
  }

  50% {
    transform: translate3d(-75%, 0%, 0);
  }

  100% {
    transform: translate3d(0%, 0%, 0);
  }
}

.link {
  display: inline-block;
}

.list-item .link {
  display: inline;
}

.main-sidebar .list-item .link {
  display: block;
}

.text-long a:not(.btn),
.standout-content-summary a {
  text-decoration: underline;
  font-weight: bold;
  overflow-wrap: break-word;
}

.has-dark-bg .text-long a:not(.btn),
.has-dark-bg .has-dark-bg__themed-link,
.has-dark-bg a.cta-link {
  color: currentColor;
}

.t4-text-long a:not(.btn),
.standout-content-summary a {
  text-decoration: underline;
  font-weight: bold;
  overflow-wrap: break-word;
}

.has-dark-bg .t4-text-long a:not(.btn),
.has-dark-bg .has-dark-bg__themed-link,
.has-dark-bg a.cta-link {
  color: currentColor;
}

.cta-link:hover .icon,
.cta-link:focus .icon {
  transform: translateX(16px);
}

h2 {
  margin: 0;
  margin-bottom: .5em;
}

.text-long h2 {
  font-size: 1.5625rem;
  line-height: 24px;
}

@media all and (min-width: 1200px) {
  .text-long h2 {
    font-size: 1.9375rem;
    line-height: 32px;
  }
}

@media all and (min-width: 1920px) {
  .text-long h2 {
    font-size: 2.4375rem;
    line-height: 40px;
  }
}

.text-long h2+* {
  margin-top: 16px !important;
}

h3 {
  margin: 0;
  margin-bottom: .5em;
}

.text-long h3 {
  font-size: 1.25rem;
  line-height: 20px;
}

@media all and (min-width: 1200px) {
  .text-long h3 {
    font-size: 1.5625rem;
    line-height: 24px;
  }
}

@media all and (min-width: 1920px) {
  .text-long h3 {
    font-size: 1.9375rem;
    line-height: 32px;
  }
}

.text-long h3+* {
  margin-top: 16px !important;
}

h4 {
  margin: 0;
  margin-bottom: .5em;
}

.text-long h4 {
  font-size: 1.25rem;
  line-height: 20px;
}

@media all and (min-width: 1920px) {
  .text-long h4 {
    font-size: 1.5625rem;
    line-height: 24px;
  }
}

.text-long h4+* {
  margin-top: 16px !important;
}

h5 {
  margin: 0;
  margin-bottom: .5em;
}

.text-long h5 {
  font-size: 1.25rem;
  line-height: 20px;
}

.text-long h5+* {
  margin-top: 16px !important;
}

h2 {
  margin: 0;
  margin-bottom: .5em;
}

.t4-text-long h2 {
  font-size: 1.5625rem;
  line-height: 24px;
}

@media all and (min-width: 1200px) {
  .t4-text-long h2 {
    font-size: 1.9375rem;
    line-height: 32px;
  }
}

@media all and (min-width: 1920px) {
  .t4-text-long h2 {
    font-size: 2.4375rem;
    line-height: 40px;
  }
}

.t4-text-long h2+* {
  margin-top: 16px !important;
}

h3 {
  margin: 0;
  margin-bottom: .5em;
}

.t4-text-long h3 {
  font-size: 1.25rem;
  line-height: 20px;
}

@media all and (min-width: 1200px) {
  .t4-text-long h3 {
    font-size: 1.5625rem;
    line-height: 24px;
  }
}

@media all and (min-width: 1920px) {
  .t4-text-long h3 {
    font-size: 1.9375rem;
    line-height: 32px;
  }
}

.t4-text-long h3+* {
  margin-top: 16px !important;
}

h4 {
  margin: 0;
  margin-bottom: .5em;
}

.t4-text-long h4 {
  font-size: 1.25rem;
  line-height: 20px;
}

@media all and (min-width: 1920px) {
  .t4-text-long h4 {
    font-size: 1.5625rem;
    line-height: 24px;
  }
}

.t4-text-long h4+* {
  margin-top: 16px !important;
}

h5 {
  margin: 0;
  margin-bottom: .5em;
}

.t4-text-long h5 {
  font-size: 1.25rem;
  line-height: 20px;
}

.t4-text-long h5+* {
  margin-top: 16px !important;
}

.u-heading-bar:before {
  margin-bottom: 24px;
  background-color: #68246d;
  content: "";
  height: 6px;
  width: 100px;
  display: block;
}

.has-dark-bg .u-heading-bar:before {
  background-color: #fff;
}

@media (min-width: 992px) {
  .u-heading-bar:before {
    height: 8px;
    width: 130px;
  }
}

.blockquote,
.text-long blockquote {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  line-height: 1;
  margin-bottom: 8px;
  font-size: 25px;
  max-width: 40ch;
}

.testimonial blockquote {
  max-width: 100%;
  margin-left: 0;
  max-width: 66ch;
}

.testimonial blockquote+figcaption {
  margin-left: 0;
}

.blockquote,
.text-long:not(.cke_editable) blockquote {
  padding-top: 56px;
  padding-bottom: 56px;
}

.blockquote+figcaption,
.text-long:not(.cke_editable) blockquote+figcaption {
  font-weight: 600;
  margin-bottom: 32px;
  max-width: 40ch;
}

@media (min-width: 768px) {
  .blockquote+figcaption,
  .text-long:not(.cke_editable) blockquote+figcaption {
    margin-left: 32px;
  }
}

@media (min-width: 768px) {
  .blockquote,
  .text-long:not(.cke_editable) blockquote {
    margin-left: 32px;
  }
}

.blockquote,
.blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left.svg?v1951eb6cab2"), url("../images/blockquote/quote-marks-right.svg?v1951eb6cab5");
  background-repeat: no-repeat;
  background-size: 2.5em;
  background-position: top left, bottom right;
}

body {
  font-family: Open Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

body html {
  font-size: 100%;
  line-height: 1.5em;
}

.hr,
.text-long hr {
  display: inline-block;
  border-width: 0;
  margin-bottom: 0;
  border-color: currentColor;
  width: 100px;
}

::-moz-selection {
  background-color: #68246d;
  color: #fff;
}

::selection {
  background-color: #68246d;
  color: #fff;
}

.text-long br+br {
  display: none;
}

.text-long .caps {
  font-variant-caps: all-small-caps;
}

.text-long ul li:not(:last-child) {
  margin-bottom: 8px;
}

.text-long p {
  max-width: 90ch;
  line-height: 1.5;
}

.t4-text-long br+br {
  display: none;
}

.t4-text-long .caps {
  font-variant-caps: all-small-caps;
}

.t4-text-long ul li:not(:last-child) {
  margin-bottom: 8px;
}

.t4-text-long p {
  line-height: 1.5;
}

.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
  padding-right: 16px;
  margin: 0;
}

.list-inline .list-inline-item:last-of-type {
  padding-right: 0;
}

.link-list-wrapped {
  max-height: 12rem;
}

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

figure {
  margin: 0;
}

@media (min-width: 768px) {
  figure.img-left {
    float: left;
    margin-right: 32px;
  }
}

@media (min-width: 768px) {
  figure.img-right {
    float: right;
    margin-left: 32px;
  }
}

.figure__caption {
  font-style: italic;
}

img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyload,
img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyloading,
img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyloaded {
  transition: opacity .15s linear;
  will-change: opacity;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyload,
  img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyloading,
  img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyloaded {
    transition: none;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyload,
  img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyloading,
  img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyloaded {
    opacity: 1;
  }
}

img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyloaded {
  opacity: 1;
}

.embed-responsive>picture,
.embed-responsive>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
}

.icon {
  display: inline-block;
  overflow: visible;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: currentColor;
}

.ui-autocomplete {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  max-width: 100vw !important;
  border-radius: .25rem !important;
  overflow: hidden !important;
  background-color: #fff !important;
  border-color: #f7f7f7 !important;
  border-color: #333123 !important;
}

.ui-autocomplete .ui-menu-item-wrapper .node--live-result {
  color: #333123;
  background-color: #fff;
}

.ui-autocomplete .ui-menu-item-wrapper.ui-state-active .node--live-result {
  background-color: #f7f7f7;
}

.ui-autocomplete__primary {
  background-color: #68246d !important;
  border-color: #fff !important;
}

.ui-autocomplete__primary .ui-menu-item-wrapper .node--live-result {
  color: #fff !important;
  background-color: #68246d !important;
}

.ui-autocomplete__primary .ui-menu-item-wrapper.ui-state-active .node--live-result {
  background-color: #531d57 !important;
}

.ui-autocomplete__tertiary {
  border-color: #00aeef !important;
}

.ui-autocomplete__grey-400 {
  background-color: #3c3c3b !important;
  border-color: #898e91 !important;
}

.ui-autocomplete__grey-400 .ui-menu-item-wrapper .node--live-result {
  color: #fff !important;
  background-color: #3c3c3b !important;
}

.ui-autocomplete__grey-400 .ui-menu-item-wrapper.ui-state-active .node--live-result {
  background-color: #333123 !important;
}

@media (min-width: 0)and (max-width: 768px) {
  .ui-autocomplete {
    left: 0 !important;
    right: 0 !important;
    border-style: none !important;
    border-radius: 0 !important;
  }
}

.search-api-autocomplete-search .ui-menu-item:hover {
  background: unset;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1em + 2rem + 4px);
  padding: 1rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #333123;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #333123;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

.form-control:focus {
  color: #333123;
  background-color: #fff;
  border-color: #74287a;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.form-control::-moz-placeholder {
  color: #64696c;
  opacity: 1;
}

.form-control::placeholder {
  color: #64696c;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #333123;
}

select.form-control:focus::-ms-value {
  color: #333123;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(1rem + 2px);
  padding-bottom: calc(1rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
}

.col-form-label-lg {
  padding-top: calc(1.5rem + 2px);
  padding-bottom: calc(1.5rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(.5rem + 2px);
  padding-bottom: calc(.5rem + 2px);
  font-size: .8125rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #212529;
  background-color: rgba(0, 0, 0, 0);
  border: solid rgba(0, 0, 0, 0);
  border-width: 2px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 1rem + 4px);
  padding: .5rem .5rem;
  font-size: .8125rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-control-lg {
  height: calc(1.5em + 3rem + 4px);
  padding: 1.5rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: .25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #449d44;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .8125rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(68, 157, 68, .9);
  border-radius: 0;
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
  left: 5px;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #449d44;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #449d44;
  box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .25);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #449d44;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #449d44;
  box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #449d44;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
  color: #449d44;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
  border-color: #449d44;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
  border-color: rgb(91.72, 184.28, 91.72);
  background-color: rgb(91.72, 184.28, 91.72);
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #449d44;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
  border-color: #449d44;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #449d44;
  box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #be1e2c;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .8125rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(190, 30, 44, .9);
  border-radius: 0;
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
  left: 5px;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #be1e2c;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #be1e2c;
  box-shadow: 0 0 0 .2rem rgba(190, 30, 44, .25);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #be1e2c;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #be1e2c;
  box-shadow: 0 0 0 .2rem rgba(190, 30, 44, .25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: #be1e2c;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
  color: #be1e2c;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
  border-color: #be1e2c;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
  border-color: rgb(222.4090909091, 48.5909090909, 63.8);
  background-color: rgb(222.4090909091, 48.5909090909, 63.8);
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(190, 30, 44, .25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #be1e2c;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
  border-color: #be1e2c;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #be1e2c;
  box-shadow: 0 0 0 .2rem rgba(190, 30, 44, .25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
  margin-left: -2px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.custom-file {
  display: flex;
  align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
  margin-left: -2px;
}

.input-group-prepend {
  margin-right: -2px;
}

.input-group-append {
  margin-left: -2px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #333123;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #333123;
  border-radius: 0;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
  height: calc(1.5em + 3rem + 4px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
  padding: 1.5rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
  height: calc(1.5em + 1rem + 4px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
  padding: .5rem .5rem;
  font-size: .8125rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 2rem;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1rem;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #68246d;
  background-color: #68246d;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #74287a;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: hsl(295.8904109589, 50.3448275862%, 63.431372549%);
  border-color: hsl(295.8904109589, 50.3448275862%, 63.431372549%);
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #68246d;
  background-color: #68246d;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(104, 36, 109, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(104, 36, 109, .5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(104, 36, 109, .5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(104, 36, 109, .5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1em + 2rem + 4px);
  padding: 1rem 2rem 1rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #333123;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat;
  border: 2px solid #333123;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #74287a;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.custom-select:focus::-ms-value {
  color: #333123;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #333123;
}

.custom-select-sm {
  height: calc(1.5em + 1rem + 4px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
  font-size: .8125rem;
}

.custom-select-lg {
  height: calc(1.5em + 3rem + 4px);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1em + 2rem + 4px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1em + 2rem + 4px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: #74287a;
  box-shadow: 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1em + 2rem + 4px);
  padding: 1rem 1rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1;
  color: #333123;
  background-color: #fff;
  border: 2px solid #333123;
  border-radius: 0;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1em + 2rem);
  padding: 1rem 1rem;
  line-height: 1;
  color: #333123;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #68246d;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: hsl(295.8904109589, 50.3448275862%, 63.431372549%);
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #68246d;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: hsl(295.8904109589, 50.3448275862%, 63.431372549%);
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #68246d;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: hsl(295.8904109589, 50.3448275862%, 63.431372549%);
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-width: .5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.custom-select-wrapper::after {
  position: absolute;
  top: 1px;
  right: calc(1em + 2rem + 4px);
  bottom: 1px;
  content: "";
  border-left: 2px solid #333123;
}

.custom-select-wrapper:focus-within::after {
  border-color: #74287a;
}

.custom-select-wrapper.has-dark-bg:focus-within::after {
  border-color: #fff;
}

.custom-select-wrapper-sm {
  font-size: .8125rem;
}

.custom-select-wrapper-sm::after {
  right: calc(1.5em + 1rem + 4px);
}

.custom-select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: calc(1em + 2rem + 4px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true' class='feather feather-chevron-down sc-dnqmqq jxshSx' data-reactid='266' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right calc(calc(1em + 2rem + 4px)/2 - 1.5em/2) center;
  background-size: 1.5em 1.5em;
}

.custom-select.has-dark-bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true' class='feather feather-chevron-down sc-dnqmqq jxshSx' data-reactid='266' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}

.custom-select-sm {
  padding-right: calc(1.5em + 1rem + 4px);
  background-size: 1em 1em;
  background-position: right calc(calc(1.5em + 1rem + 4px)/2 - 1em/2) center;
}

.custom-autocomplete {
  background-image: none !important;
}

details summary::-webkit-details-marker {
  display: none;
}

details [data-details-close-arrow] {
  display: none;
}

details[open] [data-details-open-arrow] {
  display: none;
}

details[open] [data-details-close-arrow] {
  display: initial;
}

.ui-autocomplete-loading+.form-element-loading {
  display: inline-block !important;
}

.form-item--error-message {
  color: #be1e2c;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
}

legend {
  -webkit-margin-collapse: separate;
}

.icon-input:focus-within {
  color: #333123;
  border-color: #74287a;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.icon-input .form-control {
  height: inherit;
  border-radius: inherit;
}

.icon-input .form-control:focus {
  outline: none;
  box-shadow: none;
}

.transparent-select {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-weight: 600;
  background-color: transparent;
  border-radius: .25rem;
  border-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: currentColor;
  padding: .6em 2.5em .5em .8em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"), linear-gradient(to bottom, transparent 0%, transparent 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 1.5em auto, 100%;
  line-height: 1.3;
}

.transparent-select.has-light-bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"), linear-gradient(to bottom, transparent 0%, transparent 100%);
}

.transparent-select::-ms-expand {
  display: none;
}

.transparent-select option {
  font-weight: 400;
}

.btn {
  display: inline-block;
  font-weight: 700;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  padding: 1rem 3rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0 0 9999px 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.btn.disabled,
.btn:disabled {
  opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(76.5655172414, 26.5034482759, 80.2465517241);
  border-color: rgb(67.4206896552, 23.3379310345, 70.6620689655);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgb(76.5655172414, 26.5034482759, 80.2465517241);
  border-color: rgb(67.4206896552, 23.3379310345, 70.6620689655);
  box-shadow: 0 0 0 .2rem rgba(126.65, 68.85, 130.9, .5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(67.4206896552, 23.3379310345, 70.6620689655);
  border-color: rgb(58.275862069, 20.1724137931, 61.0775862069);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(126.65, 68.85, 130.9, .5);
}

.btn-secondary {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
}

.btn-secondary:hover {
  color: #333123;
  background-color: rgb(255, 204.845177665, 19.75);
  border-color: rgb(255, 202.1269035533, 7);
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #333123;
  background-color: rgb(255, 204.845177665, 19.75);
  border-color: rgb(255, 202.1269035533, 7);
  box-shadow: 0 0 0 .2rem rgba(224.4, 188.4, 54.55, .5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #333123;
  background-color: rgb(255, 202.1269035533, 7);
  border-color: rgb(249.25, 196.1104060914, 0);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(224.4, 188.4, 54.55, .5);
}

.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
}

.btn-success:hover {
  color: #fff;
  background-color: rgb(56.44, 130.31, 56.44);
  border-color: hsl(120, 39.5555555556%, 34.1176470588%);
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: rgb(56.44, 130.31, 56.44);
  border-color: hsl(120, 39.5555555556%, 34.1176470588%);
  box-shadow: 0 0 0 .2rem rgba(96.05, 171.7, 96.05, .5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: hsl(120, 39.5555555556%, 34.1176470588%);
  border-color: hsl(120, 39.5555555556%, 31.6176470588%);
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(96.05, 171.7, 96.05, .5);
}

.btn-info {
  color: #fff;
  background-color: #1180a1;
  border-color: #1180a1;
}

.btn-info:hover {
  color: #fff;
  background-color: hsl(193.75, 80.8988764045%, 27.4019607843%);
  border-color: hsl(193.75, 80.8988764045%, 24.9019607843%);
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: hsl(193.75, 80.8988764045%, 27.4019607843%);
  border-color: hsl(193.75, 80.8988764045%, 24.9019607843%);
  box-shadow: 0 0 0 .2rem rgba(52.7, 147.05, 175.1, .5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #1180a1;
  border-color: #1180a1;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: hsl(193.75, 80.8988764045%, 24.9019607843%);
  border-color: hsl(193.75, 80.8988764045%, 22.4019607843%);
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52.7, 147.05, 175.1, .5);
}

.btn-warning {
  color: #fff;
  background-color: #da611e;
  border-color: #da611e;
}

.btn-warning:hover {
  color: #fff;
  background-color: rgb(184.377016129, 82.0393145161, 25.372983871);
  border-color: rgb(173.1693548387, 77.0524193548, 23.8306451613);
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: rgb(184.377016129, 82.0393145161, 25.372983871);
  border-color: rgb(173.1693548387, 77.0524193548, 23.8306451613);
  box-shadow: 0 0 0 .2rem rgba(223.55, 120.7, 63.75, .5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #da611e;
  border-color: #da611e;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(173.1693548387, 77.0524193548, 23.8306451613);
  border-color: rgb(161.9616935484, 72.0655241935, 22.2883064516);
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(223.55, 120.7, 63.75, .5);
}

.btn-danger {
  color: #fff;
  background-color: #be1e2c;
  border-color: #be1e2c;
}

.btn-danger:hover {
  color: #fff;
  background-color: rgb(156.9659090909, 24.7840909091, 36.35);
  border-color: rgb(145.9545454545, 23.0454545455, 33.8);
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: rgb(156.9659090909, 24.7840909091, 36.35);
  border-color: rgb(145.9545454545, 23.0454545455, 33.8);
  box-shadow: 0 0 0 .2rem rgba(199.75, 63.75, 75.65, .5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #be1e2c;
  border-color: #be1e2c;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(145.9545454545, 23.0454545455, 33.8);
  border-color: rgb(134.9431818182, 21.3068181818, 31.25);
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(199.75, 63.75, 75.65, .5);
}

.btn-light {
  color: #333123;
  background-color: #fff;
  border-color: #fff;
}

.btn-light:hover {
  color: #333123;
  background-color: hsl(0, 0%, 92.5%);
  border-color: hsl(0, 0%, 90%);
}

.btn-light:focus,
.btn-light.focus {
  color: #333123;
  background-color: hsl(0, 0%, 92.5%);
  border-color: hsl(0, 0%, 90%);
  box-shadow: 0 0 0 .2rem rgba(224.4, 224.1, 222, .5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #333123;
  background-color: #fff;
  border-color: #fff;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #333123;
  background-color: hsl(0, 0%, 90%);
  border-color: hsl(0, 0%, 87.5%);
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(224.4, 224.1, 222, .5);
}

.btn-dark {
  color: #fff;
  background-color: #333123;
  border-color: #333123;
}

.btn-dark:hover {
  color: #fff;
  background-color: hsl(52.5, 18.6046511628%, 9.362745098%);
  border-color: hsl(52.5, 18.6046511628%, 6.862745098%);
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: hsl(52.5, 18.6046511628%, 9.362745098%);
  border-color: hsl(52.5, 18.6046511628%, 6.862745098%);
  box-shadow: 0 0 0 .2rem rgba(81.6, 79.9, 68, .5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #333123;
  border-color: #333123;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: hsl(52.5, 18.6046511628%, 6.862745098%);
  border-color: hsl(52.5, 18.6046511628%, 4.362745098%);
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(81.6, 79.9, 68, .5);
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:hover {
  color: #fff;
  background-color: rgb(48.3045023697, 72.8661137441, 124.4454976303);
  border-color: rgb(44.7393364929, 67.4881516588, 115.2606635071);
}

.btn-facebook:focus,
.btn-facebook.focus {
  color: #fff;
  background-color: rgb(48.3045023697, 72.8661137441, 124.4454976303);
  border-color: rgb(44.7393364929, 67.4881516588, 115.2606635071);
  box-shadow: 0 0 0 .2rem rgba(88.4, 113.9, 167.45, .5);
}

.btn-facebook.disabled,
.btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.show>.btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: rgb(44.7393364929, 67.4881516588, 115.2606635071);
  border-color: rgb(41.1741706161, 62.1101895735, 106.0758293839);
}

.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.show>.btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(88.4, 113.9, 167.45, .5);
}

.btn-instagram {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-instagram:hover {
  color: #fff;
  background-color: hsl(0, 0%, 19.1666666667%);
  border-color: rgb(42.5, 42.5, 42.5);
}

.btn-instagram:focus,
.btn-instagram.focus {
  color: #fff;
  background-color: hsl(0, 0%, 19.1666666667%);
  border-color: rgb(42.5, 42.5, 42.5);
  box-shadow: 0 0 0 .2rem rgba(96.05, 96.05, 96.05, .5);
}

.btn-instagram.disabled,
.btn-instagram:disabled {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:not(:disabled):not(.disabled).active,
.show>.btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: rgb(42.5, 42.5, 42.5);
  border-color: hsl(0, 0%, 14.1666666667%);
}

.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram:not(:disabled):not(.disabled).active:focus,
.show>.btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(96.05, 96.05, 96.05, .5);
}

.btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}

.btn-linkedin:hover {
  color: #fff;
  background-color: rgb(0, 93.8522099448, 142.75);
  border-color: rgb(0, 85.4696132597, 130);
}

.btn-linkedin:focus,
.btn-linkedin.focus {
  color: #fff;
  background-color: rgb(0, 93.8522099448, 142.75);
  border-color: rgb(0, 85.4696132597, 130);
  box-shadow: 0 0 0 .2rem rgba(38.25, 139.4, 192.1, .5);
}

.btn-linkedin.disabled,
.btn-linkedin:disabled {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}

.btn-linkedin:not(:disabled):not(.disabled):active,
.btn-linkedin:not(:disabled):not(.disabled).active,
.show>.btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 85.4696132597, 130);
  border-color: rgb(0, 77.0870165746, 117.25);
}

.btn-linkedin:not(:disabled):not(.disabled):active:focus,
.btn-linkedin:not(:disabled):not(.disabled).active:focus,
.show>.btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38.25, 139.4, 192.1, .5);
}

.btn-tertiary {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
}

.btn-tertiary:hover {
  color: #fff;
  background-color: rgb(0, 146.1527196653, 200.75);
  border-color: rgb(0, 136.870292887, 188);
}

.btn-tertiary:focus,
.btn-tertiary.focus {
  color: #fff;
  background-color: rgb(0, 146.1527196653, 200.75);
  border-color: rgb(0, 136.870292887, 188);
  box-shadow: 0 0 0 .2rem rgba(38.25, 186.15, 241.4, .5);
}

.btn-tertiary.disabled,
.btn-tertiary:disabled {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
}

.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled).active,
.show>.btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 136.870292887, 188);
  border-color: rgb(0, 127.5878661088, 175.25);
}

.btn-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-tertiary:not(:disabled):not(.disabled).active:focus,
.show>.btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38.25, 186.15, 241.4, .5);
}

.btn-gold {
  color: #333123;
  background-color: #afa961;
  border-color: #afa961;
}

.btn-gold:hover {
  color: #fff;
  background-color: rgb(155.1785714286, 149.2857142857, 78.5714285714);
  border-color: rgb(146.7142857143, 141.1428571429, 74.2857142857);
}

.btn-gold:focus,
.btn-gold.focus {
  color: #fff;
  background-color: rgb(155.1785714286, 149.2857142857, 78.5714285714);
  border-color: rgb(146.7142857143, 141.1428571429, 74.2857142857);
  box-shadow: 0 0 0 .2rem rgba(156.4, 151, 87.7, .5);
}

.btn-gold.disabled,
.btn-gold:disabled {
  color: #333123;
  background-color: #afa961;
  border-color: #afa961;
}

.btn-gold:not(:disabled):not(.disabled):active,
.btn-gold:not(:disabled):not(.disabled).active,
.show>.btn-gold.dropdown-toggle {
  color: #fff;
  background-color: rgb(146.7142857143, 141.1428571429, 74.2857142857);
  border-color: rgb(138.25, 133, 70);
}

.btn-gold:not(:disabled):not(.disabled):active:focus,
.btn-gold:not(:disabled):not(.disabled).active:focus,
.show>.btn-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(156.4, 151, 87.7, .5);
}

.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-twitter:hover {
  color: #fff;
  background-color: rgb(12.660041841, 141.2081589958, 220.089958159);
  border-color: rgb(11.9665271967, 133.4728033473, 208.0334728033);
}

.btn-twitter:focus,
.btn-twitter.focus {
  color: #fff;
  background-color: rgb(12.660041841, 141.2081589958, 220.089958159);
  border-color: rgb(11.9665271967, 133.4728033473, 208.0334728033);
  box-shadow: 0 0 0 .2rem rgba(62.9, 175.1, 243.95, .5);
}

.btn-twitter.disabled,
.btn-twitter:disabled {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.show>.btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: rgb(11.9665271967, 133.4728033473, 208.0334728033);
  border-color: rgb(11.2730125523, 125.7374476987, 195.9769874477);
}

.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.show>.btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(62.9, 175.1, 243.95, .5);
}

.btn-youtube {
  color: #fff;
  background-color: red;
  border-color: red;
}

.btn-youtube:hover {
  color: #fff;
  background-color: rgb(216.75, 0, 0);
  border-color: #c00;
}

.btn-youtube:focus,
.btn-youtube.focus {
  color: #fff;
  background-color: rgb(216.75, 0, 0);
  border-color: #c00;
  box-shadow: 0 0 0 .2rem hsla(0, 100%, 57.5%, .5);
}

.btn-youtube.disabled,
.btn-youtube:disabled {
  color: #fff;
  background-color: red;
  border-color: red;
}

.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:not(:disabled):not(.disabled).active,
.show>.btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #c00;
  border-color: rgb(191.25, 0, 0);
}

.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube:not(:disabled):not(.disabled).active:focus,
.show>.btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem hsla(0, 100%, 57.5%, .5);
}

.btn-outline-primary {
  color: #68246d;
  border-color: #68246d;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 .2rem rgba(104, 36, 109, .5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #68246d;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(104, 36, 109, .5);
}

.btn-outline-secondary {
  color: #ffd53a;
  border-color: #ffd53a;
}

.btn-outline-secondary:hover {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 .2rem rgba(255, 213, 58, .5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #ffd53a;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 213, 58, .5);
}

.btn-outline-success {
  color: #449d44;
  border-color: #449d44;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #449d44;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .5);
}

.btn-outline-info {
  color: #1180a1;
  border-color: #1180a1;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #1180a1;
  border-color: #1180a1;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 .2rem rgba(17, 128, 161, .5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #1180a1;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #1180a1;
  border-color: #1180a1;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(17, 128, 161, .5);
}

.btn-outline-warning {
  color: #da611e;
  border-color: #da611e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #da611e;
  border-color: #da611e;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 .2rem rgba(218, 97, 30, .5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #da611e;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #da611e;
  border-color: #da611e;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(218, 97, 30, .5);
}

.btn-outline-danger {
  color: #be1e2c;
  border-color: #be1e2c;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #be1e2c;
  border-color: #be1e2c;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 .2rem rgba(190, 30, 44, .5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #be1e2c;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #be1e2c;
  border-color: #be1e2c;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(190, 30, 44, .5);
}

.btn-outline-light {
  color: #fff;
  border-color: #fff;
}

.btn-outline-light:hover {
  color: #333123;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #333123;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5);
}

.btn-outline-dark {
  color: #333123;
  border-color: #333123;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #333123;
  border-color: #333123;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 .2rem rgba(51, 49, 35, .5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #333123;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #333123;
  border-color: #333123;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(51, 49, 35, .5);
}

.btn-outline-facebook {
  color: #3b5998;
  border-color: #3b5998;
}

.btn-outline-facebook:hover {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-outline-facebook:focus,
.btn-outline-facebook.focus {
  box-shadow: 0 0 0 .2rem rgba(59, 89, 152, .5);
}

.btn-outline-facebook.disabled,
.btn-outline-facebook:disabled {
  color: #3b5998;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-facebook:not(:disabled):not(.disabled):active,
.btn-outline-facebook:not(:disabled):not(.disabled).active,
.show>.btn-outline-facebook.dropdown-toggle {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-outline-facebook:not(:disabled):not(.disabled):active:focus,
.btn-outline-facebook:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(59, 89, 152, .5);
}

.btn-outline-instagram {
  color: #444;
  border-color: #444;
}

.btn-outline-instagram:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-outline-instagram:focus,
.btn-outline-instagram.focus {
  box-shadow: 0 0 0 .2rem rgba(68, 68, 68, .5);
}

.btn-outline-instagram.disabled,
.btn-outline-instagram:disabled {
  color: #444;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-instagram:not(:disabled):not(.disabled):active,
.btn-outline-instagram:not(:disabled):not(.disabled).active,
.show>.btn-outline-instagram.dropdown-toggle {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-outline-instagram:not(:disabled):not(.disabled):active:focus,
.btn-outline-instagram:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(68, 68, 68, .5);
}

.btn-outline-linkedin {
  color: #0077b5;
  border-color: #0077b5;
}

.btn-outline-linkedin:hover {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}

.btn-outline-linkedin:focus,
.btn-outline-linkedin.focus {
  box-shadow: 0 0 0 .2rem rgba(0, 119, 181, .5);
}

.btn-outline-linkedin.disabled,
.btn-outline-linkedin:disabled {
  color: #0077b5;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-linkedin:not(:disabled):not(.disabled):active,
.btn-outline-linkedin:not(:disabled):not(.disabled).active,
.show>.btn-outline-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}

.btn-outline-linkedin:not(:disabled):not(.disabled):active:focus,
.btn-outline-linkedin:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 119, 181, .5);
}

.btn-outline-tertiary {
  color: #00aeef;
  border-color: #00aeef;
}

.btn-outline-tertiary:hover {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
}

.btn-outline-tertiary:focus,
.btn-outline-tertiary.focus {
  box-shadow: 0 0 0 .2rem rgba(0, 174, 239, .5);
}

.btn-outline-tertiary.disabled,
.btn-outline-tertiary:disabled {
  color: #00aeef;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-tertiary:not(:disabled):not(.disabled):active,
.btn-outline-tertiary:not(:disabled):not(.disabled).active,
.show>.btn-outline-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
}

.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 174, 239, .5);
}

.btn-outline-gold {
  color: #afa961;
  border-color: #afa961;
}

.btn-outline-gold:hover {
  color: #333123;
  background-color: #afa961;
  border-color: #afa961;
}

.btn-outline-gold:focus,
.btn-outline-gold.focus {
  box-shadow: 0 0 0 .2rem rgba(175, 169, 97, .5);
}

.btn-outline-gold.disabled,
.btn-outline-gold:disabled {
  color: #afa961;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-gold:not(:disabled):not(.disabled):active,
.btn-outline-gold:not(:disabled):not(.disabled).active,
.show>.btn-outline-gold.dropdown-toggle {
  color: #333123;
  background-color: #afa961;
  border-color: #afa961;
}

.btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(175, 169, 97, .5);
}

.btn-outline-twitter {
  color: #1da1f2;
  border-color: #1da1f2;
}

.btn-outline-twitter:hover {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-outline-twitter:focus,
.btn-outline-twitter.focus {
  box-shadow: 0 0 0 .2rem rgba(29, 161, 242, .5);
}

.btn-outline-twitter.disabled,
.btn-outline-twitter:disabled {
  color: #1da1f2;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-twitter:not(:disabled):not(.disabled):active,
.btn-outline-twitter:not(:disabled):not(.disabled).active,
.show>.btn-outline-twitter.dropdown-toggle {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-outline-twitter:not(:disabled):not(.disabled):active:focus,
.btn-outline-twitter:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(29, 161, 242, .5);
}

.btn-outline-youtube {
  color: red;
  border-color: red;
}

.btn-outline-youtube:hover {
  color: #fff;
  background-color: red;
  border-color: red;
}

.btn-outline-youtube:focus,
.btn-outline-youtube.focus {
  box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .5);
}

.btn-outline-youtube.disabled,
.btn-outline-youtube:disabled {
  color: red;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-youtube:not(:disabled):not(.disabled):active,
.btn-outline-youtube:not(:disabled):not(.disabled).active,
.show>.btn-outline-youtube.dropdown-toggle {
  color: #fff;
  background-color: red;
  border-color: red;
}

.btn-outline-youtube:not(:disabled):not(.disabled):active:focus,
.btn-outline-youtube:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .5);
}

.btn-link {
  font-weight: 400;
  color: #68246d;
  text-decoration: none;
}

.btn-link:hover {
  color: #531d57;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 1rem 3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0 0 9999px 0;
}

.btn-sm {
  padding: .5rem 1.5rem;
  font-size: .8125rem;
  line-height: 1.5;
  border-radius: 0 0 9999px 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: .5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  line-height: 1.25;
  white-space: normal;
}

.btn:not(.u-rounded-full) {
  padding-left: 1.5rem;
}

.btn:disabled,
.btn.disabled {
  cursor: not-allowed;
  filter: grayscale(1);
}

.btn-tertiary,
.btn-tertiary:hover {
  color: #fff;
}

.btn-block:not(.btn-sm) {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 1200px) {
  .btn-block:not(.btn-sm) {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.btn-lg {
  padding: 1rem 3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0 0 9999px 0;
}

.btn-sm {
  padding: .5rem 1.5rem;
  font-size: .8125rem;
  line-height: 1.5;
  border-radius: 0 0 9999px 0;
}

.btn-sm {
  line-height: 1.25;
}

.btn-sm:not(.u-rounded-full) {
  padding-left: .75rem;
}

.btn-primary:not(.btn-primary-outline) {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
}

.btn-primary:not(.btn-primary-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #68246d;
}

.btn-primary:not(.btn-primary-outline):focus,
.btn-primary:not(.btn-primary-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #68246d;
  box-shadow: 0 0 0 .2rem rgba(126.65, 68.85, 130.9, .5);
}

.btn-primary:not(.btn-primary-outline).disabled,
.btn-primary:not(.btn-primary-outline):disabled {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
}

.btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active,
.btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active,
.show>.btn-primary:not(.btn-primary-outline).dropdown-toggle {
  color: #fff;
  background-color: rgb(67.4206896552, 23.3379310345, 70.6620689655);
  border-color: rgb(58.275862069, 20.1724137931, 61.0775862069);
}

.btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active:focus,
.btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active:focus,
.show>.btn-primary:not(.btn-primary-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(126.65, 68.85, 130.9, .5);
}

.btn-primary:not(.btn-primary-outline):hover,
.btn-primary:not(.btn-primary-outline):focus {
  color: #333123;
}

.has-dark-bg .btn-primary:not(.btn-primary-outline):hover,
.has-dark-bg .btn-primary:not(.btn-primary-outline):focus {
  color: #fff;
}

.btn-secondary:not(.btn-secondary-outline) {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
}

.btn-secondary:not(.btn-secondary-outline):hover {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
}

.btn-secondary:not(.btn-secondary-outline):focus,
.btn-secondary:not(.btn-secondary-outline).focus {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
  box-shadow: 0 0 0 .2rem rgba(224.4, 188.4, 54.55, .5);
}

.btn-secondary:not(.btn-secondary-outline).disabled,
.btn-secondary:not(.btn-secondary-outline):disabled {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
}

.btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled):active,
.btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled).active,
.show>.btn-secondary:not(.btn-secondary-outline).dropdown-toggle {
  color: #333123;
  background-color: rgb(255, 202.1269035533, 7);
  border-color: rgb(249.25, 196.1104060914, 0);
}

.btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary:not(.btn-secondary-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(224.4, 188.4, 54.55, .5);
}

.btn-light {
  color: #333123;
  background-color: #fff;
  border-color: #fff;
}

.btn-light:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.btn-light:focus,
.btn-light.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  box-shadow: 0 0 0 .2rem rgba(224.4, 224.1, 222, .5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #333123;
  background-color: #fff;
  border-color: #fff;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #333123;
  background-color: hsl(0, 0%, 90%);
  border-color: hsl(0, 0%, 87.5%);
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(224.4, 224.1, 222, .5);
}

.has-dark-bg .btn-secondary:not(.btn-secondary-outline) {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
}

.has-dark-bg .btn-secondary:not(.btn-secondary-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffd53a;
}

.has-dark-bg .btn-secondary:not(.btn-secondary-outline):focus,
.has-dark-bg .btn-secondary:not(.btn-secondary-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffd53a;
  box-shadow: 0 0 0 .2rem rgba(224.4, 188.4, 54.55, .5);
}

.has-dark-bg .btn-secondary:not(.btn-secondary-outline).disabled,
.has-dark-bg .btn-secondary:not(.btn-secondary-outline):disabled {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
}

.has-dark-bg .btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled):active,
.has-dark-bg .btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled).active,
.show>.has-dark-bg .btn-secondary:not(.btn-secondary-outline).dropdown-toggle {
  color: #333123;
  background-color: rgb(255, 202.1269035533, 7);
  border-color: rgb(249.25, 196.1104060914, 0);
}

.has-dark-bg .btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled):active:focus,
.has-dark-bg .btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled).active:focus,
.show>.has-dark-bg .btn-secondary:not(.btn-secondary-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(224.4, 188.4, 54.55, .5);
}

.btn-business:not(.btn-business-outline) {
  color: #333123;
  background-color: #b3bdb1;
  border-color: #b3bdb1;
}

.btn-business:not(.btn-business-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #333123;
}

.btn-business:not(.btn-business-outline):focus,
.btn-business:not(.btn-business-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #333123;
  box-shadow: 0 0 0 .2rem rgba(159.8, 168, 155.7, .5);
}

.btn-business:not(.btn-business-outline).disabled,
.btn-business:not(.btn-business-outline):disabled {
  color: #333123;
  background-color: #b3bdb1;
  border-color: #b3bdb1;
}

.btn-business:not(.btn-business-outline):not(:disabled):not(.disabled):active,
.btn-business:not(.btn-business-outline):not(:disabled):not(.disabled).active,
.show>.btn-business:not(.btn-business-outline).dropdown-toggle {
  color: #333123;
  background-color: rgb(152.0833333333, 165.625, 149.375);
  border-color: hsl(110, 8.3333333333%, 59.2647058824%);
}

.btn-business:not(.btn-business-outline):not(:disabled):not(.disabled):active:focus,
.btn-business:not(.btn-business-outline):not(:disabled):not(.disabled).active:focus,
.show>.btn-business:not(.btn-business-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(159.8, 168, 155.7, .5);
}

.has-dark-bg .btn-business:not(.btn-business-outline) {
  color: #333123;
  background-color: #b3bdb1;
  border-color: #b3bdb1;
}

.has-dark-bg .btn-business:not(.btn-business-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #333123;
}

.has-dark-bg .btn-business:not(.btn-business-outline):focus,
.has-dark-bg .btn-business:not(.btn-business-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #333123;
  box-shadow: 0 0 0 .2rem rgba(159.8, 168, 155.7, .5);
}

.has-dark-bg .btn-business:not(.btn-business-outline).disabled,
.has-dark-bg .btn-business:not(.btn-business-outline):disabled {
  color: #333123;
  background-color: #b3bdb1;
  border-color: #b3bdb1;
}

.has-dark-bg .btn-business:not(.btn-business-outline):not(:disabled):not(.disabled):active,
.has-dark-bg .btn-business:not(.btn-business-outline):not(:disabled):not(.disabled).active,
.show>.has-dark-bg .btn-business:not(.btn-business-outline).dropdown-toggle {
  color: #333123;
  background-color: rgb(152.0833333333, 165.625, 149.375);
  border-color: hsl(110, 8.3333333333%, 59.2647058824%);
}

.has-dark-bg .btn-business:not(.btn-business-outline):not(:disabled):not(.disabled):active:focus,
.has-dark-bg .btn-business:not(.btn-business-outline):not(:disabled):not(.disabled).active:focus,
.show>.has-dark-bg .btn-business:not(.btn-business-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(159.8, 168, 155.7, .5);
}

.table,
.text-long table {
  width: 100%;
  margin-bottom: 8px;
  color: #212529;
}

.table th,
.text-long table th,
.table td,
.text-long table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th,
.text-long table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody,
.text-long table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: .3rem;
}

.table-bordered,
.text-long table {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.text-long table th,
.table-bordered td,
.text-long table td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.text-long table thead th,
.table-bordered thead td,
.text-long table thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, .075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: rgb(212.72, 193.68, 214.12);
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: rgb(176.48, 141.12, 179.08);
}

.table-hover .table-primary:hover {
  background-color: rgb(202.1706849315, 178.38, 203.92);
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: rgb(202.1706849315, 178.38, 203.92);
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: rgb(255, 243.24, 199.84);
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: rgb(255, 233.16, 152.56);
}

.table-hover .table-secondary:hover {
  background-color: rgb(255, 237.8034517766, 174.34);
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: rgb(255, 237.8034517766, 174.34);
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: rgb(202.64, 227.56, 202.64);
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: rgb(157.76, 204.04, 157.76);
}

.table-hover .table-success:hover {
  background-color: hsl(120, 31.2280701754%, 79.3529411765%);
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: hsl(120, 31.2280701754%, 79.3529411765%);
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: rgb(188.36, 219.44, 228.68);
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: rgb(131.24, 188.96, 206.12);
}

.table-hover .table-info:hover {
  background-color: hsl(193.75, 43.3734939759%, 76.7725490196%);
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: hsl(193.75, 43.3734939759%, 76.7725490196%);
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: rgb(244.64, 210.76, 192);
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: rgb(235.76, 172.84, 138);
}

.table-hover .table-warning:hover {
  background-color: hsl(21.3829787234, 71.7557251908%, 80.6156862745%);
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: hsl(21.3829787234, 71.7557251908%, 80.6156862745%);
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: rgb(236.8, 192, 195.92);
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: rgb(221.2, 138, 145.28);
}

.table-hover .table-danger:hover {
  background-color: hsl(354.75, 55.1724137931%, 79.0784313725%);
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: hsl(354.75, 55.1724137931%, 79.0784313725%);
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: #fff;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: #fff;
}

.table-hover .table-light:hover {
  background-color: hsl(0, 0%, 95%);
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: hsl(0, 0%, 95%);
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: rgb(197.88, 197.32, 193.4);
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: rgb(148.92, 147.88, 140.6);
}

.table-hover .table-dark:hover {
  background-color: hsl(52.5, 3.7735849057%, 71.7215686275%);
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: hsl(52.5, 3.7735849057%, 71.7215686275%);
}

.table-facebook,
.table-facebook>th,
.table-facebook>td {
  background-color: rgb(200.12, 208.52, 226.16);
}

.table-facebook th,
.table-facebook td,
.table-facebook thead th,
.table-facebook tbody+tbody {
  border-color: rgb(153.08, 168.68, 201.44);
}

.table-hover .table-facebook:hover {
  background-color: rgb(183.4042809365, 194.3628093645, 217.3757190635);
}

.table-hover .table-facebook:hover>td,
.table-hover .table-facebook:hover>th {
  background-color: rgb(183.4042809365, 194.3628093645, 217.3757190635);
}

.table-instagram,
.table-instagram>th,
.table-instagram>td {
  background-color: hsl(0, 0%, 79.4666666667%);
}

.table-instagram th,
.table-instagram td,
.table-instagram thead th,
.table-instagram tbody+tbody {
  border-color: hsl(0, 0%, 61.8666666667%);
}

.table-hover .table-instagram:hover {
  background-color: hsl(0, 0%, 74.4666666667%);
}

.table-hover .table-instagram:hover>td,
.table-hover .table-instagram:hover>th {
  background-color: hsl(0, 0%, 74.4666666667%);
}

.table-linkedin,
.table-linkedin>th,
.table-linkedin>td {
  background-color: rgb(183.6, 216.92, 234.28);
}

.table-linkedin th,
.table-linkedin td,
.table-linkedin thead th,
.table-linkedin tbody+tbody {
  border-color: rgb(122.4, 184.28, 216.52);
}

.table-hover .table-linkedin:hover {
  background-color: rgb(163.83556231, 206.3789665653, 228.54443769);
}

.table-hover .table-linkedin:hover>td,
.table-hover .table-linkedin:hover>th {
  background-color: rgb(163.83556231, 206.3789665653, 228.54443769);
}

.table-tertiary,
.table-tertiary>th,
.table-tertiary>td {
  background-color: rgb(183.6, 232.32, 250.52);
}

.table-tertiary th,
.table-tertiary td,
.table-tertiary thead th,
.table-tertiary tbody+tbody {
  border-color: rgb(122.4, 212.88, 246.68);
}

.table-hover .table-tertiary:hover {
  background-color: rgb(159.6055350554, 224.6982287823, 249.0144649446);
}

.table-hover .table-tertiary:hover>td,
.table-hover .table-tertiary:hover>th {
  background-color: rgb(159.6055350554, 224.6982287823, 249.0144649446);
}

.table-gold,
.table-gold>th,
.table-gold>td {
  background-color: rgb(232.6, 230.92, 210.76);
}

.table-gold th,
.table-gold td,
.table-gold thead th,
.table-gold tbody+tbody {
  border-color: rgb(213.4, 210.28, 172.84);
}

.table-hover .table-gold:hover {
  background-color: hsl(55.3846153846, 32.7731092437%, 81.9333333333%);
}

.table-hover .table-gold:hover>td,
.table-hover .table-gold:hover>th {
  background-color: hsl(55.3846153846, 32.7731092437%, 81.9333333333%);
}

.table-twitter,
.table-twitter>th,
.table-twitter>td {
  background-color: rgb(191.72, 228.68, 251.36);
}

.table-twitter th,
.table-twitter td,
.table-twitter thead th,
.table-twitter tbody+tbody {
  border-color: rgb(137.48, 206.12, 248.24);
}

.table-hover .table-twitter:hover {
  background-color: rgb(167.6070292887, 218.6507112971, 249.9729707113);
}

.table-hover .table-twitter:hover>td,
.table-hover .table-twitter:hover>th {
  background-color: rgb(167.6070292887, 218.6507112971, 249.9729707113);
}

.table-youtube,
.table-youtube>th,
.table-youtube>td {
  background-color: hsl(0, 100%, 86%);
}

.table-youtube th,
.table-youtube td,
.table-youtube thead th,
.table-youtube tbody+tbody {
  border-color: hsl(0, 100%, 74%);
}

.table-hover .table-youtube:hover {
  background-color: hsl(0, 100%, 81%);
}

.table-hover .table-youtube:hover>td,
.table-hover .table-youtube:hover>th {
  background-color: hsl(0, 100%, 81%);
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, .075);
}

.table .thead-dark th,
.text-long table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: hsl(210, 10.3448275862%, 30.2450980392%);
}

.table .thead-light th,
.text-long table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: hsl(210, 10.3448275862%, 30.2450980392%);
}

.table-dark.table-bordered,
.text-long table.table-dark {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, .05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, .075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm>.table-bordered,
  .text-long .table-responsive-sm>table {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md,
  .text-long table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md>.table-bordered,
  .text-long table>.table-bordered,
  .text-long .table-responsive-md>table,
  .text-long table>table {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg>.table-bordered,
  .text-long .table-responsive-lg>table {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl>.table-bordered,
  .text-long .table-responsive-xl>table {
    border: 0;
  }
}

@media (max-width: 1919.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxl>.table-bordered,
  .text-long .table-responsive-xxl>table {
    border: 0;
  }
}

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

.table-responsive>.table-bordered,
.text-long .table-responsive>table {
  border: 0;
}

.table,
.text-long table {
  background-color: #fff;
  margin-bottom: 0;
}

.table caption,
.text-long table caption {
  padding-top: 16px;
  padding-bottom: 0;
  color: #3c3c3b;
}

.has-dark-bg .table caption,
.has-dark-bg .text-long table caption,
.text-long .has-dark-bg table caption {
  color: #fff;
}

.table-th-colored th {
  background-color: #f7f7f7;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

html[data-whatintent=keyboard] .video__container {
  opacity: 1 !important;
}

.tabs .tabs-title {
  position: relative;
  z-index: 1;
  background-color: #531d57;
}

.tabs .tabs-title:not(:last-child) {
  margin-right: 8px;
}

.tabs .tabs-title.is-active {
  background-color: #ffd53a !important;
}

.tabs .tabs-title a {
  color: #fff;
  display: inline-block;
  padding: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
}

.tabs .tabs-title a:hover,
.tabs .tabs-title a:focus-within {
  color: #fff;
}

.has-dark-bg .tabs .tabs-title a {
  color: #fff;
}

.tabs .tabs-title:not(.is-active):hover,
.tabs .tabs-title:not(.is-active):focus-within {
  background-color: #68246d;
}

#nprogress#nprogress .bar {
  height: 3px;
  background: #68246d;
}

#nprogress#nprogress .peg {
  box-shadow: 0 0 10px #68246d, 0 0 5px #68246d;
}

#nprogress#nprogress .spinner-icon {
  border-top-color: #68246d;
  border-left-color: #68246d;
}

.accordion-header:hover {
  background-color: rgba(0, 0, 0, .1) !important;
}

.accordion-content .btn {
  text-decoration: none;
}

.accordion-header {
  scroll-margin-top: 10px;
}

.accordion-item .accordion-item {
  border-color: currentColor !important;
}

.accordion-item .accordion-item .accordion-header {
  font-size: 16px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.accordion--white .accordion-header {
  color: #68246d !important;
}

.accreditation-links__item img {
  max-width: 150px;
  max-height: 100px;
}

footer .accreditation-links {
  justify-content: center;
}

footer .accreditation-links__item {
  width: 150px;
}

footer .accreditation-links__item img {
  width: auto !important;
}

.card:focus-within {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.card--featured-large {
  min-height: 300px;
}

.card-body--featured {
  padding-right: 100px !important;
}

.card__featured-label {
  padding-left: 12px;
  padding-right: 12px;
}

.card__featured-label span {
  margin-left: 4px;
}

.card:hover .cta-link .icon,
.card:focus .cta-link .icon {
  transform: translateX(16px);
}

@media (min-width: 768px) {
  .card--featured-small {
    min-height: 150px;
  }
}

.image-card {
  min-height: 385px;
}

.image-card::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, .7);
  content: "";
}

.image-card.has-dark-bg::before {
  background-color: rgba(0, 0, 0, .5);
}

[class*=col-][class*="-2"] .image-card .card-heading,
[class*=col-][class*="-3"] .image-card .card-heading,
[class*=col-][class*="-4"] .image-card .card-heading {
  font-size: 25px !important;
  line-height: 1.25 !important;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  background-image: none;
  width: 60px;
  height: 60px;
}

.swiper-container .swiper-button-prev {
  left: 0;
}

.swiper-container .swiper-button-next {
  right: 0;
}

.swiper-container .swiper-button-disabled {
  background: rgba(104, 36, 108, .5) !important;
}

.swiper-container .swiper-wrapper--gap {
  margin-left: -16px;
}

.contact-form label {
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-width: 2px;
}

@media (min-width: 992px) {
  .embedded-media {
    max-width: 90%;
  }
}

.event-teaser--dark {
  background: rgba(0, 0, 0, .2901960784);
}

.mobile-menu__accordion {
  width: 50px;
}

.mobile-menu__accordion--open svg {
  transform: rotate(180deg);
}

.primary-navigation__link {
  border-top-right-radius: 40px;
}

.primary-navigation__button {
  border-radius: 9999px;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  margin-bottom: -17px;
}

.primary-navigation__dropdown-horizontal:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #571b4f;
  content: "";
}

@media (min-width: 992px) {
  .primary-navigation__dropdown-horizontal--small:before {
    width: calc(50vw - 160px);
  }
}

@media (min-width: 1200px) {
  .primary-navigation__dropdown-horizontal--small:before {
    width: calc(50vw - 190px);
  }
}

@media (min-width: 1920px) {
  .primary-navigation__dropdown-horizontal--small:before {
    width: calc(50vw - 240px);
  }
}

.primary-navigation__dropdown-horizontal--large:before {
  width: 50vw;
}

html[data-whatinput=mouse] .primary-navigation__button {
  display: none;
}

.scroll-spy-nav__list li.is-active a {
  background-color: #68246d !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.sub-navigation__accordion {
  width: 50px;
}

.sub-navigation__accordion--open svg {
  transform: rotate(180deg);
}

.sub-navigation__button {
  border-radius: 9999px;
  width: 34px;
  height: 34px;
}

.utility-navigation:before {
  position: absolute;
  height: 100%;
  bottom: 0;
  background-color: #ebebeb;
  border-bottom-left-radius: 9999px;
  content: "";
  width: 35px;
  right: 100%;
}

.page-section--image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, .5019607843);
  content: "";
}

.page-section--image.has-dark-bg::before {
  background-color: rgba(0, 0, 0, .2509803922);
}

.pager a,
.pager span.currentpage {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-width: 2px;
}

@media (min-width: 576px) {
  .pager a,
  .pager span.currentpage {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.pager a {
  background-color: #ebebeb;
  border-color: #fff;
}

.pager a:hover,
.pager a:focus {
  background-color: #ffd53a;
  color: #333123;
}

.pager .currentpage {
  display: block;
  background-color: #68246d;
  color: #fff;
  border-color: #531d57;
}

.pager__item {
  display: flex;
}

.pager__item--first a,
.pager__item--first span {
  border-bottom-left-radius: 45px;
}

@media (min-width: 576px) {
  .pager__item--first a,
  .pager__item--first span {
    padding-left: 40px;
  }
}

.pager__item--last a,
.pager__item--last span {
  border-bottom-right-radius: 45px;
}

@media (min-width: 576px) {
  .pager__item--last a,
  .pager__item--last span {
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .pager__item--first-small a,
  .pager__item--first-small span,
  .pager__item--last-small a,
  .pager__item--last-small span {
    border-radius: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.profile-listing-horizontal .swiper-button-disabled {
  background: rgba(104, 36, 108, .5) !important;
}

.profile-listing-horizontal .swiper-button-prev,
.profile-listing-horizontal .swiper-button-next {
  background-image: none;
  width: 48px;
  height: 48px;
}

.profile-listing-horizontal .swiper-button-prev,
.profile-listing-horizontal .swiper-button-next {
  margin-top: 0;
  top: 64px;
}

.profile-listing-horizontal .swiper-button-prev {
  left: 0;
}

.profile-listing-horizontal .swiper-button-next {
  right: 0;
}

@media (min-width: 768px) {
  .profile-listing-two-col {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .profile-listing-two-col>* {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

.profile-featured__image-container {
  width: 200px;
  width: clamp(100px, 25%, 200px) !important;
}

.search-form__live-search {
  left: 8px;
  right: 8px;
  top: calc(100% + 8px);
}

.search-form__list em {
  font-style: normal;
  font-weight: 700;
}

@media (min-width: 992px) {
  .search-form__live-search {
    left: 32px;
  }
}

.search-item_image-container {
  width: 200px;
  width: clamp(100px, 25%, 200px) !important;
}

@media (min-width: 768px) {
  .search-result-container .col-md-auto {
    min-width: 33.33333%;
  }
}

.tapestry {
  background-image: url("../images/tapestry/header-tapestry.svg?v1951eb6cc73");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

@supports (display: grid) {
  .tapestry {
    background-image: none !important;
  }
}

.tapestry__grid {
  display: none;
}

.tapestry.tapestry {
  left: auto !important;
}

.tapestry__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
}

.tapestry__item {
  opacity: .000001;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #333123;
  text-align: center;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.tapestry--blue .tapestry__item {
  background-color: rgba(64, 157, 221, .8);
}

.tapestry--gold .tapestry__item {
  background-color: rgba(175, 169, 97, .8);
}

.tapestry--yellow .tapestry__item {
  background-color: rgba(255, 213, 58, .8);
}

.tapestry--purple .tapestry__item,
.tapestry--primary .tapestry__item {
  background-color: rgba(104, 36, 109, .8);
}

.tapestry--business .tapestry__item {
  background-color: rgba(179, 189, 177, .8);
}

.tapestry--white .tapestry__item {
  background-color: hsla(0, 0%, 100%, .8);
}

.tapestry--red .tapestry__item {
  background-color: rgba(190, 30, 44, .8);
}

.tapestry--stone .tapestry__item {
  background-color: rgba(218, 205, 162, .8);
}

.tapestry--sky .tapestry__item {
  background-color: rgba(165, 200, 208, .8);
}

.tapestry--heather .tapestry__item {
  background-color: rgba(203, 168, 177, .8);
}

.tapestry--cedar .tapestry__item {
  background-color: rgba(182, 170, 167, .8);
}

.tapestry--cyan .tapestry__item {
  background-color: rgba(0, 174, 239, .8);
}

.tapestry__item--1,
.tapestry__item--2,
.tapestry__item--3 {
  background-color: hsla(0, 0%, 100%, .6);
}

.tapestry__item--1 {
  grid-column: 2/5;
  grid-row: 4/6;
  animation-delay: .2s;
}

.tapestry__item--2 {
  grid-column: 1;
  grid-row: 4;
  animation-delay: .5s;
}

.tapestry__item--3 {
  grid-column: 2;
  grid-row: 3;
  animation-delay: .8s;
}

.tapestry__item--4 {
  grid-column: 3;
  grid-row: 3;
  animation-delay: 1.1s;
}

.tapestry__item--5 {
  grid-column: 4;
  grid-row: 2;
  animation-delay: 1.4s;
}

.tapestry__item--6 {
  grid-column: 3/5;
  grid-row: 1;
  animation-delay: 1.7s;
}

.tapestry__item--7 {
  animation-delay: 2s;
}

.tapestry__item--8 {
  animation-delay: 2.3s;
}

.tapestry__item--9 {
  animation-delay: 2.6s;
}

.tapestry__item--10 {
  animation-delay: 2.9s;
}

.tapestry__item--11 {
  animation-delay: 3.2s;
}

.tapestry__item--12 {
  animation-delay: 3.5s;
}

.tapestry--vertical {
  background-image: url("../images/tapestry/header-tapestry.svg?v1951eb6cc73");
}

.tapestry--vertical .tapestry__item--1 {
  grid-column: 3;
  grid-row: 5;
  animation-delay: .2s;
}

.tapestry--vertical .tapestry__item--2 {
  grid-column: 2;
  grid-row: 4;
  animation-delay: .5s;
}

.tapestry--vertical .tapestry__item--3 {
  grid-column: 3;
  grid-row: 3;
  animation-delay: .8s;
}

.tapestry--vertical .tapestry__item--4 {
  grid-column: 4;
  grid-row: 2;
  animation-delay: 1.1s;
}

.tapestry--vertical .tapestry__item--5 {
  grid-column: 3/5;
  grid-row: 1;
  animation-delay: 1.4s;
}

.tapestry--hero {
  background-image: url("../images/tapestry/header-tapestry-purple.svg?v1951eb6cc6e");
}

.tapestry--full-shape-single-colour {
  background-image: url("../images/tapestry/header-tapestry-full-shape-single-color.svg?v1951eb6cc62");
}

@media (min-width: 992px) {
  .tapestry--full-shape-single-colour {
    transform: translateX(-100px);
  }
}

@media (min-width: 1200px) {
  .tapestry--full-shape-single-colour {
    transform: translateX(-180px);
  }
}

.tapestry--full-shape-single-colour img {
  height: 96px;
}

.tapestry--full-shape-single-colour .tapestry__grid {
  height: 96px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
}

.tapestry--full-shape-single-colour .tapestry__item--1 {
  grid-column: 3/5;
  grid-row: 3/5;
}

.tapestry--full-shape-single-colour .tapestry__item--2 {
  grid-column: 2;
  grid-row: 4;
}

.tapestry--full-shape-single-colour .tapestry__item--3 {
  grid-column: 1;
  grid-row: 3;
}

.tapestry--full-shape-single-colour .tapestry__item--4 {
  grid-column: 2/4;
  grid-row: 2;
}

.tapestry--full-shape-single-colour .tapestry__item--5 {
  grid-column: 4;
  grid-row: 1;
}

.tapestry--the-big-curve {
  background-image: url("../images/tapestry/header-tapestry-two-squares.svg?v1951eb6cc72");
  background-position: bottom right;
}

.tapestry--the-big-curve~.tapestry__curve {
  animation-name: fadeIn;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  background-clip: content-box;
}

.tapestry--the-big-curve .tapestry__grid {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.tapestry--the-big-curve .tapestry__item--1 {
  grid-column: 1;
  grid-row: 1;
  animation-delay: .5s;
}

.tapestry--the-big-curve .tapestry__item--2 {
  grid-column: 2;
  grid-row: 2;
  animation-delay: 1s;
}

.tapestry--horizontal {
  background-image: url("../images/tapestry/header-tapestry-horizontal.svg?v1951eb6cc6d");
  background-position: bottom right;
}

@media (min-width: 1200px) {
  .tapestry--horizontal {
    transform: translateX(-30px);
    background-position: center right;
  }
}

@media (min-width: 1920px) {
  .tapestry--horizontal {
    transform: translateX(-180px);
  }
}

.tapestry--horizontal img {
  height: 47px;
}

.tapestry--horizontal .tapestry__grid {
  height: 47px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

@media (min-width: 1200px) {
  .tapestry--horizontal .tapestry__grid {
    transform: translateY(50%);
  }
}

.tapestry--horizontal .tapestry__item--1 {
  grid-column: 1;
  grid-row: 1;
}

.tapestry--horizontal .tapestry__item--2 {
  grid-column: 2;
  grid-row: 1;
}

.tapestry--horizontal .tapestry__item--3 {
  grid-column: 3;
  grid-row: 1;
}

.tapestry--horizontal .tapestry__item--4 {
  grid-column: 4;
  grid-row: 1;
}

.tapestry--horizontal .tapestry__item--5 {
  grid-column: 5;
  grid-row: 1;
}

.tapestry--horizontal .tapestry__item--6 {
  grid-column: 6;
  grid-row: 1;
}

.tapestry--horizontal .tapestry__item--7 {
  grid-column: 1;
  grid-row: 2;
  margin-top: -2px;
}

.tapestry--horizontal .tapestry__item--8 {
  grid-column: 2;
  grid-row: 2;
  margin-top: -2px;
}

.tapestry--horizontal .tapestry__item--9 {
  grid-column: 3;
  grid-row: 2;
  margin-top: -2px;
}

.tapestry--horizontal .tapestry__item--10 {
  grid-column: 4;
  grid-row: 2;
  margin-top: -2px;
}

.tapestry--horizontal .tapestry__item--11 {
  grid-column: 5;
  grid-row: 2;
  margin-top: -2px;
}

.tapestry--horizontal .tapestry__item--12 {
  grid-column: 6;
  grid-row: 2;
  margin-top: -2px;
}

.tripadvisor ul {
  list-style: none;
  padding: 0;
}

.visit-teaser {
  background: linear-gradient(to top right, #000 40%, #898e91 100%);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: -4px;
  margin-bottom: -4px;
}

.breadcrumb>* {
  margin-top: 4px;
  margin-bottom: 4px;
}

.breadcrumb li:first-child {
  position: relative;
}

.breadcrumb li:first-child::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 1em;
}

.breadcrumb li:not(:first-child):before {
  content: " /";
  white-space: pre;
}

.breadcrumb a {
  color: currentColor;
  text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: underline;
}

.has-sub-site-page-header .breadcrumb {
  display: none;
}

.has-sub-site-page-header .page-header--sub-site .breadcrumb {
  display: flex;
}

.card-listing-carousel .swiper-button-prev,
.card-listing-carousel .swiper-button-next {
  margin-top: -70px;
}

.card-listing-carousel .swiper-slide {
  height: auto;
}

.contact-wrapper {
  background-color: #f7f7f7;
}

@media (min-width: 576px) {
  .contact-wrapper {
    background-image: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 60%, #ebebeb 60%, #ebebeb 100%);
  }
}

.details-block {
  background-color: rgba(0, 0, 0, .2);
}

@media (min-width: 1200px) {
  .hero-header .hero-header__container {
    padding-top: 155px !important;
    padding-top: var(--site-header-height) !important;
  }
}

.float {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.horizontal-slider {
  -ms-overflow-style: none;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .horizontal-slider {
    margin-right: calc((50vw - 127.5px)*-1) !important;
  }
}

.horizontal-slider::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767.98px) {
  .horizontal-slider__item {
    flex: 1 0 calc(100% - 48px) !important;
    width: calc(100% - 48px);
  }
}

.horizontal-slider-controls [data-horizontal-slider-control][aria-disabled=true] {
  opacity: .5 !important;
  pointer-events: none !important;
}

.horizontal-slider-controls [data-horizontal-slider-control][aria-disabled=true]:focus {
  box-shadow: none !important;
}

.landing-page-section--image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, .5019607843);
  content: "";
}

.landing-page-section--image.has-dark-bg::before {
  background-color: rgba(0, 0, 0, .4);
}

.landing-page-section .landing-page-section__first-expanded,
.landing-page-section .landing-page-section__second-expanded {
  width: 90%;
  right: auto !important;
  left: auto !important;
}

@media (min-width: 576px) {
  .landing-page-section .landing-page-section__first-expanded,
  .landing-page-section .landing-page-section__second-expanded {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .landing-page-section .landing-page-section__first-expanded,
  .landing-page-section .landing-page-section__second-expanded {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
}

.landing-page-section__first-expanded,
.landing-page-section__bg-colour-block--first {
  margin-top: -32px;
}

.landing-page-section__second-expanded,
.landing-page-section__bg-colour-block--second {
  margin-bottom: -32px;
}

@media (min-width: 768px) {
  .landing-page-section__first-expanded,
  .landing-page-section__bg-colour-block--first {
    margin-top: -48px;
  }

  .landing-page-section__second-expanded,
  .landing-page-section__bg-colour-block--second {
    margin-bottom: -48px;
  }
}

@media (min-width: 992px) {
  .landing-page-section__corner:before,
  .landing-page-section__corner:after {
    content: "";
    position: absolute;
    height: 40px;
    background: currentColor;
  }

  .landing-page-section__corner--right:before,
  .landing-page-section__corner--right:after {
    right: 0;
  }

  .landing-page-section__corner:before {
    width: 80px;
  }

  .landing-page-section__corner:after {
    width: 40px;
    top: 40px;
  }

  .landing-page-section__bg-colour-block {
    width: 50vw !important;
  }
}

@media (min-width: 1200px) {
  .landing-page-section__corner:before,
  .landing-page-section__corner:after {
    content: "";
    position: absolute;
    height: 48px;
    background: currentColor;
  }

  .landing-page-section__corner:before {
    width: 96px;
  }

  .landing-page-section__corner:after {
    width: 48px;
    top: 48px;
  }
}

@media (min-width: 992px) {
  .landing-page-section__first-expanded,
  .landing-page-section__second-expanded {
    width: calc(50vw - 30px) !important;
  }

  .landing-page-section__first-expanded--large,
  .landing-page-section__second-expanded--large {
    width: calc(50vw - -50px) !important;
  }

  .landing-page-section__first-expanded {
    margin-left: calc((50vw - 487.5px)*-1) !important;
  }

  .landing-page-section__second-expanded {
    margin-right: calc((50vw - 487.5px)*-1) !important;
  }

  .landing-page-section__bg-colour-block--large {
    width: calc(50vw - -80px) !important;
  }
}

@media (min-width: 1200px) {
  .landing-page-section__first-expanded,
  .landing-page-section__second-expanded {
    width: calc(50vw - 30px) !important;
  }

  .landing-page-section__first-expanded--large,
  .landing-page-section__second-expanded--large {
    width: calc(50vw - -65px) !important;
  }

  .landing-page-section__first-expanded {
    margin-left: calc((50vw - 577.5px)*-1) !important;
  }

  .landing-page-section__second-expanded {
    margin-right: calc((50vw - 577.5px)*-1) !important;
  }

  .landing-page-section__bg-colour-block--large {
    width: calc(50vw - -95px) !important;
  }
}

@media (min-width: 1920px) {
  .landing-page-section__first-expanded,
  .landing-page-section__second-expanded {
    width: calc(50vw - 30px) !important;
  }

  .landing-page-section__first-expanded--large,
  .landing-page-section__second-expanded--large {
    width: calc(50vw - -90px) !important;
  }

  .landing-page-section__first-expanded {
    margin-left: calc((50vw - 727.5px)*-1) !important;
  }

  .landing-page-section__second-expanded {
    margin-right: calc((50vw - 727.5px)*-1) !important;
  }

  .landing-page-section__bg-colour-block--large {
    width: calc(50vw - -120px) !important;
  }
}

.mobile-dropdown .chevron.active {
  transform: rotate(90deg);
}

.mobile-dropdown__content ul {
  padding-left: 16px;
}

.mobile-dropdown__content li:not(:last-child) {
  margin-top: 8px;
}

.number-list {
  counter-reset: number-counter;
}

.number-list>li {
  counter-increment: number-counter;
}

.alpha-list {
  counter-reset: alpha-counter;
}

.alpha-list>li {
  counter-increment: alpha-counter;
}

.number-list__title::before,
.alpha-list__title::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  position: absolute;
  left: 0;
  background-color: #ebebeb;
  border-radius: 9999px;
}

.number-list__title:before {
  content: counter(number-counter);
  width: 30px;
  height: 30px;
  font-size: 1rem;
  top: -3px;
}

@media (min-width: 768px) {
  .number-list__title:before {
    font-size: 1.5rem;
    width: 55px;
    height: 55px;
    top: -13px;
  }
}

.alpha-list__title::before {
  content: counter(alpha-counter, upper-alpha);
  font-size: .7rem;
  width: 22px;
  height: 22px;
  top: 0;
  left: 8px;
}

@media (min-width: 768px) {
  .alpha-list__title::before {
    width: 35px;
    height: 35px;
    font-size: 1rem;
    top: -6px;
    left: 0;
  }
}

.page-header__crest {
  max-width: 120px;
}

.page-header.page-header--sub-site .page-header__crest {
  display: none;
}

@media (min-width: 768px) {
  .page-header.page-header--sub-site .page-header__content {
    min-height: 100px;
  }

  .page-header.page-header--sub-site .page-header__crest {
    max-width: 90px;
    display: block;
  }
}

@media (min-width: 1200px) {
  .page-header.page-header--sub-site .page-header__content {
    min-height: 176px;
  }

  .page-header.page-header--sub-site .page-header__crest {
    max-width: 160px;
  }
}

@media (min-width: 0)and (max-width: 576px) {
  .page-header__heading {
    font-size: 49px;
  }
}

@media (min-width: 768px) {
  .page-header__crest {
    max-width: 200px;
  }
}

@media (min-width: 992px) {
  .page-header__crest {
    max-width: 250px;
  }

  .page-header .page-header__course-container {
    padding-bottom: 250px !important;
  }
}

@media (min-width: 1200px) {
  .page-header__crest {
    max-width: 300px;
  }

  .page-header .page-header__course-container {
    padding-bottom: 300px !important;
  }
}

.sub-site-header-padding-bottom {
  padding-bottom: 24px;
  padding-bottom: var(--sub-site-page-header-padding-bottom);
}

.has-sub-site-page-header .main-content>.landing-page-section[class*=u-bg-],
.has-sub-site-page-header .main--has-fixed-sidebar-layout {
  margin-top: calc(24px*-1);
  margin-top: calc(var(--sub-site-page-header-padding-bottom)*-1);
}

@media (min-width: 576px) {
  .prospectus-link:hover .prospectus-link__image-wrapper,
  .prospectus-link:focus .prospectus-link__image-wrapper {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }
}

.signposting.has-dark-bg a.cta-link:hover,
.signposting.has-dark-bg a.cta-link:focus {
  color: #fff !important;
}

.signposting.image-aligned .image-wrapper::before {
  margin-bottom: 24px;
  display: none;
  content: "";
  height: 8px;
  width: 130px;
}

@media (min-width: 992px) {
  .signposting.image-aligned .image-wrapper::before {
    display: block;
  }
}

.footer {
  clear: both;
}

.footer-logo {
  width: 150px;
}

.footer-image {
  max-height: 600px;
}

.site-header .site-logo {
  height: 60px;
}

@media (min-width: 992px) {
  .site-header__search {
    border-top-right-radius: 40px;
  }
}

.site-header__search.is-active::before {
  display: block;
  position: absolute;
  height: 100%;
  bottom: 0;
  right: 100%;
  content: "";
  width: 200px;
}

@media (min-width: 1200px) {
  .site-header .site-logo {
    min-width: 190px;
    height: 80px;
  }
}

.slideshow .swiper-button-prev,
.slideshow .swiper-button-next {
  position: static;
}

.slideshow .swiper-button-next {
  margin-left: 1px;
}

.slideshow .swiper-info {
  width: 60px;
}

@media (min-width: 1200px) {
  .slideshow .swiper-info {
    width: 100px;
  }
}

.slideshow .swiper-slide__caption {
  padding-right: 120px !important;
}

@media (min-width: 1200px) {
  .slideshow .swiper-slide__caption {
    padding-right: 200px !important;
  }
}

.social-media-post__gradient-overlay {
  background: linear-gradient(to top, #000 0%, rgba(255, 0, 0, 0) 35%);
}

.social-media-post__image {
  transition: transform .3s ease-in-out !important;
  transform: scale(1.1);
}

.social-media-post:hover .social-media-post__image,
.social-media-post:focus .social-media-post__image {
  transform: scale(1);
}

.social-media-post:hover .icon,
.social-media-post:focus .icon {
  opacity: .75;
}

.statistics-pair-layout .statistic-item {
  background-color: #ffd53a;
}

.statistics-pair-layout .statistic-item:nth-child(even) {
  background-color: #ffe37f;
}

.statistics-grid-layout {
  max-width: 992px;
}

.statistics-grid-layout .statistic-item-wrapper .statistic-item {
  background-color: #fff;
  border-width: 2px;
  border-color: #ebebeb;
}

.statistics-grid-layout .statistic-item-wrapper:first-child .statistic-item,
.statistics-grid-layout .statistic-item-wrapper:last-child .statistic-item {
  background-color: #68246d;
  color: #fff;
  border-color: #68246d;
}

.statistics-grid-layout .statistic-item-wrapper:last-child .statistic-item {
  border-radius: 0 0 50% 0;
}

.statistics-grid-tile-menu-4 {
  max-width: 992px;
}

.statistics-grid-tile-menu-4 .statistic-item-wrapper .statistic-item {
  background-color: #fff;
  border-width: 2px;
  border-color: #ebebeb;
}

.statistics-grid-tile-menu-4 .statistic-item-wrapper:first-child .statistic-item,
.statistics-grid-tile-menu-4 .statistic-item-wrapper:last-child .statistic-item {
  background-color: #68246d;
  background-color: var(--page-color);
  border-color: #68246d;
  border-color: var(--page-color);
}

.main:not(.main-visitor) .statistics-grid-tile-menu-4 .statistic-item-wrapper:first-child .statistic-item,
.visitor-primary .statistics-grid-tile-menu-4 .statistic-item-wrapper:first-child .statistic-item,
.visitor-red .statistics-grid-tile-menu-4 .statistic-item-wrapper:first-child .statistic-item,
.main:not(.main-visitor) .statistics-grid-tile-menu-4 .statistic-item-wrapper:last-child .statistic-item,
.visitor-primary .statistics-grid-tile-menu-4 .statistic-item-wrapper:last-child .statistic-item,
.visitor-red .statistics-grid-tile-menu-4 .statistic-item-wrapper:last-child .statistic-item {
  color: #fff;
}

.statistics-grid-tile-menu-4 .statistic-item-wrapper:last-child .statistic-item {
  border-radius: 0 0 50% 0;
}

.statistics-grid-tile-menu-8 .statistic-item-wrapper .statistic-item {
  background-color: #fff;
  border-width: 2px;
  border-color: #ebebeb;
}

@media (max-width: 577px) {
  .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(2n) .statistic-item {
    background-color: #68246d;
    background-color: var(--page-color);
    border-color: #68246d;
    border-color: var(--page-color);
  }

  .main:not(.main-visitor) .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(2n) .statistic-item,
  .visitor-primary .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(2n) .statistic-item,
  .visitor-red .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(2n) .statistic-item {
    color: #fff;
  }
}

@media (min-width: 576px)and (max-width: 1201px) {
  .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4n+2) .statistic-item,
  .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4n+3) .statistic-item {
    background-color: #68246d;
    background-color: var(--page-color);
    border-color: #68246d;
    border-color: var(--page-color);
  }

  .main:not(.main-visitor) .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4n+2) .statistic-item,
  .visitor-primary .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4n+2) .statistic-item,
  .visitor-red .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4n+2) .statistic-item,
  .main:not(.main-visitor) .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4n+3) .statistic-item,
  .visitor-primary .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4n+3) .statistic-item,
  .visitor-red .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4n+3) .statistic-item {
    color: #fff;
  }
}

@media (min-width: 1200px) {
  .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(2) .statistic-item,
  .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4) .statistic-item,
  .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(5) .statistic-item,
  .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(7) .statistic-item {
    background-color: #68246d;
    background-color: var(--page-color);
    border-color: #68246d;
    border-color: var(--page-color);
  }

  .main:not(.main-visitor) .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(2) .statistic-item,
  .visitor-primary .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(2) .statistic-item,
  .visitor-red .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(2) .statistic-item,
  .main:not(.main-visitor) .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4) .statistic-item,
  .visitor-primary .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4) .statistic-item,
  .visitor-red .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4) .statistic-item,
  .main:not(.main-visitor) .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(5) .statistic-item,
  .visitor-primary .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(5) .statistic-item,
  .visitor-red .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(5) .statistic-item,
  .main:not(.main-visitor) .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(7) .statistic-item,
  .visitor-primary .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(7) .statistic-item,
  .visitor-red .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(7) .statistic-item {
    color: #fff;
  }
}

.statistic-item--square:hover .statistic-item__value {
  font-size: 61px !important;
}

.submenu__items>ul {
  display: none;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-left: -8px;
  margin-right: -8px;
}

@media (min-width: 1200px) {
  .submenu__items>ul {
    display: flex;
  }
}

.submenu__items>ul>li {
  display: flex;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}

.submenu__items>ul>li>a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: inherit;
  line-height: 1.5;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.submenu__items>ul>li>a::after {
  font-weight: 600;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  content: attr(data-text);
  content: attr(data-text)/"";
}

@media speech {
  .submenu__items>ul>li>a::after {
    display: none;
  }
}

.submenu__items>ul>li>a[aria-expanded=true] {
  font-weight: 600;
}

.submenu__container {
  min-height: 56px;
}

.submenu-branding .submenu__bar {
  background-color: #68246d;
}

.submenu-branding .submenu__track {
  color: #68246d;
}

.submenu-branding .sub-navigation__second-level-menu {
  background-color: #68246d;
  border-color: #571b4f;
}

.submenu-branding .sub-navigation__button {
  background-color: transparent;
}

.submenu-branding .sub-navigation__button[aria-expanded=true] {
  background-color: #68246d;
}

.submenu-branding .mobile-menu {
  background-color: #ff0;
  background-color: #68246d;
}

.submenu-branding .mobile-menu .multilevel-linkul-0 {
  background-color: #531d57;
}

.submenu-branding .mobile-menu .multilevel-linkul-0 .item {
  border-color: rgba(0, 0, 0, .2);
}

.submenu-branding .mobile-menu .item {
  border-color: #571b4f;
}

.submenu-branding--collingwood .submenu__bar {
  background-color: #d22630;
}

.submenu-branding--collingwood .submenu__track {
  color: #d22630;
}

.submenu-branding--collingwood .sub-navigation__second-level-menu {
  background-color: #d22630;
  border-color: #a81e26;
}

.submenu-branding--collingwood .sub-navigation__button[aria-expanded=true] {
  background-color: #d22630;
}

.submenu-branding--collingwood .mobile-menu {
  background-color: #d22630;
}

.submenu-branding--collingwood .mobile-menu .multilevel-linkul-0 {
  background-color: #a81e26;
}

.submenu-branding--collingwood .mobile-menu .item {
  border-color: #a81e26;
}

.submenu-branding--grey .submenu__bar {
  background-color: #af272f;
}

.submenu-branding--grey .submenu__track {
  color: #af272f;
}

.submenu-branding--grey .sub-navigation__second-level-menu {
  background-color: #af272f;
  border-color: #8c1f26;
}

.submenu-branding--grey .sub-navigation__button[aria-expanded=true] {
  background-color: #af272f;
}

.submenu-branding--grey .mobile-menu {
  background-color: #af272f;
}

.submenu-branding--grey .mobile-menu .multilevel-linkul-0 {
  background-color: #8c1f26;
}

.submenu-branding--grey .mobile-menu .item {
  border-color: #8c1f26;
}

.submenu-branding--hatfield .submenu__bar {
  background-color: #003865;
}

.submenu-branding--hatfield .submenu__track {
  color: #003865;
}

.submenu-branding--hatfield .sub-navigation__second-level-menu {
  background-color: #003865;
  border-color: #002d51;
}

.submenu-branding--hatfield .sub-navigation__button[aria-expanded=true] {
  background-color: #003865;
}

.submenu-branding--hatfield .mobile-menu {
  background-color: #003865;
}

.submenu-branding--hatfield .mobile-menu .multilevel-linkul-0 {
  background-color: #002d51;
}

.submenu-branding--hatfield .mobile-menu .item {
  border-color: #002d51;
}

.submenu-branding--jbutler .submenu__bar {
  background-color: #d22630;
}

.submenu-branding--jbutler .submenu__track {
  color: #d22630;
}

.submenu-branding--jbutler .sub-navigation__second-level-menu {
  background-color: #d22630;
  border-color: #a81e26;
}

.submenu-branding--jbutler .sub-navigation__button[aria-expanded=true] {
  background-color: #d22630;
}

.submenu-branding--jbutler .mobile-menu {
  background-color: #d22630;
}

.submenu-branding--jbutler .mobile-menu .multilevel-linkul-0 {
  background-color: #a81e26;
}

.submenu-branding--jbutler .mobile-menu .item {
  border-color: #a81e26;
}

.submenu-branding--johnsnow .submenu__bar {
  background-color: #003865;
}

.submenu-branding--johnsnow .submenu__track {
  color: #003865;
}

.submenu-branding--johnsnow .sub-navigation__second-level-menu {
  background-color: #003865;
  border-color: #002d51;
}

.submenu-branding--johnsnow .sub-navigation__button[aria-expanded=true] {
  background-color: #003865;
}

.submenu-branding--johnsnow .mobile-menu {
  background-color: #003865;
}

.submenu-branding--johnsnow .mobile-menu .multilevel-linkul-0 {
  background-color: #002d51;
}

.submenu-branding--johnsnow .mobile-menu .item {
  border-color: #002d51;
}

.submenu-branding--south-college .submenu__bar {
  background-color: #68246d;
}

.submenu-branding--south-college .submenu__track {
  color: #68246d;
}

.submenu-branding--south-college .sub-navigation__second-level-menu {
  background-color: #68246d;
  border-color: #531d57;
}

.submenu-branding--south-college .sub-navigation__button[aria-expanded=true] {
  background-color: #68246d;
}

.submenu-branding--south-college .mobile-menu {
  background-color: #68246d;
}

.submenu-branding--south-college .mobile-menu .multilevel-linkul-0 {
  background-color: #531d57;
}

.submenu-branding--south-college .mobile-menu .item {
  border-color: #531d57;
}

.submenu-branding--staidans .submenu__bar {
  background-color: #006747;
}

.submenu-branding--staidans .submenu__track {
  color: #006747;
}

.submenu-branding--staidans .sub-navigation__second-level-menu {
  background-color: #006747;
  border-color: #005239;
}

.submenu-branding--staidans .sub-navigation__button[aria-expanded=true] {
  background-color: #006747;
}

.submenu-branding--staidans .mobile-menu {
  background-color: #006747;
}

.submenu-branding--staidans .mobile-menu .multilevel-linkul-0 {
  background-color: #005239;
}

.submenu-branding--staidans .mobile-menu .item {
  border-color: #005239;
}

.submenu-branding--stchads .submenu__bar {
  background-color: #00573f;
}

.submenu-branding--stchads .submenu__track {
  color: #00573f;
}

.submenu-branding--stchads .sub-navigation__second-level-menu {
  background-color: #00573f;
  border-color: #004632;
}

.submenu-branding--stchads .sub-navigation__button[aria-expanded=true] {
  background-color: #00573f;
}

.submenu-branding--stchads .mobile-menu {
  background-color: #00573f;
}

.submenu-branding--stchads .mobile-menu .multilevel-linkul-0 {
  background-color: #004632;
}

.submenu-branding--stchads .mobile-menu .item {
  border-color: #004632;
}

.submenu-branding--stcuthberts .submenu__bar {
  background-color: #00664f;
}

.submenu-branding--stcuthberts .submenu__track {
  color: #00664f;
}

.submenu-branding--stcuthberts .sub-navigation__second-level-menu {
  background-color: #00664f;
  border-color: #00523f;
}

.submenu-branding--stcuthberts .sub-navigation__button[aria-expanded=true] {
  background-color: #00664f;
}

.submenu-branding--stcuthberts .mobile-menu {
  background-color: #00664f;
}

.submenu-branding--stcuthberts .mobile-menu .multilevel-linkul-0 {
  background-color: #00523f;
}

.submenu-branding--stcuthberts .mobile-menu .item {
  border-color: #00523f;
}

.submenu-branding--sthild .submenu__bar {
  background-color: #0072ce;
}

.submenu-branding--sthild .submenu__track {
  color: #0072ce;
}

.submenu-branding--sthild .sub-navigation__second-level-menu {
  background-color: #0072ce;
  border-color: #005ba5;
}

.submenu-branding--sthild .sub-navigation__button[aria-expanded=true] {
  background-color: #0072ce;
}

.submenu-branding--sthild .mobile-menu {
  background-color: #0072ce;
}

.submenu-branding--sthild .mobile-menu .multilevel-linkul-0 {
  background-color: #005ba5;
}

.submenu-branding--sthild .mobile-menu .item {
  border-color: #005ba5;
}

.submenu-branding--stjohns .submenu__bar {
  background-color: #1b365d;
}

.submenu-branding--stjohns .submenu__track {
  color: #1b365d;
}

.submenu-branding--stjohns .sub-navigation__second-level-menu {
  background-color: #1b365d;
  border-color: #162b4a;
}

.submenu-branding--stjohns .sub-navigation__button[aria-expanded=true] {
  background-color: #1b365d;
}

.submenu-branding--stjohns .mobile-menu {
  background-color: #1b365d;
}

.submenu-branding--stjohns .mobile-menu .multilevel-linkul-0 {
  background-color: #162b4a;
}

.submenu-branding--stjohns .mobile-menu .item {
  border-color: #162b4a;
}

.submenu-branding--stmarys .submenu__bar {
  background-color: #753bbd;
}

.submenu-branding--stmarys .submenu__track {
  color: #753bbd;
}

.submenu-branding--stmarys .sub-navigation__second-level-menu {
  background-color: #753bbd;
  border-color: #5e2f97;
}

.submenu-branding--stmarys .sub-navigation__button[aria-expanded=true] {
  background-color: #753bbd;
}

.submenu-branding--stmarys .mobile-menu {
  background-color: #753bbd;
}

.submenu-branding--stmarys .mobile-menu .multilevel-linkul-0 {
  background-color: #5e2f97;
}

.submenu-branding--stmarys .mobile-menu .item {
  border-color: #5e2f97;
}

.submenu-branding--stephenson .submenu__bar {
  background-color: #d22630;
}

.submenu-branding--stephenson .submenu__track {
  color: #d22630;
}

.submenu-branding--stephenson .sub-navigation__second-level-menu {
  background-color: #d22630;
  border-color: #a81e26;
}

.submenu-branding--stephenson .sub-navigation__button[aria-expanded=true] {
  background-color: #d22630;
}

.submenu-branding--stephenson .mobile-menu {
  background-color: #d22630;
}

.submenu-branding--stephenson .mobile-menu .multilevel-linkul-0 {
  background-color: #a81e26;
}

.submenu-branding--stephenson .mobile-menu .item {
  border-color: #a81e26;
}

.submenu-branding--trevelyan .submenu__bar {
  background-color: #003865;
}

.submenu-branding--trevelyan .submenu__track {
  color: #003865;
}

.submenu-branding--trevelyan .sub-navigation__second-level-menu {
  background-color: #003865;
  border-color: #002d51;
}

.submenu-branding--trevelyan .sub-navigation__button[aria-expanded=true] {
  background-color: #003865;
}

.submenu-branding--trevelyan .mobile-menu {
  background-color: #003865;
}

.submenu-branding--trevelyan .mobile-menu .multilevel-linkul-0 {
  background-color: #002d51;
}

.submenu-branding--trevelyan .mobile-menu .item {
  border-color: #002d51;
}

.submenu-branding--university .submenu__bar {
  background-color: #862633;
}

.submenu-branding--university .submenu__track {
  color: #862633;
}

.submenu-branding--university .sub-navigation__second-level-menu {
  background-color: #862633;
  border-color: #6b1e29;
}

.submenu-branding--university .sub-navigation__button[aria-expanded=true] {
  background-color: #862633;
}

.submenu-branding--university .mobile-menu {
  background-color: #862633;
}

.submenu-branding--university .mobile-menu .multilevel-linkul-0 {
  background-color: #6b1e29;
}

.submenu-branding--university .mobile-menu .item {
  border-color: #6b1e29;
}

.submenu-branding--ustinov .submenu__bar {
  background-color: #003865;
}

.submenu-branding--ustinov .submenu__track {
  color: #003865;
}

.submenu-branding--ustinov .sub-navigation__second-level-menu {
  background-color: #003865;
  border-color: #002d51;
}

.submenu-branding--ustinov .sub-navigation__button[aria-expanded=true] {
  background-color: #003865;
}

.submenu-branding--ustinov .mobile-menu {
  background-color: #003865;
}

.submenu-branding--ustinov .mobile-menu .multilevel-linkul-0 {
  background-color: #002d51;
}

.submenu-branding--ustinov .mobile-menu .item {
  border-color: #002d51;
}

.submenu-branding--vanmildert .submenu__bar {
  background-color: #ee2737;
}

.submenu-branding--vanmildert .submenu__track {
  color: #ee2737;
}

.submenu-branding--vanmildert .sub-navigation__second-level-menu {
  background-color: #ee2737;
  border-color: #cd101f;
}

.submenu-branding--vanmildert .sub-navigation__button[aria-expanded=true] {
  background-color: #ee2737;
}

.submenu-branding--vanmildert .mobile-menu {
  background-color: #ee2737;
}

.submenu-branding--vanmildert .mobile-menu .multilevel-linkul-0 {
  background-color: #cd101f;
}

.submenu-branding--vanmildert .mobile-menu .item {
  border-color: #cd101f;
}

.main-business .dropdown-tabs__tablist a.u-bg-secondary,
.main-business .dropdown-tabs__tablist button.u-bg-secondary {
  background-color: #b3bdb1 !important;
}

.dropdown-tabs__tabpanel img,
.dropdown-tabs__tabpanel video,
.dropdown-tabs__tabpanel .video {
  max-width: 90ch;
}

.page-tabs-limited {
  overflow: hidden;
  height: 34px;
}

html[data-whatintent=keyboard] .page-tabs-limited:focus-within {
  overflow: visible;
}

.page-tab-button {
  display: flex;
}

.responsive-tabs.accordion>*+* {
  margin-top: 16px;
}

.responsive-tabs.accordion .tab-link__icons {
  display: flex !important;
}

.responsive-tabs.accordion li {
  border-width: 0 !important;
}

.responsive-tabs.accordion li a[role=tab] {
  display: flex !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.responsive-tabs.accordion li a[role=tab]:hover,
.responsive-tabs.accordion li a[role=tab]:focus {
  text-decoration: none !important;
  color: #531d57 !important;
}

.responsive-tabs.accordion li [role=tabpanel] {
  padding-bottom: 16px;
}

.testimonial__image {
  max-width: 200px;
}

@media (min-width: 768px) {
  .testimonial__image {
    max-width: 300px;
  }
}

.has-dark-bg hr {
  border-color: #fff !important;
}

@media (min-width: 0)and (max-width: 992px) {
  .two-column-accreditation__links {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .two-column-accreditation .two-column-accreditation__links {
    margin-top: auto !important;
    padding-top: 16px !important;
  }
}

.two-column-table table td {
  display: block;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 768px) {
  .two-column-table table td {
    display: table-cell;
  }
}

.two-column-table table td>*+* {
  margin-top: 16px;
}

.two-column-table table td:first-child,
.two-column-table table th {
  vertical-align: middle;
  background-color: #ebebeb;
  font-weight: 700;
}

div .ps__rail-y:hover>.ps__thumb-y,
div .ps__rail-y:focus>.ps__thumb-y,
div .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #68246d;
  background-color: var(--page-color);
  width: 8px;
}

div .ps__rail-y {
  width: 8px;
  background-color: #ebebeb;
  display: block;
  opacity: 1 !important;
}

div .ps__thumb-y {
  right: 0;
  border-radius: 0;
  background-color: #68246d;
  background-color: var(--page-color);
  width: 8px;
}

div .ps--active-x>.ps__rail-x,
div .ps--active-y>.ps__rail-y {
  background-color: #ebebeb;
}

div .ps:not(.ps--active-y) .ps__rail-y {
  display: none;
}

.video-grid__image:not(.is-active) .image:after {
  background: hsla(0, 0%, 100%, .5);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-grid__thumb picture,
.video-grid__thumb img {
  pointer-events: none;
}

.video-grid__thumb:focus {
  box-shadow: none !important;
}

.video-grid__thumb:focus .image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 5px #74287a, inset 0 0 0 7px #fff !important;
}

@media (min-width: 1087px) {
  .world-links__map {
    margin-left: calc((100% + 30px)/-6);
  }
}

@media (min-width: 1200px) {
  .world-links__map {
    margin-left: 0;
  }
}

@media (min-width: 1320px) {
  .world-links__map {
    margin-left: calc((100% + 30px)/-6);
  }
}

.world-links__map svg path {
  transition: all .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .world-links__map svg path {
    transition: none;
  }
}

.world-links .world-links__card--active .cta-link .icon {
  transform: translateX(16px);
}

.world-links .world-links__card--active img {
  opacity: .25;
}

.fixed-sidebar.u-bg-primary {
  position: relative;
  background-color: #68246d;
}

.fixed-sidebar.u-bg-primary:after {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #68246d;
}

.fixed-sidebar.u-bg-secondary {
  position: relative;
  background-color: #ffd53a;
}

.fixed-sidebar.u-bg-secondary:after {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #ffd53a;
}

.fixed-sidebar.u-bg-white {
  position: relative;
  background-color: #fff;
}

.fixed-sidebar.u-bg-white:after {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #fff;
}

.fixed-sidebar.u-bg-black {
  position: relative;
  background-color: #333123;
}

.fixed-sidebar.u-bg-black:after {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #333123;
}

.fixed-sidebar.u-bg-grey-25 {
  position: relative;
  background-color: #f7f7f7;
}

.fixed-sidebar.u-bg-grey-25:after {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #f7f7f7;
}

.fixed-sidebar.u-bg-grey-400 {
  position: relative;
  background-color: #3c3c3b;
}

.fixed-sidebar.u-bg-grey-400:after {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #3c3c3b;
}

@media (min-width: 992px) {
  .fixed-sidebar__main-content--left,
  .fixed-sidebar__sidebar--right {
    padding-left: 15px;
  }

  .fixed-sidebar__main-content--right,
  .fixed-sidebar__sidebar--left {
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .fixed-sidebar-layout-container .offset-container {
    margin-top: -226px;
  }
}

@media (min-width: 1200px) {
  .fixed-sidebar-layout-container .offset-container {
    margin-top: -276px;
  }
}

.main-business .submenu>.u-bg-secondary {
  background-color: #b3bdb1 !important;
}

.main-business .card__featured-label.u-bg-secondary {
  background-color: #b3bdb1 !important;
}

.main-business .landing-page-section .cta-link.u-text-secondary {
  color: currentColor !important;
}

.main-business .u-shadow-media {
  box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
}

.main-business .blockquote,
.main-business .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-bs-grey.svg?v1951eb6caaf"), url("../images/blockquote/quote-marks-right-bs-grey.svg?v1951eb6cab3");
}

.main-business .btn-secondary:not(.btn-secondary-outline) {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
}

.main-business .btn-secondary:not(.btn-secondary-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #68246d;
}

.main-business .btn-secondary:not(.btn-secondary-outline):focus,
.main-business .btn-secondary:not(.btn-secondary-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #68246d;
  box-shadow: 0 0 0 .2rem rgba(126.65, 68.85, 130.9, .5);
}

.main-business .btn-secondary:not(.btn-secondary-outline).disabled,
.main-business .btn-secondary:not(.btn-secondary-outline):disabled {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
}

.main-business .btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled):active,
.main-business .btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled).active,
.show>.main-business .btn-secondary:not(.btn-secondary-outline).dropdown-toggle {
  color: #fff;
  background-color: rgb(67.4206896552, 23.3379310345, 70.6620689655);
  border-color: rgb(58.275862069, 20.1724137931, 61.0775862069);
}

.main-business .btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled):active:focus,
.main-business .btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled).active:focus,
.show>.main-business .btn-secondary:not(.btn-secondary-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(126.65, 68.85, 130.9, .5);
}

.main-business .btn-secondary:not(.btn-secondary-outline):hover,
.main-business .btn-secondary:not(.btn-secondary-outline):focus {
  color: #333123;
}

.main-business .has-dark-bg .btn-secondary:not(.btn-secondary-outline) {
  color: #333123;
  background-color: #b3bdb1;
  border-color: #b3bdb1;
}

.main-business .has-dark-bg .btn-secondary:not(.btn-secondary-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #333123;
}

.main-business .has-dark-bg .btn-secondary:not(.btn-secondary-outline):focus,
.main-business .has-dark-bg .btn-secondary:not(.btn-secondary-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #333123;
  box-shadow: 0 0 0 .2rem rgba(159.8, 168, 155.7, .5);
}

.main-business .has-dark-bg .btn-secondary:not(.btn-secondary-outline).disabled,
.main-business .has-dark-bg .btn-secondary:not(.btn-secondary-outline):disabled {
  color: #333123;
  background-color: #b3bdb1;
  border-color: #b3bdb1;
}

.main-business .has-dark-bg .btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled):active,
.main-business .has-dark-bg .btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled).active,
.show>.main-business .has-dark-bg .btn-secondary:not(.btn-secondary-outline).dropdown-toggle {
  color: #333123;
  background-color: rgb(152.0833333333, 165.625, 149.375);
  border-color: hsl(110, 8.3333333333%, 59.2647058824%);
}

.main-business .has-dark-bg .btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled):active:focus,
.main-business .has-dark-bg .btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled).active:focus,
.show>.main-business .has-dark-bg .btn-secondary:not(.btn-secondary-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(159.8, 168, 155.7, .5);
}

.main-business .landing-page-section--get-in-touch [class*=col-]:last-child>div {
  background-color: #b3bdb1;
  padding: 24px;
  color: #333123;
}

.main-business .landing-page-section--get-in-touch [class*=col-]:last-child>div a {
  color: currentColor !important;
}

.main-business li>a.u-bg-secondary,
.main-business li>button.u-bg-secondary {
  background-color: #b3bdb1 !important;
}

.main-business .statistics-pair-layout .statistic-item {
  background-color: #b3bdb1;
}

.main-business .statistics-pair-layout .statistic-item:nth-child(even) {
  background-color: #cad1c9;
}

.main-business .statistics-grid-layout .statistic-item-wrapper:last-child .statistic-item {
  background-color: #b3bdb1;
  color: #333123;
  border-color: #b3bdb1;
}

.main-business .signposting .embed-responsive {
  border-radius: 0 !important;
}

.main-business .signposting .u-heading-bar:before,
.main-business .signposting .u-empty-bar:before {
  display: none;
}

.events-listing__calendar table {
  border-collapse: separate;
  border-width: 1px;
  border-color: #afb4b6;
}

.events-listing__calendar td a,
.events-listing__calendar th a {
  text-decoration: none;
}

.events-listing__calendar th,
.events-listing__calendar td,
.events-listing__calendar td.hasEvents a,
.events-listing__calendar #prev_month>a,
.events-listing__calendar #next_month>a {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.events-listing__calendar td.hasEvents,
.events-listing__calendar #prev_month,
.events-listing__calendar #next_month {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.events-listing__calendar th {
  background-color: #ebebeb;
}

.events-listing__calendar td {
  background-color: #f7f7f7;
}

.events-listing__calendar .hasEvents a {
  background-color: #68246d !important;
  transition: all .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .events-listing__calendar .hasEvents a {
    transition: none;
  }
}

.events-listing__calendar .hasEvents a:hover,
.events-listing__calendar .hasEvents a:focus {
  background-color: #531d57 !important;
}

.events-listing__calendar #prev_month a,
.events-listing__calendar #next_month a {
  display: block;
  font-weight: 700;
  font-size: 20px;
  transition: all .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .events-listing__calendar #prev_month a,
  .events-listing__calendar #next_month a {
    transition: none;
  }
}

.events-listing__calendar #prev_month a:hover,
.events-listing__calendar #prev_month a:focus,
.events-listing__calendar #next_month a:hover,
.events-listing__calendar #next_month a:focus {
  background-color: #bcbcbc;
}

.events-listing__calendar #prev_month>a:before {
  content: "<";
}

.events-listing__calendar #next_month>a:before {
  content: ">";
}

.events-listing__calendar #view-switchers {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 0;
}

.custom-control-label.leading-tight-span:before {
  top: .1rem;
}

.main-visitor .submenu>.u-bg-secondary {
  background-color: #68246d !important;
  background-color: var(--page-color) !important;
}

.main-visitor .submenu__bar {
  display: none;
}

.main-visitor .submenu__items {
  justify-content: center;
}

.main-visitor .submenu__items>a {
  display: none;
}

.main-visitor .submenu__items>button {
  color: currentColor;
}

.main-visitor .submenu__items>button .icon {
  color: currentColor !important;
}

.main-visitor .submenu__items>ul>li {
  margin-left: 32px;
  margin-right: 32px;
}

.main-visitor .submenu__items>ul>li>a {
  font-size: 20px;
  font-weight: 600;
}

.main-visitor .submenu-branding .mobile-menu {
  background-color: #68246d !important;
  background-color: var(--page-color) !important;
}

.main-visitor .submenu-branding .mobile-menu .item {
  border-color: #531d57 !important;
  border-color: var(--page-color-darker) !important;
}

.main-visitor .submenu-branding .mobile-menu .multilevel-linkul-0 {
  background-color: #531d57 !important;
  background-color: var(--page-color-darker) !important;
}

.main-visitor .submenu-branding .sub-navigation__button[aria-expanded=true] {
  background-color: #333123;
}

.main-visitor .submenu-branding .sub-navigation__second-level-menu {
  background-color: #333123;
}

.main-visitor .card__featured-label {
  background-color: #ebebeb !important;
}

.main-visitor .card .cta-link {
  color: #333123 !important;
}

.main-visitor .landing-page-section .card:not([class*=u-bg-]) {
  color: currentColor !important;
}

.main-visitor .landing-page-section .cta-link {
  color: currentColor !important;
}

.main-visitor .landing-page-section .card-heading {
  color: currentColor !important;
}

.main-visitor .landing-page-section .card--featured-large .cta-link {
  color: #fff !important;
}

.main-visitor .landing-page-section:not(.u-bg-primary) .u-shadow-media {
  box-shadow: 1rem 1rem 0 0 #68246d !important;
  box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
}

.main-visitor .landing-page-section:not(.u-bg-primary) .u-shadow-media-sm {
  box-shadow: .5rem .5rem 0 0 #68246d !important;
  box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
}

.main-visitor .landing-page-section.u-bg-primary {
  background-color: #68246d !important;
  background-color: var(--page-color) !important;
}

.main-visitor .landing-page-section.u-text-primary {
  color: #68246d !important;
  color: var(--page-color) !important;
}

.main-visitor .landing-page-section .landing-page-section__corner.u-text-primary {
  color: #68246d !important;
  color: var(--page-color) !important;
}

.main-visitor .landing-page-section hr {
  border-color: #68246d !important;
  border-color: var(--page-color) !important;
}

.main-visitor .landing-page-section .u-heading-bar::before {
  background-color: #68246d !important;
  background-color: var(--page-color) !important;
}

.main-visitor .landing-page-section.signposting .u-heading-bar::before {
  display: none;
}

.main-visitor .landing-page-section--nearby-attractions [x-data] .u-mb-4:first-child {
  display: none;
}

.main-visitor .landing-page-section--prospectus-links .prospectus-link {
  color: currentColor !important;
}

.main-visitor .landing-page-section--prospectus-links .prospectus-link:hover,
.main-visitor .landing-page-section--prospectus-links .prospectus-link:focus {
  color: currentColor !important;
}

.main-visitor .landing-page-section--prospectus-links.u-bg-primary .prospectus-link__image-wrapper {
  box-shadow: .5rem .5rem 0 0 #ffd53a !important;
}

.main-visitor .landing-page-section--prospectus-links .prospectus-link__image-wrapper {
  box-shadow: .5rem .5rem 0 0 #68246d !important;
  box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  margin-bottom: 32px !important;
}

.main-visitor .landing-page-section--testimonials .u-shadow-media {
  border-radius: 0 !important;
}

.main-visitor .landing-page-section--testimonials:not([class*=u-bg-]) .tripadvisor {
  background-color: #f7f7f7 !important;
}

.main-visitor .landing-page-section--testimonials:not([class*=u-bg-]) .tripadvisor .cdsROW {
  background-color: #f7f7f7;
}

.main-visitor .landing-page-section--video-grid:not([class*=u-bg-]) .embed-responsive-item a {
  background-color: #f7f7f7 !important;
}

@media (max-width: 769px) {
  .main-visitor .landing-page-section--video-grid:not([class*=u-bg-]) .video-grid {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .main-visitor .landing-page-section--video-grid:not([class*=u-bg-]) .video-grid>* {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.main-visitor .landing-page-section.signposting .u-heading-bar::before {
  display: none;
}

.main-visitor .landing-page-section--signposting--no-curve .u-shadow-media {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.main-visitor .landing-page-section--upcoming-events .card__image {
  border-radius: 0 !important;
}

.main-visitor .landing-page-section--education-learning .card-heading {
  font-size: 20px !important;
}

.visitor-primary .submenu>.u-bg-secondary {
  color: #fff;
}

.visitor-red {
  --page-color: #be1e2c;
  --page-color-darker: #981823;
}

.visitor-red .submenu>.u-bg-secondary {
  color: #fff;
}

.visitor-red .blockquote,
.visitor-red .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-red.svg?v1951eb6cab1"), url("../images/blockquote/quote-marks-right-red.svg?v1951eb6cab4");
}

.visitor-red .landing-page-section.u-bg-primary .blockquote,
.visitor-red .landing-page-section.u-bg-primary .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-white.svg?v1951eb6cab2"), url("../images/blockquote/quote-marks-right-white.svg?v1951eb6cab5");
}

.visitor-red .btn-primary:not(.btn-primary-outline) {
  color: #fff;
  background-color: #be1e2c;
  border-color: #be1e2c;
}

.visitor-red .btn-primary:not(.btn-primary-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #be1e2c;
}

.visitor-red .btn-primary:not(.btn-primary-outline):focus,
.visitor-red .btn-primary:not(.btn-primary-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #be1e2c;
  box-shadow: 0 0 0 .2rem rgba(199.75, 63.75, 75.65, .5);
}

.visitor-red .btn-primary:not(.btn-primary-outline).disabled,
.visitor-red .btn-primary:not(.btn-primary-outline):disabled {
  color: #fff;
  background-color: #be1e2c;
  border-color: #be1e2c;
}

.visitor-red .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active,
.visitor-red .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active,
.show>.visitor-red .btn-primary:not(.btn-primary-outline).dropdown-toggle {
  color: #fff;
  background-color: rgb(145.9545454545, 23.0454545455, 33.8);
  border-color: rgb(134.9431818182, 21.3068181818, 31.25);
}

.visitor-red .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active:focus,
.visitor-red .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active:focus,
.show>.visitor-red .btn-primary:not(.btn-primary-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(199.75, 63.75, 75.65, .5);
}

.visitor-red .btn-primary:not(.btn-primary-outline):hover,
.visitor-red .btn-primary:not(.btn-primary-outline):focus {
  color: #333123;
}

.visitor-gold {
  --page-color: #afa961;
  --page-color-darker: #908b49;
}

.visitor-gold .submenu>.u-bg-secondary {
  color: #333123;
}

.visitor-gold .submenu .item {
  color: #333123 !important;
}

.visitor-gold .blockquote,
.visitor-gold .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-gold.svg?v1951eb6cab0"), url("../images/blockquote/quote-marks-right-gold.svg?v1951eb6cab3");
}

.visitor-gold .landing-page-section.u-bg-primary .blockquote,
.visitor-gold .landing-page-section.u-bg-primary .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-dark.svg?v1951eb6cab0"), url("../images/blockquote/quote-marks-right-dark.svg?v1951eb6cab3");
}

.visitor-gold .btn-primary:not(.btn-primary-outline) {
  color: #333123;
  background-color: #afa961;
  border-color: #afa961;
  color: #333123;
}

.visitor-gold .btn-primary:not(.btn-primary-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #afa961;
}

.visitor-gold .btn-primary:not(.btn-primary-outline):focus,
.visitor-gold .btn-primary:not(.btn-primary-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #afa961;
  box-shadow: 0 0 0 .2rem rgba(156.4, 151, 87.7, .5);
}

.visitor-gold .btn-primary:not(.btn-primary-outline).disabled,
.visitor-gold .btn-primary:not(.btn-primary-outline):disabled {
  color: #333123;
  background-color: #afa961;
  border-color: #afa961;
}

.visitor-gold .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active,
.visitor-gold .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active,
.show>.visitor-gold .btn-primary:not(.btn-primary-outline).dropdown-toggle {
  color: #fff;
  background-color: rgb(146.7142857143, 141.1428571429, 74.2857142857);
  border-color: rgb(138.25, 133, 70);
}

.visitor-gold .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active:focus,
.visitor-gold .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active:focus,
.show>.visitor-gold .btn-primary:not(.btn-primary-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(156.4, 151, 87.7, .5);
}

.visitor-gold .btn-primary:not(.btn-primary-outline):hover,
.visitor-gold .btn-primary:not(.btn-primary-outline):focus {
  color: #333123;
}

.visitor-gold .landing-page-section.u-bg-primary {
  color: #333123 !important;
}

.visitor-concrete {
  --page-color: #b3bdb1;
  --page-color-darker: #8c9b89;
}

.visitor-concrete .submenu>.u-bg-secondary {
  color: #333123;
}

.visitor-concrete .submenu .item {
  color: #333123 !important;
}

.visitor-concrete .blockquote,
.visitor-concrete .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-bs-grey.svg?v1951eb6caaf"), url("../images/blockquote/quote-marks-right-bs-grey.svg?v1951eb6cab3");
}

.visitor-concrete .landing-page-section.u-bg-primary .blockquote,
.visitor-concrete .landing-page-section.u-bg-primary .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-dark.svg?v1951eb6cab0"), url("../images/blockquote/quote-marks-right-dark.svg?v1951eb6cab3");
}

.visitor-concrete .btn-primary:not(.btn-primary-outline) {
  color: #333123;
  background-color: #b3bdb1;
  border-color: #b3bdb1;
  color: #333123;
}

.visitor-concrete .btn-primary:not(.btn-primary-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #b3bdb1;
}

.visitor-concrete .btn-primary:not(.btn-primary-outline):focus,
.visitor-concrete .btn-primary:not(.btn-primary-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #b3bdb1;
  box-shadow: 0 0 0 .2rem rgba(159.8, 168, 155.7, .5);
}

.visitor-concrete .btn-primary:not(.btn-primary-outline).disabled,
.visitor-concrete .btn-primary:not(.btn-primary-outline):disabled {
  color: #333123;
  background-color: #b3bdb1;
  border-color: #b3bdb1;
}

.visitor-concrete .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active,
.visitor-concrete .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active,
.show>.visitor-concrete .btn-primary:not(.btn-primary-outline).dropdown-toggle {
  color: #333123;
  background-color: rgb(152.0833333333, 165.625, 149.375);
  border-color: hsl(110, 8.3333333333%, 59.2647058824%);
}

.visitor-concrete .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active:focus,
.visitor-concrete .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active:focus,
.show>.visitor-concrete .btn-primary:not(.btn-primary-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(159.8, 168, 155.7, .5);
}

.visitor-concrete .btn-primary:not(.btn-primary-outline):hover,
.visitor-concrete .btn-primary:not(.btn-primary-outline):focus {
  color: #333123;
}

.visitor-concrete .landing-page-section.u-bg-primary {
  color: #333123 !important;
}

.visitor-yellow {
  --page-color: #ffd53a;
  --page-color-darker: #fac500;
}

.visitor-yellow .submenu>.u-bg-secondary {
  color: #333123;
}

.visitor-yellow .submenu .item {
  color: #333123 !important;
}

.visitor-yellow .blockquote,
.visitor-yellow .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left.svg?v1951eb6cab2"), url("../images/blockquote/quote-marks-right.svg?v1951eb6cab5");
}

.visitor-yellow .landing-page-section.u-bg-primary .blockquote,
.visitor-yellow .landing-page-section.u-bg-primary .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-dark.svg?v1951eb6cab0"), url("../images/blockquote/quote-marks-right-dark.svg?v1951eb6cab3");
}

.visitor-yellow .btn-primary:not(.btn-primary-outline) {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
  color: #333123;
}

.visitor-yellow .btn-primary:not(.btn-primary-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffd53a;
}

.visitor-yellow .btn-primary:not(.btn-primary-outline):focus,
.visitor-yellow .btn-primary:not(.btn-primary-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffd53a;
  box-shadow: 0 0 0 .2rem rgba(224.4, 188.4, 54.55, .5);
}

.visitor-yellow .btn-primary:not(.btn-primary-outline).disabled,
.visitor-yellow .btn-primary:not(.btn-primary-outline):disabled {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
}

.visitor-yellow .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active,
.visitor-yellow .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active,
.show>.visitor-yellow .btn-primary:not(.btn-primary-outline).dropdown-toggle {
  color: #333123;
  background-color: rgb(255, 202.1269035533, 7);
  border-color: rgb(249.25, 196.1104060914, 0);
}

.visitor-yellow .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active:focus,
.visitor-yellow .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active:focus,
.show>.visitor-yellow .btn-primary:not(.btn-primary-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(224.4, 188.4, 54.55, .5);
}

.visitor-yellow .btn-primary:not(.btn-primary-outline):hover,
.visitor-yellow .btn-primary:not(.btn-primary-outline):focus {
  color: #333123;
}

.visitor-yellow .landing-page-section.u-bg-primary {
  color: #333123 !important;
}

.visitor-cyan {
  --page-color: #00aeef;
  --page-color-darker: #008bbf;
}

.visitor-cyan .submenu>.u-bg-secondary {
  color: #333123;
}

.visitor-cyan .submenu .item {
  color: #333123 !important;
}

.visitor-cyan .blockquote,
.visitor-cyan .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-cyan.svg?v1951eb6caaf"), url("../images/blockquote/quote-marks-right-cyan.svg?v1951eb6cab3");
}

.visitor-cyan .landing-page-section.u-bg-primary .blockquote,
.visitor-cyan .landing-page-section.u-bg-primary .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-dark.svg?v1951eb6cab0"), url("../images/blockquote/quote-marks-right-dark.svg?v1951eb6cab3");
}

.visitor-cyan .btn-primary:not(.btn-primary-outline) {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
  color: #333123;
}

.visitor-cyan .btn-primary:not(.btn-primary-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #00aeef;
}

.visitor-cyan .btn-primary:not(.btn-primary-outline):focus,
.visitor-cyan .btn-primary:not(.btn-primary-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #00aeef;
  box-shadow: 0 0 0 .2rem rgba(38.25, 186.15, 241.4, .5);
}

.visitor-cyan .btn-primary:not(.btn-primary-outline).disabled,
.visitor-cyan .btn-primary:not(.btn-primary-outline):disabled {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
}

.visitor-cyan .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active,
.visitor-cyan .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active,
.show>.visitor-cyan .btn-primary:not(.btn-primary-outline).dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 136.870292887, 188);
  border-color: rgb(0, 127.5878661088, 175.25);
}

.visitor-cyan .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active:focus,
.visitor-cyan .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active:focus,
.show>.visitor-cyan .btn-primary:not(.btn-primary-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38.25, 186.15, 241.4, .5);
}

.visitor-cyan .btn-primary:not(.btn-primary-outline):hover,
.visitor-cyan .btn-primary:not(.btn-primary-outline):focus {
  color: #333123;
}

.visitor-cyan .landing-page-section.u-bg-primary {
  color: #333123 !important;
}

.visitor-sky {
  --page-color: #a5c8d0;
  --page-color-darker: #74aab6;
}

.visitor-sky .submenu>.u-bg-secondary {
  color: #333123;
}

.visitor-sky .submenu .item {
  color: #333123 !important;
}

.visitor-sky .blockquote,
.visitor-sky .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-sky.svg?v1951eb6cab1"), url("../images/blockquote/quote-marks-right-sky.svg?v1951eb6cab5");
}

.visitor-sky .landing-page-section.u-bg-primary .blockquote,
.visitor-sky .landing-page-section.u-bg-primary .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-dark.svg?v1951eb6cab0"), url("../images/blockquote/quote-marks-right-dark.svg?v1951eb6cab3");
}

.visitor-sky .btn-primary:not(.btn-primary-outline) {
  color: #333123;
  background-color: #a5c8d0;
  border-color: #a5c8d0;
  color: #333123;
}

.visitor-sky .btn-primary:not(.btn-primary-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #a5c8d0;
}

.visitor-sky .btn-primary:not(.btn-primary-outline):focus,
.visitor-sky .btn-primary:not(.btn-primary-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #a5c8d0;
  box-shadow: 0 0 0 .2rem rgba(147.9, 177.35, 182.05, .5);
}

.visitor-sky .btn-primary:not(.btn-primary-outline).disabled,
.visitor-sky .btn-primary:not(.btn-primary-outline):disabled {
  color: #333123;
  background-color: #a5c8d0;
  border-color: #a5c8d0;
}

.visitor-sky .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active,
.visitor-sky .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active,
.show>.visitor-sky .btn-primary:not(.btn-primary-outline).dropdown-toggle {
  color: #333123;
  background-color: rgb(131.496350365, 179.5255474453, 190.503649635);
  border-color: hsl(191.1627906977, 31.3868613139%, 60.637254902%);
}

.visitor-sky .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active:focus,
.visitor-sky .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active:focus,
.show>.visitor-sky .btn-primary:not(.btn-primary-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(147.9, 177.35, 182.05, .5);
}

.visitor-sky .btn-primary:not(.btn-primary-outline):hover,
.visitor-sky .btn-primary:not(.btn-primary-outline):focus {
  color: #333123;
}

.visitor-sky .landing-page-section.u-bg-primary {
  color: #333123 !important;
}

.visitor-heather {
  --page-color: #cba8b1;
  --page-color-darker: #af7a87;
}

.visitor-heather .submenu>.u-bg-secondary {
  color: #333123;
}

.visitor-heather .submenu .item {
  color: #333123 !important;
}

.visitor-heather .blockquote,
.visitor-heather .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-heather.svg?v1951eb6cab0"), url("../images/blockquote/quote-marks-right-heather.svg?v1951eb6cab4");
}

.visitor-heather .landing-page-section.u-bg-primary .blockquote,
.visitor-heather .landing-page-section.u-bg-primary .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-dark.svg?v1951eb6cab0"), url("../images/blockquote/quote-marks-right-dark.svg?v1951eb6cab3");
}

.visitor-heather .btn-primary:not(.btn-primary-outline) {
  color: #333123;
  background-color: #cba8b1;
  border-color: #cba8b1;
  color: #333123;
}

.visitor-heather .btn-primary:not(.btn-primary-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #cba8b1;
}

.visitor-heather .btn-primary:not(.btn-primary-outline):focus,
.visitor-heather .btn-primary:not(.btn-primary-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #cba8b1;
  box-shadow: 0 0 0 .2rem rgba(180.2, 150.15, 155.7, .5);
}

.visitor-heather .btn-primary:not(.btn-primary-outline).disabled,
.visitor-heather .btn-primary:not(.btn-primary-outline):disabled {
  color: #333123;
  background-color: #cba8b1;
  border-color: #cba8b1;
}

.visitor-heather .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active,
.visitor-heather .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active,
.show>.visitor-heather .btn-primary:not(.btn-primary-outline).dropdown-toggle {
  color: #333123;
  background-color: rgb(183.9208633094, 136.0791366906, 148.381294964);
  border-color: rgb(179.1510791367, 128.0989208633, 141.226618705);
}

.visitor-heather .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active:focus,
.visitor-heather .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active:focus,
.show>.visitor-heather .btn-primary:not(.btn-primary-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(180.2, 150.15, 155.7, .5);
}

.visitor-heather .btn-primary:not(.btn-primary-outline):hover,
.visitor-heather .btn-primary:not(.btn-primary-outline):focus {
  color: #333123;
}

.visitor-heather .landing-page-section.u-bg-primary {
  color: #333123 !important;
}

.visitor-stone {
  --page-color: #dacda2;
  --page-color-darker: #c4b06c;
}

.visitor-stone .submenu>.u-bg-secondary {
  color: #333123;
}

.visitor-stone .submenu .item {
  color: #333123 !important;
}

.visitor-stone .blockquote,
.visitor-stone .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-stone.svg?v1951eb6cab2"), url("../images/blockquote/quote-marks-right-stone.svg?v1951eb6cab5");
}

.visitor-stone .landing-page-section.u-bg-primary .blockquote,
.visitor-stone .landing-page-section.u-bg-primary .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-dark.svg?v1951eb6cab0"), url("../images/blockquote/quote-marks-right-dark.svg?v1951eb6cab3");
}

.visitor-stone .btn-primary:not(.btn-primary-outline) {
  color: #333123;
  background-color: #dacda2;
  border-color: #dacda2;
  color: #333123;
}

.visitor-stone .btn-primary:not(.btn-primary-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #dacda2;
}

.visitor-stone .btn-primary:not(.btn-primary-outline):focus,
.visitor-stone .btn-primary:not(.btn-primary-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #dacda2;
  box-shadow: 0 0 0 .2rem rgba(192.95, 181.6, 142.95, .5);
}

.visitor-stone .btn-primary:not(.btn-primary-outline).disabled,
.visitor-stone .btn-primary:not(.btn-primary-outline):disabled {
  color: #333123;
  background-color: #dacda2;
  border-color: #dacda2;
}

.visitor-stone .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active,
.visitor-stone .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active,
.show>.visitor-stone .btn-primary:not(.btn-primary-outline).dropdown-toggle {
  color: #333123;
  background-color: hsl(46.0714285714, 43.0769230769%, 64.5098039216%);
  border-color: hsl(46.0714285714, 43.0769230769%, 62.0098039216%);
}

.visitor-stone .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active:focus,
.visitor-stone .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active:focus,
.show>.visitor-stone .btn-primary:not(.btn-primary-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(192.95, 181.6, 142.95, .5);
}

.visitor-stone .btn-primary:not(.btn-primary-outline):hover,
.visitor-stone .btn-primary:not(.btn-primary-outline):focus {
  color: #333123;
}

.visitor-stone .landing-page-section.u-bg-primary {
  color: #333123 !important;
}

.visitor-cedar {
  --page-color: #b6aaa7;
  --page-color-darker: #968581;
}

.visitor-cedar .submenu>.u-bg-secondary {
  color: #333123;
}

.visitor-cedar .submenu .item {
  color: #333123 !important;
}

.visitor-cedar .blockquote,
.visitor-cedar .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-cedar.svg?v1951eb6caaf"), url("../images/blockquote/quote-marks-right-cedar.svg?v1951eb6cab3");
}

.visitor-cedar .landing-page-section.u-bg-primary .blockquote,
.visitor-cedar .landing-page-section.u-bg-primary .blockquote-background {
  background-image: url("../images/blockquote/quote-marks-left-dark.svg?v1951eb6cab0"), url("../images/blockquote/quote-marks-right-dark.svg?v1951eb6cab3");
}

.visitor-cedar .btn-primary:not(.btn-primary-outline) {
  color: #333123;
  background-color: #b6aaa7;
  border-color: #b6aaa7;
  color: #333123;
}

.visitor-cedar .btn-primary:not(.btn-primary-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #b6aaa7;
}

.visitor-cedar .btn-primary:not(.btn-primary-outline):focus,
.visitor-cedar .btn-primary:not(.btn-primary-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #b6aaa7;
  box-shadow: 0 0 0 .2rem rgba(162.35, 151.85, 147.2, .5);
}

.visitor-cedar .btn-primary:not(.btn-primary-outline).disabled,
.visitor-cedar .btn-primary:not(.btn-primary-outline):disabled {
  color: #333123;
  background-color: #b6aaa7;
  border-color: #b6aaa7;
}

.visitor-cedar .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active,
.visitor-cedar .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active,
.show>.visitor-cedar .btn-primary:not(.btn-primary-outline).dropdown-toggle {
  color: #fff;
  background-color: hsl(12, 9.3167701863%, 58.431372549%);
  border-color: hsl(12, 9.3167701863%, 55.931372549%);
}

.visitor-cedar .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active:focus,
.visitor-cedar .btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active:focus,
.show>.visitor-cedar .btn-primary:not(.btn-primary-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(162.35, 151.85, 147.2, .5);
}

.visitor-cedar .btn-primary:not(.btn-primary-outline):hover,
.visitor-cedar .btn-primary:not(.btn-primary-outline):focus {
  color: #333123;
}

.visitor-cedar .landing-page-section.u-bg-primary {
  color: #333123 !important;
}

.u-gap-1 {
  margin: -4px;
}

.u-gap-1 > * {
  margin: 4px;
}

.u-gap-x-1 {
  margin-left: -4px;
  margin-right: -4px;
}

.u-gap-x-1 > * {
  margin-left: 4px;
  margin-right: 4px;
}

.u-gap-y-1 {
  margin-top: -4px;
  margin-bottom: -4px;
}

.u-gap-y-1 > * {
  margin-top: 4px;
  margin-bottom: 4px;
}

.u-gap-2 {
  margin: -8px;
}

.u-gap-2 > * {
  margin: 8px;
}

.u-gap-x-2 {
  margin-left: -8px;
  margin-right: -8px;
}

.u-gap-x-2 > * {
  margin-left: 8px;
  margin-right: 8px;
}

.u-gap-y-2 {
  margin-top: -8px;
  margin-bottom: -8px;
}

.u-gap-y-2 > * {
  margin-top: 8px;
  margin-bottom: 8px;
}

.u-gap-3 {
  margin: -12px;
}

.u-gap-3 > * {
  margin: 12px;
}

.u-gap-x-3 {
  margin-left: -12px;
  margin-right: -12px;
}

.u-gap-x-3 > * {
  margin-left: 12px;
  margin-right: 12px;
}

.u-gap-y-3 {
  margin-top: -12px;
  margin-bottom: -12px;
}

.u-gap-y-3 > * {
  margin-top: 12px;
  margin-bottom: 12px;
}

.u-gap-4 {
  margin: -16px;
}

.u-gap-4 > * {
  margin: 16px;
}

.u-gap-x-4 {
  margin-left: -16px;
  margin-right: -16px;
}

.u-gap-x-4 > * {
  margin-left: 16px;
  margin-right: 16px;
}

.u-gap-y-4 {
  margin-top: -16px;
  margin-bottom: -16px;
}

.u-gap-y-4 > * {
  margin-top: 16px;
  margin-bottom: 16px;
}

.u-gap-5 {
  margin: -20px;
}

.u-gap-5 > * {
  margin: 20px;
}

.u-gap-x-5 {
  margin-left: -20px;
  margin-right: -20px;
}

.u-gap-x-5 > * {
  margin-left: 20px;
  margin-right: 20px;
}

.u-gap-y-5 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.u-gap-y-5 > * {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-list-reset {
  list-style: none !important;
  padding: 0 !important;
}

.u-appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.u-bg-fixed {
  background-attachment: fixed !important;
}

.u-bg-local {
  background-attachment: local !important;
}

.u-bg-scroll {
  background-attachment: scroll !important;
}

.u-bg-transparent {
  background-color: transparent !important;
}

.u-bg-current-color {
  background-color: currentColor !important;
}

.u-bg-inherit {
  background-color: inherit !important;
}

.u-bg-purple {
  background-color: #68246d !important;
}

.u-bg-darkpurple {
  background-color: #571b4f !important;
}

.u-bg-yellow {
  background-color: #ffd53a !important;
}

.u-bg-cyan {
  background-color: #00aeef !important;
}

.u-bg-blue {
  background-color: #409ddd !important;
}

.u-bg-light-green {
  background-color: #e2f4e9 !important;
}

.u-bg-red {
  background-color: #be1e2c !important;
}

.u-bg-gold {
  background-color: #afa961 !important;
}

.u-bg-ink-100 {
  background-color: #002337 !important;
}

.u-bg-stone {
  background-color: #dacda2 !important;
}

.u-bg-sky {
  background-color: #a5c8d0 !important;
}

.u-bg-heather {
  background-color: #cba8b1 !important;
}

.u-bg-cedar {
  background-color: #b6aaa7 !important;
}

.u-bg-business {
  background-color: #b3bdb1 !important;
}

.u-bg-black {
  background-color: #333123 !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-grey-25 {
  background-color: #f7f7f7 !important;
}

.u-bg-grey-50 {
  background-color: #ebebeb !important;
}

.u-bg-grey-75 {
  background-color: #d9d9d9 !important;
}

.u-bg-grey-100 {
  background-color: #afb4b6 !important;
}

.u-bg-grey-200 {
  background-color: #898e91 !important;
}

.u-bg-grey-300 {
  background-color: #64696c !important;
}

.u-bg-grey-400 {
  background-color: #3c3c3b !important;
}

.u-bg-youtube {
  background-color: #f00 !important;
}

.u-bg-twitter {
  background-color: #1da1f2 !important;
}

.u-bg-facebook {
  background-color: #3b5998 !important;
}

.u-bg-instagram {
  background-color: #444 !important;
}

.u-bg-linkedin {
  background-color: #0077b5 !important;
}

.u-bg-college {
  background-color: #00664f !important;
}

.u-bg-coll-collingwood {
  background-color: #d22630 !important;
}

.u-bg-coll-grey {
  background-color: #af272f !important;
}

.u-bg-coll-hatfield {
  background-color: #003865 !important;
}

.u-bg-coll-johnsnow {
  background-color: #003865 !important;
}

.u-bg-coll-jbutler {
  background-color: #d22630 !important;
}

.u-bg-coll-south-college {
  background-color: #68246d !important;
}

.u-bg-coll-staidans {
  background-color: #006747 !important;
}

.u-bg-coll-stchads {
  background-color: #00573f !important;
}

.u-bg-coll-stcuthberts {
  background-color: #00664f !important;
}

.u-bg-coll-sthild {
  background-color: #0072ce !important;
}

.u-bg-coll-stjohns {
  background-color: #1b365d !important;
}

.u-bg-coll-stmarys {
  background-color: #753bbd !important;
}

.u-bg-coll-stephenson {
  background-color: #d22630 !important;
}

.u-bg-coll-trevelyan {
  background-color: #003865 !important;
}

.u-bg-coll-university {
  background-color: #862633 !important;
}

.u-bg-coll-ustinov {
  background-color: #003865 !important;
}

.u-bg-coll-vanmildert {
  background-color: #ee2737 !important;
}

.u-bg-primary {
  background-color: #68246d !important;
}

.u-bg-secondary {
  background-color: #ffd53a !important;
}

.u-bg-tertiary {
  background-color: #00aeef !important;
}

.u-bg-success {
  background-color: #449d44 !important;
}

.u-bg-danger {
  background-color: #be1e2c !important;
}

.u-bg-warning {
  background-color: #da611e !important;
}

.u-bg-info {
  background-color: #1180a1 !important;
}

.u-bg-light {
  background-color: #fff !important;
}

.u-bg-dark {
  background-color: #333123 !important;
}

.u-bg-purple--dark {
  background-color: #531d57 !important;
}

.u-bg-purple--light {
  background-color: #74287a !important;
}

.u-bg-darkpurple--dark {
  background-color: #46163f !important;
}

.u-bg-darkpurple--light {
  background-color: #611e58 !important;
}

.u-bg-yellow--dark {
  background-color: #fac500 !important;
}

.u-bg-yellow--light {
  background-color: #ffdd60 !important;
}

.u-bg-cyan--dark {
  background-color: #008bbf !important;
}

.u-bg-cyan--light {
  background-color: #0dbdff !important;
}

.u-bg-blue--dark {
  background-color: #2281c2 !important;
}

.u-bg-blue--light {
  background-color: #5dace2 !important;
}

.u-bg-light-green--dark {
  background-color: #9edab5 !important;
}

.u-bg-light-green--light {
  background-color: #fff !important;
}

.u-bg-red--dark {
  background-color: #981823 !important;
}

.u-bg-red--light {
  background-color: #d52231 !important;
}

.u-bg-gold--dark {
  background-color: #908b49 !important;
}

.u-bg-gold--light {
  background-color: #bab577 !important;
}

.u-bg-ink-100--dark {
  background-color: #001c2c !important;
}

.u-bg-ink-100--light {
  background-color: #00273e !important;
}

.u-bg-stone--dark {
  background-color: #c4b06c !important;
}

.u-bg-stone--light {
  background-color: #e7dfc3 !important;
}

.u-bg-sky--dark {
  background-color: #74aab6 !important;
}

.u-bg-sky--light {
  background-color: #c2dadf !important;
}

.u-bg-heather--dark {
  background-color: #af7a87 !important;
}

.u-bg-heather--light {
  background-color: #dcc4ca !important;
}

.u-bg-cedar--dark {
  background-color: #968581 !important;
}

.u-bg-cedar--light {
  background-color: #c9c0be !important;
}

.u-bg-business--dark {
  background-color: #8c9b89 !important;
}

.u-bg-business--light {
  background-color: #cad1c9 !important;
}

.u-bg-black--dark {
  background-color: #29271c !important;
}

.u-bg-black--light {
  background-color: #393727 !important;
}

.u-bg-white--dark {
  background-color: #ccc !important;
}

.u-bg-white--light {
  background-color: #fff !important;
}

.u-bg-grey-25--dark {
  background-color: #c6c6c6 !important;
}

.u-bg-grey-25--light {
  background-color: #fff !important;
}

.u-bg-grey-50--dark {
  background-color: #bcbcbc !important;
}

.u-bg-grey-50--light {
  background-color: #fff !important;
}

.u-bg-grey-75--dark {
  background-color: #aeaeae !important;
}

.u-bg-grey-75--light {
  background-color: #f3f3f3 !important;
}

.u-bg-grey-100--dark {
  background-color: #8a9194 !important;
}

.u-bg-grey-100--light {
  background-color: #c5c9ca !important;
}

.u-bg-grey-200--dark {
  background-color: #6d7275 !important;
}

.u-bg-grey-200--light {
  background-color: #9b9fa1 !important;
}

.u-bg-grey-300--dark {
  background-color: #505456 !important;
}

.u-bg-grey-300--light {
  background-color: #707679 !important;
}

.u-bg-grey-400--dark {
  background-color: #30302f !important;
}

.u-bg-grey-400--light {
  background-color: #434342 !important;
}

.u-bg-youtube--dark {
  background-color: #c00 !important;
}

.u-bg-youtube--light {
  background-color: #ff1f1f !important;
}

.u-bg-twitter--dark {
  background-color: #0c84cd !important;
}

.u-bg-twitter--light {
  background-color: #3caef4 !important;
}

.u-bg-facebook--dark {
  background-color: #2f477a !important;
}

.u-bg-facebook--light {
  background-color: #4264aa !important;
}

.u-bg-instagram--dark {
  background-color: #363636 !important;
}

.u-bg-instagram--light {
  background-color: #4c4c4c !important;
}

.u-bg-linkedin--dark {
  background-color: #005f91 !important;
}

.u-bg-linkedin--light {
  background-color: #0085cb !important;
}

.u-bg-college--dark {
  background-color: #00523f !important;
}

.u-bg-college--light {
  background-color: #007258 !important;
}

.u-bg-coll-collingwood--dark {
  background-color: #a81e26 !important;
}

.u-bg-coll-collingwood--light {
  background-color: #db3a44 !important;
}

.u-bg-coll-grey--dark {
  background-color: #8c1f26 !important;
}

.u-bg-coll-grey--light {
  background-color: #c42c35 !important;
}

.u-bg-coll-hatfield--dark {
  background-color: #002d51 !important;
}

.u-bg-coll-hatfield--light {
  background-color: #003f71 !important;
}

.u-bg-coll-johnsnow--dark {
  background-color: #002d51 !important;
}

.u-bg-coll-johnsnow--light {
  background-color: #003f71 !important;
}

.u-bg-coll-jbutler--dark {
  background-color: #a81e26 !important;
}

.u-bg-coll-jbutler--light {
  background-color: #db3a44 !important;
}

.u-bg-coll-south-college--dark {
  background-color: #531d57 !important;
}

.u-bg-coll-south-college--light {
  background-color: #74287a !important;
}

.u-bg-coll-staidans--dark {
  background-color: #005239 !important;
}

.u-bg-coll-staidans--light {
  background-color: #007350 !important;
}

.u-bg-coll-stchads--dark {
  background-color: #004632 !important;
}

.u-bg-coll-stchads--light {
  background-color: #006147 !important;
}

.u-bg-coll-stcuthberts--dark {
  background-color: #00523f !important;
}

.u-bg-coll-stcuthberts--light {
  background-color: #007258 !important;
}

.u-bg-coll-sthild--dark {
  background-color: #005ba5 !important;
}

.u-bg-coll-sthild--light {
  background-color: #0080e7 !important;
}

.u-bg-coll-stjohns--dark {
  background-color: #162b4a !important;
}

.u-bg-coll-stjohns--light {
  background-color: #1e3c68 !important;
}

.u-bg-coll-stmarys--dark {
  background-color: #5e2f97 !important;
}

.u-bg-coll-stmarys--light {
  background-color: #844ec8 !important;
}

.u-bg-coll-stephenson--dark {
  background-color: #a81e26 !important;
}

.u-bg-coll-stephenson--light {
  background-color: #db3a44 !important;
}

.u-bg-coll-trevelyan--dark {
  background-color: #002d51 !important;
}

.u-bg-coll-trevelyan--light {
  background-color: #003f71 !important;
}

.u-bg-coll-university--dark {
  background-color: #6b1e29 !important;
}

.u-bg-coll-university--light {
  background-color: #962b39 !important;
}

.u-bg-coll-ustinov--dark {
  background-color: #002d51 !important;
}

.u-bg-coll-ustinov--light {
  background-color: #003f71 !important;
}

.u-bg-coll-vanmildert--dark {
  background-color: #cd101f !important;
}

.u-bg-coll-vanmildert--light {
  background-color: #f04654 !important;
}

.u-bg-primary--dark {
  background-color: #531d57 !important;
}

.u-bg-primary--light {
  background-color: #74287a !important;
}

.u-bg-secondary--dark {
  background-color: #fac500 !important;
}

.u-bg-secondary--light {
  background-color: #ffdd60 !important;
}

.u-bg-tertiary--dark {
  background-color: #008bbf !important;
}

.u-bg-tertiary--light {
  background-color: #0dbdff !important;
}

.u-bg-success--dark {
  background-color: #367e36 !important;
}

.u-bg-success--light {
  background-color: #4cb04c !important;
}

.u-bg-danger--dark {
  background-color: #981823 !important;
}

.u-bg-danger--light {
  background-color: #d52231 !important;
}

.u-bg-warning--dark {
  background-color: #ae4e18 !important;
}

.u-bg-warning--light {
  background-color: #e37233 !important;
}

.u-bg-info--dark {
  background-color: #0e6681 !important;
}

.u-bg-info--light {
  background-color: #138fb4 !important;
}

.u-bg-light--dark {
  background-color: #ccc !important;
}

.u-bg-light--light {
  background-color: #fff !important;
}

.u-bg-dark--dark {
  background-color: #29271c !important;
}

.u-bg-dark--light {
  background-color: #393727 !important;
}

.hover\:u-bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:u-bg-current-color:hover {
  background-color: currentColor !important;
}

.hover\:u-bg-inherit:hover {
  background-color: inherit !important;
}

.hover\:u-bg-purple:hover {
  background-color: #68246d !important;
}

.hover\:u-bg-darkpurple:hover {
  background-color: #571b4f !important;
}

.hover\:u-bg-yellow:hover {
  background-color: #ffd53a !important;
}

.hover\:u-bg-cyan:hover {
  background-color: #00aeef !important;
}

.hover\:u-bg-blue:hover {
  background-color: #409ddd !important;
}

.hover\:u-bg-light-green:hover {
  background-color: #e2f4e9 !important;
}

.hover\:u-bg-red:hover {
  background-color: #be1e2c !important;
}

.hover\:u-bg-gold:hover {
  background-color: #afa961 !important;
}

.hover\:u-bg-ink-100:hover {
  background-color: #002337 !important;
}

.hover\:u-bg-stone:hover {
  background-color: #dacda2 !important;
}

.hover\:u-bg-sky:hover {
  background-color: #a5c8d0 !important;
}

.hover\:u-bg-heather:hover {
  background-color: #cba8b1 !important;
}

.hover\:u-bg-cedar:hover {
  background-color: #b6aaa7 !important;
}

.hover\:u-bg-business:hover {
  background-color: #b3bdb1 !important;
}

.hover\:u-bg-black:hover {
  background-color: #333123 !important;
}

.hover\:u-bg-white:hover {
  background-color: #fff !important;
}

.hover\:u-bg-grey-25:hover {
  background-color: #f7f7f7 !important;
}

.hover\:u-bg-grey-50:hover {
  background-color: #ebebeb !important;
}

.hover\:u-bg-grey-75:hover {
  background-color: #d9d9d9 !important;
}

.hover\:u-bg-grey-100:hover {
  background-color: #afb4b6 !important;
}

.hover\:u-bg-grey-200:hover {
  background-color: #898e91 !important;
}

.hover\:u-bg-grey-300:hover {
  background-color: #64696c !important;
}

.hover\:u-bg-grey-400:hover {
  background-color: #3c3c3b !important;
}

.hover\:u-bg-youtube:hover {
  background-color: #f00 !important;
}

.hover\:u-bg-twitter:hover {
  background-color: #1da1f2 !important;
}

.hover\:u-bg-facebook:hover {
  background-color: #3b5998 !important;
}

.hover\:u-bg-instagram:hover {
  background-color: #444 !important;
}

.hover\:u-bg-linkedin:hover {
  background-color: #0077b5 !important;
}

.hover\:u-bg-college:hover {
  background-color: #00664f !important;
}

.hover\:u-bg-coll-collingwood:hover {
  background-color: #d22630 !important;
}

.hover\:u-bg-coll-grey:hover {
  background-color: #af272f !important;
}

.hover\:u-bg-coll-hatfield:hover {
  background-color: #003865 !important;
}

.hover\:u-bg-coll-johnsnow:hover {
  background-color: #003865 !important;
}

.hover\:u-bg-coll-jbutler:hover {
  background-color: #d22630 !important;
}

.hover\:u-bg-coll-south-college:hover {
  background-color: #68246d !important;
}

.hover\:u-bg-coll-staidans:hover {
  background-color: #006747 !important;
}

.hover\:u-bg-coll-stchads:hover {
  background-color: #00573f !important;
}

.hover\:u-bg-coll-stcuthberts:hover {
  background-color: #00664f !important;
}

.hover\:u-bg-coll-sthild:hover {
  background-color: #0072ce !important;
}

.hover\:u-bg-coll-stjohns:hover {
  background-color: #1b365d !important;
}

.hover\:u-bg-coll-stmarys:hover {
  background-color: #753bbd !important;
}

.hover\:u-bg-coll-stephenson:hover {
  background-color: #d22630 !important;
}

.hover\:u-bg-coll-trevelyan:hover {
  background-color: #003865 !important;
}

.hover\:u-bg-coll-university:hover {
  background-color: #862633 !important;
}

.hover\:u-bg-coll-ustinov:hover {
  background-color: #003865 !important;
}

.hover\:u-bg-coll-vanmildert:hover {
  background-color: #ee2737 !important;
}

.hover\:u-bg-primary:hover {
  background-color: #68246d !important;
}

.hover\:u-bg-secondary:hover {
  background-color: #ffd53a !important;
}

.hover\:u-bg-tertiary:hover {
  background-color: #00aeef !important;
}

.hover\:u-bg-success:hover {
  background-color: #449d44 !important;
}

.hover\:u-bg-danger:hover {
  background-color: #be1e2c !important;
}

.hover\:u-bg-warning:hover {
  background-color: #da611e !important;
}

.hover\:u-bg-info:hover {
  background-color: #1180a1 !important;
}

.hover\:u-bg-light:hover {
  background-color: #fff !important;
}

.hover\:u-bg-dark:hover {
  background-color: #333123 !important;
}

.hover\:u-bg-purple--dark:hover {
  background-color: #531d57 !important;
}

.hover\:u-bg-purple--light:hover {
  background-color: #74287a !important;
}

.hover\:u-bg-darkpurple--dark:hover {
  background-color: #46163f !important;
}

.hover\:u-bg-darkpurple--light:hover {
  background-color: #611e58 !important;
}

.hover\:u-bg-yellow--dark:hover {
  background-color: #fac500 !important;
}

.hover\:u-bg-yellow--light:hover {
  background-color: #ffdd60 !important;
}

.hover\:u-bg-cyan--dark:hover {
  background-color: #008bbf !important;
}

.hover\:u-bg-cyan--light:hover {
  background-color: #0dbdff !important;
}

.hover\:u-bg-blue--dark:hover {
  background-color: #2281c2 !important;
}

.hover\:u-bg-blue--light:hover {
  background-color: #5dace2 !important;
}

.hover\:u-bg-light-green--dark:hover {
  background-color: #9edab5 !important;
}

.hover\:u-bg-light-green--light:hover {
  background-color: #fff !important;
}

.hover\:u-bg-red--dark:hover {
  background-color: #981823 !important;
}

.hover\:u-bg-red--light:hover {
  background-color: #d52231 !important;
}

.hover\:u-bg-gold--dark:hover {
  background-color: #908b49 !important;
}

.hover\:u-bg-gold--light:hover {
  background-color: #bab577 !important;
}

.hover\:u-bg-ink-100--dark:hover {
  background-color: #001c2c !important;
}

.hover\:u-bg-ink-100--light:hover {
  background-color: #00273e !important;
}

.hover\:u-bg-stone--dark:hover {
  background-color: #c4b06c !important;
}

.hover\:u-bg-stone--light:hover {
  background-color: #e7dfc3 !important;
}

.hover\:u-bg-sky--dark:hover {
  background-color: #74aab6 !important;
}

.hover\:u-bg-sky--light:hover {
  background-color: #c2dadf !important;
}

.hover\:u-bg-heather--dark:hover {
  background-color: #af7a87 !important;
}

.hover\:u-bg-heather--light:hover {
  background-color: #dcc4ca !important;
}

.hover\:u-bg-cedar--dark:hover {
  background-color: #968581 !important;
}

.hover\:u-bg-cedar--light:hover {
  background-color: #c9c0be !important;
}

.hover\:u-bg-business--dark:hover {
  background-color: #8c9b89 !important;
}

.hover\:u-bg-business--light:hover {
  background-color: #cad1c9 !important;
}

.hover\:u-bg-black--dark:hover {
  background-color: #29271c !important;
}

.hover\:u-bg-black--light:hover {
  background-color: #393727 !important;
}

.hover\:u-bg-white--dark:hover {
  background-color: #ccc !important;
}

.hover\:u-bg-white--light:hover {
  background-color: #fff !important;
}

.hover\:u-bg-grey-25--dark:hover {
  background-color: #c6c6c6 !important;
}

.hover\:u-bg-grey-25--light:hover {
  background-color: #fff !important;
}

.hover\:u-bg-grey-50--dark:hover {
  background-color: #bcbcbc !important;
}

.hover\:u-bg-grey-50--light:hover {
  background-color: #fff !important;
}

.hover\:u-bg-grey-75--dark:hover {
  background-color: #aeaeae !important;
}

.hover\:u-bg-grey-75--light:hover {
  background-color: #f3f3f3 !important;
}

.hover\:u-bg-grey-100--dark:hover {
  background-color: #8a9194 !important;
}

.hover\:u-bg-grey-100--light:hover {
  background-color: #c5c9ca !important;
}

.hover\:u-bg-grey-200--dark:hover {
  background-color: #6d7275 !important;
}

.hover\:u-bg-grey-200--light:hover {
  background-color: #9b9fa1 !important;
}

.hover\:u-bg-grey-300--dark:hover {
  background-color: #505456 !important;
}

.hover\:u-bg-grey-300--light:hover {
  background-color: #707679 !important;
}

.hover\:u-bg-grey-400--dark:hover {
  background-color: #30302f !important;
}

.hover\:u-bg-grey-400--light:hover {
  background-color: #434342 !important;
}

.hover\:u-bg-youtube--dark:hover {
  background-color: #c00 !important;
}

.hover\:u-bg-youtube--light:hover {
  background-color: #ff1f1f !important;
}

.hover\:u-bg-twitter--dark:hover {
  background-color: #0c84cd !important;
}

.hover\:u-bg-twitter--light:hover {
  background-color: #3caef4 !important;
}

.hover\:u-bg-facebook--dark:hover {
  background-color: #2f477a !important;
}

.hover\:u-bg-facebook--light:hover {
  background-color: #4264aa !important;
}

.hover\:u-bg-instagram--dark:hover {
  background-color: #363636 !important;
}

.hover\:u-bg-instagram--light:hover {
  background-color: #4c4c4c !important;
}

.hover\:u-bg-linkedin--dark:hover {
  background-color: #005f91 !important;
}

.hover\:u-bg-linkedin--light:hover {
  background-color: #0085cb !important;
}

.hover\:u-bg-college--dark:hover {
  background-color: #00523f !important;
}

.hover\:u-bg-college--light:hover {
  background-color: #007258 !important;
}

.hover\:u-bg-coll-collingwood--dark:hover {
  background-color: #a81e26 !important;
}

.hover\:u-bg-coll-collingwood--light:hover {
  background-color: #db3a44 !important;
}

.hover\:u-bg-coll-grey--dark:hover {
  background-color: #8c1f26 !important;
}

.hover\:u-bg-coll-grey--light:hover {
  background-color: #c42c35 !important;
}

.hover\:u-bg-coll-hatfield--dark:hover {
  background-color: #002d51 !important;
}

.hover\:u-bg-coll-hatfield--light:hover {
  background-color: #003f71 !important;
}

.hover\:u-bg-coll-johnsnow--dark:hover {
  background-color: #002d51 !important;
}

.hover\:u-bg-coll-johnsnow--light:hover {
  background-color: #003f71 !important;
}

.hover\:u-bg-coll-jbutler--dark:hover {
  background-color: #a81e26 !important;
}

.hover\:u-bg-coll-jbutler--light:hover {
  background-color: #db3a44 !important;
}

.hover\:u-bg-coll-south-college--dark:hover {
  background-color: #531d57 !important;
}

.hover\:u-bg-coll-south-college--light:hover {
  background-color: #74287a !important;
}

.hover\:u-bg-coll-staidans--dark:hover {
  background-color: #005239 !important;
}

.hover\:u-bg-coll-staidans--light:hover {
  background-color: #007350 !important;
}

.hover\:u-bg-coll-stchads--dark:hover {
  background-color: #004632 !important;
}

.hover\:u-bg-coll-stchads--light:hover {
  background-color: #006147 !important;
}

.hover\:u-bg-coll-stcuthberts--dark:hover {
  background-color: #00523f !important;
}

.hover\:u-bg-coll-stcuthberts--light:hover {
  background-color: #007258 !important;
}

.hover\:u-bg-coll-sthild--dark:hover {
  background-color: #005ba5 !important;
}

.hover\:u-bg-coll-sthild--light:hover {
  background-color: #0080e7 !important;
}

.hover\:u-bg-coll-stjohns--dark:hover {
  background-color: #162b4a !important;
}

.hover\:u-bg-coll-stjohns--light:hover {
  background-color: #1e3c68 !important;
}

.hover\:u-bg-coll-stmarys--dark:hover {
  background-color: #5e2f97 !important;
}

.hover\:u-bg-coll-stmarys--light:hover {
  background-color: #844ec8 !important;
}

.hover\:u-bg-coll-stephenson--dark:hover {
  background-color: #a81e26 !important;
}

.hover\:u-bg-coll-stephenson--light:hover {
  background-color: #db3a44 !important;
}

.hover\:u-bg-coll-trevelyan--dark:hover {
  background-color: #002d51 !important;
}

.hover\:u-bg-coll-trevelyan--light:hover {
  background-color: #003f71 !important;
}

.hover\:u-bg-coll-university--dark:hover {
  background-color: #6b1e29 !important;
}

.hover\:u-bg-coll-university--light:hover {
  background-color: #962b39 !important;
}

.hover\:u-bg-coll-ustinov--dark:hover {
  background-color: #002d51 !important;
}

.hover\:u-bg-coll-ustinov--light:hover {
  background-color: #003f71 !important;
}

.hover\:u-bg-coll-vanmildert--dark:hover {
  background-color: #cd101f !important;
}

.hover\:u-bg-coll-vanmildert--light:hover {
  background-color: #f04654 !important;
}

.hover\:u-bg-primary--dark:hover {
  background-color: #531d57 !important;
}

.hover\:u-bg-primary--light:hover {
  background-color: #74287a !important;
}

.hover\:u-bg-secondary--dark:hover {
  background-color: #fac500 !important;
}

.hover\:u-bg-secondary--light:hover {
  background-color: #ffdd60 !important;
}

.hover\:u-bg-tertiary--dark:hover {
  background-color: #008bbf !important;
}

.hover\:u-bg-tertiary--light:hover {
  background-color: #0dbdff !important;
}

.hover\:u-bg-success--dark:hover {
  background-color: #367e36 !important;
}

.hover\:u-bg-success--light:hover {
  background-color: #4cb04c !important;
}

.hover\:u-bg-danger--dark:hover {
  background-color: #981823 !important;
}

.hover\:u-bg-danger--light:hover {
  background-color: #d52231 !important;
}

.hover\:u-bg-warning--dark:hover {
  background-color: #ae4e18 !important;
}

.hover\:u-bg-warning--light:hover {
  background-color: #e37233 !important;
}

.hover\:u-bg-info--dark:hover {
  background-color: #0e6681 !important;
}

.hover\:u-bg-info--light:hover {
  background-color: #138fb4 !important;
}

.hover\:u-bg-light--dark:hover {
  background-color: #ccc !important;
}

.hover\:u-bg-light--light:hover {
  background-color: #fff !important;
}

.hover\:u-bg-dark--dark:hover {
  background-color: #29271c !important;
}

.hover\:u-bg-dark--light:hover {
  background-color: #393727 !important;
}

.focus\:u-bg-transparent:focus {
  background-color: transparent !important;
}

.focus\:u-bg-current-color:focus {
  background-color: currentColor !important;
}

.focus\:u-bg-inherit:focus {
  background-color: inherit !important;
}

.focus\:u-bg-purple:focus {
  background-color: #68246d !important;
}

.focus\:u-bg-darkpurple:focus {
  background-color: #571b4f !important;
}

.focus\:u-bg-yellow:focus {
  background-color: #ffd53a !important;
}

.focus\:u-bg-cyan:focus {
  background-color: #00aeef !important;
}

.focus\:u-bg-blue:focus {
  background-color: #409ddd !important;
}

.focus\:u-bg-light-green:focus {
  background-color: #e2f4e9 !important;
}

.focus\:u-bg-red:focus {
  background-color: #be1e2c !important;
}

.focus\:u-bg-gold:focus {
  background-color: #afa961 !important;
}

.focus\:u-bg-ink-100:focus {
  background-color: #002337 !important;
}

.focus\:u-bg-stone:focus {
  background-color: #dacda2 !important;
}

.focus\:u-bg-sky:focus {
  background-color: #a5c8d0 !important;
}

.focus\:u-bg-heather:focus {
  background-color: #cba8b1 !important;
}

.focus\:u-bg-cedar:focus {
  background-color: #b6aaa7 !important;
}

.focus\:u-bg-business:focus {
  background-color: #b3bdb1 !important;
}

.focus\:u-bg-black:focus {
  background-color: #333123 !important;
}

.focus\:u-bg-white:focus {
  background-color: #fff !important;
}

.focus\:u-bg-grey-25:focus {
  background-color: #f7f7f7 !important;
}

.focus\:u-bg-grey-50:focus {
  background-color: #ebebeb !important;
}

.focus\:u-bg-grey-75:focus {
  background-color: #d9d9d9 !important;
}

.focus\:u-bg-grey-100:focus {
  background-color: #afb4b6 !important;
}

.focus\:u-bg-grey-200:focus {
  background-color: #898e91 !important;
}

.focus\:u-bg-grey-300:focus {
  background-color: #64696c !important;
}

.focus\:u-bg-grey-400:focus {
  background-color: #3c3c3b !important;
}

.focus\:u-bg-youtube:focus {
  background-color: #f00 !important;
}

.focus\:u-bg-twitter:focus {
  background-color: #1da1f2 !important;
}

.focus\:u-bg-facebook:focus {
  background-color: #3b5998 !important;
}

.focus\:u-bg-instagram:focus {
  background-color: #444 !important;
}

.focus\:u-bg-linkedin:focus {
  background-color: #0077b5 !important;
}

.focus\:u-bg-college:focus {
  background-color: #00664f !important;
}

.focus\:u-bg-coll-collingwood:focus {
  background-color: #d22630 !important;
}

.focus\:u-bg-coll-grey:focus {
  background-color: #af272f !important;
}

.focus\:u-bg-coll-hatfield:focus {
  background-color: #003865 !important;
}

.focus\:u-bg-coll-johnsnow:focus {
  background-color: #003865 !important;
}

.focus\:u-bg-coll-jbutler:focus {
  background-color: #d22630 !important;
}

.focus\:u-bg-coll-south-college:focus {
  background-color: #68246d !important;
}

.focus\:u-bg-coll-staidans:focus {
  background-color: #006747 !important;
}

.focus\:u-bg-coll-stchads:focus {
  background-color: #00573f !important;
}

.focus\:u-bg-coll-stcuthberts:focus {
  background-color: #00664f !important;
}

.focus\:u-bg-coll-sthild:focus {
  background-color: #0072ce !important;
}

.focus\:u-bg-coll-stjohns:focus {
  background-color: #1b365d !important;
}

.focus\:u-bg-coll-stmarys:focus {
  background-color: #753bbd !important;
}

.focus\:u-bg-coll-stephenson:focus {
  background-color: #d22630 !important;
}

.focus\:u-bg-coll-trevelyan:focus {
  background-color: #003865 !important;
}

.focus\:u-bg-coll-university:focus {
  background-color: #862633 !important;
}

.focus\:u-bg-coll-ustinov:focus {
  background-color: #003865 !important;
}

.focus\:u-bg-coll-vanmildert:focus {
  background-color: #ee2737 !important;
}

.focus\:u-bg-primary:focus {
  background-color: #68246d !important;
}

.focus\:u-bg-secondary:focus {
  background-color: #ffd53a !important;
}

.focus\:u-bg-tertiary:focus {
  background-color: #00aeef !important;
}

.focus\:u-bg-success:focus {
  background-color: #449d44 !important;
}

.focus\:u-bg-danger:focus {
  background-color: #be1e2c !important;
}

.focus\:u-bg-warning:focus {
  background-color: #da611e !important;
}

.focus\:u-bg-info:focus {
  background-color: #1180a1 !important;
}

.focus\:u-bg-light:focus {
  background-color: #fff !important;
}

.focus\:u-bg-dark:focus {
  background-color: #333123 !important;
}

.focus\:u-bg-purple--dark:focus {
  background-color: #531d57 !important;
}

.focus\:u-bg-purple--light:focus {
  background-color: #74287a !important;
}

.focus\:u-bg-darkpurple--dark:focus {
  background-color: #46163f !important;
}

.focus\:u-bg-darkpurple--light:focus {
  background-color: #611e58 !important;
}

.focus\:u-bg-yellow--dark:focus {
  background-color: #fac500 !important;
}

.focus\:u-bg-yellow--light:focus {
  background-color: #ffdd60 !important;
}

.focus\:u-bg-cyan--dark:focus {
  background-color: #008bbf !important;
}

.focus\:u-bg-cyan--light:focus {
  background-color: #0dbdff !important;
}

.focus\:u-bg-blue--dark:focus {
  background-color: #2281c2 !important;
}

.focus\:u-bg-blue--light:focus {
  background-color: #5dace2 !important;
}

.focus\:u-bg-light-green--dark:focus {
  background-color: #9edab5 !important;
}

.focus\:u-bg-light-green--light:focus {
  background-color: #fff !important;
}

.focus\:u-bg-red--dark:focus {
  background-color: #981823 !important;
}

.focus\:u-bg-red--light:focus {
  background-color: #d52231 !important;
}

.focus\:u-bg-gold--dark:focus {
  background-color: #908b49 !important;
}

.focus\:u-bg-gold--light:focus {
  background-color: #bab577 !important;
}

.focus\:u-bg-ink-100--dark:focus {
  background-color: #001c2c !important;
}

.focus\:u-bg-ink-100--light:focus {
  background-color: #00273e !important;
}

.focus\:u-bg-stone--dark:focus {
  background-color: #c4b06c !important;
}

.focus\:u-bg-stone--light:focus {
  background-color: #e7dfc3 !important;
}

.focus\:u-bg-sky--dark:focus {
  background-color: #74aab6 !important;
}

.focus\:u-bg-sky--light:focus {
  background-color: #c2dadf !important;
}

.focus\:u-bg-heather--dark:focus {
  background-color: #af7a87 !important;
}

.focus\:u-bg-heather--light:focus {
  background-color: #dcc4ca !important;
}

.focus\:u-bg-cedar--dark:focus {
  background-color: #968581 !important;
}

.focus\:u-bg-cedar--light:focus {
  background-color: #c9c0be !important;
}

.focus\:u-bg-business--dark:focus {
  background-color: #8c9b89 !important;
}

.focus\:u-bg-business--light:focus {
  background-color: #cad1c9 !important;
}

.focus\:u-bg-black--dark:focus {
  background-color: #29271c !important;
}

.focus\:u-bg-black--light:focus {
  background-color: #393727 !important;
}

.focus\:u-bg-white--dark:focus {
  background-color: #ccc !important;
}

.focus\:u-bg-white--light:focus {
  background-color: #fff !important;
}

.focus\:u-bg-grey-25--dark:focus {
  background-color: #c6c6c6 !important;
}

.focus\:u-bg-grey-25--light:focus {
  background-color: #fff !important;
}

.focus\:u-bg-grey-50--dark:focus {
  background-color: #bcbcbc !important;
}

.focus\:u-bg-grey-50--light:focus {
  background-color: #fff !important;
}

.focus\:u-bg-grey-75--dark:focus {
  background-color: #aeaeae !important;
}

.focus\:u-bg-grey-75--light:focus {
  background-color: #f3f3f3 !important;
}

.focus\:u-bg-grey-100--dark:focus {
  background-color: #8a9194 !important;
}

.focus\:u-bg-grey-100--light:focus {
  background-color: #c5c9ca !important;
}

.focus\:u-bg-grey-200--dark:focus {
  background-color: #6d7275 !important;
}

.focus\:u-bg-grey-200--light:focus {
  background-color: #9b9fa1 !important;
}

.focus\:u-bg-grey-300--dark:focus {
  background-color: #505456 !important;
}

.focus\:u-bg-grey-300--light:focus {
  background-color: #707679 !important;
}

.focus\:u-bg-grey-400--dark:focus {
  background-color: #30302f !important;
}

.focus\:u-bg-grey-400--light:focus {
  background-color: #434342 !important;
}

.focus\:u-bg-youtube--dark:focus {
  background-color: #c00 !important;
}

.focus\:u-bg-youtube--light:focus {
  background-color: #ff1f1f !important;
}

.focus\:u-bg-twitter--dark:focus {
  background-color: #0c84cd !important;
}

.focus\:u-bg-twitter--light:focus {
  background-color: #3caef4 !important;
}

.focus\:u-bg-facebook--dark:focus {
  background-color: #2f477a !important;
}

.focus\:u-bg-facebook--light:focus {
  background-color: #4264aa !important;
}

.focus\:u-bg-instagram--dark:focus {
  background-color: #363636 !important;
}

.focus\:u-bg-instagram--light:focus {
  background-color: #4c4c4c !important;
}

.focus\:u-bg-linkedin--dark:focus {
  background-color: #005f91 !important;
}

.focus\:u-bg-linkedin--light:focus {
  background-color: #0085cb !important;
}

.focus\:u-bg-college--dark:focus {
  background-color: #00523f !important;
}

.focus\:u-bg-college--light:focus {
  background-color: #007258 !important;
}

.focus\:u-bg-coll-collingwood--dark:focus {
  background-color: #a81e26 !important;
}

.focus\:u-bg-coll-collingwood--light:focus {
  background-color: #db3a44 !important;
}

.focus\:u-bg-coll-grey--dark:focus {
  background-color: #8c1f26 !important;
}

.focus\:u-bg-coll-grey--light:focus {
  background-color: #c42c35 !important;
}

.focus\:u-bg-coll-hatfield--dark:focus {
  background-color: #002d51 !important;
}

.focus\:u-bg-coll-hatfield--light:focus {
  background-color: #003f71 !important;
}

.focus\:u-bg-coll-johnsnow--dark:focus {
  background-color: #002d51 !important;
}

.focus\:u-bg-coll-johnsnow--light:focus {
  background-color: #003f71 !important;
}

.focus\:u-bg-coll-jbutler--dark:focus {
  background-color: #a81e26 !important;
}

.focus\:u-bg-coll-jbutler--light:focus {
  background-color: #db3a44 !important;
}

.focus\:u-bg-coll-south-college--dark:focus {
  background-color: #531d57 !important;
}

.focus\:u-bg-coll-south-college--light:focus {
  background-color: #74287a !important;
}

.focus\:u-bg-coll-staidans--dark:focus {
  background-color: #005239 !important;
}

.focus\:u-bg-coll-staidans--light:focus {
  background-color: #007350 !important;
}

.focus\:u-bg-coll-stchads--dark:focus {
  background-color: #004632 !important;
}

.focus\:u-bg-coll-stchads--light:focus {
  background-color: #006147 !important;
}

.focus\:u-bg-coll-stcuthberts--dark:focus {
  background-color: #00523f !important;
}

.focus\:u-bg-coll-stcuthberts--light:focus {
  background-color: #007258 !important;
}

.focus\:u-bg-coll-sthild--dark:focus {
  background-color: #005ba5 !important;
}

.focus\:u-bg-coll-sthild--light:focus {
  background-color: #0080e7 !important;
}

.focus\:u-bg-coll-stjohns--dark:focus {
  background-color: #162b4a !important;
}

.focus\:u-bg-coll-stjohns--light:focus {
  background-color: #1e3c68 !important;
}

.focus\:u-bg-coll-stmarys--dark:focus {
  background-color: #5e2f97 !important;
}

.focus\:u-bg-coll-stmarys--light:focus {
  background-color: #844ec8 !important;
}

.focus\:u-bg-coll-stephenson--dark:focus {
  background-color: #a81e26 !important;
}

.focus\:u-bg-coll-stephenson--light:focus {
  background-color: #db3a44 !important;
}

.focus\:u-bg-coll-trevelyan--dark:focus {
  background-color: #002d51 !important;
}

.focus\:u-bg-coll-trevelyan--light:focus {
  background-color: #003f71 !important;
}

.focus\:u-bg-coll-university--dark:focus {
  background-color: #6b1e29 !important;
}

.focus\:u-bg-coll-university--light:focus {
  background-color: #962b39 !important;
}

.focus\:u-bg-coll-ustinov--dark:focus {
  background-color: #002d51 !important;
}

.focus\:u-bg-coll-ustinov--light:focus {
  background-color: #003f71 !important;
}

.focus\:u-bg-coll-vanmildert--dark:focus {
  background-color: #cd101f !important;
}

.focus\:u-bg-coll-vanmildert--light:focus {
  background-color: #f04654 !important;
}

.focus\:u-bg-primary--dark:focus {
  background-color: #531d57 !important;
}

.focus\:u-bg-primary--light:focus {
  background-color: #74287a !important;
}

.focus\:u-bg-secondary--dark:focus {
  background-color: #fac500 !important;
}

.focus\:u-bg-secondary--light:focus {
  background-color: #ffdd60 !important;
}

.focus\:u-bg-tertiary--dark:focus {
  background-color: #008bbf !important;
}

.focus\:u-bg-tertiary--light:focus {
  background-color: #0dbdff !important;
}

.focus\:u-bg-success--dark:focus {
  background-color: #367e36 !important;
}

.focus\:u-bg-success--light:focus {
  background-color: #4cb04c !important;
}

.focus\:u-bg-danger--dark:focus {
  background-color: #981823 !important;
}

.focus\:u-bg-danger--light:focus {
  background-color: #d52231 !important;
}

.focus\:u-bg-warning--dark:focus {
  background-color: #ae4e18 !important;
}

.focus\:u-bg-warning--light:focus {
  background-color: #e37233 !important;
}

.focus\:u-bg-info--dark:focus {
  background-color: #0e6681 !important;
}

.focus\:u-bg-info--light:focus {
  background-color: #138fb4 !important;
}

.focus\:u-bg-light--dark:focus {
  background-color: #ccc !important;
}

.focus\:u-bg-light--light:focus {
  background-color: #fff !important;
}

.focus\:u-bg-dark--dark:focus {
  background-color: #29271c !important;
}

.focus\:u-bg-dark--light:focus {
  background-color: #393727 !important;
}

.ui-state-active .ui-active\:u-bg-transparent {
  background-color: transparent !important;
}

.ui-state-active .ui-active\:u-bg-current-color {
  background-color: currentColor !important;
}

.ui-state-active .ui-active\:u-bg-inherit {
  background-color: inherit !important;
}

.ui-state-active .ui-active\:u-bg-purple {
  background-color: #68246d !important;
}

.ui-state-active .ui-active\:u-bg-darkpurple {
  background-color: #571b4f !important;
}

.ui-state-active .ui-active\:u-bg-yellow {
  background-color: #ffd53a !important;
}

.ui-state-active .ui-active\:u-bg-cyan {
  background-color: #00aeef !important;
}

.ui-state-active .ui-active\:u-bg-blue {
  background-color: #409ddd !important;
}

.ui-state-active .ui-active\:u-bg-light-green {
  background-color: #e2f4e9 !important;
}

.ui-state-active .ui-active\:u-bg-red {
  background-color: #be1e2c !important;
}

.ui-state-active .ui-active\:u-bg-gold {
  background-color: #afa961 !important;
}

.ui-state-active .ui-active\:u-bg-ink-100 {
  background-color: #002337 !important;
}

.ui-state-active .ui-active\:u-bg-stone {
  background-color: #dacda2 !important;
}

.ui-state-active .ui-active\:u-bg-sky {
  background-color: #a5c8d0 !important;
}

.ui-state-active .ui-active\:u-bg-heather {
  background-color: #cba8b1 !important;
}

.ui-state-active .ui-active\:u-bg-cedar {
  background-color: #b6aaa7 !important;
}

.ui-state-active .ui-active\:u-bg-business {
  background-color: #b3bdb1 !important;
}

.ui-state-active .ui-active\:u-bg-black {
  background-color: #333123 !important;
}

.ui-state-active .ui-active\:u-bg-white {
  background-color: #fff !important;
}

.ui-state-active .ui-active\:u-bg-grey-25 {
  background-color: #f7f7f7 !important;
}

.ui-state-active .ui-active\:u-bg-grey-50 {
  background-color: #ebebeb !important;
}

.ui-state-active .ui-active\:u-bg-grey-75 {
  background-color: #d9d9d9 !important;
}

.ui-state-active .ui-active\:u-bg-grey-100 {
  background-color: #afb4b6 !important;
}

.ui-state-active .ui-active\:u-bg-grey-200 {
  background-color: #898e91 !important;
}

.ui-state-active .ui-active\:u-bg-grey-300 {
  background-color: #64696c !important;
}

.ui-state-active .ui-active\:u-bg-grey-400 {
  background-color: #3c3c3b !important;
}

.ui-state-active .ui-active\:u-bg-youtube {
  background-color: #f00 !important;
}

.ui-state-active .ui-active\:u-bg-twitter {
  background-color: #1da1f2 !important;
}

.ui-state-active .ui-active\:u-bg-facebook {
  background-color: #3b5998 !important;
}

.ui-state-active .ui-active\:u-bg-instagram {
  background-color: #444 !important;
}

.ui-state-active .ui-active\:u-bg-linkedin {
  background-color: #0077b5 !important;
}

.ui-state-active .ui-active\:u-bg-college {
  background-color: #00664f !important;
}

.ui-state-active .ui-active\:u-bg-coll-collingwood {
  background-color: #d22630 !important;
}

.ui-state-active .ui-active\:u-bg-coll-grey {
  background-color: #af272f !important;
}

.ui-state-active .ui-active\:u-bg-coll-hatfield {
  background-color: #003865 !important;
}

.ui-state-active .ui-active\:u-bg-coll-johnsnow {
  background-color: #003865 !important;
}

.ui-state-active .ui-active\:u-bg-coll-jbutler {
  background-color: #d22630 !important;
}

.ui-state-active .ui-active\:u-bg-coll-south-college {
  background-color: #68246d !important;
}

.ui-state-active .ui-active\:u-bg-coll-staidans {
  background-color: #006747 !important;
}

.ui-state-active .ui-active\:u-bg-coll-stchads {
  background-color: #00573f !important;
}

.ui-state-active .ui-active\:u-bg-coll-stcuthberts {
  background-color: #00664f !important;
}

.ui-state-active .ui-active\:u-bg-coll-sthild {
  background-color: #0072ce !important;
}

.ui-state-active .ui-active\:u-bg-coll-stjohns {
  background-color: #1b365d !important;
}

.ui-state-active .ui-active\:u-bg-coll-stmarys {
  background-color: #753bbd !important;
}

.ui-state-active .ui-active\:u-bg-coll-stephenson {
  background-color: #d22630 !important;
}

.ui-state-active .ui-active\:u-bg-coll-trevelyan {
  background-color: #003865 !important;
}

.ui-state-active .ui-active\:u-bg-coll-university {
  background-color: #862633 !important;
}

.ui-state-active .ui-active\:u-bg-coll-ustinov {
  background-color: #003865 !important;
}

.ui-state-active .ui-active\:u-bg-coll-vanmildert {
  background-color: #ee2737 !important;
}

.ui-state-active .ui-active\:u-bg-primary {
  background-color: #68246d !important;
}

.ui-state-active .ui-active\:u-bg-secondary {
  background-color: #ffd53a !important;
}

.ui-state-active .ui-active\:u-bg-tertiary {
  background-color: #00aeef !important;
}

.ui-state-active .ui-active\:u-bg-success {
  background-color: #449d44 !important;
}

.ui-state-active .ui-active\:u-bg-danger {
  background-color: #be1e2c !important;
}

.ui-state-active .ui-active\:u-bg-warning {
  background-color: #da611e !important;
}

.ui-state-active .ui-active\:u-bg-info {
  background-color: #1180a1 !important;
}

.ui-state-active .ui-active\:u-bg-light {
  background-color: #fff !important;
}

.ui-state-active .ui-active\:u-bg-dark {
  background-color: #333123 !important;
}

.ui-state-active .ui-active\:u-bg-purple--dark {
  background-color: #531d57 !important;
}

.ui-state-active .ui-active\:u-bg-purple--light {
  background-color: #74287a !important;
}

.ui-state-active .ui-active\:u-bg-darkpurple--dark {
  background-color: #46163f !important;
}

.ui-state-active .ui-active\:u-bg-darkpurple--light {
  background-color: #611e58 !important;
}

.ui-state-active .ui-active\:u-bg-yellow--dark {
  background-color: #fac500 !important;
}

.ui-state-active .ui-active\:u-bg-yellow--light {
  background-color: #ffdd60 !important;
}

.ui-state-active .ui-active\:u-bg-cyan--dark {
  background-color: #008bbf !important;
}

.ui-state-active .ui-active\:u-bg-cyan--light {
  background-color: #0dbdff !important;
}

.ui-state-active .ui-active\:u-bg-blue--dark {
  background-color: #2281c2 !important;
}

.ui-state-active .ui-active\:u-bg-blue--light {
  background-color: #5dace2 !important;
}

.ui-state-active .ui-active\:u-bg-light-green--dark {
  background-color: #9edab5 !important;
}

.ui-state-active .ui-active\:u-bg-light-green--light {
  background-color: #fff !important;
}

.ui-state-active .ui-active\:u-bg-red--dark {
  background-color: #981823 !important;
}

.ui-state-active .ui-active\:u-bg-red--light {
  background-color: #d52231 !important;
}

.ui-state-active .ui-active\:u-bg-gold--dark {
  background-color: #908b49 !important;
}

.ui-state-active .ui-active\:u-bg-gold--light {
  background-color: #bab577 !important;
}

.ui-state-active .ui-active\:u-bg-ink-100--dark {
  background-color: #001c2c !important;
}

.ui-state-active .ui-active\:u-bg-ink-100--light {
  background-color: #00273e !important;
}

.ui-state-active .ui-active\:u-bg-stone--dark {
  background-color: #c4b06c !important;
}

.ui-state-active .ui-active\:u-bg-stone--light {
  background-color: #e7dfc3 !important;
}

.ui-state-active .ui-active\:u-bg-sky--dark {
  background-color: #74aab6 !important;
}

.ui-state-active .ui-active\:u-bg-sky--light {
  background-color: #c2dadf !important;
}

.ui-state-active .ui-active\:u-bg-heather--dark {
  background-color: #af7a87 !important;
}

.ui-state-active .ui-active\:u-bg-heather--light {
  background-color: #dcc4ca !important;
}

.ui-state-active .ui-active\:u-bg-cedar--dark {
  background-color: #968581 !important;
}

.ui-state-active .ui-active\:u-bg-cedar--light {
  background-color: #c9c0be !important;
}

.ui-state-active .ui-active\:u-bg-business--dark {
  background-color: #8c9b89 !important;
}

.ui-state-active .ui-active\:u-bg-business--light {
  background-color: #cad1c9 !important;
}

.ui-state-active .ui-active\:u-bg-black--dark {
  background-color: #29271c !important;
}

.ui-state-active .ui-active\:u-bg-black--light {
  background-color: #393727 !important;
}

.ui-state-active .ui-active\:u-bg-white--dark {
  background-color: #ccc !important;
}

.ui-state-active .ui-active\:u-bg-white--light {
  background-color: #fff !important;
}

.ui-state-active .ui-active\:u-bg-grey-25--dark {
  background-color: #c6c6c6 !important;
}

.ui-state-active .ui-active\:u-bg-grey-25--light {
  background-color: #fff !important;
}

.ui-state-active .ui-active\:u-bg-grey-50--dark {
  background-color: #bcbcbc !important;
}

.ui-state-active .ui-active\:u-bg-grey-50--light {
  background-color: #fff !important;
}

.ui-state-active .ui-active\:u-bg-grey-75--dark {
  background-color: #aeaeae !important;
}

.ui-state-active .ui-active\:u-bg-grey-75--light {
  background-color: #f3f3f3 !important;
}

.ui-state-active .ui-active\:u-bg-grey-100--dark {
  background-color: #8a9194 !important;
}

.ui-state-active .ui-active\:u-bg-grey-100--light {
  background-color: #c5c9ca !important;
}

.ui-state-active .ui-active\:u-bg-grey-200--dark {
  background-color: #6d7275 !important;
}

.ui-state-active .ui-active\:u-bg-grey-200--light {
  background-color: #9b9fa1 !important;
}

.ui-state-active .ui-active\:u-bg-grey-300--dark {
  background-color: #505456 !important;
}

.ui-state-active .ui-active\:u-bg-grey-300--light {
  background-color: #707679 !important;
}

.ui-state-active .ui-active\:u-bg-grey-400--dark {
  background-color: #30302f !important;
}

.ui-state-active .ui-active\:u-bg-grey-400--light {
  background-color: #434342 !important;
}

.ui-state-active .ui-active\:u-bg-youtube--dark {
  background-color: #c00 !important;
}

.ui-state-active .ui-active\:u-bg-youtube--light {
  background-color: #ff1f1f !important;
}

.ui-state-active .ui-active\:u-bg-twitter--dark {
  background-color: #0c84cd !important;
}

.ui-state-active .ui-active\:u-bg-twitter--light {
  background-color: #3caef4 !important;
}

.ui-state-active .ui-active\:u-bg-facebook--dark {
  background-color: #2f477a !important;
}

.ui-state-active .ui-active\:u-bg-facebook--light {
  background-color: #4264aa !important;
}

.ui-state-active .ui-active\:u-bg-instagram--dark {
  background-color: #363636 !important;
}

.ui-state-active .ui-active\:u-bg-instagram--light {
  background-color: #4c4c4c !important;
}

.ui-state-active .ui-active\:u-bg-linkedin--dark {
  background-color: #005f91 !important;
}

.ui-state-active .ui-active\:u-bg-linkedin--light {
  background-color: #0085cb !important;
}

.ui-state-active .ui-active\:u-bg-college--dark {
  background-color: #00523f !important;
}

.ui-state-active .ui-active\:u-bg-college--light {
  background-color: #007258 !important;
}

.ui-state-active .ui-active\:u-bg-coll-collingwood--dark {
  background-color: #a81e26 !important;
}

.ui-state-active .ui-active\:u-bg-coll-collingwood--light {
  background-color: #db3a44 !important;
}

.ui-state-active .ui-active\:u-bg-coll-grey--dark {
  background-color: #8c1f26 !important;
}

.ui-state-active .ui-active\:u-bg-coll-grey--light {
  background-color: #c42c35 !important;
}

.ui-state-active .ui-active\:u-bg-coll-hatfield--dark {
  background-color: #002d51 !important;
}

.ui-state-active .ui-active\:u-bg-coll-hatfield--light {
  background-color: #003f71 !important;
}

.ui-state-active .ui-active\:u-bg-coll-johnsnow--dark {
  background-color: #002d51 !important;
}

.ui-state-active .ui-active\:u-bg-coll-johnsnow--light {
  background-color: #003f71 !important;
}

.ui-state-active .ui-active\:u-bg-coll-jbutler--dark {
  background-color: #a81e26 !important;
}

.ui-state-active .ui-active\:u-bg-coll-jbutler--light {
  background-color: #db3a44 !important;
}

.ui-state-active .ui-active\:u-bg-coll-south-college--dark {
  background-color: #531d57 !important;
}

.ui-state-active .ui-active\:u-bg-coll-south-college--light {
  background-color: #74287a !important;
}

.ui-state-active .ui-active\:u-bg-coll-staidans--dark {
  background-color: #005239 !important;
}

.ui-state-active .ui-active\:u-bg-coll-staidans--light {
  background-color: #007350 !important;
}

.ui-state-active .ui-active\:u-bg-coll-stchads--dark {
  background-color: #004632 !important;
}

.ui-state-active .ui-active\:u-bg-coll-stchads--light {
  background-color: #006147 !important;
}

.ui-state-active .ui-active\:u-bg-coll-stcuthberts--dark {
  background-color: #00523f !important;
}

.ui-state-active .ui-active\:u-bg-coll-stcuthberts--light {
  background-color: #007258 !important;
}

.ui-state-active .ui-active\:u-bg-coll-sthild--dark {
  background-color: #005ba5 !important;
}

.ui-state-active .ui-active\:u-bg-coll-sthild--light {
  background-color: #0080e7 !important;
}

.ui-state-active .ui-active\:u-bg-coll-stjohns--dark {
  background-color: #162b4a !important;
}

.ui-state-active .ui-active\:u-bg-coll-stjohns--light {
  background-color: #1e3c68 !important;
}

.ui-state-active .ui-active\:u-bg-coll-stmarys--dark {
  background-color: #5e2f97 !important;
}

.ui-state-active .ui-active\:u-bg-coll-stmarys--light {
  background-color: #844ec8 !important;
}

.ui-state-active .ui-active\:u-bg-coll-stephenson--dark {
  background-color: #a81e26 !important;
}

.ui-state-active .ui-active\:u-bg-coll-stephenson--light {
  background-color: #db3a44 !important;
}

.ui-state-active .ui-active\:u-bg-coll-trevelyan--dark {
  background-color: #002d51 !important;
}

.ui-state-active .ui-active\:u-bg-coll-trevelyan--light {
  background-color: #003f71 !important;
}

.ui-state-active .ui-active\:u-bg-coll-university--dark {
  background-color: #6b1e29 !important;
}

.ui-state-active .ui-active\:u-bg-coll-university--light {
  background-color: #962b39 !important;
}

.ui-state-active .ui-active\:u-bg-coll-ustinov--dark {
  background-color: #002d51 !important;
}

.ui-state-active .ui-active\:u-bg-coll-ustinov--light {
  background-color: #003f71 !important;
}

.ui-state-active .ui-active\:u-bg-coll-vanmildert--dark {
  background-color: #cd101f !important;
}

.ui-state-active .ui-active\:u-bg-coll-vanmildert--light {
  background-color: #f04654 !important;
}

.ui-state-active .ui-active\:u-bg-primary--dark {
  background-color: #531d57 !important;
}

.ui-state-active .ui-active\:u-bg-primary--light {
  background-color: #74287a !important;
}

.ui-state-active .ui-active\:u-bg-secondary--dark {
  background-color: #fac500 !important;
}

.ui-state-active .ui-active\:u-bg-secondary--light {
  background-color: #ffdd60 !important;
}

.ui-state-active .ui-active\:u-bg-tertiary--dark {
  background-color: #008bbf !important;
}

.ui-state-active .ui-active\:u-bg-tertiary--light {
  background-color: #0dbdff !important;
}

.ui-state-active .ui-active\:u-bg-success--dark {
  background-color: #367e36 !important;
}

.ui-state-active .ui-active\:u-bg-success--light {
  background-color: #4cb04c !important;
}

.ui-state-active .ui-active\:u-bg-danger--dark {
  background-color: #981823 !important;
}

.ui-state-active .ui-active\:u-bg-danger--light {
  background-color: #d52231 !important;
}

.ui-state-active .ui-active\:u-bg-warning--dark {
  background-color: #ae4e18 !important;
}

.ui-state-active .ui-active\:u-bg-warning--light {
  background-color: #e37233 !important;
}

.ui-state-active .ui-active\:u-bg-info--dark {
  background-color: #0e6681 !important;
}

.ui-state-active .ui-active\:u-bg-info--light {
  background-color: #138fb4 !important;
}

.ui-state-active .ui-active\:u-bg-light--dark {
  background-color: #ccc !important;
}

.ui-state-active .ui-active\:u-bg-light--light {
  background-color: #fff !important;
}

.ui-state-active .ui-active\:u-bg-dark--dark {
  background-color: #29271c !important;
}

.ui-state-active .ui-active\:u-bg-dark--light {
  background-color: #393727 !important;
}

.hocus\:u-bg-transparent:hover,
.hocus\:u-bg-transparent:focus {
  background-color: transparent !important;
}

.hocus\:u-bg-current-color:hover,
.hocus\:u-bg-current-color:focus {
  background-color: currentColor !important;
}

.hocus\:u-bg-inherit:hover,
.hocus\:u-bg-inherit:focus {
  background-color: inherit !important;
}

.hocus\:u-bg-purple:hover,
.hocus\:u-bg-purple:focus {
  background-color: #68246d !important;
}

.hocus\:u-bg-darkpurple:hover,
.hocus\:u-bg-darkpurple:focus {
  background-color: #571b4f !important;
}

.hocus\:u-bg-yellow:hover,
.hocus\:u-bg-yellow:focus {
  background-color: #ffd53a !important;
}

.hocus\:u-bg-cyan:hover,
.hocus\:u-bg-cyan:focus {
  background-color: #00aeef !important;
}

.hocus\:u-bg-blue:hover,
.hocus\:u-bg-blue:focus {
  background-color: #409ddd !important;
}

.hocus\:u-bg-light-green:hover,
.hocus\:u-bg-light-green:focus {
  background-color: #e2f4e9 !important;
}

.hocus\:u-bg-red:hover,
.hocus\:u-bg-red:focus {
  background-color: #be1e2c !important;
}

.hocus\:u-bg-gold:hover,
.hocus\:u-bg-gold:focus {
  background-color: #afa961 !important;
}

.hocus\:u-bg-ink-100:hover,
.hocus\:u-bg-ink-100:focus {
  background-color: #002337 !important;
}

.hocus\:u-bg-stone:hover,
.hocus\:u-bg-stone:focus {
  background-color: #dacda2 !important;
}

.hocus\:u-bg-sky:hover,
.hocus\:u-bg-sky:focus {
  background-color: #a5c8d0 !important;
}

.hocus\:u-bg-heather:hover,
.hocus\:u-bg-heather:focus {
  background-color: #cba8b1 !important;
}

.hocus\:u-bg-cedar:hover,
.hocus\:u-bg-cedar:focus {
  background-color: #b6aaa7 !important;
}

.hocus\:u-bg-business:hover,
.hocus\:u-bg-business:focus {
  background-color: #b3bdb1 !important;
}

.hocus\:u-bg-black:hover,
.hocus\:u-bg-black:focus {
  background-color: #333123 !important;
}

.hocus\:u-bg-white:hover,
.hocus\:u-bg-white:focus {
  background-color: #fff !important;
}

.hocus\:u-bg-grey-25:hover,
.hocus\:u-bg-grey-25:focus {
  background-color: #f7f7f7 !important;
}

.hocus\:u-bg-grey-50:hover,
.hocus\:u-bg-grey-50:focus {
  background-color: #ebebeb !important;
}

.hocus\:u-bg-grey-75:hover,
.hocus\:u-bg-grey-75:focus {
  background-color: #d9d9d9 !important;
}

.hocus\:u-bg-grey-100:hover,
.hocus\:u-bg-grey-100:focus {
  background-color: #afb4b6 !important;
}

.hocus\:u-bg-grey-200:hover,
.hocus\:u-bg-grey-200:focus {
  background-color: #898e91 !important;
}

.hocus\:u-bg-grey-300:hover,
.hocus\:u-bg-grey-300:focus {
  background-color: #64696c !important;
}

.hocus\:u-bg-grey-400:hover,
.hocus\:u-bg-grey-400:focus {
  background-color: #3c3c3b !important;
}

.hocus\:u-bg-youtube:hover,
.hocus\:u-bg-youtube:focus {
  background-color: #f00 !important;
}

.hocus\:u-bg-twitter:hover,
.hocus\:u-bg-twitter:focus {
  background-color: #1da1f2 !important;
}

.hocus\:u-bg-facebook:hover,
.hocus\:u-bg-facebook:focus {
  background-color: #3b5998 !important;
}

.hocus\:u-bg-instagram:hover,
.hocus\:u-bg-instagram:focus {
  background-color: #444 !important;
}

.hocus\:u-bg-linkedin:hover,
.hocus\:u-bg-linkedin:focus {
  background-color: #0077b5 !important;
}

.hocus\:u-bg-college:hover,
.hocus\:u-bg-college:focus {
  background-color: #00664f !important;
}

.hocus\:u-bg-coll-collingwood:hover,
.hocus\:u-bg-coll-collingwood:focus {
  background-color: #d22630 !important;
}

.hocus\:u-bg-coll-grey:hover,
.hocus\:u-bg-coll-grey:focus {
  background-color: #af272f !important;
}

.hocus\:u-bg-coll-hatfield:hover,
.hocus\:u-bg-coll-hatfield:focus {
  background-color: #003865 !important;
}

.hocus\:u-bg-coll-johnsnow:hover,
.hocus\:u-bg-coll-johnsnow:focus {
  background-color: #003865 !important;
}

.hocus\:u-bg-coll-jbutler:hover,
.hocus\:u-bg-coll-jbutler:focus {
  background-color: #d22630 !important;
}

.hocus\:u-bg-coll-south-college:hover,
.hocus\:u-bg-coll-south-college:focus {
  background-color: #68246d !important;
}

.hocus\:u-bg-coll-staidans:hover,
.hocus\:u-bg-coll-staidans:focus {
  background-color: #006747 !important;
}

.hocus\:u-bg-coll-stchads:hover,
.hocus\:u-bg-coll-stchads:focus {
  background-color: #00573f !important;
}

.hocus\:u-bg-coll-stcuthberts:hover,
.hocus\:u-bg-coll-stcuthberts:focus {
  background-color: #00664f !important;
}

.hocus\:u-bg-coll-sthild:hover,
.hocus\:u-bg-coll-sthild:focus {
  background-color: #0072ce !important;
}

.hocus\:u-bg-coll-stjohns:hover,
.hocus\:u-bg-coll-stjohns:focus {
  background-color: #1b365d !important;
}

.hocus\:u-bg-coll-stmarys:hover,
.hocus\:u-bg-coll-stmarys:focus {
  background-color: #753bbd !important;
}

.hocus\:u-bg-coll-stephenson:hover,
.hocus\:u-bg-coll-stephenson:focus {
  background-color: #d22630 !important;
}

.hocus\:u-bg-coll-trevelyan:hover,
.hocus\:u-bg-coll-trevelyan:focus {
  background-color: #003865 !important;
}

.hocus\:u-bg-coll-university:hover,
.hocus\:u-bg-coll-university:focus {
  background-color: #862633 !important;
}

.hocus\:u-bg-coll-ustinov:hover,
.hocus\:u-bg-coll-ustinov:focus {
  background-color: #003865 !important;
}

.hocus\:u-bg-coll-vanmildert:hover,
.hocus\:u-bg-coll-vanmildert:focus {
  background-color: #ee2737 !important;
}

.hocus\:u-bg-primary:hover,
.hocus\:u-bg-primary:focus {
  background-color: #68246d !important;
}

.hocus\:u-bg-secondary:hover,
.hocus\:u-bg-secondary:focus {
  background-color: #ffd53a !important;
}

.hocus\:u-bg-tertiary:hover,
.hocus\:u-bg-tertiary:focus {
  background-color: #00aeef !important;
}

.hocus\:u-bg-success:hover,
.hocus\:u-bg-success:focus {
  background-color: #449d44 !important;
}

.hocus\:u-bg-danger:hover,
.hocus\:u-bg-danger:focus {
  background-color: #be1e2c !important;
}

.hocus\:u-bg-warning:hover,
.hocus\:u-bg-warning:focus {
  background-color: #da611e !important;
}

.hocus\:u-bg-info:hover,
.hocus\:u-bg-info:focus {
  background-color: #1180a1 !important;
}

.hocus\:u-bg-light:hover,
.hocus\:u-bg-light:focus {
  background-color: #fff !important;
}

.hocus\:u-bg-dark:hover,
.hocus\:u-bg-dark:focus {
  background-color: #333123 !important;
}

.hocus\:u-bg-purple--dark:hover,
.hocus\:u-bg-purple--dark:focus {
  background-color: #531d57 !important;
}

.hocus\:u-bg-purple--light:hover,
.hocus\:u-bg-purple--light:focus {
  background-color: #74287a !important;
}

.hocus\:u-bg-darkpurple--dark:hover,
.hocus\:u-bg-darkpurple--dark:focus {
  background-color: #46163f !important;
}

.hocus\:u-bg-darkpurple--light:hover,
.hocus\:u-bg-darkpurple--light:focus {
  background-color: #611e58 !important;
}

.hocus\:u-bg-yellow--dark:hover,
.hocus\:u-bg-yellow--dark:focus {
  background-color: #fac500 !important;
}

.hocus\:u-bg-yellow--light:hover,
.hocus\:u-bg-yellow--light:focus {
  background-color: #ffdd60 !important;
}

.hocus\:u-bg-cyan--dark:hover,
.hocus\:u-bg-cyan--dark:focus {
  background-color: #008bbf !important;
}

.hocus\:u-bg-cyan--light:hover,
.hocus\:u-bg-cyan--light:focus {
  background-color: #0dbdff !important;
}

.hocus\:u-bg-blue--dark:hover,
.hocus\:u-bg-blue--dark:focus {
  background-color: #2281c2 !important;
}

.hocus\:u-bg-blue--light:hover,
.hocus\:u-bg-blue--light:focus {
  background-color: #5dace2 !important;
}

.hocus\:u-bg-light-green--dark:hover,
.hocus\:u-bg-light-green--dark:focus {
  background-color: #9edab5 !important;
}

.hocus\:u-bg-light-green--light:hover,
.hocus\:u-bg-light-green--light:focus {
  background-color: #fff !important;
}

.hocus\:u-bg-red--dark:hover,
.hocus\:u-bg-red--dark:focus {
  background-color: #981823 !important;
}

.hocus\:u-bg-red--light:hover,
.hocus\:u-bg-red--light:focus {
  background-color: #d52231 !important;
}

.hocus\:u-bg-gold--dark:hover,
.hocus\:u-bg-gold--dark:focus {
  background-color: #908b49 !important;
}

.hocus\:u-bg-gold--light:hover,
.hocus\:u-bg-gold--light:focus {
  background-color: #bab577 !important;
}

.hocus\:u-bg-ink-100--dark:hover,
.hocus\:u-bg-ink-100--dark:focus {
  background-color: #001c2c !important;
}

.hocus\:u-bg-ink-100--light:hover,
.hocus\:u-bg-ink-100--light:focus {
  background-color: #00273e !important;
}

.hocus\:u-bg-stone--dark:hover,
.hocus\:u-bg-stone--dark:focus {
  background-color: #c4b06c !important;
}

.hocus\:u-bg-stone--light:hover,
.hocus\:u-bg-stone--light:focus {
  background-color: #e7dfc3 !important;
}

.hocus\:u-bg-sky--dark:hover,
.hocus\:u-bg-sky--dark:focus {
  background-color: #74aab6 !important;
}

.hocus\:u-bg-sky--light:hover,
.hocus\:u-bg-sky--light:focus {
  background-color: #c2dadf !important;
}

.hocus\:u-bg-heather--dark:hover,
.hocus\:u-bg-heather--dark:focus {
  background-color: #af7a87 !important;
}

.hocus\:u-bg-heather--light:hover,
.hocus\:u-bg-heather--light:focus {
  background-color: #dcc4ca !important;
}

.hocus\:u-bg-cedar--dark:hover,
.hocus\:u-bg-cedar--dark:focus {
  background-color: #968581 !important;
}

.hocus\:u-bg-cedar--light:hover,
.hocus\:u-bg-cedar--light:focus {
  background-color: #c9c0be !important;
}

.hocus\:u-bg-business--dark:hover,
.hocus\:u-bg-business--dark:focus {
  background-color: #8c9b89 !important;
}

.hocus\:u-bg-business--light:hover,
.hocus\:u-bg-business--light:focus {
  background-color: #cad1c9 !important;
}

.hocus\:u-bg-black--dark:hover,
.hocus\:u-bg-black--dark:focus {
  background-color: #29271c !important;
}

.hocus\:u-bg-black--light:hover,
.hocus\:u-bg-black--light:focus {
  background-color: #393727 !important;
}

.hocus\:u-bg-white--dark:hover,
.hocus\:u-bg-white--dark:focus {
  background-color: #ccc !important;
}

.hocus\:u-bg-white--light:hover,
.hocus\:u-bg-white--light:focus {
  background-color: #fff !important;
}

.hocus\:u-bg-grey-25--dark:hover,
.hocus\:u-bg-grey-25--dark:focus {
  background-color: #c6c6c6 !important;
}

.hocus\:u-bg-grey-25--light:hover,
.hocus\:u-bg-grey-25--light:focus {
  background-color: #fff !important;
}

.hocus\:u-bg-grey-50--dark:hover,
.hocus\:u-bg-grey-50--dark:focus {
  background-color: #bcbcbc !important;
}

.hocus\:u-bg-grey-50--light:hover,
.hocus\:u-bg-grey-50--light:focus {
  background-color: #fff !important;
}

.hocus\:u-bg-grey-75--dark:hover,
.hocus\:u-bg-grey-75--dark:focus {
  background-color: #aeaeae !important;
}

.hocus\:u-bg-grey-75--light:hover,
.hocus\:u-bg-grey-75--light:focus {
  background-color: #f3f3f3 !important;
}

.hocus\:u-bg-grey-100--dark:hover,
.hocus\:u-bg-grey-100--dark:focus {
  background-color: #8a9194 !important;
}

.hocus\:u-bg-grey-100--light:hover,
.hocus\:u-bg-grey-100--light:focus {
  background-color: #c5c9ca !important;
}

.hocus\:u-bg-grey-200--dark:hover,
.hocus\:u-bg-grey-200--dark:focus {
  background-color: #6d7275 !important;
}

.hocus\:u-bg-grey-200--light:hover,
.hocus\:u-bg-grey-200--light:focus {
  background-color: #9b9fa1 !important;
}

.hocus\:u-bg-grey-300--dark:hover,
.hocus\:u-bg-grey-300--dark:focus {
  background-color: #505456 !important;
}

.hocus\:u-bg-grey-300--light:hover,
.hocus\:u-bg-grey-300--light:focus {
  background-color: #707679 !important;
}

.hocus\:u-bg-grey-400--dark:hover,
.hocus\:u-bg-grey-400--dark:focus {
  background-color: #30302f !important;
}

.hocus\:u-bg-grey-400--light:hover,
.hocus\:u-bg-grey-400--light:focus {
  background-color: #434342 !important;
}

.hocus\:u-bg-youtube--dark:hover,
.hocus\:u-bg-youtube--dark:focus {
  background-color: #c00 !important;
}

.hocus\:u-bg-youtube--light:hover,
.hocus\:u-bg-youtube--light:focus {
  background-color: #ff1f1f !important;
}

.hocus\:u-bg-twitter--dark:hover,
.hocus\:u-bg-twitter--dark:focus {
  background-color: #0c84cd !important;
}

.hocus\:u-bg-twitter--light:hover,
.hocus\:u-bg-twitter--light:focus {
  background-color: #3caef4 !important;
}

.hocus\:u-bg-facebook--dark:hover,
.hocus\:u-bg-facebook--dark:focus {
  background-color: #2f477a !important;
}

.hocus\:u-bg-facebook--light:hover,
.hocus\:u-bg-facebook--light:focus {
  background-color: #4264aa !important;
}

.hocus\:u-bg-instagram--dark:hover,
.hocus\:u-bg-instagram--dark:focus {
  background-color: #363636 !important;
}

.hocus\:u-bg-instagram--light:hover,
.hocus\:u-bg-instagram--light:focus {
  background-color: #4c4c4c !important;
}

.hocus\:u-bg-linkedin--dark:hover,
.hocus\:u-bg-linkedin--dark:focus {
  background-color: #005f91 !important;
}

.hocus\:u-bg-linkedin--light:hover,
.hocus\:u-bg-linkedin--light:focus {
  background-color: #0085cb !important;
}

.hocus\:u-bg-college--dark:hover,
.hocus\:u-bg-college--dark:focus {
  background-color: #00523f !important;
}

.hocus\:u-bg-college--light:hover,
.hocus\:u-bg-college--light:focus {
  background-color: #007258 !important;
}

.hocus\:u-bg-coll-collingwood--dark:hover,
.hocus\:u-bg-coll-collingwood--dark:focus {
  background-color: #a81e26 !important;
}

.hocus\:u-bg-coll-collingwood--light:hover,
.hocus\:u-bg-coll-collingwood--light:focus {
  background-color: #db3a44 !important;
}

.hocus\:u-bg-coll-grey--dark:hover,
.hocus\:u-bg-coll-grey--dark:focus {
  background-color: #8c1f26 !important;
}

.hocus\:u-bg-coll-grey--light:hover,
.hocus\:u-bg-coll-grey--light:focus {
  background-color: #c42c35 !important;
}

.hocus\:u-bg-coll-hatfield--dark:hover,
.hocus\:u-bg-coll-hatfield--dark:focus {
  background-color: #002d51 !important;
}

.hocus\:u-bg-coll-hatfield--light:hover,
.hocus\:u-bg-coll-hatfield--light:focus {
  background-color: #003f71 !important;
}

.hocus\:u-bg-coll-johnsnow--dark:hover,
.hocus\:u-bg-coll-johnsnow--dark:focus {
  background-color: #002d51 !important;
}

.hocus\:u-bg-coll-johnsnow--light:hover,
.hocus\:u-bg-coll-johnsnow--light:focus {
  background-color: #003f71 !important;
}

.hocus\:u-bg-coll-jbutler--dark:hover,
.hocus\:u-bg-coll-jbutler--dark:focus {
  background-color: #a81e26 !important;
}

.hocus\:u-bg-coll-jbutler--light:hover,
.hocus\:u-bg-coll-jbutler--light:focus {
  background-color: #db3a44 !important;
}

.hocus\:u-bg-coll-south-college--dark:hover,
.hocus\:u-bg-coll-south-college--dark:focus {
  background-color: #531d57 !important;
}

.hocus\:u-bg-coll-south-college--light:hover,
.hocus\:u-bg-coll-south-college--light:focus {
  background-color: #74287a !important;
}

.hocus\:u-bg-coll-staidans--dark:hover,
.hocus\:u-bg-coll-staidans--dark:focus {
  background-color: #005239 !important;
}

.hocus\:u-bg-coll-staidans--light:hover,
.hocus\:u-bg-coll-staidans--light:focus {
  background-color: #007350 !important;
}

.hocus\:u-bg-coll-stchads--dark:hover,
.hocus\:u-bg-coll-stchads--dark:focus {
  background-color: #004632 !important;
}

.hocus\:u-bg-coll-stchads--light:hover,
.hocus\:u-bg-coll-stchads--light:focus {
  background-color: #006147 !important;
}

.hocus\:u-bg-coll-stcuthberts--dark:hover,
.hocus\:u-bg-coll-stcuthberts--dark:focus {
  background-color: #00523f !important;
}

.hocus\:u-bg-coll-stcuthberts--light:hover,
.hocus\:u-bg-coll-stcuthberts--light:focus {
  background-color: #007258 !important;
}

.hocus\:u-bg-coll-sthild--dark:hover,
.hocus\:u-bg-coll-sthild--dark:focus {
  background-color: #005ba5 !important;
}

.hocus\:u-bg-coll-sthild--light:hover,
.hocus\:u-bg-coll-sthild--light:focus {
  background-color: #0080e7 !important;
}

.hocus\:u-bg-coll-stjohns--dark:hover,
.hocus\:u-bg-coll-stjohns--dark:focus {
  background-color: #162b4a !important;
}

.hocus\:u-bg-coll-stjohns--light:hover,
.hocus\:u-bg-coll-stjohns--light:focus {
  background-color: #1e3c68 !important;
}

.hocus\:u-bg-coll-stmarys--dark:hover,
.hocus\:u-bg-coll-stmarys--dark:focus {
  background-color: #5e2f97 !important;
}

.hocus\:u-bg-coll-stmarys--light:hover,
.hocus\:u-bg-coll-stmarys--light:focus {
  background-color: #844ec8 !important;
}

.hocus\:u-bg-coll-stephenson--dark:hover,
.hocus\:u-bg-coll-stephenson--dark:focus {
  background-color: #a81e26 !important;
}

.hocus\:u-bg-coll-stephenson--light:hover,
.hocus\:u-bg-coll-stephenson--light:focus {
  background-color: #db3a44 !important;
}

.hocus\:u-bg-coll-trevelyan--dark:hover,
.hocus\:u-bg-coll-trevelyan--dark:focus {
  background-color: #002d51 !important;
}

.hocus\:u-bg-coll-trevelyan--light:hover,
.hocus\:u-bg-coll-trevelyan--light:focus {
  background-color: #003f71 !important;
}

.hocus\:u-bg-coll-university--dark:hover,
.hocus\:u-bg-coll-university--dark:focus {
  background-color: #6b1e29 !important;
}

.hocus\:u-bg-coll-university--light:hover,
.hocus\:u-bg-coll-university--light:focus {
  background-color: #962b39 !important;
}

.hocus\:u-bg-coll-ustinov--dark:hover,
.hocus\:u-bg-coll-ustinov--dark:focus {
  background-color: #002d51 !important;
}

.hocus\:u-bg-coll-ustinov--light:hover,
.hocus\:u-bg-coll-ustinov--light:focus {
  background-color: #003f71 !important;
}

.hocus\:u-bg-coll-vanmildert--dark:hover,
.hocus\:u-bg-coll-vanmildert--dark:focus {
  background-color: #cd101f !important;
}

.hocus\:u-bg-coll-vanmildert--light:hover,
.hocus\:u-bg-coll-vanmildert--light:focus {
  background-color: #f04654 !important;
}

.hocus\:u-bg-primary--dark:hover,
.hocus\:u-bg-primary--dark:focus {
  background-color: #531d57 !important;
}

.hocus\:u-bg-primary--light:hover,
.hocus\:u-bg-primary--light:focus {
  background-color: #74287a !important;
}

.hocus\:u-bg-secondary--dark:hover,
.hocus\:u-bg-secondary--dark:focus {
  background-color: #fac500 !important;
}

.hocus\:u-bg-secondary--light:hover,
.hocus\:u-bg-secondary--light:focus {
  background-color: #ffdd60 !important;
}

.hocus\:u-bg-tertiary--dark:hover,
.hocus\:u-bg-tertiary--dark:focus {
  background-color: #008bbf !important;
}

.hocus\:u-bg-tertiary--light:hover,
.hocus\:u-bg-tertiary--light:focus {
  background-color: #0dbdff !important;
}

.hocus\:u-bg-success--dark:hover,
.hocus\:u-bg-success--dark:focus {
  background-color: #367e36 !important;
}

.hocus\:u-bg-success--light:hover,
.hocus\:u-bg-success--light:focus {
  background-color: #4cb04c !important;
}

.hocus\:u-bg-danger--dark:hover,
.hocus\:u-bg-danger--dark:focus {
  background-color: #981823 !important;
}

.hocus\:u-bg-danger--light:hover,
.hocus\:u-bg-danger--light:focus {
  background-color: #d52231 !important;
}

.hocus\:u-bg-warning--dark:hover,
.hocus\:u-bg-warning--dark:focus {
  background-color: #ae4e18 !important;
}

.hocus\:u-bg-warning--light:hover,
.hocus\:u-bg-warning--light:focus {
  background-color: #e37233 !important;
}

.hocus\:u-bg-info--dark:hover,
.hocus\:u-bg-info--dark:focus {
  background-color: #0e6681 !important;
}

.hocus\:u-bg-info--light:hover,
.hocus\:u-bg-info--light:focus {
  background-color: #138fb4 !important;
}

.hocus\:u-bg-light--dark:hover,
.hocus\:u-bg-light--dark:focus {
  background-color: #ccc !important;
}

.hocus\:u-bg-light--light:hover,
.hocus\:u-bg-light--light:focus {
  background-color: #fff !important;
}

.hocus\:u-bg-dark--dark:hover,
.hocus\:u-bg-dark--dark:focus {
  background-color: #29271c !important;
}

.hocus\:u-bg-dark--light:hover,
.hocus\:u-bg-dark--light:focus {
  background-color: #393727 !important;
}

.u-bg-bottom {
  background-position: bottom !important;
}

.u-bg-center {
  background-position: center !important;
}

.u-bg-left {
  background-position: left !important;
}

.u-bg-left-bottom {
  background-position: left bottom !important;
}

.u-bg-left-top {
  background-position: left top !important;
}

.u-bg-right {
  background-position: right !important;
}

.u-bg-right-bottom {
  background-position: right bottom !important;
}

.u-bg-right-top {
  background-position: right top !important;
}

.u-bg-top {
  background-position: top !important;
}

.u-bg-repeat {
  background-repeat: repeat !important;
}

.u-bg-no-repeat {
  background-repeat: no-repeat !important;
}

.u-bg-repeat-x {
  background-repeat: repeat-x !important;
}

.u-bg-repeat-y {
  background-repeat: repeat-y !important;
}

.u-bg-auto {
  background-size: auto !important;
}

.u-bg-cover {
  background-size: cover !important;
}

.u-bg-contain {
  background-size: contain !important;
}

.u-border-collapse {
  border-collapse: collapse !important;
}

.u-border-separate {
  border-collapse: separate !important;
}

.u-border-transparent {
  border-color: transparent !important;
}

.u-border-current-color {
  border-color: currentColor !important;
}

.u-border-inherit {
  border-color: inherit !important;
}

.u-border-purple {
  border-color: #68246d !important;
}

.u-border-darkpurple {
  border-color: #571b4f !important;
}

.u-border-yellow {
  border-color: #ffd53a !important;
}

.u-border-cyan {
  border-color: #00aeef !important;
}

.u-border-blue {
  border-color: #409ddd !important;
}

.u-border-light-green {
  border-color: #e2f4e9 !important;
}

.u-border-red {
  border-color: #be1e2c !important;
}

.u-border-gold {
  border-color: #afa961 !important;
}

.u-border-ink-100 {
  border-color: #002337 !important;
}

.u-border-stone {
  border-color: #dacda2 !important;
}

.u-border-sky {
  border-color: #a5c8d0 !important;
}

.u-border-heather {
  border-color: #cba8b1 !important;
}

.u-border-cedar {
  border-color: #b6aaa7 !important;
}

.u-border-business {
  border-color: #b3bdb1 !important;
}

.u-border-black {
  border-color: #333123 !important;
}

.u-border-white {
  border-color: #fff !important;
}

.u-border-grey-25 {
  border-color: #f7f7f7 !important;
}

.u-border-grey-50 {
  border-color: #ebebeb !important;
}

.u-border-grey-75 {
  border-color: #d9d9d9 !important;
}

.u-border-grey-100 {
  border-color: #afb4b6 !important;
}

.u-border-grey-200 {
  border-color: #898e91 !important;
}

.u-border-grey-300 {
  border-color: #64696c !important;
}

.u-border-grey-400 {
  border-color: #3c3c3b !important;
}

.u-border-youtube {
  border-color: #f00 !important;
}

.u-border-twitter {
  border-color: #1da1f2 !important;
}

.u-border-facebook {
  border-color: #3b5998 !important;
}

.u-border-instagram {
  border-color: #444 !important;
}

.u-border-linkedin {
  border-color: #0077b5 !important;
}

.u-border-college {
  border-color: #00664f !important;
}

.u-border-coll-collingwood {
  border-color: #d22630 !important;
}

.u-border-coll-grey {
  border-color: #af272f !important;
}

.u-border-coll-hatfield {
  border-color: #003865 !important;
}

.u-border-coll-johnsnow {
  border-color: #003865 !important;
}

.u-border-coll-jbutler {
  border-color: #d22630 !important;
}

.u-border-coll-south-college {
  border-color: #68246d !important;
}

.u-border-coll-staidans {
  border-color: #006747 !important;
}

.u-border-coll-stchads {
  border-color: #00573f !important;
}

.u-border-coll-stcuthberts {
  border-color: #00664f !important;
}

.u-border-coll-sthild {
  border-color: #0072ce !important;
}

.u-border-coll-stjohns {
  border-color: #1b365d !important;
}

.u-border-coll-stmarys {
  border-color: #753bbd !important;
}

.u-border-coll-stephenson {
  border-color: #d22630 !important;
}

.u-border-coll-trevelyan {
  border-color: #003865 !important;
}

.u-border-coll-university {
  border-color: #862633 !important;
}

.u-border-coll-ustinov {
  border-color: #003865 !important;
}

.u-border-coll-vanmildert {
  border-color: #ee2737 !important;
}

.u-border-primary {
  border-color: #68246d !important;
}

.u-border-secondary {
  border-color: #ffd53a !important;
}

.u-border-tertiary {
  border-color: #00aeef !important;
}

.u-border-success {
  border-color: #449d44 !important;
}

.u-border-danger {
  border-color: #be1e2c !important;
}

.u-border-warning {
  border-color: #da611e !important;
}

.u-border-info {
  border-color: #1180a1 !important;
}

.u-border-light {
  border-color: #fff !important;
}

.u-border-dark {
  border-color: #333123 !important;
}

.u-border-purple--dark {
  border-color: #531d57 !important;
}

.u-border-purple--light {
  border-color: #74287a !important;
}

.u-border-darkpurple--dark {
  border-color: #46163f !important;
}

.u-border-darkpurple--light {
  border-color: #611e58 !important;
}

.u-border-yellow--dark {
  border-color: #fac500 !important;
}

.u-border-yellow--light {
  border-color: #ffdd60 !important;
}

.u-border-cyan--dark {
  border-color: #008bbf !important;
}

.u-border-cyan--light {
  border-color: #0dbdff !important;
}

.u-border-blue--dark {
  border-color: #2281c2 !important;
}

.u-border-blue--light {
  border-color: #5dace2 !important;
}

.u-border-light-green--dark {
  border-color: #9edab5 !important;
}

.u-border-light-green--light {
  border-color: #fff !important;
}

.u-border-red--dark {
  border-color: #981823 !important;
}

.u-border-red--light {
  border-color: #d52231 !important;
}

.u-border-gold--dark {
  border-color: #908b49 !important;
}

.u-border-gold--light {
  border-color: #bab577 !important;
}

.u-border-ink-100--dark {
  border-color: #001c2c !important;
}

.u-border-ink-100--light {
  border-color: #00273e !important;
}

.u-border-stone--dark {
  border-color: #c4b06c !important;
}

.u-border-stone--light {
  border-color: #e7dfc3 !important;
}

.u-border-sky--dark {
  border-color: #74aab6 !important;
}

.u-border-sky--light {
  border-color: #c2dadf !important;
}

.u-border-heather--dark {
  border-color: #af7a87 !important;
}

.u-border-heather--light {
  border-color: #dcc4ca !important;
}

.u-border-cedar--dark {
  border-color: #968581 !important;
}

.u-border-cedar--light {
  border-color: #c9c0be !important;
}

.u-border-business--dark {
  border-color: #8c9b89 !important;
}

.u-border-business--light {
  border-color: #cad1c9 !important;
}

.u-border-black--dark {
  border-color: #29271c !important;
}

.u-border-black--light {
  border-color: #393727 !important;
}

.u-border-white--dark {
  border-color: #ccc !important;
}

.u-border-white--light {
  border-color: #fff !important;
}

.u-border-grey-25--dark {
  border-color: #c6c6c6 !important;
}

.u-border-grey-25--light {
  border-color: #fff !important;
}

.u-border-grey-50--dark {
  border-color: #bcbcbc !important;
}

.u-border-grey-50--light {
  border-color: #fff !important;
}

.u-border-grey-75--dark {
  border-color: #aeaeae !important;
}

.u-border-grey-75--light {
  border-color: #f3f3f3 !important;
}

.u-border-grey-100--dark {
  border-color: #8a9194 !important;
}

.u-border-grey-100--light {
  border-color: #c5c9ca !important;
}

.u-border-grey-200--dark {
  border-color: #6d7275 !important;
}

.u-border-grey-200--light {
  border-color: #9b9fa1 !important;
}

.u-border-grey-300--dark {
  border-color: #505456 !important;
}

.u-border-grey-300--light {
  border-color: #707679 !important;
}

.u-border-grey-400--dark {
  border-color: #30302f !important;
}

.u-border-grey-400--light {
  border-color: #434342 !important;
}

.u-border-youtube--dark {
  border-color: #c00 !important;
}

.u-border-youtube--light {
  border-color: #ff1f1f !important;
}

.u-border-twitter--dark {
  border-color: #0c84cd !important;
}

.u-border-twitter--light {
  border-color: #3caef4 !important;
}

.u-border-facebook--dark {
  border-color: #2f477a !important;
}

.u-border-facebook--light {
  border-color: #4264aa !important;
}

.u-border-instagram--dark {
  border-color: #363636 !important;
}

.u-border-instagram--light {
  border-color: #4c4c4c !important;
}

.u-border-linkedin--dark {
  border-color: #005f91 !important;
}

.u-border-linkedin--light {
  border-color: #0085cb !important;
}

.u-border-college--dark {
  border-color: #00523f !important;
}

.u-border-college--light {
  border-color: #007258 !important;
}

.u-border-coll-collingwood--dark {
  border-color: #a81e26 !important;
}

.u-border-coll-collingwood--light {
  border-color: #db3a44 !important;
}

.u-border-coll-grey--dark {
  border-color: #8c1f26 !important;
}

.u-border-coll-grey--light {
  border-color: #c42c35 !important;
}

.u-border-coll-hatfield--dark {
  border-color: #002d51 !important;
}

.u-border-coll-hatfield--light {
  border-color: #003f71 !important;
}

.u-border-coll-johnsnow--dark {
  border-color: #002d51 !important;
}

.u-border-coll-johnsnow--light {
  border-color: #003f71 !important;
}

.u-border-coll-jbutler--dark {
  border-color: #a81e26 !important;
}

.u-border-coll-jbutler--light {
  border-color: #db3a44 !important;
}

.u-border-coll-south-college--dark {
  border-color: #531d57 !important;
}

.u-border-coll-south-college--light {
  border-color: #74287a !important;
}

.u-border-coll-staidans--dark {
  border-color: #005239 !important;
}

.u-border-coll-staidans--light {
  border-color: #007350 !important;
}

.u-border-coll-stchads--dark {
  border-color: #004632 !important;
}

.u-border-coll-stchads--light {
  border-color: #006147 !important;
}

.u-border-coll-stcuthberts--dark {
  border-color: #00523f !important;
}

.u-border-coll-stcuthberts--light {
  border-color: #007258 !important;
}

.u-border-coll-sthild--dark {
  border-color: #005ba5 !important;
}

.u-border-coll-sthild--light {
  border-color: #0080e7 !important;
}

.u-border-coll-stjohns--dark {
  border-color: #162b4a !important;
}

.u-border-coll-stjohns--light {
  border-color: #1e3c68 !important;
}

.u-border-coll-stmarys--dark {
  border-color: #5e2f97 !important;
}

.u-border-coll-stmarys--light {
  border-color: #844ec8 !important;
}

.u-border-coll-stephenson--dark {
  border-color: #a81e26 !important;
}

.u-border-coll-stephenson--light {
  border-color: #db3a44 !important;
}

.u-border-coll-trevelyan--dark {
  border-color: #002d51 !important;
}

.u-border-coll-trevelyan--light {
  border-color: #003f71 !important;
}

.u-border-coll-university--dark {
  border-color: #6b1e29 !important;
}

.u-border-coll-university--light {
  border-color: #962b39 !important;
}

.u-border-coll-ustinov--dark {
  border-color: #002d51 !important;
}

.u-border-coll-ustinov--light {
  border-color: #003f71 !important;
}

.u-border-coll-vanmildert--dark {
  border-color: #cd101f !important;
}

.u-border-coll-vanmildert--light {
  border-color: #f04654 !important;
}

.u-border-primary--dark {
  border-color: #531d57 !important;
}

.u-border-primary--light {
  border-color: #74287a !important;
}

.u-border-secondary--dark {
  border-color: #fac500 !important;
}

.u-border-secondary--light {
  border-color: #ffdd60 !important;
}

.u-border-tertiary--dark {
  border-color: #008bbf !important;
}

.u-border-tertiary--light {
  border-color: #0dbdff !important;
}

.u-border-success--dark {
  border-color: #367e36 !important;
}

.u-border-success--light {
  border-color: #4cb04c !important;
}

.u-border-danger--dark {
  border-color: #981823 !important;
}

.u-border-danger--light {
  border-color: #d52231 !important;
}

.u-border-warning--dark {
  border-color: #ae4e18 !important;
}

.u-border-warning--light {
  border-color: #e37233 !important;
}

.u-border-info--dark {
  border-color: #0e6681 !important;
}

.u-border-info--light {
  border-color: #138fb4 !important;
}

.u-border-light--dark {
  border-color: #ccc !important;
}

.u-border-light--light {
  border-color: #fff !important;
}

.u-border-dark--dark {
  border-color: #29271c !important;
}

.u-border-dark--light {
  border-color: #393727 !important;
}

.hover\:u-border-transparent:hover {
  border-color: transparent !important;
}

.hover\:u-border-current-color:hover {
  border-color: currentColor !important;
}

.hover\:u-border-inherit:hover {
  border-color: inherit !important;
}

.hover\:u-border-purple:hover {
  border-color: #68246d !important;
}

.hover\:u-border-darkpurple:hover {
  border-color: #571b4f !important;
}

.hover\:u-border-yellow:hover {
  border-color: #ffd53a !important;
}

.hover\:u-border-cyan:hover {
  border-color: #00aeef !important;
}

.hover\:u-border-blue:hover {
  border-color: #409ddd !important;
}

.hover\:u-border-light-green:hover {
  border-color: #e2f4e9 !important;
}

.hover\:u-border-red:hover {
  border-color: #be1e2c !important;
}

.hover\:u-border-gold:hover {
  border-color: #afa961 !important;
}

.hover\:u-border-ink-100:hover {
  border-color: #002337 !important;
}

.hover\:u-border-stone:hover {
  border-color: #dacda2 !important;
}

.hover\:u-border-sky:hover {
  border-color: #a5c8d0 !important;
}

.hover\:u-border-heather:hover {
  border-color: #cba8b1 !important;
}

.hover\:u-border-cedar:hover {
  border-color: #b6aaa7 !important;
}

.hover\:u-border-business:hover {
  border-color: #b3bdb1 !important;
}

.hover\:u-border-black:hover {
  border-color: #333123 !important;
}

.hover\:u-border-white:hover {
  border-color: #fff !important;
}

.hover\:u-border-grey-25:hover {
  border-color: #f7f7f7 !important;
}

.hover\:u-border-grey-50:hover {
  border-color: #ebebeb !important;
}

.hover\:u-border-grey-75:hover {
  border-color: #d9d9d9 !important;
}

.hover\:u-border-grey-100:hover {
  border-color: #afb4b6 !important;
}

.hover\:u-border-grey-200:hover {
  border-color: #898e91 !important;
}

.hover\:u-border-grey-300:hover {
  border-color: #64696c !important;
}

.hover\:u-border-grey-400:hover {
  border-color: #3c3c3b !important;
}

.hover\:u-border-youtube:hover {
  border-color: #f00 !important;
}

.hover\:u-border-twitter:hover {
  border-color: #1da1f2 !important;
}

.hover\:u-border-facebook:hover {
  border-color: #3b5998 !important;
}

.hover\:u-border-instagram:hover {
  border-color: #444 !important;
}

.hover\:u-border-linkedin:hover {
  border-color: #0077b5 !important;
}

.hover\:u-border-college:hover {
  border-color: #00664f !important;
}

.hover\:u-border-coll-collingwood:hover {
  border-color: #d22630 !important;
}

.hover\:u-border-coll-grey:hover {
  border-color: #af272f !important;
}

.hover\:u-border-coll-hatfield:hover {
  border-color: #003865 !important;
}

.hover\:u-border-coll-johnsnow:hover {
  border-color: #003865 !important;
}

.hover\:u-border-coll-jbutler:hover {
  border-color: #d22630 !important;
}

.hover\:u-border-coll-south-college:hover {
  border-color: #68246d !important;
}

.hover\:u-border-coll-staidans:hover {
  border-color: #006747 !important;
}

.hover\:u-border-coll-stchads:hover {
  border-color: #00573f !important;
}

.hover\:u-border-coll-stcuthberts:hover {
  border-color: #00664f !important;
}

.hover\:u-border-coll-sthild:hover {
  border-color: #0072ce !important;
}

.hover\:u-border-coll-stjohns:hover {
  border-color: #1b365d !important;
}

.hover\:u-border-coll-stmarys:hover {
  border-color: #753bbd !important;
}

.hover\:u-border-coll-stephenson:hover {
  border-color: #d22630 !important;
}

.hover\:u-border-coll-trevelyan:hover {
  border-color: #003865 !important;
}

.hover\:u-border-coll-university:hover {
  border-color: #862633 !important;
}

.hover\:u-border-coll-ustinov:hover {
  border-color: #003865 !important;
}

.hover\:u-border-coll-vanmildert:hover {
  border-color: #ee2737 !important;
}

.hover\:u-border-primary:hover {
  border-color: #68246d !important;
}

.hover\:u-border-secondary:hover {
  border-color: #ffd53a !important;
}

.hover\:u-border-tertiary:hover {
  border-color: #00aeef !important;
}

.hover\:u-border-success:hover {
  border-color: #449d44 !important;
}

.hover\:u-border-danger:hover {
  border-color: #be1e2c !important;
}

.hover\:u-border-warning:hover {
  border-color: #da611e !important;
}

.hover\:u-border-info:hover {
  border-color: #1180a1 !important;
}

.hover\:u-border-light:hover {
  border-color: #fff !important;
}

.hover\:u-border-dark:hover {
  border-color: #333123 !important;
}

.hover\:u-border-purple--dark:hover {
  border-color: #531d57 !important;
}

.hover\:u-border-purple--light:hover {
  border-color: #74287a !important;
}

.hover\:u-border-darkpurple--dark:hover {
  border-color: #46163f !important;
}

.hover\:u-border-darkpurple--light:hover {
  border-color: #611e58 !important;
}

.hover\:u-border-yellow--dark:hover {
  border-color: #fac500 !important;
}

.hover\:u-border-yellow--light:hover {
  border-color: #ffdd60 !important;
}

.hover\:u-border-cyan--dark:hover {
  border-color: #008bbf !important;
}

.hover\:u-border-cyan--light:hover {
  border-color: #0dbdff !important;
}

.hover\:u-border-blue--dark:hover {
  border-color: #2281c2 !important;
}

.hover\:u-border-blue--light:hover {
  border-color: #5dace2 !important;
}

.hover\:u-border-light-green--dark:hover {
  border-color: #9edab5 !important;
}

.hover\:u-border-light-green--light:hover {
  border-color: #fff !important;
}

.hover\:u-border-red--dark:hover {
  border-color: #981823 !important;
}

.hover\:u-border-red--light:hover {
  border-color: #d52231 !important;
}

.hover\:u-border-gold--dark:hover {
  border-color: #908b49 !important;
}

.hover\:u-border-gold--light:hover {
  border-color: #bab577 !important;
}

.hover\:u-border-ink-100--dark:hover {
  border-color: #001c2c !important;
}

.hover\:u-border-ink-100--light:hover {
  border-color: #00273e !important;
}

.hover\:u-border-stone--dark:hover {
  border-color: #c4b06c !important;
}

.hover\:u-border-stone--light:hover {
  border-color: #e7dfc3 !important;
}

.hover\:u-border-sky--dark:hover {
  border-color: #74aab6 !important;
}

.hover\:u-border-sky--light:hover {
  border-color: #c2dadf !important;
}

.hover\:u-border-heather--dark:hover {
  border-color: #af7a87 !important;
}

.hover\:u-border-heather--light:hover {
  border-color: #dcc4ca !important;
}

.hover\:u-border-cedar--dark:hover {
  border-color: #968581 !important;
}

.hover\:u-border-cedar--light:hover {
  border-color: #c9c0be !important;
}

.hover\:u-border-business--dark:hover {
  border-color: #8c9b89 !important;
}

.hover\:u-border-business--light:hover {
  border-color: #cad1c9 !important;
}

.hover\:u-border-black--dark:hover {
  border-color: #29271c !important;
}

.hover\:u-border-black--light:hover {
  border-color: #393727 !important;
}

.hover\:u-border-white--dark:hover {
  border-color: #ccc !important;
}

.hover\:u-border-white--light:hover {
  border-color: #fff !important;
}

.hover\:u-border-grey-25--dark:hover {
  border-color: #c6c6c6 !important;
}

.hover\:u-border-grey-25--light:hover {
  border-color: #fff !important;
}

.hover\:u-border-grey-50--dark:hover {
  border-color: #bcbcbc !important;
}

.hover\:u-border-grey-50--light:hover {
  border-color: #fff !important;
}

.hover\:u-border-grey-75--dark:hover {
  border-color: #aeaeae !important;
}

.hover\:u-border-grey-75--light:hover {
  border-color: #f3f3f3 !important;
}

.hover\:u-border-grey-100--dark:hover {
  border-color: #8a9194 !important;
}

.hover\:u-border-grey-100--light:hover {
  border-color: #c5c9ca !important;
}

.hover\:u-border-grey-200--dark:hover {
  border-color: #6d7275 !important;
}

.hover\:u-border-grey-200--light:hover {
  border-color: #9b9fa1 !important;
}

.hover\:u-border-grey-300--dark:hover {
  border-color: #505456 !important;
}

.hover\:u-border-grey-300--light:hover {
  border-color: #707679 !important;
}

.hover\:u-border-grey-400--dark:hover {
  border-color: #30302f !important;
}

.hover\:u-border-grey-400--light:hover {
  border-color: #434342 !important;
}

.hover\:u-border-youtube--dark:hover {
  border-color: #c00 !important;
}

.hover\:u-border-youtube--light:hover {
  border-color: #ff1f1f !important;
}

.hover\:u-border-twitter--dark:hover {
  border-color: #0c84cd !important;
}

.hover\:u-border-twitter--light:hover {
  border-color: #3caef4 !important;
}

.hover\:u-border-facebook--dark:hover {
  border-color: #2f477a !important;
}

.hover\:u-border-facebook--light:hover {
  border-color: #4264aa !important;
}

.hover\:u-border-instagram--dark:hover {
  border-color: #363636 !important;
}

.hover\:u-border-instagram--light:hover {
  border-color: #4c4c4c !important;
}

.hover\:u-border-linkedin--dark:hover {
  border-color: #005f91 !important;
}

.hover\:u-border-linkedin--light:hover {
  border-color: #0085cb !important;
}

.hover\:u-border-college--dark:hover {
  border-color: #00523f !important;
}

.hover\:u-border-college--light:hover {
  border-color: #007258 !important;
}

.hover\:u-border-coll-collingwood--dark:hover {
  border-color: #a81e26 !important;
}

.hover\:u-border-coll-collingwood--light:hover {
  border-color: #db3a44 !important;
}

.hover\:u-border-coll-grey--dark:hover {
  border-color: #8c1f26 !important;
}

.hover\:u-border-coll-grey--light:hover {
  border-color: #c42c35 !important;
}

.hover\:u-border-coll-hatfield--dark:hover {
  border-color: #002d51 !important;
}

.hover\:u-border-coll-hatfield--light:hover {
  border-color: #003f71 !important;
}

.hover\:u-border-coll-johnsnow--dark:hover {
  border-color: #002d51 !important;
}

.hover\:u-border-coll-johnsnow--light:hover {
  border-color: #003f71 !important;
}

.hover\:u-border-coll-jbutler--dark:hover {
  border-color: #a81e26 !important;
}

.hover\:u-border-coll-jbutler--light:hover {
  border-color: #db3a44 !important;
}

.hover\:u-border-coll-south-college--dark:hover {
  border-color: #531d57 !important;
}

.hover\:u-border-coll-south-college--light:hover {
  border-color: #74287a !important;
}

.hover\:u-border-coll-staidans--dark:hover {
  border-color: #005239 !important;
}

.hover\:u-border-coll-staidans--light:hover {
  border-color: #007350 !important;
}

.hover\:u-border-coll-stchads--dark:hover {
  border-color: #004632 !important;
}

.hover\:u-border-coll-stchads--light:hover {
  border-color: #006147 !important;
}

.hover\:u-border-coll-stcuthberts--dark:hover {
  border-color: #00523f !important;
}

.hover\:u-border-coll-stcuthberts--light:hover {
  border-color: #007258 !important;
}

.hover\:u-border-coll-sthild--dark:hover {
  border-color: #005ba5 !important;
}

.hover\:u-border-coll-sthild--light:hover {
  border-color: #0080e7 !important;
}

.hover\:u-border-coll-stjohns--dark:hover {
  border-color: #162b4a !important;
}

.hover\:u-border-coll-stjohns--light:hover {
  border-color: #1e3c68 !important;
}

.hover\:u-border-coll-stmarys--dark:hover {
  border-color: #5e2f97 !important;
}

.hover\:u-border-coll-stmarys--light:hover {
  border-color: #844ec8 !important;
}

.hover\:u-border-coll-stephenson--dark:hover {
  border-color: #a81e26 !important;
}

.hover\:u-border-coll-stephenson--light:hover {
  border-color: #db3a44 !important;
}

.hover\:u-border-coll-trevelyan--dark:hover {
  border-color: #002d51 !important;
}

.hover\:u-border-coll-trevelyan--light:hover {
  border-color: #003f71 !important;
}

.hover\:u-border-coll-university--dark:hover {
  border-color: #6b1e29 !important;
}

.hover\:u-border-coll-university--light:hover {
  border-color: #962b39 !important;
}

.hover\:u-border-coll-ustinov--dark:hover {
  border-color: #002d51 !important;
}

.hover\:u-border-coll-ustinov--light:hover {
  border-color: #003f71 !important;
}

.hover\:u-border-coll-vanmildert--dark:hover {
  border-color: #cd101f !important;
}

.hover\:u-border-coll-vanmildert--light:hover {
  border-color: #f04654 !important;
}

.hover\:u-border-primary--dark:hover {
  border-color: #531d57 !important;
}

.hover\:u-border-primary--light:hover {
  border-color: #74287a !important;
}

.hover\:u-border-secondary--dark:hover {
  border-color: #fac500 !important;
}

.hover\:u-border-secondary--light:hover {
  border-color: #ffdd60 !important;
}

.hover\:u-border-tertiary--dark:hover {
  border-color: #008bbf !important;
}

.hover\:u-border-tertiary--light:hover {
  border-color: #0dbdff !important;
}

.hover\:u-border-success--dark:hover {
  border-color: #367e36 !important;
}

.hover\:u-border-success--light:hover {
  border-color: #4cb04c !important;
}

.hover\:u-border-danger--dark:hover {
  border-color: #981823 !important;
}

.hover\:u-border-danger--light:hover {
  border-color: #d52231 !important;
}

.hover\:u-border-warning--dark:hover {
  border-color: #ae4e18 !important;
}

.hover\:u-border-warning--light:hover {
  border-color: #e37233 !important;
}

.hover\:u-border-info--dark:hover {
  border-color: #0e6681 !important;
}

.hover\:u-border-info--light:hover {
  border-color: #138fb4 !important;
}

.hover\:u-border-light--dark:hover {
  border-color: #ccc !important;
}

.hover\:u-border-light--light:hover {
  border-color: #fff !important;
}

.hover\:u-border-dark--dark:hover {
  border-color: #29271c !important;
}

.hover\:u-border-dark--light:hover {
  border-color: #393727 !important;
}

.focus\:u-border-transparent:focus {
  border-color: transparent !important;
}

.focus\:u-border-current-color:focus {
  border-color: currentColor !important;
}

.focus\:u-border-inherit:focus {
  border-color: inherit !important;
}

.focus\:u-border-purple:focus {
  border-color: #68246d !important;
}

.focus\:u-border-darkpurple:focus {
  border-color: #571b4f !important;
}

.focus\:u-border-yellow:focus {
  border-color: #ffd53a !important;
}

.focus\:u-border-cyan:focus {
  border-color: #00aeef !important;
}

.focus\:u-border-blue:focus {
  border-color: #409ddd !important;
}

.focus\:u-border-light-green:focus {
  border-color: #e2f4e9 !important;
}

.focus\:u-border-red:focus {
  border-color: #be1e2c !important;
}

.focus\:u-border-gold:focus {
  border-color: #afa961 !important;
}

.focus\:u-border-ink-100:focus {
  border-color: #002337 !important;
}

.focus\:u-border-stone:focus {
  border-color: #dacda2 !important;
}

.focus\:u-border-sky:focus {
  border-color: #a5c8d0 !important;
}

.focus\:u-border-heather:focus {
  border-color: #cba8b1 !important;
}

.focus\:u-border-cedar:focus {
  border-color: #b6aaa7 !important;
}

.focus\:u-border-business:focus {
  border-color: #b3bdb1 !important;
}

.focus\:u-border-black:focus {
  border-color: #333123 !important;
}

.focus\:u-border-white:focus {
  border-color: #fff !important;
}

.focus\:u-border-grey-25:focus {
  border-color: #f7f7f7 !important;
}

.focus\:u-border-grey-50:focus {
  border-color: #ebebeb !important;
}

.focus\:u-border-grey-75:focus {
  border-color: #d9d9d9 !important;
}

.focus\:u-border-grey-100:focus {
  border-color: #afb4b6 !important;
}

.focus\:u-border-grey-200:focus {
  border-color: #898e91 !important;
}

.focus\:u-border-grey-300:focus {
  border-color: #64696c !important;
}

.focus\:u-border-grey-400:focus {
  border-color: #3c3c3b !important;
}

.focus\:u-border-youtube:focus {
  border-color: #f00 !important;
}

.focus\:u-border-twitter:focus {
  border-color: #1da1f2 !important;
}

.focus\:u-border-facebook:focus {
  border-color: #3b5998 !important;
}

.focus\:u-border-instagram:focus {
  border-color: #444 !important;
}

.focus\:u-border-linkedin:focus {
  border-color: #0077b5 !important;
}

.focus\:u-border-college:focus {
  border-color: #00664f !important;
}

.focus\:u-border-coll-collingwood:focus {
  border-color: #d22630 !important;
}

.focus\:u-border-coll-grey:focus {
  border-color: #af272f !important;
}

.focus\:u-border-coll-hatfield:focus {
  border-color: #003865 !important;
}

.focus\:u-border-coll-johnsnow:focus {
  border-color: #003865 !important;
}

.focus\:u-border-coll-jbutler:focus {
  border-color: #d22630 !important;
}

.focus\:u-border-coll-south-college:focus {
  border-color: #68246d !important;
}

.focus\:u-border-coll-staidans:focus {
  border-color: #006747 !important;
}

.focus\:u-border-coll-stchads:focus {
  border-color: #00573f !important;
}

.focus\:u-border-coll-stcuthberts:focus {
  border-color: #00664f !important;
}

.focus\:u-border-coll-sthild:focus {
  border-color: #0072ce !important;
}

.focus\:u-border-coll-stjohns:focus {
  border-color: #1b365d !important;
}

.focus\:u-border-coll-stmarys:focus {
  border-color: #753bbd !important;
}

.focus\:u-border-coll-stephenson:focus {
  border-color: #d22630 !important;
}

.focus\:u-border-coll-trevelyan:focus {
  border-color: #003865 !important;
}

.focus\:u-border-coll-university:focus {
  border-color: #862633 !important;
}

.focus\:u-border-coll-ustinov:focus {
  border-color: #003865 !important;
}

.focus\:u-border-coll-vanmildert:focus {
  border-color: #ee2737 !important;
}

.focus\:u-border-primary:focus {
  border-color: #68246d !important;
}

.focus\:u-border-secondary:focus {
  border-color: #ffd53a !important;
}

.focus\:u-border-tertiary:focus {
  border-color: #00aeef !important;
}

.focus\:u-border-success:focus {
  border-color: #449d44 !important;
}

.focus\:u-border-danger:focus {
  border-color: #be1e2c !important;
}

.focus\:u-border-warning:focus {
  border-color: #da611e !important;
}

.focus\:u-border-info:focus {
  border-color: #1180a1 !important;
}

.focus\:u-border-light:focus {
  border-color: #fff !important;
}

.focus\:u-border-dark:focus {
  border-color: #333123 !important;
}

.focus\:u-border-purple--dark:focus {
  border-color: #531d57 !important;
}

.focus\:u-border-purple--light:focus {
  border-color: #74287a !important;
}

.focus\:u-border-darkpurple--dark:focus {
  border-color: #46163f !important;
}

.focus\:u-border-darkpurple--light:focus {
  border-color: #611e58 !important;
}

.focus\:u-border-yellow--dark:focus {
  border-color: #fac500 !important;
}

.focus\:u-border-yellow--light:focus {
  border-color: #ffdd60 !important;
}

.focus\:u-border-cyan--dark:focus {
  border-color: #008bbf !important;
}

.focus\:u-border-cyan--light:focus {
  border-color: #0dbdff !important;
}

.focus\:u-border-blue--dark:focus {
  border-color: #2281c2 !important;
}

.focus\:u-border-blue--light:focus {
  border-color: #5dace2 !important;
}

.focus\:u-border-light-green--dark:focus {
  border-color: #9edab5 !important;
}

.focus\:u-border-light-green--light:focus {
  border-color: #fff !important;
}

.focus\:u-border-red--dark:focus {
  border-color: #981823 !important;
}

.focus\:u-border-red--light:focus {
  border-color: #d52231 !important;
}

.focus\:u-border-gold--dark:focus {
  border-color: #908b49 !important;
}

.focus\:u-border-gold--light:focus {
  border-color: #bab577 !important;
}

.focus\:u-border-ink-100--dark:focus {
  border-color: #001c2c !important;
}

.focus\:u-border-ink-100--light:focus {
  border-color: #00273e !important;
}

.focus\:u-border-stone--dark:focus {
  border-color: #c4b06c !important;
}

.focus\:u-border-stone--light:focus {
  border-color: #e7dfc3 !important;
}

.focus\:u-border-sky--dark:focus {
  border-color: #74aab6 !important;
}

.focus\:u-border-sky--light:focus {
  border-color: #c2dadf !important;
}

.focus\:u-border-heather--dark:focus {
  border-color: #af7a87 !important;
}

.focus\:u-border-heather--light:focus {
  border-color: #dcc4ca !important;
}

.focus\:u-border-cedar--dark:focus {
  border-color: #968581 !important;
}

.focus\:u-border-cedar--light:focus {
  border-color: #c9c0be !important;
}

.focus\:u-border-business--dark:focus {
  border-color: #8c9b89 !important;
}

.focus\:u-border-business--light:focus {
  border-color: #cad1c9 !important;
}

.focus\:u-border-black--dark:focus {
  border-color: #29271c !important;
}

.focus\:u-border-black--light:focus {
  border-color: #393727 !important;
}

.focus\:u-border-white--dark:focus {
  border-color: #ccc !important;
}

.focus\:u-border-white--light:focus {
  border-color: #fff !important;
}

.focus\:u-border-grey-25--dark:focus {
  border-color: #c6c6c6 !important;
}

.focus\:u-border-grey-25--light:focus {
  border-color: #fff !important;
}

.focus\:u-border-grey-50--dark:focus {
  border-color: #bcbcbc !important;
}

.focus\:u-border-grey-50--light:focus {
  border-color: #fff !important;
}

.focus\:u-border-grey-75--dark:focus {
  border-color: #aeaeae !important;
}

.focus\:u-border-grey-75--light:focus {
  border-color: #f3f3f3 !important;
}

.focus\:u-border-grey-100--dark:focus {
  border-color: #8a9194 !important;
}

.focus\:u-border-grey-100--light:focus {
  border-color: #c5c9ca !important;
}

.focus\:u-border-grey-200--dark:focus {
  border-color: #6d7275 !important;
}

.focus\:u-border-grey-200--light:focus {
  border-color: #9b9fa1 !important;
}

.focus\:u-border-grey-300--dark:focus {
  border-color: #505456 !important;
}

.focus\:u-border-grey-300--light:focus {
  border-color: #707679 !important;
}

.focus\:u-border-grey-400--dark:focus {
  border-color: #30302f !important;
}

.focus\:u-border-grey-400--light:focus {
  border-color: #434342 !important;
}

.focus\:u-border-youtube--dark:focus {
  border-color: #c00 !important;
}

.focus\:u-border-youtube--light:focus {
  border-color: #ff1f1f !important;
}

.focus\:u-border-twitter--dark:focus {
  border-color: #0c84cd !important;
}

.focus\:u-border-twitter--light:focus {
  border-color: #3caef4 !important;
}

.focus\:u-border-facebook--dark:focus {
  border-color: #2f477a !important;
}

.focus\:u-border-facebook--light:focus {
  border-color: #4264aa !important;
}

.focus\:u-border-instagram--dark:focus {
  border-color: #363636 !important;
}

.focus\:u-border-instagram--light:focus {
  border-color: #4c4c4c !important;
}

.focus\:u-border-linkedin--dark:focus {
  border-color: #005f91 !important;
}

.focus\:u-border-linkedin--light:focus {
  border-color: #0085cb !important;
}

.focus\:u-border-college--dark:focus {
  border-color: #00523f !important;
}

.focus\:u-border-college--light:focus {
  border-color: #007258 !important;
}

.focus\:u-border-coll-collingwood--dark:focus {
  border-color: #a81e26 !important;
}

.focus\:u-border-coll-collingwood--light:focus {
  border-color: #db3a44 !important;
}

.focus\:u-border-coll-grey--dark:focus {
  border-color: #8c1f26 !important;
}

.focus\:u-border-coll-grey--light:focus {
  border-color: #c42c35 !important;
}

.focus\:u-border-coll-hatfield--dark:focus {
  border-color: #002d51 !important;
}

.focus\:u-border-coll-hatfield--light:focus {
  border-color: #003f71 !important;
}

.focus\:u-border-coll-johnsnow--dark:focus {
  border-color: #002d51 !important;
}

.focus\:u-border-coll-johnsnow--light:focus {
  border-color: #003f71 !important;
}

.focus\:u-border-coll-jbutler--dark:focus {
  border-color: #a81e26 !important;
}

.focus\:u-border-coll-jbutler--light:focus {
  border-color: #db3a44 !important;
}

.focus\:u-border-coll-south-college--dark:focus {
  border-color: #531d57 !important;
}

.focus\:u-border-coll-south-college--light:focus {
  border-color: #74287a !important;
}

.focus\:u-border-coll-staidans--dark:focus {
  border-color: #005239 !important;
}

.focus\:u-border-coll-staidans--light:focus {
  border-color: #007350 !important;
}

.focus\:u-border-coll-stchads--dark:focus {
  border-color: #004632 !important;
}

.focus\:u-border-coll-stchads--light:focus {
  border-color: #006147 !important;
}

.focus\:u-border-coll-stcuthberts--dark:focus {
  border-color: #00523f !important;
}

.focus\:u-border-coll-stcuthberts--light:focus {
  border-color: #007258 !important;
}

.focus\:u-border-coll-sthild--dark:focus {
  border-color: #005ba5 !important;
}

.focus\:u-border-coll-sthild--light:focus {
  border-color: #0080e7 !important;
}

.focus\:u-border-coll-stjohns--dark:focus {
  border-color: #162b4a !important;
}

.focus\:u-border-coll-stjohns--light:focus {
  border-color: #1e3c68 !important;
}

.focus\:u-border-coll-stmarys--dark:focus {
  border-color: #5e2f97 !important;
}

.focus\:u-border-coll-stmarys--light:focus {
  border-color: #844ec8 !important;
}

.focus\:u-border-coll-stephenson--dark:focus {
  border-color: #a81e26 !important;
}

.focus\:u-border-coll-stephenson--light:focus {
  border-color: #db3a44 !important;
}

.focus\:u-border-coll-trevelyan--dark:focus {
  border-color: #002d51 !important;
}

.focus\:u-border-coll-trevelyan--light:focus {
  border-color: #003f71 !important;
}

.focus\:u-border-coll-university--dark:focus {
  border-color: #6b1e29 !important;
}

.focus\:u-border-coll-university--light:focus {
  border-color: #962b39 !important;
}

.focus\:u-border-coll-ustinov--dark:focus {
  border-color: #002d51 !important;
}

.focus\:u-border-coll-ustinov--light:focus {
  border-color: #003f71 !important;
}

.focus\:u-border-coll-vanmildert--dark:focus {
  border-color: #cd101f !important;
}

.focus\:u-border-coll-vanmildert--light:focus {
  border-color: #f04654 !important;
}

.focus\:u-border-primary--dark:focus {
  border-color: #531d57 !important;
}

.focus\:u-border-primary--light:focus {
  border-color: #74287a !important;
}

.focus\:u-border-secondary--dark:focus {
  border-color: #fac500 !important;
}

.focus\:u-border-secondary--light:focus {
  border-color: #ffdd60 !important;
}

.focus\:u-border-tertiary--dark:focus {
  border-color: #008bbf !important;
}

.focus\:u-border-tertiary--light:focus {
  border-color: #0dbdff !important;
}

.focus\:u-border-success--dark:focus {
  border-color: #367e36 !important;
}

.focus\:u-border-success--light:focus {
  border-color: #4cb04c !important;
}

.focus\:u-border-danger--dark:focus {
  border-color: #981823 !important;
}

.focus\:u-border-danger--light:focus {
  border-color: #d52231 !important;
}

.focus\:u-border-warning--dark:focus {
  border-color: #ae4e18 !important;
}

.focus\:u-border-warning--light:focus {
  border-color: #e37233 !important;
}

.focus\:u-border-info--dark:focus {
  border-color: #0e6681 !important;
}

.focus\:u-border-info--light:focus {
  border-color: #138fb4 !important;
}

.focus\:u-border-light--dark:focus {
  border-color: #ccc !important;
}

.focus\:u-border-light--light:focus {
  border-color: #fff !important;
}

.focus\:u-border-dark--dark:focus {
  border-color: #29271c !important;
}

.focus\:u-border-dark--light:focus {
  border-color: #393727 !important;
}

.focus-within\:u-border-transparent:focus-within {
  border-color: transparent !important;
}

.focus-within\:u-border-current-color:focus-within {
  border-color: currentColor !important;
}

.focus-within\:u-border-inherit:focus-within {
  border-color: inherit !important;
}

.focus-within\:u-border-purple:focus-within {
  border-color: #68246d !important;
}

.focus-within\:u-border-darkpurple:focus-within {
  border-color: #571b4f !important;
}

.focus-within\:u-border-yellow:focus-within {
  border-color: #ffd53a !important;
}

.focus-within\:u-border-cyan:focus-within {
  border-color: #00aeef !important;
}

.focus-within\:u-border-blue:focus-within {
  border-color: #409ddd !important;
}

.focus-within\:u-border-light-green:focus-within {
  border-color: #e2f4e9 !important;
}

.focus-within\:u-border-red:focus-within {
  border-color: #be1e2c !important;
}

.focus-within\:u-border-gold:focus-within {
  border-color: #afa961 !important;
}

.focus-within\:u-border-ink-100:focus-within {
  border-color: #002337 !important;
}

.focus-within\:u-border-stone:focus-within {
  border-color: #dacda2 !important;
}

.focus-within\:u-border-sky:focus-within {
  border-color: #a5c8d0 !important;
}

.focus-within\:u-border-heather:focus-within {
  border-color: #cba8b1 !important;
}

.focus-within\:u-border-cedar:focus-within {
  border-color: #b6aaa7 !important;
}

.focus-within\:u-border-business:focus-within {
  border-color: #b3bdb1 !important;
}

.focus-within\:u-border-black:focus-within {
  border-color: #333123 !important;
}

.focus-within\:u-border-white:focus-within {
  border-color: #fff !important;
}

.focus-within\:u-border-grey-25:focus-within {
  border-color: #f7f7f7 !important;
}

.focus-within\:u-border-grey-50:focus-within {
  border-color: #ebebeb !important;
}

.focus-within\:u-border-grey-75:focus-within {
  border-color: #d9d9d9 !important;
}

.focus-within\:u-border-grey-100:focus-within {
  border-color: #afb4b6 !important;
}

.focus-within\:u-border-grey-200:focus-within {
  border-color: #898e91 !important;
}

.focus-within\:u-border-grey-300:focus-within {
  border-color: #64696c !important;
}

.focus-within\:u-border-grey-400:focus-within {
  border-color: #3c3c3b !important;
}

.focus-within\:u-border-youtube:focus-within {
  border-color: #f00 !important;
}

.focus-within\:u-border-twitter:focus-within {
  border-color: #1da1f2 !important;
}

.focus-within\:u-border-facebook:focus-within {
  border-color: #3b5998 !important;
}

.focus-within\:u-border-instagram:focus-within {
  border-color: #444 !important;
}

.focus-within\:u-border-linkedin:focus-within {
  border-color: #0077b5 !important;
}

.focus-within\:u-border-college:focus-within {
  border-color: #00664f !important;
}

.focus-within\:u-border-coll-collingwood:focus-within {
  border-color: #d22630 !important;
}

.focus-within\:u-border-coll-grey:focus-within {
  border-color: #af272f !important;
}

.focus-within\:u-border-coll-hatfield:focus-within {
  border-color: #003865 !important;
}

.focus-within\:u-border-coll-johnsnow:focus-within {
  border-color: #003865 !important;
}

.focus-within\:u-border-coll-jbutler:focus-within {
  border-color: #d22630 !important;
}

.focus-within\:u-border-coll-south-college:focus-within {
  border-color: #68246d !important;
}

.focus-within\:u-border-coll-staidans:focus-within {
  border-color: #006747 !important;
}

.focus-within\:u-border-coll-stchads:focus-within {
  border-color: #00573f !important;
}

.focus-within\:u-border-coll-stcuthberts:focus-within {
  border-color: #00664f !important;
}

.focus-within\:u-border-coll-sthild:focus-within {
  border-color: #0072ce !important;
}

.focus-within\:u-border-coll-stjohns:focus-within {
  border-color: #1b365d !important;
}

.focus-within\:u-border-coll-stmarys:focus-within {
  border-color: #753bbd !important;
}

.focus-within\:u-border-coll-stephenson:focus-within {
  border-color: #d22630 !important;
}

.focus-within\:u-border-coll-trevelyan:focus-within {
  border-color: #003865 !important;
}

.focus-within\:u-border-coll-university:focus-within {
  border-color: #862633 !important;
}

.focus-within\:u-border-coll-ustinov:focus-within {
  border-color: #003865 !important;
}

.focus-within\:u-border-coll-vanmildert:focus-within {
  border-color: #ee2737 !important;
}

.focus-within\:u-border-primary:focus-within {
  border-color: #68246d !important;
}

.focus-within\:u-border-secondary:focus-within {
  border-color: #ffd53a !important;
}

.focus-within\:u-border-tertiary:focus-within {
  border-color: #00aeef !important;
}

.focus-within\:u-border-success:focus-within {
  border-color: #449d44 !important;
}

.focus-within\:u-border-danger:focus-within {
  border-color: #be1e2c !important;
}

.focus-within\:u-border-warning:focus-within {
  border-color: #da611e !important;
}

.focus-within\:u-border-info:focus-within {
  border-color: #1180a1 !important;
}

.focus-within\:u-border-light:focus-within {
  border-color: #fff !important;
}

.focus-within\:u-border-dark:focus-within {
  border-color: #333123 !important;
}

.focus-within\:u-border-purple--dark:focus-within {
  border-color: #531d57 !important;
}

.focus-within\:u-border-purple--light:focus-within {
  border-color: #74287a !important;
}

.focus-within\:u-border-darkpurple--dark:focus-within {
  border-color: #46163f !important;
}

.focus-within\:u-border-darkpurple--light:focus-within {
  border-color: #611e58 !important;
}

.focus-within\:u-border-yellow--dark:focus-within {
  border-color: #fac500 !important;
}

.focus-within\:u-border-yellow--light:focus-within {
  border-color: #ffdd60 !important;
}

.focus-within\:u-border-cyan--dark:focus-within {
  border-color: #008bbf !important;
}

.focus-within\:u-border-cyan--light:focus-within {
  border-color: #0dbdff !important;
}

.focus-within\:u-border-blue--dark:focus-within {
  border-color: #2281c2 !important;
}

.focus-within\:u-border-blue--light:focus-within {
  border-color: #5dace2 !important;
}

.focus-within\:u-border-light-green--dark:focus-within {
  border-color: #9edab5 !important;
}

.focus-within\:u-border-light-green--light:focus-within {
  border-color: #fff !important;
}

.focus-within\:u-border-red--dark:focus-within {
  border-color: #981823 !important;
}

.focus-within\:u-border-red--light:focus-within {
  border-color: #d52231 !important;
}

.focus-within\:u-border-gold--dark:focus-within {
  border-color: #908b49 !important;
}

.focus-within\:u-border-gold--light:focus-within {
  border-color: #bab577 !important;
}

.focus-within\:u-border-ink-100--dark:focus-within {
  border-color: #001c2c !important;
}

.focus-within\:u-border-ink-100--light:focus-within {
  border-color: #00273e !important;
}

.focus-within\:u-border-stone--dark:focus-within {
  border-color: #c4b06c !important;
}

.focus-within\:u-border-stone--light:focus-within {
  border-color: #e7dfc3 !important;
}

.focus-within\:u-border-sky--dark:focus-within {
  border-color: #74aab6 !important;
}

.focus-within\:u-border-sky--light:focus-within {
  border-color: #c2dadf !important;
}

.focus-within\:u-border-heather--dark:focus-within {
  border-color: #af7a87 !important;
}

.focus-within\:u-border-heather--light:focus-within {
  border-color: #dcc4ca !important;
}

.focus-within\:u-border-cedar--dark:focus-within {
  border-color: #968581 !important;
}

.focus-within\:u-border-cedar--light:focus-within {
  border-color: #c9c0be !important;
}

.focus-within\:u-border-business--dark:focus-within {
  border-color: #8c9b89 !important;
}

.focus-within\:u-border-business--light:focus-within {
  border-color: #cad1c9 !important;
}

.focus-within\:u-border-black--dark:focus-within {
  border-color: #29271c !important;
}

.focus-within\:u-border-black--light:focus-within {
  border-color: #393727 !important;
}

.focus-within\:u-border-white--dark:focus-within {
  border-color: #ccc !important;
}

.focus-within\:u-border-white--light:focus-within {
  border-color: #fff !important;
}

.focus-within\:u-border-grey-25--dark:focus-within {
  border-color: #c6c6c6 !important;
}

.focus-within\:u-border-grey-25--light:focus-within {
  border-color: #fff !important;
}

.focus-within\:u-border-grey-50--dark:focus-within {
  border-color: #bcbcbc !important;
}

.focus-within\:u-border-grey-50--light:focus-within {
  border-color: #fff !important;
}

.focus-within\:u-border-grey-75--dark:focus-within {
  border-color: #aeaeae !important;
}

.focus-within\:u-border-grey-75--light:focus-within {
  border-color: #f3f3f3 !important;
}

.focus-within\:u-border-grey-100--dark:focus-within {
  border-color: #8a9194 !important;
}

.focus-within\:u-border-grey-100--light:focus-within {
  border-color: #c5c9ca !important;
}

.focus-within\:u-border-grey-200--dark:focus-within {
  border-color: #6d7275 !important;
}

.focus-within\:u-border-grey-200--light:focus-within {
  border-color: #9b9fa1 !important;
}

.focus-within\:u-border-grey-300--dark:focus-within {
  border-color: #505456 !important;
}

.focus-within\:u-border-grey-300--light:focus-within {
  border-color: #707679 !important;
}

.focus-within\:u-border-grey-400--dark:focus-within {
  border-color: #30302f !important;
}

.focus-within\:u-border-grey-400--light:focus-within {
  border-color: #434342 !important;
}

.focus-within\:u-border-youtube--dark:focus-within {
  border-color: #c00 !important;
}

.focus-within\:u-border-youtube--light:focus-within {
  border-color: #ff1f1f !important;
}

.focus-within\:u-border-twitter--dark:focus-within {
  border-color: #0c84cd !important;
}

.focus-within\:u-border-twitter--light:focus-within {
  border-color: #3caef4 !important;
}

.focus-within\:u-border-facebook--dark:focus-within {
  border-color: #2f477a !important;
}

.focus-within\:u-border-facebook--light:focus-within {
  border-color: #4264aa !important;
}

.focus-within\:u-border-instagram--dark:focus-within {
  border-color: #363636 !important;
}

.focus-within\:u-border-instagram--light:focus-within {
  border-color: #4c4c4c !important;
}

.focus-within\:u-border-linkedin--dark:focus-within {
  border-color: #005f91 !important;
}

.focus-within\:u-border-linkedin--light:focus-within {
  border-color: #0085cb !important;
}

.focus-within\:u-border-college--dark:focus-within {
  border-color: #00523f !important;
}

.focus-within\:u-border-college--light:focus-within {
  border-color: #007258 !important;
}

.focus-within\:u-border-coll-collingwood--dark:focus-within {
  border-color: #a81e26 !important;
}

.focus-within\:u-border-coll-collingwood--light:focus-within {
  border-color: #db3a44 !important;
}

.focus-within\:u-border-coll-grey--dark:focus-within {
  border-color: #8c1f26 !important;
}

.focus-within\:u-border-coll-grey--light:focus-within {
  border-color: #c42c35 !important;
}

.focus-within\:u-border-coll-hatfield--dark:focus-within {
  border-color: #002d51 !important;
}

.focus-within\:u-border-coll-hatfield--light:focus-within {
  border-color: #003f71 !important;
}

.focus-within\:u-border-coll-johnsnow--dark:focus-within {
  border-color: #002d51 !important;
}

.focus-within\:u-border-coll-johnsnow--light:focus-within {
  border-color: #003f71 !important;
}

.focus-within\:u-border-coll-jbutler--dark:focus-within {
  border-color: #a81e26 !important;
}

.focus-within\:u-border-coll-jbutler--light:focus-within {
  border-color: #db3a44 !important;
}

.focus-within\:u-border-coll-south-college--dark:focus-within {
  border-color: #531d57 !important;
}

.focus-within\:u-border-coll-south-college--light:focus-within {
  border-color: #74287a !important;
}

.focus-within\:u-border-coll-staidans--dark:focus-within {
  border-color: #005239 !important;
}

.focus-within\:u-border-coll-staidans--light:focus-within {
  border-color: #007350 !important;
}

.focus-within\:u-border-coll-stchads--dark:focus-within {
  border-color: #004632 !important;
}

.focus-within\:u-border-coll-stchads--light:focus-within {
  border-color: #006147 !important;
}

.focus-within\:u-border-coll-stcuthberts--dark:focus-within {
  border-color: #00523f !important;
}

.focus-within\:u-border-coll-stcuthberts--light:focus-within {
  border-color: #007258 !important;
}

.focus-within\:u-border-coll-sthild--dark:focus-within {
  border-color: #005ba5 !important;
}

.focus-within\:u-border-coll-sthild--light:focus-within {
  border-color: #0080e7 !important;
}

.focus-within\:u-border-coll-stjohns--dark:focus-within {
  border-color: #162b4a !important;
}

.focus-within\:u-border-coll-stjohns--light:focus-within {
  border-color: #1e3c68 !important;
}

.focus-within\:u-border-coll-stmarys--dark:focus-within {
  border-color: #5e2f97 !important;
}

.focus-within\:u-border-coll-stmarys--light:focus-within {
  border-color: #844ec8 !important;
}

.focus-within\:u-border-coll-stephenson--dark:focus-within {
  border-color: #a81e26 !important;
}

.focus-within\:u-border-coll-stephenson--light:focus-within {
  border-color: #db3a44 !important;
}

.focus-within\:u-border-coll-trevelyan--dark:focus-within {
  border-color: #002d51 !important;
}

.focus-within\:u-border-coll-trevelyan--light:focus-within {
  border-color: #003f71 !important;
}

.focus-within\:u-border-coll-university--dark:focus-within {
  border-color: #6b1e29 !important;
}

.focus-within\:u-border-coll-university--light:focus-within {
  border-color: #962b39 !important;
}

.focus-within\:u-border-coll-ustinov--dark:focus-within {
  border-color: #002d51 !important;
}

.focus-within\:u-border-coll-ustinov--light:focus-within {
  border-color: #003f71 !important;
}

.focus-within\:u-border-coll-vanmildert--dark:focus-within {
  border-color: #cd101f !important;
}

.focus-within\:u-border-coll-vanmildert--light:focus-within {
  border-color: #f04654 !important;
}

.focus-within\:u-border-primary--dark:focus-within {
  border-color: #531d57 !important;
}

.focus-within\:u-border-primary--light:focus-within {
  border-color: #74287a !important;
}

.focus-within\:u-border-secondary--dark:focus-within {
  border-color: #fac500 !important;
}

.focus-within\:u-border-secondary--light:focus-within {
  border-color: #ffdd60 !important;
}

.focus-within\:u-border-tertiary--dark:focus-within {
  border-color: #008bbf !important;
}

.focus-within\:u-border-tertiary--light:focus-within {
  border-color: #0dbdff !important;
}

.focus-within\:u-border-success--dark:focus-within {
  border-color: #367e36 !important;
}

.focus-within\:u-border-success--light:focus-within {
  border-color: #4cb04c !important;
}

.focus-within\:u-border-danger--dark:focus-within {
  border-color: #981823 !important;
}

.focus-within\:u-border-danger--light:focus-within {
  border-color: #d52231 !important;
}

.focus-within\:u-border-warning--dark:focus-within {
  border-color: #ae4e18 !important;
}

.focus-within\:u-border-warning--light:focus-within {
  border-color: #e37233 !important;
}

.focus-within\:u-border-info--dark:focus-within {
  border-color: #0e6681 !important;
}

.focus-within\:u-border-info--light:focus-within {
  border-color: #138fb4 !important;
}

.focus-within\:u-border-light--dark:focus-within {
  border-color: #ccc !important;
}

.focus-within\:u-border-light--light:focus-within {
  border-color: #fff !important;
}

.focus-within\:u-border-dark--dark:focus-within {
  border-color: #29271c !important;
}

.focus-within\:u-border-dark--light:focus-within {
  border-color: #393727 !important;
}

.hocus\:u-border-transparent:hover,
.hocus\:u-border-transparent:focus {
  border-color: transparent !important;
}

.hocus\:u-border-current-color:hover,
.hocus\:u-border-current-color:focus {
  border-color: currentColor !important;
}

.hocus\:u-border-inherit:hover,
.hocus\:u-border-inherit:focus {
  border-color: inherit !important;
}

.hocus\:u-border-purple:hover,
.hocus\:u-border-purple:focus {
  border-color: #68246d !important;
}

.hocus\:u-border-darkpurple:hover,
.hocus\:u-border-darkpurple:focus {
  border-color: #571b4f !important;
}

.hocus\:u-border-yellow:hover,
.hocus\:u-border-yellow:focus {
  border-color: #ffd53a !important;
}

.hocus\:u-border-cyan:hover,
.hocus\:u-border-cyan:focus {
  border-color: #00aeef !important;
}

.hocus\:u-border-blue:hover,
.hocus\:u-border-blue:focus {
  border-color: #409ddd !important;
}

.hocus\:u-border-light-green:hover,
.hocus\:u-border-light-green:focus {
  border-color: #e2f4e9 !important;
}

.hocus\:u-border-red:hover,
.hocus\:u-border-red:focus {
  border-color: #be1e2c !important;
}

.hocus\:u-border-gold:hover,
.hocus\:u-border-gold:focus {
  border-color: #afa961 !important;
}

.hocus\:u-border-ink-100:hover,
.hocus\:u-border-ink-100:focus {
  border-color: #002337 !important;
}

.hocus\:u-border-stone:hover,
.hocus\:u-border-stone:focus {
  border-color: #dacda2 !important;
}

.hocus\:u-border-sky:hover,
.hocus\:u-border-sky:focus {
  border-color: #a5c8d0 !important;
}

.hocus\:u-border-heather:hover,
.hocus\:u-border-heather:focus {
  border-color: #cba8b1 !important;
}

.hocus\:u-border-cedar:hover,
.hocus\:u-border-cedar:focus {
  border-color: #b6aaa7 !important;
}

.hocus\:u-border-business:hover,
.hocus\:u-border-business:focus {
  border-color: #b3bdb1 !important;
}

.hocus\:u-border-black:hover,
.hocus\:u-border-black:focus {
  border-color: #333123 !important;
}

.hocus\:u-border-white:hover,
.hocus\:u-border-white:focus {
  border-color: #fff !important;
}

.hocus\:u-border-grey-25:hover,
.hocus\:u-border-grey-25:focus {
  border-color: #f7f7f7 !important;
}

.hocus\:u-border-grey-50:hover,
.hocus\:u-border-grey-50:focus {
  border-color: #ebebeb !important;
}

.hocus\:u-border-grey-75:hover,
.hocus\:u-border-grey-75:focus {
  border-color: #d9d9d9 !important;
}

.hocus\:u-border-grey-100:hover,
.hocus\:u-border-grey-100:focus {
  border-color: #afb4b6 !important;
}

.hocus\:u-border-grey-200:hover,
.hocus\:u-border-grey-200:focus {
  border-color: #898e91 !important;
}

.hocus\:u-border-grey-300:hover,
.hocus\:u-border-grey-300:focus {
  border-color: #64696c !important;
}

.hocus\:u-border-grey-400:hover,
.hocus\:u-border-grey-400:focus {
  border-color: #3c3c3b !important;
}

.hocus\:u-border-youtube:hover,
.hocus\:u-border-youtube:focus {
  border-color: #f00 !important;
}

.hocus\:u-border-twitter:hover,
.hocus\:u-border-twitter:focus {
  border-color: #1da1f2 !important;
}

.hocus\:u-border-facebook:hover,
.hocus\:u-border-facebook:focus {
  border-color: #3b5998 !important;
}

.hocus\:u-border-instagram:hover,
.hocus\:u-border-instagram:focus {
  border-color: #444 !important;
}

.hocus\:u-border-linkedin:hover,
.hocus\:u-border-linkedin:focus {
  border-color: #0077b5 !important;
}

.hocus\:u-border-college:hover,
.hocus\:u-border-college:focus {
  border-color: #00664f !important;
}

.hocus\:u-border-coll-collingwood:hover,
.hocus\:u-border-coll-collingwood:focus {
  border-color: #d22630 !important;
}

.hocus\:u-border-coll-grey:hover,
.hocus\:u-border-coll-grey:focus {
  border-color: #af272f !important;
}

.hocus\:u-border-coll-hatfield:hover,
.hocus\:u-border-coll-hatfield:focus {
  border-color: #003865 !important;
}

.hocus\:u-border-coll-johnsnow:hover,
.hocus\:u-border-coll-johnsnow:focus {
  border-color: #003865 !important;
}

.hocus\:u-border-coll-jbutler:hover,
.hocus\:u-border-coll-jbutler:focus {
  border-color: #d22630 !important;
}

.hocus\:u-border-coll-south-college:hover,
.hocus\:u-border-coll-south-college:focus {
  border-color: #68246d !important;
}

.hocus\:u-border-coll-staidans:hover,
.hocus\:u-border-coll-staidans:focus {
  border-color: #006747 !important;
}

.hocus\:u-border-coll-stchads:hover,
.hocus\:u-border-coll-stchads:focus {
  border-color: #00573f !important;
}

.hocus\:u-border-coll-stcuthberts:hover,
.hocus\:u-border-coll-stcuthberts:focus {
  border-color: #00664f !important;
}

.hocus\:u-border-coll-sthild:hover,
.hocus\:u-border-coll-sthild:focus {
  border-color: #0072ce !important;
}

.hocus\:u-border-coll-stjohns:hover,
.hocus\:u-border-coll-stjohns:focus {
  border-color: #1b365d !important;
}

.hocus\:u-border-coll-stmarys:hover,
.hocus\:u-border-coll-stmarys:focus {
  border-color: #753bbd !important;
}

.hocus\:u-border-coll-stephenson:hover,
.hocus\:u-border-coll-stephenson:focus {
  border-color: #d22630 !important;
}

.hocus\:u-border-coll-trevelyan:hover,
.hocus\:u-border-coll-trevelyan:focus {
  border-color: #003865 !important;
}

.hocus\:u-border-coll-university:hover,
.hocus\:u-border-coll-university:focus {
  border-color: #862633 !important;
}

.hocus\:u-border-coll-ustinov:hover,
.hocus\:u-border-coll-ustinov:focus {
  border-color: #003865 !important;
}

.hocus\:u-border-coll-vanmildert:hover,
.hocus\:u-border-coll-vanmildert:focus {
  border-color: #ee2737 !important;
}

.hocus\:u-border-primary:hover,
.hocus\:u-border-primary:focus {
  border-color: #68246d !important;
}

.hocus\:u-border-secondary:hover,
.hocus\:u-border-secondary:focus {
  border-color: #ffd53a !important;
}

.hocus\:u-border-tertiary:hover,
.hocus\:u-border-tertiary:focus {
  border-color: #00aeef !important;
}

.hocus\:u-border-success:hover,
.hocus\:u-border-success:focus {
  border-color: #449d44 !important;
}

.hocus\:u-border-danger:hover,
.hocus\:u-border-danger:focus {
  border-color: #be1e2c !important;
}

.hocus\:u-border-warning:hover,
.hocus\:u-border-warning:focus {
  border-color: #da611e !important;
}

.hocus\:u-border-info:hover,
.hocus\:u-border-info:focus {
  border-color: #1180a1 !important;
}

.hocus\:u-border-light:hover,
.hocus\:u-border-light:focus {
  border-color: #fff !important;
}

.hocus\:u-border-dark:hover,
.hocus\:u-border-dark:focus {
  border-color: #333123 !important;
}

.hocus\:u-border-purple--dark:hover,
.hocus\:u-border-purple--dark:focus {
  border-color: #531d57 !important;
}

.hocus\:u-border-purple--light:hover,
.hocus\:u-border-purple--light:focus {
  border-color: #74287a !important;
}

.hocus\:u-border-darkpurple--dark:hover,
.hocus\:u-border-darkpurple--dark:focus {
  border-color: #46163f !important;
}

.hocus\:u-border-darkpurple--light:hover,
.hocus\:u-border-darkpurple--light:focus {
  border-color: #611e58 !important;
}

.hocus\:u-border-yellow--dark:hover,
.hocus\:u-border-yellow--dark:focus {
  border-color: #fac500 !important;
}

.hocus\:u-border-yellow--light:hover,
.hocus\:u-border-yellow--light:focus {
  border-color: #ffdd60 !important;
}

.hocus\:u-border-cyan--dark:hover,
.hocus\:u-border-cyan--dark:focus {
  border-color: #008bbf !important;
}

.hocus\:u-border-cyan--light:hover,
.hocus\:u-border-cyan--light:focus {
  border-color: #0dbdff !important;
}

.hocus\:u-border-blue--dark:hover,
.hocus\:u-border-blue--dark:focus {
  border-color: #2281c2 !important;
}

.hocus\:u-border-blue--light:hover,
.hocus\:u-border-blue--light:focus {
  border-color: #5dace2 !important;
}

.hocus\:u-border-light-green--dark:hover,
.hocus\:u-border-light-green--dark:focus {
  border-color: #9edab5 !important;
}

.hocus\:u-border-light-green--light:hover,
.hocus\:u-border-light-green--light:focus {
  border-color: #fff !important;
}

.hocus\:u-border-red--dark:hover,
.hocus\:u-border-red--dark:focus {
  border-color: #981823 !important;
}

.hocus\:u-border-red--light:hover,
.hocus\:u-border-red--light:focus {
  border-color: #d52231 !important;
}

.hocus\:u-border-gold--dark:hover,
.hocus\:u-border-gold--dark:focus {
  border-color: #908b49 !important;
}

.hocus\:u-border-gold--light:hover,
.hocus\:u-border-gold--light:focus {
  border-color: #bab577 !important;
}

.hocus\:u-border-ink-100--dark:hover,
.hocus\:u-border-ink-100--dark:focus {
  border-color: #001c2c !important;
}

.hocus\:u-border-ink-100--light:hover,
.hocus\:u-border-ink-100--light:focus {
  border-color: #00273e !important;
}

.hocus\:u-border-stone--dark:hover,
.hocus\:u-border-stone--dark:focus {
  border-color: #c4b06c !important;
}

.hocus\:u-border-stone--light:hover,
.hocus\:u-border-stone--light:focus {
  border-color: #e7dfc3 !important;
}

.hocus\:u-border-sky--dark:hover,
.hocus\:u-border-sky--dark:focus {
  border-color: #74aab6 !important;
}

.hocus\:u-border-sky--light:hover,
.hocus\:u-border-sky--light:focus {
  border-color: #c2dadf !important;
}

.hocus\:u-border-heather--dark:hover,
.hocus\:u-border-heather--dark:focus {
  border-color: #af7a87 !important;
}

.hocus\:u-border-heather--light:hover,
.hocus\:u-border-heather--light:focus {
  border-color: #dcc4ca !important;
}

.hocus\:u-border-cedar--dark:hover,
.hocus\:u-border-cedar--dark:focus {
  border-color: #968581 !important;
}

.hocus\:u-border-cedar--light:hover,
.hocus\:u-border-cedar--light:focus {
  border-color: #c9c0be !important;
}

.hocus\:u-border-business--dark:hover,
.hocus\:u-border-business--dark:focus {
  border-color: #8c9b89 !important;
}

.hocus\:u-border-business--light:hover,
.hocus\:u-border-business--light:focus {
  border-color: #cad1c9 !important;
}

.hocus\:u-border-black--dark:hover,
.hocus\:u-border-black--dark:focus {
  border-color: #29271c !important;
}

.hocus\:u-border-black--light:hover,
.hocus\:u-border-black--light:focus {
  border-color: #393727 !important;
}

.hocus\:u-border-white--dark:hover,
.hocus\:u-border-white--dark:focus {
  border-color: #ccc !important;
}

.hocus\:u-border-white--light:hover,
.hocus\:u-border-white--light:focus {
  border-color: #fff !important;
}

.hocus\:u-border-grey-25--dark:hover,
.hocus\:u-border-grey-25--dark:focus {
  border-color: #c6c6c6 !important;
}

.hocus\:u-border-grey-25--light:hover,
.hocus\:u-border-grey-25--light:focus {
  border-color: #fff !important;
}

.hocus\:u-border-grey-50--dark:hover,
.hocus\:u-border-grey-50--dark:focus {
  border-color: #bcbcbc !important;
}

.hocus\:u-border-grey-50--light:hover,
.hocus\:u-border-grey-50--light:focus {
  border-color: #fff !important;
}

.hocus\:u-border-grey-75--dark:hover,
.hocus\:u-border-grey-75--dark:focus {
  border-color: #aeaeae !important;
}

.hocus\:u-border-grey-75--light:hover,
.hocus\:u-border-grey-75--light:focus {
  border-color: #f3f3f3 !important;
}

.hocus\:u-border-grey-100--dark:hover,
.hocus\:u-border-grey-100--dark:focus {
  border-color: #8a9194 !important;
}

.hocus\:u-border-grey-100--light:hover,
.hocus\:u-border-grey-100--light:focus {
  border-color: #c5c9ca !important;
}

.hocus\:u-border-grey-200--dark:hover,
.hocus\:u-border-grey-200--dark:focus {
  border-color: #6d7275 !important;
}

.hocus\:u-border-grey-200--light:hover,
.hocus\:u-border-grey-200--light:focus {
  border-color: #9b9fa1 !important;
}

.hocus\:u-border-grey-300--dark:hover,
.hocus\:u-border-grey-300--dark:focus {
  border-color: #505456 !important;
}

.hocus\:u-border-grey-300--light:hover,
.hocus\:u-border-grey-300--light:focus {
  border-color: #707679 !important;
}

.hocus\:u-border-grey-400--dark:hover,
.hocus\:u-border-grey-400--dark:focus {
  border-color: #30302f !important;
}

.hocus\:u-border-grey-400--light:hover,
.hocus\:u-border-grey-400--light:focus {
  border-color: #434342 !important;
}

.hocus\:u-border-youtube--dark:hover,
.hocus\:u-border-youtube--dark:focus {
  border-color: #c00 !important;
}

.hocus\:u-border-youtube--light:hover,
.hocus\:u-border-youtube--light:focus {
  border-color: #ff1f1f !important;
}

.hocus\:u-border-twitter--dark:hover,
.hocus\:u-border-twitter--dark:focus {
  border-color: #0c84cd !important;
}

.hocus\:u-border-twitter--light:hover,
.hocus\:u-border-twitter--light:focus {
  border-color: #3caef4 !important;
}

.hocus\:u-border-facebook--dark:hover,
.hocus\:u-border-facebook--dark:focus {
  border-color: #2f477a !important;
}

.hocus\:u-border-facebook--light:hover,
.hocus\:u-border-facebook--light:focus {
  border-color: #4264aa !important;
}

.hocus\:u-border-instagram--dark:hover,
.hocus\:u-border-instagram--dark:focus {
  border-color: #363636 !important;
}

.hocus\:u-border-instagram--light:hover,
.hocus\:u-border-instagram--light:focus {
  border-color: #4c4c4c !important;
}

.hocus\:u-border-linkedin--dark:hover,
.hocus\:u-border-linkedin--dark:focus {
  border-color: #005f91 !important;
}

.hocus\:u-border-linkedin--light:hover,
.hocus\:u-border-linkedin--light:focus {
  border-color: #0085cb !important;
}

.hocus\:u-border-college--dark:hover,
.hocus\:u-border-college--dark:focus {
  border-color: #00523f !important;
}

.hocus\:u-border-college--light:hover,
.hocus\:u-border-college--light:focus {
  border-color: #007258 !important;
}

.hocus\:u-border-coll-collingwood--dark:hover,
.hocus\:u-border-coll-collingwood--dark:focus {
  border-color: #a81e26 !important;
}

.hocus\:u-border-coll-collingwood--light:hover,
.hocus\:u-border-coll-collingwood--light:focus {
  border-color: #db3a44 !important;
}

.hocus\:u-border-coll-grey--dark:hover,
.hocus\:u-border-coll-grey--dark:focus {
  border-color: #8c1f26 !important;
}

.hocus\:u-border-coll-grey--light:hover,
.hocus\:u-border-coll-grey--light:focus {
  border-color: #c42c35 !important;
}

.hocus\:u-border-coll-hatfield--dark:hover,
.hocus\:u-border-coll-hatfield--dark:focus {
  border-color: #002d51 !important;
}

.hocus\:u-border-coll-hatfield--light:hover,
.hocus\:u-border-coll-hatfield--light:focus {
  border-color: #003f71 !important;
}

.hocus\:u-border-coll-johnsnow--dark:hover,
.hocus\:u-border-coll-johnsnow--dark:focus {
  border-color: #002d51 !important;
}

.hocus\:u-border-coll-johnsnow--light:hover,
.hocus\:u-border-coll-johnsnow--light:focus {
  border-color: #003f71 !important;
}

.hocus\:u-border-coll-jbutler--dark:hover,
.hocus\:u-border-coll-jbutler--dark:focus {
  border-color: #a81e26 !important;
}

.hocus\:u-border-coll-jbutler--light:hover,
.hocus\:u-border-coll-jbutler--light:focus {
  border-color: #db3a44 !important;
}

.hocus\:u-border-coll-south-college--dark:hover,
.hocus\:u-border-coll-south-college--dark:focus {
  border-color: #531d57 !important;
}

.hocus\:u-border-coll-south-college--light:hover,
.hocus\:u-border-coll-south-college--light:focus {
  border-color: #74287a !important;
}

.hocus\:u-border-coll-staidans--dark:hover,
.hocus\:u-border-coll-staidans--dark:focus {
  border-color: #005239 !important;
}

.hocus\:u-border-coll-staidans--light:hover,
.hocus\:u-border-coll-staidans--light:focus {
  border-color: #007350 !important;
}

.hocus\:u-border-coll-stchads--dark:hover,
.hocus\:u-border-coll-stchads--dark:focus {
  border-color: #004632 !important;
}

.hocus\:u-border-coll-stchads--light:hover,
.hocus\:u-border-coll-stchads--light:focus {
  border-color: #006147 !important;
}

.hocus\:u-border-coll-stcuthberts--dark:hover,
.hocus\:u-border-coll-stcuthberts--dark:focus {
  border-color: #00523f !important;
}

.hocus\:u-border-coll-stcuthberts--light:hover,
.hocus\:u-border-coll-stcuthberts--light:focus {
  border-color: #007258 !important;
}

.hocus\:u-border-coll-sthild--dark:hover,
.hocus\:u-border-coll-sthild--dark:focus {
  border-color: #005ba5 !important;
}

.hocus\:u-border-coll-sthild--light:hover,
.hocus\:u-border-coll-sthild--light:focus {
  border-color: #0080e7 !important;
}

.hocus\:u-border-coll-stjohns--dark:hover,
.hocus\:u-border-coll-stjohns--dark:focus {
  border-color: #162b4a !important;
}

.hocus\:u-border-coll-stjohns--light:hover,
.hocus\:u-border-coll-stjohns--light:focus {
  border-color: #1e3c68 !important;
}

.hocus\:u-border-coll-stmarys--dark:hover,
.hocus\:u-border-coll-stmarys--dark:focus {
  border-color: #5e2f97 !important;
}

.hocus\:u-border-coll-stmarys--light:hover,
.hocus\:u-border-coll-stmarys--light:focus {
  border-color: #844ec8 !important;
}

.hocus\:u-border-coll-stephenson--dark:hover,
.hocus\:u-border-coll-stephenson--dark:focus {
  border-color: #a81e26 !important;
}

.hocus\:u-border-coll-stephenson--light:hover,
.hocus\:u-border-coll-stephenson--light:focus {
  border-color: #db3a44 !important;
}

.hocus\:u-border-coll-trevelyan--dark:hover,
.hocus\:u-border-coll-trevelyan--dark:focus {
  border-color: #002d51 !important;
}

.hocus\:u-border-coll-trevelyan--light:hover,
.hocus\:u-border-coll-trevelyan--light:focus {
  border-color: #003f71 !important;
}

.hocus\:u-border-coll-university--dark:hover,
.hocus\:u-border-coll-university--dark:focus {
  border-color: #6b1e29 !important;
}

.hocus\:u-border-coll-university--light:hover,
.hocus\:u-border-coll-university--light:focus {
  border-color: #962b39 !important;
}

.hocus\:u-border-coll-ustinov--dark:hover,
.hocus\:u-border-coll-ustinov--dark:focus {
  border-color: #002d51 !important;
}

.hocus\:u-border-coll-ustinov--light:hover,
.hocus\:u-border-coll-ustinov--light:focus {
  border-color: #003f71 !important;
}

.hocus\:u-border-coll-vanmildert--dark:hover,
.hocus\:u-border-coll-vanmildert--dark:focus {
  border-color: #cd101f !important;
}

.hocus\:u-border-coll-vanmildert--light:hover,
.hocus\:u-border-coll-vanmildert--light:focus {
  border-color: #f04654 !important;
}

.hocus\:u-border-primary--dark:hover,
.hocus\:u-border-primary--dark:focus {
  border-color: #531d57 !important;
}

.hocus\:u-border-primary--light:hover,
.hocus\:u-border-primary--light:focus {
  border-color: #74287a !important;
}

.hocus\:u-border-secondary--dark:hover,
.hocus\:u-border-secondary--dark:focus {
  border-color: #fac500 !important;
}

.hocus\:u-border-secondary--light:hover,
.hocus\:u-border-secondary--light:focus {
  border-color: #ffdd60 !important;
}

.hocus\:u-border-tertiary--dark:hover,
.hocus\:u-border-tertiary--dark:focus {
  border-color: #008bbf !important;
}

.hocus\:u-border-tertiary--light:hover,
.hocus\:u-border-tertiary--light:focus {
  border-color: #0dbdff !important;
}

.hocus\:u-border-success--dark:hover,
.hocus\:u-border-success--dark:focus {
  border-color: #367e36 !important;
}

.hocus\:u-border-success--light:hover,
.hocus\:u-border-success--light:focus {
  border-color: #4cb04c !important;
}

.hocus\:u-border-danger--dark:hover,
.hocus\:u-border-danger--dark:focus {
  border-color: #981823 !important;
}

.hocus\:u-border-danger--light:hover,
.hocus\:u-border-danger--light:focus {
  border-color: #d52231 !important;
}

.hocus\:u-border-warning--dark:hover,
.hocus\:u-border-warning--dark:focus {
  border-color: #ae4e18 !important;
}

.hocus\:u-border-warning--light:hover,
.hocus\:u-border-warning--light:focus {
  border-color: #e37233 !important;
}

.hocus\:u-border-info--dark:hover,
.hocus\:u-border-info--dark:focus {
  border-color: #0e6681 !important;
}

.hocus\:u-border-info--light:hover,
.hocus\:u-border-info--light:focus {
  border-color: #138fb4 !important;
}

.hocus\:u-border-light--dark:hover,
.hocus\:u-border-light--dark:focus {
  border-color: #ccc !important;
}

.hocus\:u-border-light--light:hover,
.hocus\:u-border-light--light:focus {
  border-color: #fff !important;
}

.hocus\:u-border-dark--dark:hover,
.hocus\:u-border-dark--dark:focus {
  border-color: #29271c !important;
}

.hocus\:u-border-dark--light:hover,
.hocus\:u-border-dark--light:focus {
  border-color: #393727 !important;
}

.u-rounded-none {
  border-radius: 0 !important;
}

.u-rounded {
  border-radius: .25rem !important;
}

.u-rounded-sm {
  border-radius: 45px !important;
}

.u-rounded-md {
  border-radius: 100px !important;
}

.u-rounded-lg {
  border-radius: 220px !important;
}

.u-rounded-half {
  border-radius: 50% !important;
}

.u-rounded-full {
  border-radius: 9999px !important;
}

.u-rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.u-rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.u-rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.u-rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.u-rounded-t {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}

.u-rounded-r {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.u-rounded-b {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.u-rounded-l {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.u-rounded-t-sm {
  border-top-left-radius: 45px !important;
  border-top-right-radius: 45px !important;
}

.u-rounded-r-sm {
  border-top-right-radius: 45px !important;
  border-bottom-right-radius: 45px !important;
}

.u-rounded-b-sm {
  border-bottom-right-radius: 45px !important;
  border-bottom-left-radius: 45px !important;
}

.u-rounded-l-sm {
  border-top-left-radius: 45px !important;
  border-bottom-left-radius: 45px !important;
}

.u-rounded-t-md {
  border-top-left-radius: 100px !important;
  border-top-right-radius: 100px !important;
}

.u-rounded-r-md {
  border-top-right-radius: 100px !important;
  border-bottom-right-radius: 100px !important;
}

.u-rounded-b-md {
  border-bottom-right-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}

.u-rounded-l-md {
  border-top-left-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}

.u-rounded-t-lg {
  border-top-left-radius: 220px !important;
  border-top-right-radius: 220px !important;
}

.u-rounded-r-lg {
  border-top-right-radius: 220px !important;
  border-bottom-right-radius: 220px !important;
}

.u-rounded-b-lg {
  border-bottom-right-radius: 220px !important;
  border-bottom-left-radius: 220px !important;
}

.u-rounded-l-lg {
  border-top-left-radius: 220px !important;
  border-bottom-left-radius: 220px !important;
}

.u-rounded-t-half {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.u-rounded-r-half {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.u-rounded-b-half {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.u-rounded-l-half {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.u-rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.u-rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.u-rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.u-rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.u-rounded-tl-none {
  border-top-left-radius: 0 !important;
}

.u-rounded-tr-none {
  border-top-right-radius: 0 !important;
}

.u-rounded-br-none {
  border-bottom-right-radius: 0 !important;
}

.u-rounded-bl-none {
  border-bottom-left-radius: 0 !important;
}

.u-rounded-tl {
  border-top-left-radius: .25rem !important;
}

.u-rounded-tr {
  border-top-right-radius: .25rem !important;
}

.u-rounded-br {
  border-bottom-right-radius: .25rem !important;
}

.u-rounded-bl {
  border-bottom-left-radius: .25rem !important;
}

.u-rounded-tl-sm {
  border-top-left-radius: 45px !important;
}

.u-rounded-tr-sm {
  border-top-right-radius: 45px !important;
}

.u-rounded-br-sm {
  border-bottom-right-radius: 45px !important;
}

.u-rounded-bl-sm {
  border-bottom-left-radius: 45px !important;
}

.u-rounded-tl-md {
  border-top-left-radius: 100px !important;
}

.u-rounded-tr-md {
  border-top-right-radius: 100px !important;
}

.u-rounded-br-md {
  border-bottom-right-radius: 100px !important;
}

.u-rounded-bl-md {
  border-bottom-left-radius: 100px !important;
}

.u-rounded-tl-lg {
  border-top-left-radius: 220px !important;
}

.u-rounded-tr-lg {
  border-top-right-radius: 220px !important;
}

.u-rounded-br-lg {
  border-bottom-right-radius: 220px !important;
}

.u-rounded-bl-lg {
  border-bottom-left-radius: 220px !important;
}

.u-rounded-tl-half {
  border-top-left-radius: 50% !important;
}

.u-rounded-tr-half {
  border-top-right-radius: 50% !important;
}

.u-rounded-br-half {
  border-bottom-right-radius: 50% !important;
}

.u-rounded-bl-half {
  border-bottom-left-radius: 50% !important;
}

.u-rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.u-rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.u-rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.u-rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.u-border-solid {
  border-style: solid !important;
}

.u-border-dashed {
  border-style: dashed !important;
}

.u-border-dotted {
  border-style: dotted !important;
}

.u-border-none {
  border-style: none !important;
}

.u-border-0 {
  border-width: 0 !important;
}

.u-border-1 {
  border-width: 1px !important;
}

.u-border-2 {
  border-width: 2px !important;
}

.u-border-4 {
  border-width: 4px !important;
}

.u-border-6 {
  border-width: 6px !important;
}

.u-border-8 {
  border-width: 8px !important;
}

.u-border {
  border-width: 1px !important;
}

.u-border-t-0 {
  border-top-width: 0 !important;
}

.u-border-r-0 {
  border-right-width: 0 !important;
}

.u-border-b-0 {
  border-bottom-width: 0 !important;
}

.u-border-l-0 {
  border-left-width: 0 !important;
}

.u-border-t-1 {
  border-top-width: 1px !important;
}

.u-border-r-1 {
  border-right-width: 1px !important;
}

.u-border-b-1 {
  border-bottom-width: 1px !important;
}

.u-border-l-1 {
  border-left-width: 1px !important;
}

.u-border-t-2 {
  border-top-width: 2px !important;
}

.u-border-r-2 {
  border-right-width: 2px !important;
}

.u-border-b-2 {
  border-bottom-width: 2px !important;
}

.u-border-l-2 {
  border-left-width: 2px !important;
}

.u-border-t-4 {
  border-top-width: 4px !important;
}

.u-border-r-4 {
  border-right-width: 4px !important;
}

.u-border-b-4 {
  border-bottom-width: 4px !important;
}

.u-border-l-4 {
  border-left-width: 4px !important;
}

.u-border-t-6 {
  border-top-width: 6px !important;
}

.u-border-r-6 {
  border-right-width: 6px !important;
}

.u-border-b-6 {
  border-bottom-width: 6px !important;
}

.u-border-l-6 {
  border-left-width: 6px !important;
}

.u-border-t-8 {
  border-top-width: 8px !important;
}

.u-border-r-8 {
  border-right-width: 8px !important;
}

.u-border-b-8 {
  border-bottom-width: 8px !important;
}

.u-border-l-8 {
  border-left-width: 8px !important;
}

.u-border-t {
  border-top-width: 1px !important;
}

.u-border-r {
  border-right-width: 1px !important;
}

.u-border-b {
  border-bottom-width: 1px !important;
}

.u-border-l {
  border-left-width: 1px !important;
}

.focus\:u-border-0:focus {
  border-width: 0 !important;
}

.focus\:u-border-1:focus {
  border-width: 1px !important;
}

.focus\:u-border-2:focus {
  border-width: 2px !important;
}

.focus\:u-border-4:focus {
  border-width: 4px !important;
}

.focus\:u-border-6:focus {
  border-width: 6px !important;
}

.focus\:u-border-8:focus {
  border-width: 8px !important;
}

.focus\:u-border:focus {
  border-width: 1px !important;
}

.focus\:u-border-t-0:focus {
  border-top-width: 0 !important;
}

.focus\:u-border-r-0:focus {
  border-right-width: 0 !important;
}

.focus\:u-border-b-0:focus {
  border-bottom-width: 0 !important;
}

.focus\:u-border-l-0:focus {
  border-left-width: 0 !important;
}

.focus\:u-border-t-1:focus {
  border-top-width: 1px !important;
}

.focus\:u-border-r-1:focus {
  border-right-width: 1px !important;
}

.focus\:u-border-b-1:focus {
  border-bottom-width: 1px !important;
}

.focus\:u-border-l-1:focus {
  border-left-width: 1px !important;
}

.focus\:u-border-t-2:focus {
  border-top-width: 2px !important;
}

.focus\:u-border-r-2:focus {
  border-right-width: 2px !important;
}

.focus\:u-border-b-2:focus {
  border-bottom-width: 2px !important;
}

.focus\:u-border-l-2:focus {
  border-left-width: 2px !important;
}

.focus\:u-border-t-4:focus {
  border-top-width: 4px !important;
}

.focus\:u-border-r-4:focus {
  border-right-width: 4px !important;
}

.focus\:u-border-b-4:focus {
  border-bottom-width: 4px !important;
}

.focus\:u-border-l-4:focus {
  border-left-width: 4px !important;
}

.focus\:u-border-t-6:focus {
  border-top-width: 6px !important;
}

.focus\:u-border-r-6:focus {
  border-right-width: 6px !important;
}

.focus\:u-border-b-6:focus {
  border-bottom-width: 6px !important;
}

.focus\:u-border-l-6:focus {
  border-left-width: 6px !important;
}

.focus\:u-border-t-8:focus {
  border-top-width: 8px !important;
}

.focus\:u-border-r-8:focus {
  border-right-width: 8px !important;
}

.focus\:u-border-b-8:focus {
  border-bottom-width: 8px !important;
}

.focus\:u-border-l-8:focus {
  border-left-width: 8px !important;
}

.focus\:u-border-t:focus {
  border-top-width: 1px !important;
}

.focus\:u-border-r:focus {
  border-right-width: 1px !important;
}

.focus\:u-border-b:focus {
  border-bottom-width: 1px !important;
}

.focus\:u-border-l:focus {
  border-left-width: 1px !important;
}

.u-cursor-auto {
  cursor: auto !important;
}

.u-cursor-default {
  cursor: default !important;
}

.u-cursor-pointer {
  cursor: pointer !important;
}

.u-cursor-wait {
  cursor: wait !important;
}

.u-cursor-move {
  cursor: move !important;
}

.u-cursor-not-allowed {
  cursor: not-allowed !important;
}

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

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

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

.u-table {
  display: table !important;
}

.u-table-row {
  display: table-row !important;
}

.u-table-cell {
  display: table-cell !important;
}

.u-hidden {
  display: none !important;
}

.js-is-sticky .sticky\:u-block {
  display: block !important;
}

.js-is-sticky .sticky\:u-inline-block {
  display: inline-block !important;
}

.js-is-sticky .sticky\:u-inline {
  display: inline !important;
}

.js-is-sticky .sticky\:u-table {
  display: table !important;
}

.js-is-sticky .sticky\:u-table-row {
  display: table-row !important;
}

.js-is-sticky .sticky\:u-table-cell {
  display: table-cell !important;
}

.js-is-sticky .sticky\:u-hidden {
  display: none !important;
}

[data-whatinput="keyboard"] .kbd-only\:u-block {
  display: block !important;
}

[data-whatinput="keyboard"] .kbd-only\:u-inline-block {
  display: inline-block !important;
}

[data-whatinput="keyboard"] .kbd-only\:u-inline {
  display: inline !important;
}

[data-whatinput="keyboard"] .kbd-only\:u-table {
  display: table !important;
}

[data-whatinput="keyboard"] .kbd-only\:u-table-row {
  display: table-row !important;
}

[data-whatinput="keyboard"] .kbd-only\:u-table-cell {
  display: table-cell !important;
}

[data-whatinput="keyboard"] .kbd-only\:u-hidden {
  display: none !important;
}

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

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

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

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

.u-flex-col {
  flex-direction: column !important;
}

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

.u-flex-wrap {
  flex-wrap: wrap !important;
}

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

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

.u-items-start {
  align-items: flex-start !important;
}

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

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

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

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

.u-self-auto {
  align-self: auto !important;
}

.u-self-start {
  align-self: flex-start !important;
}

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

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

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

.u-justify-start {
  justify-content: flex-start !important;
}

.u-justify-end {
  justify-content: flex-end !important;
}

.u-justify-center {
  justify-content: center !important;
}

.u-justify-between {
  justify-content: space-between !important;
}

.u-justify-around {
  justify-content: space-around !important;
}

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

.u-content-start {
  align-content: flex-start !important;
}

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

.u-content-between {
  align-content: space-between !important;
}

.u-content-around {
  align-content: space-around !important;
}

.u-flex-1 {
  flex: 1 1 0% !important;
}

.u-flex-auto {
  flex: 1 1 auto !important;
}

.u-flex-initial {
  flex: 0 1 auto !important;
}

.u-flex-none {
  flex: none !important;
}

.u-flex-grow {
  flex-grow: 1 !important;
}

.u-flex-shrink {
  flex-shrink: 1 !important;
}

.u-flex-no-grow {
  flex-grow: 0 !important;
}

.u-flex-no-shrink {
  flex-shrink: 0 !important;
}

.u-float-right {
  float: right !important;
}

.u-float-left {
  float: left !important;
}

.u-float-none {
  float: none !important;
}

.u-clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.u-font-sans {
  font-family: Open Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}

.u-font-serif {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
}

.u-font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}

.u-font-thin {
  font-weight: 200 !important;
}

.u-font-light {
  font-weight: 300 !important;
}

.u-font-normal {
  font-weight: 400 !important;
}

.u-font-bold {
  font-weight: 600 !important;
}

.u-font-bolder {
  font-weight: 700 !important;
}

.u-font-extra-bold {
  font-weight: 800 !important;
}

.u-font-unset {
  font-weight: unset !important;
}

.u-h-0 {
  height: 0 !important;
}

.u-h-1 {
  height: 8px !important;
}

.u-h-2 {
  height: 16px !important;
}

.u-h-3 {
  height: 24px !important;
}

.u-h-4 {
  height: 32px !important;
}

.u-h-auto {
  height: auto !important;
}

.u-h-full {
  height: 100% !important;
}

.u-h-three-thirds {
  height: 75% !important;
}

.u-h-half {
  height: 50% !important;
}

.u-h-third {
  height: 33.33% !important;
}

.u-h-quarter {
  height: 25% !important;
}

.u-h-fifth {
  height: 20% !important;
}

.u-h-screen {
  height: 100vh !important;
}

.u-h-icon {
  height: 20px !important;
}

.u-h-icon-lg {
  height: 35px !important;
}

.u-h-tapestry-separator {
  height: 100px !important;
}

.u-h-image-header {
  height: 427px !important;
}

.u-h-image-header-small {
  height: 287px !important;
}

.u-h-image-header-large {
  height: 570px !important;
}

.u-leading-none {
  line-height: 1 !important;
}

.u-leading-tighter {
  line-height: .9 !important;
}

.u-leading-tight {
  line-height: 1.25 !important;
}

.u-leading-normal {
  line-height: 1.5 !important;
}

.u-leading-loose {
  line-height: 2 !important;
}

.u-leading-unset {
  line-height: unset !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-1 {
  margin: 8px !important;
}

.u-m-2 {
  margin: 16px !important;
}

.u-m-3 {
  margin: 24px !important;
}

.u-m-4 {
  margin: 32px !important;
}

.u-m-5 {
  margin: 40px !important;
}

.u-m-6 {
  margin: 48px !important;
}

.u-m-7 {
  margin: 56px !important;
}

.u-m-8 {
  margin: 64px !important;
}

.u-m-9 {
  margin: 72px !important;
}

.u-m-10 {
  margin: 80px !important;
}

.u-m-11 {
  margin: 88px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-m-gutter {
  margin: 15px !important;
}

.u-m-container-gutter {
  margin: calc(15px + ((100vw - 100%)/2)) !important;
  margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-mx-1 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.u-my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-mx-2 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.u-my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-mx-3 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.u-my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-mx-4 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.u-my-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-mx-5 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.u-my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-mx-6 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.u-my-7 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.u-mx-7 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.u-my-8 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.u-mx-8 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.u-my-9 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.u-mx-9 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.u-my-10 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-mx-10 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.u-my-11 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.u-mx-11 {
  margin-left: 88px !important;
  margin-right: 88px !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-gutter {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u-mx-gutter {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.u-my-container-gutter {
  margin-top: calc(15px + ((100vw - 100%)/2)) !important;
  margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.u-mx-container-gutter {
  margin-left: calc(15px + ((100vw - 100%)/2)) !important;
  margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  margin-right: calc(15px + ((100vw - 100%)/2)) !important;
  margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-mt-1 {
  margin-top: 8px !important;
}

.u-mr-1 {
  margin-right: 8px !important;
}

.u-mb-1 {
  margin-bottom: 8px !important;
}

.u-ml-1 {
  margin-left: 8px !important;
}

.u-mt-2 {
  margin-top: 16px !important;
}

.u-mr-2 {
  margin-right: 16px !important;
}

.u-mb-2 {
  margin-bottom: 16px !important;
}

.u-ml-2 {
  margin-left: 16px !important;
}

.u-mt-3 {
  margin-top: 24px !important;
}

.u-mr-3 {
  margin-right: 24px !important;
}

.u-mb-3 {
  margin-bottom: 24px !important;
}

.u-ml-3 {
  margin-left: 24px !important;
}

.u-mt-4 {
  margin-top: 32px !important;
}

.u-mr-4 {
  margin-right: 32px !important;
}

.u-mb-4 {
  margin-bottom: 32px !important;
}

.u-ml-4 {
  margin-left: 32px !important;
}

.u-mt-5 {
  margin-top: 40px !important;
}

.u-mr-5 {
  margin-right: 40px !important;
}

.u-mb-5 {
  margin-bottom: 40px !important;
}

.u-ml-5 {
  margin-left: 40px !important;
}

.u-mt-6 {
  margin-top: 48px !important;
}

.u-mr-6 {
  margin-right: 48px !important;
}

.u-mb-6 {
  margin-bottom: 48px !important;
}

.u-ml-6 {
  margin-left: 48px !important;
}

.u-mt-7 {
  margin-top: 56px !important;
}

.u-mr-7 {
  margin-right: 56px !important;
}

.u-mb-7 {
  margin-bottom: 56px !important;
}

.u-ml-7 {
  margin-left: 56px !important;
}

.u-mt-8 {
  margin-top: 64px !important;
}

.u-mr-8 {
  margin-right: 64px !important;
}

.u-mb-8 {
  margin-bottom: 64px !important;
}

.u-ml-8 {
  margin-left: 64px !important;
}

.u-mt-9 {
  margin-top: 72px !important;
}

.u-mr-9 {
  margin-right: 72px !important;
}

.u-mb-9 {
  margin-bottom: 72px !important;
}

.u-ml-9 {
  margin-left: 72px !important;
}

.u-mt-10 {
  margin-top: 80px !important;
}

.u-mr-10 {
  margin-right: 80px !important;
}

.u-mb-10 {
  margin-bottom: 80px !important;
}

.u-ml-10 {
  margin-left: 80px !important;
}

.u-mt-11 {
  margin-top: 88px !important;
}

.u-mr-11 {
  margin-right: 88px !important;
}

.u-mb-11 {
  margin-bottom: 88px !important;
}

.u-ml-11 {
  margin-left: 88px !important;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mb-auto {
  margin-bottom: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mt-gutter {
  margin-top: 15px !important;
}

.u-mr-gutter {
  margin-right: 15px !important;
}

.u-mb-gutter {
  margin-bottom: 15px !important;
}

.u-ml-gutter {
  margin-left: 15px !important;
}

.u-mt-container-gutter {
  margin-top: calc(15px + ((100vw - 100%)/2)) !important;
  margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.u-mr-container-gutter {
  margin-right: calc(15px + ((100vw - 100%)/2)) !important;
  margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.u-mb-container-gutter {
  margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.u-ml-container-gutter {
  margin-left: calc(15px + ((100vw - 100%)/2)) !important;
  margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.first\:u-m-0:first-child {
  margin: 0 !important;
}

.first\:u-m-1:first-child {
  margin: 8px !important;
}

.first\:u-m-2:first-child {
  margin: 16px !important;
}

.first\:u-m-3:first-child {
  margin: 24px !important;
}

.first\:u-m-4:first-child {
  margin: 32px !important;
}

.first\:u-m-5:first-child {
  margin: 40px !important;
}

.first\:u-m-6:first-child {
  margin: 48px !important;
}

.first\:u-m-7:first-child {
  margin: 56px !important;
}

.first\:u-m-8:first-child {
  margin: 64px !important;
}

.first\:u-m-9:first-child {
  margin: 72px !important;
}

.first\:u-m-10:first-child {
  margin: 80px !important;
}

.first\:u-m-11:first-child {
  margin: 88px !important;
}

.first\:u-m-auto:first-child {
  margin: auto !important;
}

.first\:u-m-gutter:first-child {
  margin: 15px !important;
}

.first\:u-m-container-gutter:first-child {
  margin: calc(15px + ((100vw - 100%)/2)) !important;
  margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.first\:u-my-0:first-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.first\:u-mx-0:first-child {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.first\:u-my-1:first-child {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.first\:u-mx-1:first-child {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.first\:u-my-2:first-child {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.first\:u-mx-2:first-child {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.first\:u-my-3:first-child {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.first\:u-mx-3:first-child {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.first\:u-my-4:first-child {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.first\:u-mx-4:first-child {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.first\:u-my-5:first-child {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.first\:u-mx-5:first-child {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.first\:u-my-6:first-child {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.first\:u-mx-6:first-child {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.first\:u-my-7:first-child {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.first\:u-mx-7:first-child {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.first\:u-my-8:first-child {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.first\:u-mx-8:first-child {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.first\:u-my-9:first-child {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.first\:u-mx-9:first-child {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.first\:u-my-10:first-child {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.first\:u-mx-10:first-child {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.first\:u-my-11:first-child {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.first\:u-mx-11:first-child {
  margin-left: 88px !important;
  margin-right: 88px !important;
}

.first\:u-my-auto:first-child {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.first\:u-mx-auto:first-child {
  margin-left: auto !important;
  margin-right: auto !important;
}

.first\:u-my-gutter:first-child {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.first\:u-mx-gutter:first-child {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.first\:u-my-container-gutter:first-child {
  margin-top: calc(15px + ((100vw - 100%)/2)) !important;
  margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.first\:u-mx-container-gutter:first-child {
  margin-left: calc(15px + ((100vw - 100%)/2)) !important;
  margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  margin-right: calc(15px + ((100vw - 100%)/2)) !important;
  margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.first\:u-mt-0:first-child {
  margin-top: 0 !important;
}

.first\:u-mr-0:first-child {
  margin-right: 0 !important;
}

.first\:u-mb-0:first-child {
  margin-bottom: 0 !important;
}

.first\:u-ml-0:first-child {
  margin-left: 0 !important;
}

.first\:u-mt-1:first-child {
  margin-top: 8px !important;
}

.first\:u-mr-1:first-child {
  margin-right: 8px !important;
}

.first\:u-mb-1:first-child {
  margin-bottom: 8px !important;
}

.first\:u-ml-1:first-child {
  margin-left: 8px !important;
}

.first\:u-mt-2:first-child {
  margin-top: 16px !important;
}

.first\:u-mr-2:first-child {
  margin-right: 16px !important;
}

.first\:u-mb-2:first-child {
  margin-bottom: 16px !important;
}

.first\:u-ml-2:first-child {
  margin-left: 16px !important;
}

.first\:u-mt-3:first-child {
  margin-top: 24px !important;
}

.first\:u-mr-3:first-child {
  margin-right: 24px !important;
}

.first\:u-mb-3:first-child {
  margin-bottom: 24px !important;
}

.first\:u-ml-3:first-child {
  margin-left: 24px !important;
}

.first\:u-mt-4:first-child {
  margin-top: 32px !important;
}

.first\:u-mr-4:first-child {
  margin-right: 32px !important;
}

.first\:u-mb-4:first-child {
  margin-bottom: 32px !important;
}

.first\:u-ml-4:first-child {
  margin-left: 32px !important;
}

.first\:u-mt-5:first-child {
  margin-top: 40px !important;
}

.first\:u-mr-5:first-child {
  margin-right: 40px !important;
}

.first\:u-mb-5:first-child {
  margin-bottom: 40px !important;
}

.first\:u-ml-5:first-child {
  margin-left: 40px !important;
}

.first\:u-mt-6:first-child {
  margin-top: 48px !important;
}

.first\:u-mr-6:first-child {
  margin-right: 48px !important;
}

.first\:u-mb-6:first-child {
  margin-bottom: 48px !important;
}

.first\:u-ml-6:first-child {
  margin-left: 48px !important;
}

.first\:u-mt-7:first-child {
  margin-top: 56px !important;
}

.first\:u-mr-7:first-child {
  margin-right: 56px !important;
}

.first\:u-mb-7:first-child {
  margin-bottom: 56px !important;
}

.first\:u-ml-7:first-child {
  margin-left: 56px !important;
}

.first\:u-mt-8:first-child {
  margin-top: 64px !important;
}

.first\:u-mr-8:first-child {
  margin-right: 64px !important;
}

.first\:u-mb-8:first-child {
  margin-bottom: 64px !important;
}

.first\:u-ml-8:first-child {
  margin-left: 64px !important;
}

.first\:u-mt-9:first-child {
  margin-top: 72px !important;
}

.first\:u-mr-9:first-child {
  margin-right: 72px !important;
}

.first\:u-mb-9:first-child {
  margin-bottom: 72px !important;
}

.first\:u-ml-9:first-child {
  margin-left: 72px !important;
}

.first\:u-mt-10:first-child {
  margin-top: 80px !important;
}

.first\:u-mr-10:first-child {
  margin-right: 80px !important;
}

.first\:u-mb-10:first-child {
  margin-bottom: 80px !important;
}

.first\:u-ml-10:first-child {
  margin-left: 80px !important;
}

.first\:u-mt-11:first-child {
  margin-top: 88px !important;
}

.first\:u-mr-11:first-child {
  margin-right: 88px !important;
}

.first\:u-mb-11:first-child {
  margin-bottom: 88px !important;
}

.first\:u-ml-11:first-child {
  margin-left: 88px !important;
}

.first\:u-mt-auto:first-child {
  margin-top: auto !important;
}

.first\:u-mr-auto:first-child {
  margin-right: auto !important;
}

.first\:u-mb-auto:first-child {
  margin-bottom: auto !important;
}

.first\:u-ml-auto:first-child {
  margin-left: auto !important;
}

.first\:u-mt-gutter:first-child {
  margin-top: 15px !important;
}

.first\:u-mr-gutter:first-child {
  margin-right: 15px !important;
}

.first\:u-mb-gutter:first-child {
  margin-bottom: 15px !important;
}

.first\:u-ml-gutter:first-child {
  margin-left: 15px !important;
}

.first\:u-mt-container-gutter:first-child {
  margin-top: calc(15px + ((100vw - 100%)/2)) !important;
  margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.first\:u-mr-container-gutter:first-child {
  margin-right: calc(15px + ((100vw - 100%)/2)) !important;
  margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.first\:u-mb-container-gutter:first-child {
  margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.first\:u-ml-container-gutter:first-child {
  margin-left: calc(15px + ((100vw - 100%)/2)) !important;
  margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.last\:u-m-0:last-child {
  margin: 0 !important;
}

.last\:u-m-1:last-child {
  margin: 8px !important;
}

.last\:u-m-2:last-child {
  margin: 16px !important;
}

.last\:u-m-3:last-child {
  margin: 24px !important;
}

.last\:u-m-4:last-child {
  margin: 32px !important;
}

.last\:u-m-5:last-child {
  margin: 40px !important;
}

.last\:u-m-6:last-child {
  margin: 48px !important;
}

.last\:u-m-7:last-child {
  margin: 56px !important;
}

.last\:u-m-8:last-child {
  margin: 64px !important;
}

.last\:u-m-9:last-child {
  margin: 72px !important;
}

.last\:u-m-10:last-child {
  margin: 80px !important;
}

.last\:u-m-11:last-child {
  margin: 88px !important;
}

.last\:u-m-auto:last-child {
  margin: auto !important;
}

.last\:u-m-gutter:last-child {
  margin: 15px !important;
}

.last\:u-m-container-gutter:last-child {
  margin: calc(15px + ((100vw - 100%)/2)) !important;
  margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.last\:u-my-0:last-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.last\:u-mx-0:last-child {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.last\:u-my-1:last-child {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.last\:u-mx-1:last-child {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.last\:u-my-2:last-child {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.last\:u-mx-2:last-child {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.last\:u-my-3:last-child {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.last\:u-mx-3:last-child {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.last\:u-my-4:last-child {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.last\:u-mx-4:last-child {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.last\:u-my-5:last-child {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.last\:u-mx-5:last-child {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.last\:u-my-6:last-child {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.last\:u-mx-6:last-child {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.last\:u-my-7:last-child {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.last\:u-mx-7:last-child {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.last\:u-my-8:last-child {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.last\:u-mx-8:last-child {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.last\:u-my-9:last-child {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.last\:u-mx-9:last-child {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.last\:u-my-10:last-child {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.last\:u-mx-10:last-child {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.last\:u-my-11:last-child {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.last\:u-mx-11:last-child {
  margin-left: 88px !important;
  margin-right: 88px !important;
}

.last\:u-my-auto:last-child {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.last\:u-mx-auto:last-child {
  margin-left: auto !important;
  margin-right: auto !important;
}

.last\:u-my-gutter:last-child {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.last\:u-mx-gutter:last-child {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.last\:u-my-container-gutter:last-child {
  margin-top: calc(15px + ((100vw - 100%)/2)) !important;
  margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.last\:u-mx-container-gutter:last-child {
  margin-left: calc(15px + ((100vw - 100%)/2)) !important;
  margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  margin-right: calc(15px + ((100vw - 100%)/2)) !important;
  margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.last\:u-mt-0:last-child {
  margin-top: 0 !important;
}

.last\:u-mr-0:last-child {
  margin-right: 0 !important;
}

.last\:u-mb-0:last-child {
  margin-bottom: 0 !important;
}

.last\:u-ml-0:last-child {
  margin-left: 0 !important;
}

.last\:u-mt-1:last-child {
  margin-top: 8px !important;
}

.last\:u-mr-1:last-child {
  margin-right: 8px !important;
}

.last\:u-mb-1:last-child {
  margin-bottom: 8px !important;
}

.last\:u-ml-1:last-child {
  margin-left: 8px !important;
}

.last\:u-mt-2:last-child {
  margin-top: 16px !important;
}

.last\:u-mr-2:last-child {
  margin-right: 16px !important;
}

.last\:u-mb-2:last-child {
  margin-bottom: 16px !important;
}

.last\:u-ml-2:last-child {
  margin-left: 16px !important;
}

.last\:u-mt-3:last-child {
  margin-top: 24px !important;
}

.last\:u-mr-3:last-child {
  margin-right: 24px !important;
}

.last\:u-mb-3:last-child {
  margin-bottom: 24px !important;
}

.last\:u-ml-3:last-child {
  margin-left: 24px !important;
}

.last\:u-mt-4:last-child {
  margin-top: 32px !important;
}

.last\:u-mr-4:last-child {
  margin-right: 32px !important;
}

.last\:u-mb-4:last-child {
  margin-bottom: 32px !important;
}

.last\:u-ml-4:last-child {
  margin-left: 32px !important;
}

.last\:u-mt-5:last-child {
  margin-top: 40px !important;
}

.last\:u-mr-5:last-child {
  margin-right: 40px !important;
}

.last\:u-mb-5:last-child {
  margin-bottom: 40px !important;
}

.last\:u-ml-5:last-child {
  margin-left: 40px !important;
}

.last\:u-mt-6:last-child {
  margin-top: 48px !important;
}

.last\:u-mr-6:last-child {
  margin-right: 48px !important;
}

.last\:u-mb-6:last-child {
  margin-bottom: 48px !important;
}

.last\:u-ml-6:last-child {
  margin-left: 48px !important;
}

.last\:u-mt-7:last-child {
  margin-top: 56px !important;
}

.last\:u-mr-7:last-child {
  margin-right: 56px !important;
}

.last\:u-mb-7:last-child {
  margin-bottom: 56px !important;
}

.last\:u-ml-7:last-child {
  margin-left: 56px !important;
}

.last\:u-mt-8:last-child {
  margin-top: 64px !important;
}

.last\:u-mr-8:last-child {
  margin-right: 64px !important;
}

.last\:u-mb-8:last-child {
  margin-bottom: 64px !important;
}

.last\:u-ml-8:last-child {
  margin-left: 64px !important;
}

.last\:u-mt-9:last-child {
  margin-top: 72px !important;
}

.last\:u-mr-9:last-child {
  margin-right: 72px !important;
}

.last\:u-mb-9:last-child {
  margin-bottom: 72px !important;
}

.last\:u-ml-9:last-child {
  margin-left: 72px !important;
}

.last\:u-mt-10:last-child {
  margin-top: 80px !important;
}

.last\:u-mr-10:last-child {
  margin-right: 80px !important;
}

.last\:u-mb-10:last-child {
  margin-bottom: 80px !important;
}

.last\:u-ml-10:last-child {
  margin-left: 80px !important;
}

.last\:u-mt-11:last-child {
  margin-top: 88px !important;
}

.last\:u-mr-11:last-child {
  margin-right: 88px !important;
}

.last\:u-mb-11:last-child {
  margin-bottom: 88px !important;
}

.last\:u-ml-11:last-child {
  margin-left: 88px !important;
}

.last\:u-mt-auto:last-child {
  margin-top: auto !important;
}

.last\:u-mr-auto:last-child {
  margin-right: auto !important;
}

.last\:u-mb-auto:last-child {
  margin-bottom: auto !important;
}

.last\:u-ml-auto:last-child {
  margin-left: auto !important;
}

.last\:u-mt-gutter:last-child {
  margin-top: 15px !important;
}

.last\:u-mr-gutter:last-child {
  margin-right: 15px !important;
}

.last\:u-mb-gutter:last-child {
  margin-bottom: 15px !important;
}

.last\:u-ml-gutter:last-child {
  margin-left: 15px !important;
}

.last\:u-mt-container-gutter:last-child {
  margin-top: calc(15px + ((100vw - 100%)/2)) !important;
  margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.last\:u-mr-container-gutter:last-child {
  margin-right: calc(15px + ((100vw - 100%)/2)) !important;
  margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.last\:u-mb-container-gutter:last-child {
  margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.last\:u-ml-container-gutter:last-child {
  margin-left: calc(15px + ((100vw - 100%)/2)) !important;
  margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-first\:u-m-0:not(:first-child) {
  margin: 0 !important;
}

.not-first\:u-m-1:not(:first-child) {
  margin: 8px !important;
}

.not-first\:u-m-2:not(:first-child) {
  margin: 16px !important;
}

.not-first\:u-m-3:not(:first-child) {
  margin: 24px !important;
}

.not-first\:u-m-4:not(:first-child) {
  margin: 32px !important;
}

.not-first\:u-m-5:not(:first-child) {
  margin: 40px !important;
}

.not-first\:u-m-6:not(:first-child) {
  margin: 48px !important;
}

.not-first\:u-m-7:not(:first-child) {
  margin: 56px !important;
}

.not-first\:u-m-8:not(:first-child) {
  margin: 64px !important;
}

.not-first\:u-m-9:not(:first-child) {
  margin: 72px !important;
}

.not-first\:u-m-10:not(:first-child) {
  margin: 80px !important;
}

.not-first\:u-m-11:not(:first-child) {
  margin: 88px !important;
}

.not-first\:u-m-auto:not(:first-child) {
  margin: auto !important;
}

.not-first\:u-m-gutter:not(:first-child) {
  margin: 15px !important;
}

.not-first\:u-m-container-gutter:not(:first-child) {
  margin: calc(15px + ((100vw - 100%)/2)) !important;
  margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-first\:u-my-0:not(:first-child) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.not-first\:u-mx-0:not(:first-child) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.not-first\:u-my-1:not(:first-child) {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.not-first\:u-mx-1:not(:first-child) {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.not-first\:u-my-2:not(:first-child) {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.not-first\:u-mx-2:not(:first-child) {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.not-first\:u-my-3:not(:first-child) {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.not-first\:u-mx-3:not(:first-child) {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.not-first\:u-my-4:not(:first-child) {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.not-first\:u-mx-4:not(:first-child) {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.not-first\:u-my-5:not(:first-child) {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.not-first\:u-mx-5:not(:first-child) {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.not-first\:u-my-6:not(:first-child) {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.not-first\:u-mx-6:not(:first-child) {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.not-first\:u-my-7:not(:first-child) {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.not-first\:u-mx-7:not(:first-child) {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.not-first\:u-my-8:not(:first-child) {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.not-first\:u-mx-8:not(:first-child) {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.not-first\:u-my-9:not(:first-child) {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.not-first\:u-mx-9:not(:first-child) {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.not-first\:u-my-10:not(:first-child) {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.not-first\:u-mx-10:not(:first-child) {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.not-first\:u-my-11:not(:first-child) {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.not-first\:u-mx-11:not(:first-child) {
  margin-left: 88px !important;
  margin-right: 88px !important;
}

.not-first\:u-my-auto:not(:first-child) {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.not-first\:u-mx-auto:not(:first-child) {
  margin-left: auto !important;
  margin-right: auto !important;
}

.not-first\:u-my-gutter:not(:first-child) {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.not-first\:u-mx-gutter:not(:first-child) {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.not-first\:u-my-container-gutter:not(:first-child) {
  margin-top: calc(15px + ((100vw - 100%)/2)) !important;
  margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-first\:u-mx-container-gutter:not(:first-child) {
  margin-left: calc(15px + ((100vw - 100%)/2)) !important;
  margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  margin-right: calc(15px + ((100vw - 100%)/2)) !important;
  margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-first\:u-mt-0:not(:first-child) {
  margin-top: 0 !important;
}

.not-first\:u-mr-0:not(:first-child) {
  margin-right: 0 !important;
}

.not-first\:u-mb-0:not(:first-child) {
  margin-bottom: 0 !important;
}

.not-first\:u-ml-0:not(:first-child) {
  margin-left: 0 !important;
}

.not-first\:u-mt-1:not(:first-child) {
  margin-top: 8px !important;
}

.not-first\:u-mr-1:not(:first-child) {
  margin-right: 8px !important;
}

.not-first\:u-mb-1:not(:first-child) {
  margin-bottom: 8px !important;
}

.not-first\:u-ml-1:not(:first-child) {
  margin-left: 8px !important;
}

.not-first\:u-mt-2:not(:first-child) {
  margin-top: 16px !important;
}

.not-first\:u-mr-2:not(:first-child) {
  margin-right: 16px !important;
}

.not-first\:u-mb-2:not(:first-child) {
  margin-bottom: 16px !important;
}

.not-first\:u-ml-2:not(:first-child) {
  margin-left: 16px !important;
}

.not-first\:u-mt-3:not(:first-child) {
  margin-top: 24px !important;
}

.not-first\:u-mr-3:not(:first-child) {
  margin-right: 24px !important;
}

.not-first\:u-mb-3:not(:first-child) {
  margin-bottom: 24px !important;
}

.not-first\:u-ml-3:not(:first-child) {
  margin-left: 24px !important;
}

.not-first\:u-mt-4:not(:first-child) {
  margin-top: 32px !important;
}

.not-first\:u-mr-4:not(:first-child) {
  margin-right: 32px !important;
}

.not-first\:u-mb-4:not(:first-child) {
  margin-bottom: 32px !important;
}

.not-first\:u-ml-4:not(:first-child) {
  margin-left: 32px !important;
}

.not-first\:u-mt-5:not(:first-child) {
  margin-top: 40px !important;
}

.not-first\:u-mr-5:not(:first-child) {
  margin-right: 40px !important;
}

.not-first\:u-mb-5:not(:first-child) {
  margin-bottom: 40px !important;
}

.not-first\:u-ml-5:not(:first-child) {
  margin-left: 40px !important;
}

.not-first\:u-mt-6:not(:first-child) {
  margin-top: 48px !important;
}

.not-first\:u-mr-6:not(:first-child) {
  margin-right: 48px !important;
}

.not-first\:u-mb-6:not(:first-child) {
  margin-bottom: 48px !important;
}

.not-first\:u-ml-6:not(:first-child) {
  margin-left: 48px !important;
}

.not-first\:u-mt-7:not(:first-child) {
  margin-top: 56px !important;
}

.not-first\:u-mr-7:not(:first-child) {
  margin-right: 56px !important;
}

.not-first\:u-mb-7:not(:first-child) {
  margin-bottom: 56px !important;
}

.not-first\:u-ml-7:not(:first-child) {
  margin-left: 56px !important;
}

.not-first\:u-mt-8:not(:first-child) {
  margin-top: 64px !important;
}

.not-first\:u-mr-8:not(:first-child) {
  margin-right: 64px !important;
}

.not-first\:u-mb-8:not(:first-child) {
  margin-bottom: 64px !important;
}

.not-first\:u-ml-8:not(:first-child) {
  margin-left: 64px !important;
}

.not-first\:u-mt-9:not(:first-child) {
  margin-top: 72px !important;
}

.not-first\:u-mr-9:not(:first-child) {
  margin-right: 72px !important;
}

.not-first\:u-mb-9:not(:first-child) {
  margin-bottom: 72px !important;
}

.not-first\:u-ml-9:not(:first-child) {
  margin-left: 72px !important;
}

.not-first\:u-mt-10:not(:first-child) {
  margin-top: 80px !important;
}

.not-first\:u-mr-10:not(:first-child) {
  margin-right: 80px !important;
}

.not-first\:u-mb-10:not(:first-child) {
  margin-bottom: 80px !important;
}

.not-first\:u-ml-10:not(:first-child) {
  margin-left: 80px !important;
}

.not-first\:u-mt-11:not(:first-child) {
  margin-top: 88px !important;
}

.not-first\:u-mr-11:not(:first-child) {
  margin-right: 88px !important;
}

.not-first\:u-mb-11:not(:first-child) {
  margin-bottom: 88px !important;
}

.not-first\:u-ml-11:not(:first-child) {
  margin-left: 88px !important;
}

.not-first\:u-mt-auto:not(:first-child) {
  margin-top: auto !important;
}

.not-first\:u-mr-auto:not(:first-child) {
  margin-right: auto !important;
}

.not-first\:u-mb-auto:not(:first-child) {
  margin-bottom: auto !important;
}

.not-first\:u-ml-auto:not(:first-child) {
  margin-left: auto !important;
}

.not-first\:u-mt-gutter:not(:first-child) {
  margin-top: 15px !important;
}

.not-first\:u-mr-gutter:not(:first-child) {
  margin-right: 15px !important;
}

.not-first\:u-mb-gutter:not(:first-child) {
  margin-bottom: 15px !important;
}

.not-first\:u-ml-gutter:not(:first-child) {
  margin-left: 15px !important;
}

.not-first\:u-mt-container-gutter:not(:first-child) {
  margin-top: calc(15px + ((100vw - 100%)/2)) !important;
  margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-first\:u-mr-container-gutter:not(:first-child) {
  margin-right: calc(15px + ((100vw - 100%)/2)) !important;
  margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-first\:u-mb-container-gutter:not(:first-child) {
  margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-first\:u-ml-container-gutter:not(:first-child) {
  margin-left: calc(15px + ((100vw - 100%)/2)) !important;
  margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-last\:u-m-0:not(:last-child) {
  margin: 0 !important;
}

.not-last\:u-m-1:not(:last-child) {
  margin: 8px !important;
}

.not-last\:u-m-2:not(:last-child) {
  margin: 16px !important;
}

.not-last\:u-m-3:not(:last-child) {
  margin: 24px !important;
}

.not-last\:u-m-4:not(:last-child) {
  margin: 32px !important;
}

.not-last\:u-m-5:not(:last-child) {
  margin: 40px !important;
}

.not-last\:u-m-6:not(:last-child) {
  margin: 48px !important;
}

.not-last\:u-m-7:not(:last-child) {
  margin: 56px !important;
}

.not-last\:u-m-8:not(:last-child) {
  margin: 64px !important;
}

.not-last\:u-m-9:not(:last-child) {
  margin: 72px !important;
}

.not-last\:u-m-10:not(:last-child) {
  margin: 80px !important;
}

.not-last\:u-m-11:not(:last-child) {
  margin: 88px !important;
}

.not-last\:u-m-auto:not(:last-child) {
  margin: auto !important;
}

.not-last\:u-m-gutter:not(:last-child) {
  margin: 15px !important;
}

.not-last\:u-m-container-gutter:not(:last-child) {
  margin: calc(15px + ((100vw - 100%)/2)) !important;
  margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-last\:u-my-0:not(:last-child) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.not-last\:u-mx-0:not(:last-child) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.not-last\:u-my-1:not(:last-child) {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.not-last\:u-mx-1:not(:last-child) {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.not-last\:u-my-2:not(:last-child) {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.not-last\:u-mx-2:not(:last-child) {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.not-last\:u-my-3:not(:last-child) {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.not-last\:u-mx-3:not(:last-child) {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.not-last\:u-my-4:not(:last-child) {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.not-last\:u-mx-4:not(:last-child) {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.not-last\:u-my-5:not(:last-child) {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.not-last\:u-mx-5:not(:last-child) {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.not-last\:u-my-6:not(:last-child) {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.not-last\:u-mx-6:not(:last-child) {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.not-last\:u-my-7:not(:last-child) {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.not-last\:u-mx-7:not(:last-child) {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.not-last\:u-my-8:not(:last-child) {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.not-last\:u-mx-8:not(:last-child) {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.not-last\:u-my-9:not(:last-child) {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.not-last\:u-mx-9:not(:last-child) {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.not-last\:u-my-10:not(:last-child) {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.not-last\:u-mx-10:not(:last-child) {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.not-last\:u-my-11:not(:last-child) {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.not-last\:u-mx-11:not(:last-child) {
  margin-left: 88px !important;
  margin-right: 88px !important;
}

.not-last\:u-my-auto:not(:last-child) {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.not-last\:u-mx-auto:not(:last-child) {
  margin-left: auto !important;
  margin-right: auto !important;
}

.not-last\:u-my-gutter:not(:last-child) {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.not-last\:u-mx-gutter:not(:last-child) {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.not-last\:u-my-container-gutter:not(:last-child) {
  margin-top: calc(15px + ((100vw - 100%)/2)) !important;
  margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-last\:u-mx-container-gutter:not(:last-child) {
  margin-left: calc(15px + ((100vw - 100%)/2)) !important;
  margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  margin-right: calc(15px + ((100vw - 100%)/2)) !important;
  margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-last\:u-mt-0:not(:last-child) {
  margin-top: 0 !important;
}

.not-last\:u-mr-0:not(:last-child) {
  margin-right: 0 !important;
}

.not-last\:u-mb-0:not(:last-child) {
  margin-bottom: 0 !important;
}

.not-last\:u-ml-0:not(:last-child) {
  margin-left: 0 !important;
}

.not-last\:u-mt-1:not(:last-child) {
  margin-top: 8px !important;
}

.not-last\:u-mr-1:not(:last-child) {
  margin-right: 8px !important;
}

.not-last\:u-mb-1:not(:last-child) {
  margin-bottom: 8px !important;
}

.not-last\:u-ml-1:not(:last-child) {
  margin-left: 8px !important;
}

.not-last\:u-mt-2:not(:last-child) {
  margin-top: 16px !important;
}

.not-last\:u-mr-2:not(:last-child) {
  margin-right: 16px !important;
}

.not-last\:u-mb-2:not(:last-child) {
  margin-bottom: 16px !important;
}

.not-last\:u-ml-2:not(:last-child) {
  margin-left: 16px !important;
}

.not-last\:u-mt-3:not(:last-child) {
  margin-top: 24px !important;
}

.not-last\:u-mr-3:not(:last-child) {
  margin-right: 24px !important;
}

.not-last\:u-mb-3:not(:last-child) {
  margin-bottom: 24px !important;
}

.not-last\:u-ml-3:not(:last-child) {
  margin-left: 24px !important;
}

.not-last\:u-mt-4:not(:last-child) {
  margin-top: 32px !important;
}

.not-last\:u-mr-4:not(:last-child) {
  margin-right: 32px !important;
}

.not-last\:u-mb-4:not(:last-child) {
  margin-bottom: 32px !important;
}

.not-last\:u-ml-4:not(:last-child) {
  margin-left: 32px !important;
}

.not-last\:u-mt-5:not(:last-child) {
  margin-top: 40px !important;
}

.not-last\:u-mr-5:not(:last-child) {
  margin-right: 40px !important;
}

.not-last\:u-mb-5:not(:last-child) {
  margin-bottom: 40px !important;
}

.not-last\:u-ml-5:not(:last-child) {
  margin-left: 40px !important;
}

.not-last\:u-mt-6:not(:last-child) {
  margin-top: 48px !important;
}

.not-last\:u-mr-6:not(:last-child) {
  margin-right: 48px !important;
}

.not-last\:u-mb-6:not(:last-child) {
  margin-bottom: 48px !important;
}

.not-last\:u-ml-6:not(:last-child) {
  margin-left: 48px !important;
}

.not-last\:u-mt-7:not(:last-child) {
  margin-top: 56px !important;
}

.not-last\:u-mr-7:not(:last-child) {
  margin-right: 56px !important;
}

.not-last\:u-mb-7:not(:last-child) {
  margin-bottom: 56px !important;
}

.not-last\:u-ml-7:not(:last-child) {
  margin-left: 56px !important;
}

.not-last\:u-mt-8:not(:last-child) {
  margin-top: 64px !important;
}

.not-last\:u-mr-8:not(:last-child) {
  margin-right: 64px !important;
}

.not-last\:u-mb-8:not(:last-child) {
  margin-bottom: 64px !important;
}

.not-last\:u-ml-8:not(:last-child) {
  margin-left: 64px !important;
}

.not-last\:u-mt-9:not(:last-child) {
  margin-top: 72px !important;
}

.not-last\:u-mr-9:not(:last-child) {
  margin-right: 72px !important;
}

.not-last\:u-mb-9:not(:last-child) {
  margin-bottom: 72px !important;
}

.not-last\:u-ml-9:not(:last-child) {
  margin-left: 72px !important;
}

.not-last\:u-mt-10:not(:last-child) {
  margin-top: 80px !important;
}

.not-last\:u-mr-10:not(:last-child) {
  margin-right: 80px !important;
}

.not-last\:u-mb-10:not(:last-child) {
  margin-bottom: 80px !important;
}

.not-last\:u-ml-10:not(:last-child) {
  margin-left: 80px !important;
}

.not-last\:u-mt-11:not(:last-child) {
  margin-top: 88px !important;
}

.not-last\:u-mr-11:not(:last-child) {
  margin-right: 88px !important;
}

.not-last\:u-mb-11:not(:last-child) {
  margin-bottom: 88px !important;
}

.not-last\:u-ml-11:not(:last-child) {
  margin-left: 88px !important;
}

.not-last\:u-mt-auto:not(:last-child) {
  margin-top: auto !important;
}

.not-last\:u-mr-auto:not(:last-child) {
  margin-right: auto !important;
}

.not-last\:u-mb-auto:not(:last-child) {
  margin-bottom: auto !important;
}

.not-last\:u-ml-auto:not(:last-child) {
  margin-left: auto !important;
}

.not-last\:u-mt-gutter:not(:last-child) {
  margin-top: 15px !important;
}

.not-last\:u-mr-gutter:not(:last-child) {
  margin-right: 15px !important;
}

.not-last\:u-mb-gutter:not(:last-child) {
  margin-bottom: 15px !important;
}

.not-last\:u-ml-gutter:not(:last-child) {
  margin-left: 15px !important;
}

.not-last\:u-mt-container-gutter:not(:last-child) {
  margin-top: calc(15px + ((100vw - 100%)/2)) !important;
  margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-last\:u-mr-container-gutter:not(:last-child) {
  margin-right: calc(15px + ((100vw - 100%)/2)) !important;
  margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-last\:u-mb-container-gutter:not(:last-child) {
  margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-last\:u-ml-container-gutter:not(:last-child) {
  margin-left: calc(15px + ((100vw - 100%)/2)) !important;
  margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.u-max-h-0 {
  max-height: 0 !important;
}

.u-max-h-full {
  max-height: 100% !important;
}

.u-max-h-screen {
  max-height: 100vh !important;
}

.u-max-h-logo {
  max-height: 60px !important;
}

.u-max-w-0 {
  max-width: 0 !important;
}

.u-max-w-1100 {
  max-width: 1100px !important;
}

.u-max-w-1920 {
  max-width: 1920px !important;
}

.u-max-w-1\/2 {
  max-width: 50% !important;
}

.u-max-w-1\/3 {
  max-width: 33.33333% !important;
}

.u-max-w-2\/3 {
  max-width: 66.66667% !important;
}

.u-max-w-1\/4 {
  max-width: 25% !important;
}

.u-max-w-3\/4 {
  max-width: 75% !important;
}

.u-max-w-full {
  max-width: 100% !important;
}

.u-max-w-screen {
  max-width: 100vw !important;
}

.u-max-w-measure {
  max-width: 66ch !important;
}

.u-max-w-measure-lg {
  max-width: 90ch !important;
}

.u-max-w-measure-sm {
  max-width: 40ch !important;
}

.u-max-w-logo {
  max-width: 100px !important;
}

.u-max-w-statistic {
  max-width: 212px !important;
}

.u-min-h-0 {
  min-height: 0 !important;
}

.u-min-h-full {
  min-height: 100% !important;
}

.u-min-h-screen {
  min-height: 100vh !important;
}

.u-min-h-statistic {
  min-height: 200px !important;
}

.u-min-h-image-header-large {
  min-height: 570px !important;
}

.u-min-w-0 {
  min-width: 0 !important;
}

.u-min-w-1 {
  min-width: 8px !important;
}

.u-min-w-2 {
  min-width: 16px !important;
}

.u-min-w-3 {
  min-width: 24px !important;
}

.u-min-w-4 {
  min-width: 32px !important;
}

.u-min-w-1\/3 {
  min-width: 33.33333% !important;
}

.u-min-w-full {
  min-width: 100% !important;
}

.u--m-1 {
  margin: -8px !important;
}

.u--m-2 {
  margin: -16px !important;
}

.u--m-3 {
  margin: -24px !important;
}

.u--m-4 {
  margin: -32px !important;
}

.u--m-5 {
  margin: -40px !important;
}

.u--m-6 {
  margin: -48px !important;
}

.u--m-7 {
  margin: -56px !important;
}

.u--m-8 {
  margin: -64px !important;
}

.u--m-9 {
  margin: -72px !important;
}

.u--m-10 {
  margin: -80px !important;
}

.u--m-11 {
  margin: -88px !important;
}

.u--m-gutter {
  margin: -15px !important;
}

.u--my-1 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.u--mx-1 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.u--my-2 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

.u--mx-2 {
  margin-left: -16px !important;
  margin-right: -16px !important;
}

.u--my-3 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.u--mx-3 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.u--my-4 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

.u--mx-4 {
  margin-left: -32px !important;
  margin-right: -32px !important;
}

.u--my-5 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.u--mx-5 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.u--my-6 {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

.u--mx-6 {
  margin-left: -48px !important;
  margin-right: -48px !important;
}

.u--my-7 {
  margin-top: -56px !important;
  margin-bottom: -56px !important;
}

.u--mx-7 {
  margin-left: -56px !important;
  margin-right: -56px !important;
}

.u--my-8 {
  margin-top: -64px !important;
  margin-bottom: -64px !important;
}

.u--mx-8 {
  margin-left: -64px !important;
  margin-right: -64px !important;
}

.u--my-9 {
  margin-top: -72px !important;
  margin-bottom: -72px !important;
}

.u--mx-9 {
  margin-left: -72px !important;
  margin-right: -72px !important;
}

.u--my-10 {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.u--mx-10 {
  margin-left: -80px !important;
  margin-right: -80px !important;
}

.u--my-11 {
  margin-top: -88px !important;
  margin-bottom: -88px !important;
}

.u--mx-11 {
  margin-left: -88px !important;
  margin-right: -88px !important;
}

.u--my-gutter {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.u--mx-gutter {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.u--mt-1 {
  margin-top: -8px !important;
}

.u--mr-1 {
  margin-right: -8px !important;
}

.u--mb-1 {
  margin-bottom: -8px !important;
}

.u--ml-1 {
  margin-left: -8px !important;
}

.u--mt-2 {
  margin-top: -16px !important;
}

.u--mr-2 {
  margin-right: -16px !important;
}

.u--mb-2 {
  margin-bottom: -16px !important;
}

.u--ml-2 {
  margin-left: -16px !important;
}

.u--mt-3 {
  margin-top: -24px !important;
}

.u--mr-3 {
  margin-right: -24px !important;
}

.u--mb-3 {
  margin-bottom: -24px !important;
}

.u--ml-3 {
  margin-left: -24px !important;
}

.u--mt-4 {
  margin-top: -32px !important;
}

.u--mr-4 {
  margin-right: -32px !important;
}

.u--mb-4 {
  margin-bottom: -32px !important;
}

.u--ml-4 {
  margin-left: -32px !important;
}

.u--mt-5 {
  margin-top: -40px !important;
}

.u--mr-5 {
  margin-right: -40px !important;
}

.u--mb-5 {
  margin-bottom: -40px !important;
}

.u--ml-5 {
  margin-left: -40px !important;
}

.u--mt-6 {
  margin-top: -48px !important;
}

.u--mr-6 {
  margin-right: -48px !important;
}

.u--mb-6 {
  margin-bottom: -48px !important;
}

.u--ml-6 {
  margin-left: -48px !important;
}

.u--mt-7 {
  margin-top: -56px !important;
}

.u--mr-7 {
  margin-right: -56px !important;
}

.u--mb-7 {
  margin-bottom: -56px !important;
}

.u--ml-7 {
  margin-left: -56px !important;
}

.u--mt-8 {
  margin-top: -64px !important;
}

.u--mr-8 {
  margin-right: -64px !important;
}

.u--mb-8 {
  margin-bottom: -64px !important;
}

.u--ml-8 {
  margin-left: -64px !important;
}

.u--mt-9 {
  margin-top: -72px !important;
}

.u--mr-9 {
  margin-right: -72px !important;
}

.u--mb-9 {
  margin-bottom: -72px !important;
}

.u--ml-9 {
  margin-left: -72px !important;
}

.u--mt-10 {
  margin-top: -80px !important;
}

.u--mr-10 {
  margin-right: -80px !important;
}

.u--mb-10 {
  margin-bottom: -80px !important;
}

.u--ml-10 {
  margin-left: -80px !important;
}

.u--mt-11 {
  margin-top: -88px !important;
}

.u--mr-11 {
  margin-right: -88px !important;
}

.u--mb-11 {
  margin-bottom: -88px !important;
}

.u--ml-11 {
  margin-left: -88px !important;
}

.u--mt-gutter {
  margin-top: -15px !important;
}

.u--mr-gutter {
  margin-right: -15px !important;
}

.u--mb-gutter {
  margin-bottom: -15px !important;
}

.u--ml-gutter {
  margin-left: -15px !important;
}

.u-opacity-0 {
  opacity: .000001 !important;
}

.u-opacity-15 {
  opacity: .15 !important;
}

.u-opacity-25 {
  opacity: .25 !important;
}

.u-opacity-50 {
  opacity: .5 !important;
}

.u-opacity-75 {
  opacity: .75 !important;
}

.u-opacity-90 {
  opacity: .9 !important;
}

.u-opacity-100 {
  opacity: 1 !important;
}

.hocus\:u-opacity-0:hover,
.hocus\:u-opacity-0:focus {
  opacity: .000001 !important;
}

.hocus\:u-opacity-15:hover,
.hocus\:u-opacity-15:focus {
  opacity: .15 !important;
}

.hocus\:u-opacity-25:hover,
.hocus\:u-opacity-25:focus {
  opacity: .25 !important;
}

.hocus\:u-opacity-50:hover,
.hocus\:u-opacity-50:focus {
  opacity: .5 !important;
}

.hocus\:u-opacity-75:hover,
.hocus\:u-opacity-75:focus {
  opacity: .75 !important;
}

.hocus\:u-opacity-90:hover,
.hocus\:u-opacity-90:focus {
  opacity: .9 !important;
}

.hocus\:u-opacity-100:hover,
.hocus\:u-opacity-100:focus {
  opacity: 1 !important;
}

.focus-within\:u-opacity-0:focus-within {
  opacity: .000001 !important;
}

.focus-within\:u-opacity-15:focus-within {
  opacity: .15 !important;
}

.focus-within\:u-opacity-25:focus-within {
  opacity: .25 !important;
}

.focus-within\:u-opacity-50:focus-within {
  opacity: .5 !important;
}

.focus-within\:u-opacity-75:focus-within {
  opacity: .75 !important;
}

.focus-within\:u-opacity-90:focus-within {
  opacity: .9 !important;
}

.focus-within\:u-opacity-100:focus-within {
  opacity: 1 !important;
}

.group:hover .group-hover\:u-opacity-0 {
  opacity: .000001 !important;
}

.group:hover .group-hover\:u-opacity-15 {
  opacity: .15 !important;
}

.group:hover .group-hover\:u-opacity-25 {
  opacity: .25 !important;
}

.group:hover .group-hover\:u-opacity-50 {
  opacity: .5 !important;
}

.group:hover .group-hover\:u-opacity-75 {
  opacity: .75 !important;
}

.group:hover .group-hover\:u-opacity-90 {
  opacity: .9 !important;
}

.group:hover .group-hover\:u-opacity-100 {
  opacity: 1 !important;
}

.u-outline-none {
  outline: 0 !important;
}

.focus\:u-outline-none:focus {
  outline: 0 !important;
}

.u-overflow-auto {
  overflow: auto !important;
}

.u-overflow-hidden {
  overflow: hidden !important;
}

.u-overflow-visible {
  overflow: visible !important;
}

.u-overflow-scroll {
  overflow: scroll !important;
  -webkit-overflow-scrolling:touch;
}

.u-overflow-x-auto {
  overflow-x: auto !important;
}

.u-overflow-y-auto {
  overflow-y: auto !important;
}

.u-overflow-x-hidden {
  overflow-x: hidden !important;
}

.u-overflow-y-hidden {
  overflow-y: hidden !important;
}

.u-overflow-x-visible {
  overflow-x: visible !important;
}

.u-overflow-y-visible {
  overflow-y: visible !important;
}

.u-overflow-x-scroll {
  overflow-x: scroll !important;
  -webkit-overflow-scrolling:touch;
}

.u-overflow-y-scroll {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling:touch;
}

.u-scrolling-touch {
  -webkit-overflow-scrolling: touch !important;
}

.u-scrolling-auto {
  -webkit-overflow-scrolling: auto !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-1 {
  padding: 8px !important;
}

.u-p-2 {
  padding: 16px !important;
}

.u-p-3 {
  padding: 24px !important;
}

.u-p-4 {
  padding: 32px !important;
}

.u-p-5 {
  padding: 40px !important;
}

.u-p-6 {
  padding: 48px !important;
}

.u-p-7 {
  padding: 56px !important;
}

.u-p-8 {
  padding: 64px !important;
}

.u-p-9 {
  padding: 72px !important;
}

.u-p-10 {
  padding: 80px !important;
}

.u-p-16 {
  padding: 128px !important;
}

.u-p-gutter {
  padding: 15px !important;
}

.u-p-container-gutter {
  padding: calc(15px + ((100vw - 100%)/2)) !important;
  padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.u-px-1 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.u-py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-px-2 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.u-py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-px-3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.u-px-4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.u-py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-px-5 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u-py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-px-6 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.u-py-7 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.u-px-7 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.u-py-8 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.u-px-8 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.u-py-9 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.u-px-9 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.u-py-10 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.u-px-10 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u-py-16 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.u-px-16 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.u-py-gutter {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.u-px-gutter {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u-py-container-gutter {
  padding-top: calc(15px + ((100vw - 100%)/2)) !important;
  padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.u-px-container-gutter {
  padding-left: calc(15px + ((100vw - 100%)/2)) !important;
  padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  padding-right: calc(15px + ((100vw - 100%)/2)) !important;
  padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pt-1 {
  padding-top: 8px !important;
}

.u-pr-1 {
  padding-right: 8px !important;
}

.u-pb-1 {
  padding-bottom: 8px !important;
}

.u-pl-1 {
  padding-left: 8px !important;
}

.u-pt-2 {
  padding-top: 16px !important;
}

.u-pr-2 {
  padding-right: 16px !important;
}

.u-pb-2 {
  padding-bottom: 16px !important;
}

.u-pl-2 {
  padding-left: 16px !important;
}

.u-pt-3 {
  padding-top: 24px !important;
}

.u-pr-3 {
  padding-right: 24px !important;
}

.u-pb-3 {
  padding-bottom: 24px !important;
}

.u-pl-3 {
  padding-left: 24px !important;
}

.u-pt-4 {
  padding-top: 32px !important;
}

.u-pr-4 {
  padding-right: 32px !important;
}

.u-pb-4 {
  padding-bottom: 32px !important;
}

.u-pl-4 {
  padding-left: 32px !important;
}

.u-pt-5 {
  padding-top: 40px !important;
}

.u-pr-5 {
  padding-right: 40px !important;
}

.u-pb-5 {
  padding-bottom: 40px !important;
}

.u-pl-5 {
  padding-left: 40px !important;
}

.u-pt-6 {
  padding-top: 48px !important;
}

.u-pr-6 {
  padding-right: 48px !important;
}

.u-pb-6 {
  padding-bottom: 48px !important;
}

.u-pl-6 {
  padding-left: 48px !important;
}

.u-pt-7 {
  padding-top: 56px !important;
}

.u-pr-7 {
  padding-right: 56px !important;
}

.u-pb-7 {
  padding-bottom: 56px !important;
}

.u-pl-7 {
  padding-left: 56px !important;
}

.u-pt-8 {
  padding-top: 64px !important;
}

.u-pr-8 {
  padding-right: 64px !important;
}

.u-pb-8 {
  padding-bottom: 64px !important;
}

.u-pl-8 {
  padding-left: 64px !important;
}

.u-pt-9 {
  padding-top: 72px !important;
}

.u-pr-9 {
  padding-right: 72px !important;
}

.u-pb-9 {
  padding-bottom: 72px !important;
}

.u-pl-9 {
  padding-left: 72px !important;
}

.u-pt-10 {
  padding-top: 80px !important;
}

.u-pr-10 {
  padding-right: 80px !important;
}

.u-pb-10 {
  padding-bottom: 80px !important;
}

.u-pl-10 {
  padding-left: 80px !important;
}

.u-pt-16 {
  padding-top: 128px !important;
}

.u-pr-16 {
  padding-right: 128px !important;
}

.u-pb-16 {
  padding-bottom: 128px !important;
}

.u-pl-16 {
  padding-left: 128px !important;
}

.u-pt-gutter {
  padding-top: 15px !important;
}

.u-pr-gutter {
  padding-right: 15px !important;
}

.u-pb-gutter {
  padding-bottom: 15px !important;
}

.u-pl-gutter {
  padding-left: 15px !important;
}

.u-pt-container-gutter {
  padding-top: calc(15px + ((100vw - 100%)/2)) !important;
  padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.u-pr-container-gutter {
  padding-right: calc(15px + ((100vw - 100%)/2)) !important;
  padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.u-pb-container-gutter {
  padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.u-pl-container-gutter {
  padding-left: calc(15px + ((100vw - 100%)/2)) !important;
  padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.first\:u-p-0:first-child {
  padding: 0 !important;
}

.first\:u-p-1:first-child {
  padding: 8px !important;
}

.first\:u-p-2:first-child {
  padding: 16px !important;
}

.first\:u-p-3:first-child {
  padding: 24px !important;
}

.first\:u-p-4:first-child {
  padding: 32px !important;
}

.first\:u-p-5:first-child {
  padding: 40px !important;
}

.first\:u-p-6:first-child {
  padding: 48px !important;
}

.first\:u-p-7:first-child {
  padding: 56px !important;
}

.first\:u-p-8:first-child {
  padding: 64px !important;
}

.first\:u-p-9:first-child {
  padding: 72px !important;
}

.first\:u-p-10:first-child {
  padding: 80px !important;
}

.first\:u-p-16:first-child {
  padding: 128px !important;
}

.first\:u-p-gutter:first-child {
  padding: 15px !important;
}

.first\:u-p-container-gutter:first-child {
  padding: calc(15px + ((100vw - 100%)/2)) !important;
  padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.first\:u-py-0:first-child {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.first\:u-px-0:first-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.first\:u-py-1:first-child {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.first\:u-px-1:first-child {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.first\:u-py-2:first-child {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.first\:u-px-2:first-child {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.first\:u-py-3:first-child {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.first\:u-px-3:first-child {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.first\:u-py-4:first-child {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.first\:u-px-4:first-child {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.first\:u-py-5:first-child {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.first\:u-px-5:first-child {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.first\:u-py-6:first-child {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.first\:u-px-6:first-child {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.first\:u-py-7:first-child {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.first\:u-px-7:first-child {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.first\:u-py-8:first-child {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.first\:u-px-8:first-child {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.first\:u-py-9:first-child {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.first\:u-px-9:first-child {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.first\:u-py-10:first-child {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.first\:u-px-10:first-child {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.first\:u-py-16:first-child {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.first\:u-px-16:first-child {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.first\:u-py-gutter:first-child {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.first\:u-px-gutter:first-child {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.first\:u-py-container-gutter:first-child {
  padding-top: calc(15px + ((100vw - 100%)/2)) !important;
  padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.first\:u-px-container-gutter:first-child {
  padding-left: calc(15px + ((100vw - 100%)/2)) !important;
  padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  padding-right: calc(15px + ((100vw - 100%)/2)) !important;
  padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.first\:u-pt-0:first-child {
  padding-top: 0 !important;
}

.first\:u-pr-0:first-child {
  padding-right: 0 !important;
}

.first\:u-pb-0:first-child {
  padding-bottom: 0 !important;
}

.first\:u-pl-0:first-child {
  padding-left: 0 !important;
}

.first\:u-pt-1:first-child {
  padding-top: 8px !important;
}

.first\:u-pr-1:first-child {
  padding-right: 8px !important;
}

.first\:u-pb-1:first-child {
  padding-bottom: 8px !important;
}

.first\:u-pl-1:first-child {
  padding-left: 8px !important;
}

.first\:u-pt-2:first-child {
  padding-top: 16px !important;
}

.first\:u-pr-2:first-child {
  padding-right: 16px !important;
}

.first\:u-pb-2:first-child {
  padding-bottom: 16px !important;
}

.first\:u-pl-2:first-child {
  padding-left: 16px !important;
}

.first\:u-pt-3:first-child {
  padding-top: 24px !important;
}

.first\:u-pr-3:first-child {
  padding-right: 24px !important;
}

.first\:u-pb-3:first-child {
  padding-bottom: 24px !important;
}

.first\:u-pl-3:first-child {
  padding-left: 24px !important;
}

.first\:u-pt-4:first-child {
  padding-top: 32px !important;
}

.first\:u-pr-4:first-child {
  padding-right: 32px !important;
}

.first\:u-pb-4:first-child {
  padding-bottom: 32px !important;
}

.first\:u-pl-4:first-child {
  padding-left: 32px !important;
}

.first\:u-pt-5:first-child {
  padding-top: 40px !important;
}

.first\:u-pr-5:first-child {
  padding-right: 40px !important;
}

.first\:u-pb-5:first-child {
  padding-bottom: 40px !important;
}

.first\:u-pl-5:first-child {
  padding-left: 40px !important;
}

.first\:u-pt-6:first-child {
  padding-top: 48px !important;
}

.first\:u-pr-6:first-child {
  padding-right: 48px !important;
}

.first\:u-pb-6:first-child {
  padding-bottom: 48px !important;
}

.first\:u-pl-6:first-child {
  padding-left: 48px !important;
}

.first\:u-pt-7:first-child {
  padding-top: 56px !important;
}

.first\:u-pr-7:first-child {
  padding-right: 56px !important;
}

.first\:u-pb-7:first-child {
  padding-bottom: 56px !important;
}

.first\:u-pl-7:first-child {
  padding-left: 56px !important;
}

.first\:u-pt-8:first-child {
  padding-top: 64px !important;
}

.first\:u-pr-8:first-child {
  padding-right: 64px !important;
}

.first\:u-pb-8:first-child {
  padding-bottom: 64px !important;
}

.first\:u-pl-8:first-child {
  padding-left: 64px !important;
}

.first\:u-pt-9:first-child {
  padding-top: 72px !important;
}

.first\:u-pr-9:first-child {
  padding-right: 72px !important;
}

.first\:u-pb-9:first-child {
  padding-bottom: 72px !important;
}

.first\:u-pl-9:first-child {
  padding-left: 72px !important;
}

.first\:u-pt-10:first-child {
  padding-top: 80px !important;
}

.first\:u-pr-10:first-child {
  padding-right: 80px !important;
}

.first\:u-pb-10:first-child {
  padding-bottom: 80px !important;
}

.first\:u-pl-10:first-child {
  padding-left: 80px !important;
}

.first\:u-pt-16:first-child {
  padding-top: 128px !important;
}

.first\:u-pr-16:first-child {
  padding-right: 128px !important;
}

.first\:u-pb-16:first-child {
  padding-bottom: 128px !important;
}

.first\:u-pl-16:first-child {
  padding-left: 128px !important;
}

.first\:u-pt-gutter:first-child {
  padding-top: 15px !important;
}

.first\:u-pr-gutter:first-child {
  padding-right: 15px !important;
}

.first\:u-pb-gutter:first-child {
  padding-bottom: 15px !important;
}

.first\:u-pl-gutter:first-child {
  padding-left: 15px !important;
}

.first\:u-pt-container-gutter:first-child {
  padding-top: calc(15px + ((100vw - 100%)/2)) !important;
  padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.first\:u-pr-container-gutter:first-child {
  padding-right: calc(15px + ((100vw - 100%)/2)) !important;
  padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.first\:u-pb-container-gutter:first-child {
  padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.first\:u-pl-container-gutter:first-child {
  padding-left: calc(15px + ((100vw - 100%)/2)) !important;
  padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.last\:u-p-0:last-child {
  padding: 0 !important;
}

.last\:u-p-1:last-child {
  padding: 8px !important;
}

.last\:u-p-2:last-child {
  padding: 16px !important;
}

.last\:u-p-3:last-child {
  padding: 24px !important;
}

.last\:u-p-4:last-child {
  padding: 32px !important;
}

.last\:u-p-5:last-child {
  padding: 40px !important;
}

.last\:u-p-6:last-child {
  padding: 48px !important;
}

.last\:u-p-7:last-child {
  padding: 56px !important;
}

.last\:u-p-8:last-child {
  padding: 64px !important;
}

.last\:u-p-9:last-child {
  padding: 72px !important;
}

.last\:u-p-10:last-child {
  padding: 80px !important;
}

.last\:u-p-16:last-child {
  padding: 128px !important;
}

.last\:u-p-gutter:last-child {
  padding: 15px !important;
}

.last\:u-p-container-gutter:last-child {
  padding: calc(15px + ((100vw - 100%)/2)) !important;
  padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.last\:u-py-0:last-child {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.last\:u-px-0:last-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.last\:u-py-1:last-child {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.last\:u-px-1:last-child {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.last\:u-py-2:last-child {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.last\:u-px-2:last-child {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.last\:u-py-3:last-child {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.last\:u-px-3:last-child {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.last\:u-py-4:last-child {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.last\:u-px-4:last-child {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.last\:u-py-5:last-child {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.last\:u-px-5:last-child {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.last\:u-py-6:last-child {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.last\:u-px-6:last-child {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.last\:u-py-7:last-child {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.last\:u-px-7:last-child {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.last\:u-py-8:last-child {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.last\:u-px-8:last-child {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.last\:u-py-9:last-child {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.last\:u-px-9:last-child {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.last\:u-py-10:last-child {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.last\:u-px-10:last-child {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.last\:u-py-16:last-child {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.last\:u-px-16:last-child {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.last\:u-py-gutter:last-child {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.last\:u-px-gutter:last-child {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.last\:u-py-container-gutter:last-child {
  padding-top: calc(15px + ((100vw - 100%)/2)) !important;
  padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.last\:u-px-container-gutter:last-child {
  padding-left: calc(15px + ((100vw - 100%)/2)) !important;
  padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  padding-right: calc(15px + ((100vw - 100%)/2)) !important;
  padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.last\:u-pt-0:last-child {
  padding-top: 0 !important;
}

.last\:u-pr-0:last-child {
  padding-right: 0 !important;
}

.last\:u-pb-0:last-child {
  padding-bottom: 0 !important;
}

.last\:u-pl-0:last-child {
  padding-left: 0 !important;
}

.last\:u-pt-1:last-child {
  padding-top: 8px !important;
}

.last\:u-pr-1:last-child {
  padding-right: 8px !important;
}

.last\:u-pb-1:last-child {
  padding-bottom: 8px !important;
}

.last\:u-pl-1:last-child {
  padding-left: 8px !important;
}

.last\:u-pt-2:last-child {
  padding-top: 16px !important;
}

.last\:u-pr-2:last-child {
  padding-right: 16px !important;
}

.last\:u-pb-2:last-child {
  padding-bottom: 16px !important;
}

.last\:u-pl-2:last-child {
  padding-left: 16px !important;
}

.last\:u-pt-3:last-child {
  padding-top: 24px !important;
}

.last\:u-pr-3:last-child {
  padding-right: 24px !important;
}

.last\:u-pb-3:last-child {
  padding-bottom: 24px !important;
}

.last\:u-pl-3:last-child {
  padding-left: 24px !important;
}

.last\:u-pt-4:last-child {
  padding-top: 32px !important;
}

.last\:u-pr-4:last-child {
  padding-right: 32px !important;
}

.last\:u-pb-4:last-child {
  padding-bottom: 32px !important;
}

.last\:u-pl-4:last-child {
  padding-left: 32px !important;
}

.last\:u-pt-5:last-child {
  padding-top: 40px !important;
}

.last\:u-pr-5:last-child {
  padding-right: 40px !important;
}

.last\:u-pb-5:last-child {
  padding-bottom: 40px !important;
}

.last\:u-pl-5:last-child {
  padding-left: 40px !important;
}

.last\:u-pt-6:last-child {
  padding-top: 48px !important;
}

.last\:u-pr-6:last-child {
  padding-right: 48px !important;
}

.last\:u-pb-6:last-child {
  padding-bottom: 48px !important;
}

.last\:u-pl-6:last-child {
  padding-left: 48px !important;
}

.last\:u-pt-7:last-child {
  padding-top: 56px !important;
}

.last\:u-pr-7:last-child {
  padding-right: 56px !important;
}

.last\:u-pb-7:last-child {
  padding-bottom: 56px !important;
}

.last\:u-pl-7:last-child {
  padding-left: 56px !important;
}

.last\:u-pt-8:last-child {
  padding-top: 64px !important;
}

.last\:u-pr-8:last-child {
  padding-right: 64px !important;
}

.last\:u-pb-8:last-child {
  padding-bottom: 64px !important;
}

.last\:u-pl-8:last-child {
  padding-left: 64px !important;
}

.last\:u-pt-9:last-child {
  padding-top: 72px !important;
}

.last\:u-pr-9:last-child {
  padding-right: 72px !important;
}

.last\:u-pb-9:last-child {
  padding-bottom: 72px !important;
}

.last\:u-pl-9:last-child {
  padding-left: 72px !important;
}

.last\:u-pt-10:last-child {
  padding-top: 80px !important;
}

.last\:u-pr-10:last-child {
  padding-right: 80px !important;
}

.last\:u-pb-10:last-child {
  padding-bottom: 80px !important;
}

.last\:u-pl-10:last-child {
  padding-left: 80px !important;
}

.last\:u-pt-16:last-child {
  padding-top: 128px !important;
}

.last\:u-pr-16:last-child {
  padding-right: 128px !important;
}

.last\:u-pb-16:last-child {
  padding-bottom: 128px !important;
}

.last\:u-pl-16:last-child {
  padding-left: 128px !important;
}

.last\:u-pt-gutter:last-child {
  padding-top: 15px !important;
}

.last\:u-pr-gutter:last-child {
  padding-right: 15px !important;
}

.last\:u-pb-gutter:last-child {
  padding-bottom: 15px !important;
}

.last\:u-pl-gutter:last-child {
  padding-left: 15px !important;
}

.last\:u-pt-container-gutter:last-child {
  padding-top: calc(15px + ((100vw - 100%)/2)) !important;
  padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.last\:u-pr-container-gutter:last-child {
  padding-right: calc(15px + ((100vw - 100%)/2)) !important;
  padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.last\:u-pb-container-gutter:last-child {
  padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.last\:u-pl-container-gutter:last-child {
  padding-left: calc(15px + ((100vw - 100%)/2)) !important;
  padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-first\:u-p-0:not(:first-child) {
  padding: 0 !important;
}

.not-first\:u-p-1:not(:first-child) {
  padding: 8px !important;
}

.not-first\:u-p-2:not(:first-child) {
  padding: 16px !important;
}

.not-first\:u-p-3:not(:first-child) {
  padding: 24px !important;
}

.not-first\:u-p-4:not(:first-child) {
  padding: 32px !important;
}

.not-first\:u-p-5:not(:first-child) {
  padding: 40px !important;
}

.not-first\:u-p-6:not(:first-child) {
  padding: 48px !important;
}

.not-first\:u-p-7:not(:first-child) {
  padding: 56px !important;
}

.not-first\:u-p-8:not(:first-child) {
  padding: 64px !important;
}

.not-first\:u-p-9:not(:first-child) {
  padding: 72px !important;
}

.not-first\:u-p-10:not(:first-child) {
  padding: 80px !important;
}

.not-first\:u-p-16:not(:first-child) {
  padding: 128px !important;
}

.not-first\:u-p-gutter:not(:first-child) {
  padding: 15px !important;
}

.not-first\:u-p-container-gutter:not(:first-child) {
  padding: calc(15px + ((100vw - 100%)/2)) !important;
  padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-first\:u-py-0:not(:first-child) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.not-first\:u-px-0:not(:first-child) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.not-first\:u-py-1:not(:first-child) {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.not-first\:u-px-1:not(:first-child) {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.not-first\:u-py-2:not(:first-child) {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.not-first\:u-px-2:not(:first-child) {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.not-first\:u-py-3:not(:first-child) {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.not-first\:u-px-3:not(:first-child) {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.not-first\:u-py-4:not(:first-child) {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.not-first\:u-px-4:not(:first-child) {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.not-first\:u-py-5:not(:first-child) {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.not-first\:u-px-5:not(:first-child) {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.not-first\:u-py-6:not(:first-child) {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.not-first\:u-px-6:not(:first-child) {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.not-first\:u-py-7:not(:first-child) {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.not-first\:u-px-7:not(:first-child) {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.not-first\:u-py-8:not(:first-child) {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.not-first\:u-px-8:not(:first-child) {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.not-first\:u-py-9:not(:first-child) {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.not-first\:u-px-9:not(:first-child) {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.not-first\:u-py-10:not(:first-child) {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.not-first\:u-px-10:not(:first-child) {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.not-first\:u-py-16:not(:first-child) {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.not-first\:u-px-16:not(:first-child) {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.not-first\:u-py-gutter:not(:first-child) {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.not-first\:u-px-gutter:not(:first-child) {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.not-first\:u-py-container-gutter:not(:first-child) {
  padding-top: calc(15px + ((100vw - 100%)/2)) !important;
  padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-first\:u-px-container-gutter:not(:first-child) {
  padding-left: calc(15px + ((100vw - 100%)/2)) !important;
  padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  padding-right: calc(15px + ((100vw - 100%)/2)) !important;
  padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-first\:u-pt-0:not(:first-child) {
  padding-top: 0 !important;
}

.not-first\:u-pr-0:not(:first-child) {
  padding-right: 0 !important;
}

.not-first\:u-pb-0:not(:first-child) {
  padding-bottom: 0 !important;
}

.not-first\:u-pl-0:not(:first-child) {
  padding-left: 0 !important;
}

.not-first\:u-pt-1:not(:first-child) {
  padding-top: 8px !important;
}

.not-first\:u-pr-1:not(:first-child) {
  padding-right: 8px !important;
}

.not-first\:u-pb-1:not(:first-child) {
  padding-bottom: 8px !important;
}

.not-first\:u-pl-1:not(:first-child) {
  padding-left: 8px !important;
}

.not-first\:u-pt-2:not(:first-child) {
  padding-top: 16px !important;
}

.not-first\:u-pr-2:not(:first-child) {
  padding-right: 16px !important;
}

.not-first\:u-pb-2:not(:first-child) {
  padding-bottom: 16px !important;
}

.not-first\:u-pl-2:not(:first-child) {
  padding-left: 16px !important;
}

.not-first\:u-pt-3:not(:first-child) {
  padding-top: 24px !important;
}

.not-first\:u-pr-3:not(:first-child) {
  padding-right: 24px !important;
}

.not-first\:u-pb-3:not(:first-child) {
  padding-bottom: 24px !important;
}

.not-first\:u-pl-3:not(:first-child) {
  padding-left: 24px !important;
}

.not-first\:u-pt-4:not(:first-child) {
  padding-top: 32px !important;
}

.not-first\:u-pr-4:not(:first-child) {
  padding-right: 32px !important;
}

.not-first\:u-pb-4:not(:first-child) {
  padding-bottom: 32px !important;
}

.not-first\:u-pl-4:not(:first-child) {
  padding-left: 32px !important;
}

.not-first\:u-pt-5:not(:first-child) {
  padding-top: 40px !important;
}

.not-first\:u-pr-5:not(:first-child) {
  padding-right: 40px !important;
}

.not-first\:u-pb-5:not(:first-child) {
  padding-bottom: 40px !important;
}

.not-first\:u-pl-5:not(:first-child) {
  padding-left: 40px !important;
}

.not-first\:u-pt-6:not(:first-child) {
  padding-top: 48px !important;
}

.not-first\:u-pr-6:not(:first-child) {
  padding-right: 48px !important;
}

.not-first\:u-pb-6:not(:first-child) {
  padding-bottom: 48px !important;
}

.not-first\:u-pl-6:not(:first-child) {
  padding-left: 48px !important;
}

.not-first\:u-pt-7:not(:first-child) {
  padding-top: 56px !important;
}

.not-first\:u-pr-7:not(:first-child) {
  padding-right: 56px !important;
}

.not-first\:u-pb-7:not(:first-child) {
  padding-bottom: 56px !important;
}

.not-first\:u-pl-7:not(:first-child) {
  padding-left: 56px !important;
}

.not-first\:u-pt-8:not(:first-child) {
  padding-top: 64px !important;
}

.not-first\:u-pr-8:not(:first-child) {
  padding-right: 64px !important;
}

.not-first\:u-pb-8:not(:first-child) {
  padding-bottom: 64px !important;
}

.not-first\:u-pl-8:not(:first-child) {
  padding-left: 64px !important;
}

.not-first\:u-pt-9:not(:first-child) {
  padding-top: 72px !important;
}

.not-first\:u-pr-9:not(:first-child) {
  padding-right: 72px !important;
}

.not-first\:u-pb-9:not(:first-child) {
  padding-bottom: 72px !important;
}

.not-first\:u-pl-9:not(:first-child) {
  padding-left: 72px !important;
}

.not-first\:u-pt-10:not(:first-child) {
  padding-top: 80px !important;
}

.not-first\:u-pr-10:not(:first-child) {
  padding-right: 80px !important;
}

.not-first\:u-pb-10:not(:first-child) {
  padding-bottom: 80px !important;
}

.not-first\:u-pl-10:not(:first-child) {
  padding-left: 80px !important;
}

.not-first\:u-pt-16:not(:first-child) {
  padding-top: 128px !important;
}

.not-first\:u-pr-16:not(:first-child) {
  padding-right: 128px !important;
}

.not-first\:u-pb-16:not(:first-child) {
  padding-bottom: 128px !important;
}

.not-first\:u-pl-16:not(:first-child) {
  padding-left: 128px !important;
}

.not-first\:u-pt-gutter:not(:first-child) {
  padding-top: 15px !important;
}

.not-first\:u-pr-gutter:not(:first-child) {
  padding-right: 15px !important;
}

.not-first\:u-pb-gutter:not(:first-child) {
  padding-bottom: 15px !important;
}

.not-first\:u-pl-gutter:not(:first-child) {
  padding-left: 15px !important;
}

.not-first\:u-pt-container-gutter:not(:first-child) {
  padding-top: calc(15px + ((100vw - 100%)/2)) !important;
  padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-first\:u-pr-container-gutter:not(:first-child) {
  padding-right: calc(15px + ((100vw - 100%)/2)) !important;
  padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-first\:u-pb-container-gutter:not(:first-child) {
  padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-first\:u-pl-container-gutter:not(:first-child) {
  padding-left: calc(15px + ((100vw - 100%)/2)) !important;
  padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-last\:u-p-0:not(:last-child) {
  padding: 0 !important;
}

.not-last\:u-p-1:not(:last-child) {
  padding: 8px !important;
}

.not-last\:u-p-2:not(:last-child) {
  padding: 16px !important;
}

.not-last\:u-p-3:not(:last-child) {
  padding: 24px !important;
}

.not-last\:u-p-4:not(:last-child) {
  padding: 32px !important;
}

.not-last\:u-p-5:not(:last-child) {
  padding: 40px !important;
}

.not-last\:u-p-6:not(:last-child) {
  padding: 48px !important;
}

.not-last\:u-p-7:not(:last-child) {
  padding: 56px !important;
}

.not-last\:u-p-8:not(:last-child) {
  padding: 64px !important;
}

.not-last\:u-p-9:not(:last-child) {
  padding: 72px !important;
}

.not-last\:u-p-10:not(:last-child) {
  padding: 80px !important;
}

.not-last\:u-p-16:not(:last-child) {
  padding: 128px !important;
}

.not-last\:u-p-gutter:not(:last-child) {
  padding: 15px !important;
}

.not-last\:u-p-container-gutter:not(:last-child) {
  padding: calc(15px + ((100vw - 100%)/2)) !important;
  padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-last\:u-py-0:not(:last-child) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.not-last\:u-px-0:not(:last-child) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.not-last\:u-py-1:not(:last-child) {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.not-last\:u-px-1:not(:last-child) {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.not-last\:u-py-2:not(:last-child) {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.not-last\:u-px-2:not(:last-child) {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.not-last\:u-py-3:not(:last-child) {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.not-last\:u-px-3:not(:last-child) {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.not-last\:u-py-4:not(:last-child) {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.not-last\:u-px-4:not(:last-child) {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.not-last\:u-py-5:not(:last-child) {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.not-last\:u-px-5:not(:last-child) {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.not-last\:u-py-6:not(:last-child) {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.not-last\:u-px-6:not(:last-child) {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.not-last\:u-py-7:not(:last-child) {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.not-last\:u-px-7:not(:last-child) {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.not-last\:u-py-8:not(:last-child) {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.not-last\:u-px-8:not(:last-child) {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.not-last\:u-py-9:not(:last-child) {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.not-last\:u-px-9:not(:last-child) {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.not-last\:u-py-10:not(:last-child) {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.not-last\:u-px-10:not(:last-child) {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.not-last\:u-py-16:not(:last-child) {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.not-last\:u-px-16:not(:last-child) {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.not-last\:u-py-gutter:not(:last-child) {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.not-last\:u-px-gutter:not(:last-child) {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.not-last\:u-py-container-gutter:not(:last-child) {
  padding-top: calc(15px + ((100vw - 100%)/2)) !important;
  padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-last\:u-px-container-gutter:not(:last-child) {
  padding-left: calc(15px + ((100vw - 100%)/2)) !important;
  padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  padding-right: calc(15px + ((100vw - 100%)/2)) !important;
  padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-last\:u-pt-0:not(:last-child) {
  padding-top: 0 !important;
}

.not-last\:u-pr-0:not(:last-child) {
  padding-right: 0 !important;
}

.not-last\:u-pb-0:not(:last-child) {
  padding-bottom: 0 !important;
}

.not-last\:u-pl-0:not(:last-child) {
  padding-left: 0 !important;
}

.not-last\:u-pt-1:not(:last-child) {
  padding-top: 8px !important;
}

.not-last\:u-pr-1:not(:last-child) {
  padding-right: 8px !important;
}

.not-last\:u-pb-1:not(:last-child) {
  padding-bottom: 8px !important;
}

.not-last\:u-pl-1:not(:last-child) {
  padding-left: 8px !important;
}

.not-last\:u-pt-2:not(:last-child) {
  padding-top: 16px !important;
}

.not-last\:u-pr-2:not(:last-child) {
  padding-right: 16px !important;
}

.not-last\:u-pb-2:not(:last-child) {
  padding-bottom: 16px !important;
}

.not-last\:u-pl-2:not(:last-child) {
  padding-left: 16px !important;
}

.not-last\:u-pt-3:not(:last-child) {
  padding-top: 24px !important;
}

.not-last\:u-pr-3:not(:last-child) {
  padding-right: 24px !important;
}

.not-last\:u-pb-3:not(:last-child) {
  padding-bottom: 24px !important;
}

.not-last\:u-pl-3:not(:last-child) {
  padding-left: 24px !important;
}

.not-last\:u-pt-4:not(:last-child) {
  padding-top: 32px !important;
}

.not-last\:u-pr-4:not(:last-child) {
  padding-right: 32px !important;
}

.not-last\:u-pb-4:not(:last-child) {
  padding-bottom: 32px !important;
}

.not-last\:u-pl-4:not(:last-child) {
  padding-left: 32px !important;
}

.not-last\:u-pt-5:not(:last-child) {
  padding-top: 40px !important;
}

.not-last\:u-pr-5:not(:last-child) {
  padding-right: 40px !important;
}

.not-last\:u-pb-5:not(:last-child) {
  padding-bottom: 40px !important;
}

.not-last\:u-pl-5:not(:last-child) {
  padding-left: 40px !important;
}

.not-last\:u-pt-6:not(:last-child) {
  padding-top: 48px !important;
}

.not-last\:u-pr-6:not(:last-child) {
  padding-right: 48px !important;
}

.not-last\:u-pb-6:not(:last-child) {
  padding-bottom: 48px !important;
}

.not-last\:u-pl-6:not(:last-child) {
  padding-left: 48px !important;
}

.not-last\:u-pt-7:not(:last-child) {
  padding-top: 56px !important;
}

.not-last\:u-pr-7:not(:last-child) {
  padding-right: 56px !important;
}

.not-last\:u-pb-7:not(:last-child) {
  padding-bottom: 56px !important;
}

.not-last\:u-pl-7:not(:last-child) {
  padding-left: 56px !important;
}

.not-last\:u-pt-8:not(:last-child) {
  padding-top: 64px !important;
}

.not-last\:u-pr-8:not(:last-child) {
  padding-right: 64px !important;
}

.not-last\:u-pb-8:not(:last-child) {
  padding-bottom: 64px !important;
}

.not-last\:u-pl-8:not(:last-child) {
  padding-left: 64px !important;
}

.not-last\:u-pt-9:not(:last-child) {
  padding-top: 72px !important;
}

.not-last\:u-pr-9:not(:last-child) {
  padding-right: 72px !important;
}

.not-last\:u-pb-9:not(:last-child) {
  padding-bottom: 72px !important;
}

.not-last\:u-pl-9:not(:last-child) {
  padding-left: 72px !important;
}

.not-last\:u-pt-10:not(:last-child) {
  padding-top: 80px !important;
}

.not-last\:u-pr-10:not(:last-child) {
  padding-right: 80px !important;
}

.not-last\:u-pb-10:not(:last-child) {
  padding-bottom: 80px !important;
}

.not-last\:u-pl-10:not(:last-child) {
  padding-left: 80px !important;
}

.not-last\:u-pt-16:not(:last-child) {
  padding-top: 128px !important;
}

.not-last\:u-pr-16:not(:last-child) {
  padding-right: 128px !important;
}

.not-last\:u-pb-16:not(:last-child) {
  padding-bottom: 128px !important;
}

.not-last\:u-pl-16:not(:last-child) {
  padding-left: 128px !important;
}

.not-last\:u-pt-gutter:not(:last-child) {
  padding-top: 15px !important;
}

.not-last\:u-pr-gutter:not(:last-child) {
  padding-right: 15px !important;
}

.not-last\:u-pb-gutter:not(:last-child) {
  padding-bottom: 15px !important;
}

.not-last\:u-pl-gutter:not(:last-child) {
  padding-left: 15px !important;
}

.not-last\:u-pt-container-gutter:not(:last-child) {
  padding-top: calc(15px + ((100vw - 100%)/2)) !important;
  padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-last\:u-pr-container-gutter:not(:last-child) {
  padding-right: calc(15px + ((100vw - 100%)/2)) !important;
  padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-last\:u-pb-container-gutter:not(:last-child) {
  padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
  padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.not-last\:u-pl-container-gutter:not(:last-child) {
  padding-left: calc(15px + ((100vw - 100%)/2)) !important;
  padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.u-pointer-events-none {
  pointer-events: none !important;
}

.u-pointer-events-auto {
  pointer-events: auto !important;
}

.u-static {
  position: static !important;
}

.u-fixed {
  position: fixed !important;
}

.u-absolute {
  position: absolute !important;
}

.u-relative {
  position: relative !important;
}

.u-sticky {
  position: sticky !important;
}

.u-pin-none {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.u-pin {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.u-pin-y {
  top: 0 !important;
  bottom: 0 !important;
}

.u-pin-x {
  right: 0 !important;
  left: 0 !important;
}

.u-pin-t {
  top: 0 !important;
}

.u-pin-r {
  right: 0 !important;
}

.u-pin-b {
  bottom: 0 !important;
}

.u-pin-l {
  left: 0 !important;
}

.u-resize-none {
  resize: none !important;
}

.u-resize-y {
  resize: vertical !important;
}

.u-resize-x {
  resize: horizontal !important;
}

.u-resize {
  resize: both !important;
}

.u-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
}

.u-shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
}

.u-shadow-md-dark {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
}

.u-shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}

.u-shadow-lg-dark {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
}

.u-shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}

.u-shadow-inner-bottom {
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
}

.u-shadow-outline {
  box-shadow: 0 0 0 .2rem #80b4d9 !important;
}

.u-shadow-outline-primary {
  box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
}

.u-shadow-outline-secondary {
  box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
}

.u-shadow-outline-tertiary {
  box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
}

.u-shadow-outline-black {
  box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
}

.u-shadow-outline-dark {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
}

.u-shadow-none {
  box-shadow: none !important;
}

.u-shadow-media {
  box-shadow: 1rem 1rem 0 0 #ffd53a !important;
}

.u-shadow-media-sm {
  box-shadow: .5rem .5rem 0 0 #ffd53a !important;
}

.u-shadow-media-var {
  box-shadow: 1rem 1rem 0 0 #68246d !important;
  box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
}

.u-shadow-media-var-sm {
  box-shadow: .5rem .5rem 0 0 #68246d !important;
  box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
}

.u-shadow-media-business {
  box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
}

.u-shadow-media-business-sm {
  box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
}

.u-shadow-outline-black-faint-and-thin {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
}

.hover\:u-shadow:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
}

.hover\:u-shadow-md:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
}

.hover\:u-shadow-md-dark:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
}

.hover\:u-shadow-lg:hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}

.hover\:u-shadow-lg-dark:hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
}

.hover\:u-shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}

.hover\:u-shadow-inner-bottom:hover {
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
}

.hover\:u-shadow-outline:hover {
  box-shadow: 0 0 0 .2rem #80b4d9 !important;
}

.hover\:u-shadow-outline-primary:hover {
  box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
}

.hover\:u-shadow-outline-secondary:hover {
  box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
}

.hover\:u-shadow-outline-tertiary:hover {
  box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
}

.hover\:u-shadow-outline-black:hover {
  box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
}

.hover\:u-shadow-outline-dark:hover {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
}

.hover\:u-shadow-none:hover {
  box-shadow: none !important;
}

.hover\:u-shadow-media:hover {
  box-shadow: 1rem 1rem 0 0 #ffd53a !important;
}

.hover\:u-shadow-media-sm:hover {
  box-shadow: .5rem .5rem 0 0 #ffd53a !important;
}

.hover\:u-shadow-media-var:hover {
  box-shadow: 1rem 1rem 0 0 #68246d !important;
  box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
}

.hover\:u-shadow-media-var-sm:hover {
  box-shadow: .5rem .5rem 0 0 #68246d !important;
  box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
}

.hover\:u-shadow-media-business:hover {
  box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
}

.hover\:u-shadow-media-business-sm:hover {
  box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
}

.hover\:u-shadow-outline-black-faint-and-thin:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
}

.focus\:u-shadow:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
}

.focus\:u-shadow-md:focus {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
}

.focus\:u-shadow-md-dark:focus {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
}

.focus\:u-shadow-lg:focus {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}

.focus\:u-shadow-lg-dark:focus {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
}

.focus\:u-shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}

.focus\:u-shadow-inner-bottom:focus {
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
}

.focus\:u-shadow-outline:focus {
  box-shadow: 0 0 0 .2rem #80b4d9 !important;
}

.focus\:u-shadow-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
}

.focus\:u-shadow-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
}

.focus\:u-shadow-outline-tertiary:focus {
  box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
}

.focus\:u-shadow-outline-black:focus {
  box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
}

.focus\:u-shadow-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
}

.focus\:u-shadow-none:focus {
  box-shadow: none !important;
}

.focus\:u-shadow-media:focus {
  box-shadow: 1rem 1rem 0 0 #ffd53a !important;
}

.focus\:u-shadow-media-sm:focus {
  box-shadow: .5rem .5rem 0 0 #ffd53a !important;
}

.focus\:u-shadow-media-var:focus {
  box-shadow: 1rem 1rem 0 0 #68246d !important;
  box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
}

.focus\:u-shadow-media-var-sm:focus {
  box-shadow: .5rem .5rem 0 0 #68246d !important;
  box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
}

.focus\:u-shadow-media-business:focus {
  box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
}

.focus\:u-shadow-media-business-sm:focus {
  box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
}

.focus\:u-shadow-outline-black-faint-and-thin:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
}

.focus-within\:u-shadow:focus-within {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
}

.focus-within\:u-shadow-md:focus-within {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
}

.focus-within\:u-shadow-md-dark:focus-within {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
}

.focus-within\:u-shadow-lg:focus-within {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}

.focus-within\:u-shadow-lg-dark:focus-within {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
}

.focus-within\:u-shadow-inner:focus-within {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}

.focus-within\:u-shadow-inner-bottom:focus-within {
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
}

.focus-within\:u-shadow-outline:focus-within {
  box-shadow: 0 0 0 .2rem #80b4d9 !important;
}

.focus-within\:u-shadow-outline-primary:focus-within {
  box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
}

.focus-within\:u-shadow-outline-secondary:focus-within {
  box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
}

.focus-within\:u-shadow-outline-tertiary:focus-within {
  box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
}

.focus-within\:u-shadow-outline-black:focus-within {
  box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
}

.focus-within\:u-shadow-outline-dark:focus-within {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
}

.focus-within\:u-shadow-none:focus-within {
  box-shadow: none !important;
}

.focus-within\:u-shadow-media:focus-within {
  box-shadow: 1rem 1rem 0 0 #ffd53a !important;
}

.focus-within\:u-shadow-media-sm:focus-within {
  box-shadow: .5rem .5rem 0 0 #ffd53a !important;
}

.focus-within\:u-shadow-media-var:focus-within {
  box-shadow: 1rem 1rem 0 0 #68246d !important;
  box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
}

.focus-within\:u-shadow-media-var-sm:focus-within {
  box-shadow: .5rem .5rem 0 0 #68246d !important;
  box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
}

.focus-within\:u-shadow-media-business:focus-within {
  box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
}

.focus-within\:u-shadow-media-business-sm:focus-within {
  box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
}

.focus-within\:u-shadow-outline-black-faint-and-thin:focus-within {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
}

.hocus\:u-shadow:hover,
.hocus\:u-shadow:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
}

.hocus\:u-shadow-md:hover,
.hocus\:u-shadow-md:focus {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
}

.hocus\:u-shadow-md-dark:hover,
.hocus\:u-shadow-md-dark:focus {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
}

.hocus\:u-shadow-lg:hover,
.hocus\:u-shadow-lg:focus {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}

.hocus\:u-shadow-lg-dark:hover,
.hocus\:u-shadow-lg-dark:focus {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
}

.hocus\:u-shadow-inner:hover,
.hocus\:u-shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}

.hocus\:u-shadow-inner-bottom:hover,
.hocus\:u-shadow-inner-bottom:focus {
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
}

.hocus\:u-shadow-outline:hover,
.hocus\:u-shadow-outline:focus {
  box-shadow: 0 0 0 .2rem #80b4d9 !important;
}

.hocus\:u-shadow-outline-primary:hover,
.hocus\:u-shadow-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
}

.hocus\:u-shadow-outline-secondary:hover,
.hocus\:u-shadow-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
}

.hocus\:u-shadow-outline-tertiary:hover,
.hocus\:u-shadow-outline-tertiary:focus {
  box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
}

.hocus\:u-shadow-outline-black:hover,
.hocus\:u-shadow-outline-black:focus {
  box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
}

.hocus\:u-shadow-outline-dark:hover,
.hocus\:u-shadow-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
}

.hocus\:u-shadow-none:hover,
.hocus\:u-shadow-none:focus {
  box-shadow: none !important;
}

.hocus\:u-shadow-media:hover,
.hocus\:u-shadow-media:focus {
  box-shadow: 1rem 1rem 0 0 #ffd53a !important;
}

.hocus\:u-shadow-media-sm:hover,
.hocus\:u-shadow-media-sm:focus {
  box-shadow: .5rem .5rem 0 0 #ffd53a !important;
}

.hocus\:u-shadow-media-var:hover,
.hocus\:u-shadow-media-var:focus {
  box-shadow: 1rem 1rem 0 0 #68246d !important;
  box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
}

.hocus\:u-shadow-media-var-sm:hover,
.hocus\:u-shadow-media-var-sm:focus {
  box-shadow: .5rem .5rem 0 0 #68246d !important;
  box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
}

.hocus\:u-shadow-media-business:hover,
.hocus\:u-shadow-media-business:focus {
  box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
}

.hocus\:u-shadow-media-business-sm:hover,
.hocus\:u-shadow-media-business-sm:focus {
  box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
}

.hocus\:u-shadow-outline-black-faint-and-thin:hover,
.hocus\:u-shadow-outline-black-faint-and-thin:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
}

.u-fill-current {
  fill: currentColor !important;
}

.u-stroke-current {
  stroke: currentColor !important;
}

.u-table-auto {
  table-layout: auto !important;
}

.u-table-fixed {
  table-layout: fixed !important;
}

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

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

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

.u-text-justify {
  text-align: justify !important;
}

.u-text-transparent {
  color: transparent !important;
}

.u-text-current-color {
  color: currentColor !important;
}

.u-text-inherit {
  color: inherit !important;
}

.u-text-purple {
  color: #68246d !important;
}

.u-text-darkpurple {
  color: #571b4f !important;
}

.u-text-yellow {
  color: #ffd53a !important;
}

.u-text-cyan {
  color: #00aeef !important;
}

.u-text-blue {
  color: #409ddd !important;
}

.u-text-light-green {
  color: #e2f4e9 !important;
}

.u-text-red {
  color: #be1e2c !important;
}

.u-text-gold {
  color: #afa961 !important;
}

.u-text-ink-100 {
  color: #002337 !important;
}

.u-text-stone {
  color: #dacda2 !important;
}

.u-text-sky {
  color: #a5c8d0 !important;
}

.u-text-heather {
  color: #cba8b1 !important;
}

.u-text-cedar {
  color: #b6aaa7 !important;
}

.u-text-business {
  color: #b3bdb1 !important;
}

.u-text-black {
  color: #333123 !important;
}

.u-text-white {
  color: #fff !important;
}

.u-text-grey-25 {
  color: #f7f7f7 !important;
}

.u-text-grey-50 {
  color: #ebebeb !important;
}

.u-text-grey-75 {
  color: #d9d9d9 !important;
}

.u-text-grey-100 {
  color: #afb4b6 !important;
}

.u-text-grey-200 {
  color: #898e91 !important;
}

.u-text-grey-300 {
  color: #64696c !important;
}

.u-text-grey-400 {
  color: #3c3c3b !important;
}

.u-text-youtube {
  color: #f00 !important;
}

.u-text-twitter {
  color: #1da1f2 !important;
}

.u-text-facebook {
  color: #3b5998 !important;
}

.u-text-instagram {
  color: #444 !important;
}

.u-text-linkedin {
  color: #0077b5 !important;
}

.u-text-college {
  color: #00664f !important;
}

.u-text-coll-collingwood {
  color: #d22630 !important;
}

.u-text-coll-grey {
  color: #af272f !important;
}

.u-text-coll-hatfield {
  color: #003865 !important;
}

.u-text-coll-johnsnow {
  color: #003865 !important;
}

.u-text-coll-jbutler {
  color: #d22630 !important;
}

.u-text-coll-south-college {
  color: #68246d !important;
}

.u-text-coll-staidans {
  color: #006747 !important;
}

.u-text-coll-stchads {
  color: #00573f !important;
}

.u-text-coll-stcuthberts {
  color: #00664f !important;
}

.u-text-coll-sthild {
  color: #0072ce !important;
}

.u-text-coll-stjohns {
  color: #1b365d !important;
}

.u-text-coll-stmarys {
  color: #753bbd !important;
}

.u-text-coll-stephenson {
  color: #d22630 !important;
}

.u-text-coll-trevelyan {
  color: #003865 !important;
}

.u-text-coll-university {
  color: #862633 !important;
}

.u-text-coll-ustinov {
  color: #003865 !important;
}

.u-text-coll-vanmildert {
  color: #ee2737 !important;
}

.u-text-primary {
  color: #68246d !important;
}

.u-text-secondary {
  color: #ffd53a !important;
}

.u-text-tertiary {
  color: #00aeef !important;
}

.u-text-success {
  color: #449d44 !important;
}

.u-text-danger {
  color: #be1e2c !important;
}

.u-text-warning {
  color: #da611e !important;
}

.u-text-info {
  color: #1180a1 !important;
}

.u-text-light {
  color: #fff !important;
}

.u-text-dark {
  color: #333123 !important;
}

.u-text-purple--dark {
  color: #531d57 !important;
}

.u-text-purple--light {
  color: #74287a !important;
}

.u-text-darkpurple--dark {
  color: #46163f !important;
}

.u-text-darkpurple--light {
  color: #611e58 !important;
}

.u-text-yellow--dark {
  color: #fac500 !important;
}

.u-text-yellow--light {
  color: #ffdd60 !important;
}

.u-text-cyan--dark {
  color: #008bbf !important;
}

.u-text-cyan--light {
  color: #0dbdff !important;
}

.u-text-blue--dark {
  color: #2281c2 !important;
}

.u-text-blue--light {
  color: #5dace2 !important;
}

.u-text-light-green--dark {
  color: #9edab5 !important;
}

.u-text-light-green--light {
  color: #fff !important;
}

.u-text-red--dark {
  color: #981823 !important;
}

.u-text-red--light {
  color: #d52231 !important;
}

.u-text-gold--dark {
  color: #908b49 !important;
}

.u-text-gold--light {
  color: #bab577 !important;
}

.u-text-ink-100--dark {
  color: #001c2c !important;
}

.u-text-ink-100--light {
  color: #00273e !important;
}

.u-text-stone--dark {
  color: #c4b06c !important;
}

.u-text-stone--light {
  color: #e7dfc3 !important;
}

.u-text-sky--dark {
  color: #74aab6 !important;
}

.u-text-sky--light {
  color: #c2dadf !important;
}

.u-text-heather--dark {
  color: #af7a87 !important;
}

.u-text-heather--light {
  color: #dcc4ca !important;
}

.u-text-cedar--dark {
  color: #968581 !important;
}

.u-text-cedar--light {
  color: #c9c0be !important;
}

.u-text-business--dark {
  color: #8c9b89 !important;
}

.u-text-business--light {
  color: #cad1c9 !important;
}

.u-text-black--dark {
  color: #29271c !important;
}

.u-text-black--light {
  color: #393727 !important;
}

.u-text-white--dark {
  color: #ccc !important;
}

.u-text-white--light {
  color: #fff !important;
}

.u-text-grey-25--dark {
  color: #c6c6c6 !important;
}

.u-text-grey-25--light {
  color: #fff !important;
}

.u-text-grey-50--dark {
  color: #bcbcbc !important;
}

.u-text-grey-50--light {
  color: #fff !important;
}

.u-text-grey-75--dark {
  color: #aeaeae !important;
}

.u-text-grey-75--light {
  color: #f3f3f3 !important;
}

.u-text-grey-100--dark {
  color: #8a9194 !important;
}

.u-text-grey-100--light {
  color: #c5c9ca !important;
}

.u-text-grey-200--dark {
  color: #6d7275 !important;
}

.u-text-grey-200--light {
  color: #9b9fa1 !important;
}

.u-text-grey-300--dark {
  color: #505456 !important;
}

.u-text-grey-300--light {
  color: #707679 !important;
}

.u-text-grey-400--dark {
  color: #30302f !important;
}

.u-text-grey-400--light {
  color: #434342 !important;
}

.u-text-youtube--dark {
  color: #c00 !important;
}

.u-text-youtube--light {
  color: #ff1f1f !important;
}

.u-text-twitter--dark {
  color: #0c84cd !important;
}

.u-text-twitter--light {
  color: #3caef4 !important;
}

.u-text-facebook--dark {
  color: #2f477a !important;
}

.u-text-facebook--light {
  color: #4264aa !important;
}

.u-text-instagram--dark {
  color: #363636 !important;
}

.u-text-instagram--light {
  color: #4c4c4c !important;
}

.u-text-linkedin--dark {
  color: #005f91 !important;
}

.u-text-linkedin--light {
  color: #0085cb !important;
}

.u-text-college--dark {
  color: #00523f !important;
}

.u-text-college--light {
  color: #007258 !important;
}

.u-text-coll-collingwood--dark {
  color: #a81e26 !important;
}

.u-text-coll-collingwood--light {
  color: #db3a44 !important;
}

.u-text-coll-grey--dark {
  color: #8c1f26 !important;
}

.u-text-coll-grey--light {
  color: #c42c35 !important;
}

.u-text-coll-hatfield--dark {
  color: #002d51 !important;
}

.u-text-coll-hatfield--light {
  color: #003f71 !important;
}

.u-text-coll-johnsnow--dark {
  color: #002d51 !important;
}

.u-text-coll-johnsnow--light {
  color: #003f71 !important;
}

.u-text-coll-jbutler--dark {
  color: #a81e26 !important;
}

.u-text-coll-jbutler--light {
  color: #db3a44 !important;
}

.u-text-coll-south-college--dark {
  color: #531d57 !important;
}

.u-text-coll-south-college--light {
  color: #74287a !important;
}

.u-text-coll-staidans--dark {
  color: #005239 !important;
}

.u-text-coll-staidans--light {
  color: #007350 !important;
}

.u-text-coll-stchads--dark {
  color: #004632 !important;
}

.u-text-coll-stchads--light {
  color: #006147 !important;
}

.u-text-coll-stcuthberts--dark {
  color: #00523f !important;
}

.u-text-coll-stcuthberts--light {
  color: #007258 !important;
}

.u-text-coll-sthild--dark {
  color: #005ba5 !important;
}

.u-text-coll-sthild--light {
  color: #0080e7 !important;
}

.u-text-coll-stjohns--dark {
  color: #162b4a !important;
}

.u-text-coll-stjohns--light {
  color: #1e3c68 !important;
}

.u-text-coll-stmarys--dark {
  color: #5e2f97 !important;
}

.u-text-coll-stmarys--light {
  color: #844ec8 !important;
}

.u-text-coll-stephenson--dark {
  color: #a81e26 !important;
}

.u-text-coll-stephenson--light {
  color: #db3a44 !important;
}

.u-text-coll-trevelyan--dark {
  color: #002d51 !important;
}

.u-text-coll-trevelyan--light {
  color: #003f71 !important;
}

.u-text-coll-university--dark {
  color: #6b1e29 !important;
}

.u-text-coll-university--light {
  color: #962b39 !important;
}

.u-text-coll-ustinov--dark {
  color: #002d51 !important;
}

.u-text-coll-ustinov--light {
  color: #003f71 !important;
}

.u-text-coll-vanmildert--dark {
  color: #cd101f !important;
}

.u-text-coll-vanmildert--light {
  color: #f04654 !important;
}

.u-text-primary--dark {
  color: #531d57 !important;
}

.u-text-primary--light {
  color: #74287a !important;
}

.u-text-secondary--dark {
  color: #fac500 !important;
}

.u-text-secondary--light {
  color: #ffdd60 !important;
}

.u-text-tertiary--dark {
  color: #008bbf !important;
}

.u-text-tertiary--light {
  color: #0dbdff !important;
}

.u-text-success--dark {
  color: #367e36 !important;
}

.u-text-success--light {
  color: #4cb04c !important;
}

.u-text-danger--dark {
  color: #981823 !important;
}

.u-text-danger--light {
  color: #d52231 !important;
}

.u-text-warning--dark {
  color: #ae4e18 !important;
}

.u-text-warning--light {
  color: #e37233 !important;
}

.u-text-info--dark {
  color: #0e6681 !important;
}

.u-text-info--light {
  color: #138fb4 !important;
}

.u-text-light--dark {
  color: #ccc !important;
}

.u-text-light--light {
  color: #fff !important;
}

.u-text-dark--dark {
  color: #29271c !important;
}

.u-text-dark--light {
  color: #393727 !important;
}

.hover\:u-text-transparent:hover {
  color: transparent !important;
}

.hover\:u-text-current-color:hover {
  color: currentColor !important;
}

.hover\:u-text-inherit:hover {
  color: inherit !important;
}

.hover\:u-text-purple:hover {
  color: #68246d !important;
}

.hover\:u-text-darkpurple:hover {
  color: #571b4f !important;
}

.hover\:u-text-yellow:hover {
  color: #ffd53a !important;
}

.hover\:u-text-cyan:hover {
  color: #00aeef !important;
}

.hover\:u-text-blue:hover {
  color: #409ddd !important;
}

.hover\:u-text-light-green:hover {
  color: #e2f4e9 !important;
}

.hover\:u-text-red:hover {
  color: #be1e2c !important;
}

.hover\:u-text-gold:hover {
  color: #afa961 !important;
}

.hover\:u-text-ink-100:hover {
  color: #002337 !important;
}

.hover\:u-text-stone:hover {
  color: #dacda2 !important;
}

.hover\:u-text-sky:hover {
  color: #a5c8d0 !important;
}

.hover\:u-text-heather:hover {
  color: #cba8b1 !important;
}

.hover\:u-text-cedar:hover {
  color: #b6aaa7 !important;
}

.hover\:u-text-business:hover {
  color: #b3bdb1 !important;
}

.hover\:u-text-black:hover {
  color: #333123 !important;
}

.hover\:u-text-white:hover {
  color: #fff !important;
}

.hover\:u-text-grey-25:hover {
  color: #f7f7f7 !important;
}

.hover\:u-text-grey-50:hover {
  color: #ebebeb !important;
}

.hover\:u-text-grey-75:hover {
  color: #d9d9d9 !important;
}

.hover\:u-text-grey-100:hover {
  color: #afb4b6 !important;
}

.hover\:u-text-grey-200:hover {
  color: #898e91 !important;
}

.hover\:u-text-grey-300:hover {
  color: #64696c !important;
}

.hover\:u-text-grey-400:hover {
  color: #3c3c3b !important;
}

.hover\:u-text-youtube:hover {
  color: #f00 !important;
}

.hover\:u-text-twitter:hover {
  color: #1da1f2 !important;
}

.hover\:u-text-facebook:hover {
  color: #3b5998 !important;
}

.hover\:u-text-instagram:hover {
  color: #444 !important;
}

.hover\:u-text-linkedin:hover {
  color: #0077b5 !important;
}

.hover\:u-text-college:hover {
  color: #00664f !important;
}

.hover\:u-text-coll-collingwood:hover {
  color: #d22630 !important;
}

.hover\:u-text-coll-grey:hover {
  color: #af272f !important;
}

.hover\:u-text-coll-hatfield:hover {
  color: #003865 !important;
}

.hover\:u-text-coll-johnsnow:hover {
  color: #003865 !important;
}

.hover\:u-text-coll-jbutler:hover {
  color: #d22630 !important;
}

.hover\:u-text-coll-south-college:hover {
  color: #68246d !important;
}

.hover\:u-text-coll-staidans:hover {
  color: #006747 !important;
}

.hover\:u-text-coll-stchads:hover {
  color: #00573f !important;
}

.hover\:u-text-coll-stcuthberts:hover {
  color: #00664f !important;
}

.hover\:u-text-coll-sthild:hover {
  color: #0072ce !important;
}

.hover\:u-text-coll-stjohns:hover {
  color: #1b365d !important;
}

.hover\:u-text-coll-stmarys:hover {
  color: #753bbd !important;
}

.hover\:u-text-coll-stephenson:hover {
  color: #d22630 !important;
}

.hover\:u-text-coll-trevelyan:hover {
  color: #003865 !important;
}

.hover\:u-text-coll-university:hover {
  color: #862633 !important;
}

.hover\:u-text-coll-ustinov:hover {
  color: #003865 !important;
}

.hover\:u-text-coll-vanmildert:hover {
  color: #ee2737 !important;
}

.hover\:u-text-primary:hover {
  color: #68246d !important;
}

.hover\:u-text-secondary:hover {
  color: #ffd53a !important;
}

.hover\:u-text-tertiary:hover {
  color: #00aeef !important;
}

.hover\:u-text-success:hover {
  color: #449d44 !important;
}

.hover\:u-text-danger:hover {
  color: #be1e2c !important;
}

.hover\:u-text-warning:hover {
  color: #da611e !important;
}

.hover\:u-text-info:hover {
  color: #1180a1 !important;
}

.hover\:u-text-light:hover {
  color: #fff !important;
}

.hover\:u-text-dark:hover {
  color: #333123 !important;
}

.hover\:u-text-purple--dark:hover {
  color: #531d57 !important;
}

.hover\:u-text-purple--light:hover {
  color: #74287a !important;
}

.hover\:u-text-darkpurple--dark:hover {
  color: #46163f !important;
}

.hover\:u-text-darkpurple--light:hover {
  color: #611e58 !important;
}

.hover\:u-text-yellow--dark:hover {
  color: #fac500 !important;
}

.hover\:u-text-yellow--light:hover {
  color: #ffdd60 !important;
}

.hover\:u-text-cyan--dark:hover {
  color: #008bbf !important;
}

.hover\:u-text-cyan--light:hover {
  color: #0dbdff !important;
}

.hover\:u-text-blue--dark:hover {
  color: #2281c2 !important;
}

.hover\:u-text-blue--light:hover {
  color: #5dace2 !important;
}

.hover\:u-text-light-green--dark:hover {
  color: #9edab5 !important;
}

.hover\:u-text-light-green--light:hover {
  color: #fff !important;
}

.hover\:u-text-red--dark:hover {
  color: #981823 !important;
}

.hover\:u-text-red--light:hover {
  color: #d52231 !important;
}

.hover\:u-text-gold--dark:hover {
  color: #908b49 !important;
}

.hover\:u-text-gold--light:hover {
  color: #bab577 !important;
}

.hover\:u-text-ink-100--dark:hover {
  color: #001c2c !important;
}

.hover\:u-text-ink-100--light:hover {
  color: #00273e !important;
}

.hover\:u-text-stone--dark:hover {
  color: #c4b06c !important;
}

.hover\:u-text-stone--light:hover {
  color: #e7dfc3 !important;
}

.hover\:u-text-sky--dark:hover {
  color: #74aab6 !important;
}

.hover\:u-text-sky--light:hover {
  color: #c2dadf !important;
}

.hover\:u-text-heather--dark:hover {
  color: #af7a87 !important;
}

.hover\:u-text-heather--light:hover {
  color: #dcc4ca !important;
}

.hover\:u-text-cedar--dark:hover {
  color: #968581 !important;
}

.hover\:u-text-cedar--light:hover {
  color: #c9c0be !important;
}

.hover\:u-text-business--dark:hover {
  color: #8c9b89 !important;
}

.hover\:u-text-business--light:hover {
  color: #cad1c9 !important;
}

.hover\:u-text-black--dark:hover {
  color: #29271c !important;
}

.hover\:u-text-black--light:hover {
  color: #393727 !important;
}

.hover\:u-text-white--dark:hover {
  color: #ccc !important;
}

.hover\:u-text-white--light:hover {
  color: #fff !important;
}

.hover\:u-text-grey-25--dark:hover {
  color: #c6c6c6 !important;
}

.hover\:u-text-grey-25--light:hover {
  color: #fff !important;
}

.hover\:u-text-grey-50--dark:hover {
  color: #bcbcbc !important;
}

.hover\:u-text-grey-50--light:hover {
  color: #fff !important;
}

.hover\:u-text-grey-75--dark:hover {
  color: #aeaeae !important;
}

.hover\:u-text-grey-75--light:hover {
  color: #f3f3f3 !important;
}

.hover\:u-text-grey-100--dark:hover {
  color: #8a9194 !important;
}

.hover\:u-text-grey-100--light:hover {
  color: #c5c9ca !important;
}

.hover\:u-text-grey-200--dark:hover {
  color: #6d7275 !important;
}

.hover\:u-text-grey-200--light:hover {
  color: #9b9fa1 !important;
}

.hover\:u-text-grey-300--dark:hover {
  color: #505456 !important;
}

.hover\:u-text-grey-300--light:hover {
  color: #707679 !important;
}

.hover\:u-text-grey-400--dark:hover {
  color: #30302f !important;
}

.hover\:u-text-grey-400--light:hover {
  color: #434342 !important;
}

.hover\:u-text-youtube--dark:hover {
  color: #c00 !important;
}

.hover\:u-text-youtube--light:hover {
  color: #ff1f1f !important;
}

.hover\:u-text-twitter--dark:hover {
  color: #0c84cd !important;
}

.hover\:u-text-twitter--light:hover {
  color: #3caef4 !important;
}

.hover\:u-text-facebook--dark:hover {
  color: #2f477a !important;
}

.hover\:u-text-facebook--light:hover {
  color: #4264aa !important;
}

.hover\:u-text-instagram--dark:hover {
  color: #363636 !important;
}

.hover\:u-text-instagram--light:hover {
  color: #4c4c4c !important;
}

.hover\:u-text-linkedin--dark:hover {
  color: #005f91 !important;
}

.hover\:u-text-linkedin--light:hover {
  color: #0085cb !important;
}

.hover\:u-text-college--dark:hover {
  color: #00523f !important;
}

.hover\:u-text-college--light:hover {
  color: #007258 !important;
}

.hover\:u-text-coll-collingwood--dark:hover {
  color: #a81e26 !important;
}

.hover\:u-text-coll-collingwood--light:hover {
  color: #db3a44 !important;
}

.hover\:u-text-coll-grey--dark:hover {
  color: #8c1f26 !important;
}

.hover\:u-text-coll-grey--light:hover {
  color: #c42c35 !important;
}

.hover\:u-text-coll-hatfield--dark:hover {
  color: #002d51 !important;
}

.hover\:u-text-coll-hatfield--light:hover {
  color: #003f71 !important;
}

.hover\:u-text-coll-johnsnow--dark:hover {
  color: #002d51 !important;
}

.hover\:u-text-coll-johnsnow--light:hover {
  color: #003f71 !important;
}

.hover\:u-text-coll-jbutler--dark:hover {
  color: #a81e26 !important;
}

.hover\:u-text-coll-jbutler--light:hover {
  color: #db3a44 !important;
}

.hover\:u-text-coll-south-college--dark:hover {
  color: #531d57 !important;
}

.hover\:u-text-coll-south-college--light:hover {
  color: #74287a !important;
}

.hover\:u-text-coll-staidans--dark:hover {
  color: #005239 !important;
}

.hover\:u-text-coll-staidans--light:hover {
  color: #007350 !important;
}

.hover\:u-text-coll-stchads--dark:hover {
  color: #004632 !important;
}

.hover\:u-text-coll-stchads--light:hover {
  color: #006147 !important;
}

.hover\:u-text-coll-stcuthberts--dark:hover {
  color: #00523f !important;
}

.hover\:u-text-coll-stcuthberts--light:hover {
  color: #007258 !important;
}

.hover\:u-text-coll-sthild--dark:hover {
  color: #005ba5 !important;
}

.hover\:u-text-coll-sthild--light:hover {
  color: #0080e7 !important;
}

.hover\:u-text-coll-stjohns--dark:hover {
  color: #162b4a !important;
}

.hover\:u-text-coll-stjohns--light:hover {
  color: #1e3c68 !important;
}

.hover\:u-text-coll-stmarys--dark:hover {
  color: #5e2f97 !important;
}

.hover\:u-text-coll-stmarys--light:hover {
  color: #844ec8 !important;
}

.hover\:u-text-coll-stephenson--dark:hover {
  color: #a81e26 !important;
}

.hover\:u-text-coll-stephenson--light:hover {
  color: #db3a44 !important;
}

.hover\:u-text-coll-trevelyan--dark:hover {
  color: #002d51 !important;
}

.hover\:u-text-coll-trevelyan--light:hover {
  color: #003f71 !important;
}

.hover\:u-text-coll-university--dark:hover {
  color: #6b1e29 !important;
}

.hover\:u-text-coll-university--light:hover {
  color: #962b39 !important;
}

.hover\:u-text-coll-ustinov--dark:hover {
  color: #002d51 !important;
}

.hover\:u-text-coll-ustinov--light:hover {
  color: #003f71 !important;
}

.hover\:u-text-coll-vanmildert--dark:hover {
  color: #cd101f !important;
}

.hover\:u-text-coll-vanmildert--light:hover {
  color: #f04654 !important;
}

.hover\:u-text-primary--dark:hover {
  color: #531d57 !important;
}

.hover\:u-text-primary--light:hover {
  color: #74287a !important;
}

.hover\:u-text-secondary--dark:hover {
  color: #fac500 !important;
}

.hover\:u-text-secondary--light:hover {
  color: #ffdd60 !important;
}

.hover\:u-text-tertiary--dark:hover {
  color: #008bbf !important;
}

.hover\:u-text-tertiary--light:hover {
  color: #0dbdff !important;
}

.hover\:u-text-success--dark:hover {
  color: #367e36 !important;
}

.hover\:u-text-success--light:hover {
  color: #4cb04c !important;
}

.hover\:u-text-danger--dark:hover {
  color: #981823 !important;
}

.hover\:u-text-danger--light:hover {
  color: #d52231 !important;
}

.hover\:u-text-warning--dark:hover {
  color: #ae4e18 !important;
}

.hover\:u-text-warning--light:hover {
  color: #e37233 !important;
}

.hover\:u-text-info--dark:hover {
  color: #0e6681 !important;
}

.hover\:u-text-info--light:hover {
  color: #138fb4 !important;
}

.hover\:u-text-light--dark:hover {
  color: #ccc !important;
}

.hover\:u-text-light--light:hover {
  color: #fff !important;
}

.hover\:u-text-dark--dark:hover {
  color: #29271c !important;
}

.hover\:u-text-dark--light:hover {
  color: #393727 !important;
}

.focus\:u-text-transparent:focus {
  color: transparent !important;
}

.focus\:u-text-current-color:focus {
  color: currentColor !important;
}

.focus\:u-text-inherit:focus {
  color: inherit !important;
}

.focus\:u-text-purple:focus {
  color: #68246d !important;
}

.focus\:u-text-darkpurple:focus {
  color: #571b4f !important;
}

.focus\:u-text-yellow:focus {
  color: #ffd53a !important;
}

.focus\:u-text-cyan:focus {
  color: #00aeef !important;
}

.focus\:u-text-blue:focus {
  color: #409ddd !important;
}

.focus\:u-text-light-green:focus {
  color: #e2f4e9 !important;
}

.focus\:u-text-red:focus {
  color: #be1e2c !important;
}

.focus\:u-text-gold:focus {
  color: #afa961 !important;
}

.focus\:u-text-ink-100:focus {
  color: #002337 !important;
}

.focus\:u-text-stone:focus {
  color: #dacda2 !important;
}

.focus\:u-text-sky:focus {
  color: #a5c8d0 !important;
}

.focus\:u-text-heather:focus {
  color: #cba8b1 !important;
}

.focus\:u-text-cedar:focus {
  color: #b6aaa7 !important;
}

.focus\:u-text-business:focus {
  color: #b3bdb1 !important;
}

.focus\:u-text-black:focus {
  color: #333123 !important;
}

.focus\:u-text-white:focus {
  color: #fff !important;
}

.focus\:u-text-grey-25:focus {
  color: #f7f7f7 !important;
}

.focus\:u-text-grey-50:focus {
  color: #ebebeb !important;
}

.focus\:u-text-grey-75:focus {
  color: #d9d9d9 !important;
}

.focus\:u-text-grey-100:focus {
  color: #afb4b6 !important;
}

.focus\:u-text-grey-200:focus {
  color: #898e91 !important;
}

.focus\:u-text-grey-300:focus {
  color: #64696c !important;
}

.focus\:u-text-grey-400:focus {
  color: #3c3c3b !important;
}

.focus\:u-text-youtube:focus {
  color: #f00 !important;
}

.focus\:u-text-twitter:focus {
  color: #1da1f2 !important;
}

.focus\:u-text-facebook:focus {
  color: #3b5998 !important;
}

.focus\:u-text-instagram:focus {
  color: #444 !important;
}

.focus\:u-text-linkedin:focus {
  color: #0077b5 !important;
}

.focus\:u-text-college:focus {
  color: #00664f !important;
}

.focus\:u-text-coll-collingwood:focus {
  color: #d22630 !important;
}

.focus\:u-text-coll-grey:focus {
  color: #af272f !important;
}

.focus\:u-text-coll-hatfield:focus {
  color: #003865 !important;
}

.focus\:u-text-coll-johnsnow:focus {
  color: #003865 !important;
}

.focus\:u-text-coll-jbutler:focus {
  color: #d22630 !important;
}

.focus\:u-text-coll-south-college:focus {
  color: #68246d !important;
}

.focus\:u-text-coll-staidans:focus {
  color: #006747 !important;
}

.focus\:u-text-coll-stchads:focus {
  color: #00573f !important;
}

.focus\:u-text-coll-stcuthberts:focus {
  color: #00664f !important;
}

.focus\:u-text-coll-sthild:focus {
  color: #0072ce !important;
}

.focus\:u-text-coll-stjohns:focus {
  color: #1b365d !important;
}

.focus\:u-text-coll-stmarys:focus {
  color: #753bbd !important;
}

.focus\:u-text-coll-stephenson:focus {
  color: #d22630 !important;
}

.focus\:u-text-coll-trevelyan:focus {
  color: #003865 !important;
}

.focus\:u-text-coll-university:focus {
  color: #862633 !important;
}

.focus\:u-text-coll-ustinov:focus {
  color: #003865 !important;
}

.focus\:u-text-coll-vanmildert:focus {
  color: #ee2737 !important;
}

.focus\:u-text-primary:focus {
  color: #68246d !important;
}

.focus\:u-text-secondary:focus {
  color: #ffd53a !important;
}

.focus\:u-text-tertiary:focus {
  color: #00aeef !important;
}

.focus\:u-text-success:focus {
  color: #449d44 !important;
}

.focus\:u-text-danger:focus {
  color: #be1e2c !important;
}

.focus\:u-text-warning:focus {
  color: #da611e !important;
}

.focus\:u-text-info:focus {
  color: #1180a1 !important;
}

.focus\:u-text-light:focus {
  color: #fff !important;
}

.focus\:u-text-dark:focus {
  color: #333123 !important;
}

.focus\:u-text-purple--dark:focus {
  color: #531d57 !important;
}

.focus\:u-text-purple--light:focus {
  color: #74287a !important;
}

.focus\:u-text-darkpurple--dark:focus {
  color: #46163f !important;
}

.focus\:u-text-darkpurple--light:focus {
  color: #611e58 !important;
}

.focus\:u-text-yellow--dark:focus {
  color: #fac500 !important;
}

.focus\:u-text-yellow--light:focus {
  color: #ffdd60 !important;
}

.focus\:u-text-cyan--dark:focus {
  color: #008bbf !important;
}

.focus\:u-text-cyan--light:focus {
  color: #0dbdff !important;
}

.focus\:u-text-blue--dark:focus {
  color: #2281c2 !important;
}

.focus\:u-text-blue--light:focus {
  color: #5dace2 !important;
}

.focus\:u-text-light-green--dark:focus {
  color: #9edab5 !important;
}

.focus\:u-text-light-green--light:focus {
  color: #fff !important;
}

.focus\:u-text-red--dark:focus {
  color: #981823 !important;
}

.focus\:u-text-red--light:focus {
  color: #d52231 !important;
}

.focus\:u-text-gold--dark:focus {
  color: #908b49 !important;
}

.focus\:u-text-gold--light:focus {
  color: #bab577 !important;
}

.focus\:u-text-ink-100--dark:focus {
  color: #001c2c !important;
}

.focus\:u-text-ink-100--light:focus {
  color: #00273e !important;
}

.focus\:u-text-stone--dark:focus {
  color: #c4b06c !important;
}

.focus\:u-text-stone--light:focus {
  color: #e7dfc3 !important;
}

.focus\:u-text-sky--dark:focus {
  color: #74aab6 !important;
}

.focus\:u-text-sky--light:focus {
  color: #c2dadf !important;
}

.focus\:u-text-heather--dark:focus {
  color: #af7a87 !important;
}

.focus\:u-text-heather--light:focus {
  color: #dcc4ca !important;
}

.focus\:u-text-cedar--dark:focus {
  color: #968581 !important;
}

.focus\:u-text-cedar--light:focus {
  color: #c9c0be !important;
}

.focus\:u-text-business--dark:focus {
  color: #8c9b89 !important;
}

.focus\:u-text-business--light:focus {
  color: #cad1c9 !important;
}

.focus\:u-text-black--dark:focus {
  color: #29271c !important;
}

.focus\:u-text-black--light:focus {
  color: #393727 !important;
}

.focus\:u-text-white--dark:focus {
  color: #ccc !important;
}

.focus\:u-text-white--light:focus {
  color: #fff !important;
}

.focus\:u-text-grey-25--dark:focus {
  color: #c6c6c6 !important;
}

.focus\:u-text-grey-25--light:focus {
  color: #fff !important;
}

.focus\:u-text-grey-50--dark:focus {
  color: #bcbcbc !important;
}

.focus\:u-text-grey-50--light:focus {
  color: #fff !important;
}

.focus\:u-text-grey-75--dark:focus {
  color: #aeaeae !important;
}

.focus\:u-text-grey-75--light:focus {
  color: #f3f3f3 !important;
}

.focus\:u-text-grey-100--dark:focus {
  color: #8a9194 !important;
}

.focus\:u-text-grey-100--light:focus {
  color: #c5c9ca !important;
}

.focus\:u-text-grey-200--dark:focus {
  color: #6d7275 !important;
}

.focus\:u-text-grey-200--light:focus {
  color: #9b9fa1 !important;
}

.focus\:u-text-grey-300--dark:focus {
  color: #505456 !important;
}

.focus\:u-text-grey-300--light:focus {
  color: #707679 !important;
}

.focus\:u-text-grey-400--dark:focus {
  color: #30302f !important;
}

.focus\:u-text-grey-400--light:focus {
  color: #434342 !important;
}

.focus\:u-text-youtube--dark:focus {
  color: #c00 !important;
}

.focus\:u-text-youtube--light:focus {
  color: #ff1f1f !important;
}

.focus\:u-text-twitter--dark:focus {
  color: #0c84cd !important;
}

.focus\:u-text-twitter--light:focus {
  color: #3caef4 !important;
}

.focus\:u-text-facebook--dark:focus {
  color: #2f477a !important;
}

.focus\:u-text-facebook--light:focus {
  color: #4264aa !important;
}

.focus\:u-text-instagram--dark:focus {
  color: #363636 !important;
}

.focus\:u-text-instagram--light:focus {
  color: #4c4c4c !important;
}

.focus\:u-text-linkedin--dark:focus {
  color: #005f91 !important;
}

.focus\:u-text-linkedin--light:focus {
  color: #0085cb !important;
}

.focus\:u-text-college--dark:focus {
  color: #00523f !important;
}

.focus\:u-text-college--light:focus {
  color: #007258 !important;
}

.focus\:u-text-coll-collingwood--dark:focus {
  color: #a81e26 !important;
}

.focus\:u-text-coll-collingwood--light:focus {
  color: #db3a44 !important;
}

.focus\:u-text-coll-grey--dark:focus {
  color: #8c1f26 !important;
}

.focus\:u-text-coll-grey--light:focus {
  color: #c42c35 !important;
}

.focus\:u-text-coll-hatfield--dark:focus {
  color: #002d51 !important;
}

.focus\:u-text-coll-hatfield--light:focus {
  color: #003f71 !important;
}

.focus\:u-text-coll-johnsnow--dark:focus {
  color: #002d51 !important;
}

.focus\:u-text-coll-johnsnow--light:focus {
  color: #003f71 !important;
}

.focus\:u-text-coll-jbutler--dark:focus {
  color: #a81e26 !important;
}

.focus\:u-text-coll-jbutler--light:focus {
  color: #db3a44 !important;
}

.focus\:u-text-coll-south-college--dark:focus {
  color: #531d57 !important;
}

.focus\:u-text-coll-south-college--light:focus {
  color: #74287a !important;
}

.focus\:u-text-coll-staidans--dark:focus {
  color: #005239 !important;
}

.focus\:u-text-coll-staidans--light:focus {
  color: #007350 !important;
}

.focus\:u-text-coll-stchads--dark:focus {
  color: #004632 !important;
}

.focus\:u-text-coll-stchads--light:focus {
  color: #006147 !important;
}

.focus\:u-text-coll-stcuthberts--dark:focus {
  color: #00523f !important;
}

.focus\:u-text-coll-stcuthberts--light:focus {
  color: #007258 !important;
}

.focus\:u-text-coll-sthild--dark:focus {
  color: #005ba5 !important;
}

.focus\:u-text-coll-sthild--light:focus {
  color: #0080e7 !important;
}

.focus\:u-text-coll-stjohns--dark:focus {
  color: #162b4a !important;
}

.focus\:u-text-coll-stjohns--light:focus {
  color: #1e3c68 !important;
}

.focus\:u-text-coll-stmarys--dark:focus {
  color: #5e2f97 !important;
}

.focus\:u-text-coll-stmarys--light:focus {
  color: #844ec8 !important;
}

.focus\:u-text-coll-stephenson--dark:focus {
  color: #a81e26 !important;
}

.focus\:u-text-coll-stephenson--light:focus {
  color: #db3a44 !important;
}

.focus\:u-text-coll-trevelyan--dark:focus {
  color: #002d51 !important;
}

.focus\:u-text-coll-trevelyan--light:focus {
  color: #003f71 !important;
}

.focus\:u-text-coll-university--dark:focus {
  color: #6b1e29 !important;
}

.focus\:u-text-coll-university--light:focus {
  color: #962b39 !important;
}

.focus\:u-text-coll-ustinov--dark:focus {
  color: #002d51 !important;
}

.focus\:u-text-coll-ustinov--light:focus {
  color: #003f71 !important;
}

.focus\:u-text-coll-vanmildert--dark:focus {
  color: #cd101f !important;
}

.focus\:u-text-coll-vanmildert--light:focus {
  color: #f04654 !important;
}

.focus\:u-text-primary--dark:focus {
  color: #531d57 !important;
}

.focus\:u-text-primary--light:focus {
  color: #74287a !important;
}

.focus\:u-text-secondary--dark:focus {
  color: #fac500 !important;
}

.focus\:u-text-secondary--light:focus {
  color: #ffdd60 !important;
}

.focus\:u-text-tertiary--dark:focus {
  color: #008bbf !important;
}

.focus\:u-text-tertiary--light:focus {
  color: #0dbdff !important;
}

.focus\:u-text-success--dark:focus {
  color: #367e36 !important;
}

.focus\:u-text-success--light:focus {
  color: #4cb04c !important;
}

.focus\:u-text-danger--dark:focus {
  color: #981823 !important;
}

.focus\:u-text-danger--light:focus {
  color: #d52231 !important;
}

.focus\:u-text-warning--dark:focus {
  color: #ae4e18 !important;
}

.focus\:u-text-warning--light:focus {
  color: #e37233 !important;
}

.focus\:u-text-info--dark:focus {
  color: #0e6681 !important;
}

.focus\:u-text-info--light:focus {
  color: #138fb4 !important;
}

.focus\:u-text-light--dark:focus {
  color: #ccc !important;
}

.focus\:u-text-light--light:focus {
  color: #fff !important;
}

.focus\:u-text-dark--dark:focus {
  color: #29271c !important;
}

.focus\:u-text-dark--light:focus {
  color: #393727 !important;
}

.ui-state-active .ui-active\:u-text-transparent {
  color: transparent !important;
}

.ui-state-active .ui-active\:u-text-current-color {
  color: currentColor !important;
}

.ui-state-active .ui-active\:u-text-inherit {
  color: inherit !important;
}

.ui-state-active .ui-active\:u-text-purple {
  color: #68246d !important;
}

.ui-state-active .ui-active\:u-text-darkpurple {
  color: #571b4f !important;
}

.ui-state-active .ui-active\:u-text-yellow {
  color: #ffd53a !important;
}

.ui-state-active .ui-active\:u-text-cyan {
  color: #00aeef !important;
}

.ui-state-active .ui-active\:u-text-blue {
  color: #409ddd !important;
}

.ui-state-active .ui-active\:u-text-light-green {
  color: #e2f4e9 !important;
}

.ui-state-active .ui-active\:u-text-red {
  color: #be1e2c !important;
}

.ui-state-active .ui-active\:u-text-gold {
  color: #afa961 !important;
}

.ui-state-active .ui-active\:u-text-ink-100 {
  color: #002337 !important;
}

.ui-state-active .ui-active\:u-text-stone {
  color: #dacda2 !important;
}

.ui-state-active .ui-active\:u-text-sky {
  color: #a5c8d0 !important;
}

.ui-state-active .ui-active\:u-text-heather {
  color: #cba8b1 !important;
}

.ui-state-active .ui-active\:u-text-cedar {
  color: #b6aaa7 !important;
}

.ui-state-active .ui-active\:u-text-business {
  color: #b3bdb1 !important;
}

.ui-state-active .ui-active\:u-text-black {
  color: #333123 !important;
}

.ui-state-active .ui-active\:u-text-white {
  color: #fff !important;
}

.ui-state-active .ui-active\:u-text-grey-25 {
  color: #f7f7f7 !important;
}

.ui-state-active .ui-active\:u-text-grey-50 {
  color: #ebebeb !important;
}

.ui-state-active .ui-active\:u-text-grey-75 {
  color: #d9d9d9 !important;
}

.ui-state-active .ui-active\:u-text-grey-100 {
  color: #afb4b6 !important;
}

.ui-state-active .ui-active\:u-text-grey-200 {
  color: #898e91 !important;
}

.ui-state-active .ui-active\:u-text-grey-300 {
  color: #64696c !important;
}

.ui-state-active .ui-active\:u-text-grey-400 {
  color: #3c3c3b !important;
}

.ui-state-active .ui-active\:u-text-youtube {
  color: #f00 !important;
}

.ui-state-active .ui-active\:u-text-twitter {
  color: #1da1f2 !important;
}

.ui-state-active .ui-active\:u-text-facebook {
  color: #3b5998 !important;
}

.ui-state-active .ui-active\:u-text-instagram {
  color: #444 !important;
}

.ui-state-active .ui-active\:u-text-linkedin {
  color: #0077b5 !important;
}

.ui-state-active .ui-active\:u-text-college {
  color: #00664f !important;
}

.ui-state-active .ui-active\:u-text-coll-collingwood {
  color: #d22630 !important;
}

.ui-state-active .ui-active\:u-text-coll-grey {
  color: #af272f !important;
}

.ui-state-active .ui-active\:u-text-coll-hatfield {
  color: #003865 !important;
}

.ui-state-active .ui-active\:u-text-coll-johnsnow {
  color: #003865 !important;
}

.ui-state-active .ui-active\:u-text-coll-jbutler {
  color: #d22630 !important;
}

.ui-state-active .ui-active\:u-text-coll-south-college {
  color: #68246d !important;
}

.ui-state-active .ui-active\:u-text-coll-staidans {
  color: #006747 !important;
}

.ui-state-active .ui-active\:u-text-coll-stchads {
  color: #00573f !important;
}

.ui-state-active .ui-active\:u-text-coll-stcuthberts {
  color: #00664f !important;
}

.ui-state-active .ui-active\:u-text-coll-sthild {
  color: #0072ce !important;
}

.ui-state-active .ui-active\:u-text-coll-stjohns {
  color: #1b365d !important;
}

.ui-state-active .ui-active\:u-text-coll-stmarys {
  color: #753bbd !important;
}

.ui-state-active .ui-active\:u-text-coll-stephenson {
  color: #d22630 !important;
}

.ui-state-active .ui-active\:u-text-coll-trevelyan {
  color: #003865 !important;
}

.ui-state-active .ui-active\:u-text-coll-university {
  color: #862633 !important;
}

.ui-state-active .ui-active\:u-text-coll-ustinov {
  color: #003865 !important;
}

.ui-state-active .ui-active\:u-text-coll-vanmildert {
  color: #ee2737 !important;
}

.ui-state-active .ui-active\:u-text-primary {
  color: #68246d !important;
}

.ui-state-active .ui-active\:u-text-secondary {
  color: #ffd53a !important;
}

.ui-state-active .ui-active\:u-text-tertiary {
  color: #00aeef !important;
}

.ui-state-active .ui-active\:u-text-success {
  color: #449d44 !important;
}

.ui-state-active .ui-active\:u-text-danger {
  color: #be1e2c !important;
}

.ui-state-active .ui-active\:u-text-warning {
  color: #da611e !important;
}

.ui-state-active .ui-active\:u-text-info {
  color: #1180a1 !important;
}

.ui-state-active .ui-active\:u-text-light {
  color: #fff !important;
}

.ui-state-active .ui-active\:u-text-dark {
  color: #333123 !important;
}

.ui-state-active .ui-active\:u-text-purple--dark {
  color: #531d57 !important;
}

.ui-state-active .ui-active\:u-text-purple--light {
  color: #74287a !important;
}

.ui-state-active .ui-active\:u-text-darkpurple--dark {
  color: #46163f !important;
}

.ui-state-active .ui-active\:u-text-darkpurple--light {
  color: #611e58 !important;
}

.ui-state-active .ui-active\:u-text-yellow--dark {
  color: #fac500 !important;
}

.ui-state-active .ui-active\:u-text-yellow--light {
  color: #ffdd60 !important;
}

.ui-state-active .ui-active\:u-text-cyan--dark {
  color: #008bbf !important;
}

.ui-state-active .ui-active\:u-text-cyan--light {
  color: #0dbdff !important;
}

.ui-state-active .ui-active\:u-text-blue--dark {
  color: #2281c2 !important;
}

.ui-state-active .ui-active\:u-text-blue--light {
  color: #5dace2 !important;
}

.ui-state-active .ui-active\:u-text-light-green--dark {
  color: #9edab5 !important;
}

.ui-state-active .ui-active\:u-text-light-green--light {
  color: #fff !important;
}

.ui-state-active .ui-active\:u-text-red--dark {
  color: #981823 !important;
}

.ui-state-active .ui-active\:u-text-red--light {
  color: #d52231 !important;
}

.ui-state-active .ui-active\:u-text-gold--dark {
  color: #908b49 !important;
}

.ui-state-active .ui-active\:u-text-gold--light {
  color: #bab577 !important;
}

.ui-state-active .ui-active\:u-text-ink-100--dark {
  color: #001c2c !important;
}

.ui-state-active .ui-active\:u-text-ink-100--light {
  color: #00273e !important;
}

.ui-state-active .ui-active\:u-text-stone--dark {
  color: #c4b06c !important;
}

.ui-state-active .ui-active\:u-text-stone--light {
  color: #e7dfc3 !important;
}

.ui-state-active .ui-active\:u-text-sky--dark {
  color: #74aab6 !important;
}

.ui-state-active .ui-active\:u-text-sky--light {
  color: #c2dadf !important;
}

.ui-state-active .ui-active\:u-text-heather--dark {
  color: #af7a87 !important;
}

.ui-state-active .ui-active\:u-text-heather--light {
  color: #dcc4ca !important;
}

.ui-state-active .ui-active\:u-text-cedar--dark {
  color: #968581 !important;
}

.ui-state-active .ui-active\:u-text-cedar--light {
  color: #c9c0be !important;
}

.ui-state-active .ui-active\:u-text-business--dark {
  color: #8c9b89 !important;
}

.ui-state-active .ui-active\:u-text-business--light {
  color: #cad1c9 !important;
}

.ui-state-active .ui-active\:u-text-black--dark {
  color: #29271c !important;
}

.ui-state-active .ui-active\:u-text-black--light {
  color: #393727 !important;
}

.ui-state-active .ui-active\:u-text-white--dark {
  color: #ccc !important;
}

.ui-state-active .ui-active\:u-text-white--light {
  color: #fff !important;
}

.ui-state-active .ui-active\:u-text-grey-25--dark {
  color: #c6c6c6 !important;
}

.ui-state-active .ui-active\:u-text-grey-25--light {
  color: #fff !important;
}

.ui-state-active .ui-active\:u-text-grey-50--dark {
  color: #bcbcbc !important;
}

.ui-state-active .ui-active\:u-text-grey-50--light {
  color: #fff !important;
}

.ui-state-active .ui-active\:u-text-grey-75--dark {
  color: #aeaeae !important;
}

.ui-state-active .ui-active\:u-text-grey-75--light {
  color: #f3f3f3 !important;
}

.ui-state-active .ui-active\:u-text-grey-100--dark {
  color: #8a9194 !important;
}

.ui-state-active .ui-active\:u-text-grey-100--light {
  color: #c5c9ca !important;
}

.ui-state-active .ui-active\:u-text-grey-200--dark {
  color: #6d7275 !important;
}

.ui-state-active .ui-active\:u-text-grey-200--light {
  color: #9b9fa1 !important;
}

.ui-state-active .ui-active\:u-text-grey-300--dark {
  color: #505456 !important;
}

.ui-state-active .ui-active\:u-text-grey-300--light {
  color: #707679 !important;
}

.ui-state-active .ui-active\:u-text-grey-400--dark {
  color: #30302f !important;
}

.ui-state-active .ui-active\:u-text-grey-400--light {
  color: #434342 !important;
}

.ui-state-active .ui-active\:u-text-youtube--dark {
  color: #c00 !important;
}

.ui-state-active .ui-active\:u-text-youtube--light {
  color: #ff1f1f !important;
}

.ui-state-active .ui-active\:u-text-twitter--dark {
  color: #0c84cd !important;
}

.ui-state-active .ui-active\:u-text-twitter--light {
  color: #3caef4 !important;
}

.ui-state-active .ui-active\:u-text-facebook--dark {
  color: #2f477a !important;
}

.ui-state-active .ui-active\:u-text-facebook--light {
  color: #4264aa !important;
}

.ui-state-active .ui-active\:u-text-instagram--dark {
  color: #363636 !important;
}

.ui-state-active .ui-active\:u-text-instagram--light {
  color: #4c4c4c !important;
}

.ui-state-active .ui-active\:u-text-linkedin--dark {
  color: #005f91 !important;
}

.ui-state-active .ui-active\:u-text-linkedin--light {
  color: #0085cb !important;
}

.ui-state-active .ui-active\:u-text-college--dark {
  color: #00523f !important;
}

.ui-state-active .ui-active\:u-text-college--light {
  color: #007258 !important;
}

.ui-state-active .ui-active\:u-text-coll-collingwood--dark {
  color: #a81e26 !important;
}

.ui-state-active .ui-active\:u-text-coll-collingwood--light {
  color: #db3a44 !important;
}

.ui-state-active .ui-active\:u-text-coll-grey--dark {
  color: #8c1f26 !important;
}

.ui-state-active .ui-active\:u-text-coll-grey--light {
  color: #c42c35 !important;
}

.ui-state-active .ui-active\:u-text-coll-hatfield--dark {
  color: #002d51 !important;
}

.ui-state-active .ui-active\:u-text-coll-hatfield--light {
  color: #003f71 !important;
}

.ui-state-active .ui-active\:u-text-coll-johnsnow--dark {
  color: #002d51 !important;
}

.ui-state-active .ui-active\:u-text-coll-johnsnow--light {
  color: #003f71 !important;
}

.ui-state-active .ui-active\:u-text-coll-jbutler--dark {
  color: #a81e26 !important;
}

.ui-state-active .ui-active\:u-text-coll-jbutler--light {
  color: #db3a44 !important;
}

.ui-state-active .ui-active\:u-text-coll-south-college--dark {
  color: #531d57 !important;
}

.ui-state-active .ui-active\:u-text-coll-south-college--light {
  color: #74287a !important;
}

.ui-state-active .ui-active\:u-text-coll-staidans--dark {
  color: #005239 !important;
}

.ui-state-active .ui-active\:u-text-coll-staidans--light {
  color: #007350 !important;
}

.ui-state-active .ui-active\:u-text-coll-stchads--dark {
  color: #004632 !important;
}

.ui-state-active .ui-active\:u-text-coll-stchads--light {
  color: #006147 !important;
}

.ui-state-active .ui-active\:u-text-coll-stcuthberts--dark {
  color: #00523f !important;
}

.ui-state-active .ui-active\:u-text-coll-stcuthberts--light {
  color: #007258 !important;
}

.ui-state-active .ui-active\:u-text-coll-sthild--dark {
  color: #005ba5 !important;
}

.ui-state-active .ui-active\:u-text-coll-sthild--light {
  color: #0080e7 !important;
}

.ui-state-active .ui-active\:u-text-coll-stjohns--dark {
  color: #162b4a !important;
}

.ui-state-active .ui-active\:u-text-coll-stjohns--light {
  color: #1e3c68 !important;
}

.ui-state-active .ui-active\:u-text-coll-stmarys--dark {
  color: #5e2f97 !important;
}

.ui-state-active .ui-active\:u-text-coll-stmarys--light {
  color: #844ec8 !important;
}

.ui-state-active .ui-active\:u-text-coll-stephenson--dark {
  color: #a81e26 !important;
}

.ui-state-active .ui-active\:u-text-coll-stephenson--light {
  color: #db3a44 !important;
}

.ui-state-active .ui-active\:u-text-coll-trevelyan--dark {
  color: #002d51 !important;
}

.ui-state-active .ui-active\:u-text-coll-trevelyan--light {
  color: #003f71 !important;
}

.ui-state-active .ui-active\:u-text-coll-university--dark {
  color: #6b1e29 !important;
}

.ui-state-active .ui-active\:u-text-coll-university--light {
  color: #962b39 !important;
}

.ui-state-active .ui-active\:u-text-coll-ustinov--dark {
  color: #002d51 !important;
}

.ui-state-active .ui-active\:u-text-coll-ustinov--light {
  color: #003f71 !important;
}

.ui-state-active .ui-active\:u-text-coll-vanmildert--dark {
  color: #cd101f !important;
}

.ui-state-active .ui-active\:u-text-coll-vanmildert--light {
  color: #f04654 !important;
}

.ui-state-active .ui-active\:u-text-primary--dark {
  color: #531d57 !important;
}

.ui-state-active .ui-active\:u-text-primary--light {
  color: #74287a !important;
}

.ui-state-active .ui-active\:u-text-secondary--dark {
  color: #fac500 !important;
}

.ui-state-active .ui-active\:u-text-secondary--light {
  color: #ffdd60 !important;
}

.ui-state-active .ui-active\:u-text-tertiary--dark {
  color: #008bbf !important;
}

.ui-state-active .ui-active\:u-text-tertiary--light {
  color: #0dbdff !important;
}

.ui-state-active .ui-active\:u-text-success--dark {
  color: #367e36 !important;
}

.ui-state-active .ui-active\:u-text-success--light {
  color: #4cb04c !important;
}

.ui-state-active .ui-active\:u-text-danger--dark {
  color: #981823 !important;
}

.ui-state-active .ui-active\:u-text-danger--light {
  color: #d52231 !important;
}

.ui-state-active .ui-active\:u-text-warning--dark {
  color: #ae4e18 !important;
}

.ui-state-active .ui-active\:u-text-warning--light {
  color: #e37233 !important;
}

.ui-state-active .ui-active\:u-text-info--dark {
  color: #0e6681 !important;
}

.ui-state-active .ui-active\:u-text-info--light {
  color: #138fb4 !important;
}

.ui-state-active .ui-active\:u-text-light--dark {
  color: #ccc !important;
}

.ui-state-active .ui-active\:u-text-light--light {
  color: #fff !important;
}

.ui-state-active .ui-active\:u-text-dark--dark {
  color: #29271c !important;
}

.ui-state-active .ui-active\:u-text-dark--light {
  color: #393727 !important;
}

.group:hover .group-hover\:u-text-transparent {
  color: transparent !important;
}

.group:hover .group-hover\:u-text-current-color {
  color: currentColor !important;
}

.group:hover .group-hover\:u-text-inherit {
  color: inherit !important;
}

.group:hover .group-hover\:u-text-purple {
  color: #68246d !important;
}

.group:hover .group-hover\:u-text-darkpurple {
  color: #571b4f !important;
}

.group:hover .group-hover\:u-text-yellow {
  color: #ffd53a !important;
}

.group:hover .group-hover\:u-text-cyan {
  color: #00aeef !important;
}

.group:hover .group-hover\:u-text-blue {
  color: #409ddd !important;
}

.group:hover .group-hover\:u-text-light-green {
  color: #e2f4e9 !important;
}

.group:hover .group-hover\:u-text-red {
  color: #be1e2c !important;
}

.group:hover .group-hover\:u-text-gold {
  color: #afa961 !important;
}

.group:hover .group-hover\:u-text-ink-100 {
  color: #002337 !important;
}

.group:hover .group-hover\:u-text-stone {
  color: #dacda2 !important;
}

.group:hover .group-hover\:u-text-sky {
  color: #a5c8d0 !important;
}

.group:hover .group-hover\:u-text-heather {
  color: #cba8b1 !important;
}

.group:hover .group-hover\:u-text-cedar {
  color: #b6aaa7 !important;
}

.group:hover .group-hover\:u-text-business {
  color: #b3bdb1 !important;
}

.group:hover .group-hover\:u-text-black {
  color: #333123 !important;
}

.group:hover .group-hover\:u-text-white {
  color: #fff !important;
}

.group:hover .group-hover\:u-text-grey-25 {
  color: #f7f7f7 !important;
}

.group:hover .group-hover\:u-text-grey-50 {
  color: #ebebeb !important;
}

.group:hover .group-hover\:u-text-grey-75 {
  color: #d9d9d9 !important;
}

.group:hover .group-hover\:u-text-grey-100 {
  color: #afb4b6 !important;
}

.group:hover .group-hover\:u-text-grey-200 {
  color: #898e91 !important;
}

.group:hover .group-hover\:u-text-grey-300 {
  color: #64696c !important;
}

.group:hover .group-hover\:u-text-grey-400 {
  color: #3c3c3b !important;
}

.group:hover .group-hover\:u-text-youtube {
  color: #f00 !important;
}

.group:hover .group-hover\:u-text-twitter {
  color: #1da1f2 !important;
}

.group:hover .group-hover\:u-text-facebook {
  color: #3b5998 !important;
}

.group:hover .group-hover\:u-text-instagram {
  color: #444 !important;
}

.group:hover .group-hover\:u-text-linkedin {
  color: #0077b5 !important;
}

.group:hover .group-hover\:u-text-college {
  color: #00664f !important;
}

.group:hover .group-hover\:u-text-coll-collingwood {
  color: #d22630 !important;
}

.group:hover .group-hover\:u-text-coll-grey {
  color: #af272f !important;
}

.group:hover .group-hover\:u-text-coll-hatfield {
  color: #003865 !important;
}

.group:hover .group-hover\:u-text-coll-johnsnow {
  color: #003865 !important;
}

.group:hover .group-hover\:u-text-coll-jbutler {
  color: #d22630 !important;
}

.group:hover .group-hover\:u-text-coll-south-college {
  color: #68246d !important;
}

.group:hover .group-hover\:u-text-coll-staidans {
  color: #006747 !important;
}

.group:hover .group-hover\:u-text-coll-stchads {
  color: #00573f !important;
}

.group:hover .group-hover\:u-text-coll-stcuthberts {
  color: #00664f !important;
}

.group:hover .group-hover\:u-text-coll-sthild {
  color: #0072ce !important;
}

.group:hover .group-hover\:u-text-coll-stjohns {
  color: #1b365d !important;
}

.group:hover .group-hover\:u-text-coll-stmarys {
  color: #753bbd !important;
}

.group:hover .group-hover\:u-text-coll-stephenson {
  color: #d22630 !important;
}

.group:hover .group-hover\:u-text-coll-trevelyan {
  color: #003865 !important;
}

.group:hover .group-hover\:u-text-coll-university {
  color: #862633 !important;
}

.group:hover .group-hover\:u-text-coll-ustinov {
  color: #003865 !important;
}

.group:hover .group-hover\:u-text-coll-vanmildert {
  color: #ee2737 !important;
}

.group:hover .group-hover\:u-text-primary {
  color: #68246d !important;
}

.group:hover .group-hover\:u-text-secondary {
  color: #ffd53a !important;
}

.group:hover .group-hover\:u-text-tertiary {
  color: #00aeef !important;
}

.group:hover .group-hover\:u-text-success {
  color: #449d44 !important;
}

.group:hover .group-hover\:u-text-danger {
  color: #be1e2c !important;
}

.group:hover .group-hover\:u-text-warning {
  color: #da611e !important;
}

.group:hover .group-hover\:u-text-info {
  color: #1180a1 !important;
}

.group:hover .group-hover\:u-text-light {
  color: #fff !important;
}

.group:hover .group-hover\:u-text-dark {
  color: #333123 !important;
}

.group:hover .group-hover\:u-text-purple--dark {
  color: #531d57 !important;
}

.group:hover .group-hover\:u-text-purple--light {
  color: #74287a !important;
}

.group:hover .group-hover\:u-text-darkpurple--dark {
  color: #46163f !important;
}

.group:hover .group-hover\:u-text-darkpurple--light {
  color: #611e58 !important;
}

.group:hover .group-hover\:u-text-yellow--dark {
  color: #fac500 !important;
}

.group:hover .group-hover\:u-text-yellow--light {
  color: #ffdd60 !important;
}

.group:hover .group-hover\:u-text-cyan--dark {
  color: #008bbf !important;
}

.group:hover .group-hover\:u-text-cyan--light {
  color: #0dbdff !important;
}

.group:hover .group-hover\:u-text-blue--dark {
  color: #2281c2 !important;
}

.group:hover .group-hover\:u-text-blue--light {
  color: #5dace2 !important;
}

.group:hover .group-hover\:u-text-light-green--dark {
  color: #9edab5 !important;
}

.group:hover .group-hover\:u-text-light-green--light {
  color: #fff !important;
}

.group:hover .group-hover\:u-text-red--dark {
  color: #981823 !important;
}

.group:hover .group-hover\:u-text-red--light {
  color: #d52231 !important;
}

.group:hover .group-hover\:u-text-gold--dark {
  color: #908b49 !important;
}

.group:hover .group-hover\:u-text-gold--light {
  color: #bab577 !important;
}

.group:hover .group-hover\:u-text-ink-100--dark {
  color: #001c2c !important;
}

.group:hover .group-hover\:u-text-ink-100--light {
  color: #00273e !important;
}

.group:hover .group-hover\:u-text-stone--dark {
  color: #c4b06c !important;
}

.group:hover .group-hover\:u-text-stone--light {
  color: #e7dfc3 !important;
}

.group:hover .group-hover\:u-text-sky--dark {
  color: #74aab6 !important;
}

.group:hover .group-hover\:u-text-sky--light {
  color: #c2dadf !important;
}

.group:hover .group-hover\:u-text-heather--dark {
  color: #af7a87 !important;
}

.group:hover .group-hover\:u-text-heather--light {
  color: #dcc4ca !important;
}

.group:hover .group-hover\:u-text-cedar--dark {
  color: #968581 !important;
}

.group:hover .group-hover\:u-text-cedar--light {
  color: #c9c0be !important;
}

.group:hover .group-hover\:u-text-business--dark {
  color: #8c9b89 !important;
}

.group:hover .group-hover\:u-text-business--light {
  color: #cad1c9 !important;
}

.group:hover .group-hover\:u-text-black--dark {
  color: #29271c !important;
}

.group:hover .group-hover\:u-text-black--light {
  color: #393727 !important;
}

.group:hover .group-hover\:u-text-white--dark {
  color: #ccc !important;
}

.group:hover .group-hover\:u-text-white--light {
  color: #fff !important;
}

.group:hover .group-hover\:u-text-grey-25--dark {
  color: #c6c6c6 !important;
}

.group:hover .group-hover\:u-text-grey-25--light {
  color: #fff !important;
}

.group:hover .group-hover\:u-text-grey-50--dark {
  color: #bcbcbc !important;
}

.group:hover .group-hover\:u-text-grey-50--light {
  color: #fff !important;
}

.group:hover .group-hover\:u-text-grey-75--dark {
  color: #aeaeae !important;
}

.group:hover .group-hover\:u-text-grey-75--light {
  color: #f3f3f3 !important;
}

.group:hover .group-hover\:u-text-grey-100--dark {
  color: #8a9194 !important;
}

.group:hover .group-hover\:u-text-grey-100--light {
  color: #c5c9ca !important;
}

.group:hover .group-hover\:u-text-grey-200--dark {
  color: #6d7275 !important;
}

.group:hover .group-hover\:u-text-grey-200--light {
  color: #9b9fa1 !important;
}

.group:hover .group-hover\:u-text-grey-300--dark {
  color: #505456 !important;
}

.group:hover .group-hover\:u-text-grey-300--light {
  color: #707679 !important;
}

.group:hover .group-hover\:u-text-grey-400--dark {
  color: #30302f !important;
}

.group:hover .group-hover\:u-text-grey-400--light {
  color: #434342 !important;
}

.group:hover .group-hover\:u-text-youtube--dark {
  color: #c00 !important;
}

.group:hover .group-hover\:u-text-youtube--light {
  color: #ff1f1f !important;
}

.group:hover .group-hover\:u-text-twitter--dark {
  color: #0c84cd !important;
}

.group:hover .group-hover\:u-text-twitter--light {
  color: #3caef4 !important;
}

.group:hover .group-hover\:u-text-facebook--dark {
  color: #2f477a !important;
}

.group:hover .group-hover\:u-text-facebook--light {
  color: #4264aa !important;
}

.group:hover .group-hover\:u-text-instagram--dark {
  color: #363636 !important;
}

.group:hover .group-hover\:u-text-instagram--light {
  color: #4c4c4c !important;
}

.group:hover .group-hover\:u-text-linkedin--dark {
  color: #005f91 !important;
}

.group:hover .group-hover\:u-text-linkedin--light {
  color: #0085cb !important;
}

.group:hover .group-hover\:u-text-college--dark {
  color: #00523f !important;
}

.group:hover .group-hover\:u-text-college--light {
  color: #007258 !important;
}

.group:hover .group-hover\:u-text-coll-collingwood--dark {
  color: #a81e26 !important;
}

.group:hover .group-hover\:u-text-coll-collingwood--light {
  color: #db3a44 !important;
}

.group:hover .group-hover\:u-text-coll-grey--dark {
  color: #8c1f26 !important;
}

.group:hover .group-hover\:u-text-coll-grey--light {
  color: #c42c35 !important;
}

.group:hover .group-hover\:u-text-coll-hatfield--dark {
  color: #002d51 !important;
}

.group:hover .group-hover\:u-text-coll-hatfield--light {
  color: #003f71 !important;
}

.group:hover .group-hover\:u-text-coll-johnsnow--dark {
  color: #002d51 !important;
}

.group:hover .group-hover\:u-text-coll-johnsnow--light {
  color: #003f71 !important;
}

.group:hover .group-hover\:u-text-coll-jbutler--dark {
  color: #a81e26 !important;
}

.group:hover .group-hover\:u-text-coll-jbutler--light {
  color: #db3a44 !important;
}

.group:hover .group-hover\:u-text-coll-south-college--dark {
  color: #531d57 !important;
}

.group:hover .group-hover\:u-text-coll-south-college--light {
  color: #74287a !important;
}

.group:hover .group-hover\:u-text-coll-staidans--dark {
  color: #005239 !important;
}

.group:hover .group-hover\:u-text-coll-staidans--light {
  color: #007350 !important;
}

.group:hover .group-hover\:u-text-coll-stchads--dark {
  color: #004632 !important;
}

.group:hover .group-hover\:u-text-coll-stchads--light {
  color: #006147 !important;
}

.group:hover .group-hover\:u-text-coll-stcuthberts--dark {
  color: #00523f !important;
}

.group:hover .group-hover\:u-text-coll-stcuthberts--light {
  color: #007258 !important;
}

.group:hover .group-hover\:u-text-coll-sthild--dark {
  color: #005ba5 !important;
}

.group:hover .group-hover\:u-text-coll-sthild--light {
  color: #0080e7 !important;
}

.group:hover .group-hover\:u-text-coll-stjohns--dark {
  color: #162b4a !important;
}

.group:hover .group-hover\:u-text-coll-stjohns--light {
  color: #1e3c68 !important;
}

.group:hover .group-hover\:u-text-coll-stmarys--dark {
  color: #5e2f97 !important;
}

.group:hover .group-hover\:u-text-coll-stmarys--light {
  color: #844ec8 !important;
}

.group:hover .group-hover\:u-text-coll-stephenson--dark {
  color: #a81e26 !important;
}

.group:hover .group-hover\:u-text-coll-stephenson--light {
  color: #db3a44 !important;
}

.group:hover .group-hover\:u-text-coll-trevelyan--dark {
  color: #002d51 !important;
}

.group:hover .group-hover\:u-text-coll-trevelyan--light {
  color: #003f71 !important;
}

.group:hover .group-hover\:u-text-coll-university--dark {
  color: #6b1e29 !important;
}

.group:hover .group-hover\:u-text-coll-university--light {
  color: #962b39 !important;
}

.group:hover .group-hover\:u-text-coll-ustinov--dark {
  color: #002d51 !important;
}

.group:hover .group-hover\:u-text-coll-ustinov--light {
  color: #003f71 !important;
}

.group:hover .group-hover\:u-text-coll-vanmildert--dark {
  color: #cd101f !important;
}

.group:hover .group-hover\:u-text-coll-vanmildert--light {
  color: #f04654 !important;
}

.group:hover .group-hover\:u-text-primary--dark {
  color: #531d57 !important;
}

.group:hover .group-hover\:u-text-primary--light {
  color: #74287a !important;
}

.group:hover .group-hover\:u-text-secondary--dark {
  color: #fac500 !important;
}

.group:hover .group-hover\:u-text-secondary--light {
  color: #ffdd60 !important;
}

.group:hover .group-hover\:u-text-tertiary--dark {
  color: #008bbf !important;
}

.group:hover .group-hover\:u-text-tertiary--light {
  color: #0dbdff !important;
}

.group:hover .group-hover\:u-text-success--dark {
  color: #367e36 !important;
}

.group:hover .group-hover\:u-text-success--light {
  color: #4cb04c !important;
}

.group:hover .group-hover\:u-text-danger--dark {
  color: #981823 !important;
}

.group:hover .group-hover\:u-text-danger--light {
  color: #d52231 !important;
}

.group:hover .group-hover\:u-text-warning--dark {
  color: #ae4e18 !important;
}

.group:hover .group-hover\:u-text-warning--light {
  color: #e37233 !important;
}

.group:hover .group-hover\:u-text-info--dark {
  color: #0e6681 !important;
}

.group:hover .group-hover\:u-text-info--light {
  color: #138fb4 !important;
}

.group:hover .group-hover\:u-text-light--dark {
  color: #ccc !important;
}

.group:hover .group-hover\:u-text-light--light {
  color: #fff !important;
}

.group:hover .group-hover\:u-text-dark--dark {
  color: #29271c !important;
}

.group:hover .group-hover\:u-text-dark--light {
  color: #393727 !important;
}

.group:hover .group-hocus\:u-text-transparent,
.group:focus .group-hocus\:u-text-transparent {
  color: transparent !important;
}

.group:hover .group-hocus\:u-text-current-color,
.group:focus .group-hocus\:u-text-current-color {
  color: currentColor !important;
}

.group:hover .group-hocus\:u-text-inherit,
.group:focus .group-hocus\:u-text-inherit {
  color: inherit !important;
}

.group:hover .group-hocus\:u-text-purple,
.group:focus .group-hocus\:u-text-purple {
  color: #68246d !important;
}

.group:hover .group-hocus\:u-text-darkpurple,
.group:focus .group-hocus\:u-text-darkpurple {
  color: #571b4f !important;
}

.group:hover .group-hocus\:u-text-yellow,
.group:focus .group-hocus\:u-text-yellow {
  color: #ffd53a !important;
}

.group:hover .group-hocus\:u-text-cyan,
.group:focus .group-hocus\:u-text-cyan {
  color: #00aeef !important;
}

.group:hover .group-hocus\:u-text-blue,
.group:focus .group-hocus\:u-text-blue {
  color: #409ddd !important;
}

.group:hover .group-hocus\:u-text-light-green,
.group:focus .group-hocus\:u-text-light-green {
  color: #e2f4e9 !important;
}

.group:hover .group-hocus\:u-text-red,
.group:focus .group-hocus\:u-text-red {
  color: #be1e2c !important;
}

.group:hover .group-hocus\:u-text-gold,
.group:focus .group-hocus\:u-text-gold {
  color: #afa961 !important;
}

.group:hover .group-hocus\:u-text-ink-100,
.group:focus .group-hocus\:u-text-ink-100 {
  color: #002337 !important;
}

.group:hover .group-hocus\:u-text-stone,
.group:focus .group-hocus\:u-text-stone {
  color: #dacda2 !important;
}

.group:hover .group-hocus\:u-text-sky,
.group:focus .group-hocus\:u-text-sky {
  color: #a5c8d0 !important;
}

.group:hover .group-hocus\:u-text-heather,
.group:focus .group-hocus\:u-text-heather {
  color: #cba8b1 !important;
}

.group:hover .group-hocus\:u-text-cedar,
.group:focus .group-hocus\:u-text-cedar {
  color: #b6aaa7 !important;
}

.group:hover .group-hocus\:u-text-business,
.group:focus .group-hocus\:u-text-business {
  color: #b3bdb1 !important;
}

.group:hover .group-hocus\:u-text-black,
.group:focus .group-hocus\:u-text-black {
  color: #333123 !important;
}

.group:hover .group-hocus\:u-text-white,
.group:focus .group-hocus\:u-text-white {
  color: #fff !important;
}

.group:hover .group-hocus\:u-text-grey-25,
.group:focus .group-hocus\:u-text-grey-25 {
  color: #f7f7f7 !important;
}

.group:hover .group-hocus\:u-text-grey-50,
.group:focus .group-hocus\:u-text-grey-50 {
  color: #ebebeb !important;
}

.group:hover .group-hocus\:u-text-grey-75,
.group:focus .group-hocus\:u-text-grey-75 {
  color: #d9d9d9 !important;
}

.group:hover .group-hocus\:u-text-grey-100,
.group:focus .group-hocus\:u-text-grey-100 {
  color: #afb4b6 !important;
}

.group:hover .group-hocus\:u-text-grey-200,
.group:focus .group-hocus\:u-text-grey-200 {
  color: #898e91 !important;
}

.group:hover .group-hocus\:u-text-grey-300,
.group:focus .group-hocus\:u-text-grey-300 {
  color: #64696c !important;
}

.group:hover .group-hocus\:u-text-grey-400,
.group:focus .group-hocus\:u-text-grey-400 {
  color: #3c3c3b !important;
}

.group:hover .group-hocus\:u-text-youtube,
.group:focus .group-hocus\:u-text-youtube {
  color: #f00 !important;
}

.group:hover .group-hocus\:u-text-twitter,
.group:focus .group-hocus\:u-text-twitter {
  color: #1da1f2 !important;
}

.group:hover .group-hocus\:u-text-facebook,
.group:focus .group-hocus\:u-text-facebook {
  color: #3b5998 !important;
}

.group:hover .group-hocus\:u-text-instagram,
.group:focus .group-hocus\:u-text-instagram {
  color: #444 !important;
}

.group:hover .group-hocus\:u-text-linkedin,
.group:focus .group-hocus\:u-text-linkedin {
  color: #0077b5 !important;
}

.group:hover .group-hocus\:u-text-college,
.group:focus .group-hocus\:u-text-college {
  color: #00664f !important;
}

.group:hover .group-hocus\:u-text-coll-collingwood,
.group:focus .group-hocus\:u-text-coll-collingwood {
  color: #d22630 !important;
}

.group:hover .group-hocus\:u-text-coll-grey,
.group:focus .group-hocus\:u-text-coll-grey {
  color: #af272f !important;
}

.group:hover .group-hocus\:u-text-coll-hatfield,
.group:focus .group-hocus\:u-text-coll-hatfield {
  color: #003865 !important;
}

.group:hover .group-hocus\:u-text-coll-johnsnow,
.group:focus .group-hocus\:u-text-coll-johnsnow {
  color: #003865 !important;
}

.group:hover .group-hocus\:u-text-coll-jbutler,
.group:focus .group-hocus\:u-text-coll-jbutler {
  color: #d22630 !important;
}

.group:hover .group-hocus\:u-text-coll-south-college,
.group:focus .group-hocus\:u-text-coll-south-college {
  color: #68246d !important;
}

.group:hover .group-hocus\:u-text-coll-staidans,
.group:focus .group-hocus\:u-text-coll-staidans {
  color: #006747 !important;
}

.group:hover .group-hocus\:u-text-coll-stchads,
.group:focus .group-hocus\:u-text-coll-stchads {
  color: #00573f !important;
}

.group:hover .group-hocus\:u-text-coll-stcuthberts,
.group:focus .group-hocus\:u-text-coll-stcuthberts {
  color: #00664f !important;
}

.group:hover .group-hocus\:u-text-coll-sthild,
.group:focus .group-hocus\:u-text-coll-sthild {
  color: #0072ce !important;
}

.group:hover .group-hocus\:u-text-coll-stjohns,
.group:focus .group-hocus\:u-text-coll-stjohns {
  color: #1b365d !important;
}

.group:hover .group-hocus\:u-text-coll-stmarys,
.group:focus .group-hocus\:u-text-coll-stmarys {
  color: #753bbd !important;
}

.group:hover .group-hocus\:u-text-coll-stephenson,
.group:focus .group-hocus\:u-text-coll-stephenson {
  color: #d22630 !important;
}

.group:hover .group-hocus\:u-text-coll-trevelyan,
.group:focus .group-hocus\:u-text-coll-trevelyan {
  color: #003865 !important;
}

.group:hover .group-hocus\:u-text-coll-university,
.group:focus .group-hocus\:u-text-coll-university {
  color: #862633 !important;
}

.group:hover .group-hocus\:u-text-coll-ustinov,
.group:focus .group-hocus\:u-text-coll-ustinov {
  color: #003865 !important;
}

.group:hover .group-hocus\:u-text-coll-vanmildert,
.group:focus .group-hocus\:u-text-coll-vanmildert {
  color: #ee2737 !important;
}

.group:hover .group-hocus\:u-text-primary,
.group:focus .group-hocus\:u-text-primary {
  color: #68246d !important;
}

.group:hover .group-hocus\:u-text-secondary,
.group:focus .group-hocus\:u-text-secondary {
  color: #ffd53a !important;
}

.group:hover .group-hocus\:u-text-tertiary,
.group:focus .group-hocus\:u-text-tertiary {
  color: #00aeef !important;
}

.group:hover .group-hocus\:u-text-success,
.group:focus .group-hocus\:u-text-success {
  color: #449d44 !important;
}

.group:hover .group-hocus\:u-text-danger,
.group:focus .group-hocus\:u-text-danger {
  color: #be1e2c !important;
}

.group:hover .group-hocus\:u-text-warning,
.group:focus .group-hocus\:u-text-warning {
  color: #da611e !important;
}

.group:hover .group-hocus\:u-text-info,
.group:focus .group-hocus\:u-text-info {
  color: #1180a1 !important;
}

.group:hover .group-hocus\:u-text-light,
.group:focus .group-hocus\:u-text-light {
  color: #fff !important;
}

.group:hover .group-hocus\:u-text-dark,
.group:focus .group-hocus\:u-text-dark {
  color: #333123 !important;
}

.group:hover .group-hocus\:u-text-purple--dark,
.group:focus .group-hocus\:u-text-purple--dark {
  color: #531d57 !important;
}

.group:hover .group-hocus\:u-text-purple--light,
.group:focus .group-hocus\:u-text-purple--light {
  color: #74287a !important;
}

.group:hover .group-hocus\:u-text-darkpurple--dark,
.group:focus .group-hocus\:u-text-darkpurple--dark {
  color: #46163f !important;
}

.group:hover .group-hocus\:u-text-darkpurple--light,
.group:focus .group-hocus\:u-text-darkpurple--light {
  color: #611e58 !important;
}

.group:hover .group-hocus\:u-text-yellow--dark,
.group:focus .group-hocus\:u-text-yellow--dark {
  color: #fac500 !important;
}

.group:hover .group-hocus\:u-text-yellow--light,
.group:focus .group-hocus\:u-text-yellow--light {
  color: #ffdd60 !important;
}

.group:hover .group-hocus\:u-text-cyan--dark,
.group:focus .group-hocus\:u-text-cyan--dark {
  color: #008bbf !important;
}

.group:hover .group-hocus\:u-text-cyan--light,
.group:focus .group-hocus\:u-text-cyan--light {
  color: #0dbdff !important;
}

.group:hover .group-hocus\:u-text-blue--dark,
.group:focus .group-hocus\:u-text-blue--dark {
  color: #2281c2 !important;
}

.group:hover .group-hocus\:u-text-blue--light,
.group:focus .group-hocus\:u-text-blue--light {
  color: #5dace2 !important;
}

.group:hover .group-hocus\:u-text-light-green--dark,
.group:focus .group-hocus\:u-text-light-green--dark {
  color: #9edab5 !important;
}

.group:hover .group-hocus\:u-text-light-green--light,
.group:focus .group-hocus\:u-text-light-green--light {
  color: #fff !important;
}

.group:hover .group-hocus\:u-text-red--dark,
.group:focus .group-hocus\:u-text-red--dark {
  color: #981823 !important;
}

.group:hover .group-hocus\:u-text-red--light,
.group:focus .group-hocus\:u-text-red--light {
  color: #d52231 !important;
}

.group:hover .group-hocus\:u-text-gold--dark,
.group:focus .group-hocus\:u-text-gold--dark {
  color: #908b49 !important;
}

.group:hover .group-hocus\:u-text-gold--light,
.group:focus .group-hocus\:u-text-gold--light {
  color: #bab577 !important;
}

.group:hover .group-hocus\:u-text-ink-100--dark,
.group:focus .group-hocus\:u-text-ink-100--dark {
  color: #001c2c !important;
}

.group:hover .group-hocus\:u-text-ink-100--light,
.group:focus .group-hocus\:u-text-ink-100--light {
  color: #00273e !important;
}

.group:hover .group-hocus\:u-text-stone--dark,
.group:focus .group-hocus\:u-text-stone--dark {
  color: #c4b06c !important;
}

.group:hover .group-hocus\:u-text-stone--light,
.group:focus .group-hocus\:u-text-stone--light {
  color: #e7dfc3 !important;
}

.group:hover .group-hocus\:u-text-sky--dark,
.group:focus .group-hocus\:u-text-sky--dark {
  color: #74aab6 !important;
}

.group:hover .group-hocus\:u-text-sky--light,
.group:focus .group-hocus\:u-text-sky--light {
  color: #c2dadf !important;
}

.group:hover .group-hocus\:u-text-heather--dark,
.group:focus .group-hocus\:u-text-heather--dark {
  color: #af7a87 !important;
}

.group:hover .group-hocus\:u-text-heather--light,
.group:focus .group-hocus\:u-text-heather--light {
  color: #dcc4ca !important;
}

.group:hover .group-hocus\:u-text-cedar--dark,
.group:focus .group-hocus\:u-text-cedar--dark {
  color: #968581 !important;
}

.group:hover .group-hocus\:u-text-cedar--light,
.group:focus .group-hocus\:u-text-cedar--light {
  color: #c9c0be !important;
}

.group:hover .group-hocus\:u-text-business--dark,
.group:focus .group-hocus\:u-text-business--dark {
  color: #8c9b89 !important;
}

.group:hover .group-hocus\:u-text-business--light,
.group:focus .group-hocus\:u-text-business--light {
  color: #cad1c9 !important;
}

.group:hover .group-hocus\:u-text-black--dark,
.group:focus .group-hocus\:u-text-black--dark {
  color: #29271c !important;
}

.group:hover .group-hocus\:u-text-black--light,
.group:focus .group-hocus\:u-text-black--light {
  color: #393727 !important;
}

.group:hover .group-hocus\:u-text-white--dark,
.group:focus .group-hocus\:u-text-white--dark {
  color: #ccc !important;
}

.group:hover .group-hocus\:u-text-white--light,
.group:focus .group-hocus\:u-text-white--light {
  color: #fff !important;
}

.group:hover .group-hocus\:u-text-grey-25--dark,
.group:focus .group-hocus\:u-text-grey-25--dark {
  color: #c6c6c6 !important;
}

.group:hover .group-hocus\:u-text-grey-25--light,
.group:focus .group-hocus\:u-text-grey-25--light {
  color: #fff !important;
}

.group:hover .group-hocus\:u-text-grey-50--dark,
.group:focus .group-hocus\:u-text-grey-50--dark {
  color: #bcbcbc !important;
}

.group:hover .group-hocus\:u-text-grey-50--light,
.group:focus .group-hocus\:u-text-grey-50--light {
  color: #fff !important;
}

.group:hover .group-hocus\:u-text-grey-75--dark,
.group:focus .group-hocus\:u-text-grey-75--dark {
  color: #aeaeae !important;
}

.group:hover .group-hocus\:u-text-grey-75--light,
.group:focus .group-hocus\:u-text-grey-75--light {
  color: #f3f3f3 !important;
}

.group:hover .group-hocus\:u-text-grey-100--dark,
.group:focus .group-hocus\:u-text-grey-100--dark {
  color: #8a9194 !important;
}

.group:hover .group-hocus\:u-text-grey-100--light,
.group:focus .group-hocus\:u-text-grey-100--light {
  color: #c5c9ca !important;
}

.group:hover .group-hocus\:u-text-grey-200--dark,
.group:focus .group-hocus\:u-text-grey-200--dark {
  color: #6d7275 !important;
}

.group:hover .group-hocus\:u-text-grey-200--light,
.group:focus .group-hocus\:u-text-grey-200--light {
  color: #9b9fa1 !important;
}

.group:hover .group-hocus\:u-text-grey-300--dark,
.group:focus .group-hocus\:u-text-grey-300--dark {
  color: #505456 !important;
}

.group:hover .group-hocus\:u-text-grey-300--light,
.group:focus .group-hocus\:u-text-grey-300--light {
  color: #707679 !important;
}

.group:hover .group-hocus\:u-text-grey-400--dark,
.group:focus .group-hocus\:u-text-grey-400--dark {
  color: #30302f !important;
}

.group:hover .group-hocus\:u-text-grey-400--light,
.group:focus .group-hocus\:u-text-grey-400--light {
  color: #434342 !important;
}

.group:hover .group-hocus\:u-text-youtube--dark,
.group:focus .group-hocus\:u-text-youtube--dark {
  color: #c00 !important;
}

.group:hover .group-hocus\:u-text-youtube--light,
.group:focus .group-hocus\:u-text-youtube--light {
  color: #ff1f1f !important;
}

.group:hover .group-hocus\:u-text-twitter--dark,
.group:focus .group-hocus\:u-text-twitter--dark {
  color: #0c84cd !important;
}

.group:hover .group-hocus\:u-text-twitter--light,
.group:focus .group-hocus\:u-text-twitter--light {
  color: #3caef4 !important;
}

.group:hover .group-hocus\:u-text-facebook--dark,
.group:focus .group-hocus\:u-text-facebook--dark {
  color: #2f477a !important;
}

.group:hover .group-hocus\:u-text-facebook--light,
.group:focus .group-hocus\:u-text-facebook--light {
  color: #4264aa !important;
}

.group:hover .group-hocus\:u-text-instagram--dark,
.group:focus .group-hocus\:u-text-instagram--dark {
  color: #363636 !important;
}

.group:hover .group-hocus\:u-text-instagram--light,
.group:focus .group-hocus\:u-text-instagram--light {
  color: #4c4c4c !important;
}

.group:hover .group-hocus\:u-text-linkedin--dark,
.group:focus .group-hocus\:u-text-linkedin--dark {
  color: #005f91 !important;
}

.group:hover .group-hocus\:u-text-linkedin--light,
.group:focus .group-hocus\:u-text-linkedin--light {
  color: #0085cb !important;
}

.group:hover .group-hocus\:u-text-college--dark,
.group:focus .group-hocus\:u-text-college--dark {
  color: #00523f !important;
}

.group:hover .group-hocus\:u-text-college--light,
.group:focus .group-hocus\:u-text-college--light {
  color: #007258 !important;
}

.group:hover .group-hocus\:u-text-coll-collingwood--dark,
.group:focus .group-hocus\:u-text-coll-collingwood--dark {
  color: #a81e26 !important;
}

.group:hover .group-hocus\:u-text-coll-collingwood--light,
.group:focus .group-hocus\:u-text-coll-collingwood--light {
  color: #db3a44 !important;
}

.group:hover .group-hocus\:u-text-coll-grey--dark,
.group:focus .group-hocus\:u-text-coll-grey--dark {
  color: #8c1f26 !important;
}

.group:hover .group-hocus\:u-text-coll-grey--light,
.group:focus .group-hocus\:u-text-coll-grey--light {
  color: #c42c35 !important;
}

.group:hover .group-hocus\:u-text-coll-hatfield--dark,
.group:focus .group-hocus\:u-text-coll-hatfield--dark {
  color: #002d51 !important;
}

.group:hover .group-hocus\:u-text-coll-hatfield--light,
.group:focus .group-hocus\:u-text-coll-hatfield--light {
  color: #003f71 !important;
}

.group:hover .group-hocus\:u-text-coll-johnsnow--dark,
.group:focus .group-hocus\:u-text-coll-johnsnow--dark {
  color: #002d51 !important;
}

.group:hover .group-hocus\:u-text-coll-johnsnow--light,
.group:focus .group-hocus\:u-text-coll-johnsnow--light {
  color: #003f71 !important;
}

.group:hover .group-hocus\:u-text-coll-jbutler--dark,
.group:focus .group-hocus\:u-text-coll-jbutler--dark {
  color: #a81e26 !important;
}

.group:hover .group-hocus\:u-text-coll-jbutler--light,
.group:focus .group-hocus\:u-text-coll-jbutler--light {
  color: #db3a44 !important;
}

.group:hover .group-hocus\:u-text-coll-south-college--dark,
.group:focus .group-hocus\:u-text-coll-south-college--dark {
  color: #531d57 !important;
}

.group:hover .group-hocus\:u-text-coll-south-college--light,
.group:focus .group-hocus\:u-text-coll-south-college--light {
  color: #74287a !important;
}

.group:hover .group-hocus\:u-text-coll-staidans--dark,
.group:focus .group-hocus\:u-text-coll-staidans--dark {
  color: #005239 !important;
}

.group:hover .group-hocus\:u-text-coll-staidans--light,
.group:focus .group-hocus\:u-text-coll-staidans--light {
  color: #007350 !important;
}

.group:hover .group-hocus\:u-text-coll-stchads--dark,
.group:focus .group-hocus\:u-text-coll-stchads--dark {
  color: #004632 !important;
}

.group:hover .group-hocus\:u-text-coll-stchads--light,
.group:focus .group-hocus\:u-text-coll-stchads--light {
  color: #006147 !important;
}

.group:hover .group-hocus\:u-text-coll-stcuthberts--dark,
.group:focus .group-hocus\:u-text-coll-stcuthberts--dark {
  color: #00523f !important;
}

.group:hover .group-hocus\:u-text-coll-stcuthberts--light,
.group:focus .group-hocus\:u-text-coll-stcuthberts--light {
  color: #007258 !important;
}

.group:hover .group-hocus\:u-text-coll-sthild--dark,
.group:focus .group-hocus\:u-text-coll-sthild--dark {
  color: #005ba5 !important;
}

.group:hover .group-hocus\:u-text-coll-sthild--light,
.group:focus .group-hocus\:u-text-coll-sthild--light {
  color: #0080e7 !important;
}

.group:hover .group-hocus\:u-text-coll-stjohns--dark,
.group:focus .group-hocus\:u-text-coll-stjohns--dark {
  color: #162b4a !important;
}

.group:hover .group-hocus\:u-text-coll-stjohns--light,
.group:focus .group-hocus\:u-text-coll-stjohns--light {
  color: #1e3c68 !important;
}

.group:hover .group-hocus\:u-text-coll-stmarys--dark,
.group:focus .group-hocus\:u-text-coll-stmarys--dark {
  color: #5e2f97 !important;
}

.group:hover .group-hocus\:u-text-coll-stmarys--light,
.group:focus .group-hocus\:u-text-coll-stmarys--light {
  color: #844ec8 !important;
}

.group:hover .group-hocus\:u-text-coll-stephenson--dark,
.group:focus .group-hocus\:u-text-coll-stephenson--dark {
  color: #a81e26 !important;
}

.group:hover .group-hocus\:u-text-coll-stephenson--light,
.group:focus .group-hocus\:u-text-coll-stephenson--light {
  color: #db3a44 !important;
}

.group:hover .group-hocus\:u-text-coll-trevelyan--dark,
.group:focus .group-hocus\:u-text-coll-trevelyan--dark {
  color: #002d51 !important;
}

.group:hover .group-hocus\:u-text-coll-trevelyan--light,
.group:focus .group-hocus\:u-text-coll-trevelyan--light {
  color: #003f71 !important;
}

.group:hover .group-hocus\:u-text-coll-university--dark,
.group:focus .group-hocus\:u-text-coll-university--dark {
  color: #6b1e29 !important;
}

.group:hover .group-hocus\:u-text-coll-university--light,
.group:focus .group-hocus\:u-text-coll-university--light {
  color: #962b39 !important;
}

.group:hover .group-hocus\:u-text-coll-ustinov--dark,
.group:focus .group-hocus\:u-text-coll-ustinov--dark {
  color: #002d51 !important;
}

.group:hover .group-hocus\:u-text-coll-ustinov--light,
.group:focus .group-hocus\:u-text-coll-ustinov--light {
  color: #003f71 !important;
}

.group:hover .group-hocus\:u-text-coll-vanmildert--dark,
.group:focus .group-hocus\:u-text-coll-vanmildert--dark {
  color: #cd101f !important;
}

.group:hover .group-hocus\:u-text-coll-vanmildert--light,
.group:focus .group-hocus\:u-text-coll-vanmildert--light {
  color: #f04654 !important;
}

.group:hover .group-hocus\:u-text-primary--dark,
.group:focus .group-hocus\:u-text-primary--dark {
  color: #531d57 !important;
}

.group:hover .group-hocus\:u-text-primary--light,
.group:focus .group-hocus\:u-text-primary--light {
  color: #74287a !important;
}

.group:hover .group-hocus\:u-text-secondary--dark,
.group:focus .group-hocus\:u-text-secondary--dark {
  color: #fac500 !important;
}

.group:hover .group-hocus\:u-text-secondary--light,
.group:focus .group-hocus\:u-text-secondary--light {
  color: #ffdd60 !important;
}

.group:hover .group-hocus\:u-text-tertiary--dark,
.group:focus .group-hocus\:u-text-tertiary--dark {
  color: #008bbf !important;
}

.group:hover .group-hocus\:u-text-tertiary--light,
.group:focus .group-hocus\:u-text-tertiary--light {
  color: #0dbdff !important;
}

.group:hover .group-hocus\:u-text-success--dark,
.group:focus .group-hocus\:u-text-success--dark {
  color: #367e36 !important;
}

.group:hover .group-hocus\:u-text-success--light,
.group:focus .group-hocus\:u-text-success--light {
  color: #4cb04c !important;
}

.group:hover .group-hocus\:u-text-danger--dark,
.group:focus .group-hocus\:u-text-danger--dark {
  color: #981823 !important;
}

.group:hover .group-hocus\:u-text-danger--light,
.group:focus .group-hocus\:u-text-danger--light {
  color: #d52231 !important;
}

.group:hover .group-hocus\:u-text-warning--dark,
.group:focus .group-hocus\:u-text-warning--dark {
  color: #ae4e18 !important;
}

.group:hover .group-hocus\:u-text-warning--light,
.group:focus .group-hocus\:u-text-warning--light {
  color: #e37233 !important;
}

.group:hover .group-hocus\:u-text-info--dark,
.group:focus .group-hocus\:u-text-info--dark {
  color: #0e6681 !important;
}

.group:hover .group-hocus\:u-text-info--light,
.group:focus .group-hocus\:u-text-info--light {
  color: #138fb4 !important;
}

.group:hover .group-hocus\:u-text-light--dark,
.group:focus .group-hocus\:u-text-light--dark {
  color: #ccc !important;
}

.group:hover .group-hocus\:u-text-light--light,
.group:focus .group-hocus\:u-text-light--light {
  color: #fff !important;
}

.group:hover .group-hocus\:u-text-dark--dark,
.group:focus .group-hocus\:u-text-dark--dark {
  color: #29271c !important;
}

.group:hover .group-hocus\:u-text-dark--light,
.group:focus .group-hocus\:u-text-dark--light {
  color: #393727 !important;
}

.hocus\:u-text-transparent:hover,
.hocus\:u-text-transparent:focus {
  color: transparent !important;
}

.hocus\:u-text-current-color:hover,
.hocus\:u-text-current-color:focus {
  color: currentColor !important;
}

.hocus\:u-text-inherit:hover,
.hocus\:u-text-inherit:focus {
  color: inherit !important;
}

.hocus\:u-text-purple:hover,
.hocus\:u-text-purple:focus {
  color: #68246d !important;
}

.hocus\:u-text-darkpurple:hover,
.hocus\:u-text-darkpurple:focus {
  color: #571b4f !important;
}

.hocus\:u-text-yellow:hover,
.hocus\:u-text-yellow:focus {
  color: #ffd53a !important;
}

.hocus\:u-text-cyan:hover,
.hocus\:u-text-cyan:focus {
  color: #00aeef !important;
}

.hocus\:u-text-blue:hover,
.hocus\:u-text-blue:focus {
  color: #409ddd !important;
}

.hocus\:u-text-light-green:hover,
.hocus\:u-text-light-green:focus {
  color: #e2f4e9 !important;
}

.hocus\:u-text-red:hover,
.hocus\:u-text-red:focus {
  color: #be1e2c !important;
}

.hocus\:u-text-gold:hover,
.hocus\:u-text-gold:focus {
  color: #afa961 !important;
}

.hocus\:u-text-ink-100:hover,
.hocus\:u-text-ink-100:focus {
  color: #002337 !important;
}

.hocus\:u-text-stone:hover,
.hocus\:u-text-stone:focus {
  color: #dacda2 !important;
}

.hocus\:u-text-sky:hover,
.hocus\:u-text-sky:focus {
  color: #a5c8d0 !important;
}

.hocus\:u-text-heather:hover,
.hocus\:u-text-heather:focus {
  color: #cba8b1 !important;
}

.hocus\:u-text-cedar:hover,
.hocus\:u-text-cedar:focus {
  color: #b6aaa7 !important;
}

.hocus\:u-text-business:hover,
.hocus\:u-text-business:focus {
  color: #b3bdb1 !important;
}

.hocus\:u-text-black:hover,
.hocus\:u-text-black:focus {
  color: #333123 !important;
}

.hocus\:u-text-white:hover,
.hocus\:u-text-white:focus {
  color: #fff !important;
}

.hocus\:u-text-grey-25:hover,
.hocus\:u-text-grey-25:focus {
  color: #f7f7f7 !important;
}

.hocus\:u-text-grey-50:hover,
.hocus\:u-text-grey-50:focus {
  color: #ebebeb !important;
}

.hocus\:u-text-grey-75:hover,
.hocus\:u-text-grey-75:focus {
  color: #d9d9d9 !important;
}

.hocus\:u-text-grey-100:hover,
.hocus\:u-text-grey-100:focus {
  color: #afb4b6 !important;
}

.hocus\:u-text-grey-200:hover,
.hocus\:u-text-grey-200:focus {
  color: #898e91 !important;
}

.hocus\:u-text-grey-300:hover,
.hocus\:u-text-grey-300:focus {
  color: #64696c !important;
}

.hocus\:u-text-grey-400:hover,
.hocus\:u-text-grey-400:focus {
  color: #3c3c3b !important;
}

.hocus\:u-text-youtube:hover,
.hocus\:u-text-youtube:focus {
  color: #f00 !important;
}

.hocus\:u-text-twitter:hover,
.hocus\:u-text-twitter:focus {
  color: #1da1f2 !important;
}

.hocus\:u-text-facebook:hover,
.hocus\:u-text-facebook:focus {
  color: #3b5998 !important;
}

.hocus\:u-text-instagram:hover,
.hocus\:u-text-instagram:focus {
  color: #444 !important;
}

.hocus\:u-text-linkedin:hover,
.hocus\:u-text-linkedin:focus {
  color: #0077b5 !important;
}

.hocus\:u-text-college:hover,
.hocus\:u-text-college:focus {
  color: #00664f !important;
}

.hocus\:u-text-coll-collingwood:hover,
.hocus\:u-text-coll-collingwood:focus {
  color: #d22630 !important;
}

.hocus\:u-text-coll-grey:hover,
.hocus\:u-text-coll-grey:focus {
  color: #af272f !important;
}

.hocus\:u-text-coll-hatfield:hover,
.hocus\:u-text-coll-hatfield:focus {
  color: #003865 !important;
}

.hocus\:u-text-coll-johnsnow:hover,
.hocus\:u-text-coll-johnsnow:focus {
  color: #003865 !important;
}

.hocus\:u-text-coll-jbutler:hover,
.hocus\:u-text-coll-jbutler:focus {
  color: #d22630 !important;
}

.hocus\:u-text-coll-south-college:hover,
.hocus\:u-text-coll-south-college:focus {
  color: #68246d !important;
}

.hocus\:u-text-coll-staidans:hover,
.hocus\:u-text-coll-staidans:focus {
  color: #006747 !important;
}

.hocus\:u-text-coll-stchads:hover,
.hocus\:u-text-coll-stchads:focus {
  color: #00573f !important;
}

.hocus\:u-text-coll-stcuthberts:hover,
.hocus\:u-text-coll-stcuthberts:focus {
  color: #00664f !important;
}

.hocus\:u-text-coll-sthild:hover,
.hocus\:u-text-coll-sthild:focus {
  color: #0072ce !important;
}

.hocus\:u-text-coll-stjohns:hover,
.hocus\:u-text-coll-stjohns:focus {
  color: #1b365d !important;
}

.hocus\:u-text-coll-stmarys:hover,
.hocus\:u-text-coll-stmarys:focus {
  color: #753bbd !important;
}

.hocus\:u-text-coll-stephenson:hover,
.hocus\:u-text-coll-stephenson:focus {
  color: #d22630 !important;
}

.hocus\:u-text-coll-trevelyan:hover,
.hocus\:u-text-coll-trevelyan:focus {
  color: #003865 !important;
}

.hocus\:u-text-coll-university:hover,
.hocus\:u-text-coll-university:focus {
  color: #862633 !important;
}

.hocus\:u-text-coll-ustinov:hover,
.hocus\:u-text-coll-ustinov:focus {
  color: #003865 !important;
}

.hocus\:u-text-coll-vanmildert:hover,
.hocus\:u-text-coll-vanmildert:focus {
  color: #ee2737 !important;
}

.hocus\:u-text-primary:hover,
.hocus\:u-text-primary:focus {
  color: #68246d !important;
}

.hocus\:u-text-secondary:hover,
.hocus\:u-text-secondary:focus {
  color: #ffd53a !important;
}

.hocus\:u-text-tertiary:hover,
.hocus\:u-text-tertiary:focus {
  color: #00aeef !important;
}

.hocus\:u-text-success:hover,
.hocus\:u-text-success:focus {
  color: #449d44 !important;
}

.hocus\:u-text-danger:hover,
.hocus\:u-text-danger:focus {
  color: #be1e2c !important;
}

.hocus\:u-text-warning:hover,
.hocus\:u-text-warning:focus {
  color: #da611e !important;
}

.hocus\:u-text-info:hover,
.hocus\:u-text-info:focus {
  color: #1180a1 !important;
}

.hocus\:u-text-light:hover,
.hocus\:u-text-light:focus {
  color: #fff !important;
}

.hocus\:u-text-dark:hover,
.hocus\:u-text-dark:focus {
  color: #333123 !important;
}

.hocus\:u-text-purple--dark:hover,
.hocus\:u-text-purple--dark:focus {
  color: #531d57 !important;
}

.hocus\:u-text-purple--light:hover,
.hocus\:u-text-purple--light:focus {
  color: #74287a !important;
}

.hocus\:u-text-darkpurple--dark:hover,
.hocus\:u-text-darkpurple--dark:focus {
  color: #46163f !important;
}

.hocus\:u-text-darkpurple--light:hover,
.hocus\:u-text-darkpurple--light:focus {
  color: #611e58 !important;
}

.hocus\:u-text-yellow--dark:hover,
.hocus\:u-text-yellow--dark:focus {
  color: #fac500 !important;
}

.hocus\:u-text-yellow--light:hover,
.hocus\:u-text-yellow--light:focus {
  color: #ffdd60 !important;
}

.hocus\:u-text-cyan--dark:hover,
.hocus\:u-text-cyan--dark:focus {
  color: #008bbf !important;
}

.hocus\:u-text-cyan--light:hover,
.hocus\:u-text-cyan--light:focus {
  color: #0dbdff !important;
}

.hocus\:u-text-blue--dark:hover,
.hocus\:u-text-blue--dark:focus {
  color: #2281c2 !important;
}

.hocus\:u-text-blue--light:hover,
.hocus\:u-text-blue--light:focus {
  color: #5dace2 !important;
}

.hocus\:u-text-light-green--dark:hover,
.hocus\:u-text-light-green--dark:focus {
  color: #9edab5 !important;
}

.hocus\:u-text-light-green--light:hover,
.hocus\:u-text-light-green--light:focus {
  color: #fff !important;
}

.hocus\:u-text-red--dark:hover,
.hocus\:u-text-red--dark:focus {
  color: #981823 !important;
}

.hocus\:u-text-red--light:hover,
.hocus\:u-text-red--light:focus {
  color: #d52231 !important;
}

.hocus\:u-text-gold--dark:hover,
.hocus\:u-text-gold--dark:focus {
  color: #908b49 !important;
}

.hocus\:u-text-gold--light:hover,
.hocus\:u-text-gold--light:focus {
  color: #bab577 !important;
}

.hocus\:u-text-ink-100--dark:hover,
.hocus\:u-text-ink-100--dark:focus {
  color: #001c2c !important;
}

.hocus\:u-text-ink-100--light:hover,
.hocus\:u-text-ink-100--light:focus {
  color: #00273e !important;
}

.hocus\:u-text-stone--dark:hover,
.hocus\:u-text-stone--dark:focus {
  color: #c4b06c !important;
}

.hocus\:u-text-stone--light:hover,
.hocus\:u-text-stone--light:focus {
  color: #e7dfc3 !important;
}

.hocus\:u-text-sky--dark:hover,
.hocus\:u-text-sky--dark:focus {
  color: #74aab6 !important;
}

.hocus\:u-text-sky--light:hover,
.hocus\:u-text-sky--light:focus {
  color: #c2dadf !important;
}

.hocus\:u-text-heather--dark:hover,
.hocus\:u-text-heather--dark:focus {
  color: #af7a87 !important;
}

.hocus\:u-text-heather--light:hover,
.hocus\:u-text-heather--light:focus {
  color: #dcc4ca !important;
}

.hocus\:u-text-cedar--dark:hover,
.hocus\:u-text-cedar--dark:focus {
  color: #968581 !important;
}

.hocus\:u-text-cedar--light:hover,
.hocus\:u-text-cedar--light:focus {
  color: #c9c0be !important;
}

.hocus\:u-text-business--dark:hover,
.hocus\:u-text-business--dark:focus {
  color: #8c9b89 !important;
}

.hocus\:u-text-business--light:hover,
.hocus\:u-text-business--light:focus {
  color: #cad1c9 !important;
}

.hocus\:u-text-black--dark:hover,
.hocus\:u-text-black--dark:focus {
  color: #29271c !important;
}

.hocus\:u-text-black--light:hover,
.hocus\:u-text-black--light:focus {
  color: #393727 !important;
}

.hocus\:u-text-white--dark:hover,
.hocus\:u-text-white--dark:focus {
  color: #ccc !important;
}

.hocus\:u-text-white--light:hover,
.hocus\:u-text-white--light:focus {
  color: #fff !important;
}

.hocus\:u-text-grey-25--dark:hover,
.hocus\:u-text-grey-25--dark:focus {
  color: #c6c6c6 !important;
}

.hocus\:u-text-grey-25--light:hover,
.hocus\:u-text-grey-25--light:focus {
  color: #fff !important;
}

.hocus\:u-text-grey-50--dark:hover,
.hocus\:u-text-grey-50--dark:focus {
  color: #bcbcbc !important;
}

.hocus\:u-text-grey-50--light:hover,
.hocus\:u-text-grey-50--light:focus {
  color: #fff !important;
}

.hocus\:u-text-grey-75--dark:hover,
.hocus\:u-text-grey-75--dark:focus {
  color: #aeaeae !important;
}

.hocus\:u-text-grey-75--light:hover,
.hocus\:u-text-grey-75--light:focus {
  color: #f3f3f3 !important;
}

.hocus\:u-text-grey-100--dark:hover,
.hocus\:u-text-grey-100--dark:focus {
  color: #8a9194 !important;
}

.hocus\:u-text-grey-100--light:hover,
.hocus\:u-text-grey-100--light:focus {
  color: #c5c9ca !important;
}

.hocus\:u-text-grey-200--dark:hover,
.hocus\:u-text-grey-200--dark:focus {
  color: #6d7275 !important;
}

.hocus\:u-text-grey-200--light:hover,
.hocus\:u-text-grey-200--light:focus {
  color: #9b9fa1 !important;
}

.hocus\:u-text-grey-300--dark:hover,
.hocus\:u-text-grey-300--dark:focus {
  color: #505456 !important;
}

.hocus\:u-text-grey-300--light:hover,
.hocus\:u-text-grey-300--light:focus {
  color: #707679 !important;
}

.hocus\:u-text-grey-400--dark:hover,
.hocus\:u-text-grey-400--dark:focus {
  color: #30302f !important;
}

.hocus\:u-text-grey-400--light:hover,
.hocus\:u-text-grey-400--light:focus {
  color: #434342 !important;
}

.hocus\:u-text-youtube--dark:hover,
.hocus\:u-text-youtube--dark:focus {
  color: #c00 !important;
}

.hocus\:u-text-youtube--light:hover,
.hocus\:u-text-youtube--light:focus {
  color: #ff1f1f !important;
}

.hocus\:u-text-twitter--dark:hover,
.hocus\:u-text-twitter--dark:focus {
  color: #0c84cd !important;
}

.hocus\:u-text-twitter--light:hover,
.hocus\:u-text-twitter--light:focus {
  color: #3caef4 !important;
}

.hocus\:u-text-facebook--dark:hover,
.hocus\:u-text-facebook--dark:focus {
  color: #2f477a !important;
}

.hocus\:u-text-facebook--light:hover,
.hocus\:u-text-facebook--light:focus {
  color: #4264aa !important;
}

.hocus\:u-text-instagram--dark:hover,
.hocus\:u-text-instagram--dark:focus {
  color: #363636 !important;
}

.hocus\:u-text-instagram--light:hover,
.hocus\:u-text-instagram--light:focus {
  color: #4c4c4c !important;
}

.hocus\:u-text-linkedin--dark:hover,
.hocus\:u-text-linkedin--dark:focus {
  color: #005f91 !important;
}

.hocus\:u-text-linkedin--light:hover,
.hocus\:u-text-linkedin--light:focus {
  color: #0085cb !important;
}

.hocus\:u-text-college--dark:hover,
.hocus\:u-text-college--dark:focus {
  color: #00523f !important;
}

.hocus\:u-text-college--light:hover,
.hocus\:u-text-college--light:focus {
  color: #007258 !important;
}

.hocus\:u-text-coll-collingwood--dark:hover,
.hocus\:u-text-coll-collingwood--dark:focus {
  color: #a81e26 !important;
}

.hocus\:u-text-coll-collingwood--light:hover,
.hocus\:u-text-coll-collingwood--light:focus {
  color: #db3a44 !important;
}

.hocus\:u-text-coll-grey--dark:hover,
.hocus\:u-text-coll-grey--dark:focus {
  color: #8c1f26 !important;
}

.hocus\:u-text-coll-grey--light:hover,
.hocus\:u-text-coll-grey--light:focus {
  color: #c42c35 !important;
}

.hocus\:u-text-coll-hatfield--dark:hover,
.hocus\:u-text-coll-hatfield--dark:focus {
  color: #002d51 !important;
}

.hocus\:u-text-coll-hatfield--light:hover,
.hocus\:u-text-coll-hatfield--light:focus {
  color: #003f71 !important;
}

.hocus\:u-text-coll-johnsnow--dark:hover,
.hocus\:u-text-coll-johnsnow--dark:focus {
  color: #002d51 !important;
}

.hocus\:u-text-coll-johnsnow--light:hover,
.hocus\:u-text-coll-johnsnow--light:focus {
  color: #003f71 !important;
}

.hocus\:u-text-coll-jbutler--dark:hover,
.hocus\:u-text-coll-jbutler--dark:focus {
  color: #a81e26 !important;
}

.hocus\:u-text-coll-jbutler--light:hover,
.hocus\:u-text-coll-jbutler--light:focus {
  color: #db3a44 !important;
}

.hocus\:u-text-coll-south-college--dark:hover,
.hocus\:u-text-coll-south-college--dark:focus {
  color: #531d57 !important;
}

.hocus\:u-text-coll-south-college--light:hover,
.hocus\:u-text-coll-south-college--light:focus {
  color: #74287a !important;
}

.hocus\:u-text-coll-staidans--dark:hover,
.hocus\:u-text-coll-staidans--dark:focus {
  color: #005239 !important;
}

.hocus\:u-text-coll-staidans--light:hover,
.hocus\:u-text-coll-staidans--light:focus {
  color: #007350 !important;
}

.hocus\:u-text-coll-stchads--dark:hover,
.hocus\:u-text-coll-stchads--dark:focus {
  color: #004632 !important;
}

.hocus\:u-text-coll-stchads--light:hover,
.hocus\:u-text-coll-stchads--light:focus {
  color: #006147 !important;
}

.hocus\:u-text-coll-stcuthberts--dark:hover,
.hocus\:u-text-coll-stcuthberts--dark:focus {
  color: #00523f !important;
}

.hocus\:u-text-coll-stcuthberts--light:hover,
.hocus\:u-text-coll-stcuthberts--light:focus {
  color: #007258 !important;
}

.hocus\:u-text-coll-sthild--dark:hover,
.hocus\:u-text-coll-sthild--dark:focus {
  color: #005ba5 !important;
}

.hocus\:u-text-coll-sthild--light:hover,
.hocus\:u-text-coll-sthild--light:focus {
  color: #0080e7 !important;
}

.hocus\:u-text-coll-stjohns--dark:hover,
.hocus\:u-text-coll-stjohns--dark:focus {
  color: #162b4a !important;
}

.hocus\:u-text-coll-stjohns--light:hover,
.hocus\:u-text-coll-stjohns--light:focus {
  color: #1e3c68 !important;
}

.hocus\:u-text-coll-stmarys--dark:hover,
.hocus\:u-text-coll-stmarys--dark:focus {
  color: #5e2f97 !important;
}

.hocus\:u-text-coll-stmarys--light:hover,
.hocus\:u-text-coll-stmarys--light:focus {
  color: #844ec8 !important;
}

.hocus\:u-text-coll-stephenson--dark:hover,
.hocus\:u-text-coll-stephenson--dark:focus {
  color: #a81e26 !important;
}

.hocus\:u-text-coll-stephenson--light:hover,
.hocus\:u-text-coll-stephenson--light:focus {
  color: #db3a44 !important;
}

.hocus\:u-text-coll-trevelyan--dark:hover,
.hocus\:u-text-coll-trevelyan--dark:focus {
  color: #002d51 !important;
}

.hocus\:u-text-coll-trevelyan--light:hover,
.hocus\:u-text-coll-trevelyan--light:focus {
  color: #003f71 !important;
}

.hocus\:u-text-coll-university--dark:hover,
.hocus\:u-text-coll-university--dark:focus {
  color: #6b1e29 !important;
}

.hocus\:u-text-coll-university--light:hover,
.hocus\:u-text-coll-university--light:focus {
  color: #962b39 !important;
}

.hocus\:u-text-coll-ustinov--dark:hover,
.hocus\:u-text-coll-ustinov--dark:focus {
  color: #002d51 !important;
}

.hocus\:u-text-coll-ustinov--light:hover,
.hocus\:u-text-coll-ustinov--light:focus {
  color: #003f71 !important;
}

.hocus\:u-text-coll-vanmildert--dark:hover,
.hocus\:u-text-coll-vanmildert--dark:focus {
  color: #cd101f !important;
}

.hocus\:u-text-coll-vanmildert--light:hover,
.hocus\:u-text-coll-vanmildert--light:focus {
  color: #f04654 !important;
}

.hocus\:u-text-primary--dark:hover,
.hocus\:u-text-primary--dark:focus {
  color: #531d57 !important;
}

.hocus\:u-text-primary--light:hover,
.hocus\:u-text-primary--light:focus {
  color: #74287a !important;
}

.hocus\:u-text-secondary--dark:hover,
.hocus\:u-text-secondary--dark:focus {
  color: #fac500 !important;
}

.hocus\:u-text-secondary--light:hover,
.hocus\:u-text-secondary--light:focus {
  color: #ffdd60 !important;
}

.hocus\:u-text-tertiary--dark:hover,
.hocus\:u-text-tertiary--dark:focus {
  color: #008bbf !important;
}

.hocus\:u-text-tertiary--light:hover,
.hocus\:u-text-tertiary--light:focus {
  color: #0dbdff !important;
}

.hocus\:u-text-success--dark:hover,
.hocus\:u-text-success--dark:focus {
  color: #367e36 !important;
}

.hocus\:u-text-success--light:hover,
.hocus\:u-text-success--light:focus {
  color: #4cb04c !important;
}

.hocus\:u-text-danger--dark:hover,
.hocus\:u-text-danger--dark:focus {
  color: #981823 !important;
}

.hocus\:u-text-danger--light:hover,
.hocus\:u-text-danger--light:focus {
  color: #d52231 !important;
}

.hocus\:u-text-warning--dark:hover,
.hocus\:u-text-warning--dark:focus {
  color: #ae4e18 !important;
}

.hocus\:u-text-warning--light:hover,
.hocus\:u-text-warning--light:focus {
  color: #e37233 !important;
}

.hocus\:u-text-info--dark:hover,
.hocus\:u-text-info--dark:focus {
  color: #0e6681 !important;
}

.hocus\:u-text-info--light:hover,
.hocus\:u-text-info--light:focus {
  color: #138fb4 !important;
}

.hocus\:u-text-light--dark:hover,
.hocus\:u-text-light--dark:focus {
  color: #ccc !important;
}

.hocus\:u-text-light--light:hover,
.hocus\:u-text-light--light:focus {
  color: #fff !important;
}

.hocus\:u-text-dark--dark:hover,
.hocus\:u-text-dark--dark:focus {
  color: #29271c !important;
}

.hocus\:u-text-dark--light:hover,
.hocus\:u-text-dark--light:focus {
  color: #393727 !important;
}

.u-text-small {
  font-size: 14px !important;
}

.u-text-medium {
  font-size: 16px !important;
}

.u-text-large {
  font-size: 20px !important;
}

.u-text-h5 {
  font-size: 25px !important;
}

.u-text-h4 {
  font-size: 31px !important;
}

.u-text-h3 {
  font-size: 39px !important;
}

.u-text-h2 {
  font-size: 49px !important;
}

.u-text-h1 {
  font-size: 61px !important;
}

.u-text-sidekick {
  font-size: 76px !important;
}

.u-text-hero {
  font-size: 95px !important;
}

.u-text-unset {
  font-size: unset !important;
}

.u-italic {
  font-style: italic !important;
}

.u-roman {
  font-style: normal !important;
}

.u-uppercase {
  text-transform: uppercase !important;
}

.u-lowercase {
  text-transform: lowercase !important;
}

.u-capitalize {
  text-transform: capitalize !important;
}

.u-normal-case {
  text-transform: none !important;
}

.u-underline {
  text-decoration: underline !important;
}

.u-line-through {
  text-decoration: line-through !important;
}

.u-no-underline {
  text-decoration: none !important;
}

.u-antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.u-subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.hover\:u-italic:hover {
  font-style: italic !important;
}

.hover\:u-roman:hover {
  font-style: normal !important;
}

.hover\:u-uppercase:hover {
  text-transform: uppercase !important;
}

.hover\:u-lowercase:hover {
  text-transform: lowercase !important;
}

.hover\:u-capitalize:hover {
  text-transform: capitalize !important;
}

.hover\:u-normal-case:hover {
  text-transform: none !important;
}

.hover\:u-underline:hover {
  text-decoration: underline !important;
}

.hover\:u-line-through:hover {
  text-decoration: line-through !important;
}

.hover\:u-no-underline:hover {
  text-decoration: none !important;
}

.hover\:u-antialiased:hover {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.hover\:u-subpixel-antialiased:hover {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.focus\:u-italic:focus {
  font-style: italic !important;
}

.focus\:u-roman:focus {
  font-style: normal !important;
}

.focus\:u-uppercase:focus {
  text-transform: uppercase !important;
}

.focus\:u-lowercase:focus {
  text-transform: lowercase !important;
}

.focus\:u-capitalize:focus {
  text-transform: capitalize !important;
}

.focus\:u-normal-case:focus {
  text-transform: none !important;
}

.focus\:u-underline:focus {
  text-decoration: underline !important;
}

.focus\:u-line-through:focus {
  text-decoration: line-through !important;
}

.focus\:u-no-underline:focus {
  text-decoration: none !important;
}

.focus\:u-antialiased:focus {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.focus\:u-subpixel-antialiased:focus {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.hocus\:u-italic:hover,
.hocus\:u-italic:focus {
  font-style: italic !important;
}

.hocus\:u-roman:hover,
.hocus\:u-roman:focus {
  font-style: normal !important;
}

.hocus\:u-uppercase:hover,
.hocus\:u-uppercase:focus {
  text-transform: uppercase !important;
}

.hocus\:u-lowercase:hover,
.hocus\:u-lowercase:focus {
  text-transform: lowercase !important;
}

.hocus\:u-capitalize:hover,
.hocus\:u-capitalize:focus {
  text-transform: capitalize !important;
}

.hocus\:u-normal-case:hover,
.hocus\:u-normal-case:focus {
  text-transform: none !important;
}

.hocus\:u-underline:hover,
.hocus\:u-underline:focus {
  text-decoration: underline !important;
}

.hocus\:u-line-through:hover,
.hocus\:u-line-through:focus {
  text-decoration: line-through !important;
}

.hocus\:u-no-underline:hover,
.hocus\:u-no-underline:focus {
  text-decoration: none !important;
}

.hocus\:u-antialiased:hover,
.hocus\:u-antialiased:focus {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.hocus\:u-subpixel-antialiased:hover,
.hocus\:u-subpixel-antialiased:focus {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.group:focus-within .group-focus-within\:u-italic {
  font-style: italic !important;
}

.group:focus-within .group-focus-within\:u-roman {
  font-style: normal !important;
}

.group:focus-within .group-focus-within\:u-uppercase {
  text-transform: uppercase !important;
}

.group:focus-within .group-focus-within\:u-lowercase {
  text-transform: lowercase !important;
}

.group:focus-within .group-focus-within\:u-capitalize {
  text-transform: capitalize !important;
}

.group:focus-within .group-focus-within\:u-normal-case {
  text-transform: none !important;
}

.group:focus-within .group-focus-within\:u-underline {
  text-decoration: underline !important;
}

.group:focus-within .group-focus-within\:u-line-through {
  text-decoration: line-through !important;
}

.group:focus-within .group-focus-within\:u-no-underline {
  text-decoration: none !important;
}

.group:focus-within .group-focus-within\:u-antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.group:focus-within .group-focus-within\:u-subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.group:hover .group-hocus\:u-italic,
.group:focus .group-hocus\:u-italic {
  font-style: italic !important;
}

.group:hover .group-hocus\:u-roman,
.group:focus .group-hocus\:u-roman {
  font-style: normal !important;
}

.group:hover .group-hocus\:u-uppercase,
.group:focus .group-hocus\:u-uppercase {
  text-transform: uppercase !important;
}

.group:hover .group-hocus\:u-lowercase,
.group:focus .group-hocus\:u-lowercase {
  text-transform: lowercase !important;
}

.group:hover .group-hocus\:u-capitalize,
.group:focus .group-hocus\:u-capitalize {
  text-transform: capitalize !important;
}

.group:hover .group-hocus\:u-normal-case,
.group:focus .group-hocus\:u-normal-case {
  text-transform: none !important;
}

.group:hover .group-hocus\:u-underline,
.group:focus .group-hocus\:u-underline {
  text-decoration: underline !important;
}

.group:hover .group-hocus\:u-line-through,
.group:focus .group-hocus\:u-line-through {
  text-decoration: line-through !important;
}

.group:hover .group-hocus\:u-no-underline,
.group:focus .group-hocus\:u-no-underline {
  text-decoration: none !important;
}

.group:hover .group-hocus\:u-antialiased,
.group:focus .group-hocus\:u-antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.group:hover .group-hocus\:u-subpixel-antialiased,
.group:focus .group-hocus\:u-subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.group:hover .group-hover\:u-italic {
  font-style: italic !important;
}

.group:hover .group-hover\:u-roman {
  font-style: normal !important;
}

.group:hover .group-hover\:u-uppercase {
  text-transform: uppercase !important;
}

.group:hover .group-hover\:u-lowercase {
  text-transform: lowercase !important;
}

.group:hover .group-hover\:u-capitalize {
  text-transform: capitalize !important;
}

.group:hover .group-hover\:u-normal-case {
  text-transform: none !important;
}

.group:hover .group-hover\:u-underline {
  text-decoration: underline !important;
}

.group:hover .group-hover\:u-line-through {
  text-decoration: line-through !important;
}

.group:hover .group-hover\:u-no-underline {
  text-decoration: none !important;
}

.group:hover .group-hover\:u-antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.group:hover .group-hover\:u-subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.u-tracking-tight {
  letter-spacing: -0.05em !important;
}

.u-tracking-normal {
  letter-spacing: 0 !important;
}

.u-tracking-wide {
  letter-spacing: .05em !important;
}

.u-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.u-select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

.u-align-baseline {
  vertical-align: baseline !important;
}

.u-align-top {
  vertical-align: top !important;
}

.u-align-middle {
  vertical-align: middle !important;
}

.u-align-bottom {
  vertical-align: bottom !important;
}

.u-align-text-top {
  vertical-align: text-top !important;
}

.u-align-text-bottom {
  vertical-align: text-bottom !important;
}

.u-visible {
  visibility: visible !important;
}

.u-invisible {
  visibility: hidden !important;
}

.u-whitespace-normal {
  white-space: normal !important;
}

.u-whitespace-no-wrap {
  white-space: nowrap !important;
}

.u-whitespace-pre {
  white-space: pre !important;
}

.u-whitespace-pre-line {
  white-space: pre-line !important;
}

.u-whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.u-break-words {
  word-wrap: break-word !important;
}

.u-break-normal {
  word-wrap: normal !important;
}

.u-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.u-w-0 {
  width: 0 !important;
}

.u-w-1 {
  width: 8px !important;
}

.u-w-2 {
  width: 16px !important;
}

.u-w-3 {
  width: 24px !important;
}

.u-w-4 {
  width: 32px !important;
}

.u-w-5 {
  width: 40px !important;
}

.u-w-6 {
  width: 48px !important;
}

.u-w-10 {
  width: 80px !important;
}

.u-w-auto {
  width: auto !important;
}

.u-w-unset {
  width: unset !important;
}

.u-w-1\/2 {
  width: 50% !important;
}

.u-w-1\/3 {
  width: 33.33333% !important;
}

.u-w-2\/3 {
  width: 66.66667% !important;
}

.u-w-1\/4 {
  width: 25% !important;
}

.u-w-3\/4 {
  width: 75% !important;
}

.u-w-1\/5 {
  width: 20% !important;
}

.u-w-2\/5 {
  width: 40% !important;
}

.u-w-3\/5 {
  width: 60% !important;
}

.u-w-4\/5 {
  width: 80% !important;
}

.u-w-1\/6 {
  width: 16.66667% !important;
}

.u-w-5\/6 {
  width: 83.33333% !important;
}

.u-w-full {
  width: 100% !important;
}

.u-w-screen {
  width: 100vw !important;
}

.u-w-icon {
  width: 20px !important;
}

.u-w-icon-lg {
  width: 35px !important;
}

.u-w-logo {
  width: 300px !important;
}

.u-w-statistic {
  width: 212px !important;
}

.u-z-0 {
  z-index: 0 !important;
}

.u-z-1 {
  z-index: 1 !important;
}

.u-z-10 {
  z-index: 10 !important;
}

.u-z-20 {
  z-index: 20 !important;
}

.u-z-30 {
  z-index: 30 !important;
}

.u-z-40 {
  z-index: 40 !important;
}

.u-z-50 {
  z-index: 50 !important;
}

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

.u-z-410 {
  z-index: 410 !important;
}

.u-z-420 {
  z-index: 420 !important;
}

.u-z-501 {
  z-index: 501 !important;
}

.u-z-1251 {
  z-index: 1251 !important;
}

.u-z-auto {
  z-index: auto !important;
}

.u-z--1 {
  z-index: -1 !important;
}

.hocus\:u-z-0:hover,
.hocus\:u-z-0:focus {
  z-index: 0 !important;
}

.hocus\:u-z-1:hover,
.hocus\:u-z-1:focus {
  z-index: 1 !important;
}

.hocus\:u-z-10:hover,
.hocus\:u-z-10:focus {
  z-index: 10 !important;
}

.hocus\:u-z-20:hover,
.hocus\:u-z-20:focus {
  z-index: 20 !important;
}

.hocus\:u-z-30:hover,
.hocus\:u-z-30:focus {
  z-index: 30 !important;
}

.hocus\:u-z-40:hover,
.hocus\:u-z-40:focus {
  z-index: 40 !important;
}

.hocus\:u-z-50:hover,
.hocus\:u-z-50:focus {
  z-index: 50 !important;
}

.hocus\:u-z-400:hover,
.hocus\:u-z-400:focus {
  z-index: 400 !important;
}

.hocus\:u-z-410:hover,
.hocus\:u-z-410:focus {
  z-index: 410 !important;
}

.hocus\:u-z-420:hover,
.hocus\:u-z-420:focus {
  z-index: 420 !important;
}

.hocus\:u-z-501:hover,
.hocus\:u-z-501:focus {
  z-index: 501 !important;
}

.hocus\:u-z-1251:hover,
.hocus\:u-z-1251:focus {
  z-index: 1251 !important;
}

.hocus\:u-z-auto:hover,
.hocus\:u-z-auto:focus {
  z-index: auto !important;
}

.hocus\:u-z--1:hover,
.hocus\:u-z--1:focus {
  z-index: -1 !important;
}

.u-object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.u-object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.u-object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.u-object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.u-object-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.u-scroll-snap-x {
  scroll-snap-type: x mandatory !important;
}

.u-scroll-snap-y {
  scroll-snap-type: y mandatory !important;
}

.u-scroll-snap-start {
  scroll-snap-align: start !important;
}

.u-t-1 {
  top: 8px !important;
}

.u-r-1 {
  right: 8px !important;
}

.u-b-1 {
  bottom: 8px !important;
}

.u-l-1 {
  left: 8px !important;
}

.u-t-2 {
  top: 16px !important;
}

.u-r-2 {
  right: 16px !important;
}

.u-b-2 {
  bottom: 16px !important;
}

.u-l-2 {
  left: 16px !important;
}

.u-t-3 {
  top: 24px !important;
}

.u-r-3 {
  right: 24px !important;
}

.u-b-3 {
  bottom: 24px !important;
}

.u-l-3 {
  left: 24px !important;
}

.u-t-4 {
  top: 32px !important;
}

.u-r-4 {
  right: 32px !important;
}

.u-b-4 {
  bottom: 32px !important;
}

.u-l-4 {
  left: 32px !important;
}

.u-t-5 {
  top: 40px !important;
}

.u-r-5 {
  right: 40px !important;
}

.u-b-5 {
  bottom: 40px !important;
}

.u-l-5 {
  left: 40px !important;
}

.u-t-6 {
  top: 48px !important;
}

.u-r-6 {
  right: 48px !important;
}

.u-b-6 {
  bottom: 48px !important;
}

.u-l-6 {
  left: 48px !important;
}

.u-t-7 {
  top: 56px !important;
}

.u-r-7 {
  right: 56px !important;
}

.u-b-7 {
  bottom: 56px !important;
}

.u-l-7 {
  left: 56px !important;
}

.u-t-8 {
  top: 64px !important;
}

.u-r-8 {
  right: 64px !important;
}

.u-b-8 {
  bottom: 64px !important;
}

.u-l-8 {
  left: 64px !important;
}

.u-t-9 {
  top: 72px !important;
}

.u-r-9 {
  right: 72px !important;
}

.u-b-9 {
  bottom: 72px !important;
}

.u-l-9 {
  left: 72px !important;
}

.u-t-10 {
  top: 80px !important;
}

.u-r-10 {
  right: 80px !important;
}

.u-b-10 {
  bottom: 80px !important;
}

.u-l-10 {
  left: 80px !important;
}

.u-t--1 {
  top: -8px !important;
}

.u-r--1 {
  right: -8px !important;
}

.u-b--1 {
  bottom: -8px !important;
}

.u-l--1 {
  left: -8px !important;
}

.u-t--2 {
  top: -16px !important;
}

.u-r--2 {
  right: -16px !important;
}

.u-b--2 {
  bottom: -16px !important;
}

.u-l--2 {
  left: -16px !important;
}

.u-t--3 {
  top: -24px !important;
}

.u-r--3 {
  right: -24px !important;
}

.u-b--3 {
  bottom: -24px !important;
}

.u-l--3 {
  left: -24px !important;
}

.u-t--4 {
  top: -32px !important;
}

.u-r--4 {
  right: -32px !important;
}

.u-b--4 {
  bottom: -32px !important;
}

.u-l--4 {
  left: -32px !important;
}

.u-t--5 {
  top: -40px !important;
}

.u-r--5 {
  right: -40px !important;
}

.u-b--5 {
  bottom: -40px !important;
}

.u-l--5 {
  left: -40px !important;
}

.u-t--6 {
  top: -48px !important;
}

.u-r--6 {
  right: -48px !important;
}

.u-b--6 {
  bottom: -48px !important;
}

.u-l--6 {
  left: -48px !important;
}

.u-t--7 {
  top: -56px !important;
}

.u-r--7 {
  right: -56px !important;
}

.u-b--7 {
  bottom: -56px !important;
}

.u-l--7 {
  left: -56px !important;
}

.u-t--8 {
  top: -64px !important;
}

.u-r--8 {
  right: -64px !important;
}

.u-b--8 {
  bottom: -64px !important;
}

.u-l--8 {
  left: -64px !important;
}

.u-t--9 {
  top: -72px !important;
}

.u-r--9 {
  right: -72px !important;
}

.u-b--9 {
  bottom: -72px !important;
}

.u-l--9 {
  left: -72px !important;
}

.u-t--10 {
  top: -80px !important;
}

.u-r--10 {
  right: -80px !important;
}

.u-b--10 {
  bottom: -80px !important;
}

.u-l--10 {
  left: -80px !important;
}

.u-t-unset {
  top: unset !important;
}

.u-r-unset {
  right: unset !important;
}

.u-b-unset {
  bottom: unset !important;
}

.u-l-unset {
  left: unset !important;
}

.u-t-inherit {
  top: inherit !important;
}

.u-r-inherit {
  right: inherit !important;
}

.u-b-inherit {
  bottom: inherit !important;
}

.u-l-inherit {
  left: inherit !important;
}

.u-t-header-height {
  top: 155px !important;
  top: var(--site-header-height) !important;
}

.u-r-header-height {
  right: 155px !important;
  right: var(--site-header-height) !important;
}

.u-b-header-height {
  bottom: 155px !important;
  bottom: var(--site-header-height) !important;
}

.u-l-header-height {
  left: 155px !important;
  left: var(--site-header-height) !important;
}

.u-aspect-ratio-full {
  padding-bottom: 29.65277777777778% !important;
}

.u-aspect-ratio-square {
  padding-bottom: 100% !important;
}

.u-aspect-ratio-16\/9 {
  padding-bottom: 56.25% !important;
}

.u-aspect-ratio-4\/3 {
  padding-bottom: 75% !important;
}

.u-transform-none {
  transform: none !important;
}

.u-translate-x-2 {
  transform: translateX(2px) !important;
}

.u-translate-y-2 {
  transform: translateY(2px) !important;
}

.u-translate-x-1\/2 {
  transform: translateX(50%) !important;
}

.u-translate-y-1\/2 {
  transform: translateY(50%) !important;
}

.u-translate-x-full {
  transform: translateX(100%) !important;
}

.u-translate-y-full {
  transform: translateY(100%) !important;
}

.u--translate-x-2 {
  transform: translateX(-2px) !important;
}

.u--translate-y-2 {
  transform: translateY(-2px) !important;
}

.u--translate-x-1\/2 {
  transform: translateX(-50%) !important;
}

.u--translate-y-1\/2 {
  transform: translateY(-50%) !important;
}

.u--translate-x-full {
  transform: translateX(-100%) !important;
}

.u--translate-y-full {
  transform: translateY(-100%) !important;
}

.u-scale-90 {
  transform: scale(.9) !important;
}

.u-scale-x-90 {
  transform: scaleX(.9) !important;
}

.u-scale-y-90 {
  transform: scaleY(.9) !important;
}

.u-scale-100 {
  transform: scale(1) !important;
}

.u-scale-x-100 {
  transform: scaleX(1) !important;
}

.u-scale-y-100 {
  transform: scaleY(1) !important;
}

.u-scale-105 {
  transform: scale(1.05) !important;
}

.u-scale-x-105 {
  transform: scaleX(1.05) !important;
}

.u-scale-y-105 {
  transform: scaleY(1.05) !important;
}

.u-scale-110 {
  transform: scale(1.1) !important;
}

.u-scale-x-110 {
  transform: scaleX(1.1) !important;
}

.u-scale-y-110 {
  transform: scaleY(1.1) !important;
}

.u-scale-140 {
  transform: scale(1.4) !important;
}

.u-scale-x-140 {
  transform: scaleX(1.4) !important;
}

.u-scale-y-140 {
  transform: scaleY(1.4) !important;
}

.u-rotate-90 {
  transform: rotate(90deg) !important;
}

.u-rotate-180 {
  transform: rotate(180deg) !important;
}

.u-rotate-270 {
  transform: rotate(270deg) !important;
}

.u--rotate-90 {
  transform: rotate(-90deg) !important;
}

.u--rotate-180 {
  transform: rotate(-180deg) !important;
}

.u--rotate-270 {
  transform: rotate(-270deg) !important;
}

.u-transform-origin-center {
  transform-origin: center !important;
}

.hover\:u-transform-none:hover {
  transform: none !important;
}

.hover\:u-translate-x-2:hover {
  transform: translateX(2px) !important;
}

.hover\:u-translate-y-2:hover {
  transform: translateY(2px) !important;
}

.hover\:u-translate-x-1\/2:hover {
  transform: translateX(50%) !important;
}

.hover\:u-translate-y-1\/2:hover {
  transform: translateY(50%) !important;
}

.hover\:u-translate-x-full:hover {
  transform: translateX(100%) !important;
}

.hover\:u-translate-y-full:hover {
  transform: translateY(100%) !important;
}

.hover\:u--translate-x-2:hover {
  transform: translateX(-2px) !important;
}

.hover\:u--translate-y-2:hover {
  transform: translateY(-2px) !important;
}

.hover\:u--translate-x-1\/2:hover {
  transform: translateX(-50%) !important;
}

.hover\:u--translate-y-1\/2:hover {
  transform: translateY(-50%) !important;
}

.hover\:u--translate-x-full:hover {
  transform: translateX(-100%) !important;
}

.hover\:u--translate-y-full:hover {
  transform: translateY(-100%) !important;
}

.hover\:u-scale-90:hover {
  transform: scale(.9) !important;
}

.hover\:u-scale-x-90:hover {
  transform: scaleX(.9) !important;
}

.hover\:u-scale-y-90:hover {
  transform: scaleY(.9) !important;
}

.hover\:u-scale-100:hover {
  transform: scale(1) !important;
}

.hover\:u-scale-x-100:hover {
  transform: scaleX(1) !important;
}

.hover\:u-scale-y-100:hover {
  transform: scaleY(1) !important;
}

.hover\:u-scale-105:hover {
  transform: scale(1.05) !important;
}

.hover\:u-scale-x-105:hover {
  transform: scaleX(1.05) !important;
}

.hover\:u-scale-y-105:hover {
  transform: scaleY(1.05) !important;
}

.hover\:u-scale-110:hover {
  transform: scale(1.1) !important;
}

.hover\:u-scale-x-110:hover {
  transform: scaleX(1.1) !important;
}

.hover\:u-scale-y-110:hover {
  transform: scaleY(1.1) !important;
}

.hover\:u-scale-140:hover {
  transform: scale(1.4) !important;
}

.hover\:u-scale-x-140:hover {
  transform: scaleX(1.4) !important;
}

.hover\:u-scale-y-140:hover {
  transform: scaleY(1.4) !important;
}

.hover\:u-rotate-90:hover {
  transform: rotate(90deg) !important;
}

.hover\:u-rotate-180:hover {
  transform: rotate(180deg) !important;
}

.hover\:u-rotate-270:hover {
  transform: rotate(270deg) !important;
}

.hover\:u--rotate-90:hover {
  transform: rotate(-90deg) !important;
}

.hover\:u--rotate-180:hover {
  transform: rotate(-180deg) !important;
}

.hover\:u--rotate-270:hover {
  transform: rotate(-270deg) !important;
}

.hover\:u-transform-origin-center:hover {
  transform-origin: center !important;
}

.focus\:u-transform-none:focus {
  transform: none !important;
}

.focus\:u-translate-x-2:focus {
  transform: translateX(2px) !important;
}

.focus\:u-translate-y-2:focus {
  transform: translateY(2px) !important;
}

.focus\:u-translate-x-1\/2:focus {
  transform: translateX(50%) !important;
}

.focus\:u-translate-y-1\/2:focus {
  transform: translateY(50%) !important;
}

.focus\:u-translate-x-full:focus {
  transform: translateX(100%) !important;
}

.focus\:u-translate-y-full:focus {
  transform: translateY(100%) !important;
}

.focus\:u--translate-x-2:focus {
  transform: translateX(-2px) !important;
}

.focus\:u--translate-y-2:focus {
  transform: translateY(-2px) !important;
}

.focus\:u--translate-x-1\/2:focus {
  transform: translateX(-50%) !important;
}

.focus\:u--translate-y-1\/2:focus {
  transform: translateY(-50%) !important;
}

.focus\:u--translate-x-full:focus {
  transform: translateX(-100%) !important;
}

.focus\:u--translate-y-full:focus {
  transform: translateY(-100%) !important;
}

.focus\:u-scale-90:focus {
  transform: scale(.9) !important;
}

.focus\:u-scale-x-90:focus {
  transform: scaleX(.9) !important;
}

.focus\:u-scale-y-90:focus {
  transform: scaleY(.9) !important;
}

.focus\:u-scale-100:focus {
  transform: scale(1) !important;
}

.focus\:u-scale-x-100:focus {
  transform: scaleX(1) !important;
}

.focus\:u-scale-y-100:focus {
  transform: scaleY(1) !important;
}

.focus\:u-scale-105:focus {
  transform: scale(1.05) !important;
}

.focus\:u-scale-x-105:focus {
  transform: scaleX(1.05) !important;
}

.focus\:u-scale-y-105:focus {
  transform: scaleY(1.05) !important;
}

.focus\:u-scale-110:focus {
  transform: scale(1.1) !important;
}

.focus\:u-scale-x-110:focus {
  transform: scaleX(1.1) !important;
}

.focus\:u-scale-y-110:focus {
  transform: scaleY(1.1) !important;
}

.focus\:u-scale-140:focus {
  transform: scale(1.4) !important;
}

.focus\:u-scale-x-140:focus {
  transform: scaleX(1.4) !important;
}

.focus\:u-scale-y-140:focus {
  transform: scaleY(1.4) !important;
}

.focus\:u-rotate-90:focus {
  transform: rotate(90deg) !important;
}

.focus\:u-rotate-180:focus {
  transform: rotate(180deg) !important;
}

.focus\:u-rotate-270:focus {
  transform: rotate(270deg) !important;
}

.focus\:u--rotate-90:focus {
  transform: rotate(-90deg) !important;
}

.focus\:u--rotate-180:focus {
  transform: rotate(-180deg) !important;
}

.focus\:u--rotate-270:focus {
  transform: rotate(-270deg) !important;
}

.focus\:u-transform-origin-center:focus {
  transform-origin: center !important;
}

.hocus\:u-transform-none:hover,
.hocus\:u-transform-none:focus {
  transform: none !important;
}

.hocus\:u-translate-x-2:hover,
.hocus\:u-translate-x-2:focus {
  transform: translateX(2px) !important;
}

.hocus\:u-translate-y-2:hover,
.hocus\:u-translate-y-2:focus {
  transform: translateY(2px) !important;
}

.hocus\:u-translate-x-1\/2:hover,
.hocus\:u-translate-x-1\/2:focus {
  transform: translateX(50%) !important;
}

.hocus\:u-translate-y-1\/2:hover,
.hocus\:u-translate-y-1\/2:focus {
  transform: translateY(50%) !important;
}

.hocus\:u-translate-x-full:hover,
.hocus\:u-translate-x-full:focus {
  transform: translateX(100%) !important;
}

.hocus\:u-translate-y-full:hover,
.hocus\:u-translate-y-full:focus {
  transform: translateY(100%) !important;
}

.hocus\:u--translate-x-2:hover,
.hocus\:u--translate-x-2:focus {
  transform: translateX(-2px) !important;
}

.hocus\:u--translate-y-2:hover,
.hocus\:u--translate-y-2:focus {
  transform: translateY(-2px) !important;
}

.hocus\:u--translate-x-1\/2:hover,
.hocus\:u--translate-x-1\/2:focus {
  transform: translateX(-50%) !important;
}

.hocus\:u--translate-y-1\/2:hover,
.hocus\:u--translate-y-1\/2:focus {
  transform: translateY(-50%) !important;
}

.hocus\:u--translate-x-full:hover,
.hocus\:u--translate-x-full:focus {
  transform: translateX(-100%) !important;
}

.hocus\:u--translate-y-full:hover,
.hocus\:u--translate-y-full:focus {
  transform: translateY(-100%) !important;
}

.hocus\:u-scale-90:hover,
.hocus\:u-scale-90:focus {
  transform: scale(.9) !important;
}

.hocus\:u-scale-x-90:hover,
.hocus\:u-scale-x-90:focus {
  transform: scaleX(.9) !important;
}

.hocus\:u-scale-y-90:hover,
.hocus\:u-scale-y-90:focus {
  transform: scaleY(.9) !important;
}

.hocus\:u-scale-100:hover,
.hocus\:u-scale-100:focus {
  transform: scale(1) !important;
}

.hocus\:u-scale-x-100:hover,
.hocus\:u-scale-x-100:focus {
  transform: scaleX(1) !important;
}

.hocus\:u-scale-y-100:hover,
.hocus\:u-scale-y-100:focus {
  transform: scaleY(1) !important;
}

.hocus\:u-scale-105:hover,
.hocus\:u-scale-105:focus {
  transform: scale(1.05) !important;
}

.hocus\:u-scale-x-105:hover,
.hocus\:u-scale-x-105:focus {
  transform: scaleX(1.05) !important;
}

.hocus\:u-scale-y-105:hover,
.hocus\:u-scale-y-105:focus {
  transform: scaleY(1.05) !important;
}

.hocus\:u-scale-110:hover,
.hocus\:u-scale-110:focus {
  transform: scale(1.1) !important;
}

.hocus\:u-scale-x-110:hover,
.hocus\:u-scale-x-110:focus {
  transform: scaleX(1.1) !important;
}

.hocus\:u-scale-y-110:hover,
.hocus\:u-scale-y-110:focus {
  transform: scaleY(1.1) !important;
}

.hocus\:u-scale-140:hover,
.hocus\:u-scale-140:focus {
  transform: scale(1.4) !important;
}

.hocus\:u-scale-x-140:hover,
.hocus\:u-scale-x-140:focus {
  transform: scaleX(1.4) !important;
}

.hocus\:u-scale-y-140:hover,
.hocus\:u-scale-y-140:focus {
  transform: scaleY(1.4) !important;
}

.hocus\:u-rotate-90:hover,
.hocus\:u-rotate-90:focus {
  transform: rotate(90deg) !important;
}

.hocus\:u-rotate-180:hover,
.hocus\:u-rotate-180:focus {
  transform: rotate(180deg) !important;
}

.hocus\:u-rotate-270:hover,
.hocus\:u-rotate-270:focus {
  transform: rotate(270deg) !important;
}

.hocus\:u--rotate-90:hover,
.hocus\:u--rotate-90:focus {
  transform: rotate(-90deg) !important;
}

.hocus\:u--rotate-180:hover,
.hocus\:u--rotate-180:focus {
  transform: rotate(-180deg) !important;
}

.hocus\:u--rotate-270:hover,
.hocus\:u--rotate-270:focus {
  transform: rotate(-270deg) !important;
}

.hocus\:u-transform-origin-center:hover,
.hocus\:u-transform-origin-center:focus {
  transform-origin: center !important;
}

.group:hover .group-hocus\:u-transform-none,
.group:focus .group-hocus\:u-transform-none {
  transform: none !important;
}

.group:hover .group-hocus\:u-translate-x-2,
.group:focus .group-hocus\:u-translate-x-2 {
  transform: translateX(2px) !important;
}

.group:hover .group-hocus\:u-translate-y-2,
.group:focus .group-hocus\:u-translate-y-2 {
  transform: translateY(2px) !important;
}

.group:hover .group-hocus\:u-translate-x-1\/2,
.group:focus .group-hocus\:u-translate-x-1\/2 {
  transform: translateX(50%) !important;
}

.group:hover .group-hocus\:u-translate-y-1\/2,
.group:focus .group-hocus\:u-translate-y-1\/2 {
  transform: translateY(50%) !important;
}

.group:hover .group-hocus\:u-translate-x-full,
.group:focus .group-hocus\:u-translate-x-full {
  transform: translateX(100%) !important;
}

.group:hover .group-hocus\:u-translate-y-full,
.group:focus .group-hocus\:u-translate-y-full {
  transform: translateY(100%) !important;
}

.group:hover .group-hocus\:u--translate-x-2,
.group:focus .group-hocus\:u--translate-x-2 {
  transform: translateX(-2px) !important;
}

.group:hover .group-hocus\:u--translate-y-2,
.group:focus .group-hocus\:u--translate-y-2 {
  transform: translateY(-2px) !important;
}

.group:hover .group-hocus\:u--translate-x-1\/2,
.group:focus .group-hocus\:u--translate-x-1\/2 {
  transform: translateX(-50%) !important;
}

.group:hover .group-hocus\:u--translate-y-1\/2,
.group:focus .group-hocus\:u--translate-y-1\/2 {
  transform: translateY(-50%) !important;
}

.group:hover .group-hocus\:u--translate-x-full,
.group:focus .group-hocus\:u--translate-x-full {
  transform: translateX(-100%) !important;
}

.group:hover .group-hocus\:u--translate-y-full,
.group:focus .group-hocus\:u--translate-y-full {
  transform: translateY(-100%) !important;
}

.group:hover .group-hocus\:u-scale-90,
.group:focus .group-hocus\:u-scale-90 {
  transform: scale(.9) !important;
}

.group:hover .group-hocus\:u-scale-x-90,
.group:focus .group-hocus\:u-scale-x-90 {
  transform: scaleX(.9) !important;
}

.group:hover .group-hocus\:u-scale-y-90,
.group:focus .group-hocus\:u-scale-y-90 {
  transform: scaleY(.9) !important;
}

.group:hover .group-hocus\:u-scale-100,
.group:focus .group-hocus\:u-scale-100 {
  transform: scale(1) !important;
}

.group:hover .group-hocus\:u-scale-x-100,
.group:focus .group-hocus\:u-scale-x-100 {
  transform: scaleX(1) !important;
}

.group:hover .group-hocus\:u-scale-y-100,
.group:focus .group-hocus\:u-scale-y-100 {
  transform: scaleY(1) !important;
}

.group:hover .group-hocus\:u-scale-105,
.group:focus .group-hocus\:u-scale-105 {
  transform: scale(1.05) !important;
}

.group:hover .group-hocus\:u-scale-x-105,
.group:focus .group-hocus\:u-scale-x-105 {
  transform: scaleX(1.05) !important;
}

.group:hover .group-hocus\:u-scale-y-105,
.group:focus .group-hocus\:u-scale-y-105 {
  transform: scaleY(1.05) !important;
}

.group:hover .group-hocus\:u-scale-110,
.group:focus .group-hocus\:u-scale-110 {
  transform: scale(1.1) !important;
}

.group:hover .group-hocus\:u-scale-x-110,
.group:focus .group-hocus\:u-scale-x-110 {
  transform: scaleX(1.1) !important;
}

.group:hover .group-hocus\:u-scale-y-110,
.group:focus .group-hocus\:u-scale-y-110 {
  transform: scaleY(1.1) !important;
}

.group:hover .group-hocus\:u-scale-140,
.group:focus .group-hocus\:u-scale-140 {
  transform: scale(1.4) !important;
}

.group:hover .group-hocus\:u-scale-x-140,
.group:focus .group-hocus\:u-scale-x-140 {
  transform: scaleX(1.4) !important;
}

.group:hover .group-hocus\:u-scale-y-140,
.group:focus .group-hocus\:u-scale-y-140 {
  transform: scaleY(1.4) !important;
}

.group:hover .group-hocus\:u-rotate-90,
.group:focus .group-hocus\:u-rotate-90 {
  transform: rotate(90deg) !important;
}

.group:hover .group-hocus\:u-rotate-180,
.group:focus .group-hocus\:u-rotate-180 {
  transform: rotate(180deg) !important;
}

.group:hover .group-hocus\:u-rotate-270,
.group:focus .group-hocus\:u-rotate-270 {
  transform: rotate(270deg) !important;
}

.group:hover .group-hocus\:u--rotate-90,
.group:focus .group-hocus\:u--rotate-90 {
  transform: rotate(-90deg) !important;
}

.group:hover .group-hocus\:u--rotate-180,
.group:focus .group-hocus\:u--rotate-180 {
  transform: rotate(-180deg) !important;
}

.group:hover .group-hocus\:u--rotate-270,
.group:focus .group-hocus\:u--rotate-270 {
  transform: rotate(-270deg) !important;
}

.group:hover .group-hocus\:u-transform-origin-center,
.group:focus .group-hocus\:u-transform-origin-center {
  transform-origin: center !important;
}

.u-o-0 > * + * {
  margin-top: 0 !important;
}

.u-o-1 > * + * {
  margin-top: 8px !important;
}

.u-o-2 > * + * {
  margin-top: 16px !important;
}

.u-o-3 > * + * {
  margin-top: 24px !important;
}

.u-o-4 > * + * {
  margin-top: 32px !important;
}

.u-o-5 > * + * {
  margin-top: 40px !important;
}

.u-o-6 > * + * {
  margin-top: 48px !important;
}

.u-o-7 > * + * {
  margin-top: 56px !important;
}

.u-o-8 > * + * {
  margin-top: 64px !important;
}

.u-o-9 > * + * {
  margin-top: 72px !important;
}

.u-o-10 > * + * {
  margin-top: 80px !important;
}

.u-o-11 > * + * {
  margin-top: 88px !important;
}

.u-o-gutter > * + * {
  margin-top: 15px !important;
}

.u-o-container-gutter > * + * {
  margin-top: calc(15px + ((100vw - 100%)/2)) !important;
  margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
}

.u-bg-gradient-t-white-grey-50 {
  background-image: linear-gradient(to top, #fff, #ebebeb) !important;
}

.u-bg-gradient-b-white-grey-50 {
  background-image: linear-gradient(to bottom, #fff, #ebebeb) !important;
}

.u-bg-gradient-t-black-scrim {
  background-image: linear-gradient(to top, #0000, #000) !important;
}

.u-bg-gradient-b-black-scrim {
  background-image: linear-gradient(to bottom, #0000, #000) !important;
}

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #afb4b6;
}

img {
  border-style: solid;
}

.u-bg-x-left {
  background-position-x: left;
}

html:not(.has-scrollbar-width-set) .u-breakout {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
}

html.has-scrollbar-width-set .u-breakout {
  position: relative;
  width: calc(100vw - 0px);
  width: var(--reliable-100vw);
  margin-left: calc(50% - calc(100vw - 0px)/2);
  margin-left: calc(50% - var(--reliable-100vw)/2);
}

.u-content-box {
  box-sizing: content-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.container,
.header,
.main,
.footer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.u-overlap-y {
  transform: translateY(-50%);
}

.u-un-breakout {
  position: inherit;
  right: inherit;
  left: inherit;
  width: inherit;
  margin-right: inherit;
  margin-left: inherit;
}

.u-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.u-pin-t-100 {
  top: 100%;
}

.u--mx-container-gutter {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .u--mx-container-gutter {
    margin-left: calc((15px + (100vw - 100%)/2)*-1) !important;
    margin-left: calc((15px + (100vw - var(--container-max-width))/2)*-1) !important;
    margin-right: calc((15px + (100vw - 100%)/2)*-1) !important;
    margin-right: calc((15px + (100vw - var(--container-max-width))/2)*-1) !important;
  }
}

.u-visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.u-break-normal {
  word-break: normal;
}

.u-break-all {
  word-break: break-all;
}

.u-hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.u-break-words {
  overflow-wrap: break-word;
}

.u-visually-hidden.is-focusable:active,
.u-visually-hidden.is-focusable:focus {
  position: static !important;
  overflow: visible !important;
  clip: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  white-space: inherit !important;
}

@media (min-width: 576px) {
  .xs\:container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .xs\:container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .xs\:container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .xs\:container {
    max-width: 1140px;
  }
}

@media (min-width: 1920px) {
  .xs\:container {
    max-width: 1440px;
  }
}

.u-overscroll-y-none {
  overscroll-behavior-y: none;
}

.u-overscroll-x-none {
  overscroll-behavior-x: none;
}

@media (min-width: 576px) {
  .sm\:container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .sm\:container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .sm\:container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .sm\:container {
    max-width: 1140px;
  }
}

@media (min-width: 1920px) {
  .sm\:container {
    max-width: 1440px;
  }
}

.u-overscroll-y-none {
  overscroll-behavior-y: none;
}

.u-overscroll-x-none {
  overscroll-behavior-x: none;
}

@media (min-width: 768px) {
  .md\:container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .md\:container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .md\:container {
    max-width: 1140px;
  }
}

@media (min-width: 1920px) {
  .md\:container {
    max-width: 1440px;
  }
}

.u-overscroll-y-none {
  overscroll-behavior-y: none;
}

.u-overscroll-x-none {
  overscroll-behavior-x: none;
}

@media (min-width: 992px) {
  .lg\:container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .lg\:container {
    max-width: 1140px;
  }
}

@media (min-width: 1920px) {
  .lg\:container {
    max-width: 1440px;
  }
}

.u-overscroll-y-none {
  overscroll-behavior-y: none;
}

.u-overscroll-x-none {
  overscroll-behavior-x: none;
}

@media (min-width: 1200px) {
  .xl\:container {
    max-width: 1140px;
  }
}

@media (min-width: 1920px) {
  .xl\:container {
    max-width: 1440px;
  }
}

.u-overscroll-y-none {
  overscroll-behavior-y: none;
}

.u-overscroll-x-none {
  overscroll-behavior-x: none;
}

@media (min-width: 1920px) {
  .xxl\:container {
    max-width: 1440px;
  }
}

.u-overscroll-y-none {
  overscroll-behavior-y: none;
}

.u-overscroll-x-none {
  overscroll-behavior-x: none;
}

.u-transition {
  transition: all .2s ease-in-out;
  will-change: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  .u-transition {
    transition: none;
  }
}

.u-transition-slow {
  transition: all .65s ease-in-out;
  will-change: opacity, transform;
}

.u-transition-fast {
  transition: all .15s ease-in-out;
  will-change: opacity, transform;
}

.u-transition-none {
  transition: none !important;
}

.u-cursor-unset {
  cursor: unset !important;
}

.u-show-only-first>:not(:first-child) {
  display: none;
}

.u-cursor-help {
  cursor: help;
}

.u-wrap-break {
  overflow-wrap: break-word;
}

.u-wrap-normal {
  overflow-wrap: normal;
}

.u-blend-multiply {
  mix-blend-mode: multiply;
}

.no-backgroundblendmode .u-blend-multiply {
  opacity: .9;
}

.u-hide-scrollbars {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.u-hide-scrollbars::-webkit-scrollbar {
  display: none;
}

@media (min-width: 576px) {
  .sm\:btn-lg {
    padding: 1rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0 0 9999px 0;
  }

  .sm\:btn-sm {
    padding: .5rem 1.5rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 0 0 9999px 0;
  }

  .sm\:u-gap-1 {
    margin: -4px;
  }

  .sm\:u-gap-1 > * {
    margin: 4px;
  }

  .sm\:u-gap-x-1 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .sm\:u-gap-x-1 > * {
    margin-left: 4px;
    margin-right: 4px;
  }

  .sm\:u-gap-y-1 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .sm\:u-gap-y-1 > * {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sm\:u-gap-2 {
    margin: -8px;
  }

  .sm\:u-gap-2 > * {
    margin: 8px;
  }

  .sm\:u-gap-x-2 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .sm\:u-gap-x-2 > * {
    margin-left: 8px;
    margin-right: 8px;
  }

  .sm\:u-gap-y-2 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .sm\:u-gap-y-2 > * {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm\:u-gap-3 {
    margin: -12px;
  }

  .sm\:u-gap-3 > * {
    margin: 12px;
  }

  .sm\:u-gap-x-3 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .sm\:u-gap-x-3 > * {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm\:u-gap-y-3 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .sm\:u-gap-y-3 > * {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm\:u-gap-4 {
    margin: -16px;
  }

  .sm\:u-gap-4 > * {
    margin: 16px;
  }

  .sm\:u-gap-x-4 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .sm\:u-gap-x-4 > * {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm\:u-gap-y-4 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .sm\:u-gap-y-4 > * {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm\:u-gap-5 {
    margin: -20px;
  }

  .sm\:u-gap-5 > * {
    margin: 20px;
  }

  .sm\:u-gap-x-5 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm\:u-gap-x-5 > * {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm\:u-gap-y-5 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm\:u-gap-y-5 > * {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm\:u-list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .sm\:u-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:u-bg-fixed {
    background-attachment: fixed !important;
  }

  .sm\:u-bg-local {
    background-attachment: local !important;
  }

  .sm\:u-bg-scroll {
    background-attachment: scroll !important;
  }

  .sm\:u-bg-transparent {
    background-color: transparent !important;
  }

  .sm\:u-bg-current-color {
    background-color: currentColor !important;
  }

  .sm\:u-bg-inherit {
    background-color: inherit !important;
  }

  .sm\:u-bg-purple {
    background-color: #68246d !important;
  }

  .sm\:u-bg-darkpurple {
    background-color: #571b4f !important;
  }

  .sm\:u-bg-yellow {
    background-color: #ffd53a !important;
  }

  .sm\:u-bg-cyan {
    background-color: #00aeef !important;
  }

  .sm\:u-bg-blue {
    background-color: #409ddd !important;
  }

  .sm\:u-bg-light-green {
    background-color: #e2f4e9 !important;
  }

  .sm\:u-bg-red {
    background-color: #be1e2c !important;
  }

  .sm\:u-bg-gold {
    background-color: #afa961 !important;
  }

  .sm\:u-bg-ink-100 {
    background-color: #002337 !important;
  }

  .sm\:u-bg-stone {
    background-color: #dacda2 !important;
  }

  .sm\:u-bg-sky {
    background-color: #a5c8d0 !important;
  }

  .sm\:u-bg-heather {
    background-color: #cba8b1 !important;
  }

  .sm\:u-bg-cedar {
    background-color: #b6aaa7 !important;
  }

  .sm\:u-bg-business {
    background-color: #b3bdb1 !important;
  }

  .sm\:u-bg-black {
    background-color: #333123 !important;
  }

  .sm\:u-bg-white {
    background-color: #fff !important;
  }

  .sm\:u-bg-grey-25 {
    background-color: #f7f7f7 !important;
  }

  .sm\:u-bg-grey-50 {
    background-color: #ebebeb !important;
  }

  .sm\:u-bg-grey-75 {
    background-color: #d9d9d9 !important;
  }

  .sm\:u-bg-grey-100 {
    background-color: #afb4b6 !important;
  }

  .sm\:u-bg-grey-200 {
    background-color: #898e91 !important;
  }

  .sm\:u-bg-grey-300 {
    background-color: #64696c !important;
  }

  .sm\:u-bg-grey-400 {
    background-color: #3c3c3b !important;
  }

  .sm\:u-bg-youtube {
    background-color: #f00 !important;
  }

  .sm\:u-bg-twitter {
    background-color: #1da1f2 !important;
  }

  .sm\:u-bg-facebook {
    background-color: #3b5998 !important;
  }

  .sm\:u-bg-instagram {
    background-color: #444 !important;
  }

  .sm\:u-bg-linkedin {
    background-color: #0077b5 !important;
  }

  .sm\:u-bg-college {
    background-color: #00664f !important;
  }

  .sm\:u-bg-coll-collingwood {
    background-color: #d22630 !important;
  }

  .sm\:u-bg-coll-grey {
    background-color: #af272f !important;
  }

  .sm\:u-bg-coll-hatfield {
    background-color: #003865 !important;
  }

  .sm\:u-bg-coll-johnsnow {
    background-color: #003865 !important;
  }

  .sm\:u-bg-coll-jbutler {
    background-color: #d22630 !important;
  }

  .sm\:u-bg-coll-south-college {
    background-color: #68246d !important;
  }

  .sm\:u-bg-coll-staidans {
    background-color: #006747 !important;
  }

  .sm\:u-bg-coll-stchads {
    background-color: #00573f !important;
  }

  .sm\:u-bg-coll-stcuthberts {
    background-color: #00664f !important;
  }

  .sm\:u-bg-coll-sthild {
    background-color: #0072ce !important;
  }

  .sm\:u-bg-coll-stjohns {
    background-color: #1b365d !important;
  }

  .sm\:u-bg-coll-stmarys {
    background-color: #753bbd !important;
  }

  .sm\:u-bg-coll-stephenson {
    background-color: #d22630 !important;
  }

  .sm\:u-bg-coll-trevelyan {
    background-color: #003865 !important;
  }

  .sm\:u-bg-coll-university {
    background-color: #862633 !important;
  }

  .sm\:u-bg-coll-ustinov {
    background-color: #003865 !important;
  }

  .sm\:u-bg-coll-vanmildert {
    background-color: #ee2737 !important;
  }

  .sm\:u-bg-primary {
    background-color: #68246d !important;
  }

  .sm\:u-bg-secondary {
    background-color: #ffd53a !important;
  }

  .sm\:u-bg-tertiary {
    background-color: #00aeef !important;
  }

  .sm\:u-bg-success {
    background-color: #449d44 !important;
  }

  .sm\:u-bg-danger {
    background-color: #be1e2c !important;
  }

  .sm\:u-bg-warning {
    background-color: #da611e !important;
  }

  .sm\:u-bg-info {
    background-color: #1180a1 !important;
  }

  .sm\:u-bg-light {
    background-color: #fff !important;
  }

  .sm\:u-bg-dark {
    background-color: #333123 !important;
  }

  .sm\:u-bg-purple--dark {
    background-color: #531d57 !important;
  }

  .sm\:u-bg-purple--light {
    background-color: #74287a !important;
  }

  .sm\:u-bg-darkpurple--dark {
    background-color: #46163f !important;
  }

  .sm\:u-bg-darkpurple--light {
    background-color: #611e58 !important;
  }

  .sm\:u-bg-yellow--dark {
    background-color: #fac500 !important;
  }

  .sm\:u-bg-yellow--light {
    background-color: #ffdd60 !important;
  }

  .sm\:u-bg-cyan--dark {
    background-color: #008bbf !important;
  }

  .sm\:u-bg-cyan--light {
    background-color: #0dbdff !important;
  }

  .sm\:u-bg-blue--dark {
    background-color: #2281c2 !important;
  }

  .sm\:u-bg-blue--light {
    background-color: #5dace2 !important;
  }

  .sm\:u-bg-light-green--dark {
    background-color: #9edab5 !important;
  }

  .sm\:u-bg-light-green--light {
    background-color: #fff !important;
  }

  .sm\:u-bg-red--dark {
    background-color: #981823 !important;
  }

  .sm\:u-bg-red--light {
    background-color: #d52231 !important;
  }

  .sm\:u-bg-gold--dark {
    background-color: #908b49 !important;
  }

  .sm\:u-bg-gold--light {
    background-color: #bab577 !important;
  }

  .sm\:u-bg-ink-100--dark {
    background-color: #001c2c !important;
  }

  .sm\:u-bg-ink-100--light {
    background-color: #00273e !important;
  }

  .sm\:u-bg-stone--dark {
    background-color: #c4b06c !important;
  }

  .sm\:u-bg-stone--light {
    background-color: #e7dfc3 !important;
  }

  .sm\:u-bg-sky--dark {
    background-color: #74aab6 !important;
  }

  .sm\:u-bg-sky--light {
    background-color: #c2dadf !important;
  }

  .sm\:u-bg-heather--dark {
    background-color: #af7a87 !important;
  }

  .sm\:u-bg-heather--light {
    background-color: #dcc4ca !important;
  }

  .sm\:u-bg-cedar--dark {
    background-color: #968581 !important;
  }

  .sm\:u-bg-cedar--light {
    background-color: #c9c0be !important;
  }

  .sm\:u-bg-business--dark {
    background-color: #8c9b89 !important;
  }

  .sm\:u-bg-business--light {
    background-color: #cad1c9 !important;
  }

  .sm\:u-bg-black--dark {
    background-color: #29271c !important;
  }

  .sm\:u-bg-black--light {
    background-color: #393727 !important;
  }

  .sm\:u-bg-white--dark {
    background-color: #ccc !important;
  }

  .sm\:u-bg-white--light {
    background-color: #fff !important;
  }

  .sm\:u-bg-grey-25--dark {
    background-color: #c6c6c6 !important;
  }

  .sm\:u-bg-grey-25--light {
    background-color: #fff !important;
  }

  .sm\:u-bg-grey-50--dark {
    background-color: #bcbcbc !important;
  }

  .sm\:u-bg-grey-50--light {
    background-color: #fff !important;
  }

  .sm\:u-bg-grey-75--dark {
    background-color: #aeaeae !important;
  }

  .sm\:u-bg-grey-75--light {
    background-color: #f3f3f3 !important;
  }

  .sm\:u-bg-grey-100--dark {
    background-color: #8a9194 !important;
  }

  .sm\:u-bg-grey-100--light {
    background-color: #c5c9ca !important;
  }

  .sm\:u-bg-grey-200--dark {
    background-color: #6d7275 !important;
  }

  .sm\:u-bg-grey-200--light {
    background-color: #9b9fa1 !important;
  }

  .sm\:u-bg-grey-300--dark {
    background-color: #505456 !important;
  }

  .sm\:u-bg-grey-300--light {
    background-color: #707679 !important;
  }

  .sm\:u-bg-grey-400--dark {
    background-color: #30302f !important;
  }

  .sm\:u-bg-grey-400--light {
    background-color: #434342 !important;
  }

  .sm\:u-bg-youtube--dark {
    background-color: #c00 !important;
  }

  .sm\:u-bg-youtube--light {
    background-color: #ff1f1f !important;
  }

  .sm\:u-bg-twitter--dark {
    background-color: #0c84cd !important;
  }

  .sm\:u-bg-twitter--light {
    background-color: #3caef4 !important;
  }

  .sm\:u-bg-facebook--dark {
    background-color: #2f477a !important;
  }

  .sm\:u-bg-facebook--light {
    background-color: #4264aa !important;
  }

  .sm\:u-bg-instagram--dark {
    background-color: #363636 !important;
  }

  .sm\:u-bg-instagram--light {
    background-color: #4c4c4c !important;
  }

  .sm\:u-bg-linkedin--dark {
    background-color: #005f91 !important;
  }

  .sm\:u-bg-linkedin--light {
    background-color: #0085cb !important;
  }

  .sm\:u-bg-college--dark {
    background-color: #00523f !important;
  }

  .sm\:u-bg-college--light {
    background-color: #007258 !important;
  }

  .sm\:u-bg-coll-collingwood--dark {
    background-color: #a81e26 !important;
  }

  .sm\:u-bg-coll-collingwood--light {
    background-color: #db3a44 !important;
  }

  .sm\:u-bg-coll-grey--dark {
    background-color: #8c1f26 !important;
  }

  .sm\:u-bg-coll-grey--light {
    background-color: #c42c35 !important;
  }

  .sm\:u-bg-coll-hatfield--dark {
    background-color: #002d51 !important;
  }

  .sm\:u-bg-coll-hatfield--light {
    background-color: #003f71 !important;
  }

  .sm\:u-bg-coll-johnsnow--dark {
    background-color: #002d51 !important;
  }

  .sm\:u-bg-coll-johnsnow--light {
    background-color: #003f71 !important;
  }

  .sm\:u-bg-coll-jbutler--dark {
    background-color: #a81e26 !important;
  }

  .sm\:u-bg-coll-jbutler--light {
    background-color: #db3a44 !important;
  }

  .sm\:u-bg-coll-south-college--dark {
    background-color: #531d57 !important;
  }

  .sm\:u-bg-coll-south-college--light {
    background-color: #74287a !important;
  }

  .sm\:u-bg-coll-staidans--dark {
    background-color: #005239 !important;
  }

  .sm\:u-bg-coll-staidans--light {
    background-color: #007350 !important;
  }

  .sm\:u-bg-coll-stchads--dark {
    background-color: #004632 !important;
  }

  .sm\:u-bg-coll-stchads--light {
    background-color: #006147 !important;
  }

  .sm\:u-bg-coll-stcuthberts--dark {
    background-color: #00523f !important;
  }

  .sm\:u-bg-coll-stcuthberts--light {
    background-color: #007258 !important;
  }

  .sm\:u-bg-coll-sthild--dark {
    background-color: #005ba5 !important;
  }

  .sm\:u-bg-coll-sthild--light {
    background-color: #0080e7 !important;
  }

  .sm\:u-bg-coll-stjohns--dark {
    background-color: #162b4a !important;
  }

  .sm\:u-bg-coll-stjohns--light {
    background-color: #1e3c68 !important;
  }

  .sm\:u-bg-coll-stmarys--dark {
    background-color: #5e2f97 !important;
  }

  .sm\:u-bg-coll-stmarys--light {
    background-color: #844ec8 !important;
  }

  .sm\:u-bg-coll-stephenson--dark {
    background-color: #a81e26 !important;
  }

  .sm\:u-bg-coll-stephenson--light {
    background-color: #db3a44 !important;
  }

  .sm\:u-bg-coll-trevelyan--dark {
    background-color: #002d51 !important;
  }

  .sm\:u-bg-coll-trevelyan--light {
    background-color: #003f71 !important;
  }

  .sm\:u-bg-coll-university--dark {
    background-color: #6b1e29 !important;
  }

  .sm\:u-bg-coll-university--light {
    background-color: #962b39 !important;
  }

  .sm\:u-bg-coll-ustinov--dark {
    background-color: #002d51 !important;
  }

  .sm\:u-bg-coll-ustinov--light {
    background-color: #003f71 !important;
  }

  .sm\:u-bg-coll-vanmildert--dark {
    background-color: #cd101f !important;
  }

  .sm\:u-bg-coll-vanmildert--light {
    background-color: #f04654 !important;
  }

  .sm\:u-bg-primary--dark {
    background-color: #531d57 !important;
  }

  .sm\:u-bg-primary--light {
    background-color: #74287a !important;
  }

  .sm\:u-bg-secondary--dark {
    background-color: #fac500 !important;
  }

  .sm\:u-bg-secondary--light {
    background-color: #ffdd60 !important;
  }

  .sm\:u-bg-tertiary--dark {
    background-color: #008bbf !important;
  }

  .sm\:u-bg-tertiary--light {
    background-color: #0dbdff !important;
  }

  .sm\:u-bg-success--dark {
    background-color: #367e36 !important;
  }

  .sm\:u-bg-success--light {
    background-color: #4cb04c !important;
  }

  .sm\:u-bg-danger--dark {
    background-color: #981823 !important;
  }

  .sm\:u-bg-danger--light {
    background-color: #d52231 !important;
  }

  .sm\:u-bg-warning--dark {
    background-color: #ae4e18 !important;
  }

  .sm\:u-bg-warning--light {
    background-color: #e37233 !important;
  }

  .sm\:u-bg-info--dark {
    background-color: #0e6681 !important;
  }

  .sm\:u-bg-info--light {
    background-color: #138fb4 !important;
  }

  .sm\:u-bg-light--dark {
    background-color: #ccc !important;
  }

  .sm\:u-bg-light--light {
    background-color: #fff !important;
  }

  .sm\:u-bg-dark--dark {
    background-color: #29271c !important;
  }

  .sm\:u-bg-dark--light {
    background-color: #393727 !important;
  }

  .sm\:hover\:u-bg-transparent:hover {
    background-color: transparent !important;
  }

  .sm\:hover\:u-bg-current-color:hover {
    background-color: currentColor !important;
  }

  .sm\:hover\:u-bg-inherit:hover {
    background-color: inherit !important;
  }

  .sm\:hover\:u-bg-purple:hover {
    background-color: #68246d !important;
  }

  .sm\:hover\:u-bg-darkpurple:hover {
    background-color: #571b4f !important;
  }

  .sm\:hover\:u-bg-yellow:hover {
    background-color: #ffd53a !important;
  }

  .sm\:hover\:u-bg-cyan:hover {
    background-color: #00aeef !important;
  }

  .sm\:hover\:u-bg-blue:hover {
    background-color: #409ddd !important;
  }

  .sm\:hover\:u-bg-light-green:hover {
    background-color: #e2f4e9 !important;
  }

  .sm\:hover\:u-bg-red:hover {
    background-color: #be1e2c !important;
  }

  .sm\:hover\:u-bg-gold:hover {
    background-color: #afa961 !important;
  }

  .sm\:hover\:u-bg-ink-100:hover {
    background-color: #002337 !important;
  }

  .sm\:hover\:u-bg-stone:hover {
    background-color: #dacda2 !important;
  }

  .sm\:hover\:u-bg-sky:hover {
    background-color: #a5c8d0 !important;
  }

  .sm\:hover\:u-bg-heather:hover {
    background-color: #cba8b1 !important;
  }

  .sm\:hover\:u-bg-cedar:hover {
    background-color: #b6aaa7 !important;
  }

  .sm\:hover\:u-bg-business:hover {
    background-color: #b3bdb1 !important;
  }

  .sm\:hover\:u-bg-black:hover {
    background-color: #333123 !important;
  }

  .sm\:hover\:u-bg-white:hover {
    background-color: #fff !important;
  }

  .sm\:hover\:u-bg-grey-25:hover {
    background-color: #f7f7f7 !important;
  }

  .sm\:hover\:u-bg-grey-50:hover {
    background-color: #ebebeb !important;
  }

  .sm\:hover\:u-bg-grey-75:hover {
    background-color: #d9d9d9 !important;
  }

  .sm\:hover\:u-bg-grey-100:hover {
    background-color: #afb4b6 !important;
  }

  .sm\:hover\:u-bg-grey-200:hover {
    background-color: #898e91 !important;
  }

  .sm\:hover\:u-bg-grey-300:hover {
    background-color: #64696c !important;
  }

  .sm\:hover\:u-bg-grey-400:hover {
    background-color: #3c3c3b !important;
  }

  .sm\:hover\:u-bg-youtube:hover {
    background-color: #f00 !important;
  }

  .sm\:hover\:u-bg-twitter:hover {
    background-color: #1da1f2 !important;
  }

  .sm\:hover\:u-bg-facebook:hover {
    background-color: #3b5998 !important;
  }

  .sm\:hover\:u-bg-instagram:hover {
    background-color: #444 !important;
  }

  .sm\:hover\:u-bg-linkedin:hover {
    background-color: #0077b5 !important;
  }

  .sm\:hover\:u-bg-college:hover {
    background-color: #00664f !important;
  }

  .sm\:hover\:u-bg-coll-collingwood:hover {
    background-color: #d22630 !important;
  }

  .sm\:hover\:u-bg-coll-grey:hover {
    background-color: #af272f !important;
  }

  .sm\:hover\:u-bg-coll-hatfield:hover {
    background-color: #003865 !important;
  }

  .sm\:hover\:u-bg-coll-johnsnow:hover {
    background-color: #003865 !important;
  }

  .sm\:hover\:u-bg-coll-jbutler:hover {
    background-color: #d22630 !important;
  }

  .sm\:hover\:u-bg-coll-south-college:hover {
    background-color: #68246d !important;
  }

  .sm\:hover\:u-bg-coll-staidans:hover {
    background-color: #006747 !important;
  }

  .sm\:hover\:u-bg-coll-stchads:hover {
    background-color: #00573f !important;
  }

  .sm\:hover\:u-bg-coll-stcuthberts:hover {
    background-color: #00664f !important;
  }

  .sm\:hover\:u-bg-coll-sthild:hover {
    background-color: #0072ce !important;
  }

  .sm\:hover\:u-bg-coll-stjohns:hover {
    background-color: #1b365d !important;
  }

  .sm\:hover\:u-bg-coll-stmarys:hover {
    background-color: #753bbd !important;
  }

  .sm\:hover\:u-bg-coll-stephenson:hover {
    background-color: #d22630 !important;
  }

  .sm\:hover\:u-bg-coll-trevelyan:hover {
    background-color: #003865 !important;
  }

  .sm\:hover\:u-bg-coll-university:hover {
    background-color: #862633 !important;
  }

  .sm\:hover\:u-bg-coll-ustinov:hover {
    background-color: #003865 !important;
  }

  .sm\:hover\:u-bg-coll-vanmildert:hover {
    background-color: #ee2737 !important;
  }

  .sm\:hover\:u-bg-primary:hover {
    background-color: #68246d !important;
  }

  .sm\:hover\:u-bg-secondary:hover {
    background-color: #ffd53a !important;
  }

  .sm\:hover\:u-bg-tertiary:hover {
    background-color: #00aeef !important;
  }

  .sm\:hover\:u-bg-success:hover {
    background-color: #449d44 !important;
  }

  .sm\:hover\:u-bg-danger:hover {
    background-color: #be1e2c !important;
  }

  .sm\:hover\:u-bg-warning:hover {
    background-color: #da611e !important;
  }

  .sm\:hover\:u-bg-info:hover {
    background-color: #1180a1 !important;
  }

  .sm\:hover\:u-bg-light:hover {
    background-color: #fff !important;
  }

  .sm\:hover\:u-bg-dark:hover {
    background-color: #333123 !important;
  }

  .sm\:hover\:u-bg-purple--dark:hover {
    background-color: #531d57 !important;
  }

  .sm\:hover\:u-bg-purple--light:hover {
    background-color: #74287a !important;
  }

  .sm\:hover\:u-bg-darkpurple--dark:hover {
    background-color: #46163f !important;
  }

  .sm\:hover\:u-bg-darkpurple--light:hover {
    background-color: #611e58 !important;
  }

  .sm\:hover\:u-bg-yellow--dark:hover {
    background-color: #fac500 !important;
  }

  .sm\:hover\:u-bg-yellow--light:hover {
    background-color: #ffdd60 !important;
  }

  .sm\:hover\:u-bg-cyan--dark:hover {
    background-color: #008bbf !important;
  }

  .sm\:hover\:u-bg-cyan--light:hover {
    background-color: #0dbdff !important;
  }

  .sm\:hover\:u-bg-blue--dark:hover {
    background-color: #2281c2 !important;
  }

  .sm\:hover\:u-bg-blue--light:hover {
    background-color: #5dace2 !important;
  }

  .sm\:hover\:u-bg-light-green--dark:hover {
    background-color: #9edab5 !important;
  }

  .sm\:hover\:u-bg-light-green--light:hover {
    background-color: #fff !important;
  }

  .sm\:hover\:u-bg-red--dark:hover {
    background-color: #981823 !important;
  }

  .sm\:hover\:u-bg-red--light:hover {
    background-color: #d52231 !important;
  }

  .sm\:hover\:u-bg-gold--dark:hover {
    background-color: #908b49 !important;
  }

  .sm\:hover\:u-bg-gold--light:hover {
    background-color: #bab577 !important;
  }

  .sm\:hover\:u-bg-ink-100--dark:hover {
    background-color: #001c2c !important;
  }

  .sm\:hover\:u-bg-ink-100--light:hover {
    background-color: #00273e !important;
  }

  .sm\:hover\:u-bg-stone--dark:hover {
    background-color: #c4b06c !important;
  }

  .sm\:hover\:u-bg-stone--light:hover {
    background-color: #e7dfc3 !important;
  }

  .sm\:hover\:u-bg-sky--dark:hover {
    background-color: #74aab6 !important;
  }

  .sm\:hover\:u-bg-sky--light:hover {
    background-color: #c2dadf !important;
  }

  .sm\:hover\:u-bg-heather--dark:hover {
    background-color: #af7a87 !important;
  }

  .sm\:hover\:u-bg-heather--light:hover {
    background-color: #dcc4ca !important;
  }

  .sm\:hover\:u-bg-cedar--dark:hover {
    background-color: #968581 !important;
  }

  .sm\:hover\:u-bg-cedar--light:hover {
    background-color: #c9c0be !important;
  }

  .sm\:hover\:u-bg-business--dark:hover {
    background-color: #8c9b89 !important;
  }

  .sm\:hover\:u-bg-business--light:hover {
    background-color: #cad1c9 !important;
  }

  .sm\:hover\:u-bg-black--dark:hover {
    background-color: #29271c !important;
  }

  .sm\:hover\:u-bg-black--light:hover {
    background-color: #393727 !important;
  }

  .sm\:hover\:u-bg-white--dark:hover {
    background-color: #ccc !important;
  }

  .sm\:hover\:u-bg-white--light:hover {
    background-color: #fff !important;
  }

  .sm\:hover\:u-bg-grey-25--dark:hover {
    background-color: #c6c6c6 !important;
  }

  .sm\:hover\:u-bg-grey-25--light:hover {
    background-color: #fff !important;
  }

  .sm\:hover\:u-bg-grey-50--dark:hover {
    background-color: #bcbcbc !important;
  }

  .sm\:hover\:u-bg-grey-50--light:hover {
    background-color: #fff !important;
  }

  .sm\:hover\:u-bg-grey-75--dark:hover {
    background-color: #aeaeae !important;
  }

  .sm\:hover\:u-bg-grey-75--light:hover {
    background-color: #f3f3f3 !important;
  }

  .sm\:hover\:u-bg-grey-100--dark:hover {
    background-color: #8a9194 !important;
  }

  .sm\:hover\:u-bg-grey-100--light:hover {
    background-color: #c5c9ca !important;
  }

  .sm\:hover\:u-bg-grey-200--dark:hover {
    background-color: #6d7275 !important;
  }

  .sm\:hover\:u-bg-grey-200--light:hover {
    background-color: #9b9fa1 !important;
  }

  .sm\:hover\:u-bg-grey-300--dark:hover {
    background-color: #505456 !important;
  }

  .sm\:hover\:u-bg-grey-300--light:hover {
    background-color: #707679 !important;
  }

  .sm\:hover\:u-bg-grey-400--dark:hover {
    background-color: #30302f !important;
  }

  .sm\:hover\:u-bg-grey-400--light:hover {
    background-color: #434342 !important;
  }

  .sm\:hover\:u-bg-youtube--dark:hover {
    background-color: #c00 !important;
  }

  .sm\:hover\:u-bg-youtube--light:hover {
    background-color: #ff1f1f !important;
  }

  .sm\:hover\:u-bg-twitter--dark:hover {
    background-color: #0c84cd !important;
  }

  .sm\:hover\:u-bg-twitter--light:hover {
    background-color: #3caef4 !important;
  }

  .sm\:hover\:u-bg-facebook--dark:hover {
    background-color: #2f477a !important;
  }

  .sm\:hover\:u-bg-facebook--light:hover {
    background-color: #4264aa !important;
  }

  .sm\:hover\:u-bg-instagram--dark:hover {
    background-color: #363636 !important;
  }

  .sm\:hover\:u-bg-instagram--light:hover {
    background-color: #4c4c4c !important;
  }

  .sm\:hover\:u-bg-linkedin--dark:hover {
    background-color: #005f91 !important;
  }

  .sm\:hover\:u-bg-linkedin--light:hover {
    background-color: #0085cb !important;
  }

  .sm\:hover\:u-bg-college--dark:hover {
    background-color: #00523f !important;
  }

  .sm\:hover\:u-bg-college--light:hover {
    background-color: #007258 !important;
  }

  .sm\:hover\:u-bg-coll-collingwood--dark:hover {
    background-color: #a81e26 !important;
  }

  .sm\:hover\:u-bg-coll-collingwood--light:hover {
    background-color: #db3a44 !important;
  }

  .sm\:hover\:u-bg-coll-grey--dark:hover {
    background-color: #8c1f26 !important;
  }

  .sm\:hover\:u-bg-coll-grey--light:hover {
    background-color: #c42c35 !important;
  }

  .sm\:hover\:u-bg-coll-hatfield--dark:hover {
    background-color: #002d51 !important;
  }

  .sm\:hover\:u-bg-coll-hatfield--light:hover {
    background-color: #003f71 !important;
  }

  .sm\:hover\:u-bg-coll-johnsnow--dark:hover {
    background-color: #002d51 !important;
  }

  .sm\:hover\:u-bg-coll-johnsnow--light:hover {
    background-color: #003f71 !important;
  }

  .sm\:hover\:u-bg-coll-jbutler--dark:hover {
    background-color: #a81e26 !important;
  }

  .sm\:hover\:u-bg-coll-jbutler--light:hover {
    background-color: #db3a44 !important;
  }

  .sm\:hover\:u-bg-coll-south-college--dark:hover {
    background-color: #531d57 !important;
  }

  .sm\:hover\:u-bg-coll-south-college--light:hover {
    background-color: #74287a !important;
  }

  .sm\:hover\:u-bg-coll-staidans--dark:hover {
    background-color: #005239 !important;
  }

  .sm\:hover\:u-bg-coll-staidans--light:hover {
    background-color: #007350 !important;
  }

  .sm\:hover\:u-bg-coll-stchads--dark:hover {
    background-color: #004632 !important;
  }

  .sm\:hover\:u-bg-coll-stchads--light:hover {
    background-color: #006147 !important;
  }

  .sm\:hover\:u-bg-coll-stcuthberts--dark:hover {
    background-color: #00523f !important;
  }

  .sm\:hover\:u-bg-coll-stcuthberts--light:hover {
    background-color: #007258 !important;
  }

  .sm\:hover\:u-bg-coll-sthild--dark:hover {
    background-color: #005ba5 !important;
  }

  .sm\:hover\:u-bg-coll-sthild--light:hover {
    background-color: #0080e7 !important;
  }

  .sm\:hover\:u-bg-coll-stjohns--dark:hover {
    background-color: #162b4a !important;
  }

  .sm\:hover\:u-bg-coll-stjohns--light:hover {
    background-color: #1e3c68 !important;
  }

  .sm\:hover\:u-bg-coll-stmarys--dark:hover {
    background-color: #5e2f97 !important;
  }

  .sm\:hover\:u-bg-coll-stmarys--light:hover {
    background-color: #844ec8 !important;
  }

  .sm\:hover\:u-bg-coll-stephenson--dark:hover {
    background-color: #a81e26 !important;
  }

  .sm\:hover\:u-bg-coll-stephenson--light:hover {
    background-color: #db3a44 !important;
  }

  .sm\:hover\:u-bg-coll-trevelyan--dark:hover {
    background-color: #002d51 !important;
  }

  .sm\:hover\:u-bg-coll-trevelyan--light:hover {
    background-color: #003f71 !important;
  }

  .sm\:hover\:u-bg-coll-university--dark:hover {
    background-color: #6b1e29 !important;
  }

  .sm\:hover\:u-bg-coll-university--light:hover {
    background-color: #962b39 !important;
  }

  .sm\:hover\:u-bg-coll-ustinov--dark:hover {
    background-color: #002d51 !important;
  }

  .sm\:hover\:u-bg-coll-ustinov--light:hover {
    background-color: #003f71 !important;
  }

  .sm\:hover\:u-bg-coll-vanmildert--dark:hover {
    background-color: #cd101f !important;
  }

  .sm\:hover\:u-bg-coll-vanmildert--light:hover {
    background-color: #f04654 !important;
  }

  .sm\:hover\:u-bg-primary--dark:hover {
    background-color: #531d57 !important;
  }

  .sm\:hover\:u-bg-primary--light:hover {
    background-color: #74287a !important;
  }

  .sm\:hover\:u-bg-secondary--dark:hover {
    background-color: #fac500 !important;
  }

  .sm\:hover\:u-bg-secondary--light:hover {
    background-color: #ffdd60 !important;
  }

  .sm\:hover\:u-bg-tertiary--dark:hover {
    background-color: #008bbf !important;
  }

  .sm\:hover\:u-bg-tertiary--light:hover {
    background-color: #0dbdff !important;
  }

  .sm\:hover\:u-bg-success--dark:hover {
    background-color: #367e36 !important;
  }

  .sm\:hover\:u-bg-success--light:hover {
    background-color: #4cb04c !important;
  }

  .sm\:hover\:u-bg-danger--dark:hover {
    background-color: #981823 !important;
  }

  .sm\:hover\:u-bg-danger--light:hover {
    background-color: #d52231 !important;
  }

  .sm\:hover\:u-bg-warning--dark:hover {
    background-color: #ae4e18 !important;
  }

  .sm\:hover\:u-bg-warning--light:hover {
    background-color: #e37233 !important;
  }

  .sm\:hover\:u-bg-info--dark:hover {
    background-color: #0e6681 !important;
  }

  .sm\:hover\:u-bg-info--light:hover {
    background-color: #138fb4 !important;
  }

  .sm\:hover\:u-bg-light--dark:hover {
    background-color: #ccc !important;
  }

  .sm\:hover\:u-bg-light--light:hover {
    background-color: #fff !important;
  }

  .sm\:hover\:u-bg-dark--dark:hover {
    background-color: #29271c !important;
  }

  .sm\:hover\:u-bg-dark--light:hover {
    background-color: #393727 !important;
  }

  .sm\:focus\:u-bg-transparent:focus {
    background-color: transparent !important;
  }

  .sm\:focus\:u-bg-current-color:focus {
    background-color: currentColor !important;
  }

  .sm\:focus\:u-bg-inherit:focus {
    background-color: inherit !important;
  }

  .sm\:focus\:u-bg-purple:focus {
    background-color: #68246d !important;
  }

  .sm\:focus\:u-bg-darkpurple:focus {
    background-color: #571b4f !important;
  }

  .sm\:focus\:u-bg-yellow:focus {
    background-color: #ffd53a !important;
  }

  .sm\:focus\:u-bg-cyan:focus {
    background-color: #00aeef !important;
  }

  .sm\:focus\:u-bg-blue:focus {
    background-color: #409ddd !important;
  }

  .sm\:focus\:u-bg-light-green:focus {
    background-color: #e2f4e9 !important;
  }

  .sm\:focus\:u-bg-red:focus {
    background-color: #be1e2c !important;
  }

  .sm\:focus\:u-bg-gold:focus {
    background-color: #afa961 !important;
  }

  .sm\:focus\:u-bg-ink-100:focus {
    background-color: #002337 !important;
  }

  .sm\:focus\:u-bg-stone:focus {
    background-color: #dacda2 !important;
  }

  .sm\:focus\:u-bg-sky:focus {
    background-color: #a5c8d0 !important;
  }

  .sm\:focus\:u-bg-heather:focus {
    background-color: #cba8b1 !important;
  }

  .sm\:focus\:u-bg-cedar:focus {
    background-color: #b6aaa7 !important;
  }

  .sm\:focus\:u-bg-business:focus {
    background-color: #b3bdb1 !important;
  }

  .sm\:focus\:u-bg-black:focus {
    background-color: #333123 !important;
  }

  .sm\:focus\:u-bg-white:focus {
    background-color: #fff !important;
  }

  .sm\:focus\:u-bg-grey-25:focus {
    background-color: #f7f7f7 !important;
  }

  .sm\:focus\:u-bg-grey-50:focus {
    background-color: #ebebeb !important;
  }

  .sm\:focus\:u-bg-grey-75:focus {
    background-color: #d9d9d9 !important;
  }

  .sm\:focus\:u-bg-grey-100:focus {
    background-color: #afb4b6 !important;
  }

  .sm\:focus\:u-bg-grey-200:focus {
    background-color: #898e91 !important;
  }

  .sm\:focus\:u-bg-grey-300:focus {
    background-color: #64696c !important;
  }

  .sm\:focus\:u-bg-grey-400:focus {
    background-color: #3c3c3b !important;
  }

  .sm\:focus\:u-bg-youtube:focus {
    background-color: #f00 !important;
  }

  .sm\:focus\:u-bg-twitter:focus {
    background-color: #1da1f2 !important;
  }

  .sm\:focus\:u-bg-facebook:focus {
    background-color: #3b5998 !important;
  }

  .sm\:focus\:u-bg-instagram:focus {
    background-color: #444 !important;
  }

  .sm\:focus\:u-bg-linkedin:focus {
    background-color: #0077b5 !important;
  }

  .sm\:focus\:u-bg-college:focus {
    background-color: #00664f !important;
  }

  .sm\:focus\:u-bg-coll-collingwood:focus {
    background-color: #d22630 !important;
  }

  .sm\:focus\:u-bg-coll-grey:focus {
    background-color: #af272f !important;
  }

  .sm\:focus\:u-bg-coll-hatfield:focus {
    background-color: #003865 !important;
  }

  .sm\:focus\:u-bg-coll-johnsnow:focus {
    background-color: #003865 !important;
  }

  .sm\:focus\:u-bg-coll-jbutler:focus {
    background-color: #d22630 !important;
  }

  .sm\:focus\:u-bg-coll-south-college:focus {
    background-color: #68246d !important;
  }

  .sm\:focus\:u-bg-coll-staidans:focus {
    background-color: #006747 !important;
  }

  .sm\:focus\:u-bg-coll-stchads:focus {
    background-color: #00573f !important;
  }

  .sm\:focus\:u-bg-coll-stcuthberts:focus {
    background-color: #00664f !important;
  }

  .sm\:focus\:u-bg-coll-sthild:focus {
    background-color: #0072ce !important;
  }

  .sm\:focus\:u-bg-coll-stjohns:focus {
    background-color: #1b365d !important;
  }

  .sm\:focus\:u-bg-coll-stmarys:focus {
    background-color: #753bbd !important;
  }

  .sm\:focus\:u-bg-coll-stephenson:focus {
    background-color: #d22630 !important;
  }

  .sm\:focus\:u-bg-coll-trevelyan:focus {
    background-color: #003865 !important;
  }

  .sm\:focus\:u-bg-coll-university:focus {
    background-color: #862633 !important;
  }

  .sm\:focus\:u-bg-coll-ustinov:focus {
    background-color: #003865 !important;
  }

  .sm\:focus\:u-bg-coll-vanmildert:focus {
    background-color: #ee2737 !important;
  }

  .sm\:focus\:u-bg-primary:focus {
    background-color: #68246d !important;
  }

  .sm\:focus\:u-bg-secondary:focus {
    background-color: #ffd53a !important;
  }

  .sm\:focus\:u-bg-tertiary:focus {
    background-color: #00aeef !important;
  }

  .sm\:focus\:u-bg-success:focus {
    background-color: #449d44 !important;
  }

  .sm\:focus\:u-bg-danger:focus {
    background-color: #be1e2c !important;
  }

  .sm\:focus\:u-bg-warning:focus {
    background-color: #da611e !important;
  }

  .sm\:focus\:u-bg-info:focus {
    background-color: #1180a1 !important;
  }

  .sm\:focus\:u-bg-light:focus {
    background-color: #fff !important;
  }

  .sm\:focus\:u-bg-dark:focus {
    background-color: #333123 !important;
  }

  .sm\:focus\:u-bg-purple--dark:focus {
    background-color: #531d57 !important;
  }

  .sm\:focus\:u-bg-purple--light:focus {
    background-color: #74287a !important;
  }

  .sm\:focus\:u-bg-darkpurple--dark:focus {
    background-color: #46163f !important;
  }

  .sm\:focus\:u-bg-darkpurple--light:focus {
    background-color: #611e58 !important;
  }

  .sm\:focus\:u-bg-yellow--dark:focus {
    background-color: #fac500 !important;
  }

  .sm\:focus\:u-bg-yellow--light:focus {
    background-color: #ffdd60 !important;
  }

  .sm\:focus\:u-bg-cyan--dark:focus {
    background-color: #008bbf !important;
  }

  .sm\:focus\:u-bg-cyan--light:focus {
    background-color: #0dbdff !important;
  }

  .sm\:focus\:u-bg-blue--dark:focus {
    background-color: #2281c2 !important;
  }

  .sm\:focus\:u-bg-blue--light:focus {
    background-color: #5dace2 !important;
  }

  .sm\:focus\:u-bg-light-green--dark:focus {
    background-color: #9edab5 !important;
  }

  .sm\:focus\:u-bg-light-green--light:focus {
    background-color: #fff !important;
  }

  .sm\:focus\:u-bg-red--dark:focus {
    background-color: #981823 !important;
  }

  .sm\:focus\:u-bg-red--light:focus {
    background-color: #d52231 !important;
  }

  .sm\:focus\:u-bg-gold--dark:focus {
    background-color: #908b49 !important;
  }

  .sm\:focus\:u-bg-gold--light:focus {
    background-color: #bab577 !important;
  }

  .sm\:focus\:u-bg-ink-100--dark:focus {
    background-color: #001c2c !important;
  }

  .sm\:focus\:u-bg-ink-100--light:focus {
    background-color: #00273e !important;
  }

  .sm\:focus\:u-bg-stone--dark:focus {
    background-color: #c4b06c !important;
  }

  .sm\:focus\:u-bg-stone--light:focus {
    background-color: #e7dfc3 !important;
  }

  .sm\:focus\:u-bg-sky--dark:focus {
    background-color: #74aab6 !important;
  }

  .sm\:focus\:u-bg-sky--light:focus {
    background-color: #c2dadf !important;
  }

  .sm\:focus\:u-bg-heather--dark:focus {
    background-color: #af7a87 !important;
  }

  .sm\:focus\:u-bg-heather--light:focus {
    background-color: #dcc4ca !important;
  }

  .sm\:focus\:u-bg-cedar--dark:focus {
    background-color: #968581 !important;
  }

  .sm\:focus\:u-bg-cedar--light:focus {
    background-color: #c9c0be !important;
  }

  .sm\:focus\:u-bg-business--dark:focus {
    background-color: #8c9b89 !important;
  }

  .sm\:focus\:u-bg-business--light:focus {
    background-color: #cad1c9 !important;
  }

  .sm\:focus\:u-bg-black--dark:focus {
    background-color: #29271c !important;
  }

  .sm\:focus\:u-bg-black--light:focus {
    background-color: #393727 !important;
  }

  .sm\:focus\:u-bg-white--dark:focus {
    background-color: #ccc !important;
  }

  .sm\:focus\:u-bg-white--light:focus {
    background-color: #fff !important;
  }

  .sm\:focus\:u-bg-grey-25--dark:focus {
    background-color: #c6c6c6 !important;
  }

  .sm\:focus\:u-bg-grey-25--light:focus {
    background-color: #fff !important;
  }

  .sm\:focus\:u-bg-grey-50--dark:focus {
    background-color: #bcbcbc !important;
  }

  .sm\:focus\:u-bg-grey-50--light:focus {
    background-color: #fff !important;
  }

  .sm\:focus\:u-bg-grey-75--dark:focus {
    background-color: #aeaeae !important;
  }

  .sm\:focus\:u-bg-grey-75--light:focus {
    background-color: #f3f3f3 !important;
  }

  .sm\:focus\:u-bg-grey-100--dark:focus {
    background-color: #8a9194 !important;
  }

  .sm\:focus\:u-bg-grey-100--light:focus {
    background-color: #c5c9ca !important;
  }

  .sm\:focus\:u-bg-grey-200--dark:focus {
    background-color: #6d7275 !important;
  }

  .sm\:focus\:u-bg-grey-200--light:focus {
    background-color: #9b9fa1 !important;
  }

  .sm\:focus\:u-bg-grey-300--dark:focus {
    background-color: #505456 !important;
  }

  .sm\:focus\:u-bg-grey-300--light:focus {
    background-color: #707679 !important;
  }

  .sm\:focus\:u-bg-grey-400--dark:focus {
    background-color: #30302f !important;
  }

  .sm\:focus\:u-bg-grey-400--light:focus {
    background-color: #434342 !important;
  }

  .sm\:focus\:u-bg-youtube--dark:focus {
    background-color: #c00 !important;
  }

  .sm\:focus\:u-bg-youtube--light:focus {
    background-color: #ff1f1f !important;
  }

  .sm\:focus\:u-bg-twitter--dark:focus {
    background-color: #0c84cd !important;
  }

  .sm\:focus\:u-bg-twitter--light:focus {
    background-color: #3caef4 !important;
  }

  .sm\:focus\:u-bg-facebook--dark:focus {
    background-color: #2f477a !important;
  }

  .sm\:focus\:u-bg-facebook--light:focus {
    background-color: #4264aa !important;
  }

  .sm\:focus\:u-bg-instagram--dark:focus {
    background-color: #363636 !important;
  }

  .sm\:focus\:u-bg-instagram--light:focus {
    background-color: #4c4c4c !important;
  }

  .sm\:focus\:u-bg-linkedin--dark:focus {
    background-color: #005f91 !important;
  }

  .sm\:focus\:u-bg-linkedin--light:focus {
    background-color: #0085cb !important;
  }

  .sm\:focus\:u-bg-college--dark:focus {
    background-color: #00523f !important;
  }

  .sm\:focus\:u-bg-college--light:focus {
    background-color: #007258 !important;
  }

  .sm\:focus\:u-bg-coll-collingwood--dark:focus {
    background-color: #a81e26 !important;
  }

  .sm\:focus\:u-bg-coll-collingwood--light:focus {
    background-color: #db3a44 !important;
  }

  .sm\:focus\:u-bg-coll-grey--dark:focus {
    background-color: #8c1f26 !important;
  }

  .sm\:focus\:u-bg-coll-grey--light:focus {
    background-color: #c42c35 !important;
  }

  .sm\:focus\:u-bg-coll-hatfield--dark:focus {
    background-color: #002d51 !important;
  }

  .sm\:focus\:u-bg-coll-hatfield--light:focus {
    background-color: #003f71 !important;
  }

  .sm\:focus\:u-bg-coll-johnsnow--dark:focus {
    background-color: #002d51 !important;
  }

  .sm\:focus\:u-bg-coll-johnsnow--light:focus {
    background-color: #003f71 !important;
  }

  .sm\:focus\:u-bg-coll-jbutler--dark:focus {
    background-color: #a81e26 !important;
  }

  .sm\:focus\:u-bg-coll-jbutler--light:focus {
    background-color: #db3a44 !important;
  }

  .sm\:focus\:u-bg-coll-south-college--dark:focus {
    background-color: #531d57 !important;
  }

  .sm\:focus\:u-bg-coll-south-college--light:focus {
    background-color: #74287a !important;
  }

  .sm\:focus\:u-bg-coll-staidans--dark:focus {
    background-color: #005239 !important;
  }

  .sm\:focus\:u-bg-coll-staidans--light:focus {
    background-color: #007350 !important;
  }

  .sm\:focus\:u-bg-coll-stchads--dark:focus {
    background-color: #004632 !important;
  }

  .sm\:focus\:u-bg-coll-stchads--light:focus {
    background-color: #006147 !important;
  }

  .sm\:focus\:u-bg-coll-stcuthberts--dark:focus {
    background-color: #00523f !important;
  }

  .sm\:focus\:u-bg-coll-stcuthberts--light:focus {
    background-color: #007258 !important;
  }

  .sm\:focus\:u-bg-coll-sthild--dark:focus {
    background-color: #005ba5 !important;
  }

  .sm\:focus\:u-bg-coll-sthild--light:focus {
    background-color: #0080e7 !important;
  }

  .sm\:focus\:u-bg-coll-stjohns--dark:focus {
    background-color: #162b4a !important;
  }

  .sm\:focus\:u-bg-coll-stjohns--light:focus {
    background-color: #1e3c68 !important;
  }

  .sm\:focus\:u-bg-coll-stmarys--dark:focus {
    background-color: #5e2f97 !important;
  }

  .sm\:focus\:u-bg-coll-stmarys--light:focus {
    background-color: #844ec8 !important;
  }

  .sm\:focus\:u-bg-coll-stephenson--dark:focus {
    background-color: #a81e26 !important;
  }

  .sm\:focus\:u-bg-coll-stephenson--light:focus {
    background-color: #db3a44 !important;
  }

  .sm\:focus\:u-bg-coll-trevelyan--dark:focus {
    background-color: #002d51 !important;
  }

  .sm\:focus\:u-bg-coll-trevelyan--light:focus {
    background-color: #003f71 !important;
  }

  .sm\:focus\:u-bg-coll-university--dark:focus {
    background-color: #6b1e29 !important;
  }

  .sm\:focus\:u-bg-coll-university--light:focus {
    background-color: #962b39 !important;
  }

  .sm\:focus\:u-bg-coll-ustinov--dark:focus {
    background-color: #002d51 !important;
  }

  .sm\:focus\:u-bg-coll-ustinov--light:focus {
    background-color: #003f71 !important;
  }

  .sm\:focus\:u-bg-coll-vanmildert--dark:focus {
    background-color: #cd101f !important;
  }

  .sm\:focus\:u-bg-coll-vanmildert--light:focus {
    background-color: #f04654 !important;
  }

  .sm\:focus\:u-bg-primary--dark:focus {
    background-color: #531d57 !important;
  }

  .sm\:focus\:u-bg-primary--light:focus {
    background-color: #74287a !important;
  }

  .sm\:focus\:u-bg-secondary--dark:focus {
    background-color: #fac500 !important;
  }

  .sm\:focus\:u-bg-secondary--light:focus {
    background-color: #ffdd60 !important;
  }

  .sm\:focus\:u-bg-tertiary--dark:focus {
    background-color: #008bbf !important;
  }

  .sm\:focus\:u-bg-tertiary--light:focus {
    background-color: #0dbdff !important;
  }

  .sm\:focus\:u-bg-success--dark:focus {
    background-color: #367e36 !important;
  }

  .sm\:focus\:u-bg-success--light:focus {
    background-color: #4cb04c !important;
  }

  .sm\:focus\:u-bg-danger--dark:focus {
    background-color: #981823 !important;
  }

  .sm\:focus\:u-bg-danger--light:focus {
    background-color: #d52231 !important;
  }

  .sm\:focus\:u-bg-warning--dark:focus {
    background-color: #ae4e18 !important;
  }

  .sm\:focus\:u-bg-warning--light:focus {
    background-color: #e37233 !important;
  }

  .sm\:focus\:u-bg-info--dark:focus {
    background-color: #0e6681 !important;
  }

  .sm\:focus\:u-bg-info--light:focus {
    background-color: #138fb4 !important;
  }

  .sm\:focus\:u-bg-light--dark:focus {
    background-color: #ccc !important;
  }

  .sm\:focus\:u-bg-light--light:focus {
    background-color: #fff !important;
  }

  .sm\:focus\:u-bg-dark--dark:focus {
    background-color: #29271c !important;
  }

  .sm\:focus\:u-bg-dark--light:focus {
    background-color: #393727 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-transparent {
    background-color: transparent !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-current-color {
    background-color: currentColor !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-inherit {
    background-color: inherit !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-purple {
    background-color: #68246d !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-darkpurple {
    background-color: #571b4f !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-yellow {
    background-color: #ffd53a !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-cyan {
    background-color: #00aeef !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-blue {
    background-color: #409ddd !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-light-green {
    background-color: #e2f4e9 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-red {
    background-color: #be1e2c !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-gold {
    background-color: #afa961 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-ink-100 {
    background-color: #002337 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-stone {
    background-color: #dacda2 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-sky {
    background-color: #a5c8d0 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-heather {
    background-color: #cba8b1 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-cedar {
    background-color: #b6aaa7 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-business {
    background-color: #b3bdb1 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-black {
    background-color: #333123 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-white {
    background-color: #fff !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-25 {
    background-color: #f7f7f7 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-50 {
    background-color: #ebebeb !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-75 {
    background-color: #d9d9d9 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-100 {
    background-color: #afb4b6 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-200 {
    background-color: #898e91 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-300 {
    background-color: #64696c !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-400 {
    background-color: #3c3c3b !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-youtube {
    background-color: #f00 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-twitter {
    background-color: #1da1f2 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-facebook {
    background-color: #3b5998 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-instagram {
    background-color: #444 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-linkedin {
    background-color: #0077b5 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-college {
    background-color: #00664f !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-collingwood {
    background-color: #d22630 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-grey {
    background-color: #af272f !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-hatfield {
    background-color: #003865 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-johnsnow {
    background-color: #003865 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-jbutler {
    background-color: #d22630 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-south-college {
    background-color: #68246d !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-staidans {
    background-color: #006747 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-stchads {
    background-color: #00573f !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-stcuthberts {
    background-color: #00664f !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-sthild {
    background-color: #0072ce !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-stjohns {
    background-color: #1b365d !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-stmarys {
    background-color: #753bbd !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-stephenson {
    background-color: #d22630 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-trevelyan {
    background-color: #003865 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-university {
    background-color: #862633 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-ustinov {
    background-color: #003865 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-vanmildert {
    background-color: #ee2737 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-primary {
    background-color: #68246d !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-secondary {
    background-color: #ffd53a !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-tertiary {
    background-color: #00aeef !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-success {
    background-color: #449d44 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-danger {
    background-color: #be1e2c !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-warning {
    background-color: #da611e !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-info {
    background-color: #1180a1 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-light {
    background-color: #fff !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-dark {
    background-color: #333123 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-purple--dark {
    background-color: #531d57 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-purple--light {
    background-color: #74287a !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-darkpurple--dark {
    background-color: #46163f !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-darkpurple--light {
    background-color: #611e58 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-yellow--dark {
    background-color: #fac500 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-yellow--light {
    background-color: #ffdd60 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-cyan--dark {
    background-color: #008bbf !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-cyan--light {
    background-color: #0dbdff !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-blue--dark {
    background-color: #2281c2 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-blue--light {
    background-color: #5dace2 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-light-green--dark {
    background-color: #9edab5 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-light-green--light {
    background-color: #fff !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-red--dark {
    background-color: #981823 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-red--light {
    background-color: #d52231 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-gold--dark {
    background-color: #908b49 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-gold--light {
    background-color: #bab577 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-ink-100--dark {
    background-color: #001c2c !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-ink-100--light {
    background-color: #00273e !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-stone--dark {
    background-color: #c4b06c !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-stone--light {
    background-color: #e7dfc3 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-sky--dark {
    background-color: #74aab6 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-sky--light {
    background-color: #c2dadf !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-heather--dark {
    background-color: #af7a87 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-heather--light {
    background-color: #dcc4ca !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-cedar--dark {
    background-color: #968581 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-cedar--light {
    background-color: #c9c0be !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-business--dark {
    background-color: #8c9b89 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-business--light {
    background-color: #cad1c9 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-black--dark {
    background-color: #29271c !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-black--light {
    background-color: #393727 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-white--dark {
    background-color: #ccc !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-white--light {
    background-color: #fff !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-25--dark {
    background-color: #c6c6c6 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-25--light {
    background-color: #fff !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-50--dark {
    background-color: #bcbcbc !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-50--light {
    background-color: #fff !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-75--dark {
    background-color: #aeaeae !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-75--light {
    background-color: #f3f3f3 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-100--dark {
    background-color: #8a9194 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-100--light {
    background-color: #c5c9ca !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-200--dark {
    background-color: #6d7275 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-200--light {
    background-color: #9b9fa1 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-300--dark {
    background-color: #505456 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-300--light {
    background-color: #707679 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-400--dark {
    background-color: #30302f !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-grey-400--light {
    background-color: #434342 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-youtube--dark {
    background-color: #c00 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-youtube--light {
    background-color: #ff1f1f !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-twitter--dark {
    background-color: #0c84cd !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-twitter--light {
    background-color: #3caef4 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-facebook--dark {
    background-color: #2f477a !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-facebook--light {
    background-color: #4264aa !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-instagram--dark {
    background-color: #363636 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-instagram--light {
    background-color: #4c4c4c !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-linkedin--dark {
    background-color: #005f91 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-linkedin--light {
    background-color: #0085cb !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-college--dark {
    background-color: #00523f !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-college--light {
    background-color: #007258 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-collingwood--dark {
    background-color: #a81e26 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-collingwood--light {
    background-color: #db3a44 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-grey--dark {
    background-color: #8c1f26 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-grey--light {
    background-color: #c42c35 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-hatfield--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-hatfield--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-johnsnow--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-johnsnow--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-jbutler--dark {
    background-color: #a81e26 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-jbutler--light {
    background-color: #db3a44 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-south-college--dark {
    background-color: #531d57 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-south-college--light {
    background-color: #74287a !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-staidans--dark {
    background-color: #005239 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-staidans--light {
    background-color: #007350 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-stchads--dark {
    background-color: #004632 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-stchads--light {
    background-color: #006147 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-stcuthberts--dark {
    background-color: #00523f !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-stcuthberts--light {
    background-color: #007258 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-sthild--dark {
    background-color: #005ba5 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-sthild--light {
    background-color: #0080e7 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-stjohns--dark {
    background-color: #162b4a !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-stjohns--light {
    background-color: #1e3c68 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-stmarys--dark {
    background-color: #5e2f97 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-stmarys--light {
    background-color: #844ec8 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-stephenson--dark {
    background-color: #a81e26 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-stephenson--light {
    background-color: #db3a44 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-trevelyan--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-trevelyan--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-university--dark {
    background-color: #6b1e29 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-university--light {
    background-color: #962b39 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-ustinov--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-ustinov--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-vanmildert--dark {
    background-color: #cd101f !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-coll-vanmildert--light {
    background-color: #f04654 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-primary--dark {
    background-color: #531d57 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-primary--light {
    background-color: #74287a !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-secondary--dark {
    background-color: #fac500 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-secondary--light {
    background-color: #ffdd60 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-tertiary--dark {
    background-color: #008bbf !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-tertiary--light {
    background-color: #0dbdff !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-success--dark {
    background-color: #367e36 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-success--light {
    background-color: #4cb04c !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-danger--dark {
    background-color: #981823 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-danger--light {
    background-color: #d52231 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-warning--dark {
    background-color: #ae4e18 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-warning--light {
    background-color: #e37233 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-info--dark {
    background-color: #0e6681 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-info--light {
    background-color: #138fb4 !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-light--dark {
    background-color: #ccc !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-light--light {
    background-color: #fff !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-dark--dark {
    background-color: #29271c !important;
  }

  .ui-state-active .sm\:ui-active\:u-bg-dark--light {
    background-color: #393727 !important;
  }

  .sm\:hocus\:u-bg-transparent:hover,
  .sm\:hocus\:u-bg-transparent:focus {
    background-color: transparent !important;
  }

  .sm\:hocus\:u-bg-current-color:hover,
  .sm\:hocus\:u-bg-current-color:focus {
    background-color: currentColor !important;
  }

  .sm\:hocus\:u-bg-inherit:hover,
  .sm\:hocus\:u-bg-inherit:focus {
    background-color: inherit !important;
  }

  .sm\:hocus\:u-bg-purple:hover,
  .sm\:hocus\:u-bg-purple:focus {
    background-color: #68246d !important;
  }

  .sm\:hocus\:u-bg-darkpurple:hover,
  .sm\:hocus\:u-bg-darkpurple:focus {
    background-color: #571b4f !important;
  }

  .sm\:hocus\:u-bg-yellow:hover,
  .sm\:hocus\:u-bg-yellow:focus {
    background-color: #ffd53a !important;
  }

  .sm\:hocus\:u-bg-cyan:hover,
  .sm\:hocus\:u-bg-cyan:focus {
    background-color: #00aeef !important;
  }

  .sm\:hocus\:u-bg-blue:hover,
  .sm\:hocus\:u-bg-blue:focus {
    background-color: #409ddd !important;
  }

  .sm\:hocus\:u-bg-light-green:hover,
  .sm\:hocus\:u-bg-light-green:focus {
    background-color: #e2f4e9 !important;
  }

  .sm\:hocus\:u-bg-red:hover,
  .sm\:hocus\:u-bg-red:focus {
    background-color: #be1e2c !important;
  }

  .sm\:hocus\:u-bg-gold:hover,
  .sm\:hocus\:u-bg-gold:focus {
    background-color: #afa961 !important;
  }

  .sm\:hocus\:u-bg-ink-100:hover,
  .sm\:hocus\:u-bg-ink-100:focus {
    background-color: #002337 !important;
  }

  .sm\:hocus\:u-bg-stone:hover,
  .sm\:hocus\:u-bg-stone:focus {
    background-color: #dacda2 !important;
  }

  .sm\:hocus\:u-bg-sky:hover,
  .sm\:hocus\:u-bg-sky:focus {
    background-color: #a5c8d0 !important;
  }

  .sm\:hocus\:u-bg-heather:hover,
  .sm\:hocus\:u-bg-heather:focus {
    background-color: #cba8b1 !important;
  }

  .sm\:hocus\:u-bg-cedar:hover,
  .sm\:hocus\:u-bg-cedar:focus {
    background-color: #b6aaa7 !important;
  }

  .sm\:hocus\:u-bg-business:hover,
  .sm\:hocus\:u-bg-business:focus {
    background-color: #b3bdb1 !important;
  }

  .sm\:hocus\:u-bg-black:hover,
  .sm\:hocus\:u-bg-black:focus {
    background-color: #333123 !important;
  }

  .sm\:hocus\:u-bg-white:hover,
  .sm\:hocus\:u-bg-white:focus {
    background-color: #fff !important;
  }

  .sm\:hocus\:u-bg-grey-25:hover,
  .sm\:hocus\:u-bg-grey-25:focus {
    background-color: #f7f7f7 !important;
  }

  .sm\:hocus\:u-bg-grey-50:hover,
  .sm\:hocus\:u-bg-grey-50:focus {
    background-color: #ebebeb !important;
  }

  .sm\:hocus\:u-bg-grey-75:hover,
  .sm\:hocus\:u-bg-grey-75:focus {
    background-color: #d9d9d9 !important;
  }

  .sm\:hocus\:u-bg-grey-100:hover,
  .sm\:hocus\:u-bg-grey-100:focus {
    background-color: #afb4b6 !important;
  }

  .sm\:hocus\:u-bg-grey-200:hover,
  .sm\:hocus\:u-bg-grey-200:focus {
    background-color: #898e91 !important;
  }

  .sm\:hocus\:u-bg-grey-300:hover,
  .sm\:hocus\:u-bg-grey-300:focus {
    background-color: #64696c !important;
  }

  .sm\:hocus\:u-bg-grey-400:hover,
  .sm\:hocus\:u-bg-grey-400:focus {
    background-color: #3c3c3b !important;
  }

  .sm\:hocus\:u-bg-youtube:hover,
  .sm\:hocus\:u-bg-youtube:focus {
    background-color: #f00 !important;
  }

  .sm\:hocus\:u-bg-twitter:hover,
  .sm\:hocus\:u-bg-twitter:focus {
    background-color: #1da1f2 !important;
  }

  .sm\:hocus\:u-bg-facebook:hover,
  .sm\:hocus\:u-bg-facebook:focus {
    background-color: #3b5998 !important;
  }

  .sm\:hocus\:u-bg-instagram:hover,
  .sm\:hocus\:u-bg-instagram:focus {
    background-color: #444 !important;
  }

  .sm\:hocus\:u-bg-linkedin:hover,
  .sm\:hocus\:u-bg-linkedin:focus {
    background-color: #0077b5 !important;
  }

  .sm\:hocus\:u-bg-college:hover,
  .sm\:hocus\:u-bg-college:focus {
    background-color: #00664f !important;
  }

  .sm\:hocus\:u-bg-coll-collingwood:hover,
  .sm\:hocus\:u-bg-coll-collingwood:focus {
    background-color: #d22630 !important;
  }

  .sm\:hocus\:u-bg-coll-grey:hover,
  .sm\:hocus\:u-bg-coll-grey:focus {
    background-color: #af272f !important;
  }

  .sm\:hocus\:u-bg-coll-hatfield:hover,
  .sm\:hocus\:u-bg-coll-hatfield:focus {
    background-color: #003865 !important;
  }

  .sm\:hocus\:u-bg-coll-johnsnow:hover,
  .sm\:hocus\:u-bg-coll-johnsnow:focus {
    background-color: #003865 !important;
  }

  .sm\:hocus\:u-bg-coll-jbutler:hover,
  .sm\:hocus\:u-bg-coll-jbutler:focus {
    background-color: #d22630 !important;
  }

  .sm\:hocus\:u-bg-coll-south-college:hover,
  .sm\:hocus\:u-bg-coll-south-college:focus {
    background-color: #68246d !important;
  }

  .sm\:hocus\:u-bg-coll-staidans:hover,
  .sm\:hocus\:u-bg-coll-staidans:focus {
    background-color: #006747 !important;
  }

  .sm\:hocus\:u-bg-coll-stchads:hover,
  .sm\:hocus\:u-bg-coll-stchads:focus {
    background-color: #00573f !important;
  }

  .sm\:hocus\:u-bg-coll-stcuthberts:hover,
  .sm\:hocus\:u-bg-coll-stcuthberts:focus {
    background-color: #00664f !important;
  }

  .sm\:hocus\:u-bg-coll-sthild:hover,
  .sm\:hocus\:u-bg-coll-sthild:focus {
    background-color: #0072ce !important;
  }

  .sm\:hocus\:u-bg-coll-stjohns:hover,
  .sm\:hocus\:u-bg-coll-stjohns:focus {
    background-color: #1b365d !important;
  }

  .sm\:hocus\:u-bg-coll-stmarys:hover,
  .sm\:hocus\:u-bg-coll-stmarys:focus {
    background-color: #753bbd !important;
  }

  .sm\:hocus\:u-bg-coll-stephenson:hover,
  .sm\:hocus\:u-bg-coll-stephenson:focus {
    background-color: #d22630 !important;
  }

  .sm\:hocus\:u-bg-coll-trevelyan:hover,
  .sm\:hocus\:u-bg-coll-trevelyan:focus {
    background-color: #003865 !important;
  }

  .sm\:hocus\:u-bg-coll-university:hover,
  .sm\:hocus\:u-bg-coll-university:focus {
    background-color: #862633 !important;
  }

  .sm\:hocus\:u-bg-coll-ustinov:hover,
  .sm\:hocus\:u-bg-coll-ustinov:focus {
    background-color: #003865 !important;
  }

  .sm\:hocus\:u-bg-coll-vanmildert:hover,
  .sm\:hocus\:u-bg-coll-vanmildert:focus {
    background-color: #ee2737 !important;
  }

  .sm\:hocus\:u-bg-primary:hover,
  .sm\:hocus\:u-bg-primary:focus {
    background-color: #68246d !important;
  }

  .sm\:hocus\:u-bg-secondary:hover,
  .sm\:hocus\:u-bg-secondary:focus {
    background-color: #ffd53a !important;
  }

  .sm\:hocus\:u-bg-tertiary:hover,
  .sm\:hocus\:u-bg-tertiary:focus {
    background-color: #00aeef !important;
  }

  .sm\:hocus\:u-bg-success:hover,
  .sm\:hocus\:u-bg-success:focus {
    background-color: #449d44 !important;
  }

  .sm\:hocus\:u-bg-danger:hover,
  .sm\:hocus\:u-bg-danger:focus {
    background-color: #be1e2c !important;
  }

  .sm\:hocus\:u-bg-warning:hover,
  .sm\:hocus\:u-bg-warning:focus {
    background-color: #da611e !important;
  }

  .sm\:hocus\:u-bg-info:hover,
  .sm\:hocus\:u-bg-info:focus {
    background-color: #1180a1 !important;
  }

  .sm\:hocus\:u-bg-light:hover,
  .sm\:hocus\:u-bg-light:focus {
    background-color: #fff !important;
  }

  .sm\:hocus\:u-bg-dark:hover,
  .sm\:hocus\:u-bg-dark:focus {
    background-color: #333123 !important;
  }

  .sm\:hocus\:u-bg-purple--dark:hover,
  .sm\:hocus\:u-bg-purple--dark:focus {
    background-color: #531d57 !important;
  }

  .sm\:hocus\:u-bg-purple--light:hover,
  .sm\:hocus\:u-bg-purple--light:focus {
    background-color: #74287a !important;
  }

  .sm\:hocus\:u-bg-darkpurple--dark:hover,
  .sm\:hocus\:u-bg-darkpurple--dark:focus {
    background-color: #46163f !important;
  }

  .sm\:hocus\:u-bg-darkpurple--light:hover,
  .sm\:hocus\:u-bg-darkpurple--light:focus {
    background-color: #611e58 !important;
  }

  .sm\:hocus\:u-bg-yellow--dark:hover,
  .sm\:hocus\:u-bg-yellow--dark:focus {
    background-color: #fac500 !important;
  }

  .sm\:hocus\:u-bg-yellow--light:hover,
  .sm\:hocus\:u-bg-yellow--light:focus {
    background-color: #ffdd60 !important;
  }

  .sm\:hocus\:u-bg-cyan--dark:hover,
  .sm\:hocus\:u-bg-cyan--dark:focus {
    background-color: #008bbf !important;
  }

  .sm\:hocus\:u-bg-cyan--light:hover,
  .sm\:hocus\:u-bg-cyan--light:focus {
    background-color: #0dbdff !important;
  }

  .sm\:hocus\:u-bg-blue--dark:hover,
  .sm\:hocus\:u-bg-blue--dark:focus {
    background-color: #2281c2 !important;
  }

  .sm\:hocus\:u-bg-blue--light:hover,
  .sm\:hocus\:u-bg-blue--light:focus {
    background-color: #5dace2 !important;
  }

  .sm\:hocus\:u-bg-light-green--dark:hover,
  .sm\:hocus\:u-bg-light-green--dark:focus {
    background-color: #9edab5 !important;
  }

  .sm\:hocus\:u-bg-light-green--light:hover,
  .sm\:hocus\:u-bg-light-green--light:focus {
    background-color: #fff !important;
  }

  .sm\:hocus\:u-bg-red--dark:hover,
  .sm\:hocus\:u-bg-red--dark:focus {
    background-color: #981823 !important;
  }

  .sm\:hocus\:u-bg-red--light:hover,
  .sm\:hocus\:u-bg-red--light:focus {
    background-color: #d52231 !important;
  }

  .sm\:hocus\:u-bg-gold--dark:hover,
  .sm\:hocus\:u-bg-gold--dark:focus {
    background-color: #908b49 !important;
  }

  .sm\:hocus\:u-bg-gold--light:hover,
  .sm\:hocus\:u-bg-gold--light:focus {
    background-color: #bab577 !important;
  }

  .sm\:hocus\:u-bg-ink-100--dark:hover,
  .sm\:hocus\:u-bg-ink-100--dark:focus {
    background-color: #001c2c !important;
  }

  .sm\:hocus\:u-bg-ink-100--light:hover,
  .sm\:hocus\:u-bg-ink-100--light:focus {
    background-color: #00273e !important;
  }

  .sm\:hocus\:u-bg-stone--dark:hover,
  .sm\:hocus\:u-bg-stone--dark:focus {
    background-color: #c4b06c !important;
  }

  .sm\:hocus\:u-bg-stone--light:hover,
  .sm\:hocus\:u-bg-stone--light:focus {
    background-color: #e7dfc3 !important;
  }

  .sm\:hocus\:u-bg-sky--dark:hover,
  .sm\:hocus\:u-bg-sky--dark:focus {
    background-color: #74aab6 !important;
  }

  .sm\:hocus\:u-bg-sky--light:hover,
  .sm\:hocus\:u-bg-sky--light:focus {
    background-color: #c2dadf !important;
  }

  .sm\:hocus\:u-bg-heather--dark:hover,
  .sm\:hocus\:u-bg-heather--dark:focus {
    background-color: #af7a87 !important;
  }

  .sm\:hocus\:u-bg-heather--light:hover,
  .sm\:hocus\:u-bg-heather--light:focus {
    background-color: #dcc4ca !important;
  }

  .sm\:hocus\:u-bg-cedar--dark:hover,
  .sm\:hocus\:u-bg-cedar--dark:focus {
    background-color: #968581 !important;
  }

  .sm\:hocus\:u-bg-cedar--light:hover,
  .sm\:hocus\:u-bg-cedar--light:focus {
    background-color: #c9c0be !important;
  }

  .sm\:hocus\:u-bg-business--dark:hover,
  .sm\:hocus\:u-bg-business--dark:focus {
    background-color: #8c9b89 !important;
  }

  .sm\:hocus\:u-bg-business--light:hover,
  .sm\:hocus\:u-bg-business--light:focus {
    background-color: #cad1c9 !important;
  }

  .sm\:hocus\:u-bg-black--dark:hover,
  .sm\:hocus\:u-bg-black--dark:focus {
    background-color: #29271c !important;
  }

  .sm\:hocus\:u-bg-black--light:hover,
  .sm\:hocus\:u-bg-black--light:focus {
    background-color: #393727 !important;
  }

  .sm\:hocus\:u-bg-white--dark:hover,
  .sm\:hocus\:u-bg-white--dark:focus {
    background-color: #ccc !important;
  }

  .sm\:hocus\:u-bg-white--light:hover,
  .sm\:hocus\:u-bg-white--light:focus {
    background-color: #fff !important;
  }

  .sm\:hocus\:u-bg-grey-25--dark:hover,
  .sm\:hocus\:u-bg-grey-25--dark:focus {
    background-color: #c6c6c6 !important;
  }

  .sm\:hocus\:u-bg-grey-25--light:hover,
  .sm\:hocus\:u-bg-grey-25--light:focus {
    background-color: #fff !important;
  }

  .sm\:hocus\:u-bg-grey-50--dark:hover,
  .sm\:hocus\:u-bg-grey-50--dark:focus {
    background-color: #bcbcbc !important;
  }

  .sm\:hocus\:u-bg-grey-50--light:hover,
  .sm\:hocus\:u-bg-grey-50--light:focus {
    background-color: #fff !important;
  }

  .sm\:hocus\:u-bg-grey-75--dark:hover,
  .sm\:hocus\:u-bg-grey-75--dark:focus {
    background-color: #aeaeae !important;
  }

  .sm\:hocus\:u-bg-grey-75--light:hover,
  .sm\:hocus\:u-bg-grey-75--light:focus {
    background-color: #f3f3f3 !important;
  }

  .sm\:hocus\:u-bg-grey-100--dark:hover,
  .sm\:hocus\:u-bg-grey-100--dark:focus {
    background-color: #8a9194 !important;
  }

  .sm\:hocus\:u-bg-grey-100--light:hover,
  .sm\:hocus\:u-bg-grey-100--light:focus {
    background-color: #c5c9ca !important;
  }

  .sm\:hocus\:u-bg-grey-200--dark:hover,
  .sm\:hocus\:u-bg-grey-200--dark:focus {
    background-color: #6d7275 !important;
  }

  .sm\:hocus\:u-bg-grey-200--light:hover,
  .sm\:hocus\:u-bg-grey-200--light:focus {
    background-color: #9b9fa1 !important;
  }

  .sm\:hocus\:u-bg-grey-300--dark:hover,
  .sm\:hocus\:u-bg-grey-300--dark:focus {
    background-color: #505456 !important;
  }

  .sm\:hocus\:u-bg-grey-300--light:hover,
  .sm\:hocus\:u-bg-grey-300--light:focus {
    background-color: #707679 !important;
  }

  .sm\:hocus\:u-bg-grey-400--dark:hover,
  .sm\:hocus\:u-bg-grey-400--dark:focus {
    background-color: #30302f !important;
  }

  .sm\:hocus\:u-bg-grey-400--light:hover,
  .sm\:hocus\:u-bg-grey-400--light:focus {
    background-color: #434342 !important;
  }

  .sm\:hocus\:u-bg-youtube--dark:hover,
  .sm\:hocus\:u-bg-youtube--dark:focus {
    background-color: #c00 !important;
  }

  .sm\:hocus\:u-bg-youtube--light:hover,
  .sm\:hocus\:u-bg-youtube--light:focus {
    background-color: #ff1f1f !important;
  }

  .sm\:hocus\:u-bg-twitter--dark:hover,
  .sm\:hocus\:u-bg-twitter--dark:focus {
    background-color: #0c84cd !important;
  }

  .sm\:hocus\:u-bg-twitter--light:hover,
  .sm\:hocus\:u-bg-twitter--light:focus {
    background-color: #3caef4 !important;
  }

  .sm\:hocus\:u-bg-facebook--dark:hover,
  .sm\:hocus\:u-bg-facebook--dark:focus {
    background-color: #2f477a !important;
  }

  .sm\:hocus\:u-bg-facebook--light:hover,
  .sm\:hocus\:u-bg-facebook--light:focus {
    background-color: #4264aa !important;
  }

  .sm\:hocus\:u-bg-instagram--dark:hover,
  .sm\:hocus\:u-bg-instagram--dark:focus {
    background-color: #363636 !important;
  }

  .sm\:hocus\:u-bg-instagram--light:hover,
  .sm\:hocus\:u-bg-instagram--light:focus {
    background-color: #4c4c4c !important;
  }

  .sm\:hocus\:u-bg-linkedin--dark:hover,
  .sm\:hocus\:u-bg-linkedin--dark:focus {
    background-color: #005f91 !important;
  }

  .sm\:hocus\:u-bg-linkedin--light:hover,
  .sm\:hocus\:u-bg-linkedin--light:focus {
    background-color: #0085cb !important;
  }

  .sm\:hocus\:u-bg-college--dark:hover,
  .sm\:hocus\:u-bg-college--dark:focus {
    background-color: #00523f !important;
  }

  .sm\:hocus\:u-bg-college--light:hover,
  .sm\:hocus\:u-bg-college--light:focus {
    background-color: #007258 !important;
  }

  .sm\:hocus\:u-bg-coll-collingwood--dark:hover,
  .sm\:hocus\:u-bg-coll-collingwood--dark:focus {
    background-color: #a81e26 !important;
  }

  .sm\:hocus\:u-bg-coll-collingwood--light:hover,
  .sm\:hocus\:u-bg-coll-collingwood--light:focus {
    background-color: #db3a44 !important;
  }

  .sm\:hocus\:u-bg-coll-grey--dark:hover,
  .sm\:hocus\:u-bg-coll-grey--dark:focus {
    background-color: #8c1f26 !important;
  }

  .sm\:hocus\:u-bg-coll-grey--light:hover,
  .sm\:hocus\:u-bg-coll-grey--light:focus {
    background-color: #c42c35 !important;
  }

  .sm\:hocus\:u-bg-coll-hatfield--dark:hover,
  .sm\:hocus\:u-bg-coll-hatfield--dark:focus {
    background-color: #002d51 !important;
  }

  .sm\:hocus\:u-bg-coll-hatfield--light:hover,
  .sm\:hocus\:u-bg-coll-hatfield--light:focus {
    background-color: #003f71 !important;
  }

  .sm\:hocus\:u-bg-coll-johnsnow--dark:hover,
  .sm\:hocus\:u-bg-coll-johnsnow--dark:focus {
    background-color: #002d51 !important;
  }

  .sm\:hocus\:u-bg-coll-johnsnow--light:hover,
  .sm\:hocus\:u-bg-coll-johnsnow--light:focus {
    background-color: #003f71 !important;
  }

  .sm\:hocus\:u-bg-coll-jbutler--dark:hover,
  .sm\:hocus\:u-bg-coll-jbutler--dark:focus {
    background-color: #a81e26 !important;
  }

  .sm\:hocus\:u-bg-coll-jbutler--light:hover,
  .sm\:hocus\:u-bg-coll-jbutler--light:focus {
    background-color: #db3a44 !important;
  }

  .sm\:hocus\:u-bg-coll-south-college--dark:hover,
  .sm\:hocus\:u-bg-coll-south-college--dark:focus {
    background-color: #531d57 !important;
  }

  .sm\:hocus\:u-bg-coll-south-college--light:hover,
  .sm\:hocus\:u-bg-coll-south-college--light:focus {
    background-color: #74287a !important;
  }

  .sm\:hocus\:u-bg-coll-staidans--dark:hover,
  .sm\:hocus\:u-bg-coll-staidans--dark:focus {
    background-color: #005239 !important;
  }

  .sm\:hocus\:u-bg-coll-staidans--light:hover,
  .sm\:hocus\:u-bg-coll-staidans--light:focus {
    background-color: #007350 !important;
  }

  .sm\:hocus\:u-bg-coll-stchads--dark:hover,
  .sm\:hocus\:u-bg-coll-stchads--dark:focus {
    background-color: #004632 !important;
  }

  .sm\:hocus\:u-bg-coll-stchads--light:hover,
  .sm\:hocus\:u-bg-coll-stchads--light:focus {
    background-color: #006147 !important;
  }

  .sm\:hocus\:u-bg-coll-stcuthberts--dark:hover,
  .sm\:hocus\:u-bg-coll-stcuthberts--dark:focus {
    background-color: #00523f !important;
  }

  .sm\:hocus\:u-bg-coll-stcuthberts--light:hover,
  .sm\:hocus\:u-bg-coll-stcuthberts--light:focus {
    background-color: #007258 !important;
  }

  .sm\:hocus\:u-bg-coll-sthild--dark:hover,
  .sm\:hocus\:u-bg-coll-sthild--dark:focus {
    background-color: #005ba5 !important;
  }

  .sm\:hocus\:u-bg-coll-sthild--light:hover,
  .sm\:hocus\:u-bg-coll-sthild--light:focus {
    background-color: #0080e7 !important;
  }

  .sm\:hocus\:u-bg-coll-stjohns--dark:hover,
  .sm\:hocus\:u-bg-coll-stjohns--dark:focus {
    background-color: #162b4a !important;
  }

  .sm\:hocus\:u-bg-coll-stjohns--light:hover,
  .sm\:hocus\:u-bg-coll-stjohns--light:focus {
    background-color: #1e3c68 !important;
  }

  .sm\:hocus\:u-bg-coll-stmarys--dark:hover,
  .sm\:hocus\:u-bg-coll-stmarys--dark:focus {
    background-color: #5e2f97 !important;
  }

  .sm\:hocus\:u-bg-coll-stmarys--light:hover,
  .sm\:hocus\:u-bg-coll-stmarys--light:focus {
    background-color: #844ec8 !important;
  }

  .sm\:hocus\:u-bg-coll-stephenson--dark:hover,
  .sm\:hocus\:u-bg-coll-stephenson--dark:focus {
    background-color: #a81e26 !important;
  }

  .sm\:hocus\:u-bg-coll-stephenson--light:hover,
  .sm\:hocus\:u-bg-coll-stephenson--light:focus {
    background-color: #db3a44 !important;
  }

  .sm\:hocus\:u-bg-coll-trevelyan--dark:hover,
  .sm\:hocus\:u-bg-coll-trevelyan--dark:focus {
    background-color: #002d51 !important;
  }

  .sm\:hocus\:u-bg-coll-trevelyan--light:hover,
  .sm\:hocus\:u-bg-coll-trevelyan--light:focus {
    background-color: #003f71 !important;
  }

  .sm\:hocus\:u-bg-coll-university--dark:hover,
  .sm\:hocus\:u-bg-coll-university--dark:focus {
    background-color: #6b1e29 !important;
  }

  .sm\:hocus\:u-bg-coll-university--light:hover,
  .sm\:hocus\:u-bg-coll-university--light:focus {
    background-color: #962b39 !important;
  }

  .sm\:hocus\:u-bg-coll-ustinov--dark:hover,
  .sm\:hocus\:u-bg-coll-ustinov--dark:focus {
    background-color: #002d51 !important;
  }

  .sm\:hocus\:u-bg-coll-ustinov--light:hover,
  .sm\:hocus\:u-bg-coll-ustinov--light:focus {
    background-color: #003f71 !important;
  }

  .sm\:hocus\:u-bg-coll-vanmildert--dark:hover,
  .sm\:hocus\:u-bg-coll-vanmildert--dark:focus {
    background-color: #cd101f !important;
  }

  .sm\:hocus\:u-bg-coll-vanmildert--light:hover,
  .sm\:hocus\:u-bg-coll-vanmildert--light:focus {
    background-color: #f04654 !important;
  }

  .sm\:hocus\:u-bg-primary--dark:hover,
  .sm\:hocus\:u-bg-primary--dark:focus {
    background-color: #531d57 !important;
  }

  .sm\:hocus\:u-bg-primary--light:hover,
  .sm\:hocus\:u-bg-primary--light:focus {
    background-color: #74287a !important;
  }

  .sm\:hocus\:u-bg-secondary--dark:hover,
  .sm\:hocus\:u-bg-secondary--dark:focus {
    background-color: #fac500 !important;
  }

  .sm\:hocus\:u-bg-secondary--light:hover,
  .sm\:hocus\:u-bg-secondary--light:focus {
    background-color: #ffdd60 !important;
  }

  .sm\:hocus\:u-bg-tertiary--dark:hover,
  .sm\:hocus\:u-bg-tertiary--dark:focus {
    background-color: #008bbf !important;
  }

  .sm\:hocus\:u-bg-tertiary--light:hover,
  .sm\:hocus\:u-bg-tertiary--light:focus {
    background-color: #0dbdff !important;
  }

  .sm\:hocus\:u-bg-success--dark:hover,
  .sm\:hocus\:u-bg-success--dark:focus {
    background-color: #367e36 !important;
  }

  .sm\:hocus\:u-bg-success--light:hover,
  .sm\:hocus\:u-bg-success--light:focus {
    background-color: #4cb04c !important;
  }

  .sm\:hocus\:u-bg-danger--dark:hover,
  .sm\:hocus\:u-bg-danger--dark:focus {
    background-color: #981823 !important;
  }

  .sm\:hocus\:u-bg-danger--light:hover,
  .sm\:hocus\:u-bg-danger--light:focus {
    background-color: #d52231 !important;
  }

  .sm\:hocus\:u-bg-warning--dark:hover,
  .sm\:hocus\:u-bg-warning--dark:focus {
    background-color: #ae4e18 !important;
  }

  .sm\:hocus\:u-bg-warning--light:hover,
  .sm\:hocus\:u-bg-warning--light:focus {
    background-color: #e37233 !important;
  }

  .sm\:hocus\:u-bg-info--dark:hover,
  .sm\:hocus\:u-bg-info--dark:focus {
    background-color: #0e6681 !important;
  }

  .sm\:hocus\:u-bg-info--light:hover,
  .sm\:hocus\:u-bg-info--light:focus {
    background-color: #138fb4 !important;
  }

  .sm\:hocus\:u-bg-light--dark:hover,
  .sm\:hocus\:u-bg-light--dark:focus {
    background-color: #ccc !important;
  }

  .sm\:hocus\:u-bg-light--light:hover,
  .sm\:hocus\:u-bg-light--light:focus {
    background-color: #fff !important;
  }

  .sm\:hocus\:u-bg-dark--dark:hover,
  .sm\:hocus\:u-bg-dark--dark:focus {
    background-color: #29271c !important;
  }

  .sm\:hocus\:u-bg-dark--light:hover,
  .sm\:hocus\:u-bg-dark--light:focus {
    background-color: #393727 !important;
  }

  .sm\:u-bg-bottom {
    background-position: bottom !important;
  }

  .sm\:u-bg-center {
    background-position: center !important;
  }

  .sm\:u-bg-left {
    background-position: left !important;
  }

  .sm\:u-bg-left-bottom {
    background-position: left bottom !important;
  }

  .sm\:u-bg-left-top {
    background-position: left top !important;
  }

  .sm\:u-bg-right {
    background-position: right !important;
  }

  .sm\:u-bg-right-bottom {
    background-position: right bottom !important;
  }

  .sm\:u-bg-right-top {
    background-position: right top !important;
  }

  .sm\:u-bg-top {
    background-position: top !important;
  }

  .sm\:u-bg-repeat {
    background-repeat: repeat !important;
  }

  .sm\:u-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .sm\:u-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .sm\:u-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .sm\:u-bg-auto {
    background-size: auto !important;
  }

  .sm\:u-bg-cover {
    background-size: cover !important;
  }

  .sm\:u-bg-contain {
    background-size: contain !important;
  }

  .sm\:u-border-transparent {
    border-color: transparent !important;
  }

  .sm\:u-border-current-color {
    border-color: currentColor !important;
  }

  .sm\:u-border-inherit {
    border-color: inherit !important;
  }

  .sm\:u-border-purple {
    border-color: #68246d !important;
  }

  .sm\:u-border-darkpurple {
    border-color: #571b4f !important;
  }

  .sm\:u-border-yellow {
    border-color: #ffd53a !important;
  }

  .sm\:u-border-cyan {
    border-color: #00aeef !important;
  }

  .sm\:u-border-blue {
    border-color: #409ddd !important;
  }

  .sm\:u-border-light-green {
    border-color: #e2f4e9 !important;
  }

  .sm\:u-border-red {
    border-color: #be1e2c !important;
  }

  .sm\:u-border-gold {
    border-color: #afa961 !important;
  }

  .sm\:u-border-ink-100 {
    border-color: #002337 !important;
  }

  .sm\:u-border-stone {
    border-color: #dacda2 !important;
  }

  .sm\:u-border-sky {
    border-color: #a5c8d0 !important;
  }

  .sm\:u-border-heather {
    border-color: #cba8b1 !important;
  }

  .sm\:u-border-cedar {
    border-color: #b6aaa7 !important;
  }

  .sm\:u-border-business {
    border-color: #b3bdb1 !important;
  }

  .sm\:u-border-black {
    border-color: #333123 !important;
  }

  .sm\:u-border-white {
    border-color: #fff !important;
  }

  .sm\:u-border-grey-25 {
    border-color: #f7f7f7 !important;
  }

  .sm\:u-border-grey-50 {
    border-color: #ebebeb !important;
  }

  .sm\:u-border-grey-75 {
    border-color: #d9d9d9 !important;
  }

  .sm\:u-border-grey-100 {
    border-color: #afb4b6 !important;
  }

  .sm\:u-border-grey-200 {
    border-color: #898e91 !important;
  }

  .sm\:u-border-grey-300 {
    border-color: #64696c !important;
  }

  .sm\:u-border-grey-400 {
    border-color: #3c3c3b !important;
  }

  .sm\:u-border-youtube {
    border-color: #f00 !important;
  }

  .sm\:u-border-twitter {
    border-color: #1da1f2 !important;
  }

  .sm\:u-border-facebook {
    border-color: #3b5998 !important;
  }

  .sm\:u-border-instagram {
    border-color: #444 !important;
  }

  .sm\:u-border-linkedin {
    border-color: #0077b5 !important;
  }

  .sm\:u-border-college {
    border-color: #00664f !important;
  }

  .sm\:u-border-coll-collingwood {
    border-color: #d22630 !important;
  }

  .sm\:u-border-coll-grey {
    border-color: #af272f !important;
  }

  .sm\:u-border-coll-hatfield {
    border-color: #003865 !important;
  }

  .sm\:u-border-coll-johnsnow {
    border-color: #003865 !important;
  }

  .sm\:u-border-coll-jbutler {
    border-color: #d22630 !important;
  }

  .sm\:u-border-coll-south-college {
    border-color: #68246d !important;
  }

  .sm\:u-border-coll-staidans {
    border-color: #006747 !important;
  }

  .sm\:u-border-coll-stchads {
    border-color: #00573f !important;
  }

  .sm\:u-border-coll-stcuthberts {
    border-color: #00664f !important;
  }

  .sm\:u-border-coll-sthild {
    border-color: #0072ce !important;
  }

  .sm\:u-border-coll-stjohns {
    border-color: #1b365d !important;
  }

  .sm\:u-border-coll-stmarys {
    border-color: #753bbd !important;
  }

  .sm\:u-border-coll-stephenson {
    border-color: #d22630 !important;
  }

  .sm\:u-border-coll-trevelyan {
    border-color: #003865 !important;
  }

  .sm\:u-border-coll-university {
    border-color: #862633 !important;
  }

  .sm\:u-border-coll-ustinov {
    border-color: #003865 !important;
  }

  .sm\:u-border-coll-vanmildert {
    border-color: #ee2737 !important;
  }

  .sm\:u-border-primary {
    border-color: #68246d !important;
  }

  .sm\:u-border-secondary {
    border-color: #ffd53a !important;
  }

  .sm\:u-border-tertiary {
    border-color: #00aeef !important;
  }

  .sm\:u-border-success {
    border-color: #449d44 !important;
  }

  .sm\:u-border-danger {
    border-color: #be1e2c !important;
  }

  .sm\:u-border-warning {
    border-color: #da611e !important;
  }

  .sm\:u-border-info {
    border-color: #1180a1 !important;
  }

  .sm\:u-border-light {
    border-color: #fff !important;
  }

  .sm\:u-border-dark {
    border-color: #333123 !important;
  }

  .sm\:u-border-purple--dark {
    border-color: #531d57 !important;
  }

  .sm\:u-border-purple--light {
    border-color: #74287a !important;
  }

  .sm\:u-border-darkpurple--dark {
    border-color: #46163f !important;
  }

  .sm\:u-border-darkpurple--light {
    border-color: #611e58 !important;
  }

  .sm\:u-border-yellow--dark {
    border-color: #fac500 !important;
  }

  .sm\:u-border-yellow--light {
    border-color: #ffdd60 !important;
  }

  .sm\:u-border-cyan--dark {
    border-color: #008bbf !important;
  }

  .sm\:u-border-cyan--light {
    border-color: #0dbdff !important;
  }

  .sm\:u-border-blue--dark {
    border-color: #2281c2 !important;
  }

  .sm\:u-border-blue--light {
    border-color: #5dace2 !important;
  }

  .sm\:u-border-light-green--dark {
    border-color: #9edab5 !important;
  }

  .sm\:u-border-light-green--light {
    border-color: #fff !important;
  }

  .sm\:u-border-red--dark {
    border-color: #981823 !important;
  }

  .sm\:u-border-red--light {
    border-color: #d52231 !important;
  }

  .sm\:u-border-gold--dark {
    border-color: #908b49 !important;
  }

  .sm\:u-border-gold--light {
    border-color: #bab577 !important;
  }

  .sm\:u-border-ink-100--dark {
    border-color: #001c2c !important;
  }

  .sm\:u-border-ink-100--light {
    border-color: #00273e !important;
  }

  .sm\:u-border-stone--dark {
    border-color: #c4b06c !important;
  }

  .sm\:u-border-stone--light {
    border-color: #e7dfc3 !important;
  }

  .sm\:u-border-sky--dark {
    border-color: #74aab6 !important;
  }

  .sm\:u-border-sky--light {
    border-color: #c2dadf !important;
  }

  .sm\:u-border-heather--dark {
    border-color: #af7a87 !important;
  }

  .sm\:u-border-heather--light {
    border-color: #dcc4ca !important;
  }

  .sm\:u-border-cedar--dark {
    border-color: #968581 !important;
  }

  .sm\:u-border-cedar--light {
    border-color: #c9c0be !important;
  }

  .sm\:u-border-business--dark {
    border-color: #8c9b89 !important;
  }

  .sm\:u-border-business--light {
    border-color: #cad1c9 !important;
  }

  .sm\:u-border-black--dark {
    border-color: #29271c !important;
  }

  .sm\:u-border-black--light {
    border-color: #393727 !important;
  }

  .sm\:u-border-white--dark {
    border-color: #ccc !important;
  }

  .sm\:u-border-white--light {
    border-color: #fff !important;
  }

  .sm\:u-border-grey-25--dark {
    border-color: #c6c6c6 !important;
  }

  .sm\:u-border-grey-25--light {
    border-color: #fff !important;
  }

  .sm\:u-border-grey-50--dark {
    border-color: #bcbcbc !important;
  }

  .sm\:u-border-grey-50--light {
    border-color: #fff !important;
  }

  .sm\:u-border-grey-75--dark {
    border-color: #aeaeae !important;
  }

  .sm\:u-border-grey-75--light {
    border-color: #f3f3f3 !important;
  }

  .sm\:u-border-grey-100--dark {
    border-color: #8a9194 !important;
  }

  .sm\:u-border-grey-100--light {
    border-color: #c5c9ca !important;
  }

  .sm\:u-border-grey-200--dark {
    border-color: #6d7275 !important;
  }

  .sm\:u-border-grey-200--light {
    border-color: #9b9fa1 !important;
  }

  .sm\:u-border-grey-300--dark {
    border-color: #505456 !important;
  }

  .sm\:u-border-grey-300--light {
    border-color: #707679 !important;
  }

  .sm\:u-border-grey-400--dark {
    border-color: #30302f !important;
  }

  .sm\:u-border-grey-400--light {
    border-color: #434342 !important;
  }

  .sm\:u-border-youtube--dark {
    border-color: #c00 !important;
  }

  .sm\:u-border-youtube--light {
    border-color: #ff1f1f !important;
  }

  .sm\:u-border-twitter--dark {
    border-color: #0c84cd !important;
  }

  .sm\:u-border-twitter--light {
    border-color: #3caef4 !important;
  }

  .sm\:u-border-facebook--dark {
    border-color: #2f477a !important;
  }

  .sm\:u-border-facebook--light {
    border-color: #4264aa !important;
  }

  .sm\:u-border-instagram--dark {
    border-color: #363636 !important;
  }

  .sm\:u-border-instagram--light {
    border-color: #4c4c4c !important;
  }

  .sm\:u-border-linkedin--dark {
    border-color: #005f91 !important;
  }

  .sm\:u-border-linkedin--light {
    border-color: #0085cb !important;
  }

  .sm\:u-border-college--dark {
    border-color: #00523f !important;
  }

  .sm\:u-border-college--light {
    border-color: #007258 !important;
  }

  .sm\:u-border-coll-collingwood--dark {
    border-color: #a81e26 !important;
  }

  .sm\:u-border-coll-collingwood--light {
    border-color: #db3a44 !important;
  }

  .sm\:u-border-coll-grey--dark {
    border-color: #8c1f26 !important;
  }

  .sm\:u-border-coll-grey--light {
    border-color: #c42c35 !important;
  }

  .sm\:u-border-coll-hatfield--dark {
    border-color: #002d51 !important;
  }

  .sm\:u-border-coll-hatfield--light {
    border-color: #003f71 !important;
  }

  .sm\:u-border-coll-johnsnow--dark {
    border-color: #002d51 !important;
  }

  .sm\:u-border-coll-johnsnow--light {
    border-color: #003f71 !important;
  }

  .sm\:u-border-coll-jbutler--dark {
    border-color: #a81e26 !important;
  }

  .sm\:u-border-coll-jbutler--light {
    border-color: #db3a44 !important;
  }

  .sm\:u-border-coll-south-college--dark {
    border-color: #531d57 !important;
  }

  .sm\:u-border-coll-south-college--light {
    border-color: #74287a !important;
  }

  .sm\:u-border-coll-staidans--dark {
    border-color: #005239 !important;
  }

  .sm\:u-border-coll-staidans--light {
    border-color: #007350 !important;
  }

  .sm\:u-border-coll-stchads--dark {
    border-color: #004632 !important;
  }

  .sm\:u-border-coll-stchads--light {
    border-color: #006147 !important;
  }

  .sm\:u-border-coll-stcuthberts--dark {
    border-color: #00523f !important;
  }

  .sm\:u-border-coll-stcuthberts--light {
    border-color: #007258 !important;
  }

  .sm\:u-border-coll-sthild--dark {
    border-color: #005ba5 !important;
  }

  .sm\:u-border-coll-sthild--light {
    border-color: #0080e7 !important;
  }

  .sm\:u-border-coll-stjohns--dark {
    border-color: #162b4a !important;
  }

  .sm\:u-border-coll-stjohns--light {
    border-color: #1e3c68 !important;
  }

  .sm\:u-border-coll-stmarys--dark {
    border-color: #5e2f97 !important;
  }

  .sm\:u-border-coll-stmarys--light {
    border-color: #844ec8 !important;
  }

  .sm\:u-border-coll-stephenson--dark {
    border-color: #a81e26 !important;
  }

  .sm\:u-border-coll-stephenson--light {
    border-color: #db3a44 !important;
  }

  .sm\:u-border-coll-trevelyan--dark {
    border-color: #002d51 !important;
  }

  .sm\:u-border-coll-trevelyan--light {
    border-color: #003f71 !important;
  }

  .sm\:u-border-coll-university--dark {
    border-color: #6b1e29 !important;
  }

  .sm\:u-border-coll-university--light {
    border-color: #962b39 !important;
  }

  .sm\:u-border-coll-ustinov--dark {
    border-color: #002d51 !important;
  }

  .sm\:u-border-coll-ustinov--light {
    border-color: #003f71 !important;
  }

  .sm\:u-border-coll-vanmildert--dark {
    border-color: #cd101f !important;
  }

  .sm\:u-border-coll-vanmildert--light {
    border-color: #f04654 !important;
  }

  .sm\:u-border-primary--dark {
    border-color: #531d57 !important;
  }

  .sm\:u-border-primary--light {
    border-color: #74287a !important;
  }

  .sm\:u-border-secondary--dark {
    border-color: #fac500 !important;
  }

  .sm\:u-border-secondary--light {
    border-color: #ffdd60 !important;
  }

  .sm\:u-border-tertiary--dark {
    border-color: #008bbf !important;
  }

  .sm\:u-border-tertiary--light {
    border-color: #0dbdff !important;
  }

  .sm\:u-border-success--dark {
    border-color: #367e36 !important;
  }

  .sm\:u-border-success--light {
    border-color: #4cb04c !important;
  }

  .sm\:u-border-danger--dark {
    border-color: #981823 !important;
  }

  .sm\:u-border-danger--light {
    border-color: #d52231 !important;
  }

  .sm\:u-border-warning--dark {
    border-color: #ae4e18 !important;
  }

  .sm\:u-border-warning--light {
    border-color: #e37233 !important;
  }

  .sm\:u-border-info--dark {
    border-color: #0e6681 !important;
  }

  .sm\:u-border-info--light {
    border-color: #138fb4 !important;
  }

  .sm\:u-border-light--dark {
    border-color: #ccc !important;
  }

  .sm\:u-border-light--light {
    border-color: #fff !important;
  }

  .sm\:u-border-dark--dark {
    border-color: #29271c !important;
  }

  .sm\:u-border-dark--light {
    border-color: #393727 !important;
  }

  .sm\:hover\:u-border-transparent:hover {
    border-color: transparent !important;
  }

  .sm\:hover\:u-border-current-color:hover {
    border-color: currentColor !important;
  }

  .sm\:hover\:u-border-inherit:hover {
    border-color: inherit !important;
  }

  .sm\:hover\:u-border-purple:hover {
    border-color: #68246d !important;
  }

  .sm\:hover\:u-border-darkpurple:hover {
    border-color: #571b4f !important;
  }

  .sm\:hover\:u-border-yellow:hover {
    border-color: #ffd53a !important;
  }

  .sm\:hover\:u-border-cyan:hover {
    border-color: #00aeef !important;
  }

  .sm\:hover\:u-border-blue:hover {
    border-color: #409ddd !important;
  }

  .sm\:hover\:u-border-light-green:hover {
    border-color: #e2f4e9 !important;
  }

  .sm\:hover\:u-border-red:hover {
    border-color: #be1e2c !important;
  }

  .sm\:hover\:u-border-gold:hover {
    border-color: #afa961 !important;
  }

  .sm\:hover\:u-border-ink-100:hover {
    border-color: #002337 !important;
  }

  .sm\:hover\:u-border-stone:hover {
    border-color: #dacda2 !important;
  }

  .sm\:hover\:u-border-sky:hover {
    border-color: #a5c8d0 !important;
  }

  .sm\:hover\:u-border-heather:hover {
    border-color: #cba8b1 !important;
  }

  .sm\:hover\:u-border-cedar:hover {
    border-color: #b6aaa7 !important;
  }

  .sm\:hover\:u-border-business:hover {
    border-color: #b3bdb1 !important;
  }

  .sm\:hover\:u-border-black:hover {
    border-color: #333123 !important;
  }

  .sm\:hover\:u-border-white:hover {
    border-color: #fff !important;
  }

  .sm\:hover\:u-border-grey-25:hover {
    border-color: #f7f7f7 !important;
  }

  .sm\:hover\:u-border-grey-50:hover {
    border-color: #ebebeb !important;
  }

  .sm\:hover\:u-border-grey-75:hover {
    border-color: #d9d9d9 !important;
  }

  .sm\:hover\:u-border-grey-100:hover {
    border-color: #afb4b6 !important;
  }

  .sm\:hover\:u-border-grey-200:hover {
    border-color: #898e91 !important;
  }

  .sm\:hover\:u-border-grey-300:hover {
    border-color: #64696c !important;
  }

  .sm\:hover\:u-border-grey-400:hover {
    border-color: #3c3c3b !important;
  }

  .sm\:hover\:u-border-youtube:hover {
    border-color: #f00 !important;
  }

  .sm\:hover\:u-border-twitter:hover {
    border-color: #1da1f2 !important;
  }

  .sm\:hover\:u-border-facebook:hover {
    border-color: #3b5998 !important;
  }

  .sm\:hover\:u-border-instagram:hover {
    border-color: #444 !important;
  }

  .sm\:hover\:u-border-linkedin:hover {
    border-color: #0077b5 !important;
  }

  .sm\:hover\:u-border-college:hover {
    border-color: #00664f !important;
  }

  .sm\:hover\:u-border-coll-collingwood:hover {
    border-color: #d22630 !important;
  }

  .sm\:hover\:u-border-coll-grey:hover {
    border-color: #af272f !important;
  }

  .sm\:hover\:u-border-coll-hatfield:hover {
    border-color: #003865 !important;
  }

  .sm\:hover\:u-border-coll-johnsnow:hover {
    border-color: #003865 !important;
  }

  .sm\:hover\:u-border-coll-jbutler:hover {
    border-color: #d22630 !important;
  }

  .sm\:hover\:u-border-coll-south-college:hover {
    border-color: #68246d !important;
  }

  .sm\:hover\:u-border-coll-staidans:hover {
    border-color: #006747 !important;
  }

  .sm\:hover\:u-border-coll-stchads:hover {
    border-color: #00573f !important;
  }

  .sm\:hover\:u-border-coll-stcuthberts:hover {
    border-color: #00664f !important;
  }

  .sm\:hover\:u-border-coll-sthild:hover {
    border-color: #0072ce !important;
  }

  .sm\:hover\:u-border-coll-stjohns:hover {
    border-color: #1b365d !important;
  }

  .sm\:hover\:u-border-coll-stmarys:hover {
    border-color: #753bbd !important;
  }

  .sm\:hover\:u-border-coll-stephenson:hover {
    border-color: #d22630 !important;
  }

  .sm\:hover\:u-border-coll-trevelyan:hover {
    border-color: #003865 !important;
  }

  .sm\:hover\:u-border-coll-university:hover {
    border-color: #862633 !important;
  }

  .sm\:hover\:u-border-coll-ustinov:hover {
    border-color: #003865 !important;
  }

  .sm\:hover\:u-border-coll-vanmildert:hover {
    border-color: #ee2737 !important;
  }

  .sm\:hover\:u-border-primary:hover {
    border-color: #68246d !important;
  }

  .sm\:hover\:u-border-secondary:hover {
    border-color: #ffd53a !important;
  }

  .sm\:hover\:u-border-tertiary:hover {
    border-color: #00aeef !important;
  }

  .sm\:hover\:u-border-success:hover {
    border-color: #449d44 !important;
  }

  .sm\:hover\:u-border-danger:hover {
    border-color: #be1e2c !important;
  }

  .sm\:hover\:u-border-warning:hover {
    border-color: #da611e !important;
  }

  .sm\:hover\:u-border-info:hover {
    border-color: #1180a1 !important;
  }

  .sm\:hover\:u-border-light:hover {
    border-color: #fff !important;
  }

  .sm\:hover\:u-border-dark:hover {
    border-color: #333123 !important;
  }

  .sm\:hover\:u-border-purple--dark:hover {
    border-color: #531d57 !important;
  }

  .sm\:hover\:u-border-purple--light:hover {
    border-color: #74287a !important;
  }

  .sm\:hover\:u-border-darkpurple--dark:hover {
    border-color: #46163f !important;
  }

  .sm\:hover\:u-border-darkpurple--light:hover {
    border-color: #611e58 !important;
  }

  .sm\:hover\:u-border-yellow--dark:hover {
    border-color: #fac500 !important;
  }

  .sm\:hover\:u-border-yellow--light:hover {
    border-color: #ffdd60 !important;
  }

  .sm\:hover\:u-border-cyan--dark:hover {
    border-color: #008bbf !important;
  }

  .sm\:hover\:u-border-cyan--light:hover {
    border-color: #0dbdff !important;
  }

  .sm\:hover\:u-border-blue--dark:hover {
    border-color: #2281c2 !important;
  }

  .sm\:hover\:u-border-blue--light:hover {
    border-color: #5dace2 !important;
  }

  .sm\:hover\:u-border-light-green--dark:hover {
    border-color: #9edab5 !important;
  }

  .sm\:hover\:u-border-light-green--light:hover {
    border-color: #fff !important;
  }

  .sm\:hover\:u-border-red--dark:hover {
    border-color: #981823 !important;
  }

  .sm\:hover\:u-border-red--light:hover {
    border-color: #d52231 !important;
  }

  .sm\:hover\:u-border-gold--dark:hover {
    border-color: #908b49 !important;
  }

  .sm\:hover\:u-border-gold--light:hover {
    border-color: #bab577 !important;
  }

  .sm\:hover\:u-border-ink-100--dark:hover {
    border-color: #001c2c !important;
  }

  .sm\:hover\:u-border-ink-100--light:hover {
    border-color: #00273e !important;
  }

  .sm\:hover\:u-border-stone--dark:hover {
    border-color: #c4b06c !important;
  }

  .sm\:hover\:u-border-stone--light:hover {
    border-color: #e7dfc3 !important;
  }

  .sm\:hover\:u-border-sky--dark:hover {
    border-color: #74aab6 !important;
  }

  .sm\:hover\:u-border-sky--light:hover {
    border-color: #c2dadf !important;
  }

  .sm\:hover\:u-border-heather--dark:hover {
    border-color: #af7a87 !important;
  }

  .sm\:hover\:u-border-heather--light:hover {
    border-color: #dcc4ca !important;
  }

  .sm\:hover\:u-border-cedar--dark:hover {
    border-color: #968581 !important;
  }

  .sm\:hover\:u-border-cedar--light:hover {
    border-color: #c9c0be !important;
  }

  .sm\:hover\:u-border-business--dark:hover {
    border-color: #8c9b89 !important;
  }

  .sm\:hover\:u-border-business--light:hover {
    border-color: #cad1c9 !important;
  }

  .sm\:hover\:u-border-black--dark:hover {
    border-color: #29271c !important;
  }

  .sm\:hover\:u-border-black--light:hover {
    border-color: #393727 !important;
  }

  .sm\:hover\:u-border-white--dark:hover {
    border-color: #ccc !important;
  }

  .sm\:hover\:u-border-white--light:hover {
    border-color: #fff !important;
  }

  .sm\:hover\:u-border-grey-25--dark:hover {
    border-color: #c6c6c6 !important;
  }

  .sm\:hover\:u-border-grey-25--light:hover {
    border-color: #fff !important;
  }

  .sm\:hover\:u-border-grey-50--dark:hover {
    border-color: #bcbcbc !important;
  }

  .sm\:hover\:u-border-grey-50--light:hover {
    border-color: #fff !important;
  }

  .sm\:hover\:u-border-grey-75--dark:hover {
    border-color: #aeaeae !important;
  }

  .sm\:hover\:u-border-grey-75--light:hover {
    border-color: #f3f3f3 !important;
  }

  .sm\:hover\:u-border-grey-100--dark:hover {
    border-color: #8a9194 !important;
  }

  .sm\:hover\:u-border-grey-100--light:hover {
    border-color: #c5c9ca !important;
  }

  .sm\:hover\:u-border-grey-200--dark:hover {
    border-color: #6d7275 !important;
  }

  .sm\:hover\:u-border-grey-200--light:hover {
    border-color: #9b9fa1 !important;
  }

  .sm\:hover\:u-border-grey-300--dark:hover {
    border-color: #505456 !important;
  }

  .sm\:hover\:u-border-grey-300--light:hover {
    border-color: #707679 !important;
  }

  .sm\:hover\:u-border-grey-400--dark:hover {
    border-color: #30302f !important;
  }

  .sm\:hover\:u-border-grey-400--light:hover {
    border-color: #434342 !important;
  }

  .sm\:hover\:u-border-youtube--dark:hover {
    border-color: #c00 !important;
  }

  .sm\:hover\:u-border-youtube--light:hover {
    border-color: #ff1f1f !important;
  }

  .sm\:hover\:u-border-twitter--dark:hover {
    border-color: #0c84cd !important;
  }

  .sm\:hover\:u-border-twitter--light:hover {
    border-color: #3caef4 !important;
  }

  .sm\:hover\:u-border-facebook--dark:hover {
    border-color: #2f477a !important;
  }

  .sm\:hover\:u-border-facebook--light:hover {
    border-color: #4264aa !important;
  }

  .sm\:hover\:u-border-instagram--dark:hover {
    border-color: #363636 !important;
  }

  .sm\:hover\:u-border-instagram--light:hover {
    border-color: #4c4c4c !important;
  }

  .sm\:hover\:u-border-linkedin--dark:hover {
    border-color: #005f91 !important;
  }

  .sm\:hover\:u-border-linkedin--light:hover {
    border-color: #0085cb !important;
  }

  .sm\:hover\:u-border-college--dark:hover {
    border-color: #00523f !important;
  }

  .sm\:hover\:u-border-college--light:hover {
    border-color: #007258 !important;
  }

  .sm\:hover\:u-border-coll-collingwood--dark:hover {
    border-color: #a81e26 !important;
  }

  .sm\:hover\:u-border-coll-collingwood--light:hover {
    border-color: #db3a44 !important;
  }

  .sm\:hover\:u-border-coll-grey--dark:hover {
    border-color: #8c1f26 !important;
  }

  .sm\:hover\:u-border-coll-grey--light:hover {
    border-color: #c42c35 !important;
  }

  .sm\:hover\:u-border-coll-hatfield--dark:hover {
    border-color: #002d51 !important;
  }

  .sm\:hover\:u-border-coll-hatfield--light:hover {
    border-color: #003f71 !important;
  }

  .sm\:hover\:u-border-coll-johnsnow--dark:hover {
    border-color: #002d51 !important;
  }

  .sm\:hover\:u-border-coll-johnsnow--light:hover {
    border-color: #003f71 !important;
  }

  .sm\:hover\:u-border-coll-jbutler--dark:hover {
    border-color: #a81e26 !important;
  }

  .sm\:hover\:u-border-coll-jbutler--light:hover {
    border-color: #db3a44 !important;
  }

  .sm\:hover\:u-border-coll-south-college--dark:hover {
    border-color: #531d57 !important;
  }

  .sm\:hover\:u-border-coll-south-college--light:hover {
    border-color: #74287a !important;
  }

  .sm\:hover\:u-border-coll-staidans--dark:hover {
    border-color: #005239 !important;
  }

  .sm\:hover\:u-border-coll-staidans--light:hover {
    border-color: #007350 !important;
  }

  .sm\:hover\:u-border-coll-stchads--dark:hover {
    border-color: #004632 !important;
  }

  .sm\:hover\:u-border-coll-stchads--light:hover {
    border-color: #006147 !important;
  }

  .sm\:hover\:u-border-coll-stcuthberts--dark:hover {
    border-color: #00523f !important;
  }

  .sm\:hover\:u-border-coll-stcuthberts--light:hover {
    border-color: #007258 !important;
  }

  .sm\:hover\:u-border-coll-sthild--dark:hover {
    border-color: #005ba5 !important;
  }

  .sm\:hover\:u-border-coll-sthild--light:hover {
    border-color: #0080e7 !important;
  }

  .sm\:hover\:u-border-coll-stjohns--dark:hover {
    border-color: #162b4a !important;
  }

  .sm\:hover\:u-border-coll-stjohns--light:hover {
    border-color: #1e3c68 !important;
  }

  .sm\:hover\:u-border-coll-stmarys--dark:hover {
    border-color: #5e2f97 !important;
  }

  .sm\:hover\:u-border-coll-stmarys--light:hover {
    border-color: #844ec8 !important;
  }

  .sm\:hover\:u-border-coll-stephenson--dark:hover {
    border-color: #a81e26 !important;
  }

  .sm\:hover\:u-border-coll-stephenson--light:hover {
    border-color: #db3a44 !important;
  }

  .sm\:hover\:u-border-coll-trevelyan--dark:hover {
    border-color: #002d51 !important;
  }

  .sm\:hover\:u-border-coll-trevelyan--light:hover {
    border-color: #003f71 !important;
  }

  .sm\:hover\:u-border-coll-university--dark:hover {
    border-color: #6b1e29 !important;
  }

  .sm\:hover\:u-border-coll-university--light:hover {
    border-color: #962b39 !important;
  }

  .sm\:hover\:u-border-coll-ustinov--dark:hover {
    border-color: #002d51 !important;
  }

  .sm\:hover\:u-border-coll-ustinov--light:hover {
    border-color: #003f71 !important;
  }

  .sm\:hover\:u-border-coll-vanmildert--dark:hover {
    border-color: #cd101f !important;
  }

  .sm\:hover\:u-border-coll-vanmildert--light:hover {
    border-color: #f04654 !important;
  }

  .sm\:hover\:u-border-primary--dark:hover {
    border-color: #531d57 !important;
  }

  .sm\:hover\:u-border-primary--light:hover {
    border-color: #74287a !important;
  }

  .sm\:hover\:u-border-secondary--dark:hover {
    border-color: #fac500 !important;
  }

  .sm\:hover\:u-border-secondary--light:hover {
    border-color: #ffdd60 !important;
  }

  .sm\:hover\:u-border-tertiary--dark:hover {
    border-color: #008bbf !important;
  }

  .sm\:hover\:u-border-tertiary--light:hover {
    border-color: #0dbdff !important;
  }

  .sm\:hover\:u-border-success--dark:hover {
    border-color: #367e36 !important;
  }

  .sm\:hover\:u-border-success--light:hover {
    border-color: #4cb04c !important;
  }

  .sm\:hover\:u-border-danger--dark:hover {
    border-color: #981823 !important;
  }

  .sm\:hover\:u-border-danger--light:hover {
    border-color: #d52231 !important;
  }

  .sm\:hover\:u-border-warning--dark:hover {
    border-color: #ae4e18 !important;
  }

  .sm\:hover\:u-border-warning--light:hover {
    border-color: #e37233 !important;
  }

  .sm\:hover\:u-border-info--dark:hover {
    border-color: #0e6681 !important;
  }

  .sm\:hover\:u-border-info--light:hover {
    border-color: #138fb4 !important;
  }

  .sm\:hover\:u-border-light--dark:hover {
    border-color: #ccc !important;
  }

  .sm\:hover\:u-border-light--light:hover {
    border-color: #fff !important;
  }

  .sm\:hover\:u-border-dark--dark:hover {
    border-color: #29271c !important;
  }

  .sm\:hover\:u-border-dark--light:hover {
    border-color: #393727 !important;
  }

  .sm\:focus\:u-border-transparent:focus {
    border-color: transparent !important;
  }

  .sm\:focus\:u-border-current-color:focus {
    border-color: currentColor !important;
  }

  .sm\:focus\:u-border-inherit:focus {
    border-color: inherit !important;
  }

  .sm\:focus\:u-border-purple:focus {
    border-color: #68246d !important;
  }

  .sm\:focus\:u-border-darkpurple:focus {
    border-color: #571b4f !important;
  }

  .sm\:focus\:u-border-yellow:focus {
    border-color: #ffd53a !important;
  }

  .sm\:focus\:u-border-cyan:focus {
    border-color: #00aeef !important;
  }

  .sm\:focus\:u-border-blue:focus {
    border-color: #409ddd !important;
  }

  .sm\:focus\:u-border-light-green:focus {
    border-color: #e2f4e9 !important;
  }

  .sm\:focus\:u-border-red:focus {
    border-color: #be1e2c !important;
  }

  .sm\:focus\:u-border-gold:focus {
    border-color: #afa961 !important;
  }

  .sm\:focus\:u-border-ink-100:focus {
    border-color: #002337 !important;
  }

  .sm\:focus\:u-border-stone:focus {
    border-color: #dacda2 !important;
  }

  .sm\:focus\:u-border-sky:focus {
    border-color: #a5c8d0 !important;
  }

  .sm\:focus\:u-border-heather:focus {
    border-color: #cba8b1 !important;
  }

  .sm\:focus\:u-border-cedar:focus {
    border-color: #b6aaa7 !important;
  }

  .sm\:focus\:u-border-business:focus {
    border-color: #b3bdb1 !important;
  }

  .sm\:focus\:u-border-black:focus {
    border-color: #333123 !important;
  }

  .sm\:focus\:u-border-white:focus {
    border-color: #fff !important;
  }

  .sm\:focus\:u-border-grey-25:focus {
    border-color: #f7f7f7 !important;
  }

  .sm\:focus\:u-border-grey-50:focus {
    border-color: #ebebeb !important;
  }

  .sm\:focus\:u-border-grey-75:focus {
    border-color: #d9d9d9 !important;
  }

  .sm\:focus\:u-border-grey-100:focus {
    border-color: #afb4b6 !important;
  }

  .sm\:focus\:u-border-grey-200:focus {
    border-color: #898e91 !important;
  }

  .sm\:focus\:u-border-grey-300:focus {
    border-color: #64696c !important;
  }

  .sm\:focus\:u-border-grey-400:focus {
    border-color: #3c3c3b !important;
  }

  .sm\:focus\:u-border-youtube:focus {
    border-color: #f00 !important;
  }

  .sm\:focus\:u-border-twitter:focus {
    border-color: #1da1f2 !important;
  }

  .sm\:focus\:u-border-facebook:focus {
    border-color: #3b5998 !important;
  }

  .sm\:focus\:u-border-instagram:focus {
    border-color: #444 !important;
  }

  .sm\:focus\:u-border-linkedin:focus {
    border-color: #0077b5 !important;
  }

  .sm\:focus\:u-border-college:focus {
    border-color: #00664f !important;
  }

  .sm\:focus\:u-border-coll-collingwood:focus {
    border-color: #d22630 !important;
  }

  .sm\:focus\:u-border-coll-grey:focus {
    border-color: #af272f !important;
  }

  .sm\:focus\:u-border-coll-hatfield:focus {
    border-color: #003865 !important;
  }

  .sm\:focus\:u-border-coll-johnsnow:focus {
    border-color: #003865 !important;
  }

  .sm\:focus\:u-border-coll-jbutler:focus {
    border-color: #d22630 !important;
  }

  .sm\:focus\:u-border-coll-south-college:focus {
    border-color: #68246d !important;
  }

  .sm\:focus\:u-border-coll-staidans:focus {
    border-color: #006747 !important;
  }

  .sm\:focus\:u-border-coll-stchads:focus {
    border-color: #00573f !important;
  }

  .sm\:focus\:u-border-coll-stcuthberts:focus {
    border-color: #00664f !important;
  }

  .sm\:focus\:u-border-coll-sthild:focus {
    border-color: #0072ce !important;
  }

  .sm\:focus\:u-border-coll-stjohns:focus {
    border-color: #1b365d !important;
  }

  .sm\:focus\:u-border-coll-stmarys:focus {
    border-color: #753bbd !important;
  }

  .sm\:focus\:u-border-coll-stephenson:focus {
    border-color: #d22630 !important;
  }

  .sm\:focus\:u-border-coll-trevelyan:focus {
    border-color: #003865 !important;
  }

  .sm\:focus\:u-border-coll-university:focus {
    border-color: #862633 !important;
  }

  .sm\:focus\:u-border-coll-ustinov:focus {
    border-color: #003865 !important;
  }

  .sm\:focus\:u-border-coll-vanmildert:focus {
    border-color: #ee2737 !important;
  }

  .sm\:focus\:u-border-primary:focus {
    border-color: #68246d !important;
  }

  .sm\:focus\:u-border-secondary:focus {
    border-color: #ffd53a !important;
  }

  .sm\:focus\:u-border-tertiary:focus {
    border-color: #00aeef !important;
  }

  .sm\:focus\:u-border-success:focus {
    border-color: #449d44 !important;
  }

  .sm\:focus\:u-border-danger:focus {
    border-color: #be1e2c !important;
  }

  .sm\:focus\:u-border-warning:focus {
    border-color: #da611e !important;
  }

  .sm\:focus\:u-border-info:focus {
    border-color: #1180a1 !important;
  }

  .sm\:focus\:u-border-light:focus {
    border-color: #fff !important;
  }

  .sm\:focus\:u-border-dark:focus {
    border-color: #333123 !important;
  }

  .sm\:focus\:u-border-purple--dark:focus {
    border-color: #531d57 !important;
  }

  .sm\:focus\:u-border-purple--light:focus {
    border-color: #74287a !important;
  }

  .sm\:focus\:u-border-darkpurple--dark:focus {
    border-color: #46163f !important;
  }

  .sm\:focus\:u-border-darkpurple--light:focus {
    border-color: #611e58 !important;
  }

  .sm\:focus\:u-border-yellow--dark:focus {
    border-color: #fac500 !important;
  }

  .sm\:focus\:u-border-yellow--light:focus {
    border-color: #ffdd60 !important;
  }

  .sm\:focus\:u-border-cyan--dark:focus {
    border-color: #008bbf !important;
  }

  .sm\:focus\:u-border-cyan--light:focus {
    border-color: #0dbdff !important;
  }

  .sm\:focus\:u-border-blue--dark:focus {
    border-color: #2281c2 !important;
  }

  .sm\:focus\:u-border-blue--light:focus {
    border-color: #5dace2 !important;
  }

  .sm\:focus\:u-border-light-green--dark:focus {
    border-color: #9edab5 !important;
  }

  .sm\:focus\:u-border-light-green--light:focus {
    border-color: #fff !important;
  }

  .sm\:focus\:u-border-red--dark:focus {
    border-color: #981823 !important;
  }

  .sm\:focus\:u-border-red--light:focus {
    border-color: #d52231 !important;
  }

  .sm\:focus\:u-border-gold--dark:focus {
    border-color: #908b49 !important;
  }

  .sm\:focus\:u-border-gold--light:focus {
    border-color: #bab577 !important;
  }

  .sm\:focus\:u-border-ink-100--dark:focus {
    border-color: #001c2c !important;
  }

  .sm\:focus\:u-border-ink-100--light:focus {
    border-color: #00273e !important;
  }

  .sm\:focus\:u-border-stone--dark:focus {
    border-color: #c4b06c !important;
  }

  .sm\:focus\:u-border-stone--light:focus {
    border-color: #e7dfc3 !important;
  }

  .sm\:focus\:u-border-sky--dark:focus {
    border-color: #74aab6 !important;
  }

  .sm\:focus\:u-border-sky--light:focus {
    border-color: #c2dadf !important;
  }

  .sm\:focus\:u-border-heather--dark:focus {
    border-color: #af7a87 !important;
  }

  .sm\:focus\:u-border-heather--light:focus {
    border-color: #dcc4ca !important;
  }

  .sm\:focus\:u-border-cedar--dark:focus {
    border-color: #968581 !important;
  }

  .sm\:focus\:u-border-cedar--light:focus {
    border-color: #c9c0be !important;
  }

  .sm\:focus\:u-border-business--dark:focus {
    border-color: #8c9b89 !important;
  }

  .sm\:focus\:u-border-business--light:focus {
    border-color: #cad1c9 !important;
  }

  .sm\:focus\:u-border-black--dark:focus {
    border-color: #29271c !important;
  }

  .sm\:focus\:u-border-black--light:focus {
    border-color: #393727 !important;
  }

  .sm\:focus\:u-border-white--dark:focus {
    border-color: #ccc !important;
  }

  .sm\:focus\:u-border-white--light:focus {
    border-color: #fff !important;
  }

  .sm\:focus\:u-border-grey-25--dark:focus {
    border-color: #c6c6c6 !important;
  }

  .sm\:focus\:u-border-grey-25--light:focus {
    border-color: #fff !important;
  }

  .sm\:focus\:u-border-grey-50--dark:focus {
    border-color: #bcbcbc !important;
  }

  .sm\:focus\:u-border-grey-50--light:focus {
    border-color: #fff !important;
  }

  .sm\:focus\:u-border-grey-75--dark:focus {
    border-color: #aeaeae !important;
  }

  .sm\:focus\:u-border-grey-75--light:focus {
    border-color: #f3f3f3 !important;
  }

  .sm\:focus\:u-border-grey-100--dark:focus {
    border-color: #8a9194 !important;
  }

  .sm\:focus\:u-border-grey-100--light:focus {
    border-color: #c5c9ca !important;
  }

  .sm\:focus\:u-border-grey-200--dark:focus {
    border-color: #6d7275 !important;
  }

  .sm\:focus\:u-border-grey-200--light:focus {
    border-color: #9b9fa1 !important;
  }

  .sm\:focus\:u-border-grey-300--dark:focus {
    border-color: #505456 !important;
  }

  .sm\:focus\:u-border-grey-300--light:focus {
    border-color: #707679 !important;
  }

  .sm\:focus\:u-border-grey-400--dark:focus {
    border-color: #30302f !important;
  }

  .sm\:focus\:u-border-grey-400--light:focus {
    border-color: #434342 !important;
  }

  .sm\:focus\:u-border-youtube--dark:focus {
    border-color: #c00 !important;
  }

  .sm\:focus\:u-border-youtube--light:focus {
    border-color: #ff1f1f !important;
  }

  .sm\:focus\:u-border-twitter--dark:focus {
    border-color: #0c84cd !important;
  }

  .sm\:focus\:u-border-twitter--light:focus {
    border-color: #3caef4 !important;
  }

  .sm\:focus\:u-border-facebook--dark:focus {
    border-color: #2f477a !important;
  }

  .sm\:focus\:u-border-facebook--light:focus {
    border-color: #4264aa !important;
  }

  .sm\:focus\:u-border-instagram--dark:focus {
    border-color: #363636 !important;
  }

  .sm\:focus\:u-border-instagram--light:focus {
    border-color: #4c4c4c !important;
  }

  .sm\:focus\:u-border-linkedin--dark:focus {
    border-color: #005f91 !important;
  }

  .sm\:focus\:u-border-linkedin--light:focus {
    border-color: #0085cb !important;
  }

  .sm\:focus\:u-border-college--dark:focus {
    border-color: #00523f !important;
  }

  .sm\:focus\:u-border-college--light:focus {
    border-color: #007258 !important;
  }

  .sm\:focus\:u-border-coll-collingwood--dark:focus {
    border-color: #a81e26 !important;
  }

  .sm\:focus\:u-border-coll-collingwood--light:focus {
    border-color: #db3a44 !important;
  }

  .sm\:focus\:u-border-coll-grey--dark:focus {
    border-color: #8c1f26 !important;
  }

  .sm\:focus\:u-border-coll-grey--light:focus {
    border-color: #c42c35 !important;
  }

  .sm\:focus\:u-border-coll-hatfield--dark:focus {
    border-color: #002d51 !important;
  }

  .sm\:focus\:u-border-coll-hatfield--light:focus {
    border-color: #003f71 !important;
  }

  .sm\:focus\:u-border-coll-johnsnow--dark:focus {
    border-color: #002d51 !important;
  }

  .sm\:focus\:u-border-coll-johnsnow--light:focus {
    border-color: #003f71 !important;
  }

  .sm\:focus\:u-border-coll-jbutler--dark:focus {
    border-color: #a81e26 !important;
  }

  .sm\:focus\:u-border-coll-jbutler--light:focus {
    border-color: #db3a44 !important;
  }

  .sm\:focus\:u-border-coll-south-college--dark:focus {
    border-color: #531d57 !important;
  }

  .sm\:focus\:u-border-coll-south-college--light:focus {
    border-color: #74287a !important;
  }

  .sm\:focus\:u-border-coll-staidans--dark:focus {
    border-color: #005239 !important;
  }

  .sm\:focus\:u-border-coll-staidans--light:focus {
    border-color: #007350 !important;
  }

  .sm\:focus\:u-border-coll-stchads--dark:focus {
    border-color: #004632 !important;
  }

  .sm\:focus\:u-border-coll-stchads--light:focus {
    border-color: #006147 !important;
  }

  .sm\:focus\:u-border-coll-stcuthberts--dark:focus {
    border-color: #00523f !important;
  }

  .sm\:focus\:u-border-coll-stcuthberts--light:focus {
    border-color: #007258 !important;
  }

  .sm\:focus\:u-border-coll-sthild--dark:focus {
    border-color: #005ba5 !important;
  }

  .sm\:focus\:u-border-coll-sthild--light:focus {
    border-color: #0080e7 !important;
  }

  .sm\:focus\:u-border-coll-stjohns--dark:focus {
    border-color: #162b4a !important;
  }

  .sm\:focus\:u-border-coll-stjohns--light:focus {
    border-color: #1e3c68 !important;
  }

  .sm\:focus\:u-border-coll-stmarys--dark:focus {
    border-color: #5e2f97 !important;
  }

  .sm\:focus\:u-border-coll-stmarys--light:focus {
    border-color: #844ec8 !important;
  }

  .sm\:focus\:u-border-coll-stephenson--dark:focus {
    border-color: #a81e26 !important;
  }

  .sm\:focus\:u-border-coll-stephenson--light:focus {
    border-color: #db3a44 !important;
  }

  .sm\:focus\:u-border-coll-trevelyan--dark:focus {
    border-color: #002d51 !important;
  }

  .sm\:focus\:u-border-coll-trevelyan--light:focus {
    border-color: #003f71 !important;
  }

  .sm\:focus\:u-border-coll-university--dark:focus {
    border-color: #6b1e29 !important;
  }

  .sm\:focus\:u-border-coll-university--light:focus {
    border-color: #962b39 !important;
  }

  .sm\:focus\:u-border-coll-ustinov--dark:focus {
    border-color: #002d51 !important;
  }

  .sm\:focus\:u-border-coll-ustinov--light:focus {
    border-color: #003f71 !important;
  }

  .sm\:focus\:u-border-coll-vanmildert--dark:focus {
    border-color: #cd101f !important;
  }

  .sm\:focus\:u-border-coll-vanmildert--light:focus {
    border-color: #f04654 !important;
  }

  .sm\:focus\:u-border-primary--dark:focus {
    border-color: #531d57 !important;
  }

  .sm\:focus\:u-border-primary--light:focus {
    border-color: #74287a !important;
  }

  .sm\:focus\:u-border-secondary--dark:focus {
    border-color: #fac500 !important;
  }

  .sm\:focus\:u-border-secondary--light:focus {
    border-color: #ffdd60 !important;
  }

  .sm\:focus\:u-border-tertiary--dark:focus {
    border-color: #008bbf !important;
  }

  .sm\:focus\:u-border-tertiary--light:focus {
    border-color: #0dbdff !important;
  }

  .sm\:focus\:u-border-success--dark:focus {
    border-color: #367e36 !important;
  }

  .sm\:focus\:u-border-success--light:focus {
    border-color: #4cb04c !important;
  }

  .sm\:focus\:u-border-danger--dark:focus {
    border-color: #981823 !important;
  }

  .sm\:focus\:u-border-danger--light:focus {
    border-color: #d52231 !important;
  }

  .sm\:focus\:u-border-warning--dark:focus {
    border-color: #ae4e18 !important;
  }

  .sm\:focus\:u-border-warning--light:focus {
    border-color: #e37233 !important;
  }

  .sm\:focus\:u-border-info--dark:focus {
    border-color: #0e6681 !important;
  }

  .sm\:focus\:u-border-info--light:focus {
    border-color: #138fb4 !important;
  }

  .sm\:focus\:u-border-light--dark:focus {
    border-color: #ccc !important;
  }

  .sm\:focus\:u-border-light--light:focus {
    border-color: #fff !important;
  }

  .sm\:focus\:u-border-dark--dark:focus {
    border-color: #29271c !important;
  }

  .sm\:focus\:u-border-dark--light:focus {
    border-color: #393727 !important;
  }

  .sm\:focus-within\:u-border-transparent:focus-within {
    border-color: transparent !important;
  }

  .sm\:focus-within\:u-border-current-color:focus-within {
    border-color: currentColor !important;
  }

  .sm\:focus-within\:u-border-inherit:focus-within {
    border-color: inherit !important;
  }

  .sm\:focus-within\:u-border-purple:focus-within {
    border-color: #68246d !important;
  }

  .sm\:focus-within\:u-border-darkpurple:focus-within {
    border-color: #571b4f !important;
  }

  .sm\:focus-within\:u-border-yellow:focus-within {
    border-color: #ffd53a !important;
  }

  .sm\:focus-within\:u-border-cyan:focus-within {
    border-color: #00aeef !important;
  }

  .sm\:focus-within\:u-border-blue:focus-within {
    border-color: #409ddd !important;
  }

  .sm\:focus-within\:u-border-light-green:focus-within {
    border-color: #e2f4e9 !important;
  }

  .sm\:focus-within\:u-border-red:focus-within {
    border-color: #be1e2c !important;
  }

  .sm\:focus-within\:u-border-gold:focus-within {
    border-color: #afa961 !important;
  }

  .sm\:focus-within\:u-border-ink-100:focus-within {
    border-color: #002337 !important;
  }

  .sm\:focus-within\:u-border-stone:focus-within {
    border-color: #dacda2 !important;
  }

  .sm\:focus-within\:u-border-sky:focus-within {
    border-color: #a5c8d0 !important;
  }

  .sm\:focus-within\:u-border-heather:focus-within {
    border-color: #cba8b1 !important;
  }

  .sm\:focus-within\:u-border-cedar:focus-within {
    border-color: #b6aaa7 !important;
  }

  .sm\:focus-within\:u-border-business:focus-within {
    border-color: #b3bdb1 !important;
  }

  .sm\:focus-within\:u-border-black:focus-within {
    border-color: #333123 !important;
  }

  .sm\:focus-within\:u-border-white:focus-within {
    border-color: #fff !important;
  }

  .sm\:focus-within\:u-border-grey-25:focus-within {
    border-color: #f7f7f7 !important;
  }

  .sm\:focus-within\:u-border-grey-50:focus-within {
    border-color: #ebebeb !important;
  }

  .sm\:focus-within\:u-border-grey-75:focus-within {
    border-color: #d9d9d9 !important;
  }

  .sm\:focus-within\:u-border-grey-100:focus-within {
    border-color: #afb4b6 !important;
  }

  .sm\:focus-within\:u-border-grey-200:focus-within {
    border-color: #898e91 !important;
  }

  .sm\:focus-within\:u-border-grey-300:focus-within {
    border-color: #64696c !important;
  }

  .sm\:focus-within\:u-border-grey-400:focus-within {
    border-color: #3c3c3b !important;
  }

  .sm\:focus-within\:u-border-youtube:focus-within {
    border-color: #f00 !important;
  }

  .sm\:focus-within\:u-border-twitter:focus-within {
    border-color: #1da1f2 !important;
  }

  .sm\:focus-within\:u-border-facebook:focus-within {
    border-color: #3b5998 !important;
  }

  .sm\:focus-within\:u-border-instagram:focus-within {
    border-color: #444 !important;
  }

  .sm\:focus-within\:u-border-linkedin:focus-within {
    border-color: #0077b5 !important;
  }

  .sm\:focus-within\:u-border-college:focus-within {
    border-color: #00664f !important;
  }

  .sm\:focus-within\:u-border-coll-collingwood:focus-within {
    border-color: #d22630 !important;
  }

  .sm\:focus-within\:u-border-coll-grey:focus-within {
    border-color: #af272f !important;
  }

  .sm\:focus-within\:u-border-coll-hatfield:focus-within {
    border-color: #003865 !important;
  }

  .sm\:focus-within\:u-border-coll-johnsnow:focus-within {
    border-color: #003865 !important;
  }

  .sm\:focus-within\:u-border-coll-jbutler:focus-within {
    border-color: #d22630 !important;
  }

  .sm\:focus-within\:u-border-coll-south-college:focus-within {
    border-color: #68246d !important;
  }

  .sm\:focus-within\:u-border-coll-staidans:focus-within {
    border-color: #006747 !important;
  }

  .sm\:focus-within\:u-border-coll-stchads:focus-within {
    border-color: #00573f !important;
  }

  .sm\:focus-within\:u-border-coll-stcuthberts:focus-within {
    border-color: #00664f !important;
  }

  .sm\:focus-within\:u-border-coll-sthild:focus-within {
    border-color: #0072ce !important;
  }

  .sm\:focus-within\:u-border-coll-stjohns:focus-within {
    border-color: #1b365d !important;
  }

  .sm\:focus-within\:u-border-coll-stmarys:focus-within {
    border-color: #753bbd !important;
  }

  .sm\:focus-within\:u-border-coll-stephenson:focus-within {
    border-color: #d22630 !important;
  }

  .sm\:focus-within\:u-border-coll-trevelyan:focus-within {
    border-color: #003865 !important;
  }

  .sm\:focus-within\:u-border-coll-university:focus-within {
    border-color: #862633 !important;
  }

  .sm\:focus-within\:u-border-coll-ustinov:focus-within {
    border-color: #003865 !important;
  }

  .sm\:focus-within\:u-border-coll-vanmildert:focus-within {
    border-color: #ee2737 !important;
  }

  .sm\:focus-within\:u-border-primary:focus-within {
    border-color: #68246d !important;
  }

  .sm\:focus-within\:u-border-secondary:focus-within {
    border-color: #ffd53a !important;
  }

  .sm\:focus-within\:u-border-tertiary:focus-within {
    border-color: #00aeef !important;
  }

  .sm\:focus-within\:u-border-success:focus-within {
    border-color: #449d44 !important;
  }

  .sm\:focus-within\:u-border-danger:focus-within {
    border-color: #be1e2c !important;
  }

  .sm\:focus-within\:u-border-warning:focus-within {
    border-color: #da611e !important;
  }

  .sm\:focus-within\:u-border-info:focus-within {
    border-color: #1180a1 !important;
  }

  .sm\:focus-within\:u-border-light:focus-within {
    border-color: #fff !important;
  }

  .sm\:focus-within\:u-border-dark:focus-within {
    border-color: #333123 !important;
  }

  .sm\:focus-within\:u-border-purple--dark:focus-within {
    border-color: #531d57 !important;
  }

  .sm\:focus-within\:u-border-purple--light:focus-within {
    border-color: #74287a !important;
  }

  .sm\:focus-within\:u-border-darkpurple--dark:focus-within {
    border-color: #46163f !important;
  }

  .sm\:focus-within\:u-border-darkpurple--light:focus-within {
    border-color: #611e58 !important;
  }

  .sm\:focus-within\:u-border-yellow--dark:focus-within {
    border-color: #fac500 !important;
  }

  .sm\:focus-within\:u-border-yellow--light:focus-within {
    border-color: #ffdd60 !important;
  }

  .sm\:focus-within\:u-border-cyan--dark:focus-within {
    border-color: #008bbf !important;
  }

  .sm\:focus-within\:u-border-cyan--light:focus-within {
    border-color: #0dbdff !important;
  }

  .sm\:focus-within\:u-border-blue--dark:focus-within {
    border-color: #2281c2 !important;
  }

  .sm\:focus-within\:u-border-blue--light:focus-within {
    border-color: #5dace2 !important;
  }

  .sm\:focus-within\:u-border-light-green--dark:focus-within {
    border-color: #9edab5 !important;
  }

  .sm\:focus-within\:u-border-light-green--light:focus-within {
    border-color: #fff !important;
  }

  .sm\:focus-within\:u-border-red--dark:focus-within {
    border-color: #981823 !important;
  }

  .sm\:focus-within\:u-border-red--light:focus-within {
    border-color: #d52231 !important;
  }

  .sm\:focus-within\:u-border-gold--dark:focus-within {
    border-color: #908b49 !important;
  }

  .sm\:focus-within\:u-border-gold--light:focus-within {
    border-color: #bab577 !important;
  }

  .sm\:focus-within\:u-border-ink-100--dark:focus-within {
    border-color: #001c2c !important;
  }

  .sm\:focus-within\:u-border-ink-100--light:focus-within {
    border-color: #00273e !important;
  }

  .sm\:focus-within\:u-border-stone--dark:focus-within {
    border-color: #c4b06c !important;
  }

  .sm\:focus-within\:u-border-stone--light:focus-within {
    border-color: #e7dfc3 !important;
  }

  .sm\:focus-within\:u-border-sky--dark:focus-within {
    border-color: #74aab6 !important;
  }

  .sm\:focus-within\:u-border-sky--light:focus-within {
    border-color: #c2dadf !important;
  }

  .sm\:focus-within\:u-border-heather--dark:focus-within {
    border-color: #af7a87 !important;
  }

  .sm\:focus-within\:u-border-heather--light:focus-within {
    border-color: #dcc4ca !important;
  }

  .sm\:focus-within\:u-border-cedar--dark:focus-within {
    border-color: #968581 !important;
  }

  .sm\:focus-within\:u-border-cedar--light:focus-within {
    border-color: #c9c0be !important;
  }

  .sm\:focus-within\:u-border-business--dark:focus-within {
    border-color: #8c9b89 !important;
  }

  .sm\:focus-within\:u-border-business--light:focus-within {
    border-color: #cad1c9 !important;
  }

  .sm\:focus-within\:u-border-black--dark:focus-within {
    border-color: #29271c !important;
  }

  .sm\:focus-within\:u-border-black--light:focus-within {
    border-color: #393727 !important;
  }

  .sm\:focus-within\:u-border-white--dark:focus-within {
    border-color: #ccc !important;
  }

  .sm\:focus-within\:u-border-white--light:focus-within {
    border-color: #fff !important;
  }

  .sm\:focus-within\:u-border-grey-25--dark:focus-within {
    border-color: #c6c6c6 !important;
  }

  .sm\:focus-within\:u-border-grey-25--light:focus-within {
    border-color: #fff !important;
  }

  .sm\:focus-within\:u-border-grey-50--dark:focus-within {
    border-color: #bcbcbc !important;
  }

  .sm\:focus-within\:u-border-grey-50--light:focus-within {
    border-color: #fff !important;
  }

  .sm\:focus-within\:u-border-grey-75--dark:focus-within {
    border-color: #aeaeae !important;
  }

  .sm\:focus-within\:u-border-grey-75--light:focus-within {
    border-color: #f3f3f3 !important;
  }

  .sm\:focus-within\:u-border-grey-100--dark:focus-within {
    border-color: #8a9194 !important;
  }

  .sm\:focus-within\:u-border-grey-100--light:focus-within {
    border-color: #c5c9ca !important;
  }

  .sm\:focus-within\:u-border-grey-200--dark:focus-within {
    border-color: #6d7275 !important;
  }

  .sm\:focus-within\:u-border-grey-200--light:focus-within {
    border-color: #9b9fa1 !important;
  }

  .sm\:focus-within\:u-border-grey-300--dark:focus-within {
    border-color: #505456 !important;
  }

  .sm\:focus-within\:u-border-grey-300--light:focus-within {
    border-color: #707679 !important;
  }

  .sm\:focus-within\:u-border-grey-400--dark:focus-within {
    border-color: #30302f !important;
  }

  .sm\:focus-within\:u-border-grey-400--light:focus-within {
    border-color: #434342 !important;
  }

  .sm\:focus-within\:u-border-youtube--dark:focus-within {
    border-color: #c00 !important;
  }

  .sm\:focus-within\:u-border-youtube--light:focus-within {
    border-color: #ff1f1f !important;
  }

  .sm\:focus-within\:u-border-twitter--dark:focus-within {
    border-color: #0c84cd !important;
  }

  .sm\:focus-within\:u-border-twitter--light:focus-within {
    border-color: #3caef4 !important;
  }

  .sm\:focus-within\:u-border-facebook--dark:focus-within {
    border-color: #2f477a !important;
  }

  .sm\:focus-within\:u-border-facebook--light:focus-within {
    border-color: #4264aa !important;
  }

  .sm\:focus-within\:u-border-instagram--dark:focus-within {
    border-color: #363636 !important;
  }

  .sm\:focus-within\:u-border-instagram--light:focus-within {
    border-color: #4c4c4c !important;
  }

  .sm\:focus-within\:u-border-linkedin--dark:focus-within {
    border-color: #005f91 !important;
  }

  .sm\:focus-within\:u-border-linkedin--light:focus-within {
    border-color: #0085cb !important;
  }

  .sm\:focus-within\:u-border-college--dark:focus-within {
    border-color: #00523f !important;
  }

  .sm\:focus-within\:u-border-college--light:focus-within {
    border-color: #007258 !important;
  }

  .sm\:focus-within\:u-border-coll-collingwood--dark:focus-within {
    border-color: #a81e26 !important;
  }

  .sm\:focus-within\:u-border-coll-collingwood--light:focus-within {
    border-color: #db3a44 !important;
  }

  .sm\:focus-within\:u-border-coll-grey--dark:focus-within {
    border-color: #8c1f26 !important;
  }

  .sm\:focus-within\:u-border-coll-grey--light:focus-within {
    border-color: #c42c35 !important;
  }

  .sm\:focus-within\:u-border-coll-hatfield--dark:focus-within {
    border-color: #002d51 !important;
  }

  .sm\:focus-within\:u-border-coll-hatfield--light:focus-within {
    border-color: #003f71 !important;
  }

  .sm\:focus-within\:u-border-coll-johnsnow--dark:focus-within {
    border-color: #002d51 !important;
  }

  .sm\:focus-within\:u-border-coll-johnsnow--light:focus-within {
    border-color: #003f71 !important;
  }

  .sm\:focus-within\:u-border-coll-jbutler--dark:focus-within {
    border-color: #a81e26 !important;
  }

  .sm\:focus-within\:u-border-coll-jbutler--light:focus-within {
    border-color: #db3a44 !important;
  }

  .sm\:focus-within\:u-border-coll-south-college--dark:focus-within {
    border-color: #531d57 !important;
  }

  .sm\:focus-within\:u-border-coll-south-college--light:focus-within {
    border-color: #74287a !important;
  }

  .sm\:focus-within\:u-border-coll-staidans--dark:focus-within {
    border-color: #005239 !important;
  }

  .sm\:focus-within\:u-border-coll-staidans--light:focus-within {
    border-color: #007350 !important;
  }

  .sm\:focus-within\:u-border-coll-stchads--dark:focus-within {
    border-color: #004632 !important;
  }

  .sm\:focus-within\:u-border-coll-stchads--light:focus-within {
    border-color: #006147 !important;
  }

  .sm\:focus-within\:u-border-coll-stcuthberts--dark:focus-within {
    border-color: #00523f !important;
  }

  .sm\:focus-within\:u-border-coll-stcuthberts--light:focus-within {
    border-color: #007258 !important;
  }

  .sm\:focus-within\:u-border-coll-sthild--dark:focus-within {
    border-color: #005ba5 !important;
  }

  .sm\:focus-within\:u-border-coll-sthild--light:focus-within {
    border-color: #0080e7 !important;
  }

  .sm\:focus-within\:u-border-coll-stjohns--dark:focus-within {
    border-color: #162b4a !important;
  }

  .sm\:focus-within\:u-border-coll-stjohns--light:focus-within {
    border-color: #1e3c68 !important;
  }

  .sm\:focus-within\:u-border-coll-stmarys--dark:focus-within {
    border-color: #5e2f97 !important;
  }

  .sm\:focus-within\:u-border-coll-stmarys--light:focus-within {
    border-color: #844ec8 !important;
  }

  .sm\:focus-within\:u-border-coll-stephenson--dark:focus-within {
    border-color: #a81e26 !important;
  }

  .sm\:focus-within\:u-border-coll-stephenson--light:focus-within {
    border-color: #db3a44 !important;
  }

  .sm\:focus-within\:u-border-coll-trevelyan--dark:focus-within {
    border-color: #002d51 !important;
  }

  .sm\:focus-within\:u-border-coll-trevelyan--light:focus-within {
    border-color: #003f71 !important;
  }

  .sm\:focus-within\:u-border-coll-university--dark:focus-within {
    border-color: #6b1e29 !important;
  }

  .sm\:focus-within\:u-border-coll-university--light:focus-within {
    border-color: #962b39 !important;
  }

  .sm\:focus-within\:u-border-coll-ustinov--dark:focus-within {
    border-color: #002d51 !important;
  }

  .sm\:focus-within\:u-border-coll-ustinov--light:focus-within {
    border-color: #003f71 !important;
  }

  .sm\:focus-within\:u-border-coll-vanmildert--dark:focus-within {
    border-color: #cd101f !important;
  }

  .sm\:focus-within\:u-border-coll-vanmildert--light:focus-within {
    border-color: #f04654 !important;
  }

  .sm\:focus-within\:u-border-primary--dark:focus-within {
    border-color: #531d57 !important;
  }

  .sm\:focus-within\:u-border-primary--light:focus-within {
    border-color: #74287a !important;
  }

  .sm\:focus-within\:u-border-secondary--dark:focus-within {
    border-color: #fac500 !important;
  }

  .sm\:focus-within\:u-border-secondary--light:focus-within {
    border-color: #ffdd60 !important;
  }

  .sm\:focus-within\:u-border-tertiary--dark:focus-within {
    border-color: #008bbf !important;
  }

  .sm\:focus-within\:u-border-tertiary--light:focus-within {
    border-color: #0dbdff !important;
  }

  .sm\:focus-within\:u-border-success--dark:focus-within {
    border-color: #367e36 !important;
  }

  .sm\:focus-within\:u-border-success--light:focus-within {
    border-color: #4cb04c !important;
  }

  .sm\:focus-within\:u-border-danger--dark:focus-within {
    border-color: #981823 !important;
  }

  .sm\:focus-within\:u-border-danger--light:focus-within {
    border-color: #d52231 !important;
  }

  .sm\:focus-within\:u-border-warning--dark:focus-within {
    border-color: #ae4e18 !important;
  }

  .sm\:focus-within\:u-border-warning--light:focus-within {
    border-color: #e37233 !important;
  }

  .sm\:focus-within\:u-border-info--dark:focus-within {
    border-color: #0e6681 !important;
  }

  .sm\:focus-within\:u-border-info--light:focus-within {
    border-color: #138fb4 !important;
  }

  .sm\:focus-within\:u-border-light--dark:focus-within {
    border-color: #ccc !important;
  }

  .sm\:focus-within\:u-border-light--light:focus-within {
    border-color: #fff !important;
  }

  .sm\:focus-within\:u-border-dark--dark:focus-within {
    border-color: #29271c !important;
  }

  .sm\:focus-within\:u-border-dark--light:focus-within {
    border-color: #393727 !important;
  }

  .sm\:hocus\:u-border-transparent:hover,
  .sm\:hocus\:u-border-transparent:focus {
    border-color: transparent !important;
  }

  .sm\:hocus\:u-border-current-color:hover,
  .sm\:hocus\:u-border-current-color:focus {
    border-color: currentColor !important;
  }

  .sm\:hocus\:u-border-inherit:hover,
  .sm\:hocus\:u-border-inherit:focus {
    border-color: inherit !important;
  }

  .sm\:hocus\:u-border-purple:hover,
  .sm\:hocus\:u-border-purple:focus {
    border-color: #68246d !important;
  }

  .sm\:hocus\:u-border-darkpurple:hover,
  .sm\:hocus\:u-border-darkpurple:focus {
    border-color: #571b4f !important;
  }

  .sm\:hocus\:u-border-yellow:hover,
  .sm\:hocus\:u-border-yellow:focus {
    border-color: #ffd53a !important;
  }

  .sm\:hocus\:u-border-cyan:hover,
  .sm\:hocus\:u-border-cyan:focus {
    border-color: #00aeef !important;
  }

  .sm\:hocus\:u-border-blue:hover,
  .sm\:hocus\:u-border-blue:focus {
    border-color: #409ddd !important;
  }

  .sm\:hocus\:u-border-light-green:hover,
  .sm\:hocus\:u-border-light-green:focus {
    border-color: #e2f4e9 !important;
  }

  .sm\:hocus\:u-border-red:hover,
  .sm\:hocus\:u-border-red:focus {
    border-color: #be1e2c !important;
  }

  .sm\:hocus\:u-border-gold:hover,
  .sm\:hocus\:u-border-gold:focus {
    border-color: #afa961 !important;
  }

  .sm\:hocus\:u-border-ink-100:hover,
  .sm\:hocus\:u-border-ink-100:focus {
    border-color: #002337 !important;
  }

  .sm\:hocus\:u-border-stone:hover,
  .sm\:hocus\:u-border-stone:focus {
    border-color: #dacda2 !important;
  }

  .sm\:hocus\:u-border-sky:hover,
  .sm\:hocus\:u-border-sky:focus {
    border-color: #a5c8d0 !important;
  }

  .sm\:hocus\:u-border-heather:hover,
  .sm\:hocus\:u-border-heather:focus {
    border-color: #cba8b1 !important;
  }

  .sm\:hocus\:u-border-cedar:hover,
  .sm\:hocus\:u-border-cedar:focus {
    border-color: #b6aaa7 !important;
  }

  .sm\:hocus\:u-border-business:hover,
  .sm\:hocus\:u-border-business:focus {
    border-color: #b3bdb1 !important;
  }

  .sm\:hocus\:u-border-black:hover,
  .sm\:hocus\:u-border-black:focus {
    border-color: #333123 !important;
  }

  .sm\:hocus\:u-border-white:hover,
  .sm\:hocus\:u-border-white:focus {
    border-color: #fff !important;
  }

  .sm\:hocus\:u-border-grey-25:hover,
  .sm\:hocus\:u-border-grey-25:focus {
    border-color: #f7f7f7 !important;
  }

  .sm\:hocus\:u-border-grey-50:hover,
  .sm\:hocus\:u-border-grey-50:focus {
    border-color: #ebebeb !important;
  }

  .sm\:hocus\:u-border-grey-75:hover,
  .sm\:hocus\:u-border-grey-75:focus {
    border-color: #d9d9d9 !important;
  }

  .sm\:hocus\:u-border-grey-100:hover,
  .sm\:hocus\:u-border-grey-100:focus {
    border-color: #afb4b6 !important;
  }

  .sm\:hocus\:u-border-grey-200:hover,
  .sm\:hocus\:u-border-grey-200:focus {
    border-color: #898e91 !important;
  }

  .sm\:hocus\:u-border-grey-300:hover,
  .sm\:hocus\:u-border-grey-300:focus {
    border-color: #64696c !important;
  }

  .sm\:hocus\:u-border-grey-400:hover,
  .sm\:hocus\:u-border-grey-400:focus {
    border-color: #3c3c3b !important;
  }

  .sm\:hocus\:u-border-youtube:hover,
  .sm\:hocus\:u-border-youtube:focus {
    border-color: #f00 !important;
  }

  .sm\:hocus\:u-border-twitter:hover,
  .sm\:hocus\:u-border-twitter:focus {
    border-color: #1da1f2 !important;
  }

  .sm\:hocus\:u-border-facebook:hover,
  .sm\:hocus\:u-border-facebook:focus {
    border-color: #3b5998 !important;
  }

  .sm\:hocus\:u-border-instagram:hover,
  .sm\:hocus\:u-border-instagram:focus {
    border-color: #444 !important;
  }

  .sm\:hocus\:u-border-linkedin:hover,
  .sm\:hocus\:u-border-linkedin:focus {
    border-color: #0077b5 !important;
  }

  .sm\:hocus\:u-border-college:hover,
  .sm\:hocus\:u-border-college:focus {
    border-color: #00664f !important;
  }

  .sm\:hocus\:u-border-coll-collingwood:hover,
  .sm\:hocus\:u-border-coll-collingwood:focus {
    border-color: #d22630 !important;
  }

  .sm\:hocus\:u-border-coll-grey:hover,
  .sm\:hocus\:u-border-coll-grey:focus {
    border-color: #af272f !important;
  }

  .sm\:hocus\:u-border-coll-hatfield:hover,
  .sm\:hocus\:u-border-coll-hatfield:focus {
    border-color: #003865 !important;
  }

  .sm\:hocus\:u-border-coll-johnsnow:hover,
  .sm\:hocus\:u-border-coll-johnsnow:focus {
    border-color: #003865 !important;
  }

  .sm\:hocus\:u-border-coll-jbutler:hover,
  .sm\:hocus\:u-border-coll-jbutler:focus {
    border-color: #d22630 !important;
  }

  .sm\:hocus\:u-border-coll-south-college:hover,
  .sm\:hocus\:u-border-coll-south-college:focus {
    border-color: #68246d !important;
  }

  .sm\:hocus\:u-border-coll-staidans:hover,
  .sm\:hocus\:u-border-coll-staidans:focus {
    border-color: #006747 !important;
  }

  .sm\:hocus\:u-border-coll-stchads:hover,
  .sm\:hocus\:u-border-coll-stchads:focus {
    border-color: #00573f !important;
  }

  .sm\:hocus\:u-border-coll-stcuthberts:hover,
  .sm\:hocus\:u-border-coll-stcuthberts:focus {
    border-color: #00664f !important;
  }

  .sm\:hocus\:u-border-coll-sthild:hover,
  .sm\:hocus\:u-border-coll-sthild:focus {
    border-color: #0072ce !important;
  }

  .sm\:hocus\:u-border-coll-stjohns:hover,
  .sm\:hocus\:u-border-coll-stjohns:focus {
    border-color: #1b365d !important;
  }

  .sm\:hocus\:u-border-coll-stmarys:hover,
  .sm\:hocus\:u-border-coll-stmarys:focus {
    border-color: #753bbd !important;
  }

  .sm\:hocus\:u-border-coll-stephenson:hover,
  .sm\:hocus\:u-border-coll-stephenson:focus {
    border-color: #d22630 !important;
  }

  .sm\:hocus\:u-border-coll-trevelyan:hover,
  .sm\:hocus\:u-border-coll-trevelyan:focus {
    border-color: #003865 !important;
  }

  .sm\:hocus\:u-border-coll-university:hover,
  .sm\:hocus\:u-border-coll-university:focus {
    border-color: #862633 !important;
  }

  .sm\:hocus\:u-border-coll-ustinov:hover,
  .sm\:hocus\:u-border-coll-ustinov:focus {
    border-color: #003865 !important;
  }

  .sm\:hocus\:u-border-coll-vanmildert:hover,
  .sm\:hocus\:u-border-coll-vanmildert:focus {
    border-color: #ee2737 !important;
  }

  .sm\:hocus\:u-border-primary:hover,
  .sm\:hocus\:u-border-primary:focus {
    border-color: #68246d !important;
  }

  .sm\:hocus\:u-border-secondary:hover,
  .sm\:hocus\:u-border-secondary:focus {
    border-color: #ffd53a !important;
  }

  .sm\:hocus\:u-border-tertiary:hover,
  .sm\:hocus\:u-border-tertiary:focus {
    border-color: #00aeef !important;
  }

  .sm\:hocus\:u-border-success:hover,
  .sm\:hocus\:u-border-success:focus {
    border-color: #449d44 !important;
  }

  .sm\:hocus\:u-border-danger:hover,
  .sm\:hocus\:u-border-danger:focus {
    border-color: #be1e2c !important;
  }

  .sm\:hocus\:u-border-warning:hover,
  .sm\:hocus\:u-border-warning:focus {
    border-color: #da611e !important;
  }

  .sm\:hocus\:u-border-info:hover,
  .sm\:hocus\:u-border-info:focus {
    border-color: #1180a1 !important;
  }

  .sm\:hocus\:u-border-light:hover,
  .sm\:hocus\:u-border-light:focus {
    border-color: #fff !important;
  }

  .sm\:hocus\:u-border-dark:hover,
  .sm\:hocus\:u-border-dark:focus {
    border-color: #333123 !important;
  }

  .sm\:hocus\:u-border-purple--dark:hover,
  .sm\:hocus\:u-border-purple--dark:focus {
    border-color: #531d57 !important;
  }

  .sm\:hocus\:u-border-purple--light:hover,
  .sm\:hocus\:u-border-purple--light:focus {
    border-color: #74287a !important;
  }

  .sm\:hocus\:u-border-darkpurple--dark:hover,
  .sm\:hocus\:u-border-darkpurple--dark:focus {
    border-color: #46163f !important;
  }

  .sm\:hocus\:u-border-darkpurple--light:hover,
  .sm\:hocus\:u-border-darkpurple--light:focus {
    border-color: #611e58 !important;
  }

  .sm\:hocus\:u-border-yellow--dark:hover,
  .sm\:hocus\:u-border-yellow--dark:focus {
    border-color: #fac500 !important;
  }

  .sm\:hocus\:u-border-yellow--light:hover,
  .sm\:hocus\:u-border-yellow--light:focus {
    border-color: #ffdd60 !important;
  }

  .sm\:hocus\:u-border-cyan--dark:hover,
  .sm\:hocus\:u-border-cyan--dark:focus {
    border-color: #008bbf !important;
  }

  .sm\:hocus\:u-border-cyan--light:hover,
  .sm\:hocus\:u-border-cyan--light:focus {
    border-color: #0dbdff !important;
  }

  .sm\:hocus\:u-border-blue--dark:hover,
  .sm\:hocus\:u-border-blue--dark:focus {
    border-color: #2281c2 !important;
  }

  .sm\:hocus\:u-border-blue--light:hover,
  .sm\:hocus\:u-border-blue--light:focus {
    border-color: #5dace2 !important;
  }

  .sm\:hocus\:u-border-light-green--dark:hover,
  .sm\:hocus\:u-border-light-green--dark:focus {
    border-color: #9edab5 !important;
  }

  .sm\:hocus\:u-border-light-green--light:hover,
  .sm\:hocus\:u-border-light-green--light:focus {
    border-color: #fff !important;
  }

  .sm\:hocus\:u-border-red--dark:hover,
  .sm\:hocus\:u-border-red--dark:focus {
    border-color: #981823 !important;
  }

  .sm\:hocus\:u-border-red--light:hover,
  .sm\:hocus\:u-border-red--light:focus {
    border-color: #d52231 !important;
  }

  .sm\:hocus\:u-border-gold--dark:hover,
  .sm\:hocus\:u-border-gold--dark:focus {
    border-color: #908b49 !important;
  }

  .sm\:hocus\:u-border-gold--light:hover,
  .sm\:hocus\:u-border-gold--light:focus {
    border-color: #bab577 !important;
  }

  .sm\:hocus\:u-border-ink-100--dark:hover,
  .sm\:hocus\:u-border-ink-100--dark:focus {
    border-color: #001c2c !important;
  }

  .sm\:hocus\:u-border-ink-100--light:hover,
  .sm\:hocus\:u-border-ink-100--light:focus {
    border-color: #00273e !important;
  }

  .sm\:hocus\:u-border-stone--dark:hover,
  .sm\:hocus\:u-border-stone--dark:focus {
    border-color: #c4b06c !important;
  }

  .sm\:hocus\:u-border-stone--light:hover,
  .sm\:hocus\:u-border-stone--light:focus {
    border-color: #e7dfc3 !important;
  }

  .sm\:hocus\:u-border-sky--dark:hover,
  .sm\:hocus\:u-border-sky--dark:focus {
    border-color: #74aab6 !important;
  }

  .sm\:hocus\:u-border-sky--light:hover,
  .sm\:hocus\:u-border-sky--light:focus {
    border-color: #c2dadf !important;
  }

  .sm\:hocus\:u-border-heather--dark:hover,
  .sm\:hocus\:u-border-heather--dark:focus {
    border-color: #af7a87 !important;
  }

  .sm\:hocus\:u-border-heather--light:hover,
  .sm\:hocus\:u-border-heather--light:focus {
    border-color: #dcc4ca !important;
  }

  .sm\:hocus\:u-border-cedar--dark:hover,
  .sm\:hocus\:u-border-cedar--dark:focus {
    border-color: #968581 !important;
  }

  .sm\:hocus\:u-border-cedar--light:hover,
  .sm\:hocus\:u-border-cedar--light:focus {
    border-color: #c9c0be !important;
  }

  .sm\:hocus\:u-border-business--dark:hover,
  .sm\:hocus\:u-border-business--dark:focus {
    border-color: #8c9b89 !important;
  }

  .sm\:hocus\:u-border-business--light:hover,
  .sm\:hocus\:u-border-business--light:focus {
    border-color: #cad1c9 !important;
  }

  .sm\:hocus\:u-border-black--dark:hover,
  .sm\:hocus\:u-border-black--dark:focus {
    border-color: #29271c !important;
  }

  .sm\:hocus\:u-border-black--light:hover,
  .sm\:hocus\:u-border-black--light:focus {
    border-color: #393727 !important;
  }

  .sm\:hocus\:u-border-white--dark:hover,
  .sm\:hocus\:u-border-white--dark:focus {
    border-color: #ccc !important;
  }

  .sm\:hocus\:u-border-white--light:hover,
  .sm\:hocus\:u-border-white--light:focus {
    border-color: #fff !important;
  }

  .sm\:hocus\:u-border-grey-25--dark:hover,
  .sm\:hocus\:u-border-grey-25--dark:focus {
    border-color: #c6c6c6 !important;
  }

  .sm\:hocus\:u-border-grey-25--light:hover,
  .sm\:hocus\:u-border-grey-25--light:focus {
    border-color: #fff !important;
  }

  .sm\:hocus\:u-border-grey-50--dark:hover,
  .sm\:hocus\:u-border-grey-50--dark:focus {
    border-color: #bcbcbc !important;
  }

  .sm\:hocus\:u-border-grey-50--light:hover,
  .sm\:hocus\:u-border-grey-50--light:focus {
    border-color: #fff !important;
  }

  .sm\:hocus\:u-border-grey-75--dark:hover,
  .sm\:hocus\:u-border-grey-75--dark:focus {
    border-color: #aeaeae !important;
  }

  .sm\:hocus\:u-border-grey-75--light:hover,
  .sm\:hocus\:u-border-grey-75--light:focus {
    border-color: #f3f3f3 !important;
  }

  .sm\:hocus\:u-border-grey-100--dark:hover,
  .sm\:hocus\:u-border-grey-100--dark:focus {
    border-color: #8a9194 !important;
  }

  .sm\:hocus\:u-border-grey-100--light:hover,
  .sm\:hocus\:u-border-grey-100--light:focus {
    border-color: #c5c9ca !important;
  }

  .sm\:hocus\:u-border-grey-200--dark:hover,
  .sm\:hocus\:u-border-grey-200--dark:focus {
    border-color: #6d7275 !important;
  }

  .sm\:hocus\:u-border-grey-200--light:hover,
  .sm\:hocus\:u-border-grey-200--light:focus {
    border-color: #9b9fa1 !important;
  }

  .sm\:hocus\:u-border-grey-300--dark:hover,
  .sm\:hocus\:u-border-grey-300--dark:focus {
    border-color: #505456 !important;
  }

  .sm\:hocus\:u-border-grey-300--light:hover,
  .sm\:hocus\:u-border-grey-300--light:focus {
    border-color: #707679 !important;
  }

  .sm\:hocus\:u-border-grey-400--dark:hover,
  .sm\:hocus\:u-border-grey-400--dark:focus {
    border-color: #30302f !important;
  }

  .sm\:hocus\:u-border-grey-400--light:hover,
  .sm\:hocus\:u-border-grey-400--light:focus {
    border-color: #434342 !important;
  }

  .sm\:hocus\:u-border-youtube--dark:hover,
  .sm\:hocus\:u-border-youtube--dark:focus {
    border-color: #c00 !important;
  }

  .sm\:hocus\:u-border-youtube--light:hover,
  .sm\:hocus\:u-border-youtube--light:focus {
    border-color: #ff1f1f !important;
  }

  .sm\:hocus\:u-border-twitter--dark:hover,
  .sm\:hocus\:u-border-twitter--dark:focus {
    border-color: #0c84cd !important;
  }

  .sm\:hocus\:u-border-twitter--light:hover,
  .sm\:hocus\:u-border-twitter--light:focus {
    border-color: #3caef4 !important;
  }

  .sm\:hocus\:u-border-facebook--dark:hover,
  .sm\:hocus\:u-border-facebook--dark:focus {
    border-color: #2f477a !important;
  }

  .sm\:hocus\:u-border-facebook--light:hover,
  .sm\:hocus\:u-border-facebook--light:focus {
    border-color: #4264aa !important;
  }

  .sm\:hocus\:u-border-instagram--dark:hover,
  .sm\:hocus\:u-border-instagram--dark:focus {
    border-color: #363636 !important;
  }

  .sm\:hocus\:u-border-instagram--light:hover,
  .sm\:hocus\:u-border-instagram--light:focus {
    border-color: #4c4c4c !important;
  }

  .sm\:hocus\:u-border-linkedin--dark:hover,
  .sm\:hocus\:u-border-linkedin--dark:focus {
    border-color: #005f91 !important;
  }

  .sm\:hocus\:u-border-linkedin--light:hover,
  .sm\:hocus\:u-border-linkedin--light:focus {
    border-color: #0085cb !important;
  }

  .sm\:hocus\:u-border-college--dark:hover,
  .sm\:hocus\:u-border-college--dark:focus {
    border-color: #00523f !important;
  }

  .sm\:hocus\:u-border-college--light:hover,
  .sm\:hocus\:u-border-college--light:focus {
    border-color: #007258 !important;
  }

  .sm\:hocus\:u-border-coll-collingwood--dark:hover,
  .sm\:hocus\:u-border-coll-collingwood--dark:focus {
    border-color: #a81e26 !important;
  }

  .sm\:hocus\:u-border-coll-collingwood--light:hover,
  .sm\:hocus\:u-border-coll-collingwood--light:focus {
    border-color: #db3a44 !important;
  }

  .sm\:hocus\:u-border-coll-grey--dark:hover,
  .sm\:hocus\:u-border-coll-grey--dark:focus {
    border-color: #8c1f26 !important;
  }

  .sm\:hocus\:u-border-coll-grey--light:hover,
  .sm\:hocus\:u-border-coll-grey--light:focus {
    border-color: #c42c35 !important;
  }

  .sm\:hocus\:u-border-coll-hatfield--dark:hover,
  .sm\:hocus\:u-border-coll-hatfield--dark:focus {
    border-color: #002d51 !important;
  }

  .sm\:hocus\:u-border-coll-hatfield--light:hover,
  .sm\:hocus\:u-border-coll-hatfield--light:focus {
    border-color: #003f71 !important;
  }

  .sm\:hocus\:u-border-coll-johnsnow--dark:hover,
  .sm\:hocus\:u-border-coll-johnsnow--dark:focus {
    border-color: #002d51 !important;
  }

  .sm\:hocus\:u-border-coll-johnsnow--light:hover,
  .sm\:hocus\:u-border-coll-johnsnow--light:focus {
    border-color: #003f71 !important;
  }

  .sm\:hocus\:u-border-coll-jbutler--dark:hover,
  .sm\:hocus\:u-border-coll-jbutler--dark:focus {
    border-color: #a81e26 !important;
  }

  .sm\:hocus\:u-border-coll-jbutler--light:hover,
  .sm\:hocus\:u-border-coll-jbutler--light:focus {
    border-color: #db3a44 !important;
  }

  .sm\:hocus\:u-border-coll-south-college--dark:hover,
  .sm\:hocus\:u-border-coll-south-college--dark:focus {
    border-color: #531d57 !important;
  }

  .sm\:hocus\:u-border-coll-south-college--light:hover,
  .sm\:hocus\:u-border-coll-south-college--light:focus {
    border-color: #74287a !important;
  }

  .sm\:hocus\:u-border-coll-staidans--dark:hover,
  .sm\:hocus\:u-border-coll-staidans--dark:focus {
    border-color: #005239 !important;
  }

  .sm\:hocus\:u-border-coll-staidans--light:hover,
  .sm\:hocus\:u-border-coll-staidans--light:focus {
    border-color: #007350 !important;
  }

  .sm\:hocus\:u-border-coll-stchads--dark:hover,
  .sm\:hocus\:u-border-coll-stchads--dark:focus {
    border-color: #004632 !important;
  }

  .sm\:hocus\:u-border-coll-stchads--light:hover,
  .sm\:hocus\:u-border-coll-stchads--light:focus {
    border-color: #006147 !important;
  }

  .sm\:hocus\:u-border-coll-stcuthberts--dark:hover,
  .sm\:hocus\:u-border-coll-stcuthberts--dark:focus {
    border-color: #00523f !important;
  }

  .sm\:hocus\:u-border-coll-stcuthberts--light:hover,
  .sm\:hocus\:u-border-coll-stcuthberts--light:focus {
    border-color: #007258 !important;
  }

  .sm\:hocus\:u-border-coll-sthild--dark:hover,
  .sm\:hocus\:u-border-coll-sthild--dark:focus {
    border-color: #005ba5 !important;
  }

  .sm\:hocus\:u-border-coll-sthild--light:hover,
  .sm\:hocus\:u-border-coll-sthild--light:focus {
    border-color: #0080e7 !important;
  }

  .sm\:hocus\:u-border-coll-stjohns--dark:hover,
  .sm\:hocus\:u-border-coll-stjohns--dark:focus {
    border-color: #162b4a !important;
  }

  .sm\:hocus\:u-border-coll-stjohns--light:hover,
  .sm\:hocus\:u-border-coll-stjohns--light:focus {
    border-color: #1e3c68 !important;
  }

  .sm\:hocus\:u-border-coll-stmarys--dark:hover,
  .sm\:hocus\:u-border-coll-stmarys--dark:focus {
    border-color: #5e2f97 !important;
  }

  .sm\:hocus\:u-border-coll-stmarys--light:hover,
  .sm\:hocus\:u-border-coll-stmarys--light:focus {
    border-color: #844ec8 !important;
  }

  .sm\:hocus\:u-border-coll-stephenson--dark:hover,
  .sm\:hocus\:u-border-coll-stephenson--dark:focus {
    border-color: #a81e26 !important;
  }

  .sm\:hocus\:u-border-coll-stephenson--light:hover,
  .sm\:hocus\:u-border-coll-stephenson--light:focus {
    border-color: #db3a44 !important;
  }

  .sm\:hocus\:u-border-coll-trevelyan--dark:hover,
  .sm\:hocus\:u-border-coll-trevelyan--dark:focus {
    border-color: #002d51 !important;
  }

  .sm\:hocus\:u-border-coll-trevelyan--light:hover,
  .sm\:hocus\:u-border-coll-trevelyan--light:focus {
    border-color: #003f71 !important;
  }

  .sm\:hocus\:u-border-coll-university--dark:hover,
  .sm\:hocus\:u-border-coll-university--dark:focus {
    border-color: #6b1e29 !important;
  }

  .sm\:hocus\:u-border-coll-university--light:hover,
  .sm\:hocus\:u-border-coll-university--light:focus {
    border-color: #962b39 !important;
  }

  .sm\:hocus\:u-border-coll-ustinov--dark:hover,
  .sm\:hocus\:u-border-coll-ustinov--dark:focus {
    border-color: #002d51 !important;
  }

  .sm\:hocus\:u-border-coll-ustinov--light:hover,
  .sm\:hocus\:u-border-coll-ustinov--light:focus {
    border-color: #003f71 !important;
  }

  .sm\:hocus\:u-border-coll-vanmildert--dark:hover,
  .sm\:hocus\:u-border-coll-vanmildert--dark:focus {
    border-color: #cd101f !important;
  }

  .sm\:hocus\:u-border-coll-vanmildert--light:hover,
  .sm\:hocus\:u-border-coll-vanmildert--light:focus {
    border-color: #f04654 !important;
  }

  .sm\:hocus\:u-border-primary--dark:hover,
  .sm\:hocus\:u-border-primary--dark:focus {
    border-color: #531d57 !important;
  }

  .sm\:hocus\:u-border-primary--light:hover,
  .sm\:hocus\:u-border-primary--light:focus {
    border-color: #74287a !important;
  }

  .sm\:hocus\:u-border-secondary--dark:hover,
  .sm\:hocus\:u-border-secondary--dark:focus {
    border-color: #fac500 !important;
  }

  .sm\:hocus\:u-border-secondary--light:hover,
  .sm\:hocus\:u-border-secondary--light:focus {
    border-color: #ffdd60 !important;
  }

  .sm\:hocus\:u-border-tertiary--dark:hover,
  .sm\:hocus\:u-border-tertiary--dark:focus {
    border-color: #008bbf !important;
  }

  .sm\:hocus\:u-border-tertiary--light:hover,
  .sm\:hocus\:u-border-tertiary--light:focus {
    border-color: #0dbdff !important;
  }

  .sm\:hocus\:u-border-success--dark:hover,
  .sm\:hocus\:u-border-success--dark:focus {
    border-color: #367e36 !important;
  }

  .sm\:hocus\:u-border-success--light:hover,
  .sm\:hocus\:u-border-success--light:focus {
    border-color: #4cb04c !important;
  }

  .sm\:hocus\:u-border-danger--dark:hover,
  .sm\:hocus\:u-border-danger--dark:focus {
    border-color: #981823 !important;
  }

  .sm\:hocus\:u-border-danger--light:hover,
  .sm\:hocus\:u-border-danger--light:focus {
    border-color: #d52231 !important;
  }

  .sm\:hocus\:u-border-warning--dark:hover,
  .sm\:hocus\:u-border-warning--dark:focus {
    border-color: #ae4e18 !important;
  }

  .sm\:hocus\:u-border-warning--light:hover,
  .sm\:hocus\:u-border-warning--light:focus {
    border-color: #e37233 !important;
  }

  .sm\:hocus\:u-border-info--dark:hover,
  .sm\:hocus\:u-border-info--dark:focus {
    border-color: #0e6681 !important;
  }

  .sm\:hocus\:u-border-info--light:hover,
  .sm\:hocus\:u-border-info--light:focus {
    border-color: #138fb4 !important;
  }

  .sm\:hocus\:u-border-light--dark:hover,
  .sm\:hocus\:u-border-light--dark:focus {
    border-color: #ccc !important;
  }

  .sm\:hocus\:u-border-light--light:hover,
  .sm\:hocus\:u-border-light--light:focus {
    border-color: #fff !important;
  }

  .sm\:hocus\:u-border-dark--dark:hover,
  .sm\:hocus\:u-border-dark--dark:focus {
    border-color: #29271c !important;
  }

  .sm\:hocus\:u-border-dark--light:hover,
  .sm\:hocus\:u-border-dark--light:focus {
    border-color: #393727 !important;
  }

  .sm\:u-rounded-none {
    border-radius: 0 !important;
  }

  .sm\:u-rounded {
    border-radius: .25rem !important;
  }

  .sm\:u-rounded-sm {
    border-radius: 45px !important;
  }

  .sm\:u-rounded-md {
    border-radius: 100px !important;
  }

  .sm\:u-rounded-lg {
    border-radius: 220px !important;
  }

  .sm\:u-rounded-half {
    border-radius: 50% !important;
  }

  .sm\:u-rounded-full {
    border-radius: 9999px !important;
  }

  .sm\:u-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\:u-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:u-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:u-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:u-rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .sm\:u-rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .sm\:u-rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .sm\:u-rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .sm\:u-rounded-t-sm {
    border-top-left-radius: 45px !important;
    border-top-right-radius: 45px !important;
  }

  .sm\:u-rounded-r-sm {
    border-top-right-radius: 45px !important;
    border-bottom-right-radius: 45px !important;
  }

  .sm\:u-rounded-b-sm {
    border-bottom-right-radius: 45px !important;
    border-bottom-left-radius: 45px !important;
  }

  .sm\:u-rounded-l-sm {
    border-top-left-radius: 45px !important;
    border-bottom-left-radius: 45px !important;
  }

  .sm\:u-rounded-t-md {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
  }

  .sm\:u-rounded-r-md {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }

  .sm\:u-rounded-b-md {
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .sm\:u-rounded-l-md {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .sm\:u-rounded-t-lg {
    border-top-left-radius: 220px !important;
    border-top-right-radius: 220px !important;
  }

  .sm\:u-rounded-r-lg {
    border-top-right-radius: 220px !important;
    border-bottom-right-radius: 220px !important;
  }

  .sm\:u-rounded-b-lg {
    border-bottom-right-radius: 220px !important;
    border-bottom-left-radius: 220px !important;
  }

  .sm\:u-rounded-l-lg {
    border-top-left-radius: 220px !important;
    border-bottom-left-radius: 220px !important;
  }

  .sm\:u-rounded-t-half {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .sm\:u-rounded-r-half {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .sm\:u-rounded-b-half {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .sm\:u-rounded-l-half {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .sm\:u-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:u-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:u-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:u-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:u-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .sm\:u-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .sm\:u-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .sm\:u-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .sm\:u-rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .sm\:u-rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .sm\:u-rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .sm\:u-rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .sm\:u-rounded-tl-sm {
    border-top-left-radius: 45px !important;
  }

  .sm\:u-rounded-tr-sm {
    border-top-right-radius: 45px !important;
  }

  .sm\:u-rounded-br-sm {
    border-bottom-right-radius: 45px !important;
  }

  .sm\:u-rounded-bl-sm {
    border-bottom-left-radius: 45px !important;
  }

  .sm\:u-rounded-tl-md {
    border-top-left-radius: 100px !important;
  }

  .sm\:u-rounded-tr-md {
    border-top-right-radius: 100px !important;
  }

  .sm\:u-rounded-br-md {
    border-bottom-right-radius: 100px !important;
  }

  .sm\:u-rounded-bl-md {
    border-bottom-left-radius: 100px !important;
  }

  .sm\:u-rounded-tl-lg {
    border-top-left-radius: 220px !important;
  }

  .sm\:u-rounded-tr-lg {
    border-top-right-radius: 220px !important;
  }

  .sm\:u-rounded-br-lg {
    border-bottom-right-radius: 220px !important;
  }

  .sm\:u-rounded-bl-lg {
    border-bottom-left-radius: 220px !important;
  }

  .sm\:u-rounded-tl-half {
    border-top-left-radius: 50% !important;
  }

  .sm\:u-rounded-tr-half {
    border-top-right-radius: 50% !important;
  }

  .sm\:u-rounded-br-half {
    border-bottom-right-radius: 50% !important;
  }

  .sm\:u-rounded-bl-half {
    border-bottom-left-radius: 50% !important;
  }

  .sm\:u-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .sm\:u-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .sm\:u-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:u-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:u-border-solid {
    border-style: solid !important;
  }

  .sm\:u-border-dashed {
    border-style: dashed !important;
  }

  .sm\:u-border-dotted {
    border-style: dotted !important;
  }

  .sm\:u-border-none {
    border-style: none !important;
  }

  .sm\:u-border-0 {
    border-width: 0 !important;
  }

  .sm\:u-border-1 {
    border-width: 1px !important;
  }

  .sm\:u-border-2 {
    border-width: 2px !important;
  }

  .sm\:u-border-4 {
    border-width: 4px !important;
  }

  .sm\:u-border-6 {
    border-width: 6px !important;
  }

  .sm\:u-border-8 {
    border-width: 8px !important;
  }

  .sm\:u-border {
    border-width: 1px !important;
  }

  .sm\:u-border-t-0 {
    border-top-width: 0 !important;
  }

  .sm\:u-border-r-0 {
    border-right-width: 0 !important;
  }

  .sm\:u-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .sm\:u-border-l-0 {
    border-left-width: 0 !important;
  }

  .sm\:u-border-t-1 {
    border-top-width: 1px !important;
  }

  .sm\:u-border-r-1 {
    border-right-width: 1px !important;
  }

  .sm\:u-border-b-1 {
    border-bottom-width: 1px !important;
  }

  .sm\:u-border-l-1 {
    border-left-width: 1px !important;
  }

  .sm\:u-border-t-2 {
    border-top-width: 2px !important;
  }

  .sm\:u-border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\:u-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\:u-border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\:u-border-t-4 {
    border-top-width: 4px !important;
  }

  .sm\:u-border-r-4 {
    border-right-width: 4px !important;
  }

  .sm\:u-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .sm\:u-border-l-4 {
    border-left-width: 4px !important;
  }

  .sm\:u-border-t-6 {
    border-top-width: 6px !important;
  }

  .sm\:u-border-r-6 {
    border-right-width: 6px !important;
  }

  .sm\:u-border-b-6 {
    border-bottom-width: 6px !important;
  }

  .sm\:u-border-l-6 {
    border-left-width: 6px !important;
  }

  .sm\:u-border-t-8 {
    border-top-width: 8px !important;
  }

  .sm\:u-border-r-8 {
    border-right-width: 8px !important;
  }

  .sm\:u-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .sm\:u-border-l-8 {
    border-left-width: 8px !important;
  }

  .sm\:u-border-t {
    border-top-width: 1px !important;
  }

  .sm\:u-border-r {
    border-right-width: 1px !important;
  }

  .sm\:u-border-b {
    border-bottom-width: 1px !important;
  }

  .sm\:u-border-l {
    border-left-width: 1px !important;
  }

  .sm\:focus\:u-border-0:focus {
    border-width: 0 !important;
  }

  .sm\:focus\:u-border-1:focus {
    border-width: 1px !important;
  }

  .sm\:focus\:u-border-2:focus {
    border-width: 2px !important;
  }

  .sm\:focus\:u-border-4:focus {
    border-width: 4px !important;
  }

  .sm\:focus\:u-border-6:focus {
    border-width: 6px !important;
  }

  .sm\:focus\:u-border-8:focus {
    border-width: 8px !important;
  }

  .sm\:focus\:u-border:focus {
    border-width: 1px !important;
  }

  .sm\:focus\:u-border-t-0:focus {
    border-top-width: 0 !important;
  }

  .sm\:focus\:u-border-r-0:focus {
    border-right-width: 0 !important;
  }

  .sm\:focus\:u-border-b-0:focus {
    border-bottom-width: 0 !important;
  }

  .sm\:focus\:u-border-l-0:focus {
    border-left-width: 0 !important;
  }

  .sm\:focus\:u-border-t-1:focus {
    border-top-width: 1px !important;
  }

  .sm\:focus\:u-border-r-1:focus {
    border-right-width: 1px !important;
  }

  .sm\:focus\:u-border-b-1:focus {
    border-bottom-width: 1px !important;
  }

  .sm\:focus\:u-border-l-1:focus {
    border-left-width: 1px !important;
  }

  .sm\:focus\:u-border-t-2:focus {
    border-top-width: 2px !important;
  }

  .sm\:focus\:u-border-r-2:focus {
    border-right-width: 2px !important;
  }

  .sm\:focus\:u-border-b-2:focus {
    border-bottom-width: 2px !important;
  }

  .sm\:focus\:u-border-l-2:focus {
    border-left-width: 2px !important;
  }

  .sm\:focus\:u-border-t-4:focus {
    border-top-width: 4px !important;
  }

  .sm\:focus\:u-border-r-4:focus {
    border-right-width: 4px !important;
  }

  .sm\:focus\:u-border-b-4:focus {
    border-bottom-width: 4px !important;
  }

  .sm\:focus\:u-border-l-4:focus {
    border-left-width: 4px !important;
  }

  .sm\:focus\:u-border-t-6:focus {
    border-top-width: 6px !important;
  }

  .sm\:focus\:u-border-r-6:focus {
    border-right-width: 6px !important;
  }

  .sm\:focus\:u-border-b-6:focus {
    border-bottom-width: 6px !important;
  }

  .sm\:focus\:u-border-l-6:focus {
    border-left-width: 6px !important;
  }

  .sm\:focus\:u-border-t-8:focus {
    border-top-width: 8px !important;
  }

  .sm\:focus\:u-border-r-8:focus {
    border-right-width: 8px !important;
  }

  .sm\:focus\:u-border-b-8:focus {
    border-bottom-width: 8px !important;
  }

  .sm\:focus\:u-border-l-8:focus {
    border-left-width: 8px !important;
  }

  .sm\:focus\:u-border-t:focus {
    border-top-width: 1px !important;
  }

  .sm\:focus\:u-border-r:focus {
    border-right-width: 1px !important;
  }

  .sm\:focus\:u-border-b:focus {
    border-bottom-width: 1px !important;
  }

  .sm\:focus\:u-border-l:focus {
    border-left-width: 1px !important;
  }

  .sm\:u-cursor-auto {
    cursor: auto !important;
  }

  .sm\:u-cursor-default {
    cursor: default !important;
  }

  .sm\:u-cursor-pointer {
    cursor: pointer !important;
  }

  .sm\:u-cursor-wait {
    cursor: wait !important;
  }

  .sm\:u-cursor-move {
    cursor: move !important;
  }

  .sm\:u-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .sm\:u-block {
    display: block !important;
  }

  .sm\:u-inline-block {
    display: inline-block !important;
  }

  .sm\:u-inline {
    display: inline !important;
  }

  .sm\:u-table {
    display: table !important;
  }

  .sm\:u-table-row {
    display: table-row !important;
  }

  .sm\:u-table-cell {
    display: table-cell !important;
  }

  .sm\:u-hidden {
    display: none !important;
  }

  .js-is-sticky .sm\:sticky\:u-block {
    display: block !important;
  }

  .js-is-sticky .sm\:sticky\:u-inline-block {
    display: inline-block !important;
  }

  .js-is-sticky .sm\:sticky\:u-inline {
    display: inline !important;
  }

  .js-is-sticky .sm\:sticky\:u-table {
    display: table !important;
  }

  .js-is-sticky .sm\:sticky\:u-table-row {
    display: table-row !important;
  }

  .js-is-sticky .sm\:sticky\:u-table-cell {
    display: table-cell !important;
  }

  .js-is-sticky .sm\:sticky\:u-hidden {
    display: none !important;
  }

  [data-whatinput="keyboard"] .sm\:kbd-only\:u-block {
    display: block !important;
  }

  [data-whatinput="keyboard"] .sm\:kbd-only\:u-inline-block {
    display: inline-block !important;
  }

  [data-whatinput="keyboard"] .sm\:kbd-only\:u-inline {
    display: inline !important;
  }

  [data-whatinput="keyboard"] .sm\:kbd-only\:u-table {
    display: table !important;
  }

  [data-whatinput="keyboard"] .sm\:kbd-only\:u-table-row {
    display: table-row !important;
  }

  [data-whatinput="keyboard"] .sm\:kbd-only\:u-table-cell {
    display: table-cell !important;
  }

  [data-whatinput="keyboard"] .sm\:kbd-only\:u-hidden {
    display: none !important;
  }

  .sm\:u-flex {
    display: flex !important;
  }

  .sm\:u-inline-flex {
    display: inline-flex !important;
  }

  .sm\:u-flex-row {
    flex-direction: row !important;
  }

  .sm\:u-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .sm\:u-flex-col {
    flex-direction: column !important;
  }

  .sm\:u-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .sm\:u-flex-wrap {
    flex-wrap: wrap !important;
  }

  .sm\:u-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .sm\:u-flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .sm\:u-items-start {
    align-items: flex-start !important;
  }

  .sm\:u-items-end {
    align-items: flex-end !important;
  }

  .sm\:u-items-center {
    align-items: center !important;
  }

  .sm\:u-items-baseline {
    align-items: baseline !important;
  }

  .sm\:u-items-stretch {
    align-items: stretch !important;
  }

  .sm\:u-self-auto {
    align-self: auto !important;
  }

  .sm\:u-self-start {
    align-self: flex-start !important;
  }

  .sm\:u-self-end {
    align-self: flex-end !important;
  }

  .sm\:u-self-center {
    align-self: center !important;
  }

  .sm\:u-self-stretch {
    align-self: stretch !important;
  }

  .sm\:u-justify-start {
    justify-content: flex-start !important;
  }

  .sm\:u-justify-end {
    justify-content: flex-end !important;
  }

  .sm\:u-justify-center {
    justify-content: center !important;
  }

  .sm\:u-justify-between {
    justify-content: space-between !important;
  }

  .sm\:u-justify-around {
    justify-content: space-around !important;
  }

  .sm\:u-content-center {
    align-content: center !important;
  }

  .sm\:u-content-start {
    align-content: flex-start !important;
  }

  .sm\:u-content-end {
    align-content: flex-end !important;
  }

  .sm\:u-content-between {
    align-content: space-between !important;
  }

  .sm\:u-content-around {
    align-content: space-around !important;
  }

  .sm\:u-flex-1 {
    flex: 1 1 0% !important;
  }

  .sm\:u-flex-auto {
    flex: 1 1 auto !important;
  }

  .sm\:u-flex-initial {
    flex: 0 1 auto !important;
  }

  .sm\:u-flex-none {
    flex: none !important;
  }

  .sm\:u-flex-grow {
    flex-grow: 1 !important;
  }

  .sm\:u-flex-shrink {
    flex-shrink: 1 !important;
  }

  .sm\:u-flex-no-grow {
    flex-grow: 0 !important;
  }

  .sm\:u-flex-no-shrink {
    flex-shrink: 0 !important;
  }

  .sm\:u-float-right {
    float: right !important;
  }

  .sm\:u-float-left {
    float: left !important;
  }

  .sm\:u-float-none {
    float: none !important;
  }

  .sm\:u-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .sm\:u-font-sans {
    font-family: Open Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .sm\:u-font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
  }

  .sm\:u-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
  }

  .sm\:u-h-0 {
    height: 0 !important;
  }

  .sm\:u-h-1 {
    height: 8px !important;
  }

  .sm\:u-h-2 {
    height: 16px !important;
  }

  .sm\:u-h-3 {
    height: 24px !important;
  }

  .sm\:u-h-4 {
    height: 32px !important;
  }

  .sm\:u-h-auto {
    height: auto !important;
  }

  .sm\:u-h-full {
    height: 100% !important;
  }

  .sm\:u-h-three-thirds {
    height: 75% !important;
  }

  .sm\:u-h-half {
    height: 50% !important;
  }

  .sm\:u-h-third {
    height: 33.33% !important;
  }

  .sm\:u-h-quarter {
    height: 25% !important;
  }

  .sm\:u-h-fifth {
    height: 20% !important;
  }

  .sm\:u-h-screen {
    height: 100vh !important;
  }

  .sm\:u-h-icon {
    height: 20px !important;
  }

  .sm\:u-h-icon-lg {
    height: 35px !important;
  }

  .sm\:u-h-tapestry-separator {
    height: 100px !important;
  }

  .sm\:u-h-image-header {
    height: 427px !important;
  }

  .sm\:u-h-image-header-small {
    height: 287px !important;
  }

  .sm\:u-h-image-header-large {
    height: 570px !important;
  }

  .sm\:u-leading-none {
    line-height: 1 !important;
  }

  .sm\:u-leading-tighter {
    line-height: .9 !important;
  }

  .sm\:u-leading-tight {
    line-height: 1.25 !important;
  }

  .sm\:u-leading-normal {
    line-height: 1.5 !important;
  }

  .sm\:u-leading-loose {
    line-height: 2 !important;
  }

  .sm\:u-leading-unset {
    line-height: unset !important;
  }

  .sm\:u-m-0 {
    margin: 0 !important;
  }

  .sm\:u-m-1 {
    margin: 8px !important;
  }

  .sm\:u-m-2 {
    margin: 16px !important;
  }

  .sm\:u-m-3 {
    margin: 24px !important;
  }

  .sm\:u-m-4 {
    margin: 32px !important;
  }

  .sm\:u-m-5 {
    margin: 40px !important;
  }

  .sm\:u-m-6 {
    margin: 48px !important;
  }

  .sm\:u-m-7 {
    margin: 56px !important;
  }

  .sm\:u-m-8 {
    margin: 64px !important;
  }

  .sm\:u-m-9 {
    margin: 72px !important;
  }

  .sm\:u-m-10 {
    margin: 80px !important;
  }

  .sm\:u-m-11 {
    margin: 88px !important;
  }

  .sm\:u-m-auto {
    margin: auto !important;
  }

  .sm\:u-m-gutter {
    margin: 15px !important;
  }

  .sm\:u-m-container-gutter {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:u-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:u-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:u-my-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .sm\:u-mx-1 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .sm\:u-my-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .sm\:u-mx-2 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .sm\:u-my-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .sm\:u-mx-3 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .sm\:u-my-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .sm\:u-mx-4 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .sm\:u-my-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .sm\:u-mx-5 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .sm\:u-my-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .sm\:u-mx-6 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .sm\:u-my-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .sm\:u-mx-7 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .sm\:u-my-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .sm\:u-mx-8 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .sm\:u-my-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .sm\:u-mx-9 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .sm\:u-my-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .sm\:u-mx-10 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .sm\:u-my-11 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .sm\:u-mx-11 {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .sm\:u-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:u-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:u-my-gutter {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .sm\:u-mx-gutter {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .sm\:u-my-container-gutter {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:u-mx-container-gutter {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:u-mt-0 {
    margin-top: 0 !important;
  }

  .sm\:u-mr-0 {
    margin-right: 0 !important;
  }

  .sm\:u-mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\:u-ml-0 {
    margin-left: 0 !important;
  }

  .sm\:u-mt-1 {
    margin-top: 8px !important;
  }

  .sm\:u-mr-1 {
    margin-right: 8px !important;
  }

  .sm\:u-mb-1 {
    margin-bottom: 8px !important;
  }

  .sm\:u-ml-1 {
    margin-left: 8px !important;
  }

  .sm\:u-mt-2 {
    margin-top: 16px !important;
  }

  .sm\:u-mr-2 {
    margin-right: 16px !important;
  }

  .sm\:u-mb-2 {
    margin-bottom: 16px !important;
  }

  .sm\:u-ml-2 {
    margin-left: 16px !important;
  }

  .sm\:u-mt-3 {
    margin-top: 24px !important;
  }

  .sm\:u-mr-3 {
    margin-right: 24px !important;
  }

  .sm\:u-mb-3 {
    margin-bottom: 24px !important;
  }

  .sm\:u-ml-3 {
    margin-left: 24px !important;
  }

  .sm\:u-mt-4 {
    margin-top: 32px !important;
  }

  .sm\:u-mr-4 {
    margin-right: 32px !important;
  }

  .sm\:u-mb-4 {
    margin-bottom: 32px !important;
  }

  .sm\:u-ml-4 {
    margin-left: 32px !important;
  }

  .sm\:u-mt-5 {
    margin-top: 40px !important;
  }

  .sm\:u-mr-5 {
    margin-right: 40px !important;
  }

  .sm\:u-mb-5 {
    margin-bottom: 40px !important;
  }

  .sm\:u-ml-5 {
    margin-left: 40px !important;
  }

  .sm\:u-mt-6 {
    margin-top: 48px !important;
  }

  .sm\:u-mr-6 {
    margin-right: 48px !important;
  }

  .sm\:u-mb-6 {
    margin-bottom: 48px !important;
  }

  .sm\:u-ml-6 {
    margin-left: 48px !important;
  }

  .sm\:u-mt-7 {
    margin-top: 56px !important;
  }

  .sm\:u-mr-7 {
    margin-right: 56px !important;
  }

  .sm\:u-mb-7 {
    margin-bottom: 56px !important;
  }

  .sm\:u-ml-7 {
    margin-left: 56px !important;
  }

  .sm\:u-mt-8 {
    margin-top: 64px !important;
  }

  .sm\:u-mr-8 {
    margin-right: 64px !important;
  }

  .sm\:u-mb-8 {
    margin-bottom: 64px !important;
  }

  .sm\:u-ml-8 {
    margin-left: 64px !important;
  }

  .sm\:u-mt-9 {
    margin-top: 72px !important;
  }

  .sm\:u-mr-9 {
    margin-right: 72px !important;
  }

  .sm\:u-mb-9 {
    margin-bottom: 72px !important;
  }

  .sm\:u-ml-9 {
    margin-left: 72px !important;
  }

  .sm\:u-mt-10 {
    margin-top: 80px !important;
  }

  .sm\:u-mr-10 {
    margin-right: 80px !important;
  }

  .sm\:u-mb-10 {
    margin-bottom: 80px !important;
  }

  .sm\:u-ml-10 {
    margin-left: 80px !important;
  }

  .sm\:u-mt-11 {
    margin-top: 88px !important;
  }

  .sm\:u-mr-11 {
    margin-right: 88px !important;
  }

  .sm\:u-mb-11 {
    margin-bottom: 88px !important;
  }

  .sm\:u-ml-11 {
    margin-left: 88px !important;
  }

  .sm\:u-mt-auto {
    margin-top: auto !important;
  }

  .sm\:u-mr-auto {
    margin-right: auto !important;
  }

  .sm\:u-mb-auto {
    margin-bottom: auto !important;
  }

  .sm\:u-ml-auto {
    margin-left: auto !important;
  }

  .sm\:u-mt-gutter {
    margin-top: 15px !important;
  }

  .sm\:u-mr-gutter {
    margin-right: 15px !important;
  }

  .sm\:u-mb-gutter {
    margin-bottom: 15px !important;
  }

  .sm\:u-ml-gutter {
    margin-left: 15px !important;
  }

  .sm\:u-mt-container-gutter {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:u-mr-container-gutter {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:u-mb-container-gutter {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:u-ml-container-gutter {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:first\:u-m-0:first-child {
    margin: 0 !important;
  }

  .sm\:first\:u-m-1:first-child {
    margin: 8px !important;
  }

  .sm\:first\:u-m-2:first-child {
    margin: 16px !important;
  }

  .sm\:first\:u-m-3:first-child {
    margin: 24px !important;
  }

  .sm\:first\:u-m-4:first-child {
    margin: 32px !important;
  }

  .sm\:first\:u-m-5:first-child {
    margin: 40px !important;
  }

  .sm\:first\:u-m-6:first-child {
    margin: 48px !important;
  }

  .sm\:first\:u-m-7:first-child {
    margin: 56px !important;
  }

  .sm\:first\:u-m-8:first-child {
    margin: 64px !important;
  }

  .sm\:first\:u-m-9:first-child {
    margin: 72px !important;
  }

  .sm\:first\:u-m-10:first-child {
    margin: 80px !important;
  }

  .sm\:first\:u-m-11:first-child {
    margin: 88px !important;
  }

  .sm\:first\:u-m-auto:first-child {
    margin: auto !important;
  }

  .sm\:first\:u-m-gutter:first-child {
    margin: 15px !important;
  }

  .sm\:first\:u-m-container-gutter:first-child {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:first\:u-my-0:first-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:first\:u-mx-0:first-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:first\:u-my-1:first-child {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .sm\:first\:u-mx-1:first-child {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .sm\:first\:u-my-2:first-child {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .sm\:first\:u-mx-2:first-child {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .sm\:first\:u-my-3:first-child {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .sm\:first\:u-mx-3:first-child {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .sm\:first\:u-my-4:first-child {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .sm\:first\:u-mx-4:first-child {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .sm\:first\:u-my-5:first-child {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .sm\:first\:u-mx-5:first-child {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .sm\:first\:u-my-6:first-child {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .sm\:first\:u-mx-6:first-child {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .sm\:first\:u-my-7:first-child {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .sm\:first\:u-mx-7:first-child {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .sm\:first\:u-my-8:first-child {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .sm\:first\:u-mx-8:first-child {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .sm\:first\:u-my-9:first-child {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .sm\:first\:u-mx-9:first-child {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .sm\:first\:u-my-10:first-child {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .sm\:first\:u-mx-10:first-child {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .sm\:first\:u-my-11:first-child {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .sm\:first\:u-mx-11:first-child {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .sm\:first\:u-my-auto:first-child {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:first\:u-mx-auto:first-child {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:first\:u-my-gutter:first-child {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .sm\:first\:u-mx-gutter:first-child {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .sm\:first\:u-my-container-gutter:first-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:first\:u-mx-container-gutter:first-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:first\:u-mt-0:first-child {
    margin-top: 0 !important;
  }

  .sm\:first\:u-mr-0:first-child {
    margin-right: 0 !important;
  }

  .sm\:first\:u-mb-0:first-child {
    margin-bottom: 0 !important;
  }

  .sm\:first\:u-ml-0:first-child {
    margin-left: 0 !important;
  }

  .sm\:first\:u-mt-1:first-child {
    margin-top: 8px !important;
  }

  .sm\:first\:u-mr-1:first-child {
    margin-right: 8px !important;
  }

  .sm\:first\:u-mb-1:first-child {
    margin-bottom: 8px !important;
  }

  .sm\:first\:u-ml-1:first-child {
    margin-left: 8px !important;
  }

  .sm\:first\:u-mt-2:first-child {
    margin-top: 16px !important;
  }

  .sm\:first\:u-mr-2:first-child {
    margin-right: 16px !important;
  }

  .sm\:first\:u-mb-2:first-child {
    margin-bottom: 16px !important;
  }

  .sm\:first\:u-ml-2:first-child {
    margin-left: 16px !important;
  }

  .sm\:first\:u-mt-3:first-child {
    margin-top: 24px !important;
  }

  .sm\:first\:u-mr-3:first-child {
    margin-right: 24px !important;
  }

  .sm\:first\:u-mb-3:first-child {
    margin-bottom: 24px !important;
  }

  .sm\:first\:u-ml-3:first-child {
    margin-left: 24px !important;
  }

  .sm\:first\:u-mt-4:first-child {
    margin-top: 32px !important;
  }

  .sm\:first\:u-mr-4:first-child {
    margin-right: 32px !important;
  }

  .sm\:first\:u-mb-4:first-child {
    margin-bottom: 32px !important;
  }

  .sm\:first\:u-ml-4:first-child {
    margin-left: 32px !important;
  }

  .sm\:first\:u-mt-5:first-child {
    margin-top: 40px !important;
  }

  .sm\:first\:u-mr-5:first-child {
    margin-right: 40px !important;
  }

  .sm\:first\:u-mb-5:first-child {
    margin-bottom: 40px !important;
  }

  .sm\:first\:u-ml-5:first-child {
    margin-left: 40px !important;
  }

  .sm\:first\:u-mt-6:first-child {
    margin-top: 48px !important;
  }

  .sm\:first\:u-mr-6:first-child {
    margin-right: 48px !important;
  }

  .sm\:first\:u-mb-6:first-child {
    margin-bottom: 48px !important;
  }

  .sm\:first\:u-ml-6:first-child {
    margin-left: 48px !important;
  }

  .sm\:first\:u-mt-7:first-child {
    margin-top: 56px !important;
  }

  .sm\:first\:u-mr-7:first-child {
    margin-right: 56px !important;
  }

  .sm\:first\:u-mb-7:first-child {
    margin-bottom: 56px !important;
  }

  .sm\:first\:u-ml-7:first-child {
    margin-left: 56px !important;
  }

  .sm\:first\:u-mt-8:first-child {
    margin-top: 64px !important;
  }

  .sm\:first\:u-mr-8:first-child {
    margin-right: 64px !important;
  }

  .sm\:first\:u-mb-8:first-child {
    margin-bottom: 64px !important;
  }

  .sm\:first\:u-ml-8:first-child {
    margin-left: 64px !important;
  }

  .sm\:first\:u-mt-9:first-child {
    margin-top: 72px !important;
  }

  .sm\:first\:u-mr-9:first-child {
    margin-right: 72px !important;
  }

  .sm\:first\:u-mb-9:first-child {
    margin-bottom: 72px !important;
  }

  .sm\:first\:u-ml-9:first-child {
    margin-left: 72px !important;
  }

  .sm\:first\:u-mt-10:first-child {
    margin-top: 80px !important;
  }

  .sm\:first\:u-mr-10:first-child {
    margin-right: 80px !important;
  }

  .sm\:first\:u-mb-10:first-child {
    margin-bottom: 80px !important;
  }

  .sm\:first\:u-ml-10:first-child {
    margin-left: 80px !important;
  }

  .sm\:first\:u-mt-11:first-child {
    margin-top: 88px !important;
  }

  .sm\:first\:u-mr-11:first-child {
    margin-right: 88px !important;
  }

  .sm\:first\:u-mb-11:first-child {
    margin-bottom: 88px !important;
  }

  .sm\:first\:u-ml-11:first-child {
    margin-left: 88px !important;
  }

  .sm\:first\:u-mt-auto:first-child {
    margin-top: auto !important;
  }

  .sm\:first\:u-mr-auto:first-child {
    margin-right: auto !important;
  }

  .sm\:first\:u-mb-auto:first-child {
    margin-bottom: auto !important;
  }

  .sm\:first\:u-ml-auto:first-child {
    margin-left: auto !important;
  }

  .sm\:first\:u-mt-gutter:first-child {
    margin-top: 15px !important;
  }

  .sm\:first\:u-mr-gutter:first-child {
    margin-right: 15px !important;
  }

  .sm\:first\:u-mb-gutter:first-child {
    margin-bottom: 15px !important;
  }

  .sm\:first\:u-ml-gutter:first-child {
    margin-left: 15px !important;
  }

  .sm\:first\:u-mt-container-gutter:first-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:first\:u-mr-container-gutter:first-child {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:first\:u-mb-container-gutter:first-child {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:first\:u-ml-container-gutter:first-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:last\:u-m-0:last-child {
    margin: 0 !important;
  }

  .sm\:last\:u-m-1:last-child {
    margin: 8px !important;
  }

  .sm\:last\:u-m-2:last-child {
    margin: 16px !important;
  }

  .sm\:last\:u-m-3:last-child {
    margin: 24px !important;
  }

  .sm\:last\:u-m-4:last-child {
    margin: 32px !important;
  }

  .sm\:last\:u-m-5:last-child {
    margin: 40px !important;
  }

  .sm\:last\:u-m-6:last-child {
    margin: 48px !important;
  }

  .sm\:last\:u-m-7:last-child {
    margin: 56px !important;
  }

  .sm\:last\:u-m-8:last-child {
    margin: 64px !important;
  }

  .sm\:last\:u-m-9:last-child {
    margin: 72px !important;
  }

  .sm\:last\:u-m-10:last-child {
    margin: 80px !important;
  }

  .sm\:last\:u-m-11:last-child {
    margin: 88px !important;
  }

  .sm\:last\:u-m-auto:last-child {
    margin: auto !important;
  }

  .sm\:last\:u-m-gutter:last-child {
    margin: 15px !important;
  }

  .sm\:last\:u-m-container-gutter:last-child {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:last\:u-my-0:last-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:last\:u-mx-0:last-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:last\:u-my-1:last-child {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .sm\:last\:u-mx-1:last-child {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .sm\:last\:u-my-2:last-child {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .sm\:last\:u-mx-2:last-child {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .sm\:last\:u-my-3:last-child {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .sm\:last\:u-mx-3:last-child {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .sm\:last\:u-my-4:last-child {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .sm\:last\:u-mx-4:last-child {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .sm\:last\:u-my-5:last-child {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .sm\:last\:u-mx-5:last-child {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .sm\:last\:u-my-6:last-child {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .sm\:last\:u-mx-6:last-child {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .sm\:last\:u-my-7:last-child {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .sm\:last\:u-mx-7:last-child {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .sm\:last\:u-my-8:last-child {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .sm\:last\:u-mx-8:last-child {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .sm\:last\:u-my-9:last-child {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .sm\:last\:u-mx-9:last-child {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .sm\:last\:u-my-10:last-child {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .sm\:last\:u-mx-10:last-child {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .sm\:last\:u-my-11:last-child {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .sm\:last\:u-mx-11:last-child {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .sm\:last\:u-my-auto:last-child {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:last\:u-mx-auto:last-child {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:last\:u-my-gutter:last-child {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .sm\:last\:u-mx-gutter:last-child {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .sm\:last\:u-my-container-gutter:last-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:last\:u-mx-container-gutter:last-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:last\:u-mt-0:last-child {
    margin-top: 0 !important;
  }

  .sm\:last\:u-mr-0:last-child {
    margin-right: 0 !important;
  }

  .sm\:last\:u-mb-0:last-child {
    margin-bottom: 0 !important;
  }

  .sm\:last\:u-ml-0:last-child {
    margin-left: 0 !important;
  }

  .sm\:last\:u-mt-1:last-child {
    margin-top: 8px !important;
  }

  .sm\:last\:u-mr-1:last-child {
    margin-right: 8px !important;
  }

  .sm\:last\:u-mb-1:last-child {
    margin-bottom: 8px !important;
  }

  .sm\:last\:u-ml-1:last-child {
    margin-left: 8px !important;
  }

  .sm\:last\:u-mt-2:last-child {
    margin-top: 16px !important;
  }

  .sm\:last\:u-mr-2:last-child {
    margin-right: 16px !important;
  }

  .sm\:last\:u-mb-2:last-child {
    margin-bottom: 16px !important;
  }

  .sm\:last\:u-ml-2:last-child {
    margin-left: 16px !important;
  }

  .sm\:last\:u-mt-3:last-child {
    margin-top: 24px !important;
  }

  .sm\:last\:u-mr-3:last-child {
    margin-right: 24px !important;
  }

  .sm\:last\:u-mb-3:last-child {
    margin-bottom: 24px !important;
  }

  .sm\:last\:u-ml-3:last-child {
    margin-left: 24px !important;
  }

  .sm\:last\:u-mt-4:last-child {
    margin-top: 32px !important;
  }

  .sm\:last\:u-mr-4:last-child {
    margin-right: 32px !important;
  }

  .sm\:last\:u-mb-4:last-child {
    margin-bottom: 32px !important;
  }

  .sm\:last\:u-ml-4:last-child {
    margin-left: 32px !important;
  }

  .sm\:last\:u-mt-5:last-child {
    margin-top: 40px !important;
  }

  .sm\:last\:u-mr-5:last-child {
    margin-right: 40px !important;
  }

  .sm\:last\:u-mb-5:last-child {
    margin-bottom: 40px !important;
  }

  .sm\:last\:u-ml-5:last-child {
    margin-left: 40px !important;
  }

  .sm\:last\:u-mt-6:last-child {
    margin-top: 48px !important;
  }

  .sm\:last\:u-mr-6:last-child {
    margin-right: 48px !important;
  }

  .sm\:last\:u-mb-6:last-child {
    margin-bottom: 48px !important;
  }

  .sm\:last\:u-ml-6:last-child {
    margin-left: 48px !important;
  }

  .sm\:last\:u-mt-7:last-child {
    margin-top: 56px !important;
  }

  .sm\:last\:u-mr-7:last-child {
    margin-right: 56px !important;
  }

  .sm\:last\:u-mb-7:last-child {
    margin-bottom: 56px !important;
  }

  .sm\:last\:u-ml-7:last-child {
    margin-left: 56px !important;
  }

  .sm\:last\:u-mt-8:last-child {
    margin-top: 64px !important;
  }

  .sm\:last\:u-mr-8:last-child {
    margin-right: 64px !important;
  }

  .sm\:last\:u-mb-8:last-child {
    margin-bottom: 64px !important;
  }

  .sm\:last\:u-ml-8:last-child {
    margin-left: 64px !important;
  }

  .sm\:last\:u-mt-9:last-child {
    margin-top: 72px !important;
  }

  .sm\:last\:u-mr-9:last-child {
    margin-right: 72px !important;
  }

  .sm\:last\:u-mb-9:last-child {
    margin-bottom: 72px !important;
  }

  .sm\:last\:u-ml-9:last-child {
    margin-left: 72px !important;
  }

  .sm\:last\:u-mt-10:last-child {
    margin-top: 80px !important;
  }

  .sm\:last\:u-mr-10:last-child {
    margin-right: 80px !important;
  }

  .sm\:last\:u-mb-10:last-child {
    margin-bottom: 80px !important;
  }

  .sm\:last\:u-ml-10:last-child {
    margin-left: 80px !important;
  }

  .sm\:last\:u-mt-11:last-child {
    margin-top: 88px !important;
  }

  .sm\:last\:u-mr-11:last-child {
    margin-right: 88px !important;
  }

  .sm\:last\:u-mb-11:last-child {
    margin-bottom: 88px !important;
  }

  .sm\:last\:u-ml-11:last-child {
    margin-left: 88px !important;
  }

  .sm\:last\:u-mt-auto:last-child {
    margin-top: auto !important;
  }

  .sm\:last\:u-mr-auto:last-child {
    margin-right: auto !important;
  }

  .sm\:last\:u-mb-auto:last-child {
    margin-bottom: auto !important;
  }

  .sm\:last\:u-ml-auto:last-child {
    margin-left: auto !important;
  }

  .sm\:last\:u-mt-gutter:last-child {
    margin-top: 15px !important;
  }

  .sm\:last\:u-mr-gutter:last-child {
    margin-right: 15px !important;
  }

  .sm\:last\:u-mb-gutter:last-child {
    margin-bottom: 15px !important;
  }

  .sm\:last\:u-ml-gutter:last-child {
    margin-left: 15px !important;
  }

  .sm\:last\:u-mt-container-gutter:last-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:last\:u-mr-container-gutter:last-child {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:last\:u-mb-container-gutter:last-child {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:last\:u-ml-container-gutter:last-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-first\:u-m-0:not(:first-child) {
    margin: 0 !important;
  }

  .sm\:not-first\:u-m-1:not(:first-child) {
    margin: 8px !important;
  }

  .sm\:not-first\:u-m-2:not(:first-child) {
    margin: 16px !important;
  }

  .sm\:not-first\:u-m-3:not(:first-child) {
    margin: 24px !important;
  }

  .sm\:not-first\:u-m-4:not(:first-child) {
    margin: 32px !important;
  }

  .sm\:not-first\:u-m-5:not(:first-child) {
    margin: 40px !important;
  }

  .sm\:not-first\:u-m-6:not(:first-child) {
    margin: 48px !important;
  }

  .sm\:not-first\:u-m-7:not(:first-child) {
    margin: 56px !important;
  }

  .sm\:not-first\:u-m-8:not(:first-child) {
    margin: 64px !important;
  }

  .sm\:not-first\:u-m-9:not(:first-child) {
    margin: 72px !important;
  }

  .sm\:not-first\:u-m-10:not(:first-child) {
    margin: 80px !important;
  }

  .sm\:not-first\:u-m-11:not(:first-child) {
    margin: 88px !important;
  }

  .sm\:not-first\:u-m-auto:not(:first-child) {
    margin: auto !important;
  }

  .sm\:not-first\:u-m-gutter:not(:first-child) {
    margin: 15px !important;
  }

  .sm\:not-first\:u-m-container-gutter:not(:first-child) {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-first\:u-my-0:not(:first-child) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:not-first\:u-mx-0:not(:first-child) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:not-first\:u-my-1:not(:first-child) {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .sm\:not-first\:u-mx-1:not(:first-child) {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .sm\:not-first\:u-my-2:not(:first-child) {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .sm\:not-first\:u-mx-2:not(:first-child) {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .sm\:not-first\:u-my-3:not(:first-child) {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .sm\:not-first\:u-mx-3:not(:first-child) {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .sm\:not-first\:u-my-4:not(:first-child) {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .sm\:not-first\:u-mx-4:not(:first-child) {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .sm\:not-first\:u-my-5:not(:first-child) {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .sm\:not-first\:u-mx-5:not(:first-child) {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .sm\:not-first\:u-my-6:not(:first-child) {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .sm\:not-first\:u-mx-6:not(:first-child) {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .sm\:not-first\:u-my-7:not(:first-child) {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .sm\:not-first\:u-mx-7:not(:first-child) {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .sm\:not-first\:u-my-8:not(:first-child) {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .sm\:not-first\:u-mx-8:not(:first-child) {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .sm\:not-first\:u-my-9:not(:first-child) {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .sm\:not-first\:u-mx-9:not(:first-child) {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .sm\:not-first\:u-my-10:not(:first-child) {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .sm\:not-first\:u-mx-10:not(:first-child) {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .sm\:not-first\:u-my-11:not(:first-child) {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .sm\:not-first\:u-mx-11:not(:first-child) {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .sm\:not-first\:u-my-auto:not(:first-child) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:not-first\:u-mx-auto:not(:first-child) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:not-first\:u-my-gutter:not(:first-child) {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .sm\:not-first\:u-mx-gutter:not(:first-child) {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .sm\:not-first\:u-my-container-gutter:not(:first-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-first\:u-mx-container-gutter:not(:first-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-first\:u-mt-0:not(:first-child) {
    margin-top: 0 !important;
  }

  .sm\:not-first\:u-mr-0:not(:first-child) {
    margin-right: 0 !important;
  }

  .sm\:not-first\:u-mb-0:not(:first-child) {
    margin-bottom: 0 !important;
  }

  .sm\:not-first\:u-ml-0:not(:first-child) {
    margin-left: 0 !important;
  }

  .sm\:not-first\:u-mt-1:not(:first-child) {
    margin-top: 8px !important;
  }

  .sm\:not-first\:u-mr-1:not(:first-child) {
    margin-right: 8px !important;
  }

  .sm\:not-first\:u-mb-1:not(:first-child) {
    margin-bottom: 8px !important;
  }

  .sm\:not-first\:u-ml-1:not(:first-child) {
    margin-left: 8px !important;
  }

  .sm\:not-first\:u-mt-2:not(:first-child) {
    margin-top: 16px !important;
  }

  .sm\:not-first\:u-mr-2:not(:first-child) {
    margin-right: 16px !important;
  }

  .sm\:not-first\:u-mb-2:not(:first-child) {
    margin-bottom: 16px !important;
  }

  .sm\:not-first\:u-ml-2:not(:first-child) {
    margin-left: 16px !important;
  }

  .sm\:not-first\:u-mt-3:not(:first-child) {
    margin-top: 24px !important;
  }

  .sm\:not-first\:u-mr-3:not(:first-child) {
    margin-right: 24px !important;
  }

  .sm\:not-first\:u-mb-3:not(:first-child) {
    margin-bottom: 24px !important;
  }

  .sm\:not-first\:u-ml-3:not(:first-child) {
    margin-left: 24px !important;
  }

  .sm\:not-first\:u-mt-4:not(:first-child) {
    margin-top: 32px !important;
  }

  .sm\:not-first\:u-mr-4:not(:first-child) {
    margin-right: 32px !important;
  }

  .sm\:not-first\:u-mb-4:not(:first-child) {
    margin-bottom: 32px !important;
  }

  .sm\:not-first\:u-ml-4:not(:first-child) {
    margin-left: 32px !important;
  }

  .sm\:not-first\:u-mt-5:not(:first-child) {
    margin-top: 40px !important;
  }

  .sm\:not-first\:u-mr-5:not(:first-child) {
    margin-right: 40px !important;
  }

  .sm\:not-first\:u-mb-5:not(:first-child) {
    margin-bottom: 40px !important;
  }

  .sm\:not-first\:u-ml-5:not(:first-child) {
    margin-left: 40px !important;
  }

  .sm\:not-first\:u-mt-6:not(:first-child) {
    margin-top: 48px !important;
  }

  .sm\:not-first\:u-mr-6:not(:first-child) {
    margin-right: 48px !important;
  }

  .sm\:not-first\:u-mb-6:not(:first-child) {
    margin-bottom: 48px !important;
  }

  .sm\:not-first\:u-ml-6:not(:first-child) {
    margin-left: 48px !important;
  }

  .sm\:not-first\:u-mt-7:not(:first-child) {
    margin-top: 56px !important;
  }

  .sm\:not-first\:u-mr-7:not(:first-child) {
    margin-right: 56px !important;
  }

  .sm\:not-first\:u-mb-7:not(:first-child) {
    margin-bottom: 56px !important;
  }

  .sm\:not-first\:u-ml-7:not(:first-child) {
    margin-left: 56px !important;
  }

  .sm\:not-first\:u-mt-8:not(:first-child) {
    margin-top: 64px !important;
  }

  .sm\:not-first\:u-mr-8:not(:first-child) {
    margin-right: 64px !important;
  }

  .sm\:not-first\:u-mb-8:not(:first-child) {
    margin-bottom: 64px !important;
  }

  .sm\:not-first\:u-ml-8:not(:first-child) {
    margin-left: 64px !important;
  }

  .sm\:not-first\:u-mt-9:not(:first-child) {
    margin-top: 72px !important;
  }

  .sm\:not-first\:u-mr-9:not(:first-child) {
    margin-right: 72px !important;
  }

  .sm\:not-first\:u-mb-9:not(:first-child) {
    margin-bottom: 72px !important;
  }

  .sm\:not-first\:u-ml-9:not(:first-child) {
    margin-left: 72px !important;
  }

  .sm\:not-first\:u-mt-10:not(:first-child) {
    margin-top: 80px !important;
  }

  .sm\:not-first\:u-mr-10:not(:first-child) {
    margin-right: 80px !important;
  }

  .sm\:not-first\:u-mb-10:not(:first-child) {
    margin-bottom: 80px !important;
  }

  .sm\:not-first\:u-ml-10:not(:first-child) {
    margin-left: 80px !important;
  }

  .sm\:not-first\:u-mt-11:not(:first-child) {
    margin-top: 88px !important;
  }

  .sm\:not-first\:u-mr-11:not(:first-child) {
    margin-right: 88px !important;
  }

  .sm\:not-first\:u-mb-11:not(:first-child) {
    margin-bottom: 88px !important;
  }

  .sm\:not-first\:u-ml-11:not(:first-child) {
    margin-left: 88px !important;
  }

  .sm\:not-first\:u-mt-auto:not(:first-child) {
    margin-top: auto !important;
  }

  .sm\:not-first\:u-mr-auto:not(:first-child) {
    margin-right: auto !important;
  }

  .sm\:not-first\:u-mb-auto:not(:first-child) {
    margin-bottom: auto !important;
  }

  .sm\:not-first\:u-ml-auto:not(:first-child) {
    margin-left: auto !important;
  }

  .sm\:not-first\:u-mt-gutter:not(:first-child) {
    margin-top: 15px !important;
  }

  .sm\:not-first\:u-mr-gutter:not(:first-child) {
    margin-right: 15px !important;
  }

  .sm\:not-first\:u-mb-gutter:not(:first-child) {
    margin-bottom: 15px !important;
  }

  .sm\:not-first\:u-ml-gutter:not(:first-child) {
    margin-left: 15px !important;
  }

  .sm\:not-first\:u-mt-container-gutter:not(:first-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-first\:u-mr-container-gutter:not(:first-child) {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-first\:u-mb-container-gutter:not(:first-child) {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-first\:u-ml-container-gutter:not(:first-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-last\:u-m-0:not(:last-child) {
    margin: 0 !important;
  }

  .sm\:not-last\:u-m-1:not(:last-child) {
    margin: 8px !important;
  }

  .sm\:not-last\:u-m-2:not(:last-child) {
    margin: 16px !important;
  }

  .sm\:not-last\:u-m-3:not(:last-child) {
    margin: 24px !important;
  }

  .sm\:not-last\:u-m-4:not(:last-child) {
    margin: 32px !important;
  }

  .sm\:not-last\:u-m-5:not(:last-child) {
    margin: 40px !important;
  }

  .sm\:not-last\:u-m-6:not(:last-child) {
    margin: 48px !important;
  }

  .sm\:not-last\:u-m-7:not(:last-child) {
    margin: 56px !important;
  }

  .sm\:not-last\:u-m-8:not(:last-child) {
    margin: 64px !important;
  }

  .sm\:not-last\:u-m-9:not(:last-child) {
    margin: 72px !important;
  }

  .sm\:not-last\:u-m-10:not(:last-child) {
    margin: 80px !important;
  }

  .sm\:not-last\:u-m-11:not(:last-child) {
    margin: 88px !important;
  }

  .sm\:not-last\:u-m-auto:not(:last-child) {
    margin: auto !important;
  }

  .sm\:not-last\:u-m-gutter:not(:last-child) {
    margin: 15px !important;
  }

  .sm\:not-last\:u-m-container-gutter:not(:last-child) {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-last\:u-my-0:not(:last-child) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:not-last\:u-mx-0:not(:last-child) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:not-last\:u-my-1:not(:last-child) {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .sm\:not-last\:u-mx-1:not(:last-child) {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .sm\:not-last\:u-my-2:not(:last-child) {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .sm\:not-last\:u-mx-2:not(:last-child) {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .sm\:not-last\:u-my-3:not(:last-child) {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .sm\:not-last\:u-mx-3:not(:last-child) {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .sm\:not-last\:u-my-4:not(:last-child) {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .sm\:not-last\:u-mx-4:not(:last-child) {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .sm\:not-last\:u-my-5:not(:last-child) {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .sm\:not-last\:u-mx-5:not(:last-child) {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .sm\:not-last\:u-my-6:not(:last-child) {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .sm\:not-last\:u-mx-6:not(:last-child) {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .sm\:not-last\:u-my-7:not(:last-child) {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .sm\:not-last\:u-mx-7:not(:last-child) {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .sm\:not-last\:u-my-8:not(:last-child) {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .sm\:not-last\:u-mx-8:not(:last-child) {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .sm\:not-last\:u-my-9:not(:last-child) {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .sm\:not-last\:u-mx-9:not(:last-child) {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .sm\:not-last\:u-my-10:not(:last-child) {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .sm\:not-last\:u-mx-10:not(:last-child) {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .sm\:not-last\:u-my-11:not(:last-child) {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .sm\:not-last\:u-mx-11:not(:last-child) {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .sm\:not-last\:u-my-auto:not(:last-child) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:not-last\:u-mx-auto:not(:last-child) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:not-last\:u-my-gutter:not(:last-child) {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .sm\:not-last\:u-mx-gutter:not(:last-child) {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .sm\:not-last\:u-my-container-gutter:not(:last-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-last\:u-mx-container-gutter:not(:last-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-last\:u-mt-0:not(:last-child) {
    margin-top: 0 !important;
  }

  .sm\:not-last\:u-mr-0:not(:last-child) {
    margin-right: 0 !important;
  }

  .sm\:not-last\:u-mb-0:not(:last-child) {
    margin-bottom: 0 !important;
  }

  .sm\:not-last\:u-ml-0:not(:last-child) {
    margin-left: 0 !important;
  }

  .sm\:not-last\:u-mt-1:not(:last-child) {
    margin-top: 8px !important;
  }

  .sm\:not-last\:u-mr-1:not(:last-child) {
    margin-right: 8px !important;
  }

  .sm\:not-last\:u-mb-1:not(:last-child) {
    margin-bottom: 8px !important;
  }

  .sm\:not-last\:u-ml-1:not(:last-child) {
    margin-left: 8px !important;
  }

  .sm\:not-last\:u-mt-2:not(:last-child) {
    margin-top: 16px !important;
  }

  .sm\:not-last\:u-mr-2:not(:last-child) {
    margin-right: 16px !important;
  }

  .sm\:not-last\:u-mb-2:not(:last-child) {
    margin-bottom: 16px !important;
  }

  .sm\:not-last\:u-ml-2:not(:last-child) {
    margin-left: 16px !important;
  }

  .sm\:not-last\:u-mt-3:not(:last-child) {
    margin-top: 24px !important;
  }

  .sm\:not-last\:u-mr-3:not(:last-child) {
    margin-right: 24px !important;
  }

  .sm\:not-last\:u-mb-3:not(:last-child) {
    margin-bottom: 24px !important;
  }

  .sm\:not-last\:u-ml-3:not(:last-child) {
    margin-left: 24px !important;
  }

  .sm\:not-last\:u-mt-4:not(:last-child) {
    margin-top: 32px !important;
  }

  .sm\:not-last\:u-mr-4:not(:last-child) {
    margin-right: 32px !important;
  }

  .sm\:not-last\:u-mb-4:not(:last-child) {
    margin-bottom: 32px !important;
  }

  .sm\:not-last\:u-ml-4:not(:last-child) {
    margin-left: 32px !important;
  }

  .sm\:not-last\:u-mt-5:not(:last-child) {
    margin-top: 40px !important;
  }

  .sm\:not-last\:u-mr-5:not(:last-child) {
    margin-right: 40px !important;
  }

  .sm\:not-last\:u-mb-5:not(:last-child) {
    margin-bottom: 40px !important;
  }

  .sm\:not-last\:u-ml-5:not(:last-child) {
    margin-left: 40px !important;
  }

  .sm\:not-last\:u-mt-6:not(:last-child) {
    margin-top: 48px !important;
  }

  .sm\:not-last\:u-mr-6:not(:last-child) {
    margin-right: 48px !important;
  }

  .sm\:not-last\:u-mb-6:not(:last-child) {
    margin-bottom: 48px !important;
  }

  .sm\:not-last\:u-ml-6:not(:last-child) {
    margin-left: 48px !important;
  }

  .sm\:not-last\:u-mt-7:not(:last-child) {
    margin-top: 56px !important;
  }

  .sm\:not-last\:u-mr-7:not(:last-child) {
    margin-right: 56px !important;
  }

  .sm\:not-last\:u-mb-7:not(:last-child) {
    margin-bottom: 56px !important;
  }

  .sm\:not-last\:u-ml-7:not(:last-child) {
    margin-left: 56px !important;
  }

  .sm\:not-last\:u-mt-8:not(:last-child) {
    margin-top: 64px !important;
  }

  .sm\:not-last\:u-mr-8:not(:last-child) {
    margin-right: 64px !important;
  }

  .sm\:not-last\:u-mb-8:not(:last-child) {
    margin-bottom: 64px !important;
  }

  .sm\:not-last\:u-ml-8:not(:last-child) {
    margin-left: 64px !important;
  }

  .sm\:not-last\:u-mt-9:not(:last-child) {
    margin-top: 72px !important;
  }

  .sm\:not-last\:u-mr-9:not(:last-child) {
    margin-right: 72px !important;
  }

  .sm\:not-last\:u-mb-9:not(:last-child) {
    margin-bottom: 72px !important;
  }

  .sm\:not-last\:u-ml-9:not(:last-child) {
    margin-left: 72px !important;
  }

  .sm\:not-last\:u-mt-10:not(:last-child) {
    margin-top: 80px !important;
  }

  .sm\:not-last\:u-mr-10:not(:last-child) {
    margin-right: 80px !important;
  }

  .sm\:not-last\:u-mb-10:not(:last-child) {
    margin-bottom: 80px !important;
  }

  .sm\:not-last\:u-ml-10:not(:last-child) {
    margin-left: 80px !important;
  }

  .sm\:not-last\:u-mt-11:not(:last-child) {
    margin-top: 88px !important;
  }

  .sm\:not-last\:u-mr-11:not(:last-child) {
    margin-right: 88px !important;
  }

  .sm\:not-last\:u-mb-11:not(:last-child) {
    margin-bottom: 88px !important;
  }

  .sm\:not-last\:u-ml-11:not(:last-child) {
    margin-left: 88px !important;
  }

  .sm\:not-last\:u-mt-auto:not(:last-child) {
    margin-top: auto !important;
  }

  .sm\:not-last\:u-mr-auto:not(:last-child) {
    margin-right: auto !important;
  }

  .sm\:not-last\:u-mb-auto:not(:last-child) {
    margin-bottom: auto !important;
  }

  .sm\:not-last\:u-ml-auto:not(:last-child) {
    margin-left: auto !important;
  }

  .sm\:not-last\:u-mt-gutter:not(:last-child) {
    margin-top: 15px !important;
  }

  .sm\:not-last\:u-mr-gutter:not(:last-child) {
    margin-right: 15px !important;
  }

  .sm\:not-last\:u-mb-gutter:not(:last-child) {
    margin-bottom: 15px !important;
  }

  .sm\:not-last\:u-ml-gutter:not(:last-child) {
    margin-left: 15px !important;
  }

  .sm\:not-last\:u-mt-container-gutter:not(:last-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-last\:u-mr-container-gutter:not(:last-child) {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-last\:u-mb-container-gutter:not(:last-child) {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-last\:u-ml-container-gutter:not(:last-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:u-max-h-0 {
    max-height: 0 !important;
  }

  .sm\:u-max-h-full {
    max-height: 100% !important;
  }

  .sm\:u-max-h-screen {
    max-height: 100vh !important;
  }

  .sm\:u-max-h-logo {
    max-height: 60px !important;
  }

  .sm\:u-max-w-0 {
    max-width: 0 !important;
  }

  .sm\:u-max-w-1100 {
    max-width: 1100px !important;
  }

  .sm\:u-max-w-1920 {
    max-width: 1920px !important;
  }

  .sm\:u-max-w-1\/2 {
    max-width: 50% !important;
  }

  .sm\:u-max-w-1\/3 {
    max-width: 33.33333% !important;
  }

  .sm\:u-max-w-2\/3 {
    max-width: 66.66667% !important;
  }

  .sm\:u-max-w-1\/4 {
    max-width: 25% !important;
  }

  .sm\:u-max-w-3\/4 {
    max-width: 75% !important;
  }

  .sm\:u-max-w-full {
    max-width: 100% !important;
  }

  .sm\:u-max-w-screen {
    max-width: 100vw !important;
  }

  .sm\:u-max-w-measure {
    max-width: 66ch !important;
  }

  .sm\:u-max-w-measure-lg {
    max-width: 90ch !important;
  }

  .sm\:u-max-w-measure-sm {
    max-width: 40ch !important;
  }

  .sm\:u-max-w-logo {
    max-width: 100px !important;
  }

  .sm\:u-max-w-statistic {
    max-width: 212px !important;
  }

  .sm\:u-min-h-0 {
    min-height: 0 !important;
  }

  .sm\:u-min-h-full {
    min-height: 100% !important;
  }

  .sm\:u-min-h-screen {
    min-height: 100vh !important;
  }

  .sm\:u-min-h-statistic {
    min-height: 200px !important;
  }

  .sm\:u-min-h-image-header-large {
    min-height: 570px !important;
  }

  .sm\:u-min-w-0 {
    min-width: 0 !important;
  }

  .sm\:u-min-w-1 {
    min-width: 8px !important;
  }

  .sm\:u-min-w-2 {
    min-width: 16px !important;
  }

  .sm\:u-min-w-3 {
    min-width: 24px !important;
  }

  .sm\:u-min-w-4 {
    min-width: 32px !important;
  }

  .sm\:u-min-w-1\/3 {
    min-width: 33.33333% !important;
  }

  .sm\:u-min-w-full {
    min-width: 100% !important;
  }

  .sm\:u--m-1 {
    margin: -8px !important;
  }

  .sm\:u--m-2 {
    margin: -16px !important;
  }

  .sm\:u--m-3 {
    margin: -24px !important;
  }

  .sm\:u--m-4 {
    margin: -32px !important;
  }

  .sm\:u--m-5 {
    margin: -40px !important;
  }

  .sm\:u--m-6 {
    margin: -48px !important;
  }

  .sm\:u--m-7 {
    margin: -56px !important;
  }

  .sm\:u--m-8 {
    margin: -64px !important;
  }

  .sm\:u--m-9 {
    margin: -72px !important;
  }

  .sm\:u--m-10 {
    margin: -80px !important;
  }

  .sm\:u--m-11 {
    margin: -88px !important;
  }

  .sm\:u--m-gutter {
    margin: -15px !important;
  }

  .sm\:u--my-1 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .sm\:u--mx-1 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .sm\:u--my-2 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .sm\:u--mx-2 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .sm\:u--my-3 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .sm\:u--mx-3 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .sm\:u--my-4 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .sm\:u--mx-4 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .sm\:u--my-5 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .sm\:u--mx-5 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .sm\:u--my-6 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .sm\:u--mx-6 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .sm\:u--my-7 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .sm\:u--mx-7 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }

  .sm\:u--my-8 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .sm\:u--mx-8 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .sm\:u--my-9 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .sm\:u--mx-9 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .sm\:u--my-10 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .sm\:u--mx-10 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .sm\:u--my-11 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }

  .sm\:u--mx-11 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }

  .sm\:u--my-gutter {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .sm\:u--mx-gutter {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .sm\:u--mt-1 {
    margin-top: -8px !important;
  }

  .sm\:u--mr-1 {
    margin-right: -8px !important;
  }

  .sm\:u--mb-1 {
    margin-bottom: -8px !important;
  }

  .sm\:u--ml-1 {
    margin-left: -8px !important;
  }

  .sm\:u--mt-2 {
    margin-top: -16px !important;
  }

  .sm\:u--mr-2 {
    margin-right: -16px !important;
  }

  .sm\:u--mb-2 {
    margin-bottom: -16px !important;
  }

  .sm\:u--ml-2 {
    margin-left: -16px !important;
  }

  .sm\:u--mt-3 {
    margin-top: -24px !important;
  }

  .sm\:u--mr-3 {
    margin-right: -24px !important;
  }

  .sm\:u--mb-3 {
    margin-bottom: -24px !important;
  }

  .sm\:u--ml-3 {
    margin-left: -24px !important;
  }

  .sm\:u--mt-4 {
    margin-top: -32px !important;
  }

  .sm\:u--mr-4 {
    margin-right: -32px !important;
  }

  .sm\:u--mb-4 {
    margin-bottom: -32px !important;
  }

  .sm\:u--ml-4 {
    margin-left: -32px !important;
  }

  .sm\:u--mt-5 {
    margin-top: -40px !important;
  }

  .sm\:u--mr-5 {
    margin-right: -40px !important;
  }

  .sm\:u--mb-5 {
    margin-bottom: -40px !important;
  }

  .sm\:u--ml-5 {
    margin-left: -40px !important;
  }

  .sm\:u--mt-6 {
    margin-top: -48px !important;
  }

  .sm\:u--mr-6 {
    margin-right: -48px !important;
  }

  .sm\:u--mb-6 {
    margin-bottom: -48px !important;
  }

  .sm\:u--ml-6 {
    margin-left: -48px !important;
  }

  .sm\:u--mt-7 {
    margin-top: -56px !important;
  }

  .sm\:u--mr-7 {
    margin-right: -56px !important;
  }

  .sm\:u--mb-7 {
    margin-bottom: -56px !important;
  }

  .sm\:u--ml-7 {
    margin-left: -56px !important;
  }

  .sm\:u--mt-8 {
    margin-top: -64px !important;
  }

  .sm\:u--mr-8 {
    margin-right: -64px !important;
  }

  .sm\:u--mb-8 {
    margin-bottom: -64px !important;
  }

  .sm\:u--ml-8 {
    margin-left: -64px !important;
  }

  .sm\:u--mt-9 {
    margin-top: -72px !important;
  }

  .sm\:u--mr-9 {
    margin-right: -72px !important;
  }

  .sm\:u--mb-9 {
    margin-bottom: -72px !important;
  }

  .sm\:u--ml-9 {
    margin-left: -72px !important;
  }

  .sm\:u--mt-10 {
    margin-top: -80px !important;
  }

  .sm\:u--mr-10 {
    margin-right: -80px !important;
  }

  .sm\:u--mb-10 {
    margin-bottom: -80px !important;
  }

  .sm\:u--ml-10 {
    margin-left: -80px !important;
  }

  .sm\:u--mt-11 {
    margin-top: -88px !important;
  }

  .sm\:u--mr-11 {
    margin-right: -88px !important;
  }

  .sm\:u--mb-11 {
    margin-bottom: -88px !important;
  }

  .sm\:u--ml-11 {
    margin-left: -88px !important;
  }

  .sm\:u--mt-gutter {
    margin-top: -15px !important;
  }

  .sm\:u--mr-gutter {
    margin-right: -15px !important;
  }

  .sm\:u--mb-gutter {
    margin-bottom: -15px !important;
  }

  .sm\:u--ml-gutter {
    margin-left: -15px !important;
  }

  .sm\:u-opacity-0 {
    opacity: .000001 !important;
  }

  .sm\:u-opacity-15 {
    opacity: .15 !important;
  }

  .sm\:u-opacity-25 {
    opacity: .25 !important;
  }

  .sm\:u-opacity-50 {
    opacity: .5 !important;
  }

  .sm\:u-opacity-75 {
    opacity: .75 !important;
  }

  .sm\:u-opacity-90 {
    opacity: .9 !important;
  }

  .sm\:u-opacity-100 {
    opacity: 1 !important;
  }

  .sm\:hocus\:u-opacity-0:hover,
  .sm\:hocus\:u-opacity-0:focus {
    opacity: .000001 !important;
  }

  .sm\:hocus\:u-opacity-15:hover,
  .sm\:hocus\:u-opacity-15:focus {
    opacity: .15 !important;
  }

  .sm\:hocus\:u-opacity-25:hover,
  .sm\:hocus\:u-opacity-25:focus {
    opacity: .25 !important;
  }

  .sm\:hocus\:u-opacity-50:hover,
  .sm\:hocus\:u-opacity-50:focus {
    opacity: .5 !important;
  }

  .sm\:hocus\:u-opacity-75:hover,
  .sm\:hocus\:u-opacity-75:focus {
    opacity: .75 !important;
  }

  .sm\:hocus\:u-opacity-90:hover,
  .sm\:hocus\:u-opacity-90:focus {
    opacity: .9 !important;
  }

  .sm\:hocus\:u-opacity-100:hover,
  .sm\:hocus\:u-opacity-100:focus {
    opacity: 1 !important;
  }

  .sm\:focus-within\:u-opacity-0:focus-within {
    opacity: .000001 !important;
  }

  .sm\:focus-within\:u-opacity-15:focus-within {
    opacity: .15 !important;
  }

  .sm\:focus-within\:u-opacity-25:focus-within {
    opacity: .25 !important;
  }

  .sm\:focus-within\:u-opacity-50:focus-within {
    opacity: .5 !important;
  }

  .sm\:focus-within\:u-opacity-75:focus-within {
    opacity: .75 !important;
  }

  .sm\:focus-within\:u-opacity-90:focus-within {
    opacity: .9 !important;
  }

  .sm\:focus-within\:u-opacity-100:focus-within {
    opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:u-opacity-0 {
    opacity: .000001 !important;
  }

  .group:hover .sm\:group-hover\:u-opacity-15 {
    opacity: .15 !important;
  }

  .group:hover .sm\:group-hover\:u-opacity-25 {
    opacity: .25 !important;
  }

  .group:hover .sm\:group-hover\:u-opacity-50 {
    opacity: .5 !important;
  }

  .group:hover .sm\:group-hover\:u-opacity-75 {
    opacity: .75 !important;
  }

  .group:hover .sm\:group-hover\:u-opacity-90 {
    opacity: .9 !important;
  }

  .group:hover .sm\:group-hover\:u-opacity-100 {
    opacity: 1 !important;
  }

  .sm\:u-overflow-auto {
    overflow: auto !important;
  }

  .sm\:u-overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:u-overflow-visible {
    overflow: visible !important;
  }

  .sm\:u-overflow-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling:touch;
  }

  .sm\:u-overflow-x-auto {
    overflow-x: auto !important;
  }

  .sm\:u-overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm\:u-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .sm\:u-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .sm\:u-overflow-x-visible {
    overflow-x: visible !important;
  }

  .sm\:u-overflow-y-visible {
    overflow-y: visible !important;
  }

  .sm\:u-overflow-x-scroll {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling:touch;
  }

  .sm\:u-overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling:touch;
  }

  .sm\:u-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .sm\:u-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .sm\:u-p-0 {
    padding: 0 !important;
  }

  .sm\:u-p-1 {
    padding: 8px !important;
  }

  .sm\:u-p-2 {
    padding: 16px !important;
  }

  .sm\:u-p-3 {
    padding: 24px !important;
  }

  .sm\:u-p-4 {
    padding: 32px !important;
  }

  .sm\:u-p-5 {
    padding: 40px !important;
  }

  .sm\:u-p-6 {
    padding: 48px !important;
  }

  .sm\:u-p-7 {
    padding: 56px !important;
  }

  .sm\:u-p-8 {
    padding: 64px !important;
  }

  .sm\:u-p-9 {
    padding: 72px !important;
  }

  .sm\:u-p-10 {
    padding: 80px !important;
  }

  .sm\:u-p-16 {
    padding: 128px !important;
  }

  .sm\:u-p-gutter {
    padding: 15px !important;
  }

  .sm\:u-p-container-gutter {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:u-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:u-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:u-py-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .sm\:u-px-1 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .sm\:u-py-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .sm\:u-px-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .sm\:u-py-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .sm\:u-px-3 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .sm\:u-py-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .sm\:u-px-4 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .sm\:u-py-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .sm\:u-px-5 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .sm\:u-py-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .sm\:u-px-6 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .sm\:u-py-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .sm\:u-px-7 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .sm\:u-py-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .sm\:u-px-8 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .sm\:u-py-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .sm\:u-px-9 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .sm\:u-py-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .sm\:u-px-10 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .sm\:u-py-16 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .sm\:u-px-16 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .sm\:u-py-gutter {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .sm\:u-px-gutter {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .sm\:u-py-container-gutter {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:u-px-container-gutter {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:u-pt-0 {
    padding-top: 0 !important;
  }

  .sm\:u-pr-0 {
    padding-right: 0 !important;
  }

  .sm\:u-pb-0 {
    padding-bottom: 0 !important;
  }

  .sm\:u-pl-0 {
    padding-left: 0 !important;
  }

  .sm\:u-pt-1 {
    padding-top: 8px !important;
  }

  .sm\:u-pr-1 {
    padding-right: 8px !important;
  }

  .sm\:u-pb-1 {
    padding-bottom: 8px !important;
  }

  .sm\:u-pl-1 {
    padding-left: 8px !important;
  }

  .sm\:u-pt-2 {
    padding-top: 16px !important;
  }

  .sm\:u-pr-2 {
    padding-right: 16px !important;
  }

  .sm\:u-pb-2 {
    padding-bottom: 16px !important;
  }

  .sm\:u-pl-2 {
    padding-left: 16px !important;
  }

  .sm\:u-pt-3 {
    padding-top: 24px !important;
  }

  .sm\:u-pr-3 {
    padding-right: 24px !important;
  }

  .sm\:u-pb-3 {
    padding-bottom: 24px !important;
  }

  .sm\:u-pl-3 {
    padding-left: 24px !important;
  }

  .sm\:u-pt-4 {
    padding-top: 32px !important;
  }

  .sm\:u-pr-4 {
    padding-right: 32px !important;
  }

  .sm\:u-pb-4 {
    padding-bottom: 32px !important;
  }

  .sm\:u-pl-4 {
    padding-left: 32px !important;
  }

  .sm\:u-pt-5 {
    padding-top: 40px !important;
  }

  .sm\:u-pr-5 {
    padding-right: 40px !important;
  }

  .sm\:u-pb-5 {
    padding-bottom: 40px !important;
  }

  .sm\:u-pl-5 {
    padding-left: 40px !important;
  }

  .sm\:u-pt-6 {
    padding-top: 48px !important;
  }

  .sm\:u-pr-6 {
    padding-right: 48px !important;
  }

  .sm\:u-pb-6 {
    padding-bottom: 48px !important;
  }

  .sm\:u-pl-6 {
    padding-left: 48px !important;
  }

  .sm\:u-pt-7 {
    padding-top: 56px !important;
  }

  .sm\:u-pr-7 {
    padding-right: 56px !important;
  }

  .sm\:u-pb-7 {
    padding-bottom: 56px !important;
  }

  .sm\:u-pl-7 {
    padding-left: 56px !important;
  }

  .sm\:u-pt-8 {
    padding-top: 64px !important;
  }

  .sm\:u-pr-8 {
    padding-right: 64px !important;
  }

  .sm\:u-pb-8 {
    padding-bottom: 64px !important;
  }

  .sm\:u-pl-8 {
    padding-left: 64px !important;
  }

  .sm\:u-pt-9 {
    padding-top: 72px !important;
  }

  .sm\:u-pr-9 {
    padding-right: 72px !important;
  }

  .sm\:u-pb-9 {
    padding-bottom: 72px !important;
  }

  .sm\:u-pl-9 {
    padding-left: 72px !important;
  }

  .sm\:u-pt-10 {
    padding-top: 80px !important;
  }

  .sm\:u-pr-10 {
    padding-right: 80px !important;
  }

  .sm\:u-pb-10 {
    padding-bottom: 80px !important;
  }

  .sm\:u-pl-10 {
    padding-left: 80px !important;
  }

  .sm\:u-pt-16 {
    padding-top: 128px !important;
  }

  .sm\:u-pr-16 {
    padding-right: 128px !important;
  }

  .sm\:u-pb-16 {
    padding-bottom: 128px !important;
  }

  .sm\:u-pl-16 {
    padding-left: 128px !important;
  }

  .sm\:u-pt-gutter {
    padding-top: 15px !important;
  }

  .sm\:u-pr-gutter {
    padding-right: 15px !important;
  }

  .sm\:u-pb-gutter {
    padding-bottom: 15px !important;
  }

  .sm\:u-pl-gutter {
    padding-left: 15px !important;
  }

  .sm\:u-pt-container-gutter {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:u-pr-container-gutter {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:u-pb-container-gutter {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:u-pl-container-gutter {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:first\:u-p-0:first-child {
    padding: 0 !important;
  }

  .sm\:first\:u-p-1:first-child {
    padding: 8px !important;
  }

  .sm\:first\:u-p-2:first-child {
    padding: 16px !important;
  }

  .sm\:first\:u-p-3:first-child {
    padding: 24px !important;
  }

  .sm\:first\:u-p-4:first-child {
    padding: 32px !important;
  }

  .sm\:first\:u-p-5:first-child {
    padding: 40px !important;
  }

  .sm\:first\:u-p-6:first-child {
    padding: 48px !important;
  }

  .sm\:first\:u-p-7:first-child {
    padding: 56px !important;
  }

  .sm\:first\:u-p-8:first-child {
    padding: 64px !important;
  }

  .sm\:first\:u-p-9:first-child {
    padding: 72px !important;
  }

  .sm\:first\:u-p-10:first-child {
    padding: 80px !important;
  }

  .sm\:first\:u-p-16:first-child {
    padding: 128px !important;
  }

  .sm\:first\:u-p-gutter:first-child {
    padding: 15px !important;
  }

  .sm\:first\:u-p-container-gutter:first-child {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:first\:u-py-0:first-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:first\:u-px-0:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:first\:u-py-1:first-child {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .sm\:first\:u-px-1:first-child {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .sm\:first\:u-py-2:first-child {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .sm\:first\:u-px-2:first-child {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .sm\:first\:u-py-3:first-child {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .sm\:first\:u-px-3:first-child {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .sm\:first\:u-py-4:first-child {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .sm\:first\:u-px-4:first-child {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .sm\:first\:u-py-5:first-child {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .sm\:first\:u-px-5:first-child {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .sm\:first\:u-py-6:first-child {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .sm\:first\:u-px-6:first-child {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .sm\:first\:u-py-7:first-child {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .sm\:first\:u-px-7:first-child {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .sm\:first\:u-py-8:first-child {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .sm\:first\:u-px-8:first-child {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .sm\:first\:u-py-9:first-child {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .sm\:first\:u-px-9:first-child {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .sm\:first\:u-py-10:first-child {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .sm\:first\:u-px-10:first-child {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .sm\:first\:u-py-16:first-child {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .sm\:first\:u-px-16:first-child {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .sm\:first\:u-py-gutter:first-child {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .sm\:first\:u-px-gutter:first-child {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .sm\:first\:u-py-container-gutter:first-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:first\:u-px-container-gutter:first-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:first\:u-pt-0:first-child {
    padding-top: 0 !important;
  }

  .sm\:first\:u-pr-0:first-child {
    padding-right: 0 !important;
  }

  .sm\:first\:u-pb-0:first-child {
    padding-bottom: 0 !important;
  }

  .sm\:first\:u-pl-0:first-child {
    padding-left: 0 !important;
  }

  .sm\:first\:u-pt-1:first-child {
    padding-top: 8px !important;
  }

  .sm\:first\:u-pr-1:first-child {
    padding-right: 8px !important;
  }

  .sm\:first\:u-pb-1:first-child {
    padding-bottom: 8px !important;
  }

  .sm\:first\:u-pl-1:first-child {
    padding-left: 8px !important;
  }

  .sm\:first\:u-pt-2:first-child {
    padding-top: 16px !important;
  }

  .sm\:first\:u-pr-2:first-child {
    padding-right: 16px !important;
  }

  .sm\:first\:u-pb-2:first-child {
    padding-bottom: 16px !important;
  }

  .sm\:first\:u-pl-2:first-child {
    padding-left: 16px !important;
  }

  .sm\:first\:u-pt-3:first-child {
    padding-top: 24px !important;
  }

  .sm\:first\:u-pr-3:first-child {
    padding-right: 24px !important;
  }

  .sm\:first\:u-pb-3:first-child {
    padding-bottom: 24px !important;
  }

  .sm\:first\:u-pl-3:first-child {
    padding-left: 24px !important;
  }

  .sm\:first\:u-pt-4:first-child {
    padding-top: 32px !important;
  }

  .sm\:first\:u-pr-4:first-child {
    padding-right: 32px !important;
  }

  .sm\:first\:u-pb-4:first-child {
    padding-bottom: 32px !important;
  }

  .sm\:first\:u-pl-4:first-child {
    padding-left: 32px !important;
  }

  .sm\:first\:u-pt-5:first-child {
    padding-top: 40px !important;
  }

  .sm\:first\:u-pr-5:first-child {
    padding-right: 40px !important;
  }

  .sm\:first\:u-pb-5:first-child {
    padding-bottom: 40px !important;
  }

  .sm\:first\:u-pl-5:first-child {
    padding-left: 40px !important;
  }

  .sm\:first\:u-pt-6:first-child {
    padding-top: 48px !important;
  }

  .sm\:first\:u-pr-6:first-child {
    padding-right: 48px !important;
  }

  .sm\:first\:u-pb-6:first-child {
    padding-bottom: 48px !important;
  }

  .sm\:first\:u-pl-6:first-child {
    padding-left: 48px !important;
  }

  .sm\:first\:u-pt-7:first-child {
    padding-top: 56px !important;
  }

  .sm\:first\:u-pr-7:first-child {
    padding-right: 56px !important;
  }

  .sm\:first\:u-pb-7:first-child {
    padding-bottom: 56px !important;
  }

  .sm\:first\:u-pl-7:first-child {
    padding-left: 56px !important;
  }

  .sm\:first\:u-pt-8:first-child {
    padding-top: 64px !important;
  }

  .sm\:first\:u-pr-8:first-child {
    padding-right: 64px !important;
  }

  .sm\:first\:u-pb-8:first-child {
    padding-bottom: 64px !important;
  }

  .sm\:first\:u-pl-8:first-child {
    padding-left: 64px !important;
  }

  .sm\:first\:u-pt-9:first-child {
    padding-top: 72px !important;
  }

  .sm\:first\:u-pr-9:first-child {
    padding-right: 72px !important;
  }

  .sm\:first\:u-pb-9:first-child {
    padding-bottom: 72px !important;
  }

  .sm\:first\:u-pl-9:first-child {
    padding-left: 72px !important;
  }

  .sm\:first\:u-pt-10:first-child {
    padding-top: 80px !important;
  }

  .sm\:first\:u-pr-10:first-child {
    padding-right: 80px !important;
  }

  .sm\:first\:u-pb-10:first-child {
    padding-bottom: 80px !important;
  }

  .sm\:first\:u-pl-10:first-child {
    padding-left: 80px !important;
  }

  .sm\:first\:u-pt-16:first-child {
    padding-top: 128px !important;
  }

  .sm\:first\:u-pr-16:first-child {
    padding-right: 128px !important;
  }

  .sm\:first\:u-pb-16:first-child {
    padding-bottom: 128px !important;
  }

  .sm\:first\:u-pl-16:first-child {
    padding-left: 128px !important;
  }

  .sm\:first\:u-pt-gutter:first-child {
    padding-top: 15px !important;
  }

  .sm\:first\:u-pr-gutter:first-child {
    padding-right: 15px !important;
  }

  .sm\:first\:u-pb-gutter:first-child {
    padding-bottom: 15px !important;
  }

  .sm\:first\:u-pl-gutter:first-child {
    padding-left: 15px !important;
  }

  .sm\:first\:u-pt-container-gutter:first-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:first\:u-pr-container-gutter:first-child {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:first\:u-pb-container-gutter:first-child {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:first\:u-pl-container-gutter:first-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:last\:u-p-0:last-child {
    padding: 0 !important;
  }

  .sm\:last\:u-p-1:last-child {
    padding: 8px !important;
  }

  .sm\:last\:u-p-2:last-child {
    padding: 16px !important;
  }

  .sm\:last\:u-p-3:last-child {
    padding: 24px !important;
  }

  .sm\:last\:u-p-4:last-child {
    padding: 32px !important;
  }

  .sm\:last\:u-p-5:last-child {
    padding: 40px !important;
  }

  .sm\:last\:u-p-6:last-child {
    padding: 48px !important;
  }

  .sm\:last\:u-p-7:last-child {
    padding: 56px !important;
  }

  .sm\:last\:u-p-8:last-child {
    padding: 64px !important;
  }

  .sm\:last\:u-p-9:last-child {
    padding: 72px !important;
  }

  .sm\:last\:u-p-10:last-child {
    padding: 80px !important;
  }

  .sm\:last\:u-p-16:last-child {
    padding: 128px !important;
  }

  .sm\:last\:u-p-gutter:last-child {
    padding: 15px !important;
  }

  .sm\:last\:u-p-container-gutter:last-child {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:last\:u-py-0:last-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:last\:u-px-0:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:last\:u-py-1:last-child {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .sm\:last\:u-px-1:last-child {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .sm\:last\:u-py-2:last-child {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .sm\:last\:u-px-2:last-child {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .sm\:last\:u-py-3:last-child {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .sm\:last\:u-px-3:last-child {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .sm\:last\:u-py-4:last-child {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .sm\:last\:u-px-4:last-child {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .sm\:last\:u-py-5:last-child {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .sm\:last\:u-px-5:last-child {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .sm\:last\:u-py-6:last-child {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .sm\:last\:u-px-6:last-child {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .sm\:last\:u-py-7:last-child {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .sm\:last\:u-px-7:last-child {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .sm\:last\:u-py-8:last-child {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .sm\:last\:u-px-8:last-child {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .sm\:last\:u-py-9:last-child {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .sm\:last\:u-px-9:last-child {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .sm\:last\:u-py-10:last-child {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .sm\:last\:u-px-10:last-child {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .sm\:last\:u-py-16:last-child {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .sm\:last\:u-px-16:last-child {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .sm\:last\:u-py-gutter:last-child {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .sm\:last\:u-px-gutter:last-child {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .sm\:last\:u-py-container-gutter:last-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:last\:u-px-container-gutter:last-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:last\:u-pt-0:last-child {
    padding-top: 0 !important;
  }

  .sm\:last\:u-pr-0:last-child {
    padding-right: 0 !important;
  }

  .sm\:last\:u-pb-0:last-child {
    padding-bottom: 0 !important;
  }

  .sm\:last\:u-pl-0:last-child {
    padding-left: 0 !important;
  }

  .sm\:last\:u-pt-1:last-child {
    padding-top: 8px !important;
  }

  .sm\:last\:u-pr-1:last-child {
    padding-right: 8px !important;
  }

  .sm\:last\:u-pb-1:last-child {
    padding-bottom: 8px !important;
  }

  .sm\:last\:u-pl-1:last-child {
    padding-left: 8px !important;
  }

  .sm\:last\:u-pt-2:last-child {
    padding-top: 16px !important;
  }

  .sm\:last\:u-pr-2:last-child {
    padding-right: 16px !important;
  }

  .sm\:last\:u-pb-2:last-child {
    padding-bottom: 16px !important;
  }

  .sm\:last\:u-pl-2:last-child {
    padding-left: 16px !important;
  }

  .sm\:last\:u-pt-3:last-child {
    padding-top: 24px !important;
  }

  .sm\:last\:u-pr-3:last-child {
    padding-right: 24px !important;
  }

  .sm\:last\:u-pb-3:last-child {
    padding-bottom: 24px !important;
  }

  .sm\:last\:u-pl-3:last-child {
    padding-left: 24px !important;
  }

  .sm\:last\:u-pt-4:last-child {
    padding-top: 32px !important;
  }

  .sm\:last\:u-pr-4:last-child {
    padding-right: 32px !important;
  }

  .sm\:last\:u-pb-4:last-child {
    padding-bottom: 32px !important;
  }

  .sm\:last\:u-pl-4:last-child {
    padding-left: 32px !important;
  }

  .sm\:last\:u-pt-5:last-child {
    padding-top: 40px !important;
  }

  .sm\:last\:u-pr-5:last-child {
    padding-right: 40px !important;
  }

  .sm\:last\:u-pb-5:last-child {
    padding-bottom: 40px !important;
  }

  .sm\:last\:u-pl-5:last-child {
    padding-left: 40px !important;
  }

  .sm\:last\:u-pt-6:last-child {
    padding-top: 48px !important;
  }

  .sm\:last\:u-pr-6:last-child {
    padding-right: 48px !important;
  }

  .sm\:last\:u-pb-6:last-child {
    padding-bottom: 48px !important;
  }

  .sm\:last\:u-pl-6:last-child {
    padding-left: 48px !important;
  }

  .sm\:last\:u-pt-7:last-child {
    padding-top: 56px !important;
  }

  .sm\:last\:u-pr-7:last-child {
    padding-right: 56px !important;
  }

  .sm\:last\:u-pb-7:last-child {
    padding-bottom: 56px !important;
  }

  .sm\:last\:u-pl-7:last-child {
    padding-left: 56px !important;
  }

  .sm\:last\:u-pt-8:last-child {
    padding-top: 64px !important;
  }

  .sm\:last\:u-pr-8:last-child {
    padding-right: 64px !important;
  }

  .sm\:last\:u-pb-8:last-child {
    padding-bottom: 64px !important;
  }

  .sm\:last\:u-pl-8:last-child {
    padding-left: 64px !important;
  }

  .sm\:last\:u-pt-9:last-child {
    padding-top: 72px !important;
  }

  .sm\:last\:u-pr-9:last-child {
    padding-right: 72px !important;
  }

  .sm\:last\:u-pb-9:last-child {
    padding-bottom: 72px !important;
  }

  .sm\:last\:u-pl-9:last-child {
    padding-left: 72px !important;
  }

  .sm\:last\:u-pt-10:last-child {
    padding-top: 80px !important;
  }

  .sm\:last\:u-pr-10:last-child {
    padding-right: 80px !important;
  }

  .sm\:last\:u-pb-10:last-child {
    padding-bottom: 80px !important;
  }

  .sm\:last\:u-pl-10:last-child {
    padding-left: 80px !important;
  }

  .sm\:last\:u-pt-16:last-child {
    padding-top: 128px !important;
  }

  .sm\:last\:u-pr-16:last-child {
    padding-right: 128px !important;
  }

  .sm\:last\:u-pb-16:last-child {
    padding-bottom: 128px !important;
  }

  .sm\:last\:u-pl-16:last-child {
    padding-left: 128px !important;
  }

  .sm\:last\:u-pt-gutter:last-child {
    padding-top: 15px !important;
  }

  .sm\:last\:u-pr-gutter:last-child {
    padding-right: 15px !important;
  }

  .sm\:last\:u-pb-gutter:last-child {
    padding-bottom: 15px !important;
  }

  .sm\:last\:u-pl-gutter:last-child {
    padding-left: 15px !important;
  }

  .sm\:last\:u-pt-container-gutter:last-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:last\:u-pr-container-gutter:last-child {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:last\:u-pb-container-gutter:last-child {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:last\:u-pl-container-gutter:last-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-first\:u-p-0:not(:first-child) {
    padding: 0 !important;
  }

  .sm\:not-first\:u-p-1:not(:first-child) {
    padding: 8px !important;
  }

  .sm\:not-first\:u-p-2:not(:first-child) {
    padding: 16px !important;
  }

  .sm\:not-first\:u-p-3:not(:first-child) {
    padding: 24px !important;
  }

  .sm\:not-first\:u-p-4:not(:first-child) {
    padding: 32px !important;
  }

  .sm\:not-first\:u-p-5:not(:first-child) {
    padding: 40px !important;
  }

  .sm\:not-first\:u-p-6:not(:first-child) {
    padding: 48px !important;
  }

  .sm\:not-first\:u-p-7:not(:first-child) {
    padding: 56px !important;
  }

  .sm\:not-first\:u-p-8:not(:first-child) {
    padding: 64px !important;
  }

  .sm\:not-first\:u-p-9:not(:first-child) {
    padding: 72px !important;
  }

  .sm\:not-first\:u-p-10:not(:first-child) {
    padding: 80px !important;
  }

  .sm\:not-first\:u-p-16:not(:first-child) {
    padding: 128px !important;
  }

  .sm\:not-first\:u-p-gutter:not(:first-child) {
    padding: 15px !important;
  }

  .sm\:not-first\:u-p-container-gutter:not(:first-child) {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-first\:u-py-0:not(:first-child) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:not-first\:u-px-0:not(:first-child) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:not-first\:u-py-1:not(:first-child) {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .sm\:not-first\:u-px-1:not(:first-child) {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .sm\:not-first\:u-py-2:not(:first-child) {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .sm\:not-first\:u-px-2:not(:first-child) {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .sm\:not-first\:u-py-3:not(:first-child) {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .sm\:not-first\:u-px-3:not(:first-child) {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .sm\:not-first\:u-py-4:not(:first-child) {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .sm\:not-first\:u-px-4:not(:first-child) {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .sm\:not-first\:u-py-5:not(:first-child) {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .sm\:not-first\:u-px-5:not(:first-child) {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .sm\:not-first\:u-py-6:not(:first-child) {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .sm\:not-first\:u-px-6:not(:first-child) {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .sm\:not-first\:u-py-7:not(:first-child) {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .sm\:not-first\:u-px-7:not(:first-child) {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .sm\:not-first\:u-py-8:not(:first-child) {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .sm\:not-first\:u-px-8:not(:first-child) {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .sm\:not-first\:u-py-9:not(:first-child) {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .sm\:not-first\:u-px-9:not(:first-child) {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .sm\:not-first\:u-py-10:not(:first-child) {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .sm\:not-first\:u-px-10:not(:first-child) {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .sm\:not-first\:u-py-16:not(:first-child) {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .sm\:not-first\:u-px-16:not(:first-child) {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .sm\:not-first\:u-py-gutter:not(:first-child) {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .sm\:not-first\:u-px-gutter:not(:first-child) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .sm\:not-first\:u-py-container-gutter:not(:first-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-first\:u-px-container-gutter:not(:first-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-first\:u-pt-0:not(:first-child) {
    padding-top: 0 !important;
  }

  .sm\:not-first\:u-pr-0:not(:first-child) {
    padding-right: 0 !important;
  }

  .sm\:not-first\:u-pb-0:not(:first-child) {
    padding-bottom: 0 !important;
  }

  .sm\:not-first\:u-pl-0:not(:first-child) {
    padding-left: 0 !important;
  }

  .sm\:not-first\:u-pt-1:not(:first-child) {
    padding-top: 8px !important;
  }

  .sm\:not-first\:u-pr-1:not(:first-child) {
    padding-right: 8px !important;
  }

  .sm\:not-first\:u-pb-1:not(:first-child) {
    padding-bottom: 8px !important;
  }

  .sm\:not-first\:u-pl-1:not(:first-child) {
    padding-left: 8px !important;
  }

  .sm\:not-first\:u-pt-2:not(:first-child) {
    padding-top: 16px !important;
  }

  .sm\:not-first\:u-pr-2:not(:first-child) {
    padding-right: 16px !important;
  }

  .sm\:not-first\:u-pb-2:not(:first-child) {
    padding-bottom: 16px !important;
  }

  .sm\:not-first\:u-pl-2:not(:first-child) {
    padding-left: 16px !important;
  }

  .sm\:not-first\:u-pt-3:not(:first-child) {
    padding-top: 24px !important;
  }

  .sm\:not-first\:u-pr-3:not(:first-child) {
    padding-right: 24px !important;
  }

  .sm\:not-first\:u-pb-3:not(:first-child) {
    padding-bottom: 24px !important;
  }

  .sm\:not-first\:u-pl-3:not(:first-child) {
    padding-left: 24px !important;
  }

  .sm\:not-first\:u-pt-4:not(:first-child) {
    padding-top: 32px !important;
  }

  .sm\:not-first\:u-pr-4:not(:first-child) {
    padding-right: 32px !important;
  }

  .sm\:not-first\:u-pb-4:not(:first-child) {
    padding-bottom: 32px !important;
  }

  .sm\:not-first\:u-pl-4:not(:first-child) {
    padding-left: 32px !important;
  }

  .sm\:not-first\:u-pt-5:not(:first-child) {
    padding-top: 40px !important;
  }

  .sm\:not-first\:u-pr-5:not(:first-child) {
    padding-right: 40px !important;
  }

  .sm\:not-first\:u-pb-5:not(:first-child) {
    padding-bottom: 40px !important;
  }

  .sm\:not-first\:u-pl-5:not(:first-child) {
    padding-left: 40px !important;
  }

  .sm\:not-first\:u-pt-6:not(:first-child) {
    padding-top: 48px !important;
  }

  .sm\:not-first\:u-pr-6:not(:first-child) {
    padding-right: 48px !important;
  }

  .sm\:not-first\:u-pb-6:not(:first-child) {
    padding-bottom: 48px !important;
  }

  .sm\:not-first\:u-pl-6:not(:first-child) {
    padding-left: 48px !important;
  }

  .sm\:not-first\:u-pt-7:not(:first-child) {
    padding-top: 56px !important;
  }

  .sm\:not-first\:u-pr-7:not(:first-child) {
    padding-right: 56px !important;
  }

  .sm\:not-first\:u-pb-7:not(:first-child) {
    padding-bottom: 56px !important;
  }

  .sm\:not-first\:u-pl-7:not(:first-child) {
    padding-left: 56px !important;
  }

  .sm\:not-first\:u-pt-8:not(:first-child) {
    padding-top: 64px !important;
  }

  .sm\:not-first\:u-pr-8:not(:first-child) {
    padding-right: 64px !important;
  }

  .sm\:not-first\:u-pb-8:not(:first-child) {
    padding-bottom: 64px !important;
  }

  .sm\:not-first\:u-pl-8:not(:first-child) {
    padding-left: 64px !important;
  }

  .sm\:not-first\:u-pt-9:not(:first-child) {
    padding-top: 72px !important;
  }

  .sm\:not-first\:u-pr-9:not(:first-child) {
    padding-right: 72px !important;
  }

  .sm\:not-first\:u-pb-9:not(:first-child) {
    padding-bottom: 72px !important;
  }

  .sm\:not-first\:u-pl-9:not(:first-child) {
    padding-left: 72px !important;
  }

  .sm\:not-first\:u-pt-10:not(:first-child) {
    padding-top: 80px !important;
  }

  .sm\:not-first\:u-pr-10:not(:first-child) {
    padding-right: 80px !important;
  }

  .sm\:not-first\:u-pb-10:not(:first-child) {
    padding-bottom: 80px !important;
  }

  .sm\:not-first\:u-pl-10:not(:first-child) {
    padding-left: 80px !important;
  }

  .sm\:not-first\:u-pt-16:not(:first-child) {
    padding-top: 128px !important;
  }

  .sm\:not-first\:u-pr-16:not(:first-child) {
    padding-right: 128px !important;
  }

  .sm\:not-first\:u-pb-16:not(:first-child) {
    padding-bottom: 128px !important;
  }

  .sm\:not-first\:u-pl-16:not(:first-child) {
    padding-left: 128px !important;
  }

  .sm\:not-first\:u-pt-gutter:not(:first-child) {
    padding-top: 15px !important;
  }

  .sm\:not-first\:u-pr-gutter:not(:first-child) {
    padding-right: 15px !important;
  }

  .sm\:not-first\:u-pb-gutter:not(:first-child) {
    padding-bottom: 15px !important;
  }

  .sm\:not-first\:u-pl-gutter:not(:first-child) {
    padding-left: 15px !important;
  }

  .sm\:not-first\:u-pt-container-gutter:not(:first-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-first\:u-pr-container-gutter:not(:first-child) {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-first\:u-pb-container-gutter:not(:first-child) {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-first\:u-pl-container-gutter:not(:first-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-last\:u-p-0:not(:last-child) {
    padding: 0 !important;
  }

  .sm\:not-last\:u-p-1:not(:last-child) {
    padding: 8px !important;
  }

  .sm\:not-last\:u-p-2:not(:last-child) {
    padding: 16px !important;
  }

  .sm\:not-last\:u-p-3:not(:last-child) {
    padding: 24px !important;
  }

  .sm\:not-last\:u-p-4:not(:last-child) {
    padding: 32px !important;
  }

  .sm\:not-last\:u-p-5:not(:last-child) {
    padding: 40px !important;
  }

  .sm\:not-last\:u-p-6:not(:last-child) {
    padding: 48px !important;
  }

  .sm\:not-last\:u-p-7:not(:last-child) {
    padding: 56px !important;
  }

  .sm\:not-last\:u-p-8:not(:last-child) {
    padding: 64px !important;
  }

  .sm\:not-last\:u-p-9:not(:last-child) {
    padding: 72px !important;
  }

  .sm\:not-last\:u-p-10:not(:last-child) {
    padding: 80px !important;
  }

  .sm\:not-last\:u-p-16:not(:last-child) {
    padding: 128px !important;
  }

  .sm\:not-last\:u-p-gutter:not(:last-child) {
    padding: 15px !important;
  }

  .sm\:not-last\:u-p-container-gutter:not(:last-child) {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-last\:u-py-0:not(:last-child) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:not-last\:u-px-0:not(:last-child) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:not-last\:u-py-1:not(:last-child) {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .sm\:not-last\:u-px-1:not(:last-child) {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .sm\:not-last\:u-py-2:not(:last-child) {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .sm\:not-last\:u-px-2:not(:last-child) {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .sm\:not-last\:u-py-3:not(:last-child) {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .sm\:not-last\:u-px-3:not(:last-child) {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .sm\:not-last\:u-py-4:not(:last-child) {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .sm\:not-last\:u-px-4:not(:last-child) {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .sm\:not-last\:u-py-5:not(:last-child) {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .sm\:not-last\:u-px-5:not(:last-child) {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .sm\:not-last\:u-py-6:not(:last-child) {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .sm\:not-last\:u-px-6:not(:last-child) {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .sm\:not-last\:u-py-7:not(:last-child) {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .sm\:not-last\:u-px-7:not(:last-child) {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .sm\:not-last\:u-py-8:not(:last-child) {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .sm\:not-last\:u-px-8:not(:last-child) {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .sm\:not-last\:u-py-9:not(:last-child) {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .sm\:not-last\:u-px-9:not(:last-child) {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .sm\:not-last\:u-py-10:not(:last-child) {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .sm\:not-last\:u-px-10:not(:last-child) {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .sm\:not-last\:u-py-16:not(:last-child) {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .sm\:not-last\:u-px-16:not(:last-child) {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .sm\:not-last\:u-py-gutter:not(:last-child) {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .sm\:not-last\:u-px-gutter:not(:last-child) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .sm\:not-last\:u-py-container-gutter:not(:last-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-last\:u-px-container-gutter:not(:last-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-last\:u-pt-0:not(:last-child) {
    padding-top: 0 !important;
  }

  .sm\:not-last\:u-pr-0:not(:last-child) {
    padding-right: 0 !important;
  }

  .sm\:not-last\:u-pb-0:not(:last-child) {
    padding-bottom: 0 !important;
  }

  .sm\:not-last\:u-pl-0:not(:last-child) {
    padding-left: 0 !important;
  }

  .sm\:not-last\:u-pt-1:not(:last-child) {
    padding-top: 8px !important;
  }

  .sm\:not-last\:u-pr-1:not(:last-child) {
    padding-right: 8px !important;
  }

  .sm\:not-last\:u-pb-1:not(:last-child) {
    padding-bottom: 8px !important;
  }

  .sm\:not-last\:u-pl-1:not(:last-child) {
    padding-left: 8px !important;
  }

  .sm\:not-last\:u-pt-2:not(:last-child) {
    padding-top: 16px !important;
  }

  .sm\:not-last\:u-pr-2:not(:last-child) {
    padding-right: 16px !important;
  }

  .sm\:not-last\:u-pb-2:not(:last-child) {
    padding-bottom: 16px !important;
  }

  .sm\:not-last\:u-pl-2:not(:last-child) {
    padding-left: 16px !important;
  }

  .sm\:not-last\:u-pt-3:not(:last-child) {
    padding-top: 24px !important;
  }

  .sm\:not-last\:u-pr-3:not(:last-child) {
    padding-right: 24px !important;
  }

  .sm\:not-last\:u-pb-3:not(:last-child) {
    padding-bottom: 24px !important;
  }

  .sm\:not-last\:u-pl-3:not(:last-child) {
    padding-left: 24px !important;
  }

  .sm\:not-last\:u-pt-4:not(:last-child) {
    padding-top: 32px !important;
  }

  .sm\:not-last\:u-pr-4:not(:last-child) {
    padding-right: 32px !important;
  }

  .sm\:not-last\:u-pb-4:not(:last-child) {
    padding-bottom: 32px !important;
  }

  .sm\:not-last\:u-pl-4:not(:last-child) {
    padding-left: 32px !important;
  }

  .sm\:not-last\:u-pt-5:not(:last-child) {
    padding-top: 40px !important;
  }

  .sm\:not-last\:u-pr-5:not(:last-child) {
    padding-right: 40px !important;
  }

  .sm\:not-last\:u-pb-5:not(:last-child) {
    padding-bottom: 40px !important;
  }

  .sm\:not-last\:u-pl-5:not(:last-child) {
    padding-left: 40px !important;
  }

  .sm\:not-last\:u-pt-6:not(:last-child) {
    padding-top: 48px !important;
  }

  .sm\:not-last\:u-pr-6:not(:last-child) {
    padding-right: 48px !important;
  }

  .sm\:not-last\:u-pb-6:not(:last-child) {
    padding-bottom: 48px !important;
  }

  .sm\:not-last\:u-pl-6:not(:last-child) {
    padding-left: 48px !important;
  }

  .sm\:not-last\:u-pt-7:not(:last-child) {
    padding-top: 56px !important;
  }

  .sm\:not-last\:u-pr-7:not(:last-child) {
    padding-right: 56px !important;
  }

  .sm\:not-last\:u-pb-7:not(:last-child) {
    padding-bottom: 56px !important;
  }

  .sm\:not-last\:u-pl-7:not(:last-child) {
    padding-left: 56px !important;
  }

  .sm\:not-last\:u-pt-8:not(:last-child) {
    padding-top: 64px !important;
  }

  .sm\:not-last\:u-pr-8:not(:last-child) {
    padding-right: 64px !important;
  }

  .sm\:not-last\:u-pb-8:not(:last-child) {
    padding-bottom: 64px !important;
  }

  .sm\:not-last\:u-pl-8:not(:last-child) {
    padding-left: 64px !important;
  }

  .sm\:not-last\:u-pt-9:not(:last-child) {
    padding-top: 72px !important;
  }

  .sm\:not-last\:u-pr-9:not(:last-child) {
    padding-right: 72px !important;
  }

  .sm\:not-last\:u-pb-9:not(:last-child) {
    padding-bottom: 72px !important;
  }

  .sm\:not-last\:u-pl-9:not(:last-child) {
    padding-left: 72px !important;
  }

  .sm\:not-last\:u-pt-10:not(:last-child) {
    padding-top: 80px !important;
  }

  .sm\:not-last\:u-pr-10:not(:last-child) {
    padding-right: 80px !important;
  }

  .sm\:not-last\:u-pb-10:not(:last-child) {
    padding-bottom: 80px !important;
  }

  .sm\:not-last\:u-pl-10:not(:last-child) {
    padding-left: 80px !important;
  }

  .sm\:not-last\:u-pt-16:not(:last-child) {
    padding-top: 128px !important;
  }

  .sm\:not-last\:u-pr-16:not(:last-child) {
    padding-right: 128px !important;
  }

  .sm\:not-last\:u-pb-16:not(:last-child) {
    padding-bottom: 128px !important;
  }

  .sm\:not-last\:u-pl-16:not(:last-child) {
    padding-left: 128px !important;
  }

  .sm\:not-last\:u-pt-gutter:not(:last-child) {
    padding-top: 15px !important;
  }

  .sm\:not-last\:u-pr-gutter:not(:last-child) {
    padding-right: 15px !important;
  }

  .sm\:not-last\:u-pb-gutter:not(:last-child) {
    padding-bottom: 15px !important;
  }

  .sm\:not-last\:u-pl-gutter:not(:last-child) {
    padding-left: 15px !important;
  }

  .sm\:not-last\:u-pt-container-gutter:not(:last-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-last\:u-pr-container-gutter:not(:last-child) {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-last\:u-pb-container-gutter:not(:last-child) {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:not-last\:u-pl-container-gutter:not(:last-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:u-pointer-events-none {
    pointer-events: none !important;
  }

  .sm\:u-pointer-events-auto {
    pointer-events: auto !important;
  }

  .sm\:u-static {
    position: static !important;
  }

  .sm\:u-fixed {
    position: fixed !important;
  }

  .sm\:u-absolute {
    position: absolute !important;
  }

  .sm\:u-relative {
    position: relative !important;
  }

  .sm\:u-sticky {
    position: sticky !important;
  }

  .sm\:u-pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:u-pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\:u-pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:u-pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .sm\:u-pin-t {
    top: 0 !important;
  }

  .sm\:u-pin-r {
    right: 0 !important;
  }

  .sm\:u-pin-b {
    bottom: 0 !important;
  }

  .sm\:u-pin-l {
    left: 0 !important;
  }

  .sm\:u-resize-none {
    resize: none !important;
  }

  .sm\:u-resize-y {
    resize: vertical !important;
  }

  .sm\:u-resize-x {
    resize: horizontal !important;
  }

  .sm\:u-resize {
    resize: both !important;
  }

  .sm\:u-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .sm\:u-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .sm\:u-shadow-md-dark {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .sm\:u-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .sm\:u-shadow-lg-dark {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .sm\:u-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .sm\:u-shadow-inner-bottom {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .sm\:u-shadow-outline {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .sm\:u-shadow-outline-primary {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .sm\:u-shadow-outline-secondary {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .sm\:u-shadow-outline-tertiary {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .sm\:u-shadow-outline-black {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .sm\:u-shadow-outline-dark {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .sm\:u-shadow-none {
    box-shadow: none !important;
  }

  .sm\:u-shadow-media {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .sm\:u-shadow-media-sm {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .sm\:u-shadow-media-var {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .sm\:u-shadow-media-var-sm {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .sm\:u-shadow-media-business {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .sm\:u-shadow-media-business-sm {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .sm\:u-shadow-outline-black-faint-and-thin {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .sm\:hover\:u-shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .sm\:hover\:u-shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .sm\:hover\:u-shadow-md-dark:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .sm\:hover\:u-shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .sm\:hover\:u-shadow-lg-dark:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .sm\:hover\:u-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .sm\:hover\:u-shadow-inner-bottom:hover {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .sm\:hover\:u-shadow-outline:hover {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .sm\:hover\:u-shadow-outline-primary:hover {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .sm\:hover\:u-shadow-outline-secondary:hover {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .sm\:hover\:u-shadow-outline-tertiary:hover {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .sm\:hover\:u-shadow-outline-black:hover {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .sm\:hover\:u-shadow-outline-dark:hover {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .sm\:hover\:u-shadow-none:hover {
    box-shadow: none !important;
  }

  .sm\:hover\:u-shadow-media:hover {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .sm\:hover\:u-shadow-media-sm:hover {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .sm\:hover\:u-shadow-media-var:hover {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .sm\:hover\:u-shadow-media-var-sm:hover {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .sm\:hover\:u-shadow-media-business:hover {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .sm\:hover\:u-shadow-media-business-sm:hover {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .sm\:hover\:u-shadow-outline-black-faint-and-thin:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .sm\:focus\:u-shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .sm\:focus\:u-shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .sm\:focus\:u-shadow-md-dark:focus {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .sm\:focus\:u-shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .sm\:focus\:u-shadow-lg-dark:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .sm\:focus\:u-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .sm\:focus\:u-shadow-inner-bottom:focus {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .sm\:focus\:u-shadow-outline:focus {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .sm\:focus\:u-shadow-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .sm\:focus\:u-shadow-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .sm\:focus\:u-shadow-outline-tertiary:focus {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .sm\:focus\:u-shadow-outline-black:focus {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .sm\:focus\:u-shadow-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .sm\:focus\:u-shadow-none:focus {
    box-shadow: none !important;
  }

  .sm\:focus\:u-shadow-media:focus {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .sm\:focus\:u-shadow-media-sm:focus {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .sm\:focus\:u-shadow-media-var:focus {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .sm\:focus\:u-shadow-media-var-sm:focus {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .sm\:focus\:u-shadow-media-business:focus {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .sm\:focus\:u-shadow-media-business-sm:focus {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .sm\:focus\:u-shadow-outline-black-faint-and-thin:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .sm\:focus-within\:u-shadow:focus-within {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .sm\:focus-within\:u-shadow-md:focus-within {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .sm\:focus-within\:u-shadow-md-dark:focus-within {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .sm\:focus-within\:u-shadow-lg:focus-within {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .sm\:focus-within\:u-shadow-lg-dark:focus-within {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .sm\:focus-within\:u-shadow-inner:focus-within {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .sm\:focus-within\:u-shadow-inner-bottom:focus-within {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .sm\:focus-within\:u-shadow-outline:focus-within {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .sm\:focus-within\:u-shadow-outline-primary:focus-within {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .sm\:focus-within\:u-shadow-outline-secondary:focus-within {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .sm\:focus-within\:u-shadow-outline-tertiary:focus-within {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .sm\:focus-within\:u-shadow-outline-black:focus-within {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .sm\:focus-within\:u-shadow-outline-dark:focus-within {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .sm\:focus-within\:u-shadow-none:focus-within {
    box-shadow: none !important;
  }

  .sm\:focus-within\:u-shadow-media:focus-within {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .sm\:focus-within\:u-shadow-media-sm:focus-within {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .sm\:focus-within\:u-shadow-media-var:focus-within {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .sm\:focus-within\:u-shadow-media-var-sm:focus-within {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .sm\:focus-within\:u-shadow-media-business:focus-within {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .sm\:focus-within\:u-shadow-media-business-sm:focus-within {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .sm\:focus-within\:u-shadow-outline-black-faint-and-thin:focus-within {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .sm\:hocus\:u-shadow:hover,
  .sm\:hocus\:u-shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .sm\:hocus\:u-shadow-md:hover,
  .sm\:hocus\:u-shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .sm\:hocus\:u-shadow-md-dark:hover,
  .sm\:hocus\:u-shadow-md-dark:focus {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .sm\:hocus\:u-shadow-lg:hover,
  .sm\:hocus\:u-shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .sm\:hocus\:u-shadow-lg-dark:hover,
  .sm\:hocus\:u-shadow-lg-dark:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .sm\:hocus\:u-shadow-inner:hover,
  .sm\:hocus\:u-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .sm\:hocus\:u-shadow-inner-bottom:hover,
  .sm\:hocus\:u-shadow-inner-bottom:focus {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .sm\:hocus\:u-shadow-outline:hover,
  .sm\:hocus\:u-shadow-outline:focus {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .sm\:hocus\:u-shadow-outline-primary:hover,
  .sm\:hocus\:u-shadow-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .sm\:hocus\:u-shadow-outline-secondary:hover,
  .sm\:hocus\:u-shadow-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .sm\:hocus\:u-shadow-outline-tertiary:hover,
  .sm\:hocus\:u-shadow-outline-tertiary:focus {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .sm\:hocus\:u-shadow-outline-black:hover,
  .sm\:hocus\:u-shadow-outline-black:focus {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .sm\:hocus\:u-shadow-outline-dark:hover,
  .sm\:hocus\:u-shadow-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .sm\:hocus\:u-shadow-none:hover,
  .sm\:hocus\:u-shadow-none:focus {
    box-shadow: none !important;
  }

  .sm\:hocus\:u-shadow-media:hover,
  .sm\:hocus\:u-shadow-media:focus {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .sm\:hocus\:u-shadow-media-sm:hover,
  .sm\:hocus\:u-shadow-media-sm:focus {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .sm\:hocus\:u-shadow-media-var:hover,
  .sm\:hocus\:u-shadow-media-var:focus {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .sm\:hocus\:u-shadow-media-var-sm:hover,
  .sm\:hocus\:u-shadow-media-var-sm:focus {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .sm\:hocus\:u-shadow-media-business:hover,
  .sm\:hocus\:u-shadow-media-business:focus {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .sm\:hocus\:u-shadow-media-business-sm:hover,
  .sm\:hocus\:u-shadow-media-business-sm:focus {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .sm\:hocus\:u-shadow-outline-black-faint-and-thin:hover,
  .sm\:hocus\:u-shadow-outline-black-faint-and-thin:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .sm\:u-table-auto {
    table-layout: auto !important;
  }

  .sm\:u-table-fixed {
    table-layout: fixed !important;
  }

  .sm\:u-text-left {
    text-align: left !important;
  }

  .sm\:u-text-center {
    text-align: center !important;
  }

  .sm\:u-text-right {
    text-align: right !important;
  }

  .sm\:u-text-justify {
    text-align: justify !important;
  }

  .sm\:u-text-transparent {
    color: transparent !important;
  }

  .sm\:u-text-current-color {
    color: currentColor !important;
  }

  .sm\:u-text-inherit {
    color: inherit !important;
  }

  .sm\:u-text-purple {
    color: #68246d !important;
  }

  .sm\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .sm\:u-text-yellow {
    color: #ffd53a !important;
  }

  .sm\:u-text-cyan {
    color: #00aeef !important;
  }

  .sm\:u-text-blue {
    color: #409ddd !important;
  }

  .sm\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .sm\:u-text-red {
    color: #be1e2c !important;
  }

  .sm\:u-text-gold {
    color: #afa961 !important;
  }

  .sm\:u-text-ink-100 {
    color: #002337 !important;
  }

  .sm\:u-text-stone {
    color: #dacda2 !important;
  }

  .sm\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .sm\:u-text-heather {
    color: #cba8b1 !important;
  }

  .sm\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .sm\:u-text-business {
    color: #b3bdb1 !important;
  }

  .sm\:u-text-black {
    color: #333123 !important;
  }

  .sm\:u-text-white {
    color: #fff !important;
  }

  .sm\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .sm\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .sm\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .sm\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .sm\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .sm\:u-text-grey-300 {
    color: #64696c !important;
  }

  .sm\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .sm\:u-text-youtube {
    color: #f00 !important;
  }

  .sm\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .sm\:u-text-facebook {
    color: #3b5998 !important;
  }

  .sm\:u-text-instagram {
    color: #444 !important;
  }

  .sm\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .sm\:u-text-college {
    color: #00664f !important;
  }

  .sm\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .sm\:u-text-coll-grey {
    color: #af272f !important;
  }

  .sm\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .sm\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .sm\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .sm\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .sm\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .sm\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .sm\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .sm\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .sm\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .sm\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .sm\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .sm\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .sm\:u-text-coll-university {
    color: #862633 !important;
  }

  .sm\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .sm\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .sm\:u-text-primary {
    color: #68246d !important;
  }

  .sm\:u-text-secondary {
    color: #ffd53a !important;
  }

  .sm\:u-text-tertiary {
    color: #00aeef !important;
  }

  .sm\:u-text-success {
    color: #449d44 !important;
  }

  .sm\:u-text-danger {
    color: #be1e2c !important;
  }

  .sm\:u-text-warning {
    color: #da611e !important;
  }

  .sm\:u-text-info {
    color: #1180a1 !important;
  }

  .sm\:u-text-light {
    color: #fff !important;
  }

  .sm\:u-text-dark {
    color: #333123 !important;
  }

  .sm\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .sm\:u-text-purple--light {
    color: #74287a !important;
  }

  .sm\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .sm\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .sm\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .sm\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .sm\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .sm\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .sm\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .sm\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .sm\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .sm\:u-text-light-green--light {
    color: #fff !important;
  }

  .sm\:u-text-red--dark {
    color: #981823 !important;
  }

  .sm\:u-text-red--light {
    color: #d52231 !important;
  }

  .sm\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .sm\:u-text-gold--light {
    color: #bab577 !important;
  }

  .sm\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .sm\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .sm\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .sm\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .sm\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .sm\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .sm\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .sm\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .sm\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .sm\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .sm\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .sm\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .sm\:u-text-black--dark {
    color: #29271c !important;
  }

  .sm\:u-text-black--light {
    color: #393727 !important;
  }

  .sm\:u-text-white--dark {
    color: #ccc !important;
  }

  .sm\:u-text-white--light {
    color: #fff !important;
  }

  .sm\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .sm\:u-text-grey-25--light {
    color: #fff !important;
  }

  .sm\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .sm\:u-text-grey-50--light {
    color: #fff !important;
  }

  .sm\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .sm\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .sm\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .sm\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .sm\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .sm\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .sm\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .sm\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .sm\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .sm\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .sm\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .sm\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .sm\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .sm\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .sm\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .sm\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .sm\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .sm\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .sm\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .sm\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .sm\:u-text-college--dark {
    color: #00523f !important;
  }

  .sm\:u-text-college--light {
    color: #007258 !important;
  }

  .sm\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .sm\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .sm\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .sm\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .sm\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .sm\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .sm\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .sm\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .sm\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .sm\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .sm\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .sm\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .sm\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .sm\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .sm\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .sm\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .sm\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .sm\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .sm\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .sm\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .sm\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .sm\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .sm\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .sm\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .sm\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .sm\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .sm\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .sm\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .sm\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .sm\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .sm\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .sm\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .sm\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .sm\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .sm\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .sm\:u-text-primary--light {
    color: #74287a !important;
  }

  .sm\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .sm\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .sm\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .sm\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .sm\:u-text-success--dark {
    color: #367e36 !important;
  }

  .sm\:u-text-success--light {
    color: #4cb04c !important;
  }

  .sm\:u-text-danger--dark {
    color: #981823 !important;
  }

  .sm\:u-text-danger--light {
    color: #d52231 !important;
  }

  .sm\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .sm\:u-text-warning--light {
    color: #e37233 !important;
  }

  .sm\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .sm\:u-text-info--light {
    color: #138fb4 !important;
  }

  .sm\:u-text-light--dark {
    color: #ccc !important;
  }

  .sm\:u-text-light--light {
    color: #fff !important;
  }

  .sm\:u-text-dark--dark {
    color: #29271c !important;
  }

  .sm\:u-text-dark--light {
    color: #393727 !important;
  }

  .sm\:hover\:u-text-transparent:hover {
    color: transparent !important;
  }

  .sm\:hover\:u-text-current-color:hover {
    color: currentColor !important;
  }

  .sm\:hover\:u-text-inherit:hover {
    color: inherit !important;
  }

  .sm\:hover\:u-text-purple:hover {
    color: #68246d !important;
  }

  .sm\:hover\:u-text-darkpurple:hover {
    color: #571b4f !important;
  }

  .sm\:hover\:u-text-yellow:hover {
    color: #ffd53a !important;
  }

  .sm\:hover\:u-text-cyan:hover {
    color: #00aeef !important;
  }

  .sm\:hover\:u-text-blue:hover {
    color: #409ddd !important;
  }

  .sm\:hover\:u-text-light-green:hover {
    color: #e2f4e9 !important;
  }

  .sm\:hover\:u-text-red:hover {
    color: #be1e2c !important;
  }

  .sm\:hover\:u-text-gold:hover {
    color: #afa961 !important;
  }

  .sm\:hover\:u-text-ink-100:hover {
    color: #002337 !important;
  }

  .sm\:hover\:u-text-stone:hover {
    color: #dacda2 !important;
  }

  .sm\:hover\:u-text-sky:hover {
    color: #a5c8d0 !important;
  }

  .sm\:hover\:u-text-heather:hover {
    color: #cba8b1 !important;
  }

  .sm\:hover\:u-text-cedar:hover {
    color: #b6aaa7 !important;
  }

  .sm\:hover\:u-text-business:hover {
    color: #b3bdb1 !important;
  }

  .sm\:hover\:u-text-black:hover {
    color: #333123 !important;
  }

  .sm\:hover\:u-text-white:hover {
    color: #fff !important;
  }

  .sm\:hover\:u-text-grey-25:hover {
    color: #f7f7f7 !important;
  }

  .sm\:hover\:u-text-grey-50:hover {
    color: #ebebeb !important;
  }

  .sm\:hover\:u-text-grey-75:hover {
    color: #d9d9d9 !important;
  }

  .sm\:hover\:u-text-grey-100:hover {
    color: #afb4b6 !important;
  }

  .sm\:hover\:u-text-grey-200:hover {
    color: #898e91 !important;
  }

  .sm\:hover\:u-text-grey-300:hover {
    color: #64696c !important;
  }

  .sm\:hover\:u-text-grey-400:hover {
    color: #3c3c3b !important;
  }

  .sm\:hover\:u-text-youtube:hover {
    color: #f00 !important;
  }

  .sm\:hover\:u-text-twitter:hover {
    color: #1da1f2 !important;
  }

  .sm\:hover\:u-text-facebook:hover {
    color: #3b5998 !important;
  }

  .sm\:hover\:u-text-instagram:hover {
    color: #444 !important;
  }

  .sm\:hover\:u-text-linkedin:hover {
    color: #0077b5 !important;
  }

  .sm\:hover\:u-text-college:hover {
    color: #00664f !important;
  }

  .sm\:hover\:u-text-coll-collingwood:hover {
    color: #d22630 !important;
  }

  .sm\:hover\:u-text-coll-grey:hover {
    color: #af272f !important;
  }

  .sm\:hover\:u-text-coll-hatfield:hover {
    color: #003865 !important;
  }

  .sm\:hover\:u-text-coll-johnsnow:hover {
    color: #003865 !important;
  }

  .sm\:hover\:u-text-coll-jbutler:hover {
    color: #d22630 !important;
  }

  .sm\:hover\:u-text-coll-south-college:hover {
    color: #68246d !important;
  }

  .sm\:hover\:u-text-coll-staidans:hover {
    color: #006747 !important;
  }

  .sm\:hover\:u-text-coll-stchads:hover {
    color: #00573f !important;
  }

  .sm\:hover\:u-text-coll-stcuthberts:hover {
    color: #00664f !important;
  }

  .sm\:hover\:u-text-coll-sthild:hover {
    color: #0072ce !important;
  }

  .sm\:hover\:u-text-coll-stjohns:hover {
    color: #1b365d !important;
  }

  .sm\:hover\:u-text-coll-stmarys:hover {
    color: #753bbd !important;
  }

  .sm\:hover\:u-text-coll-stephenson:hover {
    color: #d22630 !important;
  }

  .sm\:hover\:u-text-coll-trevelyan:hover {
    color: #003865 !important;
  }

  .sm\:hover\:u-text-coll-university:hover {
    color: #862633 !important;
  }

  .sm\:hover\:u-text-coll-ustinov:hover {
    color: #003865 !important;
  }

  .sm\:hover\:u-text-coll-vanmildert:hover {
    color: #ee2737 !important;
  }

  .sm\:hover\:u-text-primary:hover {
    color: #68246d !important;
  }

  .sm\:hover\:u-text-secondary:hover {
    color: #ffd53a !important;
  }

  .sm\:hover\:u-text-tertiary:hover {
    color: #00aeef !important;
  }

  .sm\:hover\:u-text-success:hover {
    color: #449d44 !important;
  }

  .sm\:hover\:u-text-danger:hover {
    color: #be1e2c !important;
  }

  .sm\:hover\:u-text-warning:hover {
    color: #da611e !important;
  }

  .sm\:hover\:u-text-info:hover {
    color: #1180a1 !important;
  }

  .sm\:hover\:u-text-light:hover {
    color: #fff !important;
  }

  .sm\:hover\:u-text-dark:hover {
    color: #333123 !important;
  }

  .sm\:hover\:u-text-purple--dark:hover {
    color: #531d57 !important;
  }

  .sm\:hover\:u-text-purple--light:hover {
    color: #74287a !important;
  }

  .sm\:hover\:u-text-darkpurple--dark:hover {
    color: #46163f !important;
  }

  .sm\:hover\:u-text-darkpurple--light:hover {
    color: #611e58 !important;
  }

  .sm\:hover\:u-text-yellow--dark:hover {
    color: #fac500 !important;
  }

  .sm\:hover\:u-text-yellow--light:hover {
    color: #ffdd60 !important;
  }

  .sm\:hover\:u-text-cyan--dark:hover {
    color: #008bbf !important;
  }

  .sm\:hover\:u-text-cyan--light:hover {
    color: #0dbdff !important;
  }

  .sm\:hover\:u-text-blue--dark:hover {
    color: #2281c2 !important;
  }

  .sm\:hover\:u-text-blue--light:hover {
    color: #5dace2 !important;
  }

  .sm\:hover\:u-text-light-green--dark:hover {
    color: #9edab5 !important;
  }

  .sm\:hover\:u-text-light-green--light:hover {
    color: #fff !important;
  }

  .sm\:hover\:u-text-red--dark:hover {
    color: #981823 !important;
  }

  .sm\:hover\:u-text-red--light:hover {
    color: #d52231 !important;
  }

  .sm\:hover\:u-text-gold--dark:hover {
    color: #908b49 !important;
  }

  .sm\:hover\:u-text-gold--light:hover {
    color: #bab577 !important;
  }

  .sm\:hover\:u-text-ink-100--dark:hover {
    color: #001c2c !important;
  }

  .sm\:hover\:u-text-ink-100--light:hover {
    color: #00273e !important;
  }

  .sm\:hover\:u-text-stone--dark:hover {
    color: #c4b06c !important;
  }

  .sm\:hover\:u-text-stone--light:hover {
    color: #e7dfc3 !important;
  }

  .sm\:hover\:u-text-sky--dark:hover {
    color: #74aab6 !important;
  }

  .sm\:hover\:u-text-sky--light:hover {
    color: #c2dadf !important;
  }

  .sm\:hover\:u-text-heather--dark:hover {
    color: #af7a87 !important;
  }

  .sm\:hover\:u-text-heather--light:hover {
    color: #dcc4ca !important;
  }

  .sm\:hover\:u-text-cedar--dark:hover {
    color: #968581 !important;
  }

  .sm\:hover\:u-text-cedar--light:hover {
    color: #c9c0be !important;
  }

  .sm\:hover\:u-text-business--dark:hover {
    color: #8c9b89 !important;
  }

  .sm\:hover\:u-text-business--light:hover {
    color: #cad1c9 !important;
  }

  .sm\:hover\:u-text-black--dark:hover {
    color: #29271c !important;
  }

  .sm\:hover\:u-text-black--light:hover {
    color: #393727 !important;
  }

  .sm\:hover\:u-text-white--dark:hover {
    color: #ccc !important;
  }

  .sm\:hover\:u-text-white--light:hover {
    color: #fff !important;
  }

  .sm\:hover\:u-text-grey-25--dark:hover {
    color: #c6c6c6 !important;
  }

  .sm\:hover\:u-text-grey-25--light:hover {
    color: #fff !important;
  }

  .sm\:hover\:u-text-grey-50--dark:hover {
    color: #bcbcbc !important;
  }

  .sm\:hover\:u-text-grey-50--light:hover {
    color: #fff !important;
  }

  .sm\:hover\:u-text-grey-75--dark:hover {
    color: #aeaeae !important;
  }

  .sm\:hover\:u-text-grey-75--light:hover {
    color: #f3f3f3 !important;
  }

  .sm\:hover\:u-text-grey-100--dark:hover {
    color: #8a9194 !important;
  }

  .sm\:hover\:u-text-grey-100--light:hover {
    color: #c5c9ca !important;
  }

  .sm\:hover\:u-text-grey-200--dark:hover {
    color: #6d7275 !important;
  }

  .sm\:hover\:u-text-grey-200--light:hover {
    color: #9b9fa1 !important;
  }

  .sm\:hover\:u-text-grey-300--dark:hover {
    color: #505456 !important;
  }

  .sm\:hover\:u-text-grey-300--light:hover {
    color: #707679 !important;
  }

  .sm\:hover\:u-text-grey-400--dark:hover {
    color: #30302f !important;
  }

  .sm\:hover\:u-text-grey-400--light:hover {
    color: #434342 !important;
  }

  .sm\:hover\:u-text-youtube--dark:hover {
    color: #c00 !important;
  }

  .sm\:hover\:u-text-youtube--light:hover {
    color: #ff1f1f !important;
  }

  .sm\:hover\:u-text-twitter--dark:hover {
    color: #0c84cd !important;
  }

  .sm\:hover\:u-text-twitter--light:hover {
    color: #3caef4 !important;
  }

  .sm\:hover\:u-text-facebook--dark:hover {
    color: #2f477a !important;
  }

  .sm\:hover\:u-text-facebook--light:hover {
    color: #4264aa !important;
  }

  .sm\:hover\:u-text-instagram--dark:hover {
    color: #363636 !important;
  }

  .sm\:hover\:u-text-instagram--light:hover {
    color: #4c4c4c !important;
  }

  .sm\:hover\:u-text-linkedin--dark:hover {
    color: #005f91 !important;
  }

  .sm\:hover\:u-text-linkedin--light:hover {
    color: #0085cb !important;
  }

  .sm\:hover\:u-text-college--dark:hover {
    color: #00523f !important;
  }

  .sm\:hover\:u-text-college--light:hover {
    color: #007258 !important;
  }

  .sm\:hover\:u-text-coll-collingwood--dark:hover {
    color: #a81e26 !important;
  }

  .sm\:hover\:u-text-coll-collingwood--light:hover {
    color: #db3a44 !important;
  }

  .sm\:hover\:u-text-coll-grey--dark:hover {
    color: #8c1f26 !important;
  }

  .sm\:hover\:u-text-coll-grey--light:hover {
    color: #c42c35 !important;
  }

  .sm\:hover\:u-text-coll-hatfield--dark:hover {
    color: #002d51 !important;
  }

  .sm\:hover\:u-text-coll-hatfield--light:hover {
    color: #003f71 !important;
  }

  .sm\:hover\:u-text-coll-johnsnow--dark:hover {
    color: #002d51 !important;
  }

  .sm\:hover\:u-text-coll-johnsnow--light:hover {
    color: #003f71 !important;
  }

  .sm\:hover\:u-text-coll-jbutler--dark:hover {
    color: #a81e26 !important;
  }

  .sm\:hover\:u-text-coll-jbutler--light:hover {
    color: #db3a44 !important;
  }

  .sm\:hover\:u-text-coll-south-college--dark:hover {
    color: #531d57 !important;
  }

  .sm\:hover\:u-text-coll-south-college--light:hover {
    color: #74287a !important;
  }

  .sm\:hover\:u-text-coll-staidans--dark:hover {
    color: #005239 !important;
  }

  .sm\:hover\:u-text-coll-staidans--light:hover {
    color: #007350 !important;
  }

  .sm\:hover\:u-text-coll-stchads--dark:hover {
    color: #004632 !important;
  }

  .sm\:hover\:u-text-coll-stchads--light:hover {
    color: #006147 !important;
  }

  .sm\:hover\:u-text-coll-stcuthberts--dark:hover {
    color: #00523f !important;
  }

  .sm\:hover\:u-text-coll-stcuthberts--light:hover {
    color: #007258 !important;
  }

  .sm\:hover\:u-text-coll-sthild--dark:hover {
    color: #005ba5 !important;
  }

  .sm\:hover\:u-text-coll-sthild--light:hover {
    color: #0080e7 !important;
  }

  .sm\:hover\:u-text-coll-stjohns--dark:hover {
    color: #162b4a !important;
  }

  .sm\:hover\:u-text-coll-stjohns--light:hover {
    color: #1e3c68 !important;
  }

  .sm\:hover\:u-text-coll-stmarys--dark:hover {
    color: #5e2f97 !important;
  }

  .sm\:hover\:u-text-coll-stmarys--light:hover {
    color: #844ec8 !important;
  }

  .sm\:hover\:u-text-coll-stephenson--dark:hover {
    color: #a81e26 !important;
  }

  .sm\:hover\:u-text-coll-stephenson--light:hover {
    color: #db3a44 !important;
  }

  .sm\:hover\:u-text-coll-trevelyan--dark:hover {
    color: #002d51 !important;
  }

  .sm\:hover\:u-text-coll-trevelyan--light:hover {
    color: #003f71 !important;
  }

  .sm\:hover\:u-text-coll-university--dark:hover {
    color: #6b1e29 !important;
  }

  .sm\:hover\:u-text-coll-university--light:hover {
    color: #962b39 !important;
  }

  .sm\:hover\:u-text-coll-ustinov--dark:hover {
    color: #002d51 !important;
  }

  .sm\:hover\:u-text-coll-ustinov--light:hover {
    color: #003f71 !important;
  }

  .sm\:hover\:u-text-coll-vanmildert--dark:hover {
    color: #cd101f !important;
  }

  .sm\:hover\:u-text-coll-vanmildert--light:hover {
    color: #f04654 !important;
  }

  .sm\:hover\:u-text-primary--dark:hover {
    color: #531d57 !important;
  }

  .sm\:hover\:u-text-primary--light:hover {
    color: #74287a !important;
  }

  .sm\:hover\:u-text-secondary--dark:hover {
    color: #fac500 !important;
  }

  .sm\:hover\:u-text-secondary--light:hover {
    color: #ffdd60 !important;
  }

  .sm\:hover\:u-text-tertiary--dark:hover {
    color: #008bbf !important;
  }

  .sm\:hover\:u-text-tertiary--light:hover {
    color: #0dbdff !important;
  }

  .sm\:hover\:u-text-success--dark:hover {
    color: #367e36 !important;
  }

  .sm\:hover\:u-text-success--light:hover {
    color: #4cb04c !important;
  }

  .sm\:hover\:u-text-danger--dark:hover {
    color: #981823 !important;
  }

  .sm\:hover\:u-text-danger--light:hover {
    color: #d52231 !important;
  }

  .sm\:hover\:u-text-warning--dark:hover {
    color: #ae4e18 !important;
  }

  .sm\:hover\:u-text-warning--light:hover {
    color: #e37233 !important;
  }

  .sm\:hover\:u-text-info--dark:hover {
    color: #0e6681 !important;
  }

  .sm\:hover\:u-text-info--light:hover {
    color: #138fb4 !important;
  }

  .sm\:hover\:u-text-light--dark:hover {
    color: #ccc !important;
  }

  .sm\:hover\:u-text-light--light:hover {
    color: #fff !important;
  }

  .sm\:hover\:u-text-dark--dark:hover {
    color: #29271c !important;
  }

  .sm\:hover\:u-text-dark--light:hover {
    color: #393727 !important;
  }

  .sm\:focus\:u-text-transparent:focus {
    color: transparent !important;
  }

  .sm\:focus\:u-text-current-color:focus {
    color: currentColor !important;
  }

  .sm\:focus\:u-text-inherit:focus {
    color: inherit !important;
  }

  .sm\:focus\:u-text-purple:focus {
    color: #68246d !important;
  }

  .sm\:focus\:u-text-darkpurple:focus {
    color: #571b4f !important;
  }

  .sm\:focus\:u-text-yellow:focus {
    color: #ffd53a !important;
  }

  .sm\:focus\:u-text-cyan:focus {
    color: #00aeef !important;
  }

  .sm\:focus\:u-text-blue:focus {
    color: #409ddd !important;
  }

  .sm\:focus\:u-text-light-green:focus {
    color: #e2f4e9 !important;
  }

  .sm\:focus\:u-text-red:focus {
    color: #be1e2c !important;
  }

  .sm\:focus\:u-text-gold:focus {
    color: #afa961 !important;
  }

  .sm\:focus\:u-text-ink-100:focus {
    color: #002337 !important;
  }

  .sm\:focus\:u-text-stone:focus {
    color: #dacda2 !important;
  }

  .sm\:focus\:u-text-sky:focus {
    color: #a5c8d0 !important;
  }

  .sm\:focus\:u-text-heather:focus {
    color: #cba8b1 !important;
  }

  .sm\:focus\:u-text-cedar:focus {
    color: #b6aaa7 !important;
  }

  .sm\:focus\:u-text-business:focus {
    color: #b3bdb1 !important;
  }

  .sm\:focus\:u-text-black:focus {
    color: #333123 !important;
  }

  .sm\:focus\:u-text-white:focus {
    color: #fff !important;
  }

  .sm\:focus\:u-text-grey-25:focus {
    color: #f7f7f7 !important;
  }

  .sm\:focus\:u-text-grey-50:focus {
    color: #ebebeb !important;
  }

  .sm\:focus\:u-text-grey-75:focus {
    color: #d9d9d9 !important;
  }

  .sm\:focus\:u-text-grey-100:focus {
    color: #afb4b6 !important;
  }

  .sm\:focus\:u-text-grey-200:focus {
    color: #898e91 !important;
  }

  .sm\:focus\:u-text-grey-300:focus {
    color: #64696c !important;
  }

  .sm\:focus\:u-text-grey-400:focus {
    color: #3c3c3b !important;
  }

  .sm\:focus\:u-text-youtube:focus {
    color: #f00 !important;
  }

  .sm\:focus\:u-text-twitter:focus {
    color: #1da1f2 !important;
  }

  .sm\:focus\:u-text-facebook:focus {
    color: #3b5998 !important;
  }

  .sm\:focus\:u-text-instagram:focus {
    color: #444 !important;
  }

  .sm\:focus\:u-text-linkedin:focus {
    color: #0077b5 !important;
  }

  .sm\:focus\:u-text-college:focus {
    color: #00664f !important;
  }

  .sm\:focus\:u-text-coll-collingwood:focus {
    color: #d22630 !important;
  }

  .sm\:focus\:u-text-coll-grey:focus {
    color: #af272f !important;
  }

  .sm\:focus\:u-text-coll-hatfield:focus {
    color: #003865 !important;
  }

  .sm\:focus\:u-text-coll-johnsnow:focus {
    color: #003865 !important;
  }

  .sm\:focus\:u-text-coll-jbutler:focus {
    color: #d22630 !important;
  }

  .sm\:focus\:u-text-coll-south-college:focus {
    color: #68246d !important;
  }

  .sm\:focus\:u-text-coll-staidans:focus {
    color: #006747 !important;
  }

  .sm\:focus\:u-text-coll-stchads:focus {
    color: #00573f !important;
  }

  .sm\:focus\:u-text-coll-stcuthberts:focus {
    color: #00664f !important;
  }

  .sm\:focus\:u-text-coll-sthild:focus {
    color: #0072ce !important;
  }

  .sm\:focus\:u-text-coll-stjohns:focus {
    color: #1b365d !important;
  }

  .sm\:focus\:u-text-coll-stmarys:focus {
    color: #753bbd !important;
  }

  .sm\:focus\:u-text-coll-stephenson:focus {
    color: #d22630 !important;
  }

  .sm\:focus\:u-text-coll-trevelyan:focus {
    color: #003865 !important;
  }

  .sm\:focus\:u-text-coll-university:focus {
    color: #862633 !important;
  }

  .sm\:focus\:u-text-coll-ustinov:focus {
    color: #003865 !important;
  }

  .sm\:focus\:u-text-coll-vanmildert:focus {
    color: #ee2737 !important;
  }

  .sm\:focus\:u-text-primary:focus {
    color: #68246d !important;
  }

  .sm\:focus\:u-text-secondary:focus {
    color: #ffd53a !important;
  }

  .sm\:focus\:u-text-tertiary:focus {
    color: #00aeef !important;
  }

  .sm\:focus\:u-text-success:focus {
    color: #449d44 !important;
  }

  .sm\:focus\:u-text-danger:focus {
    color: #be1e2c !important;
  }

  .sm\:focus\:u-text-warning:focus {
    color: #da611e !important;
  }

  .sm\:focus\:u-text-info:focus {
    color: #1180a1 !important;
  }

  .sm\:focus\:u-text-light:focus {
    color: #fff !important;
  }

  .sm\:focus\:u-text-dark:focus {
    color: #333123 !important;
  }

  .sm\:focus\:u-text-purple--dark:focus {
    color: #531d57 !important;
  }

  .sm\:focus\:u-text-purple--light:focus {
    color: #74287a !important;
  }

  .sm\:focus\:u-text-darkpurple--dark:focus {
    color: #46163f !important;
  }

  .sm\:focus\:u-text-darkpurple--light:focus {
    color: #611e58 !important;
  }

  .sm\:focus\:u-text-yellow--dark:focus {
    color: #fac500 !important;
  }

  .sm\:focus\:u-text-yellow--light:focus {
    color: #ffdd60 !important;
  }

  .sm\:focus\:u-text-cyan--dark:focus {
    color: #008bbf !important;
  }

  .sm\:focus\:u-text-cyan--light:focus {
    color: #0dbdff !important;
  }

  .sm\:focus\:u-text-blue--dark:focus {
    color: #2281c2 !important;
  }

  .sm\:focus\:u-text-blue--light:focus {
    color: #5dace2 !important;
  }

  .sm\:focus\:u-text-light-green--dark:focus {
    color: #9edab5 !important;
  }

  .sm\:focus\:u-text-light-green--light:focus {
    color: #fff !important;
  }

  .sm\:focus\:u-text-red--dark:focus {
    color: #981823 !important;
  }

  .sm\:focus\:u-text-red--light:focus {
    color: #d52231 !important;
  }

  .sm\:focus\:u-text-gold--dark:focus {
    color: #908b49 !important;
  }

  .sm\:focus\:u-text-gold--light:focus {
    color: #bab577 !important;
  }

  .sm\:focus\:u-text-ink-100--dark:focus {
    color: #001c2c !important;
  }

  .sm\:focus\:u-text-ink-100--light:focus {
    color: #00273e !important;
  }

  .sm\:focus\:u-text-stone--dark:focus {
    color: #c4b06c !important;
  }

  .sm\:focus\:u-text-stone--light:focus {
    color: #e7dfc3 !important;
  }

  .sm\:focus\:u-text-sky--dark:focus {
    color: #74aab6 !important;
  }

  .sm\:focus\:u-text-sky--light:focus {
    color: #c2dadf !important;
  }

  .sm\:focus\:u-text-heather--dark:focus {
    color: #af7a87 !important;
  }

  .sm\:focus\:u-text-heather--light:focus {
    color: #dcc4ca !important;
  }

  .sm\:focus\:u-text-cedar--dark:focus {
    color: #968581 !important;
  }

  .sm\:focus\:u-text-cedar--light:focus {
    color: #c9c0be !important;
  }

  .sm\:focus\:u-text-business--dark:focus {
    color: #8c9b89 !important;
  }

  .sm\:focus\:u-text-business--light:focus {
    color: #cad1c9 !important;
  }

  .sm\:focus\:u-text-black--dark:focus {
    color: #29271c !important;
  }

  .sm\:focus\:u-text-black--light:focus {
    color: #393727 !important;
  }

  .sm\:focus\:u-text-white--dark:focus {
    color: #ccc !important;
  }

  .sm\:focus\:u-text-white--light:focus {
    color: #fff !important;
  }

  .sm\:focus\:u-text-grey-25--dark:focus {
    color: #c6c6c6 !important;
  }

  .sm\:focus\:u-text-grey-25--light:focus {
    color: #fff !important;
  }

  .sm\:focus\:u-text-grey-50--dark:focus {
    color: #bcbcbc !important;
  }

  .sm\:focus\:u-text-grey-50--light:focus {
    color: #fff !important;
  }

  .sm\:focus\:u-text-grey-75--dark:focus {
    color: #aeaeae !important;
  }

  .sm\:focus\:u-text-grey-75--light:focus {
    color: #f3f3f3 !important;
  }

  .sm\:focus\:u-text-grey-100--dark:focus {
    color: #8a9194 !important;
  }

  .sm\:focus\:u-text-grey-100--light:focus {
    color: #c5c9ca !important;
  }

  .sm\:focus\:u-text-grey-200--dark:focus {
    color: #6d7275 !important;
  }

  .sm\:focus\:u-text-grey-200--light:focus {
    color: #9b9fa1 !important;
  }

  .sm\:focus\:u-text-grey-300--dark:focus {
    color: #505456 !important;
  }

  .sm\:focus\:u-text-grey-300--light:focus {
    color: #707679 !important;
  }

  .sm\:focus\:u-text-grey-400--dark:focus {
    color: #30302f !important;
  }

  .sm\:focus\:u-text-grey-400--light:focus {
    color: #434342 !important;
  }

  .sm\:focus\:u-text-youtube--dark:focus {
    color: #c00 !important;
  }

  .sm\:focus\:u-text-youtube--light:focus {
    color: #ff1f1f !important;
  }

  .sm\:focus\:u-text-twitter--dark:focus {
    color: #0c84cd !important;
  }

  .sm\:focus\:u-text-twitter--light:focus {
    color: #3caef4 !important;
  }

  .sm\:focus\:u-text-facebook--dark:focus {
    color: #2f477a !important;
  }

  .sm\:focus\:u-text-facebook--light:focus {
    color: #4264aa !important;
  }

  .sm\:focus\:u-text-instagram--dark:focus {
    color: #363636 !important;
  }

  .sm\:focus\:u-text-instagram--light:focus {
    color: #4c4c4c !important;
  }

  .sm\:focus\:u-text-linkedin--dark:focus {
    color: #005f91 !important;
  }

  .sm\:focus\:u-text-linkedin--light:focus {
    color: #0085cb !important;
  }

  .sm\:focus\:u-text-college--dark:focus {
    color: #00523f !important;
  }

  .sm\:focus\:u-text-college--light:focus {
    color: #007258 !important;
  }

  .sm\:focus\:u-text-coll-collingwood--dark:focus {
    color: #a81e26 !important;
  }

  .sm\:focus\:u-text-coll-collingwood--light:focus {
    color: #db3a44 !important;
  }

  .sm\:focus\:u-text-coll-grey--dark:focus {
    color: #8c1f26 !important;
  }

  .sm\:focus\:u-text-coll-grey--light:focus {
    color: #c42c35 !important;
  }

  .sm\:focus\:u-text-coll-hatfield--dark:focus {
    color: #002d51 !important;
  }

  .sm\:focus\:u-text-coll-hatfield--light:focus {
    color: #003f71 !important;
  }

  .sm\:focus\:u-text-coll-johnsnow--dark:focus {
    color: #002d51 !important;
  }

  .sm\:focus\:u-text-coll-johnsnow--light:focus {
    color: #003f71 !important;
  }

  .sm\:focus\:u-text-coll-jbutler--dark:focus {
    color: #a81e26 !important;
  }

  .sm\:focus\:u-text-coll-jbutler--light:focus {
    color: #db3a44 !important;
  }

  .sm\:focus\:u-text-coll-south-college--dark:focus {
    color: #531d57 !important;
  }

  .sm\:focus\:u-text-coll-south-college--light:focus {
    color: #74287a !important;
  }

  .sm\:focus\:u-text-coll-staidans--dark:focus {
    color: #005239 !important;
  }

  .sm\:focus\:u-text-coll-staidans--light:focus {
    color: #007350 !important;
  }

  .sm\:focus\:u-text-coll-stchads--dark:focus {
    color: #004632 !important;
  }

  .sm\:focus\:u-text-coll-stchads--light:focus {
    color: #006147 !important;
  }

  .sm\:focus\:u-text-coll-stcuthberts--dark:focus {
    color: #00523f !important;
  }

  .sm\:focus\:u-text-coll-stcuthberts--light:focus {
    color: #007258 !important;
  }

  .sm\:focus\:u-text-coll-sthild--dark:focus {
    color: #005ba5 !important;
  }

  .sm\:focus\:u-text-coll-sthild--light:focus {
    color: #0080e7 !important;
  }

  .sm\:focus\:u-text-coll-stjohns--dark:focus {
    color: #162b4a !important;
  }

  .sm\:focus\:u-text-coll-stjohns--light:focus {
    color: #1e3c68 !important;
  }

  .sm\:focus\:u-text-coll-stmarys--dark:focus {
    color: #5e2f97 !important;
  }

  .sm\:focus\:u-text-coll-stmarys--light:focus {
    color: #844ec8 !important;
  }

  .sm\:focus\:u-text-coll-stephenson--dark:focus {
    color: #a81e26 !important;
  }

  .sm\:focus\:u-text-coll-stephenson--light:focus {
    color: #db3a44 !important;
  }

  .sm\:focus\:u-text-coll-trevelyan--dark:focus {
    color: #002d51 !important;
  }

  .sm\:focus\:u-text-coll-trevelyan--light:focus {
    color: #003f71 !important;
  }

  .sm\:focus\:u-text-coll-university--dark:focus {
    color: #6b1e29 !important;
  }

  .sm\:focus\:u-text-coll-university--light:focus {
    color: #962b39 !important;
  }

  .sm\:focus\:u-text-coll-ustinov--dark:focus {
    color: #002d51 !important;
  }

  .sm\:focus\:u-text-coll-ustinov--light:focus {
    color: #003f71 !important;
  }

  .sm\:focus\:u-text-coll-vanmildert--dark:focus {
    color: #cd101f !important;
  }

  .sm\:focus\:u-text-coll-vanmildert--light:focus {
    color: #f04654 !important;
  }

  .sm\:focus\:u-text-primary--dark:focus {
    color: #531d57 !important;
  }

  .sm\:focus\:u-text-primary--light:focus {
    color: #74287a !important;
  }

  .sm\:focus\:u-text-secondary--dark:focus {
    color: #fac500 !important;
  }

  .sm\:focus\:u-text-secondary--light:focus {
    color: #ffdd60 !important;
  }

  .sm\:focus\:u-text-tertiary--dark:focus {
    color: #008bbf !important;
  }

  .sm\:focus\:u-text-tertiary--light:focus {
    color: #0dbdff !important;
  }

  .sm\:focus\:u-text-success--dark:focus {
    color: #367e36 !important;
  }

  .sm\:focus\:u-text-success--light:focus {
    color: #4cb04c !important;
  }

  .sm\:focus\:u-text-danger--dark:focus {
    color: #981823 !important;
  }

  .sm\:focus\:u-text-danger--light:focus {
    color: #d52231 !important;
  }

  .sm\:focus\:u-text-warning--dark:focus {
    color: #ae4e18 !important;
  }

  .sm\:focus\:u-text-warning--light:focus {
    color: #e37233 !important;
  }

  .sm\:focus\:u-text-info--dark:focus {
    color: #0e6681 !important;
  }

  .sm\:focus\:u-text-info--light:focus {
    color: #138fb4 !important;
  }

  .sm\:focus\:u-text-light--dark:focus {
    color: #ccc !important;
  }

  .sm\:focus\:u-text-light--light:focus {
    color: #fff !important;
  }

  .sm\:focus\:u-text-dark--dark:focus {
    color: #29271c !important;
  }

  .sm\:focus\:u-text-dark--light:focus {
    color: #393727 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-transparent {
    color: transparent !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-current-color {
    color: currentColor !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-inherit {
    color: inherit !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-purple {
    color: #68246d !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-yellow {
    color: #ffd53a !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-cyan {
    color: #00aeef !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-blue {
    color: #409ddd !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-red {
    color: #be1e2c !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-gold {
    color: #afa961 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-ink-100 {
    color: #002337 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-stone {
    color: #dacda2 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-heather {
    color: #cba8b1 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-business {
    color: #b3bdb1 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-black {
    color: #333123 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-white {
    color: #fff !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-300 {
    color: #64696c !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-youtube {
    color: #f00 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-facebook {
    color: #3b5998 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-instagram {
    color: #444 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-college {
    color: #00664f !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-grey {
    color: #af272f !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-university {
    color: #862633 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-primary {
    color: #68246d !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-secondary {
    color: #ffd53a !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-tertiary {
    color: #00aeef !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-success {
    color: #449d44 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-danger {
    color: #be1e2c !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-warning {
    color: #da611e !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-info {
    color: #1180a1 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-light {
    color: #fff !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-dark {
    color: #333123 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-purple--light {
    color: #74287a !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-light-green--light {
    color: #fff !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-red--dark {
    color: #981823 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-red--light {
    color: #d52231 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-gold--light {
    color: #bab577 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-black--dark {
    color: #29271c !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-black--light {
    color: #393727 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-white--dark {
    color: #ccc !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-white--light {
    color: #fff !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-25--light {
    color: #fff !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-50--light {
    color: #fff !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-college--dark {
    color: #00523f !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-college--light {
    color: #007258 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-primary--light {
    color: #74287a !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-success--dark {
    color: #367e36 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-success--light {
    color: #4cb04c !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-danger--dark {
    color: #981823 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-danger--light {
    color: #d52231 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-warning--light {
    color: #e37233 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-info--light {
    color: #138fb4 !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-light--dark {
    color: #ccc !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-light--light {
    color: #fff !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-dark--dark {
    color: #29271c !important;
  }

  .ui-state-active .sm\:ui-active\:u-text-dark--light {
    color: #393727 !important;
  }

  .group:hover .sm\:group-hover\:u-text-transparent {
    color: transparent !important;
  }

  .group:hover .sm\:group-hover\:u-text-current-color {
    color: currentColor !important;
  }

  .group:hover .sm\:group-hover\:u-text-inherit {
    color: inherit !important;
  }

  .group:hover .sm\:group-hover\:u-text-purple {
    color: #68246d !important;
  }

  .group:hover .sm\:group-hover\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .group:hover .sm\:group-hover\:u-text-yellow {
    color: #ffd53a !important;
  }

  .group:hover .sm\:group-hover\:u-text-cyan {
    color: #00aeef !important;
  }

  .group:hover .sm\:group-hover\:u-text-blue {
    color: #409ddd !important;
  }

  .group:hover .sm\:group-hover\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .group:hover .sm\:group-hover\:u-text-red {
    color: #be1e2c !important;
  }

  .group:hover .sm\:group-hover\:u-text-gold {
    color: #afa961 !important;
  }

  .group:hover .sm\:group-hover\:u-text-ink-100 {
    color: #002337 !important;
  }

  .group:hover .sm\:group-hover\:u-text-stone {
    color: #dacda2 !important;
  }

  .group:hover .sm\:group-hover\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .group:hover .sm\:group-hover\:u-text-heather {
    color: #cba8b1 !important;
  }

  .group:hover .sm\:group-hover\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .group:hover .sm\:group-hover\:u-text-business {
    color: #b3bdb1 !important;
  }

  .group:hover .sm\:group-hover\:u-text-black {
    color: #333123 !important;
  }

  .group:hover .sm\:group-hover\:u-text-white {
    color: #fff !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-300 {
    color: #64696c !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .group:hover .sm\:group-hover\:u-text-youtube {
    color: #f00 !important;
  }

  .group:hover .sm\:group-hover\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .group:hover .sm\:group-hover\:u-text-facebook {
    color: #3b5998 !important;
  }

  .group:hover .sm\:group-hover\:u-text-instagram {
    color: #444 !important;
  }

  .group:hover .sm\:group-hover\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .group:hover .sm\:group-hover\:u-text-college {
    color: #00664f !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-grey {
    color: #af272f !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-university {
    color: #862633 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .group:hover .sm\:group-hover\:u-text-primary {
    color: #68246d !important;
  }

  .group:hover .sm\:group-hover\:u-text-secondary {
    color: #ffd53a !important;
  }

  .group:hover .sm\:group-hover\:u-text-tertiary {
    color: #00aeef !important;
  }

  .group:hover .sm\:group-hover\:u-text-success {
    color: #449d44 !important;
  }

  .group:hover .sm\:group-hover\:u-text-danger {
    color: #be1e2c !important;
  }

  .group:hover .sm\:group-hover\:u-text-warning {
    color: #da611e !important;
  }

  .group:hover .sm\:group-hover\:u-text-info {
    color: #1180a1 !important;
  }

  .group:hover .sm\:group-hover\:u-text-light {
    color: #fff !important;
  }

  .group:hover .sm\:group-hover\:u-text-dark {
    color: #333123 !important;
  }

  .group:hover .sm\:group-hover\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .group:hover .sm\:group-hover\:u-text-purple--light {
    color: #74287a !important;
  }

  .group:hover .sm\:group-hover\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .group:hover .sm\:group-hover\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .group:hover .sm\:group-hover\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .group:hover .sm\:group-hover\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .group:hover .sm\:group-hover\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .group:hover .sm\:group-hover\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .group:hover .sm\:group-hover\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .group:hover .sm\:group-hover\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .group:hover .sm\:group-hover\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .group:hover .sm\:group-hover\:u-text-light-green--light {
    color: #fff !important;
  }

  .group:hover .sm\:group-hover\:u-text-red--dark {
    color: #981823 !important;
  }

  .group:hover .sm\:group-hover\:u-text-red--light {
    color: #d52231 !important;
  }

  .group:hover .sm\:group-hover\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .group:hover .sm\:group-hover\:u-text-gold--light {
    color: #bab577 !important;
  }

  .group:hover .sm\:group-hover\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .group:hover .sm\:group-hover\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .group:hover .sm\:group-hover\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .group:hover .sm\:group-hover\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .group:hover .sm\:group-hover\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .group:hover .sm\:group-hover\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .group:hover .sm\:group-hover\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .group:hover .sm\:group-hover\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .group:hover .sm\:group-hover\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .group:hover .sm\:group-hover\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .group:hover .sm\:group-hover\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .group:hover .sm\:group-hover\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .group:hover .sm\:group-hover\:u-text-black--dark {
    color: #29271c !important;
  }

  .group:hover .sm\:group-hover\:u-text-black--light {
    color: #393727 !important;
  }

  .group:hover .sm\:group-hover\:u-text-white--dark {
    color: #ccc !important;
  }

  .group:hover .sm\:group-hover\:u-text-white--light {
    color: #fff !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-25--light {
    color: #fff !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-50--light {
    color: #fff !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .group:hover .sm\:group-hover\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .group:hover .sm\:group-hover\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .group:hover .sm\:group-hover\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .group:hover .sm\:group-hover\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .group:hover .sm\:group-hover\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .group:hover .sm\:group-hover\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .group:hover .sm\:group-hover\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .group:hover .sm\:group-hover\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .group:hover .sm\:group-hover\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .group:hover .sm\:group-hover\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .group:hover .sm\:group-hover\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .group:hover .sm\:group-hover\:u-text-college--dark {
    color: #00523f !important;
  }

  .group:hover .sm\:group-hover\:u-text-college--light {
    color: #007258 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .group:hover .sm\:group-hover\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .group:hover .sm\:group-hover\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .group:hover .sm\:group-hover\:u-text-primary--light {
    color: #74287a !important;
  }

  .group:hover .sm\:group-hover\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .group:hover .sm\:group-hover\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .group:hover .sm\:group-hover\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .group:hover .sm\:group-hover\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .group:hover .sm\:group-hover\:u-text-success--dark {
    color: #367e36 !important;
  }

  .group:hover .sm\:group-hover\:u-text-success--light {
    color: #4cb04c !important;
  }

  .group:hover .sm\:group-hover\:u-text-danger--dark {
    color: #981823 !important;
  }

  .group:hover .sm\:group-hover\:u-text-danger--light {
    color: #d52231 !important;
  }

  .group:hover .sm\:group-hover\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .group:hover .sm\:group-hover\:u-text-warning--light {
    color: #e37233 !important;
  }

  .group:hover .sm\:group-hover\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .group:hover .sm\:group-hover\:u-text-info--light {
    color: #138fb4 !important;
  }

  .group:hover .sm\:group-hover\:u-text-light--dark {
    color: #ccc !important;
  }

  .group:hover .sm\:group-hover\:u-text-light--light {
    color: #fff !important;
  }

  .group:hover .sm\:group-hover\:u-text-dark--dark {
    color: #29271c !important;
  }

  .group:hover .sm\:group-hover\:u-text-dark--light {
    color: #393727 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-transparent,
  .group:focus .sm\:group-hocus\:u-text-transparent {
    color: transparent !important;
  }

  .group:hover .sm\:group-hocus\:u-text-current-color,
  .group:focus .sm\:group-hocus\:u-text-current-color {
    color: currentColor !important;
  }

  .group:hover .sm\:group-hocus\:u-text-inherit,
  .group:focus .sm\:group-hocus\:u-text-inherit {
    color: inherit !important;
  }

  .group:hover .sm\:group-hocus\:u-text-purple,
  .group:focus .sm\:group-hocus\:u-text-purple {
    color: #68246d !important;
  }

  .group:hover .sm\:group-hocus\:u-text-darkpurple,
  .group:focus .sm\:group-hocus\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .group:hover .sm\:group-hocus\:u-text-yellow,
  .group:focus .sm\:group-hocus\:u-text-yellow {
    color: #ffd53a !important;
  }

  .group:hover .sm\:group-hocus\:u-text-cyan,
  .group:focus .sm\:group-hocus\:u-text-cyan {
    color: #00aeef !important;
  }

  .group:hover .sm\:group-hocus\:u-text-blue,
  .group:focus .sm\:group-hocus\:u-text-blue {
    color: #409ddd !important;
  }

  .group:hover .sm\:group-hocus\:u-text-light-green,
  .group:focus .sm\:group-hocus\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-red,
  .group:focus .sm\:group-hocus\:u-text-red {
    color: #be1e2c !important;
  }

  .group:hover .sm\:group-hocus\:u-text-gold,
  .group:focus .sm\:group-hocus\:u-text-gold {
    color: #afa961 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-ink-100,
  .group:focus .sm\:group-hocus\:u-text-ink-100 {
    color: #002337 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-stone,
  .group:focus .sm\:group-hocus\:u-text-stone {
    color: #dacda2 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-sky,
  .group:focus .sm\:group-hocus\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-heather,
  .group:focus .sm\:group-hocus\:u-text-heather {
    color: #cba8b1 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-cedar,
  .group:focus .sm\:group-hocus\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-business,
  .group:focus .sm\:group-hocus\:u-text-business {
    color: #b3bdb1 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-black,
  .group:focus .sm\:group-hocus\:u-text-black {
    color: #333123 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-white,
  .group:focus .sm\:group-hocus\:u-text-white {
    color: #fff !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-25,
  .group:focus .sm\:group-hocus\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-50,
  .group:focus .sm\:group-hocus\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-75,
  .group:focus .sm\:group-hocus\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-100,
  .group:focus .sm\:group-hocus\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-200,
  .group:focus .sm\:group-hocus\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-300,
  .group:focus .sm\:group-hocus\:u-text-grey-300 {
    color: #64696c !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-400,
  .group:focus .sm\:group-hocus\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .group:hover .sm\:group-hocus\:u-text-youtube,
  .group:focus .sm\:group-hocus\:u-text-youtube {
    color: #f00 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-twitter,
  .group:focus .sm\:group-hocus\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-facebook,
  .group:focus .sm\:group-hocus\:u-text-facebook {
    color: #3b5998 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-instagram,
  .group:focus .sm\:group-hocus\:u-text-instagram {
    color: #444 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-linkedin,
  .group:focus .sm\:group-hocus\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-college,
  .group:focus .sm\:group-hocus\:u-text-college {
    color: #00664f !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-collingwood,
  .group:focus .sm\:group-hocus\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-grey,
  .group:focus .sm\:group-hocus\:u-text-coll-grey {
    color: #af272f !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-hatfield,
  .group:focus .sm\:group-hocus\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-johnsnow,
  .group:focus .sm\:group-hocus\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-jbutler,
  .group:focus .sm\:group-hocus\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-south-college,
  .group:focus .sm\:group-hocus\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-staidans,
  .group:focus .sm\:group-hocus\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-stchads,
  .group:focus .sm\:group-hocus\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-stcuthberts,
  .group:focus .sm\:group-hocus\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-sthild,
  .group:focus .sm\:group-hocus\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-stjohns,
  .group:focus .sm\:group-hocus\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-stmarys,
  .group:focus .sm\:group-hocus\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-stephenson,
  .group:focus .sm\:group-hocus\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-trevelyan,
  .group:focus .sm\:group-hocus\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-university,
  .group:focus .sm\:group-hocus\:u-text-coll-university {
    color: #862633 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-ustinov,
  .group:focus .sm\:group-hocus\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-vanmildert,
  .group:focus .sm\:group-hocus\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-primary,
  .group:focus .sm\:group-hocus\:u-text-primary {
    color: #68246d !important;
  }

  .group:hover .sm\:group-hocus\:u-text-secondary,
  .group:focus .sm\:group-hocus\:u-text-secondary {
    color: #ffd53a !important;
  }

  .group:hover .sm\:group-hocus\:u-text-tertiary,
  .group:focus .sm\:group-hocus\:u-text-tertiary {
    color: #00aeef !important;
  }

  .group:hover .sm\:group-hocus\:u-text-success,
  .group:focus .sm\:group-hocus\:u-text-success {
    color: #449d44 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-danger,
  .group:focus .sm\:group-hocus\:u-text-danger {
    color: #be1e2c !important;
  }

  .group:hover .sm\:group-hocus\:u-text-warning,
  .group:focus .sm\:group-hocus\:u-text-warning {
    color: #da611e !important;
  }

  .group:hover .sm\:group-hocus\:u-text-info,
  .group:focus .sm\:group-hocus\:u-text-info {
    color: #1180a1 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-light,
  .group:focus .sm\:group-hocus\:u-text-light {
    color: #fff !important;
  }

  .group:hover .sm\:group-hocus\:u-text-dark,
  .group:focus .sm\:group-hocus\:u-text-dark {
    color: #333123 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-purple--dark,
  .group:focus .sm\:group-hocus\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-purple--light,
  .group:focus .sm\:group-hocus\:u-text-purple--light {
    color: #74287a !important;
  }

  .group:hover .sm\:group-hocus\:u-text-darkpurple--dark,
  .group:focus .sm\:group-hocus\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .group:hover .sm\:group-hocus\:u-text-darkpurple--light,
  .group:focus .sm\:group-hocus\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-yellow--dark,
  .group:focus .sm\:group-hocus\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-yellow--light,
  .group:focus .sm\:group-hocus\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-cyan--dark,
  .group:focus .sm\:group-hocus\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .group:hover .sm\:group-hocus\:u-text-cyan--light,
  .group:focus .sm\:group-hocus\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .group:hover .sm\:group-hocus\:u-text-blue--dark,
  .group:focus .sm\:group-hocus\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-blue--light,
  .group:focus .sm\:group-hocus\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-light-green--dark,
  .group:focus .sm\:group-hocus\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-light-green--light,
  .group:focus .sm\:group-hocus\:u-text-light-green--light {
    color: #fff !important;
  }

  .group:hover .sm\:group-hocus\:u-text-red--dark,
  .group:focus .sm\:group-hocus\:u-text-red--dark {
    color: #981823 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-red--light,
  .group:focus .sm\:group-hocus\:u-text-red--light {
    color: #d52231 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-gold--dark,
  .group:focus .sm\:group-hocus\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-gold--light,
  .group:focus .sm\:group-hocus\:u-text-gold--light {
    color: #bab577 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-ink-100--dark,
  .group:focus .sm\:group-hocus\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .group:hover .sm\:group-hocus\:u-text-ink-100--light,
  .group:focus .sm\:group-hocus\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .group:hover .sm\:group-hocus\:u-text-stone--dark,
  .group:focus .sm\:group-hocus\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .group:hover .sm\:group-hocus\:u-text-stone--light,
  .group:focus .sm\:group-hocus\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-sky--dark,
  .group:focus .sm\:group-hocus\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-sky--light,
  .group:focus .sm\:group-hocus\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .group:hover .sm\:group-hocus\:u-text-heather--dark,
  .group:focus .sm\:group-hocus\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-heather--light,
  .group:focus .sm\:group-hocus\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .group:hover .sm\:group-hocus\:u-text-cedar--dark,
  .group:focus .sm\:group-hocus\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-cedar--light,
  .group:focus .sm\:group-hocus\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .group:hover .sm\:group-hocus\:u-text-business--dark,
  .group:focus .sm\:group-hocus\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-business--light,
  .group:focus .sm\:group-hocus\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-black--dark,
  .group:focus .sm\:group-hocus\:u-text-black--dark {
    color: #29271c !important;
  }

  .group:hover .sm\:group-hocus\:u-text-black--light,
  .group:focus .sm\:group-hocus\:u-text-black--light {
    color: #393727 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-white--dark,
  .group:focus .sm\:group-hocus\:u-text-white--dark {
    color: #ccc !important;
  }

  .group:hover .sm\:group-hocus\:u-text-white--light,
  .group:focus .sm\:group-hocus\:u-text-white--light {
    color: #fff !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-25--dark,
  .group:focus .sm\:group-hocus\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-25--light,
  .group:focus .sm\:group-hocus\:u-text-grey-25--light {
    color: #fff !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-50--dark,
  .group:focus .sm\:group-hocus\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-50--light,
  .group:focus .sm\:group-hocus\:u-text-grey-50--light {
    color: #fff !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-75--dark,
  .group:focus .sm\:group-hocus\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-75--light,
  .group:focus .sm\:group-hocus\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-100--dark,
  .group:focus .sm\:group-hocus\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-100--light,
  .group:focus .sm\:group-hocus\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-200--dark,
  .group:focus .sm\:group-hocus\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-200--light,
  .group:focus .sm\:group-hocus\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-300--dark,
  .group:focus .sm\:group-hocus\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-300--light,
  .group:focus .sm\:group-hocus\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-400--dark,
  .group:focus .sm\:group-hocus\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .group:hover .sm\:group-hocus\:u-text-grey-400--light,
  .group:focus .sm\:group-hocus\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-youtube--dark,
  .group:focus .sm\:group-hocus\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-youtube--light,
  .group:focus .sm\:group-hocus\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .group:hover .sm\:group-hocus\:u-text-twitter--dark,
  .group:focus .sm\:group-hocus\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .group:hover .sm\:group-hocus\:u-text-twitter--light,
  .group:focus .sm\:group-hocus\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-facebook--dark,
  .group:focus .sm\:group-hocus\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .group:hover .sm\:group-hocus\:u-text-facebook--light,
  .group:focus .sm\:group-hocus\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .group:hover .sm\:group-hocus\:u-text-instagram--dark,
  .group:focus .sm\:group-hocus\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-instagram--light,
  .group:focus .sm\:group-hocus\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .group:hover .sm\:group-hocus\:u-text-linkedin--dark,
  .group:focus .sm\:group-hocus\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-linkedin--light,
  .group:focus .sm\:group-hocus\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .group:hover .sm\:group-hocus\:u-text-college--dark,
  .group:focus .sm\:group-hocus\:u-text-college--dark {
    color: #00523f !important;
  }

  .group:hover .sm\:group-hocus\:u-text-college--light,
  .group:focus .sm\:group-hocus\:u-text-college--light {
    color: #007258 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-collingwood--dark,
  .group:focus .sm\:group-hocus\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-collingwood--light,
  .group:focus .sm\:group-hocus\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-grey--dark,
  .group:focus .sm\:group-hocus\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-grey--light,
  .group:focus .sm\:group-hocus\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-hatfield--dark,
  .group:focus .sm\:group-hocus\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-hatfield--light,
  .group:focus .sm\:group-hocus\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-johnsnow--dark,
  .group:focus .sm\:group-hocus\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-johnsnow--light,
  .group:focus .sm\:group-hocus\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-jbutler--dark,
  .group:focus .sm\:group-hocus\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-jbutler--light,
  .group:focus .sm\:group-hocus\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-south-college--dark,
  .group:focus .sm\:group-hocus\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-south-college--light,
  .group:focus .sm\:group-hocus\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-staidans--dark,
  .group:focus .sm\:group-hocus\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-staidans--light,
  .group:focus .sm\:group-hocus\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-stchads--dark,
  .group:focus .sm\:group-hocus\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-stchads--light,
  .group:focus .sm\:group-hocus\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-stcuthberts--dark,
  .group:focus .sm\:group-hocus\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-stcuthberts--light,
  .group:focus .sm\:group-hocus\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-sthild--dark,
  .group:focus .sm\:group-hocus\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-sthild--light,
  .group:focus .sm\:group-hocus\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-stjohns--dark,
  .group:focus .sm\:group-hocus\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-stjohns--light,
  .group:focus .sm\:group-hocus\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-stmarys--dark,
  .group:focus .sm\:group-hocus\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-stmarys--light,
  .group:focus .sm\:group-hocus\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-stephenson--dark,
  .group:focus .sm\:group-hocus\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-stephenson--light,
  .group:focus .sm\:group-hocus\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-trevelyan--dark,
  .group:focus .sm\:group-hocus\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-trevelyan--light,
  .group:focus .sm\:group-hocus\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-university--dark,
  .group:focus .sm\:group-hocus\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-university--light,
  .group:focus .sm\:group-hocus\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-ustinov--dark,
  .group:focus .sm\:group-hocus\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-ustinov--light,
  .group:focus .sm\:group-hocus\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-vanmildert--dark,
  .group:focus .sm\:group-hocus\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .group:hover .sm\:group-hocus\:u-text-coll-vanmildert--light,
  .group:focus .sm\:group-hocus\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-primary--dark,
  .group:focus .sm\:group-hocus\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-primary--light,
  .group:focus .sm\:group-hocus\:u-text-primary--light {
    color: #74287a !important;
  }

  .group:hover .sm\:group-hocus\:u-text-secondary--dark,
  .group:focus .sm\:group-hocus\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-secondary--light,
  .group:focus .sm\:group-hocus\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-tertiary--dark,
  .group:focus .sm\:group-hocus\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .group:hover .sm\:group-hocus\:u-text-tertiary--light,
  .group:focus .sm\:group-hocus\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .group:hover .sm\:group-hocus\:u-text-success--dark,
  .group:focus .sm\:group-hocus\:u-text-success--dark {
    color: #367e36 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-success--light,
  .group:focus .sm\:group-hocus\:u-text-success--light {
    color: #4cb04c !important;
  }

  .group:hover .sm\:group-hocus\:u-text-danger--dark,
  .group:focus .sm\:group-hocus\:u-text-danger--dark {
    color: #981823 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-danger--light,
  .group:focus .sm\:group-hocus\:u-text-danger--light {
    color: #d52231 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-warning--dark,
  .group:focus .sm\:group-hocus\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-warning--light,
  .group:focus .sm\:group-hocus\:u-text-warning--light {
    color: #e37233 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-info--dark,
  .group:focus .sm\:group-hocus\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-info--light,
  .group:focus .sm\:group-hocus\:u-text-info--light {
    color: #138fb4 !important;
  }

  .group:hover .sm\:group-hocus\:u-text-light--dark,
  .group:focus .sm\:group-hocus\:u-text-light--dark {
    color: #ccc !important;
  }

  .group:hover .sm\:group-hocus\:u-text-light--light,
  .group:focus .sm\:group-hocus\:u-text-light--light {
    color: #fff !important;
  }

  .group:hover .sm\:group-hocus\:u-text-dark--dark,
  .group:focus .sm\:group-hocus\:u-text-dark--dark {
    color: #29271c !important;
  }

  .group:hover .sm\:group-hocus\:u-text-dark--light,
  .group:focus .sm\:group-hocus\:u-text-dark--light {
    color: #393727 !important;
  }

  .sm\:hocus\:u-text-transparent:hover,
  .sm\:hocus\:u-text-transparent:focus {
    color: transparent !important;
  }

  .sm\:hocus\:u-text-current-color:hover,
  .sm\:hocus\:u-text-current-color:focus {
    color: currentColor !important;
  }

  .sm\:hocus\:u-text-inherit:hover,
  .sm\:hocus\:u-text-inherit:focus {
    color: inherit !important;
  }

  .sm\:hocus\:u-text-purple:hover,
  .sm\:hocus\:u-text-purple:focus {
    color: #68246d !important;
  }

  .sm\:hocus\:u-text-darkpurple:hover,
  .sm\:hocus\:u-text-darkpurple:focus {
    color: #571b4f !important;
  }

  .sm\:hocus\:u-text-yellow:hover,
  .sm\:hocus\:u-text-yellow:focus {
    color: #ffd53a !important;
  }

  .sm\:hocus\:u-text-cyan:hover,
  .sm\:hocus\:u-text-cyan:focus {
    color: #00aeef !important;
  }

  .sm\:hocus\:u-text-blue:hover,
  .sm\:hocus\:u-text-blue:focus {
    color: #409ddd !important;
  }

  .sm\:hocus\:u-text-light-green:hover,
  .sm\:hocus\:u-text-light-green:focus {
    color: #e2f4e9 !important;
  }

  .sm\:hocus\:u-text-red:hover,
  .sm\:hocus\:u-text-red:focus {
    color: #be1e2c !important;
  }

  .sm\:hocus\:u-text-gold:hover,
  .sm\:hocus\:u-text-gold:focus {
    color: #afa961 !important;
  }

  .sm\:hocus\:u-text-ink-100:hover,
  .sm\:hocus\:u-text-ink-100:focus {
    color: #002337 !important;
  }

  .sm\:hocus\:u-text-stone:hover,
  .sm\:hocus\:u-text-stone:focus {
    color: #dacda2 !important;
  }

  .sm\:hocus\:u-text-sky:hover,
  .sm\:hocus\:u-text-sky:focus {
    color: #a5c8d0 !important;
  }

  .sm\:hocus\:u-text-heather:hover,
  .sm\:hocus\:u-text-heather:focus {
    color: #cba8b1 !important;
  }

  .sm\:hocus\:u-text-cedar:hover,
  .sm\:hocus\:u-text-cedar:focus {
    color: #b6aaa7 !important;
  }

  .sm\:hocus\:u-text-business:hover,
  .sm\:hocus\:u-text-business:focus {
    color: #b3bdb1 !important;
  }

  .sm\:hocus\:u-text-black:hover,
  .sm\:hocus\:u-text-black:focus {
    color: #333123 !important;
  }

  .sm\:hocus\:u-text-white:hover,
  .sm\:hocus\:u-text-white:focus {
    color: #fff !important;
  }

  .sm\:hocus\:u-text-grey-25:hover,
  .sm\:hocus\:u-text-grey-25:focus {
    color: #f7f7f7 !important;
  }

  .sm\:hocus\:u-text-grey-50:hover,
  .sm\:hocus\:u-text-grey-50:focus {
    color: #ebebeb !important;
  }

  .sm\:hocus\:u-text-grey-75:hover,
  .sm\:hocus\:u-text-grey-75:focus {
    color: #d9d9d9 !important;
  }

  .sm\:hocus\:u-text-grey-100:hover,
  .sm\:hocus\:u-text-grey-100:focus {
    color: #afb4b6 !important;
  }

  .sm\:hocus\:u-text-grey-200:hover,
  .sm\:hocus\:u-text-grey-200:focus {
    color: #898e91 !important;
  }

  .sm\:hocus\:u-text-grey-300:hover,
  .sm\:hocus\:u-text-grey-300:focus {
    color: #64696c !important;
  }

  .sm\:hocus\:u-text-grey-400:hover,
  .sm\:hocus\:u-text-grey-400:focus {
    color: #3c3c3b !important;
  }

  .sm\:hocus\:u-text-youtube:hover,
  .sm\:hocus\:u-text-youtube:focus {
    color: #f00 !important;
  }

  .sm\:hocus\:u-text-twitter:hover,
  .sm\:hocus\:u-text-twitter:focus {
    color: #1da1f2 !important;
  }

  .sm\:hocus\:u-text-facebook:hover,
  .sm\:hocus\:u-text-facebook:focus {
    color: #3b5998 !important;
  }

  .sm\:hocus\:u-text-instagram:hover,
  .sm\:hocus\:u-text-instagram:focus {
    color: #444 !important;
  }

  .sm\:hocus\:u-text-linkedin:hover,
  .sm\:hocus\:u-text-linkedin:focus {
    color: #0077b5 !important;
  }

  .sm\:hocus\:u-text-college:hover,
  .sm\:hocus\:u-text-college:focus {
    color: #00664f !important;
  }

  .sm\:hocus\:u-text-coll-collingwood:hover,
  .sm\:hocus\:u-text-coll-collingwood:focus {
    color: #d22630 !important;
  }

  .sm\:hocus\:u-text-coll-grey:hover,
  .sm\:hocus\:u-text-coll-grey:focus {
    color: #af272f !important;
  }

  .sm\:hocus\:u-text-coll-hatfield:hover,
  .sm\:hocus\:u-text-coll-hatfield:focus {
    color: #003865 !important;
  }

  .sm\:hocus\:u-text-coll-johnsnow:hover,
  .sm\:hocus\:u-text-coll-johnsnow:focus {
    color: #003865 !important;
  }

  .sm\:hocus\:u-text-coll-jbutler:hover,
  .sm\:hocus\:u-text-coll-jbutler:focus {
    color: #d22630 !important;
  }

  .sm\:hocus\:u-text-coll-south-college:hover,
  .sm\:hocus\:u-text-coll-south-college:focus {
    color: #68246d !important;
  }

  .sm\:hocus\:u-text-coll-staidans:hover,
  .sm\:hocus\:u-text-coll-staidans:focus {
    color: #006747 !important;
  }

  .sm\:hocus\:u-text-coll-stchads:hover,
  .sm\:hocus\:u-text-coll-stchads:focus {
    color: #00573f !important;
  }

  .sm\:hocus\:u-text-coll-stcuthberts:hover,
  .sm\:hocus\:u-text-coll-stcuthberts:focus {
    color: #00664f !important;
  }

  .sm\:hocus\:u-text-coll-sthild:hover,
  .sm\:hocus\:u-text-coll-sthild:focus {
    color: #0072ce !important;
  }

  .sm\:hocus\:u-text-coll-stjohns:hover,
  .sm\:hocus\:u-text-coll-stjohns:focus {
    color: #1b365d !important;
  }

  .sm\:hocus\:u-text-coll-stmarys:hover,
  .sm\:hocus\:u-text-coll-stmarys:focus {
    color: #753bbd !important;
  }

  .sm\:hocus\:u-text-coll-stephenson:hover,
  .sm\:hocus\:u-text-coll-stephenson:focus {
    color: #d22630 !important;
  }

  .sm\:hocus\:u-text-coll-trevelyan:hover,
  .sm\:hocus\:u-text-coll-trevelyan:focus {
    color: #003865 !important;
  }

  .sm\:hocus\:u-text-coll-university:hover,
  .sm\:hocus\:u-text-coll-university:focus {
    color: #862633 !important;
  }

  .sm\:hocus\:u-text-coll-ustinov:hover,
  .sm\:hocus\:u-text-coll-ustinov:focus {
    color: #003865 !important;
  }

  .sm\:hocus\:u-text-coll-vanmildert:hover,
  .sm\:hocus\:u-text-coll-vanmildert:focus {
    color: #ee2737 !important;
  }

  .sm\:hocus\:u-text-primary:hover,
  .sm\:hocus\:u-text-primary:focus {
    color: #68246d !important;
  }

  .sm\:hocus\:u-text-secondary:hover,
  .sm\:hocus\:u-text-secondary:focus {
    color: #ffd53a !important;
  }

  .sm\:hocus\:u-text-tertiary:hover,
  .sm\:hocus\:u-text-tertiary:focus {
    color: #00aeef !important;
  }

  .sm\:hocus\:u-text-success:hover,
  .sm\:hocus\:u-text-success:focus {
    color: #449d44 !important;
  }

  .sm\:hocus\:u-text-danger:hover,
  .sm\:hocus\:u-text-danger:focus {
    color: #be1e2c !important;
  }

  .sm\:hocus\:u-text-warning:hover,
  .sm\:hocus\:u-text-warning:focus {
    color: #da611e !important;
  }

  .sm\:hocus\:u-text-info:hover,
  .sm\:hocus\:u-text-info:focus {
    color: #1180a1 !important;
  }

  .sm\:hocus\:u-text-light:hover,
  .sm\:hocus\:u-text-light:focus {
    color: #fff !important;
  }

  .sm\:hocus\:u-text-dark:hover,
  .sm\:hocus\:u-text-dark:focus {
    color: #333123 !important;
  }

  .sm\:hocus\:u-text-purple--dark:hover,
  .sm\:hocus\:u-text-purple--dark:focus {
    color: #531d57 !important;
  }

  .sm\:hocus\:u-text-purple--light:hover,
  .sm\:hocus\:u-text-purple--light:focus {
    color: #74287a !important;
  }

  .sm\:hocus\:u-text-darkpurple--dark:hover,
  .sm\:hocus\:u-text-darkpurple--dark:focus {
    color: #46163f !important;
  }

  .sm\:hocus\:u-text-darkpurple--light:hover,
  .sm\:hocus\:u-text-darkpurple--light:focus {
    color: #611e58 !important;
  }

  .sm\:hocus\:u-text-yellow--dark:hover,
  .sm\:hocus\:u-text-yellow--dark:focus {
    color: #fac500 !important;
  }

  .sm\:hocus\:u-text-yellow--light:hover,
  .sm\:hocus\:u-text-yellow--light:focus {
    color: #ffdd60 !important;
  }

  .sm\:hocus\:u-text-cyan--dark:hover,
  .sm\:hocus\:u-text-cyan--dark:focus {
    color: #008bbf !important;
  }

  .sm\:hocus\:u-text-cyan--light:hover,
  .sm\:hocus\:u-text-cyan--light:focus {
    color: #0dbdff !important;
  }

  .sm\:hocus\:u-text-blue--dark:hover,
  .sm\:hocus\:u-text-blue--dark:focus {
    color: #2281c2 !important;
  }

  .sm\:hocus\:u-text-blue--light:hover,
  .sm\:hocus\:u-text-blue--light:focus {
    color: #5dace2 !important;
  }

  .sm\:hocus\:u-text-light-green--dark:hover,
  .sm\:hocus\:u-text-light-green--dark:focus {
    color: #9edab5 !important;
  }

  .sm\:hocus\:u-text-light-green--light:hover,
  .sm\:hocus\:u-text-light-green--light:focus {
    color: #fff !important;
  }

  .sm\:hocus\:u-text-red--dark:hover,
  .sm\:hocus\:u-text-red--dark:focus {
    color: #981823 !important;
  }

  .sm\:hocus\:u-text-red--light:hover,
  .sm\:hocus\:u-text-red--light:focus {
    color: #d52231 !important;
  }

  .sm\:hocus\:u-text-gold--dark:hover,
  .sm\:hocus\:u-text-gold--dark:focus {
    color: #908b49 !important;
  }

  .sm\:hocus\:u-text-gold--light:hover,
  .sm\:hocus\:u-text-gold--light:focus {
    color: #bab577 !important;
  }

  .sm\:hocus\:u-text-ink-100--dark:hover,
  .sm\:hocus\:u-text-ink-100--dark:focus {
    color: #001c2c !important;
  }

  .sm\:hocus\:u-text-ink-100--light:hover,
  .sm\:hocus\:u-text-ink-100--light:focus {
    color: #00273e !important;
  }

  .sm\:hocus\:u-text-stone--dark:hover,
  .sm\:hocus\:u-text-stone--dark:focus {
    color: #c4b06c !important;
  }

  .sm\:hocus\:u-text-stone--light:hover,
  .sm\:hocus\:u-text-stone--light:focus {
    color: #e7dfc3 !important;
  }

  .sm\:hocus\:u-text-sky--dark:hover,
  .sm\:hocus\:u-text-sky--dark:focus {
    color: #74aab6 !important;
  }

  .sm\:hocus\:u-text-sky--light:hover,
  .sm\:hocus\:u-text-sky--light:focus {
    color: #c2dadf !important;
  }

  .sm\:hocus\:u-text-heather--dark:hover,
  .sm\:hocus\:u-text-heather--dark:focus {
    color: #af7a87 !important;
  }

  .sm\:hocus\:u-text-heather--light:hover,
  .sm\:hocus\:u-text-heather--light:focus {
    color: #dcc4ca !important;
  }

  .sm\:hocus\:u-text-cedar--dark:hover,
  .sm\:hocus\:u-text-cedar--dark:focus {
    color: #968581 !important;
  }

  .sm\:hocus\:u-text-cedar--light:hover,
  .sm\:hocus\:u-text-cedar--light:focus {
    color: #c9c0be !important;
  }

  .sm\:hocus\:u-text-business--dark:hover,
  .sm\:hocus\:u-text-business--dark:focus {
    color: #8c9b89 !important;
  }

  .sm\:hocus\:u-text-business--light:hover,
  .sm\:hocus\:u-text-business--light:focus {
    color: #cad1c9 !important;
  }

  .sm\:hocus\:u-text-black--dark:hover,
  .sm\:hocus\:u-text-black--dark:focus {
    color: #29271c !important;
  }

  .sm\:hocus\:u-text-black--light:hover,
  .sm\:hocus\:u-text-black--light:focus {
    color: #393727 !important;
  }

  .sm\:hocus\:u-text-white--dark:hover,
  .sm\:hocus\:u-text-white--dark:focus {
    color: #ccc !important;
  }

  .sm\:hocus\:u-text-white--light:hover,
  .sm\:hocus\:u-text-white--light:focus {
    color: #fff !important;
  }

  .sm\:hocus\:u-text-grey-25--dark:hover,
  .sm\:hocus\:u-text-grey-25--dark:focus {
    color: #c6c6c6 !important;
  }

  .sm\:hocus\:u-text-grey-25--light:hover,
  .sm\:hocus\:u-text-grey-25--light:focus {
    color: #fff !important;
  }

  .sm\:hocus\:u-text-grey-50--dark:hover,
  .sm\:hocus\:u-text-grey-50--dark:focus {
    color: #bcbcbc !important;
  }

  .sm\:hocus\:u-text-grey-50--light:hover,
  .sm\:hocus\:u-text-grey-50--light:focus {
    color: #fff !important;
  }

  .sm\:hocus\:u-text-grey-75--dark:hover,
  .sm\:hocus\:u-text-grey-75--dark:focus {
    color: #aeaeae !important;
  }

  .sm\:hocus\:u-text-grey-75--light:hover,
  .sm\:hocus\:u-text-grey-75--light:focus {
    color: #f3f3f3 !important;
  }

  .sm\:hocus\:u-text-grey-100--dark:hover,
  .sm\:hocus\:u-text-grey-100--dark:focus {
    color: #8a9194 !important;
  }

  .sm\:hocus\:u-text-grey-100--light:hover,
  .sm\:hocus\:u-text-grey-100--light:focus {
    color: #c5c9ca !important;
  }

  .sm\:hocus\:u-text-grey-200--dark:hover,
  .sm\:hocus\:u-text-grey-200--dark:focus {
    color: #6d7275 !important;
  }

  .sm\:hocus\:u-text-grey-200--light:hover,
  .sm\:hocus\:u-text-grey-200--light:focus {
    color: #9b9fa1 !important;
  }

  .sm\:hocus\:u-text-grey-300--dark:hover,
  .sm\:hocus\:u-text-grey-300--dark:focus {
    color: #505456 !important;
  }

  .sm\:hocus\:u-text-grey-300--light:hover,
  .sm\:hocus\:u-text-grey-300--light:focus {
    color: #707679 !important;
  }

  .sm\:hocus\:u-text-grey-400--dark:hover,
  .sm\:hocus\:u-text-grey-400--dark:focus {
    color: #30302f !important;
  }

  .sm\:hocus\:u-text-grey-400--light:hover,
  .sm\:hocus\:u-text-grey-400--light:focus {
    color: #434342 !important;
  }

  .sm\:hocus\:u-text-youtube--dark:hover,
  .sm\:hocus\:u-text-youtube--dark:focus {
    color: #c00 !important;
  }

  .sm\:hocus\:u-text-youtube--light:hover,
  .sm\:hocus\:u-text-youtube--light:focus {
    color: #ff1f1f !important;
  }

  .sm\:hocus\:u-text-twitter--dark:hover,
  .sm\:hocus\:u-text-twitter--dark:focus {
    color: #0c84cd !important;
  }

  .sm\:hocus\:u-text-twitter--light:hover,
  .sm\:hocus\:u-text-twitter--light:focus {
    color: #3caef4 !important;
  }

  .sm\:hocus\:u-text-facebook--dark:hover,
  .sm\:hocus\:u-text-facebook--dark:focus {
    color: #2f477a !important;
  }

  .sm\:hocus\:u-text-facebook--light:hover,
  .sm\:hocus\:u-text-facebook--light:focus {
    color: #4264aa !important;
  }

  .sm\:hocus\:u-text-instagram--dark:hover,
  .sm\:hocus\:u-text-instagram--dark:focus {
    color: #363636 !important;
  }

  .sm\:hocus\:u-text-instagram--light:hover,
  .sm\:hocus\:u-text-instagram--light:focus {
    color: #4c4c4c !important;
  }

  .sm\:hocus\:u-text-linkedin--dark:hover,
  .sm\:hocus\:u-text-linkedin--dark:focus {
    color: #005f91 !important;
  }

  .sm\:hocus\:u-text-linkedin--light:hover,
  .sm\:hocus\:u-text-linkedin--light:focus {
    color: #0085cb !important;
  }

  .sm\:hocus\:u-text-college--dark:hover,
  .sm\:hocus\:u-text-college--dark:focus {
    color: #00523f !important;
  }

  .sm\:hocus\:u-text-college--light:hover,
  .sm\:hocus\:u-text-college--light:focus {
    color: #007258 !important;
  }

  .sm\:hocus\:u-text-coll-collingwood--dark:hover,
  .sm\:hocus\:u-text-coll-collingwood--dark:focus {
    color: #a81e26 !important;
  }

  .sm\:hocus\:u-text-coll-collingwood--light:hover,
  .sm\:hocus\:u-text-coll-collingwood--light:focus {
    color: #db3a44 !important;
  }

  .sm\:hocus\:u-text-coll-grey--dark:hover,
  .sm\:hocus\:u-text-coll-grey--dark:focus {
    color: #8c1f26 !important;
  }

  .sm\:hocus\:u-text-coll-grey--light:hover,
  .sm\:hocus\:u-text-coll-grey--light:focus {
    color: #c42c35 !important;
  }

  .sm\:hocus\:u-text-coll-hatfield--dark:hover,
  .sm\:hocus\:u-text-coll-hatfield--dark:focus {
    color: #002d51 !important;
  }

  .sm\:hocus\:u-text-coll-hatfield--light:hover,
  .sm\:hocus\:u-text-coll-hatfield--light:focus {
    color: #003f71 !important;
  }

  .sm\:hocus\:u-text-coll-johnsnow--dark:hover,
  .sm\:hocus\:u-text-coll-johnsnow--dark:focus {
    color: #002d51 !important;
  }

  .sm\:hocus\:u-text-coll-johnsnow--light:hover,
  .sm\:hocus\:u-text-coll-johnsnow--light:focus {
    color: #003f71 !important;
  }

  .sm\:hocus\:u-text-coll-jbutler--dark:hover,
  .sm\:hocus\:u-text-coll-jbutler--dark:focus {
    color: #a81e26 !important;
  }

  .sm\:hocus\:u-text-coll-jbutler--light:hover,
  .sm\:hocus\:u-text-coll-jbutler--light:focus {
    color: #db3a44 !important;
  }

  .sm\:hocus\:u-text-coll-south-college--dark:hover,
  .sm\:hocus\:u-text-coll-south-college--dark:focus {
    color: #531d57 !important;
  }

  .sm\:hocus\:u-text-coll-south-college--light:hover,
  .sm\:hocus\:u-text-coll-south-college--light:focus {
    color: #74287a !important;
  }

  .sm\:hocus\:u-text-coll-staidans--dark:hover,
  .sm\:hocus\:u-text-coll-staidans--dark:focus {
    color: #005239 !important;
  }

  .sm\:hocus\:u-text-coll-staidans--light:hover,
  .sm\:hocus\:u-text-coll-staidans--light:focus {
    color: #007350 !important;
  }

  .sm\:hocus\:u-text-coll-stchads--dark:hover,
  .sm\:hocus\:u-text-coll-stchads--dark:focus {
    color: #004632 !important;
  }

  .sm\:hocus\:u-text-coll-stchads--light:hover,
  .sm\:hocus\:u-text-coll-stchads--light:focus {
    color: #006147 !important;
  }

  .sm\:hocus\:u-text-coll-stcuthberts--dark:hover,
  .sm\:hocus\:u-text-coll-stcuthberts--dark:focus {
    color: #00523f !important;
  }

  .sm\:hocus\:u-text-coll-stcuthberts--light:hover,
  .sm\:hocus\:u-text-coll-stcuthberts--light:focus {
    color: #007258 !important;
  }

  .sm\:hocus\:u-text-coll-sthild--dark:hover,
  .sm\:hocus\:u-text-coll-sthild--dark:focus {
    color: #005ba5 !important;
  }

  .sm\:hocus\:u-text-coll-sthild--light:hover,
  .sm\:hocus\:u-text-coll-sthild--light:focus {
    color: #0080e7 !important;
  }

  .sm\:hocus\:u-text-coll-stjohns--dark:hover,
  .sm\:hocus\:u-text-coll-stjohns--dark:focus {
    color: #162b4a !important;
  }

  .sm\:hocus\:u-text-coll-stjohns--light:hover,
  .sm\:hocus\:u-text-coll-stjohns--light:focus {
    color: #1e3c68 !important;
  }

  .sm\:hocus\:u-text-coll-stmarys--dark:hover,
  .sm\:hocus\:u-text-coll-stmarys--dark:focus {
    color: #5e2f97 !important;
  }

  .sm\:hocus\:u-text-coll-stmarys--light:hover,
  .sm\:hocus\:u-text-coll-stmarys--light:focus {
    color: #844ec8 !important;
  }

  .sm\:hocus\:u-text-coll-stephenson--dark:hover,
  .sm\:hocus\:u-text-coll-stephenson--dark:focus {
    color: #a81e26 !important;
  }

  .sm\:hocus\:u-text-coll-stephenson--light:hover,
  .sm\:hocus\:u-text-coll-stephenson--light:focus {
    color: #db3a44 !important;
  }

  .sm\:hocus\:u-text-coll-trevelyan--dark:hover,
  .sm\:hocus\:u-text-coll-trevelyan--dark:focus {
    color: #002d51 !important;
  }

  .sm\:hocus\:u-text-coll-trevelyan--light:hover,
  .sm\:hocus\:u-text-coll-trevelyan--light:focus {
    color: #003f71 !important;
  }

  .sm\:hocus\:u-text-coll-university--dark:hover,
  .sm\:hocus\:u-text-coll-university--dark:focus {
    color: #6b1e29 !important;
  }

  .sm\:hocus\:u-text-coll-university--light:hover,
  .sm\:hocus\:u-text-coll-university--light:focus {
    color: #962b39 !important;
  }

  .sm\:hocus\:u-text-coll-ustinov--dark:hover,
  .sm\:hocus\:u-text-coll-ustinov--dark:focus {
    color: #002d51 !important;
  }

  .sm\:hocus\:u-text-coll-ustinov--light:hover,
  .sm\:hocus\:u-text-coll-ustinov--light:focus {
    color: #003f71 !important;
  }

  .sm\:hocus\:u-text-coll-vanmildert--dark:hover,
  .sm\:hocus\:u-text-coll-vanmildert--dark:focus {
    color: #cd101f !important;
  }

  .sm\:hocus\:u-text-coll-vanmildert--light:hover,
  .sm\:hocus\:u-text-coll-vanmildert--light:focus {
    color: #f04654 !important;
  }

  .sm\:hocus\:u-text-primary--dark:hover,
  .sm\:hocus\:u-text-primary--dark:focus {
    color: #531d57 !important;
  }

  .sm\:hocus\:u-text-primary--light:hover,
  .sm\:hocus\:u-text-primary--light:focus {
    color: #74287a !important;
  }

  .sm\:hocus\:u-text-secondary--dark:hover,
  .sm\:hocus\:u-text-secondary--dark:focus {
    color: #fac500 !important;
  }

  .sm\:hocus\:u-text-secondary--light:hover,
  .sm\:hocus\:u-text-secondary--light:focus {
    color: #ffdd60 !important;
  }

  .sm\:hocus\:u-text-tertiary--dark:hover,
  .sm\:hocus\:u-text-tertiary--dark:focus {
    color: #008bbf !important;
  }

  .sm\:hocus\:u-text-tertiary--light:hover,
  .sm\:hocus\:u-text-tertiary--light:focus {
    color: #0dbdff !important;
  }

  .sm\:hocus\:u-text-success--dark:hover,
  .sm\:hocus\:u-text-success--dark:focus {
    color: #367e36 !important;
  }

  .sm\:hocus\:u-text-success--light:hover,
  .sm\:hocus\:u-text-success--light:focus {
    color: #4cb04c !important;
  }

  .sm\:hocus\:u-text-danger--dark:hover,
  .sm\:hocus\:u-text-danger--dark:focus {
    color: #981823 !important;
  }

  .sm\:hocus\:u-text-danger--light:hover,
  .sm\:hocus\:u-text-danger--light:focus {
    color: #d52231 !important;
  }

  .sm\:hocus\:u-text-warning--dark:hover,
  .sm\:hocus\:u-text-warning--dark:focus {
    color: #ae4e18 !important;
  }

  .sm\:hocus\:u-text-warning--light:hover,
  .sm\:hocus\:u-text-warning--light:focus {
    color: #e37233 !important;
  }

  .sm\:hocus\:u-text-info--dark:hover,
  .sm\:hocus\:u-text-info--dark:focus {
    color: #0e6681 !important;
  }

  .sm\:hocus\:u-text-info--light:hover,
  .sm\:hocus\:u-text-info--light:focus {
    color: #138fb4 !important;
  }

  .sm\:hocus\:u-text-light--dark:hover,
  .sm\:hocus\:u-text-light--dark:focus {
    color: #ccc !important;
  }

  .sm\:hocus\:u-text-light--light:hover,
  .sm\:hocus\:u-text-light--light:focus {
    color: #fff !important;
  }

  .sm\:hocus\:u-text-dark--dark:hover,
  .sm\:hocus\:u-text-dark--dark:focus {
    color: #29271c !important;
  }

  .sm\:hocus\:u-text-dark--light:hover,
  .sm\:hocus\:u-text-dark--light:focus {
    color: #393727 !important;
  }

  .sm\:u-text-small {
    font-size: 14px !important;
  }

  .sm\:u-text-medium {
    font-size: 16px !important;
  }

  .sm\:u-text-large {
    font-size: 20px !important;
  }

  .sm\:u-text-h5 {
    font-size: 25px !important;
  }

  .sm\:u-text-h4 {
    font-size: 31px !important;
  }

  .sm\:u-text-h3 {
    font-size: 39px !important;
  }

  .sm\:u-text-h2 {
    font-size: 49px !important;
  }

  .sm\:u-text-h1 {
    font-size: 61px !important;
  }

  .sm\:u-text-sidekick {
    font-size: 76px !important;
  }

  .sm\:u-text-hero {
    font-size: 95px !important;
  }

  .sm\:u-text-unset {
    font-size: unset !important;
  }

  .sm\:u-italic {
    font-style: italic !important;
  }

  .sm\:u-roman {
    font-style: normal !important;
  }

  .sm\:u-uppercase {
    text-transform: uppercase !important;
  }

  .sm\:u-lowercase {
    text-transform: lowercase !important;
  }

  .sm\:u-capitalize {
    text-transform: capitalize !important;
  }

  .sm\:u-normal-case {
    text-transform: none !important;
  }

  .sm\:u-underline {
    text-decoration: underline !important;
  }

  .sm\:u-line-through {
    text-decoration: line-through !important;
  }

  .sm\:u-no-underline {
    text-decoration: none !important;
  }

  .sm\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:hover\:u-italic:hover {
    font-style: italic !important;
  }

  .sm\:hover\:u-roman:hover {
    font-style: normal !important;
  }

  .sm\:hover\:u-uppercase:hover {
    text-transform: uppercase !important;
  }

  .sm\:hover\:u-lowercase:hover {
    text-transform: lowercase !important;
  }

  .sm\:hover\:u-capitalize:hover {
    text-transform: capitalize !important;
  }

  .sm\:hover\:u-normal-case:hover {
    text-transform: none !important;
  }

  .sm\:hover\:u-underline:hover {
    text-decoration: underline !important;
  }

  .sm\:hover\:u-line-through:hover {
    text-decoration: line-through !important;
  }

  .sm\:hover\:u-no-underline:hover {
    text-decoration: none !important;
  }

  .sm\:hover\:u-antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:hover\:u-subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:focus\:u-italic:focus {
    font-style: italic !important;
  }

  .sm\:focus\:u-roman:focus {
    font-style: normal !important;
  }

  .sm\:focus\:u-uppercase:focus {
    text-transform: uppercase !important;
  }

  .sm\:focus\:u-lowercase:focus {
    text-transform: lowercase !important;
  }

  .sm\:focus\:u-capitalize:focus {
    text-transform: capitalize !important;
  }

  .sm\:focus\:u-normal-case:focus {
    text-transform: none !important;
  }

  .sm\:focus\:u-underline:focus {
    text-decoration: underline !important;
  }

  .sm\:focus\:u-line-through:focus {
    text-decoration: line-through !important;
  }

  .sm\:focus\:u-no-underline:focus {
    text-decoration: none !important;
  }

  .sm\:focus\:u-antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:focus\:u-subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:hocus\:u-italic:hover,
  .sm\:hocus\:u-italic:focus {
    font-style: italic !important;
  }

  .sm\:hocus\:u-roman:hover,
  .sm\:hocus\:u-roman:focus {
    font-style: normal !important;
  }

  .sm\:hocus\:u-uppercase:hover,
  .sm\:hocus\:u-uppercase:focus {
    text-transform: uppercase !important;
  }

  .sm\:hocus\:u-lowercase:hover,
  .sm\:hocus\:u-lowercase:focus {
    text-transform: lowercase !important;
  }

  .sm\:hocus\:u-capitalize:hover,
  .sm\:hocus\:u-capitalize:focus {
    text-transform: capitalize !important;
  }

  .sm\:hocus\:u-normal-case:hover,
  .sm\:hocus\:u-normal-case:focus {
    text-transform: none !important;
  }

  .sm\:hocus\:u-underline:hover,
  .sm\:hocus\:u-underline:focus {
    text-decoration: underline !important;
  }

  .sm\:hocus\:u-line-through:hover,
  .sm\:hocus\:u-line-through:focus {
    text-decoration: line-through !important;
  }

  .sm\:hocus\:u-no-underline:hover,
  .sm\:hocus\:u-no-underline:focus {
    text-decoration: none !important;
  }

  .sm\:hocus\:u-antialiased:hover,
  .sm\:hocus\:u-antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:hocus\:u-subpixel-antialiased:hover,
  .sm\:hocus\:u-subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .group:focus-within .sm\:group-focus-within\:u-italic {
    font-style: italic !important;
  }

  .group:focus-within .sm\:group-focus-within\:u-roman {
    font-style: normal !important;
  }

  .group:focus-within .sm\:group-focus-within\:u-uppercase {
    text-transform: uppercase !important;
  }

  .group:focus-within .sm\:group-focus-within\:u-lowercase {
    text-transform: lowercase !important;
  }

  .group:focus-within .sm\:group-focus-within\:u-capitalize {
    text-transform: capitalize !important;
  }

  .group:focus-within .sm\:group-focus-within\:u-normal-case {
    text-transform: none !important;
  }

  .group:focus-within .sm\:group-focus-within\:u-underline {
    text-decoration: underline !important;
  }

  .group:focus-within .sm\:group-focus-within\:u-line-through {
    text-decoration: line-through !important;
  }

  .group:focus-within .sm\:group-focus-within\:u-no-underline {
    text-decoration: none !important;
  }

  .group:focus-within .sm\:group-focus-within\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .group:focus-within .sm\:group-focus-within\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .group:hover .sm\:group-hocus\:u-italic,
  .group:focus .sm\:group-hocus\:u-italic {
    font-style: italic !important;
  }

  .group:hover .sm\:group-hocus\:u-roman,
  .group:focus .sm\:group-hocus\:u-roman {
    font-style: normal !important;
  }

  .group:hover .sm\:group-hocus\:u-uppercase,
  .group:focus .sm\:group-hocus\:u-uppercase {
    text-transform: uppercase !important;
  }

  .group:hover .sm\:group-hocus\:u-lowercase,
  .group:focus .sm\:group-hocus\:u-lowercase {
    text-transform: lowercase !important;
  }

  .group:hover .sm\:group-hocus\:u-capitalize,
  .group:focus .sm\:group-hocus\:u-capitalize {
    text-transform: capitalize !important;
  }

  .group:hover .sm\:group-hocus\:u-normal-case,
  .group:focus .sm\:group-hocus\:u-normal-case {
    text-transform: none !important;
  }

  .group:hover .sm\:group-hocus\:u-underline,
  .group:focus .sm\:group-hocus\:u-underline {
    text-decoration: underline !important;
  }

  .group:hover .sm\:group-hocus\:u-line-through,
  .group:focus .sm\:group-hocus\:u-line-through {
    text-decoration: line-through !important;
  }

  .group:hover .sm\:group-hocus\:u-no-underline,
  .group:focus .sm\:group-hocus\:u-no-underline {
    text-decoration: none !important;
  }

  .group:hover .sm\:group-hocus\:u-antialiased,
  .group:focus .sm\:group-hocus\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .group:hover .sm\:group-hocus\:u-subpixel-antialiased,
  .group:focus .sm\:group-hocus\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .group:hover .sm\:group-hover\:u-italic {
    font-style: italic !important;
  }

  .group:hover .sm\:group-hover\:u-roman {
    font-style: normal !important;
  }

  .group:hover .sm\:group-hover\:u-uppercase {
    text-transform: uppercase !important;
  }

  .group:hover .sm\:group-hover\:u-lowercase {
    text-transform: lowercase !important;
  }

  .group:hover .sm\:group-hover\:u-capitalize {
    text-transform: capitalize !important;
  }

  .group:hover .sm\:group-hover\:u-normal-case {
    text-transform: none !important;
  }

  .group:hover .sm\:group-hover\:u-underline {
    text-decoration: underline !important;
  }

  .group:hover .sm\:group-hover\:u-line-through {
    text-decoration: line-through !important;
  }

  .group:hover .sm\:group-hover\:u-no-underline {
    text-decoration: none !important;
  }

  .group:hover .sm\:group-hover\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .group:hover .sm\:group-hover\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:u-tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .sm\:u-tracking-normal {
    letter-spacing: 0 !important;
  }

  .sm\:u-tracking-wide {
    letter-spacing: .05em !important;
  }

  .sm\:u-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .sm\:u-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .sm\:u-align-baseline {
    vertical-align: baseline !important;
  }

  .sm\:u-align-top {
    vertical-align: top !important;
  }

  .sm\:u-align-middle {
    vertical-align: middle !important;
  }

  .sm\:u-align-bottom {
    vertical-align: bottom !important;
  }

  .sm\:u-align-text-top {
    vertical-align: text-top !important;
  }

  .sm\:u-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .sm\:u-visible {
    visibility: visible !important;
  }

  .sm\:u-invisible {
    visibility: hidden !important;
  }

  .sm\:u-whitespace-normal {
    white-space: normal !important;
  }

  .sm\:u-whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .sm\:u-whitespace-pre {
    white-space: pre !important;
  }

  .sm\:u-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm\:u-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .sm\:u-break-words {
    word-wrap: break-word !important;
  }

  .sm\:u-break-normal {
    word-wrap: normal !important;
  }

  .sm\:u-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:u-w-0 {
    width: 0 !important;
  }

  .sm\:u-w-1 {
    width: 8px !important;
  }

  .sm\:u-w-2 {
    width: 16px !important;
  }

  .sm\:u-w-3 {
    width: 24px !important;
  }

  .sm\:u-w-4 {
    width: 32px !important;
  }

  .sm\:u-w-5 {
    width: 40px !important;
  }

  .sm\:u-w-6 {
    width: 48px !important;
  }

  .sm\:u-w-10 {
    width: 80px !important;
  }

  .sm\:u-w-auto {
    width: auto !important;
  }

  .sm\:u-w-unset {
    width: unset !important;
  }

  .sm\:u-w-1\/2 {
    width: 50% !important;
  }

  .sm\:u-w-1\/3 {
    width: 33.33333% !important;
  }

  .sm\:u-w-2\/3 {
    width: 66.66667% !important;
  }

  .sm\:u-w-1\/4 {
    width: 25% !important;
  }

  .sm\:u-w-3\/4 {
    width: 75% !important;
  }

  .sm\:u-w-1\/5 {
    width: 20% !important;
  }

  .sm\:u-w-2\/5 {
    width: 40% !important;
  }

  .sm\:u-w-3\/5 {
    width: 60% !important;
  }

  .sm\:u-w-4\/5 {
    width: 80% !important;
  }

  .sm\:u-w-1\/6 {
    width: 16.66667% !important;
  }

  .sm\:u-w-5\/6 {
    width: 83.33333% !important;
  }

  .sm\:u-w-full {
    width: 100% !important;
  }

  .sm\:u-w-screen {
    width: 100vw !important;
  }

  .sm\:u-w-icon {
    width: 20px !important;
  }

  .sm\:u-w-icon-lg {
    width: 35px !important;
  }

  .sm\:u-w-logo {
    width: 300px !important;
  }

  .sm\:u-w-statistic {
    width: 212px !important;
  }

  .sm\:u-z-0 {
    z-index: 0 !important;
  }

  .sm\:u-z-1 {
    z-index: 1 !important;
  }

  .sm\:u-z-10 {
    z-index: 10 !important;
  }

  .sm\:u-z-20 {
    z-index: 20 !important;
  }

  .sm\:u-z-30 {
    z-index: 30 !important;
  }

  .sm\:u-z-40 {
    z-index: 40 !important;
  }

  .sm\:u-z-50 {
    z-index: 50 !important;
  }

  .sm\:u-z-400 {
    z-index: 400 !important;
  }

  .sm\:u-z-410 {
    z-index: 410 !important;
  }

  .sm\:u-z-420 {
    z-index: 420 !important;
  }

  .sm\:u-z-501 {
    z-index: 501 !important;
  }

  .sm\:u-z-1251 {
    z-index: 1251 !important;
  }

  .sm\:u-z-auto {
    z-index: auto !important;
  }

  .sm\:u-z--1 {
    z-index: -1 !important;
  }

  .sm\:hocus\:u-z-0:hover,
  .sm\:hocus\:u-z-0:focus {
    z-index: 0 !important;
  }

  .sm\:hocus\:u-z-1:hover,
  .sm\:hocus\:u-z-1:focus {
    z-index: 1 !important;
  }

  .sm\:hocus\:u-z-10:hover,
  .sm\:hocus\:u-z-10:focus {
    z-index: 10 !important;
  }

  .sm\:hocus\:u-z-20:hover,
  .sm\:hocus\:u-z-20:focus {
    z-index: 20 !important;
  }

  .sm\:hocus\:u-z-30:hover,
  .sm\:hocus\:u-z-30:focus {
    z-index: 30 !important;
  }

  .sm\:hocus\:u-z-40:hover,
  .sm\:hocus\:u-z-40:focus {
    z-index: 40 !important;
  }

  .sm\:hocus\:u-z-50:hover,
  .sm\:hocus\:u-z-50:focus {
    z-index: 50 !important;
  }

  .sm\:hocus\:u-z-400:hover,
  .sm\:hocus\:u-z-400:focus {
    z-index: 400 !important;
  }

  .sm\:hocus\:u-z-410:hover,
  .sm\:hocus\:u-z-410:focus {
    z-index: 410 !important;
  }

  .sm\:hocus\:u-z-420:hover,
  .sm\:hocus\:u-z-420:focus {
    z-index: 420 !important;
  }

  .sm\:hocus\:u-z-501:hover,
  .sm\:hocus\:u-z-501:focus {
    z-index: 501 !important;
  }

  .sm\:hocus\:u-z-1251:hover,
  .sm\:hocus\:u-z-1251:focus {
    z-index: 1251 !important;
  }

  .sm\:hocus\:u-z-auto:hover,
  .sm\:hocus\:u-z-auto:focus {
    z-index: auto !important;
  }

  .sm\:hocus\:u-z--1:hover,
  .sm\:hocus\:u-z--1:focus {
    z-index: -1 !important;
  }

  .sm\:u-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm\:u-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm\:u-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:u-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:u-object-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:u-scroll-snap-x {
    scroll-snap-type: x mandatory !important;
  }

  .sm\:u-scroll-snap-y {
    scroll-snap-type: y mandatory !important;
  }

  .sm\:u-scroll-snap-start {
    scroll-snap-align: start !important;
  }

  .sm\:u-t-1 {
    top: 8px !important;
  }

  .sm\:u-r-1 {
    right: 8px !important;
  }

  .sm\:u-b-1 {
    bottom: 8px !important;
  }

  .sm\:u-l-1 {
    left: 8px !important;
  }

  .sm\:u-t-2 {
    top: 16px !important;
  }

  .sm\:u-r-2 {
    right: 16px !important;
  }

  .sm\:u-b-2 {
    bottom: 16px !important;
  }

  .sm\:u-l-2 {
    left: 16px !important;
  }

  .sm\:u-t-3 {
    top: 24px !important;
  }

  .sm\:u-r-3 {
    right: 24px !important;
  }

  .sm\:u-b-3 {
    bottom: 24px !important;
  }

  .sm\:u-l-3 {
    left: 24px !important;
  }

  .sm\:u-t-4 {
    top: 32px !important;
  }

  .sm\:u-r-4 {
    right: 32px !important;
  }

  .sm\:u-b-4 {
    bottom: 32px !important;
  }

  .sm\:u-l-4 {
    left: 32px !important;
  }

  .sm\:u-t-5 {
    top: 40px !important;
  }

  .sm\:u-r-5 {
    right: 40px !important;
  }

  .sm\:u-b-5 {
    bottom: 40px !important;
  }

  .sm\:u-l-5 {
    left: 40px !important;
  }

  .sm\:u-t-6 {
    top: 48px !important;
  }

  .sm\:u-r-6 {
    right: 48px !important;
  }

  .sm\:u-b-6 {
    bottom: 48px !important;
  }

  .sm\:u-l-6 {
    left: 48px !important;
  }

  .sm\:u-t-7 {
    top: 56px !important;
  }

  .sm\:u-r-7 {
    right: 56px !important;
  }

  .sm\:u-b-7 {
    bottom: 56px !important;
  }

  .sm\:u-l-7 {
    left: 56px !important;
  }

  .sm\:u-t-8 {
    top: 64px !important;
  }

  .sm\:u-r-8 {
    right: 64px !important;
  }

  .sm\:u-b-8 {
    bottom: 64px !important;
  }

  .sm\:u-l-8 {
    left: 64px !important;
  }

  .sm\:u-t-9 {
    top: 72px !important;
  }

  .sm\:u-r-9 {
    right: 72px !important;
  }

  .sm\:u-b-9 {
    bottom: 72px !important;
  }

  .sm\:u-l-9 {
    left: 72px !important;
  }

  .sm\:u-t-10 {
    top: 80px !important;
  }

  .sm\:u-r-10 {
    right: 80px !important;
  }

  .sm\:u-b-10 {
    bottom: 80px !important;
  }

  .sm\:u-l-10 {
    left: 80px !important;
  }

  .sm\:u-t--1 {
    top: -8px !important;
  }

  .sm\:u-r--1 {
    right: -8px !important;
  }

  .sm\:u-b--1 {
    bottom: -8px !important;
  }

  .sm\:u-l--1 {
    left: -8px !important;
  }

  .sm\:u-t--2 {
    top: -16px !important;
  }

  .sm\:u-r--2 {
    right: -16px !important;
  }

  .sm\:u-b--2 {
    bottom: -16px !important;
  }

  .sm\:u-l--2 {
    left: -16px !important;
  }

  .sm\:u-t--3 {
    top: -24px !important;
  }

  .sm\:u-r--3 {
    right: -24px !important;
  }

  .sm\:u-b--3 {
    bottom: -24px !important;
  }

  .sm\:u-l--3 {
    left: -24px !important;
  }

  .sm\:u-t--4 {
    top: -32px !important;
  }

  .sm\:u-r--4 {
    right: -32px !important;
  }

  .sm\:u-b--4 {
    bottom: -32px !important;
  }

  .sm\:u-l--4 {
    left: -32px !important;
  }

  .sm\:u-t--5 {
    top: -40px !important;
  }

  .sm\:u-r--5 {
    right: -40px !important;
  }

  .sm\:u-b--5 {
    bottom: -40px !important;
  }

  .sm\:u-l--5 {
    left: -40px !important;
  }

  .sm\:u-t--6 {
    top: -48px !important;
  }

  .sm\:u-r--6 {
    right: -48px !important;
  }

  .sm\:u-b--6 {
    bottom: -48px !important;
  }

  .sm\:u-l--6 {
    left: -48px !important;
  }

  .sm\:u-t--7 {
    top: -56px !important;
  }

  .sm\:u-r--7 {
    right: -56px !important;
  }

  .sm\:u-b--7 {
    bottom: -56px !important;
  }

  .sm\:u-l--7 {
    left: -56px !important;
  }

  .sm\:u-t--8 {
    top: -64px !important;
  }

  .sm\:u-r--8 {
    right: -64px !important;
  }

  .sm\:u-b--8 {
    bottom: -64px !important;
  }

  .sm\:u-l--8 {
    left: -64px !important;
  }

  .sm\:u-t--9 {
    top: -72px !important;
  }

  .sm\:u-r--9 {
    right: -72px !important;
  }

  .sm\:u-b--9 {
    bottom: -72px !important;
  }

  .sm\:u-l--9 {
    left: -72px !important;
  }

  .sm\:u-t--10 {
    top: -80px !important;
  }

  .sm\:u-r--10 {
    right: -80px !important;
  }

  .sm\:u-b--10 {
    bottom: -80px !important;
  }

  .sm\:u-l--10 {
    left: -80px !important;
  }

  .sm\:u-t-unset {
    top: unset !important;
  }

  .sm\:u-r-unset {
    right: unset !important;
  }

  .sm\:u-b-unset {
    bottom: unset !important;
  }

  .sm\:u-l-unset {
    left: unset !important;
  }

  .sm\:u-t-inherit {
    top: inherit !important;
  }

  .sm\:u-r-inherit {
    right: inherit !important;
  }

  .sm\:u-b-inherit {
    bottom: inherit !important;
  }

  .sm\:u-l-inherit {
    left: inherit !important;
  }

  .sm\:u-t-header-height {
    top: 155px !important;
    top: var(--site-header-height) !important;
  }

  .sm\:u-r-header-height {
    right: 155px !important;
    right: var(--site-header-height) !important;
  }

  .sm\:u-b-header-height {
    bottom: 155px !important;
    bottom: var(--site-header-height) !important;
  }

  .sm\:u-l-header-height {
    left: 155px !important;
    left: var(--site-header-height) !important;
  }

  .sm\:u-aspect-ratio-full {
    padding-bottom: 29.65277777777778% !important;
  }

  .sm\:u-aspect-ratio-square {
    padding-bottom: 100% !important;
  }

  .sm\:u-aspect-ratio-16\/9 {
    padding-bottom: 56.25% !important;
  }

  .sm\:u-aspect-ratio-4\/3 {
    padding-bottom: 75% !important;
  }

  .sm\:u-o-0 > * + * {
    margin-top: 0 !important;
  }

  .sm\:u-o-1 > * + * {
    margin-top: 8px !important;
  }

  .sm\:u-o-2 > * + * {
    margin-top: 16px !important;
  }

  .sm\:u-o-3 > * + * {
    margin-top: 24px !important;
  }

  .sm\:u-o-4 > * + * {
    margin-top: 32px !important;
  }

  .sm\:u-o-5 > * + * {
    margin-top: 40px !important;
  }

  .sm\:u-o-6 > * + * {
    margin-top: 48px !important;
  }

  .sm\:u-o-7 > * + * {
    margin-top: 56px !important;
  }

  .sm\:u-o-8 > * + * {
    margin-top: 64px !important;
  }

  .sm\:u-o-9 > * + * {
    margin-top: 72px !important;
  }

  .sm\:u-o-10 > * + * {
    margin-top: 80px !important;
  }

  .sm\:u-o-11 > * + * {
    margin-top: 88px !important;
  }

  .sm\:u-o-gutter > * + * {
    margin-top: 15px !important;
  }

  .sm\:u-o-container-gutter > * + * {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .sm\:u-bg-gradient-t-white-grey-50 {
    background-image: linear-gradient(to top, #fff, #ebebeb) !important;
  }

  .sm\:u-bg-gradient-b-white-grey-50 {
    background-image: linear-gradient(to bottom, #fff, #ebebeb) !important;
  }

  .sm\:u-bg-gradient-t-black-scrim {
    background-image: linear-gradient(to top, #0000, #000) !important;
  }

  .sm\:u-bg-gradient-b-black-scrim {
    background-image: linear-gradient(to bottom, #0000, #000) !important;
  }

  .sm\:row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .sm\:container,
  .sm\:header,
  .sm\:main,
  .sm\:footer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .sm\:u-overlap-y {
    transform: translateY(-50%);
  }

  .sm\:u-un-breakout {
    position: inherit;
    right: inherit;
    left: inherit;
    width: inherit;
    margin-right: inherit;
    margin-left: inherit;
  }

  .sm\:u-flex-wrap-nowrap {
    flex-wrap: nowrap !important;
  }

  .sm\:u-pin-t-100 {
    top: 100%;
  }

  .sm\:u--mx-container-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }

  @media (min-width: 576px) {
    .u--mx-container-gutter {
      margin-left: calc((15px + (100vw - 100%)/2)*-1) !important;
      margin-left: calc((15px + (100vw - var(--container-max-width))/2)*-1) !important;
      margin-right: calc((15px + (100vw - 100%)/2)*-1) !important;
      margin-right: calc((15px + (100vw - var(--container-max-width))/2)*-1) !important;
    }
  }

  .sm\:u-visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .sm\:u-break-normal {
    word-break: normal;
  }

  .sm\:u-break-all {
    word-break: break-all;
  }

  .sm\:u-hyphens-auto {
    -webkit-hyphens: auto;
            hyphens: auto;
  }

  .sm\:u-break-words {
    overflow-wrap: break-word;
  }
}

@media (min-width: 768px) {
  .md\:btn-lg {
    padding: 1rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0 0 9999px 0;
  }

  .md\:btn-sm {
    padding: .5rem 1.5rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 0 0 9999px 0;
  }

  .md\:u-gap-1 {
    margin: -4px;
  }

  .md\:u-gap-1 > * {
    margin: 4px;
  }

  .md\:u-gap-x-1 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .md\:u-gap-x-1 > * {
    margin-left: 4px;
    margin-right: 4px;
  }

  .md\:u-gap-y-1 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .md\:u-gap-y-1 > * {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md\:u-gap-2 {
    margin: -8px;
  }

  .md\:u-gap-2 > * {
    margin: 8px;
  }

  .md\:u-gap-x-2 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .md\:u-gap-x-2 > * {
    margin-left: 8px;
    margin-right: 8px;
  }

  .md\:u-gap-y-2 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .md\:u-gap-y-2 > * {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md\:u-gap-3 {
    margin: -12px;
  }

  .md\:u-gap-3 > * {
    margin: 12px;
  }

  .md\:u-gap-x-3 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .md\:u-gap-x-3 > * {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md\:u-gap-y-3 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md\:u-gap-y-3 > * {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md\:u-gap-4 {
    margin: -16px;
  }

  .md\:u-gap-4 > * {
    margin: 16px;
  }

  .md\:u-gap-x-4 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .md\:u-gap-x-4 > * {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:u-gap-y-4 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md\:u-gap-y-4 > * {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:u-gap-5 {
    margin: -20px;
  }

  .md\:u-gap-5 > * {
    margin: 20px;
  }

  .md\:u-gap-x-5 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:u-gap-x-5 > * {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:u-gap-y-5 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:u-gap-y-5 > * {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:u-list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .md\:u-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:u-bg-fixed {
    background-attachment: fixed !important;
  }

  .md\:u-bg-local {
    background-attachment: local !important;
  }

  .md\:u-bg-scroll {
    background-attachment: scroll !important;
  }

  .md\:u-bg-transparent {
    background-color: transparent !important;
  }

  .md\:u-bg-current-color {
    background-color: currentColor !important;
  }

  .md\:u-bg-inherit {
    background-color: inherit !important;
  }

  .md\:u-bg-purple {
    background-color: #68246d !important;
  }

  .md\:u-bg-darkpurple {
    background-color: #571b4f !important;
  }

  .md\:u-bg-yellow {
    background-color: #ffd53a !important;
  }

  .md\:u-bg-cyan {
    background-color: #00aeef !important;
  }

  .md\:u-bg-blue {
    background-color: #409ddd !important;
  }

  .md\:u-bg-light-green {
    background-color: #e2f4e9 !important;
  }

  .md\:u-bg-red {
    background-color: #be1e2c !important;
  }

  .md\:u-bg-gold {
    background-color: #afa961 !important;
  }

  .md\:u-bg-ink-100 {
    background-color: #002337 !important;
  }

  .md\:u-bg-stone {
    background-color: #dacda2 !important;
  }

  .md\:u-bg-sky {
    background-color: #a5c8d0 !important;
  }

  .md\:u-bg-heather {
    background-color: #cba8b1 !important;
  }

  .md\:u-bg-cedar {
    background-color: #b6aaa7 !important;
  }

  .md\:u-bg-business {
    background-color: #b3bdb1 !important;
  }

  .md\:u-bg-black {
    background-color: #333123 !important;
  }

  .md\:u-bg-white {
    background-color: #fff !important;
  }

  .md\:u-bg-grey-25 {
    background-color: #f7f7f7 !important;
  }

  .md\:u-bg-grey-50 {
    background-color: #ebebeb !important;
  }

  .md\:u-bg-grey-75 {
    background-color: #d9d9d9 !important;
  }

  .md\:u-bg-grey-100 {
    background-color: #afb4b6 !important;
  }

  .md\:u-bg-grey-200 {
    background-color: #898e91 !important;
  }

  .md\:u-bg-grey-300 {
    background-color: #64696c !important;
  }

  .md\:u-bg-grey-400 {
    background-color: #3c3c3b !important;
  }

  .md\:u-bg-youtube {
    background-color: #f00 !important;
  }

  .md\:u-bg-twitter {
    background-color: #1da1f2 !important;
  }

  .md\:u-bg-facebook {
    background-color: #3b5998 !important;
  }

  .md\:u-bg-instagram {
    background-color: #444 !important;
  }

  .md\:u-bg-linkedin {
    background-color: #0077b5 !important;
  }

  .md\:u-bg-college {
    background-color: #00664f !important;
  }

  .md\:u-bg-coll-collingwood {
    background-color: #d22630 !important;
  }

  .md\:u-bg-coll-grey {
    background-color: #af272f !important;
  }

  .md\:u-bg-coll-hatfield {
    background-color: #003865 !important;
  }

  .md\:u-bg-coll-johnsnow {
    background-color: #003865 !important;
  }

  .md\:u-bg-coll-jbutler {
    background-color: #d22630 !important;
  }

  .md\:u-bg-coll-south-college {
    background-color: #68246d !important;
  }

  .md\:u-bg-coll-staidans {
    background-color: #006747 !important;
  }

  .md\:u-bg-coll-stchads {
    background-color: #00573f !important;
  }

  .md\:u-bg-coll-stcuthberts {
    background-color: #00664f !important;
  }

  .md\:u-bg-coll-sthild {
    background-color: #0072ce !important;
  }

  .md\:u-bg-coll-stjohns {
    background-color: #1b365d !important;
  }

  .md\:u-bg-coll-stmarys {
    background-color: #753bbd !important;
  }

  .md\:u-bg-coll-stephenson {
    background-color: #d22630 !important;
  }

  .md\:u-bg-coll-trevelyan {
    background-color: #003865 !important;
  }

  .md\:u-bg-coll-university {
    background-color: #862633 !important;
  }

  .md\:u-bg-coll-ustinov {
    background-color: #003865 !important;
  }

  .md\:u-bg-coll-vanmildert {
    background-color: #ee2737 !important;
  }

  .md\:u-bg-primary {
    background-color: #68246d !important;
  }

  .md\:u-bg-secondary {
    background-color: #ffd53a !important;
  }

  .md\:u-bg-tertiary {
    background-color: #00aeef !important;
  }

  .md\:u-bg-success {
    background-color: #449d44 !important;
  }

  .md\:u-bg-danger {
    background-color: #be1e2c !important;
  }

  .md\:u-bg-warning {
    background-color: #da611e !important;
  }

  .md\:u-bg-info {
    background-color: #1180a1 !important;
  }

  .md\:u-bg-light {
    background-color: #fff !important;
  }

  .md\:u-bg-dark {
    background-color: #333123 !important;
  }

  .md\:u-bg-purple--dark {
    background-color: #531d57 !important;
  }

  .md\:u-bg-purple--light {
    background-color: #74287a !important;
  }

  .md\:u-bg-darkpurple--dark {
    background-color: #46163f !important;
  }

  .md\:u-bg-darkpurple--light {
    background-color: #611e58 !important;
  }

  .md\:u-bg-yellow--dark {
    background-color: #fac500 !important;
  }

  .md\:u-bg-yellow--light {
    background-color: #ffdd60 !important;
  }

  .md\:u-bg-cyan--dark {
    background-color: #008bbf !important;
  }

  .md\:u-bg-cyan--light {
    background-color: #0dbdff !important;
  }

  .md\:u-bg-blue--dark {
    background-color: #2281c2 !important;
  }

  .md\:u-bg-blue--light {
    background-color: #5dace2 !important;
  }

  .md\:u-bg-light-green--dark {
    background-color: #9edab5 !important;
  }

  .md\:u-bg-light-green--light {
    background-color: #fff !important;
  }

  .md\:u-bg-red--dark {
    background-color: #981823 !important;
  }

  .md\:u-bg-red--light {
    background-color: #d52231 !important;
  }

  .md\:u-bg-gold--dark {
    background-color: #908b49 !important;
  }

  .md\:u-bg-gold--light {
    background-color: #bab577 !important;
  }

  .md\:u-bg-ink-100--dark {
    background-color: #001c2c !important;
  }

  .md\:u-bg-ink-100--light {
    background-color: #00273e !important;
  }

  .md\:u-bg-stone--dark {
    background-color: #c4b06c !important;
  }

  .md\:u-bg-stone--light {
    background-color: #e7dfc3 !important;
  }

  .md\:u-bg-sky--dark {
    background-color: #74aab6 !important;
  }

  .md\:u-bg-sky--light {
    background-color: #c2dadf !important;
  }

  .md\:u-bg-heather--dark {
    background-color: #af7a87 !important;
  }

  .md\:u-bg-heather--light {
    background-color: #dcc4ca !important;
  }

  .md\:u-bg-cedar--dark {
    background-color: #968581 !important;
  }

  .md\:u-bg-cedar--light {
    background-color: #c9c0be !important;
  }

  .md\:u-bg-business--dark {
    background-color: #8c9b89 !important;
  }

  .md\:u-bg-business--light {
    background-color: #cad1c9 !important;
  }

  .md\:u-bg-black--dark {
    background-color: #29271c !important;
  }

  .md\:u-bg-black--light {
    background-color: #393727 !important;
  }

  .md\:u-bg-white--dark {
    background-color: #ccc !important;
  }

  .md\:u-bg-white--light {
    background-color: #fff !important;
  }

  .md\:u-bg-grey-25--dark {
    background-color: #c6c6c6 !important;
  }

  .md\:u-bg-grey-25--light {
    background-color: #fff !important;
  }

  .md\:u-bg-grey-50--dark {
    background-color: #bcbcbc !important;
  }

  .md\:u-bg-grey-50--light {
    background-color: #fff !important;
  }

  .md\:u-bg-grey-75--dark {
    background-color: #aeaeae !important;
  }

  .md\:u-bg-grey-75--light {
    background-color: #f3f3f3 !important;
  }

  .md\:u-bg-grey-100--dark {
    background-color: #8a9194 !important;
  }

  .md\:u-bg-grey-100--light {
    background-color: #c5c9ca !important;
  }

  .md\:u-bg-grey-200--dark {
    background-color: #6d7275 !important;
  }

  .md\:u-bg-grey-200--light {
    background-color: #9b9fa1 !important;
  }

  .md\:u-bg-grey-300--dark {
    background-color: #505456 !important;
  }

  .md\:u-bg-grey-300--light {
    background-color: #707679 !important;
  }

  .md\:u-bg-grey-400--dark {
    background-color: #30302f !important;
  }

  .md\:u-bg-grey-400--light {
    background-color: #434342 !important;
  }

  .md\:u-bg-youtube--dark {
    background-color: #c00 !important;
  }

  .md\:u-bg-youtube--light {
    background-color: #ff1f1f !important;
  }

  .md\:u-bg-twitter--dark {
    background-color: #0c84cd !important;
  }

  .md\:u-bg-twitter--light {
    background-color: #3caef4 !important;
  }

  .md\:u-bg-facebook--dark {
    background-color: #2f477a !important;
  }

  .md\:u-bg-facebook--light {
    background-color: #4264aa !important;
  }

  .md\:u-bg-instagram--dark {
    background-color: #363636 !important;
  }

  .md\:u-bg-instagram--light {
    background-color: #4c4c4c !important;
  }

  .md\:u-bg-linkedin--dark {
    background-color: #005f91 !important;
  }

  .md\:u-bg-linkedin--light {
    background-color: #0085cb !important;
  }

  .md\:u-bg-college--dark {
    background-color: #00523f !important;
  }

  .md\:u-bg-college--light {
    background-color: #007258 !important;
  }

  .md\:u-bg-coll-collingwood--dark {
    background-color: #a81e26 !important;
  }

  .md\:u-bg-coll-collingwood--light {
    background-color: #db3a44 !important;
  }

  .md\:u-bg-coll-grey--dark {
    background-color: #8c1f26 !important;
  }

  .md\:u-bg-coll-grey--light {
    background-color: #c42c35 !important;
  }

  .md\:u-bg-coll-hatfield--dark {
    background-color: #002d51 !important;
  }

  .md\:u-bg-coll-hatfield--light {
    background-color: #003f71 !important;
  }

  .md\:u-bg-coll-johnsnow--dark {
    background-color: #002d51 !important;
  }

  .md\:u-bg-coll-johnsnow--light {
    background-color: #003f71 !important;
  }

  .md\:u-bg-coll-jbutler--dark {
    background-color: #a81e26 !important;
  }

  .md\:u-bg-coll-jbutler--light {
    background-color: #db3a44 !important;
  }

  .md\:u-bg-coll-south-college--dark {
    background-color: #531d57 !important;
  }

  .md\:u-bg-coll-south-college--light {
    background-color: #74287a !important;
  }

  .md\:u-bg-coll-staidans--dark {
    background-color: #005239 !important;
  }

  .md\:u-bg-coll-staidans--light {
    background-color: #007350 !important;
  }

  .md\:u-bg-coll-stchads--dark {
    background-color: #004632 !important;
  }

  .md\:u-bg-coll-stchads--light {
    background-color: #006147 !important;
  }

  .md\:u-bg-coll-stcuthberts--dark {
    background-color: #00523f !important;
  }

  .md\:u-bg-coll-stcuthberts--light {
    background-color: #007258 !important;
  }

  .md\:u-bg-coll-sthild--dark {
    background-color: #005ba5 !important;
  }

  .md\:u-bg-coll-sthild--light {
    background-color: #0080e7 !important;
  }

  .md\:u-bg-coll-stjohns--dark {
    background-color: #162b4a !important;
  }

  .md\:u-bg-coll-stjohns--light {
    background-color: #1e3c68 !important;
  }

  .md\:u-bg-coll-stmarys--dark {
    background-color: #5e2f97 !important;
  }

  .md\:u-bg-coll-stmarys--light {
    background-color: #844ec8 !important;
  }

  .md\:u-bg-coll-stephenson--dark {
    background-color: #a81e26 !important;
  }

  .md\:u-bg-coll-stephenson--light {
    background-color: #db3a44 !important;
  }

  .md\:u-bg-coll-trevelyan--dark {
    background-color: #002d51 !important;
  }

  .md\:u-bg-coll-trevelyan--light {
    background-color: #003f71 !important;
  }

  .md\:u-bg-coll-university--dark {
    background-color: #6b1e29 !important;
  }

  .md\:u-bg-coll-university--light {
    background-color: #962b39 !important;
  }

  .md\:u-bg-coll-ustinov--dark {
    background-color: #002d51 !important;
  }

  .md\:u-bg-coll-ustinov--light {
    background-color: #003f71 !important;
  }

  .md\:u-bg-coll-vanmildert--dark {
    background-color: #cd101f !important;
  }

  .md\:u-bg-coll-vanmildert--light {
    background-color: #f04654 !important;
  }

  .md\:u-bg-primary--dark {
    background-color: #531d57 !important;
  }

  .md\:u-bg-primary--light {
    background-color: #74287a !important;
  }

  .md\:u-bg-secondary--dark {
    background-color: #fac500 !important;
  }

  .md\:u-bg-secondary--light {
    background-color: #ffdd60 !important;
  }

  .md\:u-bg-tertiary--dark {
    background-color: #008bbf !important;
  }

  .md\:u-bg-tertiary--light {
    background-color: #0dbdff !important;
  }

  .md\:u-bg-success--dark {
    background-color: #367e36 !important;
  }

  .md\:u-bg-success--light {
    background-color: #4cb04c !important;
  }

  .md\:u-bg-danger--dark {
    background-color: #981823 !important;
  }

  .md\:u-bg-danger--light {
    background-color: #d52231 !important;
  }

  .md\:u-bg-warning--dark {
    background-color: #ae4e18 !important;
  }

  .md\:u-bg-warning--light {
    background-color: #e37233 !important;
  }

  .md\:u-bg-info--dark {
    background-color: #0e6681 !important;
  }

  .md\:u-bg-info--light {
    background-color: #138fb4 !important;
  }

  .md\:u-bg-light--dark {
    background-color: #ccc !important;
  }

  .md\:u-bg-light--light {
    background-color: #fff !important;
  }

  .md\:u-bg-dark--dark {
    background-color: #29271c !important;
  }

  .md\:u-bg-dark--light {
    background-color: #393727 !important;
  }

  .md\:hover\:u-bg-transparent:hover {
    background-color: transparent !important;
  }

  .md\:hover\:u-bg-current-color:hover {
    background-color: currentColor !important;
  }

  .md\:hover\:u-bg-inherit:hover {
    background-color: inherit !important;
  }

  .md\:hover\:u-bg-purple:hover {
    background-color: #68246d !important;
  }

  .md\:hover\:u-bg-darkpurple:hover {
    background-color: #571b4f !important;
  }

  .md\:hover\:u-bg-yellow:hover {
    background-color: #ffd53a !important;
  }

  .md\:hover\:u-bg-cyan:hover {
    background-color: #00aeef !important;
  }

  .md\:hover\:u-bg-blue:hover {
    background-color: #409ddd !important;
  }

  .md\:hover\:u-bg-light-green:hover {
    background-color: #e2f4e9 !important;
  }

  .md\:hover\:u-bg-red:hover {
    background-color: #be1e2c !important;
  }

  .md\:hover\:u-bg-gold:hover {
    background-color: #afa961 !important;
  }

  .md\:hover\:u-bg-ink-100:hover {
    background-color: #002337 !important;
  }

  .md\:hover\:u-bg-stone:hover {
    background-color: #dacda2 !important;
  }

  .md\:hover\:u-bg-sky:hover {
    background-color: #a5c8d0 !important;
  }

  .md\:hover\:u-bg-heather:hover {
    background-color: #cba8b1 !important;
  }

  .md\:hover\:u-bg-cedar:hover {
    background-color: #b6aaa7 !important;
  }

  .md\:hover\:u-bg-business:hover {
    background-color: #b3bdb1 !important;
  }

  .md\:hover\:u-bg-black:hover {
    background-color: #333123 !important;
  }

  .md\:hover\:u-bg-white:hover {
    background-color: #fff !important;
  }

  .md\:hover\:u-bg-grey-25:hover {
    background-color: #f7f7f7 !important;
  }

  .md\:hover\:u-bg-grey-50:hover {
    background-color: #ebebeb !important;
  }

  .md\:hover\:u-bg-grey-75:hover {
    background-color: #d9d9d9 !important;
  }

  .md\:hover\:u-bg-grey-100:hover {
    background-color: #afb4b6 !important;
  }

  .md\:hover\:u-bg-grey-200:hover {
    background-color: #898e91 !important;
  }

  .md\:hover\:u-bg-grey-300:hover {
    background-color: #64696c !important;
  }

  .md\:hover\:u-bg-grey-400:hover {
    background-color: #3c3c3b !important;
  }

  .md\:hover\:u-bg-youtube:hover {
    background-color: #f00 !important;
  }

  .md\:hover\:u-bg-twitter:hover {
    background-color: #1da1f2 !important;
  }

  .md\:hover\:u-bg-facebook:hover {
    background-color: #3b5998 !important;
  }

  .md\:hover\:u-bg-instagram:hover {
    background-color: #444 !important;
  }

  .md\:hover\:u-bg-linkedin:hover {
    background-color: #0077b5 !important;
  }

  .md\:hover\:u-bg-college:hover {
    background-color: #00664f !important;
  }

  .md\:hover\:u-bg-coll-collingwood:hover {
    background-color: #d22630 !important;
  }

  .md\:hover\:u-bg-coll-grey:hover {
    background-color: #af272f !important;
  }

  .md\:hover\:u-bg-coll-hatfield:hover {
    background-color: #003865 !important;
  }

  .md\:hover\:u-bg-coll-johnsnow:hover {
    background-color: #003865 !important;
  }

  .md\:hover\:u-bg-coll-jbutler:hover {
    background-color: #d22630 !important;
  }

  .md\:hover\:u-bg-coll-south-college:hover {
    background-color: #68246d !important;
  }

  .md\:hover\:u-bg-coll-staidans:hover {
    background-color: #006747 !important;
  }

  .md\:hover\:u-bg-coll-stchads:hover {
    background-color: #00573f !important;
  }

  .md\:hover\:u-bg-coll-stcuthberts:hover {
    background-color: #00664f !important;
  }

  .md\:hover\:u-bg-coll-sthild:hover {
    background-color: #0072ce !important;
  }

  .md\:hover\:u-bg-coll-stjohns:hover {
    background-color: #1b365d !important;
  }

  .md\:hover\:u-bg-coll-stmarys:hover {
    background-color: #753bbd !important;
  }

  .md\:hover\:u-bg-coll-stephenson:hover {
    background-color: #d22630 !important;
  }

  .md\:hover\:u-bg-coll-trevelyan:hover {
    background-color: #003865 !important;
  }

  .md\:hover\:u-bg-coll-university:hover {
    background-color: #862633 !important;
  }

  .md\:hover\:u-bg-coll-ustinov:hover {
    background-color: #003865 !important;
  }

  .md\:hover\:u-bg-coll-vanmildert:hover {
    background-color: #ee2737 !important;
  }

  .md\:hover\:u-bg-primary:hover {
    background-color: #68246d !important;
  }

  .md\:hover\:u-bg-secondary:hover {
    background-color: #ffd53a !important;
  }

  .md\:hover\:u-bg-tertiary:hover {
    background-color: #00aeef !important;
  }

  .md\:hover\:u-bg-success:hover {
    background-color: #449d44 !important;
  }

  .md\:hover\:u-bg-danger:hover {
    background-color: #be1e2c !important;
  }

  .md\:hover\:u-bg-warning:hover {
    background-color: #da611e !important;
  }

  .md\:hover\:u-bg-info:hover {
    background-color: #1180a1 !important;
  }

  .md\:hover\:u-bg-light:hover {
    background-color: #fff !important;
  }

  .md\:hover\:u-bg-dark:hover {
    background-color: #333123 !important;
  }

  .md\:hover\:u-bg-purple--dark:hover {
    background-color: #531d57 !important;
  }

  .md\:hover\:u-bg-purple--light:hover {
    background-color: #74287a !important;
  }

  .md\:hover\:u-bg-darkpurple--dark:hover {
    background-color: #46163f !important;
  }

  .md\:hover\:u-bg-darkpurple--light:hover {
    background-color: #611e58 !important;
  }

  .md\:hover\:u-bg-yellow--dark:hover {
    background-color: #fac500 !important;
  }

  .md\:hover\:u-bg-yellow--light:hover {
    background-color: #ffdd60 !important;
  }

  .md\:hover\:u-bg-cyan--dark:hover {
    background-color: #008bbf !important;
  }

  .md\:hover\:u-bg-cyan--light:hover {
    background-color: #0dbdff !important;
  }

  .md\:hover\:u-bg-blue--dark:hover {
    background-color: #2281c2 !important;
  }

  .md\:hover\:u-bg-blue--light:hover {
    background-color: #5dace2 !important;
  }

  .md\:hover\:u-bg-light-green--dark:hover {
    background-color: #9edab5 !important;
  }

  .md\:hover\:u-bg-light-green--light:hover {
    background-color: #fff !important;
  }

  .md\:hover\:u-bg-red--dark:hover {
    background-color: #981823 !important;
  }

  .md\:hover\:u-bg-red--light:hover {
    background-color: #d52231 !important;
  }

  .md\:hover\:u-bg-gold--dark:hover {
    background-color: #908b49 !important;
  }

  .md\:hover\:u-bg-gold--light:hover {
    background-color: #bab577 !important;
  }

  .md\:hover\:u-bg-ink-100--dark:hover {
    background-color: #001c2c !important;
  }

  .md\:hover\:u-bg-ink-100--light:hover {
    background-color: #00273e !important;
  }

  .md\:hover\:u-bg-stone--dark:hover {
    background-color: #c4b06c !important;
  }

  .md\:hover\:u-bg-stone--light:hover {
    background-color: #e7dfc3 !important;
  }

  .md\:hover\:u-bg-sky--dark:hover {
    background-color: #74aab6 !important;
  }

  .md\:hover\:u-bg-sky--light:hover {
    background-color: #c2dadf !important;
  }

  .md\:hover\:u-bg-heather--dark:hover {
    background-color: #af7a87 !important;
  }

  .md\:hover\:u-bg-heather--light:hover {
    background-color: #dcc4ca !important;
  }

  .md\:hover\:u-bg-cedar--dark:hover {
    background-color: #968581 !important;
  }

  .md\:hover\:u-bg-cedar--light:hover {
    background-color: #c9c0be !important;
  }

  .md\:hover\:u-bg-business--dark:hover {
    background-color: #8c9b89 !important;
  }

  .md\:hover\:u-bg-business--light:hover {
    background-color: #cad1c9 !important;
  }

  .md\:hover\:u-bg-black--dark:hover {
    background-color: #29271c !important;
  }

  .md\:hover\:u-bg-black--light:hover {
    background-color: #393727 !important;
  }

  .md\:hover\:u-bg-white--dark:hover {
    background-color: #ccc !important;
  }

  .md\:hover\:u-bg-white--light:hover {
    background-color: #fff !important;
  }

  .md\:hover\:u-bg-grey-25--dark:hover {
    background-color: #c6c6c6 !important;
  }

  .md\:hover\:u-bg-grey-25--light:hover {
    background-color: #fff !important;
  }

  .md\:hover\:u-bg-grey-50--dark:hover {
    background-color: #bcbcbc !important;
  }

  .md\:hover\:u-bg-grey-50--light:hover {
    background-color: #fff !important;
  }

  .md\:hover\:u-bg-grey-75--dark:hover {
    background-color: #aeaeae !important;
  }

  .md\:hover\:u-bg-grey-75--light:hover {
    background-color: #f3f3f3 !important;
  }

  .md\:hover\:u-bg-grey-100--dark:hover {
    background-color: #8a9194 !important;
  }

  .md\:hover\:u-bg-grey-100--light:hover {
    background-color: #c5c9ca !important;
  }

  .md\:hover\:u-bg-grey-200--dark:hover {
    background-color: #6d7275 !important;
  }

  .md\:hover\:u-bg-grey-200--light:hover {
    background-color: #9b9fa1 !important;
  }

  .md\:hover\:u-bg-grey-300--dark:hover {
    background-color: #505456 !important;
  }

  .md\:hover\:u-bg-grey-300--light:hover {
    background-color: #707679 !important;
  }

  .md\:hover\:u-bg-grey-400--dark:hover {
    background-color: #30302f !important;
  }

  .md\:hover\:u-bg-grey-400--light:hover {
    background-color: #434342 !important;
  }

  .md\:hover\:u-bg-youtube--dark:hover {
    background-color: #c00 !important;
  }

  .md\:hover\:u-bg-youtube--light:hover {
    background-color: #ff1f1f !important;
  }

  .md\:hover\:u-bg-twitter--dark:hover {
    background-color: #0c84cd !important;
  }

  .md\:hover\:u-bg-twitter--light:hover {
    background-color: #3caef4 !important;
  }

  .md\:hover\:u-bg-facebook--dark:hover {
    background-color: #2f477a !important;
  }

  .md\:hover\:u-bg-facebook--light:hover {
    background-color: #4264aa !important;
  }

  .md\:hover\:u-bg-instagram--dark:hover {
    background-color: #363636 !important;
  }

  .md\:hover\:u-bg-instagram--light:hover {
    background-color: #4c4c4c !important;
  }

  .md\:hover\:u-bg-linkedin--dark:hover {
    background-color: #005f91 !important;
  }

  .md\:hover\:u-bg-linkedin--light:hover {
    background-color: #0085cb !important;
  }

  .md\:hover\:u-bg-college--dark:hover {
    background-color: #00523f !important;
  }

  .md\:hover\:u-bg-college--light:hover {
    background-color: #007258 !important;
  }

  .md\:hover\:u-bg-coll-collingwood--dark:hover {
    background-color: #a81e26 !important;
  }

  .md\:hover\:u-bg-coll-collingwood--light:hover {
    background-color: #db3a44 !important;
  }

  .md\:hover\:u-bg-coll-grey--dark:hover {
    background-color: #8c1f26 !important;
  }

  .md\:hover\:u-bg-coll-grey--light:hover {
    background-color: #c42c35 !important;
  }

  .md\:hover\:u-bg-coll-hatfield--dark:hover {
    background-color: #002d51 !important;
  }

  .md\:hover\:u-bg-coll-hatfield--light:hover {
    background-color: #003f71 !important;
  }

  .md\:hover\:u-bg-coll-johnsnow--dark:hover {
    background-color: #002d51 !important;
  }

  .md\:hover\:u-bg-coll-johnsnow--light:hover {
    background-color: #003f71 !important;
  }

  .md\:hover\:u-bg-coll-jbutler--dark:hover {
    background-color: #a81e26 !important;
  }

  .md\:hover\:u-bg-coll-jbutler--light:hover {
    background-color: #db3a44 !important;
  }

  .md\:hover\:u-bg-coll-south-college--dark:hover {
    background-color: #531d57 !important;
  }

  .md\:hover\:u-bg-coll-south-college--light:hover {
    background-color: #74287a !important;
  }

  .md\:hover\:u-bg-coll-staidans--dark:hover {
    background-color: #005239 !important;
  }

  .md\:hover\:u-bg-coll-staidans--light:hover {
    background-color: #007350 !important;
  }

  .md\:hover\:u-bg-coll-stchads--dark:hover {
    background-color: #004632 !important;
  }

  .md\:hover\:u-bg-coll-stchads--light:hover {
    background-color: #006147 !important;
  }

  .md\:hover\:u-bg-coll-stcuthberts--dark:hover {
    background-color: #00523f !important;
  }

  .md\:hover\:u-bg-coll-stcuthberts--light:hover {
    background-color: #007258 !important;
  }

  .md\:hover\:u-bg-coll-sthild--dark:hover {
    background-color: #005ba5 !important;
  }

  .md\:hover\:u-bg-coll-sthild--light:hover {
    background-color: #0080e7 !important;
  }

  .md\:hover\:u-bg-coll-stjohns--dark:hover {
    background-color: #162b4a !important;
  }

  .md\:hover\:u-bg-coll-stjohns--light:hover {
    background-color: #1e3c68 !important;
  }

  .md\:hover\:u-bg-coll-stmarys--dark:hover {
    background-color: #5e2f97 !important;
  }

  .md\:hover\:u-bg-coll-stmarys--light:hover {
    background-color: #844ec8 !important;
  }

  .md\:hover\:u-bg-coll-stephenson--dark:hover {
    background-color: #a81e26 !important;
  }

  .md\:hover\:u-bg-coll-stephenson--light:hover {
    background-color: #db3a44 !important;
  }

  .md\:hover\:u-bg-coll-trevelyan--dark:hover {
    background-color: #002d51 !important;
  }

  .md\:hover\:u-bg-coll-trevelyan--light:hover {
    background-color: #003f71 !important;
  }

  .md\:hover\:u-bg-coll-university--dark:hover {
    background-color: #6b1e29 !important;
  }

  .md\:hover\:u-bg-coll-university--light:hover {
    background-color: #962b39 !important;
  }

  .md\:hover\:u-bg-coll-ustinov--dark:hover {
    background-color: #002d51 !important;
  }

  .md\:hover\:u-bg-coll-ustinov--light:hover {
    background-color: #003f71 !important;
  }

  .md\:hover\:u-bg-coll-vanmildert--dark:hover {
    background-color: #cd101f !important;
  }

  .md\:hover\:u-bg-coll-vanmildert--light:hover {
    background-color: #f04654 !important;
  }

  .md\:hover\:u-bg-primary--dark:hover {
    background-color: #531d57 !important;
  }

  .md\:hover\:u-bg-primary--light:hover {
    background-color: #74287a !important;
  }

  .md\:hover\:u-bg-secondary--dark:hover {
    background-color: #fac500 !important;
  }

  .md\:hover\:u-bg-secondary--light:hover {
    background-color: #ffdd60 !important;
  }

  .md\:hover\:u-bg-tertiary--dark:hover {
    background-color: #008bbf !important;
  }

  .md\:hover\:u-bg-tertiary--light:hover {
    background-color: #0dbdff !important;
  }

  .md\:hover\:u-bg-success--dark:hover {
    background-color: #367e36 !important;
  }

  .md\:hover\:u-bg-success--light:hover {
    background-color: #4cb04c !important;
  }

  .md\:hover\:u-bg-danger--dark:hover {
    background-color: #981823 !important;
  }

  .md\:hover\:u-bg-danger--light:hover {
    background-color: #d52231 !important;
  }

  .md\:hover\:u-bg-warning--dark:hover {
    background-color: #ae4e18 !important;
  }

  .md\:hover\:u-bg-warning--light:hover {
    background-color: #e37233 !important;
  }

  .md\:hover\:u-bg-info--dark:hover {
    background-color: #0e6681 !important;
  }

  .md\:hover\:u-bg-info--light:hover {
    background-color: #138fb4 !important;
  }

  .md\:hover\:u-bg-light--dark:hover {
    background-color: #ccc !important;
  }

  .md\:hover\:u-bg-light--light:hover {
    background-color: #fff !important;
  }

  .md\:hover\:u-bg-dark--dark:hover {
    background-color: #29271c !important;
  }

  .md\:hover\:u-bg-dark--light:hover {
    background-color: #393727 !important;
  }

  .md\:focus\:u-bg-transparent:focus {
    background-color: transparent !important;
  }

  .md\:focus\:u-bg-current-color:focus {
    background-color: currentColor !important;
  }

  .md\:focus\:u-bg-inherit:focus {
    background-color: inherit !important;
  }

  .md\:focus\:u-bg-purple:focus {
    background-color: #68246d !important;
  }

  .md\:focus\:u-bg-darkpurple:focus {
    background-color: #571b4f !important;
  }

  .md\:focus\:u-bg-yellow:focus {
    background-color: #ffd53a !important;
  }

  .md\:focus\:u-bg-cyan:focus {
    background-color: #00aeef !important;
  }

  .md\:focus\:u-bg-blue:focus {
    background-color: #409ddd !important;
  }

  .md\:focus\:u-bg-light-green:focus {
    background-color: #e2f4e9 !important;
  }

  .md\:focus\:u-bg-red:focus {
    background-color: #be1e2c !important;
  }

  .md\:focus\:u-bg-gold:focus {
    background-color: #afa961 !important;
  }

  .md\:focus\:u-bg-ink-100:focus {
    background-color: #002337 !important;
  }

  .md\:focus\:u-bg-stone:focus {
    background-color: #dacda2 !important;
  }

  .md\:focus\:u-bg-sky:focus {
    background-color: #a5c8d0 !important;
  }

  .md\:focus\:u-bg-heather:focus {
    background-color: #cba8b1 !important;
  }

  .md\:focus\:u-bg-cedar:focus {
    background-color: #b6aaa7 !important;
  }

  .md\:focus\:u-bg-business:focus {
    background-color: #b3bdb1 !important;
  }

  .md\:focus\:u-bg-black:focus {
    background-color: #333123 !important;
  }

  .md\:focus\:u-bg-white:focus {
    background-color: #fff !important;
  }

  .md\:focus\:u-bg-grey-25:focus {
    background-color: #f7f7f7 !important;
  }

  .md\:focus\:u-bg-grey-50:focus {
    background-color: #ebebeb !important;
  }

  .md\:focus\:u-bg-grey-75:focus {
    background-color: #d9d9d9 !important;
  }

  .md\:focus\:u-bg-grey-100:focus {
    background-color: #afb4b6 !important;
  }

  .md\:focus\:u-bg-grey-200:focus {
    background-color: #898e91 !important;
  }

  .md\:focus\:u-bg-grey-300:focus {
    background-color: #64696c !important;
  }

  .md\:focus\:u-bg-grey-400:focus {
    background-color: #3c3c3b !important;
  }

  .md\:focus\:u-bg-youtube:focus {
    background-color: #f00 !important;
  }

  .md\:focus\:u-bg-twitter:focus {
    background-color: #1da1f2 !important;
  }

  .md\:focus\:u-bg-facebook:focus {
    background-color: #3b5998 !important;
  }

  .md\:focus\:u-bg-instagram:focus {
    background-color: #444 !important;
  }

  .md\:focus\:u-bg-linkedin:focus {
    background-color: #0077b5 !important;
  }

  .md\:focus\:u-bg-college:focus {
    background-color: #00664f !important;
  }

  .md\:focus\:u-bg-coll-collingwood:focus {
    background-color: #d22630 !important;
  }

  .md\:focus\:u-bg-coll-grey:focus {
    background-color: #af272f !important;
  }

  .md\:focus\:u-bg-coll-hatfield:focus {
    background-color: #003865 !important;
  }

  .md\:focus\:u-bg-coll-johnsnow:focus {
    background-color: #003865 !important;
  }

  .md\:focus\:u-bg-coll-jbutler:focus {
    background-color: #d22630 !important;
  }

  .md\:focus\:u-bg-coll-south-college:focus {
    background-color: #68246d !important;
  }

  .md\:focus\:u-bg-coll-staidans:focus {
    background-color: #006747 !important;
  }

  .md\:focus\:u-bg-coll-stchads:focus {
    background-color: #00573f !important;
  }

  .md\:focus\:u-bg-coll-stcuthberts:focus {
    background-color: #00664f !important;
  }

  .md\:focus\:u-bg-coll-sthild:focus {
    background-color: #0072ce !important;
  }

  .md\:focus\:u-bg-coll-stjohns:focus {
    background-color: #1b365d !important;
  }

  .md\:focus\:u-bg-coll-stmarys:focus {
    background-color: #753bbd !important;
  }

  .md\:focus\:u-bg-coll-stephenson:focus {
    background-color: #d22630 !important;
  }

  .md\:focus\:u-bg-coll-trevelyan:focus {
    background-color: #003865 !important;
  }

  .md\:focus\:u-bg-coll-university:focus {
    background-color: #862633 !important;
  }

  .md\:focus\:u-bg-coll-ustinov:focus {
    background-color: #003865 !important;
  }

  .md\:focus\:u-bg-coll-vanmildert:focus {
    background-color: #ee2737 !important;
  }

  .md\:focus\:u-bg-primary:focus {
    background-color: #68246d !important;
  }

  .md\:focus\:u-bg-secondary:focus {
    background-color: #ffd53a !important;
  }

  .md\:focus\:u-bg-tertiary:focus {
    background-color: #00aeef !important;
  }

  .md\:focus\:u-bg-success:focus {
    background-color: #449d44 !important;
  }

  .md\:focus\:u-bg-danger:focus {
    background-color: #be1e2c !important;
  }

  .md\:focus\:u-bg-warning:focus {
    background-color: #da611e !important;
  }

  .md\:focus\:u-bg-info:focus {
    background-color: #1180a1 !important;
  }

  .md\:focus\:u-bg-light:focus {
    background-color: #fff !important;
  }

  .md\:focus\:u-bg-dark:focus {
    background-color: #333123 !important;
  }

  .md\:focus\:u-bg-purple--dark:focus {
    background-color: #531d57 !important;
  }

  .md\:focus\:u-bg-purple--light:focus {
    background-color: #74287a !important;
  }

  .md\:focus\:u-bg-darkpurple--dark:focus {
    background-color: #46163f !important;
  }

  .md\:focus\:u-bg-darkpurple--light:focus {
    background-color: #611e58 !important;
  }

  .md\:focus\:u-bg-yellow--dark:focus {
    background-color: #fac500 !important;
  }

  .md\:focus\:u-bg-yellow--light:focus {
    background-color: #ffdd60 !important;
  }

  .md\:focus\:u-bg-cyan--dark:focus {
    background-color: #008bbf !important;
  }

  .md\:focus\:u-bg-cyan--light:focus {
    background-color: #0dbdff !important;
  }

  .md\:focus\:u-bg-blue--dark:focus {
    background-color: #2281c2 !important;
  }

  .md\:focus\:u-bg-blue--light:focus {
    background-color: #5dace2 !important;
  }

  .md\:focus\:u-bg-light-green--dark:focus {
    background-color: #9edab5 !important;
  }

  .md\:focus\:u-bg-light-green--light:focus {
    background-color: #fff !important;
  }

  .md\:focus\:u-bg-red--dark:focus {
    background-color: #981823 !important;
  }

  .md\:focus\:u-bg-red--light:focus {
    background-color: #d52231 !important;
  }

  .md\:focus\:u-bg-gold--dark:focus {
    background-color: #908b49 !important;
  }

  .md\:focus\:u-bg-gold--light:focus {
    background-color: #bab577 !important;
  }

  .md\:focus\:u-bg-ink-100--dark:focus {
    background-color: #001c2c !important;
  }

  .md\:focus\:u-bg-ink-100--light:focus {
    background-color: #00273e !important;
  }

  .md\:focus\:u-bg-stone--dark:focus {
    background-color: #c4b06c !important;
  }

  .md\:focus\:u-bg-stone--light:focus {
    background-color: #e7dfc3 !important;
  }

  .md\:focus\:u-bg-sky--dark:focus {
    background-color: #74aab6 !important;
  }

  .md\:focus\:u-bg-sky--light:focus {
    background-color: #c2dadf !important;
  }

  .md\:focus\:u-bg-heather--dark:focus {
    background-color: #af7a87 !important;
  }

  .md\:focus\:u-bg-heather--light:focus {
    background-color: #dcc4ca !important;
  }

  .md\:focus\:u-bg-cedar--dark:focus {
    background-color: #968581 !important;
  }

  .md\:focus\:u-bg-cedar--light:focus {
    background-color: #c9c0be !important;
  }

  .md\:focus\:u-bg-business--dark:focus {
    background-color: #8c9b89 !important;
  }

  .md\:focus\:u-bg-business--light:focus {
    background-color: #cad1c9 !important;
  }

  .md\:focus\:u-bg-black--dark:focus {
    background-color: #29271c !important;
  }

  .md\:focus\:u-bg-black--light:focus {
    background-color: #393727 !important;
  }

  .md\:focus\:u-bg-white--dark:focus {
    background-color: #ccc !important;
  }

  .md\:focus\:u-bg-white--light:focus {
    background-color: #fff !important;
  }

  .md\:focus\:u-bg-grey-25--dark:focus {
    background-color: #c6c6c6 !important;
  }

  .md\:focus\:u-bg-grey-25--light:focus {
    background-color: #fff !important;
  }

  .md\:focus\:u-bg-grey-50--dark:focus {
    background-color: #bcbcbc !important;
  }

  .md\:focus\:u-bg-grey-50--light:focus {
    background-color: #fff !important;
  }

  .md\:focus\:u-bg-grey-75--dark:focus {
    background-color: #aeaeae !important;
  }

  .md\:focus\:u-bg-grey-75--light:focus {
    background-color: #f3f3f3 !important;
  }

  .md\:focus\:u-bg-grey-100--dark:focus {
    background-color: #8a9194 !important;
  }

  .md\:focus\:u-bg-grey-100--light:focus {
    background-color: #c5c9ca !important;
  }

  .md\:focus\:u-bg-grey-200--dark:focus {
    background-color: #6d7275 !important;
  }

  .md\:focus\:u-bg-grey-200--light:focus {
    background-color: #9b9fa1 !important;
  }

  .md\:focus\:u-bg-grey-300--dark:focus {
    background-color: #505456 !important;
  }

  .md\:focus\:u-bg-grey-300--light:focus {
    background-color: #707679 !important;
  }

  .md\:focus\:u-bg-grey-400--dark:focus {
    background-color: #30302f !important;
  }

  .md\:focus\:u-bg-grey-400--light:focus {
    background-color: #434342 !important;
  }

  .md\:focus\:u-bg-youtube--dark:focus {
    background-color: #c00 !important;
  }

  .md\:focus\:u-bg-youtube--light:focus {
    background-color: #ff1f1f !important;
  }

  .md\:focus\:u-bg-twitter--dark:focus {
    background-color: #0c84cd !important;
  }

  .md\:focus\:u-bg-twitter--light:focus {
    background-color: #3caef4 !important;
  }

  .md\:focus\:u-bg-facebook--dark:focus {
    background-color: #2f477a !important;
  }

  .md\:focus\:u-bg-facebook--light:focus {
    background-color: #4264aa !important;
  }

  .md\:focus\:u-bg-instagram--dark:focus {
    background-color: #363636 !important;
  }

  .md\:focus\:u-bg-instagram--light:focus {
    background-color: #4c4c4c !important;
  }

  .md\:focus\:u-bg-linkedin--dark:focus {
    background-color: #005f91 !important;
  }

  .md\:focus\:u-bg-linkedin--light:focus {
    background-color: #0085cb !important;
  }

  .md\:focus\:u-bg-college--dark:focus {
    background-color: #00523f !important;
  }

  .md\:focus\:u-bg-college--light:focus {
    background-color: #007258 !important;
  }

  .md\:focus\:u-bg-coll-collingwood--dark:focus {
    background-color: #a81e26 !important;
  }

  .md\:focus\:u-bg-coll-collingwood--light:focus {
    background-color: #db3a44 !important;
  }

  .md\:focus\:u-bg-coll-grey--dark:focus {
    background-color: #8c1f26 !important;
  }

  .md\:focus\:u-bg-coll-grey--light:focus {
    background-color: #c42c35 !important;
  }

  .md\:focus\:u-bg-coll-hatfield--dark:focus {
    background-color: #002d51 !important;
  }

  .md\:focus\:u-bg-coll-hatfield--light:focus {
    background-color: #003f71 !important;
  }

  .md\:focus\:u-bg-coll-johnsnow--dark:focus {
    background-color: #002d51 !important;
  }

  .md\:focus\:u-bg-coll-johnsnow--light:focus {
    background-color: #003f71 !important;
  }

  .md\:focus\:u-bg-coll-jbutler--dark:focus {
    background-color: #a81e26 !important;
  }

  .md\:focus\:u-bg-coll-jbutler--light:focus {
    background-color: #db3a44 !important;
  }

  .md\:focus\:u-bg-coll-south-college--dark:focus {
    background-color: #531d57 !important;
  }

  .md\:focus\:u-bg-coll-south-college--light:focus {
    background-color: #74287a !important;
  }

  .md\:focus\:u-bg-coll-staidans--dark:focus {
    background-color: #005239 !important;
  }

  .md\:focus\:u-bg-coll-staidans--light:focus {
    background-color: #007350 !important;
  }

  .md\:focus\:u-bg-coll-stchads--dark:focus {
    background-color: #004632 !important;
  }

  .md\:focus\:u-bg-coll-stchads--light:focus {
    background-color: #006147 !important;
  }

  .md\:focus\:u-bg-coll-stcuthberts--dark:focus {
    background-color: #00523f !important;
  }

  .md\:focus\:u-bg-coll-stcuthberts--light:focus {
    background-color: #007258 !important;
  }

  .md\:focus\:u-bg-coll-sthild--dark:focus {
    background-color: #005ba5 !important;
  }

  .md\:focus\:u-bg-coll-sthild--light:focus {
    background-color: #0080e7 !important;
  }

  .md\:focus\:u-bg-coll-stjohns--dark:focus {
    background-color: #162b4a !important;
  }

  .md\:focus\:u-bg-coll-stjohns--light:focus {
    background-color: #1e3c68 !important;
  }

  .md\:focus\:u-bg-coll-stmarys--dark:focus {
    background-color: #5e2f97 !important;
  }

  .md\:focus\:u-bg-coll-stmarys--light:focus {
    background-color: #844ec8 !important;
  }

  .md\:focus\:u-bg-coll-stephenson--dark:focus {
    background-color: #a81e26 !important;
  }

  .md\:focus\:u-bg-coll-stephenson--light:focus {
    background-color: #db3a44 !important;
  }

  .md\:focus\:u-bg-coll-trevelyan--dark:focus {
    background-color: #002d51 !important;
  }

  .md\:focus\:u-bg-coll-trevelyan--light:focus {
    background-color: #003f71 !important;
  }

  .md\:focus\:u-bg-coll-university--dark:focus {
    background-color: #6b1e29 !important;
  }

  .md\:focus\:u-bg-coll-university--light:focus {
    background-color: #962b39 !important;
  }

  .md\:focus\:u-bg-coll-ustinov--dark:focus {
    background-color: #002d51 !important;
  }

  .md\:focus\:u-bg-coll-ustinov--light:focus {
    background-color: #003f71 !important;
  }

  .md\:focus\:u-bg-coll-vanmildert--dark:focus {
    background-color: #cd101f !important;
  }

  .md\:focus\:u-bg-coll-vanmildert--light:focus {
    background-color: #f04654 !important;
  }

  .md\:focus\:u-bg-primary--dark:focus {
    background-color: #531d57 !important;
  }

  .md\:focus\:u-bg-primary--light:focus {
    background-color: #74287a !important;
  }

  .md\:focus\:u-bg-secondary--dark:focus {
    background-color: #fac500 !important;
  }

  .md\:focus\:u-bg-secondary--light:focus {
    background-color: #ffdd60 !important;
  }

  .md\:focus\:u-bg-tertiary--dark:focus {
    background-color: #008bbf !important;
  }

  .md\:focus\:u-bg-tertiary--light:focus {
    background-color: #0dbdff !important;
  }

  .md\:focus\:u-bg-success--dark:focus {
    background-color: #367e36 !important;
  }

  .md\:focus\:u-bg-success--light:focus {
    background-color: #4cb04c !important;
  }

  .md\:focus\:u-bg-danger--dark:focus {
    background-color: #981823 !important;
  }

  .md\:focus\:u-bg-danger--light:focus {
    background-color: #d52231 !important;
  }

  .md\:focus\:u-bg-warning--dark:focus {
    background-color: #ae4e18 !important;
  }

  .md\:focus\:u-bg-warning--light:focus {
    background-color: #e37233 !important;
  }

  .md\:focus\:u-bg-info--dark:focus {
    background-color: #0e6681 !important;
  }

  .md\:focus\:u-bg-info--light:focus {
    background-color: #138fb4 !important;
  }

  .md\:focus\:u-bg-light--dark:focus {
    background-color: #ccc !important;
  }

  .md\:focus\:u-bg-light--light:focus {
    background-color: #fff !important;
  }

  .md\:focus\:u-bg-dark--dark:focus {
    background-color: #29271c !important;
  }

  .md\:focus\:u-bg-dark--light:focus {
    background-color: #393727 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-transparent {
    background-color: transparent !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-current-color {
    background-color: currentColor !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-inherit {
    background-color: inherit !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-purple {
    background-color: #68246d !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-darkpurple {
    background-color: #571b4f !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-yellow {
    background-color: #ffd53a !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-cyan {
    background-color: #00aeef !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-blue {
    background-color: #409ddd !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-light-green {
    background-color: #e2f4e9 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-red {
    background-color: #be1e2c !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-gold {
    background-color: #afa961 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-ink-100 {
    background-color: #002337 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-stone {
    background-color: #dacda2 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-sky {
    background-color: #a5c8d0 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-heather {
    background-color: #cba8b1 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-cedar {
    background-color: #b6aaa7 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-business {
    background-color: #b3bdb1 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-black {
    background-color: #333123 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-white {
    background-color: #fff !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-25 {
    background-color: #f7f7f7 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-50 {
    background-color: #ebebeb !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-75 {
    background-color: #d9d9d9 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-100 {
    background-color: #afb4b6 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-200 {
    background-color: #898e91 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-300 {
    background-color: #64696c !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-400 {
    background-color: #3c3c3b !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-youtube {
    background-color: #f00 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-twitter {
    background-color: #1da1f2 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-facebook {
    background-color: #3b5998 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-instagram {
    background-color: #444 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-linkedin {
    background-color: #0077b5 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-college {
    background-color: #00664f !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-collingwood {
    background-color: #d22630 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-grey {
    background-color: #af272f !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-hatfield {
    background-color: #003865 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-johnsnow {
    background-color: #003865 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-jbutler {
    background-color: #d22630 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-south-college {
    background-color: #68246d !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-staidans {
    background-color: #006747 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-stchads {
    background-color: #00573f !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-stcuthberts {
    background-color: #00664f !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-sthild {
    background-color: #0072ce !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-stjohns {
    background-color: #1b365d !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-stmarys {
    background-color: #753bbd !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-stephenson {
    background-color: #d22630 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-trevelyan {
    background-color: #003865 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-university {
    background-color: #862633 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-ustinov {
    background-color: #003865 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-vanmildert {
    background-color: #ee2737 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-primary {
    background-color: #68246d !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-secondary {
    background-color: #ffd53a !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-tertiary {
    background-color: #00aeef !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-success {
    background-color: #449d44 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-danger {
    background-color: #be1e2c !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-warning {
    background-color: #da611e !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-info {
    background-color: #1180a1 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-light {
    background-color: #fff !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-dark {
    background-color: #333123 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-purple--dark {
    background-color: #531d57 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-purple--light {
    background-color: #74287a !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-darkpurple--dark {
    background-color: #46163f !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-darkpurple--light {
    background-color: #611e58 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-yellow--dark {
    background-color: #fac500 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-yellow--light {
    background-color: #ffdd60 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-cyan--dark {
    background-color: #008bbf !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-cyan--light {
    background-color: #0dbdff !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-blue--dark {
    background-color: #2281c2 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-blue--light {
    background-color: #5dace2 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-light-green--dark {
    background-color: #9edab5 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-light-green--light {
    background-color: #fff !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-red--dark {
    background-color: #981823 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-red--light {
    background-color: #d52231 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-gold--dark {
    background-color: #908b49 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-gold--light {
    background-color: #bab577 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-ink-100--dark {
    background-color: #001c2c !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-ink-100--light {
    background-color: #00273e !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-stone--dark {
    background-color: #c4b06c !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-stone--light {
    background-color: #e7dfc3 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-sky--dark {
    background-color: #74aab6 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-sky--light {
    background-color: #c2dadf !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-heather--dark {
    background-color: #af7a87 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-heather--light {
    background-color: #dcc4ca !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-cedar--dark {
    background-color: #968581 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-cedar--light {
    background-color: #c9c0be !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-business--dark {
    background-color: #8c9b89 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-business--light {
    background-color: #cad1c9 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-black--dark {
    background-color: #29271c !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-black--light {
    background-color: #393727 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-white--dark {
    background-color: #ccc !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-white--light {
    background-color: #fff !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-25--dark {
    background-color: #c6c6c6 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-25--light {
    background-color: #fff !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-50--dark {
    background-color: #bcbcbc !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-50--light {
    background-color: #fff !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-75--dark {
    background-color: #aeaeae !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-75--light {
    background-color: #f3f3f3 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-100--dark {
    background-color: #8a9194 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-100--light {
    background-color: #c5c9ca !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-200--dark {
    background-color: #6d7275 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-200--light {
    background-color: #9b9fa1 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-300--dark {
    background-color: #505456 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-300--light {
    background-color: #707679 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-400--dark {
    background-color: #30302f !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-grey-400--light {
    background-color: #434342 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-youtube--dark {
    background-color: #c00 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-youtube--light {
    background-color: #ff1f1f !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-twitter--dark {
    background-color: #0c84cd !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-twitter--light {
    background-color: #3caef4 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-facebook--dark {
    background-color: #2f477a !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-facebook--light {
    background-color: #4264aa !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-instagram--dark {
    background-color: #363636 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-instagram--light {
    background-color: #4c4c4c !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-linkedin--dark {
    background-color: #005f91 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-linkedin--light {
    background-color: #0085cb !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-college--dark {
    background-color: #00523f !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-college--light {
    background-color: #007258 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-collingwood--dark {
    background-color: #a81e26 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-collingwood--light {
    background-color: #db3a44 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-grey--dark {
    background-color: #8c1f26 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-grey--light {
    background-color: #c42c35 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-hatfield--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-hatfield--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-johnsnow--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-johnsnow--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-jbutler--dark {
    background-color: #a81e26 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-jbutler--light {
    background-color: #db3a44 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-south-college--dark {
    background-color: #531d57 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-south-college--light {
    background-color: #74287a !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-staidans--dark {
    background-color: #005239 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-staidans--light {
    background-color: #007350 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-stchads--dark {
    background-color: #004632 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-stchads--light {
    background-color: #006147 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-stcuthberts--dark {
    background-color: #00523f !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-stcuthberts--light {
    background-color: #007258 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-sthild--dark {
    background-color: #005ba5 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-sthild--light {
    background-color: #0080e7 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-stjohns--dark {
    background-color: #162b4a !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-stjohns--light {
    background-color: #1e3c68 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-stmarys--dark {
    background-color: #5e2f97 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-stmarys--light {
    background-color: #844ec8 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-stephenson--dark {
    background-color: #a81e26 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-stephenson--light {
    background-color: #db3a44 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-trevelyan--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-trevelyan--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-university--dark {
    background-color: #6b1e29 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-university--light {
    background-color: #962b39 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-ustinov--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-ustinov--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-vanmildert--dark {
    background-color: #cd101f !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-coll-vanmildert--light {
    background-color: #f04654 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-primary--dark {
    background-color: #531d57 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-primary--light {
    background-color: #74287a !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-secondary--dark {
    background-color: #fac500 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-secondary--light {
    background-color: #ffdd60 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-tertiary--dark {
    background-color: #008bbf !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-tertiary--light {
    background-color: #0dbdff !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-success--dark {
    background-color: #367e36 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-success--light {
    background-color: #4cb04c !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-danger--dark {
    background-color: #981823 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-danger--light {
    background-color: #d52231 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-warning--dark {
    background-color: #ae4e18 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-warning--light {
    background-color: #e37233 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-info--dark {
    background-color: #0e6681 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-info--light {
    background-color: #138fb4 !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-light--dark {
    background-color: #ccc !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-light--light {
    background-color: #fff !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-dark--dark {
    background-color: #29271c !important;
  }

  .ui-state-active .md\:ui-active\:u-bg-dark--light {
    background-color: #393727 !important;
  }

  .md\:hocus\:u-bg-transparent:hover,
  .md\:hocus\:u-bg-transparent:focus {
    background-color: transparent !important;
  }

  .md\:hocus\:u-bg-current-color:hover,
  .md\:hocus\:u-bg-current-color:focus {
    background-color: currentColor !important;
  }

  .md\:hocus\:u-bg-inherit:hover,
  .md\:hocus\:u-bg-inherit:focus {
    background-color: inherit !important;
  }

  .md\:hocus\:u-bg-purple:hover,
  .md\:hocus\:u-bg-purple:focus {
    background-color: #68246d !important;
  }

  .md\:hocus\:u-bg-darkpurple:hover,
  .md\:hocus\:u-bg-darkpurple:focus {
    background-color: #571b4f !important;
  }

  .md\:hocus\:u-bg-yellow:hover,
  .md\:hocus\:u-bg-yellow:focus {
    background-color: #ffd53a !important;
  }

  .md\:hocus\:u-bg-cyan:hover,
  .md\:hocus\:u-bg-cyan:focus {
    background-color: #00aeef !important;
  }

  .md\:hocus\:u-bg-blue:hover,
  .md\:hocus\:u-bg-blue:focus {
    background-color: #409ddd !important;
  }

  .md\:hocus\:u-bg-light-green:hover,
  .md\:hocus\:u-bg-light-green:focus {
    background-color: #e2f4e9 !important;
  }

  .md\:hocus\:u-bg-red:hover,
  .md\:hocus\:u-bg-red:focus {
    background-color: #be1e2c !important;
  }

  .md\:hocus\:u-bg-gold:hover,
  .md\:hocus\:u-bg-gold:focus {
    background-color: #afa961 !important;
  }

  .md\:hocus\:u-bg-ink-100:hover,
  .md\:hocus\:u-bg-ink-100:focus {
    background-color: #002337 !important;
  }

  .md\:hocus\:u-bg-stone:hover,
  .md\:hocus\:u-bg-stone:focus {
    background-color: #dacda2 !important;
  }

  .md\:hocus\:u-bg-sky:hover,
  .md\:hocus\:u-bg-sky:focus {
    background-color: #a5c8d0 !important;
  }

  .md\:hocus\:u-bg-heather:hover,
  .md\:hocus\:u-bg-heather:focus {
    background-color: #cba8b1 !important;
  }

  .md\:hocus\:u-bg-cedar:hover,
  .md\:hocus\:u-bg-cedar:focus {
    background-color: #b6aaa7 !important;
  }

  .md\:hocus\:u-bg-business:hover,
  .md\:hocus\:u-bg-business:focus {
    background-color: #b3bdb1 !important;
  }

  .md\:hocus\:u-bg-black:hover,
  .md\:hocus\:u-bg-black:focus {
    background-color: #333123 !important;
  }

  .md\:hocus\:u-bg-white:hover,
  .md\:hocus\:u-bg-white:focus {
    background-color: #fff !important;
  }

  .md\:hocus\:u-bg-grey-25:hover,
  .md\:hocus\:u-bg-grey-25:focus {
    background-color: #f7f7f7 !important;
  }

  .md\:hocus\:u-bg-grey-50:hover,
  .md\:hocus\:u-bg-grey-50:focus {
    background-color: #ebebeb !important;
  }

  .md\:hocus\:u-bg-grey-75:hover,
  .md\:hocus\:u-bg-grey-75:focus {
    background-color: #d9d9d9 !important;
  }

  .md\:hocus\:u-bg-grey-100:hover,
  .md\:hocus\:u-bg-grey-100:focus {
    background-color: #afb4b6 !important;
  }

  .md\:hocus\:u-bg-grey-200:hover,
  .md\:hocus\:u-bg-grey-200:focus {
    background-color: #898e91 !important;
  }

  .md\:hocus\:u-bg-grey-300:hover,
  .md\:hocus\:u-bg-grey-300:focus {
    background-color: #64696c !important;
  }

  .md\:hocus\:u-bg-grey-400:hover,
  .md\:hocus\:u-bg-grey-400:focus {
    background-color: #3c3c3b !important;
  }

  .md\:hocus\:u-bg-youtube:hover,
  .md\:hocus\:u-bg-youtube:focus {
    background-color: #f00 !important;
  }

  .md\:hocus\:u-bg-twitter:hover,
  .md\:hocus\:u-bg-twitter:focus {
    background-color: #1da1f2 !important;
  }

  .md\:hocus\:u-bg-facebook:hover,
  .md\:hocus\:u-bg-facebook:focus {
    background-color: #3b5998 !important;
  }

  .md\:hocus\:u-bg-instagram:hover,
  .md\:hocus\:u-bg-instagram:focus {
    background-color: #444 !important;
  }

  .md\:hocus\:u-bg-linkedin:hover,
  .md\:hocus\:u-bg-linkedin:focus {
    background-color: #0077b5 !important;
  }

  .md\:hocus\:u-bg-college:hover,
  .md\:hocus\:u-bg-college:focus {
    background-color: #00664f !important;
  }

  .md\:hocus\:u-bg-coll-collingwood:hover,
  .md\:hocus\:u-bg-coll-collingwood:focus {
    background-color: #d22630 !important;
  }

  .md\:hocus\:u-bg-coll-grey:hover,
  .md\:hocus\:u-bg-coll-grey:focus {
    background-color: #af272f !important;
  }

  .md\:hocus\:u-bg-coll-hatfield:hover,
  .md\:hocus\:u-bg-coll-hatfield:focus {
    background-color: #003865 !important;
  }

  .md\:hocus\:u-bg-coll-johnsnow:hover,
  .md\:hocus\:u-bg-coll-johnsnow:focus {
    background-color: #003865 !important;
  }

  .md\:hocus\:u-bg-coll-jbutler:hover,
  .md\:hocus\:u-bg-coll-jbutler:focus {
    background-color: #d22630 !important;
  }

  .md\:hocus\:u-bg-coll-south-college:hover,
  .md\:hocus\:u-bg-coll-south-college:focus {
    background-color: #68246d !important;
  }

  .md\:hocus\:u-bg-coll-staidans:hover,
  .md\:hocus\:u-bg-coll-staidans:focus {
    background-color: #006747 !important;
  }

  .md\:hocus\:u-bg-coll-stchads:hover,
  .md\:hocus\:u-bg-coll-stchads:focus {
    background-color: #00573f !important;
  }

  .md\:hocus\:u-bg-coll-stcuthberts:hover,
  .md\:hocus\:u-bg-coll-stcuthberts:focus {
    background-color: #00664f !important;
  }

  .md\:hocus\:u-bg-coll-sthild:hover,
  .md\:hocus\:u-bg-coll-sthild:focus {
    background-color: #0072ce !important;
  }

  .md\:hocus\:u-bg-coll-stjohns:hover,
  .md\:hocus\:u-bg-coll-stjohns:focus {
    background-color: #1b365d !important;
  }

  .md\:hocus\:u-bg-coll-stmarys:hover,
  .md\:hocus\:u-bg-coll-stmarys:focus {
    background-color: #753bbd !important;
  }

  .md\:hocus\:u-bg-coll-stephenson:hover,
  .md\:hocus\:u-bg-coll-stephenson:focus {
    background-color: #d22630 !important;
  }

  .md\:hocus\:u-bg-coll-trevelyan:hover,
  .md\:hocus\:u-bg-coll-trevelyan:focus {
    background-color: #003865 !important;
  }

  .md\:hocus\:u-bg-coll-university:hover,
  .md\:hocus\:u-bg-coll-university:focus {
    background-color: #862633 !important;
  }

  .md\:hocus\:u-bg-coll-ustinov:hover,
  .md\:hocus\:u-bg-coll-ustinov:focus {
    background-color: #003865 !important;
  }

  .md\:hocus\:u-bg-coll-vanmildert:hover,
  .md\:hocus\:u-bg-coll-vanmildert:focus {
    background-color: #ee2737 !important;
  }

  .md\:hocus\:u-bg-primary:hover,
  .md\:hocus\:u-bg-primary:focus {
    background-color: #68246d !important;
  }

  .md\:hocus\:u-bg-secondary:hover,
  .md\:hocus\:u-bg-secondary:focus {
    background-color: #ffd53a !important;
  }

  .md\:hocus\:u-bg-tertiary:hover,
  .md\:hocus\:u-bg-tertiary:focus {
    background-color: #00aeef !important;
  }

  .md\:hocus\:u-bg-success:hover,
  .md\:hocus\:u-bg-success:focus {
    background-color: #449d44 !important;
  }

  .md\:hocus\:u-bg-danger:hover,
  .md\:hocus\:u-bg-danger:focus {
    background-color: #be1e2c !important;
  }

  .md\:hocus\:u-bg-warning:hover,
  .md\:hocus\:u-bg-warning:focus {
    background-color: #da611e !important;
  }

  .md\:hocus\:u-bg-info:hover,
  .md\:hocus\:u-bg-info:focus {
    background-color: #1180a1 !important;
  }

  .md\:hocus\:u-bg-light:hover,
  .md\:hocus\:u-bg-light:focus {
    background-color: #fff !important;
  }

  .md\:hocus\:u-bg-dark:hover,
  .md\:hocus\:u-bg-dark:focus {
    background-color: #333123 !important;
  }

  .md\:hocus\:u-bg-purple--dark:hover,
  .md\:hocus\:u-bg-purple--dark:focus {
    background-color: #531d57 !important;
  }

  .md\:hocus\:u-bg-purple--light:hover,
  .md\:hocus\:u-bg-purple--light:focus {
    background-color: #74287a !important;
  }

  .md\:hocus\:u-bg-darkpurple--dark:hover,
  .md\:hocus\:u-bg-darkpurple--dark:focus {
    background-color: #46163f !important;
  }

  .md\:hocus\:u-bg-darkpurple--light:hover,
  .md\:hocus\:u-bg-darkpurple--light:focus {
    background-color: #611e58 !important;
  }

  .md\:hocus\:u-bg-yellow--dark:hover,
  .md\:hocus\:u-bg-yellow--dark:focus {
    background-color: #fac500 !important;
  }

  .md\:hocus\:u-bg-yellow--light:hover,
  .md\:hocus\:u-bg-yellow--light:focus {
    background-color: #ffdd60 !important;
  }

  .md\:hocus\:u-bg-cyan--dark:hover,
  .md\:hocus\:u-bg-cyan--dark:focus {
    background-color: #008bbf !important;
  }

  .md\:hocus\:u-bg-cyan--light:hover,
  .md\:hocus\:u-bg-cyan--light:focus {
    background-color: #0dbdff !important;
  }

  .md\:hocus\:u-bg-blue--dark:hover,
  .md\:hocus\:u-bg-blue--dark:focus {
    background-color: #2281c2 !important;
  }

  .md\:hocus\:u-bg-blue--light:hover,
  .md\:hocus\:u-bg-blue--light:focus {
    background-color: #5dace2 !important;
  }

  .md\:hocus\:u-bg-light-green--dark:hover,
  .md\:hocus\:u-bg-light-green--dark:focus {
    background-color: #9edab5 !important;
  }

  .md\:hocus\:u-bg-light-green--light:hover,
  .md\:hocus\:u-bg-light-green--light:focus {
    background-color: #fff !important;
  }

  .md\:hocus\:u-bg-red--dark:hover,
  .md\:hocus\:u-bg-red--dark:focus {
    background-color: #981823 !important;
  }

  .md\:hocus\:u-bg-red--light:hover,
  .md\:hocus\:u-bg-red--light:focus {
    background-color: #d52231 !important;
  }

  .md\:hocus\:u-bg-gold--dark:hover,
  .md\:hocus\:u-bg-gold--dark:focus {
    background-color: #908b49 !important;
  }

  .md\:hocus\:u-bg-gold--light:hover,
  .md\:hocus\:u-bg-gold--light:focus {
    background-color: #bab577 !important;
  }

  .md\:hocus\:u-bg-ink-100--dark:hover,
  .md\:hocus\:u-bg-ink-100--dark:focus {
    background-color: #001c2c !important;
  }

  .md\:hocus\:u-bg-ink-100--light:hover,
  .md\:hocus\:u-bg-ink-100--light:focus {
    background-color: #00273e !important;
  }

  .md\:hocus\:u-bg-stone--dark:hover,
  .md\:hocus\:u-bg-stone--dark:focus {
    background-color: #c4b06c !important;
  }

  .md\:hocus\:u-bg-stone--light:hover,
  .md\:hocus\:u-bg-stone--light:focus {
    background-color: #e7dfc3 !important;
  }

  .md\:hocus\:u-bg-sky--dark:hover,
  .md\:hocus\:u-bg-sky--dark:focus {
    background-color: #74aab6 !important;
  }

  .md\:hocus\:u-bg-sky--light:hover,
  .md\:hocus\:u-bg-sky--light:focus {
    background-color: #c2dadf !important;
  }

  .md\:hocus\:u-bg-heather--dark:hover,
  .md\:hocus\:u-bg-heather--dark:focus {
    background-color: #af7a87 !important;
  }

  .md\:hocus\:u-bg-heather--light:hover,
  .md\:hocus\:u-bg-heather--light:focus {
    background-color: #dcc4ca !important;
  }

  .md\:hocus\:u-bg-cedar--dark:hover,
  .md\:hocus\:u-bg-cedar--dark:focus {
    background-color: #968581 !important;
  }

  .md\:hocus\:u-bg-cedar--light:hover,
  .md\:hocus\:u-bg-cedar--light:focus {
    background-color: #c9c0be !important;
  }

  .md\:hocus\:u-bg-business--dark:hover,
  .md\:hocus\:u-bg-business--dark:focus {
    background-color: #8c9b89 !important;
  }

  .md\:hocus\:u-bg-business--light:hover,
  .md\:hocus\:u-bg-business--light:focus {
    background-color: #cad1c9 !important;
  }

  .md\:hocus\:u-bg-black--dark:hover,
  .md\:hocus\:u-bg-black--dark:focus {
    background-color: #29271c !important;
  }

  .md\:hocus\:u-bg-black--light:hover,
  .md\:hocus\:u-bg-black--light:focus {
    background-color: #393727 !important;
  }

  .md\:hocus\:u-bg-white--dark:hover,
  .md\:hocus\:u-bg-white--dark:focus {
    background-color: #ccc !important;
  }

  .md\:hocus\:u-bg-white--light:hover,
  .md\:hocus\:u-bg-white--light:focus {
    background-color: #fff !important;
  }

  .md\:hocus\:u-bg-grey-25--dark:hover,
  .md\:hocus\:u-bg-grey-25--dark:focus {
    background-color: #c6c6c6 !important;
  }

  .md\:hocus\:u-bg-grey-25--light:hover,
  .md\:hocus\:u-bg-grey-25--light:focus {
    background-color: #fff !important;
  }

  .md\:hocus\:u-bg-grey-50--dark:hover,
  .md\:hocus\:u-bg-grey-50--dark:focus {
    background-color: #bcbcbc !important;
  }

  .md\:hocus\:u-bg-grey-50--light:hover,
  .md\:hocus\:u-bg-grey-50--light:focus {
    background-color: #fff !important;
  }

  .md\:hocus\:u-bg-grey-75--dark:hover,
  .md\:hocus\:u-bg-grey-75--dark:focus {
    background-color: #aeaeae !important;
  }

  .md\:hocus\:u-bg-grey-75--light:hover,
  .md\:hocus\:u-bg-grey-75--light:focus {
    background-color: #f3f3f3 !important;
  }

  .md\:hocus\:u-bg-grey-100--dark:hover,
  .md\:hocus\:u-bg-grey-100--dark:focus {
    background-color: #8a9194 !important;
  }

  .md\:hocus\:u-bg-grey-100--light:hover,
  .md\:hocus\:u-bg-grey-100--light:focus {
    background-color: #c5c9ca !important;
  }

  .md\:hocus\:u-bg-grey-200--dark:hover,
  .md\:hocus\:u-bg-grey-200--dark:focus {
    background-color: #6d7275 !important;
  }

  .md\:hocus\:u-bg-grey-200--light:hover,
  .md\:hocus\:u-bg-grey-200--light:focus {
    background-color: #9b9fa1 !important;
  }

  .md\:hocus\:u-bg-grey-300--dark:hover,
  .md\:hocus\:u-bg-grey-300--dark:focus {
    background-color: #505456 !important;
  }

  .md\:hocus\:u-bg-grey-300--light:hover,
  .md\:hocus\:u-bg-grey-300--light:focus {
    background-color: #707679 !important;
  }

  .md\:hocus\:u-bg-grey-400--dark:hover,
  .md\:hocus\:u-bg-grey-400--dark:focus {
    background-color: #30302f !important;
  }

  .md\:hocus\:u-bg-grey-400--light:hover,
  .md\:hocus\:u-bg-grey-400--light:focus {
    background-color: #434342 !important;
  }

  .md\:hocus\:u-bg-youtube--dark:hover,
  .md\:hocus\:u-bg-youtube--dark:focus {
    background-color: #c00 !important;
  }

  .md\:hocus\:u-bg-youtube--light:hover,
  .md\:hocus\:u-bg-youtube--light:focus {
    background-color: #ff1f1f !important;
  }

  .md\:hocus\:u-bg-twitter--dark:hover,
  .md\:hocus\:u-bg-twitter--dark:focus {
    background-color: #0c84cd !important;
  }

  .md\:hocus\:u-bg-twitter--light:hover,
  .md\:hocus\:u-bg-twitter--light:focus {
    background-color: #3caef4 !important;
  }

  .md\:hocus\:u-bg-facebook--dark:hover,
  .md\:hocus\:u-bg-facebook--dark:focus {
    background-color: #2f477a !important;
  }

  .md\:hocus\:u-bg-facebook--light:hover,
  .md\:hocus\:u-bg-facebook--light:focus {
    background-color: #4264aa !important;
  }

  .md\:hocus\:u-bg-instagram--dark:hover,
  .md\:hocus\:u-bg-instagram--dark:focus {
    background-color: #363636 !important;
  }

  .md\:hocus\:u-bg-instagram--light:hover,
  .md\:hocus\:u-bg-instagram--light:focus {
    background-color: #4c4c4c !important;
  }

  .md\:hocus\:u-bg-linkedin--dark:hover,
  .md\:hocus\:u-bg-linkedin--dark:focus {
    background-color: #005f91 !important;
  }

  .md\:hocus\:u-bg-linkedin--light:hover,
  .md\:hocus\:u-bg-linkedin--light:focus {
    background-color: #0085cb !important;
  }

  .md\:hocus\:u-bg-college--dark:hover,
  .md\:hocus\:u-bg-college--dark:focus {
    background-color: #00523f !important;
  }

  .md\:hocus\:u-bg-college--light:hover,
  .md\:hocus\:u-bg-college--light:focus {
    background-color: #007258 !important;
  }

  .md\:hocus\:u-bg-coll-collingwood--dark:hover,
  .md\:hocus\:u-bg-coll-collingwood--dark:focus {
    background-color: #a81e26 !important;
  }

  .md\:hocus\:u-bg-coll-collingwood--light:hover,
  .md\:hocus\:u-bg-coll-collingwood--light:focus {
    background-color: #db3a44 !important;
  }

  .md\:hocus\:u-bg-coll-grey--dark:hover,
  .md\:hocus\:u-bg-coll-grey--dark:focus {
    background-color: #8c1f26 !important;
  }

  .md\:hocus\:u-bg-coll-grey--light:hover,
  .md\:hocus\:u-bg-coll-grey--light:focus {
    background-color: #c42c35 !important;
  }

  .md\:hocus\:u-bg-coll-hatfield--dark:hover,
  .md\:hocus\:u-bg-coll-hatfield--dark:focus {
    background-color: #002d51 !important;
  }

  .md\:hocus\:u-bg-coll-hatfield--light:hover,
  .md\:hocus\:u-bg-coll-hatfield--light:focus {
    background-color: #003f71 !important;
  }

  .md\:hocus\:u-bg-coll-johnsnow--dark:hover,
  .md\:hocus\:u-bg-coll-johnsnow--dark:focus {
    background-color: #002d51 !important;
  }

  .md\:hocus\:u-bg-coll-johnsnow--light:hover,
  .md\:hocus\:u-bg-coll-johnsnow--light:focus {
    background-color: #003f71 !important;
  }

  .md\:hocus\:u-bg-coll-jbutler--dark:hover,
  .md\:hocus\:u-bg-coll-jbutler--dark:focus {
    background-color: #a81e26 !important;
  }

  .md\:hocus\:u-bg-coll-jbutler--light:hover,
  .md\:hocus\:u-bg-coll-jbutler--light:focus {
    background-color: #db3a44 !important;
  }

  .md\:hocus\:u-bg-coll-south-college--dark:hover,
  .md\:hocus\:u-bg-coll-south-college--dark:focus {
    background-color: #531d57 !important;
  }

  .md\:hocus\:u-bg-coll-south-college--light:hover,
  .md\:hocus\:u-bg-coll-south-college--light:focus {
    background-color: #74287a !important;
  }

  .md\:hocus\:u-bg-coll-staidans--dark:hover,
  .md\:hocus\:u-bg-coll-staidans--dark:focus {
    background-color: #005239 !important;
  }

  .md\:hocus\:u-bg-coll-staidans--light:hover,
  .md\:hocus\:u-bg-coll-staidans--light:focus {
    background-color: #007350 !important;
  }

  .md\:hocus\:u-bg-coll-stchads--dark:hover,
  .md\:hocus\:u-bg-coll-stchads--dark:focus {
    background-color: #004632 !important;
  }

  .md\:hocus\:u-bg-coll-stchads--light:hover,
  .md\:hocus\:u-bg-coll-stchads--light:focus {
    background-color: #006147 !important;
  }

  .md\:hocus\:u-bg-coll-stcuthberts--dark:hover,
  .md\:hocus\:u-bg-coll-stcuthberts--dark:focus {
    background-color: #00523f !important;
  }

  .md\:hocus\:u-bg-coll-stcuthberts--light:hover,
  .md\:hocus\:u-bg-coll-stcuthberts--light:focus {
    background-color: #007258 !important;
  }

  .md\:hocus\:u-bg-coll-sthild--dark:hover,
  .md\:hocus\:u-bg-coll-sthild--dark:focus {
    background-color: #005ba5 !important;
  }

  .md\:hocus\:u-bg-coll-sthild--light:hover,
  .md\:hocus\:u-bg-coll-sthild--light:focus {
    background-color: #0080e7 !important;
  }

  .md\:hocus\:u-bg-coll-stjohns--dark:hover,
  .md\:hocus\:u-bg-coll-stjohns--dark:focus {
    background-color: #162b4a !important;
  }

  .md\:hocus\:u-bg-coll-stjohns--light:hover,
  .md\:hocus\:u-bg-coll-stjohns--light:focus {
    background-color: #1e3c68 !important;
  }

  .md\:hocus\:u-bg-coll-stmarys--dark:hover,
  .md\:hocus\:u-bg-coll-stmarys--dark:focus {
    background-color: #5e2f97 !important;
  }

  .md\:hocus\:u-bg-coll-stmarys--light:hover,
  .md\:hocus\:u-bg-coll-stmarys--light:focus {
    background-color: #844ec8 !important;
  }

  .md\:hocus\:u-bg-coll-stephenson--dark:hover,
  .md\:hocus\:u-bg-coll-stephenson--dark:focus {
    background-color: #a81e26 !important;
  }

  .md\:hocus\:u-bg-coll-stephenson--light:hover,
  .md\:hocus\:u-bg-coll-stephenson--light:focus {
    background-color: #db3a44 !important;
  }

  .md\:hocus\:u-bg-coll-trevelyan--dark:hover,
  .md\:hocus\:u-bg-coll-trevelyan--dark:focus {
    background-color: #002d51 !important;
  }

  .md\:hocus\:u-bg-coll-trevelyan--light:hover,
  .md\:hocus\:u-bg-coll-trevelyan--light:focus {
    background-color: #003f71 !important;
  }

  .md\:hocus\:u-bg-coll-university--dark:hover,
  .md\:hocus\:u-bg-coll-university--dark:focus {
    background-color: #6b1e29 !important;
  }

  .md\:hocus\:u-bg-coll-university--light:hover,
  .md\:hocus\:u-bg-coll-university--light:focus {
    background-color: #962b39 !important;
  }

  .md\:hocus\:u-bg-coll-ustinov--dark:hover,
  .md\:hocus\:u-bg-coll-ustinov--dark:focus {
    background-color: #002d51 !important;
  }

  .md\:hocus\:u-bg-coll-ustinov--light:hover,
  .md\:hocus\:u-bg-coll-ustinov--light:focus {
    background-color: #003f71 !important;
  }

  .md\:hocus\:u-bg-coll-vanmildert--dark:hover,
  .md\:hocus\:u-bg-coll-vanmildert--dark:focus {
    background-color: #cd101f !important;
  }

  .md\:hocus\:u-bg-coll-vanmildert--light:hover,
  .md\:hocus\:u-bg-coll-vanmildert--light:focus {
    background-color: #f04654 !important;
  }

  .md\:hocus\:u-bg-primary--dark:hover,
  .md\:hocus\:u-bg-primary--dark:focus {
    background-color: #531d57 !important;
  }

  .md\:hocus\:u-bg-primary--light:hover,
  .md\:hocus\:u-bg-primary--light:focus {
    background-color: #74287a !important;
  }

  .md\:hocus\:u-bg-secondary--dark:hover,
  .md\:hocus\:u-bg-secondary--dark:focus {
    background-color: #fac500 !important;
  }

  .md\:hocus\:u-bg-secondary--light:hover,
  .md\:hocus\:u-bg-secondary--light:focus {
    background-color: #ffdd60 !important;
  }

  .md\:hocus\:u-bg-tertiary--dark:hover,
  .md\:hocus\:u-bg-tertiary--dark:focus {
    background-color: #008bbf !important;
  }

  .md\:hocus\:u-bg-tertiary--light:hover,
  .md\:hocus\:u-bg-tertiary--light:focus {
    background-color: #0dbdff !important;
  }

  .md\:hocus\:u-bg-success--dark:hover,
  .md\:hocus\:u-bg-success--dark:focus {
    background-color: #367e36 !important;
  }

  .md\:hocus\:u-bg-success--light:hover,
  .md\:hocus\:u-bg-success--light:focus {
    background-color: #4cb04c !important;
  }

  .md\:hocus\:u-bg-danger--dark:hover,
  .md\:hocus\:u-bg-danger--dark:focus {
    background-color: #981823 !important;
  }

  .md\:hocus\:u-bg-danger--light:hover,
  .md\:hocus\:u-bg-danger--light:focus {
    background-color: #d52231 !important;
  }

  .md\:hocus\:u-bg-warning--dark:hover,
  .md\:hocus\:u-bg-warning--dark:focus {
    background-color: #ae4e18 !important;
  }

  .md\:hocus\:u-bg-warning--light:hover,
  .md\:hocus\:u-bg-warning--light:focus {
    background-color: #e37233 !important;
  }

  .md\:hocus\:u-bg-info--dark:hover,
  .md\:hocus\:u-bg-info--dark:focus {
    background-color: #0e6681 !important;
  }

  .md\:hocus\:u-bg-info--light:hover,
  .md\:hocus\:u-bg-info--light:focus {
    background-color: #138fb4 !important;
  }

  .md\:hocus\:u-bg-light--dark:hover,
  .md\:hocus\:u-bg-light--dark:focus {
    background-color: #ccc !important;
  }

  .md\:hocus\:u-bg-light--light:hover,
  .md\:hocus\:u-bg-light--light:focus {
    background-color: #fff !important;
  }

  .md\:hocus\:u-bg-dark--dark:hover,
  .md\:hocus\:u-bg-dark--dark:focus {
    background-color: #29271c !important;
  }

  .md\:hocus\:u-bg-dark--light:hover,
  .md\:hocus\:u-bg-dark--light:focus {
    background-color: #393727 !important;
  }

  .md\:u-bg-bottom {
    background-position: bottom !important;
  }

  .md\:u-bg-center {
    background-position: center !important;
  }

  .md\:u-bg-left {
    background-position: left !important;
  }

  .md\:u-bg-left-bottom {
    background-position: left bottom !important;
  }

  .md\:u-bg-left-top {
    background-position: left top !important;
  }

  .md\:u-bg-right {
    background-position: right !important;
  }

  .md\:u-bg-right-bottom {
    background-position: right bottom !important;
  }

  .md\:u-bg-right-top {
    background-position: right top !important;
  }

  .md\:u-bg-top {
    background-position: top !important;
  }

  .md\:u-bg-repeat {
    background-repeat: repeat !important;
  }

  .md\:u-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .md\:u-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .md\:u-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .md\:u-bg-auto {
    background-size: auto !important;
  }

  .md\:u-bg-cover {
    background-size: cover !important;
  }

  .md\:u-bg-contain {
    background-size: contain !important;
  }

  .md\:u-border-transparent {
    border-color: transparent !important;
  }

  .md\:u-border-current-color {
    border-color: currentColor !important;
  }

  .md\:u-border-inherit {
    border-color: inherit !important;
  }

  .md\:u-border-purple {
    border-color: #68246d !important;
  }

  .md\:u-border-darkpurple {
    border-color: #571b4f !important;
  }

  .md\:u-border-yellow {
    border-color: #ffd53a !important;
  }

  .md\:u-border-cyan {
    border-color: #00aeef !important;
  }

  .md\:u-border-blue {
    border-color: #409ddd !important;
  }

  .md\:u-border-light-green {
    border-color: #e2f4e9 !important;
  }

  .md\:u-border-red {
    border-color: #be1e2c !important;
  }

  .md\:u-border-gold {
    border-color: #afa961 !important;
  }

  .md\:u-border-ink-100 {
    border-color: #002337 !important;
  }

  .md\:u-border-stone {
    border-color: #dacda2 !important;
  }

  .md\:u-border-sky {
    border-color: #a5c8d0 !important;
  }

  .md\:u-border-heather {
    border-color: #cba8b1 !important;
  }

  .md\:u-border-cedar {
    border-color: #b6aaa7 !important;
  }

  .md\:u-border-business {
    border-color: #b3bdb1 !important;
  }

  .md\:u-border-black {
    border-color: #333123 !important;
  }

  .md\:u-border-white {
    border-color: #fff !important;
  }

  .md\:u-border-grey-25 {
    border-color: #f7f7f7 !important;
  }

  .md\:u-border-grey-50 {
    border-color: #ebebeb !important;
  }

  .md\:u-border-grey-75 {
    border-color: #d9d9d9 !important;
  }

  .md\:u-border-grey-100 {
    border-color: #afb4b6 !important;
  }

  .md\:u-border-grey-200 {
    border-color: #898e91 !important;
  }

  .md\:u-border-grey-300 {
    border-color: #64696c !important;
  }

  .md\:u-border-grey-400 {
    border-color: #3c3c3b !important;
  }

  .md\:u-border-youtube {
    border-color: #f00 !important;
  }

  .md\:u-border-twitter {
    border-color: #1da1f2 !important;
  }

  .md\:u-border-facebook {
    border-color: #3b5998 !important;
  }

  .md\:u-border-instagram {
    border-color: #444 !important;
  }

  .md\:u-border-linkedin {
    border-color: #0077b5 !important;
  }

  .md\:u-border-college {
    border-color: #00664f !important;
  }

  .md\:u-border-coll-collingwood {
    border-color: #d22630 !important;
  }

  .md\:u-border-coll-grey {
    border-color: #af272f !important;
  }

  .md\:u-border-coll-hatfield {
    border-color: #003865 !important;
  }

  .md\:u-border-coll-johnsnow {
    border-color: #003865 !important;
  }

  .md\:u-border-coll-jbutler {
    border-color: #d22630 !important;
  }

  .md\:u-border-coll-south-college {
    border-color: #68246d !important;
  }

  .md\:u-border-coll-staidans {
    border-color: #006747 !important;
  }

  .md\:u-border-coll-stchads {
    border-color: #00573f !important;
  }

  .md\:u-border-coll-stcuthberts {
    border-color: #00664f !important;
  }

  .md\:u-border-coll-sthild {
    border-color: #0072ce !important;
  }

  .md\:u-border-coll-stjohns {
    border-color: #1b365d !important;
  }

  .md\:u-border-coll-stmarys {
    border-color: #753bbd !important;
  }

  .md\:u-border-coll-stephenson {
    border-color: #d22630 !important;
  }

  .md\:u-border-coll-trevelyan {
    border-color: #003865 !important;
  }

  .md\:u-border-coll-university {
    border-color: #862633 !important;
  }

  .md\:u-border-coll-ustinov {
    border-color: #003865 !important;
  }

  .md\:u-border-coll-vanmildert {
    border-color: #ee2737 !important;
  }

  .md\:u-border-primary {
    border-color: #68246d !important;
  }

  .md\:u-border-secondary {
    border-color: #ffd53a !important;
  }

  .md\:u-border-tertiary {
    border-color: #00aeef !important;
  }

  .md\:u-border-success {
    border-color: #449d44 !important;
  }

  .md\:u-border-danger {
    border-color: #be1e2c !important;
  }

  .md\:u-border-warning {
    border-color: #da611e !important;
  }

  .md\:u-border-info {
    border-color: #1180a1 !important;
  }

  .md\:u-border-light {
    border-color: #fff !important;
  }

  .md\:u-border-dark {
    border-color: #333123 !important;
  }

  .md\:u-border-purple--dark {
    border-color: #531d57 !important;
  }

  .md\:u-border-purple--light {
    border-color: #74287a !important;
  }

  .md\:u-border-darkpurple--dark {
    border-color: #46163f !important;
  }

  .md\:u-border-darkpurple--light {
    border-color: #611e58 !important;
  }

  .md\:u-border-yellow--dark {
    border-color: #fac500 !important;
  }

  .md\:u-border-yellow--light {
    border-color: #ffdd60 !important;
  }

  .md\:u-border-cyan--dark {
    border-color: #008bbf !important;
  }

  .md\:u-border-cyan--light {
    border-color: #0dbdff !important;
  }

  .md\:u-border-blue--dark {
    border-color: #2281c2 !important;
  }

  .md\:u-border-blue--light {
    border-color: #5dace2 !important;
  }

  .md\:u-border-light-green--dark {
    border-color: #9edab5 !important;
  }

  .md\:u-border-light-green--light {
    border-color: #fff !important;
  }

  .md\:u-border-red--dark {
    border-color: #981823 !important;
  }

  .md\:u-border-red--light {
    border-color: #d52231 !important;
  }

  .md\:u-border-gold--dark {
    border-color: #908b49 !important;
  }

  .md\:u-border-gold--light {
    border-color: #bab577 !important;
  }

  .md\:u-border-ink-100--dark {
    border-color: #001c2c !important;
  }

  .md\:u-border-ink-100--light {
    border-color: #00273e !important;
  }

  .md\:u-border-stone--dark {
    border-color: #c4b06c !important;
  }

  .md\:u-border-stone--light {
    border-color: #e7dfc3 !important;
  }

  .md\:u-border-sky--dark {
    border-color: #74aab6 !important;
  }

  .md\:u-border-sky--light {
    border-color: #c2dadf !important;
  }

  .md\:u-border-heather--dark {
    border-color: #af7a87 !important;
  }

  .md\:u-border-heather--light {
    border-color: #dcc4ca !important;
  }

  .md\:u-border-cedar--dark {
    border-color: #968581 !important;
  }

  .md\:u-border-cedar--light {
    border-color: #c9c0be !important;
  }

  .md\:u-border-business--dark {
    border-color: #8c9b89 !important;
  }

  .md\:u-border-business--light {
    border-color: #cad1c9 !important;
  }

  .md\:u-border-black--dark {
    border-color: #29271c !important;
  }

  .md\:u-border-black--light {
    border-color: #393727 !important;
  }

  .md\:u-border-white--dark {
    border-color: #ccc !important;
  }

  .md\:u-border-white--light {
    border-color: #fff !important;
  }

  .md\:u-border-grey-25--dark {
    border-color: #c6c6c6 !important;
  }

  .md\:u-border-grey-25--light {
    border-color: #fff !important;
  }

  .md\:u-border-grey-50--dark {
    border-color: #bcbcbc !important;
  }

  .md\:u-border-grey-50--light {
    border-color: #fff !important;
  }

  .md\:u-border-grey-75--dark {
    border-color: #aeaeae !important;
  }

  .md\:u-border-grey-75--light {
    border-color: #f3f3f3 !important;
  }

  .md\:u-border-grey-100--dark {
    border-color: #8a9194 !important;
  }

  .md\:u-border-grey-100--light {
    border-color: #c5c9ca !important;
  }

  .md\:u-border-grey-200--dark {
    border-color: #6d7275 !important;
  }

  .md\:u-border-grey-200--light {
    border-color: #9b9fa1 !important;
  }

  .md\:u-border-grey-300--dark {
    border-color: #505456 !important;
  }

  .md\:u-border-grey-300--light {
    border-color: #707679 !important;
  }

  .md\:u-border-grey-400--dark {
    border-color: #30302f !important;
  }

  .md\:u-border-grey-400--light {
    border-color: #434342 !important;
  }

  .md\:u-border-youtube--dark {
    border-color: #c00 !important;
  }

  .md\:u-border-youtube--light {
    border-color: #ff1f1f !important;
  }

  .md\:u-border-twitter--dark {
    border-color: #0c84cd !important;
  }

  .md\:u-border-twitter--light {
    border-color: #3caef4 !important;
  }

  .md\:u-border-facebook--dark {
    border-color: #2f477a !important;
  }

  .md\:u-border-facebook--light {
    border-color: #4264aa !important;
  }

  .md\:u-border-instagram--dark {
    border-color: #363636 !important;
  }

  .md\:u-border-instagram--light {
    border-color: #4c4c4c !important;
  }

  .md\:u-border-linkedin--dark {
    border-color: #005f91 !important;
  }

  .md\:u-border-linkedin--light {
    border-color: #0085cb !important;
  }

  .md\:u-border-college--dark {
    border-color: #00523f !important;
  }

  .md\:u-border-college--light {
    border-color: #007258 !important;
  }

  .md\:u-border-coll-collingwood--dark {
    border-color: #a81e26 !important;
  }

  .md\:u-border-coll-collingwood--light {
    border-color: #db3a44 !important;
  }

  .md\:u-border-coll-grey--dark {
    border-color: #8c1f26 !important;
  }

  .md\:u-border-coll-grey--light {
    border-color: #c42c35 !important;
  }

  .md\:u-border-coll-hatfield--dark {
    border-color: #002d51 !important;
  }

  .md\:u-border-coll-hatfield--light {
    border-color: #003f71 !important;
  }

  .md\:u-border-coll-johnsnow--dark {
    border-color: #002d51 !important;
  }

  .md\:u-border-coll-johnsnow--light {
    border-color: #003f71 !important;
  }

  .md\:u-border-coll-jbutler--dark {
    border-color: #a81e26 !important;
  }

  .md\:u-border-coll-jbutler--light {
    border-color: #db3a44 !important;
  }

  .md\:u-border-coll-south-college--dark {
    border-color: #531d57 !important;
  }

  .md\:u-border-coll-south-college--light {
    border-color: #74287a !important;
  }

  .md\:u-border-coll-staidans--dark {
    border-color: #005239 !important;
  }

  .md\:u-border-coll-staidans--light {
    border-color: #007350 !important;
  }

  .md\:u-border-coll-stchads--dark {
    border-color: #004632 !important;
  }

  .md\:u-border-coll-stchads--light {
    border-color: #006147 !important;
  }

  .md\:u-border-coll-stcuthberts--dark {
    border-color: #00523f !important;
  }

  .md\:u-border-coll-stcuthberts--light {
    border-color: #007258 !important;
  }

  .md\:u-border-coll-sthild--dark {
    border-color: #005ba5 !important;
  }

  .md\:u-border-coll-sthild--light {
    border-color: #0080e7 !important;
  }

  .md\:u-border-coll-stjohns--dark {
    border-color: #162b4a !important;
  }

  .md\:u-border-coll-stjohns--light {
    border-color: #1e3c68 !important;
  }

  .md\:u-border-coll-stmarys--dark {
    border-color: #5e2f97 !important;
  }

  .md\:u-border-coll-stmarys--light {
    border-color: #844ec8 !important;
  }

  .md\:u-border-coll-stephenson--dark {
    border-color: #a81e26 !important;
  }

  .md\:u-border-coll-stephenson--light {
    border-color: #db3a44 !important;
  }

  .md\:u-border-coll-trevelyan--dark {
    border-color: #002d51 !important;
  }

  .md\:u-border-coll-trevelyan--light {
    border-color: #003f71 !important;
  }

  .md\:u-border-coll-university--dark {
    border-color: #6b1e29 !important;
  }

  .md\:u-border-coll-university--light {
    border-color: #962b39 !important;
  }

  .md\:u-border-coll-ustinov--dark {
    border-color: #002d51 !important;
  }

  .md\:u-border-coll-ustinov--light {
    border-color: #003f71 !important;
  }

  .md\:u-border-coll-vanmildert--dark {
    border-color: #cd101f !important;
  }

  .md\:u-border-coll-vanmildert--light {
    border-color: #f04654 !important;
  }

  .md\:u-border-primary--dark {
    border-color: #531d57 !important;
  }

  .md\:u-border-primary--light {
    border-color: #74287a !important;
  }

  .md\:u-border-secondary--dark {
    border-color: #fac500 !important;
  }

  .md\:u-border-secondary--light {
    border-color: #ffdd60 !important;
  }

  .md\:u-border-tertiary--dark {
    border-color: #008bbf !important;
  }

  .md\:u-border-tertiary--light {
    border-color: #0dbdff !important;
  }

  .md\:u-border-success--dark {
    border-color: #367e36 !important;
  }

  .md\:u-border-success--light {
    border-color: #4cb04c !important;
  }

  .md\:u-border-danger--dark {
    border-color: #981823 !important;
  }

  .md\:u-border-danger--light {
    border-color: #d52231 !important;
  }

  .md\:u-border-warning--dark {
    border-color: #ae4e18 !important;
  }

  .md\:u-border-warning--light {
    border-color: #e37233 !important;
  }

  .md\:u-border-info--dark {
    border-color: #0e6681 !important;
  }

  .md\:u-border-info--light {
    border-color: #138fb4 !important;
  }

  .md\:u-border-light--dark {
    border-color: #ccc !important;
  }

  .md\:u-border-light--light {
    border-color: #fff !important;
  }

  .md\:u-border-dark--dark {
    border-color: #29271c !important;
  }

  .md\:u-border-dark--light {
    border-color: #393727 !important;
  }

  .md\:hover\:u-border-transparent:hover {
    border-color: transparent !important;
  }

  .md\:hover\:u-border-current-color:hover {
    border-color: currentColor !important;
  }

  .md\:hover\:u-border-inherit:hover {
    border-color: inherit !important;
  }

  .md\:hover\:u-border-purple:hover {
    border-color: #68246d !important;
  }

  .md\:hover\:u-border-darkpurple:hover {
    border-color: #571b4f !important;
  }

  .md\:hover\:u-border-yellow:hover {
    border-color: #ffd53a !important;
  }

  .md\:hover\:u-border-cyan:hover {
    border-color: #00aeef !important;
  }

  .md\:hover\:u-border-blue:hover {
    border-color: #409ddd !important;
  }

  .md\:hover\:u-border-light-green:hover {
    border-color: #e2f4e9 !important;
  }

  .md\:hover\:u-border-red:hover {
    border-color: #be1e2c !important;
  }

  .md\:hover\:u-border-gold:hover {
    border-color: #afa961 !important;
  }

  .md\:hover\:u-border-ink-100:hover {
    border-color: #002337 !important;
  }

  .md\:hover\:u-border-stone:hover {
    border-color: #dacda2 !important;
  }

  .md\:hover\:u-border-sky:hover {
    border-color: #a5c8d0 !important;
  }

  .md\:hover\:u-border-heather:hover {
    border-color: #cba8b1 !important;
  }

  .md\:hover\:u-border-cedar:hover {
    border-color: #b6aaa7 !important;
  }

  .md\:hover\:u-border-business:hover {
    border-color: #b3bdb1 !important;
  }

  .md\:hover\:u-border-black:hover {
    border-color: #333123 !important;
  }

  .md\:hover\:u-border-white:hover {
    border-color: #fff !important;
  }

  .md\:hover\:u-border-grey-25:hover {
    border-color: #f7f7f7 !important;
  }

  .md\:hover\:u-border-grey-50:hover {
    border-color: #ebebeb !important;
  }

  .md\:hover\:u-border-grey-75:hover {
    border-color: #d9d9d9 !important;
  }

  .md\:hover\:u-border-grey-100:hover {
    border-color: #afb4b6 !important;
  }

  .md\:hover\:u-border-grey-200:hover {
    border-color: #898e91 !important;
  }

  .md\:hover\:u-border-grey-300:hover {
    border-color: #64696c !important;
  }

  .md\:hover\:u-border-grey-400:hover {
    border-color: #3c3c3b !important;
  }

  .md\:hover\:u-border-youtube:hover {
    border-color: #f00 !important;
  }

  .md\:hover\:u-border-twitter:hover {
    border-color: #1da1f2 !important;
  }

  .md\:hover\:u-border-facebook:hover {
    border-color: #3b5998 !important;
  }

  .md\:hover\:u-border-instagram:hover {
    border-color: #444 !important;
  }

  .md\:hover\:u-border-linkedin:hover {
    border-color: #0077b5 !important;
  }

  .md\:hover\:u-border-college:hover {
    border-color: #00664f !important;
  }

  .md\:hover\:u-border-coll-collingwood:hover {
    border-color: #d22630 !important;
  }

  .md\:hover\:u-border-coll-grey:hover {
    border-color: #af272f !important;
  }

  .md\:hover\:u-border-coll-hatfield:hover {
    border-color: #003865 !important;
  }

  .md\:hover\:u-border-coll-johnsnow:hover {
    border-color: #003865 !important;
  }

  .md\:hover\:u-border-coll-jbutler:hover {
    border-color: #d22630 !important;
  }

  .md\:hover\:u-border-coll-south-college:hover {
    border-color: #68246d !important;
  }

  .md\:hover\:u-border-coll-staidans:hover {
    border-color: #006747 !important;
  }

  .md\:hover\:u-border-coll-stchads:hover {
    border-color: #00573f !important;
  }

  .md\:hover\:u-border-coll-stcuthberts:hover {
    border-color: #00664f !important;
  }

  .md\:hover\:u-border-coll-sthild:hover {
    border-color: #0072ce !important;
  }

  .md\:hover\:u-border-coll-stjohns:hover {
    border-color: #1b365d !important;
  }

  .md\:hover\:u-border-coll-stmarys:hover {
    border-color: #753bbd !important;
  }

  .md\:hover\:u-border-coll-stephenson:hover {
    border-color: #d22630 !important;
  }

  .md\:hover\:u-border-coll-trevelyan:hover {
    border-color: #003865 !important;
  }

  .md\:hover\:u-border-coll-university:hover {
    border-color: #862633 !important;
  }

  .md\:hover\:u-border-coll-ustinov:hover {
    border-color: #003865 !important;
  }

  .md\:hover\:u-border-coll-vanmildert:hover {
    border-color: #ee2737 !important;
  }

  .md\:hover\:u-border-primary:hover {
    border-color: #68246d !important;
  }

  .md\:hover\:u-border-secondary:hover {
    border-color: #ffd53a !important;
  }

  .md\:hover\:u-border-tertiary:hover {
    border-color: #00aeef !important;
  }

  .md\:hover\:u-border-success:hover {
    border-color: #449d44 !important;
  }

  .md\:hover\:u-border-danger:hover {
    border-color: #be1e2c !important;
  }

  .md\:hover\:u-border-warning:hover {
    border-color: #da611e !important;
  }

  .md\:hover\:u-border-info:hover {
    border-color: #1180a1 !important;
  }

  .md\:hover\:u-border-light:hover {
    border-color: #fff !important;
  }

  .md\:hover\:u-border-dark:hover {
    border-color: #333123 !important;
  }

  .md\:hover\:u-border-purple--dark:hover {
    border-color: #531d57 !important;
  }

  .md\:hover\:u-border-purple--light:hover {
    border-color: #74287a !important;
  }

  .md\:hover\:u-border-darkpurple--dark:hover {
    border-color: #46163f !important;
  }

  .md\:hover\:u-border-darkpurple--light:hover {
    border-color: #611e58 !important;
  }

  .md\:hover\:u-border-yellow--dark:hover {
    border-color: #fac500 !important;
  }

  .md\:hover\:u-border-yellow--light:hover {
    border-color: #ffdd60 !important;
  }

  .md\:hover\:u-border-cyan--dark:hover {
    border-color: #008bbf !important;
  }

  .md\:hover\:u-border-cyan--light:hover {
    border-color: #0dbdff !important;
  }

  .md\:hover\:u-border-blue--dark:hover {
    border-color: #2281c2 !important;
  }

  .md\:hover\:u-border-blue--light:hover {
    border-color: #5dace2 !important;
  }

  .md\:hover\:u-border-light-green--dark:hover {
    border-color: #9edab5 !important;
  }

  .md\:hover\:u-border-light-green--light:hover {
    border-color: #fff !important;
  }

  .md\:hover\:u-border-red--dark:hover {
    border-color: #981823 !important;
  }

  .md\:hover\:u-border-red--light:hover {
    border-color: #d52231 !important;
  }

  .md\:hover\:u-border-gold--dark:hover {
    border-color: #908b49 !important;
  }

  .md\:hover\:u-border-gold--light:hover {
    border-color: #bab577 !important;
  }

  .md\:hover\:u-border-ink-100--dark:hover {
    border-color: #001c2c !important;
  }

  .md\:hover\:u-border-ink-100--light:hover {
    border-color: #00273e !important;
  }

  .md\:hover\:u-border-stone--dark:hover {
    border-color: #c4b06c !important;
  }

  .md\:hover\:u-border-stone--light:hover {
    border-color: #e7dfc3 !important;
  }

  .md\:hover\:u-border-sky--dark:hover {
    border-color: #74aab6 !important;
  }

  .md\:hover\:u-border-sky--light:hover {
    border-color: #c2dadf !important;
  }

  .md\:hover\:u-border-heather--dark:hover {
    border-color: #af7a87 !important;
  }

  .md\:hover\:u-border-heather--light:hover {
    border-color: #dcc4ca !important;
  }

  .md\:hover\:u-border-cedar--dark:hover {
    border-color: #968581 !important;
  }

  .md\:hover\:u-border-cedar--light:hover {
    border-color: #c9c0be !important;
  }

  .md\:hover\:u-border-business--dark:hover {
    border-color: #8c9b89 !important;
  }

  .md\:hover\:u-border-business--light:hover {
    border-color: #cad1c9 !important;
  }

  .md\:hover\:u-border-black--dark:hover {
    border-color: #29271c !important;
  }

  .md\:hover\:u-border-black--light:hover {
    border-color: #393727 !important;
  }

  .md\:hover\:u-border-white--dark:hover {
    border-color: #ccc !important;
  }

  .md\:hover\:u-border-white--light:hover {
    border-color: #fff !important;
  }

  .md\:hover\:u-border-grey-25--dark:hover {
    border-color: #c6c6c6 !important;
  }

  .md\:hover\:u-border-grey-25--light:hover {
    border-color: #fff !important;
  }

  .md\:hover\:u-border-grey-50--dark:hover {
    border-color: #bcbcbc !important;
  }

  .md\:hover\:u-border-grey-50--light:hover {
    border-color: #fff !important;
  }

  .md\:hover\:u-border-grey-75--dark:hover {
    border-color: #aeaeae !important;
  }

  .md\:hover\:u-border-grey-75--light:hover {
    border-color: #f3f3f3 !important;
  }

  .md\:hover\:u-border-grey-100--dark:hover {
    border-color: #8a9194 !important;
  }

  .md\:hover\:u-border-grey-100--light:hover {
    border-color: #c5c9ca !important;
  }

  .md\:hover\:u-border-grey-200--dark:hover {
    border-color: #6d7275 !important;
  }

  .md\:hover\:u-border-grey-200--light:hover {
    border-color: #9b9fa1 !important;
  }

  .md\:hover\:u-border-grey-300--dark:hover {
    border-color: #505456 !important;
  }

  .md\:hover\:u-border-grey-300--light:hover {
    border-color: #707679 !important;
  }

  .md\:hover\:u-border-grey-400--dark:hover {
    border-color: #30302f !important;
  }

  .md\:hover\:u-border-grey-400--light:hover {
    border-color: #434342 !important;
  }

  .md\:hover\:u-border-youtube--dark:hover {
    border-color: #c00 !important;
  }

  .md\:hover\:u-border-youtube--light:hover {
    border-color: #ff1f1f !important;
  }

  .md\:hover\:u-border-twitter--dark:hover {
    border-color: #0c84cd !important;
  }

  .md\:hover\:u-border-twitter--light:hover {
    border-color: #3caef4 !important;
  }

  .md\:hover\:u-border-facebook--dark:hover {
    border-color: #2f477a !important;
  }

  .md\:hover\:u-border-facebook--light:hover {
    border-color: #4264aa !important;
  }

  .md\:hover\:u-border-instagram--dark:hover {
    border-color: #363636 !important;
  }

  .md\:hover\:u-border-instagram--light:hover {
    border-color: #4c4c4c !important;
  }

  .md\:hover\:u-border-linkedin--dark:hover {
    border-color: #005f91 !important;
  }

  .md\:hover\:u-border-linkedin--light:hover {
    border-color: #0085cb !important;
  }

  .md\:hover\:u-border-college--dark:hover {
    border-color: #00523f !important;
  }

  .md\:hover\:u-border-college--light:hover {
    border-color: #007258 !important;
  }

  .md\:hover\:u-border-coll-collingwood--dark:hover {
    border-color: #a81e26 !important;
  }

  .md\:hover\:u-border-coll-collingwood--light:hover {
    border-color: #db3a44 !important;
  }

  .md\:hover\:u-border-coll-grey--dark:hover {
    border-color: #8c1f26 !important;
  }

  .md\:hover\:u-border-coll-grey--light:hover {
    border-color: #c42c35 !important;
  }

  .md\:hover\:u-border-coll-hatfield--dark:hover {
    border-color: #002d51 !important;
  }

  .md\:hover\:u-border-coll-hatfield--light:hover {
    border-color: #003f71 !important;
  }

  .md\:hover\:u-border-coll-johnsnow--dark:hover {
    border-color: #002d51 !important;
  }

  .md\:hover\:u-border-coll-johnsnow--light:hover {
    border-color: #003f71 !important;
  }

  .md\:hover\:u-border-coll-jbutler--dark:hover {
    border-color: #a81e26 !important;
  }

  .md\:hover\:u-border-coll-jbutler--light:hover {
    border-color: #db3a44 !important;
  }

  .md\:hover\:u-border-coll-south-college--dark:hover {
    border-color: #531d57 !important;
  }

  .md\:hover\:u-border-coll-south-college--light:hover {
    border-color: #74287a !important;
  }

  .md\:hover\:u-border-coll-staidans--dark:hover {
    border-color: #005239 !important;
  }

  .md\:hover\:u-border-coll-staidans--light:hover {
    border-color: #007350 !important;
  }

  .md\:hover\:u-border-coll-stchads--dark:hover {
    border-color: #004632 !important;
  }

  .md\:hover\:u-border-coll-stchads--light:hover {
    border-color: #006147 !important;
  }

  .md\:hover\:u-border-coll-stcuthberts--dark:hover {
    border-color: #00523f !important;
  }

  .md\:hover\:u-border-coll-stcuthberts--light:hover {
    border-color: #007258 !important;
  }

  .md\:hover\:u-border-coll-sthild--dark:hover {
    border-color: #005ba5 !important;
  }

  .md\:hover\:u-border-coll-sthild--light:hover {
    border-color: #0080e7 !important;
  }

  .md\:hover\:u-border-coll-stjohns--dark:hover {
    border-color: #162b4a !important;
  }

  .md\:hover\:u-border-coll-stjohns--light:hover {
    border-color: #1e3c68 !important;
  }

  .md\:hover\:u-border-coll-stmarys--dark:hover {
    border-color: #5e2f97 !important;
  }

  .md\:hover\:u-border-coll-stmarys--light:hover {
    border-color: #844ec8 !important;
  }

  .md\:hover\:u-border-coll-stephenson--dark:hover {
    border-color: #a81e26 !important;
  }

  .md\:hover\:u-border-coll-stephenson--light:hover {
    border-color: #db3a44 !important;
  }

  .md\:hover\:u-border-coll-trevelyan--dark:hover {
    border-color: #002d51 !important;
  }

  .md\:hover\:u-border-coll-trevelyan--light:hover {
    border-color: #003f71 !important;
  }

  .md\:hover\:u-border-coll-university--dark:hover {
    border-color: #6b1e29 !important;
  }

  .md\:hover\:u-border-coll-university--light:hover {
    border-color: #962b39 !important;
  }

  .md\:hover\:u-border-coll-ustinov--dark:hover {
    border-color: #002d51 !important;
  }

  .md\:hover\:u-border-coll-ustinov--light:hover {
    border-color: #003f71 !important;
  }

  .md\:hover\:u-border-coll-vanmildert--dark:hover {
    border-color: #cd101f !important;
  }

  .md\:hover\:u-border-coll-vanmildert--light:hover {
    border-color: #f04654 !important;
  }

  .md\:hover\:u-border-primary--dark:hover {
    border-color: #531d57 !important;
  }

  .md\:hover\:u-border-primary--light:hover {
    border-color: #74287a !important;
  }

  .md\:hover\:u-border-secondary--dark:hover {
    border-color: #fac500 !important;
  }

  .md\:hover\:u-border-secondary--light:hover {
    border-color: #ffdd60 !important;
  }

  .md\:hover\:u-border-tertiary--dark:hover {
    border-color: #008bbf !important;
  }

  .md\:hover\:u-border-tertiary--light:hover {
    border-color: #0dbdff !important;
  }

  .md\:hover\:u-border-success--dark:hover {
    border-color: #367e36 !important;
  }

  .md\:hover\:u-border-success--light:hover {
    border-color: #4cb04c !important;
  }

  .md\:hover\:u-border-danger--dark:hover {
    border-color: #981823 !important;
  }

  .md\:hover\:u-border-danger--light:hover {
    border-color: #d52231 !important;
  }

  .md\:hover\:u-border-warning--dark:hover {
    border-color: #ae4e18 !important;
  }

  .md\:hover\:u-border-warning--light:hover {
    border-color: #e37233 !important;
  }

  .md\:hover\:u-border-info--dark:hover {
    border-color: #0e6681 !important;
  }

  .md\:hover\:u-border-info--light:hover {
    border-color: #138fb4 !important;
  }

  .md\:hover\:u-border-light--dark:hover {
    border-color: #ccc !important;
  }

  .md\:hover\:u-border-light--light:hover {
    border-color: #fff !important;
  }

  .md\:hover\:u-border-dark--dark:hover {
    border-color: #29271c !important;
  }

  .md\:hover\:u-border-dark--light:hover {
    border-color: #393727 !important;
  }

  .md\:focus\:u-border-transparent:focus {
    border-color: transparent !important;
  }

  .md\:focus\:u-border-current-color:focus {
    border-color: currentColor !important;
  }

  .md\:focus\:u-border-inherit:focus {
    border-color: inherit !important;
  }

  .md\:focus\:u-border-purple:focus {
    border-color: #68246d !important;
  }

  .md\:focus\:u-border-darkpurple:focus {
    border-color: #571b4f !important;
  }

  .md\:focus\:u-border-yellow:focus {
    border-color: #ffd53a !important;
  }

  .md\:focus\:u-border-cyan:focus {
    border-color: #00aeef !important;
  }

  .md\:focus\:u-border-blue:focus {
    border-color: #409ddd !important;
  }

  .md\:focus\:u-border-light-green:focus {
    border-color: #e2f4e9 !important;
  }

  .md\:focus\:u-border-red:focus {
    border-color: #be1e2c !important;
  }

  .md\:focus\:u-border-gold:focus {
    border-color: #afa961 !important;
  }

  .md\:focus\:u-border-ink-100:focus {
    border-color: #002337 !important;
  }

  .md\:focus\:u-border-stone:focus {
    border-color: #dacda2 !important;
  }

  .md\:focus\:u-border-sky:focus {
    border-color: #a5c8d0 !important;
  }

  .md\:focus\:u-border-heather:focus {
    border-color: #cba8b1 !important;
  }

  .md\:focus\:u-border-cedar:focus {
    border-color: #b6aaa7 !important;
  }

  .md\:focus\:u-border-business:focus {
    border-color: #b3bdb1 !important;
  }

  .md\:focus\:u-border-black:focus {
    border-color: #333123 !important;
  }

  .md\:focus\:u-border-white:focus {
    border-color: #fff !important;
  }

  .md\:focus\:u-border-grey-25:focus {
    border-color: #f7f7f7 !important;
  }

  .md\:focus\:u-border-grey-50:focus {
    border-color: #ebebeb !important;
  }

  .md\:focus\:u-border-grey-75:focus {
    border-color: #d9d9d9 !important;
  }

  .md\:focus\:u-border-grey-100:focus {
    border-color: #afb4b6 !important;
  }

  .md\:focus\:u-border-grey-200:focus {
    border-color: #898e91 !important;
  }

  .md\:focus\:u-border-grey-300:focus {
    border-color: #64696c !important;
  }

  .md\:focus\:u-border-grey-400:focus {
    border-color: #3c3c3b !important;
  }

  .md\:focus\:u-border-youtube:focus {
    border-color: #f00 !important;
  }

  .md\:focus\:u-border-twitter:focus {
    border-color: #1da1f2 !important;
  }

  .md\:focus\:u-border-facebook:focus {
    border-color: #3b5998 !important;
  }

  .md\:focus\:u-border-instagram:focus {
    border-color: #444 !important;
  }

  .md\:focus\:u-border-linkedin:focus {
    border-color: #0077b5 !important;
  }

  .md\:focus\:u-border-college:focus {
    border-color: #00664f !important;
  }

  .md\:focus\:u-border-coll-collingwood:focus {
    border-color: #d22630 !important;
  }

  .md\:focus\:u-border-coll-grey:focus {
    border-color: #af272f !important;
  }

  .md\:focus\:u-border-coll-hatfield:focus {
    border-color: #003865 !important;
  }

  .md\:focus\:u-border-coll-johnsnow:focus {
    border-color: #003865 !important;
  }

  .md\:focus\:u-border-coll-jbutler:focus {
    border-color: #d22630 !important;
  }

  .md\:focus\:u-border-coll-south-college:focus {
    border-color: #68246d !important;
  }

  .md\:focus\:u-border-coll-staidans:focus {
    border-color: #006747 !important;
  }

  .md\:focus\:u-border-coll-stchads:focus {
    border-color: #00573f !important;
  }

  .md\:focus\:u-border-coll-stcuthberts:focus {
    border-color: #00664f !important;
  }

  .md\:focus\:u-border-coll-sthild:focus {
    border-color: #0072ce !important;
  }

  .md\:focus\:u-border-coll-stjohns:focus {
    border-color: #1b365d !important;
  }

  .md\:focus\:u-border-coll-stmarys:focus {
    border-color: #753bbd !important;
  }

  .md\:focus\:u-border-coll-stephenson:focus {
    border-color: #d22630 !important;
  }

  .md\:focus\:u-border-coll-trevelyan:focus {
    border-color: #003865 !important;
  }

  .md\:focus\:u-border-coll-university:focus {
    border-color: #862633 !important;
  }

  .md\:focus\:u-border-coll-ustinov:focus {
    border-color: #003865 !important;
  }

  .md\:focus\:u-border-coll-vanmildert:focus {
    border-color: #ee2737 !important;
  }

  .md\:focus\:u-border-primary:focus {
    border-color: #68246d !important;
  }

  .md\:focus\:u-border-secondary:focus {
    border-color: #ffd53a !important;
  }

  .md\:focus\:u-border-tertiary:focus {
    border-color: #00aeef !important;
  }

  .md\:focus\:u-border-success:focus {
    border-color: #449d44 !important;
  }

  .md\:focus\:u-border-danger:focus {
    border-color: #be1e2c !important;
  }

  .md\:focus\:u-border-warning:focus {
    border-color: #da611e !important;
  }

  .md\:focus\:u-border-info:focus {
    border-color: #1180a1 !important;
  }

  .md\:focus\:u-border-light:focus {
    border-color: #fff !important;
  }

  .md\:focus\:u-border-dark:focus {
    border-color: #333123 !important;
  }

  .md\:focus\:u-border-purple--dark:focus {
    border-color: #531d57 !important;
  }

  .md\:focus\:u-border-purple--light:focus {
    border-color: #74287a !important;
  }

  .md\:focus\:u-border-darkpurple--dark:focus {
    border-color: #46163f !important;
  }

  .md\:focus\:u-border-darkpurple--light:focus {
    border-color: #611e58 !important;
  }

  .md\:focus\:u-border-yellow--dark:focus {
    border-color: #fac500 !important;
  }

  .md\:focus\:u-border-yellow--light:focus {
    border-color: #ffdd60 !important;
  }

  .md\:focus\:u-border-cyan--dark:focus {
    border-color: #008bbf !important;
  }

  .md\:focus\:u-border-cyan--light:focus {
    border-color: #0dbdff !important;
  }

  .md\:focus\:u-border-blue--dark:focus {
    border-color: #2281c2 !important;
  }

  .md\:focus\:u-border-blue--light:focus {
    border-color: #5dace2 !important;
  }

  .md\:focus\:u-border-light-green--dark:focus {
    border-color: #9edab5 !important;
  }

  .md\:focus\:u-border-light-green--light:focus {
    border-color: #fff !important;
  }

  .md\:focus\:u-border-red--dark:focus {
    border-color: #981823 !important;
  }

  .md\:focus\:u-border-red--light:focus {
    border-color: #d52231 !important;
  }

  .md\:focus\:u-border-gold--dark:focus {
    border-color: #908b49 !important;
  }

  .md\:focus\:u-border-gold--light:focus {
    border-color: #bab577 !important;
  }

  .md\:focus\:u-border-ink-100--dark:focus {
    border-color: #001c2c !important;
  }

  .md\:focus\:u-border-ink-100--light:focus {
    border-color: #00273e !important;
  }

  .md\:focus\:u-border-stone--dark:focus {
    border-color: #c4b06c !important;
  }

  .md\:focus\:u-border-stone--light:focus {
    border-color: #e7dfc3 !important;
  }

  .md\:focus\:u-border-sky--dark:focus {
    border-color: #74aab6 !important;
  }

  .md\:focus\:u-border-sky--light:focus {
    border-color: #c2dadf !important;
  }

  .md\:focus\:u-border-heather--dark:focus {
    border-color: #af7a87 !important;
  }

  .md\:focus\:u-border-heather--light:focus {
    border-color: #dcc4ca !important;
  }

  .md\:focus\:u-border-cedar--dark:focus {
    border-color: #968581 !important;
  }

  .md\:focus\:u-border-cedar--light:focus {
    border-color: #c9c0be !important;
  }

  .md\:focus\:u-border-business--dark:focus {
    border-color: #8c9b89 !important;
  }

  .md\:focus\:u-border-business--light:focus {
    border-color: #cad1c9 !important;
  }

  .md\:focus\:u-border-black--dark:focus {
    border-color: #29271c !important;
  }

  .md\:focus\:u-border-black--light:focus {
    border-color: #393727 !important;
  }

  .md\:focus\:u-border-white--dark:focus {
    border-color: #ccc !important;
  }

  .md\:focus\:u-border-white--light:focus {
    border-color: #fff !important;
  }

  .md\:focus\:u-border-grey-25--dark:focus {
    border-color: #c6c6c6 !important;
  }

  .md\:focus\:u-border-grey-25--light:focus {
    border-color: #fff !important;
  }

  .md\:focus\:u-border-grey-50--dark:focus {
    border-color: #bcbcbc !important;
  }

  .md\:focus\:u-border-grey-50--light:focus {
    border-color: #fff !important;
  }

  .md\:focus\:u-border-grey-75--dark:focus {
    border-color: #aeaeae !important;
  }

  .md\:focus\:u-border-grey-75--light:focus {
    border-color: #f3f3f3 !important;
  }

  .md\:focus\:u-border-grey-100--dark:focus {
    border-color: #8a9194 !important;
  }

  .md\:focus\:u-border-grey-100--light:focus {
    border-color: #c5c9ca !important;
  }

  .md\:focus\:u-border-grey-200--dark:focus {
    border-color: #6d7275 !important;
  }

  .md\:focus\:u-border-grey-200--light:focus {
    border-color: #9b9fa1 !important;
  }

  .md\:focus\:u-border-grey-300--dark:focus {
    border-color: #505456 !important;
  }

  .md\:focus\:u-border-grey-300--light:focus {
    border-color: #707679 !important;
  }

  .md\:focus\:u-border-grey-400--dark:focus {
    border-color: #30302f !important;
  }

  .md\:focus\:u-border-grey-400--light:focus {
    border-color: #434342 !important;
  }

  .md\:focus\:u-border-youtube--dark:focus {
    border-color: #c00 !important;
  }

  .md\:focus\:u-border-youtube--light:focus {
    border-color: #ff1f1f !important;
  }

  .md\:focus\:u-border-twitter--dark:focus {
    border-color: #0c84cd !important;
  }

  .md\:focus\:u-border-twitter--light:focus {
    border-color: #3caef4 !important;
  }

  .md\:focus\:u-border-facebook--dark:focus {
    border-color: #2f477a !important;
  }

  .md\:focus\:u-border-facebook--light:focus {
    border-color: #4264aa !important;
  }

  .md\:focus\:u-border-instagram--dark:focus {
    border-color: #363636 !important;
  }

  .md\:focus\:u-border-instagram--light:focus {
    border-color: #4c4c4c !important;
  }

  .md\:focus\:u-border-linkedin--dark:focus {
    border-color: #005f91 !important;
  }

  .md\:focus\:u-border-linkedin--light:focus {
    border-color: #0085cb !important;
  }

  .md\:focus\:u-border-college--dark:focus {
    border-color: #00523f !important;
  }

  .md\:focus\:u-border-college--light:focus {
    border-color: #007258 !important;
  }

  .md\:focus\:u-border-coll-collingwood--dark:focus {
    border-color: #a81e26 !important;
  }

  .md\:focus\:u-border-coll-collingwood--light:focus {
    border-color: #db3a44 !important;
  }

  .md\:focus\:u-border-coll-grey--dark:focus {
    border-color: #8c1f26 !important;
  }

  .md\:focus\:u-border-coll-grey--light:focus {
    border-color: #c42c35 !important;
  }

  .md\:focus\:u-border-coll-hatfield--dark:focus {
    border-color: #002d51 !important;
  }

  .md\:focus\:u-border-coll-hatfield--light:focus {
    border-color: #003f71 !important;
  }

  .md\:focus\:u-border-coll-johnsnow--dark:focus {
    border-color: #002d51 !important;
  }

  .md\:focus\:u-border-coll-johnsnow--light:focus {
    border-color: #003f71 !important;
  }

  .md\:focus\:u-border-coll-jbutler--dark:focus {
    border-color: #a81e26 !important;
  }

  .md\:focus\:u-border-coll-jbutler--light:focus {
    border-color: #db3a44 !important;
  }

  .md\:focus\:u-border-coll-south-college--dark:focus {
    border-color: #531d57 !important;
  }

  .md\:focus\:u-border-coll-south-college--light:focus {
    border-color: #74287a !important;
  }

  .md\:focus\:u-border-coll-staidans--dark:focus {
    border-color: #005239 !important;
  }

  .md\:focus\:u-border-coll-staidans--light:focus {
    border-color: #007350 !important;
  }

  .md\:focus\:u-border-coll-stchads--dark:focus {
    border-color: #004632 !important;
  }

  .md\:focus\:u-border-coll-stchads--light:focus {
    border-color: #006147 !important;
  }

  .md\:focus\:u-border-coll-stcuthberts--dark:focus {
    border-color: #00523f !important;
  }

  .md\:focus\:u-border-coll-stcuthberts--light:focus {
    border-color: #007258 !important;
  }

  .md\:focus\:u-border-coll-sthild--dark:focus {
    border-color: #005ba5 !important;
  }

  .md\:focus\:u-border-coll-sthild--light:focus {
    border-color: #0080e7 !important;
  }

  .md\:focus\:u-border-coll-stjohns--dark:focus {
    border-color: #162b4a !important;
  }

  .md\:focus\:u-border-coll-stjohns--light:focus {
    border-color: #1e3c68 !important;
  }

  .md\:focus\:u-border-coll-stmarys--dark:focus {
    border-color: #5e2f97 !important;
  }

  .md\:focus\:u-border-coll-stmarys--light:focus {
    border-color: #844ec8 !important;
  }

  .md\:focus\:u-border-coll-stephenson--dark:focus {
    border-color: #a81e26 !important;
  }

  .md\:focus\:u-border-coll-stephenson--light:focus {
    border-color: #db3a44 !important;
  }

  .md\:focus\:u-border-coll-trevelyan--dark:focus {
    border-color: #002d51 !important;
  }

  .md\:focus\:u-border-coll-trevelyan--light:focus {
    border-color: #003f71 !important;
  }

  .md\:focus\:u-border-coll-university--dark:focus {
    border-color: #6b1e29 !important;
  }

  .md\:focus\:u-border-coll-university--light:focus {
    border-color: #962b39 !important;
  }

  .md\:focus\:u-border-coll-ustinov--dark:focus {
    border-color: #002d51 !important;
  }

  .md\:focus\:u-border-coll-ustinov--light:focus {
    border-color: #003f71 !important;
  }

  .md\:focus\:u-border-coll-vanmildert--dark:focus {
    border-color: #cd101f !important;
  }

  .md\:focus\:u-border-coll-vanmildert--light:focus {
    border-color: #f04654 !important;
  }

  .md\:focus\:u-border-primary--dark:focus {
    border-color: #531d57 !important;
  }

  .md\:focus\:u-border-primary--light:focus {
    border-color: #74287a !important;
  }

  .md\:focus\:u-border-secondary--dark:focus {
    border-color: #fac500 !important;
  }

  .md\:focus\:u-border-secondary--light:focus {
    border-color: #ffdd60 !important;
  }

  .md\:focus\:u-border-tertiary--dark:focus {
    border-color: #008bbf !important;
  }

  .md\:focus\:u-border-tertiary--light:focus {
    border-color: #0dbdff !important;
  }

  .md\:focus\:u-border-success--dark:focus {
    border-color: #367e36 !important;
  }

  .md\:focus\:u-border-success--light:focus {
    border-color: #4cb04c !important;
  }

  .md\:focus\:u-border-danger--dark:focus {
    border-color: #981823 !important;
  }

  .md\:focus\:u-border-danger--light:focus {
    border-color: #d52231 !important;
  }

  .md\:focus\:u-border-warning--dark:focus {
    border-color: #ae4e18 !important;
  }

  .md\:focus\:u-border-warning--light:focus {
    border-color: #e37233 !important;
  }

  .md\:focus\:u-border-info--dark:focus {
    border-color: #0e6681 !important;
  }

  .md\:focus\:u-border-info--light:focus {
    border-color: #138fb4 !important;
  }

  .md\:focus\:u-border-light--dark:focus {
    border-color: #ccc !important;
  }

  .md\:focus\:u-border-light--light:focus {
    border-color: #fff !important;
  }

  .md\:focus\:u-border-dark--dark:focus {
    border-color: #29271c !important;
  }

  .md\:focus\:u-border-dark--light:focus {
    border-color: #393727 !important;
  }

  .md\:focus-within\:u-border-transparent:focus-within {
    border-color: transparent !important;
  }

  .md\:focus-within\:u-border-current-color:focus-within {
    border-color: currentColor !important;
  }

  .md\:focus-within\:u-border-inherit:focus-within {
    border-color: inherit !important;
  }

  .md\:focus-within\:u-border-purple:focus-within {
    border-color: #68246d !important;
  }

  .md\:focus-within\:u-border-darkpurple:focus-within {
    border-color: #571b4f !important;
  }

  .md\:focus-within\:u-border-yellow:focus-within {
    border-color: #ffd53a !important;
  }

  .md\:focus-within\:u-border-cyan:focus-within {
    border-color: #00aeef !important;
  }

  .md\:focus-within\:u-border-blue:focus-within {
    border-color: #409ddd !important;
  }

  .md\:focus-within\:u-border-light-green:focus-within {
    border-color: #e2f4e9 !important;
  }

  .md\:focus-within\:u-border-red:focus-within {
    border-color: #be1e2c !important;
  }

  .md\:focus-within\:u-border-gold:focus-within {
    border-color: #afa961 !important;
  }

  .md\:focus-within\:u-border-ink-100:focus-within {
    border-color: #002337 !important;
  }

  .md\:focus-within\:u-border-stone:focus-within {
    border-color: #dacda2 !important;
  }

  .md\:focus-within\:u-border-sky:focus-within {
    border-color: #a5c8d0 !important;
  }

  .md\:focus-within\:u-border-heather:focus-within {
    border-color: #cba8b1 !important;
  }

  .md\:focus-within\:u-border-cedar:focus-within {
    border-color: #b6aaa7 !important;
  }

  .md\:focus-within\:u-border-business:focus-within {
    border-color: #b3bdb1 !important;
  }

  .md\:focus-within\:u-border-black:focus-within {
    border-color: #333123 !important;
  }

  .md\:focus-within\:u-border-white:focus-within {
    border-color: #fff !important;
  }

  .md\:focus-within\:u-border-grey-25:focus-within {
    border-color: #f7f7f7 !important;
  }

  .md\:focus-within\:u-border-grey-50:focus-within {
    border-color: #ebebeb !important;
  }

  .md\:focus-within\:u-border-grey-75:focus-within {
    border-color: #d9d9d9 !important;
  }

  .md\:focus-within\:u-border-grey-100:focus-within {
    border-color: #afb4b6 !important;
  }

  .md\:focus-within\:u-border-grey-200:focus-within {
    border-color: #898e91 !important;
  }

  .md\:focus-within\:u-border-grey-300:focus-within {
    border-color: #64696c !important;
  }

  .md\:focus-within\:u-border-grey-400:focus-within {
    border-color: #3c3c3b !important;
  }

  .md\:focus-within\:u-border-youtube:focus-within {
    border-color: #f00 !important;
  }

  .md\:focus-within\:u-border-twitter:focus-within {
    border-color: #1da1f2 !important;
  }

  .md\:focus-within\:u-border-facebook:focus-within {
    border-color: #3b5998 !important;
  }

  .md\:focus-within\:u-border-instagram:focus-within {
    border-color: #444 !important;
  }

  .md\:focus-within\:u-border-linkedin:focus-within {
    border-color: #0077b5 !important;
  }

  .md\:focus-within\:u-border-college:focus-within {
    border-color: #00664f !important;
  }

  .md\:focus-within\:u-border-coll-collingwood:focus-within {
    border-color: #d22630 !important;
  }

  .md\:focus-within\:u-border-coll-grey:focus-within {
    border-color: #af272f !important;
  }

  .md\:focus-within\:u-border-coll-hatfield:focus-within {
    border-color: #003865 !important;
  }

  .md\:focus-within\:u-border-coll-johnsnow:focus-within {
    border-color: #003865 !important;
  }

  .md\:focus-within\:u-border-coll-jbutler:focus-within {
    border-color: #d22630 !important;
  }

  .md\:focus-within\:u-border-coll-south-college:focus-within {
    border-color: #68246d !important;
  }

  .md\:focus-within\:u-border-coll-staidans:focus-within {
    border-color: #006747 !important;
  }

  .md\:focus-within\:u-border-coll-stchads:focus-within {
    border-color: #00573f !important;
  }

  .md\:focus-within\:u-border-coll-stcuthberts:focus-within {
    border-color: #00664f !important;
  }

  .md\:focus-within\:u-border-coll-sthild:focus-within {
    border-color: #0072ce !important;
  }

  .md\:focus-within\:u-border-coll-stjohns:focus-within {
    border-color: #1b365d !important;
  }

  .md\:focus-within\:u-border-coll-stmarys:focus-within {
    border-color: #753bbd !important;
  }

  .md\:focus-within\:u-border-coll-stephenson:focus-within {
    border-color: #d22630 !important;
  }

  .md\:focus-within\:u-border-coll-trevelyan:focus-within {
    border-color: #003865 !important;
  }

  .md\:focus-within\:u-border-coll-university:focus-within {
    border-color: #862633 !important;
  }

  .md\:focus-within\:u-border-coll-ustinov:focus-within {
    border-color: #003865 !important;
  }

  .md\:focus-within\:u-border-coll-vanmildert:focus-within {
    border-color: #ee2737 !important;
  }

  .md\:focus-within\:u-border-primary:focus-within {
    border-color: #68246d !important;
  }

  .md\:focus-within\:u-border-secondary:focus-within {
    border-color: #ffd53a !important;
  }

  .md\:focus-within\:u-border-tertiary:focus-within {
    border-color: #00aeef !important;
  }

  .md\:focus-within\:u-border-success:focus-within {
    border-color: #449d44 !important;
  }

  .md\:focus-within\:u-border-danger:focus-within {
    border-color: #be1e2c !important;
  }

  .md\:focus-within\:u-border-warning:focus-within {
    border-color: #da611e !important;
  }

  .md\:focus-within\:u-border-info:focus-within {
    border-color: #1180a1 !important;
  }

  .md\:focus-within\:u-border-light:focus-within {
    border-color: #fff !important;
  }

  .md\:focus-within\:u-border-dark:focus-within {
    border-color: #333123 !important;
  }

  .md\:focus-within\:u-border-purple--dark:focus-within {
    border-color: #531d57 !important;
  }

  .md\:focus-within\:u-border-purple--light:focus-within {
    border-color: #74287a !important;
  }

  .md\:focus-within\:u-border-darkpurple--dark:focus-within {
    border-color: #46163f !important;
  }

  .md\:focus-within\:u-border-darkpurple--light:focus-within {
    border-color: #611e58 !important;
  }

  .md\:focus-within\:u-border-yellow--dark:focus-within {
    border-color: #fac500 !important;
  }

  .md\:focus-within\:u-border-yellow--light:focus-within {
    border-color: #ffdd60 !important;
  }

  .md\:focus-within\:u-border-cyan--dark:focus-within {
    border-color: #008bbf !important;
  }

  .md\:focus-within\:u-border-cyan--light:focus-within {
    border-color: #0dbdff !important;
  }

  .md\:focus-within\:u-border-blue--dark:focus-within {
    border-color: #2281c2 !important;
  }

  .md\:focus-within\:u-border-blue--light:focus-within {
    border-color: #5dace2 !important;
  }

  .md\:focus-within\:u-border-light-green--dark:focus-within {
    border-color: #9edab5 !important;
  }

  .md\:focus-within\:u-border-light-green--light:focus-within {
    border-color: #fff !important;
  }

  .md\:focus-within\:u-border-red--dark:focus-within {
    border-color: #981823 !important;
  }

  .md\:focus-within\:u-border-red--light:focus-within {
    border-color: #d52231 !important;
  }

  .md\:focus-within\:u-border-gold--dark:focus-within {
    border-color: #908b49 !important;
  }

  .md\:focus-within\:u-border-gold--light:focus-within {
    border-color: #bab577 !important;
  }

  .md\:focus-within\:u-border-ink-100--dark:focus-within {
    border-color: #001c2c !important;
  }

  .md\:focus-within\:u-border-ink-100--light:focus-within {
    border-color: #00273e !important;
  }

  .md\:focus-within\:u-border-stone--dark:focus-within {
    border-color: #c4b06c !important;
  }

  .md\:focus-within\:u-border-stone--light:focus-within {
    border-color: #e7dfc3 !important;
  }

  .md\:focus-within\:u-border-sky--dark:focus-within {
    border-color: #74aab6 !important;
  }

  .md\:focus-within\:u-border-sky--light:focus-within {
    border-color: #c2dadf !important;
  }

  .md\:focus-within\:u-border-heather--dark:focus-within {
    border-color: #af7a87 !important;
  }

  .md\:focus-within\:u-border-heather--light:focus-within {
    border-color: #dcc4ca !important;
  }

  .md\:focus-within\:u-border-cedar--dark:focus-within {
    border-color: #968581 !important;
  }

  .md\:focus-within\:u-border-cedar--light:focus-within {
    border-color: #c9c0be !important;
  }

  .md\:focus-within\:u-border-business--dark:focus-within {
    border-color: #8c9b89 !important;
  }

  .md\:focus-within\:u-border-business--light:focus-within {
    border-color: #cad1c9 !important;
  }

  .md\:focus-within\:u-border-black--dark:focus-within {
    border-color: #29271c !important;
  }

  .md\:focus-within\:u-border-black--light:focus-within {
    border-color: #393727 !important;
  }

  .md\:focus-within\:u-border-white--dark:focus-within {
    border-color: #ccc !important;
  }

  .md\:focus-within\:u-border-white--light:focus-within {
    border-color: #fff !important;
  }

  .md\:focus-within\:u-border-grey-25--dark:focus-within {
    border-color: #c6c6c6 !important;
  }

  .md\:focus-within\:u-border-grey-25--light:focus-within {
    border-color: #fff !important;
  }

  .md\:focus-within\:u-border-grey-50--dark:focus-within {
    border-color: #bcbcbc !important;
  }

  .md\:focus-within\:u-border-grey-50--light:focus-within {
    border-color: #fff !important;
  }

  .md\:focus-within\:u-border-grey-75--dark:focus-within {
    border-color: #aeaeae !important;
  }

  .md\:focus-within\:u-border-grey-75--light:focus-within {
    border-color: #f3f3f3 !important;
  }

  .md\:focus-within\:u-border-grey-100--dark:focus-within {
    border-color: #8a9194 !important;
  }

  .md\:focus-within\:u-border-grey-100--light:focus-within {
    border-color: #c5c9ca !important;
  }

  .md\:focus-within\:u-border-grey-200--dark:focus-within {
    border-color: #6d7275 !important;
  }

  .md\:focus-within\:u-border-grey-200--light:focus-within {
    border-color: #9b9fa1 !important;
  }

  .md\:focus-within\:u-border-grey-300--dark:focus-within {
    border-color: #505456 !important;
  }

  .md\:focus-within\:u-border-grey-300--light:focus-within {
    border-color: #707679 !important;
  }

  .md\:focus-within\:u-border-grey-400--dark:focus-within {
    border-color: #30302f !important;
  }

  .md\:focus-within\:u-border-grey-400--light:focus-within {
    border-color: #434342 !important;
  }

  .md\:focus-within\:u-border-youtube--dark:focus-within {
    border-color: #c00 !important;
  }

  .md\:focus-within\:u-border-youtube--light:focus-within {
    border-color: #ff1f1f !important;
  }

  .md\:focus-within\:u-border-twitter--dark:focus-within {
    border-color: #0c84cd !important;
  }

  .md\:focus-within\:u-border-twitter--light:focus-within {
    border-color: #3caef4 !important;
  }

  .md\:focus-within\:u-border-facebook--dark:focus-within {
    border-color: #2f477a !important;
  }

  .md\:focus-within\:u-border-facebook--light:focus-within {
    border-color: #4264aa !important;
  }

  .md\:focus-within\:u-border-instagram--dark:focus-within {
    border-color: #363636 !important;
  }

  .md\:focus-within\:u-border-instagram--light:focus-within {
    border-color: #4c4c4c !important;
  }

  .md\:focus-within\:u-border-linkedin--dark:focus-within {
    border-color: #005f91 !important;
  }

  .md\:focus-within\:u-border-linkedin--light:focus-within {
    border-color: #0085cb !important;
  }

  .md\:focus-within\:u-border-college--dark:focus-within {
    border-color: #00523f !important;
  }

  .md\:focus-within\:u-border-college--light:focus-within {
    border-color: #007258 !important;
  }

  .md\:focus-within\:u-border-coll-collingwood--dark:focus-within {
    border-color: #a81e26 !important;
  }

  .md\:focus-within\:u-border-coll-collingwood--light:focus-within {
    border-color: #db3a44 !important;
  }

  .md\:focus-within\:u-border-coll-grey--dark:focus-within {
    border-color: #8c1f26 !important;
  }

  .md\:focus-within\:u-border-coll-grey--light:focus-within {
    border-color: #c42c35 !important;
  }

  .md\:focus-within\:u-border-coll-hatfield--dark:focus-within {
    border-color: #002d51 !important;
  }

  .md\:focus-within\:u-border-coll-hatfield--light:focus-within {
    border-color: #003f71 !important;
  }

  .md\:focus-within\:u-border-coll-johnsnow--dark:focus-within {
    border-color: #002d51 !important;
  }

  .md\:focus-within\:u-border-coll-johnsnow--light:focus-within {
    border-color: #003f71 !important;
  }

  .md\:focus-within\:u-border-coll-jbutler--dark:focus-within {
    border-color: #a81e26 !important;
  }

  .md\:focus-within\:u-border-coll-jbutler--light:focus-within {
    border-color: #db3a44 !important;
  }

  .md\:focus-within\:u-border-coll-south-college--dark:focus-within {
    border-color: #531d57 !important;
  }

  .md\:focus-within\:u-border-coll-south-college--light:focus-within {
    border-color: #74287a !important;
  }

  .md\:focus-within\:u-border-coll-staidans--dark:focus-within {
    border-color: #005239 !important;
  }

  .md\:focus-within\:u-border-coll-staidans--light:focus-within {
    border-color: #007350 !important;
  }

  .md\:focus-within\:u-border-coll-stchads--dark:focus-within {
    border-color: #004632 !important;
  }

  .md\:focus-within\:u-border-coll-stchads--light:focus-within {
    border-color: #006147 !important;
  }

  .md\:focus-within\:u-border-coll-stcuthberts--dark:focus-within {
    border-color: #00523f !important;
  }

  .md\:focus-within\:u-border-coll-stcuthberts--light:focus-within {
    border-color: #007258 !important;
  }

  .md\:focus-within\:u-border-coll-sthild--dark:focus-within {
    border-color: #005ba5 !important;
  }

  .md\:focus-within\:u-border-coll-sthild--light:focus-within {
    border-color: #0080e7 !important;
  }

  .md\:focus-within\:u-border-coll-stjohns--dark:focus-within {
    border-color: #162b4a !important;
  }

  .md\:focus-within\:u-border-coll-stjohns--light:focus-within {
    border-color: #1e3c68 !important;
  }

  .md\:focus-within\:u-border-coll-stmarys--dark:focus-within {
    border-color: #5e2f97 !important;
  }

  .md\:focus-within\:u-border-coll-stmarys--light:focus-within {
    border-color: #844ec8 !important;
  }

  .md\:focus-within\:u-border-coll-stephenson--dark:focus-within {
    border-color: #a81e26 !important;
  }

  .md\:focus-within\:u-border-coll-stephenson--light:focus-within {
    border-color: #db3a44 !important;
  }

  .md\:focus-within\:u-border-coll-trevelyan--dark:focus-within {
    border-color: #002d51 !important;
  }

  .md\:focus-within\:u-border-coll-trevelyan--light:focus-within {
    border-color: #003f71 !important;
  }

  .md\:focus-within\:u-border-coll-university--dark:focus-within {
    border-color: #6b1e29 !important;
  }

  .md\:focus-within\:u-border-coll-university--light:focus-within {
    border-color: #962b39 !important;
  }

  .md\:focus-within\:u-border-coll-ustinov--dark:focus-within {
    border-color: #002d51 !important;
  }

  .md\:focus-within\:u-border-coll-ustinov--light:focus-within {
    border-color: #003f71 !important;
  }

  .md\:focus-within\:u-border-coll-vanmildert--dark:focus-within {
    border-color: #cd101f !important;
  }

  .md\:focus-within\:u-border-coll-vanmildert--light:focus-within {
    border-color: #f04654 !important;
  }

  .md\:focus-within\:u-border-primary--dark:focus-within {
    border-color: #531d57 !important;
  }

  .md\:focus-within\:u-border-primary--light:focus-within {
    border-color: #74287a !important;
  }

  .md\:focus-within\:u-border-secondary--dark:focus-within {
    border-color: #fac500 !important;
  }

  .md\:focus-within\:u-border-secondary--light:focus-within {
    border-color: #ffdd60 !important;
  }

  .md\:focus-within\:u-border-tertiary--dark:focus-within {
    border-color: #008bbf !important;
  }

  .md\:focus-within\:u-border-tertiary--light:focus-within {
    border-color: #0dbdff !important;
  }

  .md\:focus-within\:u-border-success--dark:focus-within {
    border-color: #367e36 !important;
  }

  .md\:focus-within\:u-border-success--light:focus-within {
    border-color: #4cb04c !important;
  }

  .md\:focus-within\:u-border-danger--dark:focus-within {
    border-color: #981823 !important;
  }

  .md\:focus-within\:u-border-danger--light:focus-within {
    border-color: #d52231 !important;
  }

  .md\:focus-within\:u-border-warning--dark:focus-within {
    border-color: #ae4e18 !important;
  }

  .md\:focus-within\:u-border-warning--light:focus-within {
    border-color: #e37233 !important;
  }

  .md\:focus-within\:u-border-info--dark:focus-within {
    border-color: #0e6681 !important;
  }

  .md\:focus-within\:u-border-info--light:focus-within {
    border-color: #138fb4 !important;
  }

  .md\:focus-within\:u-border-light--dark:focus-within {
    border-color: #ccc !important;
  }

  .md\:focus-within\:u-border-light--light:focus-within {
    border-color: #fff !important;
  }

  .md\:focus-within\:u-border-dark--dark:focus-within {
    border-color: #29271c !important;
  }

  .md\:focus-within\:u-border-dark--light:focus-within {
    border-color: #393727 !important;
  }

  .md\:hocus\:u-border-transparent:hover,
  .md\:hocus\:u-border-transparent:focus {
    border-color: transparent !important;
  }

  .md\:hocus\:u-border-current-color:hover,
  .md\:hocus\:u-border-current-color:focus {
    border-color: currentColor !important;
  }

  .md\:hocus\:u-border-inherit:hover,
  .md\:hocus\:u-border-inherit:focus {
    border-color: inherit !important;
  }

  .md\:hocus\:u-border-purple:hover,
  .md\:hocus\:u-border-purple:focus {
    border-color: #68246d !important;
  }

  .md\:hocus\:u-border-darkpurple:hover,
  .md\:hocus\:u-border-darkpurple:focus {
    border-color: #571b4f !important;
  }

  .md\:hocus\:u-border-yellow:hover,
  .md\:hocus\:u-border-yellow:focus {
    border-color: #ffd53a !important;
  }

  .md\:hocus\:u-border-cyan:hover,
  .md\:hocus\:u-border-cyan:focus {
    border-color: #00aeef !important;
  }

  .md\:hocus\:u-border-blue:hover,
  .md\:hocus\:u-border-blue:focus {
    border-color: #409ddd !important;
  }

  .md\:hocus\:u-border-light-green:hover,
  .md\:hocus\:u-border-light-green:focus {
    border-color: #e2f4e9 !important;
  }

  .md\:hocus\:u-border-red:hover,
  .md\:hocus\:u-border-red:focus {
    border-color: #be1e2c !important;
  }

  .md\:hocus\:u-border-gold:hover,
  .md\:hocus\:u-border-gold:focus {
    border-color: #afa961 !important;
  }

  .md\:hocus\:u-border-ink-100:hover,
  .md\:hocus\:u-border-ink-100:focus {
    border-color: #002337 !important;
  }

  .md\:hocus\:u-border-stone:hover,
  .md\:hocus\:u-border-stone:focus {
    border-color: #dacda2 !important;
  }

  .md\:hocus\:u-border-sky:hover,
  .md\:hocus\:u-border-sky:focus {
    border-color: #a5c8d0 !important;
  }

  .md\:hocus\:u-border-heather:hover,
  .md\:hocus\:u-border-heather:focus {
    border-color: #cba8b1 !important;
  }

  .md\:hocus\:u-border-cedar:hover,
  .md\:hocus\:u-border-cedar:focus {
    border-color: #b6aaa7 !important;
  }

  .md\:hocus\:u-border-business:hover,
  .md\:hocus\:u-border-business:focus {
    border-color: #b3bdb1 !important;
  }

  .md\:hocus\:u-border-black:hover,
  .md\:hocus\:u-border-black:focus {
    border-color: #333123 !important;
  }

  .md\:hocus\:u-border-white:hover,
  .md\:hocus\:u-border-white:focus {
    border-color: #fff !important;
  }

  .md\:hocus\:u-border-grey-25:hover,
  .md\:hocus\:u-border-grey-25:focus {
    border-color: #f7f7f7 !important;
  }

  .md\:hocus\:u-border-grey-50:hover,
  .md\:hocus\:u-border-grey-50:focus {
    border-color: #ebebeb !important;
  }

  .md\:hocus\:u-border-grey-75:hover,
  .md\:hocus\:u-border-grey-75:focus {
    border-color: #d9d9d9 !important;
  }

  .md\:hocus\:u-border-grey-100:hover,
  .md\:hocus\:u-border-grey-100:focus {
    border-color: #afb4b6 !important;
  }

  .md\:hocus\:u-border-grey-200:hover,
  .md\:hocus\:u-border-grey-200:focus {
    border-color: #898e91 !important;
  }

  .md\:hocus\:u-border-grey-300:hover,
  .md\:hocus\:u-border-grey-300:focus {
    border-color: #64696c !important;
  }

  .md\:hocus\:u-border-grey-400:hover,
  .md\:hocus\:u-border-grey-400:focus {
    border-color: #3c3c3b !important;
  }

  .md\:hocus\:u-border-youtube:hover,
  .md\:hocus\:u-border-youtube:focus {
    border-color: #f00 !important;
  }

  .md\:hocus\:u-border-twitter:hover,
  .md\:hocus\:u-border-twitter:focus {
    border-color: #1da1f2 !important;
  }

  .md\:hocus\:u-border-facebook:hover,
  .md\:hocus\:u-border-facebook:focus {
    border-color: #3b5998 !important;
  }

  .md\:hocus\:u-border-instagram:hover,
  .md\:hocus\:u-border-instagram:focus {
    border-color: #444 !important;
  }

  .md\:hocus\:u-border-linkedin:hover,
  .md\:hocus\:u-border-linkedin:focus {
    border-color: #0077b5 !important;
  }

  .md\:hocus\:u-border-college:hover,
  .md\:hocus\:u-border-college:focus {
    border-color: #00664f !important;
  }

  .md\:hocus\:u-border-coll-collingwood:hover,
  .md\:hocus\:u-border-coll-collingwood:focus {
    border-color: #d22630 !important;
  }

  .md\:hocus\:u-border-coll-grey:hover,
  .md\:hocus\:u-border-coll-grey:focus {
    border-color: #af272f !important;
  }

  .md\:hocus\:u-border-coll-hatfield:hover,
  .md\:hocus\:u-border-coll-hatfield:focus {
    border-color: #003865 !important;
  }

  .md\:hocus\:u-border-coll-johnsnow:hover,
  .md\:hocus\:u-border-coll-johnsnow:focus {
    border-color: #003865 !important;
  }

  .md\:hocus\:u-border-coll-jbutler:hover,
  .md\:hocus\:u-border-coll-jbutler:focus {
    border-color: #d22630 !important;
  }

  .md\:hocus\:u-border-coll-south-college:hover,
  .md\:hocus\:u-border-coll-south-college:focus {
    border-color: #68246d !important;
  }

  .md\:hocus\:u-border-coll-staidans:hover,
  .md\:hocus\:u-border-coll-staidans:focus {
    border-color: #006747 !important;
  }

  .md\:hocus\:u-border-coll-stchads:hover,
  .md\:hocus\:u-border-coll-stchads:focus {
    border-color: #00573f !important;
  }

  .md\:hocus\:u-border-coll-stcuthberts:hover,
  .md\:hocus\:u-border-coll-stcuthberts:focus {
    border-color: #00664f !important;
  }

  .md\:hocus\:u-border-coll-sthild:hover,
  .md\:hocus\:u-border-coll-sthild:focus {
    border-color: #0072ce !important;
  }

  .md\:hocus\:u-border-coll-stjohns:hover,
  .md\:hocus\:u-border-coll-stjohns:focus {
    border-color: #1b365d !important;
  }

  .md\:hocus\:u-border-coll-stmarys:hover,
  .md\:hocus\:u-border-coll-stmarys:focus {
    border-color: #753bbd !important;
  }

  .md\:hocus\:u-border-coll-stephenson:hover,
  .md\:hocus\:u-border-coll-stephenson:focus {
    border-color: #d22630 !important;
  }

  .md\:hocus\:u-border-coll-trevelyan:hover,
  .md\:hocus\:u-border-coll-trevelyan:focus {
    border-color: #003865 !important;
  }

  .md\:hocus\:u-border-coll-university:hover,
  .md\:hocus\:u-border-coll-university:focus {
    border-color: #862633 !important;
  }

  .md\:hocus\:u-border-coll-ustinov:hover,
  .md\:hocus\:u-border-coll-ustinov:focus {
    border-color: #003865 !important;
  }

  .md\:hocus\:u-border-coll-vanmildert:hover,
  .md\:hocus\:u-border-coll-vanmildert:focus {
    border-color: #ee2737 !important;
  }

  .md\:hocus\:u-border-primary:hover,
  .md\:hocus\:u-border-primary:focus {
    border-color: #68246d !important;
  }

  .md\:hocus\:u-border-secondary:hover,
  .md\:hocus\:u-border-secondary:focus {
    border-color: #ffd53a !important;
  }

  .md\:hocus\:u-border-tertiary:hover,
  .md\:hocus\:u-border-tertiary:focus {
    border-color: #00aeef !important;
  }

  .md\:hocus\:u-border-success:hover,
  .md\:hocus\:u-border-success:focus {
    border-color: #449d44 !important;
  }

  .md\:hocus\:u-border-danger:hover,
  .md\:hocus\:u-border-danger:focus {
    border-color: #be1e2c !important;
  }

  .md\:hocus\:u-border-warning:hover,
  .md\:hocus\:u-border-warning:focus {
    border-color: #da611e !important;
  }

  .md\:hocus\:u-border-info:hover,
  .md\:hocus\:u-border-info:focus {
    border-color: #1180a1 !important;
  }

  .md\:hocus\:u-border-light:hover,
  .md\:hocus\:u-border-light:focus {
    border-color: #fff !important;
  }

  .md\:hocus\:u-border-dark:hover,
  .md\:hocus\:u-border-dark:focus {
    border-color: #333123 !important;
  }

  .md\:hocus\:u-border-purple--dark:hover,
  .md\:hocus\:u-border-purple--dark:focus {
    border-color: #531d57 !important;
  }

  .md\:hocus\:u-border-purple--light:hover,
  .md\:hocus\:u-border-purple--light:focus {
    border-color: #74287a !important;
  }

  .md\:hocus\:u-border-darkpurple--dark:hover,
  .md\:hocus\:u-border-darkpurple--dark:focus {
    border-color: #46163f !important;
  }

  .md\:hocus\:u-border-darkpurple--light:hover,
  .md\:hocus\:u-border-darkpurple--light:focus {
    border-color: #611e58 !important;
  }

  .md\:hocus\:u-border-yellow--dark:hover,
  .md\:hocus\:u-border-yellow--dark:focus {
    border-color: #fac500 !important;
  }

  .md\:hocus\:u-border-yellow--light:hover,
  .md\:hocus\:u-border-yellow--light:focus {
    border-color: #ffdd60 !important;
  }

  .md\:hocus\:u-border-cyan--dark:hover,
  .md\:hocus\:u-border-cyan--dark:focus {
    border-color: #008bbf !important;
  }

  .md\:hocus\:u-border-cyan--light:hover,
  .md\:hocus\:u-border-cyan--light:focus {
    border-color: #0dbdff !important;
  }

  .md\:hocus\:u-border-blue--dark:hover,
  .md\:hocus\:u-border-blue--dark:focus {
    border-color: #2281c2 !important;
  }

  .md\:hocus\:u-border-blue--light:hover,
  .md\:hocus\:u-border-blue--light:focus {
    border-color: #5dace2 !important;
  }

  .md\:hocus\:u-border-light-green--dark:hover,
  .md\:hocus\:u-border-light-green--dark:focus {
    border-color: #9edab5 !important;
  }

  .md\:hocus\:u-border-light-green--light:hover,
  .md\:hocus\:u-border-light-green--light:focus {
    border-color: #fff !important;
  }

  .md\:hocus\:u-border-red--dark:hover,
  .md\:hocus\:u-border-red--dark:focus {
    border-color: #981823 !important;
  }

  .md\:hocus\:u-border-red--light:hover,
  .md\:hocus\:u-border-red--light:focus {
    border-color: #d52231 !important;
  }

  .md\:hocus\:u-border-gold--dark:hover,
  .md\:hocus\:u-border-gold--dark:focus {
    border-color: #908b49 !important;
  }

  .md\:hocus\:u-border-gold--light:hover,
  .md\:hocus\:u-border-gold--light:focus {
    border-color: #bab577 !important;
  }

  .md\:hocus\:u-border-ink-100--dark:hover,
  .md\:hocus\:u-border-ink-100--dark:focus {
    border-color: #001c2c !important;
  }

  .md\:hocus\:u-border-ink-100--light:hover,
  .md\:hocus\:u-border-ink-100--light:focus {
    border-color: #00273e !important;
  }

  .md\:hocus\:u-border-stone--dark:hover,
  .md\:hocus\:u-border-stone--dark:focus {
    border-color: #c4b06c !important;
  }

  .md\:hocus\:u-border-stone--light:hover,
  .md\:hocus\:u-border-stone--light:focus {
    border-color: #e7dfc3 !important;
  }

  .md\:hocus\:u-border-sky--dark:hover,
  .md\:hocus\:u-border-sky--dark:focus {
    border-color: #74aab6 !important;
  }

  .md\:hocus\:u-border-sky--light:hover,
  .md\:hocus\:u-border-sky--light:focus {
    border-color: #c2dadf !important;
  }

  .md\:hocus\:u-border-heather--dark:hover,
  .md\:hocus\:u-border-heather--dark:focus {
    border-color: #af7a87 !important;
  }

  .md\:hocus\:u-border-heather--light:hover,
  .md\:hocus\:u-border-heather--light:focus {
    border-color: #dcc4ca !important;
  }

  .md\:hocus\:u-border-cedar--dark:hover,
  .md\:hocus\:u-border-cedar--dark:focus {
    border-color: #968581 !important;
  }

  .md\:hocus\:u-border-cedar--light:hover,
  .md\:hocus\:u-border-cedar--light:focus {
    border-color: #c9c0be !important;
  }

  .md\:hocus\:u-border-business--dark:hover,
  .md\:hocus\:u-border-business--dark:focus {
    border-color: #8c9b89 !important;
  }

  .md\:hocus\:u-border-business--light:hover,
  .md\:hocus\:u-border-business--light:focus {
    border-color: #cad1c9 !important;
  }

  .md\:hocus\:u-border-black--dark:hover,
  .md\:hocus\:u-border-black--dark:focus {
    border-color: #29271c !important;
  }

  .md\:hocus\:u-border-black--light:hover,
  .md\:hocus\:u-border-black--light:focus {
    border-color: #393727 !important;
  }

  .md\:hocus\:u-border-white--dark:hover,
  .md\:hocus\:u-border-white--dark:focus {
    border-color: #ccc !important;
  }

  .md\:hocus\:u-border-white--light:hover,
  .md\:hocus\:u-border-white--light:focus {
    border-color: #fff !important;
  }

  .md\:hocus\:u-border-grey-25--dark:hover,
  .md\:hocus\:u-border-grey-25--dark:focus {
    border-color: #c6c6c6 !important;
  }

  .md\:hocus\:u-border-grey-25--light:hover,
  .md\:hocus\:u-border-grey-25--light:focus {
    border-color: #fff !important;
  }

  .md\:hocus\:u-border-grey-50--dark:hover,
  .md\:hocus\:u-border-grey-50--dark:focus {
    border-color: #bcbcbc !important;
  }

  .md\:hocus\:u-border-grey-50--light:hover,
  .md\:hocus\:u-border-grey-50--light:focus {
    border-color: #fff !important;
  }

  .md\:hocus\:u-border-grey-75--dark:hover,
  .md\:hocus\:u-border-grey-75--dark:focus {
    border-color: #aeaeae !important;
  }

  .md\:hocus\:u-border-grey-75--light:hover,
  .md\:hocus\:u-border-grey-75--light:focus {
    border-color: #f3f3f3 !important;
  }

  .md\:hocus\:u-border-grey-100--dark:hover,
  .md\:hocus\:u-border-grey-100--dark:focus {
    border-color: #8a9194 !important;
  }

  .md\:hocus\:u-border-grey-100--light:hover,
  .md\:hocus\:u-border-grey-100--light:focus {
    border-color: #c5c9ca !important;
  }

  .md\:hocus\:u-border-grey-200--dark:hover,
  .md\:hocus\:u-border-grey-200--dark:focus {
    border-color: #6d7275 !important;
  }

  .md\:hocus\:u-border-grey-200--light:hover,
  .md\:hocus\:u-border-grey-200--light:focus {
    border-color: #9b9fa1 !important;
  }

  .md\:hocus\:u-border-grey-300--dark:hover,
  .md\:hocus\:u-border-grey-300--dark:focus {
    border-color: #505456 !important;
  }

  .md\:hocus\:u-border-grey-300--light:hover,
  .md\:hocus\:u-border-grey-300--light:focus {
    border-color: #707679 !important;
  }

  .md\:hocus\:u-border-grey-400--dark:hover,
  .md\:hocus\:u-border-grey-400--dark:focus {
    border-color: #30302f !important;
  }

  .md\:hocus\:u-border-grey-400--light:hover,
  .md\:hocus\:u-border-grey-400--light:focus {
    border-color: #434342 !important;
  }

  .md\:hocus\:u-border-youtube--dark:hover,
  .md\:hocus\:u-border-youtube--dark:focus {
    border-color: #c00 !important;
  }

  .md\:hocus\:u-border-youtube--light:hover,
  .md\:hocus\:u-border-youtube--light:focus {
    border-color: #ff1f1f !important;
  }

  .md\:hocus\:u-border-twitter--dark:hover,
  .md\:hocus\:u-border-twitter--dark:focus {
    border-color: #0c84cd !important;
  }

  .md\:hocus\:u-border-twitter--light:hover,
  .md\:hocus\:u-border-twitter--light:focus {
    border-color: #3caef4 !important;
  }

  .md\:hocus\:u-border-facebook--dark:hover,
  .md\:hocus\:u-border-facebook--dark:focus {
    border-color: #2f477a !important;
  }

  .md\:hocus\:u-border-facebook--light:hover,
  .md\:hocus\:u-border-facebook--light:focus {
    border-color: #4264aa !important;
  }

  .md\:hocus\:u-border-instagram--dark:hover,
  .md\:hocus\:u-border-instagram--dark:focus {
    border-color: #363636 !important;
  }

  .md\:hocus\:u-border-instagram--light:hover,
  .md\:hocus\:u-border-instagram--light:focus {
    border-color: #4c4c4c !important;
  }

  .md\:hocus\:u-border-linkedin--dark:hover,
  .md\:hocus\:u-border-linkedin--dark:focus {
    border-color: #005f91 !important;
  }

  .md\:hocus\:u-border-linkedin--light:hover,
  .md\:hocus\:u-border-linkedin--light:focus {
    border-color: #0085cb !important;
  }

  .md\:hocus\:u-border-college--dark:hover,
  .md\:hocus\:u-border-college--dark:focus {
    border-color: #00523f !important;
  }

  .md\:hocus\:u-border-college--light:hover,
  .md\:hocus\:u-border-college--light:focus {
    border-color: #007258 !important;
  }

  .md\:hocus\:u-border-coll-collingwood--dark:hover,
  .md\:hocus\:u-border-coll-collingwood--dark:focus {
    border-color: #a81e26 !important;
  }

  .md\:hocus\:u-border-coll-collingwood--light:hover,
  .md\:hocus\:u-border-coll-collingwood--light:focus {
    border-color: #db3a44 !important;
  }

  .md\:hocus\:u-border-coll-grey--dark:hover,
  .md\:hocus\:u-border-coll-grey--dark:focus {
    border-color: #8c1f26 !important;
  }

  .md\:hocus\:u-border-coll-grey--light:hover,
  .md\:hocus\:u-border-coll-grey--light:focus {
    border-color: #c42c35 !important;
  }

  .md\:hocus\:u-border-coll-hatfield--dark:hover,
  .md\:hocus\:u-border-coll-hatfield--dark:focus {
    border-color: #002d51 !important;
  }

  .md\:hocus\:u-border-coll-hatfield--light:hover,
  .md\:hocus\:u-border-coll-hatfield--light:focus {
    border-color: #003f71 !important;
  }

  .md\:hocus\:u-border-coll-johnsnow--dark:hover,
  .md\:hocus\:u-border-coll-johnsnow--dark:focus {
    border-color: #002d51 !important;
  }

  .md\:hocus\:u-border-coll-johnsnow--light:hover,
  .md\:hocus\:u-border-coll-johnsnow--light:focus {
    border-color: #003f71 !important;
  }

  .md\:hocus\:u-border-coll-jbutler--dark:hover,
  .md\:hocus\:u-border-coll-jbutler--dark:focus {
    border-color: #a81e26 !important;
  }

  .md\:hocus\:u-border-coll-jbutler--light:hover,
  .md\:hocus\:u-border-coll-jbutler--light:focus {
    border-color: #db3a44 !important;
  }

  .md\:hocus\:u-border-coll-south-college--dark:hover,
  .md\:hocus\:u-border-coll-south-college--dark:focus {
    border-color: #531d57 !important;
  }

  .md\:hocus\:u-border-coll-south-college--light:hover,
  .md\:hocus\:u-border-coll-south-college--light:focus {
    border-color: #74287a !important;
  }

  .md\:hocus\:u-border-coll-staidans--dark:hover,
  .md\:hocus\:u-border-coll-staidans--dark:focus {
    border-color: #005239 !important;
  }

  .md\:hocus\:u-border-coll-staidans--light:hover,
  .md\:hocus\:u-border-coll-staidans--light:focus {
    border-color: #007350 !important;
  }

  .md\:hocus\:u-border-coll-stchads--dark:hover,
  .md\:hocus\:u-border-coll-stchads--dark:focus {
    border-color: #004632 !important;
  }

  .md\:hocus\:u-border-coll-stchads--light:hover,
  .md\:hocus\:u-border-coll-stchads--light:focus {
    border-color: #006147 !important;
  }

  .md\:hocus\:u-border-coll-stcuthberts--dark:hover,
  .md\:hocus\:u-border-coll-stcuthberts--dark:focus {
    border-color: #00523f !important;
  }

  .md\:hocus\:u-border-coll-stcuthberts--light:hover,
  .md\:hocus\:u-border-coll-stcuthberts--light:focus {
    border-color: #007258 !important;
  }

  .md\:hocus\:u-border-coll-sthild--dark:hover,
  .md\:hocus\:u-border-coll-sthild--dark:focus {
    border-color: #005ba5 !important;
  }

  .md\:hocus\:u-border-coll-sthild--light:hover,
  .md\:hocus\:u-border-coll-sthild--light:focus {
    border-color: #0080e7 !important;
  }

  .md\:hocus\:u-border-coll-stjohns--dark:hover,
  .md\:hocus\:u-border-coll-stjohns--dark:focus {
    border-color: #162b4a !important;
  }

  .md\:hocus\:u-border-coll-stjohns--light:hover,
  .md\:hocus\:u-border-coll-stjohns--light:focus {
    border-color: #1e3c68 !important;
  }

  .md\:hocus\:u-border-coll-stmarys--dark:hover,
  .md\:hocus\:u-border-coll-stmarys--dark:focus {
    border-color: #5e2f97 !important;
  }

  .md\:hocus\:u-border-coll-stmarys--light:hover,
  .md\:hocus\:u-border-coll-stmarys--light:focus {
    border-color: #844ec8 !important;
  }

  .md\:hocus\:u-border-coll-stephenson--dark:hover,
  .md\:hocus\:u-border-coll-stephenson--dark:focus {
    border-color: #a81e26 !important;
  }

  .md\:hocus\:u-border-coll-stephenson--light:hover,
  .md\:hocus\:u-border-coll-stephenson--light:focus {
    border-color: #db3a44 !important;
  }

  .md\:hocus\:u-border-coll-trevelyan--dark:hover,
  .md\:hocus\:u-border-coll-trevelyan--dark:focus {
    border-color: #002d51 !important;
  }

  .md\:hocus\:u-border-coll-trevelyan--light:hover,
  .md\:hocus\:u-border-coll-trevelyan--light:focus {
    border-color: #003f71 !important;
  }

  .md\:hocus\:u-border-coll-university--dark:hover,
  .md\:hocus\:u-border-coll-university--dark:focus {
    border-color: #6b1e29 !important;
  }

  .md\:hocus\:u-border-coll-university--light:hover,
  .md\:hocus\:u-border-coll-university--light:focus {
    border-color: #962b39 !important;
  }

  .md\:hocus\:u-border-coll-ustinov--dark:hover,
  .md\:hocus\:u-border-coll-ustinov--dark:focus {
    border-color: #002d51 !important;
  }

  .md\:hocus\:u-border-coll-ustinov--light:hover,
  .md\:hocus\:u-border-coll-ustinov--light:focus {
    border-color: #003f71 !important;
  }

  .md\:hocus\:u-border-coll-vanmildert--dark:hover,
  .md\:hocus\:u-border-coll-vanmildert--dark:focus {
    border-color: #cd101f !important;
  }

  .md\:hocus\:u-border-coll-vanmildert--light:hover,
  .md\:hocus\:u-border-coll-vanmildert--light:focus {
    border-color: #f04654 !important;
  }

  .md\:hocus\:u-border-primary--dark:hover,
  .md\:hocus\:u-border-primary--dark:focus {
    border-color: #531d57 !important;
  }

  .md\:hocus\:u-border-primary--light:hover,
  .md\:hocus\:u-border-primary--light:focus {
    border-color: #74287a !important;
  }

  .md\:hocus\:u-border-secondary--dark:hover,
  .md\:hocus\:u-border-secondary--dark:focus {
    border-color: #fac500 !important;
  }

  .md\:hocus\:u-border-secondary--light:hover,
  .md\:hocus\:u-border-secondary--light:focus {
    border-color: #ffdd60 !important;
  }

  .md\:hocus\:u-border-tertiary--dark:hover,
  .md\:hocus\:u-border-tertiary--dark:focus {
    border-color: #008bbf !important;
  }

  .md\:hocus\:u-border-tertiary--light:hover,
  .md\:hocus\:u-border-tertiary--light:focus {
    border-color: #0dbdff !important;
  }

  .md\:hocus\:u-border-success--dark:hover,
  .md\:hocus\:u-border-success--dark:focus {
    border-color: #367e36 !important;
  }

  .md\:hocus\:u-border-success--light:hover,
  .md\:hocus\:u-border-success--light:focus {
    border-color: #4cb04c !important;
  }

  .md\:hocus\:u-border-danger--dark:hover,
  .md\:hocus\:u-border-danger--dark:focus {
    border-color: #981823 !important;
  }

  .md\:hocus\:u-border-danger--light:hover,
  .md\:hocus\:u-border-danger--light:focus {
    border-color: #d52231 !important;
  }

  .md\:hocus\:u-border-warning--dark:hover,
  .md\:hocus\:u-border-warning--dark:focus {
    border-color: #ae4e18 !important;
  }

  .md\:hocus\:u-border-warning--light:hover,
  .md\:hocus\:u-border-warning--light:focus {
    border-color: #e37233 !important;
  }

  .md\:hocus\:u-border-info--dark:hover,
  .md\:hocus\:u-border-info--dark:focus {
    border-color: #0e6681 !important;
  }

  .md\:hocus\:u-border-info--light:hover,
  .md\:hocus\:u-border-info--light:focus {
    border-color: #138fb4 !important;
  }

  .md\:hocus\:u-border-light--dark:hover,
  .md\:hocus\:u-border-light--dark:focus {
    border-color: #ccc !important;
  }

  .md\:hocus\:u-border-light--light:hover,
  .md\:hocus\:u-border-light--light:focus {
    border-color: #fff !important;
  }

  .md\:hocus\:u-border-dark--dark:hover,
  .md\:hocus\:u-border-dark--dark:focus {
    border-color: #29271c !important;
  }

  .md\:hocus\:u-border-dark--light:hover,
  .md\:hocus\:u-border-dark--light:focus {
    border-color: #393727 !important;
  }

  .md\:u-rounded-none {
    border-radius: 0 !important;
  }

  .md\:u-rounded {
    border-radius: .25rem !important;
  }

  .md\:u-rounded-sm {
    border-radius: 45px !important;
  }

  .md\:u-rounded-md {
    border-radius: 100px !important;
  }

  .md\:u-rounded-lg {
    border-radius: 220px !important;
  }

  .md\:u-rounded-half {
    border-radius: 50% !important;
  }

  .md\:u-rounded-full {
    border-radius: 9999px !important;
  }

  .md\:u-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:u-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:u-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:u-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:u-rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .md\:u-rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .md\:u-rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .md\:u-rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .md\:u-rounded-t-sm {
    border-top-left-radius: 45px !important;
    border-top-right-radius: 45px !important;
  }

  .md\:u-rounded-r-sm {
    border-top-right-radius: 45px !important;
    border-bottom-right-radius: 45px !important;
  }

  .md\:u-rounded-b-sm {
    border-bottom-right-radius: 45px !important;
    border-bottom-left-radius: 45px !important;
  }

  .md\:u-rounded-l-sm {
    border-top-left-radius: 45px !important;
    border-bottom-left-radius: 45px !important;
  }

  .md\:u-rounded-t-md {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
  }

  .md\:u-rounded-r-md {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }

  .md\:u-rounded-b-md {
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .md\:u-rounded-l-md {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .md\:u-rounded-t-lg {
    border-top-left-radius: 220px !important;
    border-top-right-radius: 220px !important;
  }

  .md\:u-rounded-r-lg {
    border-top-right-radius: 220px !important;
    border-bottom-right-radius: 220px !important;
  }

  .md\:u-rounded-b-lg {
    border-bottom-right-radius: 220px !important;
    border-bottom-left-radius: 220px !important;
  }

  .md\:u-rounded-l-lg {
    border-top-left-radius: 220px !important;
    border-bottom-left-radius: 220px !important;
  }

  .md\:u-rounded-t-half {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .md\:u-rounded-r-half {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .md\:u-rounded-b-half {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .md\:u-rounded-l-half {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .md\:u-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:u-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:u-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:u-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:u-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .md\:u-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .md\:u-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .md\:u-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .md\:u-rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .md\:u-rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .md\:u-rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .md\:u-rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .md\:u-rounded-tl-sm {
    border-top-left-radius: 45px !important;
  }

  .md\:u-rounded-tr-sm {
    border-top-right-radius: 45px !important;
  }

  .md\:u-rounded-br-sm {
    border-bottom-right-radius: 45px !important;
  }

  .md\:u-rounded-bl-sm {
    border-bottom-left-radius: 45px !important;
  }

  .md\:u-rounded-tl-md {
    border-top-left-radius: 100px !important;
  }

  .md\:u-rounded-tr-md {
    border-top-right-radius: 100px !important;
  }

  .md\:u-rounded-br-md {
    border-bottom-right-radius: 100px !important;
  }

  .md\:u-rounded-bl-md {
    border-bottom-left-radius: 100px !important;
  }

  .md\:u-rounded-tl-lg {
    border-top-left-radius: 220px !important;
  }

  .md\:u-rounded-tr-lg {
    border-top-right-radius: 220px !important;
  }

  .md\:u-rounded-br-lg {
    border-bottom-right-radius: 220px !important;
  }

  .md\:u-rounded-bl-lg {
    border-bottom-left-radius: 220px !important;
  }

  .md\:u-rounded-tl-half {
    border-top-left-radius: 50% !important;
  }

  .md\:u-rounded-tr-half {
    border-top-right-radius: 50% !important;
  }

  .md\:u-rounded-br-half {
    border-bottom-right-radius: 50% !important;
  }

  .md\:u-rounded-bl-half {
    border-bottom-left-radius: 50% !important;
  }

  .md\:u-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .md\:u-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .md\:u-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .md\:u-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .md\:u-border-solid {
    border-style: solid !important;
  }

  .md\:u-border-dashed {
    border-style: dashed !important;
  }

  .md\:u-border-dotted {
    border-style: dotted !important;
  }

  .md\:u-border-none {
    border-style: none !important;
  }

  .md\:u-border-0 {
    border-width: 0 !important;
  }

  .md\:u-border-1 {
    border-width: 1px !important;
  }

  .md\:u-border-2 {
    border-width: 2px !important;
  }

  .md\:u-border-4 {
    border-width: 4px !important;
  }

  .md\:u-border-6 {
    border-width: 6px !important;
  }

  .md\:u-border-8 {
    border-width: 8px !important;
  }

  .md\:u-border {
    border-width: 1px !important;
  }

  .md\:u-border-t-0 {
    border-top-width: 0 !important;
  }

  .md\:u-border-r-0 {
    border-right-width: 0 !important;
  }

  .md\:u-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .md\:u-border-l-0 {
    border-left-width: 0 !important;
  }

  .md\:u-border-t-1 {
    border-top-width: 1px !important;
  }

  .md\:u-border-r-1 {
    border-right-width: 1px !important;
  }

  .md\:u-border-b-1 {
    border-bottom-width: 1px !important;
  }

  .md\:u-border-l-1 {
    border-left-width: 1px !important;
  }

  .md\:u-border-t-2 {
    border-top-width: 2px !important;
  }

  .md\:u-border-r-2 {
    border-right-width: 2px !important;
  }

  .md\:u-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\:u-border-l-2 {
    border-left-width: 2px !important;
  }

  .md\:u-border-t-4 {
    border-top-width: 4px !important;
  }

  .md\:u-border-r-4 {
    border-right-width: 4px !important;
  }

  .md\:u-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .md\:u-border-l-4 {
    border-left-width: 4px !important;
  }

  .md\:u-border-t-6 {
    border-top-width: 6px !important;
  }

  .md\:u-border-r-6 {
    border-right-width: 6px !important;
  }

  .md\:u-border-b-6 {
    border-bottom-width: 6px !important;
  }

  .md\:u-border-l-6 {
    border-left-width: 6px !important;
  }

  .md\:u-border-t-8 {
    border-top-width: 8px !important;
  }

  .md\:u-border-r-8 {
    border-right-width: 8px !important;
  }

  .md\:u-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .md\:u-border-l-8 {
    border-left-width: 8px !important;
  }

  .md\:u-border-t {
    border-top-width: 1px !important;
  }

  .md\:u-border-r {
    border-right-width: 1px !important;
  }

  .md\:u-border-b {
    border-bottom-width: 1px !important;
  }

  .md\:u-border-l {
    border-left-width: 1px !important;
  }

  .md\:focus\:u-border-0:focus {
    border-width: 0 !important;
  }

  .md\:focus\:u-border-1:focus {
    border-width: 1px !important;
  }

  .md\:focus\:u-border-2:focus {
    border-width: 2px !important;
  }

  .md\:focus\:u-border-4:focus {
    border-width: 4px !important;
  }

  .md\:focus\:u-border-6:focus {
    border-width: 6px !important;
  }

  .md\:focus\:u-border-8:focus {
    border-width: 8px !important;
  }

  .md\:focus\:u-border:focus {
    border-width: 1px !important;
  }

  .md\:focus\:u-border-t-0:focus {
    border-top-width: 0 !important;
  }

  .md\:focus\:u-border-r-0:focus {
    border-right-width: 0 !important;
  }

  .md\:focus\:u-border-b-0:focus {
    border-bottom-width: 0 !important;
  }

  .md\:focus\:u-border-l-0:focus {
    border-left-width: 0 !important;
  }

  .md\:focus\:u-border-t-1:focus {
    border-top-width: 1px !important;
  }

  .md\:focus\:u-border-r-1:focus {
    border-right-width: 1px !important;
  }

  .md\:focus\:u-border-b-1:focus {
    border-bottom-width: 1px !important;
  }

  .md\:focus\:u-border-l-1:focus {
    border-left-width: 1px !important;
  }

  .md\:focus\:u-border-t-2:focus {
    border-top-width: 2px !important;
  }

  .md\:focus\:u-border-r-2:focus {
    border-right-width: 2px !important;
  }

  .md\:focus\:u-border-b-2:focus {
    border-bottom-width: 2px !important;
  }

  .md\:focus\:u-border-l-2:focus {
    border-left-width: 2px !important;
  }

  .md\:focus\:u-border-t-4:focus {
    border-top-width: 4px !important;
  }

  .md\:focus\:u-border-r-4:focus {
    border-right-width: 4px !important;
  }

  .md\:focus\:u-border-b-4:focus {
    border-bottom-width: 4px !important;
  }

  .md\:focus\:u-border-l-4:focus {
    border-left-width: 4px !important;
  }

  .md\:focus\:u-border-t-6:focus {
    border-top-width: 6px !important;
  }

  .md\:focus\:u-border-r-6:focus {
    border-right-width: 6px !important;
  }

  .md\:focus\:u-border-b-6:focus {
    border-bottom-width: 6px !important;
  }

  .md\:focus\:u-border-l-6:focus {
    border-left-width: 6px !important;
  }

  .md\:focus\:u-border-t-8:focus {
    border-top-width: 8px !important;
  }

  .md\:focus\:u-border-r-8:focus {
    border-right-width: 8px !important;
  }

  .md\:focus\:u-border-b-8:focus {
    border-bottom-width: 8px !important;
  }

  .md\:focus\:u-border-l-8:focus {
    border-left-width: 8px !important;
  }

  .md\:focus\:u-border-t:focus {
    border-top-width: 1px !important;
  }

  .md\:focus\:u-border-r:focus {
    border-right-width: 1px !important;
  }

  .md\:focus\:u-border-b:focus {
    border-bottom-width: 1px !important;
  }

  .md\:focus\:u-border-l:focus {
    border-left-width: 1px !important;
  }

  .md\:u-cursor-auto {
    cursor: auto !important;
  }

  .md\:u-cursor-default {
    cursor: default !important;
  }

  .md\:u-cursor-pointer {
    cursor: pointer !important;
  }

  .md\:u-cursor-wait {
    cursor: wait !important;
  }

  .md\:u-cursor-move {
    cursor: move !important;
  }

  .md\:u-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .md\:u-block {
    display: block !important;
  }

  .md\:u-inline-block {
    display: inline-block !important;
  }

  .md\:u-inline {
    display: inline !important;
  }

  .md\:u-table {
    display: table !important;
  }

  .md\:u-table-row {
    display: table-row !important;
  }

  .md\:u-table-cell {
    display: table-cell !important;
  }

  .md\:u-hidden {
    display: none !important;
  }

  .js-is-sticky .md\:sticky\:u-block {
    display: block !important;
  }

  .js-is-sticky .md\:sticky\:u-inline-block {
    display: inline-block !important;
  }

  .js-is-sticky .md\:sticky\:u-inline {
    display: inline !important;
  }

  .js-is-sticky .md\:sticky\:u-table {
    display: table !important;
  }

  .js-is-sticky .md\:sticky\:u-table-row {
    display: table-row !important;
  }

  .js-is-sticky .md\:sticky\:u-table-cell {
    display: table-cell !important;
  }

  .js-is-sticky .md\:sticky\:u-hidden {
    display: none !important;
  }

  [data-whatinput="keyboard"] .md\:kbd-only\:u-block {
    display: block !important;
  }

  [data-whatinput="keyboard"] .md\:kbd-only\:u-inline-block {
    display: inline-block !important;
  }

  [data-whatinput="keyboard"] .md\:kbd-only\:u-inline {
    display: inline !important;
  }

  [data-whatinput="keyboard"] .md\:kbd-only\:u-table {
    display: table !important;
  }

  [data-whatinput="keyboard"] .md\:kbd-only\:u-table-row {
    display: table-row !important;
  }

  [data-whatinput="keyboard"] .md\:kbd-only\:u-table-cell {
    display: table-cell !important;
  }

  [data-whatinput="keyboard"] .md\:kbd-only\:u-hidden {
    display: none !important;
  }

  .md\:u-flex {
    display: flex !important;
  }

  .md\:u-inline-flex {
    display: inline-flex !important;
  }

  .md\:u-flex-row {
    flex-direction: row !important;
  }

  .md\:u-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .md\:u-flex-col {
    flex-direction: column !important;
  }

  .md\:u-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .md\:u-flex-wrap {
    flex-wrap: wrap !important;
  }

  .md\:u-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .md\:u-flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .md\:u-items-start {
    align-items: flex-start !important;
  }

  .md\:u-items-end {
    align-items: flex-end !important;
  }

  .md\:u-items-center {
    align-items: center !important;
  }

  .md\:u-items-baseline {
    align-items: baseline !important;
  }

  .md\:u-items-stretch {
    align-items: stretch !important;
  }

  .md\:u-self-auto {
    align-self: auto !important;
  }

  .md\:u-self-start {
    align-self: flex-start !important;
  }

  .md\:u-self-end {
    align-self: flex-end !important;
  }

  .md\:u-self-center {
    align-self: center !important;
  }

  .md\:u-self-stretch {
    align-self: stretch !important;
  }

  .md\:u-justify-start {
    justify-content: flex-start !important;
  }

  .md\:u-justify-end {
    justify-content: flex-end !important;
  }

  .md\:u-justify-center {
    justify-content: center !important;
  }

  .md\:u-justify-between {
    justify-content: space-between !important;
  }

  .md\:u-justify-around {
    justify-content: space-around !important;
  }

  .md\:u-content-center {
    align-content: center !important;
  }

  .md\:u-content-start {
    align-content: flex-start !important;
  }

  .md\:u-content-end {
    align-content: flex-end !important;
  }

  .md\:u-content-between {
    align-content: space-between !important;
  }

  .md\:u-content-around {
    align-content: space-around !important;
  }

  .md\:u-flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:u-flex-auto {
    flex: 1 1 auto !important;
  }

  .md\:u-flex-initial {
    flex: 0 1 auto !important;
  }

  .md\:u-flex-none {
    flex: none !important;
  }

  .md\:u-flex-grow {
    flex-grow: 1 !important;
  }

  .md\:u-flex-shrink {
    flex-shrink: 1 !important;
  }

  .md\:u-flex-no-grow {
    flex-grow: 0 !important;
  }

  .md\:u-flex-no-shrink {
    flex-shrink: 0 !important;
  }

  .md\:u-float-right {
    float: right !important;
  }

  .md\:u-float-left {
    float: left !important;
  }

  .md\:u-float-none {
    float: none !important;
  }

  .md\:u-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .md\:u-font-sans {
    font-family: Open Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .md\:u-font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
  }

  .md\:u-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
  }

  .md\:u-h-0 {
    height: 0 !important;
  }

  .md\:u-h-1 {
    height: 8px !important;
  }

  .md\:u-h-2 {
    height: 16px !important;
  }

  .md\:u-h-3 {
    height: 24px !important;
  }

  .md\:u-h-4 {
    height: 32px !important;
  }

  .md\:u-h-auto {
    height: auto !important;
  }

  .md\:u-h-full {
    height: 100% !important;
  }

  .md\:u-h-three-thirds {
    height: 75% !important;
  }

  .md\:u-h-half {
    height: 50% !important;
  }

  .md\:u-h-third {
    height: 33.33% !important;
  }

  .md\:u-h-quarter {
    height: 25% !important;
  }

  .md\:u-h-fifth {
    height: 20% !important;
  }

  .md\:u-h-screen {
    height: 100vh !important;
  }

  .md\:u-h-icon {
    height: 20px !important;
  }

  .md\:u-h-icon-lg {
    height: 35px !important;
  }

  .md\:u-h-tapestry-separator {
    height: 100px !important;
  }

  .md\:u-h-image-header {
    height: 427px !important;
  }

  .md\:u-h-image-header-small {
    height: 287px !important;
  }

  .md\:u-h-image-header-large {
    height: 570px !important;
  }

  .md\:u-leading-none {
    line-height: 1 !important;
  }

  .md\:u-leading-tighter {
    line-height: .9 !important;
  }

  .md\:u-leading-tight {
    line-height: 1.25 !important;
  }

  .md\:u-leading-normal {
    line-height: 1.5 !important;
  }

  .md\:u-leading-loose {
    line-height: 2 !important;
  }

  .md\:u-leading-unset {
    line-height: unset !important;
  }

  .md\:u-m-0 {
    margin: 0 !important;
  }

  .md\:u-m-1 {
    margin: 8px !important;
  }

  .md\:u-m-2 {
    margin: 16px !important;
  }

  .md\:u-m-3 {
    margin: 24px !important;
  }

  .md\:u-m-4 {
    margin: 32px !important;
  }

  .md\:u-m-5 {
    margin: 40px !important;
  }

  .md\:u-m-6 {
    margin: 48px !important;
  }

  .md\:u-m-7 {
    margin: 56px !important;
  }

  .md\:u-m-8 {
    margin: 64px !important;
  }

  .md\:u-m-9 {
    margin: 72px !important;
  }

  .md\:u-m-10 {
    margin: 80px !important;
  }

  .md\:u-m-11 {
    margin: 88px !important;
  }

  .md\:u-m-auto {
    margin: auto !important;
  }

  .md\:u-m-gutter {
    margin: 15px !important;
  }

  .md\:u-m-container-gutter {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:u-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:u-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:u-my-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .md\:u-mx-1 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .md\:u-my-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .md\:u-mx-2 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .md\:u-my-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .md\:u-mx-3 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .md\:u-my-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .md\:u-mx-4 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .md\:u-my-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .md\:u-mx-5 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .md\:u-my-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .md\:u-mx-6 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .md\:u-my-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .md\:u-mx-7 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .md\:u-my-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .md\:u-mx-8 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .md\:u-my-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .md\:u-mx-9 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .md\:u-my-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .md\:u-mx-10 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .md\:u-my-11 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .md\:u-mx-11 {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .md\:u-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:u-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:u-my-gutter {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .md\:u-mx-gutter {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .md\:u-my-container-gutter {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:u-mx-container-gutter {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:u-mt-0 {
    margin-top: 0 !important;
  }

  .md\:u-mr-0 {
    margin-right: 0 !important;
  }

  .md\:u-mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:u-ml-0 {
    margin-left: 0 !important;
  }

  .md\:u-mt-1 {
    margin-top: 8px !important;
  }

  .md\:u-mr-1 {
    margin-right: 8px !important;
  }

  .md\:u-mb-1 {
    margin-bottom: 8px !important;
  }

  .md\:u-ml-1 {
    margin-left: 8px !important;
  }

  .md\:u-mt-2 {
    margin-top: 16px !important;
  }

  .md\:u-mr-2 {
    margin-right: 16px !important;
  }

  .md\:u-mb-2 {
    margin-bottom: 16px !important;
  }

  .md\:u-ml-2 {
    margin-left: 16px !important;
  }

  .md\:u-mt-3 {
    margin-top: 24px !important;
  }

  .md\:u-mr-3 {
    margin-right: 24px !important;
  }

  .md\:u-mb-3 {
    margin-bottom: 24px !important;
  }

  .md\:u-ml-3 {
    margin-left: 24px !important;
  }

  .md\:u-mt-4 {
    margin-top: 32px !important;
  }

  .md\:u-mr-4 {
    margin-right: 32px !important;
  }

  .md\:u-mb-4 {
    margin-bottom: 32px !important;
  }

  .md\:u-ml-4 {
    margin-left: 32px !important;
  }

  .md\:u-mt-5 {
    margin-top: 40px !important;
  }

  .md\:u-mr-5 {
    margin-right: 40px !important;
  }

  .md\:u-mb-5 {
    margin-bottom: 40px !important;
  }

  .md\:u-ml-5 {
    margin-left: 40px !important;
  }

  .md\:u-mt-6 {
    margin-top: 48px !important;
  }

  .md\:u-mr-6 {
    margin-right: 48px !important;
  }

  .md\:u-mb-6 {
    margin-bottom: 48px !important;
  }

  .md\:u-ml-6 {
    margin-left: 48px !important;
  }

  .md\:u-mt-7 {
    margin-top: 56px !important;
  }

  .md\:u-mr-7 {
    margin-right: 56px !important;
  }

  .md\:u-mb-7 {
    margin-bottom: 56px !important;
  }

  .md\:u-ml-7 {
    margin-left: 56px !important;
  }

  .md\:u-mt-8 {
    margin-top: 64px !important;
  }

  .md\:u-mr-8 {
    margin-right: 64px !important;
  }

  .md\:u-mb-8 {
    margin-bottom: 64px !important;
  }

  .md\:u-ml-8 {
    margin-left: 64px !important;
  }

  .md\:u-mt-9 {
    margin-top: 72px !important;
  }

  .md\:u-mr-9 {
    margin-right: 72px !important;
  }

  .md\:u-mb-9 {
    margin-bottom: 72px !important;
  }

  .md\:u-ml-9 {
    margin-left: 72px !important;
  }

  .md\:u-mt-10 {
    margin-top: 80px !important;
  }

  .md\:u-mr-10 {
    margin-right: 80px !important;
  }

  .md\:u-mb-10 {
    margin-bottom: 80px !important;
  }

  .md\:u-ml-10 {
    margin-left: 80px !important;
  }

  .md\:u-mt-11 {
    margin-top: 88px !important;
  }

  .md\:u-mr-11 {
    margin-right: 88px !important;
  }

  .md\:u-mb-11 {
    margin-bottom: 88px !important;
  }

  .md\:u-ml-11 {
    margin-left: 88px !important;
  }

  .md\:u-mt-auto {
    margin-top: auto !important;
  }

  .md\:u-mr-auto {
    margin-right: auto !important;
  }

  .md\:u-mb-auto {
    margin-bottom: auto !important;
  }

  .md\:u-ml-auto {
    margin-left: auto !important;
  }

  .md\:u-mt-gutter {
    margin-top: 15px !important;
  }

  .md\:u-mr-gutter {
    margin-right: 15px !important;
  }

  .md\:u-mb-gutter {
    margin-bottom: 15px !important;
  }

  .md\:u-ml-gutter {
    margin-left: 15px !important;
  }

  .md\:u-mt-container-gutter {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:u-mr-container-gutter {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:u-mb-container-gutter {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:u-ml-container-gutter {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:first\:u-m-0:first-child {
    margin: 0 !important;
  }

  .md\:first\:u-m-1:first-child {
    margin: 8px !important;
  }

  .md\:first\:u-m-2:first-child {
    margin: 16px !important;
  }

  .md\:first\:u-m-3:first-child {
    margin: 24px !important;
  }

  .md\:first\:u-m-4:first-child {
    margin: 32px !important;
  }

  .md\:first\:u-m-5:first-child {
    margin: 40px !important;
  }

  .md\:first\:u-m-6:first-child {
    margin: 48px !important;
  }

  .md\:first\:u-m-7:first-child {
    margin: 56px !important;
  }

  .md\:first\:u-m-8:first-child {
    margin: 64px !important;
  }

  .md\:first\:u-m-9:first-child {
    margin: 72px !important;
  }

  .md\:first\:u-m-10:first-child {
    margin: 80px !important;
  }

  .md\:first\:u-m-11:first-child {
    margin: 88px !important;
  }

  .md\:first\:u-m-auto:first-child {
    margin: auto !important;
  }

  .md\:first\:u-m-gutter:first-child {
    margin: 15px !important;
  }

  .md\:first\:u-m-container-gutter:first-child {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:first\:u-my-0:first-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:first\:u-mx-0:first-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:first\:u-my-1:first-child {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .md\:first\:u-mx-1:first-child {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .md\:first\:u-my-2:first-child {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .md\:first\:u-mx-2:first-child {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .md\:first\:u-my-3:first-child {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .md\:first\:u-mx-3:first-child {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .md\:first\:u-my-4:first-child {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .md\:first\:u-mx-4:first-child {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .md\:first\:u-my-5:first-child {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .md\:first\:u-mx-5:first-child {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .md\:first\:u-my-6:first-child {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .md\:first\:u-mx-6:first-child {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .md\:first\:u-my-7:first-child {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .md\:first\:u-mx-7:first-child {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .md\:first\:u-my-8:first-child {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .md\:first\:u-mx-8:first-child {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .md\:first\:u-my-9:first-child {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .md\:first\:u-mx-9:first-child {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .md\:first\:u-my-10:first-child {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .md\:first\:u-mx-10:first-child {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .md\:first\:u-my-11:first-child {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .md\:first\:u-mx-11:first-child {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .md\:first\:u-my-auto:first-child {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:first\:u-mx-auto:first-child {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:first\:u-my-gutter:first-child {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .md\:first\:u-mx-gutter:first-child {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .md\:first\:u-my-container-gutter:first-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:first\:u-mx-container-gutter:first-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:first\:u-mt-0:first-child {
    margin-top: 0 !important;
  }

  .md\:first\:u-mr-0:first-child {
    margin-right: 0 !important;
  }

  .md\:first\:u-mb-0:first-child {
    margin-bottom: 0 !important;
  }

  .md\:first\:u-ml-0:first-child {
    margin-left: 0 !important;
  }

  .md\:first\:u-mt-1:first-child {
    margin-top: 8px !important;
  }

  .md\:first\:u-mr-1:first-child {
    margin-right: 8px !important;
  }

  .md\:first\:u-mb-1:first-child {
    margin-bottom: 8px !important;
  }

  .md\:first\:u-ml-1:first-child {
    margin-left: 8px !important;
  }

  .md\:first\:u-mt-2:first-child {
    margin-top: 16px !important;
  }

  .md\:first\:u-mr-2:first-child {
    margin-right: 16px !important;
  }

  .md\:first\:u-mb-2:first-child {
    margin-bottom: 16px !important;
  }

  .md\:first\:u-ml-2:first-child {
    margin-left: 16px !important;
  }

  .md\:first\:u-mt-3:first-child {
    margin-top: 24px !important;
  }

  .md\:first\:u-mr-3:first-child {
    margin-right: 24px !important;
  }

  .md\:first\:u-mb-3:first-child {
    margin-bottom: 24px !important;
  }

  .md\:first\:u-ml-3:first-child {
    margin-left: 24px !important;
  }

  .md\:first\:u-mt-4:first-child {
    margin-top: 32px !important;
  }

  .md\:first\:u-mr-4:first-child {
    margin-right: 32px !important;
  }

  .md\:first\:u-mb-4:first-child {
    margin-bottom: 32px !important;
  }

  .md\:first\:u-ml-4:first-child {
    margin-left: 32px !important;
  }

  .md\:first\:u-mt-5:first-child {
    margin-top: 40px !important;
  }

  .md\:first\:u-mr-5:first-child {
    margin-right: 40px !important;
  }

  .md\:first\:u-mb-5:first-child {
    margin-bottom: 40px !important;
  }

  .md\:first\:u-ml-5:first-child {
    margin-left: 40px !important;
  }

  .md\:first\:u-mt-6:first-child {
    margin-top: 48px !important;
  }

  .md\:first\:u-mr-6:first-child {
    margin-right: 48px !important;
  }

  .md\:first\:u-mb-6:first-child {
    margin-bottom: 48px !important;
  }

  .md\:first\:u-ml-6:first-child {
    margin-left: 48px !important;
  }

  .md\:first\:u-mt-7:first-child {
    margin-top: 56px !important;
  }

  .md\:first\:u-mr-7:first-child {
    margin-right: 56px !important;
  }

  .md\:first\:u-mb-7:first-child {
    margin-bottom: 56px !important;
  }

  .md\:first\:u-ml-7:first-child {
    margin-left: 56px !important;
  }

  .md\:first\:u-mt-8:first-child {
    margin-top: 64px !important;
  }

  .md\:first\:u-mr-8:first-child {
    margin-right: 64px !important;
  }

  .md\:first\:u-mb-8:first-child {
    margin-bottom: 64px !important;
  }

  .md\:first\:u-ml-8:first-child {
    margin-left: 64px !important;
  }

  .md\:first\:u-mt-9:first-child {
    margin-top: 72px !important;
  }

  .md\:first\:u-mr-9:first-child {
    margin-right: 72px !important;
  }

  .md\:first\:u-mb-9:first-child {
    margin-bottom: 72px !important;
  }

  .md\:first\:u-ml-9:first-child {
    margin-left: 72px !important;
  }

  .md\:first\:u-mt-10:first-child {
    margin-top: 80px !important;
  }

  .md\:first\:u-mr-10:first-child {
    margin-right: 80px !important;
  }

  .md\:first\:u-mb-10:first-child {
    margin-bottom: 80px !important;
  }

  .md\:first\:u-ml-10:first-child {
    margin-left: 80px !important;
  }

  .md\:first\:u-mt-11:first-child {
    margin-top: 88px !important;
  }

  .md\:first\:u-mr-11:first-child {
    margin-right: 88px !important;
  }

  .md\:first\:u-mb-11:first-child {
    margin-bottom: 88px !important;
  }

  .md\:first\:u-ml-11:first-child {
    margin-left: 88px !important;
  }

  .md\:first\:u-mt-auto:first-child {
    margin-top: auto !important;
  }

  .md\:first\:u-mr-auto:first-child {
    margin-right: auto !important;
  }

  .md\:first\:u-mb-auto:first-child {
    margin-bottom: auto !important;
  }

  .md\:first\:u-ml-auto:first-child {
    margin-left: auto !important;
  }

  .md\:first\:u-mt-gutter:first-child {
    margin-top: 15px !important;
  }

  .md\:first\:u-mr-gutter:first-child {
    margin-right: 15px !important;
  }

  .md\:first\:u-mb-gutter:first-child {
    margin-bottom: 15px !important;
  }

  .md\:first\:u-ml-gutter:first-child {
    margin-left: 15px !important;
  }

  .md\:first\:u-mt-container-gutter:first-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:first\:u-mr-container-gutter:first-child {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:first\:u-mb-container-gutter:first-child {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:first\:u-ml-container-gutter:first-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:last\:u-m-0:last-child {
    margin: 0 !important;
  }

  .md\:last\:u-m-1:last-child {
    margin: 8px !important;
  }

  .md\:last\:u-m-2:last-child {
    margin: 16px !important;
  }

  .md\:last\:u-m-3:last-child {
    margin: 24px !important;
  }

  .md\:last\:u-m-4:last-child {
    margin: 32px !important;
  }

  .md\:last\:u-m-5:last-child {
    margin: 40px !important;
  }

  .md\:last\:u-m-6:last-child {
    margin: 48px !important;
  }

  .md\:last\:u-m-7:last-child {
    margin: 56px !important;
  }

  .md\:last\:u-m-8:last-child {
    margin: 64px !important;
  }

  .md\:last\:u-m-9:last-child {
    margin: 72px !important;
  }

  .md\:last\:u-m-10:last-child {
    margin: 80px !important;
  }

  .md\:last\:u-m-11:last-child {
    margin: 88px !important;
  }

  .md\:last\:u-m-auto:last-child {
    margin: auto !important;
  }

  .md\:last\:u-m-gutter:last-child {
    margin: 15px !important;
  }

  .md\:last\:u-m-container-gutter:last-child {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:last\:u-my-0:last-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:last\:u-mx-0:last-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:last\:u-my-1:last-child {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .md\:last\:u-mx-1:last-child {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .md\:last\:u-my-2:last-child {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .md\:last\:u-mx-2:last-child {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .md\:last\:u-my-3:last-child {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .md\:last\:u-mx-3:last-child {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .md\:last\:u-my-4:last-child {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .md\:last\:u-mx-4:last-child {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .md\:last\:u-my-5:last-child {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .md\:last\:u-mx-5:last-child {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .md\:last\:u-my-6:last-child {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .md\:last\:u-mx-6:last-child {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .md\:last\:u-my-7:last-child {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .md\:last\:u-mx-7:last-child {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .md\:last\:u-my-8:last-child {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .md\:last\:u-mx-8:last-child {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .md\:last\:u-my-9:last-child {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .md\:last\:u-mx-9:last-child {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .md\:last\:u-my-10:last-child {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .md\:last\:u-mx-10:last-child {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .md\:last\:u-my-11:last-child {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .md\:last\:u-mx-11:last-child {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .md\:last\:u-my-auto:last-child {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:last\:u-mx-auto:last-child {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:last\:u-my-gutter:last-child {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .md\:last\:u-mx-gutter:last-child {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .md\:last\:u-my-container-gutter:last-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:last\:u-mx-container-gutter:last-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:last\:u-mt-0:last-child {
    margin-top: 0 !important;
  }

  .md\:last\:u-mr-0:last-child {
    margin-right: 0 !important;
  }

  .md\:last\:u-mb-0:last-child {
    margin-bottom: 0 !important;
  }

  .md\:last\:u-ml-0:last-child {
    margin-left: 0 !important;
  }

  .md\:last\:u-mt-1:last-child {
    margin-top: 8px !important;
  }

  .md\:last\:u-mr-1:last-child {
    margin-right: 8px !important;
  }

  .md\:last\:u-mb-1:last-child {
    margin-bottom: 8px !important;
  }

  .md\:last\:u-ml-1:last-child {
    margin-left: 8px !important;
  }

  .md\:last\:u-mt-2:last-child {
    margin-top: 16px !important;
  }

  .md\:last\:u-mr-2:last-child {
    margin-right: 16px !important;
  }

  .md\:last\:u-mb-2:last-child {
    margin-bottom: 16px !important;
  }

  .md\:last\:u-ml-2:last-child {
    margin-left: 16px !important;
  }

  .md\:last\:u-mt-3:last-child {
    margin-top: 24px !important;
  }

  .md\:last\:u-mr-3:last-child {
    margin-right: 24px !important;
  }

  .md\:last\:u-mb-3:last-child {
    margin-bottom: 24px !important;
  }

  .md\:last\:u-ml-3:last-child {
    margin-left: 24px !important;
  }

  .md\:last\:u-mt-4:last-child {
    margin-top: 32px !important;
  }

  .md\:last\:u-mr-4:last-child {
    margin-right: 32px !important;
  }

  .md\:last\:u-mb-4:last-child {
    margin-bottom: 32px !important;
  }

  .md\:last\:u-ml-4:last-child {
    margin-left: 32px !important;
  }

  .md\:last\:u-mt-5:last-child {
    margin-top: 40px !important;
  }

  .md\:last\:u-mr-5:last-child {
    margin-right: 40px !important;
  }

  .md\:last\:u-mb-5:last-child {
    margin-bottom: 40px !important;
  }

  .md\:last\:u-ml-5:last-child {
    margin-left: 40px !important;
  }

  .md\:last\:u-mt-6:last-child {
    margin-top: 48px !important;
  }

  .md\:last\:u-mr-6:last-child {
    margin-right: 48px !important;
  }

  .md\:last\:u-mb-6:last-child {
    margin-bottom: 48px !important;
  }

  .md\:last\:u-ml-6:last-child {
    margin-left: 48px !important;
  }

  .md\:last\:u-mt-7:last-child {
    margin-top: 56px !important;
  }

  .md\:last\:u-mr-7:last-child {
    margin-right: 56px !important;
  }

  .md\:last\:u-mb-7:last-child {
    margin-bottom: 56px !important;
  }

  .md\:last\:u-ml-7:last-child {
    margin-left: 56px !important;
  }

  .md\:last\:u-mt-8:last-child {
    margin-top: 64px !important;
  }

  .md\:last\:u-mr-8:last-child {
    margin-right: 64px !important;
  }

  .md\:last\:u-mb-8:last-child {
    margin-bottom: 64px !important;
  }

  .md\:last\:u-ml-8:last-child {
    margin-left: 64px !important;
  }

  .md\:last\:u-mt-9:last-child {
    margin-top: 72px !important;
  }

  .md\:last\:u-mr-9:last-child {
    margin-right: 72px !important;
  }

  .md\:last\:u-mb-9:last-child {
    margin-bottom: 72px !important;
  }

  .md\:last\:u-ml-9:last-child {
    margin-left: 72px !important;
  }

  .md\:last\:u-mt-10:last-child {
    margin-top: 80px !important;
  }

  .md\:last\:u-mr-10:last-child {
    margin-right: 80px !important;
  }

  .md\:last\:u-mb-10:last-child {
    margin-bottom: 80px !important;
  }

  .md\:last\:u-ml-10:last-child {
    margin-left: 80px !important;
  }

  .md\:last\:u-mt-11:last-child {
    margin-top: 88px !important;
  }

  .md\:last\:u-mr-11:last-child {
    margin-right: 88px !important;
  }

  .md\:last\:u-mb-11:last-child {
    margin-bottom: 88px !important;
  }

  .md\:last\:u-ml-11:last-child {
    margin-left: 88px !important;
  }

  .md\:last\:u-mt-auto:last-child {
    margin-top: auto !important;
  }

  .md\:last\:u-mr-auto:last-child {
    margin-right: auto !important;
  }

  .md\:last\:u-mb-auto:last-child {
    margin-bottom: auto !important;
  }

  .md\:last\:u-ml-auto:last-child {
    margin-left: auto !important;
  }

  .md\:last\:u-mt-gutter:last-child {
    margin-top: 15px !important;
  }

  .md\:last\:u-mr-gutter:last-child {
    margin-right: 15px !important;
  }

  .md\:last\:u-mb-gutter:last-child {
    margin-bottom: 15px !important;
  }

  .md\:last\:u-ml-gutter:last-child {
    margin-left: 15px !important;
  }

  .md\:last\:u-mt-container-gutter:last-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:last\:u-mr-container-gutter:last-child {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:last\:u-mb-container-gutter:last-child {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:last\:u-ml-container-gutter:last-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-first\:u-m-0:not(:first-child) {
    margin: 0 !important;
  }

  .md\:not-first\:u-m-1:not(:first-child) {
    margin: 8px !important;
  }

  .md\:not-first\:u-m-2:not(:first-child) {
    margin: 16px !important;
  }

  .md\:not-first\:u-m-3:not(:first-child) {
    margin: 24px !important;
  }

  .md\:not-first\:u-m-4:not(:first-child) {
    margin: 32px !important;
  }

  .md\:not-first\:u-m-5:not(:first-child) {
    margin: 40px !important;
  }

  .md\:not-first\:u-m-6:not(:first-child) {
    margin: 48px !important;
  }

  .md\:not-first\:u-m-7:not(:first-child) {
    margin: 56px !important;
  }

  .md\:not-first\:u-m-8:not(:first-child) {
    margin: 64px !important;
  }

  .md\:not-first\:u-m-9:not(:first-child) {
    margin: 72px !important;
  }

  .md\:not-first\:u-m-10:not(:first-child) {
    margin: 80px !important;
  }

  .md\:not-first\:u-m-11:not(:first-child) {
    margin: 88px !important;
  }

  .md\:not-first\:u-m-auto:not(:first-child) {
    margin: auto !important;
  }

  .md\:not-first\:u-m-gutter:not(:first-child) {
    margin: 15px !important;
  }

  .md\:not-first\:u-m-container-gutter:not(:first-child) {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-first\:u-my-0:not(:first-child) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:not-first\:u-mx-0:not(:first-child) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:not-first\:u-my-1:not(:first-child) {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .md\:not-first\:u-mx-1:not(:first-child) {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .md\:not-first\:u-my-2:not(:first-child) {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .md\:not-first\:u-mx-2:not(:first-child) {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .md\:not-first\:u-my-3:not(:first-child) {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .md\:not-first\:u-mx-3:not(:first-child) {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .md\:not-first\:u-my-4:not(:first-child) {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .md\:not-first\:u-mx-4:not(:first-child) {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .md\:not-first\:u-my-5:not(:first-child) {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .md\:not-first\:u-mx-5:not(:first-child) {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .md\:not-first\:u-my-6:not(:first-child) {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .md\:not-first\:u-mx-6:not(:first-child) {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .md\:not-first\:u-my-7:not(:first-child) {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .md\:not-first\:u-mx-7:not(:first-child) {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .md\:not-first\:u-my-8:not(:first-child) {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .md\:not-first\:u-mx-8:not(:first-child) {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .md\:not-first\:u-my-9:not(:first-child) {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .md\:not-first\:u-mx-9:not(:first-child) {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .md\:not-first\:u-my-10:not(:first-child) {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .md\:not-first\:u-mx-10:not(:first-child) {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .md\:not-first\:u-my-11:not(:first-child) {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .md\:not-first\:u-mx-11:not(:first-child) {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .md\:not-first\:u-my-auto:not(:first-child) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:not-first\:u-mx-auto:not(:first-child) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:not-first\:u-my-gutter:not(:first-child) {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .md\:not-first\:u-mx-gutter:not(:first-child) {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .md\:not-first\:u-my-container-gutter:not(:first-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-first\:u-mx-container-gutter:not(:first-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-first\:u-mt-0:not(:first-child) {
    margin-top: 0 !important;
  }

  .md\:not-first\:u-mr-0:not(:first-child) {
    margin-right: 0 !important;
  }

  .md\:not-first\:u-mb-0:not(:first-child) {
    margin-bottom: 0 !important;
  }

  .md\:not-first\:u-ml-0:not(:first-child) {
    margin-left: 0 !important;
  }

  .md\:not-first\:u-mt-1:not(:first-child) {
    margin-top: 8px !important;
  }

  .md\:not-first\:u-mr-1:not(:first-child) {
    margin-right: 8px !important;
  }

  .md\:not-first\:u-mb-1:not(:first-child) {
    margin-bottom: 8px !important;
  }

  .md\:not-first\:u-ml-1:not(:first-child) {
    margin-left: 8px !important;
  }

  .md\:not-first\:u-mt-2:not(:first-child) {
    margin-top: 16px !important;
  }

  .md\:not-first\:u-mr-2:not(:first-child) {
    margin-right: 16px !important;
  }

  .md\:not-first\:u-mb-2:not(:first-child) {
    margin-bottom: 16px !important;
  }

  .md\:not-first\:u-ml-2:not(:first-child) {
    margin-left: 16px !important;
  }

  .md\:not-first\:u-mt-3:not(:first-child) {
    margin-top: 24px !important;
  }

  .md\:not-first\:u-mr-3:not(:first-child) {
    margin-right: 24px !important;
  }

  .md\:not-first\:u-mb-3:not(:first-child) {
    margin-bottom: 24px !important;
  }

  .md\:not-first\:u-ml-3:not(:first-child) {
    margin-left: 24px !important;
  }

  .md\:not-first\:u-mt-4:not(:first-child) {
    margin-top: 32px !important;
  }

  .md\:not-first\:u-mr-4:not(:first-child) {
    margin-right: 32px !important;
  }

  .md\:not-first\:u-mb-4:not(:first-child) {
    margin-bottom: 32px !important;
  }

  .md\:not-first\:u-ml-4:not(:first-child) {
    margin-left: 32px !important;
  }

  .md\:not-first\:u-mt-5:not(:first-child) {
    margin-top: 40px !important;
  }

  .md\:not-first\:u-mr-5:not(:first-child) {
    margin-right: 40px !important;
  }

  .md\:not-first\:u-mb-5:not(:first-child) {
    margin-bottom: 40px !important;
  }

  .md\:not-first\:u-ml-5:not(:first-child) {
    margin-left: 40px !important;
  }

  .md\:not-first\:u-mt-6:not(:first-child) {
    margin-top: 48px !important;
  }

  .md\:not-first\:u-mr-6:not(:first-child) {
    margin-right: 48px !important;
  }

  .md\:not-first\:u-mb-6:not(:first-child) {
    margin-bottom: 48px !important;
  }

  .md\:not-first\:u-ml-6:not(:first-child) {
    margin-left: 48px !important;
  }

  .md\:not-first\:u-mt-7:not(:first-child) {
    margin-top: 56px !important;
  }

  .md\:not-first\:u-mr-7:not(:first-child) {
    margin-right: 56px !important;
  }

  .md\:not-first\:u-mb-7:not(:first-child) {
    margin-bottom: 56px !important;
  }

  .md\:not-first\:u-ml-7:not(:first-child) {
    margin-left: 56px !important;
  }

  .md\:not-first\:u-mt-8:not(:first-child) {
    margin-top: 64px !important;
  }

  .md\:not-first\:u-mr-8:not(:first-child) {
    margin-right: 64px !important;
  }

  .md\:not-first\:u-mb-8:not(:first-child) {
    margin-bottom: 64px !important;
  }

  .md\:not-first\:u-ml-8:not(:first-child) {
    margin-left: 64px !important;
  }

  .md\:not-first\:u-mt-9:not(:first-child) {
    margin-top: 72px !important;
  }

  .md\:not-first\:u-mr-9:not(:first-child) {
    margin-right: 72px !important;
  }

  .md\:not-first\:u-mb-9:not(:first-child) {
    margin-bottom: 72px !important;
  }

  .md\:not-first\:u-ml-9:not(:first-child) {
    margin-left: 72px !important;
  }

  .md\:not-first\:u-mt-10:not(:first-child) {
    margin-top: 80px !important;
  }

  .md\:not-first\:u-mr-10:not(:first-child) {
    margin-right: 80px !important;
  }

  .md\:not-first\:u-mb-10:not(:first-child) {
    margin-bottom: 80px !important;
  }

  .md\:not-first\:u-ml-10:not(:first-child) {
    margin-left: 80px !important;
  }

  .md\:not-first\:u-mt-11:not(:first-child) {
    margin-top: 88px !important;
  }

  .md\:not-first\:u-mr-11:not(:first-child) {
    margin-right: 88px !important;
  }

  .md\:not-first\:u-mb-11:not(:first-child) {
    margin-bottom: 88px !important;
  }

  .md\:not-first\:u-ml-11:not(:first-child) {
    margin-left: 88px !important;
  }

  .md\:not-first\:u-mt-auto:not(:first-child) {
    margin-top: auto !important;
  }

  .md\:not-first\:u-mr-auto:not(:first-child) {
    margin-right: auto !important;
  }

  .md\:not-first\:u-mb-auto:not(:first-child) {
    margin-bottom: auto !important;
  }

  .md\:not-first\:u-ml-auto:not(:first-child) {
    margin-left: auto !important;
  }

  .md\:not-first\:u-mt-gutter:not(:first-child) {
    margin-top: 15px !important;
  }

  .md\:not-first\:u-mr-gutter:not(:first-child) {
    margin-right: 15px !important;
  }

  .md\:not-first\:u-mb-gutter:not(:first-child) {
    margin-bottom: 15px !important;
  }

  .md\:not-first\:u-ml-gutter:not(:first-child) {
    margin-left: 15px !important;
  }

  .md\:not-first\:u-mt-container-gutter:not(:first-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-first\:u-mr-container-gutter:not(:first-child) {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-first\:u-mb-container-gutter:not(:first-child) {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-first\:u-ml-container-gutter:not(:first-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-last\:u-m-0:not(:last-child) {
    margin: 0 !important;
  }

  .md\:not-last\:u-m-1:not(:last-child) {
    margin: 8px !important;
  }

  .md\:not-last\:u-m-2:not(:last-child) {
    margin: 16px !important;
  }

  .md\:not-last\:u-m-3:not(:last-child) {
    margin: 24px !important;
  }

  .md\:not-last\:u-m-4:not(:last-child) {
    margin: 32px !important;
  }

  .md\:not-last\:u-m-5:not(:last-child) {
    margin: 40px !important;
  }

  .md\:not-last\:u-m-6:not(:last-child) {
    margin: 48px !important;
  }

  .md\:not-last\:u-m-7:not(:last-child) {
    margin: 56px !important;
  }

  .md\:not-last\:u-m-8:not(:last-child) {
    margin: 64px !important;
  }

  .md\:not-last\:u-m-9:not(:last-child) {
    margin: 72px !important;
  }

  .md\:not-last\:u-m-10:not(:last-child) {
    margin: 80px !important;
  }

  .md\:not-last\:u-m-11:not(:last-child) {
    margin: 88px !important;
  }

  .md\:not-last\:u-m-auto:not(:last-child) {
    margin: auto !important;
  }

  .md\:not-last\:u-m-gutter:not(:last-child) {
    margin: 15px !important;
  }

  .md\:not-last\:u-m-container-gutter:not(:last-child) {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-last\:u-my-0:not(:last-child) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:not-last\:u-mx-0:not(:last-child) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:not-last\:u-my-1:not(:last-child) {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .md\:not-last\:u-mx-1:not(:last-child) {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .md\:not-last\:u-my-2:not(:last-child) {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .md\:not-last\:u-mx-2:not(:last-child) {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .md\:not-last\:u-my-3:not(:last-child) {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .md\:not-last\:u-mx-3:not(:last-child) {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .md\:not-last\:u-my-4:not(:last-child) {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .md\:not-last\:u-mx-4:not(:last-child) {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .md\:not-last\:u-my-5:not(:last-child) {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .md\:not-last\:u-mx-5:not(:last-child) {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .md\:not-last\:u-my-6:not(:last-child) {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .md\:not-last\:u-mx-6:not(:last-child) {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .md\:not-last\:u-my-7:not(:last-child) {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .md\:not-last\:u-mx-7:not(:last-child) {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .md\:not-last\:u-my-8:not(:last-child) {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .md\:not-last\:u-mx-8:not(:last-child) {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .md\:not-last\:u-my-9:not(:last-child) {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .md\:not-last\:u-mx-9:not(:last-child) {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .md\:not-last\:u-my-10:not(:last-child) {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .md\:not-last\:u-mx-10:not(:last-child) {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .md\:not-last\:u-my-11:not(:last-child) {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .md\:not-last\:u-mx-11:not(:last-child) {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .md\:not-last\:u-my-auto:not(:last-child) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:not-last\:u-mx-auto:not(:last-child) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:not-last\:u-my-gutter:not(:last-child) {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .md\:not-last\:u-mx-gutter:not(:last-child) {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .md\:not-last\:u-my-container-gutter:not(:last-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-last\:u-mx-container-gutter:not(:last-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-last\:u-mt-0:not(:last-child) {
    margin-top: 0 !important;
  }

  .md\:not-last\:u-mr-0:not(:last-child) {
    margin-right: 0 !important;
  }

  .md\:not-last\:u-mb-0:not(:last-child) {
    margin-bottom: 0 !important;
  }

  .md\:not-last\:u-ml-0:not(:last-child) {
    margin-left: 0 !important;
  }

  .md\:not-last\:u-mt-1:not(:last-child) {
    margin-top: 8px !important;
  }

  .md\:not-last\:u-mr-1:not(:last-child) {
    margin-right: 8px !important;
  }

  .md\:not-last\:u-mb-1:not(:last-child) {
    margin-bottom: 8px !important;
  }

  .md\:not-last\:u-ml-1:not(:last-child) {
    margin-left: 8px !important;
  }

  .md\:not-last\:u-mt-2:not(:last-child) {
    margin-top: 16px !important;
  }

  .md\:not-last\:u-mr-2:not(:last-child) {
    margin-right: 16px !important;
  }

  .md\:not-last\:u-mb-2:not(:last-child) {
    margin-bottom: 16px !important;
  }

  .md\:not-last\:u-ml-2:not(:last-child) {
    margin-left: 16px !important;
  }

  .md\:not-last\:u-mt-3:not(:last-child) {
    margin-top: 24px !important;
  }

  .md\:not-last\:u-mr-3:not(:last-child) {
    margin-right: 24px !important;
  }

  .md\:not-last\:u-mb-3:not(:last-child) {
    margin-bottom: 24px !important;
  }

  .md\:not-last\:u-ml-3:not(:last-child) {
    margin-left: 24px !important;
  }

  .md\:not-last\:u-mt-4:not(:last-child) {
    margin-top: 32px !important;
  }

  .md\:not-last\:u-mr-4:not(:last-child) {
    margin-right: 32px !important;
  }

  .md\:not-last\:u-mb-4:not(:last-child) {
    margin-bottom: 32px !important;
  }

  .md\:not-last\:u-ml-4:not(:last-child) {
    margin-left: 32px !important;
  }

  .md\:not-last\:u-mt-5:not(:last-child) {
    margin-top: 40px !important;
  }

  .md\:not-last\:u-mr-5:not(:last-child) {
    margin-right: 40px !important;
  }

  .md\:not-last\:u-mb-5:not(:last-child) {
    margin-bottom: 40px !important;
  }

  .md\:not-last\:u-ml-5:not(:last-child) {
    margin-left: 40px !important;
  }

  .md\:not-last\:u-mt-6:not(:last-child) {
    margin-top: 48px !important;
  }

  .md\:not-last\:u-mr-6:not(:last-child) {
    margin-right: 48px !important;
  }

  .md\:not-last\:u-mb-6:not(:last-child) {
    margin-bottom: 48px !important;
  }

  .md\:not-last\:u-ml-6:not(:last-child) {
    margin-left: 48px !important;
  }

  .md\:not-last\:u-mt-7:not(:last-child) {
    margin-top: 56px !important;
  }

  .md\:not-last\:u-mr-7:not(:last-child) {
    margin-right: 56px !important;
  }

  .md\:not-last\:u-mb-7:not(:last-child) {
    margin-bottom: 56px !important;
  }

  .md\:not-last\:u-ml-7:not(:last-child) {
    margin-left: 56px !important;
  }

  .md\:not-last\:u-mt-8:not(:last-child) {
    margin-top: 64px !important;
  }

  .md\:not-last\:u-mr-8:not(:last-child) {
    margin-right: 64px !important;
  }

  .md\:not-last\:u-mb-8:not(:last-child) {
    margin-bottom: 64px !important;
  }

  .md\:not-last\:u-ml-8:not(:last-child) {
    margin-left: 64px !important;
  }

  .md\:not-last\:u-mt-9:not(:last-child) {
    margin-top: 72px !important;
  }

  .md\:not-last\:u-mr-9:not(:last-child) {
    margin-right: 72px !important;
  }

  .md\:not-last\:u-mb-9:not(:last-child) {
    margin-bottom: 72px !important;
  }

  .md\:not-last\:u-ml-9:not(:last-child) {
    margin-left: 72px !important;
  }

  .md\:not-last\:u-mt-10:not(:last-child) {
    margin-top: 80px !important;
  }

  .md\:not-last\:u-mr-10:not(:last-child) {
    margin-right: 80px !important;
  }

  .md\:not-last\:u-mb-10:not(:last-child) {
    margin-bottom: 80px !important;
  }

  .md\:not-last\:u-ml-10:not(:last-child) {
    margin-left: 80px !important;
  }

  .md\:not-last\:u-mt-11:not(:last-child) {
    margin-top: 88px !important;
  }

  .md\:not-last\:u-mr-11:not(:last-child) {
    margin-right: 88px !important;
  }

  .md\:not-last\:u-mb-11:not(:last-child) {
    margin-bottom: 88px !important;
  }

  .md\:not-last\:u-ml-11:not(:last-child) {
    margin-left: 88px !important;
  }

  .md\:not-last\:u-mt-auto:not(:last-child) {
    margin-top: auto !important;
  }

  .md\:not-last\:u-mr-auto:not(:last-child) {
    margin-right: auto !important;
  }

  .md\:not-last\:u-mb-auto:not(:last-child) {
    margin-bottom: auto !important;
  }

  .md\:not-last\:u-ml-auto:not(:last-child) {
    margin-left: auto !important;
  }

  .md\:not-last\:u-mt-gutter:not(:last-child) {
    margin-top: 15px !important;
  }

  .md\:not-last\:u-mr-gutter:not(:last-child) {
    margin-right: 15px !important;
  }

  .md\:not-last\:u-mb-gutter:not(:last-child) {
    margin-bottom: 15px !important;
  }

  .md\:not-last\:u-ml-gutter:not(:last-child) {
    margin-left: 15px !important;
  }

  .md\:not-last\:u-mt-container-gutter:not(:last-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-last\:u-mr-container-gutter:not(:last-child) {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-last\:u-mb-container-gutter:not(:last-child) {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-last\:u-ml-container-gutter:not(:last-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:u-max-h-0 {
    max-height: 0 !important;
  }

  .md\:u-max-h-full {
    max-height: 100% !important;
  }

  .md\:u-max-h-screen {
    max-height: 100vh !important;
  }

  .md\:u-max-h-logo {
    max-height: 60px !important;
  }

  .md\:u-max-w-0 {
    max-width: 0 !important;
  }

  .md\:u-max-w-1100 {
    max-width: 1100px !important;
  }

  .md\:u-max-w-1920 {
    max-width: 1920px !important;
  }

  .md\:u-max-w-1\/2 {
    max-width: 50% !important;
  }

  .md\:u-max-w-1\/3 {
    max-width: 33.33333% !important;
  }

  .md\:u-max-w-2\/3 {
    max-width: 66.66667% !important;
  }

  .md\:u-max-w-1\/4 {
    max-width: 25% !important;
  }

  .md\:u-max-w-3\/4 {
    max-width: 75% !important;
  }

  .md\:u-max-w-full {
    max-width: 100% !important;
  }

  .md\:u-max-w-screen {
    max-width: 100vw !important;
  }

  .md\:u-max-w-measure {
    max-width: 66ch !important;
  }

  .md\:u-max-w-measure-lg {
    max-width: 90ch !important;
  }

  .md\:u-max-w-measure-sm {
    max-width: 40ch !important;
  }

  .md\:u-max-w-logo {
    max-width: 100px !important;
  }

  .md\:u-max-w-statistic {
    max-width: 212px !important;
  }

  .md\:u-min-h-0 {
    min-height: 0 !important;
  }

  .md\:u-min-h-full {
    min-height: 100% !important;
  }

  .md\:u-min-h-screen {
    min-height: 100vh !important;
  }

  .md\:u-min-h-statistic {
    min-height: 200px !important;
  }

  .md\:u-min-h-image-header-large {
    min-height: 570px !important;
  }

  .md\:u-min-w-0 {
    min-width: 0 !important;
  }

  .md\:u-min-w-1 {
    min-width: 8px !important;
  }

  .md\:u-min-w-2 {
    min-width: 16px !important;
  }

  .md\:u-min-w-3 {
    min-width: 24px !important;
  }

  .md\:u-min-w-4 {
    min-width: 32px !important;
  }

  .md\:u-min-w-1\/3 {
    min-width: 33.33333% !important;
  }

  .md\:u-min-w-full {
    min-width: 100% !important;
  }

  .md\:u--m-1 {
    margin: -8px !important;
  }

  .md\:u--m-2 {
    margin: -16px !important;
  }

  .md\:u--m-3 {
    margin: -24px !important;
  }

  .md\:u--m-4 {
    margin: -32px !important;
  }

  .md\:u--m-5 {
    margin: -40px !important;
  }

  .md\:u--m-6 {
    margin: -48px !important;
  }

  .md\:u--m-7 {
    margin: -56px !important;
  }

  .md\:u--m-8 {
    margin: -64px !important;
  }

  .md\:u--m-9 {
    margin: -72px !important;
  }

  .md\:u--m-10 {
    margin: -80px !important;
  }

  .md\:u--m-11 {
    margin: -88px !important;
  }

  .md\:u--m-gutter {
    margin: -15px !important;
  }

  .md\:u--my-1 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .md\:u--mx-1 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .md\:u--my-2 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .md\:u--mx-2 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .md\:u--my-3 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .md\:u--mx-3 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .md\:u--my-4 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .md\:u--mx-4 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .md\:u--my-5 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .md\:u--mx-5 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .md\:u--my-6 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .md\:u--mx-6 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .md\:u--my-7 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .md\:u--mx-7 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }

  .md\:u--my-8 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .md\:u--mx-8 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .md\:u--my-9 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .md\:u--mx-9 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .md\:u--my-10 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .md\:u--mx-10 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .md\:u--my-11 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }

  .md\:u--mx-11 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }

  .md\:u--my-gutter {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .md\:u--mx-gutter {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .md\:u--mt-1 {
    margin-top: -8px !important;
  }

  .md\:u--mr-1 {
    margin-right: -8px !important;
  }

  .md\:u--mb-1 {
    margin-bottom: -8px !important;
  }

  .md\:u--ml-1 {
    margin-left: -8px !important;
  }

  .md\:u--mt-2 {
    margin-top: -16px !important;
  }

  .md\:u--mr-2 {
    margin-right: -16px !important;
  }

  .md\:u--mb-2 {
    margin-bottom: -16px !important;
  }

  .md\:u--ml-2 {
    margin-left: -16px !important;
  }

  .md\:u--mt-3 {
    margin-top: -24px !important;
  }

  .md\:u--mr-3 {
    margin-right: -24px !important;
  }

  .md\:u--mb-3 {
    margin-bottom: -24px !important;
  }

  .md\:u--ml-3 {
    margin-left: -24px !important;
  }

  .md\:u--mt-4 {
    margin-top: -32px !important;
  }

  .md\:u--mr-4 {
    margin-right: -32px !important;
  }

  .md\:u--mb-4 {
    margin-bottom: -32px !important;
  }

  .md\:u--ml-4 {
    margin-left: -32px !important;
  }

  .md\:u--mt-5 {
    margin-top: -40px !important;
  }

  .md\:u--mr-5 {
    margin-right: -40px !important;
  }

  .md\:u--mb-5 {
    margin-bottom: -40px !important;
  }

  .md\:u--ml-5 {
    margin-left: -40px !important;
  }

  .md\:u--mt-6 {
    margin-top: -48px !important;
  }

  .md\:u--mr-6 {
    margin-right: -48px !important;
  }

  .md\:u--mb-6 {
    margin-bottom: -48px !important;
  }

  .md\:u--ml-6 {
    margin-left: -48px !important;
  }

  .md\:u--mt-7 {
    margin-top: -56px !important;
  }

  .md\:u--mr-7 {
    margin-right: -56px !important;
  }

  .md\:u--mb-7 {
    margin-bottom: -56px !important;
  }

  .md\:u--ml-7 {
    margin-left: -56px !important;
  }

  .md\:u--mt-8 {
    margin-top: -64px !important;
  }

  .md\:u--mr-8 {
    margin-right: -64px !important;
  }

  .md\:u--mb-8 {
    margin-bottom: -64px !important;
  }

  .md\:u--ml-8 {
    margin-left: -64px !important;
  }

  .md\:u--mt-9 {
    margin-top: -72px !important;
  }

  .md\:u--mr-9 {
    margin-right: -72px !important;
  }

  .md\:u--mb-9 {
    margin-bottom: -72px !important;
  }

  .md\:u--ml-9 {
    margin-left: -72px !important;
  }

  .md\:u--mt-10 {
    margin-top: -80px !important;
  }

  .md\:u--mr-10 {
    margin-right: -80px !important;
  }

  .md\:u--mb-10 {
    margin-bottom: -80px !important;
  }

  .md\:u--ml-10 {
    margin-left: -80px !important;
  }

  .md\:u--mt-11 {
    margin-top: -88px !important;
  }

  .md\:u--mr-11 {
    margin-right: -88px !important;
  }

  .md\:u--mb-11 {
    margin-bottom: -88px !important;
  }

  .md\:u--ml-11 {
    margin-left: -88px !important;
  }

  .md\:u--mt-gutter {
    margin-top: -15px !important;
  }

  .md\:u--mr-gutter {
    margin-right: -15px !important;
  }

  .md\:u--mb-gutter {
    margin-bottom: -15px !important;
  }

  .md\:u--ml-gutter {
    margin-left: -15px !important;
  }

  .md\:u-opacity-0 {
    opacity: .000001 !important;
  }

  .md\:u-opacity-15 {
    opacity: .15 !important;
  }

  .md\:u-opacity-25 {
    opacity: .25 !important;
  }

  .md\:u-opacity-50 {
    opacity: .5 !important;
  }

  .md\:u-opacity-75 {
    opacity: .75 !important;
  }

  .md\:u-opacity-90 {
    opacity: .9 !important;
  }

  .md\:u-opacity-100 {
    opacity: 1 !important;
  }

  .md\:hocus\:u-opacity-0:hover,
  .md\:hocus\:u-opacity-0:focus {
    opacity: .000001 !important;
  }

  .md\:hocus\:u-opacity-15:hover,
  .md\:hocus\:u-opacity-15:focus {
    opacity: .15 !important;
  }

  .md\:hocus\:u-opacity-25:hover,
  .md\:hocus\:u-opacity-25:focus {
    opacity: .25 !important;
  }

  .md\:hocus\:u-opacity-50:hover,
  .md\:hocus\:u-opacity-50:focus {
    opacity: .5 !important;
  }

  .md\:hocus\:u-opacity-75:hover,
  .md\:hocus\:u-opacity-75:focus {
    opacity: .75 !important;
  }

  .md\:hocus\:u-opacity-90:hover,
  .md\:hocus\:u-opacity-90:focus {
    opacity: .9 !important;
  }

  .md\:hocus\:u-opacity-100:hover,
  .md\:hocus\:u-opacity-100:focus {
    opacity: 1 !important;
  }

  .md\:focus-within\:u-opacity-0:focus-within {
    opacity: .000001 !important;
  }

  .md\:focus-within\:u-opacity-15:focus-within {
    opacity: .15 !important;
  }

  .md\:focus-within\:u-opacity-25:focus-within {
    opacity: .25 !important;
  }

  .md\:focus-within\:u-opacity-50:focus-within {
    opacity: .5 !important;
  }

  .md\:focus-within\:u-opacity-75:focus-within {
    opacity: .75 !important;
  }

  .md\:focus-within\:u-opacity-90:focus-within {
    opacity: .9 !important;
  }

  .md\:focus-within\:u-opacity-100:focus-within {
    opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:u-opacity-0 {
    opacity: .000001 !important;
  }

  .group:hover .md\:group-hover\:u-opacity-15 {
    opacity: .15 !important;
  }

  .group:hover .md\:group-hover\:u-opacity-25 {
    opacity: .25 !important;
  }

  .group:hover .md\:group-hover\:u-opacity-50 {
    opacity: .5 !important;
  }

  .group:hover .md\:group-hover\:u-opacity-75 {
    opacity: .75 !important;
  }

  .group:hover .md\:group-hover\:u-opacity-90 {
    opacity: .9 !important;
  }

  .group:hover .md\:group-hover\:u-opacity-100 {
    opacity: 1 !important;
  }

  .md\:u-overflow-auto {
    overflow: auto !important;
  }

  .md\:u-overflow-hidden {
    overflow: hidden !important;
  }

  .md\:u-overflow-visible {
    overflow: visible !important;
  }

  .md\:u-overflow-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling:touch;
  }

  .md\:u-overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:u-overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:u-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:u-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:u-overflow-x-visible {
    overflow-x: visible !important;
  }

  .md\:u-overflow-y-visible {
    overflow-y: visible !important;
  }

  .md\:u-overflow-x-scroll {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling:touch;
  }

  .md\:u-overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling:touch;
  }

  .md\:u-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .md\:u-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .md\:u-p-0 {
    padding: 0 !important;
  }

  .md\:u-p-1 {
    padding: 8px !important;
  }

  .md\:u-p-2 {
    padding: 16px !important;
  }

  .md\:u-p-3 {
    padding: 24px !important;
  }

  .md\:u-p-4 {
    padding: 32px !important;
  }

  .md\:u-p-5 {
    padding: 40px !important;
  }

  .md\:u-p-6 {
    padding: 48px !important;
  }

  .md\:u-p-7 {
    padding: 56px !important;
  }

  .md\:u-p-8 {
    padding: 64px !important;
  }

  .md\:u-p-9 {
    padding: 72px !important;
  }

  .md\:u-p-10 {
    padding: 80px !important;
  }

  .md\:u-p-16 {
    padding: 128px !important;
  }

  .md\:u-p-gutter {
    padding: 15px !important;
  }

  .md\:u-p-container-gutter {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:u-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:u-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:u-py-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .md\:u-px-1 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .md\:u-py-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .md\:u-px-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .md\:u-py-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .md\:u-px-3 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .md\:u-py-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .md\:u-px-4 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .md\:u-py-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .md\:u-px-5 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .md\:u-py-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .md\:u-px-6 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .md\:u-py-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .md\:u-px-7 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .md\:u-py-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .md\:u-px-8 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .md\:u-py-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .md\:u-px-9 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .md\:u-py-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .md\:u-px-10 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .md\:u-py-16 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .md\:u-px-16 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .md\:u-py-gutter {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .md\:u-px-gutter {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .md\:u-py-container-gutter {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:u-px-container-gutter {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:u-pt-0 {
    padding-top: 0 !important;
  }

  .md\:u-pr-0 {
    padding-right: 0 !important;
  }

  .md\:u-pb-0 {
    padding-bottom: 0 !important;
  }

  .md\:u-pl-0 {
    padding-left: 0 !important;
  }

  .md\:u-pt-1 {
    padding-top: 8px !important;
  }

  .md\:u-pr-1 {
    padding-right: 8px !important;
  }

  .md\:u-pb-1 {
    padding-bottom: 8px !important;
  }

  .md\:u-pl-1 {
    padding-left: 8px !important;
  }

  .md\:u-pt-2 {
    padding-top: 16px !important;
  }

  .md\:u-pr-2 {
    padding-right: 16px !important;
  }

  .md\:u-pb-2 {
    padding-bottom: 16px !important;
  }

  .md\:u-pl-2 {
    padding-left: 16px !important;
  }

  .md\:u-pt-3 {
    padding-top: 24px !important;
  }

  .md\:u-pr-3 {
    padding-right: 24px !important;
  }

  .md\:u-pb-3 {
    padding-bottom: 24px !important;
  }

  .md\:u-pl-3 {
    padding-left: 24px !important;
  }

  .md\:u-pt-4 {
    padding-top: 32px !important;
  }

  .md\:u-pr-4 {
    padding-right: 32px !important;
  }

  .md\:u-pb-4 {
    padding-bottom: 32px !important;
  }

  .md\:u-pl-4 {
    padding-left: 32px !important;
  }

  .md\:u-pt-5 {
    padding-top: 40px !important;
  }

  .md\:u-pr-5 {
    padding-right: 40px !important;
  }

  .md\:u-pb-5 {
    padding-bottom: 40px !important;
  }

  .md\:u-pl-5 {
    padding-left: 40px !important;
  }

  .md\:u-pt-6 {
    padding-top: 48px !important;
  }

  .md\:u-pr-6 {
    padding-right: 48px !important;
  }

  .md\:u-pb-6 {
    padding-bottom: 48px !important;
  }

  .md\:u-pl-6 {
    padding-left: 48px !important;
  }

  .md\:u-pt-7 {
    padding-top: 56px !important;
  }

  .md\:u-pr-7 {
    padding-right: 56px !important;
  }

  .md\:u-pb-7 {
    padding-bottom: 56px !important;
  }

  .md\:u-pl-7 {
    padding-left: 56px !important;
  }

  .md\:u-pt-8 {
    padding-top: 64px !important;
  }

  .md\:u-pr-8 {
    padding-right: 64px !important;
  }

  .md\:u-pb-8 {
    padding-bottom: 64px !important;
  }

  .md\:u-pl-8 {
    padding-left: 64px !important;
  }

  .md\:u-pt-9 {
    padding-top: 72px !important;
  }

  .md\:u-pr-9 {
    padding-right: 72px !important;
  }

  .md\:u-pb-9 {
    padding-bottom: 72px !important;
  }

  .md\:u-pl-9 {
    padding-left: 72px !important;
  }

  .md\:u-pt-10 {
    padding-top: 80px !important;
  }

  .md\:u-pr-10 {
    padding-right: 80px !important;
  }

  .md\:u-pb-10 {
    padding-bottom: 80px !important;
  }

  .md\:u-pl-10 {
    padding-left: 80px !important;
  }

  .md\:u-pt-16 {
    padding-top: 128px !important;
  }

  .md\:u-pr-16 {
    padding-right: 128px !important;
  }

  .md\:u-pb-16 {
    padding-bottom: 128px !important;
  }

  .md\:u-pl-16 {
    padding-left: 128px !important;
  }

  .md\:u-pt-gutter {
    padding-top: 15px !important;
  }

  .md\:u-pr-gutter {
    padding-right: 15px !important;
  }

  .md\:u-pb-gutter {
    padding-bottom: 15px !important;
  }

  .md\:u-pl-gutter {
    padding-left: 15px !important;
  }

  .md\:u-pt-container-gutter {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:u-pr-container-gutter {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:u-pb-container-gutter {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:u-pl-container-gutter {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:first\:u-p-0:first-child {
    padding: 0 !important;
  }

  .md\:first\:u-p-1:first-child {
    padding: 8px !important;
  }

  .md\:first\:u-p-2:first-child {
    padding: 16px !important;
  }

  .md\:first\:u-p-3:first-child {
    padding: 24px !important;
  }

  .md\:first\:u-p-4:first-child {
    padding: 32px !important;
  }

  .md\:first\:u-p-5:first-child {
    padding: 40px !important;
  }

  .md\:first\:u-p-6:first-child {
    padding: 48px !important;
  }

  .md\:first\:u-p-7:first-child {
    padding: 56px !important;
  }

  .md\:first\:u-p-8:first-child {
    padding: 64px !important;
  }

  .md\:first\:u-p-9:first-child {
    padding: 72px !important;
  }

  .md\:first\:u-p-10:first-child {
    padding: 80px !important;
  }

  .md\:first\:u-p-16:first-child {
    padding: 128px !important;
  }

  .md\:first\:u-p-gutter:first-child {
    padding: 15px !important;
  }

  .md\:first\:u-p-container-gutter:first-child {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:first\:u-py-0:first-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:first\:u-px-0:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:first\:u-py-1:first-child {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .md\:first\:u-px-1:first-child {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .md\:first\:u-py-2:first-child {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .md\:first\:u-px-2:first-child {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .md\:first\:u-py-3:first-child {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .md\:first\:u-px-3:first-child {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .md\:first\:u-py-4:first-child {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .md\:first\:u-px-4:first-child {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .md\:first\:u-py-5:first-child {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .md\:first\:u-px-5:first-child {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .md\:first\:u-py-6:first-child {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .md\:first\:u-px-6:first-child {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .md\:first\:u-py-7:first-child {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .md\:first\:u-px-7:first-child {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .md\:first\:u-py-8:first-child {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .md\:first\:u-px-8:first-child {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .md\:first\:u-py-9:first-child {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .md\:first\:u-px-9:first-child {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .md\:first\:u-py-10:first-child {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .md\:first\:u-px-10:first-child {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .md\:first\:u-py-16:first-child {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .md\:first\:u-px-16:first-child {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .md\:first\:u-py-gutter:first-child {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .md\:first\:u-px-gutter:first-child {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .md\:first\:u-py-container-gutter:first-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:first\:u-px-container-gutter:first-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:first\:u-pt-0:first-child {
    padding-top: 0 !important;
  }

  .md\:first\:u-pr-0:first-child {
    padding-right: 0 !important;
  }

  .md\:first\:u-pb-0:first-child {
    padding-bottom: 0 !important;
  }

  .md\:first\:u-pl-0:first-child {
    padding-left: 0 !important;
  }

  .md\:first\:u-pt-1:first-child {
    padding-top: 8px !important;
  }

  .md\:first\:u-pr-1:first-child {
    padding-right: 8px !important;
  }

  .md\:first\:u-pb-1:first-child {
    padding-bottom: 8px !important;
  }

  .md\:first\:u-pl-1:first-child {
    padding-left: 8px !important;
  }

  .md\:first\:u-pt-2:first-child {
    padding-top: 16px !important;
  }

  .md\:first\:u-pr-2:first-child {
    padding-right: 16px !important;
  }

  .md\:first\:u-pb-2:first-child {
    padding-bottom: 16px !important;
  }

  .md\:first\:u-pl-2:first-child {
    padding-left: 16px !important;
  }

  .md\:first\:u-pt-3:first-child {
    padding-top: 24px !important;
  }

  .md\:first\:u-pr-3:first-child {
    padding-right: 24px !important;
  }

  .md\:first\:u-pb-3:first-child {
    padding-bottom: 24px !important;
  }

  .md\:first\:u-pl-3:first-child {
    padding-left: 24px !important;
  }

  .md\:first\:u-pt-4:first-child {
    padding-top: 32px !important;
  }

  .md\:first\:u-pr-4:first-child {
    padding-right: 32px !important;
  }

  .md\:first\:u-pb-4:first-child {
    padding-bottom: 32px !important;
  }

  .md\:first\:u-pl-4:first-child {
    padding-left: 32px !important;
  }

  .md\:first\:u-pt-5:first-child {
    padding-top: 40px !important;
  }

  .md\:first\:u-pr-5:first-child {
    padding-right: 40px !important;
  }

  .md\:first\:u-pb-5:first-child {
    padding-bottom: 40px !important;
  }

  .md\:first\:u-pl-5:first-child {
    padding-left: 40px !important;
  }

  .md\:first\:u-pt-6:first-child {
    padding-top: 48px !important;
  }

  .md\:first\:u-pr-6:first-child {
    padding-right: 48px !important;
  }

  .md\:first\:u-pb-6:first-child {
    padding-bottom: 48px !important;
  }

  .md\:first\:u-pl-6:first-child {
    padding-left: 48px !important;
  }

  .md\:first\:u-pt-7:first-child {
    padding-top: 56px !important;
  }

  .md\:first\:u-pr-7:first-child {
    padding-right: 56px !important;
  }

  .md\:first\:u-pb-7:first-child {
    padding-bottom: 56px !important;
  }

  .md\:first\:u-pl-7:first-child {
    padding-left: 56px !important;
  }

  .md\:first\:u-pt-8:first-child {
    padding-top: 64px !important;
  }

  .md\:first\:u-pr-8:first-child {
    padding-right: 64px !important;
  }

  .md\:first\:u-pb-8:first-child {
    padding-bottom: 64px !important;
  }

  .md\:first\:u-pl-8:first-child {
    padding-left: 64px !important;
  }

  .md\:first\:u-pt-9:first-child {
    padding-top: 72px !important;
  }

  .md\:first\:u-pr-9:first-child {
    padding-right: 72px !important;
  }

  .md\:first\:u-pb-9:first-child {
    padding-bottom: 72px !important;
  }

  .md\:first\:u-pl-9:first-child {
    padding-left: 72px !important;
  }

  .md\:first\:u-pt-10:first-child {
    padding-top: 80px !important;
  }

  .md\:first\:u-pr-10:first-child {
    padding-right: 80px !important;
  }

  .md\:first\:u-pb-10:first-child {
    padding-bottom: 80px !important;
  }

  .md\:first\:u-pl-10:first-child {
    padding-left: 80px !important;
  }

  .md\:first\:u-pt-16:first-child {
    padding-top: 128px !important;
  }

  .md\:first\:u-pr-16:first-child {
    padding-right: 128px !important;
  }

  .md\:first\:u-pb-16:first-child {
    padding-bottom: 128px !important;
  }

  .md\:first\:u-pl-16:first-child {
    padding-left: 128px !important;
  }

  .md\:first\:u-pt-gutter:first-child {
    padding-top: 15px !important;
  }

  .md\:first\:u-pr-gutter:first-child {
    padding-right: 15px !important;
  }

  .md\:first\:u-pb-gutter:first-child {
    padding-bottom: 15px !important;
  }

  .md\:first\:u-pl-gutter:first-child {
    padding-left: 15px !important;
  }

  .md\:first\:u-pt-container-gutter:first-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:first\:u-pr-container-gutter:first-child {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:first\:u-pb-container-gutter:first-child {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:first\:u-pl-container-gutter:first-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:last\:u-p-0:last-child {
    padding: 0 !important;
  }

  .md\:last\:u-p-1:last-child {
    padding: 8px !important;
  }

  .md\:last\:u-p-2:last-child {
    padding: 16px !important;
  }

  .md\:last\:u-p-3:last-child {
    padding: 24px !important;
  }

  .md\:last\:u-p-4:last-child {
    padding: 32px !important;
  }

  .md\:last\:u-p-5:last-child {
    padding: 40px !important;
  }

  .md\:last\:u-p-6:last-child {
    padding: 48px !important;
  }

  .md\:last\:u-p-7:last-child {
    padding: 56px !important;
  }

  .md\:last\:u-p-8:last-child {
    padding: 64px !important;
  }

  .md\:last\:u-p-9:last-child {
    padding: 72px !important;
  }

  .md\:last\:u-p-10:last-child {
    padding: 80px !important;
  }

  .md\:last\:u-p-16:last-child {
    padding: 128px !important;
  }

  .md\:last\:u-p-gutter:last-child {
    padding: 15px !important;
  }

  .md\:last\:u-p-container-gutter:last-child {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:last\:u-py-0:last-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:last\:u-px-0:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:last\:u-py-1:last-child {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .md\:last\:u-px-1:last-child {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .md\:last\:u-py-2:last-child {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .md\:last\:u-px-2:last-child {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .md\:last\:u-py-3:last-child {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .md\:last\:u-px-3:last-child {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .md\:last\:u-py-4:last-child {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .md\:last\:u-px-4:last-child {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .md\:last\:u-py-5:last-child {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .md\:last\:u-px-5:last-child {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .md\:last\:u-py-6:last-child {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .md\:last\:u-px-6:last-child {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .md\:last\:u-py-7:last-child {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .md\:last\:u-px-7:last-child {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .md\:last\:u-py-8:last-child {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .md\:last\:u-px-8:last-child {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .md\:last\:u-py-9:last-child {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .md\:last\:u-px-9:last-child {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .md\:last\:u-py-10:last-child {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .md\:last\:u-px-10:last-child {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .md\:last\:u-py-16:last-child {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .md\:last\:u-px-16:last-child {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .md\:last\:u-py-gutter:last-child {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .md\:last\:u-px-gutter:last-child {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .md\:last\:u-py-container-gutter:last-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:last\:u-px-container-gutter:last-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:last\:u-pt-0:last-child {
    padding-top: 0 !important;
  }

  .md\:last\:u-pr-0:last-child {
    padding-right: 0 !important;
  }

  .md\:last\:u-pb-0:last-child {
    padding-bottom: 0 !important;
  }

  .md\:last\:u-pl-0:last-child {
    padding-left: 0 !important;
  }

  .md\:last\:u-pt-1:last-child {
    padding-top: 8px !important;
  }

  .md\:last\:u-pr-1:last-child {
    padding-right: 8px !important;
  }

  .md\:last\:u-pb-1:last-child {
    padding-bottom: 8px !important;
  }

  .md\:last\:u-pl-1:last-child {
    padding-left: 8px !important;
  }

  .md\:last\:u-pt-2:last-child {
    padding-top: 16px !important;
  }

  .md\:last\:u-pr-2:last-child {
    padding-right: 16px !important;
  }

  .md\:last\:u-pb-2:last-child {
    padding-bottom: 16px !important;
  }

  .md\:last\:u-pl-2:last-child {
    padding-left: 16px !important;
  }

  .md\:last\:u-pt-3:last-child {
    padding-top: 24px !important;
  }

  .md\:last\:u-pr-3:last-child {
    padding-right: 24px !important;
  }

  .md\:last\:u-pb-3:last-child {
    padding-bottom: 24px !important;
  }

  .md\:last\:u-pl-3:last-child {
    padding-left: 24px !important;
  }

  .md\:last\:u-pt-4:last-child {
    padding-top: 32px !important;
  }

  .md\:last\:u-pr-4:last-child {
    padding-right: 32px !important;
  }

  .md\:last\:u-pb-4:last-child {
    padding-bottom: 32px !important;
  }

  .md\:last\:u-pl-4:last-child {
    padding-left: 32px !important;
  }

  .md\:last\:u-pt-5:last-child {
    padding-top: 40px !important;
  }

  .md\:last\:u-pr-5:last-child {
    padding-right: 40px !important;
  }

  .md\:last\:u-pb-5:last-child {
    padding-bottom: 40px !important;
  }

  .md\:last\:u-pl-5:last-child {
    padding-left: 40px !important;
  }

  .md\:last\:u-pt-6:last-child {
    padding-top: 48px !important;
  }

  .md\:last\:u-pr-6:last-child {
    padding-right: 48px !important;
  }

  .md\:last\:u-pb-6:last-child {
    padding-bottom: 48px !important;
  }

  .md\:last\:u-pl-6:last-child {
    padding-left: 48px !important;
  }

  .md\:last\:u-pt-7:last-child {
    padding-top: 56px !important;
  }

  .md\:last\:u-pr-7:last-child {
    padding-right: 56px !important;
  }

  .md\:last\:u-pb-7:last-child {
    padding-bottom: 56px !important;
  }

  .md\:last\:u-pl-7:last-child {
    padding-left: 56px !important;
  }

  .md\:last\:u-pt-8:last-child {
    padding-top: 64px !important;
  }

  .md\:last\:u-pr-8:last-child {
    padding-right: 64px !important;
  }

  .md\:last\:u-pb-8:last-child {
    padding-bottom: 64px !important;
  }

  .md\:last\:u-pl-8:last-child {
    padding-left: 64px !important;
  }

  .md\:last\:u-pt-9:last-child {
    padding-top: 72px !important;
  }

  .md\:last\:u-pr-9:last-child {
    padding-right: 72px !important;
  }

  .md\:last\:u-pb-9:last-child {
    padding-bottom: 72px !important;
  }

  .md\:last\:u-pl-9:last-child {
    padding-left: 72px !important;
  }

  .md\:last\:u-pt-10:last-child {
    padding-top: 80px !important;
  }

  .md\:last\:u-pr-10:last-child {
    padding-right: 80px !important;
  }

  .md\:last\:u-pb-10:last-child {
    padding-bottom: 80px !important;
  }

  .md\:last\:u-pl-10:last-child {
    padding-left: 80px !important;
  }

  .md\:last\:u-pt-16:last-child {
    padding-top: 128px !important;
  }

  .md\:last\:u-pr-16:last-child {
    padding-right: 128px !important;
  }

  .md\:last\:u-pb-16:last-child {
    padding-bottom: 128px !important;
  }

  .md\:last\:u-pl-16:last-child {
    padding-left: 128px !important;
  }

  .md\:last\:u-pt-gutter:last-child {
    padding-top: 15px !important;
  }

  .md\:last\:u-pr-gutter:last-child {
    padding-right: 15px !important;
  }

  .md\:last\:u-pb-gutter:last-child {
    padding-bottom: 15px !important;
  }

  .md\:last\:u-pl-gutter:last-child {
    padding-left: 15px !important;
  }

  .md\:last\:u-pt-container-gutter:last-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:last\:u-pr-container-gutter:last-child {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:last\:u-pb-container-gutter:last-child {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:last\:u-pl-container-gutter:last-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-first\:u-p-0:not(:first-child) {
    padding: 0 !important;
  }

  .md\:not-first\:u-p-1:not(:first-child) {
    padding: 8px !important;
  }

  .md\:not-first\:u-p-2:not(:first-child) {
    padding: 16px !important;
  }

  .md\:not-first\:u-p-3:not(:first-child) {
    padding: 24px !important;
  }

  .md\:not-first\:u-p-4:not(:first-child) {
    padding: 32px !important;
  }

  .md\:not-first\:u-p-5:not(:first-child) {
    padding: 40px !important;
  }

  .md\:not-first\:u-p-6:not(:first-child) {
    padding: 48px !important;
  }

  .md\:not-first\:u-p-7:not(:first-child) {
    padding: 56px !important;
  }

  .md\:not-first\:u-p-8:not(:first-child) {
    padding: 64px !important;
  }

  .md\:not-first\:u-p-9:not(:first-child) {
    padding: 72px !important;
  }

  .md\:not-first\:u-p-10:not(:first-child) {
    padding: 80px !important;
  }

  .md\:not-first\:u-p-16:not(:first-child) {
    padding: 128px !important;
  }

  .md\:not-first\:u-p-gutter:not(:first-child) {
    padding: 15px !important;
  }

  .md\:not-first\:u-p-container-gutter:not(:first-child) {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-first\:u-py-0:not(:first-child) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:not-first\:u-px-0:not(:first-child) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:not-first\:u-py-1:not(:first-child) {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .md\:not-first\:u-px-1:not(:first-child) {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .md\:not-first\:u-py-2:not(:first-child) {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .md\:not-first\:u-px-2:not(:first-child) {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .md\:not-first\:u-py-3:not(:first-child) {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .md\:not-first\:u-px-3:not(:first-child) {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .md\:not-first\:u-py-4:not(:first-child) {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .md\:not-first\:u-px-4:not(:first-child) {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .md\:not-first\:u-py-5:not(:first-child) {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .md\:not-first\:u-px-5:not(:first-child) {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .md\:not-first\:u-py-6:not(:first-child) {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .md\:not-first\:u-px-6:not(:first-child) {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .md\:not-first\:u-py-7:not(:first-child) {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .md\:not-first\:u-px-7:not(:first-child) {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .md\:not-first\:u-py-8:not(:first-child) {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .md\:not-first\:u-px-8:not(:first-child) {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .md\:not-first\:u-py-9:not(:first-child) {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .md\:not-first\:u-px-9:not(:first-child) {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .md\:not-first\:u-py-10:not(:first-child) {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .md\:not-first\:u-px-10:not(:first-child) {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .md\:not-first\:u-py-16:not(:first-child) {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .md\:not-first\:u-px-16:not(:first-child) {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .md\:not-first\:u-py-gutter:not(:first-child) {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .md\:not-first\:u-px-gutter:not(:first-child) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .md\:not-first\:u-py-container-gutter:not(:first-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-first\:u-px-container-gutter:not(:first-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-first\:u-pt-0:not(:first-child) {
    padding-top: 0 !important;
  }

  .md\:not-first\:u-pr-0:not(:first-child) {
    padding-right: 0 !important;
  }

  .md\:not-first\:u-pb-0:not(:first-child) {
    padding-bottom: 0 !important;
  }

  .md\:not-first\:u-pl-0:not(:first-child) {
    padding-left: 0 !important;
  }

  .md\:not-first\:u-pt-1:not(:first-child) {
    padding-top: 8px !important;
  }

  .md\:not-first\:u-pr-1:not(:first-child) {
    padding-right: 8px !important;
  }

  .md\:not-first\:u-pb-1:not(:first-child) {
    padding-bottom: 8px !important;
  }

  .md\:not-first\:u-pl-1:not(:first-child) {
    padding-left: 8px !important;
  }

  .md\:not-first\:u-pt-2:not(:first-child) {
    padding-top: 16px !important;
  }

  .md\:not-first\:u-pr-2:not(:first-child) {
    padding-right: 16px !important;
  }

  .md\:not-first\:u-pb-2:not(:first-child) {
    padding-bottom: 16px !important;
  }

  .md\:not-first\:u-pl-2:not(:first-child) {
    padding-left: 16px !important;
  }

  .md\:not-first\:u-pt-3:not(:first-child) {
    padding-top: 24px !important;
  }

  .md\:not-first\:u-pr-3:not(:first-child) {
    padding-right: 24px !important;
  }

  .md\:not-first\:u-pb-3:not(:first-child) {
    padding-bottom: 24px !important;
  }

  .md\:not-first\:u-pl-3:not(:first-child) {
    padding-left: 24px !important;
  }

  .md\:not-first\:u-pt-4:not(:first-child) {
    padding-top: 32px !important;
  }

  .md\:not-first\:u-pr-4:not(:first-child) {
    padding-right: 32px !important;
  }

  .md\:not-first\:u-pb-4:not(:first-child) {
    padding-bottom: 32px !important;
  }

  .md\:not-first\:u-pl-4:not(:first-child) {
    padding-left: 32px !important;
  }

  .md\:not-first\:u-pt-5:not(:first-child) {
    padding-top: 40px !important;
  }

  .md\:not-first\:u-pr-5:not(:first-child) {
    padding-right: 40px !important;
  }

  .md\:not-first\:u-pb-5:not(:first-child) {
    padding-bottom: 40px !important;
  }

  .md\:not-first\:u-pl-5:not(:first-child) {
    padding-left: 40px !important;
  }

  .md\:not-first\:u-pt-6:not(:first-child) {
    padding-top: 48px !important;
  }

  .md\:not-first\:u-pr-6:not(:first-child) {
    padding-right: 48px !important;
  }

  .md\:not-first\:u-pb-6:not(:first-child) {
    padding-bottom: 48px !important;
  }

  .md\:not-first\:u-pl-6:not(:first-child) {
    padding-left: 48px !important;
  }

  .md\:not-first\:u-pt-7:not(:first-child) {
    padding-top: 56px !important;
  }

  .md\:not-first\:u-pr-7:not(:first-child) {
    padding-right: 56px !important;
  }

  .md\:not-first\:u-pb-7:not(:first-child) {
    padding-bottom: 56px !important;
  }

  .md\:not-first\:u-pl-7:not(:first-child) {
    padding-left: 56px !important;
  }

  .md\:not-first\:u-pt-8:not(:first-child) {
    padding-top: 64px !important;
  }

  .md\:not-first\:u-pr-8:not(:first-child) {
    padding-right: 64px !important;
  }

  .md\:not-first\:u-pb-8:not(:first-child) {
    padding-bottom: 64px !important;
  }

  .md\:not-first\:u-pl-8:not(:first-child) {
    padding-left: 64px !important;
  }

  .md\:not-first\:u-pt-9:not(:first-child) {
    padding-top: 72px !important;
  }

  .md\:not-first\:u-pr-9:not(:first-child) {
    padding-right: 72px !important;
  }

  .md\:not-first\:u-pb-9:not(:first-child) {
    padding-bottom: 72px !important;
  }

  .md\:not-first\:u-pl-9:not(:first-child) {
    padding-left: 72px !important;
  }

  .md\:not-first\:u-pt-10:not(:first-child) {
    padding-top: 80px !important;
  }

  .md\:not-first\:u-pr-10:not(:first-child) {
    padding-right: 80px !important;
  }

  .md\:not-first\:u-pb-10:not(:first-child) {
    padding-bottom: 80px !important;
  }

  .md\:not-first\:u-pl-10:not(:first-child) {
    padding-left: 80px !important;
  }

  .md\:not-first\:u-pt-16:not(:first-child) {
    padding-top: 128px !important;
  }

  .md\:not-first\:u-pr-16:not(:first-child) {
    padding-right: 128px !important;
  }

  .md\:not-first\:u-pb-16:not(:first-child) {
    padding-bottom: 128px !important;
  }

  .md\:not-first\:u-pl-16:not(:first-child) {
    padding-left: 128px !important;
  }

  .md\:not-first\:u-pt-gutter:not(:first-child) {
    padding-top: 15px !important;
  }

  .md\:not-first\:u-pr-gutter:not(:first-child) {
    padding-right: 15px !important;
  }

  .md\:not-first\:u-pb-gutter:not(:first-child) {
    padding-bottom: 15px !important;
  }

  .md\:not-first\:u-pl-gutter:not(:first-child) {
    padding-left: 15px !important;
  }

  .md\:not-first\:u-pt-container-gutter:not(:first-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-first\:u-pr-container-gutter:not(:first-child) {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-first\:u-pb-container-gutter:not(:first-child) {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-first\:u-pl-container-gutter:not(:first-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-last\:u-p-0:not(:last-child) {
    padding: 0 !important;
  }

  .md\:not-last\:u-p-1:not(:last-child) {
    padding: 8px !important;
  }

  .md\:not-last\:u-p-2:not(:last-child) {
    padding: 16px !important;
  }

  .md\:not-last\:u-p-3:not(:last-child) {
    padding: 24px !important;
  }

  .md\:not-last\:u-p-4:not(:last-child) {
    padding: 32px !important;
  }

  .md\:not-last\:u-p-5:not(:last-child) {
    padding: 40px !important;
  }

  .md\:not-last\:u-p-6:not(:last-child) {
    padding: 48px !important;
  }

  .md\:not-last\:u-p-7:not(:last-child) {
    padding: 56px !important;
  }

  .md\:not-last\:u-p-8:not(:last-child) {
    padding: 64px !important;
  }

  .md\:not-last\:u-p-9:not(:last-child) {
    padding: 72px !important;
  }

  .md\:not-last\:u-p-10:not(:last-child) {
    padding: 80px !important;
  }

  .md\:not-last\:u-p-16:not(:last-child) {
    padding: 128px !important;
  }

  .md\:not-last\:u-p-gutter:not(:last-child) {
    padding: 15px !important;
  }

  .md\:not-last\:u-p-container-gutter:not(:last-child) {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-last\:u-py-0:not(:last-child) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:not-last\:u-px-0:not(:last-child) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:not-last\:u-py-1:not(:last-child) {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .md\:not-last\:u-px-1:not(:last-child) {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .md\:not-last\:u-py-2:not(:last-child) {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .md\:not-last\:u-px-2:not(:last-child) {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .md\:not-last\:u-py-3:not(:last-child) {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .md\:not-last\:u-px-3:not(:last-child) {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .md\:not-last\:u-py-4:not(:last-child) {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .md\:not-last\:u-px-4:not(:last-child) {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .md\:not-last\:u-py-5:not(:last-child) {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .md\:not-last\:u-px-5:not(:last-child) {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .md\:not-last\:u-py-6:not(:last-child) {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .md\:not-last\:u-px-6:not(:last-child) {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .md\:not-last\:u-py-7:not(:last-child) {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .md\:not-last\:u-px-7:not(:last-child) {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .md\:not-last\:u-py-8:not(:last-child) {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .md\:not-last\:u-px-8:not(:last-child) {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .md\:not-last\:u-py-9:not(:last-child) {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .md\:not-last\:u-px-9:not(:last-child) {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .md\:not-last\:u-py-10:not(:last-child) {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .md\:not-last\:u-px-10:not(:last-child) {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .md\:not-last\:u-py-16:not(:last-child) {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .md\:not-last\:u-px-16:not(:last-child) {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .md\:not-last\:u-py-gutter:not(:last-child) {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .md\:not-last\:u-px-gutter:not(:last-child) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .md\:not-last\:u-py-container-gutter:not(:last-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-last\:u-px-container-gutter:not(:last-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-last\:u-pt-0:not(:last-child) {
    padding-top: 0 !important;
  }

  .md\:not-last\:u-pr-0:not(:last-child) {
    padding-right: 0 !important;
  }

  .md\:not-last\:u-pb-0:not(:last-child) {
    padding-bottom: 0 !important;
  }

  .md\:not-last\:u-pl-0:not(:last-child) {
    padding-left: 0 !important;
  }

  .md\:not-last\:u-pt-1:not(:last-child) {
    padding-top: 8px !important;
  }

  .md\:not-last\:u-pr-1:not(:last-child) {
    padding-right: 8px !important;
  }

  .md\:not-last\:u-pb-1:not(:last-child) {
    padding-bottom: 8px !important;
  }

  .md\:not-last\:u-pl-1:not(:last-child) {
    padding-left: 8px !important;
  }

  .md\:not-last\:u-pt-2:not(:last-child) {
    padding-top: 16px !important;
  }

  .md\:not-last\:u-pr-2:not(:last-child) {
    padding-right: 16px !important;
  }

  .md\:not-last\:u-pb-2:not(:last-child) {
    padding-bottom: 16px !important;
  }

  .md\:not-last\:u-pl-2:not(:last-child) {
    padding-left: 16px !important;
  }

  .md\:not-last\:u-pt-3:not(:last-child) {
    padding-top: 24px !important;
  }

  .md\:not-last\:u-pr-3:not(:last-child) {
    padding-right: 24px !important;
  }

  .md\:not-last\:u-pb-3:not(:last-child) {
    padding-bottom: 24px !important;
  }

  .md\:not-last\:u-pl-3:not(:last-child) {
    padding-left: 24px !important;
  }

  .md\:not-last\:u-pt-4:not(:last-child) {
    padding-top: 32px !important;
  }

  .md\:not-last\:u-pr-4:not(:last-child) {
    padding-right: 32px !important;
  }

  .md\:not-last\:u-pb-4:not(:last-child) {
    padding-bottom: 32px !important;
  }

  .md\:not-last\:u-pl-4:not(:last-child) {
    padding-left: 32px !important;
  }

  .md\:not-last\:u-pt-5:not(:last-child) {
    padding-top: 40px !important;
  }

  .md\:not-last\:u-pr-5:not(:last-child) {
    padding-right: 40px !important;
  }

  .md\:not-last\:u-pb-5:not(:last-child) {
    padding-bottom: 40px !important;
  }

  .md\:not-last\:u-pl-5:not(:last-child) {
    padding-left: 40px !important;
  }

  .md\:not-last\:u-pt-6:not(:last-child) {
    padding-top: 48px !important;
  }

  .md\:not-last\:u-pr-6:not(:last-child) {
    padding-right: 48px !important;
  }

  .md\:not-last\:u-pb-6:not(:last-child) {
    padding-bottom: 48px !important;
  }

  .md\:not-last\:u-pl-6:not(:last-child) {
    padding-left: 48px !important;
  }

  .md\:not-last\:u-pt-7:not(:last-child) {
    padding-top: 56px !important;
  }

  .md\:not-last\:u-pr-7:not(:last-child) {
    padding-right: 56px !important;
  }

  .md\:not-last\:u-pb-7:not(:last-child) {
    padding-bottom: 56px !important;
  }

  .md\:not-last\:u-pl-7:not(:last-child) {
    padding-left: 56px !important;
  }

  .md\:not-last\:u-pt-8:not(:last-child) {
    padding-top: 64px !important;
  }

  .md\:not-last\:u-pr-8:not(:last-child) {
    padding-right: 64px !important;
  }

  .md\:not-last\:u-pb-8:not(:last-child) {
    padding-bottom: 64px !important;
  }

  .md\:not-last\:u-pl-8:not(:last-child) {
    padding-left: 64px !important;
  }

  .md\:not-last\:u-pt-9:not(:last-child) {
    padding-top: 72px !important;
  }

  .md\:not-last\:u-pr-9:not(:last-child) {
    padding-right: 72px !important;
  }

  .md\:not-last\:u-pb-9:not(:last-child) {
    padding-bottom: 72px !important;
  }

  .md\:not-last\:u-pl-9:not(:last-child) {
    padding-left: 72px !important;
  }

  .md\:not-last\:u-pt-10:not(:last-child) {
    padding-top: 80px !important;
  }

  .md\:not-last\:u-pr-10:not(:last-child) {
    padding-right: 80px !important;
  }

  .md\:not-last\:u-pb-10:not(:last-child) {
    padding-bottom: 80px !important;
  }

  .md\:not-last\:u-pl-10:not(:last-child) {
    padding-left: 80px !important;
  }

  .md\:not-last\:u-pt-16:not(:last-child) {
    padding-top: 128px !important;
  }

  .md\:not-last\:u-pr-16:not(:last-child) {
    padding-right: 128px !important;
  }

  .md\:not-last\:u-pb-16:not(:last-child) {
    padding-bottom: 128px !important;
  }

  .md\:not-last\:u-pl-16:not(:last-child) {
    padding-left: 128px !important;
  }

  .md\:not-last\:u-pt-gutter:not(:last-child) {
    padding-top: 15px !important;
  }

  .md\:not-last\:u-pr-gutter:not(:last-child) {
    padding-right: 15px !important;
  }

  .md\:not-last\:u-pb-gutter:not(:last-child) {
    padding-bottom: 15px !important;
  }

  .md\:not-last\:u-pl-gutter:not(:last-child) {
    padding-left: 15px !important;
  }

  .md\:not-last\:u-pt-container-gutter:not(:last-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-last\:u-pr-container-gutter:not(:last-child) {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-last\:u-pb-container-gutter:not(:last-child) {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:not-last\:u-pl-container-gutter:not(:last-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:u-pointer-events-none {
    pointer-events: none !important;
  }

  .md\:u-pointer-events-auto {
    pointer-events: auto !important;
  }

  .md\:u-static {
    position: static !important;
  }

  .md\:u-fixed {
    position: fixed !important;
  }

  .md\:u-absolute {
    position: absolute !important;
  }

  .md\:u-relative {
    position: relative !important;
  }

  .md\:u-sticky {
    position: sticky !important;
  }

  .md\:u-pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:u-pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:u-pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:u-pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .md\:u-pin-t {
    top: 0 !important;
  }

  .md\:u-pin-r {
    right: 0 !important;
  }

  .md\:u-pin-b {
    bottom: 0 !important;
  }

  .md\:u-pin-l {
    left: 0 !important;
  }

  .md\:u-resize-none {
    resize: none !important;
  }

  .md\:u-resize-y {
    resize: vertical !important;
  }

  .md\:u-resize-x {
    resize: horizontal !important;
  }

  .md\:u-resize {
    resize: both !important;
  }

  .md\:u-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .md\:u-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .md\:u-shadow-md-dark {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .md\:u-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .md\:u-shadow-lg-dark {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .md\:u-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .md\:u-shadow-inner-bottom {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .md\:u-shadow-outline {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .md\:u-shadow-outline-primary {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .md\:u-shadow-outline-secondary {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .md\:u-shadow-outline-tertiary {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .md\:u-shadow-outline-black {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .md\:u-shadow-outline-dark {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .md\:u-shadow-none {
    box-shadow: none !important;
  }

  .md\:u-shadow-media {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .md\:u-shadow-media-sm {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .md\:u-shadow-media-var {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .md\:u-shadow-media-var-sm {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .md\:u-shadow-media-business {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .md\:u-shadow-media-business-sm {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .md\:u-shadow-outline-black-faint-and-thin {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .md\:hover\:u-shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .md\:hover\:u-shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .md\:hover\:u-shadow-md-dark:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .md\:hover\:u-shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .md\:hover\:u-shadow-lg-dark:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .md\:hover\:u-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .md\:hover\:u-shadow-inner-bottom:hover {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .md\:hover\:u-shadow-outline:hover {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .md\:hover\:u-shadow-outline-primary:hover {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .md\:hover\:u-shadow-outline-secondary:hover {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .md\:hover\:u-shadow-outline-tertiary:hover {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .md\:hover\:u-shadow-outline-black:hover {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .md\:hover\:u-shadow-outline-dark:hover {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .md\:hover\:u-shadow-none:hover {
    box-shadow: none !important;
  }

  .md\:hover\:u-shadow-media:hover {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .md\:hover\:u-shadow-media-sm:hover {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .md\:hover\:u-shadow-media-var:hover {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .md\:hover\:u-shadow-media-var-sm:hover {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .md\:hover\:u-shadow-media-business:hover {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .md\:hover\:u-shadow-media-business-sm:hover {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .md\:hover\:u-shadow-outline-black-faint-and-thin:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .md\:focus\:u-shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .md\:focus\:u-shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .md\:focus\:u-shadow-md-dark:focus {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .md\:focus\:u-shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .md\:focus\:u-shadow-lg-dark:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .md\:focus\:u-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .md\:focus\:u-shadow-inner-bottom:focus {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .md\:focus\:u-shadow-outline:focus {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .md\:focus\:u-shadow-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .md\:focus\:u-shadow-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .md\:focus\:u-shadow-outline-tertiary:focus {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .md\:focus\:u-shadow-outline-black:focus {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .md\:focus\:u-shadow-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .md\:focus\:u-shadow-none:focus {
    box-shadow: none !important;
  }

  .md\:focus\:u-shadow-media:focus {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .md\:focus\:u-shadow-media-sm:focus {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .md\:focus\:u-shadow-media-var:focus {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .md\:focus\:u-shadow-media-var-sm:focus {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .md\:focus\:u-shadow-media-business:focus {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .md\:focus\:u-shadow-media-business-sm:focus {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .md\:focus\:u-shadow-outline-black-faint-and-thin:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .md\:focus-within\:u-shadow:focus-within {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .md\:focus-within\:u-shadow-md:focus-within {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .md\:focus-within\:u-shadow-md-dark:focus-within {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .md\:focus-within\:u-shadow-lg:focus-within {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .md\:focus-within\:u-shadow-lg-dark:focus-within {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .md\:focus-within\:u-shadow-inner:focus-within {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .md\:focus-within\:u-shadow-inner-bottom:focus-within {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .md\:focus-within\:u-shadow-outline:focus-within {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .md\:focus-within\:u-shadow-outline-primary:focus-within {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .md\:focus-within\:u-shadow-outline-secondary:focus-within {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .md\:focus-within\:u-shadow-outline-tertiary:focus-within {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .md\:focus-within\:u-shadow-outline-black:focus-within {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .md\:focus-within\:u-shadow-outline-dark:focus-within {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .md\:focus-within\:u-shadow-none:focus-within {
    box-shadow: none !important;
  }

  .md\:focus-within\:u-shadow-media:focus-within {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .md\:focus-within\:u-shadow-media-sm:focus-within {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .md\:focus-within\:u-shadow-media-var:focus-within {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .md\:focus-within\:u-shadow-media-var-sm:focus-within {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .md\:focus-within\:u-shadow-media-business:focus-within {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .md\:focus-within\:u-shadow-media-business-sm:focus-within {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .md\:focus-within\:u-shadow-outline-black-faint-and-thin:focus-within {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .md\:hocus\:u-shadow:hover,
  .md\:hocus\:u-shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .md\:hocus\:u-shadow-md:hover,
  .md\:hocus\:u-shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .md\:hocus\:u-shadow-md-dark:hover,
  .md\:hocus\:u-shadow-md-dark:focus {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .md\:hocus\:u-shadow-lg:hover,
  .md\:hocus\:u-shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .md\:hocus\:u-shadow-lg-dark:hover,
  .md\:hocus\:u-shadow-lg-dark:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .md\:hocus\:u-shadow-inner:hover,
  .md\:hocus\:u-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .md\:hocus\:u-shadow-inner-bottom:hover,
  .md\:hocus\:u-shadow-inner-bottom:focus {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .md\:hocus\:u-shadow-outline:hover,
  .md\:hocus\:u-shadow-outline:focus {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .md\:hocus\:u-shadow-outline-primary:hover,
  .md\:hocus\:u-shadow-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .md\:hocus\:u-shadow-outline-secondary:hover,
  .md\:hocus\:u-shadow-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .md\:hocus\:u-shadow-outline-tertiary:hover,
  .md\:hocus\:u-shadow-outline-tertiary:focus {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .md\:hocus\:u-shadow-outline-black:hover,
  .md\:hocus\:u-shadow-outline-black:focus {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .md\:hocus\:u-shadow-outline-dark:hover,
  .md\:hocus\:u-shadow-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .md\:hocus\:u-shadow-none:hover,
  .md\:hocus\:u-shadow-none:focus {
    box-shadow: none !important;
  }

  .md\:hocus\:u-shadow-media:hover,
  .md\:hocus\:u-shadow-media:focus {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .md\:hocus\:u-shadow-media-sm:hover,
  .md\:hocus\:u-shadow-media-sm:focus {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .md\:hocus\:u-shadow-media-var:hover,
  .md\:hocus\:u-shadow-media-var:focus {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .md\:hocus\:u-shadow-media-var-sm:hover,
  .md\:hocus\:u-shadow-media-var-sm:focus {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .md\:hocus\:u-shadow-media-business:hover,
  .md\:hocus\:u-shadow-media-business:focus {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .md\:hocus\:u-shadow-media-business-sm:hover,
  .md\:hocus\:u-shadow-media-business-sm:focus {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .md\:hocus\:u-shadow-outline-black-faint-and-thin:hover,
  .md\:hocus\:u-shadow-outline-black-faint-and-thin:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .md\:u-table-auto {
    table-layout: auto !important;
  }

  .md\:u-table-fixed {
    table-layout: fixed !important;
  }

  .md\:u-text-left {
    text-align: left !important;
  }

  .md\:u-text-center {
    text-align: center !important;
  }

  .md\:u-text-right {
    text-align: right !important;
  }

  .md\:u-text-justify {
    text-align: justify !important;
  }

  .md\:u-text-transparent {
    color: transparent !important;
  }

  .md\:u-text-current-color {
    color: currentColor !important;
  }

  .md\:u-text-inherit {
    color: inherit !important;
  }

  .md\:u-text-purple {
    color: #68246d !important;
  }

  .md\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .md\:u-text-yellow {
    color: #ffd53a !important;
  }

  .md\:u-text-cyan {
    color: #00aeef !important;
  }

  .md\:u-text-blue {
    color: #409ddd !important;
  }

  .md\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .md\:u-text-red {
    color: #be1e2c !important;
  }

  .md\:u-text-gold {
    color: #afa961 !important;
  }

  .md\:u-text-ink-100 {
    color: #002337 !important;
  }

  .md\:u-text-stone {
    color: #dacda2 !important;
  }

  .md\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .md\:u-text-heather {
    color: #cba8b1 !important;
  }

  .md\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .md\:u-text-business {
    color: #b3bdb1 !important;
  }

  .md\:u-text-black {
    color: #333123 !important;
  }

  .md\:u-text-white {
    color: #fff !important;
  }

  .md\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .md\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .md\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .md\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .md\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .md\:u-text-grey-300 {
    color: #64696c !important;
  }

  .md\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .md\:u-text-youtube {
    color: #f00 !important;
  }

  .md\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .md\:u-text-facebook {
    color: #3b5998 !important;
  }

  .md\:u-text-instagram {
    color: #444 !important;
  }

  .md\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .md\:u-text-college {
    color: #00664f !important;
  }

  .md\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .md\:u-text-coll-grey {
    color: #af272f !important;
  }

  .md\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .md\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .md\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .md\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .md\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .md\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .md\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .md\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .md\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .md\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .md\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .md\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .md\:u-text-coll-university {
    color: #862633 !important;
  }

  .md\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .md\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .md\:u-text-primary {
    color: #68246d !important;
  }

  .md\:u-text-secondary {
    color: #ffd53a !important;
  }

  .md\:u-text-tertiary {
    color: #00aeef !important;
  }

  .md\:u-text-success {
    color: #449d44 !important;
  }

  .md\:u-text-danger {
    color: #be1e2c !important;
  }

  .md\:u-text-warning {
    color: #da611e !important;
  }

  .md\:u-text-info {
    color: #1180a1 !important;
  }

  .md\:u-text-light {
    color: #fff !important;
  }

  .md\:u-text-dark {
    color: #333123 !important;
  }

  .md\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .md\:u-text-purple--light {
    color: #74287a !important;
  }

  .md\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .md\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .md\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .md\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .md\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .md\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .md\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .md\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .md\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .md\:u-text-light-green--light {
    color: #fff !important;
  }

  .md\:u-text-red--dark {
    color: #981823 !important;
  }

  .md\:u-text-red--light {
    color: #d52231 !important;
  }

  .md\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .md\:u-text-gold--light {
    color: #bab577 !important;
  }

  .md\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .md\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .md\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .md\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .md\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .md\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .md\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .md\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .md\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .md\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .md\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .md\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .md\:u-text-black--dark {
    color: #29271c !important;
  }

  .md\:u-text-black--light {
    color: #393727 !important;
  }

  .md\:u-text-white--dark {
    color: #ccc !important;
  }

  .md\:u-text-white--light {
    color: #fff !important;
  }

  .md\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .md\:u-text-grey-25--light {
    color: #fff !important;
  }

  .md\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .md\:u-text-grey-50--light {
    color: #fff !important;
  }

  .md\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .md\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .md\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .md\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .md\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .md\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .md\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .md\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .md\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .md\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .md\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .md\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .md\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .md\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .md\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .md\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .md\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .md\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .md\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .md\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .md\:u-text-college--dark {
    color: #00523f !important;
  }

  .md\:u-text-college--light {
    color: #007258 !important;
  }

  .md\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .md\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .md\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .md\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .md\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .md\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .md\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .md\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .md\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .md\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .md\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .md\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .md\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .md\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .md\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .md\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .md\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .md\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .md\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .md\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .md\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .md\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .md\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .md\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .md\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .md\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .md\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .md\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .md\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .md\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .md\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .md\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .md\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .md\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .md\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .md\:u-text-primary--light {
    color: #74287a !important;
  }

  .md\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .md\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .md\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .md\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .md\:u-text-success--dark {
    color: #367e36 !important;
  }

  .md\:u-text-success--light {
    color: #4cb04c !important;
  }

  .md\:u-text-danger--dark {
    color: #981823 !important;
  }

  .md\:u-text-danger--light {
    color: #d52231 !important;
  }

  .md\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .md\:u-text-warning--light {
    color: #e37233 !important;
  }

  .md\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .md\:u-text-info--light {
    color: #138fb4 !important;
  }

  .md\:u-text-light--dark {
    color: #ccc !important;
  }

  .md\:u-text-light--light {
    color: #fff !important;
  }

  .md\:u-text-dark--dark {
    color: #29271c !important;
  }

  .md\:u-text-dark--light {
    color: #393727 !important;
  }

  .md\:hover\:u-text-transparent:hover {
    color: transparent !important;
  }

  .md\:hover\:u-text-current-color:hover {
    color: currentColor !important;
  }

  .md\:hover\:u-text-inherit:hover {
    color: inherit !important;
  }

  .md\:hover\:u-text-purple:hover {
    color: #68246d !important;
  }

  .md\:hover\:u-text-darkpurple:hover {
    color: #571b4f !important;
  }

  .md\:hover\:u-text-yellow:hover {
    color: #ffd53a !important;
  }

  .md\:hover\:u-text-cyan:hover {
    color: #00aeef !important;
  }

  .md\:hover\:u-text-blue:hover {
    color: #409ddd !important;
  }

  .md\:hover\:u-text-light-green:hover {
    color: #e2f4e9 !important;
  }

  .md\:hover\:u-text-red:hover {
    color: #be1e2c !important;
  }

  .md\:hover\:u-text-gold:hover {
    color: #afa961 !important;
  }

  .md\:hover\:u-text-ink-100:hover {
    color: #002337 !important;
  }

  .md\:hover\:u-text-stone:hover {
    color: #dacda2 !important;
  }

  .md\:hover\:u-text-sky:hover {
    color: #a5c8d0 !important;
  }

  .md\:hover\:u-text-heather:hover {
    color: #cba8b1 !important;
  }

  .md\:hover\:u-text-cedar:hover {
    color: #b6aaa7 !important;
  }

  .md\:hover\:u-text-business:hover {
    color: #b3bdb1 !important;
  }

  .md\:hover\:u-text-black:hover {
    color: #333123 !important;
  }

  .md\:hover\:u-text-white:hover {
    color: #fff !important;
  }

  .md\:hover\:u-text-grey-25:hover {
    color: #f7f7f7 !important;
  }

  .md\:hover\:u-text-grey-50:hover {
    color: #ebebeb !important;
  }

  .md\:hover\:u-text-grey-75:hover {
    color: #d9d9d9 !important;
  }

  .md\:hover\:u-text-grey-100:hover {
    color: #afb4b6 !important;
  }

  .md\:hover\:u-text-grey-200:hover {
    color: #898e91 !important;
  }

  .md\:hover\:u-text-grey-300:hover {
    color: #64696c !important;
  }

  .md\:hover\:u-text-grey-400:hover {
    color: #3c3c3b !important;
  }

  .md\:hover\:u-text-youtube:hover {
    color: #f00 !important;
  }

  .md\:hover\:u-text-twitter:hover {
    color: #1da1f2 !important;
  }

  .md\:hover\:u-text-facebook:hover {
    color: #3b5998 !important;
  }

  .md\:hover\:u-text-instagram:hover {
    color: #444 !important;
  }

  .md\:hover\:u-text-linkedin:hover {
    color: #0077b5 !important;
  }

  .md\:hover\:u-text-college:hover {
    color: #00664f !important;
  }

  .md\:hover\:u-text-coll-collingwood:hover {
    color: #d22630 !important;
  }

  .md\:hover\:u-text-coll-grey:hover {
    color: #af272f !important;
  }

  .md\:hover\:u-text-coll-hatfield:hover {
    color: #003865 !important;
  }

  .md\:hover\:u-text-coll-johnsnow:hover {
    color: #003865 !important;
  }

  .md\:hover\:u-text-coll-jbutler:hover {
    color: #d22630 !important;
  }

  .md\:hover\:u-text-coll-south-college:hover {
    color: #68246d !important;
  }

  .md\:hover\:u-text-coll-staidans:hover {
    color: #006747 !important;
  }

  .md\:hover\:u-text-coll-stchads:hover {
    color: #00573f !important;
  }

  .md\:hover\:u-text-coll-stcuthberts:hover {
    color: #00664f !important;
  }

  .md\:hover\:u-text-coll-sthild:hover {
    color: #0072ce !important;
  }

  .md\:hover\:u-text-coll-stjohns:hover {
    color: #1b365d !important;
  }

  .md\:hover\:u-text-coll-stmarys:hover {
    color: #753bbd !important;
  }

  .md\:hover\:u-text-coll-stephenson:hover {
    color: #d22630 !important;
  }

  .md\:hover\:u-text-coll-trevelyan:hover {
    color: #003865 !important;
  }

  .md\:hover\:u-text-coll-university:hover {
    color: #862633 !important;
  }

  .md\:hover\:u-text-coll-ustinov:hover {
    color: #003865 !important;
  }

  .md\:hover\:u-text-coll-vanmildert:hover {
    color: #ee2737 !important;
  }

  .md\:hover\:u-text-primary:hover {
    color: #68246d !important;
  }

  .md\:hover\:u-text-secondary:hover {
    color: #ffd53a !important;
  }

  .md\:hover\:u-text-tertiary:hover {
    color: #00aeef !important;
  }

  .md\:hover\:u-text-success:hover {
    color: #449d44 !important;
  }

  .md\:hover\:u-text-danger:hover {
    color: #be1e2c !important;
  }

  .md\:hover\:u-text-warning:hover {
    color: #da611e !important;
  }

  .md\:hover\:u-text-info:hover {
    color: #1180a1 !important;
  }

  .md\:hover\:u-text-light:hover {
    color: #fff !important;
  }

  .md\:hover\:u-text-dark:hover {
    color: #333123 !important;
  }

  .md\:hover\:u-text-purple--dark:hover {
    color: #531d57 !important;
  }

  .md\:hover\:u-text-purple--light:hover {
    color: #74287a !important;
  }

  .md\:hover\:u-text-darkpurple--dark:hover {
    color: #46163f !important;
  }

  .md\:hover\:u-text-darkpurple--light:hover {
    color: #611e58 !important;
  }

  .md\:hover\:u-text-yellow--dark:hover {
    color: #fac500 !important;
  }

  .md\:hover\:u-text-yellow--light:hover {
    color: #ffdd60 !important;
  }

  .md\:hover\:u-text-cyan--dark:hover {
    color: #008bbf !important;
  }

  .md\:hover\:u-text-cyan--light:hover {
    color: #0dbdff !important;
  }

  .md\:hover\:u-text-blue--dark:hover {
    color: #2281c2 !important;
  }

  .md\:hover\:u-text-blue--light:hover {
    color: #5dace2 !important;
  }

  .md\:hover\:u-text-light-green--dark:hover {
    color: #9edab5 !important;
  }

  .md\:hover\:u-text-light-green--light:hover {
    color: #fff !important;
  }

  .md\:hover\:u-text-red--dark:hover {
    color: #981823 !important;
  }

  .md\:hover\:u-text-red--light:hover {
    color: #d52231 !important;
  }

  .md\:hover\:u-text-gold--dark:hover {
    color: #908b49 !important;
  }

  .md\:hover\:u-text-gold--light:hover {
    color: #bab577 !important;
  }

  .md\:hover\:u-text-ink-100--dark:hover {
    color: #001c2c !important;
  }

  .md\:hover\:u-text-ink-100--light:hover {
    color: #00273e !important;
  }

  .md\:hover\:u-text-stone--dark:hover {
    color: #c4b06c !important;
  }

  .md\:hover\:u-text-stone--light:hover {
    color: #e7dfc3 !important;
  }

  .md\:hover\:u-text-sky--dark:hover {
    color: #74aab6 !important;
  }

  .md\:hover\:u-text-sky--light:hover {
    color: #c2dadf !important;
  }

  .md\:hover\:u-text-heather--dark:hover {
    color: #af7a87 !important;
  }

  .md\:hover\:u-text-heather--light:hover {
    color: #dcc4ca !important;
  }

  .md\:hover\:u-text-cedar--dark:hover {
    color: #968581 !important;
  }

  .md\:hover\:u-text-cedar--light:hover {
    color: #c9c0be !important;
  }

  .md\:hover\:u-text-business--dark:hover {
    color: #8c9b89 !important;
  }

  .md\:hover\:u-text-business--light:hover {
    color: #cad1c9 !important;
  }

  .md\:hover\:u-text-black--dark:hover {
    color: #29271c !important;
  }

  .md\:hover\:u-text-black--light:hover {
    color: #393727 !important;
  }

  .md\:hover\:u-text-white--dark:hover {
    color: #ccc !important;
  }

  .md\:hover\:u-text-white--light:hover {
    color: #fff !important;
  }

  .md\:hover\:u-text-grey-25--dark:hover {
    color: #c6c6c6 !important;
  }

  .md\:hover\:u-text-grey-25--light:hover {
    color: #fff !important;
  }

  .md\:hover\:u-text-grey-50--dark:hover {
    color: #bcbcbc !important;
  }

  .md\:hover\:u-text-grey-50--light:hover {
    color: #fff !important;
  }

  .md\:hover\:u-text-grey-75--dark:hover {
    color: #aeaeae !important;
  }

  .md\:hover\:u-text-grey-75--light:hover {
    color: #f3f3f3 !important;
  }

  .md\:hover\:u-text-grey-100--dark:hover {
    color: #8a9194 !important;
  }

  .md\:hover\:u-text-grey-100--light:hover {
    color: #c5c9ca !important;
  }

  .md\:hover\:u-text-grey-200--dark:hover {
    color: #6d7275 !important;
  }

  .md\:hover\:u-text-grey-200--light:hover {
    color: #9b9fa1 !important;
  }

  .md\:hover\:u-text-grey-300--dark:hover {
    color: #505456 !important;
  }

  .md\:hover\:u-text-grey-300--light:hover {
    color: #707679 !important;
  }

  .md\:hover\:u-text-grey-400--dark:hover {
    color: #30302f !important;
  }

  .md\:hover\:u-text-grey-400--light:hover {
    color: #434342 !important;
  }

  .md\:hover\:u-text-youtube--dark:hover {
    color: #c00 !important;
  }

  .md\:hover\:u-text-youtube--light:hover {
    color: #ff1f1f !important;
  }

  .md\:hover\:u-text-twitter--dark:hover {
    color: #0c84cd !important;
  }

  .md\:hover\:u-text-twitter--light:hover {
    color: #3caef4 !important;
  }

  .md\:hover\:u-text-facebook--dark:hover {
    color: #2f477a !important;
  }

  .md\:hover\:u-text-facebook--light:hover {
    color: #4264aa !important;
  }

  .md\:hover\:u-text-instagram--dark:hover {
    color: #363636 !important;
  }

  .md\:hover\:u-text-instagram--light:hover {
    color: #4c4c4c !important;
  }

  .md\:hover\:u-text-linkedin--dark:hover {
    color: #005f91 !important;
  }

  .md\:hover\:u-text-linkedin--light:hover {
    color: #0085cb !important;
  }

  .md\:hover\:u-text-college--dark:hover {
    color: #00523f !important;
  }

  .md\:hover\:u-text-college--light:hover {
    color: #007258 !important;
  }

  .md\:hover\:u-text-coll-collingwood--dark:hover {
    color: #a81e26 !important;
  }

  .md\:hover\:u-text-coll-collingwood--light:hover {
    color: #db3a44 !important;
  }

  .md\:hover\:u-text-coll-grey--dark:hover {
    color: #8c1f26 !important;
  }

  .md\:hover\:u-text-coll-grey--light:hover {
    color: #c42c35 !important;
  }

  .md\:hover\:u-text-coll-hatfield--dark:hover {
    color: #002d51 !important;
  }

  .md\:hover\:u-text-coll-hatfield--light:hover {
    color: #003f71 !important;
  }

  .md\:hover\:u-text-coll-johnsnow--dark:hover {
    color: #002d51 !important;
  }

  .md\:hover\:u-text-coll-johnsnow--light:hover {
    color: #003f71 !important;
  }

  .md\:hover\:u-text-coll-jbutler--dark:hover {
    color: #a81e26 !important;
  }

  .md\:hover\:u-text-coll-jbutler--light:hover {
    color: #db3a44 !important;
  }

  .md\:hover\:u-text-coll-south-college--dark:hover {
    color: #531d57 !important;
  }

  .md\:hover\:u-text-coll-south-college--light:hover {
    color: #74287a !important;
  }

  .md\:hover\:u-text-coll-staidans--dark:hover {
    color: #005239 !important;
  }

  .md\:hover\:u-text-coll-staidans--light:hover {
    color: #007350 !important;
  }

  .md\:hover\:u-text-coll-stchads--dark:hover {
    color: #004632 !important;
  }

  .md\:hover\:u-text-coll-stchads--light:hover {
    color: #006147 !important;
  }

  .md\:hover\:u-text-coll-stcuthberts--dark:hover {
    color: #00523f !important;
  }

  .md\:hover\:u-text-coll-stcuthberts--light:hover {
    color: #007258 !important;
  }

  .md\:hover\:u-text-coll-sthild--dark:hover {
    color: #005ba5 !important;
  }

  .md\:hover\:u-text-coll-sthild--light:hover {
    color: #0080e7 !important;
  }

  .md\:hover\:u-text-coll-stjohns--dark:hover {
    color: #162b4a !important;
  }

  .md\:hover\:u-text-coll-stjohns--light:hover {
    color: #1e3c68 !important;
  }

  .md\:hover\:u-text-coll-stmarys--dark:hover {
    color: #5e2f97 !important;
  }

  .md\:hover\:u-text-coll-stmarys--light:hover {
    color: #844ec8 !important;
  }

  .md\:hover\:u-text-coll-stephenson--dark:hover {
    color: #a81e26 !important;
  }

  .md\:hover\:u-text-coll-stephenson--light:hover {
    color: #db3a44 !important;
  }

  .md\:hover\:u-text-coll-trevelyan--dark:hover {
    color: #002d51 !important;
  }

  .md\:hover\:u-text-coll-trevelyan--light:hover {
    color: #003f71 !important;
  }

  .md\:hover\:u-text-coll-university--dark:hover {
    color: #6b1e29 !important;
  }

  .md\:hover\:u-text-coll-university--light:hover {
    color: #962b39 !important;
  }

  .md\:hover\:u-text-coll-ustinov--dark:hover {
    color: #002d51 !important;
  }

  .md\:hover\:u-text-coll-ustinov--light:hover {
    color: #003f71 !important;
  }

  .md\:hover\:u-text-coll-vanmildert--dark:hover {
    color: #cd101f !important;
  }

  .md\:hover\:u-text-coll-vanmildert--light:hover {
    color: #f04654 !important;
  }

  .md\:hover\:u-text-primary--dark:hover {
    color: #531d57 !important;
  }

  .md\:hover\:u-text-primary--light:hover {
    color: #74287a !important;
  }

  .md\:hover\:u-text-secondary--dark:hover {
    color: #fac500 !important;
  }

  .md\:hover\:u-text-secondary--light:hover {
    color: #ffdd60 !important;
  }

  .md\:hover\:u-text-tertiary--dark:hover {
    color: #008bbf !important;
  }

  .md\:hover\:u-text-tertiary--light:hover {
    color: #0dbdff !important;
  }

  .md\:hover\:u-text-success--dark:hover {
    color: #367e36 !important;
  }

  .md\:hover\:u-text-success--light:hover {
    color: #4cb04c !important;
  }

  .md\:hover\:u-text-danger--dark:hover {
    color: #981823 !important;
  }

  .md\:hover\:u-text-danger--light:hover {
    color: #d52231 !important;
  }

  .md\:hover\:u-text-warning--dark:hover {
    color: #ae4e18 !important;
  }

  .md\:hover\:u-text-warning--light:hover {
    color: #e37233 !important;
  }

  .md\:hover\:u-text-info--dark:hover {
    color: #0e6681 !important;
  }

  .md\:hover\:u-text-info--light:hover {
    color: #138fb4 !important;
  }

  .md\:hover\:u-text-light--dark:hover {
    color: #ccc !important;
  }

  .md\:hover\:u-text-light--light:hover {
    color: #fff !important;
  }

  .md\:hover\:u-text-dark--dark:hover {
    color: #29271c !important;
  }

  .md\:hover\:u-text-dark--light:hover {
    color: #393727 !important;
  }

  .md\:focus\:u-text-transparent:focus {
    color: transparent !important;
  }

  .md\:focus\:u-text-current-color:focus {
    color: currentColor !important;
  }

  .md\:focus\:u-text-inherit:focus {
    color: inherit !important;
  }

  .md\:focus\:u-text-purple:focus {
    color: #68246d !important;
  }

  .md\:focus\:u-text-darkpurple:focus {
    color: #571b4f !important;
  }

  .md\:focus\:u-text-yellow:focus {
    color: #ffd53a !important;
  }

  .md\:focus\:u-text-cyan:focus {
    color: #00aeef !important;
  }

  .md\:focus\:u-text-blue:focus {
    color: #409ddd !important;
  }

  .md\:focus\:u-text-light-green:focus {
    color: #e2f4e9 !important;
  }

  .md\:focus\:u-text-red:focus {
    color: #be1e2c !important;
  }

  .md\:focus\:u-text-gold:focus {
    color: #afa961 !important;
  }

  .md\:focus\:u-text-ink-100:focus {
    color: #002337 !important;
  }

  .md\:focus\:u-text-stone:focus {
    color: #dacda2 !important;
  }

  .md\:focus\:u-text-sky:focus {
    color: #a5c8d0 !important;
  }

  .md\:focus\:u-text-heather:focus {
    color: #cba8b1 !important;
  }

  .md\:focus\:u-text-cedar:focus {
    color: #b6aaa7 !important;
  }

  .md\:focus\:u-text-business:focus {
    color: #b3bdb1 !important;
  }

  .md\:focus\:u-text-black:focus {
    color: #333123 !important;
  }

  .md\:focus\:u-text-white:focus {
    color: #fff !important;
  }

  .md\:focus\:u-text-grey-25:focus {
    color: #f7f7f7 !important;
  }

  .md\:focus\:u-text-grey-50:focus {
    color: #ebebeb !important;
  }

  .md\:focus\:u-text-grey-75:focus {
    color: #d9d9d9 !important;
  }

  .md\:focus\:u-text-grey-100:focus {
    color: #afb4b6 !important;
  }

  .md\:focus\:u-text-grey-200:focus {
    color: #898e91 !important;
  }

  .md\:focus\:u-text-grey-300:focus {
    color: #64696c !important;
  }

  .md\:focus\:u-text-grey-400:focus {
    color: #3c3c3b !important;
  }

  .md\:focus\:u-text-youtube:focus {
    color: #f00 !important;
  }

  .md\:focus\:u-text-twitter:focus {
    color: #1da1f2 !important;
  }

  .md\:focus\:u-text-facebook:focus {
    color: #3b5998 !important;
  }

  .md\:focus\:u-text-instagram:focus {
    color: #444 !important;
  }

  .md\:focus\:u-text-linkedin:focus {
    color: #0077b5 !important;
  }

  .md\:focus\:u-text-college:focus {
    color: #00664f !important;
  }

  .md\:focus\:u-text-coll-collingwood:focus {
    color: #d22630 !important;
  }

  .md\:focus\:u-text-coll-grey:focus {
    color: #af272f !important;
  }

  .md\:focus\:u-text-coll-hatfield:focus {
    color: #003865 !important;
  }

  .md\:focus\:u-text-coll-johnsnow:focus {
    color: #003865 !important;
  }

  .md\:focus\:u-text-coll-jbutler:focus {
    color: #d22630 !important;
  }

  .md\:focus\:u-text-coll-south-college:focus {
    color: #68246d !important;
  }

  .md\:focus\:u-text-coll-staidans:focus {
    color: #006747 !important;
  }

  .md\:focus\:u-text-coll-stchads:focus {
    color: #00573f !important;
  }

  .md\:focus\:u-text-coll-stcuthberts:focus {
    color: #00664f !important;
  }

  .md\:focus\:u-text-coll-sthild:focus {
    color: #0072ce !important;
  }

  .md\:focus\:u-text-coll-stjohns:focus {
    color: #1b365d !important;
  }

  .md\:focus\:u-text-coll-stmarys:focus {
    color: #753bbd !important;
  }

  .md\:focus\:u-text-coll-stephenson:focus {
    color: #d22630 !important;
  }

  .md\:focus\:u-text-coll-trevelyan:focus {
    color: #003865 !important;
  }

  .md\:focus\:u-text-coll-university:focus {
    color: #862633 !important;
  }

  .md\:focus\:u-text-coll-ustinov:focus {
    color: #003865 !important;
  }

  .md\:focus\:u-text-coll-vanmildert:focus {
    color: #ee2737 !important;
  }

  .md\:focus\:u-text-primary:focus {
    color: #68246d !important;
  }

  .md\:focus\:u-text-secondary:focus {
    color: #ffd53a !important;
  }

  .md\:focus\:u-text-tertiary:focus {
    color: #00aeef !important;
  }

  .md\:focus\:u-text-success:focus {
    color: #449d44 !important;
  }

  .md\:focus\:u-text-danger:focus {
    color: #be1e2c !important;
  }

  .md\:focus\:u-text-warning:focus {
    color: #da611e !important;
  }

  .md\:focus\:u-text-info:focus {
    color: #1180a1 !important;
  }

  .md\:focus\:u-text-light:focus {
    color: #fff !important;
  }

  .md\:focus\:u-text-dark:focus {
    color: #333123 !important;
  }

  .md\:focus\:u-text-purple--dark:focus {
    color: #531d57 !important;
  }

  .md\:focus\:u-text-purple--light:focus {
    color: #74287a !important;
  }

  .md\:focus\:u-text-darkpurple--dark:focus {
    color: #46163f !important;
  }

  .md\:focus\:u-text-darkpurple--light:focus {
    color: #611e58 !important;
  }

  .md\:focus\:u-text-yellow--dark:focus {
    color: #fac500 !important;
  }

  .md\:focus\:u-text-yellow--light:focus {
    color: #ffdd60 !important;
  }

  .md\:focus\:u-text-cyan--dark:focus {
    color: #008bbf !important;
  }

  .md\:focus\:u-text-cyan--light:focus {
    color: #0dbdff !important;
  }

  .md\:focus\:u-text-blue--dark:focus {
    color: #2281c2 !important;
  }

  .md\:focus\:u-text-blue--light:focus {
    color: #5dace2 !important;
  }

  .md\:focus\:u-text-light-green--dark:focus {
    color: #9edab5 !important;
  }

  .md\:focus\:u-text-light-green--light:focus {
    color: #fff !important;
  }

  .md\:focus\:u-text-red--dark:focus {
    color: #981823 !important;
  }

  .md\:focus\:u-text-red--light:focus {
    color: #d52231 !important;
  }

  .md\:focus\:u-text-gold--dark:focus {
    color: #908b49 !important;
  }

  .md\:focus\:u-text-gold--light:focus {
    color: #bab577 !important;
  }

  .md\:focus\:u-text-ink-100--dark:focus {
    color: #001c2c !important;
  }

  .md\:focus\:u-text-ink-100--light:focus {
    color: #00273e !important;
  }

  .md\:focus\:u-text-stone--dark:focus {
    color: #c4b06c !important;
  }

  .md\:focus\:u-text-stone--light:focus {
    color: #e7dfc3 !important;
  }

  .md\:focus\:u-text-sky--dark:focus {
    color: #74aab6 !important;
  }

  .md\:focus\:u-text-sky--light:focus {
    color: #c2dadf !important;
  }

  .md\:focus\:u-text-heather--dark:focus {
    color: #af7a87 !important;
  }

  .md\:focus\:u-text-heather--light:focus {
    color: #dcc4ca !important;
  }

  .md\:focus\:u-text-cedar--dark:focus {
    color: #968581 !important;
  }

  .md\:focus\:u-text-cedar--light:focus {
    color: #c9c0be !important;
  }

  .md\:focus\:u-text-business--dark:focus {
    color: #8c9b89 !important;
  }

  .md\:focus\:u-text-business--light:focus {
    color: #cad1c9 !important;
  }

  .md\:focus\:u-text-black--dark:focus {
    color: #29271c !important;
  }

  .md\:focus\:u-text-black--light:focus {
    color: #393727 !important;
  }

  .md\:focus\:u-text-white--dark:focus {
    color: #ccc !important;
  }

  .md\:focus\:u-text-white--light:focus {
    color: #fff !important;
  }

  .md\:focus\:u-text-grey-25--dark:focus {
    color: #c6c6c6 !important;
  }

  .md\:focus\:u-text-grey-25--light:focus {
    color: #fff !important;
  }

  .md\:focus\:u-text-grey-50--dark:focus {
    color: #bcbcbc !important;
  }

  .md\:focus\:u-text-grey-50--light:focus {
    color: #fff !important;
  }

  .md\:focus\:u-text-grey-75--dark:focus {
    color: #aeaeae !important;
  }

  .md\:focus\:u-text-grey-75--light:focus {
    color: #f3f3f3 !important;
  }

  .md\:focus\:u-text-grey-100--dark:focus {
    color: #8a9194 !important;
  }

  .md\:focus\:u-text-grey-100--light:focus {
    color: #c5c9ca !important;
  }

  .md\:focus\:u-text-grey-200--dark:focus {
    color: #6d7275 !important;
  }

  .md\:focus\:u-text-grey-200--light:focus {
    color: #9b9fa1 !important;
  }

  .md\:focus\:u-text-grey-300--dark:focus {
    color: #505456 !important;
  }

  .md\:focus\:u-text-grey-300--light:focus {
    color: #707679 !important;
  }

  .md\:focus\:u-text-grey-400--dark:focus {
    color: #30302f !important;
  }

  .md\:focus\:u-text-grey-400--light:focus {
    color: #434342 !important;
  }

  .md\:focus\:u-text-youtube--dark:focus {
    color: #c00 !important;
  }

  .md\:focus\:u-text-youtube--light:focus {
    color: #ff1f1f !important;
  }

  .md\:focus\:u-text-twitter--dark:focus {
    color: #0c84cd !important;
  }

  .md\:focus\:u-text-twitter--light:focus {
    color: #3caef4 !important;
  }

  .md\:focus\:u-text-facebook--dark:focus {
    color: #2f477a !important;
  }

  .md\:focus\:u-text-facebook--light:focus {
    color: #4264aa !important;
  }

  .md\:focus\:u-text-instagram--dark:focus {
    color: #363636 !important;
  }

  .md\:focus\:u-text-instagram--light:focus {
    color: #4c4c4c !important;
  }

  .md\:focus\:u-text-linkedin--dark:focus {
    color: #005f91 !important;
  }

  .md\:focus\:u-text-linkedin--light:focus {
    color: #0085cb !important;
  }

  .md\:focus\:u-text-college--dark:focus {
    color: #00523f !important;
  }

  .md\:focus\:u-text-college--light:focus {
    color: #007258 !important;
  }

  .md\:focus\:u-text-coll-collingwood--dark:focus {
    color: #a81e26 !important;
  }

  .md\:focus\:u-text-coll-collingwood--light:focus {
    color: #db3a44 !important;
  }

  .md\:focus\:u-text-coll-grey--dark:focus {
    color: #8c1f26 !important;
  }

  .md\:focus\:u-text-coll-grey--light:focus {
    color: #c42c35 !important;
  }

  .md\:focus\:u-text-coll-hatfield--dark:focus {
    color: #002d51 !important;
  }

  .md\:focus\:u-text-coll-hatfield--light:focus {
    color: #003f71 !important;
  }

  .md\:focus\:u-text-coll-johnsnow--dark:focus {
    color: #002d51 !important;
  }

  .md\:focus\:u-text-coll-johnsnow--light:focus {
    color: #003f71 !important;
  }

  .md\:focus\:u-text-coll-jbutler--dark:focus {
    color: #a81e26 !important;
  }

  .md\:focus\:u-text-coll-jbutler--light:focus {
    color: #db3a44 !important;
  }

  .md\:focus\:u-text-coll-south-college--dark:focus {
    color: #531d57 !important;
  }

  .md\:focus\:u-text-coll-south-college--light:focus {
    color: #74287a !important;
  }

  .md\:focus\:u-text-coll-staidans--dark:focus {
    color: #005239 !important;
  }

  .md\:focus\:u-text-coll-staidans--light:focus {
    color: #007350 !important;
  }

  .md\:focus\:u-text-coll-stchads--dark:focus {
    color: #004632 !important;
  }

  .md\:focus\:u-text-coll-stchads--light:focus {
    color: #006147 !important;
  }

  .md\:focus\:u-text-coll-stcuthberts--dark:focus {
    color: #00523f !important;
  }

  .md\:focus\:u-text-coll-stcuthberts--light:focus {
    color: #007258 !important;
  }

  .md\:focus\:u-text-coll-sthild--dark:focus {
    color: #005ba5 !important;
  }

  .md\:focus\:u-text-coll-sthild--light:focus {
    color: #0080e7 !important;
  }

  .md\:focus\:u-text-coll-stjohns--dark:focus {
    color: #162b4a !important;
  }

  .md\:focus\:u-text-coll-stjohns--light:focus {
    color: #1e3c68 !important;
  }

  .md\:focus\:u-text-coll-stmarys--dark:focus {
    color: #5e2f97 !important;
  }

  .md\:focus\:u-text-coll-stmarys--light:focus {
    color: #844ec8 !important;
  }

  .md\:focus\:u-text-coll-stephenson--dark:focus {
    color: #a81e26 !important;
  }

  .md\:focus\:u-text-coll-stephenson--light:focus {
    color: #db3a44 !important;
  }

  .md\:focus\:u-text-coll-trevelyan--dark:focus {
    color: #002d51 !important;
  }

  .md\:focus\:u-text-coll-trevelyan--light:focus {
    color: #003f71 !important;
  }

  .md\:focus\:u-text-coll-university--dark:focus {
    color: #6b1e29 !important;
  }

  .md\:focus\:u-text-coll-university--light:focus {
    color: #962b39 !important;
  }

  .md\:focus\:u-text-coll-ustinov--dark:focus {
    color: #002d51 !important;
  }

  .md\:focus\:u-text-coll-ustinov--light:focus {
    color: #003f71 !important;
  }

  .md\:focus\:u-text-coll-vanmildert--dark:focus {
    color: #cd101f !important;
  }

  .md\:focus\:u-text-coll-vanmildert--light:focus {
    color: #f04654 !important;
  }

  .md\:focus\:u-text-primary--dark:focus {
    color: #531d57 !important;
  }

  .md\:focus\:u-text-primary--light:focus {
    color: #74287a !important;
  }

  .md\:focus\:u-text-secondary--dark:focus {
    color: #fac500 !important;
  }

  .md\:focus\:u-text-secondary--light:focus {
    color: #ffdd60 !important;
  }

  .md\:focus\:u-text-tertiary--dark:focus {
    color: #008bbf !important;
  }

  .md\:focus\:u-text-tertiary--light:focus {
    color: #0dbdff !important;
  }

  .md\:focus\:u-text-success--dark:focus {
    color: #367e36 !important;
  }

  .md\:focus\:u-text-success--light:focus {
    color: #4cb04c !important;
  }

  .md\:focus\:u-text-danger--dark:focus {
    color: #981823 !important;
  }

  .md\:focus\:u-text-danger--light:focus {
    color: #d52231 !important;
  }

  .md\:focus\:u-text-warning--dark:focus {
    color: #ae4e18 !important;
  }

  .md\:focus\:u-text-warning--light:focus {
    color: #e37233 !important;
  }

  .md\:focus\:u-text-info--dark:focus {
    color: #0e6681 !important;
  }

  .md\:focus\:u-text-info--light:focus {
    color: #138fb4 !important;
  }

  .md\:focus\:u-text-light--dark:focus {
    color: #ccc !important;
  }

  .md\:focus\:u-text-light--light:focus {
    color: #fff !important;
  }

  .md\:focus\:u-text-dark--dark:focus {
    color: #29271c !important;
  }

  .md\:focus\:u-text-dark--light:focus {
    color: #393727 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-transparent {
    color: transparent !important;
  }

  .ui-state-active .md\:ui-active\:u-text-current-color {
    color: currentColor !important;
  }

  .ui-state-active .md\:ui-active\:u-text-inherit {
    color: inherit !important;
  }

  .ui-state-active .md\:ui-active\:u-text-purple {
    color: #68246d !important;
  }

  .ui-state-active .md\:ui-active\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .ui-state-active .md\:ui-active\:u-text-yellow {
    color: #ffd53a !important;
  }

  .ui-state-active .md\:ui-active\:u-text-cyan {
    color: #00aeef !important;
  }

  .ui-state-active .md\:ui-active\:u-text-blue {
    color: #409ddd !important;
  }

  .ui-state-active .md\:ui-active\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-red {
    color: #be1e2c !important;
  }

  .ui-state-active .md\:ui-active\:u-text-gold {
    color: #afa961 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-ink-100 {
    color: #002337 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-stone {
    color: #dacda2 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-heather {
    color: #cba8b1 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-business {
    color: #b3bdb1 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-black {
    color: #333123 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-white {
    color: #fff !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-300 {
    color: #64696c !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .ui-state-active .md\:ui-active\:u-text-youtube {
    color: #f00 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-facebook {
    color: #3b5998 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-instagram {
    color: #444 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-college {
    color: #00664f !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-grey {
    color: #af272f !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-university {
    color: #862633 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-primary {
    color: #68246d !important;
  }

  .ui-state-active .md\:ui-active\:u-text-secondary {
    color: #ffd53a !important;
  }

  .ui-state-active .md\:ui-active\:u-text-tertiary {
    color: #00aeef !important;
  }

  .ui-state-active .md\:ui-active\:u-text-success {
    color: #449d44 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-danger {
    color: #be1e2c !important;
  }

  .ui-state-active .md\:ui-active\:u-text-warning {
    color: #da611e !important;
  }

  .ui-state-active .md\:ui-active\:u-text-info {
    color: #1180a1 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-light {
    color: #fff !important;
  }

  .ui-state-active .md\:ui-active\:u-text-dark {
    color: #333123 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-purple--light {
    color: #74287a !important;
  }

  .ui-state-active .md\:ui-active\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .ui-state-active .md\:ui-active\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .ui-state-active .md\:ui-active\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .ui-state-active .md\:ui-active\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-light-green--light {
    color: #fff !important;
  }

  .ui-state-active .md\:ui-active\:u-text-red--dark {
    color: #981823 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-red--light {
    color: #d52231 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-gold--light {
    color: #bab577 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .ui-state-active .md\:ui-active\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .ui-state-active .md\:ui-active\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .ui-state-active .md\:ui-active\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .ui-state-active .md\:ui-active\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .ui-state-active .md\:ui-active\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .ui-state-active .md\:ui-active\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-black--dark {
    color: #29271c !important;
  }

  .ui-state-active .md\:ui-active\:u-text-black--light {
    color: #393727 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-white--dark {
    color: #ccc !important;
  }

  .ui-state-active .md\:ui-active\:u-text-white--light {
    color: #fff !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-25--light {
    color: #fff !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-50--light {
    color: #fff !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .ui-state-active .md\:ui-active\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .ui-state-active .md\:ui-active\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .ui-state-active .md\:ui-active\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .ui-state-active .md\:ui-active\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .ui-state-active .md\:ui-active\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .ui-state-active .md\:ui-active\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .ui-state-active .md\:ui-active\:u-text-college--dark {
    color: #00523f !important;
  }

  .ui-state-active .md\:ui-active\:u-text-college--light {
    color: #007258 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .ui-state-active .md\:ui-active\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-primary--light {
    color: #74287a !important;
  }

  .ui-state-active .md\:ui-active\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .ui-state-active .md\:ui-active\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .ui-state-active .md\:ui-active\:u-text-success--dark {
    color: #367e36 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-success--light {
    color: #4cb04c !important;
  }

  .ui-state-active .md\:ui-active\:u-text-danger--dark {
    color: #981823 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-danger--light {
    color: #d52231 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-warning--light {
    color: #e37233 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-info--light {
    color: #138fb4 !important;
  }

  .ui-state-active .md\:ui-active\:u-text-light--dark {
    color: #ccc !important;
  }

  .ui-state-active .md\:ui-active\:u-text-light--light {
    color: #fff !important;
  }

  .ui-state-active .md\:ui-active\:u-text-dark--dark {
    color: #29271c !important;
  }

  .ui-state-active .md\:ui-active\:u-text-dark--light {
    color: #393727 !important;
  }

  .group:hover .md\:group-hover\:u-text-transparent {
    color: transparent !important;
  }

  .group:hover .md\:group-hover\:u-text-current-color {
    color: currentColor !important;
  }

  .group:hover .md\:group-hover\:u-text-inherit {
    color: inherit !important;
  }

  .group:hover .md\:group-hover\:u-text-purple {
    color: #68246d !important;
  }

  .group:hover .md\:group-hover\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .group:hover .md\:group-hover\:u-text-yellow {
    color: #ffd53a !important;
  }

  .group:hover .md\:group-hover\:u-text-cyan {
    color: #00aeef !important;
  }

  .group:hover .md\:group-hover\:u-text-blue {
    color: #409ddd !important;
  }

  .group:hover .md\:group-hover\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .group:hover .md\:group-hover\:u-text-red {
    color: #be1e2c !important;
  }

  .group:hover .md\:group-hover\:u-text-gold {
    color: #afa961 !important;
  }

  .group:hover .md\:group-hover\:u-text-ink-100 {
    color: #002337 !important;
  }

  .group:hover .md\:group-hover\:u-text-stone {
    color: #dacda2 !important;
  }

  .group:hover .md\:group-hover\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .group:hover .md\:group-hover\:u-text-heather {
    color: #cba8b1 !important;
  }

  .group:hover .md\:group-hover\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .group:hover .md\:group-hover\:u-text-business {
    color: #b3bdb1 !important;
  }

  .group:hover .md\:group-hover\:u-text-black {
    color: #333123 !important;
  }

  .group:hover .md\:group-hover\:u-text-white {
    color: #fff !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-300 {
    color: #64696c !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .group:hover .md\:group-hover\:u-text-youtube {
    color: #f00 !important;
  }

  .group:hover .md\:group-hover\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .group:hover .md\:group-hover\:u-text-facebook {
    color: #3b5998 !important;
  }

  .group:hover .md\:group-hover\:u-text-instagram {
    color: #444 !important;
  }

  .group:hover .md\:group-hover\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .group:hover .md\:group-hover\:u-text-college {
    color: #00664f !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-grey {
    color: #af272f !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-university {
    color: #862633 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .group:hover .md\:group-hover\:u-text-primary {
    color: #68246d !important;
  }

  .group:hover .md\:group-hover\:u-text-secondary {
    color: #ffd53a !important;
  }

  .group:hover .md\:group-hover\:u-text-tertiary {
    color: #00aeef !important;
  }

  .group:hover .md\:group-hover\:u-text-success {
    color: #449d44 !important;
  }

  .group:hover .md\:group-hover\:u-text-danger {
    color: #be1e2c !important;
  }

  .group:hover .md\:group-hover\:u-text-warning {
    color: #da611e !important;
  }

  .group:hover .md\:group-hover\:u-text-info {
    color: #1180a1 !important;
  }

  .group:hover .md\:group-hover\:u-text-light {
    color: #fff !important;
  }

  .group:hover .md\:group-hover\:u-text-dark {
    color: #333123 !important;
  }

  .group:hover .md\:group-hover\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .group:hover .md\:group-hover\:u-text-purple--light {
    color: #74287a !important;
  }

  .group:hover .md\:group-hover\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .group:hover .md\:group-hover\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .group:hover .md\:group-hover\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .group:hover .md\:group-hover\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .group:hover .md\:group-hover\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .group:hover .md\:group-hover\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .group:hover .md\:group-hover\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .group:hover .md\:group-hover\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .group:hover .md\:group-hover\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .group:hover .md\:group-hover\:u-text-light-green--light {
    color: #fff !important;
  }

  .group:hover .md\:group-hover\:u-text-red--dark {
    color: #981823 !important;
  }

  .group:hover .md\:group-hover\:u-text-red--light {
    color: #d52231 !important;
  }

  .group:hover .md\:group-hover\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .group:hover .md\:group-hover\:u-text-gold--light {
    color: #bab577 !important;
  }

  .group:hover .md\:group-hover\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .group:hover .md\:group-hover\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .group:hover .md\:group-hover\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .group:hover .md\:group-hover\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .group:hover .md\:group-hover\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .group:hover .md\:group-hover\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .group:hover .md\:group-hover\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .group:hover .md\:group-hover\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .group:hover .md\:group-hover\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .group:hover .md\:group-hover\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .group:hover .md\:group-hover\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .group:hover .md\:group-hover\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .group:hover .md\:group-hover\:u-text-black--dark {
    color: #29271c !important;
  }

  .group:hover .md\:group-hover\:u-text-black--light {
    color: #393727 !important;
  }

  .group:hover .md\:group-hover\:u-text-white--dark {
    color: #ccc !important;
  }

  .group:hover .md\:group-hover\:u-text-white--light {
    color: #fff !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-25--light {
    color: #fff !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-50--light {
    color: #fff !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .group:hover .md\:group-hover\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .group:hover .md\:group-hover\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .group:hover .md\:group-hover\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .group:hover .md\:group-hover\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .group:hover .md\:group-hover\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .group:hover .md\:group-hover\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .group:hover .md\:group-hover\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .group:hover .md\:group-hover\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .group:hover .md\:group-hover\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .group:hover .md\:group-hover\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .group:hover .md\:group-hover\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .group:hover .md\:group-hover\:u-text-college--dark {
    color: #00523f !important;
  }

  .group:hover .md\:group-hover\:u-text-college--light {
    color: #007258 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .group:hover .md\:group-hover\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .group:hover .md\:group-hover\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .group:hover .md\:group-hover\:u-text-primary--light {
    color: #74287a !important;
  }

  .group:hover .md\:group-hover\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .group:hover .md\:group-hover\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .group:hover .md\:group-hover\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .group:hover .md\:group-hover\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .group:hover .md\:group-hover\:u-text-success--dark {
    color: #367e36 !important;
  }

  .group:hover .md\:group-hover\:u-text-success--light {
    color: #4cb04c !important;
  }

  .group:hover .md\:group-hover\:u-text-danger--dark {
    color: #981823 !important;
  }

  .group:hover .md\:group-hover\:u-text-danger--light {
    color: #d52231 !important;
  }

  .group:hover .md\:group-hover\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .group:hover .md\:group-hover\:u-text-warning--light {
    color: #e37233 !important;
  }

  .group:hover .md\:group-hover\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .group:hover .md\:group-hover\:u-text-info--light {
    color: #138fb4 !important;
  }

  .group:hover .md\:group-hover\:u-text-light--dark {
    color: #ccc !important;
  }

  .group:hover .md\:group-hover\:u-text-light--light {
    color: #fff !important;
  }

  .group:hover .md\:group-hover\:u-text-dark--dark {
    color: #29271c !important;
  }

  .group:hover .md\:group-hover\:u-text-dark--light {
    color: #393727 !important;
  }

  .group:hover .md\:group-hocus\:u-text-transparent,
  .group:focus .md\:group-hocus\:u-text-transparent {
    color: transparent !important;
  }

  .group:hover .md\:group-hocus\:u-text-current-color,
  .group:focus .md\:group-hocus\:u-text-current-color {
    color: currentColor !important;
  }

  .group:hover .md\:group-hocus\:u-text-inherit,
  .group:focus .md\:group-hocus\:u-text-inherit {
    color: inherit !important;
  }

  .group:hover .md\:group-hocus\:u-text-purple,
  .group:focus .md\:group-hocus\:u-text-purple {
    color: #68246d !important;
  }

  .group:hover .md\:group-hocus\:u-text-darkpurple,
  .group:focus .md\:group-hocus\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .group:hover .md\:group-hocus\:u-text-yellow,
  .group:focus .md\:group-hocus\:u-text-yellow {
    color: #ffd53a !important;
  }

  .group:hover .md\:group-hocus\:u-text-cyan,
  .group:focus .md\:group-hocus\:u-text-cyan {
    color: #00aeef !important;
  }

  .group:hover .md\:group-hocus\:u-text-blue,
  .group:focus .md\:group-hocus\:u-text-blue {
    color: #409ddd !important;
  }

  .group:hover .md\:group-hocus\:u-text-light-green,
  .group:focus .md\:group-hocus\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .group:hover .md\:group-hocus\:u-text-red,
  .group:focus .md\:group-hocus\:u-text-red {
    color: #be1e2c !important;
  }

  .group:hover .md\:group-hocus\:u-text-gold,
  .group:focus .md\:group-hocus\:u-text-gold {
    color: #afa961 !important;
  }

  .group:hover .md\:group-hocus\:u-text-ink-100,
  .group:focus .md\:group-hocus\:u-text-ink-100 {
    color: #002337 !important;
  }

  .group:hover .md\:group-hocus\:u-text-stone,
  .group:focus .md\:group-hocus\:u-text-stone {
    color: #dacda2 !important;
  }

  .group:hover .md\:group-hocus\:u-text-sky,
  .group:focus .md\:group-hocus\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .group:hover .md\:group-hocus\:u-text-heather,
  .group:focus .md\:group-hocus\:u-text-heather {
    color: #cba8b1 !important;
  }

  .group:hover .md\:group-hocus\:u-text-cedar,
  .group:focus .md\:group-hocus\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .group:hover .md\:group-hocus\:u-text-business,
  .group:focus .md\:group-hocus\:u-text-business {
    color: #b3bdb1 !important;
  }

  .group:hover .md\:group-hocus\:u-text-black,
  .group:focus .md\:group-hocus\:u-text-black {
    color: #333123 !important;
  }

  .group:hover .md\:group-hocus\:u-text-white,
  .group:focus .md\:group-hocus\:u-text-white {
    color: #fff !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-25,
  .group:focus .md\:group-hocus\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-50,
  .group:focus .md\:group-hocus\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-75,
  .group:focus .md\:group-hocus\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-100,
  .group:focus .md\:group-hocus\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-200,
  .group:focus .md\:group-hocus\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-300,
  .group:focus .md\:group-hocus\:u-text-grey-300 {
    color: #64696c !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-400,
  .group:focus .md\:group-hocus\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .group:hover .md\:group-hocus\:u-text-youtube,
  .group:focus .md\:group-hocus\:u-text-youtube {
    color: #f00 !important;
  }

  .group:hover .md\:group-hocus\:u-text-twitter,
  .group:focus .md\:group-hocus\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .group:hover .md\:group-hocus\:u-text-facebook,
  .group:focus .md\:group-hocus\:u-text-facebook {
    color: #3b5998 !important;
  }

  .group:hover .md\:group-hocus\:u-text-instagram,
  .group:focus .md\:group-hocus\:u-text-instagram {
    color: #444 !important;
  }

  .group:hover .md\:group-hocus\:u-text-linkedin,
  .group:focus .md\:group-hocus\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .group:hover .md\:group-hocus\:u-text-college,
  .group:focus .md\:group-hocus\:u-text-college {
    color: #00664f !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-collingwood,
  .group:focus .md\:group-hocus\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-grey,
  .group:focus .md\:group-hocus\:u-text-coll-grey {
    color: #af272f !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-hatfield,
  .group:focus .md\:group-hocus\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-johnsnow,
  .group:focus .md\:group-hocus\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-jbutler,
  .group:focus .md\:group-hocus\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-south-college,
  .group:focus .md\:group-hocus\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-staidans,
  .group:focus .md\:group-hocus\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-stchads,
  .group:focus .md\:group-hocus\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-stcuthberts,
  .group:focus .md\:group-hocus\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-sthild,
  .group:focus .md\:group-hocus\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-stjohns,
  .group:focus .md\:group-hocus\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-stmarys,
  .group:focus .md\:group-hocus\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-stephenson,
  .group:focus .md\:group-hocus\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-trevelyan,
  .group:focus .md\:group-hocus\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-university,
  .group:focus .md\:group-hocus\:u-text-coll-university {
    color: #862633 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-ustinov,
  .group:focus .md\:group-hocus\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-vanmildert,
  .group:focus .md\:group-hocus\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .group:hover .md\:group-hocus\:u-text-primary,
  .group:focus .md\:group-hocus\:u-text-primary {
    color: #68246d !important;
  }

  .group:hover .md\:group-hocus\:u-text-secondary,
  .group:focus .md\:group-hocus\:u-text-secondary {
    color: #ffd53a !important;
  }

  .group:hover .md\:group-hocus\:u-text-tertiary,
  .group:focus .md\:group-hocus\:u-text-tertiary {
    color: #00aeef !important;
  }

  .group:hover .md\:group-hocus\:u-text-success,
  .group:focus .md\:group-hocus\:u-text-success {
    color: #449d44 !important;
  }

  .group:hover .md\:group-hocus\:u-text-danger,
  .group:focus .md\:group-hocus\:u-text-danger {
    color: #be1e2c !important;
  }

  .group:hover .md\:group-hocus\:u-text-warning,
  .group:focus .md\:group-hocus\:u-text-warning {
    color: #da611e !important;
  }

  .group:hover .md\:group-hocus\:u-text-info,
  .group:focus .md\:group-hocus\:u-text-info {
    color: #1180a1 !important;
  }

  .group:hover .md\:group-hocus\:u-text-light,
  .group:focus .md\:group-hocus\:u-text-light {
    color: #fff !important;
  }

  .group:hover .md\:group-hocus\:u-text-dark,
  .group:focus .md\:group-hocus\:u-text-dark {
    color: #333123 !important;
  }

  .group:hover .md\:group-hocus\:u-text-purple--dark,
  .group:focus .md\:group-hocus\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .group:hover .md\:group-hocus\:u-text-purple--light,
  .group:focus .md\:group-hocus\:u-text-purple--light {
    color: #74287a !important;
  }

  .group:hover .md\:group-hocus\:u-text-darkpurple--dark,
  .group:focus .md\:group-hocus\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .group:hover .md\:group-hocus\:u-text-darkpurple--light,
  .group:focus .md\:group-hocus\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .group:hover .md\:group-hocus\:u-text-yellow--dark,
  .group:focus .md\:group-hocus\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .group:hover .md\:group-hocus\:u-text-yellow--light,
  .group:focus .md\:group-hocus\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .group:hover .md\:group-hocus\:u-text-cyan--dark,
  .group:focus .md\:group-hocus\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .group:hover .md\:group-hocus\:u-text-cyan--light,
  .group:focus .md\:group-hocus\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .group:hover .md\:group-hocus\:u-text-blue--dark,
  .group:focus .md\:group-hocus\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .group:hover .md\:group-hocus\:u-text-blue--light,
  .group:focus .md\:group-hocus\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .group:hover .md\:group-hocus\:u-text-light-green--dark,
  .group:focus .md\:group-hocus\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .group:hover .md\:group-hocus\:u-text-light-green--light,
  .group:focus .md\:group-hocus\:u-text-light-green--light {
    color: #fff !important;
  }

  .group:hover .md\:group-hocus\:u-text-red--dark,
  .group:focus .md\:group-hocus\:u-text-red--dark {
    color: #981823 !important;
  }

  .group:hover .md\:group-hocus\:u-text-red--light,
  .group:focus .md\:group-hocus\:u-text-red--light {
    color: #d52231 !important;
  }

  .group:hover .md\:group-hocus\:u-text-gold--dark,
  .group:focus .md\:group-hocus\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .group:hover .md\:group-hocus\:u-text-gold--light,
  .group:focus .md\:group-hocus\:u-text-gold--light {
    color: #bab577 !important;
  }

  .group:hover .md\:group-hocus\:u-text-ink-100--dark,
  .group:focus .md\:group-hocus\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .group:hover .md\:group-hocus\:u-text-ink-100--light,
  .group:focus .md\:group-hocus\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .group:hover .md\:group-hocus\:u-text-stone--dark,
  .group:focus .md\:group-hocus\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .group:hover .md\:group-hocus\:u-text-stone--light,
  .group:focus .md\:group-hocus\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .group:hover .md\:group-hocus\:u-text-sky--dark,
  .group:focus .md\:group-hocus\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .group:hover .md\:group-hocus\:u-text-sky--light,
  .group:focus .md\:group-hocus\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .group:hover .md\:group-hocus\:u-text-heather--dark,
  .group:focus .md\:group-hocus\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .group:hover .md\:group-hocus\:u-text-heather--light,
  .group:focus .md\:group-hocus\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .group:hover .md\:group-hocus\:u-text-cedar--dark,
  .group:focus .md\:group-hocus\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .group:hover .md\:group-hocus\:u-text-cedar--light,
  .group:focus .md\:group-hocus\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .group:hover .md\:group-hocus\:u-text-business--dark,
  .group:focus .md\:group-hocus\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .group:hover .md\:group-hocus\:u-text-business--light,
  .group:focus .md\:group-hocus\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .group:hover .md\:group-hocus\:u-text-black--dark,
  .group:focus .md\:group-hocus\:u-text-black--dark {
    color: #29271c !important;
  }

  .group:hover .md\:group-hocus\:u-text-black--light,
  .group:focus .md\:group-hocus\:u-text-black--light {
    color: #393727 !important;
  }

  .group:hover .md\:group-hocus\:u-text-white--dark,
  .group:focus .md\:group-hocus\:u-text-white--dark {
    color: #ccc !important;
  }

  .group:hover .md\:group-hocus\:u-text-white--light,
  .group:focus .md\:group-hocus\:u-text-white--light {
    color: #fff !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-25--dark,
  .group:focus .md\:group-hocus\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-25--light,
  .group:focus .md\:group-hocus\:u-text-grey-25--light {
    color: #fff !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-50--dark,
  .group:focus .md\:group-hocus\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-50--light,
  .group:focus .md\:group-hocus\:u-text-grey-50--light {
    color: #fff !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-75--dark,
  .group:focus .md\:group-hocus\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-75--light,
  .group:focus .md\:group-hocus\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-100--dark,
  .group:focus .md\:group-hocus\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-100--light,
  .group:focus .md\:group-hocus\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-200--dark,
  .group:focus .md\:group-hocus\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-200--light,
  .group:focus .md\:group-hocus\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-300--dark,
  .group:focus .md\:group-hocus\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-300--light,
  .group:focus .md\:group-hocus\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-400--dark,
  .group:focus .md\:group-hocus\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .group:hover .md\:group-hocus\:u-text-grey-400--light,
  .group:focus .md\:group-hocus\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .group:hover .md\:group-hocus\:u-text-youtube--dark,
  .group:focus .md\:group-hocus\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .group:hover .md\:group-hocus\:u-text-youtube--light,
  .group:focus .md\:group-hocus\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .group:hover .md\:group-hocus\:u-text-twitter--dark,
  .group:focus .md\:group-hocus\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .group:hover .md\:group-hocus\:u-text-twitter--light,
  .group:focus .md\:group-hocus\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .group:hover .md\:group-hocus\:u-text-facebook--dark,
  .group:focus .md\:group-hocus\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .group:hover .md\:group-hocus\:u-text-facebook--light,
  .group:focus .md\:group-hocus\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .group:hover .md\:group-hocus\:u-text-instagram--dark,
  .group:focus .md\:group-hocus\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .group:hover .md\:group-hocus\:u-text-instagram--light,
  .group:focus .md\:group-hocus\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .group:hover .md\:group-hocus\:u-text-linkedin--dark,
  .group:focus .md\:group-hocus\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .group:hover .md\:group-hocus\:u-text-linkedin--light,
  .group:focus .md\:group-hocus\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .group:hover .md\:group-hocus\:u-text-college--dark,
  .group:focus .md\:group-hocus\:u-text-college--dark {
    color: #00523f !important;
  }

  .group:hover .md\:group-hocus\:u-text-college--light,
  .group:focus .md\:group-hocus\:u-text-college--light {
    color: #007258 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-collingwood--dark,
  .group:focus .md\:group-hocus\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-collingwood--light,
  .group:focus .md\:group-hocus\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-grey--dark,
  .group:focus .md\:group-hocus\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-grey--light,
  .group:focus .md\:group-hocus\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-hatfield--dark,
  .group:focus .md\:group-hocus\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-hatfield--light,
  .group:focus .md\:group-hocus\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-johnsnow--dark,
  .group:focus .md\:group-hocus\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-johnsnow--light,
  .group:focus .md\:group-hocus\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-jbutler--dark,
  .group:focus .md\:group-hocus\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-jbutler--light,
  .group:focus .md\:group-hocus\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-south-college--dark,
  .group:focus .md\:group-hocus\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-south-college--light,
  .group:focus .md\:group-hocus\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-staidans--dark,
  .group:focus .md\:group-hocus\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-staidans--light,
  .group:focus .md\:group-hocus\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-stchads--dark,
  .group:focus .md\:group-hocus\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-stchads--light,
  .group:focus .md\:group-hocus\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-stcuthberts--dark,
  .group:focus .md\:group-hocus\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-stcuthberts--light,
  .group:focus .md\:group-hocus\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-sthild--dark,
  .group:focus .md\:group-hocus\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-sthild--light,
  .group:focus .md\:group-hocus\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-stjohns--dark,
  .group:focus .md\:group-hocus\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-stjohns--light,
  .group:focus .md\:group-hocus\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-stmarys--dark,
  .group:focus .md\:group-hocus\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-stmarys--light,
  .group:focus .md\:group-hocus\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-stephenson--dark,
  .group:focus .md\:group-hocus\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-stephenson--light,
  .group:focus .md\:group-hocus\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-trevelyan--dark,
  .group:focus .md\:group-hocus\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-trevelyan--light,
  .group:focus .md\:group-hocus\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-university--dark,
  .group:focus .md\:group-hocus\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-university--light,
  .group:focus .md\:group-hocus\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-ustinov--dark,
  .group:focus .md\:group-hocus\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-ustinov--light,
  .group:focus .md\:group-hocus\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-vanmildert--dark,
  .group:focus .md\:group-hocus\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .group:hover .md\:group-hocus\:u-text-coll-vanmildert--light,
  .group:focus .md\:group-hocus\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .group:hover .md\:group-hocus\:u-text-primary--dark,
  .group:focus .md\:group-hocus\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .group:hover .md\:group-hocus\:u-text-primary--light,
  .group:focus .md\:group-hocus\:u-text-primary--light {
    color: #74287a !important;
  }

  .group:hover .md\:group-hocus\:u-text-secondary--dark,
  .group:focus .md\:group-hocus\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .group:hover .md\:group-hocus\:u-text-secondary--light,
  .group:focus .md\:group-hocus\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .group:hover .md\:group-hocus\:u-text-tertiary--dark,
  .group:focus .md\:group-hocus\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .group:hover .md\:group-hocus\:u-text-tertiary--light,
  .group:focus .md\:group-hocus\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .group:hover .md\:group-hocus\:u-text-success--dark,
  .group:focus .md\:group-hocus\:u-text-success--dark {
    color: #367e36 !important;
  }

  .group:hover .md\:group-hocus\:u-text-success--light,
  .group:focus .md\:group-hocus\:u-text-success--light {
    color: #4cb04c !important;
  }

  .group:hover .md\:group-hocus\:u-text-danger--dark,
  .group:focus .md\:group-hocus\:u-text-danger--dark {
    color: #981823 !important;
  }

  .group:hover .md\:group-hocus\:u-text-danger--light,
  .group:focus .md\:group-hocus\:u-text-danger--light {
    color: #d52231 !important;
  }

  .group:hover .md\:group-hocus\:u-text-warning--dark,
  .group:focus .md\:group-hocus\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .group:hover .md\:group-hocus\:u-text-warning--light,
  .group:focus .md\:group-hocus\:u-text-warning--light {
    color: #e37233 !important;
  }

  .group:hover .md\:group-hocus\:u-text-info--dark,
  .group:focus .md\:group-hocus\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .group:hover .md\:group-hocus\:u-text-info--light,
  .group:focus .md\:group-hocus\:u-text-info--light {
    color: #138fb4 !important;
  }

  .group:hover .md\:group-hocus\:u-text-light--dark,
  .group:focus .md\:group-hocus\:u-text-light--dark {
    color: #ccc !important;
  }

  .group:hover .md\:group-hocus\:u-text-light--light,
  .group:focus .md\:group-hocus\:u-text-light--light {
    color: #fff !important;
  }

  .group:hover .md\:group-hocus\:u-text-dark--dark,
  .group:focus .md\:group-hocus\:u-text-dark--dark {
    color: #29271c !important;
  }

  .group:hover .md\:group-hocus\:u-text-dark--light,
  .group:focus .md\:group-hocus\:u-text-dark--light {
    color: #393727 !important;
  }

  .md\:hocus\:u-text-transparent:hover,
  .md\:hocus\:u-text-transparent:focus {
    color: transparent !important;
  }

  .md\:hocus\:u-text-current-color:hover,
  .md\:hocus\:u-text-current-color:focus {
    color: currentColor !important;
  }

  .md\:hocus\:u-text-inherit:hover,
  .md\:hocus\:u-text-inherit:focus {
    color: inherit !important;
  }

  .md\:hocus\:u-text-purple:hover,
  .md\:hocus\:u-text-purple:focus {
    color: #68246d !important;
  }

  .md\:hocus\:u-text-darkpurple:hover,
  .md\:hocus\:u-text-darkpurple:focus {
    color: #571b4f !important;
  }

  .md\:hocus\:u-text-yellow:hover,
  .md\:hocus\:u-text-yellow:focus {
    color: #ffd53a !important;
  }

  .md\:hocus\:u-text-cyan:hover,
  .md\:hocus\:u-text-cyan:focus {
    color: #00aeef !important;
  }

  .md\:hocus\:u-text-blue:hover,
  .md\:hocus\:u-text-blue:focus {
    color: #409ddd !important;
  }

  .md\:hocus\:u-text-light-green:hover,
  .md\:hocus\:u-text-light-green:focus {
    color: #e2f4e9 !important;
  }

  .md\:hocus\:u-text-red:hover,
  .md\:hocus\:u-text-red:focus {
    color: #be1e2c !important;
  }

  .md\:hocus\:u-text-gold:hover,
  .md\:hocus\:u-text-gold:focus {
    color: #afa961 !important;
  }

  .md\:hocus\:u-text-ink-100:hover,
  .md\:hocus\:u-text-ink-100:focus {
    color: #002337 !important;
  }

  .md\:hocus\:u-text-stone:hover,
  .md\:hocus\:u-text-stone:focus {
    color: #dacda2 !important;
  }

  .md\:hocus\:u-text-sky:hover,
  .md\:hocus\:u-text-sky:focus {
    color: #a5c8d0 !important;
  }

  .md\:hocus\:u-text-heather:hover,
  .md\:hocus\:u-text-heather:focus {
    color: #cba8b1 !important;
  }

  .md\:hocus\:u-text-cedar:hover,
  .md\:hocus\:u-text-cedar:focus {
    color: #b6aaa7 !important;
  }

  .md\:hocus\:u-text-business:hover,
  .md\:hocus\:u-text-business:focus {
    color: #b3bdb1 !important;
  }

  .md\:hocus\:u-text-black:hover,
  .md\:hocus\:u-text-black:focus {
    color: #333123 !important;
  }

  .md\:hocus\:u-text-white:hover,
  .md\:hocus\:u-text-white:focus {
    color: #fff !important;
  }

  .md\:hocus\:u-text-grey-25:hover,
  .md\:hocus\:u-text-grey-25:focus {
    color: #f7f7f7 !important;
  }

  .md\:hocus\:u-text-grey-50:hover,
  .md\:hocus\:u-text-grey-50:focus {
    color: #ebebeb !important;
  }

  .md\:hocus\:u-text-grey-75:hover,
  .md\:hocus\:u-text-grey-75:focus {
    color: #d9d9d9 !important;
  }

  .md\:hocus\:u-text-grey-100:hover,
  .md\:hocus\:u-text-grey-100:focus {
    color: #afb4b6 !important;
  }

  .md\:hocus\:u-text-grey-200:hover,
  .md\:hocus\:u-text-grey-200:focus {
    color: #898e91 !important;
  }

  .md\:hocus\:u-text-grey-300:hover,
  .md\:hocus\:u-text-grey-300:focus {
    color: #64696c !important;
  }

  .md\:hocus\:u-text-grey-400:hover,
  .md\:hocus\:u-text-grey-400:focus {
    color: #3c3c3b !important;
  }

  .md\:hocus\:u-text-youtube:hover,
  .md\:hocus\:u-text-youtube:focus {
    color: #f00 !important;
  }

  .md\:hocus\:u-text-twitter:hover,
  .md\:hocus\:u-text-twitter:focus {
    color: #1da1f2 !important;
  }

  .md\:hocus\:u-text-facebook:hover,
  .md\:hocus\:u-text-facebook:focus {
    color: #3b5998 !important;
  }

  .md\:hocus\:u-text-instagram:hover,
  .md\:hocus\:u-text-instagram:focus {
    color: #444 !important;
  }

  .md\:hocus\:u-text-linkedin:hover,
  .md\:hocus\:u-text-linkedin:focus {
    color: #0077b5 !important;
  }

  .md\:hocus\:u-text-college:hover,
  .md\:hocus\:u-text-college:focus {
    color: #00664f !important;
  }

  .md\:hocus\:u-text-coll-collingwood:hover,
  .md\:hocus\:u-text-coll-collingwood:focus {
    color: #d22630 !important;
  }

  .md\:hocus\:u-text-coll-grey:hover,
  .md\:hocus\:u-text-coll-grey:focus {
    color: #af272f !important;
  }

  .md\:hocus\:u-text-coll-hatfield:hover,
  .md\:hocus\:u-text-coll-hatfield:focus {
    color: #003865 !important;
  }

  .md\:hocus\:u-text-coll-johnsnow:hover,
  .md\:hocus\:u-text-coll-johnsnow:focus {
    color: #003865 !important;
  }

  .md\:hocus\:u-text-coll-jbutler:hover,
  .md\:hocus\:u-text-coll-jbutler:focus {
    color: #d22630 !important;
  }

  .md\:hocus\:u-text-coll-south-college:hover,
  .md\:hocus\:u-text-coll-south-college:focus {
    color: #68246d !important;
  }

  .md\:hocus\:u-text-coll-staidans:hover,
  .md\:hocus\:u-text-coll-staidans:focus {
    color: #006747 !important;
  }

  .md\:hocus\:u-text-coll-stchads:hover,
  .md\:hocus\:u-text-coll-stchads:focus {
    color: #00573f !important;
  }

  .md\:hocus\:u-text-coll-stcuthberts:hover,
  .md\:hocus\:u-text-coll-stcuthberts:focus {
    color: #00664f !important;
  }

  .md\:hocus\:u-text-coll-sthild:hover,
  .md\:hocus\:u-text-coll-sthild:focus {
    color: #0072ce !important;
  }

  .md\:hocus\:u-text-coll-stjohns:hover,
  .md\:hocus\:u-text-coll-stjohns:focus {
    color: #1b365d !important;
  }

  .md\:hocus\:u-text-coll-stmarys:hover,
  .md\:hocus\:u-text-coll-stmarys:focus {
    color: #753bbd !important;
  }

  .md\:hocus\:u-text-coll-stephenson:hover,
  .md\:hocus\:u-text-coll-stephenson:focus {
    color: #d22630 !important;
  }

  .md\:hocus\:u-text-coll-trevelyan:hover,
  .md\:hocus\:u-text-coll-trevelyan:focus {
    color: #003865 !important;
  }

  .md\:hocus\:u-text-coll-university:hover,
  .md\:hocus\:u-text-coll-university:focus {
    color: #862633 !important;
  }

  .md\:hocus\:u-text-coll-ustinov:hover,
  .md\:hocus\:u-text-coll-ustinov:focus {
    color: #003865 !important;
  }

  .md\:hocus\:u-text-coll-vanmildert:hover,
  .md\:hocus\:u-text-coll-vanmildert:focus {
    color: #ee2737 !important;
  }

  .md\:hocus\:u-text-primary:hover,
  .md\:hocus\:u-text-primary:focus {
    color: #68246d !important;
  }

  .md\:hocus\:u-text-secondary:hover,
  .md\:hocus\:u-text-secondary:focus {
    color: #ffd53a !important;
  }

  .md\:hocus\:u-text-tertiary:hover,
  .md\:hocus\:u-text-tertiary:focus {
    color: #00aeef !important;
  }

  .md\:hocus\:u-text-success:hover,
  .md\:hocus\:u-text-success:focus {
    color: #449d44 !important;
  }

  .md\:hocus\:u-text-danger:hover,
  .md\:hocus\:u-text-danger:focus {
    color: #be1e2c !important;
  }

  .md\:hocus\:u-text-warning:hover,
  .md\:hocus\:u-text-warning:focus {
    color: #da611e !important;
  }

  .md\:hocus\:u-text-info:hover,
  .md\:hocus\:u-text-info:focus {
    color: #1180a1 !important;
  }

  .md\:hocus\:u-text-light:hover,
  .md\:hocus\:u-text-light:focus {
    color: #fff !important;
  }

  .md\:hocus\:u-text-dark:hover,
  .md\:hocus\:u-text-dark:focus {
    color: #333123 !important;
  }

  .md\:hocus\:u-text-purple--dark:hover,
  .md\:hocus\:u-text-purple--dark:focus {
    color: #531d57 !important;
  }

  .md\:hocus\:u-text-purple--light:hover,
  .md\:hocus\:u-text-purple--light:focus {
    color: #74287a !important;
  }

  .md\:hocus\:u-text-darkpurple--dark:hover,
  .md\:hocus\:u-text-darkpurple--dark:focus {
    color: #46163f !important;
  }

  .md\:hocus\:u-text-darkpurple--light:hover,
  .md\:hocus\:u-text-darkpurple--light:focus {
    color: #611e58 !important;
  }

  .md\:hocus\:u-text-yellow--dark:hover,
  .md\:hocus\:u-text-yellow--dark:focus {
    color: #fac500 !important;
  }

  .md\:hocus\:u-text-yellow--light:hover,
  .md\:hocus\:u-text-yellow--light:focus {
    color: #ffdd60 !important;
  }

  .md\:hocus\:u-text-cyan--dark:hover,
  .md\:hocus\:u-text-cyan--dark:focus {
    color: #008bbf !important;
  }

  .md\:hocus\:u-text-cyan--light:hover,
  .md\:hocus\:u-text-cyan--light:focus {
    color: #0dbdff !important;
  }

  .md\:hocus\:u-text-blue--dark:hover,
  .md\:hocus\:u-text-blue--dark:focus {
    color: #2281c2 !important;
  }

  .md\:hocus\:u-text-blue--light:hover,
  .md\:hocus\:u-text-blue--light:focus {
    color: #5dace2 !important;
  }

  .md\:hocus\:u-text-light-green--dark:hover,
  .md\:hocus\:u-text-light-green--dark:focus {
    color: #9edab5 !important;
  }

  .md\:hocus\:u-text-light-green--light:hover,
  .md\:hocus\:u-text-light-green--light:focus {
    color: #fff !important;
  }

  .md\:hocus\:u-text-red--dark:hover,
  .md\:hocus\:u-text-red--dark:focus {
    color: #981823 !important;
  }

  .md\:hocus\:u-text-red--light:hover,
  .md\:hocus\:u-text-red--light:focus {
    color: #d52231 !important;
  }

  .md\:hocus\:u-text-gold--dark:hover,
  .md\:hocus\:u-text-gold--dark:focus {
    color: #908b49 !important;
  }

  .md\:hocus\:u-text-gold--light:hover,
  .md\:hocus\:u-text-gold--light:focus {
    color: #bab577 !important;
  }

  .md\:hocus\:u-text-ink-100--dark:hover,
  .md\:hocus\:u-text-ink-100--dark:focus {
    color: #001c2c !important;
  }

  .md\:hocus\:u-text-ink-100--light:hover,
  .md\:hocus\:u-text-ink-100--light:focus {
    color: #00273e !important;
  }

  .md\:hocus\:u-text-stone--dark:hover,
  .md\:hocus\:u-text-stone--dark:focus {
    color: #c4b06c !important;
  }

  .md\:hocus\:u-text-stone--light:hover,
  .md\:hocus\:u-text-stone--light:focus {
    color: #e7dfc3 !important;
  }

  .md\:hocus\:u-text-sky--dark:hover,
  .md\:hocus\:u-text-sky--dark:focus {
    color: #74aab6 !important;
  }

  .md\:hocus\:u-text-sky--light:hover,
  .md\:hocus\:u-text-sky--light:focus {
    color: #c2dadf !important;
  }

  .md\:hocus\:u-text-heather--dark:hover,
  .md\:hocus\:u-text-heather--dark:focus {
    color: #af7a87 !important;
  }

  .md\:hocus\:u-text-heather--light:hover,
  .md\:hocus\:u-text-heather--light:focus {
    color: #dcc4ca !important;
  }

  .md\:hocus\:u-text-cedar--dark:hover,
  .md\:hocus\:u-text-cedar--dark:focus {
    color: #968581 !important;
  }

  .md\:hocus\:u-text-cedar--light:hover,
  .md\:hocus\:u-text-cedar--light:focus {
    color: #c9c0be !important;
  }

  .md\:hocus\:u-text-business--dark:hover,
  .md\:hocus\:u-text-business--dark:focus {
    color: #8c9b89 !important;
  }

  .md\:hocus\:u-text-business--light:hover,
  .md\:hocus\:u-text-business--light:focus {
    color: #cad1c9 !important;
  }

  .md\:hocus\:u-text-black--dark:hover,
  .md\:hocus\:u-text-black--dark:focus {
    color: #29271c !important;
  }

  .md\:hocus\:u-text-black--light:hover,
  .md\:hocus\:u-text-black--light:focus {
    color: #393727 !important;
  }

  .md\:hocus\:u-text-white--dark:hover,
  .md\:hocus\:u-text-white--dark:focus {
    color: #ccc !important;
  }

  .md\:hocus\:u-text-white--light:hover,
  .md\:hocus\:u-text-white--light:focus {
    color: #fff !important;
  }

  .md\:hocus\:u-text-grey-25--dark:hover,
  .md\:hocus\:u-text-grey-25--dark:focus {
    color: #c6c6c6 !important;
  }

  .md\:hocus\:u-text-grey-25--light:hover,
  .md\:hocus\:u-text-grey-25--light:focus {
    color: #fff !important;
  }

  .md\:hocus\:u-text-grey-50--dark:hover,
  .md\:hocus\:u-text-grey-50--dark:focus {
    color: #bcbcbc !important;
  }

  .md\:hocus\:u-text-grey-50--light:hover,
  .md\:hocus\:u-text-grey-50--light:focus {
    color: #fff !important;
  }

  .md\:hocus\:u-text-grey-75--dark:hover,
  .md\:hocus\:u-text-grey-75--dark:focus {
    color: #aeaeae !important;
  }

  .md\:hocus\:u-text-grey-75--light:hover,
  .md\:hocus\:u-text-grey-75--light:focus {
    color: #f3f3f3 !important;
  }

  .md\:hocus\:u-text-grey-100--dark:hover,
  .md\:hocus\:u-text-grey-100--dark:focus {
    color: #8a9194 !important;
  }

  .md\:hocus\:u-text-grey-100--light:hover,
  .md\:hocus\:u-text-grey-100--light:focus {
    color: #c5c9ca !important;
  }

  .md\:hocus\:u-text-grey-200--dark:hover,
  .md\:hocus\:u-text-grey-200--dark:focus {
    color: #6d7275 !important;
  }

  .md\:hocus\:u-text-grey-200--light:hover,
  .md\:hocus\:u-text-grey-200--light:focus {
    color: #9b9fa1 !important;
  }

  .md\:hocus\:u-text-grey-300--dark:hover,
  .md\:hocus\:u-text-grey-300--dark:focus {
    color: #505456 !important;
  }

  .md\:hocus\:u-text-grey-300--light:hover,
  .md\:hocus\:u-text-grey-300--light:focus {
    color: #707679 !important;
  }

  .md\:hocus\:u-text-grey-400--dark:hover,
  .md\:hocus\:u-text-grey-400--dark:focus {
    color: #30302f !important;
  }

  .md\:hocus\:u-text-grey-400--light:hover,
  .md\:hocus\:u-text-grey-400--light:focus {
    color: #434342 !important;
  }

  .md\:hocus\:u-text-youtube--dark:hover,
  .md\:hocus\:u-text-youtube--dark:focus {
    color: #c00 !important;
  }

  .md\:hocus\:u-text-youtube--light:hover,
  .md\:hocus\:u-text-youtube--light:focus {
    color: #ff1f1f !important;
  }

  .md\:hocus\:u-text-twitter--dark:hover,
  .md\:hocus\:u-text-twitter--dark:focus {
    color: #0c84cd !important;
  }

  .md\:hocus\:u-text-twitter--light:hover,
  .md\:hocus\:u-text-twitter--light:focus {
    color: #3caef4 !important;
  }

  .md\:hocus\:u-text-facebook--dark:hover,
  .md\:hocus\:u-text-facebook--dark:focus {
    color: #2f477a !important;
  }

  .md\:hocus\:u-text-facebook--light:hover,
  .md\:hocus\:u-text-facebook--light:focus {
    color: #4264aa !important;
  }

  .md\:hocus\:u-text-instagram--dark:hover,
  .md\:hocus\:u-text-instagram--dark:focus {
    color: #363636 !important;
  }

  .md\:hocus\:u-text-instagram--light:hover,
  .md\:hocus\:u-text-instagram--light:focus {
    color: #4c4c4c !important;
  }

  .md\:hocus\:u-text-linkedin--dark:hover,
  .md\:hocus\:u-text-linkedin--dark:focus {
    color: #005f91 !important;
  }

  .md\:hocus\:u-text-linkedin--light:hover,
  .md\:hocus\:u-text-linkedin--light:focus {
    color: #0085cb !important;
  }

  .md\:hocus\:u-text-college--dark:hover,
  .md\:hocus\:u-text-college--dark:focus {
    color: #00523f !important;
  }

  .md\:hocus\:u-text-college--light:hover,
  .md\:hocus\:u-text-college--light:focus {
    color: #007258 !important;
  }

  .md\:hocus\:u-text-coll-collingwood--dark:hover,
  .md\:hocus\:u-text-coll-collingwood--dark:focus {
    color: #a81e26 !important;
  }

  .md\:hocus\:u-text-coll-collingwood--light:hover,
  .md\:hocus\:u-text-coll-collingwood--light:focus {
    color: #db3a44 !important;
  }

  .md\:hocus\:u-text-coll-grey--dark:hover,
  .md\:hocus\:u-text-coll-grey--dark:focus {
    color: #8c1f26 !important;
  }

  .md\:hocus\:u-text-coll-grey--light:hover,
  .md\:hocus\:u-text-coll-grey--light:focus {
    color: #c42c35 !important;
  }

  .md\:hocus\:u-text-coll-hatfield--dark:hover,
  .md\:hocus\:u-text-coll-hatfield--dark:focus {
    color: #002d51 !important;
  }

  .md\:hocus\:u-text-coll-hatfield--light:hover,
  .md\:hocus\:u-text-coll-hatfield--light:focus {
    color: #003f71 !important;
  }

  .md\:hocus\:u-text-coll-johnsnow--dark:hover,
  .md\:hocus\:u-text-coll-johnsnow--dark:focus {
    color: #002d51 !important;
  }

  .md\:hocus\:u-text-coll-johnsnow--light:hover,
  .md\:hocus\:u-text-coll-johnsnow--light:focus {
    color: #003f71 !important;
  }

  .md\:hocus\:u-text-coll-jbutler--dark:hover,
  .md\:hocus\:u-text-coll-jbutler--dark:focus {
    color: #a81e26 !important;
  }

  .md\:hocus\:u-text-coll-jbutler--light:hover,
  .md\:hocus\:u-text-coll-jbutler--light:focus {
    color: #db3a44 !important;
  }

  .md\:hocus\:u-text-coll-south-college--dark:hover,
  .md\:hocus\:u-text-coll-south-college--dark:focus {
    color: #531d57 !important;
  }

  .md\:hocus\:u-text-coll-south-college--light:hover,
  .md\:hocus\:u-text-coll-south-college--light:focus {
    color: #74287a !important;
  }

  .md\:hocus\:u-text-coll-staidans--dark:hover,
  .md\:hocus\:u-text-coll-staidans--dark:focus {
    color: #005239 !important;
  }

  .md\:hocus\:u-text-coll-staidans--light:hover,
  .md\:hocus\:u-text-coll-staidans--light:focus {
    color: #007350 !important;
  }

  .md\:hocus\:u-text-coll-stchads--dark:hover,
  .md\:hocus\:u-text-coll-stchads--dark:focus {
    color: #004632 !important;
  }

  .md\:hocus\:u-text-coll-stchads--light:hover,
  .md\:hocus\:u-text-coll-stchads--light:focus {
    color: #006147 !important;
  }

  .md\:hocus\:u-text-coll-stcuthberts--dark:hover,
  .md\:hocus\:u-text-coll-stcuthberts--dark:focus {
    color: #00523f !important;
  }

  .md\:hocus\:u-text-coll-stcuthberts--light:hover,
  .md\:hocus\:u-text-coll-stcuthberts--light:focus {
    color: #007258 !important;
  }

  .md\:hocus\:u-text-coll-sthild--dark:hover,
  .md\:hocus\:u-text-coll-sthild--dark:focus {
    color: #005ba5 !important;
  }

  .md\:hocus\:u-text-coll-sthild--light:hover,
  .md\:hocus\:u-text-coll-sthild--light:focus {
    color: #0080e7 !important;
  }

  .md\:hocus\:u-text-coll-stjohns--dark:hover,
  .md\:hocus\:u-text-coll-stjohns--dark:focus {
    color: #162b4a !important;
  }

  .md\:hocus\:u-text-coll-stjohns--light:hover,
  .md\:hocus\:u-text-coll-stjohns--light:focus {
    color: #1e3c68 !important;
  }

  .md\:hocus\:u-text-coll-stmarys--dark:hover,
  .md\:hocus\:u-text-coll-stmarys--dark:focus {
    color: #5e2f97 !important;
  }

  .md\:hocus\:u-text-coll-stmarys--light:hover,
  .md\:hocus\:u-text-coll-stmarys--light:focus {
    color: #844ec8 !important;
  }

  .md\:hocus\:u-text-coll-stephenson--dark:hover,
  .md\:hocus\:u-text-coll-stephenson--dark:focus {
    color: #a81e26 !important;
  }

  .md\:hocus\:u-text-coll-stephenson--light:hover,
  .md\:hocus\:u-text-coll-stephenson--light:focus {
    color: #db3a44 !important;
  }

  .md\:hocus\:u-text-coll-trevelyan--dark:hover,
  .md\:hocus\:u-text-coll-trevelyan--dark:focus {
    color: #002d51 !important;
  }

  .md\:hocus\:u-text-coll-trevelyan--light:hover,
  .md\:hocus\:u-text-coll-trevelyan--light:focus {
    color: #003f71 !important;
  }

  .md\:hocus\:u-text-coll-university--dark:hover,
  .md\:hocus\:u-text-coll-university--dark:focus {
    color: #6b1e29 !important;
  }

  .md\:hocus\:u-text-coll-university--light:hover,
  .md\:hocus\:u-text-coll-university--light:focus {
    color: #962b39 !important;
  }

  .md\:hocus\:u-text-coll-ustinov--dark:hover,
  .md\:hocus\:u-text-coll-ustinov--dark:focus {
    color: #002d51 !important;
  }

  .md\:hocus\:u-text-coll-ustinov--light:hover,
  .md\:hocus\:u-text-coll-ustinov--light:focus {
    color: #003f71 !important;
  }

  .md\:hocus\:u-text-coll-vanmildert--dark:hover,
  .md\:hocus\:u-text-coll-vanmildert--dark:focus {
    color: #cd101f !important;
  }

  .md\:hocus\:u-text-coll-vanmildert--light:hover,
  .md\:hocus\:u-text-coll-vanmildert--light:focus {
    color: #f04654 !important;
  }

  .md\:hocus\:u-text-primary--dark:hover,
  .md\:hocus\:u-text-primary--dark:focus {
    color: #531d57 !important;
  }

  .md\:hocus\:u-text-primary--light:hover,
  .md\:hocus\:u-text-primary--light:focus {
    color: #74287a !important;
  }

  .md\:hocus\:u-text-secondary--dark:hover,
  .md\:hocus\:u-text-secondary--dark:focus {
    color: #fac500 !important;
  }

  .md\:hocus\:u-text-secondary--light:hover,
  .md\:hocus\:u-text-secondary--light:focus {
    color: #ffdd60 !important;
  }

  .md\:hocus\:u-text-tertiary--dark:hover,
  .md\:hocus\:u-text-tertiary--dark:focus {
    color: #008bbf !important;
  }

  .md\:hocus\:u-text-tertiary--light:hover,
  .md\:hocus\:u-text-tertiary--light:focus {
    color: #0dbdff !important;
  }

  .md\:hocus\:u-text-success--dark:hover,
  .md\:hocus\:u-text-success--dark:focus {
    color: #367e36 !important;
  }

  .md\:hocus\:u-text-success--light:hover,
  .md\:hocus\:u-text-success--light:focus {
    color: #4cb04c !important;
  }

  .md\:hocus\:u-text-danger--dark:hover,
  .md\:hocus\:u-text-danger--dark:focus {
    color: #981823 !important;
  }

  .md\:hocus\:u-text-danger--light:hover,
  .md\:hocus\:u-text-danger--light:focus {
    color: #d52231 !important;
  }

  .md\:hocus\:u-text-warning--dark:hover,
  .md\:hocus\:u-text-warning--dark:focus {
    color: #ae4e18 !important;
  }

  .md\:hocus\:u-text-warning--light:hover,
  .md\:hocus\:u-text-warning--light:focus {
    color: #e37233 !important;
  }

  .md\:hocus\:u-text-info--dark:hover,
  .md\:hocus\:u-text-info--dark:focus {
    color: #0e6681 !important;
  }

  .md\:hocus\:u-text-info--light:hover,
  .md\:hocus\:u-text-info--light:focus {
    color: #138fb4 !important;
  }

  .md\:hocus\:u-text-light--dark:hover,
  .md\:hocus\:u-text-light--dark:focus {
    color: #ccc !important;
  }

  .md\:hocus\:u-text-light--light:hover,
  .md\:hocus\:u-text-light--light:focus {
    color: #fff !important;
  }

  .md\:hocus\:u-text-dark--dark:hover,
  .md\:hocus\:u-text-dark--dark:focus {
    color: #29271c !important;
  }

  .md\:hocus\:u-text-dark--light:hover,
  .md\:hocus\:u-text-dark--light:focus {
    color: #393727 !important;
  }

  .md\:u-text-small {
    font-size: 14px !important;
  }

  .md\:u-text-medium {
    font-size: 16px !important;
  }

  .md\:u-text-large {
    font-size: 20px !important;
  }

  .md\:u-text-h5 {
    font-size: 25px !important;
  }

  .md\:u-text-h4 {
    font-size: 31px !important;
  }

  .md\:u-text-h3 {
    font-size: 39px !important;
  }

  .md\:u-text-h2 {
    font-size: 49px !important;
  }

  .md\:u-text-h1 {
    font-size: 61px !important;
  }

  .md\:u-text-sidekick {
    font-size: 76px !important;
  }

  .md\:u-text-hero {
    font-size: 95px !important;
  }

  .md\:u-text-unset {
    font-size: unset !important;
  }

  .md\:u-italic {
    font-style: italic !important;
  }

  .md\:u-roman {
    font-style: normal !important;
  }

  .md\:u-uppercase {
    text-transform: uppercase !important;
  }

  .md\:u-lowercase {
    text-transform: lowercase !important;
  }

  .md\:u-capitalize {
    text-transform: capitalize !important;
  }

  .md\:u-normal-case {
    text-transform: none !important;
  }

  .md\:u-underline {
    text-decoration: underline !important;
  }

  .md\:u-line-through {
    text-decoration: line-through !important;
  }

  .md\:u-no-underline {
    text-decoration: none !important;
  }

  .md\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:hover\:u-italic:hover {
    font-style: italic !important;
  }

  .md\:hover\:u-roman:hover {
    font-style: normal !important;
  }

  .md\:hover\:u-uppercase:hover {
    text-transform: uppercase !important;
  }

  .md\:hover\:u-lowercase:hover {
    text-transform: lowercase !important;
  }

  .md\:hover\:u-capitalize:hover {
    text-transform: capitalize !important;
  }

  .md\:hover\:u-normal-case:hover {
    text-transform: none !important;
  }

  .md\:hover\:u-underline:hover {
    text-decoration: underline !important;
  }

  .md\:hover\:u-line-through:hover {
    text-decoration: line-through !important;
  }

  .md\:hover\:u-no-underline:hover {
    text-decoration: none !important;
  }

  .md\:hover\:u-antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:hover\:u-subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:focus\:u-italic:focus {
    font-style: italic !important;
  }

  .md\:focus\:u-roman:focus {
    font-style: normal !important;
  }

  .md\:focus\:u-uppercase:focus {
    text-transform: uppercase !important;
  }

  .md\:focus\:u-lowercase:focus {
    text-transform: lowercase !important;
  }

  .md\:focus\:u-capitalize:focus {
    text-transform: capitalize !important;
  }

  .md\:focus\:u-normal-case:focus {
    text-transform: none !important;
  }

  .md\:focus\:u-underline:focus {
    text-decoration: underline !important;
  }

  .md\:focus\:u-line-through:focus {
    text-decoration: line-through !important;
  }

  .md\:focus\:u-no-underline:focus {
    text-decoration: none !important;
  }

  .md\:focus\:u-antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:focus\:u-subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:hocus\:u-italic:hover,
  .md\:hocus\:u-italic:focus {
    font-style: italic !important;
  }

  .md\:hocus\:u-roman:hover,
  .md\:hocus\:u-roman:focus {
    font-style: normal !important;
  }

  .md\:hocus\:u-uppercase:hover,
  .md\:hocus\:u-uppercase:focus {
    text-transform: uppercase !important;
  }

  .md\:hocus\:u-lowercase:hover,
  .md\:hocus\:u-lowercase:focus {
    text-transform: lowercase !important;
  }

  .md\:hocus\:u-capitalize:hover,
  .md\:hocus\:u-capitalize:focus {
    text-transform: capitalize !important;
  }

  .md\:hocus\:u-normal-case:hover,
  .md\:hocus\:u-normal-case:focus {
    text-transform: none !important;
  }

  .md\:hocus\:u-underline:hover,
  .md\:hocus\:u-underline:focus {
    text-decoration: underline !important;
  }

  .md\:hocus\:u-line-through:hover,
  .md\:hocus\:u-line-through:focus {
    text-decoration: line-through !important;
  }

  .md\:hocus\:u-no-underline:hover,
  .md\:hocus\:u-no-underline:focus {
    text-decoration: none !important;
  }

  .md\:hocus\:u-antialiased:hover,
  .md\:hocus\:u-antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:hocus\:u-subpixel-antialiased:hover,
  .md\:hocus\:u-subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .group:focus-within .md\:group-focus-within\:u-italic {
    font-style: italic !important;
  }

  .group:focus-within .md\:group-focus-within\:u-roman {
    font-style: normal !important;
  }

  .group:focus-within .md\:group-focus-within\:u-uppercase {
    text-transform: uppercase !important;
  }

  .group:focus-within .md\:group-focus-within\:u-lowercase {
    text-transform: lowercase !important;
  }

  .group:focus-within .md\:group-focus-within\:u-capitalize {
    text-transform: capitalize !important;
  }

  .group:focus-within .md\:group-focus-within\:u-normal-case {
    text-transform: none !important;
  }

  .group:focus-within .md\:group-focus-within\:u-underline {
    text-decoration: underline !important;
  }

  .group:focus-within .md\:group-focus-within\:u-line-through {
    text-decoration: line-through !important;
  }

  .group:focus-within .md\:group-focus-within\:u-no-underline {
    text-decoration: none !important;
  }

  .group:focus-within .md\:group-focus-within\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .group:focus-within .md\:group-focus-within\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .group:hover .md\:group-hocus\:u-italic,
  .group:focus .md\:group-hocus\:u-italic {
    font-style: italic !important;
  }

  .group:hover .md\:group-hocus\:u-roman,
  .group:focus .md\:group-hocus\:u-roman {
    font-style: normal !important;
  }

  .group:hover .md\:group-hocus\:u-uppercase,
  .group:focus .md\:group-hocus\:u-uppercase {
    text-transform: uppercase !important;
  }

  .group:hover .md\:group-hocus\:u-lowercase,
  .group:focus .md\:group-hocus\:u-lowercase {
    text-transform: lowercase !important;
  }

  .group:hover .md\:group-hocus\:u-capitalize,
  .group:focus .md\:group-hocus\:u-capitalize {
    text-transform: capitalize !important;
  }

  .group:hover .md\:group-hocus\:u-normal-case,
  .group:focus .md\:group-hocus\:u-normal-case {
    text-transform: none !important;
  }

  .group:hover .md\:group-hocus\:u-underline,
  .group:focus .md\:group-hocus\:u-underline {
    text-decoration: underline !important;
  }

  .group:hover .md\:group-hocus\:u-line-through,
  .group:focus .md\:group-hocus\:u-line-through {
    text-decoration: line-through !important;
  }

  .group:hover .md\:group-hocus\:u-no-underline,
  .group:focus .md\:group-hocus\:u-no-underline {
    text-decoration: none !important;
  }

  .group:hover .md\:group-hocus\:u-antialiased,
  .group:focus .md\:group-hocus\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .group:hover .md\:group-hocus\:u-subpixel-antialiased,
  .group:focus .md\:group-hocus\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .group:hover .md\:group-hover\:u-italic {
    font-style: italic !important;
  }

  .group:hover .md\:group-hover\:u-roman {
    font-style: normal !important;
  }

  .group:hover .md\:group-hover\:u-uppercase {
    text-transform: uppercase !important;
  }

  .group:hover .md\:group-hover\:u-lowercase {
    text-transform: lowercase !important;
  }

  .group:hover .md\:group-hover\:u-capitalize {
    text-transform: capitalize !important;
  }

  .group:hover .md\:group-hover\:u-normal-case {
    text-transform: none !important;
  }

  .group:hover .md\:group-hover\:u-underline {
    text-decoration: underline !important;
  }

  .group:hover .md\:group-hover\:u-line-through {
    text-decoration: line-through !important;
  }

  .group:hover .md\:group-hover\:u-no-underline {
    text-decoration: none !important;
  }

  .group:hover .md\:group-hover\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .group:hover .md\:group-hover\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:u-tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .md\:u-tracking-normal {
    letter-spacing: 0 !important;
  }

  .md\:u-tracking-wide {
    letter-spacing: .05em !important;
  }

  .md\:u-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .md\:u-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .md\:u-align-baseline {
    vertical-align: baseline !important;
  }

  .md\:u-align-top {
    vertical-align: top !important;
  }

  .md\:u-align-middle {
    vertical-align: middle !important;
  }

  .md\:u-align-bottom {
    vertical-align: bottom !important;
  }

  .md\:u-align-text-top {
    vertical-align: text-top !important;
  }

  .md\:u-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .md\:u-visible {
    visibility: visible !important;
  }

  .md\:u-invisible {
    visibility: hidden !important;
  }

  .md\:u-whitespace-normal {
    white-space: normal !important;
  }

  .md\:u-whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .md\:u-whitespace-pre {
    white-space: pre !important;
  }

  .md\:u-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md\:u-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md\:u-break-words {
    word-wrap: break-word !important;
  }

  .md\:u-break-normal {
    word-wrap: normal !important;
  }

  .md\:u-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:u-w-0 {
    width: 0 !important;
  }

  .md\:u-w-1 {
    width: 8px !important;
  }

  .md\:u-w-2 {
    width: 16px !important;
  }

  .md\:u-w-3 {
    width: 24px !important;
  }

  .md\:u-w-4 {
    width: 32px !important;
  }

  .md\:u-w-5 {
    width: 40px !important;
  }

  .md\:u-w-6 {
    width: 48px !important;
  }

  .md\:u-w-10 {
    width: 80px !important;
  }

  .md\:u-w-auto {
    width: auto !important;
  }

  .md\:u-w-unset {
    width: unset !important;
  }

  .md\:u-w-1\/2 {
    width: 50% !important;
  }

  .md\:u-w-1\/3 {
    width: 33.33333% !important;
  }

  .md\:u-w-2\/3 {
    width: 66.66667% !important;
  }

  .md\:u-w-1\/4 {
    width: 25% !important;
  }

  .md\:u-w-3\/4 {
    width: 75% !important;
  }

  .md\:u-w-1\/5 {
    width: 20% !important;
  }

  .md\:u-w-2\/5 {
    width: 40% !important;
  }

  .md\:u-w-3\/5 {
    width: 60% !important;
  }

  .md\:u-w-4\/5 {
    width: 80% !important;
  }

  .md\:u-w-1\/6 {
    width: 16.66667% !important;
  }

  .md\:u-w-5\/6 {
    width: 83.33333% !important;
  }

  .md\:u-w-full {
    width: 100% !important;
  }

  .md\:u-w-screen {
    width: 100vw !important;
  }

  .md\:u-w-icon {
    width: 20px !important;
  }

  .md\:u-w-icon-lg {
    width: 35px !important;
  }

  .md\:u-w-logo {
    width: 300px !important;
  }

  .md\:u-w-statistic {
    width: 212px !important;
  }

  .md\:u-z-0 {
    z-index: 0 !important;
  }

  .md\:u-z-1 {
    z-index: 1 !important;
  }

  .md\:u-z-10 {
    z-index: 10 !important;
  }

  .md\:u-z-20 {
    z-index: 20 !important;
  }

  .md\:u-z-30 {
    z-index: 30 !important;
  }

  .md\:u-z-40 {
    z-index: 40 !important;
  }

  .md\:u-z-50 {
    z-index: 50 !important;
  }

  .md\:u-z-400 {
    z-index: 400 !important;
  }

  .md\:u-z-410 {
    z-index: 410 !important;
  }

  .md\:u-z-420 {
    z-index: 420 !important;
  }

  .md\:u-z-501 {
    z-index: 501 !important;
  }

  .md\:u-z-1251 {
    z-index: 1251 !important;
  }

  .md\:u-z-auto {
    z-index: auto !important;
  }

  .md\:u-z--1 {
    z-index: -1 !important;
  }

  .md\:hocus\:u-z-0:hover,
  .md\:hocus\:u-z-0:focus {
    z-index: 0 !important;
  }

  .md\:hocus\:u-z-1:hover,
  .md\:hocus\:u-z-1:focus {
    z-index: 1 !important;
  }

  .md\:hocus\:u-z-10:hover,
  .md\:hocus\:u-z-10:focus {
    z-index: 10 !important;
  }

  .md\:hocus\:u-z-20:hover,
  .md\:hocus\:u-z-20:focus {
    z-index: 20 !important;
  }

  .md\:hocus\:u-z-30:hover,
  .md\:hocus\:u-z-30:focus {
    z-index: 30 !important;
  }

  .md\:hocus\:u-z-40:hover,
  .md\:hocus\:u-z-40:focus {
    z-index: 40 !important;
  }

  .md\:hocus\:u-z-50:hover,
  .md\:hocus\:u-z-50:focus {
    z-index: 50 !important;
  }

  .md\:hocus\:u-z-400:hover,
  .md\:hocus\:u-z-400:focus {
    z-index: 400 !important;
  }

  .md\:hocus\:u-z-410:hover,
  .md\:hocus\:u-z-410:focus {
    z-index: 410 !important;
  }

  .md\:hocus\:u-z-420:hover,
  .md\:hocus\:u-z-420:focus {
    z-index: 420 !important;
  }

  .md\:hocus\:u-z-501:hover,
  .md\:hocus\:u-z-501:focus {
    z-index: 501 !important;
  }

  .md\:hocus\:u-z-1251:hover,
  .md\:hocus\:u-z-1251:focus {
    z-index: 1251 !important;
  }

  .md\:hocus\:u-z-auto:hover,
  .md\:hocus\:u-z-auto:focus {
    z-index: auto !important;
  }

  .md\:hocus\:u-z--1:hover,
  .md\:hocus\:u-z--1:focus {
    z-index: -1 !important;
  }

  .md\:u-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:u-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:u-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:u-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:u-object-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:u-scroll-snap-x {
    scroll-snap-type: x mandatory !important;
  }

  .md\:u-scroll-snap-y {
    scroll-snap-type: y mandatory !important;
  }

  .md\:u-scroll-snap-start {
    scroll-snap-align: start !important;
  }

  .md\:u-t-1 {
    top: 8px !important;
  }

  .md\:u-r-1 {
    right: 8px !important;
  }

  .md\:u-b-1 {
    bottom: 8px !important;
  }

  .md\:u-l-1 {
    left: 8px !important;
  }

  .md\:u-t-2 {
    top: 16px !important;
  }

  .md\:u-r-2 {
    right: 16px !important;
  }

  .md\:u-b-2 {
    bottom: 16px !important;
  }

  .md\:u-l-2 {
    left: 16px !important;
  }

  .md\:u-t-3 {
    top: 24px !important;
  }

  .md\:u-r-3 {
    right: 24px !important;
  }

  .md\:u-b-3 {
    bottom: 24px !important;
  }

  .md\:u-l-3 {
    left: 24px !important;
  }

  .md\:u-t-4 {
    top: 32px !important;
  }

  .md\:u-r-4 {
    right: 32px !important;
  }

  .md\:u-b-4 {
    bottom: 32px !important;
  }

  .md\:u-l-4 {
    left: 32px !important;
  }

  .md\:u-t-5 {
    top: 40px !important;
  }

  .md\:u-r-5 {
    right: 40px !important;
  }

  .md\:u-b-5 {
    bottom: 40px !important;
  }

  .md\:u-l-5 {
    left: 40px !important;
  }

  .md\:u-t-6 {
    top: 48px !important;
  }

  .md\:u-r-6 {
    right: 48px !important;
  }

  .md\:u-b-6 {
    bottom: 48px !important;
  }

  .md\:u-l-6 {
    left: 48px !important;
  }

  .md\:u-t-7 {
    top: 56px !important;
  }

  .md\:u-r-7 {
    right: 56px !important;
  }

  .md\:u-b-7 {
    bottom: 56px !important;
  }

  .md\:u-l-7 {
    left: 56px !important;
  }

  .md\:u-t-8 {
    top: 64px !important;
  }

  .md\:u-r-8 {
    right: 64px !important;
  }

  .md\:u-b-8 {
    bottom: 64px !important;
  }

  .md\:u-l-8 {
    left: 64px !important;
  }

  .md\:u-t-9 {
    top: 72px !important;
  }

  .md\:u-r-9 {
    right: 72px !important;
  }

  .md\:u-b-9 {
    bottom: 72px !important;
  }

  .md\:u-l-9 {
    left: 72px !important;
  }

  .md\:u-t-10 {
    top: 80px !important;
  }

  .md\:u-r-10 {
    right: 80px !important;
  }

  .md\:u-b-10 {
    bottom: 80px !important;
  }

  .md\:u-l-10 {
    left: 80px !important;
  }

  .md\:u-t--1 {
    top: -8px !important;
  }

  .md\:u-r--1 {
    right: -8px !important;
  }

  .md\:u-b--1 {
    bottom: -8px !important;
  }

  .md\:u-l--1 {
    left: -8px !important;
  }

  .md\:u-t--2 {
    top: -16px !important;
  }

  .md\:u-r--2 {
    right: -16px !important;
  }

  .md\:u-b--2 {
    bottom: -16px !important;
  }

  .md\:u-l--2 {
    left: -16px !important;
  }

  .md\:u-t--3 {
    top: -24px !important;
  }

  .md\:u-r--3 {
    right: -24px !important;
  }

  .md\:u-b--3 {
    bottom: -24px !important;
  }

  .md\:u-l--3 {
    left: -24px !important;
  }

  .md\:u-t--4 {
    top: -32px !important;
  }

  .md\:u-r--4 {
    right: -32px !important;
  }

  .md\:u-b--4 {
    bottom: -32px !important;
  }

  .md\:u-l--4 {
    left: -32px !important;
  }

  .md\:u-t--5 {
    top: -40px !important;
  }

  .md\:u-r--5 {
    right: -40px !important;
  }

  .md\:u-b--5 {
    bottom: -40px !important;
  }

  .md\:u-l--5 {
    left: -40px !important;
  }

  .md\:u-t--6 {
    top: -48px !important;
  }

  .md\:u-r--6 {
    right: -48px !important;
  }

  .md\:u-b--6 {
    bottom: -48px !important;
  }

  .md\:u-l--6 {
    left: -48px !important;
  }

  .md\:u-t--7 {
    top: -56px !important;
  }

  .md\:u-r--7 {
    right: -56px !important;
  }

  .md\:u-b--7 {
    bottom: -56px !important;
  }

  .md\:u-l--7 {
    left: -56px !important;
  }

  .md\:u-t--8 {
    top: -64px !important;
  }

  .md\:u-r--8 {
    right: -64px !important;
  }

  .md\:u-b--8 {
    bottom: -64px !important;
  }

  .md\:u-l--8 {
    left: -64px !important;
  }

  .md\:u-t--9 {
    top: -72px !important;
  }

  .md\:u-r--9 {
    right: -72px !important;
  }

  .md\:u-b--9 {
    bottom: -72px !important;
  }

  .md\:u-l--9 {
    left: -72px !important;
  }

  .md\:u-t--10 {
    top: -80px !important;
  }

  .md\:u-r--10 {
    right: -80px !important;
  }

  .md\:u-b--10 {
    bottom: -80px !important;
  }

  .md\:u-l--10 {
    left: -80px !important;
  }

  .md\:u-t-unset {
    top: unset !important;
  }

  .md\:u-r-unset {
    right: unset !important;
  }

  .md\:u-b-unset {
    bottom: unset !important;
  }

  .md\:u-l-unset {
    left: unset !important;
  }

  .md\:u-t-inherit {
    top: inherit !important;
  }

  .md\:u-r-inherit {
    right: inherit !important;
  }

  .md\:u-b-inherit {
    bottom: inherit !important;
  }

  .md\:u-l-inherit {
    left: inherit !important;
  }

  .md\:u-t-header-height {
    top: 155px !important;
    top: var(--site-header-height) !important;
  }

  .md\:u-r-header-height {
    right: 155px !important;
    right: var(--site-header-height) !important;
  }

  .md\:u-b-header-height {
    bottom: 155px !important;
    bottom: var(--site-header-height) !important;
  }

  .md\:u-l-header-height {
    left: 155px !important;
    left: var(--site-header-height) !important;
  }

  .md\:u-aspect-ratio-full {
    padding-bottom: 29.65277777777778% !important;
  }

  .md\:u-aspect-ratio-square {
    padding-bottom: 100% !important;
  }

  .md\:u-aspect-ratio-16\/9 {
    padding-bottom: 56.25% !important;
  }

  .md\:u-aspect-ratio-4\/3 {
    padding-bottom: 75% !important;
  }

  .md\:u-o-0 > * + * {
    margin-top: 0 !important;
  }

  .md\:u-o-1 > * + * {
    margin-top: 8px !important;
  }

  .md\:u-o-2 > * + * {
    margin-top: 16px !important;
  }

  .md\:u-o-3 > * + * {
    margin-top: 24px !important;
  }

  .md\:u-o-4 > * + * {
    margin-top: 32px !important;
  }

  .md\:u-o-5 > * + * {
    margin-top: 40px !important;
  }

  .md\:u-o-6 > * + * {
    margin-top: 48px !important;
  }

  .md\:u-o-7 > * + * {
    margin-top: 56px !important;
  }

  .md\:u-o-8 > * + * {
    margin-top: 64px !important;
  }

  .md\:u-o-9 > * + * {
    margin-top: 72px !important;
  }

  .md\:u-o-10 > * + * {
    margin-top: 80px !important;
  }

  .md\:u-o-11 > * + * {
    margin-top: 88px !important;
  }

  .md\:u-o-gutter > * + * {
    margin-top: 15px !important;
  }

  .md\:u-o-container-gutter > * + * {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .md\:u-bg-gradient-t-white-grey-50 {
    background-image: linear-gradient(to top, #fff, #ebebeb) !important;
  }

  .md\:u-bg-gradient-b-white-grey-50 {
    background-image: linear-gradient(to bottom, #fff, #ebebeb) !important;
  }

  .md\:u-bg-gradient-t-black-scrim {
    background-image: linear-gradient(to top, #0000, #000) !important;
  }

  .md\:u-bg-gradient-b-black-scrim {
    background-image: linear-gradient(to bottom, #0000, #000) !important;
  }

  .md\:row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .md\:container,
  .md\:header,
  .md\:main,
  .md\:footer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .md\:u-overlap-y {
    transform: translateY(-50%);
  }

  .md\:u-un-breakout {
    position: inherit;
    right: inherit;
    left: inherit;
    width: inherit;
    margin-right: inherit;
    margin-left: inherit;
  }

  .md\:u-flex-wrap-nowrap {
    flex-wrap: nowrap !important;
  }

  .md\:u-pin-t-100 {
    top: 100%;
  }

  .md\:u--mx-container-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }

  @media (min-width: 576px) {
    .u--mx-container-gutter {
      margin-left: calc((15px + (100vw - 100%)/2)*-1) !important;
      margin-left: calc((15px + (100vw - var(--container-max-width))/2)*-1) !important;
      margin-right: calc((15px + (100vw - 100%)/2)*-1) !important;
      margin-right: calc((15px + (100vw - var(--container-max-width))/2)*-1) !important;
    }
  }

  .md\:u-visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .md\:u-break-normal {
    word-break: normal;
  }

  .md\:u-break-all {
    word-break: break-all;
  }

  .md\:u-hyphens-auto {
    -webkit-hyphens: auto;
            hyphens: auto;
  }

  .md\:u-break-words {
    overflow-wrap: break-word;
  }
}

@media (min-width: 992px) {
  .lg\:btn-lg {
    padding: 1rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0 0 9999px 0;
  }

  .lg\:btn-sm {
    padding: .5rem 1.5rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 0 0 9999px 0;
  }

  .lg\:u-gap-1 {
    margin: -4px;
  }

  .lg\:u-gap-1 > * {
    margin: 4px;
  }

  .lg\:u-gap-x-1 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .lg\:u-gap-x-1 > * {
    margin-left: 4px;
    margin-right: 4px;
  }

  .lg\:u-gap-y-1 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .lg\:u-gap-y-1 > * {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .lg\:u-gap-2 {
    margin: -8px;
  }

  .lg\:u-gap-2 > * {
    margin: 8px;
  }

  .lg\:u-gap-x-2 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .lg\:u-gap-x-2 > * {
    margin-left: 8px;
    margin-right: 8px;
  }

  .lg\:u-gap-y-2 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .lg\:u-gap-y-2 > * {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lg\:u-gap-3 {
    margin: -12px;
  }

  .lg\:u-gap-3 > * {
    margin: 12px;
  }

  .lg\:u-gap-x-3 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .lg\:u-gap-x-3 > * {
    margin-left: 12px;
    margin-right: 12px;
  }

  .lg\:u-gap-y-3 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .lg\:u-gap-y-3 > * {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .lg\:u-gap-4 {
    margin: -16px;
  }

  .lg\:u-gap-4 > * {
    margin: 16px;
  }

  .lg\:u-gap-x-4 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .lg\:u-gap-x-4 > * {
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:u-gap-y-4 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .lg\:u-gap-y-4 > * {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:u-gap-5 {
    margin: -20px;
  }

  .lg\:u-gap-5 > * {
    margin: 20px;
  }

  .lg\:u-gap-x-5 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:u-gap-x-5 > * {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:u-gap-y-5 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:u-gap-y-5 > * {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:u-list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .lg\:u-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:u-bg-fixed {
    background-attachment: fixed !important;
  }

  .lg\:u-bg-local {
    background-attachment: local !important;
  }

  .lg\:u-bg-scroll {
    background-attachment: scroll !important;
  }

  .lg\:u-bg-transparent {
    background-color: transparent !important;
  }

  .lg\:u-bg-current-color {
    background-color: currentColor !important;
  }

  .lg\:u-bg-inherit {
    background-color: inherit !important;
  }

  .lg\:u-bg-purple {
    background-color: #68246d !important;
  }

  .lg\:u-bg-darkpurple {
    background-color: #571b4f !important;
  }

  .lg\:u-bg-yellow {
    background-color: #ffd53a !important;
  }

  .lg\:u-bg-cyan {
    background-color: #00aeef !important;
  }

  .lg\:u-bg-blue {
    background-color: #409ddd !important;
  }

  .lg\:u-bg-light-green {
    background-color: #e2f4e9 !important;
  }

  .lg\:u-bg-red {
    background-color: #be1e2c !important;
  }

  .lg\:u-bg-gold {
    background-color: #afa961 !important;
  }

  .lg\:u-bg-ink-100 {
    background-color: #002337 !important;
  }

  .lg\:u-bg-stone {
    background-color: #dacda2 !important;
  }

  .lg\:u-bg-sky {
    background-color: #a5c8d0 !important;
  }

  .lg\:u-bg-heather {
    background-color: #cba8b1 !important;
  }

  .lg\:u-bg-cedar {
    background-color: #b6aaa7 !important;
  }

  .lg\:u-bg-business {
    background-color: #b3bdb1 !important;
  }

  .lg\:u-bg-black {
    background-color: #333123 !important;
  }

  .lg\:u-bg-white {
    background-color: #fff !important;
  }

  .lg\:u-bg-grey-25 {
    background-color: #f7f7f7 !important;
  }

  .lg\:u-bg-grey-50 {
    background-color: #ebebeb !important;
  }

  .lg\:u-bg-grey-75 {
    background-color: #d9d9d9 !important;
  }

  .lg\:u-bg-grey-100 {
    background-color: #afb4b6 !important;
  }

  .lg\:u-bg-grey-200 {
    background-color: #898e91 !important;
  }

  .lg\:u-bg-grey-300 {
    background-color: #64696c !important;
  }

  .lg\:u-bg-grey-400 {
    background-color: #3c3c3b !important;
  }

  .lg\:u-bg-youtube {
    background-color: #f00 !important;
  }

  .lg\:u-bg-twitter {
    background-color: #1da1f2 !important;
  }

  .lg\:u-bg-facebook {
    background-color: #3b5998 !important;
  }

  .lg\:u-bg-instagram {
    background-color: #444 !important;
  }

  .lg\:u-bg-linkedin {
    background-color: #0077b5 !important;
  }

  .lg\:u-bg-college {
    background-color: #00664f !important;
  }

  .lg\:u-bg-coll-collingwood {
    background-color: #d22630 !important;
  }

  .lg\:u-bg-coll-grey {
    background-color: #af272f !important;
  }

  .lg\:u-bg-coll-hatfield {
    background-color: #003865 !important;
  }

  .lg\:u-bg-coll-johnsnow {
    background-color: #003865 !important;
  }

  .lg\:u-bg-coll-jbutler {
    background-color: #d22630 !important;
  }

  .lg\:u-bg-coll-south-college {
    background-color: #68246d !important;
  }

  .lg\:u-bg-coll-staidans {
    background-color: #006747 !important;
  }

  .lg\:u-bg-coll-stchads {
    background-color: #00573f !important;
  }

  .lg\:u-bg-coll-stcuthberts {
    background-color: #00664f !important;
  }

  .lg\:u-bg-coll-sthild {
    background-color: #0072ce !important;
  }

  .lg\:u-bg-coll-stjohns {
    background-color: #1b365d !important;
  }

  .lg\:u-bg-coll-stmarys {
    background-color: #753bbd !important;
  }

  .lg\:u-bg-coll-stephenson {
    background-color: #d22630 !important;
  }

  .lg\:u-bg-coll-trevelyan {
    background-color: #003865 !important;
  }

  .lg\:u-bg-coll-university {
    background-color: #862633 !important;
  }

  .lg\:u-bg-coll-ustinov {
    background-color: #003865 !important;
  }

  .lg\:u-bg-coll-vanmildert {
    background-color: #ee2737 !important;
  }

  .lg\:u-bg-primary {
    background-color: #68246d !important;
  }

  .lg\:u-bg-secondary {
    background-color: #ffd53a !important;
  }

  .lg\:u-bg-tertiary {
    background-color: #00aeef !important;
  }

  .lg\:u-bg-success {
    background-color: #449d44 !important;
  }

  .lg\:u-bg-danger {
    background-color: #be1e2c !important;
  }

  .lg\:u-bg-warning {
    background-color: #da611e !important;
  }

  .lg\:u-bg-info {
    background-color: #1180a1 !important;
  }

  .lg\:u-bg-light {
    background-color: #fff !important;
  }

  .lg\:u-bg-dark {
    background-color: #333123 !important;
  }

  .lg\:u-bg-purple--dark {
    background-color: #531d57 !important;
  }

  .lg\:u-bg-purple--light {
    background-color: #74287a !important;
  }

  .lg\:u-bg-darkpurple--dark {
    background-color: #46163f !important;
  }

  .lg\:u-bg-darkpurple--light {
    background-color: #611e58 !important;
  }

  .lg\:u-bg-yellow--dark {
    background-color: #fac500 !important;
  }

  .lg\:u-bg-yellow--light {
    background-color: #ffdd60 !important;
  }

  .lg\:u-bg-cyan--dark {
    background-color: #008bbf !important;
  }

  .lg\:u-bg-cyan--light {
    background-color: #0dbdff !important;
  }

  .lg\:u-bg-blue--dark {
    background-color: #2281c2 !important;
  }

  .lg\:u-bg-blue--light {
    background-color: #5dace2 !important;
  }

  .lg\:u-bg-light-green--dark {
    background-color: #9edab5 !important;
  }

  .lg\:u-bg-light-green--light {
    background-color: #fff !important;
  }

  .lg\:u-bg-red--dark {
    background-color: #981823 !important;
  }

  .lg\:u-bg-red--light {
    background-color: #d52231 !important;
  }

  .lg\:u-bg-gold--dark {
    background-color: #908b49 !important;
  }

  .lg\:u-bg-gold--light {
    background-color: #bab577 !important;
  }

  .lg\:u-bg-ink-100--dark {
    background-color: #001c2c !important;
  }

  .lg\:u-bg-ink-100--light {
    background-color: #00273e !important;
  }

  .lg\:u-bg-stone--dark {
    background-color: #c4b06c !important;
  }

  .lg\:u-bg-stone--light {
    background-color: #e7dfc3 !important;
  }

  .lg\:u-bg-sky--dark {
    background-color: #74aab6 !important;
  }

  .lg\:u-bg-sky--light {
    background-color: #c2dadf !important;
  }

  .lg\:u-bg-heather--dark {
    background-color: #af7a87 !important;
  }

  .lg\:u-bg-heather--light {
    background-color: #dcc4ca !important;
  }

  .lg\:u-bg-cedar--dark {
    background-color: #968581 !important;
  }

  .lg\:u-bg-cedar--light {
    background-color: #c9c0be !important;
  }

  .lg\:u-bg-business--dark {
    background-color: #8c9b89 !important;
  }

  .lg\:u-bg-business--light {
    background-color: #cad1c9 !important;
  }

  .lg\:u-bg-black--dark {
    background-color: #29271c !important;
  }

  .lg\:u-bg-black--light {
    background-color: #393727 !important;
  }

  .lg\:u-bg-white--dark {
    background-color: #ccc !important;
  }

  .lg\:u-bg-white--light {
    background-color: #fff !important;
  }

  .lg\:u-bg-grey-25--dark {
    background-color: #c6c6c6 !important;
  }

  .lg\:u-bg-grey-25--light {
    background-color: #fff !important;
  }

  .lg\:u-bg-grey-50--dark {
    background-color: #bcbcbc !important;
  }

  .lg\:u-bg-grey-50--light {
    background-color: #fff !important;
  }

  .lg\:u-bg-grey-75--dark {
    background-color: #aeaeae !important;
  }

  .lg\:u-bg-grey-75--light {
    background-color: #f3f3f3 !important;
  }

  .lg\:u-bg-grey-100--dark {
    background-color: #8a9194 !important;
  }

  .lg\:u-bg-grey-100--light {
    background-color: #c5c9ca !important;
  }

  .lg\:u-bg-grey-200--dark {
    background-color: #6d7275 !important;
  }

  .lg\:u-bg-grey-200--light {
    background-color: #9b9fa1 !important;
  }

  .lg\:u-bg-grey-300--dark {
    background-color: #505456 !important;
  }

  .lg\:u-bg-grey-300--light {
    background-color: #707679 !important;
  }

  .lg\:u-bg-grey-400--dark {
    background-color: #30302f !important;
  }

  .lg\:u-bg-grey-400--light {
    background-color: #434342 !important;
  }

  .lg\:u-bg-youtube--dark {
    background-color: #c00 !important;
  }

  .lg\:u-bg-youtube--light {
    background-color: #ff1f1f !important;
  }

  .lg\:u-bg-twitter--dark {
    background-color: #0c84cd !important;
  }

  .lg\:u-bg-twitter--light {
    background-color: #3caef4 !important;
  }

  .lg\:u-bg-facebook--dark {
    background-color: #2f477a !important;
  }

  .lg\:u-bg-facebook--light {
    background-color: #4264aa !important;
  }

  .lg\:u-bg-instagram--dark {
    background-color: #363636 !important;
  }

  .lg\:u-bg-instagram--light {
    background-color: #4c4c4c !important;
  }

  .lg\:u-bg-linkedin--dark {
    background-color: #005f91 !important;
  }

  .lg\:u-bg-linkedin--light {
    background-color: #0085cb !important;
  }

  .lg\:u-bg-college--dark {
    background-color: #00523f !important;
  }

  .lg\:u-bg-college--light {
    background-color: #007258 !important;
  }

  .lg\:u-bg-coll-collingwood--dark {
    background-color: #a81e26 !important;
  }

  .lg\:u-bg-coll-collingwood--light {
    background-color: #db3a44 !important;
  }

  .lg\:u-bg-coll-grey--dark {
    background-color: #8c1f26 !important;
  }

  .lg\:u-bg-coll-grey--light {
    background-color: #c42c35 !important;
  }

  .lg\:u-bg-coll-hatfield--dark {
    background-color: #002d51 !important;
  }

  .lg\:u-bg-coll-hatfield--light {
    background-color: #003f71 !important;
  }

  .lg\:u-bg-coll-johnsnow--dark {
    background-color: #002d51 !important;
  }

  .lg\:u-bg-coll-johnsnow--light {
    background-color: #003f71 !important;
  }

  .lg\:u-bg-coll-jbutler--dark {
    background-color: #a81e26 !important;
  }

  .lg\:u-bg-coll-jbutler--light {
    background-color: #db3a44 !important;
  }

  .lg\:u-bg-coll-south-college--dark {
    background-color: #531d57 !important;
  }

  .lg\:u-bg-coll-south-college--light {
    background-color: #74287a !important;
  }

  .lg\:u-bg-coll-staidans--dark {
    background-color: #005239 !important;
  }

  .lg\:u-bg-coll-staidans--light {
    background-color: #007350 !important;
  }

  .lg\:u-bg-coll-stchads--dark {
    background-color: #004632 !important;
  }

  .lg\:u-bg-coll-stchads--light {
    background-color: #006147 !important;
  }

  .lg\:u-bg-coll-stcuthberts--dark {
    background-color: #00523f !important;
  }

  .lg\:u-bg-coll-stcuthberts--light {
    background-color: #007258 !important;
  }

  .lg\:u-bg-coll-sthild--dark {
    background-color: #005ba5 !important;
  }

  .lg\:u-bg-coll-sthild--light {
    background-color: #0080e7 !important;
  }

  .lg\:u-bg-coll-stjohns--dark {
    background-color: #162b4a !important;
  }

  .lg\:u-bg-coll-stjohns--light {
    background-color: #1e3c68 !important;
  }

  .lg\:u-bg-coll-stmarys--dark {
    background-color: #5e2f97 !important;
  }

  .lg\:u-bg-coll-stmarys--light {
    background-color: #844ec8 !important;
  }

  .lg\:u-bg-coll-stephenson--dark {
    background-color: #a81e26 !important;
  }

  .lg\:u-bg-coll-stephenson--light {
    background-color: #db3a44 !important;
  }

  .lg\:u-bg-coll-trevelyan--dark {
    background-color: #002d51 !important;
  }

  .lg\:u-bg-coll-trevelyan--light {
    background-color: #003f71 !important;
  }

  .lg\:u-bg-coll-university--dark {
    background-color: #6b1e29 !important;
  }

  .lg\:u-bg-coll-university--light {
    background-color: #962b39 !important;
  }

  .lg\:u-bg-coll-ustinov--dark {
    background-color: #002d51 !important;
  }

  .lg\:u-bg-coll-ustinov--light {
    background-color: #003f71 !important;
  }

  .lg\:u-bg-coll-vanmildert--dark {
    background-color: #cd101f !important;
  }

  .lg\:u-bg-coll-vanmildert--light {
    background-color: #f04654 !important;
  }

  .lg\:u-bg-primary--dark {
    background-color: #531d57 !important;
  }

  .lg\:u-bg-primary--light {
    background-color: #74287a !important;
  }

  .lg\:u-bg-secondary--dark {
    background-color: #fac500 !important;
  }

  .lg\:u-bg-secondary--light {
    background-color: #ffdd60 !important;
  }

  .lg\:u-bg-tertiary--dark {
    background-color: #008bbf !important;
  }

  .lg\:u-bg-tertiary--light {
    background-color: #0dbdff !important;
  }

  .lg\:u-bg-success--dark {
    background-color: #367e36 !important;
  }

  .lg\:u-bg-success--light {
    background-color: #4cb04c !important;
  }

  .lg\:u-bg-danger--dark {
    background-color: #981823 !important;
  }

  .lg\:u-bg-danger--light {
    background-color: #d52231 !important;
  }

  .lg\:u-bg-warning--dark {
    background-color: #ae4e18 !important;
  }

  .lg\:u-bg-warning--light {
    background-color: #e37233 !important;
  }

  .lg\:u-bg-info--dark {
    background-color: #0e6681 !important;
  }

  .lg\:u-bg-info--light {
    background-color: #138fb4 !important;
  }

  .lg\:u-bg-light--dark {
    background-color: #ccc !important;
  }

  .lg\:u-bg-light--light {
    background-color: #fff !important;
  }

  .lg\:u-bg-dark--dark {
    background-color: #29271c !important;
  }

  .lg\:u-bg-dark--light {
    background-color: #393727 !important;
  }

  .lg\:hover\:u-bg-transparent:hover {
    background-color: transparent !important;
  }

  .lg\:hover\:u-bg-current-color:hover {
    background-color: currentColor !important;
  }

  .lg\:hover\:u-bg-inherit:hover {
    background-color: inherit !important;
  }

  .lg\:hover\:u-bg-purple:hover {
    background-color: #68246d !important;
  }

  .lg\:hover\:u-bg-darkpurple:hover {
    background-color: #571b4f !important;
  }

  .lg\:hover\:u-bg-yellow:hover {
    background-color: #ffd53a !important;
  }

  .lg\:hover\:u-bg-cyan:hover {
    background-color: #00aeef !important;
  }

  .lg\:hover\:u-bg-blue:hover {
    background-color: #409ddd !important;
  }

  .lg\:hover\:u-bg-light-green:hover {
    background-color: #e2f4e9 !important;
  }

  .lg\:hover\:u-bg-red:hover {
    background-color: #be1e2c !important;
  }

  .lg\:hover\:u-bg-gold:hover {
    background-color: #afa961 !important;
  }

  .lg\:hover\:u-bg-ink-100:hover {
    background-color: #002337 !important;
  }

  .lg\:hover\:u-bg-stone:hover {
    background-color: #dacda2 !important;
  }

  .lg\:hover\:u-bg-sky:hover {
    background-color: #a5c8d0 !important;
  }

  .lg\:hover\:u-bg-heather:hover {
    background-color: #cba8b1 !important;
  }

  .lg\:hover\:u-bg-cedar:hover {
    background-color: #b6aaa7 !important;
  }

  .lg\:hover\:u-bg-business:hover {
    background-color: #b3bdb1 !important;
  }

  .lg\:hover\:u-bg-black:hover {
    background-color: #333123 !important;
  }

  .lg\:hover\:u-bg-white:hover {
    background-color: #fff !important;
  }

  .lg\:hover\:u-bg-grey-25:hover {
    background-color: #f7f7f7 !important;
  }

  .lg\:hover\:u-bg-grey-50:hover {
    background-color: #ebebeb !important;
  }

  .lg\:hover\:u-bg-grey-75:hover {
    background-color: #d9d9d9 !important;
  }

  .lg\:hover\:u-bg-grey-100:hover {
    background-color: #afb4b6 !important;
  }

  .lg\:hover\:u-bg-grey-200:hover {
    background-color: #898e91 !important;
  }

  .lg\:hover\:u-bg-grey-300:hover {
    background-color: #64696c !important;
  }

  .lg\:hover\:u-bg-grey-400:hover {
    background-color: #3c3c3b !important;
  }

  .lg\:hover\:u-bg-youtube:hover {
    background-color: #f00 !important;
  }

  .lg\:hover\:u-bg-twitter:hover {
    background-color: #1da1f2 !important;
  }

  .lg\:hover\:u-bg-facebook:hover {
    background-color: #3b5998 !important;
  }

  .lg\:hover\:u-bg-instagram:hover {
    background-color: #444 !important;
  }

  .lg\:hover\:u-bg-linkedin:hover {
    background-color: #0077b5 !important;
  }

  .lg\:hover\:u-bg-college:hover {
    background-color: #00664f !important;
  }

  .lg\:hover\:u-bg-coll-collingwood:hover {
    background-color: #d22630 !important;
  }

  .lg\:hover\:u-bg-coll-grey:hover {
    background-color: #af272f !important;
  }

  .lg\:hover\:u-bg-coll-hatfield:hover {
    background-color: #003865 !important;
  }

  .lg\:hover\:u-bg-coll-johnsnow:hover {
    background-color: #003865 !important;
  }

  .lg\:hover\:u-bg-coll-jbutler:hover {
    background-color: #d22630 !important;
  }

  .lg\:hover\:u-bg-coll-south-college:hover {
    background-color: #68246d !important;
  }

  .lg\:hover\:u-bg-coll-staidans:hover {
    background-color: #006747 !important;
  }

  .lg\:hover\:u-bg-coll-stchads:hover {
    background-color: #00573f !important;
  }

  .lg\:hover\:u-bg-coll-stcuthberts:hover {
    background-color: #00664f !important;
  }

  .lg\:hover\:u-bg-coll-sthild:hover {
    background-color: #0072ce !important;
  }

  .lg\:hover\:u-bg-coll-stjohns:hover {
    background-color: #1b365d !important;
  }

  .lg\:hover\:u-bg-coll-stmarys:hover {
    background-color: #753bbd !important;
  }

  .lg\:hover\:u-bg-coll-stephenson:hover {
    background-color: #d22630 !important;
  }

  .lg\:hover\:u-bg-coll-trevelyan:hover {
    background-color: #003865 !important;
  }

  .lg\:hover\:u-bg-coll-university:hover {
    background-color: #862633 !important;
  }

  .lg\:hover\:u-bg-coll-ustinov:hover {
    background-color: #003865 !important;
  }

  .lg\:hover\:u-bg-coll-vanmildert:hover {
    background-color: #ee2737 !important;
  }

  .lg\:hover\:u-bg-primary:hover {
    background-color: #68246d !important;
  }

  .lg\:hover\:u-bg-secondary:hover {
    background-color: #ffd53a !important;
  }

  .lg\:hover\:u-bg-tertiary:hover {
    background-color: #00aeef !important;
  }

  .lg\:hover\:u-bg-success:hover {
    background-color: #449d44 !important;
  }

  .lg\:hover\:u-bg-danger:hover {
    background-color: #be1e2c !important;
  }

  .lg\:hover\:u-bg-warning:hover {
    background-color: #da611e !important;
  }

  .lg\:hover\:u-bg-info:hover {
    background-color: #1180a1 !important;
  }

  .lg\:hover\:u-bg-light:hover {
    background-color: #fff !important;
  }

  .lg\:hover\:u-bg-dark:hover {
    background-color: #333123 !important;
  }

  .lg\:hover\:u-bg-purple--dark:hover {
    background-color: #531d57 !important;
  }

  .lg\:hover\:u-bg-purple--light:hover {
    background-color: #74287a !important;
  }

  .lg\:hover\:u-bg-darkpurple--dark:hover {
    background-color: #46163f !important;
  }

  .lg\:hover\:u-bg-darkpurple--light:hover {
    background-color: #611e58 !important;
  }

  .lg\:hover\:u-bg-yellow--dark:hover {
    background-color: #fac500 !important;
  }

  .lg\:hover\:u-bg-yellow--light:hover {
    background-color: #ffdd60 !important;
  }

  .lg\:hover\:u-bg-cyan--dark:hover {
    background-color: #008bbf !important;
  }

  .lg\:hover\:u-bg-cyan--light:hover {
    background-color: #0dbdff !important;
  }

  .lg\:hover\:u-bg-blue--dark:hover {
    background-color: #2281c2 !important;
  }

  .lg\:hover\:u-bg-blue--light:hover {
    background-color: #5dace2 !important;
  }

  .lg\:hover\:u-bg-light-green--dark:hover {
    background-color: #9edab5 !important;
  }

  .lg\:hover\:u-bg-light-green--light:hover {
    background-color: #fff !important;
  }

  .lg\:hover\:u-bg-red--dark:hover {
    background-color: #981823 !important;
  }

  .lg\:hover\:u-bg-red--light:hover {
    background-color: #d52231 !important;
  }

  .lg\:hover\:u-bg-gold--dark:hover {
    background-color: #908b49 !important;
  }

  .lg\:hover\:u-bg-gold--light:hover {
    background-color: #bab577 !important;
  }

  .lg\:hover\:u-bg-ink-100--dark:hover {
    background-color: #001c2c !important;
  }

  .lg\:hover\:u-bg-ink-100--light:hover {
    background-color: #00273e !important;
  }

  .lg\:hover\:u-bg-stone--dark:hover {
    background-color: #c4b06c !important;
  }

  .lg\:hover\:u-bg-stone--light:hover {
    background-color: #e7dfc3 !important;
  }

  .lg\:hover\:u-bg-sky--dark:hover {
    background-color: #74aab6 !important;
  }

  .lg\:hover\:u-bg-sky--light:hover {
    background-color: #c2dadf !important;
  }

  .lg\:hover\:u-bg-heather--dark:hover {
    background-color: #af7a87 !important;
  }

  .lg\:hover\:u-bg-heather--light:hover {
    background-color: #dcc4ca !important;
  }

  .lg\:hover\:u-bg-cedar--dark:hover {
    background-color: #968581 !important;
  }

  .lg\:hover\:u-bg-cedar--light:hover {
    background-color: #c9c0be !important;
  }

  .lg\:hover\:u-bg-business--dark:hover {
    background-color: #8c9b89 !important;
  }

  .lg\:hover\:u-bg-business--light:hover {
    background-color: #cad1c9 !important;
  }

  .lg\:hover\:u-bg-black--dark:hover {
    background-color: #29271c !important;
  }

  .lg\:hover\:u-bg-black--light:hover {
    background-color: #393727 !important;
  }

  .lg\:hover\:u-bg-white--dark:hover {
    background-color: #ccc !important;
  }

  .lg\:hover\:u-bg-white--light:hover {
    background-color: #fff !important;
  }

  .lg\:hover\:u-bg-grey-25--dark:hover {
    background-color: #c6c6c6 !important;
  }

  .lg\:hover\:u-bg-grey-25--light:hover {
    background-color: #fff !important;
  }

  .lg\:hover\:u-bg-grey-50--dark:hover {
    background-color: #bcbcbc !important;
  }

  .lg\:hover\:u-bg-grey-50--light:hover {
    background-color: #fff !important;
  }

  .lg\:hover\:u-bg-grey-75--dark:hover {
    background-color: #aeaeae !important;
  }

  .lg\:hover\:u-bg-grey-75--light:hover {
    background-color: #f3f3f3 !important;
  }

  .lg\:hover\:u-bg-grey-100--dark:hover {
    background-color: #8a9194 !important;
  }

  .lg\:hover\:u-bg-grey-100--light:hover {
    background-color: #c5c9ca !important;
  }

  .lg\:hover\:u-bg-grey-200--dark:hover {
    background-color: #6d7275 !important;
  }

  .lg\:hover\:u-bg-grey-200--light:hover {
    background-color: #9b9fa1 !important;
  }

  .lg\:hover\:u-bg-grey-300--dark:hover {
    background-color: #505456 !important;
  }

  .lg\:hover\:u-bg-grey-300--light:hover {
    background-color: #707679 !important;
  }

  .lg\:hover\:u-bg-grey-400--dark:hover {
    background-color: #30302f !important;
  }

  .lg\:hover\:u-bg-grey-400--light:hover {
    background-color: #434342 !important;
  }

  .lg\:hover\:u-bg-youtube--dark:hover {
    background-color: #c00 !important;
  }

  .lg\:hover\:u-bg-youtube--light:hover {
    background-color: #ff1f1f !important;
  }

  .lg\:hover\:u-bg-twitter--dark:hover {
    background-color: #0c84cd !important;
  }

  .lg\:hover\:u-bg-twitter--light:hover {
    background-color: #3caef4 !important;
  }

  .lg\:hover\:u-bg-facebook--dark:hover {
    background-color: #2f477a !important;
  }

  .lg\:hover\:u-bg-facebook--light:hover {
    background-color: #4264aa !important;
  }

  .lg\:hover\:u-bg-instagram--dark:hover {
    background-color: #363636 !important;
  }

  .lg\:hover\:u-bg-instagram--light:hover {
    background-color: #4c4c4c !important;
  }

  .lg\:hover\:u-bg-linkedin--dark:hover {
    background-color: #005f91 !important;
  }

  .lg\:hover\:u-bg-linkedin--light:hover {
    background-color: #0085cb !important;
  }

  .lg\:hover\:u-bg-college--dark:hover {
    background-color: #00523f !important;
  }

  .lg\:hover\:u-bg-college--light:hover {
    background-color: #007258 !important;
  }

  .lg\:hover\:u-bg-coll-collingwood--dark:hover {
    background-color: #a81e26 !important;
  }

  .lg\:hover\:u-bg-coll-collingwood--light:hover {
    background-color: #db3a44 !important;
  }

  .lg\:hover\:u-bg-coll-grey--dark:hover {
    background-color: #8c1f26 !important;
  }

  .lg\:hover\:u-bg-coll-grey--light:hover {
    background-color: #c42c35 !important;
  }

  .lg\:hover\:u-bg-coll-hatfield--dark:hover {
    background-color: #002d51 !important;
  }

  .lg\:hover\:u-bg-coll-hatfield--light:hover {
    background-color: #003f71 !important;
  }

  .lg\:hover\:u-bg-coll-johnsnow--dark:hover {
    background-color: #002d51 !important;
  }

  .lg\:hover\:u-bg-coll-johnsnow--light:hover {
    background-color: #003f71 !important;
  }

  .lg\:hover\:u-bg-coll-jbutler--dark:hover {
    background-color: #a81e26 !important;
  }

  .lg\:hover\:u-bg-coll-jbutler--light:hover {
    background-color: #db3a44 !important;
  }

  .lg\:hover\:u-bg-coll-south-college--dark:hover {
    background-color: #531d57 !important;
  }

  .lg\:hover\:u-bg-coll-south-college--light:hover {
    background-color: #74287a !important;
  }

  .lg\:hover\:u-bg-coll-staidans--dark:hover {
    background-color: #005239 !important;
  }

  .lg\:hover\:u-bg-coll-staidans--light:hover {
    background-color: #007350 !important;
  }

  .lg\:hover\:u-bg-coll-stchads--dark:hover {
    background-color: #004632 !important;
  }

  .lg\:hover\:u-bg-coll-stchads--light:hover {
    background-color: #006147 !important;
  }

  .lg\:hover\:u-bg-coll-stcuthberts--dark:hover {
    background-color: #00523f !important;
  }

  .lg\:hover\:u-bg-coll-stcuthberts--light:hover {
    background-color: #007258 !important;
  }

  .lg\:hover\:u-bg-coll-sthild--dark:hover {
    background-color: #005ba5 !important;
  }

  .lg\:hover\:u-bg-coll-sthild--light:hover {
    background-color: #0080e7 !important;
  }

  .lg\:hover\:u-bg-coll-stjohns--dark:hover {
    background-color: #162b4a !important;
  }

  .lg\:hover\:u-bg-coll-stjohns--light:hover {
    background-color: #1e3c68 !important;
  }

  .lg\:hover\:u-bg-coll-stmarys--dark:hover {
    background-color: #5e2f97 !important;
  }

  .lg\:hover\:u-bg-coll-stmarys--light:hover {
    background-color: #844ec8 !important;
  }

  .lg\:hover\:u-bg-coll-stephenson--dark:hover {
    background-color: #a81e26 !important;
  }

  .lg\:hover\:u-bg-coll-stephenson--light:hover {
    background-color: #db3a44 !important;
  }

  .lg\:hover\:u-bg-coll-trevelyan--dark:hover {
    background-color: #002d51 !important;
  }

  .lg\:hover\:u-bg-coll-trevelyan--light:hover {
    background-color: #003f71 !important;
  }

  .lg\:hover\:u-bg-coll-university--dark:hover {
    background-color: #6b1e29 !important;
  }

  .lg\:hover\:u-bg-coll-university--light:hover {
    background-color: #962b39 !important;
  }

  .lg\:hover\:u-bg-coll-ustinov--dark:hover {
    background-color: #002d51 !important;
  }

  .lg\:hover\:u-bg-coll-ustinov--light:hover {
    background-color: #003f71 !important;
  }

  .lg\:hover\:u-bg-coll-vanmildert--dark:hover {
    background-color: #cd101f !important;
  }

  .lg\:hover\:u-bg-coll-vanmildert--light:hover {
    background-color: #f04654 !important;
  }

  .lg\:hover\:u-bg-primary--dark:hover {
    background-color: #531d57 !important;
  }

  .lg\:hover\:u-bg-primary--light:hover {
    background-color: #74287a !important;
  }

  .lg\:hover\:u-bg-secondary--dark:hover {
    background-color: #fac500 !important;
  }

  .lg\:hover\:u-bg-secondary--light:hover {
    background-color: #ffdd60 !important;
  }

  .lg\:hover\:u-bg-tertiary--dark:hover {
    background-color: #008bbf !important;
  }

  .lg\:hover\:u-bg-tertiary--light:hover {
    background-color: #0dbdff !important;
  }

  .lg\:hover\:u-bg-success--dark:hover {
    background-color: #367e36 !important;
  }

  .lg\:hover\:u-bg-success--light:hover {
    background-color: #4cb04c !important;
  }

  .lg\:hover\:u-bg-danger--dark:hover {
    background-color: #981823 !important;
  }

  .lg\:hover\:u-bg-danger--light:hover {
    background-color: #d52231 !important;
  }

  .lg\:hover\:u-bg-warning--dark:hover {
    background-color: #ae4e18 !important;
  }

  .lg\:hover\:u-bg-warning--light:hover {
    background-color: #e37233 !important;
  }

  .lg\:hover\:u-bg-info--dark:hover {
    background-color: #0e6681 !important;
  }

  .lg\:hover\:u-bg-info--light:hover {
    background-color: #138fb4 !important;
  }

  .lg\:hover\:u-bg-light--dark:hover {
    background-color: #ccc !important;
  }

  .lg\:hover\:u-bg-light--light:hover {
    background-color: #fff !important;
  }

  .lg\:hover\:u-bg-dark--dark:hover {
    background-color: #29271c !important;
  }

  .lg\:hover\:u-bg-dark--light:hover {
    background-color: #393727 !important;
  }

  .lg\:focus\:u-bg-transparent:focus {
    background-color: transparent !important;
  }

  .lg\:focus\:u-bg-current-color:focus {
    background-color: currentColor !important;
  }

  .lg\:focus\:u-bg-inherit:focus {
    background-color: inherit !important;
  }

  .lg\:focus\:u-bg-purple:focus {
    background-color: #68246d !important;
  }

  .lg\:focus\:u-bg-darkpurple:focus {
    background-color: #571b4f !important;
  }

  .lg\:focus\:u-bg-yellow:focus {
    background-color: #ffd53a !important;
  }

  .lg\:focus\:u-bg-cyan:focus {
    background-color: #00aeef !important;
  }

  .lg\:focus\:u-bg-blue:focus {
    background-color: #409ddd !important;
  }

  .lg\:focus\:u-bg-light-green:focus {
    background-color: #e2f4e9 !important;
  }

  .lg\:focus\:u-bg-red:focus {
    background-color: #be1e2c !important;
  }

  .lg\:focus\:u-bg-gold:focus {
    background-color: #afa961 !important;
  }

  .lg\:focus\:u-bg-ink-100:focus {
    background-color: #002337 !important;
  }

  .lg\:focus\:u-bg-stone:focus {
    background-color: #dacda2 !important;
  }

  .lg\:focus\:u-bg-sky:focus {
    background-color: #a5c8d0 !important;
  }

  .lg\:focus\:u-bg-heather:focus {
    background-color: #cba8b1 !important;
  }

  .lg\:focus\:u-bg-cedar:focus {
    background-color: #b6aaa7 !important;
  }

  .lg\:focus\:u-bg-business:focus {
    background-color: #b3bdb1 !important;
  }

  .lg\:focus\:u-bg-black:focus {
    background-color: #333123 !important;
  }

  .lg\:focus\:u-bg-white:focus {
    background-color: #fff !important;
  }

  .lg\:focus\:u-bg-grey-25:focus {
    background-color: #f7f7f7 !important;
  }

  .lg\:focus\:u-bg-grey-50:focus {
    background-color: #ebebeb !important;
  }

  .lg\:focus\:u-bg-grey-75:focus {
    background-color: #d9d9d9 !important;
  }

  .lg\:focus\:u-bg-grey-100:focus {
    background-color: #afb4b6 !important;
  }

  .lg\:focus\:u-bg-grey-200:focus {
    background-color: #898e91 !important;
  }

  .lg\:focus\:u-bg-grey-300:focus {
    background-color: #64696c !important;
  }

  .lg\:focus\:u-bg-grey-400:focus {
    background-color: #3c3c3b !important;
  }

  .lg\:focus\:u-bg-youtube:focus {
    background-color: #f00 !important;
  }

  .lg\:focus\:u-bg-twitter:focus {
    background-color: #1da1f2 !important;
  }

  .lg\:focus\:u-bg-facebook:focus {
    background-color: #3b5998 !important;
  }

  .lg\:focus\:u-bg-instagram:focus {
    background-color: #444 !important;
  }

  .lg\:focus\:u-bg-linkedin:focus {
    background-color: #0077b5 !important;
  }

  .lg\:focus\:u-bg-college:focus {
    background-color: #00664f !important;
  }

  .lg\:focus\:u-bg-coll-collingwood:focus {
    background-color: #d22630 !important;
  }

  .lg\:focus\:u-bg-coll-grey:focus {
    background-color: #af272f !important;
  }

  .lg\:focus\:u-bg-coll-hatfield:focus {
    background-color: #003865 !important;
  }

  .lg\:focus\:u-bg-coll-johnsnow:focus {
    background-color: #003865 !important;
  }

  .lg\:focus\:u-bg-coll-jbutler:focus {
    background-color: #d22630 !important;
  }

  .lg\:focus\:u-bg-coll-south-college:focus {
    background-color: #68246d !important;
  }

  .lg\:focus\:u-bg-coll-staidans:focus {
    background-color: #006747 !important;
  }

  .lg\:focus\:u-bg-coll-stchads:focus {
    background-color: #00573f !important;
  }

  .lg\:focus\:u-bg-coll-stcuthberts:focus {
    background-color: #00664f !important;
  }

  .lg\:focus\:u-bg-coll-sthild:focus {
    background-color: #0072ce !important;
  }

  .lg\:focus\:u-bg-coll-stjohns:focus {
    background-color: #1b365d !important;
  }

  .lg\:focus\:u-bg-coll-stmarys:focus {
    background-color: #753bbd !important;
  }

  .lg\:focus\:u-bg-coll-stephenson:focus {
    background-color: #d22630 !important;
  }

  .lg\:focus\:u-bg-coll-trevelyan:focus {
    background-color: #003865 !important;
  }

  .lg\:focus\:u-bg-coll-university:focus {
    background-color: #862633 !important;
  }

  .lg\:focus\:u-bg-coll-ustinov:focus {
    background-color: #003865 !important;
  }

  .lg\:focus\:u-bg-coll-vanmildert:focus {
    background-color: #ee2737 !important;
  }

  .lg\:focus\:u-bg-primary:focus {
    background-color: #68246d !important;
  }

  .lg\:focus\:u-bg-secondary:focus {
    background-color: #ffd53a !important;
  }

  .lg\:focus\:u-bg-tertiary:focus {
    background-color: #00aeef !important;
  }

  .lg\:focus\:u-bg-success:focus {
    background-color: #449d44 !important;
  }

  .lg\:focus\:u-bg-danger:focus {
    background-color: #be1e2c !important;
  }

  .lg\:focus\:u-bg-warning:focus {
    background-color: #da611e !important;
  }

  .lg\:focus\:u-bg-info:focus {
    background-color: #1180a1 !important;
  }

  .lg\:focus\:u-bg-light:focus {
    background-color: #fff !important;
  }

  .lg\:focus\:u-bg-dark:focus {
    background-color: #333123 !important;
  }

  .lg\:focus\:u-bg-purple--dark:focus {
    background-color: #531d57 !important;
  }

  .lg\:focus\:u-bg-purple--light:focus {
    background-color: #74287a !important;
  }

  .lg\:focus\:u-bg-darkpurple--dark:focus {
    background-color: #46163f !important;
  }

  .lg\:focus\:u-bg-darkpurple--light:focus {
    background-color: #611e58 !important;
  }

  .lg\:focus\:u-bg-yellow--dark:focus {
    background-color: #fac500 !important;
  }

  .lg\:focus\:u-bg-yellow--light:focus {
    background-color: #ffdd60 !important;
  }

  .lg\:focus\:u-bg-cyan--dark:focus {
    background-color: #008bbf !important;
  }

  .lg\:focus\:u-bg-cyan--light:focus {
    background-color: #0dbdff !important;
  }

  .lg\:focus\:u-bg-blue--dark:focus {
    background-color: #2281c2 !important;
  }

  .lg\:focus\:u-bg-blue--light:focus {
    background-color: #5dace2 !important;
  }

  .lg\:focus\:u-bg-light-green--dark:focus {
    background-color: #9edab5 !important;
  }

  .lg\:focus\:u-bg-light-green--light:focus {
    background-color: #fff !important;
  }

  .lg\:focus\:u-bg-red--dark:focus {
    background-color: #981823 !important;
  }

  .lg\:focus\:u-bg-red--light:focus {
    background-color: #d52231 !important;
  }

  .lg\:focus\:u-bg-gold--dark:focus {
    background-color: #908b49 !important;
  }

  .lg\:focus\:u-bg-gold--light:focus {
    background-color: #bab577 !important;
  }

  .lg\:focus\:u-bg-ink-100--dark:focus {
    background-color: #001c2c !important;
  }

  .lg\:focus\:u-bg-ink-100--light:focus {
    background-color: #00273e !important;
  }

  .lg\:focus\:u-bg-stone--dark:focus {
    background-color: #c4b06c !important;
  }

  .lg\:focus\:u-bg-stone--light:focus {
    background-color: #e7dfc3 !important;
  }

  .lg\:focus\:u-bg-sky--dark:focus {
    background-color: #74aab6 !important;
  }

  .lg\:focus\:u-bg-sky--light:focus {
    background-color: #c2dadf !important;
  }

  .lg\:focus\:u-bg-heather--dark:focus {
    background-color: #af7a87 !important;
  }

  .lg\:focus\:u-bg-heather--light:focus {
    background-color: #dcc4ca !important;
  }

  .lg\:focus\:u-bg-cedar--dark:focus {
    background-color: #968581 !important;
  }

  .lg\:focus\:u-bg-cedar--light:focus {
    background-color: #c9c0be !important;
  }

  .lg\:focus\:u-bg-business--dark:focus {
    background-color: #8c9b89 !important;
  }

  .lg\:focus\:u-bg-business--light:focus {
    background-color: #cad1c9 !important;
  }

  .lg\:focus\:u-bg-black--dark:focus {
    background-color: #29271c !important;
  }

  .lg\:focus\:u-bg-black--light:focus {
    background-color: #393727 !important;
  }

  .lg\:focus\:u-bg-white--dark:focus {
    background-color: #ccc !important;
  }

  .lg\:focus\:u-bg-white--light:focus {
    background-color: #fff !important;
  }

  .lg\:focus\:u-bg-grey-25--dark:focus {
    background-color: #c6c6c6 !important;
  }

  .lg\:focus\:u-bg-grey-25--light:focus {
    background-color: #fff !important;
  }

  .lg\:focus\:u-bg-grey-50--dark:focus {
    background-color: #bcbcbc !important;
  }

  .lg\:focus\:u-bg-grey-50--light:focus {
    background-color: #fff !important;
  }

  .lg\:focus\:u-bg-grey-75--dark:focus {
    background-color: #aeaeae !important;
  }

  .lg\:focus\:u-bg-grey-75--light:focus {
    background-color: #f3f3f3 !important;
  }

  .lg\:focus\:u-bg-grey-100--dark:focus {
    background-color: #8a9194 !important;
  }

  .lg\:focus\:u-bg-grey-100--light:focus {
    background-color: #c5c9ca !important;
  }

  .lg\:focus\:u-bg-grey-200--dark:focus {
    background-color: #6d7275 !important;
  }

  .lg\:focus\:u-bg-grey-200--light:focus {
    background-color: #9b9fa1 !important;
  }

  .lg\:focus\:u-bg-grey-300--dark:focus {
    background-color: #505456 !important;
  }

  .lg\:focus\:u-bg-grey-300--light:focus {
    background-color: #707679 !important;
  }

  .lg\:focus\:u-bg-grey-400--dark:focus {
    background-color: #30302f !important;
  }

  .lg\:focus\:u-bg-grey-400--light:focus {
    background-color: #434342 !important;
  }

  .lg\:focus\:u-bg-youtube--dark:focus {
    background-color: #c00 !important;
  }

  .lg\:focus\:u-bg-youtube--light:focus {
    background-color: #ff1f1f !important;
  }

  .lg\:focus\:u-bg-twitter--dark:focus {
    background-color: #0c84cd !important;
  }

  .lg\:focus\:u-bg-twitter--light:focus {
    background-color: #3caef4 !important;
  }

  .lg\:focus\:u-bg-facebook--dark:focus {
    background-color: #2f477a !important;
  }

  .lg\:focus\:u-bg-facebook--light:focus {
    background-color: #4264aa !important;
  }

  .lg\:focus\:u-bg-instagram--dark:focus {
    background-color: #363636 !important;
  }

  .lg\:focus\:u-bg-instagram--light:focus {
    background-color: #4c4c4c !important;
  }

  .lg\:focus\:u-bg-linkedin--dark:focus {
    background-color: #005f91 !important;
  }

  .lg\:focus\:u-bg-linkedin--light:focus {
    background-color: #0085cb !important;
  }

  .lg\:focus\:u-bg-college--dark:focus {
    background-color: #00523f !important;
  }

  .lg\:focus\:u-bg-college--light:focus {
    background-color: #007258 !important;
  }

  .lg\:focus\:u-bg-coll-collingwood--dark:focus {
    background-color: #a81e26 !important;
  }

  .lg\:focus\:u-bg-coll-collingwood--light:focus {
    background-color: #db3a44 !important;
  }

  .lg\:focus\:u-bg-coll-grey--dark:focus {
    background-color: #8c1f26 !important;
  }

  .lg\:focus\:u-bg-coll-grey--light:focus {
    background-color: #c42c35 !important;
  }

  .lg\:focus\:u-bg-coll-hatfield--dark:focus {
    background-color: #002d51 !important;
  }

  .lg\:focus\:u-bg-coll-hatfield--light:focus {
    background-color: #003f71 !important;
  }

  .lg\:focus\:u-bg-coll-johnsnow--dark:focus {
    background-color: #002d51 !important;
  }

  .lg\:focus\:u-bg-coll-johnsnow--light:focus {
    background-color: #003f71 !important;
  }

  .lg\:focus\:u-bg-coll-jbutler--dark:focus {
    background-color: #a81e26 !important;
  }

  .lg\:focus\:u-bg-coll-jbutler--light:focus {
    background-color: #db3a44 !important;
  }

  .lg\:focus\:u-bg-coll-south-college--dark:focus {
    background-color: #531d57 !important;
  }

  .lg\:focus\:u-bg-coll-south-college--light:focus {
    background-color: #74287a !important;
  }

  .lg\:focus\:u-bg-coll-staidans--dark:focus {
    background-color: #005239 !important;
  }

  .lg\:focus\:u-bg-coll-staidans--light:focus {
    background-color: #007350 !important;
  }

  .lg\:focus\:u-bg-coll-stchads--dark:focus {
    background-color: #004632 !important;
  }

  .lg\:focus\:u-bg-coll-stchads--light:focus {
    background-color: #006147 !important;
  }

  .lg\:focus\:u-bg-coll-stcuthberts--dark:focus {
    background-color: #00523f !important;
  }

  .lg\:focus\:u-bg-coll-stcuthberts--light:focus {
    background-color: #007258 !important;
  }

  .lg\:focus\:u-bg-coll-sthild--dark:focus {
    background-color: #005ba5 !important;
  }

  .lg\:focus\:u-bg-coll-sthild--light:focus {
    background-color: #0080e7 !important;
  }

  .lg\:focus\:u-bg-coll-stjohns--dark:focus {
    background-color: #162b4a !important;
  }

  .lg\:focus\:u-bg-coll-stjohns--light:focus {
    background-color: #1e3c68 !important;
  }

  .lg\:focus\:u-bg-coll-stmarys--dark:focus {
    background-color: #5e2f97 !important;
  }

  .lg\:focus\:u-bg-coll-stmarys--light:focus {
    background-color: #844ec8 !important;
  }

  .lg\:focus\:u-bg-coll-stephenson--dark:focus {
    background-color: #a81e26 !important;
  }

  .lg\:focus\:u-bg-coll-stephenson--light:focus {
    background-color: #db3a44 !important;
  }

  .lg\:focus\:u-bg-coll-trevelyan--dark:focus {
    background-color: #002d51 !important;
  }

  .lg\:focus\:u-bg-coll-trevelyan--light:focus {
    background-color: #003f71 !important;
  }

  .lg\:focus\:u-bg-coll-university--dark:focus {
    background-color: #6b1e29 !important;
  }

  .lg\:focus\:u-bg-coll-university--light:focus {
    background-color: #962b39 !important;
  }

  .lg\:focus\:u-bg-coll-ustinov--dark:focus {
    background-color: #002d51 !important;
  }

  .lg\:focus\:u-bg-coll-ustinov--light:focus {
    background-color: #003f71 !important;
  }

  .lg\:focus\:u-bg-coll-vanmildert--dark:focus {
    background-color: #cd101f !important;
  }

  .lg\:focus\:u-bg-coll-vanmildert--light:focus {
    background-color: #f04654 !important;
  }

  .lg\:focus\:u-bg-primary--dark:focus {
    background-color: #531d57 !important;
  }

  .lg\:focus\:u-bg-primary--light:focus {
    background-color: #74287a !important;
  }

  .lg\:focus\:u-bg-secondary--dark:focus {
    background-color: #fac500 !important;
  }

  .lg\:focus\:u-bg-secondary--light:focus {
    background-color: #ffdd60 !important;
  }

  .lg\:focus\:u-bg-tertiary--dark:focus {
    background-color: #008bbf !important;
  }

  .lg\:focus\:u-bg-tertiary--light:focus {
    background-color: #0dbdff !important;
  }

  .lg\:focus\:u-bg-success--dark:focus {
    background-color: #367e36 !important;
  }

  .lg\:focus\:u-bg-success--light:focus {
    background-color: #4cb04c !important;
  }

  .lg\:focus\:u-bg-danger--dark:focus {
    background-color: #981823 !important;
  }

  .lg\:focus\:u-bg-danger--light:focus {
    background-color: #d52231 !important;
  }

  .lg\:focus\:u-bg-warning--dark:focus {
    background-color: #ae4e18 !important;
  }

  .lg\:focus\:u-bg-warning--light:focus {
    background-color: #e37233 !important;
  }

  .lg\:focus\:u-bg-info--dark:focus {
    background-color: #0e6681 !important;
  }

  .lg\:focus\:u-bg-info--light:focus {
    background-color: #138fb4 !important;
  }

  .lg\:focus\:u-bg-light--dark:focus {
    background-color: #ccc !important;
  }

  .lg\:focus\:u-bg-light--light:focus {
    background-color: #fff !important;
  }

  .lg\:focus\:u-bg-dark--dark:focus {
    background-color: #29271c !important;
  }

  .lg\:focus\:u-bg-dark--light:focus {
    background-color: #393727 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-transparent {
    background-color: transparent !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-current-color {
    background-color: currentColor !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-inherit {
    background-color: inherit !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-purple {
    background-color: #68246d !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-darkpurple {
    background-color: #571b4f !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-yellow {
    background-color: #ffd53a !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-cyan {
    background-color: #00aeef !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-blue {
    background-color: #409ddd !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-light-green {
    background-color: #e2f4e9 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-red {
    background-color: #be1e2c !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-gold {
    background-color: #afa961 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-ink-100 {
    background-color: #002337 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-stone {
    background-color: #dacda2 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-sky {
    background-color: #a5c8d0 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-heather {
    background-color: #cba8b1 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-cedar {
    background-color: #b6aaa7 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-business {
    background-color: #b3bdb1 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-black {
    background-color: #333123 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-white {
    background-color: #fff !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-25 {
    background-color: #f7f7f7 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-50 {
    background-color: #ebebeb !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-75 {
    background-color: #d9d9d9 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-100 {
    background-color: #afb4b6 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-200 {
    background-color: #898e91 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-300 {
    background-color: #64696c !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-400 {
    background-color: #3c3c3b !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-youtube {
    background-color: #f00 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-twitter {
    background-color: #1da1f2 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-facebook {
    background-color: #3b5998 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-instagram {
    background-color: #444 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-linkedin {
    background-color: #0077b5 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-college {
    background-color: #00664f !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-collingwood {
    background-color: #d22630 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-grey {
    background-color: #af272f !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-hatfield {
    background-color: #003865 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-johnsnow {
    background-color: #003865 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-jbutler {
    background-color: #d22630 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-south-college {
    background-color: #68246d !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-staidans {
    background-color: #006747 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-stchads {
    background-color: #00573f !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-stcuthberts {
    background-color: #00664f !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-sthild {
    background-color: #0072ce !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-stjohns {
    background-color: #1b365d !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-stmarys {
    background-color: #753bbd !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-stephenson {
    background-color: #d22630 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-trevelyan {
    background-color: #003865 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-university {
    background-color: #862633 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-ustinov {
    background-color: #003865 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-vanmildert {
    background-color: #ee2737 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-primary {
    background-color: #68246d !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-secondary {
    background-color: #ffd53a !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-tertiary {
    background-color: #00aeef !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-success {
    background-color: #449d44 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-danger {
    background-color: #be1e2c !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-warning {
    background-color: #da611e !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-info {
    background-color: #1180a1 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-light {
    background-color: #fff !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-dark {
    background-color: #333123 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-purple--dark {
    background-color: #531d57 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-purple--light {
    background-color: #74287a !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-darkpurple--dark {
    background-color: #46163f !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-darkpurple--light {
    background-color: #611e58 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-yellow--dark {
    background-color: #fac500 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-yellow--light {
    background-color: #ffdd60 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-cyan--dark {
    background-color: #008bbf !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-cyan--light {
    background-color: #0dbdff !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-blue--dark {
    background-color: #2281c2 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-blue--light {
    background-color: #5dace2 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-light-green--dark {
    background-color: #9edab5 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-light-green--light {
    background-color: #fff !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-red--dark {
    background-color: #981823 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-red--light {
    background-color: #d52231 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-gold--dark {
    background-color: #908b49 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-gold--light {
    background-color: #bab577 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-ink-100--dark {
    background-color: #001c2c !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-ink-100--light {
    background-color: #00273e !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-stone--dark {
    background-color: #c4b06c !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-stone--light {
    background-color: #e7dfc3 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-sky--dark {
    background-color: #74aab6 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-sky--light {
    background-color: #c2dadf !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-heather--dark {
    background-color: #af7a87 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-heather--light {
    background-color: #dcc4ca !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-cedar--dark {
    background-color: #968581 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-cedar--light {
    background-color: #c9c0be !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-business--dark {
    background-color: #8c9b89 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-business--light {
    background-color: #cad1c9 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-black--dark {
    background-color: #29271c !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-black--light {
    background-color: #393727 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-white--dark {
    background-color: #ccc !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-white--light {
    background-color: #fff !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-25--dark {
    background-color: #c6c6c6 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-25--light {
    background-color: #fff !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-50--dark {
    background-color: #bcbcbc !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-50--light {
    background-color: #fff !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-75--dark {
    background-color: #aeaeae !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-75--light {
    background-color: #f3f3f3 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-100--dark {
    background-color: #8a9194 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-100--light {
    background-color: #c5c9ca !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-200--dark {
    background-color: #6d7275 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-200--light {
    background-color: #9b9fa1 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-300--dark {
    background-color: #505456 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-300--light {
    background-color: #707679 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-400--dark {
    background-color: #30302f !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-grey-400--light {
    background-color: #434342 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-youtube--dark {
    background-color: #c00 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-youtube--light {
    background-color: #ff1f1f !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-twitter--dark {
    background-color: #0c84cd !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-twitter--light {
    background-color: #3caef4 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-facebook--dark {
    background-color: #2f477a !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-facebook--light {
    background-color: #4264aa !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-instagram--dark {
    background-color: #363636 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-instagram--light {
    background-color: #4c4c4c !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-linkedin--dark {
    background-color: #005f91 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-linkedin--light {
    background-color: #0085cb !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-college--dark {
    background-color: #00523f !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-college--light {
    background-color: #007258 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-collingwood--dark {
    background-color: #a81e26 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-collingwood--light {
    background-color: #db3a44 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-grey--dark {
    background-color: #8c1f26 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-grey--light {
    background-color: #c42c35 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-hatfield--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-hatfield--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-johnsnow--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-johnsnow--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-jbutler--dark {
    background-color: #a81e26 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-jbutler--light {
    background-color: #db3a44 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-south-college--dark {
    background-color: #531d57 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-south-college--light {
    background-color: #74287a !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-staidans--dark {
    background-color: #005239 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-staidans--light {
    background-color: #007350 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-stchads--dark {
    background-color: #004632 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-stchads--light {
    background-color: #006147 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-stcuthberts--dark {
    background-color: #00523f !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-stcuthberts--light {
    background-color: #007258 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-sthild--dark {
    background-color: #005ba5 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-sthild--light {
    background-color: #0080e7 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-stjohns--dark {
    background-color: #162b4a !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-stjohns--light {
    background-color: #1e3c68 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-stmarys--dark {
    background-color: #5e2f97 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-stmarys--light {
    background-color: #844ec8 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-stephenson--dark {
    background-color: #a81e26 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-stephenson--light {
    background-color: #db3a44 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-trevelyan--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-trevelyan--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-university--dark {
    background-color: #6b1e29 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-university--light {
    background-color: #962b39 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-ustinov--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-ustinov--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-vanmildert--dark {
    background-color: #cd101f !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-coll-vanmildert--light {
    background-color: #f04654 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-primary--dark {
    background-color: #531d57 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-primary--light {
    background-color: #74287a !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-secondary--dark {
    background-color: #fac500 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-secondary--light {
    background-color: #ffdd60 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-tertiary--dark {
    background-color: #008bbf !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-tertiary--light {
    background-color: #0dbdff !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-success--dark {
    background-color: #367e36 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-success--light {
    background-color: #4cb04c !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-danger--dark {
    background-color: #981823 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-danger--light {
    background-color: #d52231 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-warning--dark {
    background-color: #ae4e18 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-warning--light {
    background-color: #e37233 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-info--dark {
    background-color: #0e6681 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-info--light {
    background-color: #138fb4 !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-light--dark {
    background-color: #ccc !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-light--light {
    background-color: #fff !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-dark--dark {
    background-color: #29271c !important;
  }

  .ui-state-active .lg\:ui-active\:u-bg-dark--light {
    background-color: #393727 !important;
  }

  .lg\:hocus\:u-bg-transparent:hover,
  .lg\:hocus\:u-bg-transparent:focus {
    background-color: transparent !important;
  }

  .lg\:hocus\:u-bg-current-color:hover,
  .lg\:hocus\:u-bg-current-color:focus {
    background-color: currentColor !important;
  }

  .lg\:hocus\:u-bg-inherit:hover,
  .lg\:hocus\:u-bg-inherit:focus {
    background-color: inherit !important;
  }

  .lg\:hocus\:u-bg-purple:hover,
  .lg\:hocus\:u-bg-purple:focus {
    background-color: #68246d !important;
  }

  .lg\:hocus\:u-bg-darkpurple:hover,
  .lg\:hocus\:u-bg-darkpurple:focus {
    background-color: #571b4f !important;
  }

  .lg\:hocus\:u-bg-yellow:hover,
  .lg\:hocus\:u-bg-yellow:focus {
    background-color: #ffd53a !important;
  }

  .lg\:hocus\:u-bg-cyan:hover,
  .lg\:hocus\:u-bg-cyan:focus {
    background-color: #00aeef !important;
  }

  .lg\:hocus\:u-bg-blue:hover,
  .lg\:hocus\:u-bg-blue:focus {
    background-color: #409ddd !important;
  }

  .lg\:hocus\:u-bg-light-green:hover,
  .lg\:hocus\:u-bg-light-green:focus {
    background-color: #e2f4e9 !important;
  }

  .lg\:hocus\:u-bg-red:hover,
  .lg\:hocus\:u-bg-red:focus {
    background-color: #be1e2c !important;
  }

  .lg\:hocus\:u-bg-gold:hover,
  .lg\:hocus\:u-bg-gold:focus {
    background-color: #afa961 !important;
  }

  .lg\:hocus\:u-bg-ink-100:hover,
  .lg\:hocus\:u-bg-ink-100:focus {
    background-color: #002337 !important;
  }

  .lg\:hocus\:u-bg-stone:hover,
  .lg\:hocus\:u-bg-stone:focus {
    background-color: #dacda2 !important;
  }

  .lg\:hocus\:u-bg-sky:hover,
  .lg\:hocus\:u-bg-sky:focus {
    background-color: #a5c8d0 !important;
  }

  .lg\:hocus\:u-bg-heather:hover,
  .lg\:hocus\:u-bg-heather:focus {
    background-color: #cba8b1 !important;
  }

  .lg\:hocus\:u-bg-cedar:hover,
  .lg\:hocus\:u-bg-cedar:focus {
    background-color: #b6aaa7 !important;
  }

  .lg\:hocus\:u-bg-business:hover,
  .lg\:hocus\:u-bg-business:focus {
    background-color: #b3bdb1 !important;
  }

  .lg\:hocus\:u-bg-black:hover,
  .lg\:hocus\:u-bg-black:focus {
    background-color: #333123 !important;
  }

  .lg\:hocus\:u-bg-white:hover,
  .lg\:hocus\:u-bg-white:focus {
    background-color: #fff !important;
  }

  .lg\:hocus\:u-bg-grey-25:hover,
  .lg\:hocus\:u-bg-grey-25:focus {
    background-color: #f7f7f7 !important;
  }

  .lg\:hocus\:u-bg-grey-50:hover,
  .lg\:hocus\:u-bg-grey-50:focus {
    background-color: #ebebeb !important;
  }

  .lg\:hocus\:u-bg-grey-75:hover,
  .lg\:hocus\:u-bg-grey-75:focus {
    background-color: #d9d9d9 !important;
  }

  .lg\:hocus\:u-bg-grey-100:hover,
  .lg\:hocus\:u-bg-grey-100:focus {
    background-color: #afb4b6 !important;
  }

  .lg\:hocus\:u-bg-grey-200:hover,
  .lg\:hocus\:u-bg-grey-200:focus {
    background-color: #898e91 !important;
  }

  .lg\:hocus\:u-bg-grey-300:hover,
  .lg\:hocus\:u-bg-grey-300:focus {
    background-color: #64696c !important;
  }

  .lg\:hocus\:u-bg-grey-400:hover,
  .lg\:hocus\:u-bg-grey-400:focus {
    background-color: #3c3c3b !important;
  }

  .lg\:hocus\:u-bg-youtube:hover,
  .lg\:hocus\:u-bg-youtube:focus {
    background-color: #f00 !important;
  }

  .lg\:hocus\:u-bg-twitter:hover,
  .lg\:hocus\:u-bg-twitter:focus {
    background-color: #1da1f2 !important;
  }

  .lg\:hocus\:u-bg-facebook:hover,
  .lg\:hocus\:u-bg-facebook:focus {
    background-color: #3b5998 !important;
  }

  .lg\:hocus\:u-bg-instagram:hover,
  .lg\:hocus\:u-bg-instagram:focus {
    background-color: #444 !important;
  }

  .lg\:hocus\:u-bg-linkedin:hover,
  .lg\:hocus\:u-bg-linkedin:focus {
    background-color: #0077b5 !important;
  }

  .lg\:hocus\:u-bg-college:hover,
  .lg\:hocus\:u-bg-college:focus {
    background-color: #00664f !important;
  }

  .lg\:hocus\:u-bg-coll-collingwood:hover,
  .lg\:hocus\:u-bg-coll-collingwood:focus {
    background-color: #d22630 !important;
  }

  .lg\:hocus\:u-bg-coll-grey:hover,
  .lg\:hocus\:u-bg-coll-grey:focus {
    background-color: #af272f !important;
  }

  .lg\:hocus\:u-bg-coll-hatfield:hover,
  .lg\:hocus\:u-bg-coll-hatfield:focus {
    background-color: #003865 !important;
  }

  .lg\:hocus\:u-bg-coll-johnsnow:hover,
  .lg\:hocus\:u-bg-coll-johnsnow:focus {
    background-color: #003865 !important;
  }

  .lg\:hocus\:u-bg-coll-jbutler:hover,
  .lg\:hocus\:u-bg-coll-jbutler:focus {
    background-color: #d22630 !important;
  }

  .lg\:hocus\:u-bg-coll-south-college:hover,
  .lg\:hocus\:u-bg-coll-south-college:focus {
    background-color: #68246d !important;
  }

  .lg\:hocus\:u-bg-coll-staidans:hover,
  .lg\:hocus\:u-bg-coll-staidans:focus {
    background-color: #006747 !important;
  }

  .lg\:hocus\:u-bg-coll-stchads:hover,
  .lg\:hocus\:u-bg-coll-stchads:focus {
    background-color: #00573f !important;
  }

  .lg\:hocus\:u-bg-coll-stcuthberts:hover,
  .lg\:hocus\:u-bg-coll-stcuthberts:focus {
    background-color: #00664f !important;
  }

  .lg\:hocus\:u-bg-coll-sthild:hover,
  .lg\:hocus\:u-bg-coll-sthild:focus {
    background-color: #0072ce !important;
  }

  .lg\:hocus\:u-bg-coll-stjohns:hover,
  .lg\:hocus\:u-bg-coll-stjohns:focus {
    background-color: #1b365d !important;
  }

  .lg\:hocus\:u-bg-coll-stmarys:hover,
  .lg\:hocus\:u-bg-coll-stmarys:focus {
    background-color: #753bbd !important;
  }

  .lg\:hocus\:u-bg-coll-stephenson:hover,
  .lg\:hocus\:u-bg-coll-stephenson:focus {
    background-color: #d22630 !important;
  }

  .lg\:hocus\:u-bg-coll-trevelyan:hover,
  .lg\:hocus\:u-bg-coll-trevelyan:focus {
    background-color: #003865 !important;
  }

  .lg\:hocus\:u-bg-coll-university:hover,
  .lg\:hocus\:u-bg-coll-university:focus {
    background-color: #862633 !important;
  }

  .lg\:hocus\:u-bg-coll-ustinov:hover,
  .lg\:hocus\:u-bg-coll-ustinov:focus {
    background-color: #003865 !important;
  }

  .lg\:hocus\:u-bg-coll-vanmildert:hover,
  .lg\:hocus\:u-bg-coll-vanmildert:focus {
    background-color: #ee2737 !important;
  }

  .lg\:hocus\:u-bg-primary:hover,
  .lg\:hocus\:u-bg-primary:focus {
    background-color: #68246d !important;
  }

  .lg\:hocus\:u-bg-secondary:hover,
  .lg\:hocus\:u-bg-secondary:focus {
    background-color: #ffd53a !important;
  }

  .lg\:hocus\:u-bg-tertiary:hover,
  .lg\:hocus\:u-bg-tertiary:focus {
    background-color: #00aeef !important;
  }

  .lg\:hocus\:u-bg-success:hover,
  .lg\:hocus\:u-bg-success:focus {
    background-color: #449d44 !important;
  }

  .lg\:hocus\:u-bg-danger:hover,
  .lg\:hocus\:u-bg-danger:focus {
    background-color: #be1e2c !important;
  }

  .lg\:hocus\:u-bg-warning:hover,
  .lg\:hocus\:u-bg-warning:focus {
    background-color: #da611e !important;
  }

  .lg\:hocus\:u-bg-info:hover,
  .lg\:hocus\:u-bg-info:focus {
    background-color: #1180a1 !important;
  }

  .lg\:hocus\:u-bg-light:hover,
  .lg\:hocus\:u-bg-light:focus {
    background-color: #fff !important;
  }

  .lg\:hocus\:u-bg-dark:hover,
  .lg\:hocus\:u-bg-dark:focus {
    background-color: #333123 !important;
  }

  .lg\:hocus\:u-bg-purple--dark:hover,
  .lg\:hocus\:u-bg-purple--dark:focus {
    background-color: #531d57 !important;
  }

  .lg\:hocus\:u-bg-purple--light:hover,
  .lg\:hocus\:u-bg-purple--light:focus {
    background-color: #74287a !important;
  }

  .lg\:hocus\:u-bg-darkpurple--dark:hover,
  .lg\:hocus\:u-bg-darkpurple--dark:focus {
    background-color: #46163f !important;
  }

  .lg\:hocus\:u-bg-darkpurple--light:hover,
  .lg\:hocus\:u-bg-darkpurple--light:focus {
    background-color: #611e58 !important;
  }

  .lg\:hocus\:u-bg-yellow--dark:hover,
  .lg\:hocus\:u-bg-yellow--dark:focus {
    background-color: #fac500 !important;
  }

  .lg\:hocus\:u-bg-yellow--light:hover,
  .lg\:hocus\:u-bg-yellow--light:focus {
    background-color: #ffdd60 !important;
  }

  .lg\:hocus\:u-bg-cyan--dark:hover,
  .lg\:hocus\:u-bg-cyan--dark:focus {
    background-color: #008bbf !important;
  }

  .lg\:hocus\:u-bg-cyan--light:hover,
  .lg\:hocus\:u-bg-cyan--light:focus {
    background-color: #0dbdff !important;
  }

  .lg\:hocus\:u-bg-blue--dark:hover,
  .lg\:hocus\:u-bg-blue--dark:focus {
    background-color: #2281c2 !important;
  }

  .lg\:hocus\:u-bg-blue--light:hover,
  .lg\:hocus\:u-bg-blue--light:focus {
    background-color: #5dace2 !important;
  }

  .lg\:hocus\:u-bg-light-green--dark:hover,
  .lg\:hocus\:u-bg-light-green--dark:focus {
    background-color: #9edab5 !important;
  }

  .lg\:hocus\:u-bg-light-green--light:hover,
  .lg\:hocus\:u-bg-light-green--light:focus {
    background-color: #fff !important;
  }

  .lg\:hocus\:u-bg-red--dark:hover,
  .lg\:hocus\:u-bg-red--dark:focus {
    background-color: #981823 !important;
  }

  .lg\:hocus\:u-bg-red--light:hover,
  .lg\:hocus\:u-bg-red--light:focus {
    background-color: #d52231 !important;
  }

  .lg\:hocus\:u-bg-gold--dark:hover,
  .lg\:hocus\:u-bg-gold--dark:focus {
    background-color: #908b49 !important;
  }

  .lg\:hocus\:u-bg-gold--light:hover,
  .lg\:hocus\:u-bg-gold--light:focus {
    background-color: #bab577 !important;
  }

  .lg\:hocus\:u-bg-ink-100--dark:hover,
  .lg\:hocus\:u-bg-ink-100--dark:focus {
    background-color: #001c2c !important;
  }

  .lg\:hocus\:u-bg-ink-100--light:hover,
  .lg\:hocus\:u-bg-ink-100--light:focus {
    background-color: #00273e !important;
  }

  .lg\:hocus\:u-bg-stone--dark:hover,
  .lg\:hocus\:u-bg-stone--dark:focus {
    background-color: #c4b06c !important;
  }

  .lg\:hocus\:u-bg-stone--light:hover,
  .lg\:hocus\:u-bg-stone--light:focus {
    background-color: #e7dfc3 !important;
  }

  .lg\:hocus\:u-bg-sky--dark:hover,
  .lg\:hocus\:u-bg-sky--dark:focus {
    background-color: #74aab6 !important;
  }

  .lg\:hocus\:u-bg-sky--light:hover,
  .lg\:hocus\:u-bg-sky--light:focus {
    background-color: #c2dadf !important;
  }

  .lg\:hocus\:u-bg-heather--dark:hover,
  .lg\:hocus\:u-bg-heather--dark:focus {
    background-color: #af7a87 !important;
  }

  .lg\:hocus\:u-bg-heather--light:hover,
  .lg\:hocus\:u-bg-heather--light:focus {
    background-color: #dcc4ca !important;
  }

  .lg\:hocus\:u-bg-cedar--dark:hover,
  .lg\:hocus\:u-bg-cedar--dark:focus {
    background-color: #968581 !important;
  }

  .lg\:hocus\:u-bg-cedar--light:hover,
  .lg\:hocus\:u-bg-cedar--light:focus {
    background-color: #c9c0be !important;
  }

  .lg\:hocus\:u-bg-business--dark:hover,
  .lg\:hocus\:u-bg-business--dark:focus {
    background-color: #8c9b89 !important;
  }

  .lg\:hocus\:u-bg-business--light:hover,
  .lg\:hocus\:u-bg-business--light:focus {
    background-color: #cad1c9 !important;
  }

  .lg\:hocus\:u-bg-black--dark:hover,
  .lg\:hocus\:u-bg-black--dark:focus {
    background-color: #29271c !important;
  }

  .lg\:hocus\:u-bg-black--light:hover,
  .lg\:hocus\:u-bg-black--light:focus {
    background-color: #393727 !important;
  }

  .lg\:hocus\:u-bg-white--dark:hover,
  .lg\:hocus\:u-bg-white--dark:focus {
    background-color: #ccc !important;
  }

  .lg\:hocus\:u-bg-white--light:hover,
  .lg\:hocus\:u-bg-white--light:focus {
    background-color: #fff !important;
  }

  .lg\:hocus\:u-bg-grey-25--dark:hover,
  .lg\:hocus\:u-bg-grey-25--dark:focus {
    background-color: #c6c6c6 !important;
  }

  .lg\:hocus\:u-bg-grey-25--light:hover,
  .lg\:hocus\:u-bg-grey-25--light:focus {
    background-color: #fff !important;
  }

  .lg\:hocus\:u-bg-grey-50--dark:hover,
  .lg\:hocus\:u-bg-grey-50--dark:focus {
    background-color: #bcbcbc !important;
  }

  .lg\:hocus\:u-bg-grey-50--light:hover,
  .lg\:hocus\:u-bg-grey-50--light:focus {
    background-color: #fff !important;
  }

  .lg\:hocus\:u-bg-grey-75--dark:hover,
  .lg\:hocus\:u-bg-grey-75--dark:focus {
    background-color: #aeaeae !important;
  }

  .lg\:hocus\:u-bg-grey-75--light:hover,
  .lg\:hocus\:u-bg-grey-75--light:focus {
    background-color: #f3f3f3 !important;
  }

  .lg\:hocus\:u-bg-grey-100--dark:hover,
  .lg\:hocus\:u-bg-grey-100--dark:focus {
    background-color: #8a9194 !important;
  }

  .lg\:hocus\:u-bg-grey-100--light:hover,
  .lg\:hocus\:u-bg-grey-100--light:focus {
    background-color: #c5c9ca !important;
  }

  .lg\:hocus\:u-bg-grey-200--dark:hover,
  .lg\:hocus\:u-bg-grey-200--dark:focus {
    background-color: #6d7275 !important;
  }

  .lg\:hocus\:u-bg-grey-200--light:hover,
  .lg\:hocus\:u-bg-grey-200--light:focus {
    background-color: #9b9fa1 !important;
  }

  .lg\:hocus\:u-bg-grey-300--dark:hover,
  .lg\:hocus\:u-bg-grey-300--dark:focus {
    background-color: #505456 !important;
  }

  .lg\:hocus\:u-bg-grey-300--light:hover,
  .lg\:hocus\:u-bg-grey-300--light:focus {
    background-color: #707679 !important;
  }

  .lg\:hocus\:u-bg-grey-400--dark:hover,
  .lg\:hocus\:u-bg-grey-400--dark:focus {
    background-color: #30302f !important;
  }

  .lg\:hocus\:u-bg-grey-400--light:hover,
  .lg\:hocus\:u-bg-grey-400--light:focus {
    background-color: #434342 !important;
  }

  .lg\:hocus\:u-bg-youtube--dark:hover,
  .lg\:hocus\:u-bg-youtube--dark:focus {
    background-color: #c00 !important;
  }

  .lg\:hocus\:u-bg-youtube--light:hover,
  .lg\:hocus\:u-bg-youtube--light:focus {
    background-color: #ff1f1f !important;
  }

  .lg\:hocus\:u-bg-twitter--dark:hover,
  .lg\:hocus\:u-bg-twitter--dark:focus {
    background-color: #0c84cd !important;
  }

  .lg\:hocus\:u-bg-twitter--light:hover,
  .lg\:hocus\:u-bg-twitter--light:focus {
    background-color: #3caef4 !important;
  }

  .lg\:hocus\:u-bg-facebook--dark:hover,
  .lg\:hocus\:u-bg-facebook--dark:focus {
    background-color: #2f477a !important;
  }

  .lg\:hocus\:u-bg-facebook--light:hover,
  .lg\:hocus\:u-bg-facebook--light:focus {
    background-color: #4264aa !important;
  }

  .lg\:hocus\:u-bg-instagram--dark:hover,
  .lg\:hocus\:u-bg-instagram--dark:focus {
    background-color: #363636 !important;
  }

  .lg\:hocus\:u-bg-instagram--light:hover,
  .lg\:hocus\:u-bg-instagram--light:focus {
    background-color: #4c4c4c !important;
  }

  .lg\:hocus\:u-bg-linkedin--dark:hover,
  .lg\:hocus\:u-bg-linkedin--dark:focus {
    background-color: #005f91 !important;
  }

  .lg\:hocus\:u-bg-linkedin--light:hover,
  .lg\:hocus\:u-bg-linkedin--light:focus {
    background-color: #0085cb !important;
  }

  .lg\:hocus\:u-bg-college--dark:hover,
  .lg\:hocus\:u-bg-college--dark:focus {
    background-color: #00523f !important;
  }

  .lg\:hocus\:u-bg-college--light:hover,
  .lg\:hocus\:u-bg-college--light:focus {
    background-color: #007258 !important;
  }

  .lg\:hocus\:u-bg-coll-collingwood--dark:hover,
  .lg\:hocus\:u-bg-coll-collingwood--dark:focus {
    background-color: #a81e26 !important;
  }

  .lg\:hocus\:u-bg-coll-collingwood--light:hover,
  .lg\:hocus\:u-bg-coll-collingwood--light:focus {
    background-color: #db3a44 !important;
  }

  .lg\:hocus\:u-bg-coll-grey--dark:hover,
  .lg\:hocus\:u-bg-coll-grey--dark:focus {
    background-color: #8c1f26 !important;
  }

  .lg\:hocus\:u-bg-coll-grey--light:hover,
  .lg\:hocus\:u-bg-coll-grey--light:focus {
    background-color: #c42c35 !important;
  }

  .lg\:hocus\:u-bg-coll-hatfield--dark:hover,
  .lg\:hocus\:u-bg-coll-hatfield--dark:focus {
    background-color: #002d51 !important;
  }

  .lg\:hocus\:u-bg-coll-hatfield--light:hover,
  .lg\:hocus\:u-bg-coll-hatfield--light:focus {
    background-color: #003f71 !important;
  }

  .lg\:hocus\:u-bg-coll-johnsnow--dark:hover,
  .lg\:hocus\:u-bg-coll-johnsnow--dark:focus {
    background-color: #002d51 !important;
  }

  .lg\:hocus\:u-bg-coll-johnsnow--light:hover,
  .lg\:hocus\:u-bg-coll-johnsnow--light:focus {
    background-color: #003f71 !important;
  }

  .lg\:hocus\:u-bg-coll-jbutler--dark:hover,
  .lg\:hocus\:u-bg-coll-jbutler--dark:focus {
    background-color: #a81e26 !important;
  }

  .lg\:hocus\:u-bg-coll-jbutler--light:hover,
  .lg\:hocus\:u-bg-coll-jbutler--light:focus {
    background-color: #db3a44 !important;
  }

  .lg\:hocus\:u-bg-coll-south-college--dark:hover,
  .lg\:hocus\:u-bg-coll-south-college--dark:focus {
    background-color: #531d57 !important;
  }

  .lg\:hocus\:u-bg-coll-south-college--light:hover,
  .lg\:hocus\:u-bg-coll-south-college--light:focus {
    background-color: #74287a !important;
  }

  .lg\:hocus\:u-bg-coll-staidans--dark:hover,
  .lg\:hocus\:u-bg-coll-staidans--dark:focus {
    background-color: #005239 !important;
  }

  .lg\:hocus\:u-bg-coll-staidans--light:hover,
  .lg\:hocus\:u-bg-coll-staidans--light:focus {
    background-color: #007350 !important;
  }

  .lg\:hocus\:u-bg-coll-stchads--dark:hover,
  .lg\:hocus\:u-bg-coll-stchads--dark:focus {
    background-color: #004632 !important;
  }

  .lg\:hocus\:u-bg-coll-stchads--light:hover,
  .lg\:hocus\:u-bg-coll-stchads--light:focus {
    background-color: #006147 !important;
  }

  .lg\:hocus\:u-bg-coll-stcuthberts--dark:hover,
  .lg\:hocus\:u-bg-coll-stcuthberts--dark:focus {
    background-color: #00523f !important;
  }

  .lg\:hocus\:u-bg-coll-stcuthberts--light:hover,
  .lg\:hocus\:u-bg-coll-stcuthberts--light:focus {
    background-color: #007258 !important;
  }

  .lg\:hocus\:u-bg-coll-sthild--dark:hover,
  .lg\:hocus\:u-bg-coll-sthild--dark:focus {
    background-color: #005ba5 !important;
  }

  .lg\:hocus\:u-bg-coll-sthild--light:hover,
  .lg\:hocus\:u-bg-coll-sthild--light:focus {
    background-color: #0080e7 !important;
  }

  .lg\:hocus\:u-bg-coll-stjohns--dark:hover,
  .lg\:hocus\:u-bg-coll-stjohns--dark:focus {
    background-color: #162b4a !important;
  }

  .lg\:hocus\:u-bg-coll-stjohns--light:hover,
  .lg\:hocus\:u-bg-coll-stjohns--light:focus {
    background-color: #1e3c68 !important;
  }

  .lg\:hocus\:u-bg-coll-stmarys--dark:hover,
  .lg\:hocus\:u-bg-coll-stmarys--dark:focus {
    background-color: #5e2f97 !important;
  }

  .lg\:hocus\:u-bg-coll-stmarys--light:hover,
  .lg\:hocus\:u-bg-coll-stmarys--light:focus {
    background-color: #844ec8 !important;
  }

  .lg\:hocus\:u-bg-coll-stephenson--dark:hover,
  .lg\:hocus\:u-bg-coll-stephenson--dark:focus {
    background-color: #a81e26 !important;
  }

  .lg\:hocus\:u-bg-coll-stephenson--light:hover,
  .lg\:hocus\:u-bg-coll-stephenson--light:focus {
    background-color: #db3a44 !important;
  }

  .lg\:hocus\:u-bg-coll-trevelyan--dark:hover,
  .lg\:hocus\:u-bg-coll-trevelyan--dark:focus {
    background-color: #002d51 !important;
  }

  .lg\:hocus\:u-bg-coll-trevelyan--light:hover,
  .lg\:hocus\:u-bg-coll-trevelyan--light:focus {
    background-color: #003f71 !important;
  }

  .lg\:hocus\:u-bg-coll-university--dark:hover,
  .lg\:hocus\:u-bg-coll-university--dark:focus {
    background-color: #6b1e29 !important;
  }

  .lg\:hocus\:u-bg-coll-university--light:hover,
  .lg\:hocus\:u-bg-coll-university--light:focus {
    background-color: #962b39 !important;
  }

  .lg\:hocus\:u-bg-coll-ustinov--dark:hover,
  .lg\:hocus\:u-bg-coll-ustinov--dark:focus {
    background-color: #002d51 !important;
  }

  .lg\:hocus\:u-bg-coll-ustinov--light:hover,
  .lg\:hocus\:u-bg-coll-ustinov--light:focus {
    background-color: #003f71 !important;
  }

  .lg\:hocus\:u-bg-coll-vanmildert--dark:hover,
  .lg\:hocus\:u-bg-coll-vanmildert--dark:focus {
    background-color: #cd101f !important;
  }

  .lg\:hocus\:u-bg-coll-vanmildert--light:hover,
  .lg\:hocus\:u-bg-coll-vanmildert--light:focus {
    background-color: #f04654 !important;
  }

  .lg\:hocus\:u-bg-primary--dark:hover,
  .lg\:hocus\:u-bg-primary--dark:focus {
    background-color: #531d57 !important;
  }

  .lg\:hocus\:u-bg-primary--light:hover,
  .lg\:hocus\:u-bg-primary--light:focus {
    background-color: #74287a !important;
  }

  .lg\:hocus\:u-bg-secondary--dark:hover,
  .lg\:hocus\:u-bg-secondary--dark:focus {
    background-color: #fac500 !important;
  }

  .lg\:hocus\:u-bg-secondary--light:hover,
  .lg\:hocus\:u-bg-secondary--light:focus {
    background-color: #ffdd60 !important;
  }

  .lg\:hocus\:u-bg-tertiary--dark:hover,
  .lg\:hocus\:u-bg-tertiary--dark:focus {
    background-color: #008bbf !important;
  }

  .lg\:hocus\:u-bg-tertiary--light:hover,
  .lg\:hocus\:u-bg-tertiary--light:focus {
    background-color: #0dbdff !important;
  }

  .lg\:hocus\:u-bg-success--dark:hover,
  .lg\:hocus\:u-bg-success--dark:focus {
    background-color: #367e36 !important;
  }

  .lg\:hocus\:u-bg-success--light:hover,
  .lg\:hocus\:u-bg-success--light:focus {
    background-color: #4cb04c !important;
  }

  .lg\:hocus\:u-bg-danger--dark:hover,
  .lg\:hocus\:u-bg-danger--dark:focus {
    background-color: #981823 !important;
  }

  .lg\:hocus\:u-bg-danger--light:hover,
  .lg\:hocus\:u-bg-danger--light:focus {
    background-color: #d52231 !important;
  }

  .lg\:hocus\:u-bg-warning--dark:hover,
  .lg\:hocus\:u-bg-warning--dark:focus {
    background-color: #ae4e18 !important;
  }

  .lg\:hocus\:u-bg-warning--light:hover,
  .lg\:hocus\:u-bg-warning--light:focus {
    background-color: #e37233 !important;
  }

  .lg\:hocus\:u-bg-info--dark:hover,
  .lg\:hocus\:u-bg-info--dark:focus {
    background-color: #0e6681 !important;
  }

  .lg\:hocus\:u-bg-info--light:hover,
  .lg\:hocus\:u-bg-info--light:focus {
    background-color: #138fb4 !important;
  }

  .lg\:hocus\:u-bg-light--dark:hover,
  .lg\:hocus\:u-bg-light--dark:focus {
    background-color: #ccc !important;
  }

  .lg\:hocus\:u-bg-light--light:hover,
  .lg\:hocus\:u-bg-light--light:focus {
    background-color: #fff !important;
  }

  .lg\:hocus\:u-bg-dark--dark:hover,
  .lg\:hocus\:u-bg-dark--dark:focus {
    background-color: #29271c !important;
  }

  .lg\:hocus\:u-bg-dark--light:hover,
  .lg\:hocus\:u-bg-dark--light:focus {
    background-color: #393727 !important;
  }

  .lg\:u-bg-bottom {
    background-position: bottom !important;
  }

  .lg\:u-bg-center {
    background-position: center !important;
  }

  .lg\:u-bg-left {
    background-position: left !important;
  }

  .lg\:u-bg-left-bottom {
    background-position: left bottom !important;
  }

  .lg\:u-bg-left-top {
    background-position: left top !important;
  }

  .lg\:u-bg-right {
    background-position: right !important;
  }

  .lg\:u-bg-right-bottom {
    background-position: right bottom !important;
  }

  .lg\:u-bg-right-top {
    background-position: right top !important;
  }

  .lg\:u-bg-top {
    background-position: top !important;
  }

  .lg\:u-bg-repeat {
    background-repeat: repeat !important;
  }

  .lg\:u-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .lg\:u-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .lg\:u-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .lg\:u-bg-auto {
    background-size: auto !important;
  }

  .lg\:u-bg-cover {
    background-size: cover !important;
  }

  .lg\:u-bg-contain {
    background-size: contain !important;
  }

  .lg\:u-border-transparent {
    border-color: transparent !important;
  }

  .lg\:u-border-current-color {
    border-color: currentColor !important;
  }

  .lg\:u-border-inherit {
    border-color: inherit !important;
  }

  .lg\:u-border-purple {
    border-color: #68246d !important;
  }

  .lg\:u-border-darkpurple {
    border-color: #571b4f !important;
  }

  .lg\:u-border-yellow {
    border-color: #ffd53a !important;
  }

  .lg\:u-border-cyan {
    border-color: #00aeef !important;
  }

  .lg\:u-border-blue {
    border-color: #409ddd !important;
  }

  .lg\:u-border-light-green {
    border-color: #e2f4e9 !important;
  }

  .lg\:u-border-red {
    border-color: #be1e2c !important;
  }

  .lg\:u-border-gold {
    border-color: #afa961 !important;
  }

  .lg\:u-border-ink-100 {
    border-color: #002337 !important;
  }

  .lg\:u-border-stone {
    border-color: #dacda2 !important;
  }

  .lg\:u-border-sky {
    border-color: #a5c8d0 !important;
  }

  .lg\:u-border-heather {
    border-color: #cba8b1 !important;
  }

  .lg\:u-border-cedar {
    border-color: #b6aaa7 !important;
  }

  .lg\:u-border-business {
    border-color: #b3bdb1 !important;
  }

  .lg\:u-border-black {
    border-color: #333123 !important;
  }

  .lg\:u-border-white {
    border-color: #fff !important;
  }

  .lg\:u-border-grey-25 {
    border-color: #f7f7f7 !important;
  }

  .lg\:u-border-grey-50 {
    border-color: #ebebeb !important;
  }

  .lg\:u-border-grey-75 {
    border-color: #d9d9d9 !important;
  }

  .lg\:u-border-grey-100 {
    border-color: #afb4b6 !important;
  }

  .lg\:u-border-grey-200 {
    border-color: #898e91 !important;
  }

  .lg\:u-border-grey-300 {
    border-color: #64696c !important;
  }

  .lg\:u-border-grey-400 {
    border-color: #3c3c3b !important;
  }

  .lg\:u-border-youtube {
    border-color: #f00 !important;
  }

  .lg\:u-border-twitter {
    border-color: #1da1f2 !important;
  }

  .lg\:u-border-facebook {
    border-color: #3b5998 !important;
  }

  .lg\:u-border-instagram {
    border-color: #444 !important;
  }

  .lg\:u-border-linkedin {
    border-color: #0077b5 !important;
  }

  .lg\:u-border-college {
    border-color: #00664f !important;
  }

  .lg\:u-border-coll-collingwood {
    border-color: #d22630 !important;
  }

  .lg\:u-border-coll-grey {
    border-color: #af272f !important;
  }

  .lg\:u-border-coll-hatfield {
    border-color: #003865 !important;
  }

  .lg\:u-border-coll-johnsnow {
    border-color: #003865 !important;
  }

  .lg\:u-border-coll-jbutler {
    border-color: #d22630 !important;
  }

  .lg\:u-border-coll-south-college {
    border-color: #68246d !important;
  }

  .lg\:u-border-coll-staidans {
    border-color: #006747 !important;
  }

  .lg\:u-border-coll-stchads {
    border-color: #00573f !important;
  }

  .lg\:u-border-coll-stcuthberts {
    border-color: #00664f !important;
  }

  .lg\:u-border-coll-sthild {
    border-color: #0072ce !important;
  }

  .lg\:u-border-coll-stjohns {
    border-color: #1b365d !important;
  }

  .lg\:u-border-coll-stmarys {
    border-color: #753bbd !important;
  }

  .lg\:u-border-coll-stephenson {
    border-color: #d22630 !important;
  }

  .lg\:u-border-coll-trevelyan {
    border-color: #003865 !important;
  }

  .lg\:u-border-coll-university {
    border-color: #862633 !important;
  }

  .lg\:u-border-coll-ustinov {
    border-color: #003865 !important;
  }

  .lg\:u-border-coll-vanmildert {
    border-color: #ee2737 !important;
  }

  .lg\:u-border-primary {
    border-color: #68246d !important;
  }

  .lg\:u-border-secondary {
    border-color: #ffd53a !important;
  }

  .lg\:u-border-tertiary {
    border-color: #00aeef !important;
  }

  .lg\:u-border-success {
    border-color: #449d44 !important;
  }

  .lg\:u-border-danger {
    border-color: #be1e2c !important;
  }

  .lg\:u-border-warning {
    border-color: #da611e !important;
  }

  .lg\:u-border-info {
    border-color: #1180a1 !important;
  }

  .lg\:u-border-light {
    border-color: #fff !important;
  }

  .lg\:u-border-dark {
    border-color: #333123 !important;
  }

  .lg\:u-border-purple--dark {
    border-color: #531d57 !important;
  }

  .lg\:u-border-purple--light {
    border-color: #74287a !important;
  }

  .lg\:u-border-darkpurple--dark {
    border-color: #46163f !important;
  }

  .lg\:u-border-darkpurple--light {
    border-color: #611e58 !important;
  }

  .lg\:u-border-yellow--dark {
    border-color: #fac500 !important;
  }

  .lg\:u-border-yellow--light {
    border-color: #ffdd60 !important;
  }

  .lg\:u-border-cyan--dark {
    border-color: #008bbf !important;
  }

  .lg\:u-border-cyan--light {
    border-color: #0dbdff !important;
  }

  .lg\:u-border-blue--dark {
    border-color: #2281c2 !important;
  }

  .lg\:u-border-blue--light {
    border-color: #5dace2 !important;
  }

  .lg\:u-border-light-green--dark {
    border-color: #9edab5 !important;
  }

  .lg\:u-border-light-green--light {
    border-color: #fff !important;
  }

  .lg\:u-border-red--dark {
    border-color: #981823 !important;
  }

  .lg\:u-border-red--light {
    border-color: #d52231 !important;
  }

  .lg\:u-border-gold--dark {
    border-color: #908b49 !important;
  }

  .lg\:u-border-gold--light {
    border-color: #bab577 !important;
  }

  .lg\:u-border-ink-100--dark {
    border-color: #001c2c !important;
  }

  .lg\:u-border-ink-100--light {
    border-color: #00273e !important;
  }

  .lg\:u-border-stone--dark {
    border-color: #c4b06c !important;
  }

  .lg\:u-border-stone--light {
    border-color: #e7dfc3 !important;
  }

  .lg\:u-border-sky--dark {
    border-color: #74aab6 !important;
  }

  .lg\:u-border-sky--light {
    border-color: #c2dadf !important;
  }

  .lg\:u-border-heather--dark {
    border-color: #af7a87 !important;
  }

  .lg\:u-border-heather--light {
    border-color: #dcc4ca !important;
  }

  .lg\:u-border-cedar--dark {
    border-color: #968581 !important;
  }

  .lg\:u-border-cedar--light {
    border-color: #c9c0be !important;
  }

  .lg\:u-border-business--dark {
    border-color: #8c9b89 !important;
  }

  .lg\:u-border-business--light {
    border-color: #cad1c9 !important;
  }

  .lg\:u-border-black--dark {
    border-color: #29271c !important;
  }

  .lg\:u-border-black--light {
    border-color: #393727 !important;
  }

  .lg\:u-border-white--dark {
    border-color: #ccc !important;
  }

  .lg\:u-border-white--light {
    border-color: #fff !important;
  }

  .lg\:u-border-grey-25--dark {
    border-color: #c6c6c6 !important;
  }

  .lg\:u-border-grey-25--light {
    border-color: #fff !important;
  }

  .lg\:u-border-grey-50--dark {
    border-color: #bcbcbc !important;
  }

  .lg\:u-border-grey-50--light {
    border-color: #fff !important;
  }

  .lg\:u-border-grey-75--dark {
    border-color: #aeaeae !important;
  }

  .lg\:u-border-grey-75--light {
    border-color: #f3f3f3 !important;
  }

  .lg\:u-border-grey-100--dark {
    border-color: #8a9194 !important;
  }

  .lg\:u-border-grey-100--light {
    border-color: #c5c9ca !important;
  }

  .lg\:u-border-grey-200--dark {
    border-color: #6d7275 !important;
  }

  .lg\:u-border-grey-200--light {
    border-color: #9b9fa1 !important;
  }

  .lg\:u-border-grey-300--dark {
    border-color: #505456 !important;
  }

  .lg\:u-border-grey-300--light {
    border-color: #707679 !important;
  }

  .lg\:u-border-grey-400--dark {
    border-color: #30302f !important;
  }

  .lg\:u-border-grey-400--light {
    border-color: #434342 !important;
  }

  .lg\:u-border-youtube--dark {
    border-color: #c00 !important;
  }

  .lg\:u-border-youtube--light {
    border-color: #ff1f1f !important;
  }

  .lg\:u-border-twitter--dark {
    border-color: #0c84cd !important;
  }

  .lg\:u-border-twitter--light {
    border-color: #3caef4 !important;
  }

  .lg\:u-border-facebook--dark {
    border-color: #2f477a !important;
  }

  .lg\:u-border-facebook--light {
    border-color: #4264aa !important;
  }

  .lg\:u-border-instagram--dark {
    border-color: #363636 !important;
  }

  .lg\:u-border-instagram--light {
    border-color: #4c4c4c !important;
  }

  .lg\:u-border-linkedin--dark {
    border-color: #005f91 !important;
  }

  .lg\:u-border-linkedin--light {
    border-color: #0085cb !important;
  }

  .lg\:u-border-college--dark {
    border-color: #00523f !important;
  }

  .lg\:u-border-college--light {
    border-color: #007258 !important;
  }

  .lg\:u-border-coll-collingwood--dark {
    border-color: #a81e26 !important;
  }

  .lg\:u-border-coll-collingwood--light {
    border-color: #db3a44 !important;
  }

  .lg\:u-border-coll-grey--dark {
    border-color: #8c1f26 !important;
  }

  .lg\:u-border-coll-grey--light {
    border-color: #c42c35 !important;
  }

  .lg\:u-border-coll-hatfield--dark {
    border-color: #002d51 !important;
  }

  .lg\:u-border-coll-hatfield--light {
    border-color: #003f71 !important;
  }

  .lg\:u-border-coll-johnsnow--dark {
    border-color: #002d51 !important;
  }

  .lg\:u-border-coll-johnsnow--light {
    border-color: #003f71 !important;
  }

  .lg\:u-border-coll-jbutler--dark {
    border-color: #a81e26 !important;
  }

  .lg\:u-border-coll-jbutler--light {
    border-color: #db3a44 !important;
  }

  .lg\:u-border-coll-south-college--dark {
    border-color: #531d57 !important;
  }

  .lg\:u-border-coll-south-college--light {
    border-color: #74287a !important;
  }

  .lg\:u-border-coll-staidans--dark {
    border-color: #005239 !important;
  }

  .lg\:u-border-coll-staidans--light {
    border-color: #007350 !important;
  }

  .lg\:u-border-coll-stchads--dark {
    border-color: #004632 !important;
  }

  .lg\:u-border-coll-stchads--light {
    border-color: #006147 !important;
  }

  .lg\:u-border-coll-stcuthberts--dark {
    border-color: #00523f !important;
  }

  .lg\:u-border-coll-stcuthberts--light {
    border-color: #007258 !important;
  }

  .lg\:u-border-coll-sthild--dark {
    border-color: #005ba5 !important;
  }

  .lg\:u-border-coll-sthild--light {
    border-color: #0080e7 !important;
  }

  .lg\:u-border-coll-stjohns--dark {
    border-color: #162b4a !important;
  }

  .lg\:u-border-coll-stjohns--light {
    border-color: #1e3c68 !important;
  }

  .lg\:u-border-coll-stmarys--dark {
    border-color: #5e2f97 !important;
  }

  .lg\:u-border-coll-stmarys--light {
    border-color: #844ec8 !important;
  }

  .lg\:u-border-coll-stephenson--dark {
    border-color: #a81e26 !important;
  }

  .lg\:u-border-coll-stephenson--light {
    border-color: #db3a44 !important;
  }

  .lg\:u-border-coll-trevelyan--dark {
    border-color: #002d51 !important;
  }

  .lg\:u-border-coll-trevelyan--light {
    border-color: #003f71 !important;
  }

  .lg\:u-border-coll-university--dark {
    border-color: #6b1e29 !important;
  }

  .lg\:u-border-coll-university--light {
    border-color: #962b39 !important;
  }

  .lg\:u-border-coll-ustinov--dark {
    border-color: #002d51 !important;
  }

  .lg\:u-border-coll-ustinov--light {
    border-color: #003f71 !important;
  }

  .lg\:u-border-coll-vanmildert--dark {
    border-color: #cd101f !important;
  }

  .lg\:u-border-coll-vanmildert--light {
    border-color: #f04654 !important;
  }

  .lg\:u-border-primary--dark {
    border-color: #531d57 !important;
  }

  .lg\:u-border-primary--light {
    border-color: #74287a !important;
  }

  .lg\:u-border-secondary--dark {
    border-color: #fac500 !important;
  }

  .lg\:u-border-secondary--light {
    border-color: #ffdd60 !important;
  }

  .lg\:u-border-tertiary--dark {
    border-color: #008bbf !important;
  }

  .lg\:u-border-tertiary--light {
    border-color: #0dbdff !important;
  }

  .lg\:u-border-success--dark {
    border-color: #367e36 !important;
  }

  .lg\:u-border-success--light {
    border-color: #4cb04c !important;
  }

  .lg\:u-border-danger--dark {
    border-color: #981823 !important;
  }

  .lg\:u-border-danger--light {
    border-color: #d52231 !important;
  }

  .lg\:u-border-warning--dark {
    border-color: #ae4e18 !important;
  }

  .lg\:u-border-warning--light {
    border-color: #e37233 !important;
  }

  .lg\:u-border-info--dark {
    border-color: #0e6681 !important;
  }

  .lg\:u-border-info--light {
    border-color: #138fb4 !important;
  }

  .lg\:u-border-light--dark {
    border-color: #ccc !important;
  }

  .lg\:u-border-light--light {
    border-color: #fff !important;
  }

  .lg\:u-border-dark--dark {
    border-color: #29271c !important;
  }

  .lg\:u-border-dark--light {
    border-color: #393727 !important;
  }

  .lg\:hover\:u-border-transparent:hover {
    border-color: transparent !important;
  }

  .lg\:hover\:u-border-current-color:hover {
    border-color: currentColor !important;
  }

  .lg\:hover\:u-border-inherit:hover {
    border-color: inherit !important;
  }

  .lg\:hover\:u-border-purple:hover {
    border-color: #68246d !important;
  }

  .lg\:hover\:u-border-darkpurple:hover {
    border-color: #571b4f !important;
  }

  .lg\:hover\:u-border-yellow:hover {
    border-color: #ffd53a !important;
  }

  .lg\:hover\:u-border-cyan:hover {
    border-color: #00aeef !important;
  }

  .lg\:hover\:u-border-blue:hover {
    border-color: #409ddd !important;
  }

  .lg\:hover\:u-border-light-green:hover {
    border-color: #e2f4e9 !important;
  }

  .lg\:hover\:u-border-red:hover {
    border-color: #be1e2c !important;
  }

  .lg\:hover\:u-border-gold:hover {
    border-color: #afa961 !important;
  }

  .lg\:hover\:u-border-ink-100:hover {
    border-color: #002337 !important;
  }

  .lg\:hover\:u-border-stone:hover {
    border-color: #dacda2 !important;
  }

  .lg\:hover\:u-border-sky:hover {
    border-color: #a5c8d0 !important;
  }

  .lg\:hover\:u-border-heather:hover {
    border-color: #cba8b1 !important;
  }

  .lg\:hover\:u-border-cedar:hover {
    border-color: #b6aaa7 !important;
  }

  .lg\:hover\:u-border-business:hover {
    border-color: #b3bdb1 !important;
  }

  .lg\:hover\:u-border-black:hover {
    border-color: #333123 !important;
  }

  .lg\:hover\:u-border-white:hover {
    border-color: #fff !important;
  }

  .lg\:hover\:u-border-grey-25:hover {
    border-color: #f7f7f7 !important;
  }

  .lg\:hover\:u-border-grey-50:hover {
    border-color: #ebebeb !important;
  }

  .lg\:hover\:u-border-grey-75:hover {
    border-color: #d9d9d9 !important;
  }

  .lg\:hover\:u-border-grey-100:hover {
    border-color: #afb4b6 !important;
  }

  .lg\:hover\:u-border-grey-200:hover {
    border-color: #898e91 !important;
  }

  .lg\:hover\:u-border-grey-300:hover {
    border-color: #64696c !important;
  }

  .lg\:hover\:u-border-grey-400:hover {
    border-color: #3c3c3b !important;
  }

  .lg\:hover\:u-border-youtube:hover {
    border-color: #f00 !important;
  }

  .lg\:hover\:u-border-twitter:hover {
    border-color: #1da1f2 !important;
  }

  .lg\:hover\:u-border-facebook:hover {
    border-color: #3b5998 !important;
  }

  .lg\:hover\:u-border-instagram:hover {
    border-color: #444 !important;
  }

  .lg\:hover\:u-border-linkedin:hover {
    border-color: #0077b5 !important;
  }

  .lg\:hover\:u-border-college:hover {
    border-color: #00664f !important;
  }

  .lg\:hover\:u-border-coll-collingwood:hover {
    border-color: #d22630 !important;
  }

  .lg\:hover\:u-border-coll-grey:hover {
    border-color: #af272f !important;
  }

  .lg\:hover\:u-border-coll-hatfield:hover {
    border-color: #003865 !important;
  }

  .lg\:hover\:u-border-coll-johnsnow:hover {
    border-color: #003865 !important;
  }

  .lg\:hover\:u-border-coll-jbutler:hover {
    border-color: #d22630 !important;
  }

  .lg\:hover\:u-border-coll-south-college:hover {
    border-color: #68246d !important;
  }

  .lg\:hover\:u-border-coll-staidans:hover {
    border-color: #006747 !important;
  }

  .lg\:hover\:u-border-coll-stchads:hover {
    border-color: #00573f !important;
  }

  .lg\:hover\:u-border-coll-stcuthberts:hover {
    border-color: #00664f !important;
  }

  .lg\:hover\:u-border-coll-sthild:hover {
    border-color: #0072ce !important;
  }

  .lg\:hover\:u-border-coll-stjohns:hover {
    border-color: #1b365d !important;
  }

  .lg\:hover\:u-border-coll-stmarys:hover {
    border-color: #753bbd !important;
  }

  .lg\:hover\:u-border-coll-stephenson:hover {
    border-color: #d22630 !important;
  }

  .lg\:hover\:u-border-coll-trevelyan:hover {
    border-color: #003865 !important;
  }

  .lg\:hover\:u-border-coll-university:hover {
    border-color: #862633 !important;
  }

  .lg\:hover\:u-border-coll-ustinov:hover {
    border-color: #003865 !important;
  }

  .lg\:hover\:u-border-coll-vanmildert:hover {
    border-color: #ee2737 !important;
  }

  .lg\:hover\:u-border-primary:hover {
    border-color: #68246d !important;
  }

  .lg\:hover\:u-border-secondary:hover {
    border-color: #ffd53a !important;
  }

  .lg\:hover\:u-border-tertiary:hover {
    border-color: #00aeef !important;
  }

  .lg\:hover\:u-border-success:hover {
    border-color: #449d44 !important;
  }

  .lg\:hover\:u-border-danger:hover {
    border-color: #be1e2c !important;
  }

  .lg\:hover\:u-border-warning:hover {
    border-color: #da611e !important;
  }

  .lg\:hover\:u-border-info:hover {
    border-color: #1180a1 !important;
  }

  .lg\:hover\:u-border-light:hover {
    border-color: #fff !important;
  }

  .lg\:hover\:u-border-dark:hover {
    border-color: #333123 !important;
  }

  .lg\:hover\:u-border-purple--dark:hover {
    border-color: #531d57 !important;
  }

  .lg\:hover\:u-border-purple--light:hover {
    border-color: #74287a !important;
  }

  .lg\:hover\:u-border-darkpurple--dark:hover {
    border-color: #46163f !important;
  }

  .lg\:hover\:u-border-darkpurple--light:hover {
    border-color: #611e58 !important;
  }

  .lg\:hover\:u-border-yellow--dark:hover {
    border-color: #fac500 !important;
  }

  .lg\:hover\:u-border-yellow--light:hover {
    border-color: #ffdd60 !important;
  }

  .lg\:hover\:u-border-cyan--dark:hover {
    border-color: #008bbf !important;
  }

  .lg\:hover\:u-border-cyan--light:hover {
    border-color: #0dbdff !important;
  }

  .lg\:hover\:u-border-blue--dark:hover {
    border-color: #2281c2 !important;
  }

  .lg\:hover\:u-border-blue--light:hover {
    border-color: #5dace2 !important;
  }

  .lg\:hover\:u-border-light-green--dark:hover {
    border-color: #9edab5 !important;
  }

  .lg\:hover\:u-border-light-green--light:hover {
    border-color: #fff !important;
  }

  .lg\:hover\:u-border-red--dark:hover {
    border-color: #981823 !important;
  }

  .lg\:hover\:u-border-red--light:hover {
    border-color: #d52231 !important;
  }

  .lg\:hover\:u-border-gold--dark:hover {
    border-color: #908b49 !important;
  }

  .lg\:hover\:u-border-gold--light:hover {
    border-color: #bab577 !important;
  }

  .lg\:hover\:u-border-ink-100--dark:hover {
    border-color: #001c2c !important;
  }

  .lg\:hover\:u-border-ink-100--light:hover {
    border-color: #00273e !important;
  }

  .lg\:hover\:u-border-stone--dark:hover {
    border-color: #c4b06c !important;
  }

  .lg\:hover\:u-border-stone--light:hover {
    border-color: #e7dfc3 !important;
  }

  .lg\:hover\:u-border-sky--dark:hover {
    border-color: #74aab6 !important;
  }

  .lg\:hover\:u-border-sky--light:hover {
    border-color: #c2dadf !important;
  }

  .lg\:hover\:u-border-heather--dark:hover {
    border-color: #af7a87 !important;
  }

  .lg\:hover\:u-border-heather--light:hover {
    border-color: #dcc4ca !important;
  }

  .lg\:hover\:u-border-cedar--dark:hover {
    border-color: #968581 !important;
  }

  .lg\:hover\:u-border-cedar--light:hover {
    border-color: #c9c0be !important;
  }

  .lg\:hover\:u-border-business--dark:hover {
    border-color: #8c9b89 !important;
  }

  .lg\:hover\:u-border-business--light:hover {
    border-color: #cad1c9 !important;
  }

  .lg\:hover\:u-border-black--dark:hover {
    border-color: #29271c !important;
  }

  .lg\:hover\:u-border-black--light:hover {
    border-color: #393727 !important;
  }

  .lg\:hover\:u-border-white--dark:hover {
    border-color: #ccc !important;
  }

  .lg\:hover\:u-border-white--light:hover {
    border-color: #fff !important;
  }

  .lg\:hover\:u-border-grey-25--dark:hover {
    border-color: #c6c6c6 !important;
  }

  .lg\:hover\:u-border-grey-25--light:hover {
    border-color: #fff !important;
  }

  .lg\:hover\:u-border-grey-50--dark:hover {
    border-color: #bcbcbc !important;
  }

  .lg\:hover\:u-border-grey-50--light:hover {
    border-color: #fff !important;
  }

  .lg\:hover\:u-border-grey-75--dark:hover {
    border-color: #aeaeae !important;
  }

  .lg\:hover\:u-border-grey-75--light:hover {
    border-color: #f3f3f3 !important;
  }

  .lg\:hover\:u-border-grey-100--dark:hover {
    border-color: #8a9194 !important;
  }

  .lg\:hover\:u-border-grey-100--light:hover {
    border-color: #c5c9ca !important;
  }

  .lg\:hover\:u-border-grey-200--dark:hover {
    border-color: #6d7275 !important;
  }

  .lg\:hover\:u-border-grey-200--light:hover {
    border-color: #9b9fa1 !important;
  }

  .lg\:hover\:u-border-grey-300--dark:hover {
    border-color: #505456 !important;
  }

  .lg\:hover\:u-border-grey-300--light:hover {
    border-color: #707679 !important;
  }

  .lg\:hover\:u-border-grey-400--dark:hover {
    border-color: #30302f !important;
  }

  .lg\:hover\:u-border-grey-400--light:hover {
    border-color: #434342 !important;
  }

  .lg\:hover\:u-border-youtube--dark:hover {
    border-color: #c00 !important;
  }

  .lg\:hover\:u-border-youtube--light:hover {
    border-color: #ff1f1f !important;
  }

  .lg\:hover\:u-border-twitter--dark:hover {
    border-color: #0c84cd !important;
  }

  .lg\:hover\:u-border-twitter--light:hover {
    border-color: #3caef4 !important;
  }

  .lg\:hover\:u-border-facebook--dark:hover {
    border-color: #2f477a !important;
  }

  .lg\:hover\:u-border-facebook--light:hover {
    border-color: #4264aa !important;
  }

  .lg\:hover\:u-border-instagram--dark:hover {
    border-color: #363636 !important;
  }

  .lg\:hover\:u-border-instagram--light:hover {
    border-color: #4c4c4c !important;
  }

  .lg\:hover\:u-border-linkedin--dark:hover {
    border-color: #005f91 !important;
  }

  .lg\:hover\:u-border-linkedin--light:hover {
    border-color: #0085cb !important;
  }

  .lg\:hover\:u-border-college--dark:hover {
    border-color: #00523f !important;
  }

  .lg\:hover\:u-border-college--light:hover {
    border-color: #007258 !important;
  }

  .lg\:hover\:u-border-coll-collingwood--dark:hover {
    border-color: #a81e26 !important;
  }

  .lg\:hover\:u-border-coll-collingwood--light:hover {
    border-color: #db3a44 !important;
  }

  .lg\:hover\:u-border-coll-grey--dark:hover {
    border-color: #8c1f26 !important;
  }

  .lg\:hover\:u-border-coll-grey--light:hover {
    border-color: #c42c35 !important;
  }

  .lg\:hover\:u-border-coll-hatfield--dark:hover {
    border-color: #002d51 !important;
  }

  .lg\:hover\:u-border-coll-hatfield--light:hover {
    border-color: #003f71 !important;
  }

  .lg\:hover\:u-border-coll-johnsnow--dark:hover {
    border-color: #002d51 !important;
  }

  .lg\:hover\:u-border-coll-johnsnow--light:hover {
    border-color: #003f71 !important;
  }

  .lg\:hover\:u-border-coll-jbutler--dark:hover {
    border-color: #a81e26 !important;
  }

  .lg\:hover\:u-border-coll-jbutler--light:hover {
    border-color: #db3a44 !important;
  }

  .lg\:hover\:u-border-coll-south-college--dark:hover {
    border-color: #531d57 !important;
  }

  .lg\:hover\:u-border-coll-south-college--light:hover {
    border-color: #74287a !important;
  }

  .lg\:hover\:u-border-coll-staidans--dark:hover {
    border-color: #005239 !important;
  }

  .lg\:hover\:u-border-coll-staidans--light:hover {
    border-color: #007350 !important;
  }

  .lg\:hover\:u-border-coll-stchads--dark:hover {
    border-color: #004632 !important;
  }

  .lg\:hover\:u-border-coll-stchads--light:hover {
    border-color: #006147 !important;
  }

  .lg\:hover\:u-border-coll-stcuthberts--dark:hover {
    border-color: #00523f !important;
  }

  .lg\:hover\:u-border-coll-stcuthberts--light:hover {
    border-color: #007258 !important;
  }

  .lg\:hover\:u-border-coll-sthild--dark:hover {
    border-color: #005ba5 !important;
  }

  .lg\:hover\:u-border-coll-sthild--light:hover {
    border-color: #0080e7 !important;
  }

  .lg\:hover\:u-border-coll-stjohns--dark:hover {
    border-color: #162b4a !important;
  }

  .lg\:hover\:u-border-coll-stjohns--light:hover {
    border-color: #1e3c68 !important;
  }

  .lg\:hover\:u-border-coll-stmarys--dark:hover {
    border-color: #5e2f97 !important;
  }

  .lg\:hover\:u-border-coll-stmarys--light:hover {
    border-color: #844ec8 !important;
  }

  .lg\:hover\:u-border-coll-stephenson--dark:hover {
    border-color: #a81e26 !important;
  }

  .lg\:hover\:u-border-coll-stephenson--light:hover {
    border-color: #db3a44 !important;
  }

  .lg\:hover\:u-border-coll-trevelyan--dark:hover {
    border-color: #002d51 !important;
  }

  .lg\:hover\:u-border-coll-trevelyan--light:hover {
    border-color: #003f71 !important;
  }

  .lg\:hover\:u-border-coll-university--dark:hover {
    border-color: #6b1e29 !important;
  }

  .lg\:hover\:u-border-coll-university--light:hover {
    border-color: #962b39 !important;
  }

  .lg\:hover\:u-border-coll-ustinov--dark:hover {
    border-color: #002d51 !important;
  }

  .lg\:hover\:u-border-coll-ustinov--light:hover {
    border-color: #003f71 !important;
  }

  .lg\:hover\:u-border-coll-vanmildert--dark:hover {
    border-color: #cd101f !important;
  }

  .lg\:hover\:u-border-coll-vanmildert--light:hover {
    border-color: #f04654 !important;
  }

  .lg\:hover\:u-border-primary--dark:hover {
    border-color: #531d57 !important;
  }

  .lg\:hover\:u-border-primary--light:hover {
    border-color: #74287a !important;
  }

  .lg\:hover\:u-border-secondary--dark:hover {
    border-color: #fac500 !important;
  }

  .lg\:hover\:u-border-secondary--light:hover {
    border-color: #ffdd60 !important;
  }

  .lg\:hover\:u-border-tertiary--dark:hover {
    border-color: #008bbf !important;
  }

  .lg\:hover\:u-border-tertiary--light:hover {
    border-color: #0dbdff !important;
  }

  .lg\:hover\:u-border-success--dark:hover {
    border-color: #367e36 !important;
  }

  .lg\:hover\:u-border-success--light:hover {
    border-color: #4cb04c !important;
  }

  .lg\:hover\:u-border-danger--dark:hover {
    border-color: #981823 !important;
  }

  .lg\:hover\:u-border-danger--light:hover {
    border-color: #d52231 !important;
  }

  .lg\:hover\:u-border-warning--dark:hover {
    border-color: #ae4e18 !important;
  }

  .lg\:hover\:u-border-warning--light:hover {
    border-color: #e37233 !important;
  }

  .lg\:hover\:u-border-info--dark:hover {
    border-color: #0e6681 !important;
  }

  .lg\:hover\:u-border-info--light:hover {
    border-color: #138fb4 !important;
  }

  .lg\:hover\:u-border-light--dark:hover {
    border-color: #ccc !important;
  }

  .lg\:hover\:u-border-light--light:hover {
    border-color: #fff !important;
  }

  .lg\:hover\:u-border-dark--dark:hover {
    border-color: #29271c !important;
  }

  .lg\:hover\:u-border-dark--light:hover {
    border-color: #393727 !important;
  }

  .lg\:focus\:u-border-transparent:focus {
    border-color: transparent !important;
  }

  .lg\:focus\:u-border-current-color:focus {
    border-color: currentColor !important;
  }

  .lg\:focus\:u-border-inherit:focus {
    border-color: inherit !important;
  }

  .lg\:focus\:u-border-purple:focus {
    border-color: #68246d !important;
  }

  .lg\:focus\:u-border-darkpurple:focus {
    border-color: #571b4f !important;
  }

  .lg\:focus\:u-border-yellow:focus {
    border-color: #ffd53a !important;
  }

  .lg\:focus\:u-border-cyan:focus {
    border-color: #00aeef !important;
  }

  .lg\:focus\:u-border-blue:focus {
    border-color: #409ddd !important;
  }

  .lg\:focus\:u-border-light-green:focus {
    border-color: #e2f4e9 !important;
  }

  .lg\:focus\:u-border-red:focus {
    border-color: #be1e2c !important;
  }

  .lg\:focus\:u-border-gold:focus {
    border-color: #afa961 !important;
  }

  .lg\:focus\:u-border-ink-100:focus {
    border-color: #002337 !important;
  }

  .lg\:focus\:u-border-stone:focus {
    border-color: #dacda2 !important;
  }

  .lg\:focus\:u-border-sky:focus {
    border-color: #a5c8d0 !important;
  }

  .lg\:focus\:u-border-heather:focus {
    border-color: #cba8b1 !important;
  }

  .lg\:focus\:u-border-cedar:focus {
    border-color: #b6aaa7 !important;
  }

  .lg\:focus\:u-border-business:focus {
    border-color: #b3bdb1 !important;
  }

  .lg\:focus\:u-border-black:focus {
    border-color: #333123 !important;
  }

  .lg\:focus\:u-border-white:focus {
    border-color: #fff !important;
  }

  .lg\:focus\:u-border-grey-25:focus {
    border-color: #f7f7f7 !important;
  }

  .lg\:focus\:u-border-grey-50:focus {
    border-color: #ebebeb !important;
  }

  .lg\:focus\:u-border-grey-75:focus {
    border-color: #d9d9d9 !important;
  }

  .lg\:focus\:u-border-grey-100:focus {
    border-color: #afb4b6 !important;
  }

  .lg\:focus\:u-border-grey-200:focus {
    border-color: #898e91 !important;
  }

  .lg\:focus\:u-border-grey-300:focus {
    border-color: #64696c !important;
  }

  .lg\:focus\:u-border-grey-400:focus {
    border-color: #3c3c3b !important;
  }

  .lg\:focus\:u-border-youtube:focus {
    border-color: #f00 !important;
  }

  .lg\:focus\:u-border-twitter:focus {
    border-color: #1da1f2 !important;
  }

  .lg\:focus\:u-border-facebook:focus {
    border-color: #3b5998 !important;
  }

  .lg\:focus\:u-border-instagram:focus {
    border-color: #444 !important;
  }

  .lg\:focus\:u-border-linkedin:focus {
    border-color: #0077b5 !important;
  }

  .lg\:focus\:u-border-college:focus {
    border-color: #00664f !important;
  }

  .lg\:focus\:u-border-coll-collingwood:focus {
    border-color: #d22630 !important;
  }

  .lg\:focus\:u-border-coll-grey:focus {
    border-color: #af272f !important;
  }

  .lg\:focus\:u-border-coll-hatfield:focus {
    border-color: #003865 !important;
  }

  .lg\:focus\:u-border-coll-johnsnow:focus {
    border-color: #003865 !important;
  }

  .lg\:focus\:u-border-coll-jbutler:focus {
    border-color: #d22630 !important;
  }

  .lg\:focus\:u-border-coll-south-college:focus {
    border-color: #68246d !important;
  }

  .lg\:focus\:u-border-coll-staidans:focus {
    border-color: #006747 !important;
  }

  .lg\:focus\:u-border-coll-stchads:focus {
    border-color: #00573f !important;
  }

  .lg\:focus\:u-border-coll-stcuthberts:focus {
    border-color: #00664f !important;
  }

  .lg\:focus\:u-border-coll-sthild:focus {
    border-color: #0072ce !important;
  }

  .lg\:focus\:u-border-coll-stjohns:focus {
    border-color: #1b365d !important;
  }

  .lg\:focus\:u-border-coll-stmarys:focus {
    border-color: #753bbd !important;
  }

  .lg\:focus\:u-border-coll-stephenson:focus {
    border-color: #d22630 !important;
  }

  .lg\:focus\:u-border-coll-trevelyan:focus {
    border-color: #003865 !important;
  }

  .lg\:focus\:u-border-coll-university:focus {
    border-color: #862633 !important;
  }

  .lg\:focus\:u-border-coll-ustinov:focus {
    border-color: #003865 !important;
  }

  .lg\:focus\:u-border-coll-vanmildert:focus {
    border-color: #ee2737 !important;
  }

  .lg\:focus\:u-border-primary:focus {
    border-color: #68246d !important;
  }

  .lg\:focus\:u-border-secondary:focus {
    border-color: #ffd53a !important;
  }

  .lg\:focus\:u-border-tertiary:focus {
    border-color: #00aeef !important;
  }

  .lg\:focus\:u-border-success:focus {
    border-color: #449d44 !important;
  }

  .lg\:focus\:u-border-danger:focus {
    border-color: #be1e2c !important;
  }

  .lg\:focus\:u-border-warning:focus {
    border-color: #da611e !important;
  }

  .lg\:focus\:u-border-info:focus {
    border-color: #1180a1 !important;
  }

  .lg\:focus\:u-border-light:focus {
    border-color: #fff !important;
  }

  .lg\:focus\:u-border-dark:focus {
    border-color: #333123 !important;
  }

  .lg\:focus\:u-border-purple--dark:focus {
    border-color: #531d57 !important;
  }

  .lg\:focus\:u-border-purple--light:focus {
    border-color: #74287a !important;
  }

  .lg\:focus\:u-border-darkpurple--dark:focus {
    border-color: #46163f !important;
  }

  .lg\:focus\:u-border-darkpurple--light:focus {
    border-color: #611e58 !important;
  }

  .lg\:focus\:u-border-yellow--dark:focus {
    border-color: #fac500 !important;
  }

  .lg\:focus\:u-border-yellow--light:focus {
    border-color: #ffdd60 !important;
  }

  .lg\:focus\:u-border-cyan--dark:focus {
    border-color: #008bbf !important;
  }

  .lg\:focus\:u-border-cyan--light:focus {
    border-color: #0dbdff !important;
  }

  .lg\:focus\:u-border-blue--dark:focus {
    border-color: #2281c2 !important;
  }

  .lg\:focus\:u-border-blue--light:focus {
    border-color: #5dace2 !important;
  }

  .lg\:focus\:u-border-light-green--dark:focus {
    border-color: #9edab5 !important;
  }

  .lg\:focus\:u-border-light-green--light:focus {
    border-color: #fff !important;
  }

  .lg\:focus\:u-border-red--dark:focus {
    border-color: #981823 !important;
  }

  .lg\:focus\:u-border-red--light:focus {
    border-color: #d52231 !important;
  }

  .lg\:focus\:u-border-gold--dark:focus {
    border-color: #908b49 !important;
  }

  .lg\:focus\:u-border-gold--light:focus {
    border-color: #bab577 !important;
  }

  .lg\:focus\:u-border-ink-100--dark:focus {
    border-color: #001c2c !important;
  }

  .lg\:focus\:u-border-ink-100--light:focus {
    border-color: #00273e !important;
  }

  .lg\:focus\:u-border-stone--dark:focus {
    border-color: #c4b06c !important;
  }

  .lg\:focus\:u-border-stone--light:focus {
    border-color: #e7dfc3 !important;
  }

  .lg\:focus\:u-border-sky--dark:focus {
    border-color: #74aab6 !important;
  }

  .lg\:focus\:u-border-sky--light:focus {
    border-color: #c2dadf !important;
  }

  .lg\:focus\:u-border-heather--dark:focus {
    border-color: #af7a87 !important;
  }

  .lg\:focus\:u-border-heather--light:focus {
    border-color: #dcc4ca !important;
  }

  .lg\:focus\:u-border-cedar--dark:focus {
    border-color: #968581 !important;
  }

  .lg\:focus\:u-border-cedar--light:focus {
    border-color: #c9c0be !important;
  }

  .lg\:focus\:u-border-business--dark:focus {
    border-color: #8c9b89 !important;
  }

  .lg\:focus\:u-border-business--light:focus {
    border-color: #cad1c9 !important;
  }

  .lg\:focus\:u-border-black--dark:focus {
    border-color: #29271c !important;
  }

  .lg\:focus\:u-border-black--light:focus {
    border-color: #393727 !important;
  }

  .lg\:focus\:u-border-white--dark:focus {
    border-color: #ccc !important;
  }

  .lg\:focus\:u-border-white--light:focus {
    border-color: #fff !important;
  }

  .lg\:focus\:u-border-grey-25--dark:focus {
    border-color: #c6c6c6 !important;
  }

  .lg\:focus\:u-border-grey-25--light:focus {
    border-color: #fff !important;
  }

  .lg\:focus\:u-border-grey-50--dark:focus {
    border-color: #bcbcbc !important;
  }

  .lg\:focus\:u-border-grey-50--light:focus {
    border-color: #fff !important;
  }

  .lg\:focus\:u-border-grey-75--dark:focus {
    border-color: #aeaeae !important;
  }

  .lg\:focus\:u-border-grey-75--light:focus {
    border-color: #f3f3f3 !important;
  }

  .lg\:focus\:u-border-grey-100--dark:focus {
    border-color: #8a9194 !important;
  }

  .lg\:focus\:u-border-grey-100--light:focus {
    border-color: #c5c9ca !important;
  }

  .lg\:focus\:u-border-grey-200--dark:focus {
    border-color: #6d7275 !important;
  }

  .lg\:focus\:u-border-grey-200--light:focus {
    border-color: #9b9fa1 !important;
  }

  .lg\:focus\:u-border-grey-300--dark:focus {
    border-color: #505456 !important;
  }

  .lg\:focus\:u-border-grey-300--light:focus {
    border-color: #707679 !important;
  }

  .lg\:focus\:u-border-grey-400--dark:focus {
    border-color: #30302f !important;
  }

  .lg\:focus\:u-border-grey-400--light:focus {
    border-color: #434342 !important;
  }

  .lg\:focus\:u-border-youtube--dark:focus {
    border-color: #c00 !important;
  }

  .lg\:focus\:u-border-youtube--light:focus {
    border-color: #ff1f1f !important;
  }

  .lg\:focus\:u-border-twitter--dark:focus {
    border-color: #0c84cd !important;
  }

  .lg\:focus\:u-border-twitter--light:focus {
    border-color: #3caef4 !important;
  }

  .lg\:focus\:u-border-facebook--dark:focus {
    border-color: #2f477a !important;
  }

  .lg\:focus\:u-border-facebook--light:focus {
    border-color: #4264aa !important;
  }

  .lg\:focus\:u-border-instagram--dark:focus {
    border-color: #363636 !important;
  }

  .lg\:focus\:u-border-instagram--light:focus {
    border-color: #4c4c4c !important;
  }

  .lg\:focus\:u-border-linkedin--dark:focus {
    border-color: #005f91 !important;
  }

  .lg\:focus\:u-border-linkedin--light:focus {
    border-color: #0085cb !important;
  }

  .lg\:focus\:u-border-college--dark:focus {
    border-color: #00523f !important;
  }

  .lg\:focus\:u-border-college--light:focus {
    border-color: #007258 !important;
  }

  .lg\:focus\:u-border-coll-collingwood--dark:focus {
    border-color: #a81e26 !important;
  }

  .lg\:focus\:u-border-coll-collingwood--light:focus {
    border-color: #db3a44 !important;
  }

  .lg\:focus\:u-border-coll-grey--dark:focus {
    border-color: #8c1f26 !important;
  }

  .lg\:focus\:u-border-coll-grey--light:focus {
    border-color: #c42c35 !important;
  }

  .lg\:focus\:u-border-coll-hatfield--dark:focus {
    border-color: #002d51 !important;
  }

  .lg\:focus\:u-border-coll-hatfield--light:focus {
    border-color: #003f71 !important;
  }

  .lg\:focus\:u-border-coll-johnsnow--dark:focus {
    border-color: #002d51 !important;
  }

  .lg\:focus\:u-border-coll-johnsnow--light:focus {
    border-color: #003f71 !important;
  }

  .lg\:focus\:u-border-coll-jbutler--dark:focus {
    border-color: #a81e26 !important;
  }

  .lg\:focus\:u-border-coll-jbutler--light:focus {
    border-color: #db3a44 !important;
  }

  .lg\:focus\:u-border-coll-south-college--dark:focus {
    border-color: #531d57 !important;
  }

  .lg\:focus\:u-border-coll-south-college--light:focus {
    border-color: #74287a !important;
  }

  .lg\:focus\:u-border-coll-staidans--dark:focus {
    border-color: #005239 !important;
  }

  .lg\:focus\:u-border-coll-staidans--light:focus {
    border-color: #007350 !important;
  }

  .lg\:focus\:u-border-coll-stchads--dark:focus {
    border-color: #004632 !important;
  }

  .lg\:focus\:u-border-coll-stchads--light:focus {
    border-color: #006147 !important;
  }

  .lg\:focus\:u-border-coll-stcuthberts--dark:focus {
    border-color: #00523f !important;
  }

  .lg\:focus\:u-border-coll-stcuthberts--light:focus {
    border-color: #007258 !important;
  }

  .lg\:focus\:u-border-coll-sthild--dark:focus {
    border-color: #005ba5 !important;
  }

  .lg\:focus\:u-border-coll-sthild--light:focus {
    border-color: #0080e7 !important;
  }

  .lg\:focus\:u-border-coll-stjohns--dark:focus {
    border-color: #162b4a !important;
  }

  .lg\:focus\:u-border-coll-stjohns--light:focus {
    border-color: #1e3c68 !important;
  }

  .lg\:focus\:u-border-coll-stmarys--dark:focus {
    border-color: #5e2f97 !important;
  }

  .lg\:focus\:u-border-coll-stmarys--light:focus {
    border-color: #844ec8 !important;
  }

  .lg\:focus\:u-border-coll-stephenson--dark:focus {
    border-color: #a81e26 !important;
  }

  .lg\:focus\:u-border-coll-stephenson--light:focus {
    border-color: #db3a44 !important;
  }

  .lg\:focus\:u-border-coll-trevelyan--dark:focus {
    border-color: #002d51 !important;
  }

  .lg\:focus\:u-border-coll-trevelyan--light:focus {
    border-color: #003f71 !important;
  }

  .lg\:focus\:u-border-coll-university--dark:focus {
    border-color: #6b1e29 !important;
  }

  .lg\:focus\:u-border-coll-university--light:focus {
    border-color: #962b39 !important;
  }

  .lg\:focus\:u-border-coll-ustinov--dark:focus {
    border-color: #002d51 !important;
  }

  .lg\:focus\:u-border-coll-ustinov--light:focus {
    border-color: #003f71 !important;
  }

  .lg\:focus\:u-border-coll-vanmildert--dark:focus {
    border-color: #cd101f !important;
  }

  .lg\:focus\:u-border-coll-vanmildert--light:focus {
    border-color: #f04654 !important;
  }

  .lg\:focus\:u-border-primary--dark:focus {
    border-color: #531d57 !important;
  }

  .lg\:focus\:u-border-primary--light:focus {
    border-color: #74287a !important;
  }

  .lg\:focus\:u-border-secondary--dark:focus {
    border-color: #fac500 !important;
  }

  .lg\:focus\:u-border-secondary--light:focus {
    border-color: #ffdd60 !important;
  }

  .lg\:focus\:u-border-tertiary--dark:focus {
    border-color: #008bbf !important;
  }

  .lg\:focus\:u-border-tertiary--light:focus {
    border-color: #0dbdff !important;
  }

  .lg\:focus\:u-border-success--dark:focus {
    border-color: #367e36 !important;
  }

  .lg\:focus\:u-border-success--light:focus {
    border-color: #4cb04c !important;
  }

  .lg\:focus\:u-border-danger--dark:focus {
    border-color: #981823 !important;
  }

  .lg\:focus\:u-border-danger--light:focus {
    border-color: #d52231 !important;
  }

  .lg\:focus\:u-border-warning--dark:focus {
    border-color: #ae4e18 !important;
  }

  .lg\:focus\:u-border-warning--light:focus {
    border-color: #e37233 !important;
  }

  .lg\:focus\:u-border-info--dark:focus {
    border-color: #0e6681 !important;
  }

  .lg\:focus\:u-border-info--light:focus {
    border-color: #138fb4 !important;
  }

  .lg\:focus\:u-border-light--dark:focus {
    border-color: #ccc !important;
  }

  .lg\:focus\:u-border-light--light:focus {
    border-color: #fff !important;
  }

  .lg\:focus\:u-border-dark--dark:focus {
    border-color: #29271c !important;
  }

  .lg\:focus\:u-border-dark--light:focus {
    border-color: #393727 !important;
  }

  .lg\:focus-within\:u-border-transparent:focus-within {
    border-color: transparent !important;
  }

  .lg\:focus-within\:u-border-current-color:focus-within {
    border-color: currentColor !important;
  }

  .lg\:focus-within\:u-border-inherit:focus-within {
    border-color: inherit !important;
  }

  .lg\:focus-within\:u-border-purple:focus-within {
    border-color: #68246d !important;
  }

  .lg\:focus-within\:u-border-darkpurple:focus-within {
    border-color: #571b4f !important;
  }

  .lg\:focus-within\:u-border-yellow:focus-within {
    border-color: #ffd53a !important;
  }

  .lg\:focus-within\:u-border-cyan:focus-within {
    border-color: #00aeef !important;
  }

  .lg\:focus-within\:u-border-blue:focus-within {
    border-color: #409ddd !important;
  }

  .lg\:focus-within\:u-border-light-green:focus-within {
    border-color: #e2f4e9 !important;
  }

  .lg\:focus-within\:u-border-red:focus-within {
    border-color: #be1e2c !important;
  }

  .lg\:focus-within\:u-border-gold:focus-within {
    border-color: #afa961 !important;
  }

  .lg\:focus-within\:u-border-ink-100:focus-within {
    border-color: #002337 !important;
  }

  .lg\:focus-within\:u-border-stone:focus-within {
    border-color: #dacda2 !important;
  }

  .lg\:focus-within\:u-border-sky:focus-within {
    border-color: #a5c8d0 !important;
  }

  .lg\:focus-within\:u-border-heather:focus-within {
    border-color: #cba8b1 !important;
  }

  .lg\:focus-within\:u-border-cedar:focus-within {
    border-color: #b6aaa7 !important;
  }

  .lg\:focus-within\:u-border-business:focus-within {
    border-color: #b3bdb1 !important;
  }

  .lg\:focus-within\:u-border-black:focus-within {
    border-color: #333123 !important;
  }

  .lg\:focus-within\:u-border-white:focus-within {
    border-color: #fff !important;
  }

  .lg\:focus-within\:u-border-grey-25:focus-within {
    border-color: #f7f7f7 !important;
  }

  .lg\:focus-within\:u-border-grey-50:focus-within {
    border-color: #ebebeb !important;
  }

  .lg\:focus-within\:u-border-grey-75:focus-within {
    border-color: #d9d9d9 !important;
  }

  .lg\:focus-within\:u-border-grey-100:focus-within {
    border-color: #afb4b6 !important;
  }

  .lg\:focus-within\:u-border-grey-200:focus-within {
    border-color: #898e91 !important;
  }

  .lg\:focus-within\:u-border-grey-300:focus-within {
    border-color: #64696c !important;
  }

  .lg\:focus-within\:u-border-grey-400:focus-within {
    border-color: #3c3c3b !important;
  }

  .lg\:focus-within\:u-border-youtube:focus-within {
    border-color: #f00 !important;
  }

  .lg\:focus-within\:u-border-twitter:focus-within {
    border-color: #1da1f2 !important;
  }

  .lg\:focus-within\:u-border-facebook:focus-within {
    border-color: #3b5998 !important;
  }

  .lg\:focus-within\:u-border-instagram:focus-within {
    border-color: #444 !important;
  }

  .lg\:focus-within\:u-border-linkedin:focus-within {
    border-color: #0077b5 !important;
  }

  .lg\:focus-within\:u-border-college:focus-within {
    border-color: #00664f !important;
  }

  .lg\:focus-within\:u-border-coll-collingwood:focus-within {
    border-color: #d22630 !important;
  }

  .lg\:focus-within\:u-border-coll-grey:focus-within {
    border-color: #af272f !important;
  }

  .lg\:focus-within\:u-border-coll-hatfield:focus-within {
    border-color: #003865 !important;
  }

  .lg\:focus-within\:u-border-coll-johnsnow:focus-within {
    border-color: #003865 !important;
  }

  .lg\:focus-within\:u-border-coll-jbutler:focus-within {
    border-color: #d22630 !important;
  }

  .lg\:focus-within\:u-border-coll-south-college:focus-within {
    border-color: #68246d !important;
  }

  .lg\:focus-within\:u-border-coll-staidans:focus-within {
    border-color: #006747 !important;
  }

  .lg\:focus-within\:u-border-coll-stchads:focus-within {
    border-color: #00573f !important;
  }

  .lg\:focus-within\:u-border-coll-stcuthberts:focus-within {
    border-color: #00664f !important;
  }

  .lg\:focus-within\:u-border-coll-sthild:focus-within {
    border-color: #0072ce !important;
  }

  .lg\:focus-within\:u-border-coll-stjohns:focus-within {
    border-color: #1b365d !important;
  }

  .lg\:focus-within\:u-border-coll-stmarys:focus-within {
    border-color: #753bbd !important;
  }

  .lg\:focus-within\:u-border-coll-stephenson:focus-within {
    border-color: #d22630 !important;
  }

  .lg\:focus-within\:u-border-coll-trevelyan:focus-within {
    border-color: #003865 !important;
  }

  .lg\:focus-within\:u-border-coll-university:focus-within {
    border-color: #862633 !important;
  }

  .lg\:focus-within\:u-border-coll-ustinov:focus-within {
    border-color: #003865 !important;
  }

  .lg\:focus-within\:u-border-coll-vanmildert:focus-within {
    border-color: #ee2737 !important;
  }

  .lg\:focus-within\:u-border-primary:focus-within {
    border-color: #68246d !important;
  }

  .lg\:focus-within\:u-border-secondary:focus-within {
    border-color: #ffd53a !important;
  }

  .lg\:focus-within\:u-border-tertiary:focus-within {
    border-color: #00aeef !important;
  }

  .lg\:focus-within\:u-border-success:focus-within {
    border-color: #449d44 !important;
  }

  .lg\:focus-within\:u-border-danger:focus-within {
    border-color: #be1e2c !important;
  }

  .lg\:focus-within\:u-border-warning:focus-within {
    border-color: #da611e !important;
  }

  .lg\:focus-within\:u-border-info:focus-within {
    border-color: #1180a1 !important;
  }

  .lg\:focus-within\:u-border-light:focus-within {
    border-color: #fff !important;
  }

  .lg\:focus-within\:u-border-dark:focus-within {
    border-color: #333123 !important;
  }

  .lg\:focus-within\:u-border-purple--dark:focus-within {
    border-color: #531d57 !important;
  }

  .lg\:focus-within\:u-border-purple--light:focus-within {
    border-color: #74287a !important;
  }

  .lg\:focus-within\:u-border-darkpurple--dark:focus-within {
    border-color: #46163f !important;
  }

  .lg\:focus-within\:u-border-darkpurple--light:focus-within {
    border-color: #611e58 !important;
  }

  .lg\:focus-within\:u-border-yellow--dark:focus-within {
    border-color: #fac500 !important;
  }

  .lg\:focus-within\:u-border-yellow--light:focus-within {
    border-color: #ffdd60 !important;
  }

  .lg\:focus-within\:u-border-cyan--dark:focus-within {
    border-color: #008bbf !important;
  }

  .lg\:focus-within\:u-border-cyan--light:focus-within {
    border-color: #0dbdff !important;
  }

  .lg\:focus-within\:u-border-blue--dark:focus-within {
    border-color: #2281c2 !important;
  }

  .lg\:focus-within\:u-border-blue--light:focus-within {
    border-color: #5dace2 !important;
  }

  .lg\:focus-within\:u-border-light-green--dark:focus-within {
    border-color: #9edab5 !important;
  }

  .lg\:focus-within\:u-border-light-green--light:focus-within {
    border-color: #fff !important;
  }

  .lg\:focus-within\:u-border-red--dark:focus-within {
    border-color: #981823 !important;
  }

  .lg\:focus-within\:u-border-red--light:focus-within {
    border-color: #d52231 !important;
  }

  .lg\:focus-within\:u-border-gold--dark:focus-within {
    border-color: #908b49 !important;
  }

  .lg\:focus-within\:u-border-gold--light:focus-within {
    border-color: #bab577 !important;
  }

  .lg\:focus-within\:u-border-ink-100--dark:focus-within {
    border-color: #001c2c !important;
  }

  .lg\:focus-within\:u-border-ink-100--light:focus-within {
    border-color: #00273e !important;
  }

  .lg\:focus-within\:u-border-stone--dark:focus-within {
    border-color: #c4b06c !important;
  }

  .lg\:focus-within\:u-border-stone--light:focus-within {
    border-color: #e7dfc3 !important;
  }

  .lg\:focus-within\:u-border-sky--dark:focus-within {
    border-color: #74aab6 !important;
  }

  .lg\:focus-within\:u-border-sky--light:focus-within {
    border-color: #c2dadf !important;
  }

  .lg\:focus-within\:u-border-heather--dark:focus-within {
    border-color: #af7a87 !important;
  }

  .lg\:focus-within\:u-border-heather--light:focus-within {
    border-color: #dcc4ca !important;
  }

  .lg\:focus-within\:u-border-cedar--dark:focus-within {
    border-color: #968581 !important;
  }

  .lg\:focus-within\:u-border-cedar--light:focus-within {
    border-color: #c9c0be !important;
  }

  .lg\:focus-within\:u-border-business--dark:focus-within {
    border-color: #8c9b89 !important;
  }

  .lg\:focus-within\:u-border-business--light:focus-within {
    border-color: #cad1c9 !important;
  }

  .lg\:focus-within\:u-border-black--dark:focus-within {
    border-color: #29271c !important;
  }

  .lg\:focus-within\:u-border-black--light:focus-within {
    border-color: #393727 !important;
  }

  .lg\:focus-within\:u-border-white--dark:focus-within {
    border-color: #ccc !important;
  }

  .lg\:focus-within\:u-border-white--light:focus-within {
    border-color: #fff !important;
  }

  .lg\:focus-within\:u-border-grey-25--dark:focus-within {
    border-color: #c6c6c6 !important;
  }

  .lg\:focus-within\:u-border-grey-25--light:focus-within {
    border-color: #fff !important;
  }

  .lg\:focus-within\:u-border-grey-50--dark:focus-within {
    border-color: #bcbcbc !important;
  }

  .lg\:focus-within\:u-border-grey-50--light:focus-within {
    border-color: #fff !important;
  }

  .lg\:focus-within\:u-border-grey-75--dark:focus-within {
    border-color: #aeaeae !important;
  }

  .lg\:focus-within\:u-border-grey-75--light:focus-within {
    border-color: #f3f3f3 !important;
  }

  .lg\:focus-within\:u-border-grey-100--dark:focus-within {
    border-color: #8a9194 !important;
  }

  .lg\:focus-within\:u-border-grey-100--light:focus-within {
    border-color: #c5c9ca !important;
  }

  .lg\:focus-within\:u-border-grey-200--dark:focus-within {
    border-color: #6d7275 !important;
  }

  .lg\:focus-within\:u-border-grey-200--light:focus-within {
    border-color: #9b9fa1 !important;
  }

  .lg\:focus-within\:u-border-grey-300--dark:focus-within {
    border-color: #505456 !important;
  }

  .lg\:focus-within\:u-border-grey-300--light:focus-within {
    border-color: #707679 !important;
  }

  .lg\:focus-within\:u-border-grey-400--dark:focus-within {
    border-color: #30302f !important;
  }

  .lg\:focus-within\:u-border-grey-400--light:focus-within {
    border-color: #434342 !important;
  }

  .lg\:focus-within\:u-border-youtube--dark:focus-within {
    border-color: #c00 !important;
  }

  .lg\:focus-within\:u-border-youtube--light:focus-within {
    border-color: #ff1f1f !important;
  }

  .lg\:focus-within\:u-border-twitter--dark:focus-within {
    border-color: #0c84cd !important;
  }

  .lg\:focus-within\:u-border-twitter--light:focus-within {
    border-color: #3caef4 !important;
  }

  .lg\:focus-within\:u-border-facebook--dark:focus-within {
    border-color: #2f477a !important;
  }

  .lg\:focus-within\:u-border-facebook--light:focus-within {
    border-color: #4264aa !important;
  }

  .lg\:focus-within\:u-border-instagram--dark:focus-within {
    border-color: #363636 !important;
  }

  .lg\:focus-within\:u-border-instagram--light:focus-within {
    border-color: #4c4c4c !important;
  }

  .lg\:focus-within\:u-border-linkedin--dark:focus-within {
    border-color: #005f91 !important;
  }

  .lg\:focus-within\:u-border-linkedin--light:focus-within {
    border-color: #0085cb !important;
  }

  .lg\:focus-within\:u-border-college--dark:focus-within {
    border-color: #00523f !important;
  }

  .lg\:focus-within\:u-border-college--light:focus-within {
    border-color: #007258 !important;
  }

  .lg\:focus-within\:u-border-coll-collingwood--dark:focus-within {
    border-color: #a81e26 !important;
  }

  .lg\:focus-within\:u-border-coll-collingwood--light:focus-within {
    border-color: #db3a44 !important;
  }

  .lg\:focus-within\:u-border-coll-grey--dark:focus-within {
    border-color: #8c1f26 !important;
  }

  .lg\:focus-within\:u-border-coll-grey--light:focus-within {
    border-color: #c42c35 !important;
  }

  .lg\:focus-within\:u-border-coll-hatfield--dark:focus-within {
    border-color: #002d51 !important;
  }

  .lg\:focus-within\:u-border-coll-hatfield--light:focus-within {
    border-color: #003f71 !important;
  }

  .lg\:focus-within\:u-border-coll-johnsnow--dark:focus-within {
    border-color: #002d51 !important;
  }

  .lg\:focus-within\:u-border-coll-johnsnow--light:focus-within {
    border-color: #003f71 !important;
  }

  .lg\:focus-within\:u-border-coll-jbutler--dark:focus-within {
    border-color: #a81e26 !important;
  }

  .lg\:focus-within\:u-border-coll-jbutler--light:focus-within {
    border-color: #db3a44 !important;
  }

  .lg\:focus-within\:u-border-coll-south-college--dark:focus-within {
    border-color: #531d57 !important;
  }

  .lg\:focus-within\:u-border-coll-south-college--light:focus-within {
    border-color: #74287a !important;
  }

  .lg\:focus-within\:u-border-coll-staidans--dark:focus-within {
    border-color: #005239 !important;
  }

  .lg\:focus-within\:u-border-coll-staidans--light:focus-within {
    border-color: #007350 !important;
  }

  .lg\:focus-within\:u-border-coll-stchads--dark:focus-within {
    border-color: #004632 !important;
  }

  .lg\:focus-within\:u-border-coll-stchads--light:focus-within {
    border-color: #006147 !important;
  }

  .lg\:focus-within\:u-border-coll-stcuthberts--dark:focus-within {
    border-color: #00523f !important;
  }

  .lg\:focus-within\:u-border-coll-stcuthberts--light:focus-within {
    border-color: #007258 !important;
  }

  .lg\:focus-within\:u-border-coll-sthild--dark:focus-within {
    border-color: #005ba5 !important;
  }

  .lg\:focus-within\:u-border-coll-sthild--light:focus-within {
    border-color: #0080e7 !important;
  }

  .lg\:focus-within\:u-border-coll-stjohns--dark:focus-within {
    border-color: #162b4a !important;
  }

  .lg\:focus-within\:u-border-coll-stjohns--light:focus-within {
    border-color: #1e3c68 !important;
  }

  .lg\:focus-within\:u-border-coll-stmarys--dark:focus-within {
    border-color: #5e2f97 !important;
  }

  .lg\:focus-within\:u-border-coll-stmarys--light:focus-within {
    border-color: #844ec8 !important;
  }

  .lg\:focus-within\:u-border-coll-stephenson--dark:focus-within {
    border-color: #a81e26 !important;
  }

  .lg\:focus-within\:u-border-coll-stephenson--light:focus-within {
    border-color: #db3a44 !important;
  }

  .lg\:focus-within\:u-border-coll-trevelyan--dark:focus-within {
    border-color: #002d51 !important;
  }

  .lg\:focus-within\:u-border-coll-trevelyan--light:focus-within {
    border-color: #003f71 !important;
  }

  .lg\:focus-within\:u-border-coll-university--dark:focus-within {
    border-color: #6b1e29 !important;
  }

  .lg\:focus-within\:u-border-coll-university--light:focus-within {
    border-color: #962b39 !important;
  }

  .lg\:focus-within\:u-border-coll-ustinov--dark:focus-within {
    border-color: #002d51 !important;
  }

  .lg\:focus-within\:u-border-coll-ustinov--light:focus-within {
    border-color: #003f71 !important;
  }

  .lg\:focus-within\:u-border-coll-vanmildert--dark:focus-within {
    border-color: #cd101f !important;
  }

  .lg\:focus-within\:u-border-coll-vanmildert--light:focus-within {
    border-color: #f04654 !important;
  }

  .lg\:focus-within\:u-border-primary--dark:focus-within {
    border-color: #531d57 !important;
  }

  .lg\:focus-within\:u-border-primary--light:focus-within {
    border-color: #74287a !important;
  }

  .lg\:focus-within\:u-border-secondary--dark:focus-within {
    border-color: #fac500 !important;
  }

  .lg\:focus-within\:u-border-secondary--light:focus-within {
    border-color: #ffdd60 !important;
  }

  .lg\:focus-within\:u-border-tertiary--dark:focus-within {
    border-color: #008bbf !important;
  }

  .lg\:focus-within\:u-border-tertiary--light:focus-within {
    border-color: #0dbdff !important;
  }

  .lg\:focus-within\:u-border-success--dark:focus-within {
    border-color: #367e36 !important;
  }

  .lg\:focus-within\:u-border-success--light:focus-within {
    border-color: #4cb04c !important;
  }

  .lg\:focus-within\:u-border-danger--dark:focus-within {
    border-color: #981823 !important;
  }

  .lg\:focus-within\:u-border-danger--light:focus-within {
    border-color: #d52231 !important;
  }

  .lg\:focus-within\:u-border-warning--dark:focus-within {
    border-color: #ae4e18 !important;
  }

  .lg\:focus-within\:u-border-warning--light:focus-within {
    border-color: #e37233 !important;
  }

  .lg\:focus-within\:u-border-info--dark:focus-within {
    border-color: #0e6681 !important;
  }

  .lg\:focus-within\:u-border-info--light:focus-within {
    border-color: #138fb4 !important;
  }

  .lg\:focus-within\:u-border-light--dark:focus-within {
    border-color: #ccc !important;
  }

  .lg\:focus-within\:u-border-light--light:focus-within {
    border-color: #fff !important;
  }

  .lg\:focus-within\:u-border-dark--dark:focus-within {
    border-color: #29271c !important;
  }

  .lg\:focus-within\:u-border-dark--light:focus-within {
    border-color: #393727 !important;
  }

  .lg\:hocus\:u-border-transparent:hover,
  .lg\:hocus\:u-border-transparent:focus {
    border-color: transparent !important;
  }

  .lg\:hocus\:u-border-current-color:hover,
  .lg\:hocus\:u-border-current-color:focus {
    border-color: currentColor !important;
  }

  .lg\:hocus\:u-border-inherit:hover,
  .lg\:hocus\:u-border-inherit:focus {
    border-color: inherit !important;
  }

  .lg\:hocus\:u-border-purple:hover,
  .lg\:hocus\:u-border-purple:focus {
    border-color: #68246d !important;
  }

  .lg\:hocus\:u-border-darkpurple:hover,
  .lg\:hocus\:u-border-darkpurple:focus {
    border-color: #571b4f !important;
  }

  .lg\:hocus\:u-border-yellow:hover,
  .lg\:hocus\:u-border-yellow:focus {
    border-color: #ffd53a !important;
  }

  .lg\:hocus\:u-border-cyan:hover,
  .lg\:hocus\:u-border-cyan:focus {
    border-color: #00aeef !important;
  }

  .lg\:hocus\:u-border-blue:hover,
  .lg\:hocus\:u-border-blue:focus {
    border-color: #409ddd !important;
  }

  .lg\:hocus\:u-border-light-green:hover,
  .lg\:hocus\:u-border-light-green:focus {
    border-color: #e2f4e9 !important;
  }

  .lg\:hocus\:u-border-red:hover,
  .lg\:hocus\:u-border-red:focus {
    border-color: #be1e2c !important;
  }

  .lg\:hocus\:u-border-gold:hover,
  .lg\:hocus\:u-border-gold:focus {
    border-color: #afa961 !important;
  }

  .lg\:hocus\:u-border-ink-100:hover,
  .lg\:hocus\:u-border-ink-100:focus {
    border-color: #002337 !important;
  }

  .lg\:hocus\:u-border-stone:hover,
  .lg\:hocus\:u-border-stone:focus {
    border-color: #dacda2 !important;
  }

  .lg\:hocus\:u-border-sky:hover,
  .lg\:hocus\:u-border-sky:focus {
    border-color: #a5c8d0 !important;
  }

  .lg\:hocus\:u-border-heather:hover,
  .lg\:hocus\:u-border-heather:focus {
    border-color: #cba8b1 !important;
  }

  .lg\:hocus\:u-border-cedar:hover,
  .lg\:hocus\:u-border-cedar:focus {
    border-color: #b6aaa7 !important;
  }

  .lg\:hocus\:u-border-business:hover,
  .lg\:hocus\:u-border-business:focus {
    border-color: #b3bdb1 !important;
  }

  .lg\:hocus\:u-border-black:hover,
  .lg\:hocus\:u-border-black:focus {
    border-color: #333123 !important;
  }

  .lg\:hocus\:u-border-white:hover,
  .lg\:hocus\:u-border-white:focus {
    border-color: #fff !important;
  }

  .lg\:hocus\:u-border-grey-25:hover,
  .lg\:hocus\:u-border-grey-25:focus {
    border-color: #f7f7f7 !important;
  }

  .lg\:hocus\:u-border-grey-50:hover,
  .lg\:hocus\:u-border-grey-50:focus {
    border-color: #ebebeb !important;
  }

  .lg\:hocus\:u-border-grey-75:hover,
  .lg\:hocus\:u-border-grey-75:focus {
    border-color: #d9d9d9 !important;
  }

  .lg\:hocus\:u-border-grey-100:hover,
  .lg\:hocus\:u-border-grey-100:focus {
    border-color: #afb4b6 !important;
  }

  .lg\:hocus\:u-border-grey-200:hover,
  .lg\:hocus\:u-border-grey-200:focus {
    border-color: #898e91 !important;
  }

  .lg\:hocus\:u-border-grey-300:hover,
  .lg\:hocus\:u-border-grey-300:focus {
    border-color: #64696c !important;
  }

  .lg\:hocus\:u-border-grey-400:hover,
  .lg\:hocus\:u-border-grey-400:focus {
    border-color: #3c3c3b !important;
  }

  .lg\:hocus\:u-border-youtube:hover,
  .lg\:hocus\:u-border-youtube:focus {
    border-color: #f00 !important;
  }

  .lg\:hocus\:u-border-twitter:hover,
  .lg\:hocus\:u-border-twitter:focus {
    border-color: #1da1f2 !important;
  }

  .lg\:hocus\:u-border-facebook:hover,
  .lg\:hocus\:u-border-facebook:focus {
    border-color: #3b5998 !important;
  }

  .lg\:hocus\:u-border-instagram:hover,
  .lg\:hocus\:u-border-instagram:focus {
    border-color: #444 !important;
  }

  .lg\:hocus\:u-border-linkedin:hover,
  .lg\:hocus\:u-border-linkedin:focus {
    border-color: #0077b5 !important;
  }

  .lg\:hocus\:u-border-college:hover,
  .lg\:hocus\:u-border-college:focus {
    border-color: #00664f !important;
  }

  .lg\:hocus\:u-border-coll-collingwood:hover,
  .lg\:hocus\:u-border-coll-collingwood:focus {
    border-color: #d22630 !important;
  }

  .lg\:hocus\:u-border-coll-grey:hover,
  .lg\:hocus\:u-border-coll-grey:focus {
    border-color: #af272f !important;
  }

  .lg\:hocus\:u-border-coll-hatfield:hover,
  .lg\:hocus\:u-border-coll-hatfield:focus {
    border-color: #003865 !important;
  }

  .lg\:hocus\:u-border-coll-johnsnow:hover,
  .lg\:hocus\:u-border-coll-johnsnow:focus {
    border-color: #003865 !important;
  }

  .lg\:hocus\:u-border-coll-jbutler:hover,
  .lg\:hocus\:u-border-coll-jbutler:focus {
    border-color: #d22630 !important;
  }

  .lg\:hocus\:u-border-coll-south-college:hover,
  .lg\:hocus\:u-border-coll-south-college:focus {
    border-color: #68246d !important;
  }

  .lg\:hocus\:u-border-coll-staidans:hover,
  .lg\:hocus\:u-border-coll-staidans:focus {
    border-color: #006747 !important;
  }

  .lg\:hocus\:u-border-coll-stchads:hover,
  .lg\:hocus\:u-border-coll-stchads:focus {
    border-color: #00573f !important;
  }

  .lg\:hocus\:u-border-coll-stcuthberts:hover,
  .lg\:hocus\:u-border-coll-stcuthberts:focus {
    border-color: #00664f !important;
  }

  .lg\:hocus\:u-border-coll-sthild:hover,
  .lg\:hocus\:u-border-coll-sthild:focus {
    border-color: #0072ce !important;
  }

  .lg\:hocus\:u-border-coll-stjohns:hover,
  .lg\:hocus\:u-border-coll-stjohns:focus {
    border-color: #1b365d !important;
  }

  .lg\:hocus\:u-border-coll-stmarys:hover,
  .lg\:hocus\:u-border-coll-stmarys:focus {
    border-color: #753bbd !important;
  }

  .lg\:hocus\:u-border-coll-stephenson:hover,
  .lg\:hocus\:u-border-coll-stephenson:focus {
    border-color: #d22630 !important;
  }

  .lg\:hocus\:u-border-coll-trevelyan:hover,
  .lg\:hocus\:u-border-coll-trevelyan:focus {
    border-color: #003865 !important;
  }

  .lg\:hocus\:u-border-coll-university:hover,
  .lg\:hocus\:u-border-coll-university:focus {
    border-color: #862633 !important;
  }

  .lg\:hocus\:u-border-coll-ustinov:hover,
  .lg\:hocus\:u-border-coll-ustinov:focus {
    border-color: #003865 !important;
  }

  .lg\:hocus\:u-border-coll-vanmildert:hover,
  .lg\:hocus\:u-border-coll-vanmildert:focus {
    border-color: #ee2737 !important;
  }

  .lg\:hocus\:u-border-primary:hover,
  .lg\:hocus\:u-border-primary:focus {
    border-color: #68246d !important;
  }

  .lg\:hocus\:u-border-secondary:hover,
  .lg\:hocus\:u-border-secondary:focus {
    border-color: #ffd53a !important;
  }

  .lg\:hocus\:u-border-tertiary:hover,
  .lg\:hocus\:u-border-tertiary:focus {
    border-color: #00aeef !important;
  }

  .lg\:hocus\:u-border-success:hover,
  .lg\:hocus\:u-border-success:focus {
    border-color: #449d44 !important;
  }

  .lg\:hocus\:u-border-danger:hover,
  .lg\:hocus\:u-border-danger:focus {
    border-color: #be1e2c !important;
  }

  .lg\:hocus\:u-border-warning:hover,
  .lg\:hocus\:u-border-warning:focus {
    border-color: #da611e !important;
  }

  .lg\:hocus\:u-border-info:hover,
  .lg\:hocus\:u-border-info:focus {
    border-color: #1180a1 !important;
  }

  .lg\:hocus\:u-border-light:hover,
  .lg\:hocus\:u-border-light:focus {
    border-color: #fff !important;
  }

  .lg\:hocus\:u-border-dark:hover,
  .lg\:hocus\:u-border-dark:focus {
    border-color: #333123 !important;
  }

  .lg\:hocus\:u-border-purple--dark:hover,
  .lg\:hocus\:u-border-purple--dark:focus {
    border-color: #531d57 !important;
  }

  .lg\:hocus\:u-border-purple--light:hover,
  .lg\:hocus\:u-border-purple--light:focus {
    border-color: #74287a !important;
  }

  .lg\:hocus\:u-border-darkpurple--dark:hover,
  .lg\:hocus\:u-border-darkpurple--dark:focus {
    border-color: #46163f !important;
  }

  .lg\:hocus\:u-border-darkpurple--light:hover,
  .lg\:hocus\:u-border-darkpurple--light:focus {
    border-color: #611e58 !important;
  }

  .lg\:hocus\:u-border-yellow--dark:hover,
  .lg\:hocus\:u-border-yellow--dark:focus {
    border-color: #fac500 !important;
  }

  .lg\:hocus\:u-border-yellow--light:hover,
  .lg\:hocus\:u-border-yellow--light:focus {
    border-color: #ffdd60 !important;
  }

  .lg\:hocus\:u-border-cyan--dark:hover,
  .lg\:hocus\:u-border-cyan--dark:focus {
    border-color: #008bbf !important;
  }

  .lg\:hocus\:u-border-cyan--light:hover,
  .lg\:hocus\:u-border-cyan--light:focus {
    border-color: #0dbdff !important;
  }

  .lg\:hocus\:u-border-blue--dark:hover,
  .lg\:hocus\:u-border-blue--dark:focus {
    border-color: #2281c2 !important;
  }

  .lg\:hocus\:u-border-blue--light:hover,
  .lg\:hocus\:u-border-blue--light:focus {
    border-color: #5dace2 !important;
  }

  .lg\:hocus\:u-border-light-green--dark:hover,
  .lg\:hocus\:u-border-light-green--dark:focus {
    border-color: #9edab5 !important;
  }

  .lg\:hocus\:u-border-light-green--light:hover,
  .lg\:hocus\:u-border-light-green--light:focus {
    border-color: #fff !important;
  }

  .lg\:hocus\:u-border-red--dark:hover,
  .lg\:hocus\:u-border-red--dark:focus {
    border-color: #981823 !important;
  }

  .lg\:hocus\:u-border-red--light:hover,
  .lg\:hocus\:u-border-red--light:focus {
    border-color: #d52231 !important;
  }

  .lg\:hocus\:u-border-gold--dark:hover,
  .lg\:hocus\:u-border-gold--dark:focus {
    border-color: #908b49 !important;
  }

  .lg\:hocus\:u-border-gold--light:hover,
  .lg\:hocus\:u-border-gold--light:focus {
    border-color: #bab577 !important;
  }

  .lg\:hocus\:u-border-ink-100--dark:hover,
  .lg\:hocus\:u-border-ink-100--dark:focus {
    border-color: #001c2c !important;
  }

  .lg\:hocus\:u-border-ink-100--light:hover,
  .lg\:hocus\:u-border-ink-100--light:focus {
    border-color: #00273e !important;
  }

  .lg\:hocus\:u-border-stone--dark:hover,
  .lg\:hocus\:u-border-stone--dark:focus {
    border-color: #c4b06c !important;
  }

  .lg\:hocus\:u-border-stone--light:hover,
  .lg\:hocus\:u-border-stone--light:focus {
    border-color: #e7dfc3 !important;
  }

  .lg\:hocus\:u-border-sky--dark:hover,
  .lg\:hocus\:u-border-sky--dark:focus {
    border-color: #74aab6 !important;
  }

  .lg\:hocus\:u-border-sky--light:hover,
  .lg\:hocus\:u-border-sky--light:focus {
    border-color: #c2dadf !important;
  }

  .lg\:hocus\:u-border-heather--dark:hover,
  .lg\:hocus\:u-border-heather--dark:focus {
    border-color: #af7a87 !important;
  }

  .lg\:hocus\:u-border-heather--light:hover,
  .lg\:hocus\:u-border-heather--light:focus {
    border-color: #dcc4ca !important;
  }

  .lg\:hocus\:u-border-cedar--dark:hover,
  .lg\:hocus\:u-border-cedar--dark:focus {
    border-color: #968581 !important;
  }

  .lg\:hocus\:u-border-cedar--light:hover,
  .lg\:hocus\:u-border-cedar--light:focus {
    border-color: #c9c0be !important;
  }

  .lg\:hocus\:u-border-business--dark:hover,
  .lg\:hocus\:u-border-business--dark:focus {
    border-color: #8c9b89 !important;
  }

  .lg\:hocus\:u-border-business--light:hover,
  .lg\:hocus\:u-border-business--light:focus {
    border-color: #cad1c9 !important;
  }

  .lg\:hocus\:u-border-black--dark:hover,
  .lg\:hocus\:u-border-black--dark:focus {
    border-color: #29271c !important;
  }

  .lg\:hocus\:u-border-black--light:hover,
  .lg\:hocus\:u-border-black--light:focus {
    border-color: #393727 !important;
  }

  .lg\:hocus\:u-border-white--dark:hover,
  .lg\:hocus\:u-border-white--dark:focus {
    border-color: #ccc !important;
  }

  .lg\:hocus\:u-border-white--light:hover,
  .lg\:hocus\:u-border-white--light:focus {
    border-color: #fff !important;
  }

  .lg\:hocus\:u-border-grey-25--dark:hover,
  .lg\:hocus\:u-border-grey-25--dark:focus {
    border-color: #c6c6c6 !important;
  }

  .lg\:hocus\:u-border-grey-25--light:hover,
  .lg\:hocus\:u-border-grey-25--light:focus {
    border-color: #fff !important;
  }

  .lg\:hocus\:u-border-grey-50--dark:hover,
  .lg\:hocus\:u-border-grey-50--dark:focus {
    border-color: #bcbcbc !important;
  }

  .lg\:hocus\:u-border-grey-50--light:hover,
  .lg\:hocus\:u-border-grey-50--light:focus {
    border-color: #fff !important;
  }

  .lg\:hocus\:u-border-grey-75--dark:hover,
  .lg\:hocus\:u-border-grey-75--dark:focus {
    border-color: #aeaeae !important;
  }

  .lg\:hocus\:u-border-grey-75--light:hover,
  .lg\:hocus\:u-border-grey-75--light:focus {
    border-color: #f3f3f3 !important;
  }

  .lg\:hocus\:u-border-grey-100--dark:hover,
  .lg\:hocus\:u-border-grey-100--dark:focus {
    border-color: #8a9194 !important;
  }

  .lg\:hocus\:u-border-grey-100--light:hover,
  .lg\:hocus\:u-border-grey-100--light:focus {
    border-color: #c5c9ca !important;
  }

  .lg\:hocus\:u-border-grey-200--dark:hover,
  .lg\:hocus\:u-border-grey-200--dark:focus {
    border-color: #6d7275 !important;
  }

  .lg\:hocus\:u-border-grey-200--light:hover,
  .lg\:hocus\:u-border-grey-200--light:focus {
    border-color: #9b9fa1 !important;
  }

  .lg\:hocus\:u-border-grey-300--dark:hover,
  .lg\:hocus\:u-border-grey-300--dark:focus {
    border-color: #505456 !important;
  }

  .lg\:hocus\:u-border-grey-300--light:hover,
  .lg\:hocus\:u-border-grey-300--light:focus {
    border-color: #707679 !important;
  }

  .lg\:hocus\:u-border-grey-400--dark:hover,
  .lg\:hocus\:u-border-grey-400--dark:focus {
    border-color: #30302f !important;
  }

  .lg\:hocus\:u-border-grey-400--light:hover,
  .lg\:hocus\:u-border-grey-400--light:focus {
    border-color: #434342 !important;
  }

  .lg\:hocus\:u-border-youtube--dark:hover,
  .lg\:hocus\:u-border-youtube--dark:focus {
    border-color: #c00 !important;
  }

  .lg\:hocus\:u-border-youtube--light:hover,
  .lg\:hocus\:u-border-youtube--light:focus {
    border-color: #ff1f1f !important;
  }

  .lg\:hocus\:u-border-twitter--dark:hover,
  .lg\:hocus\:u-border-twitter--dark:focus {
    border-color: #0c84cd !important;
  }

  .lg\:hocus\:u-border-twitter--light:hover,
  .lg\:hocus\:u-border-twitter--light:focus {
    border-color: #3caef4 !important;
  }

  .lg\:hocus\:u-border-facebook--dark:hover,
  .lg\:hocus\:u-border-facebook--dark:focus {
    border-color: #2f477a !important;
  }

  .lg\:hocus\:u-border-facebook--light:hover,
  .lg\:hocus\:u-border-facebook--light:focus {
    border-color: #4264aa !important;
  }

  .lg\:hocus\:u-border-instagram--dark:hover,
  .lg\:hocus\:u-border-instagram--dark:focus {
    border-color: #363636 !important;
  }

  .lg\:hocus\:u-border-instagram--light:hover,
  .lg\:hocus\:u-border-instagram--light:focus {
    border-color: #4c4c4c !important;
  }

  .lg\:hocus\:u-border-linkedin--dark:hover,
  .lg\:hocus\:u-border-linkedin--dark:focus {
    border-color: #005f91 !important;
  }

  .lg\:hocus\:u-border-linkedin--light:hover,
  .lg\:hocus\:u-border-linkedin--light:focus {
    border-color: #0085cb !important;
  }

  .lg\:hocus\:u-border-college--dark:hover,
  .lg\:hocus\:u-border-college--dark:focus {
    border-color: #00523f !important;
  }

  .lg\:hocus\:u-border-college--light:hover,
  .lg\:hocus\:u-border-college--light:focus {
    border-color: #007258 !important;
  }

  .lg\:hocus\:u-border-coll-collingwood--dark:hover,
  .lg\:hocus\:u-border-coll-collingwood--dark:focus {
    border-color: #a81e26 !important;
  }

  .lg\:hocus\:u-border-coll-collingwood--light:hover,
  .lg\:hocus\:u-border-coll-collingwood--light:focus {
    border-color: #db3a44 !important;
  }

  .lg\:hocus\:u-border-coll-grey--dark:hover,
  .lg\:hocus\:u-border-coll-grey--dark:focus {
    border-color: #8c1f26 !important;
  }

  .lg\:hocus\:u-border-coll-grey--light:hover,
  .lg\:hocus\:u-border-coll-grey--light:focus {
    border-color: #c42c35 !important;
  }

  .lg\:hocus\:u-border-coll-hatfield--dark:hover,
  .lg\:hocus\:u-border-coll-hatfield--dark:focus {
    border-color: #002d51 !important;
  }

  .lg\:hocus\:u-border-coll-hatfield--light:hover,
  .lg\:hocus\:u-border-coll-hatfield--light:focus {
    border-color: #003f71 !important;
  }

  .lg\:hocus\:u-border-coll-johnsnow--dark:hover,
  .lg\:hocus\:u-border-coll-johnsnow--dark:focus {
    border-color: #002d51 !important;
  }

  .lg\:hocus\:u-border-coll-johnsnow--light:hover,
  .lg\:hocus\:u-border-coll-johnsnow--light:focus {
    border-color: #003f71 !important;
  }

  .lg\:hocus\:u-border-coll-jbutler--dark:hover,
  .lg\:hocus\:u-border-coll-jbutler--dark:focus {
    border-color: #a81e26 !important;
  }

  .lg\:hocus\:u-border-coll-jbutler--light:hover,
  .lg\:hocus\:u-border-coll-jbutler--light:focus {
    border-color: #db3a44 !important;
  }

  .lg\:hocus\:u-border-coll-south-college--dark:hover,
  .lg\:hocus\:u-border-coll-south-college--dark:focus {
    border-color: #531d57 !important;
  }

  .lg\:hocus\:u-border-coll-south-college--light:hover,
  .lg\:hocus\:u-border-coll-south-college--light:focus {
    border-color: #74287a !important;
  }

  .lg\:hocus\:u-border-coll-staidans--dark:hover,
  .lg\:hocus\:u-border-coll-staidans--dark:focus {
    border-color: #005239 !important;
  }

  .lg\:hocus\:u-border-coll-staidans--light:hover,
  .lg\:hocus\:u-border-coll-staidans--light:focus {
    border-color: #007350 !important;
  }

  .lg\:hocus\:u-border-coll-stchads--dark:hover,
  .lg\:hocus\:u-border-coll-stchads--dark:focus {
    border-color: #004632 !important;
  }

  .lg\:hocus\:u-border-coll-stchads--light:hover,
  .lg\:hocus\:u-border-coll-stchads--light:focus {
    border-color: #006147 !important;
  }

  .lg\:hocus\:u-border-coll-stcuthberts--dark:hover,
  .lg\:hocus\:u-border-coll-stcuthberts--dark:focus {
    border-color: #00523f !important;
  }

  .lg\:hocus\:u-border-coll-stcuthberts--light:hover,
  .lg\:hocus\:u-border-coll-stcuthberts--light:focus {
    border-color: #007258 !important;
  }

  .lg\:hocus\:u-border-coll-sthild--dark:hover,
  .lg\:hocus\:u-border-coll-sthild--dark:focus {
    border-color: #005ba5 !important;
  }

  .lg\:hocus\:u-border-coll-sthild--light:hover,
  .lg\:hocus\:u-border-coll-sthild--light:focus {
    border-color: #0080e7 !important;
  }

  .lg\:hocus\:u-border-coll-stjohns--dark:hover,
  .lg\:hocus\:u-border-coll-stjohns--dark:focus {
    border-color: #162b4a !important;
  }

  .lg\:hocus\:u-border-coll-stjohns--light:hover,
  .lg\:hocus\:u-border-coll-stjohns--light:focus {
    border-color: #1e3c68 !important;
  }

  .lg\:hocus\:u-border-coll-stmarys--dark:hover,
  .lg\:hocus\:u-border-coll-stmarys--dark:focus {
    border-color: #5e2f97 !important;
  }

  .lg\:hocus\:u-border-coll-stmarys--light:hover,
  .lg\:hocus\:u-border-coll-stmarys--light:focus {
    border-color: #844ec8 !important;
  }

  .lg\:hocus\:u-border-coll-stephenson--dark:hover,
  .lg\:hocus\:u-border-coll-stephenson--dark:focus {
    border-color: #a81e26 !important;
  }

  .lg\:hocus\:u-border-coll-stephenson--light:hover,
  .lg\:hocus\:u-border-coll-stephenson--light:focus {
    border-color: #db3a44 !important;
  }

  .lg\:hocus\:u-border-coll-trevelyan--dark:hover,
  .lg\:hocus\:u-border-coll-trevelyan--dark:focus {
    border-color: #002d51 !important;
  }

  .lg\:hocus\:u-border-coll-trevelyan--light:hover,
  .lg\:hocus\:u-border-coll-trevelyan--light:focus {
    border-color: #003f71 !important;
  }

  .lg\:hocus\:u-border-coll-university--dark:hover,
  .lg\:hocus\:u-border-coll-university--dark:focus {
    border-color: #6b1e29 !important;
  }

  .lg\:hocus\:u-border-coll-university--light:hover,
  .lg\:hocus\:u-border-coll-university--light:focus {
    border-color: #962b39 !important;
  }

  .lg\:hocus\:u-border-coll-ustinov--dark:hover,
  .lg\:hocus\:u-border-coll-ustinov--dark:focus {
    border-color: #002d51 !important;
  }

  .lg\:hocus\:u-border-coll-ustinov--light:hover,
  .lg\:hocus\:u-border-coll-ustinov--light:focus {
    border-color: #003f71 !important;
  }

  .lg\:hocus\:u-border-coll-vanmildert--dark:hover,
  .lg\:hocus\:u-border-coll-vanmildert--dark:focus {
    border-color: #cd101f !important;
  }

  .lg\:hocus\:u-border-coll-vanmildert--light:hover,
  .lg\:hocus\:u-border-coll-vanmildert--light:focus {
    border-color: #f04654 !important;
  }

  .lg\:hocus\:u-border-primary--dark:hover,
  .lg\:hocus\:u-border-primary--dark:focus {
    border-color: #531d57 !important;
  }

  .lg\:hocus\:u-border-primary--light:hover,
  .lg\:hocus\:u-border-primary--light:focus {
    border-color: #74287a !important;
  }

  .lg\:hocus\:u-border-secondary--dark:hover,
  .lg\:hocus\:u-border-secondary--dark:focus {
    border-color: #fac500 !important;
  }

  .lg\:hocus\:u-border-secondary--light:hover,
  .lg\:hocus\:u-border-secondary--light:focus {
    border-color: #ffdd60 !important;
  }

  .lg\:hocus\:u-border-tertiary--dark:hover,
  .lg\:hocus\:u-border-tertiary--dark:focus {
    border-color: #008bbf !important;
  }

  .lg\:hocus\:u-border-tertiary--light:hover,
  .lg\:hocus\:u-border-tertiary--light:focus {
    border-color: #0dbdff !important;
  }

  .lg\:hocus\:u-border-success--dark:hover,
  .lg\:hocus\:u-border-success--dark:focus {
    border-color: #367e36 !important;
  }

  .lg\:hocus\:u-border-success--light:hover,
  .lg\:hocus\:u-border-success--light:focus {
    border-color: #4cb04c !important;
  }

  .lg\:hocus\:u-border-danger--dark:hover,
  .lg\:hocus\:u-border-danger--dark:focus {
    border-color: #981823 !important;
  }

  .lg\:hocus\:u-border-danger--light:hover,
  .lg\:hocus\:u-border-danger--light:focus {
    border-color: #d52231 !important;
  }

  .lg\:hocus\:u-border-warning--dark:hover,
  .lg\:hocus\:u-border-warning--dark:focus {
    border-color: #ae4e18 !important;
  }

  .lg\:hocus\:u-border-warning--light:hover,
  .lg\:hocus\:u-border-warning--light:focus {
    border-color: #e37233 !important;
  }

  .lg\:hocus\:u-border-info--dark:hover,
  .lg\:hocus\:u-border-info--dark:focus {
    border-color: #0e6681 !important;
  }

  .lg\:hocus\:u-border-info--light:hover,
  .lg\:hocus\:u-border-info--light:focus {
    border-color: #138fb4 !important;
  }

  .lg\:hocus\:u-border-light--dark:hover,
  .lg\:hocus\:u-border-light--dark:focus {
    border-color: #ccc !important;
  }

  .lg\:hocus\:u-border-light--light:hover,
  .lg\:hocus\:u-border-light--light:focus {
    border-color: #fff !important;
  }

  .lg\:hocus\:u-border-dark--dark:hover,
  .lg\:hocus\:u-border-dark--dark:focus {
    border-color: #29271c !important;
  }

  .lg\:hocus\:u-border-dark--light:hover,
  .lg\:hocus\:u-border-dark--light:focus {
    border-color: #393727 !important;
  }

  .lg\:u-rounded-none {
    border-radius: 0 !important;
  }

  .lg\:u-rounded {
    border-radius: .25rem !important;
  }

  .lg\:u-rounded-sm {
    border-radius: 45px !important;
  }

  .lg\:u-rounded-md {
    border-radius: 100px !important;
  }

  .lg\:u-rounded-lg {
    border-radius: 220px !important;
  }

  .lg\:u-rounded-half {
    border-radius: 50% !important;
  }

  .lg\:u-rounded-full {
    border-radius: 9999px !important;
  }

  .lg\:u-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:u-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:u-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:u-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:u-rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .lg\:u-rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .lg\:u-rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .lg\:u-rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .lg\:u-rounded-t-sm {
    border-top-left-radius: 45px !important;
    border-top-right-radius: 45px !important;
  }

  .lg\:u-rounded-r-sm {
    border-top-right-radius: 45px !important;
    border-bottom-right-radius: 45px !important;
  }

  .lg\:u-rounded-b-sm {
    border-bottom-right-radius: 45px !important;
    border-bottom-left-radius: 45px !important;
  }

  .lg\:u-rounded-l-sm {
    border-top-left-radius: 45px !important;
    border-bottom-left-radius: 45px !important;
  }

  .lg\:u-rounded-t-md {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
  }

  .lg\:u-rounded-r-md {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }

  .lg\:u-rounded-b-md {
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .lg\:u-rounded-l-md {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .lg\:u-rounded-t-lg {
    border-top-left-radius: 220px !important;
    border-top-right-radius: 220px !important;
  }

  .lg\:u-rounded-r-lg {
    border-top-right-radius: 220px !important;
    border-bottom-right-radius: 220px !important;
  }

  .lg\:u-rounded-b-lg {
    border-bottom-right-radius: 220px !important;
    border-bottom-left-radius: 220px !important;
  }

  .lg\:u-rounded-l-lg {
    border-top-left-radius: 220px !important;
    border-bottom-left-radius: 220px !important;
  }

  .lg\:u-rounded-t-half {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .lg\:u-rounded-r-half {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .lg\:u-rounded-b-half {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .lg\:u-rounded-l-half {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .lg\:u-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:u-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:u-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:u-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:u-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .lg\:u-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .lg\:u-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .lg\:u-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .lg\:u-rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .lg\:u-rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .lg\:u-rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .lg\:u-rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .lg\:u-rounded-tl-sm {
    border-top-left-radius: 45px !important;
  }

  .lg\:u-rounded-tr-sm {
    border-top-right-radius: 45px !important;
  }

  .lg\:u-rounded-br-sm {
    border-bottom-right-radius: 45px !important;
  }

  .lg\:u-rounded-bl-sm {
    border-bottom-left-radius: 45px !important;
  }

  .lg\:u-rounded-tl-md {
    border-top-left-radius: 100px !important;
  }

  .lg\:u-rounded-tr-md {
    border-top-right-radius: 100px !important;
  }

  .lg\:u-rounded-br-md {
    border-bottom-right-radius: 100px !important;
  }

  .lg\:u-rounded-bl-md {
    border-bottom-left-radius: 100px !important;
  }

  .lg\:u-rounded-tl-lg {
    border-top-left-radius: 220px !important;
  }

  .lg\:u-rounded-tr-lg {
    border-top-right-radius: 220px !important;
  }

  .lg\:u-rounded-br-lg {
    border-bottom-right-radius: 220px !important;
  }

  .lg\:u-rounded-bl-lg {
    border-bottom-left-radius: 220px !important;
  }

  .lg\:u-rounded-tl-half {
    border-top-left-radius: 50% !important;
  }

  .lg\:u-rounded-tr-half {
    border-top-right-radius: 50% !important;
  }

  .lg\:u-rounded-br-half {
    border-bottom-right-radius: 50% !important;
  }

  .lg\:u-rounded-bl-half {
    border-bottom-left-radius: 50% !important;
  }

  .lg\:u-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lg\:u-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lg\:u-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:u-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:u-border-solid {
    border-style: solid !important;
  }

  .lg\:u-border-dashed {
    border-style: dashed !important;
  }

  .lg\:u-border-dotted {
    border-style: dotted !important;
  }

  .lg\:u-border-none {
    border-style: none !important;
  }

  .lg\:u-border-0 {
    border-width: 0 !important;
  }

  .lg\:u-border-1 {
    border-width: 1px !important;
  }

  .lg\:u-border-2 {
    border-width: 2px !important;
  }

  .lg\:u-border-4 {
    border-width: 4px !important;
  }

  .lg\:u-border-6 {
    border-width: 6px !important;
  }

  .lg\:u-border-8 {
    border-width: 8px !important;
  }

  .lg\:u-border {
    border-width: 1px !important;
  }

  .lg\:u-border-t-0 {
    border-top-width: 0 !important;
  }

  .lg\:u-border-r-0 {
    border-right-width: 0 !important;
  }

  .lg\:u-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .lg\:u-border-l-0 {
    border-left-width: 0 !important;
  }

  .lg\:u-border-t-1 {
    border-top-width: 1px !important;
  }

  .lg\:u-border-r-1 {
    border-right-width: 1px !important;
  }

  .lg\:u-border-b-1 {
    border-bottom-width: 1px !important;
  }

  .lg\:u-border-l-1 {
    border-left-width: 1px !important;
  }

  .lg\:u-border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\:u-border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:u-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:u-border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:u-border-t-4 {
    border-top-width: 4px !important;
  }

  .lg\:u-border-r-4 {
    border-right-width: 4px !important;
  }

  .lg\:u-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg\:u-border-l-4 {
    border-left-width: 4px !important;
  }

  .lg\:u-border-t-6 {
    border-top-width: 6px !important;
  }

  .lg\:u-border-r-6 {
    border-right-width: 6px !important;
  }

  .lg\:u-border-b-6 {
    border-bottom-width: 6px !important;
  }

  .lg\:u-border-l-6 {
    border-left-width: 6px !important;
  }

  .lg\:u-border-t-8 {
    border-top-width: 8px !important;
  }

  .lg\:u-border-r-8 {
    border-right-width: 8px !important;
  }

  .lg\:u-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lg\:u-border-l-8 {
    border-left-width: 8px !important;
  }

  .lg\:u-border-t {
    border-top-width: 1px !important;
  }

  .lg\:u-border-r {
    border-right-width: 1px !important;
  }

  .lg\:u-border-b {
    border-bottom-width: 1px !important;
  }

  .lg\:u-border-l {
    border-left-width: 1px !important;
  }

  .lg\:focus\:u-border-0:focus {
    border-width: 0 !important;
  }

  .lg\:focus\:u-border-1:focus {
    border-width: 1px !important;
  }

  .lg\:focus\:u-border-2:focus {
    border-width: 2px !important;
  }

  .lg\:focus\:u-border-4:focus {
    border-width: 4px !important;
  }

  .lg\:focus\:u-border-6:focus {
    border-width: 6px !important;
  }

  .lg\:focus\:u-border-8:focus {
    border-width: 8px !important;
  }

  .lg\:focus\:u-border:focus {
    border-width: 1px !important;
  }

  .lg\:focus\:u-border-t-0:focus {
    border-top-width: 0 !important;
  }

  .lg\:focus\:u-border-r-0:focus {
    border-right-width: 0 !important;
  }

  .lg\:focus\:u-border-b-0:focus {
    border-bottom-width: 0 !important;
  }

  .lg\:focus\:u-border-l-0:focus {
    border-left-width: 0 !important;
  }

  .lg\:focus\:u-border-t-1:focus {
    border-top-width: 1px !important;
  }

  .lg\:focus\:u-border-r-1:focus {
    border-right-width: 1px !important;
  }

  .lg\:focus\:u-border-b-1:focus {
    border-bottom-width: 1px !important;
  }

  .lg\:focus\:u-border-l-1:focus {
    border-left-width: 1px !important;
  }

  .lg\:focus\:u-border-t-2:focus {
    border-top-width: 2px !important;
  }

  .lg\:focus\:u-border-r-2:focus {
    border-right-width: 2px !important;
  }

  .lg\:focus\:u-border-b-2:focus {
    border-bottom-width: 2px !important;
  }

  .lg\:focus\:u-border-l-2:focus {
    border-left-width: 2px !important;
  }

  .lg\:focus\:u-border-t-4:focus {
    border-top-width: 4px !important;
  }

  .lg\:focus\:u-border-r-4:focus {
    border-right-width: 4px !important;
  }

  .lg\:focus\:u-border-b-4:focus {
    border-bottom-width: 4px !important;
  }

  .lg\:focus\:u-border-l-4:focus {
    border-left-width: 4px !important;
  }

  .lg\:focus\:u-border-t-6:focus {
    border-top-width: 6px !important;
  }

  .lg\:focus\:u-border-r-6:focus {
    border-right-width: 6px !important;
  }

  .lg\:focus\:u-border-b-6:focus {
    border-bottom-width: 6px !important;
  }

  .lg\:focus\:u-border-l-6:focus {
    border-left-width: 6px !important;
  }

  .lg\:focus\:u-border-t-8:focus {
    border-top-width: 8px !important;
  }

  .lg\:focus\:u-border-r-8:focus {
    border-right-width: 8px !important;
  }

  .lg\:focus\:u-border-b-8:focus {
    border-bottom-width: 8px !important;
  }

  .lg\:focus\:u-border-l-8:focus {
    border-left-width: 8px !important;
  }

  .lg\:focus\:u-border-t:focus {
    border-top-width: 1px !important;
  }

  .lg\:focus\:u-border-r:focus {
    border-right-width: 1px !important;
  }

  .lg\:focus\:u-border-b:focus {
    border-bottom-width: 1px !important;
  }

  .lg\:focus\:u-border-l:focus {
    border-left-width: 1px !important;
  }

  .lg\:u-cursor-auto {
    cursor: auto !important;
  }

  .lg\:u-cursor-default {
    cursor: default !important;
  }

  .lg\:u-cursor-pointer {
    cursor: pointer !important;
  }

  .lg\:u-cursor-wait {
    cursor: wait !important;
  }

  .lg\:u-cursor-move {
    cursor: move !important;
  }

  .lg\:u-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lg\:u-block {
    display: block !important;
  }

  .lg\:u-inline-block {
    display: inline-block !important;
  }

  .lg\:u-inline {
    display: inline !important;
  }

  .lg\:u-table {
    display: table !important;
  }

  .lg\:u-table-row {
    display: table-row !important;
  }

  .lg\:u-table-cell {
    display: table-cell !important;
  }

  .lg\:u-hidden {
    display: none !important;
  }

  .js-is-sticky .lg\:sticky\:u-block {
    display: block !important;
  }

  .js-is-sticky .lg\:sticky\:u-inline-block {
    display: inline-block !important;
  }

  .js-is-sticky .lg\:sticky\:u-inline {
    display: inline !important;
  }

  .js-is-sticky .lg\:sticky\:u-table {
    display: table !important;
  }

  .js-is-sticky .lg\:sticky\:u-table-row {
    display: table-row !important;
  }

  .js-is-sticky .lg\:sticky\:u-table-cell {
    display: table-cell !important;
  }

  .js-is-sticky .lg\:sticky\:u-hidden {
    display: none !important;
  }

  [data-whatinput="keyboard"] .lg\:kbd-only\:u-block {
    display: block !important;
  }

  [data-whatinput="keyboard"] .lg\:kbd-only\:u-inline-block {
    display: inline-block !important;
  }

  [data-whatinput="keyboard"] .lg\:kbd-only\:u-inline {
    display: inline !important;
  }

  [data-whatinput="keyboard"] .lg\:kbd-only\:u-table {
    display: table !important;
  }

  [data-whatinput="keyboard"] .lg\:kbd-only\:u-table-row {
    display: table-row !important;
  }

  [data-whatinput="keyboard"] .lg\:kbd-only\:u-table-cell {
    display: table-cell !important;
  }

  [data-whatinput="keyboard"] .lg\:kbd-only\:u-hidden {
    display: none !important;
  }

  .lg\:u-flex {
    display: flex !important;
  }

  .lg\:u-inline-flex {
    display: inline-flex !important;
  }

  .lg\:u-flex-row {
    flex-direction: row !important;
  }

  .lg\:u-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lg\:u-flex-col {
    flex-direction: column !important;
  }

  .lg\:u-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .lg\:u-flex-wrap {
    flex-wrap: wrap !important;
  }

  .lg\:u-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lg\:u-flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .lg\:u-items-start {
    align-items: flex-start !important;
  }

  .lg\:u-items-end {
    align-items: flex-end !important;
  }

  .lg\:u-items-center {
    align-items: center !important;
  }

  .lg\:u-items-baseline {
    align-items: baseline !important;
  }

  .lg\:u-items-stretch {
    align-items: stretch !important;
  }

  .lg\:u-self-auto {
    align-self: auto !important;
  }

  .lg\:u-self-start {
    align-self: flex-start !important;
  }

  .lg\:u-self-end {
    align-self: flex-end !important;
  }

  .lg\:u-self-center {
    align-self: center !important;
  }

  .lg\:u-self-stretch {
    align-self: stretch !important;
  }

  .lg\:u-justify-start {
    justify-content: flex-start !important;
  }

  .lg\:u-justify-end {
    justify-content: flex-end !important;
  }

  .lg\:u-justify-center {
    justify-content: center !important;
  }

  .lg\:u-justify-between {
    justify-content: space-between !important;
  }

  .lg\:u-justify-around {
    justify-content: space-around !important;
  }

  .lg\:u-content-center {
    align-content: center !important;
  }

  .lg\:u-content-start {
    align-content: flex-start !important;
  }

  .lg\:u-content-end {
    align-content: flex-end !important;
  }

  .lg\:u-content-between {
    align-content: space-between !important;
  }

  .lg\:u-content-around {
    align-content: space-around !important;
  }

  .lg\:u-flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:u-flex-auto {
    flex: 1 1 auto !important;
  }

  .lg\:u-flex-initial {
    flex: 0 1 auto !important;
  }

  .lg\:u-flex-none {
    flex: none !important;
  }

  .lg\:u-flex-grow {
    flex-grow: 1 !important;
  }

  .lg\:u-flex-shrink {
    flex-shrink: 1 !important;
  }

  .lg\:u-flex-no-grow {
    flex-grow: 0 !important;
  }

  .lg\:u-flex-no-shrink {
    flex-shrink: 0 !important;
  }

  .lg\:u-float-right {
    float: right !important;
  }

  .lg\:u-float-left {
    float: left !important;
  }

  .lg\:u-float-none {
    float: none !important;
  }

  .lg\:u-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .lg\:u-font-sans {
    font-family: Open Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .lg\:u-font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
  }

  .lg\:u-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
  }

  .lg\:u-h-0 {
    height: 0 !important;
  }

  .lg\:u-h-1 {
    height: 8px !important;
  }

  .lg\:u-h-2 {
    height: 16px !important;
  }

  .lg\:u-h-3 {
    height: 24px !important;
  }

  .lg\:u-h-4 {
    height: 32px !important;
  }

  .lg\:u-h-auto {
    height: auto !important;
  }

  .lg\:u-h-full {
    height: 100% !important;
  }

  .lg\:u-h-three-thirds {
    height: 75% !important;
  }

  .lg\:u-h-half {
    height: 50% !important;
  }

  .lg\:u-h-third {
    height: 33.33% !important;
  }

  .lg\:u-h-quarter {
    height: 25% !important;
  }

  .lg\:u-h-fifth {
    height: 20% !important;
  }

  .lg\:u-h-screen {
    height: 100vh !important;
  }

  .lg\:u-h-icon {
    height: 20px !important;
  }

  .lg\:u-h-icon-lg {
    height: 35px !important;
  }

  .lg\:u-h-tapestry-separator {
    height: 100px !important;
  }

  .lg\:u-h-image-header {
    height: 427px !important;
  }

  .lg\:u-h-image-header-small {
    height: 287px !important;
  }

  .lg\:u-h-image-header-large {
    height: 570px !important;
  }

  .lg\:u-leading-none {
    line-height: 1 !important;
  }

  .lg\:u-leading-tighter {
    line-height: .9 !important;
  }

  .lg\:u-leading-tight {
    line-height: 1.25 !important;
  }

  .lg\:u-leading-normal {
    line-height: 1.5 !important;
  }

  .lg\:u-leading-loose {
    line-height: 2 !important;
  }

  .lg\:u-leading-unset {
    line-height: unset !important;
  }

  .lg\:u-m-0 {
    margin: 0 !important;
  }

  .lg\:u-m-1 {
    margin: 8px !important;
  }

  .lg\:u-m-2 {
    margin: 16px !important;
  }

  .lg\:u-m-3 {
    margin: 24px !important;
  }

  .lg\:u-m-4 {
    margin: 32px !important;
  }

  .lg\:u-m-5 {
    margin: 40px !important;
  }

  .lg\:u-m-6 {
    margin: 48px !important;
  }

  .lg\:u-m-7 {
    margin: 56px !important;
  }

  .lg\:u-m-8 {
    margin: 64px !important;
  }

  .lg\:u-m-9 {
    margin: 72px !important;
  }

  .lg\:u-m-10 {
    margin: 80px !important;
  }

  .lg\:u-m-11 {
    margin: 88px !important;
  }

  .lg\:u-m-auto {
    margin: auto !important;
  }

  .lg\:u-m-gutter {
    margin: 15px !important;
  }

  .lg\:u-m-container-gutter {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:u-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:u-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:u-my-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .lg\:u-mx-1 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .lg\:u-my-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .lg\:u-mx-2 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .lg\:u-my-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .lg\:u-mx-3 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .lg\:u-my-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .lg\:u-mx-4 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .lg\:u-my-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .lg\:u-mx-5 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .lg\:u-my-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .lg\:u-mx-6 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .lg\:u-my-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .lg\:u-mx-7 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .lg\:u-my-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .lg\:u-mx-8 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .lg\:u-my-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .lg\:u-mx-9 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .lg\:u-my-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .lg\:u-mx-10 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .lg\:u-my-11 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .lg\:u-mx-11 {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .lg\:u-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:u-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:u-my-gutter {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .lg\:u-mx-gutter {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .lg\:u-my-container-gutter {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:u-mx-container-gutter {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:u-mt-0 {
    margin-top: 0 !important;
  }

  .lg\:u-mr-0 {
    margin-right: 0 !important;
  }

  .lg\:u-mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:u-ml-0 {
    margin-left: 0 !important;
  }

  .lg\:u-mt-1 {
    margin-top: 8px !important;
  }

  .lg\:u-mr-1 {
    margin-right: 8px !important;
  }

  .lg\:u-mb-1 {
    margin-bottom: 8px !important;
  }

  .lg\:u-ml-1 {
    margin-left: 8px !important;
  }

  .lg\:u-mt-2 {
    margin-top: 16px !important;
  }

  .lg\:u-mr-2 {
    margin-right: 16px !important;
  }

  .lg\:u-mb-2 {
    margin-bottom: 16px !important;
  }

  .lg\:u-ml-2 {
    margin-left: 16px !important;
  }

  .lg\:u-mt-3 {
    margin-top: 24px !important;
  }

  .lg\:u-mr-3 {
    margin-right: 24px !important;
  }

  .lg\:u-mb-3 {
    margin-bottom: 24px !important;
  }

  .lg\:u-ml-3 {
    margin-left: 24px !important;
  }

  .lg\:u-mt-4 {
    margin-top: 32px !important;
  }

  .lg\:u-mr-4 {
    margin-right: 32px !important;
  }

  .lg\:u-mb-4 {
    margin-bottom: 32px !important;
  }

  .lg\:u-ml-4 {
    margin-left: 32px !important;
  }

  .lg\:u-mt-5 {
    margin-top: 40px !important;
  }

  .lg\:u-mr-5 {
    margin-right: 40px !important;
  }

  .lg\:u-mb-5 {
    margin-bottom: 40px !important;
  }

  .lg\:u-ml-5 {
    margin-left: 40px !important;
  }

  .lg\:u-mt-6 {
    margin-top: 48px !important;
  }

  .lg\:u-mr-6 {
    margin-right: 48px !important;
  }

  .lg\:u-mb-6 {
    margin-bottom: 48px !important;
  }

  .lg\:u-ml-6 {
    margin-left: 48px !important;
  }

  .lg\:u-mt-7 {
    margin-top: 56px !important;
  }

  .lg\:u-mr-7 {
    margin-right: 56px !important;
  }

  .lg\:u-mb-7 {
    margin-bottom: 56px !important;
  }

  .lg\:u-ml-7 {
    margin-left: 56px !important;
  }

  .lg\:u-mt-8 {
    margin-top: 64px !important;
  }

  .lg\:u-mr-8 {
    margin-right: 64px !important;
  }

  .lg\:u-mb-8 {
    margin-bottom: 64px !important;
  }

  .lg\:u-ml-8 {
    margin-left: 64px !important;
  }

  .lg\:u-mt-9 {
    margin-top: 72px !important;
  }

  .lg\:u-mr-9 {
    margin-right: 72px !important;
  }

  .lg\:u-mb-9 {
    margin-bottom: 72px !important;
  }

  .lg\:u-ml-9 {
    margin-left: 72px !important;
  }

  .lg\:u-mt-10 {
    margin-top: 80px !important;
  }

  .lg\:u-mr-10 {
    margin-right: 80px !important;
  }

  .lg\:u-mb-10 {
    margin-bottom: 80px !important;
  }

  .lg\:u-ml-10 {
    margin-left: 80px !important;
  }

  .lg\:u-mt-11 {
    margin-top: 88px !important;
  }

  .lg\:u-mr-11 {
    margin-right: 88px !important;
  }

  .lg\:u-mb-11 {
    margin-bottom: 88px !important;
  }

  .lg\:u-ml-11 {
    margin-left: 88px !important;
  }

  .lg\:u-mt-auto {
    margin-top: auto !important;
  }

  .lg\:u-mr-auto {
    margin-right: auto !important;
  }

  .lg\:u-mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:u-ml-auto {
    margin-left: auto !important;
  }

  .lg\:u-mt-gutter {
    margin-top: 15px !important;
  }

  .lg\:u-mr-gutter {
    margin-right: 15px !important;
  }

  .lg\:u-mb-gutter {
    margin-bottom: 15px !important;
  }

  .lg\:u-ml-gutter {
    margin-left: 15px !important;
  }

  .lg\:u-mt-container-gutter {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:u-mr-container-gutter {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:u-mb-container-gutter {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:u-ml-container-gutter {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:first\:u-m-0:first-child {
    margin: 0 !important;
  }

  .lg\:first\:u-m-1:first-child {
    margin: 8px !important;
  }

  .lg\:first\:u-m-2:first-child {
    margin: 16px !important;
  }

  .lg\:first\:u-m-3:first-child {
    margin: 24px !important;
  }

  .lg\:first\:u-m-4:first-child {
    margin: 32px !important;
  }

  .lg\:first\:u-m-5:first-child {
    margin: 40px !important;
  }

  .lg\:first\:u-m-6:first-child {
    margin: 48px !important;
  }

  .lg\:first\:u-m-7:first-child {
    margin: 56px !important;
  }

  .lg\:first\:u-m-8:first-child {
    margin: 64px !important;
  }

  .lg\:first\:u-m-9:first-child {
    margin: 72px !important;
  }

  .lg\:first\:u-m-10:first-child {
    margin: 80px !important;
  }

  .lg\:first\:u-m-11:first-child {
    margin: 88px !important;
  }

  .lg\:first\:u-m-auto:first-child {
    margin: auto !important;
  }

  .lg\:first\:u-m-gutter:first-child {
    margin: 15px !important;
  }

  .lg\:first\:u-m-container-gutter:first-child {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:first\:u-my-0:first-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:first\:u-mx-0:first-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:first\:u-my-1:first-child {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .lg\:first\:u-mx-1:first-child {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .lg\:first\:u-my-2:first-child {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .lg\:first\:u-mx-2:first-child {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .lg\:first\:u-my-3:first-child {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .lg\:first\:u-mx-3:first-child {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .lg\:first\:u-my-4:first-child {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .lg\:first\:u-mx-4:first-child {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .lg\:first\:u-my-5:first-child {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .lg\:first\:u-mx-5:first-child {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .lg\:first\:u-my-6:first-child {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .lg\:first\:u-mx-6:first-child {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .lg\:first\:u-my-7:first-child {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .lg\:first\:u-mx-7:first-child {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .lg\:first\:u-my-8:first-child {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .lg\:first\:u-mx-8:first-child {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .lg\:first\:u-my-9:first-child {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .lg\:first\:u-mx-9:first-child {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .lg\:first\:u-my-10:first-child {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .lg\:first\:u-mx-10:first-child {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .lg\:first\:u-my-11:first-child {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .lg\:first\:u-mx-11:first-child {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .lg\:first\:u-my-auto:first-child {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:first\:u-mx-auto:first-child {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:first\:u-my-gutter:first-child {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .lg\:first\:u-mx-gutter:first-child {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .lg\:first\:u-my-container-gutter:first-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:first\:u-mx-container-gutter:first-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:first\:u-mt-0:first-child {
    margin-top: 0 !important;
  }

  .lg\:first\:u-mr-0:first-child {
    margin-right: 0 !important;
  }

  .lg\:first\:u-mb-0:first-child {
    margin-bottom: 0 !important;
  }

  .lg\:first\:u-ml-0:first-child {
    margin-left: 0 !important;
  }

  .lg\:first\:u-mt-1:first-child {
    margin-top: 8px !important;
  }

  .lg\:first\:u-mr-1:first-child {
    margin-right: 8px !important;
  }

  .lg\:first\:u-mb-1:first-child {
    margin-bottom: 8px !important;
  }

  .lg\:first\:u-ml-1:first-child {
    margin-left: 8px !important;
  }

  .lg\:first\:u-mt-2:first-child {
    margin-top: 16px !important;
  }

  .lg\:first\:u-mr-2:first-child {
    margin-right: 16px !important;
  }

  .lg\:first\:u-mb-2:first-child {
    margin-bottom: 16px !important;
  }

  .lg\:first\:u-ml-2:first-child {
    margin-left: 16px !important;
  }

  .lg\:first\:u-mt-3:first-child {
    margin-top: 24px !important;
  }

  .lg\:first\:u-mr-3:first-child {
    margin-right: 24px !important;
  }

  .lg\:first\:u-mb-3:first-child {
    margin-bottom: 24px !important;
  }

  .lg\:first\:u-ml-3:first-child {
    margin-left: 24px !important;
  }

  .lg\:first\:u-mt-4:first-child {
    margin-top: 32px !important;
  }

  .lg\:first\:u-mr-4:first-child {
    margin-right: 32px !important;
  }

  .lg\:first\:u-mb-4:first-child {
    margin-bottom: 32px !important;
  }

  .lg\:first\:u-ml-4:first-child {
    margin-left: 32px !important;
  }

  .lg\:first\:u-mt-5:first-child {
    margin-top: 40px !important;
  }

  .lg\:first\:u-mr-5:first-child {
    margin-right: 40px !important;
  }

  .lg\:first\:u-mb-5:first-child {
    margin-bottom: 40px !important;
  }

  .lg\:first\:u-ml-5:first-child {
    margin-left: 40px !important;
  }

  .lg\:first\:u-mt-6:first-child {
    margin-top: 48px !important;
  }

  .lg\:first\:u-mr-6:first-child {
    margin-right: 48px !important;
  }

  .lg\:first\:u-mb-6:first-child {
    margin-bottom: 48px !important;
  }

  .lg\:first\:u-ml-6:first-child {
    margin-left: 48px !important;
  }

  .lg\:first\:u-mt-7:first-child {
    margin-top: 56px !important;
  }

  .lg\:first\:u-mr-7:first-child {
    margin-right: 56px !important;
  }

  .lg\:first\:u-mb-7:first-child {
    margin-bottom: 56px !important;
  }

  .lg\:first\:u-ml-7:first-child {
    margin-left: 56px !important;
  }

  .lg\:first\:u-mt-8:first-child {
    margin-top: 64px !important;
  }

  .lg\:first\:u-mr-8:first-child {
    margin-right: 64px !important;
  }

  .lg\:first\:u-mb-8:first-child {
    margin-bottom: 64px !important;
  }

  .lg\:first\:u-ml-8:first-child {
    margin-left: 64px !important;
  }

  .lg\:first\:u-mt-9:first-child {
    margin-top: 72px !important;
  }

  .lg\:first\:u-mr-9:first-child {
    margin-right: 72px !important;
  }

  .lg\:first\:u-mb-9:first-child {
    margin-bottom: 72px !important;
  }

  .lg\:first\:u-ml-9:first-child {
    margin-left: 72px !important;
  }

  .lg\:first\:u-mt-10:first-child {
    margin-top: 80px !important;
  }

  .lg\:first\:u-mr-10:first-child {
    margin-right: 80px !important;
  }

  .lg\:first\:u-mb-10:first-child {
    margin-bottom: 80px !important;
  }

  .lg\:first\:u-ml-10:first-child {
    margin-left: 80px !important;
  }

  .lg\:first\:u-mt-11:first-child {
    margin-top: 88px !important;
  }

  .lg\:first\:u-mr-11:first-child {
    margin-right: 88px !important;
  }

  .lg\:first\:u-mb-11:first-child {
    margin-bottom: 88px !important;
  }

  .lg\:first\:u-ml-11:first-child {
    margin-left: 88px !important;
  }

  .lg\:first\:u-mt-auto:first-child {
    margin-top: auto !important;
  }

  .lg\:first\:u-mr-auto:first-child {
    margin-right: auto !important;
  }

  .lg\:first\:u-mb-auto:first-child {
    margin-bottom: auto !important;
  }

  .lg\:first\:u-ml-auto:first-child {
    margin-left: auto !important;
  }

  .lg\:first\:u-mt-gutter:first-child {
    margin-top: 15px !important;
  }

  .lg\:first\:u-mr-gutter:first-child {
    margin-right: 15px !important;
  }

  .lg\:first\:u-mb-gutter:first-child {
    margin-bottom: 15px !important;
  }

  .lg\:first\:u-ml-gutter:first-child {
    margin-left: 15px !important;
  }

  .lg\:first\:u-mt-container-gutter:first-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:first\:u-mr-container-gutter:first-child {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:first\:u-mb-container-gutter:first-child {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:first\:u-ml-container-gutter:first-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:last\:u-m-0:last-child {
    margin: 0 !important;
  }

  .lg\:last\:u-m-1:last-child {
    margin: 8px !important;
  }

  .lg\:last\:u-m-2:last-child {
    margin: 16px !important;
  }

  .lg\:last\:u-m-3:last-child {
    margin: 24px !important;
  }

  .lg\:last\:u-m-4:last-child {
    margin: 32px !important;
  }

  .lg\:last\:u-m-5:last-child {
    margin: 40px !important;
  }

  .lg\:last\:u-m-6:last-child {
    margin: 48px !important;
  }

  .lg\:last\:u-m-7:last-child {
    margin: 56px !important;
  }

  .lg\:last\:u-m-8:last-child {
    margin: 64px !important;
  }

  .lg\:last\:u-m-9:last-child {
    margin: 72px !important;
  }

  .lg\:last\:u-m-10:last-child {
    margin: 80px !important;
  }

  .lg\:last\:u-m-11:last-child {
    margin: 88px !important;
  }

  .lg\:last\:u-m-auto:last-child {
    margin: auto !important;
  }

  .lg\:last\:u-m-gutter:last-child {
    margin: 15px !important;
  }

  .lg\:last\:u-m-container-gutter:last-child {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:last\:u-my-0:last-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:last\:u-mx-0:last-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:last\:u-my-1:last-child {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .lg\:last\:u-mx-1:last-child {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .lg\:last\:u-my-2:last-child {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .lg\:last\:u-mx-2:last-child {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .lg\:last\:u-my-3:last-child {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .lg\:last\:u-mx-3:last-child {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .lg\:last\:u-my-4:last-child {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .lg\:last\:u-mx-4:last-child {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .lg\:last\:u-my-5:last-child {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .lg\:last\:u-mx-5:last-child {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .lg\:last\:u-my-6:last-child {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .lg\:last\:u-mx-6:last-child {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .lg\:last\:u-my-7:last-child {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .lg\:last\:u-mx-7:last-child {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .lg\:last\:u-my-8:last-child {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .lg\:last\:u-mx-8:last-child {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .lg\:last\:u-my-9:last-child {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .lg\:last\:u-mx-9:last-child {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .lg\:last\:u-my-10:last-child {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .lg\:last\:u-mx-10:last-child {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .lg\:last\:u-my-11:last-child {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .lg\:last\:u-mx-11:last-child {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .lg\:last\:u-my-auto:last-child {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:last\:u-mx-auto:last-child {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:last\:u-my-gutter:last-child {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .lg\:last\:u-mx-gutter:last-child {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .lg\:last\:u-my-container-gutter:last-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:last\:u-mx-container-gutter:last-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:last\:u-mt-0:last-child {
    margin-top: 0 !important;
  }

  .lg\:last\:u-mr-0:last-child {
    margin-right: 0 !important;
  }

  .lg\:last\:u-mb-0:last-child {
    margin-bottom: 0 !important;
  }

  .lg\:last\:u-ml-0:last-child {
    margin-left: 0 !important;
  }

  .lg\:last\:u-mt-1:last-child {
    margin-top: 8px !important;
  }

  .lg\:last\:u-mr-1:last-child {
    margin-right: 8px !important;
  }

  .lg\:last\:u-mb-1:last-child {
    margin-bottom: 8px !important;
  }

  .lg\:last\:u-ml-1:last-child {
    margin-left: 8px !important;
  }

  .lg\:last\:u-mt-2:last-child {
    margin-top: 16px !important;
  }

  .lg\:last\:u-mr-2:last-child {
    margin-right: 16px !important;
  }

  .lg\:last\:u-mb-2:last-child {
    margin-bottom: 16px !important;
  }

  .lg\:last\:u-ml-2:last-child {
    margin-left: 16px !important;
  }

  .lg\:last\:u-mt-3:last-child {
    margin-top: 24px !important;
  }

  .lg\:last\:u-mr-3:last-child {
    margin-right: 24px !important;
  }

  .lg\:last\:u-mb-3:last-child {
    margin-bottom: 24px !important;
  }

  .lg\:last\:u-ml-3:last-child {
    margin-left: 24px !important;
  }

  .lg\:last\:u-mt-4:last-child {
    margin-top: 32px !important;
  }

  .lg\:last\:u-mr-4:last-child {
    margin-right: 32px !important;
  }

  .lg\:last\:u-mb-4:last-child {
    margin-bottom: 32px !important;
  }

  .lg\:last\:u-ml-4:last-child {
    margin-left: 32px !important;
  }

  .lg\:last\:u-mt-5:last-child {
    margin-top: 40px !important;
  }

  .lg\:last\:u-mr-5:last-child {
    margin-right: 40px !important;
  }

  .lg\:last\:u-mb-5:last-child {
    margin-bottom: 40px !important;
  }

  .lg\:last\:u-ml-5:last-child {
    margin-left: 40px !important;
  }

  .lg\:last\:u-mt-6:last-child {
    margin-top: 48px !important;
  }

  .lg\:last\:u-mr-6:last-child {
    margin-right: 48px !important;
  }

  .lg\:last\:u-mb-6:last-child {
    margin-bottom: 48px !important;
  }

  .lg\:last\:u-ml-6:last-child {
    margin-left: 48px !important;
  }

  .lg\:last\:u-mt-7:last-child {
    margin-top: 56px !important;
  }

  .lg\:last\:u-mr-7:last-child {
    margin-right: 56px !important;
  }

  .lg\:last\:u-mb-7:last-child {
    margin-bottom: 56px !important;
  }

  .lg\:last\:u-ml-7:last-child {
    margin-left: 56px !important;
  }

  .lg\:last\:u-mt-8:last-child {
    margin-top: 64px !important;
  }

  .lg\:last\:u-mr-8:last-child {
    margin-right: 64px !important;
  }

  .lg\:last\:u-mb-8:last-child {
    margin-bottom: 64px !important;
  }

  .lg\:last\:u-ml-8:last-child {
    margin-left: 64px !important;
  }

  .lg\:last\:u-mt-9:last-child {
    margin-top: 72px !important;
  }

  .lg\:last\:u-mr-9:last-child {
    margin-right: 72px !important;
  }

  .lg\:last\:u-mb-9:last-child {
    margin-bottom: 72px !important;
  }

  .lg\:last\:u-ml-9:last-child {
    margin-left: 72px !important;
  }

  .lg\:last\:u-mt-10:last-child {
    margin-top: 80px !important;
  }

  .lg\:last\:u-mr-10:last-child {
    margin-right: 80px !important;
  }

  .lg\:last\:u-mb-10:last-child {
    margin-bottom: 80px !important;
  }

  .lg\:last\:u-ml-10:last-child {
    margin-left: 80px !important;
  }

  .lg\:last\:u-mt-11:last-child {
    margin-top: 88px !important;
  }

  .lg\:last\:u-mr-11:last-child {
    margin-right: 88px !important;
  }

  .lg\:last\:u-mb-11:last-child {
    margin-bottom: 88px !important;
  }

  .lg\:last\:u-ml-11:last-child {
    margin-left: 88px !important;
  }

  .lg\:last\:u-mt-auto:last-child {
    margin-top: auto !important;
  }

  .lg\:last\:u-mr-auto:last-child {
    margin-right: auto !important;
  }

  .lg\:last\:u-mb-auto:last-child {
    margin-bottom: auto !important;
  }

  .lg\:last\:u-ml-auto:last-child {
    margin-left: auto !important;
  }

  .lg\:last\:u-mt-gutter:last-child {
    margin-top: 15px !important;
  }

  .lg\:last\:u-mr-gutter:last-child {
    margin-right: 15px !important;
  }

  .lg\:last\:u-mb-gutter:last-child {
    margin-bottom: 15px !important;
  }

  .lg\:last\:u-ml-gutter:last-child {
    margin-left: 15px !important;
  }

  .lg\:last\:u-mt-container-gutter:last-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:last\:u-mr-container-gutter:last-child {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:last\:u-mb-container-gutter:last-child {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:last\:u-ml-container-gutter:last-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-first\:u-m-0:not(:first-child) {
    margin: 0 !important;
  }

  .lg\:not-first\:u-m-1:not(:first-child) {
    margin: 8px !important;
  }

  .lg\:not-first\:u-m-2:not(:first-child) {
    margin: 16px !important;
  }

  .lg\:not-first\:u-m-3:not(:first-child) {
    margin: 24px !important;
  }

  .lg\:not-first\:u-m-4:not(:first-child) {
    margin: 32px !important;
  }

  .lg\:not-first\:u-m-5:not(:first-child) {
    margin: 40px !important;
  }

  .lg\:not-first\:u-m-6:not(:first-child) {
    margin: 48px !important;
  }

  .lg\:not-first\:u-m-7:not(:first-child) {
    margin: 56px !important;
  }

  .lg\:not-first\:u-m-8:not(:first-child) {
    margin: 64px !important;
  }

  .lg\:not-first\:u-m-9:not(:first-child) {
    margin: 72px !important;
  }

  .lg\:not-first\:u-m-10:not(:first-child) {
    margin: 80px !important;
  }

  .lg\:not-first\:u-m-11:not(:first-child) {
    margin: 88px !important;
  }

  .lg\:not-first\:u-m-auto:not(:first-child) {
    margin: auto !important;
  }

  .lg\:not-first\:u-m-gutter:not(:first-child) {
    margin: 15px !important;
  }

  .lg\:not-first\:u-m-container-gutter:not(:first-child) {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-first\:u-my-0:not(:first-child) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:not-first\:u-mx-0:not(:first-child) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:not-first\:u-my-1:not(:first-child) {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .lg\:not-first\:u-mx-1:not(:first-child) {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .lg\:not-first\:u-my-2:not(:first-child) {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .lg\:not-first\:u-mx-2:not(:first-child) {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .lg\:not-first\:u-my-3:not(:first-child) {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .lg\:not-first\:u-mx-3:not(:first-child) {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .lg\:not-first\:u-my-4:not(:first-child) {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .lg\:not-first\:u-mx-4:not(:first-child) {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .lg\:not-first\:u-my-5:not(:first-child) {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .lg\:not-first\:u-mx-5:not(:first-child) {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .lg\:not-first\:u-my-6:not(:first-child) {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .lg\:not-first\:u-mx-6:not(:first-child) {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .lg\:not-first\:u-my-7:not(:first-child) {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .lg\:not-first\:u-mx-7:not(:first-child) {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .lg\:not-first\:u-my-8:not(:first-child) {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .lg\:not-first\:u-mx-8:not(:first-child) {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .lg\:not-first\:u-my-9:not(:first-child) {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .lg\:not-first\:u-mx-9:not(:first-child) {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .lg\:not-first\:u-my-10:not(:first-child) {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .lg\:not-first\:u-mx-10:not(:first-child) {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .lg\:not-first\:u-my-11:not(:first-child) {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .lg\:not-first\:u-mx-11:not(:first-child) {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .lg\:not-first\:u-my-auto:not(:first-child) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:not-first\:u-mx-auto:not(:first-child) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:not-first\:u-my-gutter:not(:first-child) {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .lg\:not-first\:u-mx-gutter:not(:first-child) {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .lg\:not-first\:u-my-container-gutter:not(:first-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-first\:u-mx-container-gutter:not(:first-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-first\:u-mt-0:not(:first-child) {
    margin-top: 0 !important;
  }

  .lg\:not-first\:u-mr-0:not(:first-child) {
    margin-right: 0 !important;
  }

  .lg\:not-first\:u-mb-0:not(:first-child) {
    margin-bottom: 0 !important;
  }

  .lg\:not-first\:u-ml-0:not(:first-child) {
    margin-left: 0 !important;
  }

  .lg\:not-first\:u-mt-1:not(:first-child) {
    margin-top: 8px !important;
  }

  .lg\:not-first\:u-mr-1:not(:first-child) {
    margin-right: 8px !important;
  }

  .lg\:not-first\:u-mb-1:not(:first-child) {
    margin-bottom: 8px !important;
  }

  .lg\:not-first\:u-ml-1:not(:first-child) {
    margin-left: 8px !important;
  }

  .lg\:not-first\:u-mt-2:not(:first-child) {
    margin-top: 16px !important;
  }

  .lg\:not-first\:u-mr-2:not(:first-child) {
    margin-right: 16px !important;
  }

  .lg\:not-first\:u-mb-2:not(:first-child) {
    margin-bottom: 16px !important;
  }

  .lg\:not-first\:u-ml-2:not(:first-child) {
    margin-left: 16px !important;
  }

  .lg\:not-first\:u-mt-3:not(:first-child) {
    margin-top: 24px !important;
  }

  .lg\:not-first\:u-mr-3:not(:first-child) {
    margin-right: 24px !important;
  }

  .lg\:not-first\:u-mb-3:not(:first-child) {
    margin-bottom: 24px !important;
  }

  .lg\:not-first\:u-ml-3:not(:first-child) {
    margin-left: 24px !important;
  }

  .lg\:not-first\:u-mt-4:not(:first-child) {
    margin-top: 32px !important;
  }

  .lg\:not-first\:u-mr-4:not(:first-child) {
    margin-right: 32px !important;
  }

  .lg\:not-first\:u-mb-4:not(:first-child) {
    margin-bottom: 32px !important;
  }

  .lg\:not-first\:u-ml-4:not(:first-child) {
    margin-left: 32px !important;
  }

  .lg\:not-first\:u-mt-5:not(:first-child) {
    margin-top: 40px !important;
  }

  .lg\:not-first\:u-mr-5:not(:first-child) {
    margin-right: 40px !important;
  }

  .lg\:not-first\:u-mb-5:not(:first-child) {
    margin-bottom: 40px !important;
  }

  .lg\:not-first\:u-ml-5:not(:first-child) {
    margin-left: 40px !important;
  }

  .lg\:not-first\:u-mt-6:not(:first-child) {
    margin-top: 48px !important;
  }

  .lg\:not-first\:u-mr-6:not(:first-child) {
    margin-right: 48px !important;
  }

  .lg\:not-first\:u-mb-6:not(:first-child) {
    margin-bottom: 48px !important;
  }

  .lg\:not-first\:u-ml-6:not(:first-child) {
    margin-left: 48px !important;
  }

  .lg\:not-first\:u-mt-7:not(:first-child) {
    margin-top: 56px !important;
  }

  .lg\:not-first\:u-mr-7:not(:first-child) {
    margin-right: 56px !important;
  }

  .lg\:not-first\:u-mb-7:not(:first-child) {
    margin-bottom: 56px !important;
  }

  .lg\:not-first\:u-ml-7:not(:first-child) {
    margin-left: 56px !important;
  }

  .lg\:not-first\:u-mt-8:not(:first-child) {
    margin-top: 64px !important;
  }

  .lg\:not-first\:u-mr-8:not(:first-child) {
    margin-right: 64px !important;
  }

  .lg\:not-first\:u-mb-8:not(:first-child) {
    margin-bottom: 64px !important;
  }

  .lg\:not-first\:u-ml-8:not(:first-child) {
    margin-left: 64px !important;
  }

  .lg\:not-first\:u-mt-9:not(:first-child) {
    margin-top: 72px !important;
  }

  .lg\:not-first\:u-mr-9:not(:first-child) {
    margin-right: 72px !important;
  }

  .lg\:not-first\:u-mb-9:not(:first-child) {
    margin-bottom: 72px !important;
  }

  .lg\:not-first\:u-ml-9:not(:first-child) {
    margin-left: 72px !important;
  }

  .lg\:not-first\:u-mt-10:not(:first-child) {
    margin-top: 80px !important;
  }

  .lg\:not-first\:u-mr-10:not(:first-child) {
    margin-right: 80px !important;
  }

  .lg\:not-first\:u-mb-10:not(:first-child) {
    margin-bottom: 80px !important;
  }

  .lg\:not-first\:u-ml-10:not(:first-child) {
    margin-left: 80px !important;
  }

  .lg\:not-first\:u-mt-11:not(:first-child) {
    margin-top: 88px !important;
  }

  .lg\:not-first\:u-mr-11:not(:first-child) {
    margin-right: 88px !important;
  }

  .lg\:not-first\:u-mb-11:not(:first-child) {
    margin-bottom: 88px !important;
  }

  .lg\:not-first\:u-ml-11:not(:first-child) {
    margin-left: 88px !important;
  }

  .lg\:not-first\:u-mt-auto:not(:first-child) {
    margin-top: auto !important;
  }

  .lg\:not-first\:u-mr-auto:not(:first-child) {
    margin-right: auto !important;
  }

  .lg\:not-first\:u-mb-auto:not(:first-child) {
    margin-bottom: auto !important;
  }

  .lg\:not-first\:u-ml-auto:not(:first-child) {
    margin-left: auto !important;
  }

  .lg\:not-first\:u-mt-gutter:not(:first-child) {
    margin-top: 15px !important;
  }

  .lg\:not-first\:u-mr-gutter:not(:first-child) {
    margin-right: 15px !important;
  }

  .lg\:not-first\:u-mb-gutter:not(:first-child) {
    margin-bottom: 15px !important;
  }

  .lg\:not-first\:u-ml-gutter:not(:first-child) {
    margin-left: 15px !important;
  }

  .lg\:not-first\:u-mt-container-gutter:not(:first-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-first\:u-mr-container-gutter:not(:first-child) {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-first\:u-mb-container-gutter:not(:first-child) {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-first\:u-ml-container-gutter:not(:first-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-last\:u-m-0:not(:last-child) {
    margin: 0 !important;
  }

  .lg\:not-last\:u-m-1:not(:last-child) {
    margin: 8px !important;
  }

  .lg\:not-last\:u-m-2:not(:last-child) {
    margin: 16px !important;
  }

  .lg\:not-last\:u-m-3:not(:last-child) {
    margin: 24px !important;
  }

  .lg\:not-last\:u-m-4:not(:last-child) {
    margin: 32px !important;
  }

  .lg\:not-last\:u-m-5:not(:last-child) {
    margin: 40px !important;
  }

  .lg\:not-last\:u-m-6:not(:last-child) {
    margin: 48px !important;
  }

  .lg\:not-last\:u-m-7:not(:last-child) {
    margin: 56px !important;
  }

  .lg\:not-last\:u-m-8:not(:last-child) {
    margin: 64px !important;
  }

  .lg\:not-last\:u-m-9:not(:last-child) {
    margin: 72px !important;
  }

  .lg\:not-last\:u-m-10:not(:last-child) {
    margin: 80px !important;
  }

  .lg\:not-last\:u-m-11:not(:last-child) {
    margin: 88px !important;
  }

  .lg\:not-last\:u-m-auto:not(:last-child) {
    margin: auto !important;
  }

  .lg\:not-last\:u-m-gutter:not(:last-child) {
    margin: 15px !important;
  }

  .lg\:not-last\:u-m-container-gutter:not(:last-child) {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-last\:u-my-0:not(:last-child) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:not-last\:u-mx-0:not(:last-child) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:not-last\:u-my-1:not(:last-child) {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .lg\:not-last\:u-mx-1:not(:last-child) {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .lg\:not-last\:u-my-2:not(:last-child) {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .lg\:not-last\:u-mx-2:not(:last-child) {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .lg\:not-last\:u-my-3:not(:last-child) {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .lg\:not-last\:u-mx-3:not(:last-child) {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .lg\:not-last\:u-my-4:not(:last-child) {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .lg\:not-last\:u-mx-4:not(:last-child) {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .lg\:not-last\:u-my-5:not(:last-child) {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .lg\:not-last\:u-mx-5:not(:last-child) {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .lg\:not-last\:u-my-6:not(:last-child) {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .lg\:not-last\:u-mx-6:not(:last-child) {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .lg\:not-last\:u-my-7:not(:last-child) {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .lg\:not-last\:u-mx-7:not(:last-child) {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .lg\:not-last\:u-my-8:not(:last-child) {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .lg\:not-last\:u-mx-8:not(:last-child) {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .lg\:not-last\:u-my-9:not(:last-child) {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .lg\:not-last\:u-mx-9:not(:last-child) {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .lg\:not-last\:u-my-10:not(:last-child) {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .lg\:not-last\:u-mx-10:not(:last-child) {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .lg\:not-last\:u-my-11:not(:last-child) {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .lg\:not-last\:u-mx-11:not(:last-child) {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .lg\:not-last\:u-my-auto:not(:last-child) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:not-last\:u-mx-auto:not(:last-child) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:not-last\:u-my-gutter:not(:last-child) {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .lg\:not-last\:u-mx-gutter:not(:last-child) {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .lg\:not-last\:u-my-container-gutter:not(:last-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-last\:u-mx-container-gutter:not(:last-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-last\:u-mt-0:not(:last-child) {
    margin-top: 0 !important;
  }

  .lg\:not-last\:u-mr-0:not(:last-child) {
    margin-right: 0 !important;
  }

  .lg\:not-last\:u-mb-0:not(:last-child) {
    margin-bottom: 0 !important;
  }

  .lg\:not-last\:u-ml-0:not(:last-child) {
    margin-left: 0 !important;
  }

  .lg\:not-last\:u-mt-1:not(:last-child) {
    margin-top: 8px !important;
  }

  .lg\:not-last\:u-mr-1:not(:last-child) {
    margin-right: 8px !important;
  }

  .lg\:not-last\:u-mb-1:not(:last-child) {
    margin-bottom: 8px !important;
  }

  .lg\:not-last\:u-ml-1:not(:last-child) {
    margin-left: 8px !important;
  }

  .lg\:not-last\:u-mt-2:not(:last-child) {
    margin-top: 16px !important;
  }

  .lg\:not-last\:u-mr-2:not(:last-child) {
    margin-right: 16px !important;
  }

  .lg\:not-last\:u-mb-2:not(:last-child) {
    margin-bottom: 16px !important;
  }

  .lg\:not-last\:u-ml-2:not(:last-child) {
    margin-left: 16px !important;
  }

  .lg\:not-last\:u-mt-3:not(:last-child) {
    margin-top: 24px !important;
  }

  .lg\:not-last\:u-mr-3:not(:last-child) {
    margin-right: 24px !important;
  }

  .lg\:not-last\:u-mb-3:not(:last-child) {
    margin-bottom: 24px !important;
  }

  .lg\:not-last\:u-ml-3:not(:last-child) {
    margin-left: 24px !important;
  }

  .lg\:not-last\:u-mt-4:not(:last-child) {
    margin-top: 32px !important;
  }

  .lg\:not-last\:u-mr-4:not(:last-child) {
    margin-right: 32px !important;
  }

  .lg\:not-last\:u-mb-4:not(:last-child) {
    margin-bottom: 32px !important;
  }

  .lg\:not-last\:u-ml-4:not(:last-child) {
    margin-left: 32px !important;
  }

  .lg\:not-last\:u-mt-5:not(:last-child) {
    margin-top: 40px !important;
  }

  .lg\:not-last\:u-mr-5:not(:last-child) {
    margin-right: 40px !important;
  }

  .lg\:not-last\:u-mb-5:not(:last-child) {
    margin-bottom: 40px !important;
  }

  .lg\:not-last\:u-ml-5:not(:last-child) {
    margin-left: 40px !important;
  }

  .lg\:not-last\:u-mt-6:not(:last-child) {
    margin-top: 48px !important;
  }

  .lg\:not-last\:u-mr-6:not(:last-child) {
    margin-right: 48px !important;
  }

  .lg\:not-last\:u-mb-6:not(:last-child) {
    margin-bottom: 48px !important;
  }

  .lg\:not-last\:u-ml-6:not(:last-child) {
    margin-left: 48px !important;
  }

  .lg\:not-last\:u-mt-7:not(:last-child) {
    margin-top: 56px !important;
  }

  .lg\:not-last\:u-mr-7:not(:last-child) {
    margin-right: 56px !important;
  }

  .lg\:not-last\:u-mb-7:not(:last-child) {
    margin-bottom: 56px !important;
  }

  .lg\:not-last\:u-ml-7:not(:last-child) {
    margin-left: 56px !important;
  }

  .lg\:not-last\:u-mt-8:not(:last-child) {
    margin-top: 64px !important;
  }

  .lg\:not-last\:u-mr-8:not(:last-child) {
    margin-right: 64px !important;
  }

  .lg\:not-last\:u-mb-8:not(:last-child) {
    margin-bottom: 64px !important;
  }

  .lg\:not-last\:u-ml-8:not(:last-child) {
    margin-left: 64px !important;
  }

  .lg\:not-last\:u-mt-9:not(:last-child) {
    margin-top: 72px !important;
  }

  .lg\:not-last\:u-mr-9:not(:last-child) {
    margin-right: 72px !important;
  }

  .lg\:not-last\:u-mb-9:not(:last-child) {
    margin-bottom: 72px !important;
  }

  .lg\:not-last\:u-ml-9:not(:last-child) {
    margin-left: 72px !important;
  }

  .lg\:not-last\:u-mt-10:not(:last-child) {
    margin-top: 80px !important;
  }

  .lg\:not-last\:u-mr-10:not(:last-child) {
    margin-right: 80px !important;
  }

  .lg\:not-last\:u-mb-10:not(:last-child) {
    margin-bottom: 80px !important;
  }

  .lg\:not-last\:u-ml-10:not(:last-child) {
    margin-left: 80px !important;
  }

  .lg\:not-last\:u-mt-11:not(:last-child) {
    margin-top: 88px !important;
  }

  .lg\:not-last\:u-mr-11:not(:last-child) {
    margin-right: 88px !important;
  }

  .lg\:not-last\:u-mb-11:not(:last-child) {
    margin-bottom: 88px !important;
  }

  .lg\:not-last\:u-ml-11:not(:last-child) {
    margin-left: 88px !important;
  }

  .lg\:not-last\:u-mt-auto:not(:last-child) {
    margin-top: auto !important;
  }

  .lg\:not-last\:u-mr-auto:not(:last-child) {
    margin-right: auto !important;
  }

  .lg\:not-last\:u-mb-auto:not(:last-child) {
    margin-bottom: auto !important;
  }

  .lg\:not-last\:u-ml-auto:not(:last-child) {
    margin-left: auto !important;
  }

  .lg\:not-last\:u-mt-gutter:not(:last-child) {
    margin-top: 15px !important;
  }

  .lg\:not-last\:u-mr-gutter:not(:last-child) {
    margin-right: 15px !important;
  }

  .lg\:not-last\:u-mb-gutter:not(:last-child) {
    margin-bottom: 15px !important;
  }

  .lg\:not-last\:u-ml-gutter:not(:last-child) {
    margin-left: 15px !important;
  }

  .lg\:not-last\:u-mt-container-gutter:not(:last-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-last\:u-mr-container-gutter:not(:last-child) {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-last\:u-mb-container-gutter:not(:last-child) {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-last\:u-ml-container-gutter:not(:last-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:u-max-h-0 {
    max-height: 0 !important;
  }

  .lg\:u-max-h-full {
    max-height: 100% !important;
  }

  .lg\:u-max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:u-max-h-logo {
    max-height: 60px !important;
  }

  .lg\:u-max-w-0 {
    max-width: 0 !important;
  }

  .lg\:u-max-w-1100 {
    max-width: 1100px !important;
  }

  .lg\:u-max-w-1920 {
    max-width: 1920px !important;
  }

  .lg\:u-max-w-1\/2 {
    max-width: 50% !important;
  }

  .lg\:u-max-w-1\/3 {
    max-width: 33.33333% !important;
  }

  .lg\:u-max-w-2\/3 {
    max-width: 66.66667% !important;
  }

  .lg\:u-max-w-1\/4 {
    max-width: 25% !important;
  }

  .lg\:u-max-w-3\/4 {
    max-width: 75% !important;
  }

  .lg\:u-max-w-full {
    max-width: 100% !important;
  }

  .lg\:u-max-w-screen {
    max-width: 100vw !important;
  }

  .lg\:u-max-w-measure {
    max-width: 66ch !important;
  }

  .lg\:u-max-w-measure-lg {
    max-width: 90ch !important;
  }

  .lg\:u-max-w-measure-sm {
    max-width: 40ch !important;
  }

  .lg\:u-max-w-logo {
    max-width: 100px !important;
  }

  .lg\:u-max-w-statistic {
    max-width: 212px !important;
  }

  .lg\:u-min-h-0 {
    min-height: 0 !important;
  }

  .lg\:u-min-h-full {
    min-height: 100% !important;
  }

  .lg\:u-min-h-screen {
    min-height: 100vh !important;
  }

  .lg\:u-min-h-statistic {
    min-height: 200px !important;
  }

  .lg\:u-min-h-image-header-large {
    min-height: 570px !important;
  }

  .lg\:u-min-w-0 {
    min-width: 0 !important;
  }

  .lg\:u-min-w-1 {
    min-width: 8px !important;
  }

  .lg\:u-min-w-2 {
    min-width: 16px !important;
  }

  .lg\:u-min-w-3 {
    min-width: 24px !important;
  }

  .lg\:u-min-w-4 {
    min-width: 32px !important;
  }

  .lg\:u-min-w-1\/3 {
    min-width: 33.33333% !important;
  }

  .lg\:u-min-w-full {
    min-width: 100% !important;
  }

  .lg\:u--m-1 {
    margin: -8px !important;
  }

  .lg\:u--m-2 {
    margin: -16px !important;
  }

  .lg\:u--m-3 {
    margin: -24px !important;
  }

  .lg\:u--m-4 {
    margin: -32px !important;
  }

  .lg\:u--m-5 {
    margin: -40px !important;
  }

  .lg\:u--m-6 {
    margin: -48px !important;
  }

  .lg\:u--m-7 {
    margin: -56px !important;
  }

  .lg\:u--m-8 {
    margin: -64px !important;
  }

  .lg\:u--m-9 {
    margin: -72px !important;
  }

  .lg\:u--m-10 {
    margin: -80px !important;
  }

  .lg\:u--m-11 {
    margin: -88px !important;
  }

  .lg\:u--m-gutter {
    margin: -15px !important;
  }

  .lg\:u--my-1 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .lg\:u--mx-1 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .lg\:u--my-2 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .lg\:u--mx-2 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .lg\:u--my-3 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .lg\:u--mx-3 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .lg\:u--my-4 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .lg\:u--mx-4 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .lg\:u--my-5 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .lg\:u--mx-5 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .lg\:u--my-6 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .lg\:u--mx-6 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .lg\:u--my-7 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .lg\:u--mx-7 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }

  .lg\:u--my-8 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .lg\:u--mx-8 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .lg\:u--my-9 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .lg\:u--mx-9 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .lg\:u--my-10 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .lg\:u--mx-10 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .lg\:u--my-11 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }

  .lg\:u--mx-11 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }

  .lg\:u--my-gutter {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .lg\:u--mx-gutter {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .lg\:u--mt-1 {
    margin-top: -8px !important;
  }

  .lg\:u--mr-1 {
    margin-right: -8px !important;
  }

  .lg\:u--mb-1 {
    margin-bottom: -8px !important;
  }

  .lg\:u--ml-1 {
    margin-left: -8px !important;
  }

  .lg\:u--mt-2 {
    margin-top: -16px !important;
  }

  .lg\:u--mr-2 {
    margin-right: -16px !important;
  }

  .lg\:u--mb-2 {
    margin-bottom: -16px !important;
  }

  .lg\:u--ml-2 {
    margin-left: -16px !important;
  }

  .lg\:u--mt-3 {
    margin-top: -24px !important;
  }

  .lg\:u--mr-3 {
    margin-right: -24px !important;
  }

  .lg\:u--mb-3 {
    margin-bottom: -24px !important;
  }

  .lg\:u--ml-3 {
    margin-left: -24px !important;
  }

  .lg\:u--mt-4 {
    margin-top: -32px !important;
  }

  .lg\:u--mr-4 {
    margin-right: -32px !important;
  }

  .lg\:u--mb-4 {
    margin-bottom: -32px !important;
  }

  .lg\:u--ml-4 {
    margin-left: -32px !important;
  }

  .lg\:u--mt-5 {
    margin-top: -40px !important;
  }

  .lg\:u--mr-5 {
    margin-right: -40px !important;
  }

  .lg\:u--mb-5 {
    margin-bottom: -40px !important;
  }

  .lg\:u--ml-5 {
    margin-left: -40px !important;
  }

  .lg\:u--mt-6 {
    margin-top: -48px !important;
  }

  .lg\:u--mr-6 {
    margin-right: -48px !important;
  }

  .lg\:u--mb-6 {
    margin-bottom: -48px !important;
  }

  .lg\:u--ml-6 {
    margin-left: -48px !important;
  }

  .lg\:u--mt-7 {
    margin-top: -56px !important;
  }

  .lg\:u--mr-7 {
    margin-right: -56px !important;
  }

  .lg\:u--mb-7 {
    margin-bottom: -56px !important;
  }

  .lg\:u--ml-7 {
    margin-left: -56px !important;
  }

  .lg\:u--mt-8 {
    margin-top: -64px !important;
  }

  .lg\:u--mr-8 {
    margin-right: -64px !important;
  }

  .lg\:u--mb-8 {
    margin-bottom: -64px !important;
  }

  .lg\:u--ml-8 {
    margin-left: -64px !important;
  }

  .lg\:u--mt-9 {
    margin-top: -72px !important;
  }

  .lg\:u--mr-9 {
    margin-right: -72px !important;
  }

  .lg\:u--mb-9 {
    margin-bottom: -72px !important;
  }

  .lg\:u--ml-9 {
    margin-left: -72px !important;
  }

  .lg\:u--mt-10 {
    margin-top: -80px !important;
  }

  .lg\:u--mr-10 {
    margin-right: -80px !important;
  }

  .lg\:u--mb-10 {
    margin-bottom: -80px !important;
  }

  .lg\:u--ml-10 {
    margin-left: -80px !important;
  }

  .lg\:u--mt-11 {
    margin-top: -88px !important;
  }

  .lg\:u--mr-11 {
    margin-right: -88px !important;
  }

  .lg\:u--mb-11 {
    margin-bottom: -88px !important;
  }

  .lg\:u--ml-11 {
    margin-left: -88px !important;
  }

  .lg\:u--mt-gutter {
    margin-top: -15px !important;
  }

  .lg\:u--mr-gutter {
    margin-right: -15px !important;
  }

  .lg\:u--mb-gutter {
    margin-bottom: -15px !important;
  }

  .lg\:u--ml-gutter {
    margin-left: -15px !important;
  }

  .lg\:u-opacity-0 {
    opacity: .000001 !important;
  }

  .lg\:u-opacity-15 {
    opacity: .15 !important;
  }

  .lg\:u-opacity-25 {
    opacity: .25 !important;
  }

  .lg\:u-opacity-50 {
    opacity: .5 !important;
  }

  .lg\:u-opacity-75 {
    opacity: .75 !important;
  }

  .lg\:u-opacity-90 {
    opacity: .9 !important;
  }

  .lg\:u-opacity-100 {
    opacity: 1 !important;
  }

  .lg\:hocus\:u-opacity-0:hover,
  .lg\:hocus\:u-opacity-0:focus {
    opacity: .000001 !important;
  }

  .lg\:hocus\:u-opacity-15:hover,
  .lg\:hocus\:u-opacity-15:focus {
    opacity: .15 !important;
  }

  .lg\:hocus\:u-opacity-25:hover,
  .lg\:hocus\:u-opacity-25:focus {
    opacity: .25 !important;
  }

  .lg\:hocus\:u-opacity-50:hover,
  .lg\:hocus\:u-opacity-50:focus {
    opacity: .5 !important;
  }

  .lg\:hocus\:u-opacity-75:hover,
  .lg\:hocus\:u-opacity-75:focus {
    opacity: .75 !important;
  }

  .lg\:hocus\:u-opacity-90:hover,
  .lg\:hocus\:u-opacity-90:focus {
    opacity: .9 !important;
  }

  .lg\:hocus\:u-opacity-100:hover,
  .lg\:hocus\:u-opacity-100:focus {
    opacity: 1 !important;
  }

  .lg\:focus-within\:u-opacity-0:focus-within {
    opacity: .000001 !important;
  }

  .lg\:focus-within\:u-opacity-15:focus-within {
    opacity: .15 !important;
  }

  .lg\:focus-within\:u-opacity-25:focus-within {
    opacity: .25 !important;
  }

  .lg\:focus-within\:u-opacity-50:focus-within {
    opacity: .5 !important;
  }

  .lg\:focus-within\:u-opacity-75:focus-within {
    opacity: .75 !important;
  }

  .lg\:focus-within\:u-opacity-90:focus-within {
    opacity: .9 !important;
  }

  .lg\:focus-within\:u-opacity-100:focus-within {
    opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:u-opacity-0 {
    opacity: .000001 !important;
  }

  .group:hover .lg\:group-hover\:u-opacity-15 {
    opacity: .15 !important;
  }

  .group:hover .lg\:group-hover\:u-opacity-25 {
    opacity: .25 !important;
  }

  .group:hover .lg\:group-hover\:u-opacity-50 {
    opacity: .5 !important;
  }

  .group:hover .lg\:group-hover\:u-opacity-75 {
    opacity: .75 !important;
  }

  .group:hover .lg\:group-hover\:u-opacity-90 {
    opacity: .9 !important;
  }

  .group:hover .lg\:group-hover\:u-opacity-100 {
    opacity: 1 !important;
  }

  .lg\:u-overflow-auto {
    overflow: auto !important;
  }

  .lg\:u-overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:u-overflow-visible {
    overflow: visible !important;
  }

  .lg\:u-overflow-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling:touch;
  }

  .lg\:u-overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg\:u-overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg\:u-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg\:u-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg\:u-overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg\:u-overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:u-overflow-x-scroll {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling:touch;
  }

  .lg\:u-overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling:touch;
  }

  .lg\:u-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\:u-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .lg\:u-p-0 {
    padding: 0 !important;
  }

  .lg\:u-p-1 {
    padding: 8px !important;
  }

  .lg\:u-p-2 {
    padding: 16px !important;
  }

  .lg\:u-p-3 {
    padding: 24px !important;
  }

  .lg\:u-p-4 {
    padding: 32px !important;
  }

  .lg\:u-p-5 {
    padding: 40px !important;
  }

  .lg\:u-p-6 {
    padding: 48px !important;
  }

  .lg\:u-p-7 {
    padding: 56px !important;
  }

  .lg\:u-p-8 {
    padding: 64px !important;
  }

  .lg\:u-p-9 {
    padding: 72px !important;
  }

  .lg\:u-p-10 {
    padding: 80px !important;
  }

  .lg\:u-p-16 {
    padding: 128px !important;
  }

  .lg\:u-p-gutter {
    padding: 15px !important;
  }

  .lg\:u-p-container-gutter {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:u-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:u-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:u-py-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .lg\:u-px-1 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .lg\:u-py-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .lg\:u-px-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .lg\:u-py-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .lg\:u-px-3 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .lg\:u-py-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .lg\:u-px-4 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .lg\:u-py-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .lg\:u-px-5 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .lg\:u-py-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .lg\:u-px-6 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .lg\:u-py-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .lg\:u-px-7 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .lg\:u-py-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .lg\:u-px-8 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .lg\:u-py-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .lg\:u-px-9 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .lg\:u-py-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .lg\:u-px-10 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .lg\:u-py-16 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .lg\:u-px-16 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .lg\:u-py-gutter {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .lg\:u-px-gutter {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .lg\:u-py-container-gutter {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:u-px-container-gutter {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:u-pt-0 {
    padding-top: 0 !important;
  }

  .lg\:u-pr-0 {
    padding-right: 0 !important;
  }

  .lg\:u-pb-0 {
    padding-bottom: 0 !important;
  }

  .lg\:u-pl-0 {
    padding-left: 0 !important;
  }

  .lg\:u-pt-1 {
    padding-top: 8px !important;
  }

  .lg\:u-pr-1 {
    padding-right: 8px !important;
  }

  .lg\:u-pb-1 {
    padding-bottom: 8px !important;
  }

  .lg\:u-pl-1 {
    padding-left: 8px !important;
  }

  .lg\:u-pt-2 {
    padding-top: 16px !important;
  }

  .lg\:u-pr-2 {
    padding-right: 16px !important;
  }

  .lg\:u-pb-2 {
    padding-bottom: 16px !important;
  }

  .lg\:u-pl-2 {
    padding-left: 16px !important;
  }

  .lg\:u-pt-3 {
    padding-top: 24px !important;
  }

  .lg\:u-pr-3 {
    padding-right: 24px !important;
  }

  .lg\:u-pb-3 {
    padding-bottom: 24px !important;
  }

  .lg\:u-pl-3 {
    padding-left: 24px !important;
  }

  .lg\:u-pt-4 {
    padding-top: 32px !important;
  }

  .lg\:u-pr-4 {
    padding-right: 32px !important;
  }

  .lg\:u-pb-4 {
    padding-bottom: 32px !important;
  }

  .lg\:u-pl-4 {
    padding-left: 32px !important;
  }

  .lg\:u-pt-5 {
    padding-top: 40px !important;
  }

  .lg\:u-pr-5 {
    padding-right: 40px !important;
  }

  .lg\:u-pb-5 {
    padding-bottom: 40px !important;
  }

  .lg\:u-pl-5 {
    padding-left: 40px !important;
  }

  .lg\:u-pt-6 {
    padding-top: 48px !important;
  }

  .lg\:u-pr-6 {
    padding-right: 48px !important;
  }

  .lg\:u-pb-6 {
    padding-bottom: 48px !important;
  }

  .lg\:u-pl-6 {
    padding-left: 48px !important;
  }

  .lg\:u-pt-7 {
    padding-top: 56px !important;
  }

  .lg\:u-pr-7 {
    padding-right: 56px !important;
  }

  .lg\:u-pb-7 {
    padding-bottom: 56px !important;
  }

  .lg\:u-pl-7 {
    padding-left: 56px !important;
  }

  .lg\:u-pt-8 {
    padding-top: 64px !important;
  }

  .lg\:u-pr-8 {
    padding-right: 64px !important;
  }

  .lg\:u-pb-8 {
    padding-bottom: 64px !important;
  }

  .lg\:u-pl-8 {
    padding-left: 64px !important;
  }

  .lg\:u-pt-9 {
    padding-top: 72px !important;
  }

  .lg\:u-pr-9 {
    padding-right: 72px !important;
  }

  .lg\:u-pb-9 {
    padding-bottom: 72px !important;
  }

  .lg\:u-pl-9 {
    padding-left: 72px !important;
  }

  .lg\:u-pt-10 {
    padding-top: 80px !important;
  }

  .lg\:u-pr-10 {
    padding-right: 80px !important;
  }

  .lg\:u-pb-10 {
    padding-bottom: 80px !important;
  }

  .lg\:u-pl-10 {
    padding-left: 80px !important;
  }

  .lg\:u-pt-16 {
    padding-top: 128px !important;
  }

  .lg\:u-pr-16 {
    padding-right: 128px !important;
  }

  .lg\:u-pb-16 {
    padding-bottom: 128px !important;
  }

  .lg\:u-pl-16 {
    padding-left: 128px !important;
  }

  .lg\:u-pt-gutter {
    padding-top: 15px !important;
  }

  .lg\:u-pr-gutter {
    padding-right: 15px !important;
  }

  .lg\:u-pb-gutter {
    padding-bottom: 15px !important;
  }

  .lg\:u-pl-gutter {
    padding-left: 15px !important;
  }

  .lg\:u-pt-container-gutter {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:u-pr-container-gutter {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:u-pb-container-gutter {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:u-pl-container-gutter {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:first\:u-p-0:first-child {
    padding: 0 !important;
  }

  .lg\:first\:u-p-1:first-child {
    padding: 8px !important;
  }

  .lg\:first\:u-p-2:first-child {
    padding: 16px !important;
  }

  .lg\:first\:u-p-3:first-child {
    padding: 24px !important;
  }

  .lg\:first\:u-p-4:first-child {
    padding: 32px !important;
  }

  .lg\:first\:u-p-5:first-child {
    padding: 40px !important;
  }

  .lg\:first\:u-p-6:first-child {
    padding: 48px !important;
  }

  .lg\:first\:u-p-7:first-child {
    padding: 56px !important;
  }

  .lg\:first\:u-p-8:first-child {
    padding: 64px !important;
  }

  .lg\:first\:u-p-9:first-child {
    padding: 72px !important;
  }

  .lg\:first\:u-p-10:first-child {
    padding: 80px !important;
  }

  .lg\:first\:u-p-16:first-child {
    padding: 128px !important;
  }

  .lg\:first\:u-p-gutter:first-child {
    padding: 15px !important;
  }

  .lg\:first\:u-p-container-gutter:first-child {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:first\:u-py-0:first-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:first\:u-px-0:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:first\:u-py-1:first-child {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .lg\:first\:u-px-1:first-child {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .lg\:first\:u-py-2:first-child {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .lg\:first\:u-px-2:first-child {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .lg\:first\:u-py-3:first-child {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .lg\:first\:u-px-3:first-child {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .lg\:first\:u-py-4:first-child {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .lg\:first\:u-px-4:first-child {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .lg\:first\:u-py-5:first-child {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .lg\:first\:u-px-5:first-child {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .lg\:first\:u-py-6:first-child {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .lg\:first\:u-px-6:first-child {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .lg\:first\:u-py-7:first-child {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .lg\:first\:u-px-7:first-child {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .lg\:first\:u-py-8:first-child {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .lg\:first\:u-px-8:first-child {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .lg\:first\:u-py-9:first-child {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .lg\:first\:u-px-9:first-child {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .lg\:first\:u-py-10:first-child {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .lg\:first\:u-px-10:first-child {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .lg\:first\:u-py-16:first-child {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .lg\:first\:u-px-16:first-child {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .lg\:first\:u-py-gutter:first-child {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .lg\:first\:u-px-gutter:first-child {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .lg\:first\:u-py-container-gutter:first-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:first\:u-px-container-gutter:first-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:first\:u-pt-0:first-child {
    padding-top: 0 !important;
  }

  .lg\:first\:u-pr-0:first-child {
    padding-right: 0 !important;
  }

  .lg\:first\:u-pb-0:first-child {
    padding-bottom: 0 !important;
  }

  .lg\:first\:u-pl-0:first-child {
    padding-left: 0 !important;
  }

  .lg\:first\:u-pt-1:first-child {
    padding-top: 8px !important;
  }

  .lg\:first\:u-pr-1:first-child {
    padding-right: 8px !important;
  }

  .lg\:first\:u-pb-1:first-child {
    padding-bottom: 8px !important;
  }

  .lg\:first\:u-pl-1:first-child {
    padding-left: 8px !important;
  }

  .lg\:first\:u-pt-2:first-child {
    padding-top: 16px !important;
  }

  .lg\:first\:u-pr-2:first-child {
    padding-right: 16px !important;
  }

  .lg\:first\:u-pb-2:first-child {
    padding-bottom: 16px !important;
  }

  .lg\:first\:u-pl-2:first-child {
    padding-left: 16px !important;
  }

  .lg\:first\:u-pt-3:first-child {
    padding-top: 24px !important;
  }

  .lg\:first\:u-pr-3:first-child {
    padding-right: 24px !important;
  }

  .lg\:first\:u-pb-3:first-child {
    padding-bottom: 24px !important;
  }

  .lg\:first\:u-pl-3:first-child {
    padding-left: 24px !important;
  }

  .lg\:first\:u-pt-4:first-child {
    padding-top: 32px !important;
  }

  .lg\:first\:u-pr-4:first-child {
    padding-right: 32px !important;
  }

  .lg\:first\:u-pb-4:first-child {
    padding-bottom: 32px !important;
  }

  .lg\:first\:u-pl-4:first-child {
    padding-left: 32px !important;
  }

  .lg\:first\:u-pt-5:first-child {
    padding-top: 40px !important;
  }

  .lg\:first\:u-pr-5:first-child {
    padding-right: 40px !important;
  }

  .lg\:first\:u-pb-5:first-child {
    padding-bottom: 40px !important;
  }

  .lg\:first\:u-pl-5:first-child {
    padding-left: 40px !important;
  }

  .lg\:first\:u-pt-6:first-child {
    padding-top: 48px !important;
  }

  .lg\:first\:u-pr-6:first-child {
    padding-right: 48px !important;
  }

  .lg\:first\:u-pb-6:first-child {
    padding-bottom: 48px !important;
  }

  .lg\:first\:u-pl-6:first-child {
    padding-left: 48px !important;
  }

  .lg\:first\:u-pt-7:first-child {
    padding-top: 56px !important;
  }

  .lg\:first\:u-pr-7:first-child {
    padding-right: 56px !important;
  }

  .lg\:first\:u-pb-7:first-child {
    padding-bottom: 56px !important;
  }

  .lg\:first\:u-pl-7:first-child {
    padding-left: 56px !important;
  }

  .lg\:first\:u-pt-8:first-child {
    padding-top: 64px !important;
  }

  .lg\:first\:u-pr-8:first-child {
    padding-right: 64px !important;
  }

  .lg\:first\:u-pb-8:first-child {
    padding-bottom: 64px !important;
  }

  .lg\:first\:u-pl-8:first-child {
    padding-left: 64px !important;
  }

  .lg\:first\:u-pt-9:first-child {
    padding-top: 72px !important;
  }

  .lg\:first\:u-pr-9:first-child {
    padding-right: 72px !important;
  }

  .lg\:first\:u-pb-9:first-child {
    padding-bottom: 72px !important;
  }

  .lg\:first\:u-pl-9:first-child {
    padding-left: 72px !important;
  }

  .lg\:first\:u-pt-10:first-child {
    padding-top: 80px !important;
  }

  .lg\:first\:u-pr-10:first-child {
    padding-right: 80px !important;
  }

  .lg\:first\:u-pb-10:first-child {
    padding-bottom: 80px !important;
  }

  .lg\:first\:u-pl-10:first-child {
    padding-left: 80px !important;
  }

  .lg\:first\:u-pt-16:first-child {
    padding-top: 128px !important;
  }

  .lg\:first\:u-pr-16:first-child {
    padding-right: 128px !important;
  }

  .lg\:first\:u-pb-16:first-child {
    padding-bottom: 128px !important;
  }

  .lg\:first\:u-pl-16:first-child {
    padding-left: 128px !important;
  }

  .lg\:first\:u-pt-gutter:first-child {
    padding-top: 15px !important;
  }

  .lg\:first\:u-pr-gutter:first-child {
    padding-right: 15px !important;
  }

  .lg\:first\:u-pb-gutter:first-child {
    padding-bottom: 15px !important;
  }

  .lg\:first\:u-pl-gutter:first-child {
    padding-left: 15px !important;
  }

  .lg\:first\:u-pt-container-gutter:first-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:first\:u-pr-container-gutter:first-child {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:first\:u-pb-container-gutter:first-child {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:first\:u-pl-container-gutter:first-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:last\:u-p-0:last-child {
    padding: 0 !important;
  }

  .lg\:last\:u-p-1:last-child {
    padding: 8px !important;
  }

  .lg\:last\:u-p-2:last-child {
    padding: 16px !important;
  }

  .lg\:last\:u-p-3:last-child {
    padding: 24px !important;
  }

  .lg\:last\:u-p-4:last-child {
    padding: 32px !important;
  }

  .lg\:last\:u-p-5:last-child {
    padding: 40px !important;
  }

  .lg\:last\:u-p-6:last-child {
    padding: 48px !important;
  }

  .lg\:last\:u-p-7:last-child {
    padding: 56px !important;
  }

  .lg\:last\:u-p-8:last-child {
    padding: 64px !important;
  }

  .lg\:last\:u-p-9:last-child {
    padding: 72px !important;
  }

  .lg\:last\:u-p-10:last-child {
    padding: 80px !important;
  }

  .lg\:last\:u-p-16:last-child {
    padding: 128px !important;
  }

  .lg\:last\:u-p-gutter:last-child {
    padding: 15px !important;
  }

  .lg\:last\:u-p-container-gutter:last-child {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:last\:u-py-0:last-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:last\:u-px-0:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:last\:u-py-1:last-child {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .lg\:last\:u-px-1:last-child {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .lg\:last\:u-py-2:last-child {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .lg\:last\:u-px-2:last-child {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .lg\:last\:u-py-3:last-child {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .lg\:last\:u-px-3:last-child {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .lg\:last\:u-py-4:last-child {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .lg\:last\:u-px-4:last-child {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .lg\:last\:u-py-5:last-child {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .lg\:last\:u-px-5:last-child {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .lg\:last\:u-py-6:last-child {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .lg\:last\:u-px-6:last-child {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .lg\:last\:u-py-7:last-child {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .lg\:last\:u-px-7:last-child {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .lg\:last\:u-py-8:last-child {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .lg\:last\:u-px-8:last-child {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .lg\:last\:u-py-9:last-child {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .lg\:last\:u-px-9:last-child {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .lg\:last\:u-py-10:last-child {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .lg\:last\:u-px-10:last-child {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .lg\:last\:u-py-16:last-child {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .lg\:last\:u-px-16:last-child {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .lg\:last\:u-py-gutter:last-child {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .lg\:last\:u-px-gutter:last-child {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .lg\:last\:u-py-container-gutter:last-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:last\:u-px-container-gutter:last-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:last\:u-pt-0:last-child {
    padding-top: 0 !important;
  }

  .lg\:last\:u-pr-0:last-child {
    padding-right: 0 !important;
  }

  .lg\:last\:u-pb-0:last-child {
    padding-bottom: 0 !important;
  }

  .lg\:last\:u-pl-0:last-child {
    padding-left: 0 !important;
  }

  .lg\:last\:u-pt-1:last-child {
    padding-top: 8px !important;
  }

  .lg\:last\:u-pr-1:last-child {
    padding-right: 8px !important;
  }

  .lg\:last\:u-pb-1:last-child {
    padding-bottom: 8px !important;
  }

  .lg\:last\:u-pl-1:last-child {
    padding-left: 8px !important;
  }

  .lg\:last\:u-pt-2:last-child {
    padding-top: 16px !important;
  }

  .lg\:last\:u-pr-2:last-child {
    padding-right: 16px !important;
  }

  .lg\:last\:u-pb-2:last-child {
    padding-bottom: 16px !important;
  }

  .lg\:last\:u-pl-2:last-child {
    padding-left: 16px !important;
  }

  .lg\:last\:u-pt-3:last-child {
    padding-top: 24px !important;
  }

  .lg\:last\:u-pr-3:last-child {
    padding-right: 24px !important;
  }

  .lg\:last\:u-pb-3:last-child {
    padding-bottom: 24px !important;
  }

  .lg\:last\:u-pl-3:last-child {
    padding-left: 24px !important;
  }

  .lg\:last\:u-pt-4:last-child {
    padding-top: 32px !important;
  }

  .lg\:last\:u-pr-4:last-child {
    padding-right: 32px !important;
  }

  .lg\:last\:u-pb-4:last-child {
    padding-bottom: 32px !important;
  }

  .lg\:last\:u-pl-4:last-child {
    padding-left: 32px !important;
  }

  .lg\:last\:u-pt-5:last-child {
    padding-top: 40px !important;
  }

  .lg\:last\:u-pr-5:last-child {
    padding-right: 40px !important;
  }

  .lg\:last\:u-pb-5:last-child {
    padding-bottom: 40px !important;
  }

  .lg\:last\:u-pl-5:last-child {
    padding-left: 40px !important;
  }

  .lg\:last\:u-pt-6:last-child {
    padding-top: 48px !important;
  }

  .lg\:last\:u-pr-6:last-child {
    padding-right: 48px !important;
  }

  .lg\:last\:u-pb-6:last-child {
    padding-bottom: 48px !important;
  }

  .lg\:last\:u-pl-6:last-child {
    padding-left: 48px !important;
  }

  .lg\:last\:u-pt-7:last-child {
    padding-top: 56px !important;
  }

  .lg\:last\:u-pr-7:last-child {
    padding-right: 56px !important;
  }

  .lg\:last\:u-pb-7:last-child {
    padding-bottom: 56px !important;
  }

  .lg\:last\:u-pl-7:last-child {
    padding-left: 56px !important;
  }

  .lg\:last\:u-pt-8:last-child {
    padding-top: 64px !important;
  }

  .lg\:last\:u-pr-8:last-child {
    padding-right: 64px !important;
  }

  .lg\:last\:u-pb-8:last-child {
    padding-bottom: 64px !important;
  }

  .lg\:last\:u-pl-8:last-child {
    padding-left: 64px !important;
  }

  .lg\:last\:u-pt-9:last-child {
    padding-top: 72px !important;
  }

  .lg\:last\:u-pr-9:last-child {
    padding-right: 72px !important;
  }

  .lg\:last\:u-pb-9:last-child {
    padding-bottom: 72px !important;
  }

  .lg\:last\:u-pl-9:last-child {
    padding-left: 72px !important;
  }

  .lg\:last\:u-pt-10:last-child {
    padding-top: 80px !important;
  }

  .lg\:last\:u-pr-10:last-child {
    padding-right: 80px !important;
  }

  .lg\:last\:u-pb-10:last-child {
    padding-bottom: 80px !important;
  }

  .lg\:last\:u-pl-10:last-child {
    padding-left: 80px !important;
  }

  .lg\:last\:u-pt-16:last-child {
    padding-top: 128px !important;
  }

  .lg\:last\:u-pr-16:last-child {
    padding-right: 128px !important;
  }

  .lg\:last\:u-pb-16:last-child {
    padding-bottom: 128px !important;
  }

  .lg\:last\:u-pl-16:last-child {
    padding-left: 128px !important;
  }

  .lg\:last\:u-pt-gutter:last-child {
    padding-top: 15px !important;
  }

  .lg\:last\:u-pr-gutter:last-child {
    padding-right: 15px !important;
  }

  .lg\:last\:u-pb-gutter:last-child {
    padding-bottom: 15px !important;
  }

  .lg\:last\:u-pl-gutter:last-child {
    padding-left: 15px !important;
  }

  .lg\:last\:u-pt-container-gutter:last-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:last\:u-pr-container-gutter:last-child {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:last\:u-pb-container-gutter:last-child {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:last\:u-pl-container-gutter:last-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-first\:u-p-0:not(:first-child) {
    padding: 0 !important;
  }

  .lg\:not-first\:u-p-1:not(:first-child) {
    padding: 8px !important;
  }

  .lg\:not-first\:u-p-2:not(:first-child) {
    padding: 16px !important;
  }

  .lg\:not-first\:u-p-3:not(:first-child) {
    padding: 24px !important;
  }

  .lg\:not-first\:u-p-4:not(:first-child) {
    padding: 32px !important;
  }

  .lg\:not-first\:u-p-5:not(:first-child) {
    padding: 40px !important;
  }

  .lg\:not-first\:u-p-6:not(:first-child) {
    padding: 48px !important;
  }

  .lg\:not-first\:u-p-7:not(:first-child) {
    padding: 56px !important;
  }

  .lg\:not-first\:u-p-8:not(:first-child) {
    padding: 64px !important;
  }

  .lg\:not-first\:u-p-9:not(:first-child) {
    padding: 72px !important;
  }

  .lg\:not-first\:u-p-10:not(:first-child) {
    padding: 80px !important;
  }

  .lg\:not-first\:u-p-16:not(:first-child) {
    padding: 128px !important;
  }

  .lg\:not-first\:u-p-gutter:not(:first-child) {
    padding: 15px !important;
  }

  .lg\:not-first\:u-p-container-gutter:not(:first-child) {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-first\:u-py-0:not(:first-child) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:not-first\:u-px-0:not(:first-child) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:not-first\:u-py-1:not(:first-child) {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .lg\:not-first\:u-px-1:not(:first-child) {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .lg\:not-first\:u-py-2:not(:first-child) {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .lg\:not-first\:u-px-2:not(:first-child) {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .lg\:not-first\:u-py-3:not(:first-child) {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .lg\:not-first\:u-px-3:not(:first-child) {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .lg\:not-first\:u-py-4:not(:first-child) {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .lg\:not-first\:u-px-4:not(:first-child) {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .lg\:not-first\:u-py-5:not(:first-child) {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .lg\:not-first\:u-px-5:not(:first-child) {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .lg\:not-first\:u-py-6:not(:first-child) {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .lg\:not-first\:u-px-6:not(:first-child) {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .lg\:not-first\:u-py-7:not(:first-child) {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .lg\:not-first\:u-px-7:not(:first-child) {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .lg\:not-first\:u-py-8:not(:first-child) {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .lg\:not-first\:u-px-8:not(:first-child) {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .lg\:not-first\:u-py-9:not(:first-child) {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .lg\:not-first\:u-px-9:not(:first-child) {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .lg\:not-first\:u-py-10:not(:first-child) {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .lg\:not-first\:u-px-10:not(:first-child) {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .lg\:not-first\:u-py-16:not(:first-child) {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .lg\:not-first\:u-px-16:not(:first-child) {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .lg\:not-first\:u-py-gutter:not(:first-child) {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .lg\:not-first\:u-px-gutter:not(:first-child) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .lg\:not-first\:u-py-container-gutter:not(:first-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-first\:u-px-container-gutter:not(:first-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-first\:u-pt-0:not(:first-child) {
    padding-top: 0 !important;
  }

  .lg\:not-first\:u-pr-0:not(:first-child) {
    padding-right: 0 !important;
  }

  .lg\:not-first\:u-pb-0:not(:first-child) {
    padding-bottom: 0 !important;
  }

  .lg\:not-first\:u-pl-0:not(:first-child) {
    padding-left: 0 !important;
  }

  .lg\:not-first\:u-pt-1:not(:first-child) {
    padding-top: 8px !important;
  }

  .lg\:not-first\:u-pr-1:not(:first-child) {
    padding-right: 8px !important;
  }

  .lg\:not-first\:u-pb-1:not(:first-child) {
    padding-bottom: 8px !important;
  }

  .lg\:not-first\:u-pl-1:not(:first-child) {
    padding-left: 8px !important;
  }

  .lg\:not-first\:u-pt-2:not(:first-child) {
    padding-top: 16px !important;
  }

  .lg\:not-first\:u-pr-2:not(:first-child) {
    padding-right: 16px !important;
  }

  .lg\:not-first\:u-pb-2:not(:first-child) {
    padding-bottom: 16px !important;
  }

  .lg\:not-first\:u-pl-2:not(:first-child) {
    padding-left: 16px !important;
  }

  .lg\:not-first\:u-pt-3:not(:first-child) {
    padding-top: 24px !important;
  }

  .lg\:not-first\:u-pr-3:not(:first-child) {
    padding-right: 24px !important;
  }

  .lg\:not-first\:u-pb-3:not(:first-child) {
    padding-bottom: 24px !important;
  }

  .lg\:not-first\:u-pl-3:not(:first-child) {
    padding-left: 24px !important;
  }

  .lg\:not-first\:u-pt-4:not(:first-child) {
    padding-top: 32px !important;
  }

  .lg\:not-first\:u-pr-4:not(:first-child) {
    padding-right: 32px !important;
  }

  .lg\:not-first\:u-pb-4:not(:first-child) {
    padding-bottom: 32px !important;
  }

  .lg\:not-first\:u-pl-4:not(:first-child) {
    padding-left: 32px !important;
  }

  .lg\:not-first\:u-pt-5:not(:first-child) {
    padding-top: 40px !important;
  }

  .lg\:not-first\:u-pr-5:not(:first-child) {
    padding-right: 40px !important;
  }

  .lg\:not-first\:u-pb-5:not(:first-child) {
    padding-bottom: 40px !important;
  }

  .lg\:not-first\:u-pl-5:not(:first-child) {
    padding-left: 40px !important;
  }

  .lg\:not-first\:u-pt-6:not(:first-child) {
    padding-top: 48px !important;
  }

  .lg\:not-first\:u-pr-6:not(:first-child) {
    padding-right: 48px !important;
  }

  .lg\:not-first\:u-pb-6:not(:first-child) {
    padding-bottom: 48px !important;
  }

  .lg\:not-first\:u-pl-6:not(:first-child) {
    padding-left: 48px !important;
  }

  .lg\:not-first\:u-pt-7:not(:first-child) {
    padding-top: 56px !important;
  }

  .lg\:not-first\:u-pr-7:not(:first-child) {
    padding-right: 56px !important;
  }

  .lg\:not-first\:u-pb-7:not(:first-child) {
    padding-bottom: 56px !important;
  }

  .lg\:not-first\:u-pl-7:not(:first-child) {
    padding-left: 56px !important;
  }

  .lg\:not-first\:u-pt-8:not(:first-child) {
    padding-top: 64px !important;
  }

  .lg\:not-first\:u-pr-8:not(:first-child) {
    padding-right: 64px !important;
  }

  .lg\:not-first\:u-pb-8:not(:first-child) {
    padding-bottom: 64px !important;
  }

  .lg\:not-first\:u-pl-8:not(:first-child) {
    padding-left: 64px !important;
  }

  .lg\:not-first\:u-pt-9:not(:first-child) {
    padding-top: 72px !important;
  }

  .lg\:not-first\:u-pr-9:not(:first-child) {
    padding-right: 72px !important;
  }

  .lg\:not-first\:u-pb-9:not(:first-child) {
    padding-bottom: 72px !important;
  }

  .lg\:not-first\:u-pl-9:not(:first-child) {
    padding-left: 72px !important;
  }

  .lg\:not-first\:u-pt-10:not(:first-child) {
    padding-top: 80px !important;
  }

  .lg\:not-first\:u-pr-10:not(:first-child) {
    padding-right: 80px !important;
  }

  .lg\:not-first\:u-pb-10:not(:first-child) {
    padding-bottom: 80px !important;
  }

  .lg\:not-first\:u-pl-10:not(:first-child) {
    padding-left: 80px !important;
  }

  .lg\:not-first\:u-pt-16:not(:first-child) {
    padding-top: 128px !important;
  }

  .lg\:not-first\:u-pr-16:not(:first-child) {
    padding-right: 128px !important;
  }

  .lg\:not-first\:u-pb-16:not(:first-child) {
    padding-bottom: 128px !important;
  }

  .lg\:not-first\:u-pl-16:not(:first-child) {
    padding-left: 128px !important;
  }

  .lg\:not-first\:u-pt-gutter:not(:first-child) {
    padding-top: 15px !important;
  }

  .lg\:not-first\:u-pr-gutter:not(:first-child) {
    padding-right: 15px !important;
  }

  .lg\:not-first\:u-pb-gutter:not(:first-child) {
    padding-bottom: 15px !important;
  }

  .lg\:not-first\:u-pl-gutter:not(:first-child) {
    padding-left: 15px !important;
  }

  .lg\:not-first\:u-pt-container-gutter:not(:first-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-first\:u-pr-container-gutter:not(:first-child) {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-first\:u-pb-container-gutter:not(:first-child) {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-first\:u-pl-container-gutter:not(:first-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-last\:u-p-0:not(:last-child) {
    padding: 0 !important;
  }

  .lg\:not-last\:u-p-1:not(:last-child) {
    padding: 8px !important;
  }

  .lg\:not-last\:u-p-2:not(:last-child) {
    padding: 16px !important;
  }

  .lg\:not-last\:u-p-3:not(:last-child) {
    padding: 24px !important;
  }

  .lg\:not-last\:u-p-4:not(:last-child) {
    padding: 32px !important;
  }

  .lg\:not-last\:u-p-5:not(:last-child) {
    padding: 40px !important;
  }

  .lg\:not-last\:u-p-6:not(:last-child) {
    padding: 48px !important;
  }

  .lg\:not-last\:u-p-7:not(:last-child) {
    padding: 56px !important;
  }

  .lg\:not-last\:u-p-8:not(:last-child) {
    padding: 64px !important;
  }

  .lg\:not-last\:u-p-9:not(:last-child) {
    padding: 72px !important;
  }

  .lg\:not-last\:u-p-10:not(:last-child) {
    padding: 80px !important;
  }

  .lg\:not-last\:u-p-16:not(:last-child) {
    padding: 128px !important;
  }

  .lg\:not-last\:u-p-gutter:not(:last-child) {
    padding: 15px !important;
  }

  .lg\:not-last\:u-p-container-gutter:not(:last-child) {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-last\:u-py-0:not(:last-child) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:not-last\:u-px-0:not(:last-child) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:not-last\:u-py-1:not(:last-child) {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .lg\:not-last\:u-px-1:not(:last-child) {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .lg\:not-last\:u-py-2:not(:last-child) {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .lg\:not-last\:u-px-2:not(:last-child) {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .lg\:not-last\:u-py-3:not(:last-child) {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .lg\:not-last\:u-px-3:not(:last-child) {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .lg\:not-last\:u-py-4:not(:last-child) {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .lg\:not-last\:u-px-4:not(:last-child) {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .lg\:not-last\:u-py-5:not(:last-child) {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .lg\:not-last\:u-px-5:not(:last-child) {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .lg\:not-last\:u-py-6:not(:last-child) {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .lg\:not-last\:u-px-6:not(:last-child) {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .lg\:not-last\:u-py-7:not(:last-child) {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .lg\:not-last\:u-px-7:not(:last-child) {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .lg\:not-last\:u-py-8:not(:last-child) {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .lg\:not-last\:u-px-8:not(:last-child) {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .lg\:not-last\:u-py-9:not(:last-child) {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .lg\:not-last\:u-px-9:not(:last-child) {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .lg\:not-last\:u-py-10:not(:last-child) {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .lg\:not-last\:u-px-10:not(:last-child) {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .lg\:not-last\:u-py-16:not(:last-child) {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .lg\:not-last\:u-px-16:not(:last-child) {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .lg\:not-last\:u-py-gutter:not(:last-child) {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .lg\:not-last\:u-px-gutter:not(:last-child) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .lg\:not-last\:u-py-container-gutter:not(:last-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-last\:u-px-container-gutter:not(:last-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-last\:u-pt-0:not(:last-child) {
    padding-top: 0 !important;
  }

  .lg\:not-last\:u-pr-0:not(:last-child) {
    padding-right: 0 !important;
  }

  .lg\:not-last\:u-pb-0:not(:last-child) {
    padding-bottom: 0 !important;
  }

  .lg\:not-last\:u-pl-0:not(:last-child) {
    padding-left: 0 !important;
  }

  .lg\:not-last\:u-pt-1:not(:last-child) {
    padding-top: 8px !important;
  }

  .lg\:not-last\:u-pr-1:not(:last-child) {
    padding-right: 8px !important;
  }

  .lg\:not-last\:u-pb-1:not(:last-child) {
    padding-bottom: 8px !important;
  }

  .lg\:not-last\:u-pl-1:not(:last-child) {
    padding-left: 8px !important;
  }

  .lg\:not-last\:u-pt-2:not(:last-child) {
    padding-top: 16px !important;
  }

  .lg\:not-last\:u-pr-2:not(:last-child) {
    padding-right: 16px !important;
  }

  .lg\:not-last\:u-pb-2:not(:last-child) {
    padding-bottom: 16px !important;
  }

  .lg\:not-last\:u-pl-2:not(:last-child) {
    padding-left: 16px !important;
  }

  .lg\:not-last\:u-pt-3:not(:last-child) {
    padding-top: 24px !important;
  }

  .lg\:not-last\:u-pr-3:not(:last-child) {
    padding-right: 24px !important;
  }

  .lg\:not-last\:u-pb-3:not(:last-child) {
    padding-bottom: 24px !important;
  }

  .lg\:not-last\:u-pl-3:not(:last-child) {
    padding-left: 24px !important;
  }

  .lg\:not-last\:u-pt-4:not(:last-child) {
    padding-top: 32px !important;
  }

  .lg\:not-last\:u-pr-4:not(:last-child) {
    padding-right: 32px !important;
  }

  .lg\:not-last\:u-pb-4:not(:last-child) {
    padding-bottom: 32px !important;
  }

  .lg\:not-last\:u-pl-4:not(:last-child) {
    padding-left: 32px !important;
  }

  .lg\:not-last\:u-pt-5:not(:last-child) {
    padding-top: 40px !important;
  }

  .lg\:not-last\:u-pr-5:not(:last-child) {
    padding-right: 40px !important;
  }

  .lg\:not-last\:u-pb-5:not(:last-child) {
    padding-bottom: 40px !important;
  }

  .lg\:not-last\:u-pl-5:not(:last-child) {
    padding-left: 40px !important;
  }

  .lg\:not-last\:u-pt-6:not(:last-child) {
    padding-top: 48px !important;
  }

  .lg\:not-last\:u-pr-6:not(:last-child) {
    padding-right: 48px !important;
  }

  .lg\:not-last\:u-pb-6:not(:last-child) {
    padding-bottom: 48px !important;
  }

  .lg\:not-last\:u-pl-6:not(:last-child) {
    padding-left: 48px !important;
  }

  .lg\:not-last\:u-pt-7:not(:last-child) {
    padding-top: 56px !important;
  }

  .lg\:not-last\:u-pr-7:not(:last-child) {
    padding-right: 56px !important;
  }

  .lg\:not-last\:u-pb-7:not(:last-child) {
    padding-bottom: 56px !important;
  }

  .lg\:not-last\:u-pl-7:not(:last-child) {
    padding-left: 56px !important;
  }

  .lg\:not-last\:u-pt-8:not(:last-child) {
    padding-top: 64px !important;
  }

  .lg\:not-last\:u-pr-8:not(:last-child) {
    padding-right: 64px !important;
  }

  .lg\:not-last\:u-pb-8:not(:last-child) {
    padding-bottom: 64px !important;
  }

  .lg\:not-last\:u-pl-8:not(:last-child) {
    padding-left: 64px !important;
  }

  .lg\:not-last\:u-pt-9:not(:last-child) {
    padding-top: 72px !important;
  }

  .lg\:not-last\:u-pr-9:not(:last-child) {
    padding-right: 72px !important;
  }

  .lg\:not-last\:u-pb-9:not(:last-child) {
    padding-bottom: 72px !important;
  }

  .lg\:not-last\:u-pl-9:not(:last-child) {
    padding-left: 72px !important;
  }

  .lg\:not-last\:u-pt-10:not(:last-child) {
    padding-top: 80px !important;
  }

  .lg\:not-last\:u-pr-10:not(:last-child) {
    padding-right: 80px !important;
  }

  .lg\:not-last\:u-pb-10:not(:last-child) {
    padding-bottom: 80px !important;
  }

  .lg\:not-last\:u-pl-10:not(:last-child) {
    padding-left: 80px !important;
  }

  .lg\:not-last\:u-pt-16:not(:last-child) {
    padding-top: 128px !important;
  }

  .lg\:not-last\:u-pr-16:not(:last-child) {
    padding-right: 128px !important;
  }

  .lg\:not-last\:u-pb-16:not(:last-child) {
    padding-bottom: 128px !important;
  }

  .lg\:not-last\:u-pl-16:not(:last-child) {
    padding-left: 128px !important;
  }

  .lg\:not-last\:u-pt-gutter:not(:last-child) {
    padding-top: 15px !important;
  }

  .lg\:not-last\:u-pr-gutter:not(:last-child) {
    padding-right: 15px !important;
  }

  .lg\:not-last\:u-pb-gutter:not(:last-child) {
    padding-bottom: 15px !important;
  }

  .lg\:not-last\:u-pl-gutter:not(:last-child) {
    padding-left: 15px !important;
  }

  .lg\:not-last\:u-pt-container-gutter:not(:last-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-last\:u-pr-container-gutter:not(:last-child) {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-last\:u-pb-container-gutter:not(:last-child) {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:not-last\:u-pl-container-gutter:not(:last-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:u-pointer-events-none {
    pointer-events: none !important;
  }

  .lg\:u-pointer-events-auto {
    pointer-events: auto !important;
  }

  .lg\:u-static {
    position: static !important;
  }

  .lg\:u-fixed {
    position: fixed !important;
  }

  .lg\:u-absolute {
    position: absolute !important;
  }

  .lg\:u-relative {
    position: relative !important;
  }

  .lg\:u-sticky {
    position: sticky !important;
  }

  .lg\:u-pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:u-pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:u-pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:u-pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:u-pin-t {
    top: 0 !important;
  }

  .lg\:u-pin-r {
    right: 0 !important;
  }

  .lg\:u-pin-b {
    bottom: 0 !important;
  }

  .lg\:u-pin-l {
    left: 0 !important;
  }

  .lg\:u-resize-none {
    resize: none !important;
  }

  .lg\:u-resize-y {
    resize: vertical !important;
  }

  .lg\:u-resize-x {
    resize: horizontal !important;
  }

  .lg\:u-resize {
    resize: both !important;
  }

  .lg\:u-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .lg\:u-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .lg\:u-shadow-md-dark {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .lg\:u-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .lg\:u-shadow-lg-dark {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .lg\:u-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .lg\:u-shadow-inner-bottom {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .lg\:u-shadow-outline {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .lg\:u-shadow-outline-primary {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .lg\:u-shadow-outline-secondary {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .lg\:u-shadow-outline-tertiary {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .lg\:u-shadow-outline-black {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .lg\:u-shadow-outline-dark {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .lg\:u-shadow-none {
    box-shadow: none !important;
  }

  .lg\:u-shadow-media {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .lg\:u-shadow-media-sm {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .lg\:u-shadow-media-var {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .lg\:u-shadow-media-var-sm {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .lg\:u-shadow-media-business {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .lg\:u-shadow-media-business-sm {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .lg\:u-shadow-outline-black-faint-and-thin {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .lg\:hover\:u-shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .lg\:hover\:u-shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .lg\:hover\:u-shadow-md-dark:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .lg\:hover\:u-shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .lg\:hover\:u-shadow-lg-dark:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .lg\:hover\:u-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .lg\:hover\:u-shadow-inner-bottom:hover {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .lg\:hover\:u-shadow-outline:hover {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .lg\:hover\:u-shadow-outline-primary:hover {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .lg\:hover\:u-shadow-outline-secondary:hover {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .lg\:hover\:u-shadow-outline-tertiary:hover {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .lg\:hover\:u-shadow-outline-black:hover {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .lg\:hover\:u-shadow-outline-dark:hover {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .lg\:hover\:u-shadow-none:hover {
    box-shadow: none !important;
  }

  .lg\:hover\:u-shadow-media:hover {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .lg\:hover\:u-shadow-media-sm:hover {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .lg\:hover\:u-shadow-media-var:hover {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .lg\:hover\:u-shadow-media-var-sm:hover {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .lg\:hover\:u-shadow-media-business:hover {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .lg\:hover\:u-shadow-media-business-sm:hover {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .lg\:hover\:u-shadow-outline-black-faint-and-thin:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .lg\:focus\:u-shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .lg\:focus\:u-shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .lg\:focus\:u-shadow-md-dark:focus {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .lg\:focus\:u-shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .lg\:focus\:u-shadow-lg-dark:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .lg\:focus\:u-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .lg\:focus\:u-shadow-inner-bottom:focus {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .lg\:focus\:u-shadow-outline:focus {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .lg\:focus\:u-shadow-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .lg\:focus\:u-shadow-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .lg\:focus\:u-shadow-outline-tertiary:focus {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .lg\:focus\:u-shadow-outline-black:focus {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .lg\:focus\:u-shadow-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .lg\:focus\:u-shadow-none:focus {
    box-shadow: none !important;
  }

  .lg\:focus\:u-shadow-media:focus {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .lg\:focus\:u-shadow-media-sm:focus {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .lg\:focus\:u-shadow-media-var:focus {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .lg\:focus\:u-shadow-media-var-sm:focus {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .lg\:focus\:u-shadow-media-business:focus {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .lg\:focus\:u-shadow-media-business-sm:focus {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .lg\:focus\:u-shadow-outline-black-faint-and-thin:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .lg\:focus-within\:u-shadow:focus-within {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .lg\:focus-within\:u-shadow-md:focus-within {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .lg\:focus-within\:u-shadow-md-dark:focus-within {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .lg\:focus-within\:u-shadow-lg:focus-within {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .lg\:focus-within\:u-shadow-lg-dark:focus-within {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .lg\:focus-within\:u-shadow-inner:focus-within {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .lg\:focus-within\:u-shadow-inner-bottom:focus-within {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .lg\:focus-within\:u-shadow-outline:focus-within {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .lg\:focus-within\:u-shadow-outline-primary:focus-within {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .lg\:focus-within\:u-shadow-outline-secondary:focus-within {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .lg\:focus-within\:u-shadow-outline-tertiary:focus-within {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .lg\:focus-within\:u-shadow-outline-black:focus-within {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .lg\:focus-within\:u-shadow-outline-dark:focus-within {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .lg\:focus-within\:u-shadow-none:focus-within {
    box-shadow: none !important;
  }

  .lg\:focus-within\:u-shadow-media:focus-within {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .lg\:focus-within\:u-shadow-media-sm:focus-within {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .lg\:focus-within\:u-shadow-media-var:focus-within {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .lg\:focus-within\:u-shadow-media-var-sm:focus-within {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .lg\:focus-within\:u-shadow-media-business:focus-within {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .lg\:focus-within\:u-shadow-media-business-sm:focus-within {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .lg\:focus-within\:u-shadow-outline-black-faint-and-thin:focus-within {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .lg\:hocus\:u-shadow:hover,
  .lg\:hocus\:u-shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .lg\:hocus\:u-shadow-md:hover,
  .lg\:hocus\:u-shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .lg\:hocus\:u-shadow-md-dark:hover,
  .lg\:hocus\:u-shadow-md-dark:focus {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .lg\:hocus\:u-shadow-lg:hover,
  .lg\:hocus\:u-shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .lg\:hocus\:u-shadow-lg-dark:hover,
  .lg\:hocus\:u-shadow-lg-dark:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .lg\:hocus\:u-shadow-inner:hover,
  .lg\:hocus\:u-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .lg\:hocus\:u-shadow-inner-bottom:hover,
  .lg\:hocus\:u-shadow-inner-bottom:focus {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .lg\:hocus\:u-shadow-outline:hover,
  .lg\:hocus\:u-shadow-outline:focus {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .lg\:hocus\:u-shadow-outline-primary:hover,
  .lg\:hocus\:u-shadow-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .lg\:hocus\:u-shadow-outline-secondary:hover,
  .lg\:hocus\:u-shadow-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .lg\:hocus\:u-shadow-outline-tertiary:hover,
  .lg\:hocus\:u-shadow-outline-tertiary:focus {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .lg\:hocus\:u-shadow-outline-black:hover,
  .lg\:hocus\:u-shadow-outline-black:focus {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .lg\:hocus\:u-shadow-outline-dark:hover,
  .lg\:hocus\:u-shadow-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .lg\:hocus\:u-shadow-none:hover,
  .lg\:hocus\:u-shadow-none:focus {
    box-shadow: none !important;
  }

  .lg\:hocus\:u-shadow-media:hover,
  .lg\:hocus\:u-shadow-media:focus {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .lg\:hocus\:u-shadow-media-sm:hover,
  .lg\:hocus\:u-shadow-media-sm:focus {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .lg\:hocus\:u-shadow-media-var:hover,
  .lg\:hocus\:u-shadow-media-var:focus {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .lg\:hocus\:u-shadow-media-var-sm:hover,
  .lg\:hocus\:u-shadow-media-var-sm:focus {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .lg\:hocus\:u-shadow-media-business:hover,
  .lg\:hocus\:u-shadow-media-business:focus {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .lg\:hocus\:u-shadow-media-business-sm:hover,
  .lg\:hocus\:u-shadow-media-business-sm:focus {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .lg\:hocus\:u-shadow-outline-black-faint-and-thin:hover,
  .lg\:hocus\:u-shadow-outline-black-faint-and-thin:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .lg\:u-table-auto {
    table-layout: auto !important;
  }

  .lg\:u-table-fixed {
    table-layout: fixed !important;
  }

  .lg\:u-text-left {
    text-align: left !important;
  }

  .lg\:u-text-center {
    text-align: center !important;
  }

  .lg\:u-text-right {
    text-align: right !important;
  }

  .lg\:u-text-justify {
    text-align: justify !important;
  }

  .lg\:u-text-transparent {
    color: transparent !important;
  }

  .lg\:u-text-current-color {
    color: currentColor !important;
  }

  .lg\:u-text-inherit {
    color: inherit !important;
  }

  .lg\:u-text-purple {
    color: #68246d !important;
  }

  .lg\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .lg\:u-text-yellow {
    color: #ffd53a !important;
  }

  .lg\:u-text-cyan {
    color: #00aeef !important;
  }

  .lg\:u-text-blue {
    color: #409ddd !important;
  }

  .lg\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .lg\:u-text-red {
    color: #be1e2c !important;
  }

  .lg\:u-text-gold {
    color: #afa961 !important;
  }

  .lg\:u-text-ink-100 {
    color: #002337 !important;
  }

  .lg\:u-text-stone {
    color: #dacda2 !important;
  }

  .lg\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .lg\:u-text-heather {
    color: #cba8b1 !important;
  }

  .lg\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .lg\:u-text-business {
    color: #b3bdb1 !important;
  }

  .lg\:u-text-black {
    color: #333123 !important;
  }

  .lg\:u-text-white {
    color: #fff !important;
  }

  .lg\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .lg\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .lg\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .lg\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .lg\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .lg\:u-text-grey-300 {
    color: #64696c !important;
  }

  .lg\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .lg\:u-text-youtube {
    color: #f00 !important;
  }

  .lg\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .lg\:u-text-facebook {
    color: #3b5998 !important;
  }

  .lg\:u-text-instagram {
    color: #444 !important;
  }

  .lg\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .lg\:u-text-college {
    color: #00664f !important;
  }

  .lg\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .lg\:u-text-coll-grey {
    color: #af272f !important;
  }

  .lg\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .lg\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .lg\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .lg\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .lg\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .lg\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .lg\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .lg\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .lg\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .lg\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .lg\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .lg\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .lg\:u-text-coll-university {
    color: #862633 !important;
  }

  .lg\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .lg\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .lg\:u-text-primary {
    color: #68246d !important;
  }

  .lg\:u-text-secondary {
    color: #ffd53a !important;
  }

  .lg\:u-text-tertiary {
    color: #00aeef !important;
  }

  .lg\:u-text-success {
    color: #449d44 !important;
  }

  .lg\:u-text-danger {
    color: #be1e2c !important;
  }

  .lg\:u-text-warning {
    color: #da611e !important;
  }

  .lg\:u-text-info {
    color: #1180a1 !important;
  }

  .lg\:u-text-light {
    color: #fff !important;
  }

  .lg\:u-text-dark {
    color: #333123 !important;
  }

  .lg\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .lg\:u-text-purple--light {
    color: #74287a !important;
  }

  .lg\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .lg\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .lg\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .lg\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .lg\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .lg\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .lg\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .lg\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .lg\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .lg\:u-text-light-green--light {
    color: #fff !important;
  }

  .lg\:u-text-red--dark {
    color: #981823 !important;
  }

  .lg\:u-text-red--light {
    color: #d52231 !important;
  }

  .lg\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .lg\:u-text-gold--light {
    color: #bab577 !important;
  }

  .lg\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .lg\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .lg\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .lg\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .lg\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .lg\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .lg\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .lg\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .lg\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .lg\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .lg\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .lg\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .lg\:u-text-black--dark {
    color: #29271c !important;
  }

  .lg\:u-text-black--light {
    color: #393727 !important;
  }

  .lg\:u-text-white--dark {
    color: #ccc !important;
  }

  .lg\:u-text-white--light {
    color: #fff !important;
  }

  .lg\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .lg\:u-text-grey-25--light {
    color: #fff !important;
  }

  .lg\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .lg\:u-text-grey-50--light {
    color: #fff !important;
  }

  .lg\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .lg\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .lg\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .lg\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .lg\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .lg\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .lg\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .lg\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .lg\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .lg\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .lg\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .lg\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .lg\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .lg\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .lg\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .lg\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .lg\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .lg\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .lg\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .lg\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .lg\:u-text-college--dark {
    color: #00523f !important;
  }

  .lg\:u-text-college--light {
    color: #007258 !important;
  }

  .lg\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .lg\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .lg\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .lg\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .lg\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .lg\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .lg\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .lg\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .lg\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .lg\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .lg\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .lg\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .lg\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .lg\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .lg\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .lg\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .lg\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .lg\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .lg\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .lg\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .lg\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .lg\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .lg\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .lg\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .lg\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .lg\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .lg\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .lg\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .lg\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .lg\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .lg\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .lg\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .lg\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .lg\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .lg\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .lg\:u-text-primary--light {
    color: #74287a !important;
  }

  .lg\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .lg\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .lg\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .lg\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .lg\:u-text-success--dark {
    color: #367e36 !important;
  }

  .lg\:u-text-success--light {
    color: #4cb04c !important;
  }

  .lg\:u-text-danger--dark {
    color: #981823 !important;
  }

  .lg\:u-text-danger--light {
    color: #d52231 !important;
  }

  .lg\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .lg\:u-text-warning--light {
    color: #e37233 !important;
  }

  .lg\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .lg\:u-text-info--light {
    color: #138fb4 !important;
  }

  .lg\:u-text-light--dark {
    color: #ccc !important;
  }

  .lg\:u-text-light--light {
    color: #fff !important;
  }

  .lg\:u-text-dark--dark {
    color: #29271c !important;
  }

  .lg\:u-text-dark--light {
    color: #393727 !important;
  }

  .lg\:hover\:u-text-transparent:hover {
    color: transparent !important;
  }

  .lg\:hover\:u-text-current-color:hover {
    color: currentColor !important;
  }

  .lg\:hover\:u-text-inherit:hover {
    color: inherit !important;
  }

  .lg\:hover\:u-text-purple:hover {
    color: #68246d !important;
  }

  .lg\:hover\:u-text-darkpurple:hover {
    color: #571b4f !important;
  }

  .lg\:hover\:u-text-yellow:hover {
    color: #ffd53a !important;
  }

  .lg\:hover\:u-text-cyan:hover {
    color: #00aeef !important;
  }

  .lg\:hover\:u-text-blue:hover {
    color: #409ddd !important;
  }

  .lg\:hover\:u-text-light-green:hover {
    color: #e2f4e9 !important;
  }

  .lg\:hover\:u-text-red:hover {
    color: #be1e2c !important;
  }

  .lg\:hover\:u-text-gold:hover {
    color: #afa961 !important;
  }

  .lg\:hover\:u-text-ink-100:hover {
    color: #002337 !important;
  }

  .lg\:hover\:u-text-stone:hover {
    color: #dacda2 !important;
  }

  .lg\:hover\:u-text-sky:hover {
    color: #a5c8d0 !important;
  }

  .lg\:hover\:u-text-heather:hover {
    color: #cba8b1 !important;
  }

  .lg\:hover\:u-text-cedar:hover {
    color: #b6aaa7 !important;
  }

  .lg\:hover\:u-text-business:hover {
    color: #b3bdb1 !important;
  }

  .lg\:hover\:u-text-black:hover {
    color: #333123 !important;
  }

  .lg\:hover\:u-text-white:hover {
    color: #fff !important;
  }

  .lg\:hover\:u-text-grey-25:hover {
    color: #f7f7f7 !important;
  }

  .lg\:hover\:u-text-grey-50:hover {
    color: #ebebeb !important;
  }

  .lg\:hover\:u-text-grey-75:hover {
    color: #d9d9d9 !important;
  }

  .lg\:hover\:u-text-grey-100:hover {
    color: #afb4b6 !important;
  }

  .lg\:hover\:u-text-grey-200:hover {
    color: #898e91 !important;
  }

  .lg\:hover\:u-text-grey-300:hover {
    color: #64696c !important;
  }

  .lg\:hover\:u-text-grey-400:hover {
    color: #3c3c3b !important;
  }

  .lg\:hover\:u-text-youtube:hover {
    color: #f00 !important;
  }

  .lg\:hover\:u-text-twitter:hover {
    color: #1da1f2 !important;
  }

  .lg\:hover\:u-text-facebook:hover {
    color: #3b5998 !important;
  }

  .lg\:hover\:u-text-instagram:hover {
    color: #444 !important;
  }

  .lg\:hover\:u-text-linkedin:hover {
    color: #0077b5 !important;
  }

  .lg\:hover\:u-text-college:hover {
    color: #00664f !important;
  }

  .lg\:hover\:u-text-coll-collingwood:hover {
    color: #d22630 !important;
  }

  .lg\:hover\:u-text-coll-grey:hover {
    color: #af272f !important;
  }

  .lg\:hover\:u-text-coll-hatfield:hover {
    color: #003865 !important;
  }

  .lg\:hover\:u-text-coll-johnsnow:hover {
    color: #003865 !important;
  }

  .lg\:hover\:u-text-coll-jbutler:hover {
    color: #d22630 !important;
  }

  .lg\:hover\:u-text-coll-south-college:hover {
    color: #68246d !important;
  }

  .lg\:hover\:u-text-coll-staidans:hover {
    color: #006747 !important;
  }

  .lg\:hover\:u-text-coll-stchads:hover {
    color: #00573f !important;
  }

  .lg\:hover\:u-text-coll-stcuthberts:hover {
    color: #00664f !important;
  }

  .lg\:hover\:u-text-coll-sthild:hover {
    color: #0072ce !important;
  }

  .lg\:hover\:u-text-coll-stjohns:hover {
    color: #1b365d !important;
  }

  .lg\:hover\:u-text-coll-stmarys:hover {
    color: #753bbd !important;
  }

  .lg\:hover\:u-text-coll-stephenson:hover {
    color: #d22630 !important;
  }

  .lg\:hover\:u-text-coll-trevelyan:hover {
    color: #003865 !important;
  }

  .lg\:hover\:u-text-coll-university:hover {
    color: #862633 !important;
  }

  .lg\:hover\:u-text-coll-ustinov:hover {
    color: #003865 !important;
  }

  .lg\:hover\:u-text-coll-vanmildert:hover {
    color: #ee2737 !important;
  }

  .lg\:hover\:u-text-primary:hover {
    color: #68246d !important;
  }

  .lg\:hover\:u-text-secondary:hover {
    color: #ffd53a !important;
  }

  .lg\:hover\:u-text-tertiary:hover {
    color: #00aeef !important;
  }

  .lg\:hover\:u-text-success:hover {
    color: #449d44 !important;
  }

  .lg\:hover\:u-text-danger:hover {
    color: #be1e2c !important;
  }

  .lg\:hover\:u-text-warning:hover {
    color: #da611e !important;
  }

  .lg\:hover\:u-text-info:hover {
    color: #1180a1 !important;
  }

  .lg\:hover\:u-text-light:hover {
    color: #fff !important;
  }

  .lg\:hover\:u-text-dark:hover {
    color: #333123 !important;
  }

  .lg\:hover\:u-text-purple--dark:hover {
    color: #531d57 !important;
  }

  .lg\:hover\:u-text-purple--light:hover {
    color: #74287a !important;
  }

  .lg\:hover\:u-text-darkpurple--dark:hover {
    color: #46163f !important;
  }

  .lg\:hover\:u-text-darkpurple--light:hover {
    color: #611e58 !important;
  }

  .lg\:hover\:u-text-yellow--dark:hover {
    color: #fac500 !important;
  }

  .lg\:hover\:u-text-yellow--light:hover {
    color: #ffdd60 !important;
  }

  .lg\:hover\:u-text-cyan--dark:hover {
    color: #008bbf !important;
  }

  .lg\:hover\:u-text-cyan--light:hover {
    color: #0dbdff !important;
  }

  .lg\:hover\:u-text-blue--dark:hover {
    color: #2281c2 !important;
  }

  .lg\:hover\:u-text-blue--light:hover {
    color: #5dace2 !important;
  }

  .lg\:hover\:u-text-light-green--dark:hover {
    color: #9edab5 !important;
  }

  .lg\:hover\:u-text-light-green--light:hover {
    color: #fff !important;
  }

  .lg\:hover\:u-text-red--dark:hover {
    color: #981823 !important;
  }

  .lg\:hover\:u-text-red--light:hover {
    color: #d52231 !important;
  }

  .lg\:hover\:u-text-gold--dark:hover {
    color: #908b49 !important;
  }

  .lg\:hover\:u-text-gold--light:hover {
    color: #bab577 !important;
  }

  .lg\:hover\:u-text-ink-100--dark:hover {
    color: #001c2c !important;
  }

  .lg\:hover\:u-text-ink-100--light:hover {
    color: #00273e !important;
  }

  .lg\:hover\:u-text-stone--dark:hover {
    color: #c4b06c !important;
  }

  .lg\:hover\:u-text-stone--light:hover {
    color: #e7dfc3 !important;
  }

  .lg\:hover\:u-text-sky--dark:hover {
    color: #74aab6 !important;
  }

  .lg\:hover\:u-text-sky--light:hover {
    color: #c2dadf !important;
  }

  .lg\:hover\:u-text-heather--dark:hover {
    color: #af7a87 !important;
  }

  .lg\:hover\:u-text-heather--light:hover {
    color: #dcc4ca !important;
  }

  .lg\:hover\:u-text-cedar--dark:hover {
    color: #968581 !important;
  }

  .lg\:hover\:u-text-cedar--light:hover {
    color: #c9c0be !important;
  }

  .lg\:hover\:u-text-business--dark:hover {
    color: #8c9b89 !important;
  }

  .lg\:hover\:u-text-business--light:hover {
    color: #cad1c9 !important;
  }

  .lg\:hover\:u-text-black--dark:hover {
    color: #29271c !important;
  }

  .lg\:hover\:u-text-black--light:hover {
    color: #393727 !important;
  }

  .lg\:hover\:u-text-white--dark:hover {
    color: #ccc !important;
  }

  .lg\:hover\:u-text-white--light:hover {
    color: #fff !important;
  }

  .lg\:hover\:u-text-grey-25--dark:hover {
    color: #c6c6c6 !important;
  }

  .lg\:hover\:u-text-grey-25--light:hover {
    color: #fff !important;
  }

  .lg\:hover\:u-text-grey-50--dark:hover {
    color: #bcbcbc !important;
  }

  .lg\:hover\:u-text-grey-50--light:hover {
    color: #fff !important;
  }

  .lg\:hover\:u-text-grey-75--dark:hover {
    color: #aeaeae !important;
  }

  .lg\:hover\:u-text-grey-75--light:hover {
    color: #f3f3f3 !important;
  }

  .lg\:hover\:u-text-grey-100--dark:hover {
    color: #8a9194 !important;
  }

  .lg\:hover\:u-text-grey-100--light:hover {
    color: #c5c9ca !important;
  }

  .lg\:hover\:u-text-grey-200--dark:hover {
    color: #6d7275 !important;
  }

  .lg\:hover\:u-text-grey-200--light:hover {
    color: #9b9fa1 !important;
  }

  .lg\:hover\:u-text-grey-300--dark:hover {
    color: #505456 !important;
  }

  .lg\:hover\:u-text-grey-300--light:hover {
    color: #707679 !important;
  }

  .lg\:hover\:u-text-grey-400--dark:hover {
    color: #30302f !important;
  }

  .lg\:hover\:u-text-grey-400--light:hover {
    color: #434342 !important;
  }

  .lg\:hover\:u-text-youtube--dark:hover {
    color: #c00 !important;
  }

  .lg\:hover\:u-text-youtube--light:hover {
    color: #ff1f1f !important;
  }

  .lg\:hover\:u-text-twitter--dark:hover {
    color: #0c84cd !important;
  }

  .lg\:hover\:u-text-twitter--light:hover {
    color: #3caef4 !important;
  }

  .lg\:hover\:u-text-facebook--dark:hover {
    color: #2f477a !important;
  }

  .lg\:hover\:u-text-facebook--light:hover {
    color: #4264aa !important;
  }

  .lg\:hover\:u-text-instagram--dark:hover {
    color: #363636 !important;
  }

  .lg\:hover\:u-text-instagram--light:hover {
    color: #4c4c4c !important;
  }

  .lg\:hover\:u-text-linkedin--dark:hover {
    color: #005f91 !important;
  }

  .lg\:hover\:u-text-linkedin--light:hover {
    color: #0085cb !important;
  }

  .lg\:hover\:u-text-college--dark:hover {
    color: #00523f !important;
  }

  .lg\:hover\:u-text-college--light:hover {
    color: #007258 !important;
  }

  .lg\:hover\:u-text-coll-collingwood--dark:hover {
    color: #a81e26 !important;
  }

  .lg\:hover\:u-text-coll-collingwood--light:hover {
    color: #db3a44 !important;
  }

  .lg\:hover\:u-text-coll-grey--dark:hover {
    color: #8c1f26 !important;
  }

  .lg\:hover\:u-text-coll-grey--light:hover {
    color: #c42c35 !important;
  }

  .lg\:hover\:u-text-coll-hatfield--dark:hover {
    color: #002d51 !important;
  }

  .lg\:hover\:u-text-coll-hatfield--light:hover {
    color: #003f71 !important;
  }

  .lg\:hover\:u-text-coll-johnsnow--dark:hover {
    color: #002d51 !important;
  }

  .lg\:hover\:u-text-coll-johnsnow--light:hover {
    color: #003f71 !important;
  }

  .lg\:hover\:u-text-coll-jbutler--dark:hover {
    color: #a81e26 !important;
  }

  .lg\:hover\:u-text-coll-jbutler--light:hover {
    color: #db3a44 !important;
  }

  .lg\:hover\:u-text-coll-south-college--dark:hover {
    color: #531d57 !important;
  }

  .lg\:hover\:u-text-coll-south-college--light:hover {
    color: #74287a !important;
  }

  .lg\:hover\:u-text-coll-staidans--dark:hover {
    color: #005239 !important;
  }

  .lg\:hover\:u-text-coll-staidans--light:hover {
    color: #007350 !important;
  }

  .lg\:hover\:u-text-coll-stchads--dark:hover {
    color: #004632 !important;
  }

  .lg\:hover\:u-text-coll-stchads--light:hover {
    color: #006147 !important;
  }

  .lg\:hover\:u-text-coll-stcuthberts--dark:hover {
    color: #00523f !important;
  }

  .lg\:hover\:u-text-coll-stcuthberts--light:hover {
    color: #007258 !important;
  }

  .lg\:hover\:u-text-coll-sthild--dark:hover {
    color: #005ba5 !important;
  }

  .lg\:hover\:u-text-coll-sthild--light:hover {
    color: #0080e7 !important;
  }

  .lg\:hover\:u-text-coll-stjohns--dark:hover {
    color: #162b4a !important;
  }

  .lg\:hover\:u-text-coll-stjohns--light:hover {
    color: #1e3c68 !important;
  }

  .lg\:hover\:u-text-coll-stmarys--dark:hover {
    color: #5e2f97 !important;
  }

  .lg\:hover\:u-text-coll-stmarys--light:hover {
    color: #844ec8 !important;
  }

  .lg\:hover\:u-text-coll-stephenson--dark:hover {
    color: #a81e26 !important;
  }

  .lg\:hover\:u-text-coll-stephenson--light:hover {
    color: #db3a44 !important;
  }

  .lg\:hover\:u-text-coll-trevelyan--dark:hover {
    color: #002d51 !important;
  }

  .lg\:hover\:u-text-coll-trevelyan--light:hover {
    color: #003f71 !important;
  }

  .lg\:hover\:u-text-coll-university--dark:hover {
    color: #6b1e29 !important;
  }

  .lg\:hover\:u-text-coll-university--light:hover {
    color: #962b39 !important;
  }

  .lg\:hover\:u-text-coll-ustinov--dark:hover {
    color: #002d51 !important;
  }

  .lg\:hover\:u-text-coll-ustinov--light:hover {
    color: #003f71 !important;
  }

  .lg\:hover\:u-text-coll-vanmildert--dark:hover {
    color: #cd101f !important;
  }

  .lg\:hover\:u-text-coll-vanmildert--light:hover {
    color: #f04654 !important;
  }

  .lg\:hover\:u-text-primary--dark:hover {
    color: #531d57 !important;
  }

  .lg\:hover\:u-text-primary--light:hover {
    color: #74287a !important;
  }

  .lg\:hover\:u-text-secondary--dark:hover {
    color: #fac500 !important;
  }

  .lg\:hover\:u-text-secondary--light:hover {
    color: #ffdd60 !important;
  }

  .lg\:hover\:u-text-tertiary--dark:hover {
    color: #008bbf !important;
  }

  .lg\:hover\:u-text-tertiary--light:hover {
    color: #0dbdff !important;
  }

  .lg\:hover\:u-text-success--dark:hover {
    color: #367e36 !important;
  }

  .lg\:hover\:u-text-success--light:hover {
    color: #4cb04c !important;
  }

  .lg\:hover\:u-text-danger--dark:hover {
    color: #981823 !important;
  }

  .lg\:hover\:u-text-danger--light:hover {
    color: #d52231 !important;
  }

  .lg\:hover\:u-text-warning--dark:hover {
    color: #ae4e18 !important;
  }

  .lg\:hover\:u-text-warning--light:hover {
    color: #e37233 !important;
  }

  .lg\:hover\:u-text-info--dark:hover {
    color: #0e6681 !important;
  }

  .lg\:hover\:u-text-info--light:hover {
    color: #138fb4 !important;
  }

  .lg\:hover\:u-text-light--dark:hover {
    color: #ccc !important;
  }

  .lg\:hover\:u-text-light--light:hover {
    color: #fff !important;
  }

  .lg\:hover\:u-text-dark--dark:hover {
    color: #29271c !important;
  }

  .lg\:hover\:u-text-dark--light:hover {
    color: #393727 !important;
  }

  .lg\:focus\:u-text-transparent:focus {
    color: transparent !important;
  }

  .lg\:focus\:u-text-current-color:focus {
    color: currentColor !important;
  }

  .lg\:focus\:u-text-inherit:focus {
    color: inherit !important;
  }

  .lg\:focus\:u-text-purple:focus {
    color: #68246d !important;
  }

  .lg\:focus\:u-text-darkpurple:focus {
    color: #571b4f !important;
  }

  .lg\:focus\:u-text-yellow:focus {
    color: #ffd53a !important;
  }

  .lg\:focus\:u-text-cyan:focus {
    color: #00aeef !important;
  }

  .lg\:focus\:u-text-blue:focus {
    color: #409ddd !important;
  }

  .lg\:focus\:u-text-light-green:focus {
    color: #e2f4e9 !important;
  }

  .lg\:focus\:u-text-red:focus {
    color: #be1e2c !important;
  }

  .lg\:focus\:u-text-gold:focus {
    color: #afa961 !important;
  }

  .lg\:focus\:u-text-ink-100:focus {
    color: #002337 !important;
  }

  .lg\:focus\:u-text-stone:focus {
    color: #dacda2 !important;
  }

  .lg\:focus\:u-text-sky:focus {
    color: #a5c8d0 !important;
  }

  .lg\:focus\:u-text-heather:focus {
    color: #cba8b1 !important;
  }

  .lg\:focus\:u-text-cedar:focus {
    color: #b6aaa7 !important;
  }

  .lg\:focus\:u-text-business:focus {
    color: #b3bdb1 !important;
  }

  .lg\:focus\:u-text-black:focus {
    color: #333123 !important;
  }

  .lg\:focus\:u-text-white:focus {
    color: #fff !important;
  }

  .lg\:focus\:u-text-grey-25:focus {
    color: #f7f7f7 !important;
  }

  .lg\:focus\:u-text-grey-50:focus {
    color: #ebebeb !important;
  }

  .lg\:focus\:u-text-grey-75:focus {
    color: #d9d9d9 !important;
  }

  .lg\:focus\:u-text-grey-100:focus {
    color: #afb4b6 !important;
  }

  .lg\:focus\:u-text-grey-200:focus {
    color: #898e91 !important;
  }

  .lg\:focus\:u-text-grey-300:focus {
    color: #64696c !important;
  }

  .lg\:focus\:u-text-grey-400:focus {
    color: #3c3c3b !important;
  }

  .lg\:focus\:u-text-youtube:focus {
    color: #f00 !important;
  }

  .lg\:focus\:u-text-twitter:focus {
    color: #1da1f2 !important;
  }

  .lg\:focus\:u-text-facebook:focus {
    color: #3b5998 !important;
  }

  .lg\:focus\:u-text-instagram:focus {
    color: #444 !important;
  }

  .lg\:focus\:u-text-linkedin:focus {
    color: #0077b5 !important;
  }

  .lg\:focus\:u-text-college:focus {
    color: #00664f !important;
  }

  .lg\:focus\:u-text-coll-collingwood:focus {
    color: #d22630 !important;
  }

  .lg\:focus\:u-text-coll-grey:focus {
    color: #af272f !important;
  }

  .lg\:focus\:u-text-coll-hatfield:focus {
    color: #003865 !important;
  }

  .lg\:focus\:u-text-coll-johnsnow:focus {
    color: #003865 !important;
  }

  .lg\:focus\:u-text-coll-jbutler:focus {
    color: #d22630 !important;
  }

  .lg\:focus\:u-text-coll-south-college:focus {
    color: #68246d !important;
  }

  .lg\:focus\:u-text-coll-staidans:focus {
    color: #006747 !important;
  }

  .lg\:focus\:u-text-coll-stchads:focus {
    color: #00573f !important;
  }

  .lg\:focus\:u-text-coll-stcuthberts:focus {
    color: #00664f !important;
  }

  .lg\:focus\:u-text-coll-sthild:focus {
    color: #0072ce !important;
  }

  .lg\:focus\:u-text-coll-stjohns:focus {
    color: #1b365d !important;
  }

  .lg\:focus\:u-text-coll-stmarys:focus {
    color: #753bbd !important;
  }

  .lg\:focus\:u-text-coll-stephenson:focus {
    color: #d22630 !important;
  }

  .lg\:focus\:u-text-coll-trevelyan:focus {
    color: #003865 !important;
  }

  .lg\:focus\:u-text-coll-university:focus {
    color: #862633 !important;
  }

  .lg\:focus\:u-text-coll-ustinov:focus {
    color: #003865 !important;
  }

  .lg\:focus\:u-text-coll-vanmildert:focus {
    color: #ee2737 !important;
  }

  .lg\:focus\:u-text-primary:focus {
    color: #68246d !important;
  }

  .lg\:focus\:u-text-secondary:focus {
    color: #ffd53a !important;
  }

  .lg\:focus\:u-text-tertiary:focus {
    color: #00aeef !important;
  }

  .lg\:focus\:u-text-success:focus {
    color: #449d44 !important;
  }

  .lg\:focus\:u-text-danger:focus {
    color: #be1e2c !important;
  }

  .lg\:focus\:u-text-warning:focus {
    color: #da611e !important;
  }

  .lg\:focus\:u-text-info:focus {
    color: #1180a1 !important;
  }

  .lg\:focus\:u-text-light:focus {
    color: #fff !important;
  }

  .lg\:focus\:u-text-dark:focus {
    color: #333123 !important;
  }

  .lg\:focus\:u-text-purple--dark:focus {
    color: #531d57 !important;
  }

  .lg\:focus\:u-text-purple--light:focus {
    color: #74287a !important;
  }

  .lg\:focus\:u-text-darkpurple--dark:focus {
    color: #46163f !important;
  }

  .lg\:focus\:u-text-darkpurple--light:focus {
    color: #611e58 !important;
  }

  .lg\:focus\:u-text-yellow--dark:focus {
    color: #fac500 !important;
  }

  .lg\:focus\:u-text-yellow--light:focus {
    color: #ffdd60 !important;
  }

  .lg\:focus\:u-text-cyan--dark:focus {
    color: #008bbf !important;
  }

  .lg\:focus\:u-text-cyan--light:focus {
    color: #0dbdff !important;
  }

  .lg\:focus\:u-text-blue--dark:focus {
    color: #2281c2 !important;
  }

  .lg\:focus\:u-text-blue--light:focus {
    color: #5dace2 !important;
  }

  .lg\:focus\:u-text-light-green--dark:focus {
    color: #9edab5 !important;
  }

  .lg\:focus\:u-text-light-green--light:focus {
    color: #fff !important;
  }

  .lg\:focus\:u-text-red--dark:focus {
    color: #981823 !important;
  }

  .lg\:focus\:u-text-red--light:focus {
    color: #d52231 !important;
  }

  .lg\:focus\:u-text-gold--dark:focus {
    color: #908b49 !important;
  }

  .lg\:focus\:u-text-gold--light:focus {
    color: #bab577 !important;
  }

  .lg\:focus\:u-text-ink-100--dark:focus {
    color: #001c2c !important;
  }

  .lg\:focus\:u-text-ink-100--light:focus {
    color: #00273e !important;
  }

  .lg\:focus\:u-text-stone--dark:focus {
    color: #c4b06c !important;
  }

  .lg\:focus\:u-text-stone--light:focus {
    color: #e7dfc3 !important;
  }

  .lg\:focus\:u-text-sky--dark:focus {
    color: #74aab6 !important;
  }

  .lg\:focus\:u-text-sky--light:focus {
    color: #c2dadf !important;
  }

  .lg\:focus\:u-text-heather--dark:focus {
    color: #af7a87 !important;
  }

  .lg\:focus\:u-text-heather--light:focus {
    color: #dcc4ca !important;
  }

  .lg\:focus\:u-text-cedar--dark:focus {
    color: #968581 !important;
  }

  .lg\:focus\:u-text-cedar--light:focus {
    color: #c9c0be !important;
  }

  .lg\:focus\:u-text-business--dark:focus {
    color: #8c9b89 !important;
  }

  .lg\:focus\:u-text-business--light:focus {
    color: #cad1c9 !important;
  }

  .lg\:focus\:u-text-black--dark:focus {
    color: #29271c !important;
  }

  .lg\:focus\:u-text-black--light:focus {
    color: #393727 !important;
  }

  .lg\:focus\:u-text-white--dark:focus {
    color: #ccc !important;
  }

  .lg\:focus\:u-text-white--light:focus {
    color: #fff !important;
  }

  .lg\:focus\:u-text-grey-25--dark:focus {
    color: #c6c6c6 !important;
  }

  .lg\:focus\:u-text-grey-25--light:focus {
    color: #fff !important;
  }

  .lg\:focus\:u-text-grey-50--dark:focus {
    color: #bcbcbc !important;
  }

  .lg\:focus\:u-text-grey-50--light:focus {
    color: #fff !important;
  }

  .lg\:focus\:u-text-grey-75--dark:focus {
    color: #aeaeae !important;
  }

  .lg\:focus\:u-text-grey-75--light:focus {
    color: #f3f3f3 !important;
  }

  .lg\:focus\:u-text-grey-100--dark:focus {
    color: #8a9194 !important;
  }

  .lg\:focus\:u-text-grey-100--light:focus {
    color: #c5c9ca !important;
  }

  .lg\:focus\:u-text-grey-200--dark:focus {
    color: #6d7275 !important;
  }

  .lg\:focus\:u-text-grey-200--light:focus {
    color: #9b9fa1 !important;
  }

  .lg\:focus\:u-text-grey-300--dark:focus {
    color: #505456 !important;
  }

  .lg\:focus\:u-text-grey-300--light:focus {
    color: #707679 !important;
  }

  .lg\:focus\:u-text-grey-400--dark:focus {
    color: #30302f !important;
  }

  .lg\:focus\:u-text-grey-400--light:focus {
    color: #434342 !important;
  }

  .lg\:focus\:u-text-youtube--dark:focus {
    color: #c00 !important;
  }

  .lg\:focus\:u-text-youtube--light:focus {
    color: #ff1f1f !important;
  }

  .lg\:focus\:u-text-twitter--dark:focus {
    color: #0c84cd !important;
  }

  .lg\:focus\:u-text-twitter--light:focus {
    color: #3caef4 !important;
  }

  .lg\:focus\:u-text-facebook--dark:focus {
    color: #2f477a !important;
  }

  .lg\:focus\:u-text-facebook--light:focus {
    color: #4264aa !important;
  }

  .lg\:focus\:u-text-instagram--dark:focus {
    color: #363636 !important;
  }

  .lg\:focus\:u-text-instagram--light:focus {
    color: #4c4c4c !important;
  }

  .lg\:focus\:u-text-linkedin--dark:focus {
    color: #005f91 !important;
  }

  .lg\:focus\:u-text-linkedin--light:focus {
    color: #0085cb !important;
  }

  .lg\:focus\:u-text-college--dark:focus {
    color: #00523f !important;
  }

  .lg\:focus\:u-text-college--light:focus {
    color: #007258 !important;
  }

  .lg\:focus\:u-text-coll-collingwood--dark:focus {
    color: #a81e26 !important;
  }

  .lg\:focus\:u-text-coll-collingwood--light:focus {
    color: #db3a44 !important;
  }

  .lg\:focus\:u-text-coll-grey--dark:focus {
    color: #8c1f26 !important;
  }

  .lg\:focus\:u-text-coll-grey--light:focus {
    color: #c42c35 !important;
  }

  .lg\:focus\:u-text-coll-hatfield--dark:focus {
    color: #002d51 !important;
  }

  .lg\:focus\:u-text-coll-hatfield--light:focus {
    color: #003f71 !important;
  }

  .lg\:focus\:u-text-coll-johnsnow--dark:focus {
    color: #002d51 !important;
  }

  .lg\:focus\:u-text-coll-johnsnow--light:focus {
    color: #003f71 !important;
  }

  .lg\:focus\:u-text-coll-jbutler--dark:focus {
    color: #a81e26 !important;
  }

  .lg\:focus\:u-text-coll-jbutler--light:focus {
    color: #db3a44 !important;
  }

  .lg\:focus\:u-text-coll-south-college--dark:focus {
    color: #531d57 !important;
  }

  .lg\:focus\:u-text-coll-south-college--light:focus {
    color: #74287a !important;
  }

  .lg\:focus\:u-text-coll-staidans--dark:focus {
    color: #005239 !important;
  }

  .lg\:focus\:u-text-coll-staidans--light:focus {
    color: #007350 !important;
  }

  .lg\:focus\:u-text-coll-stchads--dark:focus {
    color: #004632 !important;
  }

  .lg\:focus\:u-text-coll-stchads--light:focus {
    color: #006147 !important;
  }

  .lg\:focus\:u-text-coll-stcuthberts--dark:focus {
    color: #00523f !important;
  }

  .lg\:focus\:u-text-coll-stcuthberts--light:focus {
    color: #007258 !important;
  }

  .lg\:focus\:u-text-coll-sthild--dark:focus {
    color: #005ba5 !important;
  }

  .lg\:focus\:u-text-coll-sthild--light:focus {
    color: #0080e7 !important;
  }

  .lg\:focus\:u-text-coll-stjohns--dark:focus {
    color: #162b4a !important;
  }

  .lg\:focus\:u-text-coll-stjohns--light:focus {
    color: #1e3c68 !important;
  }

  .lg\:focus\:u-text-coll-stmarys--dark:focus {
    color: #5e2f97 !important;
  }

  .lg\:focus\:u-text-coll-stmarys--light:focus {
    color: #844ec8 !important;
  }

  .lg\:focus\:u-text-coll-stephenson--dark:focus {
    color: #a81e26 !important;
  }

  .lg\:focus\:u-text-coll-stephenson--light:focus {
    color: #db3a44 !important;
  }

  .lg\:focus\:u-text-coll-trevelyan--dark:focus {
    color: #002d51 !important;
  }

  .lg\:focus\:u-text-coll-trevelyan--light:focus {
    color: #003f71 !important;
  }

  .lg\:focus\:u-text-coll-university--dark:focus {
    color: #6b1e29 !important;
  }

  .lg\:focus\:u-text-coll-university--light:focus {
    color: #962b39 !important;
  }

  .lg\:focus\:u-text-coll-ustinov--dark:focus {
    color: #002d51 !important;
  }

  .lg\:focus\:u-text-coll-ustinov--light:focus {
    color: #003f71 !important;
  }

  .lg\:focus\:u-text-coll-vanmildert--dark:focus {
    color: #cd101f !important;
  }

  .lg\:focus\:u-text-coll-vanmildert--light:focus {
    color: #f04654 !important;
  }

  .lg\:focus\:u-text-primary--dark:focus {
    color: #531d57 !important;
  }

  .lg\:focus\:u-text-primary--light:focus {
    color: #74287a !important;
  }

  .lg\:focus\:u-text-secondary--dark:focus {
    color: #fac500 !important;
  }

  .lg\:focus\:u-text-secondary--light:focus {
    color: #ffdd60 !important;
  }

  .lg\:focus\:u-text-tertiary--dark:focus {
    color: #008bbf !important;
  }

  .lg\:focus\:u-text-tertiary--light:focus {
    color: #0dbdff !important;
  }

  .lg\:focus\:u-text-success--dark:focus {
    color: #367e36 !important;
  }

  .lg\:focus\:u-text-success--light:focus {
    color: #4cb04c !important;
  }

  .lg\:focus\:u-text-danger--dark:focus {
    color: #981823 !important;
  }

  .lg\:focus\:u-text-danger--light:focus {
    color: #d52231 !important;
  }

  .lg\:focus\:u-text-warning--dark:focus {
    color: #ae4e18 !important;
  }

  .lg\:focus\:u-text-warning--light:focus {
    color: #e37233 !important;
  }

  .lg\:focus\:u-text-info--dark:focus {
    color: #0e6681 !important;
  }

  .lg\:focus\:u-text-info--light:focus {
    color: #138fb4 !important;
  }

  .lg\:focus\:u-text-light--dark:focus {
    color: #ccc !important;
  }

  .lg\:focus\:u-text-light--light:focus {
    color: #fff !important;
  }

  .lg\:focus\:u-text-dark--dark:focus {
    color: #29271c !important;
  }

  .lg\:focus\:u-text-dark--light:focus {
    color: #393727 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-transparent {
    color: transparent !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-current-color {
    color: currentColor !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-inherit {
    color: inherit !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-purple {
    color: #68246d !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-yellow {
    color: #ffd53a !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-cyan {
    color: #00aeef !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-blue {
    color: #409ddd !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-red {
    color: #be1e2c !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-gold {
    color: #afa961 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-ink-100 {
    color: #002337 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-stone {
    color: #dacda2 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-heather {
    color: #cba8b1 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-business {
    color: #b3bdb1 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-black {
    color: #333123 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-white {
    color: #fff !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-300 {
    color: #64696c !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-youtube {
    color: #f00 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-facebook {
    color: #3b5998 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-instagram {
    color: #444 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-college {
    color: #00664f !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-grey {
    color: #af272f !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-university {
    color: #862633 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-primary {
    color: #68246d !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-secondary {
    color: #ffd53a !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-tertiary {
    color: #00aeef !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-success {
    color: #449d44 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-danger {
    color: #be1e2c !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-warning {
    color: #da611e !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-info {
    color: #1180a1 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-light {
    color: #fff !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-dark {
    color: #333123 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-purple--light {
    color: #74287a !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-light-green--light {
    color: #fff !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-red--dark {
    color: #981823 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-red--light {
    color: #d52231 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-gold--light {
    color: #bab577 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-black--dark {
    color: #29271c !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-black--light {
    color: #393727 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-white--dark {
    color: #ccc !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-white--light {
    color: #fff !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-25--light {
    color: #fff !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-50--light {
    color: #fff !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-college--dark {
    color: #00523f !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-college--light {
    color: #007258 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-primary--light {
    color: #74287a !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-success--dark {
    color: #367e36 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-success--light {
    color: #4cb04c !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-danger--dark {
    color: #981823 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-danger--light {
    color: #d52231 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-warning--light {
    color: #e37233 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-info--light {
    color: #138fb4 !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-light--dark {
    color: #ccc !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-light--light {
    color: #fff !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-dark--dark {
    color: #29271c !important;
  }

  .ui-state-active .lg\:ui-active\:u-text-dark--light {
    color: #393727 !important;
  }

  .group:hover .lg\:group-hover\:u-text-transparent {
    color: transparent !important;
  }

  .group:hover .lg\:group-hover\:u-text-current-color {
    color: currentColor !important;
  }

  .group:hover .lg\:group-hover\:u-text-inherit {
    color: inherit !important;
  }

  .group:hover .lg\:group-hover\:u-text-purple {
    color: #68246d !important;
  }

  .group:hover .lg\:group-hover\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .group:hover .lg\:group-hover\:u-text-yellow {
    color: #ffd53a !important;
  }

  .group:hover .lg\:group-hover\:u-text-cyan {
    color: #00aeef !important;
  }

  .group:hover .lg\:group-hover\:u-text-blue {
    color: #409ddd !important;
  }

  .group:hover .lg\:group-hover\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .group:hover .lg\:group-hover\:u-text-red {
    color: #be1e2c !important;
  }

  .group:hover .lg\:group-hover\:u-text-gold {
    color: #afa961 !important;
  }

  .group:hover .lg\:group-hover\:u-text-ink-100 {
    color: #002337 !important;
  }

  .group:hover .lg\:group-hover\:u-text-stone {
    color: #dacda2 !important;
  }

  .group:hover .lg\:group-hover\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .group:hover .lg\:group-hover\:u-text-heather {
    color: #cba8b1 !important;
  }

  .group:hover .lg\:group-hover\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .group:hover .lg\:group-hover\:u-text-business {
    color: #b3bdb1 !important;
  }

  .group:hover .lg\:group-hover\:u-text-black {
    color: #333123 !important;
  }

  .group:hover .lg\:group-hover\:u-text-white {
    color: #fff !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-300 {
    color: #64696c !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .group:hover .lg\:group-hover\:u-text-youtube {
    color: #f00 !important;
  }

  .group:hover .lg\:group-hover\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .group:hover .lg\:group-hover\:u-text-facebook {
    color: #3b5998 !important;
  }

  .group:hover .lg\:group-hover\:u-text-instagram {
    color: #444 !important;
  }

  .group:hover .lg\:group-hover\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .group:hover .lg\:group-hover\:u-text-college {
    color: #00664f !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-grey {
    color: #af272f !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-university {
    color: #862633 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .group:hover .lg\:group-hover\:u-text-primary {
    color: #68246d !important;
  }

  .group:hover .lg\:group-hover\:u-text-secondary {
    color: #ffd53a !important;
  }

  .group:hover .lg\:group-hover\:u-text-tertiary {
    color: #00aeef !important;
  }

  .group:hover .lg\:group-hover\:u-text-success {
    color: #449d44 !important;
  }

  .group:hover .lg\:group-hover\:u-text-danger {
    color: #be1e2c !important;
  }

  .group:hover .lg\:group-hover\:u-text-warning {
    color: #da611e !important;
  }

  .group:hover .lg\:group-hover\:u-text-info {
    color: #1180a1 !important;
  }

  .group:hover .lg\:group-hover\:u-text-light {
    color: #fff !important;
  }

  .group:hover .lg\:group-hover\:u-text-dark {
    color: #333123 !important;
  }

  .group:hover .lg\:group-hover\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .group:hover .lg\:group-hover\:u-text-purple--light {
    color: #74287a !important;
  }

  .group:hover .lg\:group-hover\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .group:hover .lg\:group-hover\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .group:hover .lg\:group-hover\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .group:hover .lg\:group-hover\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .group:hover .lg\:group-hover\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .group:hover .lg\:group-hover\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .group:hover .lg\:group-hover\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .group:hover .lg\:group-hover\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .group:hover .lg\:group-hover\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .group:hover .lg\:group-hover\:u-text-light-green--light {
    color: #fff !important;
  }

  .group:hover .lg\:group-hover\:u-text-red--dark {
    color: #981823 !important;
  }

  .group:hover .lg\:group-hover\:u-text-red--light {
    color: #d52231 !important;
  }

  .group:hover .lg\:group-hover\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .group:hover .lg\:group-hover\:u-text-gold--light {
    color: #bab577 !important;
  }

  .group:hover .lg\:group-hover\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .group:hover .lg\:group-hover\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .group:hover .lg\:group-hover\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .group:hover .lg\:group-hover\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .group:hover .lg\:group-hover\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .group:hover .lg\:group-hover\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .group:hover .lg\:group-hover\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .group:hover .lg\:group-hover\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .group:hover .lg\:group-hover\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .group:hover .lg\:group-hover\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .group:hover .lg\:group-hover\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .group:hover .lg\:group-hover\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .group:hover .lg\:group-hover\:u-text-black--dark {
    color: #29271c !important;
  }

  .group:hover .lg\:group-hover\:u-text-black--light {
    color: #393727 !important;
  }

  .group:hover .lg\:group-hover\:u-text-white--dark {
    color: #ccc !important;
  }

  .group:hover .lg\:group-hover\:u-text-white--light {
    color: #fff !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-25--light {
    color: #fff !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-50--light {
    color: #fff !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .group:hover .lg\:group-hover\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .group:hover .lg\:group-hover\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .group:hover .lg\:group-hover\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .group:hover .lg\:group-hover\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .group:hover .lg\:group-hover\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .group:hover .lg\:group-hover\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .group:hover .lg\:group-hover\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .group:hover .lg\:group-hover\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .group:hover .lg\:group-hover\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .group:hover .lg\:group-hover\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .group:hover .lg\:group-hover\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .group:hover .lg\:group-hover\:u-text-college--dark {
    color: #00523f !important;
  }

  .group:hover .lg\:group-hover\:u-text-college--light {
    color: #007258 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .group:hover .lg\:group-hover\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .group:hover .lg\:group-hover\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .group:hover .lg\:group-hover\:u-text-primary--light {
    color: #74287a !important;
  }

  .group:hover .lg\:group-hover\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .group:hover .lg\:group-hover\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .group:hover .lg\:group-hover\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .group:hover .lg\:group-hover\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .group:hover .lg\:group-hover\:u-text-success--dark {
    color: #367e36 !important;
  }

  .group:hover .lg\:group-hover\:u-text-success--light {
    color: #4cb04c !important;
  }

  .group:hover .lg\:group-hover\:u-text-danger--dark {
    color: #981823 !important;
  }

  .group:hover .lg\:group-hover\:u-text-danger--light {
    color: #d52231 !important;
  }

  .group:hover .lg\:group-hover\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .group:hover .lg\:group-hover\:u-text-warning--light {
    color: #e37233 !important;
  }

  .group:hover .lg\:group-hover\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .group:hover .lg\:group-hover\:u-text-info--light {
    color: #138fb4 !important;
  }

  .group:hover .lg\:group-hover\:u-text-light--dark {
    color: #ccc !important;
  }

  .group:hover .lg\:group-hover\:u-text-light--light {
    color: #fff !important;
  }

  .group:hover .lg\:group-hover\:u-text-dark--dark {
    color: #29271c !important;
  }

  .group:hover .lg\:group-hover\:u-text-dark--light {
    color: #393727 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-transparent,
  .group:focus .lg\:group-hocus\:u-text-transparent {
    color: transparent !important;
  }

  .group:hover .lg\:group-hocus\:u-text-current-color,
  .group:focus .lg\:group-hocus\:u-text-current-color {
    color: currentColor !important;
  }

  .group:hover .lg\:group-hocus\:u-text-inherit,
  .group:focus .lg\:group-hocus\:u-text-inherit {
    color: inherit !important;
  }

  .group:hover .lg\:group-hocus\:u-text-purple,
  .group:focus .lg\:group-hocus\:u-text-purple {
    color: #68246d !important;
  }

  .group:hover .lg\:group-hocus\:u-text-darkpurple,
  .group:focus .lg\:group-hocus\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .group:hover .lg\:group-hocus\:u-text-yellow,
  .group:focus .lg\:group-hocus\:u-text-yellow {
    color: #ffd53a !important;
  }

  .group:hover .lg\:group-hocus\:u-text-cyan,
  .group:focus .lg\:group-hocus\:u-text-cyan {
    color: #00aeef !important;
  }

  .group:hover .lg\:group-hocus\:u-text-blue,
  .group:focus .lg\:group-hocus\:u-text-blue {
    color: #409ddd !important;
  }

  .group:hover .lg\:group-hocus\:u-text-light-green,
  .group:focus .lg\:group-hocus\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-red,
  .group:focus .lg\:group-hocus\:u-text-red {
    color: #be1e2c !important;
  }

  .group:hover .lg\:group-hocus\:u-text-gold,
  .group:focus .lg\:group-hocus\:u-text-gold {
    color: #afa961 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-ink-100,
  .group:focus .lg\:group-hocus\:u-text-ink-100 {
    color: #002337 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-stone,
  .group:focus .lg\:group-hocus\:u-text-stone {
    color: #dacda2 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-sky,
  .group:focus .lg\:group-hocus\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-heather,
  .group:focus .lg\:group-hocus\:u-text-heather {
    color: #cba8b1 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-cedar,
  .group:focus .lg\:group-hocus\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-business,
  .group:focus .lg\:group-hocus\:u-text-business {
    color: #b3bdb1 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-black,
  .group:focus .lg\:group-hocus\:u-text-black {
    color: #333123 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-white,
  .group:focus .lg\:group-hocus\:u-text-white {
    color: #fff !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-25,
  .group:focus .lg\:group-hocus\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-50,
  .group:focus .lg\:group-hocus\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-75,
  .group:focus .lg\:group-hocus\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-100,
  .group:focus .lg\:group-hocus\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-200,
  .group:focus .lg\:group-hocus\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-300,
  .group:focus .lg\:group-hocus\:u-text-grey-300 {
    color: #64696c !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-400,
  .group:focus .lg\:group-hocus\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .group:hover .lg\:group-hocus\:u-text-youtube,
  .group:focus .lg\:group-hocus\:u-text-youtube {
    color: #f00 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-twitter,
  .group:focus .lg\:group-hocus\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-facebook,
  .group:focus .lg\:group-hocus\:u-text-facebook {
    color: #3b5998 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-instagram,
  .group:focus .lg\:group-hocus\:u-text-instagram {
    color: #444 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-linkedin,
  .group:focus .lg\:group-hocus\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-college,
  .group:focus .lg\:group-hocus\:u-text-college {
    color: #00664f !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-collingwood,
  .group:focus .lg\:group-hocus\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-grey,
  .group:focus .lg\:group-hocus\:u-text-coll-grey {
    color: #af272f !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-hatfield,
  .group:focus .lg\:group-hocus\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-johnsnow,
  .group:focus .lg\:group-hocus\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-jbutler,
  .group:focus .lg\:group-hocus\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-south-college,
  .group:focus .lg\:group-hocus\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-staidans,
  .group:focus .lg\:group-hocus\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-stchads,
  .group:focus .lg\:group-hocus\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-stcuthberts,
  .group:focus .lg\:group-hocus\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-sthild,
  .group:focus .lg\:group-hocus\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-stjohns,
  .group:focus .lg\:group-hocus\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-stmarys,
  .group:focus .lg\:group-hocus\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-stephenson,
  .group:focus .lg\:group-hocus\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-trevelyan,
  .group:focus .lg\:group-hocus\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-university,
  .group:focus .lg\:group-hocus\:u-text-coll-university {
    color: #862633 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-ustinov,
  .group:focus .lg\:group-hocus\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-vanmildert,
  .group:focus .lg\:group-hocus\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-primary,
  .group:focus .lg\:group-hocus\:u-text-primary {
    color: #68246d !important;
  }

  .group:hover .lg\:group-hocus\:u-text-secondary,
  .group:focus .lg\:group-hocus\:u-text-secondary {
    color: #ffd53a !important;
  }

  .group:hover .lg\:group-hocus\:u-text-tertiary,
  .group:focus .lg\:group-hocus\:u-text-tertiary {
    color: #00aeef !important;
  }

  .group:hover .lg\:group-hocus\:u-text-success,
  .group:focus .lg\:group-hocus\:u-text-success {
    color: #449d44 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-danger,
  .group:focus .lg\:group-hocus\:u-text-danger {
    color: #be1e2c !important;
  }

  .group:hover .lg\:group-hocus\:u-text-warning,
  .group:focus .lg\:group-hocus\:u-text-warning {
    color: #da611e !important;
  }

  .group:hover .lg\:group-hocus\:u-text-info,
  .group:focus .lg\:group-hocus\:u-text-info {
    color: #1180a1 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-light,
  .group:focus .lg\:group-hocus\:u-text-light {
    color: #fff !important;
  }

  .group:hover .lg\:group-hocus\:u-text-dark,
  .group:focus .lg\:group-hocus\:u-text-dark {
    color: #333123 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-purple--dark,
  .group:focus .lg\:group-hocus\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-purple--light,
  .group:focus .lg\:group-hocus\:u-text-purple--light {
    color: #74287a !important;
  }

  .group:hover .lg\:group-hocus\:u-text-darkpurple--dark,
  .group:focus .lg\:group-hocus\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .group:hover .lg\:group-hocus\:u-text-darkpurple--light,
  .group:focus .lg\:group-hocus\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-yellow--dark,
  .group:focus .lg\:group-hocus\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-yellow--light,
  .group:focus .lg\:group-hocus\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-cyan--dark,
  .group:focus .lg\:group-hocus\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .group:hover .lg\:group-hocus\:u-text-cyan--light,
  .group:focus .lg\:group-hocus\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .group:hover .lg\:group-hocus\:u-text-blue--dark,
  .group:focus .lg\:group-hocus\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-blue--light,
  .group:focus .lg\:group-hocus\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-light-green--dark,
  .group:focus .lg\:group-hocus\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-light-green--light,
  .group:focus .lg\:group-hocus\:u-text-light-green--light {
    color: #fff !important;
  }

  .group:hover .lg\:group-hocus\:u-text-red--dark,
  .group:focus .lg\:group-hocus\:u-text-red--dark {
    color: #981823 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-red--light,
  .group:focus .lg\:group-hocus\:u-text-red--light {
    color: #d52231 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-gold--dark,
  .group:focus .lg\:group-hocus\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-gold--light,
  .group:focus .lg\:group-hocus\:u-text-gold--light {
    color: #bab577 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-ink-100--dark,
  .group:focus .lg\:group-hocus\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .group:hover .lg\:group-hocus\:u-text-ink-100--light,
  .group:focus .lg\:group-hocus\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .group:hover .lg\:group-hocus\:u-text-stone--dark,
  .group:focus .lg\:group-hocus\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .group:hover .lg\:group-hocus\:u-text-stone--light,
  .group:focus .lg\:group-hocus\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-sky--dark,
  .group:focus .lg\:group-hocus\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-sky--light,
  .group:focus .lg\:group-hocus\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .group:hover .lg\:group-hocus\:u-text-heather--dark,
  .group:focus .lg\:group-hocus\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-heather--light,
  .group:focus .lg\:group-hocus\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .group:hover .lg\:group-hocus\:u-text-cedar--dark,
  .group:focus .lg\:group-hocus\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-cedar--light,
  .group:focus .lg\:group-hocus\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .group:hover .lg\:group-hocus\:u-text-business--dark,
  .group:focus .lg\:group-hocus\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-business--light,
  .group:focus .lg\:group-hocus\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-black--dark,
  .group:focus .lg\:group-hocus\:u-text-black--dark {
    color: #29271c !important;
  }

  .group:hover .lg\:group-hocus\:u-text-black--light,
  .group:focus .lg\:group-hocus\:u-text-black--light {
    color: #393727 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-white--dark,
  .group:focus .lg\:group-hocus\:u-text-white--dark {
    color: #ccc !important;
  }

  .group:hover .lg\:group-hocus\:u-text-white--light,
  .group:focus .lg\:group-hocus\:u-text-white--light {
    color: #fff !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-25--dark,
  .group:focus .lg\:group-hocus\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-25--light,
  .group:focus .lg\:group-hocus\:u-text-grey-25--light {
    color: #fff !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-50--dark,
  .group:focus .lg\:group-hocus\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-50--light,
  .group:focus .lg\:group-hocus\:u-text-grey-50--light {
    color: #fff !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-75--dark,
  .group:focus .lg\:group-hocus\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-75--light,
  .group:focus .lg\:group-hocus\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-100--dark,
  .group:focus .lg\:group-hocus\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-100--light,
  .group:focus .lg\:group-hocus\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-200--dark,
  .group:focus .lg\:group-hocus\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-200--light,
  .group:focus .lg\:group-hocus\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-300--dark,
  .group:focus .lg\:group-hocus\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-300--light,
  .group:focus .lg\:group-hocus\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-400--dark,
  .group:focus .lg\:group-hocus\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .group:hover .lg\:group-hocus\:u-text-grey-400--light,
  .group:focus .lg\:group-hocus\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-youtube--dark,
  .group:focus .lg\:group-hocus\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-youtube--light,
  .group:focus .lg\:group-hocus\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .group:hover .lg\:group-hocus\:u-text-twitter--dark,
  .group:focus .lg\:group-hocus\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .group:hover .lg\:group-hocus\:u-text-twitter--light,
  .group:focus .lg\:group-hocus\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-facebook--dark,
  .group:focus .lg\:group-hocus\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .group:hover .lg\:group-hocus\:u-text-facebook--light,
  .group:focus .lg\:group-hocus\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .group:hover .lg\:group-hocus\:u-text-instagram--dark,
  .group:focus .lg\:group-hocus\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-instagram--light,
  .group:focus .lg\:group-hocus\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .group:hover .lg\:group-hocus\:u-text-linkedin--dark,
  .group:focus .lg\:group-hocus\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-linkedin--light,
  .group:focus .lg\:group-hocus\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .group:hover .lg\:group-hocus\:u-text-college--dark,
  .group:focus .lg\:group-hocus\:u-text-college--dark {
    color: #00523f !important;
  }

  .group:hover .lg\:group-hocus\:u-text-college--light,
  .group:focus .lg\:group-hocus\:u-text-college--light {
    color: #007258 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-collingwood--dark,
  .group:focus .lg\:group-hocus\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-collingwood--light,
  .group:focus .lg\:group-hocus\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-grey--dark,
  .group:focus .lg\:group-hocus\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-grey--light,
  .group:focus .lg\:group-hocus\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-hatfield--dark,
  .group:focus .lg\:group-hocus\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-hatfield--light,
  .group:focus .lg\:group-hocus\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-johnsnow--dark,
  .group:focus .lg\:group-hocus\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-johnsnow--light,
  .group:focus .lg\:group-hocus\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-jbutler--dark,
  .group:focus .lg\:group-hocus\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-jbutler--light,
  .group:focus .lg\:group-hocus\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-south-college--dark,
  .group:focus .lg\:group-hocus\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-south-college--light,
  .group:focus .lg\:group-hocus\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-staidans--dark,
  .group:focus .lg\:group-hocus\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-staidans--light,
  .group:focus .lg\:group-hocus\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-stchads--dark,
  .group:focus .lg\:group-hocus\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-stchads--light,
  .group:focus .lg\:group-hocus\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-stcuthberts--dark,
  .group:focus .lg\:group-hocus\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-stcuthberts--light,
  .group:focus .lg\:group-hocus\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-sthild--dark,
  .group:focus .lg\:group-hocus\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-sthild--light,
  .group:focus .lg\:group-hocus\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-stjohns--dark,
  .group:focus .lg\:group-hocus\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-stjohns--light,
  .group:focus .lg\:group-hocus\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-stmarys--dark,
  .group:focus .lg\:group-hocus\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-stmarys--light,
  .group:focus .lg\:group-hocus\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-stephenson--dark,
  .group:focus .lg\:group-hocus\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-stephenson--light,
  .group:focus .lg\:group-hocus\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-trevelyan--dark,
  .group:focus .lg\:group-hocus\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-trevelyan--light,
  .group:focus .lg\:group-hocus\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-university--dark,
  .group:focus .lg\:group-hocus\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-university--light,
  .group:focus .lg\:group-hocus\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-ustinov--dark,
  .group:focus .lg\:group-hocus\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-ustinov--light,
  .group:focus .lg\:group-hocus\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-vanmildert--dark,
  .group:focus .lg\:group-hocus\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .group:hover .lg\:group-hocus\:u-text-coll-vanmildert--light,
  .group:focus .lg\:group-hocus\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-primary--dark,
  .group:focus .lg\:group-hocus\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-primary--light,
  .group:focus .lg\:group-hocus\:u-text-primary--light {
    color: #74287a !important;
  }

  .group:hover .lg\:group-hocus\:u-text-secondary--dark,
  .group:focus .lg\:group-hocus\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-secondary--light,
  .group:focus .lg\:group-hocus\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-tertiary--dark,
  .group:focus .lg\:group-hocus\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .group:hover .lg\:group-hocus\:u-text-tertiary--light,
  .group:focus .lg\:group-hocus\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .group:hover .lg\:group-hocus\:u-text-success--dark,
  .group:focus .lg\:group-hocus\:u-text-success--dark {
    color: #367e36 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-success--light,
  .group:focus .lg\:group-hocus\:u-text-success--light {
    color: #4cb04c !important;
  }

  .group:hover .lg\:group-hocus\:u-text-danger--dark,
  .group:focus .lg\:group-hocus\:u-text-danger--dark {
    color: #981823 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-danger--light,
  .group:focus .lg\:group-hocus\:u-text-danger--light {
    color: #d52231 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-warning--dark,
  .group:focus .lg\:group-hocus\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-warning--light,
  .group:focus .lg\:group-hocus\:u-text-warning--light {
    color: #e37233 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-info--dark,
  .group:focus .lg\:group-hocus\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-info--light,
  .group:focus .lg\:group-hocus\:u-text-info--light {
    color: #138fb4 !important;
  }

  .group:hover .lg\:group-hocus\:u-text-light--dark,
  .group:focus .lg\:group-hocus\:u-text-light--dark {
    color: #ccc !important;
  }

  .group:hover .lg\:group-hocus\:u-text-light--light,
  .group:focus .lg\:group-hocus\:u-text-light--light {
    color: #fff !important;
  }

  .group:hover .lg\:group-hocus\:u-text-dark--dark,
  .group:focus .lg\:group-hocus\:u-text-dark--dark {
    color: #29271c !important;
  }

  .group:hover .lg\:group-hocus\:u-text-dark--light,
  .group:focus .lg\:group-hocus\:u-text-dark--light {
    color: #393727 !important;
  }

  .lg\:hocus\:u-text-transparent:hover,
  .lg\:hocus\:u-text-transparent:focus {
    color: transparent !important;
  }

  .lg\:hocus\:u-text-current-color:hover,
  .lg\:hocus\:u-text-current-color:focus {
    color: currentColor !important;
  }

  .lg\:hocus\:u-text-inherit:hover,
  .lg\:hocus\:u-text-inherit:focus {
    color: inherit !important;
  }

  .lg\:hocus\:u-text-purple:hover,
  .lg\:hocus\:u-text-purple:focus {
    color: #68246d !important;
  }

  .lg\:hocus\:u-text-darkpurple:hover,
  .lg\:hocus\:u-text-darkpurple:focus {
    color: #571b4f !important;
  }

  .lg\:hocus\:u-text-yellow:hover,
  .lg\:hocus\:u-text-yellow:focus {
    color: #ffd53a !important;
  }

  .lg\:hocus\:u-text-cyan:hover,
  .lg\:hocus\:u-text-cyan:focus {
    color: #00aeef !important;
  }

  .lg\:hocus\:u-text-blue:hover,
  .lg\:hocus\:u-text-blue:focus {
    color: #409ddd !important;
  }

  .lg\:hocus\:u-text-light-green:hover,
  .lg\:hocus\:u-text-light-green:focus {
    color: #e2f4e9 !important;
  }

  .lg\:hocus\:u-text-red:hover,
  .lg\:hocus\:u-text-red:focus {
    color: #be1e2c !important;
  }

  .lg\:hocus\:u-text-gold:hover,
  .lg\:hocus\:u-text-gold:focus {
    color: #afa961 !important;
  }

  .lg\:hocus\:u-text-ink-100:hover,
  .lg\:hocus\:u-text-ink-100:focus {
    color: #002337 !important;
  }

  .lg\:hocus\:u-text-stone:hover,
  .lg\:hocus\:u-text-stone:focus {
    color: #dacda2 !important;
  }

  .lg\:hocus\:u-text-sky:hover,
  .lg\:hocus\:u-text-sky:focus {
    color: #a5c8d0 !important;
  }

  .lg\:hocus\:u-text-heather:hover,
  .lg\:hocus\:u-text-heather:focus {
    color: #cba8b1 !important;
  }

  .lg\:hocus\:u-text-cedar:hover,
  .lg\:hocus\:u-text-cedar:focus {
    color: #b6aaa7 !important;
  }

  .lg\:hocus\:u-text-business:hover,
  .lg\:hocus\:u-text-business:focus {
    color: #b3bdb1 !important;
  }

  .lg\:hocus\:u-text-black:hover,
  .lg\:hocus\:u-text-black:focus {
    color: #333123 !important;
  }

  .lg\:hocus\:u-text-white:hover,
  .lg\:hocus\:u-text-white:focus {
    color: #fff !important;
  }

  .lg\:hocus\:u-text-grey-25:hover,
  .lg\:hocus\:u-text-grey-25:focus {
    color: #f7f7f7 !important;
  }

  .lg\:hocus\:u-text-grey-50:hover,
  .lg\:hocus\:u-text-grey-50:focus {
    color: #ebebeb !important;
  }

  .lg\:hocus\:u-text-grey-75:hover,
  .lg\:hocus\:u-text-grey-75:focus {
    color: #d9d9d9 !important;
  }

  .lg\:hocus\:u-text-grey-100:hover,
  .lg\:hocus\:u-text-grey-100:focus {
    color: #afb4b6 !important;
  }

  .lg\:hocus\:u-text-grey-200:hover,
  .lg\:hocus\:u-text-grey-200:focus {
    color: #898e91 !important;
  }

  .lg\:hocus\:u-text-grey-300:hover,
  .lg\:hocus\:u-text-grey-300:focus {
    color: #64696c !important;
  }

  .lg\:hocus\:u-text-grey-400:hover,
  .lg\:hocus\:u-text-grey-400:focus {
    color: #3c3c3b !important;
  }

  .lg\:hocus\:u-text-youtube:hover,
  .lg\:hocus\:u-text-youtube:focus {
    color: #f00 !important;
  }

  .lg\:hocus\:u-text-twitter:hover,
  .lg\:hocus\:u-text-twitter:focus {
    color: #1da1f2 !important;
  }

  .lg\:hocus\:u-text-facebook:hover,
  .lg\:hocus\:u-text-facebook:focus {
    color: #3b5998 !important;
  }

  .lg\:hocus\:u-text-instagram:hover,
  .lg\:hocus\:u-text-instagram:focus {
    color: #444 !important;
  }

  .lg\:hocus\:u-text-linkedin:hover,
  .lg\:hocus\:u-text-linkedin:focus {
    color: #0077b5 !important;
  }

  .lg\:hocus\:u-text-college:hover,
  .lg\:hocus\:u-text-college:focus {
    color: #00664f !important;
  }

  .lg\:hocus\:u-text-coll-collingwood:hover,
  .lg\:hocus\:u-text-coll-collingwood:focus {
    color: #d22630 !important;
  }

  .lg\:hocus\:u-text-coll-grey:hover,
  .lg\:hocus\:u-text-coll-grey:focus {
    color: #af272f !important;
  }

  .lg\:hocus\:u-text-coll-hatfield:hover,
  .lg\:hocus\:u-text-coll-hatfield:focus {
    color: #003865 !important;
  }

  .lg\:hocus\:u-text-coll-johnsnow:hover,
  .lg\:hocus\:u-text-coll-johnsnow:focus {
    color: #003865 !important;
  }

  .lg\:hocus\:u-text-coll-jbutler:hover,
  .lg\:hocus\:u-text-coll-jbutler:focus {
    color: #d22630 !important;
  }

  .lg\:hocus\:u-text-coll-south-college:hover,
  .lg\:hocus\:u-text-coll-south-college:focus {
    color: #68246d !important;
  }

  .lg\:hocus\:u-text-coll-staidans:hover,
  .lg\:hocus\:u-text-coll-staidans:focus {
    color: #006747 !important;
  }

  .lg\:hocus\:u-text-coll-stchads:hover,
  .lg\:hocus\:u-text-coll-stchads:focus {
    color: #00573f !important;
  }

  .lg\:hocus\:u-text-coll-stcuthberts:hover,
  .lg\:hocus\:u-text-coll-stcuthberts:focus {
    color: #00664f !important;
  }

  .lg\:hocus\:u-text-coll-sthild:hover,
  .lg\:hocus\:u-text-coll-sthild:focus {
    color: #0072ce !important;
  }

  .lg\:hocus\:u-text-coll-stjohns:hover,
  .lg\:hocus\:u-text-coll-stjohns:focus {
    color: #1b365d !important;
  }

  .lg\:hocus\:u-text-coll-stmarys:hover,
  .lg\:hocus\:u-text-coll-stmarys:focus {
    color: #753bbd !important;
  }

  .lg\:hocus\:u-text-coll-stephenson:hover,
  .lg\:hocus\:u-text-coll-stephenson:focus {
    color: #d22630 !important;
  }

  .lg\:hocus\:u-text-coll-trevelyan:hover,
  .lg\:hocus\:u-text-coll-trevelyan:focus {
    color: #003865 !important;
  }

  .lg\:hocus\:u-text-coll-university:hover,
  .lg\:hocus\:u-text-coll-university:focus {
    color: #862633 !important;
  }

  .lg\:hocus\:u-text-coll-ustinov:hover,
  .lg\:hocus\:u-text-coll-ustinov:focus {
    color: #003865 !important;
  }

  .lg\:hocus\:u-text-coll-vanmildert:hover,
  .lg\:hocus\:u-text-coll-vanmildert:focus {
    color: #ee2737 !important;
  }

  .lg\:hocus\:u-text-primary:hover,
  .lg\:hocus\:u-text-primary:focus {
    color: #68246d !important;
  }

  .lg\:hocus\:u-text-secondary:hover,
  .lg\:hocus\:u-text-secondary:focus {
    color: #ffd53a !important;
  }

  .lg\:hocus\:u-text-tertiary:hover,
  .lg\:hocus\:u-text-tertiary:focus {
    color: #00aeef !important;
  }

  .lg\:hocus\:u-text-success:hover,
  .lg\:hocus\:u-text-success:focus {
    color: #449d44 !important;
  }

  .lg\:hocus\:u-text-danger:hover,
  .lg\:hocus\:u-text-danger:focus {
    color: #be1e2c !important;
  }

  .lg\:hocus\:u-text-warning:hover,
  .lg\:hocus\:u-text-warning:focus {
    color: #da611e !important;
  }

  .lg\:hocus\:u-text-info:hover,
  .lg\:hocus\:u-text-info:focus {
    color: #1180a1 !important;
  }

  .lg\:hocus\:u-text-light:hover,
  .lg\:hocus\:u-text-light:focus {
    color: #fff !important;
  }

  .lg\:hocus\:u-text-dark:hover,
  .lg\:hocus\:u-text-dark:focus {
    color: #333123 !important;
  }

  .lg\:hocus\:u-text-purple--dark:hover,
  .lg\:hocus\:u-text-purple--dark:focus {
    color: #531d57 !important;
  }

  .lg\:hocus\:u-text-purple--light:hover,
  .lg\:hocus\:u-text-purple--light:focus {
    color: #74287a !important;
  }

  .lg\:hocus\:u-text-darkpurple--dark:hover,
  .lg\:hocus\:u-text-darkpurple--dark:focus {
    color: #46163f !important;
  }

  .lg\:hocus\:u-text-darkpurple--light:hover,
  .lg\:hocus\:u-text-darkpurple--light:focus {
    color: #611e58 !important;
  }

  .lg\:hocus\:u-text-yellow--dark:hover,
  .lg\:hocus\:u-text-yellow--dark:focus {
    color: #fac500 !important;
  }

  .lg\:hocus\:u-text-yellow--light:hover,
  .lg\:hocus\:u-text-yellow--light:focus {
    color: #ffdd60 !important;
  }

  .lg\:hocus\:u-text-cyan--dark:hover,
  .lg\:hocus\:u-text-cyan--dark:focus {
    color: #008bbf !important;
  }

  .lg\:hocus\:u-text-cyan--light:hover,
  .lg\:hocus\:u-text-cyan--light:focus {
    color: #0dbdff !important;
  }

  .lg\:hocus\:u-text-blue--dark:hover,
  .lg\:hocus\:u-text-blue--dark:focus {
    color: #2281c2 !important;
  }

  .lg\:hocus\:u-text-blue--light:hover,
  .lg\:hocus\:u-text-blue--light:focus {
    color: #5dace2 !important;
  }

  .lg\:hocus\:u-text-light-green--dark:hover,
  .lg\:hocus\:u-text-light-green--dark:focus {
    color: #9edab5 !important;
  }

  .lg\:hocus\:u-text-light-green--light:hover,
  .lg\:hocus\:u-text-light-green--light:focus {
    color: #fff !important;
  }

  .lg\:hocus\:u-text-red--dark:hover,
  .lg\:hocus\:u-text-red--dark:focus {
    color: #981823 !important;
  }

  .lg\:hocus\:u-text-red--light:hover,
  .lg\:hocus\:u-text-red--light:focus {
    color: #d52231 !important;
  }

  .lg\:hocus\:u-text-gold--dark:hover,
  .lg\:hocus\:u-text-gold--dark:focus {
    color: #908b49 !important;
  }

  .lg\:hocus\:u-text-gold--light:hover,
  .lg\:hocus\:u-text-gold--light:focus {
    color: #bab577 !important;
  }

  .lg\:hocus\:u-text-ink-100--dark:hover,
  .lg\:hocus\:u-text-ink-100--dark:focus {
    color: #001c2c !important;
  }

  .lg\:hocus\:u-text-ink-100--light:hover,
  .lg\:hocus\:u-text-ink-100--light:focus {
    color: #00273e !important;
  }

  .lg\:hocus\:u-text-stone--dark:hover,
  .lg\:hocus\:u-text-stone--dark:focus {
    color: #c4b06c !important;
  }

  .lg\:hocus\:u-text-stone--light:hover,
  .lg\:hocus\:u-text-stone--light:focus {
    color: #e7dfc3 !important;
  }

  .lg\:hocus\:u-text-sky--dark:hover,
  .lg\:hocus\:u-text-sky--dark:focus {
    color: #74aab6 !important;
  }

  .lg\:hocus\:u-text-sky--light:hover,
  .lg\:hocus\:u-text-sky--light:focus {
    color: #c2dadf !important;
  }

  .lg\:hocus\:u-text-heather--dark:hover,
  .lg\:hocus\:u-text-heather--dark:focus {
    color: #af7a87 !important;
  }

  .lg\:hocus\:u-text-heather--light:hover,
  .lg\:hocus\:u-text-heather--light:focus {
    color: #dcc4ca !important;
  }

  .lg\:hocus\:u-text-cedar--dark:hover,
  .lg\:hocus\:u-text-cedar--dark:focus {
    color: #968581 !important;
  }

  .lg\:hocus\:u-text-cedar--light:hover,
  .lg\:hocus\:u-text-cedar--light:focus {
    color: #c9c0be !important;
  }

  .lg\:hocus\:u-text-business--dark:hover,
  .lg\:hocus\:u-text-business--dark:focus {
    color: #8c9b89 !important;
  }

  .lg\:hocus\:u-text-business--light:hover,
  .lg\:hocus\:u-text-business--light:focus {
    color: #cad1c9 !important;
  }

  .lg\:hocus\:u-text-black--dark:hover,
  .lg\:hocus\:u-text-black--dark:focus {
    color: #29271c !important;
  }

  .lg\:hocus\:u-text-black--light:hover,
  .lg\:hocus\:u-text-black--light:focus {
    color: #393727 !important;
  }

  .lg\:hocus\:u-text-white--dark:hover,
  .lg\:hocus\:u-text-white--dark:focus {
    color: #ccc !important;
  }

  .lg\:hocus\:u-text-white--light:hover,
  .lg\:hocus\:u-text-white--light:focus {
    color: #fff !important;
  }

  .lg\:hocus\:u-text-grey-25--dark:hover,
  .lg\:hocus\:u-text-grey-25--dark:focus {
    color: #c6c6c6 !important;
  }

  .lg\:hocus\:u-text-grey-25--light:hover,
  .lg\:hocus\:u-text-grey-25--light:focus {
    color: #fff !important;
  }

  .lg\:hocus\:u-text-grey-50--dark:hover,
  .lg\:hocus\:u-text-grey-50--dark:focus {
    color: #bcbcbc !important;
  }

  .lg\:hocus\:u-text-grey-50--light:hover,
  .lg\:hocus\:u-text-grey-50--light:focus {
    color: #fff !important;
  }

  .lg\:hocus\:u-text-grey-75--dark:hover,
  .lg\:hocus\:u-text-grey-75--dark:focus {
    color: #aeaeae !important;
  }

  .lg\:hocus\:u-text-grey-75--light:hover,
  .lg\:hocus\:u-text-grey-75--light:focus {
    color: #f3f3f3 !important;
  }

  .lg\:hocus\:u-text-grey-100--dark:hover,
  .lg\:hocus\:u-text-grey-100--dark:focus {
    color: #8a9194 !important;
  }

  .lg\:hocus\:u-text-grey-100--light:hover,
  .lg\:hocus\:u-text-grey-100--light:focus {
    color: #c5c9ca !important;
  }

  .lg\:hocus\:u-text-grey-200--dark:hover,
  .lg\:hocus\:u-text-grey-200--dark:focus {
    color: #6d7275 !important;
  }

  .lg\:hocus\:u-text-grey-200--light:hover,
  .lg\:hocus\:u-text-grey-200--light:focus {
    color: #9b9fa1 !important;
  }

  .lg\:hocus\:u-text-grey-300--dark:hover,
  .lg\:hocus\:u-text-grey-300--dark:focus {
    color: #505456 !important;
  }

  .lg\:hocus\:u-text-grey-300--light:hover,
  .lg\:hocus\:u-text-grey-300--light:focus {
    color: #707679 !important;
  }

  .lg\:hocus\:u-text-grey-400--dark:hover,
  .lg\:hocus\:u-text-grey-400--dark:focus {
    color: #30302f !important;
  }

  .lg\:hocus\:u-text-grey-400--light:hover,
  .lg\:hocus\:u-text-grey-400--light:focus {
    color: #434342 !important;
  }

  .lg\:hocus\:u-text-youtube--dark:hover,
  .lg\:hocus\:u-text-youtube--dark:focus {
    color: #c00 !important;
  }

  .lg\:hocus\:u-text-youtube--light:hover,
  .lg\:hocus\:u-text-youtube--light:focus {
    color: #ff1f1f !important;
  }

  .lg\:hocus\:u-text-twitter--dark:hover,
  .lg\:hocus\:u-text-twitter--dark:focus {
    color: #0c84cd !important;
  }

  .lg\:hocus\:u-text-twitter--light:hover,
  .lg\:hocus\:u-text-twitter--light:focus {
    color: #3caef4 !important;
  }

  .lg\:hocus\:u-text-facebook--dark:hover,
  .lg\:hocus\:u-text-facebook--dark:focus {
    color: #2f477a !important;
  }

  .lg\:hocus\:u-text-facebook--light:hover,
  .lg\:hocus\:u-text-facebook--light:focus {
    color: #4264aa !important;
  }

  .lg\:hocus\:u-text-instagram--dark:hover,
  .lg\:hocus\:u-text-instagram--dark:focus {
    color: #363636 !important;
  }

  .lg\:hocus\:u-text-instagram--light:hover,
  .lg\:hocus\:u-text-instagram--light:focus {
    color: #4c4c4c !important;
  }

  .lg\:hocus\:u-text-linkedin--dark:hover,
  .lg\:hocus\:u-text-linkedin--dark:focus {
    color: #005f91 !important;
  }

  .lg\:hocus\:u-text-linkedin--light:hover,
  .lg\:hocus\:u-text-linkedin--light:focus {
    color: #0085cb !important;
  }

  .lg\:hocus\:u-text-college--dark:hover,
  .lg\:hocus\:u-text-college--dark:focus {
    color: #00523f !important;
  }

  .lg\:hocus\:u-text-college--light:hover,
  .lg\:hocus\:u-text-college--light:focus {
    color: #007258 !important;
  }

  .lg\:hocus\:u-text-coll-collingwood--dark:hover,
  .lg\:hocus\:u-text-coll-collingwood--dark:focus {
    color: #a81e26 !important;
  }

  .lg\:hocus\:u-text-coll-collingwood--light:hover,
  .lg\:hocus\:u-text-coll-collingwood--light:focus {
    color: #db3a44 !important;
  }

  .lg\:hocus\:u-text-coll-grey--dark:hover,
  .lg\:hocus\:u-text-coll-grey--dark:focus {
    color: #8c1f26 !important;
  }

  .lg\:hocus\:u-text-coll-grey--light:hover,
  .lg\:hocus\:u-text-coll-grey--light:focus {
    color: #c42c35 !important;
  }

  .lg\:hocus\:u-text-coll-hatfield--dark:hover,
  .lg\:hocus\:u-text-coll-hatfield--dark:focus {
    color: #002d51 !important;
  }

  .lg\:hocus\:u-text-coll-hatfield--light:hover,
  .lg\:hocus\:u-text-coll-hatfield--light:focus {
    color: #003f71 !important;
  }

  .lg\:hocus\:u-text-coll-johnsnow--dark:hover,
  .lg\:hocus\:u-text-coll-johnsnow--dark:focus {
    color: #002d51 !important;
  }

  .lg\:hocus\:u-text-coll-johnsnow--light:hover,
  .lg\:hocus\:u-text-coll-johnsnow--light:focus {
    color: #003f71 !important;
  }

  .lg\:hocus\:u-text-coll-jbutler--dark:hover,
  .lg\:hocus\:u-text-coll-jbutler--dark:focus {
    color: #a81e26 !important;
  }

  .lg\:hocus\:u-text-coll-jbutler--light:hover,
  .lg\:hocus\:u-text-coll-jbutler--light:focus {
    color: #db3a44 !important;
  }

  .lg\:hocus\:u-text-coll-south-college--dark:hover,
  .lg\:hocus\:u-text-coll-south-college--dark:focus {
    color: #531d57 !important;
  }

  .lg\:hocus\:u-text-coll-south-college--light:hover,
  .lg\:hocus\:u-text-coll-south-college--light:focus {
    color: #74287a !important;
  }

  .lg\:hocus\:u-text-coll-staidans--dark:hover,
  .lg\:hocus\:u-text-coll-staidans--dark:focus {
    color: #005239 !important;
  }

  .lg\:hocus\:u-text-coll-staidans--light:hover,
  .lg\:hocus\:u-text-coll-staidans--light:focus {
    color: #007350 !important;
  }

  .lg\:hocus\:u-text-coll-stchads--dark:hover,
  .lg\:hocus\:u-text-coll-stchads--dark:focus {
    color: #004632 !important;
  }

  .lg\:hocus\:u-text-coll-stchads--light:hover,
  .lg\:hocus\:u-text-coll-stchads--light:focus {
    color: #006147 !important;
  }

  .lg\:hocus\:u-text-coll-stcuthberts--dark:hover,
  .lg\:hocus\:u-text-coll-stcuthberts--dark:focus {
    color: #00523f !important;
  }

  .lg\:hocus\:u-text-coll-stcuthberts--light:hover,
  .lg\:hocus\:u-text-coll-stcuthberts--light:focus {
    color: #007258 !important;
  }

  .lg\:hocus\:u-text-coll-sthild--dark:hover,
  .lg\:hocus\:u-text-coll-sthild--dark:focus {
    color: #005ba5 !important;
  }

  .lg\:hocus\:u-text-coll-sthild--light:hover,
  .lg\:hocus\:u-text-coll-sthild--light:focus {
    color: #0080e7 !important;
  }

  .lg\:hocus\:u-text-coll-stjohns--dark:hover,
  .lg\:hocus\:u-text-coll-stjohns--dark:focus {
    color: #162b4a !important;
  }

  .lg\:hocus\:u-text-coll-stjohns--light:hover,
  .lg\:hocus\:u-text-coll-stjohns--light:focus {
    color: #1e3c68 !important;
  }

  .lg\:hocus\:u-text-coll-stmarys--dark:hover,
  .lg\:hocus\:u-text-coll-stmarys--dark:focus {
    color: #5e2f97 !important;
  }

  .lg\:hocus\:u-text-coll-stmarys--light:hover,
  .lg\:hocus\:u-text-coll-stmarys--light:focus {
    color: #844ec8 !important;
  }

  .lg\:hocus\:u-text-coll-stephenson--dark:hover,
  .lg\:hocus\:u-text-coll-stephenson--dark:focus {
    color: #a81e26 !important;
  }

  .lg\:hocus\:u-text-coll-stephenson--light:hover,
  .lg\:hocus\:u-text-coll-stephenson--light:focus {
    color: #db3a44 !important;
  }

  .lg\:hocus\:u-text-coll-trevelyan--dark:hover,
  .lg\:hocus\:u-text-coll-trevelyan--dark:focus {
    color: #002d51 !important;
  }

  .lg\:hocus\:u-text-coll-trevelyan--light:hover,
  .lg\:hocus\:u-text-coll-trevelyan--light:focus {
    color: #003f71 !important;
  }

  .lg\:hocus\:u-text-coll-university--dark:hover,
  .lg\:hocus\:u-text-coll-university--dark:focus {
    color: #6b1e29 !important;
  }

  .lg\:hocus\:u-text-coll-university--light:hover,
  .lg\:hocus\:u-text-coll-university--light:focus {
    color: #962b39 !important;
  }

  .lg\:hocus\:u-text-coll-ustinov--dark:hover,
  .lg\:hocus\:u-text-coll-ustinov--dark:focus {
    color: #002d51 !important;
  }

  .lg\:hocus\:u-text-coll-ustinov--light:hover,
  .lg\:hocus\:u-text-coll-ustinov--light:focus {
    color: #003f71 !important;
  }

  .lg\:hocus\:u-text-coll-vanmildert--dark:hover,
  .lg\:hocus\:u-text-coll-vanmildert--dark:focus {
    color: #cd101f !important;
  }

  .lg\:hocus\:u-text-coll-vanmildert--light:hover,
  .lg\:hocus\:u-text-coll-vanmildert--light:focus {
    color: #f04654 !important;
  }

  .lg\:hocus\:u-text-primary--dark:hover,
  .lg\:hocus\:u-text-primary--dark:focus {
    color: #531d57 !important;
  }

  .lg\:hocus\:u-text-primary--light:hover,
  .lg\:hocus\:u-text-primary--light:focus {
    color: #74287a !important;
  }

  .lg\:hocus\:u-text-secondary--dark:hover,
  .lg\:hocus\:u-text-secondary--dark:focus {
    color: #fac500 !important;
  }

  .lg\:hocus\:u-text-secondary--light:hover,
  .lg\:hocus\:u-text-secondary--light:focus {
    color: #ffdd60 !important;
  }

  .lg\:hocus\:u-text-tertiary--dark:hover,
  .lg\:hocus\:u-text-tertiary--dark:focus {
    color: #008bbf !important;
  }

  .lg\:hocus\:u-text-tertiary--light:hover,
  .lg\:hocus\:u-text-tertiary--light:focus {
    color: #0dbdff !important;
  }

  .lg\:hocus\:u-text-success--dark:hover,
  .lg\:hocus\:u-text-success--dark:focus {
    color: #367e36 !important;
  }

  .lg\:hocus\:u-text-success--light:hover,
  .lg\:hocus\:u-text-success--light:focus {
    color: #4cb04c !important;
  }

  .lg\:hocus\:u-text-danger--dark:hover,
  .lg\:hocus\:u-text-danger--dark:focus {
    color: #981823 !important;
  }

  .lg\:hocus\:u-text-danger--light:hover,
  .lg\:hocus\:u-text-danger--light:focus {
    color: #d52231 !important;
  }

  .lg\:hocus\:u-text-warning--dark:hover,
  .lg\:hocus\:u-text-warning--dark:focus {
    color: #ae4e18 !important;
  }

  .lg\:hocus\:u-text-warning--light:hover,
  .lg\:hocus\:u-text-warning--light:focus {
    color: #e37233 !important;
  }

  .lg\:hocus\:u-text-info--dark:hover,
  .lg\:hocus\:u-text-info--dark:focus {
    color: #0e6681 !important;
  }

  .lg\:hocus\:u-text-info--light:hover,
  .lg\:hocus\:u-text-info--light:focus {
    color: #138fb4 !important;
  }

  .lg\:hocus\:u-text-light--dark:hover,
  .lg\:hocus\:u-text-light--dark:focus {
    color: #ccc !important;
  }

  .lg\:hocus\:u-text-light--light:hover,
  .lg\:hocus\:u-text-light--light:focus {
    color: #fff !important;
  }

  .lg\:hocus\:u-text-dark--dark:hover,
  .lg\:hocus\:u-text-dark--dark:focus {
    color: #29271c !important;
  }

  .lg\:hocus\:u-text-dark--light:hover,
  .lg\:hocus\:u-text-dark--light:focus {
    color: #393727 !important;
  }

  .lg\:u-text-small {
    font-size: 14px !important;
  }

  .lg\:u-text-medium {
    font-size: 16px !important;
  }

  .lg\:u-text-large {
    font-size: 20px !important;
  }

  .lg\:u-text-h5 {
    font-size: 25px !important;
  }

  .lg\:u-text-h4 {
    font-size: 31px !important;
  }

  .lg\:u-text-h3 {
    font-size: 39px !important;
  }

  .lg\:u-text-h2 {
    font-size: 49px !important;
  }

  .lg\:u-text-h1 {
    font-size: 61px !important;
  }

  .lg\:u-text-sidekick {
    font-size: 76px !important;
  }

  .lg\:u-text-hero {
    font-size: 95px !important;
  }

  .lg\:u-text-unset {
    font-size: unset !important;
  }

  .lg\:u-italic {
    font-style: italic !important;
  }

  .lg\:u-roman {
    font-style: normal !important;
  }

  .lg\:u-uppercase {
    text-transform: uppercase !important;
  }

  .lg\:u-lowercase {
    text-transform: lowercase !important;
  }

  .lg\:u-capitalize {
    text-transform: capitalize !important;
  }

  .lg\:u-normal-case {
    text-transform: none !important;
  }

  .lg\:u-underline {
    text-decoration: underline !important;
  }

  .lg\:u-line-through {
    text-decoration: line-through !important;
  }

  .lg\:u-no-underline {
    text-decoration: none !important;
  }

  .lg\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:hover\:u-italic:hover {
    font-style: italic !important;
  }

  .lg\:hover\:u-roman:hover {
    font-style: normal !important;
  }

  .lg\:hover\:u-uppercase:hover {
    text-transform: uppercase !important;
  }

  .lg\:hover\:u-lowercase:hover {
    text-transform: lowercase !important;
  }

  .lg\:hover\:u-capitalize:hover {
    text-transform: capitalize !important;
  }

  .lg\:hover\:u-normal-case:hover {
    text-transform: none !important;
  }

  .lg\:hover\:u-underline:hover {
    text-decoration: underline !important;
  }

  .lg\:hover\:u-line-through:hover {
    text-decoration: line-through !important;
  }

  .lg\:hover\:u-no-underline:hover {
    text-decoration: none !important;
  }

  .lg\:hover\:u-antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:hover\:u-subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:focus\:u-italic:focus {
    font-style: italic !important;
  }

  .lg\:focus\:u-roman:focus {
    font-style: normal !important;
  }

  .lg\:focus\:u-uppercase:focus {
    text-transform: uppercase !important;
  }

  .lg\:focus\:u-lowercase:focus {
    text-transform: lowercase !important;
  }

  .lg\:focus\:u-capitalize:focus {
    text-transform: capitalize !important;
  }

  .lg\:focus\:u-normal-case:focus {
    text-transform: none !important;
  }

  .lg\:focus\:u-underline:focus {
    text-decoration: underline !important;
  }

  .lg\:focus\:u-line-through:focus {
    text-decoration: line-through !important;
  }

  .lg\:focus\:u-no-underline:focus {
    text-decoration: none !important;
  }

  .lg\:focus\:u-antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:focus\:u-subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:hocus\:u-italic:hover,
  .lg\:hocus\:u-italic:focus {
    font-style: italic !important;
  }

  .lg\:hocus\:u-roman:hover,
  .lg\:hocus\:u-roman:focus {
    font-style: normal !important;
  }

  .lg\:hocus\:u-uppercase:hover,
  .lg\:hocus\:u-uppercase:focus {
    text-transform: uppercase !important;
  }

  .lg\:hocus\:u-lowercase:hover,
  .lg\:hocus\:u-lowercase:focus {
    text-transform: lowercase !important;
  }

  .lg\:hocus\:u-capitalize:hover,
  .lg\:hocus\:u-capitalize:focus {
    text-transform: capitalize !important;
  }

  .lg\:hocus\:u-normal-case:hover,
  .lg\:hocus\:u-normal-case:focus {
    text-transform: none !important;
  }

  .lg\:hocus\:u-underline:hover,
  .lg\:hocus\:u-underline:focus {
    text-decoration: underline !important;
  }

  .lg\:hocus\:u-line-through:hover,
  .lg\:hocus\:u-line-through:focus {
    text-decoration: line-through !important;
  }

  .lg\:hocus\:u-no-underline:hover,
  .lg\:hocus\:u-no-underline:focus {
    text-decoration: none !important;
  }

  .lg\:hocus\:u-antialiased:hover,
  .lg\:hocus\:u-antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:hocus\:u-subpixel-antialiased:hover,
  .lg\:hocus\:u-subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .group:focus-within .lg\:group-focus-within\:u-italic {
    font-style: italic !important;
  }

  .group:focus-within .lg\:group-focus-within\:u-roman {
    font-style: normal !important;
  }

  .group:focus-within .lg\:group-focus-within\:u-uppercase {
    text-transform: uppercase !important;
  }

  .group:focus-within .lg\:group-focus-within\:u-lowercase {
    text-transform: lowercase !important;
  }

  .group:focus-within .lg\:group-focus-within\:u-capitalize {
    text-transform: capitalize !important;
  }

  .group:focus-within .lg\:group-focus-within\:u-normal-case {
    text-transform: none !important;
  }

  .group:focus-within .lg\:group-focus-within\:u-underline {
    text-decoration: underline !important;
  }

  .group:focus-within .lg\:group-focus-within\:u-line-through {
    text-decoration: line-through !important;
  }

  .group:focus-within .lg\:group-focus-within\:u-no-underline {
    text-decoration: none !important;
  }

  .group:focus-within .lg\:group-focus-within\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .group:focus-within .lg\:group-focus-within\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .group:hover .lg\:group-hocus\:u-italic,
  .group:focus .lg\:group-hocus\:u-italic {
    font-style: italic !important;
  }

  .group:hover .lg\:group-hocus\:u-roman,
  .group:focus .lg\:group-hocus\:u-roman {
    font-style: normal !important;
  }

  .group:hover .lg\:group-hocus\:u-uppercase,
  .group:focus .lg\:group-hocus\:u-uppercase {
    text-transform: uppercase !important;
  }

  .group:hover .lg\:group-hocus\:u-lowercase,
  .group:focus .lg\:group-hocus\:u-lowercase {
    text-transform: lowercase !important;
  }

  .group:hover .lg\:group-hocus\:u-capitalize,
  .group:focus .lg\:group-hocus\:u-capitalize {
    text-transform: capitalize !important;
  }

  .group:hover .lg\:group-hocus\:u-normal-case,
  .group:focus .lg\:group-hocus\:u-normal-case {
    text-transform: none !important;
  }

  .group:hover .lg\:group-hocus\:u-underline,
  .group:focus .lg\:group-hocus\:u-underline {
    text-decoration: underline !important;
  }

  .group:hover .lg\:group-hocus\:u-line-through,
  .group:focus .lg\:group-hocus\:u-line-through {
    text-decoration: line-through !important;
  }

  .group:hover .lg\:group-hocus\:u-no-underline,
  .group:focus .lg\:group-hocus\:u-no-underline {
    text-decoration: none !important;
  }

  .group:hover .lg\:group-hocus\:u-antialiased,
  .group:focus .lg\:group-hocus\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .group:hover .lg\:group-hocus\:u-subpixel-antialiased,
  .group:focus .lg\:group-hocus\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .group:hover .lg\:group-hover\:u-italic {
    font-style: italic !important;
  }

  .group:hover .lg\:group-hover\:u-roman {
    font-style: normal !important;
  }

  .group:hover .lg\:group-hover\:u-uppercase {
    text-transform: uppercase !important;
  }

  .group:hover .lg\:group-hover\:u-lowercase {
    text-transform: lowercase !important;
  }

  .group:hover .lg\:group-hover\:u-capitalize {
    text-transform: capitalize !important;
  }

  .group:hover .lg\:group-hover\:u-normal-case {
    text-transform: none !important;
  }

  .group:hover .lg\:group-hover\:u-underline {
    text-decoration: underline !important;
  }

  .group:hover .lg\:group-hover\:u-line-through {
    text-decoration: line-through !important;
  }

  .group:hover .lg\:group-hover\:u-no-underline {
    text-decoration: none !important;
  }

  .group:hover .lg\:group-hover\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .group:hover .lg\:group-hover\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:u-tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .lg\:u-tracking-normal {
    letter-spacing: 0 !important;
  }

  .lg\:u-tracking-wide {
    letter-spacing: .05em !important;
  }

  .lg\:u-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .lg\:u-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .lg\:u-align-baseline {
    vertical-align: baseline !important;
  }

  .lg\:u-align-top {
    vertical-align: top !important;
  }

  .lg\:u-align-middle {
    vertical-align: middle !important;
  }

  .lg\:u-align-bottom {
    vertical-align: bottom !important;
  }

  .lg\:u-align-text-top {
    vertical-align: text-top !important;
  }

  .lg\:u-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lg\:u-visible {
    visibility: visible !important;
  }

  .lg\:u-invisible {
    visibility: hidden !important;
  }

  .lg\:u-whitespace-normal {
    white-space: normal !important;
  }

  .lg\:u-whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .lg\:u-whitespace-pre {
    white-space: pre !important;
  }

  .lg\:u-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg\:u-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg\:u-break-words {
    word-wrap: break-word !important;
  }

  .lg\:u-break-normal {
    word-wrap: normal !important;
  }

  .lg\:u-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:u-w-0 {
    width: 0 !important;
  }

  .lg\:u-w-1 {
    width: 8px !important;
  }

  .lg\:u-w-2 {
    width: 16px !important;
  }

  .lg\:u-w-3 {
    width: 24px !important;
  }

  .lg\:u-w-4 {
    width: 32px !important;
  }

  .lg\:u-w-5 {
    width: 40px !important;
  }

  .lg\:u-w-6 {
    width: 48px !important;
  }

  .lg\:u-w-10 {
    width: 80px !important;
  }

  .lg\:u-w-auto {
    width: auto !important;
  }

  .lg\:u-w-unset {
    width: unset !important;
  }

  .lg\:u-w-1\/2 {
    width: 50% !important;
  }

  .lg\:u-w-1\/3 {
    width: 33.33333% !important;
  }

  .lg\:u-w-2\/3 {
    width: 66.66667% !important;
  }

  .lg\:u-w-1\/4 {
    width: 25% !important;
  }

  .lg\:u-w-3\/4 {
    width: 75% !important;
  }

  .lg\:u-w-1\/5 {
    width: 20% !important;
  }

  .lg\:u-w-2\/5 {
    width: 40% !important;
  }

  .lg\:u-w-3\/5 {
    width: 60% !important;
  }

  .lg\:u-w-4\/5 {
    width: 80% !important;
  }

  .lg\:u-w-1\/6 {
    width: 16.66667% !important;
  }

  .lg\:u-w-5\/6 {
    width: 83.33333% !important;
  }

  .lg\:u-w-full {
    width: 100% !important;
  }

  .lg\:u-w-screen {
    width: 100vw !important;
  }

  .lg\:u-w-icon {
    width: 20px !important;
  }

  .lg\:u-w-icon-lg {
    width: 35px !important;
  }

  .lg\:u-w-logo {
    width: 300px !important;
  }

  .lg\:u-w-statistic {
    width: 212px !important;
  }

  .lg\:u-z-0 {
    z-index: 0 !important;
  }

  .lg\:u-z-1 {
    z-index: 1 !important;
  }

  .lg\:u-z-10 {
    z-index: 10 !important;
  }

  .lg\:u-z-20 {
    z-index: 20 !important;
  }

  .lg\:u-z-30 {
    z-index: 30 !important;
  }

  .lg\:u-z-40 {
    z-index: 40 !important;
  }

  .lg\:u-z-50 {
    z-index: 50 !important;
  }

  .lg\:u-z-400 {
    z-index: 400 !important;
  }

  .lg\:u-z-410 {
    z-index: 410 !important;
  }

  .lg\:u-z-420 {
    z-index: 420 !important;
  }

  .lg\:u-z-501 {
    z-index: 501 !important;
  }

  .lg\:u-z-1251 {
    z-index: 1251 !important;
  }

  .lg\:u-z-auto {
    z-index: auto !important;
  }

  .lg\:u-z--1 {
    z-index: -1 !important;
  }

  .lg\:hocus\:u-z-0:hover,
  .lg\:hocus\:u-z-0:focus {
    z-index: 0 !important;
  }

  .lg\:hocus\:u-z-1:hover,
  .lg\:hocus\:u-z-1:focus {
    z-index: 1 !important;
  }

  .lg\:hocus\:u-z-10:hover,
  .lg\:hocus\:u-z-10:focus {
    z-index: 10 !important;
  }

  .lg\:hocus\:u-z-20:hover,
  .lg\:hocus\:u-z-20:focus {
    z-index: 20 !important;
  }

  .lg\:hocus\:u-z-30:hover,
  .lg\:hocus\:u-z-30:focus {
    z-index: 30 !important;
  }

  .lg\:hocus\:u-z-40:hover,
  .lg\:hocus\:u-z-40:focus {
    z-index: 40 !important;
  }

  .lg\:hocus\:u-z-50:hover,
  .lg\:hocus\:u-z-50:focus {
    z-index: 50 !important;
  }

  .lg\:hocus\:u-z-400:hover,
  .lg\:hocus\:u-z-400:focus {
    z-index: 400 !important;
  }

  .lg\:hocus\:u-z-410:hover,
  .lg\:hocus\:u-z-410:focus {
    z-index: 410 !important;
  }

  .lg\:hocus\:u-z-420:hover,
  .lg\:hocus\:u-z-420:focus {
    z-index: 420 !important;
  }

  .lg\:hocus\:u-z-501:hover,
  .lg\:hocus\:u-z-501:focus {
    z-index: 501 !important;
  }

  .lg\:hocus\:u-z-1251:hover,
  .lg\:hocus\:u-z-1251:focus {
    z-index: 1251 !important;
  }

  .lg\:hocus\:u-z-auto:hover,
  .lg\:hocus\:u-z-auto:focus {
    z-index: auto !important;
  }

  .lg\:hocus\:u-z--1:hover,
  .lg\:hocus\:u-z--1:focus {
    z-index: -1 !important;
  }

  .lg\:u-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:u-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:u-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:u-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:u-object-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:u-scroll-snap-x {
    scroll-snap-type: x mandatory !important;
  }

  .lg\:u-scroll-snap-y {
    scroll-snap-type: y mandatory !important;
  }

  .lg\:u-scroll-snap-start {
    scroll-snap-align: start !important;
  }

  .lg\:u-t-1 {
    top: 8px !important;
  }

  .lg\:u-r-1 {
    right: 8px !important;
  }

  .lg\:u-b-1 {
    bottom: 8px !important;
  }

  .lg\:u-l-1 {
    left: 8px !important;
  }

  .lg\:u-t-2 {
    top: 16px !important;
  }

  .lg\:u-r-2 {
    right: 16px !important;
  }

  .lg\:u-b-2 {
    bottom: 16px !important;
  }

  .lg\:u-l-2 {
    left: 16px !important;
  }

  .lg\:u-t-3 {
    top: 24px !important;
  }

  .lg\:u-r-3 {
    right: 24px !important;
  }

  .lg\:u-b-3 {
    bottom: 24px !important;
  }

  .lg\:u-l-3 {
    left: 24px !important;
  }

  .lg\:u-t-4 {
    top: 32px !important;
  }

  .lg\:u-r-4 {
    right: 32px !important;
  }

  .lg\:u-b-4 {
    bottom: 32px !important;
  }

  .lg\:u-l-4 {
    left: 32px !important;
  }

  .lg\:u-t-5 {
    top: 40px !important;
  }

  .lg\:u-r-5 {
    right: 40px !important;
  }

  .lg\:u-b-5 {
    bottom: 40px !important;
  }

  .lg\:u-l-5 {
    left: 40px !important;
  }

  .lg\:u-t-6 {
    top: 48px !important;
  }

  .lg\:u-r-6 {
    right: 48px !important;
  }

  .lg\:u-b-6 {
    bottom: 48px !important;
  }

  .lg\:u-l-6 {
    left: 48px !important;
  }

  .lg\:u-t-7 {
    top: 56px !important;
  }

  .lg\:u-r-7 {
    right: 56px !important;
  }

  .lg\:u-b-7 {
    bottom: 56px !important;
  }

  .lg\:u-l-7 {
    left: 56px !important;
  }

  .lg\:u-t-8 {
    top: 64px !important;
  }

  .lg\:u-r-8 {
    right: 64px !important;
  }

  .lg\:u-b-8 {
    bottom: 64px !important;
  }

  .lg\:u-l-8 {
    left: 64px !important;
  }

  .lg\:u-t-9 {
    top: 72px !important;
  }

  .lg\:u-r-9 {
    right: 72px !important;
  }

  .lg\:u-b-9 {
    bottom: 72px !important;
  }

  .lg\:u-l-9 {
    left: 72px !important;
  }

  .lg\:u-t-10 {
    top: 80px !important;
  }

  .lg\:u-r-10 {
    right: 80px !important;
  }

  .lg\:u-b-10 {
    bottom: 80px !important;
  }

  .lg\:u-l-10 {
    left: 80px !important;
  }

  .lg\:u-t--1 {
    top: -8px !important;
  }

  .lg\:u-r--1 {
    right: -8px !important;
  }

  .lg\:u-b--1 {
    bottom: -8px !important;
  }

  .lg\:u-l--1 {
    left: -8px !important;
  }

  .lg\:u-t--2 {
    top: -16px !important;
  }

  .lg\:u-r--2 {
    right: -16px !important;
  }

  .lg\:u-b--2 {
    bottom: -16px !important;
  }

  .lg\:u-l--2 {
    left: -16px !important;
  }

  .lg\:u-t--3 {
    top: -24px !important;
  }

  .lg\:u-r--3 {
    right: -24px !important;
  }

  .lg\:u-b--3 {
    bottom: -24px !important;
  }

  .lg\:u-l--3 {
    left: -24px !important;
  }

  .lg\:u-t--4 {
    top: -32px !important;
  }

  .lg\:u-r--4 {
    right: -32px !important;
  }

  .lg\:u-b--4 {
    bottom: -32px !important;
  }

  .lg\:u-l--4 {
    left: -32px !important;
  }

  .lg\:u-t--5 {
    top: -40px !important;
  }

  .lg\:u-r--5 {
    right: -40px !important;
  }

  .lg\:u-b--5 {
    bottom: -40px !important;
  }

  .lg\:u-l--5 {
    left: -40px !important;
  }

  .lg\:u-t--6 {
    top: -48px !important;
  }

  .lg\:u-r--6 {
    right: -48px !important;
  }

  .lg\:u-b--6 {
    bottom: -48px !important;
  }

  .lg\:u-l--6 {
    left: -48px !important;
  }

  .lg\:u-t--7 {
    top: -56px !important;
  }

  .lg\:u-r--7 {
    right: -56px !important;
  }

  .lg\:u-b--7 {
    bottom: -56px !important;
  }

  .lg\:u-l--7 {
    left: -56px !important;
  }

  .lg\:u-t--8 {
    top: -64px !important;
  }

  .lg\:u-r--8 {
    right: -64px !important;
  }

  .lg\:u-b--8 {
    bottom: -64px !important;
  }

  .lg\:u-l--8 {
    left: -64px !important;
  }

  .lg\:u-t--9 {
    top: -72px !important;
  }

  .lg\:u-r--9 {
    right: -72px !important;
  }

  .lg\:u-b--9 {
    bottom: -72px !important;
  }

  .lg\:u-l--9 {
    left: -72px !important;
  }

  .lg\:u-t--10 {
    top: -80px !important;
  }

  .lg\:u-r--10 {
    right: -80px !important;
  }

  .lg\:u-b--10 {
    bottom: -80px !important;
  }

  .lg\:u-l--10 {
    left: -80px !important;
  }

  .lg\:u-t-unset {
    top: unset !important;
  }

  .lg\:u-r-unset {
    right: unset !important;
  }

  .lg\:u-b-unset {
    bottom: unset !important;
  }

  .lg\:u-l-unset {
    left: unset !important;
  }

  .lg\:u-t-inherit {
    top: inherit !important;
  }

  .lg\:u-r-inherit {
    right: inherit !important;
  }

  .lg\:u-b-inherit {
    bottom: inherit !important;
  }

  .lg\:u-l-inherit {
    left: inherit !important;
  }

  .lg\:u-t-header-height {
    top: 155px !important;
    top: var(--site-header-height) !important;
  }

  .lg\:u-r-header-height {
    right: 155px !important;
    right: var(--site-header-height) !important;
  }

  .lg\:u-b-header-height {
    bottom: 155px !important;
    bottom: var(--site-header-height) !important;
  }

  .lg\:u-l-header-height {
    left: 155px !important;
    left: var(--site-header-height) !important;
  }

  .lg\:u-aspect-ratio-full {
    padding-bottom: 29.65277777777778% !important;
  }

  .lg\:u-aspect-ratio-square {
    padding-bottom: 100% !important;
  }

  .lg\:u-aspect-ratio-16\/9 {
    padding-bottom: 56.25% !important;
  }

  .lg\:u-aspect-ratio-4\/3 {
    padding-bottom: 75% !important;
  }

  .lg\:u-o-0 > * + * {
    margin-top: 0 !important;
  }

  .lg\:u-o-1 > * + * {
    margin-top: 8px !important;
  }

  .lg\:u-o-2 > * + * {
    margin-top: 16px !important;
  }

  .lg\:u-o-3 > * + * {
    margin-top: 24px !important;
  }

  .lg\:u-o-4 > * + * {
    margin-top: 32px !important;
  }

  .lg\:u-o-5 > * + * {
    margin-top: 40px !important;
  }

  .lg\:u-o-6 > * + * {
    margin-top: 48px !important;
  }

  .lg\:u-o-7 > * + * {
    margin-top: 56px !important;
  }

  .lg\:u-o-8 > * + * {
    margin-top: 64px !important;
  }

  .lg\:u-o-9 > * + * {
    margin-top: 72px !important;
  }

  .lg\:u-o-10 > * + * {
    margin-top: 80px !important;
  }

  .lg\:u-o-11 > * + * {
    margin-top: 88px !important;
  }

  .lg\:u-o-gutter > * + * {
    margin-top: 15px !important;
  }

  .lg\:u-o-container-gutter > * + * {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .lg\:u-bg-gradient-t-white-grey-50 {
    background-image: linear-gradient(to top, #fff, #ebebeb) !important;
  }

  .lg\:u-bg-gradient-b-white-grey-50 {
    background-image: linear-gradient(to bottom, #fff, #ebebeb) !important;
  }

  .lg\:u-bg-gradient-t-black-scrim {
    background-image: linear-gradient(to top, #0000, #000) !important;
  }

  .lg\:u-bg-gradient-b-black-scrim {
    background-image: linear-gradient(to bottom, #0000, #000) !important;
  }

  .lg\:row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .lg\:container,
  .lg\:header,
  .lg\:main,
  .lg\:footer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .lg\:u-overlap-y {
    transform: translateY(-50%);
  }

  .lg\:u-un-breakout {
    position: inherit;
    right: inherit;
    left: inherit;
    width: inherit;
    margin-right: inherit;
    margin-left: inherit;
  }

  .lg\:u-flex-wrap-nowrap {
    flex-wrap: nowrap !important;
  }

  .lg\:u-pin-t-100 {
    top: 100%;
  }

  .lg\:u--mx-container-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }

  @media (min-width: 576px) {
    .u--mx-container-gutter {
      margin-left: calc((15px + (100vw - 100%)/2)*-1) !important;
      margin-left: calc((15px + (100vw - var(--container-max-width))/2)*-1) !important;
      margin-right: calc((15px + (100vw - 100%)/2)*-1) !important;
      margin-right: calc((15px + (100vw - var(--container-max-width))/2)*-1) !important;
    }
  }

  .lg\:u-visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .lg\:u-break-normal {
    word-break: normal;
  }

  .lg\:u-break-all {
    word-break: break-all;
  }

  .lg\:u-hyphens-auto {
    -webkit-hyphens: auto;
            hyphens: auto;
  }

  .lg\:u-break-words {
    overflow-wrap: break-word;
  }
}

@media (min-width: 1200px) {
  .xl\:btn-lg {
    padding: 1rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0 0 9999px 0;
  }

  .xl\:btn-sm {
    padding: .5rem 1.5rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 0 0 9999px 0;
  }

  .xl\:u-gap-1 {
    margin: -4px;
  }

  .xl\:u-gap-1 > * {
    margin: 4px;
  }

  .xl\:u-gap-x-1 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .xl\:u-gap-x-1 > * {
    margin-left: 4px;
    margin-right: 4px;
  }

  .xl\:u-gap-y-1 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .xl\:u-gap-y-1 > * {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xl\:u-gap-2 {
    margin: -8px;
  }

  .xl\:u-gap-2 > * {
    margin: 8px;
  }

  .xl\:u-gap-x-2 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .xl\:u-gap-x-2 > * {
    margin-left: 8px;
    margin-right: 8px;
  }

  .xl\:u-gap-y-2 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .xl\:u-gap-y-2 > * {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xl\:u-gap-3 {
    margin: -12px;
  }

  .xl\:u-gap-3 > * {
    margin: 12px;
  }

  .xl\:u-gap-x-3 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .xl\:u-gap-x-3 > * {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xl\:u-gap-y-3 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xl\:u-gap-y-3 > * {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xl\:u-gap-4 {
    margin: -16px;
  }

  .xl\:u-gap-4 > * {
    margin: 16px;
  }

  .xl\:u-gap-x-4 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xl\:u-gap-x-4 > * {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xl\:u-gap-y-4 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xl\:u-gap-y-4 > * {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xl\:u-gap-5 {
    margin: -20px;
  }

  .xl\:u-gap-5 > * {
    margin: 20px;
  }

  .xl\:u-gap-x-5 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xl\:u-gap-x-5 > * {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl\:u-gap-y-5 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xl\:u-gap-y-5 > * {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl\:u-list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .xl\:u-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:u-bg-fixed {
    background-attachment: fixed !important;
  }

  .xl\:u-bg-local {
    background-attachment: local !important;
  }

  .xl\:u-bg-scroll {
    background-attachment: scroll !important;
  }

  .xl\:u-bg-transparent {
    background-color: transparent !important;
  }

  .xl\:u-bg-current-color {
    background-color: currentColor !important;
  }

  .xl\:u-bg-inherit {
    background-color: inherit !important;
  }

  .xl\:u-bg-purple {
    background-color: #68246d !important;
  }

  .xl\:u-bg-darkpurple {
    background-color: #571b4f !important;
  }

  .xl\:u-bg-yellow {
    background-color: #ffd53a !important;
  }

  .xl\:u-bg-cyan {
    background-color: #00aeef !important;
  }

  .xl\:u-bg-blue {
    background-color: #409ddd !important;
  }

  .xl\:u-bg-light-green {
    background-color: #e2f4e9 !important;
  }

  .xl\:u-bg-red {
    background-color: #be1e2c !important;
  }

  .xl\:u-bg-gold {
    background-color: #afa961 !important;
  }

  .xl\:u-bg-ink-100 {
    background-color: #002337 !important;
  }

  .xl\:u-bg-stone {
    background-color: #dacda2 !important;
  }

  .xl\:u-bg-sky {
    background-color: #a5c8d0 !important;
  }

  .xl\:u-bg-heather {
    background-color: #cba8b1 !important;
  }

  .xl\:u-bg-cedar {
    background-color: #b6aaa7 !important;
  }

  .xl\:u-bg-business {
    background-color: #b3bdb1 !important;
  }

  .xl\:u-bg-black {
    background-color: #333123 !important;
  }

  .xl\:u-bg-white {
    background-color: #fff !important;
  }

  .xl\:u-bg-grey-25 {
    background-color: #f7f7f7 !important;
  }

  .xl\:u-bg-grey-50 {
    background-color: #ebebeb !important;
  }

  .xl\:u-bg-grey-75 {
    background-color: #d9d9d9 !important;
  }

  .xl\:u-bg-grey-100 {
    background-color: #afb4b6 !important;
  }

  .xl\:u-bg-grey-200 {
    background-color: #898e91 !important;
  }

  .xl\:u-bg-grey-300 {
    background-color: #64696c !important;
  }

  .xl\:u-bg-grey-400 {
    background-color: #3c3c3b !important;
  }

  .xl\:u-bg-youtube {
    background-color: #f00 !important;
  }

  .xl\:u-bg-twitter {
    background-color: #1da1f2 !important;
  }

  .xl\:u-bg-facebook {
    background-color: #3b5998 !important;
  }

  .xl\:u-bg-instagram {
    background-color: #444 !important;
  }

  .xl\:u-bg-linkedin {
    background-color: #0077b5 !important;
  }

  .xl\:u-bg-college {
    background-color: #00664f !important;
  }

  .xl\:u-bg-coll-collingwood {
    background-color: #d22630 !important;
  }

  .xl\:u-bg-coll-grey {
    background-color: #af272f !important;
  }

  .xl\:u-bg-coll-hatfield {
    background-color: #003865 !important;
  }

  .xl\:u-bg-coll-johnsnow {
    background-color: #003865 !important;
  }

  .xl\:u-bg-coll-jbutler {
    background-color: #d22630 !important;
  }

  .xl\:u-bg-coll-south-college {
    background-color: #68246d !important;
  }

  .xl\:u-bg-coll-staidans {
    background-color: #006747 !important;
  }

  .xl\:u-bg-coll-stchads {
    background-color: #00573f !important;
  }

  .xl\:u-bg-coll-stcuthberts {
    background-color: #00664f !important;
  }

  .xl\:u-bg-coll-sthild {
    background-color: #0072ce !important;
  }

  .xl\:u-bg-coll-stjohns {
    background-color: #1b365d !important;
  }

  .xl\:u-bg-coll-stmarys {
    background-color: #753bbd !important;
  }

  .xl\:u-bg-coll-stephenson {
    background-color: #d22630 !important;
  }

  .xl\:u-bg-coll-trevelyan {
    background-color: #003865 !important;
  }

  .xl\:u-bg-coll-university {
    background-color: #862633 !important;
  }

  .xl\:u-bg-coll-ustinov {
    background-color: #003865 !important;
  }

  .xl\:u-bg-coll-vanmildert {
    background-color: #ee2737 !important;
  }

  .xl\:u-bg-primary {
    background-color: #68246d !important;
  }

  .xl\:u-bg-secondary {
    background-color: #ffd53a !important;
  }

  .xl\:u-bg-tertiary {
    background-color: #00aeef !important;
  }

  .xl\:u-bg-success {
    background-color: #449d44 !important;
  }

  .xl\:u-bg-danger {
    background-color: #be1e2c !important;
  }

  .xl\:u-bg-warning {
    background-color: #da611e !important;
  }

  .xl\:u-bg-info {
    background-color: #1180a1 !important;
  }

  .xl\:u-bg-light {
    background-color: #fff !important;
  }

  .xl\:u-bg-dark {
    background-color: #333123 !important;
  }

  .xl\:u-bg-purple--dark {
    background-color: #531d57 !important;
  }

  .xl\:u-bg-purple--light {
    background-color: #74287a !important;
  }

  .xl\:u-bg-darkpurple--dark {
    background-color: #46163f !important;
  }

  .xl\:u-bg-darkpurple--light {
    background-color: #611e58 !important;
  }

  .xl\:u-bg-yellow--dark {
    background-color: #fac500 !important;
  }

  .xl\:u-bg-yellow--light {
    background-color: #ffdd60 !important;
  }

  .xl\:u-bg-cyan--dark {
    background-color: #008bbf !important;
  }

  .xl\:u-bg-cyan--light {
    background-color: #0dbdff !important;
  }

  .xl\:u-bg-blue--dark {
    background-color: #2281c2 !important;
  }

  .xl\:u-bg-blue--light {
    background-color: #5dace2 !important;
  }

  .xl\:u-bg-light-green--dark {
    background-color: #9edab5 !important;
  }

  .xl\:u-bg-light-green--light {
    background-color: #fff !important;
  }

  .xl\:u-bg-red--dark {
    background-color: #981823 !important;
  }

  .xl\:u-bg-red--light {
    background-color: #d52231 !important;
  }

  .xl\:u-bg-gold--dark {
    background-color: #908b49 !important;
  }

  .xl\:u-bg-gold--light {
    background-color: #bab577 !important;
  }

  .xl\:u-bg-ink-100--dark {
    background-color: #001c2c !important;
  }

  .xl\:u-bg-ink-100--light {
    background-color: #00273e !important;
  }

  .xl\:u-bg-stone--dark {
    background-color: #c4b06c !important;
  }

  .xl\:u-bg-stone--light {
    background-color: #e7dfc3 !important;
  }

  .xl\:u-bg-sky--dark {
    background-color: #74aab6 !important;
  }

  .xl\:u-bg-sky--light {
    background-color: #c2dadf !important;
  }

  .xl\:u-bg-heather--dark {
    background-color: #af7a87 !important;
  }

  .xl\:u-bg-heather--light {
    background-color: #dcc4ca !important;
  }

  .xl\:u-bg-cedar--dark {
    background-color: #968581 !important;
  }

  .xl\:u-bg-cedar--light {
    background-color: #c9c0be !important;
  }

  .xl\:u-bg-business--dark {
    background-color: #8c9b89 !important;
  }

  .xl\:u-bg-business--light {
    background-color: #cad1c9 !important;
  }

  .xl\:u-bg-black--dark {
    background-color: #29271c !important;
  }

  .xl\:u-bg-black--light {
    background-color: #393727 !important;
  }

  .xl\:u-bg-white--dark {
    background-color: #ccc !important;
  }

  .xl\:u-bg-white--light {
    background-color: #fff !important;
  }

  .xl\:u-bg-grey-25--dark {
    background-color: #c6c6c6 !important;
  }

  .xl\:u-bg-grey-25--light {
    background-color: #fff !important;
  }

  .xl\:u-bg-grey-50--dark {
    background-color: #bcbcbc !important;
  }

  .xl\:u-bg-grey-50--light {
    background-color: #fff !important;
  }

  .xl\:u-bg-grey-75--dark {
    background-color: #aeaeae !important;
  }

  .xl\:u-bg-grey-75--light {
    background-color: #f3f3f3 !important;
  }

  .xl\:u-bg-grey-100--dark {
    background-color: #8a9194 !important;
  }

  .xl\:u-bg-grey-100--light {
    background-color: #c5c9ca !important;
  }

  .xl\:u-bg-grey-200--dark {
    background-color: #6d7275 !important;
  }

  .xl\:u-bg-grey-200--light {
    background-color: #9b9fa1 !important;
  }

  .xl\:u-bg-grey-300--dark {
    background-color: #505456 !important;
  }

  .xl\:u-bg-grey-300--light {
    background-color: #707679 !important;
  }

  .xl\:u-bg-grey-400--dark {
    background-color: #30302f !important;
  }

  .xl\:u-bg-grey-400--light {
    background-color: #434342 !important;
  }

  .xl\:u-bg-youtube--dark {
    background-color: #c00 !important;
  }

  .xl\:u-bg-youtube--light {
    background-color: #ff1f1f !important;
  }

  .xl\:u-bg-twitter--dark {
    background-color: #0c84cd !important;
  }

  .xl\:u-bg-twitter--light {
    background-color: #3caef4 !important;
  }

  .xl\:u-bg-facebook--dark {
    background-color: #2f477a !important;
  }

  .xl\:u-bg-facebook--light {
    background-color: #4264aa !important;
  }

  .xl\:u-bg-instagram--dark {
    background-color: #363636 !important;
  }

  .xl\:u-bg-instagram--light {
    background-color: #4c4c4c !important;
  }

  .xl\:u-bg-linkedin--dark {
    background-color: #005f91 !important;
  }

  .xl\:u-bg-linkedin--light {
    background-color: #0085cb !important;
  }

  .xl\:u-bg-college--dark {
    background-color: #00523f !important;
  }

  .xl\:u-bg-college--light {
    background-color: #007258 !important;
  }

  .xl\:u-bg-coll-collingwood--dark {
    background-color: #a81e26 !important;
  }

  .xl\:u-bg-coll-collingwood--light {
    background-color: #db3a44 !important;
  }

  .xl\:u-bg-coll-grey--dark {
    background-color: #8c1f26 !important;
  }

  .xl\:u-bg-coll-grey--light {
    background-color: #c42c35 !important;
  }

  .xl\:u-bg-coll-hatfield--dark {
    background-color: #002d51 !important;
  }

  .xl\:u-bg-coll-hatfield--light {
    background-color: #003f71 !important;
  }

  .xl\:u-bg-coll-johnsnow--dark {
    background-color: #002d51 !important;
  }

  .xl\:u-bg-coll-johnsnow--light {
    background-color: #003f71 !important;
  }

  .xl\:u-bg-coll-jbutler--dark {
    background-color: #a81e26 !important;
  }

  .xl\:u-bg-coll-jbutler--light {
    background-color: #db3a44 !important;
  }

  .xl\:u-bg-coll-south-college--dark {
    background-color: #531d57 !important;
  }

  .xl\:u-bg-coll-south-college--light {
    background-color: #74287a !important;
  }

  .xl\:u-bg-coll-staidans--dark {
    background-color: #005239 !important;
  }

  .xl\:u-bg-coll-staidans--light {
    background-color: #007350 !important;
  }

  .xl\:u-bg-coll-stchads--dark {
    background-color: #004632 !important;
  }

  .xl\:u-bg-coll-stchads--light {
    background-color: #006147 !important;
  }

  .xl\:u-bg-coll-stcuthberts--dark {
    background-color: #00523f !important;
  }

  .xl\:u-bg-coll-stcuthberts--light {
    background-color: #007258 !important;
  }

  .xl\:u-bg-coll-sthild--dark {
    background-color: #005ba5 !important;
  }

  .xl\:u-bg-coll-sthild--light {
    background-color: #0080e7 !important;
  }

  .xl\:u-bg-coll-stjohns--dark {
    background-color: #162b4a !important;
  }

  .xl\:u-bg-coll-stjohns--light {
    background-color: #1e3c68 !important;
  }

  .xl\:u-bg-coll-stmarys--dark {
    background-color: #5e2f97 !important;
  }

  .xl\:u-bg-coll-stmarys--light {
    background-color: #844ec8 !important;
  }

  .xl\:u-bg-coll-stephenson--dark {
    background-color: #a81e26 !important;
  }

  .xl\:u-bg-coll-stephenson--light {
    background-color: #db3a44 !important;
  }

  .xl\:u-bg-coll-trevelyan--dark {
    background-color: #002d51 !important;
  }

  .xl\:u-bg-coll-trevelyan--light {
    background-color: #003f71 !important;
  }

  .xl\:u-bg-coll-university--dark {
    background-color: #6b1e29 !important;
  }

  .xl\:u-bg-coll-university--light {
    background-color: #962b39 !important;
  }

  .xl\:u-bg-coll-ustinov--dark {
    background-color: #002d51 !important;
  }

  .xl\:u-bg-coll-ustinov--light {
    background-color: #003f71 !important;
  }

  .xl\:u-bg-coll-vanmildert--dark {
    background-color: #cd101f !important;
  }

  .xl\:u-bg-coll-vanmildert--light {
    background-color: #f04654 !important;
  }

  .xl\:u-bg-primary--dark {
    background-color: #531d57 !important;
  }

  .xl\:u-bg-primary--light {
    background-color: #74287a !important;
  }

  .xl\:u-bg-secondary--dark {
    background-color: #fac500 !important;
  }

  .xl\:u-bg-secondary--light {
    background-color: #ffdd60 !important;
  }

  .xl\:u-bg-tertiary--dark {
    background-color: #008bbf !important;
  }

  .xl\:u-bg-tertiary--light {
    background-color: #0dbdff !important;
  }

  .xl\:u-bg-success--dark {
    background-color: #367e36 !important;
  }

  .xl\:u-bg-success--light {
    background-color: #4cb04c !important;
  }

  .xl\:u-bg-danger--dark {
    background-color: #981823 !important;
  }

  .xl\:u-bg-danger--light {
    background-color: #d52231 !important;
  }

  .xl\:u-bg-warning--dark {
    background-color: #ae4e18 !important;
  }

  .xl\:u-bg-warning--light {
    background-color: #e37233 !important;
  }

  .xl\:u-bg-info--dark {
    background-color: #0e6681 !important;
  }

  .xl\:u-bg-info--light {
    background-color: #138fb4 !important;
  }

  .xl\:u-bg-light--dark {
    background-color: #ccc !important;
  }

  .xl\:u-bg-light--light {
    background-color: #fff !important;
  }

  .xl\:u-bg-dark--dark {
    background-color: #29271c !important;
  }

  .xl\:u-bg-dark--light {
    background-color: #393727 !important;
  }

  .xl\:hover\:u-bg-transparent:hover {
    background-color: transparent !important;
  }

  .xl\:hover\:u-bg-current-color:hover {
    background-color: currentColor !important;
  }

  .xl\:hover\:u-bg-inherit:hover {
    background-color: inherit !important;
  }

  .xl\:hover\:u-bg-purple:hover {
    background-color: #68246d !important;
  }

  .xl\:hover\:u-bg-darkpurple:hover {
    background-color: #571b4f !important;
  }

  .xl\:hover\:u-bg-yellow:hover {
    background-color: #ffd53a !important;
  }

  .xl\:hover\:u-bg-cyan:hover {
    background-color: #00aeef !important;
  }

  .xl\:hover\:u-bg-blue:hover {
    background-color: #409ddd !important;
  }

  .xl\:hover\:u-bg-light-green:hover {
    background-color: #e2f4e9 !important;
  }

  .xl\:hover\:u-bg-red:hover {
    background-color: #be1e2c !important;
  }

  .xl\:hover\:u-bg-gold:hover {
    background-color: #afa961 !important;
  }

  .xl\:hover\:u-bg-ink-100:hover {
    background-color: #002337 !important;
  }

  .xl\:hover\:u-bg-stone:hover {
    background-color: #dacda2 !important;
  }

  .xl\:hover\:u-bg-sky:hover {
    background-color: #a5c8d0 !important;
  }

  .xl\:hover\:u-bg-heather:hover {
    background-color: #cba8b1 !important;
  }

  .xl\:hover\:u-bg-cedar:hover {
    background-color: #b6aaa7 !important;
  }

  .xl\:hover\:u-bg-business:hover {
    background-color: #b3bdb1 !important;
  }

  .xl\:hover\:u-bg-black:hover {
    background-color: #333123 !important;
  }

  .xl\:hover\:u-bg-white:hover {
    background-color: #fff !important;
  }

  .xl\:hover\:u-bg-grey-25:hover {
    background-color: #f7f7f7 !important;
  }

  .xl\:hover\:u-bg-grey-50:hover {
    background-color: #ebebeb !important;
  }

  .xl\:hover\:u-bg-grey-75:hover {
    background-color: #d9d9d9 !important;
  }

  .xl\:hover\:u-bg-grey-100:hover {
    background-color: #afb4b6 !important;
  }

  .xl\:hover\:u-bg-grey-200:hover {
    background-color: #898e91 !important;
  }

  .xl\:hover\:u-bg-grey-300:hover {
    background-color: #64696c !important;
  }

  .xl\:hover\:u-bg-grey-400:hover {
    background-color: #3c3c3b !important;
  }

  .xl\:hover\:u-bg-youtube:hover {
    background-color: #f00 !important;
  }

  .xl\:hover\:u-bg-twitter:hover {
    background-color: #1da1f2 !important;
  }

  .xl\:hover\:u-bg-facebook:hover {
    background-color: #3b5998 !important;
  }

  .xl\:hover\:u-bg-instagram:hover {
    background-color: #444 !important;
  }

  .xl\:hover\:u-bg-linkedin:hover {
    background-color: #0077b5 !important;
  }

  .xl\:hover\:u-bg-college:hover {
    background-color: #00664f !important;
  }

  .xl\:hover\:u-bg-coll-collingwood:hover {
    background-color: #d22630 !important;
  }

  .xl\:hover\:u-bg-coll-grey:hover {
    background-color: #af272f !important;
  }

  .xl\:hover\:u-bg-coll-hatfield:hover {
    background-color: #003865 !important;
  }

  .xl\:hover\:u-bg-coll-johnsnow:hover {
    background-color: #003865 !important;
  }

  .xl\:hover\:u-bg-coll-jbutler:hover {
    background-color: #d22630 !important;
  }

  .xl\:hover\:u-bg-coll-south-college:hover {
    background-color: #68246d !important;
  }

  .xl\:hover\:u-bg-coll-staidans:hover {
    background-color: #006747 !important;
  }

  .xl\:hover\:u-bg-coll-stchads:hover {
    background-color: #00573f !important;
  }

  .xl\:hover\:u-bg-coll-stcuthberts:hover {
    background-color: #00664f !important;
  }

  .xl\:hover\:u-bg-coll-sthild:hover {
    background-color: #0072ce !important;
  }

  .xl\:hover\:u-bg-coll-stjohns:hover {
    background-color: #1b365d !important;
  }

  .xl\:hover\:u-bg-coll-stmarys:hover {
    background-color: #753bbd !important;
  }

  .xl\:hover\:u-bg-coll-stephenson:hover {
    background-color: #d22630 !important;
  }

  .xl\:hover\:u-bg-coll-trevelyan:hover {
    background-color: #003865 !important;
  }

  .xl\:hover\:u-bg-coll-university:hover {
    background-color: #862633 !important;
  }

  .xl\:hover\:u-bg-coll-ustinov:hover {
    background-color: #003865 !important;
  }

  .xl\:hover\:u-bg-coll-vanmildert:hover {
    background-color: #ee2737 !important;
  }

  .xl\:hover\:u-bg-primary:hover {
    background-color: #68246d !important;
  }

  .xl\:hover\:u-bg-secondary:hover {
    background-color: #ffd53a !important;
  }

  .xl\:hover\:u-bg-tertiary:hover {
    background-color: #00aeef !important;
  }

  .xl\:hover\:u-bg-success:hover {
    background-color: #449d44 !important;
  }

  .xl\:hover\:u-bg-danger:hover {
    background-color: #be1e2c !important;
  }

  .xl\:hover\:u-bg-warning:hover {
    background-color: #da611e !important;
  }

  .xl\:hover\:u-bg-info:hover {
    background-color: #1180a1 !important;
  }

  .xl\:hover\:u-bg-light:hover {
    background-color: #fff !important;
  }

  .xl\:hover\:u-bg-dark:hover {
    background-color: #333123 !important;
  }

  .xl\:hover\:u-bg-purple--dark:hover {
    background-color: #531d57 !important;
  }

  .xl\:hover\:u-bg-purple--light:hover {
    background-color: #74287a !important;
  }

  .xl\:hover\:u-bg-darkpurple--dark:hover {
    background-color: #46163f !important;
  }

  .xl\:hover\:u-bg-darkpurple--light:hover {
    background-color: #611e58 !important;
  }

  .xl\:hover\:u-bg-yellow--dark:hover {
    background-color: #fac500 !important;
  }

  .xl\:hover\:u-bg-yellow--light:hover {
    background-color: #ffdd60 !important;
  }

  .xl\:hover\:u-bg-cyan--dark:hover {
    background-color: #008bbf !important;
  }

  .xl\:hover\:u-bg-cyan--light:hover {
    background-color: #0dbdff !important;
  }

  .xl\:hover\:u-bg-blue--dark:hover {
    background-color: #2281c2 !important;
  }

  .xl\:hover\:u-bg-blue--light:hover {
    background-color: #5dace2 !important;
  }

  .xl\:hover\:u-bg-light-green--dark:hover {
    background-color: #9edab5 !important;
  }

  .xl\:hover\:u-bg-light-green--light:hover {
    background-color: #fff !important;
  }

  .xl\:hover\:u-bg-red--dark:hover {
    background-color: #981823 !important;
  }

  .xl\:hover\:u-bg-red--light:hover {
    background-color: #d52231 !important;
  }

  .xl\:hover\:u-bg-gold--dark:hover {
    background-color: #908b49 !important;
  }

  .xl\:hover\:u-bg-gold--light:hover {
    background-color: #bab577 !important;
  }

  .xl\:hover\:u-bg-ink-100--dark:hover {
    background-color: #001c2c !important;
  }

  .xl\:hover\:u-bg-ink-100--light:hover {
    background-color: #00273e !important;
  }

  .xl\:hover\:u-bg-stone--dark:hover {
    background-color: #c4b06c !important;
  }

  .xl\:hover\:u-bg-stone--light:hover {
    background-color: #e7dfc3 !important;
  }

  .xl\:hover\:u-bg-sky--dark:hover {
    background-color: #74aab6 !important;
  }

  .xl\:hover\:u-bg-sky--light:hover {
    background-color: #c2dadf !important;
  }

  .xl\:hover\:u-bg-heather--dark:hover {
    background-color: #af7a87 !important;
  }

  .xl\:hover\:u-bg-heather--light:hover {
    background-color: #dcc4ca !important;
  }

  .xl\:hover\:u-bg-cedar--dark:hover {
    background-color: #968581 !important;
  }

  .xl\:hover\:u-bg-cedar--light:hover {
    background-color: #c9c0be !important;
  }

  .xl\:hover\:u-bg-business--dark:hover {
    background-color: #8c9b89 !important;
  }

  .xl\:hover\:u-bg-business--light:hover {
    background-color: #cad1c9 !important;
  }

  .xl\:hover\:u-bg-black--dark:hover {
    background-color: #29271c !important;
  }

  .xl\:hover\:u-bg-black--light:hover {
    background-color: #393727 !important;
  }

  .xl\:hover\:u-bg-white--dark:hover {
    background-color: #ccc !important;
  }

  .xl\:hover\:u-bg-white--light:hover {
    background-color: #fff !important;
  }

  .xl\:hover\:u-bg-grey-25--dark:hover {
    background-color: #c6c6c6 !important;
  }

  .xl\:hover\:u-bg-grey-25--light:hover {
    background-color: #fff !important;
  }

  .xl\:hover\:u-bg-grey-50--dark:hover {
    background-color: #bcbcbc !important;
  }

  .xl\:hover\:u-bg-grey-50--light:hover {
    background-color: #fff !important;
  }

  .xl\:hover\:u-bg-grey-75--dark:hover {
    background-color: #aeaeae !important;
  }

  .xl\:hover\:u-bg-grey-75--light:hover {
    background-color: #f3f3f3 !important;
  }

  .xl\:hover\:u-bg-grey-100--dark:hover {
    background-color: #8a9194 !important;
  }

  .xl\:hover\:u-bg-grey-100--light:hover {
    background-color: #c5c9ca !important;
  }

  .xl\:hover\:u-bg-grey-200--dark:hover {
    background-color: #6d7275 !important;
  }

  .xl\:hover\:u-bg-grey-200--light:hover {
    background-color: #9b9fa1 !important;
  }

  .xl\:hover\:u-bg-grey-300--dark:hover {
    background-color: #505456 !important;
  }

  .xl\:hover\:u-bg-grey-300--light:hover {
    background-color: #707679 !important;
  }

  .xl\:hover\:u-bg-grey-400--dark:hover {
    background-color: #30302f !important;
  }

  .xl\:hover\:u-bg-grey-400--light:hover {
    background-color: #434342 !important;
  }

  .xl\:hover\:u-bg-youtube--dark:hover {
    background-color: #c00 !important;
  }

  .xl\:hover\:u-bg-youtube--light:hover {
    background-color: #ff1f1f !important;
  }

  .xl\:hover\:u-bg-twitter--dark:hover {
    background-color: #0c84cd !important;
  }

  .xl\:hover\:u-bg-twitter--light:hover {
    background-color: #3caef4 !important;
  }

  .xl\:hover\:u-bg-facebook--dark:hover {
    background-color: #2f477a !important;
  }

  .xl\:hover\:u-bg-facebook--light:hover {
    background-color: #4264aa !important;
  }

  .xl\:hover\:u-bg-instagram--dark:hover {
    background-color: #363636 !important;
  }

  .xl\:hover\:u-bg-instagram--light:hover {
    background-color: #4c4c4c !important;
  }

  .xl\:hover\:u-bg-linkedin--dark:hover {
    background-color: #005f91 !important;
  }

  .xl\:hover\:u-bg-linkedin--light:hover {
    background-color: #0085cb !important;
  }

  .xl\:hover\:u-bg-college--dark:hover {
    background-color: #00523f !important;
  }

  .xl\:hover\:u-bg-college--light:hover {
    background-color: #007258 !important;
  }

  .xl\:hover\:u-bg-coll-collingwood--dark:hover {
    background-color: #a81e26 !important;
  }

  .xl\:hover\:u-bg-coll-collingwood--light:hover {
    background-color: #db3a44 !important;
  }

  .xl\:hover\:u-bg-coll-grey--dark:hover {
    background-color: #8c1f26 !important;
  }

  .xl\:hover\:u-bg-coll-grey--light:hover {
    background-color: #c42c35 !important;
  }

  .xl\:hover\:u-bg-coll-hatfield--dark:hover {
    background-color: #002d51 !important;
  }

  .xl\:hover\:u-bg-coll-hatfield--light:hover {
    background-color: #003f71 !important;
  }

  .xl\:hover\:u-bg-coll-johnsnow--dark:hover {
    background-color: #002d51 !important;
  }

  .xl\:hover\:u-bg-coll-johnsnow--light:hover {
    background-color: #003f71 !important;
  }

  .xl\:hover\:u-bg-coll-jbutler--dark:hover {
    background-color: #a81e26 !important;
  }

  .xl\:hover\:u-bg-coll-jbutler--light:hover {
    background-color: #db3a44 !important;
  }

  .xl\:hover\:u-bg-coll-south-college--dark:hover {
    background-color: #531d57 !important;
  }

  .xl\:hover\:u-bg-coll-south-college--light:hover {
    background-color: #74287a !important;
  }

  .xl\:hover\:u-bg-coll-staidans--dark:hover {
    background-color: #005239 !important;
  }

  .xl\:hover\:u-bg-coll-staidans--light:hover {
    background-color: #007350 !important;
  }

  .xl\:hover\:u-bg-coll-stchads--dark:hover {
    background-color: #004632 !important;
  }

  .xl\:hover\:u-bg-coll-stchads--light:hover {
    background-color: #006147 !important;
  }

  .xl\:hover\:u-bg-coll-stcuthberts--dark:hover {
    background-color: #00523f !important;
  }

  .xl\:hover\:u-bg-coll-stcuthberts--light:hover {
    background-color: #007258 !important;
  }

  .xl\:hover\:u-bg-coll-sthild--dark:hover {
    background-color: #005ba5 !important;
  }

  .xl\:hover\:u-bg-coll-sthild--light:hover {
    background-color: #0080e7 !important;
  }

  .xl\:hover\:u-bg-coll-stjohns--dark:hover {
    background-color: #162b4a !important;
  }

  .xl\:hover\:u-bg-coll-stjohns--light:hover {
    background-color: #1e3c68 !important;
  }

  .xl\:hover\:u-bg-coll-stmarys--dark:hover {
    background-color: #5e2f97 !important;
  }

  .xl\:hover\:u-bg-coll-stmarys--light:hover {
    background-color: #844ec8 !important;
  }

  .xl\:hover\:u-bg-coll-stephenson--dark:hover {
    background-color: #a81e26 !important;
  }

  .xl\:hover\:u-bg-coll-stephenson--light:hover {
    background-color: #db3a44 !important;
  }

  .xl\:hover\:u-bg-coll-trevelyan--dark:hover {
    background-color: #002d51 !important;
  }

  .xl\:hover\:u-bg-coll-trevelyan--light:hover {
    background-color: #003f71 !important;
  }

  .xl\:hover\:u-bg-coll-university--dark:hover {
    background-color: #6b1e29 !important;
  }

  .xl\:hover\:u-bg-coll-university--light:hover {
    background-color: #962b39 !important;
  }

  .xl\:hover\:u-bg-coll-ustinov--dark:hover {
    background-color: #002d51 !important;
  }

  .xl\:hover\:u-bg-coll-ustinov--light:hover {
    background-color: #003f71 !important;
  }

  .xl\:hover\:u-bg-coll-vanmildert--dark:hover {
    background-color: #cd101f !important;
  }

  .xl\:hover\:u-bg-coll-vanmildert--light:hover {
    background-color: #f04654 !important;
  }

  .xl\:hover\:u-bg-primary--dark:hover {
    background-color: #531d57 !important;
  }

  .xl\:hover\:u-bg-primary--light:hover {
    background-color: #74287a !important;
  }

  .xl\:hover\:u-bg-secondary--dark:hover {
    background-color: #fac500 !important;
  }

  .xl\:hover\:u-bg-secondary--light:hover {
    background-color: #ffdd60 !important;
  }

  .xl\:hover\:u-bg-tertiary--dark:hover {
    background-color: #008bbf !important;
  }

  .xl\:hover\:u-bg-tertiary--light:hover {
    background-color: #0dbdff !important;
  }

  .xl\:hover\:u-bg-success--dark:hover {
    background-color: #367e36 !important;
  }

  .xl\:hover\:u-bg-success--light:hover {
    background-color: #4cb04c !important;
  }

  .xl\:hover\:u-bg-danger--dark:hover {
    background-color: #981823 !important;
  }

  .xl\:hover\:u-bg-danger--light:hover {
    background-color: #d52231 !important;
  }

  .xl\:hover\:u-bg-warning--dark:hover {
    background-color: #ae4e18 !important;
  }

  .xl\:hover\:u-bg-warning--light:hover {
    background-color: #e37233 !important;
  }

  .xl\:hover\:u-bg-info--dark:hover {
    background-color: #0e6681 !important;
  }

  .xl\:hover\:u-bg-info--light:hover {
    background-color: #138fb4 !important;
  }

  .xl\:hover\:u-bg-light--dark:hover {
    background-color: #ccc !important;
  }

  .xl\:hover\:u-bg-light--light:hover {
    background-color: #fff !important;
  }

  .xl\:hover\:u-bg-dark--dark:hover {
    background-color: #29271c !important;
  }

  .xl\:hover\:u-bg-dark--light:hover {
    background-color: #393727 !important;
  }

  .xl\:focus\:u-bg-transparent:focus {
    background-color: transparent !important;
  }

  .xl\:focus\:u-bg-current-color:focus {
    background-color: currentColor !important;
  }

  .xl\:focus\:u-bg-inherit:focus {
    background-color: inherit !important;
  }

  .xl\:focus\:u-bg-purple:focus {
    background-color: #68246d !important;
  }

  .xl\:focus\:u-bg-darkpurple:focus {
    background-color: #571b4f !important;
  }

  .xl\:focus\:u-bg-yellow:focus {
    background-color: #ffd53a !important;
  }

  .xl\:focus\:u-bg-cyan:focus {
    background-color: #00aeef !important;
  }

  .xl\:focus\:u-bg-blue:focus {
    background-color: #409ddd !important;
  }

  .xl\:focus\:u-bg-light-green:focus {
    background-color: #e2f4e9 !important;
  }

  .xl\:focus\:u-bg-red:focus {
    background-color: #be1e2c !important;
  }

  .xl\:focus\:u-bg-gold:focus {
    background-color: #afa961 !important;
  }

  .xl\:focus\:u-bg-ink-100:focus {
    background-color: #002337 !important;
  }

  .xl\:focus\:u-bg-stone:focus {
    background-color: #dacda2 !important;
  }

  .xl\:focus\:u-bg-sky:focus {
    background-color: #a5c8d0 !important;
  }

  .xl\:focus\:u-bg-heather:focus {
    background-color: #cba8b1 !important;
  }

  .xl\:focus\:u-bg-cedar:focus {
    background-color: #b6aaa7 !important;
  }

  .xl\:focus\:u-bg-business:focus {
    background-color: #b3bdb1 !important;
  }

  .xl\:focus\:u-bg-black:focus {
    background-color: #333123 !important;
  }

  .xl\:focus\:u-bg-white:focus {
    background-color: #fff !important;
  }

  .xl\:focus\:u-bg-grey-25:focus {
    background-color: #f7f7f7 !important;
  }

  .xl\:focus\:u-bg-grey-50:focus {
    background-color: #ebebeb !important;
  }

  .xl\:focus\:u-bg-grey-75:focus {
    background-color: #d9d9d9 !important;
  }

  .xl\:focus\:u-bg-grey-100:focus {
    background-color: #afb4b6 !important;
  }

  .xl\:focus\:u-bg-grey-200:focus {
    background-color: #898e91 !important;
  }

  .xl\:focus\:u-bg-grey-300:focus {
    background-color: #64696c !important;
  }

  .xl\:focus\:u-bg-grey-400:focus {
    background-color: #3c3c3b !important;
  }

  .xl\:focus\:u-bg-youtube:focus {
    background-color: #f00 !important;
  }

  .xl\:focus\:u-bg-twitter:focus {
    background-color: #1da1f2 !important;
  }

  .xl\:focus\:u-bg-facebook:focus {
    background-color: #3b5998 !important;
  }

  .xl\:focus\:u-bg-instagram:focus {
    background-color: #444 !important;
  }

  .xl\:focus\:u-bg-linkedin:focus {
    background-color: #0077b5 !important;
  }

  .xl\:focus\:u-bg-college:focus {
    background-color: #00664f !important;
  }

  .xl\:focus\:u-bg-coll-collingwood:focus {
    background-color: #d22630 !important;
  }

  .xl\:focus\:u-bg-coll-grey:focus {
    background-color: #af272f !important;
  }

  .xl\:focus\:u-bg-coll-hatfield:focus {
    background-color: #003865 !important;
  }

  .xl\:focus\:u-bg-coll-johnsnow:focus {
    background-color: #003865 !important;
  }

  .xl\:focus\:u-bg-coll-jbutler:focus {
    background-color: #d22630 !important;
  }

  .xl\:focus\:u-bg-coll-south-college:focus {
    background-color: #68246d !important;
  }

  .xl\:focus\:u-bg-coll-staidans:focus {
    background-color: #006747 !important;
  }

  .xl\:focus\:u-bg-coll-stchads:focus {
    background-color: #00573f !important;
  }

  .xl\:focus\:u-bg-coll-stcuthberts:focus {
    background-color: #00664f !important;
  }

  .xl\:focus\:u-bg-coll-sthild:focus {
    background-color: #0072ce !important;
  }

  .xl\:focus\:u-bg-coll-stjohns:focus {
    background-color: #1b365d !important;
  }

  .xl\:focus\:u-bg-coll-stmarys:focus {
    background-color: #753bbd !important;
  }

  .xl\:focus\:u-bg-coll-stephenson:focus {
    background-color: #d22630 !important;
  }

  .xl\:focus\:u-bg-coll-trevelyan:focus {
    background-color: #003865 !important;
  }

  .xl\:focus\:u-bg-coll-university:focus {
    background-color: #862633 !important;
  }

  .xl\:focus\:u-bg-coll-ustinov:focus {
    background-color: #003865 !important;
  }

  .xl\:focus\:u-bg-coll-vanmildert:focus {
    background-color: #ee2737 !important;
  }

  .xl\:focus\:u-bg-primary:focus {
    background-color: #68246d !important;
  }

  .xl\:focus\:u-bg-secondary:focus {
    background-color: #ffd53a !important;
  }

  .xl\:focus\:u-bg-tertiary:focus {
    background-color: #00aeef !important;
  }

  .xl\:focus\:u-bg-success:focus {
    background-color: #449d44 !important;
  }

  .xl\:focus\:u-bg-danger:focus {
    background-color: #be1e2c !important;
  }

  .xl\:focus\:u-bg-warning:focus {
    background-color: #da611e !important;
  }

  .xl\:focus\:u-bg-info:focus {
    background-color: #1180a1 !important;
  }

  .xl\:focus\:u-bg-light:focus {
    background-color: #fff !important;
  }

  .xl\:focus\:u-bg-dark:focus {
    background-color: #333123 !important;
  }

  .xl\:focus\:u-bg-purple--dark:focus {
    background-color: #531d57 !important;
  }

  .xl\:focus\:u-bg-purple--light:focus {
    background-color: #74287a !important;
  }

  .xl\:focus\:u-bg-darkpurple--dark:focus {
    background-color: #46163f !important;
  }

  .xl\:focus\:u-bg-darkpurple--light:focus {
    background-color: #611e58 !important;
  }

  .xl\:focus\:u-bg-yellow--dark:focus {
    background-color: #fac500 !important;
  }

  .xl\:focus\:u-bg-yellow--light:focus {
    background-color: #ffdd60 !important;
  }

  .xl\:focus\:u-bg-cyan--dark:focus {
    background-color: #008bbf !important;
  }

  .xl\:focus\:u-bg-cyan--light:focus {
    background-color: #0dbdff !important;
  }

  .xl\:focus\:u-bg-blue--dark:focus {
    background-color: #2281c2 !important;
  }

  .xl\:focus\:u-bg-blue--light:focus {
    background-color: #5dace2 !important;
  }

  .xl\:focus\:u-bg-light-green--dark:focus {
    background-color: #9edab5 !important;
  }

  .xl\:focus\:u-bg-light-green--light:focus {
    background-color: #fff !important;
  }

  .xl\:focus\:u-bg-red--dark:focus {
    background-color: #981823 !important;
  }

  .xl\:focus\:u-bg-red--light:focus {
    background-color: #d52231 !important;
  }

  .xl\:focus\:u-bg-gold--dark:focus {
    background-color: #908b49 !important;
  }

  .xl\:focus\:u-bg-gold--light:focus {
    background-color: #bab577 !important;
  }

  .xl\:focus\:u-bg-ink-100--dark:focus {
    background-color: #001c2c !important;
  }

  .xl\:focus\:u-bg-ink-100--light:focus {
    background-color: #00273e !important;
  }

  .xl\:focus\:u-bg-stone--dark:focus {
    background-color: #c4b06c !important;
  }

  .xl\:focus\:u-bg-stone--light:focus {
    background-color: #e7dfc3 !important;
  }

  .xl\:focus\:u-bg-sky--dark:focus {
    background-color: #74aab6 !important;
  }

  .xl\:focus\:u-bg-sky--light:focus {
    background-color: #c2dadf !important;
  }

  .xl\:focus\:u-bg-heather--dark:focus {
    background-color: #af7a87 !important;
  }

  .xl\:focus\:u-bg-heather--light:focus {
    background-color: #dcc4ca !important;
  }

  .xl\:focus\:u-bg-cedar--dark:focus {
    background-color: #968581 !important;
  }

  .xl\:focus\:u-bg-cedar--light:focus {
    background-color: #c9c0be !important;
  }

  .xl\:focus\:u-bg-business--dark:focus {
    background-color: #8c9b89 !important;
  }

  .xl\:focus\:u-bg-business--light:focus {
    background-color: #cad1c9 !important;
  }

  .xl\:focus\:u-bg-black--dark:focus {
    background-color: #29271c !important;
  }

  .xl\:focus\:u-bg-black--light:focus {
    background-color: #393727 !important;
  }

  .xl\:focus\:u-bg-white--dark:focus {
    background-color: #ccc !important;
  }

  .xl\:focus\:u-bg-white--light:focus {
    background-color: #fff !important;
  }

  .xl\:focus\:u-bg-grey-25--dark:focus {
    background-color: #c6c6c6 !important;
  }

  .xl\:focus\:u-bg-grey-25--light:focus {
    background-color: #fff !important;
  }

  .xl\:focus\:u-bg-grey-50--dark:focus {
    background-color: #bcbcbc !important;
  }

  .xl\:focus\:u-bg-grey-50--light:focus {
    background-color: #fff !important;
  }

  .xl\:focus\:u-bg-grey-75--dark:focus {
    background-color: #aeaeae !important;
  }

  .xl\:focus\:u-bg-grey-75--light:focus {
    background-color: #f3f3f3 !important;
  }

  .xl\:focus\:u-bg-grey-100--dark:focus {
    background-color: #8a9194 !important;
  }

  .xl\:focus\:u-bg-grey-100--light:focus {
    background-color: #c5c9ca !important;
  }

  .xl\:focus\:u-bg-grey-200--dark:focus {
    background-color: #6d7275 !important;
  }

  .xl\:focus\:u-bg-grey-200--light:focus {
    background-color: #9b9fa1 !important;
  }

  .xl\:focus\:u-bg-grey-300--dark:focus {
    background-color: #505456 !important;
  }

  .xl\:focus\:u-bg-grey-300--light:focus {
    background-color: #707679 !important;
  }

  .xl\:focus\:u-bg-grey-400--dark:focus {
    background-color: #30302f !important;
  }

  .xl\:focus\:u-bg-grey-400--light:focus {
    background-color: #434342 !important;
  }

  .xl\:focus\:u-bg-youtube--dark:focus {
    background-color: #c00 !important;
  }

  .xl\:focus\:u-bg-youtube--light:focus {
    background-color: #ff1f1f !important;
  }

  .xl\:focus\:u-bg-twitter--dark:focus {
    background-color: #0c84cd !important;
  }

  .xl\:focus\:u-bg-twitter--light:focus {
    background-color: #3caef4 !important;
  }

  .xl\:focus\:u-bg-facebook--dark:focus {
    background-color: #2f477a !important;
  }

  .xl\:focus\:u-bg-facebook--light:focus {
    background-color: #4264aa !important;
  }

  .xl\:focus\:u-bg-instagram--dark:focus {
    background-color: #363636 !important;
  }

  .xl\:focus\:u-bg-instagram--light:focus {
    background-color: #4c4c4c !important;
  }

  .xl\:focus\:u-bg-linkedin--dark:focus {
    background-color: #005f91 !important;
  }

  .xl\:focus\:u-bg-linkedin--light:focus {
    background-color: #0085cb !important;
  }

  .xl\:focus\:u-bg-college--dark:focus {
    background-color: #00523f !important;
  }

  .xl\:focus\:u-bg-college--light:focus {
    background-color: #007258 !important;
  }

  .xl\:focus\:u-bg-coll-collingwood--dark:focus {
    background-color: #a81e26 !important;
  }

  .xl\:focus\:u-bg-coll-collingwood--light:focus {
    background-color: #db3a44 !important;
  }

  .xl\:focus\:u-bg-coll-grey--dark:focus {
    background-color: #8c1f26 !important;
  }

  .xl\:focus\:u-bg-coll-grey--light:focus {
    background-color: #c42c35 !important;
  }

  .xl\:focus\:u-bg-coll-hatfield--dark:focus {
    background-color: #002d51 !important;
  }

  .xl\:focus\:u-bg-coll-hatfield--light:focus {
    background-color: #003f71 !important;
  }

  .xl\:focus\:u-bg-coll-johnsnow--dark:focus {
    background-color: #002d51 !important;
  }

  .xl\:focus\:u-bg-coll-johnsnow--light:focus {
    background-color: #003f71 !important;
  }

  .xl\:focus\:u-bg-coll-jbutler--dark:focus {
    background-color: #a81e26 !important;
  }

  .xl\:focus\:u-bg-coll-jbutler--light:focus {
    background-color: #db3a44 !important;
  }

  .xl\:focus\:u-bg-coll-south-college--dark:focus {
    background-color: #531d57 !important;
  }

  .xl\:focus\:u-bg-coll-south-college--light:focus {
    background-color: #74287a !important;
  }

  .xl\:focus\:u-bg-coll-staidans--dark:focus {
    background-color: #005239 !important;
  }

  .xl\:focus\:u-bg-coll-staidans--light:focus {
    background-color: #007350 !important;
  }

  .xl\:focus\:u-bg-coll-stchads--dark:focus {
    background-color: #004632 !important;
  }

  .xl\:focus\:u-bg-coll-stchads--light:focus {
    background-color: #006147 !important;
  }

  .xl\:focus\:u-bg-coll-stcuthberts--dark:focus {
    background-color: #00523f !important;
  }

  .xl\:focus\:u-bg-coll-stcuthberts--light:focus {
    background-color: #007258 !important;
  }

  .xl\:focus\:u-bg-coll-sthild--dark:focus {
    background-color: #005ba5 !important;
  }

  .xl\:focus\:u-bg-coll-sthild--light:focus {
    background-color: #0080e7 !important;
  }

  .xl\:focus\:u-bg-coll-stjohns--dark:focus {
    background-color: #162b4a !important;
  }

  .xl\:focus\:u-bg-coll-stjohns--light:focus {
    background-color: #1e3c68 !important;
  }

  .xl\:focus\:u-bg-coll-stmarys--dark:focus {
    background-color: #5e2f97 !important;
  }

  .xl\:focus\:u-bg-coll-stmarys--light:focus {
    background-color: #844ec8 !important;
  }

  .xl\:focus\:u-bg-coll-stephenson--dark:focus {
    background-color: #a81e26 !important;
  }

  .xl\:focus\:u-bg-coll-stephenson--light:focus {
    background-color: #db3a44 !important;
  }

  .xl\:focus\:u-bg-coll-trevelyan--dark:focus {
    background-color: #002d51 !important;
  }

  .xl\:focus\:u-bg-coll-trevelyan--light:focus {
    background-color: #003f71 !important;
  }

  .xl\:focus\:u-bg-coll-university--dark:focus {
    background-color: #6b1e29 !important;
  }

  .xl\:focus\:u-bg-coll-university--light:focus {
    background-color: #962b39 !important;
  }

  .xl\:focus\:u-bg-coll-ustinov--dark:focus {
    background-color: #002d51 !important;
  }

  .xl\:focus\:u-bg-coll-ustinov--light:focus {
    background-color: #003f71 !important;
  }

  .xl\:focus\:u-bg-coll-vanmildert--dark:focus {
    background-color: #cd101f !important;
  }

  .xl\:focus\:u-bg-coll-vanmildert--light:focus {
    background-color: #f04654 !important;
  }

  .xl\:focus\:u-bg-primary--dark:focus {
    background-color: #531d57 !important;
  }

  .xl\:focus\:u-bg-primary--light:focus {
    background-color: #74287a !important;
  }

  .xl\:focus\:u-bg-secondary--dark:focus {
    background-color: #fac500 !important;
  }

  .xl\:focus\:u-bg-secondary--light:focus {
    background-color: #ffdd60 !important;
  }

  .xl\:focus\:u-bg-tertiary--dark:focus {
    background-color: #008bbf !important;
  }

  .xl\:focus\:u-bg-tertiary--light:focus {
    background-color: #0dbdff !important;
  }

  .xl\:focus\:u-bg-success--dark:focus {
    background-color: #367e36 !important;
  }

  .xl\:focus\:u-bg-success--light:focus {
    background-color: #4cb04c !important;
  }

  .xl\:focus\:u-bg-danger--dark:focus {
    background-color: #981823 !important;
  }

  .xl\:focus\:u-bg-danger--light:focus {
    background-color: #d52231 !important;
  }

  .xl\:focus\:u-bg-warning--dark:focus {
    background-color: #ae4e18 !important;
  }

  .xl\:focus\:u-bg-warning--light:focus {
    background-color: #e37233 !important;
  }

  .xl\:focus\:u-bg-info--dark:focus {
    background-color: #0e6681 !important;
  }

  .xl\:focus\:u-bg-info--light:focus {
    background-color: #138fb4 !important;
  }

  .xl\:focus\:u-bg-light--dark:focus {
    background-color: #ccc !important;
  }

  .xl\:focus\:u-bg-light--light:focus {
    background-color: #fff !important;
  }

  .xl\:focus\:u-bg-dark--dark:focus {
    background-color: #29271c !important;
  }

  .xl\:focus\:u-bg-dark--light:focus {
    background-color: #393727 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-transparent {
    background-color: transparent !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-current-color {
    background-color: currentColor !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-inherit {
    background-color: inherit !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-purple {
    background-color: #68246d !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-darkpurple {
    background-color: #571b4f !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-yellow {
    background-color: #ffd53a !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-cyan {
    background-color: #00aeef !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-blue {
    background-color: #409ddd !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-light-green {
    background-color: #e2f4e9 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-red {
    background-color: #be1e2c !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-gold {
    background-color: #afa961 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-ink-100 {
    background-color: #002337 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-stone {
    background-color: #dacda2 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-sky {
    background-color: #a5c8d0 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-heather {
    background-color: #cba8b1 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-cedar {
    background-color: #b6aaa7 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-business {
    background-color: #b3bdb1 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-black {
    background-color: #333123 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-white {
    background-color: #fff !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-25 {
    background-color: #f7f7f7 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-50 {
    background-color: #ebebeb !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-75 {
    background-color: #d9d9d9 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-100 {
    background-color: #afb4b6 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-200 {
    background-color: #898e91 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-300 {
    background-color: #64696c !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-400 {
    background-color: #3c3c3b !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-youtube {
    background-color: #f00 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-twitter {
    background-color: #1da1f2 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-facebook {
    background-color: #3b5998 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-instagram {
    background-color: #444 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-linkedin {
    background-color: #0077b5 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-college {
    background-color: #00664f !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-collingwood {
    background-color: #d22630 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-grey {
    background-color: #af272f !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-hatfield {
    background-color: #003865 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-johnsnow {
    background-color: #003865 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-jbutler {
    background-color: #d22630 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-south-college {
    background-color: #68246d !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-staidans {
    background-color: #006747 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-stchads {
    background-color: #00573f !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-stcuthberts {
    background-color: #00664f !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-sthild {
    background-color: #0072ce !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-stjohns {
    background-color: #1b365d !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-stmarys {
    background-color: #753bbd !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-stephenson {
    background-color: #d22630 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-trevelyan {
    background-color: #003865 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-university {
    background-color: #862633 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-ustinov {
    background-color: #003865 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-vanmildert {
    background-color: #ee2737 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-primary {
    background-color: #68246d !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-secondary {
    background-color: #ffd53a !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-tertiary {
    background-color: #00aeef !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-success {
    background-color: #449d44 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-danger {
    background-color: #be1e2c !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-warning {
    background-color: #da611e !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-info {
    background-color: #1180a1 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-light {
    background-color: #fff !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-dark {
    background-color: #333123 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-purple--dark {
    background-color: #531d57 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-purple--light {
    background-color: #74287a !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-darkpurple--dark {
    background-color: #46163f !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-darkpurple--light {
    background-color: #611e58 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-yellow--dark {
    background-color: #fac500 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-yellow--light {
    background-color: #ffdd60 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-cyan--dark {
    background-color: #008bbf !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-cyan--light {
    background-color: #0dbdff !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-blue--dark {
    background-color: #2281c2 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-blue--light {
    background-color: #5dace2 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-light-green--dark {
    background-color: #9edab5 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-light-green--light {
    background-color: #fff !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-red--dark {
    background-color: #981823 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-red--light {
    background-color: #d52231 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-gold--dark {
    background-color: #908b49 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-gold--light {
    background-color: #bab577 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-ink-100--dark {
    background-color: #001c2c !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-ink-100--light {
    background-color: #00273e !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-stone--dark {
    background-color: #c4b06c !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-stone--light {
    background-color: #e7dfc3 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-sky--dark {
    background-color: #74aab6 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-sky--light {
    background-color: #c2dadf !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-heather--dark {
    background-color: #af7a87 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-heather--light {
    background-color: #dcc4ca !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-cedar--dark {
    background-color: #968581 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-cedar--light {
    background-color: #c9c0be !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-business--dark {
    background-color: #8c9b89 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-business--light {
    background-color: #cad1c9 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-black--dark {
    background-color: #29271c !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-black--light {
    background-color: #393727 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-white--dark {
    background-color: #ccc !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-white--light {
    background-color: #fff !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-25--dark {
    background-color: #c6c6c6 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-25--light {
    background-color: #fff !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-50--dark {
    background-color: #bcbcbc !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-50--light {
    background-color: #fff !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-75--dark {
    background-color: #aeaeae !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-75--light {
    background-color: #f3f3f3 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-100--dark {
    background-color: #8a9194 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-100--light {
    background-color: #c5c9ca !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-200--dark {
    background-color: #6d7275 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-200--light {
    background-color: #9b9fa1 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-300--dark {
    background-color: #505456 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-300--light {
    background-color: #707679 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-400--dark {
    background-color: #30302f !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-grey-400--light {
    background-color: #434342 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-youtube--dark {
    background-color: #c00 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-youtube--light {
    background-color: #ff1f1f !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-twitter--dark {
    background-color: #0c84cd !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-twitter--light {
    background-color: #3caef4 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-facebook--dark {
    background-color: #2f477a !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-facebook--light {
    background-color: #4264aa !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-instagram--dark {
    background-color: #363636 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-instagram--light {
    background-color: #4c4c4c !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-linkedin--dark {
    background-color: #005f91 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-linkedin--light {
    background-color: #0085cb !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-college--dark {
    background-color: #00523f !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-college--light {
    background-color: #007258 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-collingwood--dark {
    background-color: #a81e26 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-collingwood--light {
    background-color: #db3a44 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-grey--dark {
    background-color: #8c1f26 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-grey--light {
    background-color: #c42c35 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-hatfield--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-hatfield--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-johnsnow--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-johnsnow--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-jbutler--dark {
    background-color: #a81e26 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-jbutler--light {
    background-color: #db3a44 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-south-college--dark {
    background-color: #531d57 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-south-college--light {
    background-color: #74287a !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-staidans--dark {
    background-color: #005239 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-staidans--light {
    background-color: #007350 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-stchads--dark {
    background-color: #004632 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-stchads--light {
    background-color: #006147 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-stcuthberts--dark {
    background-color: #00523f !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-stcuthberts--light {
    background-color: #007258 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-sthild--dark {
    background-color: #005ba5 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-sthild--light {
    background-color: #0080e7 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-stjohns--dark {
    background-color: #162b4a !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-stjohns--light {
    background-color: #1e3c68 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-stmarys--dark {
    background-color: #5e2f97 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-stmarys--light {
    background-color: #844ec8 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-stephenson--dark {
    background-color: #a81e26 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-stephenson--light {
    background-color: #db3a44 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-trevelyan--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-trevelyan--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-university--dark {
    background-color: #6b1e29 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-university--light {
    background-color: #962b39 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-ustinov--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-ustinov--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-vanmildert--dark {
    background-color: #cd101f !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-coll-vanmildert--light {
    background-color: #f04654 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-primary--dark {
    background-color: #531d57 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-primary--light {
    background-color: #74287a !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-secondary--dark {
    background-color: #fac500 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-secondary--light {
    background-color: #ffdd60 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-tertiary--dark {
    background-color: #008bbf !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-tertiary--light {
    background-color: #0dbdff !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-success--dark {
    background-color: #367e36 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-success--light {
    background-color: #4cb04c !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-danger--dark {
    background-color: #981823 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-danger--light {
    background-color: #d52231 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-warning--dark {
    background-color: #ae4e18 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-warning--light {
    background-color: #e37233 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-info--dark {
    background-color: #0e6681 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-info--light {
    background-color: #138fb4 !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-light--dark {
    background-color: #ccc !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-light--light {
    background-color: #fff !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-dark--dark {
    background-color: #29271c !important;
  }

  .ui-state-active .xl\:ui-active\:u-bg-dark--light {
    background-color: #393727 !important;
  }

  .xl\:hocus\:u-bg-transparent:hover,
  .xl\:hocus\:u-bg-transparent:focus {
    background-color: transparent !important;
  }

  .xl\:hocus\:u-bg-current-color:hover,
  .xl\:hocus\:u-bg-current-color:focus {
    background-color: currentColor !important;
  }

  .xl\:hocus\:u-bg-inherit:hover,
  .xl\:hocus\:u-bg-inherit:focus {
    background-color: inherit !important;
  }

  .xl\:hocus\:u-bg-purple:hover,
  .xl\:hocus\:u-bg-purple:focus {
    background-color: #68246d !important;
  }

  .xl\:hocus\:u-bg-darkpurple:hover,
  .xl\:hocus\:u-bg-darkpurple:focus {
    background-color: #571b4f !important;
  }

  .xl\:hocus\:u-bg-yellow:hover,
  .xl\:hocus\:u-bg-yellow:focus {
    background-color: #ffd53a !important;
  }

  .xl\:hocus\:u-bg-cyan:hover,
  .xl\:hocus\:u-bg-cyan:focus {
    background-color: #00aeef !important;
  }

  .xl\:hocus\:u-bg-blue:hover,
  .xl\:hocus\:u-bg-blue:focus {
    background-color: #409ddd !important;
  }

  .xl\:hocus\:u-bg-light-green:hover,
  .xl\:hocus\:u-bg-light-green:focus {
    background-color: #e2f4e9 !important;
  }

  .xl\:hocus\:u-bg-red:hover,
  .xl\:hocus\:u-bg-red:focus {
    background-color: #be1e2c !important;
  }

  .xl\:hocus\:u-bg-gold:hover,
  .xl\:hocus\:u-bg-gold:focus {
    background-color: #afa961 !important;
  }

  .xl\:hocus\:u-bg-ink-100:hover,
  .xl\:hocus\:u-bg-ink-100:focus {
    background-color: #002337 !important;
  }

  .xl\:hocus\:u-bg-stone:hover,
  .xl\:hocus\:u-bg-stone:focus {
    background-color: #dacda2 !important;
  }

  .xl\:hocus\:u-bg-sky:hover,
  .xl\:hocus\:u-bg-sky:focus {
    background-color: #a5c8d0 !important;
  }

  .xl\:hocus\:u-bg-heather:hover,
  .xl\:hocus\:u-bg-heather:focus {
    background-color: #cba8b1 !important;
  }

  .xl\:hocus\:u-bg-cedar:hover,
  .xl\:hocus\:u-bg-cedar:focus {
    background-color: #b6aaa7 !important;
  }

  .xl\:hocus\:u-bg-business:hover,
  .xl\:hocus\:u-bg-business:focus {
    background-color: #b3bdb1 !important;
  }

  .xl\:hocus\:u-bg-black:hover,
  .xl\:hocus\:u-bg-black:focus {
    background-color: #333123 !important;
  }

  .xl\:hocus\:u-bg-white:hover,
  .xl\:hocus\:u-bg-white:focus {
    background-color: #fff !important;
  }

  .xl\:hocus\:u-bg-grey-25:hover,
  .xl\:hocus\:u-bg-grey-25:focus {
    background-color: #f7f7f7 !important;
  }

  .xl\:hocus\:u-bg-grey-50:hover,
  .xl\:hocus\:u-bg-grey-50:focus {
    background-color: #ebebeb !important;
  }

  .xl\:hocus\:u-bg-grey-75:hover,
  .xl\:hocus\:u-bg-grey-75:focus {
    background-color: #d9d9d9 !important;
  }

  .xl\:hocus\:u-bg-grey-100:hover,
  .xl\:hocus\:u-bg-grey-100:focus {
    background-color: #afb4b6 !important;
  }

  .xl\:hocus\:u-bg-grey-200:hover,
  .xl\:hocus\:u-bg-grey-200:focus {
    background-color: #898e91 !important;
  }

  .xl\:hocus\:u-bg-grey-300:hover,
  .xl\:hocus\:u-bg-grey-300:focus {
    background-color: #64696c !important;
  }

  .xl\:hocus\:u-bg-grey-400:hover,
  .xl\:hocus\:u-bg-grey-400:focus {
    background-color: #3c3c3b !important;
  }

  .xl\:hocus\:u-bg-youtube:hover,
  .xl\:hocus\:u-bg-youtube:focus {
    background-color: #f00 !important;
  }

  .xl\:hocus\:u-bg-twitter:hover,
  .xl\:hocus\:u-bg-twitter:focus {
    background-color: #1da1f2 !important;
  }

  .xl\:hocus\:u-bg-facebook:hover,
  .xl\:hocus\:u-bg-facebook:focus {
    background-color: #3b5998 !important;
  }

  .xl\:hocus\:u-bg-instagram:hover,
  .xl\:hocus\:u-bg-instagram:focus {
    background-color: #444 !important;
  }

  .xl\:hocus\:u-bg-linkedin:hover,
  .xl\:hocus\:u-bg-linkedin:focus {
    background-color: #0077b5 !important;
  }

  .xl\:hocus\:u-bg-college:hover,
  .xl\:hocus\:u-bg-college:focus {
    background-color: #00664f !important;
  }

  .xl\:hocus\:u-bg-coll-collingwood:hover,
  .xl\:hocus\:u-bg-coll-collingwood:focus {
    background-color: #d22630 !important;
  }

  .xl\:hocus\:u-bg-coll-grey:hover,
  .xl\:hocus\:u-bg-coll-grey:focus {
    background-color: #af272f !important;
  }

  .xl\:hocus\:u-bg-coll-hatfield:hover,
  .xl\:hocus\:u-bg-coll-hatfield:focus {
    background-color: #003865 !important;
  }

  .xl\:hocus\:u-bg-coll-johnsnow:hover,
  .xl\:hocus\:u-bg-coll-johnsnow:focus {
    background-color: #003865 !important;
  }

  .xl\:hocus\:u-bg-coll-jbutler:hover,
  .xl\:hocus\:u-bg-coll-jbutler:focus {
    background-color: #d22630 !important;
  }

  .xl\:hocus\:u-bg-coll-south-college:hover,
  .xl\:hocus\:u-bg-coll-south-college:focus {
    background-color: #68246d !important;
  }

  .xl\:hocus\:u-bg-coll-staidans:hover,
  .xl\:hocus\:u-bg-coll-staidans:focus {
    background-color: #006747 !important;
  }

  .xl\:hocus\:u-bg-coll-stchads:hover,
  .xl\:hocus\:u-bg-coll-stchads:focus {
    background-color: #00573f !important;
  }

  .xl\:hocus\:u-bg-coll-stcuthberts:hover,
  .xl\:hocus\:u-bg-coll-stcuthberts:focus {
    background-color: #00664f !important;
  }

  .xl\:hocus\:u-bg-coll-sthild:hover,
  .xl\:hocus\:u-bg-coll-sthild:focus {
    background-color: #0072ce !important;
  }

  .xl\:hocus\:u-bg-coll-stjohns:hover,
  .xl\:hocus\:u-bg-coll-stjohns:focus {
    background-color: #1b365d !important;
  }

  .xl\:hocus\:u-bg-coll-stmarys:hover,
  .xl\:hocus\:u-bg-coll-stmarys:focus {
    background-color: #753bbd !important;
  }

  .xl\:hocus\:u-bg-coll-stephenson:hover,
  .xl\:hocus\:u-bg-coll-stephenson:focus {
    background-color: #d22630 !important;
  }

  .xl\:hocus\:u-bg-coll-trevelyan:hover,
  .xl\:hocus\:u-bg-coll-trevelyan:focus {
    background-color: #003865 !important;
  }

  .xl\:hocus\:u-bg-coll-university:hover,
  .xl\:hocus\:u-bg-coll-university:focus {
    background-color: #862633 !important;
  }

  .xl\:hocus\:u-bg-coll-ustinov:hover,
  .xl\:hocus\:u-bg-coll-ustinov:focus {
    background-color: #003865 !important;
  }

  .xl\:hocus\:u-bg-coll-vanmildert:hover,
  .xl\:hocus\:u-bg-coll-vanmildert:focus {
    background-color: #ee2737 !important;
  }

  .xl\:hocus\:u-bg-primary:hover,
  .xl\:hocus\:u-bg-primary:focus {
    background-color: #68246d !important;
  }

  .xl\:hocus\:u-bg-secondary:hover,
  .xl\:hocus\:u-bg-secondary:focus {
    background-color: #ffd53a !important;
  }

  .xl\:hocus\:u-bg-tertiary:hover,
  .xl\:hocus\:u-bg-tertiary:focus {
    background-color: #00aeef !important;
  }

  .xl\:hocus\:u-bg-success:hover,
  .xl\:hocus\:u-bg-success:focus {
    background-color: #449d44 !important;
  }

  .xl\:hocus\:u-bg-danger:hover,
  .xl\:hocus\:u-bg-danger:focus {
    background-color: #be1e2c !important;
  }

  .xl\:hocus\:u-bg-warning:hover,
  .xl\:hocus\:u-bg-warning:focus {
    background-color: #da611e !important;
  }

  .xl\:hocus\:u-bg-info:hover,
  .xl\:hocus\:u-bg-info:focus {
    background-color: #1180a1 !important;
  }

  .xl\:hocus\:u-bg-light:hover,
  .xl\:hocus\:u-bg-light:focus {
    background-color: #fff !important;
  }

  .xl\:hocus\:u-bg-dark:hover,
  .xl\:hocus\:u-bg-dark:focus {
    background-color: #333123 !important;
  }

  .xl\:hocus\:u-bg-purple--dark:hover,
  .xl\:hocus\:u-bg-purple--dark:focus {
    background-color: #531d57 !important;
  }

  .xl\:hocus\:u-bg-purple--light:hover,
  .xl\:hocus\:u-bg-purple--light:focus {
    background-color: #74287a !important;
  }

  .xl\:hocus\:u-bg-darkpurple--dark:hover,
  .xl\:hocus\:u-bg-darkpurple--dark:focus {
    background-color: #46163f !important;
  }

  .xl\:hocus\:u-bg-darkpurple--light:hover,
  .xl\:hocus\:u-bg-darkpurple--light:focus {
    background-color: #611e58 !important;
  }

  .xl\:hocus\:u-bg-yellow--dark:hover,
  .xl\:hocus\:u-bg-yellow--dark:focus {
    background-color: #fac500 !important;
  }

  .xl\:hocus\:u-bg-yellow--light:hover,
  .xl\:hocus\:u-bg-yellow--light:focus {
    background-color: #ffdd60 !important;
  }

  .xl\:hocus\:u-bg-cyan--dark:hover,
  .xl\:hocus\:u-bg-cyan--dark:focus {
    background-color: #008bbf !important;
  }

  .xl\:hocus\:u-bg-cyan--light:hover,
  .xl\:hocus\:u-bg-cyan--light:focus {
    background-color: #0dbdff !important;
  }

  .xl\:hocus\:u-bg-blue--dark:hover,
  .xl\:hocus\:u-bg-blue--dark:focus {
    background-color: #2281c2 !important;
  }

  .xl\:hocus\:u-bg-blue--light:hover,
  .xl\:hocus\:u-bg-blue--light:focus {
    background-color: #5dace2 !important;
  }

  .xl\:hocus\:u-bg-light-green--dark:hover,
  .xl\:hocus\:u-bg-light-green--dark:focus {
    background-color: #9edab5 !important;
  }

  .xl\:hocus\:u-bg-light-green--light:hover,
  .xl\:hocus\:u-bg-light-green--light:focus {
    background-color: #fff !important;
  }

  .xl\:hocus\:u-bg-red--dark:hover,
  .xl\:hocus\:u-bg-red--dark:focus {
    background-color: #981823 !important;
  }

  .xl\:hocus\:u-bg-red--light:hover,
  .xl\:hocus\:u-bg-red--light:focus {
    background-color: #d52231 !important;
  }

  .xl\:hocus\:u-bg-gold--dark:hover,
  .xl\:hocus\:u-bg-gold--dark:focus {
    background-color: #908b49 !important;
  }

  .xl\:hocus\:u-bg-gold--light:hover,
  .xl\:hocus\:u-bg-gold--light:focus {
    background-color: #bab577 !important;
  }

  .xl\:hocus\:u-bg-ink-100--dark:hover,
  .xl\:hocus\:u-bg-ink-100--dark:focus {
    background-color: #001c2c !important;
  }

  .xl\:hocus\:u-bg-ink-100--light:hover,
  .xl\:hocus\:u-bg-ink-100--light:focus {
    background-color: #00273e !important;
  }

  .xl\:hocus\:u-bg-stone--dark:hover,
  .xl\:hocus\:u-bg-stone--dark:focus {
    background-color: #c4b06c !important;
  }

  .xl\:hocus\:u-bg-stone--light:hover,
  .xl\:hocus\:u-bg-stone--light:focus {
    background-color: #e7dfc3 !important;
  }

  .xl\:hocus\:u-bg-sky--dark:hover,
  .xl\:hocus\:u-bg-sky--dark:focus {
    background-color: #74aab6 !important;
  }

  .xl\:hocus\:u-bg-sky--light:hover,
  .xl\:hocus\:u-bg-sky--light:focus {
    background-color: #c2dadf !important;
  }

  .xl\:hocus\:u-bg-heather--dark:hover,
  .xl\:hocus\:u-bg-heather--dark:focus {
    background-color: #af7a87 !important;
  }

  .xl\:hocus\:u-bg-heather--light:hover,
  .xl\:hocus\:u-bg-heather--light:focus {
    background-color: #dcc4ca !important;
  }

  .xl\:hocus\:u-bg-cedar--dark:hover,
  .xl\:hocus\:u-bg-cedar--dark:focus {
    background-color: #968581 !important;
  }

  .xl\:hocus\:u-bg-cedar--light:hover,
  .xl\:hocus\:u-bg-cedar--light:focus {
    background-color: #c9c0be !important;
  }

  .xl\:hocus\:u-bg-business--dark:hover,
  .xl\:hocus\:u-bg-business--dark:focus {
    background-color: #8c9b89 !important;
  }

  .xl\:hocus\:u-bg-business--light:hover,
  .xl\:hocus\:u-bg-business--light:focus {
    background-color: #cad1c9 !important;
  }

  .xl\:hocus\:u-bg-black--dark:hover,
  .xl\:hocus\:u-bg-black--dark:focus {
    background-color: #29271c !important;
  }

  .xl\:hocus\:u-bg-black--light:hover,
  .xl\:hocus\:u-bg-black--light:focus {
    background-color: #393727 !important;
  }

  .xl\:hocus\:u-bg-white--dark:hover,
  .xl\:hocus\:u-bg-white--dark:focus {
    background-color: #ccc !important;
  }

  .xl\:hocus\:u-bg-white--light:hover,
  .xl\:hocus\:u-bg-white--light:focus {
    background-color: #fff !important;
  }

  .xl\:hocus\:u-bg-grey-25--dark:hover,
  .xl\:hocus\:u-bg-grey-25--dark:focus {
    background-color: #c6c6c6 !important;
  }

  .xl\:hocus\:u-bg-grey-25--light:hover,
  .xl\:hocus\:u-bg-grey-25--light:focus {
    background-color: #fff !important;
  }

  .xl\:hocus\:u-bg-grey-50--dark:hover,
  .xl\:hocus\:u-bg-grey-50--dark:focus {
    background-color: #bcbcbc !important;
  }

  .xl\:hocus\:u-bg-grey-50--light:hover,
  .xl\:hocus\:u-bg-grey-50--light:focus {
    background-color: #fff !important;
  }

  .xl\:hocus\:u-bg-grey-75--dark:hover,
  .xl\:hocus\:u-bg-grey-75--dark:focus {
    background-color: #aeaeae !important;
  }

  .xl\:hocus\:u-bg-grey-75--light:hover,
  .xl\:hocus\:u-bg-grey-75--light:focus {
    background-color: #f3f3f3 !important;
  }

  .xl\:hocus\:u-bg-grey-100--dark:hover,
  .xl\:hocus\:u-bg-grey-100--dark:focus {
    background-color: #8a9194 !important;
  }

  .xl\:hocus\:u-bg-grey-100--light:hover,
  .xl\:hocus\:u-bg-grey-100--light:focus {
    background-color: #c5c9ca !important;
  }

  .xl\:hocus\:u-bg-grey-200--dark:hover,
  .xl\:hocus\:u-bg-grey-200--dark:focus {
    background-color: #6d7275 !important;
  }

  .xl\:hocus\:u-bg-grey-200--light:hover,
  .xl\:hocus\:u-bg-grey-200--light:focus {
    background-color: #9b9fa1 !important;
  }

  .xl\:hocus\:u-bg-grey-300--dark:hover,
  .xl\:hocus\:u-bg-grey-300--dark:focus {
    background-color: #505456 !important;
  }

  .xl\:hocus\:u-bg-grey-300--light:hover,
  .xl\:hocus\:u-bg-grey-300--light:focus {
    background-color: #707679 !important;
  }

  .xl\:hocus\:u-bg-grey-400--dark:hover,
  .xl\:hocus\:u-bg-grey-400--dark:focus {
    background-color: #30302f !important;
  }

  .xl\:hocus\:u-bg-grey-400--light:hover,
  .xl\:hocus\:u-bg-grey-400--light:focus {
    background-color: #434342 !important;
  }

  .xl\:hocus\:u-bg-youtube--dark:hover,
  .xl\:hocus\:u-bg-youtube--dark:focus {
    background-color: #c00 !important;
  }

  .xl\:hocus\:u-bg-youtube--light:hover,
  .xl\:hocus\:u-bg-youtube--light:focus {
    background-color: #ff1f1f !important;
  }

  .xl\:hocus\:u-bg-twitter--dark:hover,
  .xl\:hocus\:u-bg-twitter--dark:focus {
    background-color: #0c84cd !important;
  }

  .xl\:hocus\:u-bg-twitter--light:hover,
  .xl\:hocus\:u-bg-twitter--light:focus {
    background-color: #3caef4 !important;
  }

  .xl\:hocus\:u-bg-facebook--dark:hover,
  .xl\:hocus\:u-bg-facebook--dark:focus {
    background-color: #2f477a !important;
  }

  .xl\:hocus\:u-bg-facebook--light:hover,
  .xl\:hocus\:u-bg-facebook--light:focus {
    background-color: #4264aa !important;
  }

  .xl\:hocus\:u-bg-instagram--dark:hover,
  .xl\:hocus\:u-bg-instagram--dark:focus {
    background-color: #363636 !important;
  }

  .xl\:hocus\:u-bg-instagram--light:hover,
  .xl\:hocus\:u-bg-instagram--light:focus {
    background-color: #4c4c4c !important;
  }

  .xl\:hocus\:u-bg-linkedin--dark:hover,
  .xl\:hocus\:u-bg-linkedin--dark:focus {
    background-color: #005f91 !important;
  }

  .xl\:hocus\:u-bg-linkedin--light:hover,
  .xl\:hocus\:u-bg-linkedin--light:focus {
    background-color: #0085cb !important;
  }

  .xl\:hocus\:u-bg-college--dark:hover,
  .xl\:hocus\:u-bg-college--dark:focus {
    background-color: #00523f !important;
  }

  .xl\:hocus\:u-bg-college--light:hover,
  .xl\:hocus\:u-bg-college--light:focus {
    background-color: #007258 !important;
  }

  .xl\:hocus\:u-bg-coll-collingwood--dark:hover,
  .xl\:hocus\:u-bg-coll-collingwood--dark:focus {
    background-color: #a81e26 !important;
  }

  .xl\:hocus\:u-bg-coll-collingwood--light:hover,
  .xl\:hocus\:u-bg-coll-collingwood--light:focus {
    background-color: #db3a44 !important;
  }

  .xl\:hocus\:u-bg-coll-grey--dark:hover,
  .xl\:hocus\:u-bg-coll-grey--dark:focus {
    background-color: #8c1f26 !important;
  }

  .xl\:hocus\:u-bg-coll-grey--light:hover,
  .xl\:hocus\:u-bg-coll-grey--light:focus {
    background-color: #c42c35 !important;
  }

  .xl\:hocus\:u-bg-coll-hatfield--dark:hover,
  .xl\:hocus\:u-bg-coll-hatfield--dark:focus {
    background-color: #002d51 !important;
  }

  .xl\:hocus\:u-bg-coll-hatfield--light:hover,
  .xl\:hocus\:u-bg-coll-hatfield--light:focus {
    background-color: #003f71 !important;
  }

  .xl\:hocus\:u-bg-coll-johnsnow--dark:hover,
  .xl\:hocus\:u-bg-coll-johnsnow--dark:focus {
    background-color: #002d51 !important;
  }

  .xl\:hocus\:u-bg-coll-johnsnow--light:hover,
  .xl\:hocus\:u-bg-coll-johnsnow--light:focus {
    background-color: #003f71 !important;
  }

  .xl\:hocus\:u-bg-coll-jbutler--dark:hover,
  .xl\:hocus\:u-bg-coll-jbutler--dark:focus {
    background-color: #a81e26 !important;
  }

  .xl\:hocus\:u-bg-coll-jbutler--light:hover,
  .xl\:hocus\:u-bg-coll-jbutler--light:focus {
    background-color: #db3a44 !important;
  }

  .xl\:hocus\:u-bg-coll-south-college--dark:hover,
  .xl\:hocus\:u-bg-coll-south-college--dark:focus {
    background-color: #531d57 !important;
  }

  .xl\:hocus\:u-bg-coll-south-college--light:hover,
  .xl\:hocus\:u-bg-coll-south-college--light:focus {
    background-color: #74287a !important;
  }

  .xl\:hocus\:u-bg-coll-staidans--dark:hover,
  .xl\:hocus\:u-bg-coll-staidans--dark:focus {
    background-color: #005239 !important;
  }

  .xl\:hocus\:u-bg-coll-staidans--light:hover,
  .xl\:hocus\:u-bg-coll-staidans--light:focus {
    background-color: #007350 !important;
  }

  .xl\:hocus\:u-bg-coll-stchads--dark:hover,
  .xl\:hocus\:u-bg-coll-stchads--dark:focus {
    background-color: #004632 !important;
  }

  .xl\:hocus\:u-bg-coll-stchads--light:hover,
  .xl\:hocus\:u-bg-coll-stchads--light:focus {
    background-color: #006147 !important;
  }

  .xl\:hocus\:u-bg-coll-stcuthberts--dark:hover,
  .xl\:hocus\:u-bg-coll-stcuthberts--dark:focus {
    background-color: #00523f !important;
  }

  .xl\:hocus\:u-bg-coll-stcuthberts--light:hover,
  .xl\:hocus\:u-bg-coll-stcuthberts--light:focus {
    background-color: #007258 !important;
  }

  .xl\:hocus\:u-bg-coll-sthild--dark:hover,
  .xl\:hocus\:u-bg-coll-sthild--dark:focus {
    background-color: #005ba5 !important;
  }

  .xl\:hocus\:u-bg-coll-sthild--light:hover,
  .xl\:hocus\:u-bg-coll-sthild--light:focus {
    background-color: #0080e7 !important;
  }

  .xl\:hocus\:u-bg-coll-stjohns--dark:hover,
  .xl\:hocus\:u-bg-coll-stjohns--dark:focus {
    background-color: #162b4a !important;
  }

  .xl\:hocus\:u-bg-coll-stjohns--light:hover,
  .xl\:hocus\:u-bg-coll-stjohns--light:focus {
    background-color: #1e3c68 !important;
  }

  .xl\:hocus\:u-bg-coll-stmarys--dark:hover,
  .xl\:hocus\:u-bg-coll-stmarys--dark:focus {
    background-color: #5e2f97 !important;
  }

  .xl\:hocus\:u-bg-coll-stmarys--light:hover,
  .xl\:hocus\:u-bg-coll-stmarys--light:focus {
    background-color: #844ec8 !important;
  }

  .xl\:hocus\:u-bg-coll-stephenson--dark:hover,
  .xl\:hocus\:u-bg-coll-stephenson--dark:focus {
    background-color: #a81e26 !important;
  }

  .xl\:hocus\:u-bg-coll-stephenson--light:hover,
  .xl\:hocus\:u-bg-coll-stephenson--light:focus {
    background-color: #db3a44 !important;
  }

  .xl\:hocus\:u-bg-coll-trevelyan--dark:hover,
  .xl\:hocus\:u-bg-coll-trevelyan--dark:focus {
    background-color: #002d51 !important;
  }

  .xl\:hocus\:u-bg-coll-trevelyan--light:hover,
  .xl\:hocus\:u-bg-coll-trevelyan--light:focus {
    background-color: #003f71 !important;
  }

  .xl\:hocus\:u-bg-coll-university--dark:hover,
  .xl\:hocus\:u-bg-coll-university--dark:focus {
    background-color: #6b1e29 !important;
  }

  .xl\:hocus\:u-bg-coll-university--light:hover,
  .xl\:hocus\:u-bg-coll-university--light:focus {
    background-color: #962b39 !important;
  }

  .xl\:hocus\:u-bg-coll-ustinov--dark:hover,
  .xl\:hocus\:u-bg-coll-ustinov--dark:focus {
    background-color: #002d51 !important;
  }

  .xl\:hocus\:u-bg-coll-ustinov--light:hover,
  .xl\:hocus\:u-bg-coll-ustinov--light:focus {
    background-color: #003f71 !important;
  }

  .xl\:hocus\:u-bg-coll-vanmildert--dark:hover,
  .xl\:hocus\:u-bg-coll-vanmildert--dark:focus {
    background-color: #cd101f !important;
  }

  .xl\:hocus\:u-bg-coll-vanmildert--light:hover,
  .xl\:hocus\:u-bg-coll-vanmildert--light:focus {
    background-color: #f04654 !important;
  }

  .xl\:hocus\:u-bg-primary--dark:hover,
  .xl\:hocus\:u-bg-primary--dark:focus {
    background-color: #531d57 !important;
  }

  .xl\:hocus\:u-bg-primary--light:hover,
  .xl\:hocus\:u-bg-primary--light:focus {
    background-color: #74287a !important;
  }

  .xl\:hocus\:u-bg-secondary--dark:hover,
  .xl\:hocus\:u-bg-secondary--dark:focus {
    background-color: #fac500 !important;
  }

  .xl\:hocus\:u-bg-secondary--light:hover,
  .xl\:hocus\:u-bg-secondary--light:focus {
    background-color: #ffdd60 !important;
  }

  .xl\:hocus\:u-bg-tertiary--dark:hover,
  .xl\:hocus\:u-bg-tertiary--dark:focus {
    background-color: #008bbf !important;
  }

  .xl\:hocus\:u-bg-tertiary--light:hover,
  .xl\:hocus\:u-bg-tertiary--light:focus {
    background-color: #0dbdff !important;
  }

  .xl\:hocus\:u-bg-success--dark:hover,
  .xl\:hocus\:u-bg-success--dark:focus {
    background-color: #367e36 !important;
  }

  .xl\:hocus\:u-bg-success--light:hover,
  .xl\:hocus\:u-bg-success--light:focus {
    background-color: #4cb04c !important;
  }

  .xl\:hocus\:u-bg-danger--dark:hover,
  .xl\:hocus\:u-bg-danger--dark:focus {
    background-color: #981823 !important;
  }

  .xl\:hocus\:u-bg-danger--light:hover,
  .xl\:hocus\:u-bg-danger--light:focus {
    background-color: #d52231 !important;
  }

  .xl\:hocus\:u-bg-warning--dark:hover,
  .xl\:hocus\:u-bg-warning--dark:focus {
    background-color: #ae4e18 !important;
  }

  .xl\:hocus\:u-bg-warning--light:hover,
  .xl\:hocus\:u-bg-warning--light:focus {
    background-color: #e37233 !important;
  }

  .xl\:hocus\:u-bg-info--dark:hover,
  .xl\:hocus\:u-bg-info--dark:focus {
    background-color: #0e6681 !important;
  }

  .xl\:hocus\:u-bg-info--light:hover,
  .xl\:hocus\:u-bg-info--light:focus {
    background-color: #138fb4 !important;
  }

  .xl\:hocus\:u-bg-light--dark:hover,
  .xl\:hocus\:u-bg-light--dark:focus {
    background-color: #ccc !important;
  }

  .xl\:hocus\:u-bg-light--light:hover,
  .xl\:hocus\:u-bg-light--light:focus {
    background-color: #fff !important;
  }

  .xl\:hocus\:u-bg-dark--dark:hover,
  .xl\:hocus\:u-bg-dark--dark:focus {
    background-color: #29271c !important;
  }

  .xl\:hocus\:u-bg-dark--light:hover,
  .xl\:hocus\:u-bg-dark--light:focus {
    background-color: #393727 !important;
  }

  .xl\:u-bg-bottom {
    background-position: bottom !important;
  }

  .xl\:u-bg-center {
    background-position: center !important;
  }

  .xl\:u-bg-left {
    background-position: left !important;
  }

  .xl\:u-bg-left-bottom {
    background-position: left bottom !important;
  }

  .xl\:u-bg-left-top {
    background-position: left top !important;
  }

  .xl\:u-bg-right {
    background-position: right !important;
  }

  .xl\:u-bg-right-bottom {
    background-position: right bottom !important;
  }

  .xl\:u-bg-right-top {
    background-position: right top !important;
  }

  .xl\:u-bg-top {
    background-position: top !important;
  }

  .xl\:u-bg-repeat {
    background-repeat: repeat !important;
  }

  .xl\:u-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xl\:u-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xl\:u-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xl\:u-bg-auto {
    background-size: auto !important;
  }

  .xl\:u-bg-cover {
    background-size: cover !important;
  }

  .xl\:u-bg-contain {
    background-size: contain !important;
  }

  .xl\:u-border-transparent {
    border-color: transparent !important;
  }

  .xl\:u-border-current-color {
    border-color: currentColor !important;
  }

  .xl\:u-border-inherit {
    border-color: inherit !important;
  }

  .xl\:u-border-purple {
    border-color: #68246d !important;
  }

  .xl\:u-border-darkpurple {
    border-color: #571b4f !important;
  }

  .xl\:u-border-yellow {
    border-color: #ffd53a !important;
  }

  .xl\:u-border-cyan {
    border-color: #00aeef !important;
  }

  .xl\:u-border-blue {
    border-color: #409ddd !important;
  }

  .xl\:u-border-light-green {
    border-color: #e2f4e9 !important;
  }

  .xl\:u-border-red {
    border-color: #be1e2c !important;
  }

  .xl\:u-border-gold {
    border-color: #afa961 !important;
  }

  .xl\:u-border-ink-100 {
    border-color: #002337 !important;
  }

  .xl\:u-border-stone {
    border-color: #dacda2 !important;
  }

  .xl\:u-border-sky {
    border-color: #a5c8d0 !important;
  }

  .xl\:u-border-heather {
    border-color: #cba8b1 !important;
  }

  .xl\:u-border-cedar {
    border-color: #b6aaa7 !important;
  }

  .xl\:u-border-business {
    border-color: #b3bdb1 !important;
  }

  .xl\:u-border-black {
    border-color: #333123 !important;
  }

  .xl\:u-border-white {
    border-color: #fff !important;
  }

  .xl\:u-border-grey-25 {
    border-color: #f7f7f7 !important;
  }

  .xl\:u-border-grey-50 {
    border-color: #ebebeb !important;
  }

  .xl\:u-border-grey-75 {
    border-color: #d9d9d9 !important;
  }

  .xl\:u-border-grey-100 {
    border-color: #afb4b6 !important;
  }

  .xl\:u-border-grey-200 {
    border-color: #898e91 !important;
  }

  .xl\:u-border-grey-300 {
    border-color: #64696c !important;
  }

  .xl\:u-border-grey-400 {
    border-color: #3c3c3b !important;
  }

  .xl\:u-border-youtube {
    border-color: #f00 !important;
  }

  .xl\:u-border-twitter {
    border-color: #1da1f2 !important;
  }

  .xl\:u-border-facebook {
    border-color: #3b5998 !important;
  }

  .xl\:u-border-instagram {
    border-color: #444 !important;
  }

  .xl\:u-border-linkedin {
    border-color: #0077b5 !important;
  }

  .xl\:u-border-college {
    border-color: #00664f !important;
  }

  .xl\:u-border-coll-collingwood {
    border-color: #d22630 !important;
  }

  .xl\:u-border-coll-grey {
    border-color: #af272f !important;
  }

  .xl\:u-border-coll-hatfield {
    border-color: #003865 !important;
  }

  .xl\:u-border-coll-johnsnow {
    border-color: #003865 !important;
  }

  .xl\:u-border-coll-jbutler {
    border-color: #d22630 !important;
  }

  .xl\:u-border-coll-south-college {
    border-color: #68246d !important;
  }

  .xl\:u-border-coll-staidans {
    border-color: #006747 !important;
  }

  .xl\:u-border-coll-stchads {
    border-color: #00573f !important;
  }

  .xl\:u-border-coll-stcuthberts {
    border-color: #00664f !important;
  }

  .xl\:u-border-coll-sthild {
    border-color: #0072ce !important;
  }

  .xl\:u-border-coll-stjohns {
    border-color: #1b365d !important;
  }

  .xl\:u-border-coll-stmarys {
    border-color: #753bbd !important;
  }

  .xl\:u-border-coll-stephenson {
    border-color: #d22630 !important;
  }

  .xl\:u-border-coll-trevelyan {
    border-color: #003865 !important;
  }

  .xl\:u-border-coll-university {
    border-color: #862633 !important;
  }

  .xl\:u-border-coll-ustinov {
    border-color: #003865 !important;
  }

  .xl\:u-border-coll-vanmildert {
    border-color: #ee2737 !important;
  }

  .xl\:u-border-primary {
    border-color: #68246d !important;
  }

  .xl\:u-border-secondary {
    border-color: #ffd53a !important;
  }

  .xl\:u-border-tertiary {
    border-color: #00aeef !important;
  }

  .xl\:u-border-success {
    border-color: #449d44 !important;
  }

  .xl\:u-border-danger {
    border-color: #be1e2c !important;
  }

  .xl\:u-border-warning {
    border-color: #da611e !important;
  }

  .xl\:u-border-info {
    border-color: #1180a1 !important;
  }

  .xl\:u-border-light {
    border-color: #fff !important;
  }

  .xl\:u-border-dark {
    border-color: #333123 !important;
  }

  .xl\:u-border-purple--dark {
    border-color: #531d57 !important;
  }

  .xl\:u-border-purple--light {
    border-color: #74287a !important;
  }

  .xl\:u-border-darkpurple--dark {
    border-color: #46163f !important;
  }

  .xl\:u-border-darkpurple--light {
    border-color: #611e58 !important;
  }

  .xl\:u-border-yellow--dark {
    border-color: #fac500 !important;
  }

  .xl\:u-border-yellow--light {
    border-color: #ffdd60 !important;
  }

  .xl\:u-border-cyan--dark {
    border-color: #008bbf !important;
  }

  .xl\:u-border-cyan--light {
    border-color: #0dbdff !important;
  }

  .xl\:u-border-blue--dark {
    border-color: #2281c2 !important;
  }

  .xl\:u-border-blue--light {
    border-color: #5dace2 !important;
  }

  .xl\:u-border-light-green--dark {
    border-color: #9edab5 !important;
  }

  .xl\:u-border-light-green--light {
    border-color: #fff !important;
  }

  .xl\:u-border-red--dark {
    border-color: #981823 !important;
  }

  .xl\:u-border-red--light {
    border-color: #d52231 !important;
  }

  .xl\:u-border-gold--dark {
    border-color: #908b49 !important;
  }

  .xl\:u-border-gold--light {
    border-color: #bab577 !important;
  }

  .xl\:u-border-ink-100--dark {
    border-color: #001c2c !important;
  }

  .xl\:u-border-ink-100--light {
    border-color: #00273e !important;
  }

  .xl\:u-border-stone--dark {
    border-color: #c4b06c !important;
  }

  .xl\:u-border-stone--light {
    border-color: #e7dfc3 !important;
  }

  .xl\:u-border-sky--dark {
    border-color: #74aab6 !important;
  }

  .xl\:u-border-sky--light {
    border-color: #c2dadf !important;
  }

  .xl\:u-border-heather--dark {
    border-color: #af7a87 !important;
  }

  .xl\:u-border-heather--light {
    border-color: #dcc4ca !important;
  }

  .xl\:u-border-cedar--dark {
    border-color: #968581 !important;
  }

  .xl\:u-border-cedar--light {
    border-color: #c9c0be !important;
  }

  .xl\:u-border-business--dark {
    border-color: #8c9b89 !important;
  }

  .xl\:u-border-business--light {
    border-color: #cad1c9 !important;
  }

  .xl\:u-border-black--dark {
    border-color: #29271c !important;
  }

  .xl\:u-border-black--light {
    border-color: #393727 !important;
  }

  .xl\:u-border-white--dark {
    border-color: #ccc !important;
  }

  .xl\:u-border-white--light {
    border-color: #fff !important;
  }

  .xl\:u-border-grey-25--dark {
    border-color: #c6c6c6 !important;
  }

  .xl\:u-border-grey-25--light {
    border-color: #fff !important;
  }

  .xl\:u-border-grey-50--dark {
    border-color: #bcbcbc !important;
  }

  .xl\:u-border-grey-50--light {
    border-color: #fff !important;
  }

  .xl\:u-border-grey-75--dark {
    border-color: #aeaeae !important;
  }

  .xl\:u-border-grey-75--light {
    border-color: #f3f3f3 !important;
  }

  .xl\:u-border-grey-100--dark {
    border-color: #8a9194 !important;
  }

  .xl\:u-border-grey-100--light {
    border-color: #c5c9ca !important;
  }

  .xl\:u-border-grey-200--dark {
    border-color: #6d7275 !important;
  }

  .xl\:u-border-grey-200--light {
    border-color: #9b9fa1 !important;
  }

  .xl\:u-border-grey-300--dark {
    border-color: #505456 !important;
  }

  .xl\:u-border-grey-300--light {
    border-color: #707679 !important;
  }

  .xl\:u-border-grey-400--dark {
    border-color: #30302f !important;
  }

  .xl\:u-border-grey-400--light {
    border-color: #434342 !important;
  }

  .xl\:u-border-youtube--dark {
    border-color: #c00 !important;
  }

  .xl\:u-border-youtube--light {
    border-color: #ff1f1f !important;
  }

  .xl\:u-border-twitter--dark {
    border-color: #0c84cd !important;
  }

  .xl\:u-border-twitter--light {
    border-color: #3caef4 !important;
  }

  .xl\:u-border-facebook--dark {
    border-color: #2f477a !important;
  }

  .xl\:u-border-facebook--light {
    border-color: #4264aa !important;
  }

  .xl\:u-border-instagram--dark {
    border-color: #363636 !important;
  }

  .xl\:u-border-instagram--light {
    border-color: #4c4c4c !important;
  }

  .xl\:u-border-linkedin--dark {
    border-color: #005f91 !important;
  }

  .xl\:u-border-linkedin--light {
    border-color: #0085cb !important;
  }

  .xl\:u-border-college--dark {
    border-color: #00523f !important;
  }

  .xl\:u-border-college--light {
    border-color: #007258 !important;
  }

  .xl\:u-border-coll-collingwood--dark {
    border-color: #a81e26 !important;
  }

  .xl\:u-border-coll-collingwood--light {
    border-color: #db3a44 !important;
  }

  .xl\:u-border-coll-grey--dark {
    border-color: #8c1f26 !important;
  }

  .xl\:u-border-coll-grey--light {
    border-color: #c42c35 !important;
  }

  .xl\:u-border-coll-hatfield--dark {
    border-color: #002d51 !important;
  }

  .xl\:u-border-coll-hatfield--light {
    border-color: #003f71 !important;
  }

  .xl\:u-border-coll-johnsnow--dark {
    border-color: #002d51 !important;
  }

  .xl\:u-border-coll-johnsnow--light {
    border-color: #003f71 !important;
  }

  .xl\:u-border-coll-jbutler--dark {
    border-color: #a81e26 !important;
  }

  .xl\:u-border-coll-jbutler--light {
    border-color: #db3a44 !important;
  }

  .xl\:u-border-coll-south-college--dark {
    border-color: #531d57 !important;
  }

  .xl\:u-border-coll-south-college--light {
    border-color: #74287a !important;
  }

  .xl\:u-border-coll-staidans--dark {
    border-color: #005239 !important;
  }

  .xl\:u-border-coll-staidans--light {
    border-color: #007350 !important;
  }

  .xl\:u-border-coll-stchads--dark {
    border-color: #004632 !important;
  }

  .xl\:u-border-coll-stchads--light {
    border-color: #006147 !important;
  }

  .xl\:u-border-coll-stcuthberts--dark {
    border-color: #00523f !important;
  }

  .xl\:u-border-coll-stcuthberts--light {
    border-color: #007258 !important;
  }

  .xl\:u-border-coll-sthild--dark {
    border-color: #005ba5 !important;
  }

  .xl\:u-border-coll-sthild--light {
    border-color: #0080e7 !important;
  }

  .xl\:u-border-coll-stjohns--dark {
    border-color: #162b4a !important;
  }

  .xl\:u-border-coll-stjohns--light {
    border-color: #1e3c68 !important;
  }

  .xl\:u-border-coll-stmarys--dark {
    border-color: #5e2f97 !important;
  }

  .xl\:u-border-coll-stmarys--light {
    border-color: #844ec8 !important;
  }

  .xl\:u-border-coll-stephenson--dark {
    border-color: #a81e26 !important;
  }

  .xl\:u-border-coll-stephenson--light {
    border-color: #db3a44 !important;
  }

  .xl\:u-border-coll-trevelyan--dark {
    border-color: #002d51 !important;
  }

  .xl\:u-border-coll-trevelyan--light {
    border-color: #003f71 !important;
  }

  .xl\:u-border-coll-university--dark {
    border-color: #6b1e29 !important;
  }

  .xl\:u-border-coll-university--light {
    border-color: #962b39 !important;
  }

  .xl\:u-border-coll-ustinov--dark {
    border-color: #002d51 !important;
  }

  .xl\:u-border-coll-ustinov--light {
    border-color: #003f71 !important;
  }

  .xl\:u-border-coll-vanmildert--dark {
    border-color: #cd101f !important;
  }

  .xl\:u-border-coll-vanmildert--light {
    border-color: #f04654 !important;
  }

  .xl\:u-border-primary--dark {
    border-color: #531d57 !important;
  }

  .xl\:u-border-primary--light {
    border-color: #74287a !important;
  }

  .xl\:u-border-secondary--dark {
    border-color: #fac500 !important;
  }

  .xl\:u-border-secondary--light {
    border-color: #ffdd60 !important;
  }

  .xl\:u-border-tertiary--dark {
    border-color: #008bbf !important;
  }

  .xl\:u-border-tertiary--light {
    border-color: #0dbdff !important;
  }

  .xl\:u-border-success--dark {
    border-color: #367e36 !important;
  }

  .xl\:u-border-success--light {
    border-color: #4cb04c !important;
  }

  .xl\:u-border-danger--dark {
    border-color: #981823 !important;
  }

  .xl\:u-border-danger--light {
    border-color: #d52231 !important;
  }

  .xl\:u-border-warning--dark {
    border-color: #ae4e18 !important;
  }

  .xl\:u-border-warning--light {
    border-color: #e37233 !important;
  }

  .xl\:u-border-info--dark {
    border-color: #0e6681 !important;
  }

  .xl\:u-border-info--light {
    border-color: #138fb4 !important;
  }

  .xl\:u-border-light--dark {
    border-color: #ccc !important;
  }

  .xl\:u-border-light--light {
    border-color: #fff !important;
  }

  .xl\:u-border-dark--dark {
    border-color: #29271c !important;
  }

  .xl\:u-border-dark--light {
    border-color: #393727 !important;
  }

  .xl\:hover\:u-border-transparent:hover {
    border-color: transparent !important;
  }

  .xl\:hover\:u-border-current-color:hover {
    border-color: currentColor !important;
  }

  .xl\:hover\:u-border-inherit:hover {
    border-color: inherit !important;
  }

  .xl\:hover\:u-border-purple:hover {
    border-color: #68246d !important;
  }

  .xl\:hover\:u-border-darkpurple:hover {
    border-color: #571b4f !important;
  }

  .xl\:hover\:u-border-yellow:hover {
    border-color: #ffd53a !important;
  }

  .xl\:hover\:u-border-cyan:hover {
    border-color: #00aeef !important;
  }

  .xl\:hover\:u-border-blue:hover {
    border-color: #409ddd !important;
  }

  .xl\:hover\:u-border-light-green:hover {
    border-color: #e2f4e9 !important;
  }

  .xl\:hover\:u-border-red:hover {
    border-color: #be1e2c !important;
  }

  .xl\:hover\:u-border-gold:hover {
    border-color: #afa961 !important;
  }

  .xl\:hover\:u-border-ink-100:hover {
    border-color: #002337 !important;
  }

  .xl\:hover\:u-border-stone:hover {
    border-color: #dacda2 !important;
  }

  .xl\:hover\:u-border-sky:hover {
    border-color: #a5c8d0 !important;
  }

  .xl\:hover\:u-border-heather:hover {
    border-color: #cba8b1 !important;
  }

  .xl\:hover\:u-border-cedar:hover {
    border-color: #b6aaa7 !important;
  }

  .xl\:hover\:u-border-business:hover {
    border-color: #b3bdb1 !important;
  }

  .xl\:hover\:u-border-black:hover {
    border-color: #333123 !important;
  }

  .xl\:hover\:u-border-white:hover {
    border-color: #fff !important;
  }

  .xl\:hover\:u-border-grey-25:hover {
    border-color: #f7f7f7 !important;
  }

  .xl\:hover\:u-border-grey-50:hover {
    border-color: #ebebeb !important;
  }

  .xl\:hover\:u-border-grey-75:hover {
    border-color: #d9d9d9 !important;
  }

  .xl\:hover\:u-border-grey-100:hover {
    border-color: #afb4b6 !important;
  }

  .xl\:hover\:u-border-grey-200:hover {
    border-color: #898e91 !important;
  }

  .xl\:hover\:u-border-grey-300:hover {
    border-color: #64696c !important;
  }

  .xl\:hover\:u-border-grey-400:hover {
    border-color: #3c3c3b !important;
  }

  .xl\:hover\:u-border-youtube:hover {
    border-color: #f00 !important;
  }

  .xl\:hover\:u-border-twitter:hover {
    border-color: #1da1f2 !important;
  }

  .xl\:hover\:u-border-facebook:hover {
    border-color: #3b5998 !important;
  }

  .xl\:hover\:u-border-instagram:hover {
    border-color: #444 !important;
  }

  .xl\:hover\:u-border-linkedin:hover {
    border-color: #0077b5 !important;
  }

  .xl\:hover\:u-border-college:hover {
    border-color: #00664f !important;
  }

  .xl\:hover\:u-border-coll-collingwood:hover {
    border-color: #d22630 !important;
  }

  .xl\:hover\:u-border-coll-grey:hover {
    border-color: #af272f !important;
  }

  .xl\:hover\:u-border-coll-hatfield:hover {
    border-color: #003865 !important;
  }

  .xl\:hover\:u-border-coll-johnsnow:hover {
    border-color: #003865 !important;
  }

  .xl\:hover\:u-border-coll-jbutler:hover {
    border-color: #d22630 !important;
  }

  .xl\:hover\:u-border-coll-south-college:hover {
    border-color: #68246d !important;
  }

  .xl\:hover\:u-border-coll-staidans:hover {
    border-color: #006747 !important;
  }

  .xl\:hover\:u-border-coll-stchads:hover {
    border-color: #00573f !important;
  }

  .xl\:hover\:u-border-coll-stcuthberts:hover {
    border-color: #00664f !important;
  }

  .xl\:hover\:u-border-coll-sthild:hover {
    border-color: #0072ce !important;
  }

  .xl\:hover\:u-border-coll-stjohns:hover {
    border-color: #1b365d !important;
  }

  .xl\:hover\:u-border-coll-stmarys:hover {
    border-color: #753bbd !important;
  }

  .xl\:hover\:u-border-coll-stephenson:hover {
    border-color: #d22630 !important;
  }

  .xl\:hover\:u-border-coll-trevelyan:hover {
    border-color: #003865 !important;
  }

  .xl\:hover\:u-border-coll-university:hover {
    border-color: #862633 !important;
  }

  .xl\:hover\:u-border-coll-ustinov:hover {
    border-color: #003865 !important;
  }

  .xl\:hover\:u-border-coll-vanmildert:hover {
    border-color: #ee2737 !important;
  }

  .xl\:hover\:u-border-primary:hover {
    border-color: #68246d !important;
  }

  .xl\:hover\:u-border-secondary:hover {
    border-color: #ffd53a !important;
  }

  .xl\:hover\:u-border-tertiary:hover {
    border-color: #00aeef !important;
  }

  .xl\:hover\:u-border-success:hover {
    border-color: #449d44 !important;
  }

  .xl\:hover\:u-border-danger:hover {
    border-color: #be1e2c !important;
  }

  .xl\:hover\:u-border-warning:hover {
    border-color: #da611e !important;
  }

  .xl\:hover\:u-border-info:hover {
    border-color: #1180a1 !important;
  }

  .xl\:hover\:u-border-light:hover {
    border-color: #fff !important;
  }

  .xl\:hover\:u-border-dark:hover {
    border-color: #333123 !important;
  }

  .xl\:hover\:u-border-purple--dark:hover {
    border-color: #531d57 !important;
  }

  .xl\:hover\:u-border-purple--light:hover {
    border-color: #74287a !important;
  }

  .xl\:hover\:u-border-darkpurple--dark:hover {
    border-color: #46163f !important;
  }

  .xl\:hover\:u-border-darkpurple--light:hover {
    border-color: #611e58 !important;
  }

  .xl\:hover\:u-border-yellow--dark:hover {
    border-color: #fac500 !important;
  }

  .xl\:hover\:u-border-yellow--light:hover {
    border-color: #ffdd60 !important;
  }

  .xl\:hover\:u-border-cyan--dark:hover {
    border-color: #008bbf !important;
  }

  .xl\:hover\:u-border-cyan--light:hover {
    border-color: #0dbdff !important;
  }

  .xl\:hover\:u-border-blue--dark:hover {
    border-color: #2281c2 !important;
  }

  .xl\:hover\:u-border-blue--light:hover {
    border-color: #5dace2 !important;
  }

  .xl\:hover\:u-border-light-green--dark:hover {
    border-color: #9edab5 !important;
  }

  .xl\:hover\:u-border-light-green--light:hover {
    border-color: #fff !important;
  }

  .xl\:hover\:u-border-red--dark:hover {
    border-color: #981823 !important;
  }

  .xl\:hover\:u-border-red--light:hover {
    border-color: #d52231 !important;
  }

  .xl\:hover\:u-border-gold--dark:hover {
    border-color: #908b49 !important;
  }

  .xl\:hover\:u-border-gold--light:hover {
    border-color: #bab577 !important;
  }

  .xl\:hover\:u-border-ink-100--dark:hover {
    border-color: #001c2c !important;
  }

  .xl\:hover\:u-border-ink-100--light:hover {
    border-color: #00273e !important;
  }

  .xl\:hover\:u-border-stone--dark:hover {
    border-color: #c4b06c !important;
  }

  .xl\:hover\:u-border-stone--light:hover {
    border-color: #e7dfc3 !important;
  }

  .xl\:hover\:u-border-sky--dark:hover {
    border-color: #74aab6 !important;
  }

  .xl\:hover\:u-border-sky--light:hover {
    border-color: #c2dadf !important;
  }

  .xl\:hover\:u-border-heather--dark:hover {
    border-color: #af7a87 !important;
  }

  .xl\:hover\:u-border-heather--light:hover {
    border-color: #dcc4ca !important;
  }

  .xl\:hover\:u-border-cedar--dark:hover {
    border-color: #968581 !important;
  }

  .xl\:hover\:u-border-cedar--light:hover {
    border-color: #c9c0be !important;
  }

  .xl\:hover\:u-border-business--dark:hover {
    border-color: #8c9b89 !important;
  }

  .xl\:hover\:u-border-business--light:hover {
    border-color: #cad1c9 !important;
  }

  .xl\:hover\:u-border-black--dark:hover {
    border-color: #29271c !important;
  }

  .xl\:hover\:u-border-black--light:hover {
    border-color: #393727 !important;
  }

  .xl\:hover\:u-border-white--dark:hover {
    border-color: #ccc !important;
  }

  .xl\:hover\:u-border-white--light:hover {
    border-color: #fff !important;
  }

  .xl\:hover\:u-border-grey-25--dark:hover {
    border-color: #c6c6c6 !important;
  }

  .xl\:hover\:u-border-grey-25--light:hover {
    border-color: #fff !important;
  }

  .xl\:hover\:u-border-grey-50--dark:hover {
    border-color: #bcbcbc !important;
  }

  .xl\:hover\:u-border-grey-50--light:hover {
    border-color: #fff !important;
  }

  .xl\:hover\:u-border-grey-75--dark:hover {
    border-color: #aeaeae !important;
  }

  .xl\:hover\:u-border-grey-75--light:hover {
    border-color: #f3f3f3 !important;
  }

  .xl\:hover\:u-border-grey-100--dark:hover {
    border-color: #8a9194 !important;
  }

  .xl\:hover\:u-border-grey-100--light:hover {
    border-color: #c5c9ca !important;
  }

  .xl\:hover\:u-border-grey-200--dark:hover {
    border-color: #6d7275 !important;
  }

  .xl\:hover\:u-border-grey-200--light:hover {
    border-color: #9b9fa1 !important;
  }

  .xl\:hover\:u-border-grey-300--dark:hover {
    border-color: #505456 !important;
  }

  .xl\:hover\:u-border-grey-300--light:hover {
    border-color: #707679 !important;
  }

  .xl\:hover\:u-border-grey-400--dark:hover {
    border-color: #30302f !important;
  }

  .xl\:hover\:u-border-grey-400--light:hover {
    border-color: #434342 !important;
  }

  .xl\:hover\:u-border-youtube--dark:hover {
    border-color: #c00 !important;
  }

  .xl\:hover\:u-border-youtube--light:hover {
    border-color: #ff1f1f !important;
  }

  .xl\:hover\:u-border-twitter--dark:hover {
    border-color: #0c84cd !important;
  }

  .xl\:hover\:u-border-twitter--light:hover {
    border-color: #3caef4 !important;
  }

  .xl\:hover\:u-border-facebook--dark:hover {
    border-color: #2f477a !important;
  }

  .xl\:hover\:u-border-facebook--light:hover {
    border-color: #4264aa !important;
  }

  .xl\:hover\:u-border-instagram--dark:hover {
    border-color: #363636 !important;
  }

  .xl\:hover\:u-border-instagram--light:hover {
    border-color: #4c4c4c !important;
  }

  .xl\:hover\:u-border-linkedin--dark:hover {
    border-color: #005f91 !important;
  }

  .xl\:hover\:u-border-linkedin--light:hover {
    border-color: #0085cb !important;
  }

  .xl\:hover\:u-border-college--dark:hover {
    border-color: #00523f !important;
  }

  .xl\:hover\:u-border-college--light:hover {
    border-color: #007258 !important;
  }

  .xl\:hover\:u-border-coll-collingwood--dark:hover {
    border-color: #a81e26 !important;
  }

  .xl\:hover\:u-border-coll-collingwood--light:hover {
    border-color: #db3a44 !important;
  }

  .xl\:hover\:u-border-coll-grey--dark:hover {
    border-color: #8c1f26 !important;
  }

  .xl\:hover\:u-border-coll-grey--light:hover {
    border-color: #c42c35 !important;
  }

  .xl\:hover\:u-border-coll-hatfield--dark:hover {
    border-color: #002d51 !important;
  }

  .xl\:hover\:u-border-coll-hatfield--light:hover {
    border-color: #003f71 !important;
  }

  .xl\:hover\:u-border-coll-johnsnow--dark:hover {
    border-color: #002d51 !important;
  }

  .xl\:hover\:u-border-coll-johnsnow--light:hover {
    border-color: #003f71 !important;
  }

  .xl\:hover\:u-border-coll-jbutler--dark:hover {
    border-color: #a81e26 !important;
  }

  .xl\:hover\:u-border-coll-jbutler--light:hover {
    border-color: #db3a44 !important;
  }

  .xl\:hover\:u-border-coll-south-college--dark:hover {
    border-color: #531d57 !important;
  }

  .xl\:hover\:u-border-coll-south-college--light:hover {
    border-color: #74287a !important;
  }

  .xl\:hover\:u-border-coll-staidans--dark:hover {
    border-color: #005239 !important;
  }

  .xl\:hover\:u-border-coll-staidans--light:hover {
    border-color: #007350 !important;
  }

  .xl\:hover\:u-border-coll-stchads--dark:hover {
    border-color: #004632 !important;
  }

  .xl\:hover\:u-border-coll-stchads--light:hover {
    border-color: #006147 !important;
  }

  .xl\:hover\:u-border-coll-stcuthberts--dark:hover {
    border-color: #00523f !important;
  }

  .xl\:hover\:u-border-coll-stcuthberts--light:hover {
    border-color: #007258 !important;
  }

  .xl\:hover\:u-border-coll-sthild--dark:hover {
    border-color: #005ba5 !important;
  }

  .xl\:hover\:u-border-coll-sthild--light:hover {
    border-color: #0080e7 !important;
  }

  .xl\:hover\:u-border-coll-stjohns--dark:hover {
    border-color: #162b4a !important;
  }

  .xl\:hover\:u-border-coll-stjohns--light:hover {
    border-color: #1e3c68 !important;
  }

  .xl\:hover\:u-border-coll-stmarys--dark:hover {
    border-color: #5e2f97 !important;
  }

  .xl\:hover\:u-border-coll-stmarys--light:hover {
    border-color: #844ec8 !important;
  }

  .xl\:hover\:u-border-coll-stephenson--dark:hover {
    border-color: #a81e26 !important;
  }

  .xl\:hover\:u-border-coll-stephenson--light:hover {
    border-color: #db3a44 !important;
  }

  .xl\:hover\:u-border-coll-trevelyan--dark:hover {
    border-color: #002d51 !important;
  }

  .xl\:hover\:u-border-coll-trevelyan--light:hover {
    border-color: #003f71 !important;
  }

  .xl\:hover\:u-border-coll-university--dark:hover {
    border-color: #6b1e29 !important;
  }

  .xl\:hover\:u-border-coll-university--light:hover {
    border-color: #962b39 !important;
  }

  .xl\:hover\:u-border-coll-ustinov--dark:hover {
    border-color: #002d51 !important;
  }

  .xl\:hover\:u-border-coll-ustinov--light:hover {
    border-color: #003f71 !important;
  }

  .xl\:hover\:u-border-coll-vanmildert--dark:hover {
    border-color: #cd101f !important;
  }

  .xl\:hover\:u-border-coll-vanmildert--light:hover {
    border-color: #f04654 !important;
  }

  .xl\:hover\:u-border-primary--dark:hover {
    border-color: #531d57 !important;
  }

  .xl\:hover\:u-border-primary--light:hover {
    border-color: #74287a !important;
  }

  .xl\:hover\:u-border-secondary--dark:hover {
    border-color: #fac500 !important;
  }

  .xl\:hover\:u-border-secondary--light:hover {
    border-color: #ffdd60 !important;
  }

  .xl\:hover\:u-border-tertiary--dark:hover {
    border-color: #008bbf !important;
  }

  .xl\:hover\:u-border-tertiary--light:hover {
    border-color: #0dbdff !important;
  }

  .xl\:hover\:u-border-success--dark:hover {
    border-color: #367e36 !important;
  }

  .xl\:hover\:u-border-success--light:hover {
    border-color: #4cb04c !important;
  }

  .xl\:hover\:u-border-danger--dark:hover {
    border-color: #981823 !important;
  }

  .xl\:hover\:u-border-danger--light:hover {
    border-color: #d52231 !important;
  }

  .xl\:hover\:u-border-warning--dark:hover {
    border-color: #ae4e18 !important;
  }

  .xl\:hover\:u-border-warning--light:hover {
    border-color: #e37233 !important;
  }

  .xl\:hover\:u-border-info--dark:hover {
    border-color: #0e6681 !important;
  }

  .xl\:hover\:u-border-info--light:hover {
    border-color: #138fb4 !important;
  }

  .xl\:hover\:u-border-light--dark:hover {
    border-color: #ccc !important;
  }

  .xl\:hover\:u-border-light--light:hover {
    border-color: #fff !important;
  }

  .xl\:hover\:u-border-dark--dark:hover {
    border-color: #29271c !important;
  }

  .xl\:hover\:u-border-dark--light:hover {
    border-color: #393727 !important;
  }

  .xl\:focus\:u-border-transparent:focus {
    border-color: transparent !important;
  }

  .xl\:focus\:u-border-current-color:focus {
    border-color: currentColor !important;
  }

  .xl\:focus\:u-border-inherit:focus {
    border-color: inherit !important;
  }

  .xl\:focus\:u-border-purple:focus {
    border-color: #68246d !important;
  }

  .xl\:focus\:u-border-darkpurple:focus {
    border-color: #571b4f !important;
  }

  .xl\:focus\:u-border-yellow:focus {
    border-color: #ffd53a !important;
  }

  .xl\:focus\:u-border-cyan:focus {
    border-color: #00aeef !important;
  }

  .xl\:focus\:u-border-blue:focus {
    border-color: #409ddd !important;
  }

  .xl\:focus\:u-border-light-green:focus {
    border-color: #e2f4e9 !important;
  }

  .xl\:focus\:u-border-red:focus {
    border-color: #be1e2c !important;
  }

  .xl\:focus\:u-border-gold:focus {
    border-color: #afa961 !important;
  }

  .xl\:focus\:u-border-ink-100:focus {
    border-color: #002337 !important;
  }

  .xl\:focus\:u-border-stone:focus {
    border-color: #dacda2 !important;
  }

  .xl\:focus\:u-border-sky:focus {
    border-color: #a5c8d0 !important;
  }

  .xl\:focus\:u-border-heather:focus {
    border-color: #cba8b1 !important;
  }

  .xl\:focus\:u-border-cedar:focus {
    border-color: #b6aaa7 !important;
  }

  .xl\:focus\:u-border-business:focus {
    border-color: #b3bdb1 !important;
  }

  .xl\:focus\:u-border-black:focus {
    border-color: #333123 !important;
  }

  .xl\:focus\:u-border-white:focus {
    border-color: #fff !important;
  }

  .xl\:focus\:u-border-grey-25:focus {
    border-color: #f7f7f7 !important;
  }

  .xl\:focus\:u-border-grey-50:focus {
    border-color: #ebebeb !important;
  }

  .xl\:focus\:u-border-grey-75:focus {
    border-color: #d9d9d9 !important;
  }

  .xl\:focus\:u-border-grey-100:focus {
    border-color: #afb4b6 !important;
  }

  .xl\:focus\:u-border-grey-200:focus {
    border-color: #898e91 !important;
  }

  .xl\:focus\:u-border-grey-300:focus {
    border-color: #64696c !important;
  }

  .xl\:focus\:u-border-grey-400:focus {
    border-color: #3c3c3b !important;
  }

  .xl\:focus\:u-border-youtube:focus {
    border-color: #f00 !important;
  }

  .xl\:focus\:u-border-twitter:focus {
    border-color: #1da1f2 !important;
  }

  .xl\:focus\:u-border-facebook:focus {
    border-color: #3b5998 !important;
  }

  .xl\:focus\:u-border-instagram:focus {
    border-color: #444 !important;
  }

  .xl\:focus\:u-border-linkedin:focus {
    border-color: #0077b5 !important;
  }

  .xl\:focus\:u-border-college:focus {
    border-color: #00664f !important;
  }

  .xl\:focus\:u-border-coll-collingwood:focus {
    border-color: #d22630 !important;
  }

  .xl\:focus\:u-border-coll-grey:focus {
    border-color: #af272f !important;
  }

  .xl\:focus\:u-border-coll-hatfield:focus {
    border-color: #003865 !important;
  }

  .xl\:focus\:u-border-coll-johnsnow:focus {
    border-color: #003865 !important;
  }

  .xl\:focus\:u-border-coll-jbutler:focus {
    border-color: #d22630 !important;
  }

  .xl\:focus\:u-border-coll-south-college:focus {
    border-color: #68246d !important;
  }

  .xl\:focus\:u-border-coll-staidans:focus {
    border-color: #006747 !important;
  }

  .xl\:focus\:u-border-coll-stchads:focus {
    border-color: #00573f !important;
  }

  .xl\:focus\:u-border-coll-stcuthberts:focus {
    border-color: #00664f !important;
  }

  .xl\:focus\:u-border-coll-sthild:focus {
    border-color: #0072ce !important;
  }

  .xl\:focus\:u-border-coll-stjohns:focus {
    border-color: #1b365d !important;
  }

  .xl\:focus\:u-border-coll-stmarys:focus {
    border-color: #753bbd !important;
  }

  .xl\:focus\:u-border-coll-stephenson:focus {
    border-color: #d22630 !important;
  }

  .xl\:focus\:u-border-coll-trevelyan:focus {
    border-color: #003865 !important;
  }

  .xl\:focus\:u-border-coll-university:focus {
    border-color: #862633 !important;
  }

  .xl\:focus\:u-border-coll-ustinov:focus {
    border-color: #003865 !important;
  }

  .xl\:focus\:u-border-coll-vanmildert:focus {
    border-color: #ee2737 !important;
  }

  .xl\:focus\:u-border-primary:focus {
    border-color: #68246d !important;
  }

  .xl\:focus\:u-border-secondary:focus {
    border-color: #ffd53a !important;
  }

  .xl\:focus\:u-border-tertiary:focus {
    border-color: #00aeef !important;
  }

  .xl\:focus\:u-border-success:focus {
    border-color: #449d44 !important;
  }

  .xl\:focus\:u-border-danger:focus {
    border-color: #be1e2c !important;
  }

  .xl\:focus\:u-border-warning:focus {
    border-color: #da611e !important;
  }

  .xl\:focus\:u-border-info:focus {
    border-color: #1180a1 !important;
  }

  .xl\:focus\:u-border-light:focus {
    border-color: #fff !important;
  }

  .xl\:focus\:u-border-dark:focus {
    border-color: #333123 !important;
  }

  .xl\:focus\:u-border-purple--dark:focus {
    border-color: #531d57 !important;
  }

  .xl\:focus\:u-border-purple--light:focus {
    border-color: #74287a !important;
  }

  .xl\:focus\:u-border-darkpurple--dark:focus {
    border-color: #46163f !important;
  }

  .xl\:focus\:u-border-darkpurple--light:focus {
    border-color: #611e58 !important;
  }

  .xl\:focus\:u-border-yellow--dark:focus {
    border-color: #fac500 !important;
  }

  .xl\:focus\:u-border-yellow--light:focus {
    border-color: #ffdd60 !important;
  }

  .xl\:focus\:u-border-cyan--dark:focus {
    border-color: #008bbf !important;
  }

  .xl\:focus\:u-border-cyan--light:focus {
    border-color: #0dbdff !important;
  }

  .xl\:focus\:u-border-blue--dark:focus {
    border-color: #2281c2 !important;
  }

  .xl\:focus\:u-border-blue--light:focus {
    border-color: #5dace2 !important;
  }

  .xl\:focus\:u-border-light-green--dark:focus {
    border-color: #9edab5 !important;
  }

  .xl\:focus\:u-border-light-green--light:focus {
    border-color: #fff !important;
  }

  .xl\:focus\:u-border-red--dark:focus {
    border-color: #981823 !important;
  }

  .xl\:focus\:u-border-red--light:focus {
    border-color: #d52231 !important;
  }

  .xl\:focus\:u-border-gold--dark:focus {
    border-color: #908b49 !important;
  }

  .xl\:focus\:u-border-gold--light:focus {
    border-color: #bab577 !important;
  }

  .xl\:focus\:u-border-ink-100--dark:focus {
    border-color: #001c2c !important;
  }

  .xl\:focus\:u-border-ink-100--light:focus {
    border-color: #00273e !important;
  }

  .xl\:focus\:u-border-stone--dark:focus {
    border-color: #c4b06c !important;
  }

  .xl\:focus\:u-border-stone--light:focus {
    border-color: #e7dfc3 !important;
  }

  .xl\:focus\:u-border-sky--dark:focus {
    border-color: #74aab6 !important;
  }

  .xl\:focus\:u-border-sky--light:focus {
    border-color: #c2dadf !important;
  }

  .xl\:focus\:u-border-heather--dark:focus {
    border-color: #af7a87 !important;
  }

  .xl\:focus\:u-border-heather--light:focus {
    border-color: #dcc4ca !important;
  }

  .xl\:focus\:u-border-cedar--dark:focus {
    border-color: #968581 !important;
  }

  .xl\:focus\:u-border-cedar--light:focus {
    border-color: #c9c0be !important;
  }

  .xl\:focus\:u-border-business--dark:focus {
    border-color: #8c9b89 !important;
  }

  .xl\:focus\:u-border-business--light:focus {
    border-color: #cad1c9 !important;
  }

  .xl\:focus\:u-border-black--dark:focus {
    border-color: #29271c !important;
  }

  .xl\:focus\:u-border-black--light:focus {
    border-color: #393727 !important;
  }

  .xl\:focus\:u-border-white--dark:focus {
    border-color: #ccc !important;
  }

  .xl\:focus\:u-border-white--light:focus {
    border-color: #fff !important;
  }

  .xl\:focus\:u-border-grey-25--dark:focus {
    border-color: #c6c6c6 !important;
  }

  .xl\:focus\:u-border-grey-25--light:focus {
    border-color: #fff !important;
  }

  .xl\:focus\:u-border-grey-50--dark:focus {
    border-color: #bcbcbc !important;
  }

  .xl\:focus\:u-border-grey-50--light:focus {
    border-color: #fff !important;
  }

  .xl\:focus\:u-border-grey-75--dark:focus {
    border-color: #aeaeae !important;
  }

  .xl\:focus\:u-border-grey-75--light:focus {
    border-color: #f3f3f3 !important;
  }

  .xl\:focus\:u-border-grey-100--dark:focus {
    border-color: #8a9194 !important;
  }

  .xl\:focus\:u-border-grey-100--light:focus {
    border-color: #c5c9ca !important;
  }

  .xl\:focus\:u-border-grey-200--dark:focus {
    border-color: #6d7275 !important;
  }

  .xl\:focus\:u-border-grey-200--light:focus {
    border-color: #9b9fa1 !important;
  }

  .xl\:focus\:u-border-grey-300--dark:focus {
    border-color: #505456 !important;
  }

  .xl\:focus\:u-border-grey-300--light:focus {
    border-color: #707679 !important;
  }

  .xl\:focus\:u-border-grey-400--dark:focus {
    border-color: #30302f !important;
  }

  .xl\:focus\:u-border-grey-400--light:focus {
    border-color: #434342 !important;
  }

  .xl\:focus\:u-border-youtube--dark:focus {
    border-color: #c00 !important;
  }

  .xl\:focus\:u-border-youtube--light:focus {
    border-color: #ff1f1f !important;
  }

  .xl\:focus\:u-border-twitter--dark:focus {
    border-color: #0c84cd !important;
  }

  .xl\:focus\:u-border-twitter--light:focus {
    border-color: #3caef4 !important;
  }

  .xl\:focus\:u-border-facebook--dark:focus {
    border-color: #2f477a !important;
  }

  .xl\:focus\:u-border-facebook--light:focus {
    border-color: #4264aa !important;
  }

  .xl\:focus\:u-border-instagram--dark:focus {
    border-color: #363636 !important;
  }

  .xl\:focus\:u-border-instagram--light:focus {
    border-color: #4c4c4c !important;
  }

  .xl\:focus\:u-border-linkedin--dark:focus {
    border-color: #005f91 !important;
  }

  .xl\:focus\:u-border-linkedin--light:focus {
    border-color: #0085cb !important;
  }

  .xl\:focus\:u-border-college--dark:focus {
    border-color: #00523f !important;
  }

  .xl\:focus\:u-border-college--light:focus {
    border-color: #007258 !important;
  }

  .xl\:focus\:u-border-coll-collingwood--dark:focus {
    border-color: #a81e26 !important;
  }

  .xl\:focus\:u-border-coll-collingwood--light:focus {
    border-color: #db3a44 !important;
  }

  .xl\:focus\:u-border-coll-grey--dark:focus {
    border-color: #8c1f26 !important;
  }

  .xl\:focus\:u-border-coll-grey--light:focus {
    border-color: #c42c35 !important;
  }

  .xl\:focus\:u-border-coll-hatfield--dark:focus {
    border-color: #002d51 !important;
  }

  .xl\:focus\:u-border-coll-hatfield--light:focus {
    border-color: #003f71 !important;
  }

  .xl\:focus\:u-border-coll-johnsnow--dark:focus {
    border-color: #002d51 !important;
  }

  .xl\:focus\:u-border-coll-johnsnow--light:focus {
    border-color: #003f71 !important;
  }

  .xl\:focus\:u-border-coll-jbutler--dark:focus {
    border-color: #a81e26 !important;
  }

  .xl\:focus\:u-border-coll-jbutler--light:focus {
    border-color: #db3a44 !important;
  }

  .xl\:focus\:u-border-coll-south-college--dark:focus {
    border-color: #531d57 !important;
  }

  .xl\:focus\:u-border-coll-south-college--light:focus {
    border-color: #74287a !important;
  }

  .xl\:focus\:u-border-coll-staidans--dark:focus {
    border-color: #005239 !important;
  }

  .xl\:focus\:u-border-coll-staidans--light:focus {
    border-color: #007350 !important;
  }

  .xl\:focus\:u-border-coll-stchads--dark:focus {
    border-color: #004632 !important;
  }

  .xl\:focus\:u-border-coll-stchads--light:focus {
    border-color: #006147 !important;
  }

  .xl\:focus\:u-border-coll-stcuthberts--dark:focus {
    border-color: #00523f !important;
  }

  .xl\:focus\:u-border-coll-stcuthberts--light:focus {
    border-color: #007258 !important;
  }

  .xl\:focus\:u-border-coll-sthild--dark:focus {
    border-color: #005ba5 !important;
  }

  .xl\:focus\:u-border-coll-sthild--light:focus {
    border-color: #0080e7 !important;
  }

  .xl\:focus\:u-border-coll-stjohns--dark:focus {
    border-color: #162b4a !important;
  }

  .xl\:focus\:u-border-coll-stjohns--light:focus {
    border-color: #1e3c68 !important;
  }

  .xl\:focus\:u-border-coll-stmarys--dark:focus {
    border-color: #5e2f97 !important;
  }

  .xl\:focus\:u-border-coll-stmarys--light:focus {
    border-color: #844ec8 !important;
  }

  .xl\:focus\:u-border-coll-stephenson--dark:focus {
    border-color: #a81e26 !important;
  }

  .xl\:focus\:u-border-coll-stephenson--light:focus {
    border-color: #db3a44 !important;
  }

  .xl\:focus\:u-border-coll-trevelyan--dark:focus {
    border-color: #002d51 !important;
  }

  .xl\:focus\:u-border-coll-trevelyan--light:focus {
    border-color: #003f71 !important;
  }

  .xl\:focus\:u-border-coll-university--dark:focus {
    border-color: #6b1e29 !important;
  }

  .xl\:focus\:u-border-coll-university--light:focus {
    border-color: #962b39 !important;
  }

  .xl\:focus\:u-border-coll-ustinov--dark:focus {
    border-color: #002d51 !important;
  }

  .xl\:focus\:u-border-coll-ustinov--light:focus {
    border-color: #003f71 !important;
  }

  .xl\:focus\:u-border-coll-vanmildert--dark:focus {
    border-color: #cd101f !important;
  }

  .xl\:focus\:u-border-coll-vanmildert--light:focus {
    border-color: #f04654 !important;
  }

  .xl\:focus\:u-border-primary--dark:focus {
    border-color: #531d57 !important;
  }

  .xl\:focus\:u-border-primary--light:focus {
    border-color: #74287a !important;
  }

  .xl\:focus\:u-border-secondary--dark:focus {
    border-color: #fac500 !important;
  }

  .xl\:focus\:u-border-secondary--light:focus {
    border-color: #ffdd60 !important;
  }

  .xl\:focus\:u-border-tertiary--dark:focus {
    border-color: #008bbf !important;
  }

  .xl\:focus\:u-border-tertiary--light:focus {
    border-color: #0dbdff !important;
  }

  .xl\:focus\:u-border-success--dark:focus {
    border-color: #367e36 !important;
  }

  .xl\:focus\:u-border-success--light:focus {
    border-color: #4cb04c !important;
  }

  .xl\:focus\:u-border-danger--dark:focus {
    border-color: #981823 !important;
  }

  .xl\:focus\:u-border-danger--light:focus {
    border-color: #d52231 !important;
  }

  .xl\:focus\:u-border-warning--dark:focus {
    border-color: #ae4e18 !important;
  }

  .xl\:focus\:u-border-warning--light:focus {
    border-color: #e37233 !important;
  }

  .xl\:focus\:u-border-info--dark:focus {
    border-color: #0e6681 !important;
  }

  .xl\:focus\:u-border-info--light:focus {
    border-color: #138fb4 !important;
  }

  .xl\:focus\:u-border-light--dark:focus {
    border-color: #ccc !important;
  }

  .xl\:focus\:u-border-light--light:focus {
    border-color: #fff !important;
  }

  .xl\:focus\:u-border-dark--dark:focus {
    border-color: #29271c !important;
  }

  .xl\:focus\:u-border-dark--light:focus {
    border-color: #393727 !important;
  }

  .xl\:focus-within\:u-border-transparent:focus-within {
    border-color: transparent !important;
  }

  .xl\:focus-within\:u-border-current-color:focus-within {
    border-color: currentColor !important;
  }

  .xl\:focus-within\:u-border-inherit:focus-within {
    border-color: inherit !important;
  }

  .xl\:focus-within\:u-border-purple:focus-within {
    border-color: #68246d !important;
  }

  .xl\:focus-within\:u-border-darkpurple:focus-within {
    border-color: #571b4f !important;
  }

  .xl\:focus-within\:u-border-yellow:focus-within {
    border-color: #ffd53a !important;
  }

  .xl\:focus-within\:u-border-cyan:focus-within {
    border-color: #00aeef !important;
  }

  .xl\:focus-within\:u-border-blue:focus-within {
    border-color: #409ddd !important;
  }

  .xl\:focus-within\:u-border-light-green:focus-within {
    border-color: #e2f4e9 !important;
  }

  .xl\:focus-within\:u-border-red:focus-within {
    border-color: #be1e2c !important;
  }

  .xl\:focus-within\:u-border-gold:focus-within {
    border-color: #afa961 !important;
  }

  .xl\:focus-within\:u-border-ink-100:focus-within {
    border-color: #002337 !important;
  }

  .xl\:focus-within\:u-border-stone:focus-within {
    border-color: #dacda2 !important;
  }

  .xl\:focus-within\:u-border-sky:focus-within {
    border-color: #a5c8d0 !important;
  }

  .xl\:focus-within\:u-border-heather:focus-within {
    border-color: #cba8b1 !important;
  }

  .xl\:focus-within\:u-border-cedar:focus-within {
    border-color: #b6aaa7 !important;
  }

  .xl\:focus-within\:u-border-business:focus-within {
    border-color: #b3bdb1 !important;
  }

  .xl\:focus-within\:u-border-black:focus-within {
    border-color: #333123 !important;
  }

  .xl\:focus-within\:u-border-white:focus-within {
    border-color: #fff !important;
  }

  .xl\:focus-within\:u-border-grey-25:focus-within {
    border-color: #f7f7f7 !important;
  }

  .xl\:focus-within\:u-border-grey-50:focus-within {
    border-color: #ebebeb !important;
  }

  .xl\:focus-within\:u-border-grey-75:focus-within {
    border-color: #d9d9d9 !important;
  }

  .xl\:focus-within\:u-border-grey-100:focus-within {
    border-color: #afb4b6 !important;
  }

  .xl\:focus-within\:u-border-grey-200:focus-within {
    border-color: #898e91 !important;
  }

  .xl\:focus-within\:u-border-grey-300:focus-within {
    border-color: #64696c !important;
  }

  .xl\:focus-within\:u-border-grey-400:focus-within {
    border-color: #3c3c3b !important;
  }

  .xl\:focus-within\:u-border-youtube:focus-within {
    border-color: #f00 !important;
  }

  .xl\:focus-within\:u-border-twitter:focus-within {
    border-color: #1da1f2 !important;
  }

  .xl\:focus-within\:u-border-facebook:focus-within {
    border-color: #3b5998 !important;
  }

  .xl\:focus-within\:u-border-instagram:focus-within {
    border-color: #444 !important;
  }

  .xl\:focus-within\:u-border-linkedin:focus-within {
    border-color: #0077b5 !important;
  }

  .xl\:focus-within\:u-border-college:focus-within {
    border-color: #00664f !important;
  }

  .xl\:focus-within\:u-border-coll-collingwood:focus-within {
    border-color: #d22630 !important;
  }

  .xl\:focus-within\:u-border-coll-grey:focus-within {
    border-color: #af272f !important;
  }

  .xl\:focus-within\:u-border-coll-hatfield:focus-within {
    border-color: #003865 !important;
  }

  .xl\:focus-within\:u-border-coll-johnsnow:focus-within {
    border-color: #003865 !important;
  }

  .xl\:focus-within\:u-border-coll-jbutler:focus-within {
    border-color: #d22630 !important;
  }

  .xl\:focus-within\:u-border-coll-south-college:focus-within {
    border-color: #68246d !important;
  }

  .xl\:focus-within\:u-border-coll-staidans:focus-within {
    border-color: #006747 !important;
  }

  .xl\:focus-within\:u-border-coll-stchads:focus-within {
    border-color: #00573f !important;
  }

  .xl\:focus-within\:u-border-coll-stcuthberts:focus-within {
    border-color: #00664f !important;
  }

  .xl\:focus-within\:u-border-coll-sthild:focus-within {
    border-color: #0072ce !important;
  }

  .xl\:focus-within\:u-border-coll-stjohns:focus-within {
    border-color: #1b365d !important;
  }

  .xl\:focus-within\:u-border-coll-stmarys:focus-within {
    border-color: #753bbd !important;
  }

  .xl\:focus-within\:u-border-coll-stephenson:focus-within {
    border-color: #d22630 !important;
  }

  .xl\:focus-within\:u-border-coll-trevelyan:focus-within {
    border-color: #003865 !important;
  }

  .xl\:focus-within\:u-border-coll-university:focus-within {
    border-color: #862633 !important;
  }

  .xl\:focus-within\:u-border-coll-ustinov:focus-within {
    border-color: #003865 !important;
  }

  .xl\:focus-within\:u-border-coll-vanmildert:focus-within {
    border-color: #ee2737 !important;
  }

  .xl\:focus-within\:u-border-primary:focus-within {
    border-color: #68246d !important;
  }

  .xl\:focus-within\:u-border-secondary:focus-within {
    border-color: #ffd53a !important;
  }

  .xl\:focus-within\:u-border-tertiary:focus-within {
    border-color: #00aeef !important;
  }

  .xl\:focus-within\:u-border-success:focus-within {
    border-color: #449d44 !important;
  }

  .xl\:focus-within\:u-border-danger:focus-within {
    border-color: #be1e2c !important;
  }

  .xl\:focus-within\:u-border-warning:focus-within {
    border-color: #da611e !important;
  }

  .xl\:focus-within\:u-border-info:focus-within {
    border-color: #1180a1 !important;
  }

  .xl\:focus-within\:u-border-light:focus-within {
    border-color: #fff !important;
  }

  .xl\:focus-within\:u-border-dark:focus-within {
    border-color: #333123 !important;
  }

  .xl\:focus-within\:u-border-purple--dark:focus-within {
    border-color: #531d57 !important;
  }

  .xl\:focus-within\:u-border-purple--light:focus-within {
    border-color: #74287a !important;
  }

  .xl\:focus-within\:u-border-darkpurple--dark:focus-within {
    border-color: #46163f !important;
  }

  .xl\:focus-within\:u-border-darkpurple--light:focus-within {
    border-color: #611e58 !important;
  }

  .xl\:focus-within\:u-border-yellow--dark:focus-within {
    border-color: #fac500 !important;
  }

  .xl\:focus-within\:u-border-yellow--light:focus-within {
    border-color: #ffdd60 !important;
  }

  .xl\:focus-within\:u-border-cyan--dark:focus-within {
    border-color: #008bbf !important;
  }

  .xl\:focus-within\:u-border-cyan--light:focus-within {
    border-color: #0dbdff !important;
  }

  .xl\:focus-within\:u-border-blue--dark:focus-within {
    border-color: #2281c2 !important;
  }

  .xl\:focus-within\:u-border-blue--light:focus-within {
    border-color: #5dace2 !important;
  }

  .xl\:focus-within\:u-border-light-green--dark:focus-within {
    border-color: #9edab5 !important;
  }

  .xl\:focus-within\:u-border-light-green--light:focus-within {
    border-color: #fff !important;
  }

  .xl\:focus-within\:u-border-red--dark:focus-within {
    border-color: #981823 !important;
  }

  .xl\:focus-within\:u-border-red--light:focus-within {
    border-color: #d52231 !important;
  }

  .xl\:focus-within\:u-border-gold--dark:focus-within {
    border-color: #908b49 !important;
  }

  .xl\:focus-within\:u-border-gold--light:focus-within {
    border-color: #bab577 !important;
  }

  .xl\:focus-within\:u-border-ink-100--dark:focus-within {
    border-color: #001c2c !important;
  }

  .xl\:focus-within\:u-border-ink-100--light:focus-within {
    border-color: #00273e !important;
  }

  .xl\:focus-within\:u-border-stone--dark:focus-within {
    border-color: #c4b06c !important;
  }

  .xl\:focus-within\:u-border-stone--light:focus-within {
    border-color: #e7dfc3 !important;
  }

  .xl\:focus-within\:u-border-sky--dark:focus-within {
    border-color: #74aab6 !important;
  }

  .xl\:focus-within\:u-border-sky--light:focus-within {
    border-color: #c2dadf !important;
  }

  .xl\:focus-within\:u-border-heather--dark:focus-within {
    border-color: #af7a87 !important;
  }

  .xl\:focus-within\:u-border-heather--light:focus-within {
    border-color: #dcc4ca !important;
  }

  .xl\:focus-within\:u-border-cedar--dark:focus-within {
    border-color: #968581 !important;
  }

  .xl\:focus-within\:u-border-cedar--light:focus-within {
    border-color: #c9c0be !important;
  }

  .xl\:focus-within\:u-border-business--dark:focus-within {
    border-color: #8c9b89 !important;
  }

  .xl\:focus-within\:u-border-business--light:focus-within {
    border-color: #cad1c9 !important;
  }

  .xl\:focus-within\:u-border-black--dark:focus-within {
    border-color: #29271c !important;
  }

  .xl\:focus-within\:u-border-black--light:focus-within {
    border-color: #393727 !important;
  }

  .xl\:focus-within\:u-border-white--dark:focus-within {
    border-color: #ccc !important;
  }

  .xl\:focus-within\:u-border-white--light:focus-within {
    border-color: #fff !important;
  }

  .xl\:focus-within\:u-border-grey-25--dark:focus-within {
    border-color: #c6c6c6 !important;
  }

  .xl\:focus-within\:u-border-grey-25--light:focus-within {
    border-color: #fff !important;
  }

  .xl\:focus-within\:u-border-grey-50--dark:focus-within {
    border-color: #bcbcbc !important;
  }

  .xl\:focus-within\:u-border-grey-50--light:focus-within {
    border-color: #fff !important;
  }

  .xl\:focus-within\:u-border-grey-75--dark:focus-within {
    border-color: #aeaeae !important;
  }

  .xl\:focus-within\:u-border-grey-75--light:focus-within {
    border-color: #f3f3f3 !important;
  }

  .xl\:focus-within\:u-border-grey-100--dark:focus-within {
    border-color: #8a9194 !important;
  }

  .xl\:focus-within\:u-border-grey-100--light:focus-within {
    border-color: #c5c9ca !important;
  }

  .xl\:focus-within\:u-border-grey-200--dark:focus-within {
    border-color: #6d7275 !important;
  }

  .xl\:focus-within\:u-border-grey-200--light:focus-within {
    border-color: #9b9fa1 !important;
  }

  .xl\:focus-within\:u-border-grey-300--dark:focus-within {
    border-color: #505456 !important;
  }

  .xl\:focus-within\:u-border-grey-300--light:focus-within {
    border-color: #707679 !important;
  }

  .xl\:focus-within\:u-border-grey-400--dark:focus-within {
    border-color: #30302f !important;
  }

  .xl\:focus-within\:u-border-grey-400--light:focus-within {
    border-color: #434342 !important;
  }

  .xl\:focus-within\:u-border-youtube--dark:focus-within {
    border-color: #c00 !important;
  }

  .xl\:focus-within\:u-border-youtube--light:focus-within {
    border-color: #ff1f1f !important;
  }

  .xl\:focus-within\:u-border-twitter--dark:focus-within {
    border-color: #0c84cd !important;
  }

  .xl\:focus-within\:u-border-twitter--light:focus-within {
    border-color: #3caef4 !important;
  }

  .xl\:focus-within\:u-border-facebook--dark:focus-within {
    border-color: #2f477a !important;
  }

  .xl\:focus-within\:u-border-facebook--light:focus-within {
    border-color: #4264aa !important;
  }

  .xl\:focus-within\:u-border-instagram--dark:focus-within {
    border-color: #363636 !important;
  }

  .xl\:focus-within\:u-border-instagram--light:focus-within {
    border-color: #4c4c4c !important;
  }

  .xl\:focus-within\:u-border-linkedin--dark:focus-within {
    border-color: #005f91 !important;
  }

  .xl\:focus-within\:u-border-linkedin--light:focus-within {
    border-color: #0085cb !important;
  }

  .xl\:focus-within\:u-border-college--dark:focus-within {
    border-color: #00523f !important;
  }

  .xl\:focus-within\:u-border-college--light:focus-within {
    border-color: #007258 !important;
  }

  .xl\:focus-within\:u-border-coll-collingwood--dark:focus-within {
    border-color: #a81e26 !important;
  }

  .xl\:focus-within\:u-border-coll-collingwood--light:focus-within {
    border-color: #db3a44 !important;
  }

  .xl\:focus-within\:u-border-coll-grey--dark:focus-within {
    border-color: #8c1f26 !important;
  }

  .xl\:focus-within\:u-border-coll-grey--light:focus-within {
    border-color: #c42c35 !important;
  }

  .xl\:focus-within\:u-border-coll-hatfield--dark:focus-within {
    border-color: #002d51 !important;
  }

  .xl\:focus-within\:u-border-coll-hatfield--light:focus-within {
    border-color: #003f71 !important;
  }

  .xl\:focus-within\:u-border-coll-johnsnow--dark:focus-within {
    border-color: #002d51 !important;
  }

  .xl\:focus-within\:u-border-coll-johnsnow--light:focus-within {
    border-color: #003f71 !important;
  }

  .xl\:focus-within\:u-border-coll-jbutler--dark:focus-within {
    border-color: #a81e26 !important;
  }

  .xl\:focus-within\:u-border-coll-jbutler--light:focus-within {
    border-color: #db3a44 !important;
  }

  .xl\:focus-within\:u-border-coll-south-college--dark:focus-within {
    border-color: #531d57 !important;
  }

  .xl\:focus-within\:u-border-coll-south-college--light:focus-within {
    border-color: #74287a !important;
  }

  .xl\:focus-within\:u-border-coll-staidans--dark:focus-within {
    border-color: #005239 !important;
  }

  .xl\:focus-within\:u-border-coll-staidans--light:focus-within {
    border-color: #007350 !important;
  }

  .xl\:focus-within\:u-border-coll-stchads--dark:focus-within {
    border-color: #004632 !important;
  }

  .xl\:focus-within\:u-border-coll-stchads--light:focus-within {
    border-color: #006147 !important;
  }

  .xl\:focus-within\:u-border-coll-stcuthberts--dark:focus-within {
    border-color: #00523f !important;
  }

  .xl\:focus-within\:u-border-coll-stcuthberts--light:focus-within {
    border-color: #007258 !important;
  }

  .xl\:focus-within\:u-border-coll-sthild--dark:focus-within {
    border-color: #005ba5 !important;
  }

  .xl\:focus-within\:u-border-coll-sthild--light:focus-within {
    border-color: #0080e7 !important;
  }

  .xl\:focus-within\:u-border-coll-stjohns--dark:focus-within {
    border-color: #162b4a !important;
  }

  .xl\:focus-within\:u-border-coll-stjohns--light:focus-within {
    border-color: #1e3c68 !important;
  }

  .xl\:focus-within\:u-border-coll-stmarys--dark:focus-within {
    border-color: #5e2f97 !important;
  }

  .xl\:focus-within\:u-border-coll-stmarys--light:focus-within {
    border-color: #844ec8 !important;
  }

  .xl\:focus-within\:u-border-coll-stephenson--dark:focus-within {
    border-color: #a81e26 !important;
  }

  .xl\:focus-within\:u-border-coll-stephenson--light:focus-within {
    border-color: #db3a44 !important;
  }

  .xl\:focus-within\:u-border-coll-trevelyan--dark:focus-within {
    border-color: #002d51 !important;
  }

  .xl\:focus-within\:u-border-coll-trevelyan--light:focus-within {
    border-color: #003f71 !important;
  }

  .xl\:focus-within\:u-border-coll-university--dark:focus-within {
    border-color: #6b1e29 !important;
  }

  .xl\:focus-within\:u-border-coll-university--light:focus-within {
    border-color: #962b39 !important;
  }

  .xl\:focus-within\:u-border-coll-ustinov--dark:focus-within {
    border-color: #002d51 !important;
  }

  .xl\:focus-within\:u-border-coll-ustinov--light:focus-within {
    border-color: #003f71 !important;
  }

  .xl\:focus-within\:u-border-coll-vanmildert--dark:focus-within {
    border-color: #cd101f !important;
  }

  .xl\:focus-within\:u-border-coll-vanmildert--light:focus-within {
    border-color: #f04654 !important;
  }

  .xl\:focus-within\:u-border-primary--dark:focus-within {
    border-color: #531d57 !important;
  }

  .xl\:focus-within\:u-border-primary--light:focus-within {
    border-color: #74287a !important;
  }

  .xl\:focus-within\:u-border-secondary--dark:focus-within {
    border-color: #fac500 !important;
  }

  .xl\:focus-within\:u-border-secondary--light:focus-within {
    border-color: #ffdd60 !important;
  }

  .xl\:focus-within\:u-border-tertiary--dark:focus-within {
    border-color: #008bbf !important;
  }

  .xl\:focus-within\:u-border-tertiary--light:focus-within {
    border-color: #0dbdff !important;
  }

  .xl\:focus-within\:u-border-success--dark:focus-within {
    border-color: #367e36 !important;
  }

  .xl\:focus-within\:u-border-success--light:focus-within {
    border-color: #4cb04c !important;
  }

  .xl\:focus-within\:u-border-danger--dark:focus-within {
    border-color: #981823 !important;
  }

  .xl\:focus-within\:u-border-danger--light:focus-within {
    border-color: #d52231 !important;
  }

  .xl\:focus-within\:u-border-warning--dark:focus-within {
    border-color: #ae4e18 !important;
  }

  .xl\:focus-within\:u-border-warning--light:focus-within {
    border-color: #e37233 !important;
  }

  .xl\:focus-within\:u-border-info--dark:focus-within {
    border-color: #0e6681 !important;
  }

  .xl\:focus-within\:u-border-info--light:focus-within {
    border-color: #138fb4 !important;
  }

  .xl\:focus-within\:u-border-light--dark:focus-within {
    border-color: #ccc !important;
  }

  .xl\:focus-within\:u-border-light--light:focus-within {
    border-color: #fff !important;
  }

  .xl\:focus-within\:u-border-dark--dark:focus-within {
    border-color: #29271c !important;
  }

  .xl\:focus-within\:u-border-dark--light:focus-within {
    border-color: #393727 !important;
  }

  .xl\:hocus\:u-border-transparent:hover,
  .xl\:hocus\:u-border-transparent:focus {
    border-color: transparent !important;
  }

  .xl\:hocus\:u-border-current-color:hover,
  .xl\:hocus\:u-border-current-color:focus {
    border-color: currentColor !important;
  }

  .xl\:hocus\:u-border-inherit:hover,
  .xl\:hocus\:u-border-inherit:focus {
    border-color: inherit !important;
  }

  .xl\:hocus\:u-border-purple:hover,
  .xl\:hocus\:u-border-purple:focus {
    border-color: #68246d !important;
  }

  .xl\:hocus\:u-border-darkpurple:hover,
  .xl\:hocus\:u-border-darkpurple:focus {
    border-color: #571b4f !important;
  }

  .xl\:hocus\:u-border-yellow:hover,
  .xl\:hocus\:u-border-yellow:focus {
    border-color: #ffd53a !important;
  }

  .xl\:hocus\:u-border-cyan:hover,
  .xl\:hocus\:u-border-cyan:focus {
    border-color: #00aeef !important;
  }

  .xl\:hocus\:u-border-blue:hover,
  .xl\:hocus\:u-border-blue:focus {
    border-color: #409ddd !important;
  }

  .xl\:hocus\:u-border-light-green:hover,
  .xl\:hocus\:u-border-light-green:focus {
    border-color: #e2f4e9 !important;
  }

  .xl\:hocus\:u-border-red:hover,
  .xl\:hocus\:u-border-red:focus {
    border-color: #be1e2c !important;
  }

  .xl\:hocus\:u-border-gold:hover,
  .xl\:hocus\:u-border-gold:focus {
    border-color: #afa961 !important;
  }

  .xl\:hocus\:u-border-ink-100:hover,
  .xl\:hocus\:u-border-ink-100:focus {
    border-color: #002337 !important;
  }

  .xl\:hocus\:u-border-stone:hover,
  .xl\:hocus\:u-border-stone:focus {
    border-color: #dacda2 !important;
  }

  .xl\:hocus\:u-border-sky:hover,
  .xl\:hocus\:u-border-sky:focus {
    border-color: #a5c8d0 !important;
  }

  .xl\:hocus\:u-border-heather:hover,
  .xl\:hocus\:u-border-heather:focus {
    border-color: #cba8b1 !important;
  }

  .xl\:hocus\:u-border-cedar:hover,
  .xl\:hocus\:u-border-cedar:focus {
    border-color: #b6aaa7 !important;
  }

  .xl\:hocus\:u-border-business:hover,
  .xl\:hocus\:u-border-business:focus {
    border-color: #b3bdb1 !important;
  }

  .xl\:hocus\:u-border-black:hover,
  .xl\:hocus\:u-border-black:focus {
    border-color: #333123 !important;
  }

  .xl\:hocus\:u-border-white:hover,
  .xl\:hocus\:u-border-white:focus {
    border-color: #fff !important;
  }

  .xl\:hocus\:u-border-grey-25:hover,
  .xl\:hocus\:u-border-grey-25:focus {
    border-color: #f7f7f7 !important;
  }

  .xl\:hocus\:u-border-grey-50:hover,
  .xl\:hocus\:u-border-grey-50:focus {
    border-color: #ebebeb !important;
  }

  .xl\:hocus\:u-border-grey-75:hover,
  .xl\:hocus\:u-border-grey-75:focus {
    border-color: #d9d9d9 !important;
  }

  .xl\:hocus\:u-border-grey-100:hover,
  .xl\:hocus\:u-border-grey-100:focus {
    border-color: #afb4b6 !important;
  }

  .xl\:hocus\:u-border-grey-200:hover,
  .xl\:hocus\:u-border-grey-200:focus {
    border-color: #898e91 !important;
  }

  .xl\:hocus\:u-border-grey-300:hover,
  .xl\:hocus\:u-border-grey-300:focus {
    border-color: #64696c !important;
  }

  .xl\:hocus\:u-border-grey-400:hover,
  .xl\:hocus\:u-border-grey-400:focus {
    border-color: #3c3c3b !important;
  }

  .xl\:hocus\:u-border-youtube:hover,
  .xl\:hocus\:u-border-youtube:focus {
    border-color: #f00 !important;
  }

  .xl\:hocus\:u-border-twitter:hover,
  .xl\:hocus\:u-border-twitter:focus {
    border-color: #1da1f2 !important;
  }

  .xl\:hocus\:u-border-facebook:hover,
  .xl\:hocus\:u-border-facebook:focus {
    border-color: #3b5998 !important;
  }

  .xl\:hocus\:u-border-instagram:hover,
  .xl\:hocus\:u-border-instagram:focus {
    border-color: #444 !important;
  }

  .xl\:hocus\:u-border-linkedin:hover,
  .xl\:hocus\:u-border-linkedin:focus {
    border-color: #0077b5 !important;
  }

  .xl\:hocus\:u-border-college:hover,
  .xl\:hocus\:u-border-college:focus {
    border-color: #00664f !important;
  }

  .xl\:hocus\:u-border-coll-collingwood:hover,
  .xl\:hocus\:u-border-coll-collingwood:focus {
    border-color: #d22630 !important;
  }

  .xl\:hocus\:u-border-coll-grey:hover,
  .xl\:hocus\:u-border-coll-grey:focus {
    border-color: #af272f !important;
  }

  .xl\:hocus\:u-border-coll-hatfield:hover,
  .xl\:hocus\:u-border-coll-hatfield:focus {
    border-color: #003865 !important;
  }

  .xl\:hocus\:u-border-coll-johnsnow:hover,
  .xl\:hocus\:u-border-coll-johnsnow:focus {
    border-color: #003865 !important;
  }

  .xl\:hocus\:u-border-coll-jbutler:hover,
  .xl\:hocus\:u-border-coll-jbutler:focus {
    border-color: #d22630 !important;
  }

  .xl\:hocus\:u-border-coll-south-college:hover,
  .xl\:hocus\:u-border-coll-south-college:focus {
    border-color: #68246d !important;
  }

  .xl\:hocus\:u-border-coll-staidans:hover,
  .xl\:hocus\:u-border-coll-staidans:focus {
    border-color: #006747 !important;
  }

  .xl\:hocus\:u-border-coll-stchads:hover,
  .xl\:hocus\:u-border-coll-stchads:focus {
    border-color: #00573f !important;
  }

  .xl\:hocus\:u-border-coll-stcuthberts:hover,
  .xl\:hocus\:u-border-coll-stcuthberts:focus {
    border-color: #00664f !important;
  }

  .xl\:hocus\:u-border-coll-sthild:hover,
  .xl\:hocus\:u-border-coll-sthild:focus {
    border-color: #0072ce !important;
  }

  .xl\:hocus\:u-border-coll-stjohns:hover,
  .xl\:hocus\:u-border-coll-stjohns:focus {
    border-color: #1b365d !important;
  }

  .xl\:hocus\:u-border-coll-stmarys:hover,
  .xl\:hocus\:u-border-coll-stmarys:focus {
    border-color: #753bbd !important;
  }

  .xl\:hocus\:u-border-coll-stephenson:hover,
  .xl\:hocus\:u-border-coll-stephenson:focus {
    border-color: #d22630 !important;
  }

  .xl\:hocus\:u-border-coll-trevelyan:hover,
  .xl\:hocus\:u-border-coll-trevelyan:focus {
    border-color: #003865 !important;
  }

  .xl\:hocus\:u-border-coll-university:hover,
  .xl\:hocus\:u-border-coll-university:focus {
    border-color: #862633 !important;
  }

  .xl\:hocus\:u-border-coll-ustinov:hover,
  .xl\:hocus\:u-border-coll-ustinov:focus {
    border-color: #003865 !important;
  }

  .xl\:hocus\:u-border-coll-vanmildert:hover,
  .xl\:hocus\:u-border-coll-vanmildert:focus {
    border-color: #ee2737 !important;
  }

  .xl\:hocus\:u-border-primary:hover,
  .xl\:hocus\:u-border-primary:focus {
    border-color: #68246d !important;
  }

  .xl\:hocus\:u-border-secondary:hover,
  .xl\:hocus\:u-border-secondary:focus {
    border-color: #ffd53a !important;
  }

  .xl\:hocus\:u-border-tertiary:hover,
  .xl\:hocus\:u-border-tertiary:focus {
    border-color: #00aeef !important;
  }

  .xl\:hocus\:u-border-success:hover,
  .xl\:hocus\:u-border-success:focus {
    border-color: #449d44 !important;
  }

  .xl\:hocus\:u-border-danger:hover,
  .xl\:hocus\:u-border-danger:focus {
    border-color: #be1e2c !important;
  }

  .xl\:hocus\:u-border-warning:hover,
  .xl\:hocus\:u-border-warning:focus {
    border-color: #da611e !important;
  }

  .xl\:hocus\:u-border-info:hover,
  .xl\:hocus\:u-border-info:focus {
    border-color: #1180a1 !important;
  }

  .xl\:hocus\:u-border-light:hover,
  .xl\:hocus\:u-border-light:focus {
    border-color: #fff !important;
  }

  .xl\:hocus\:u-border-dark:hover,
  .xl\:hocus\:u-border-dark:focus {
    border-color: #333123 !important;
  }

  .xl\:hocus\:u-border-purple--dark:hover,
  .xl\:hocus\:u-border-purple--dark:focus {
    border-color: #531d57 !important;
  }

  .xl\:hocus\:u-border-purple--light:hover,
  .xl\:hocus\:u-border-purple--light:focus {
    border-color: #74287a !important;
  }

  .xl\:hocus\:u-border-darkpurple--dark:hover,
  .xl\:hocus\:u-border-darkpurple--dark:focus {
    border-color: #46163f !important;
  }

  .xl\:hocus\:u-border-darkpurple--light:hover,
  .xl\:hocus\:u-border-darkpurple--light:focus {
    border-color: #611e58 !important;
  }

  .xl\:hocus\:u-border-yellow--dark:hover,
  .xl\:hocus\:u-border-yellow--dark:focus {
    border-color: #fac500 !important;
  }

  .xl\:hocus\:u-border-yellow--light:hover,
  .xl\:hocus\:u-border-yellow--light:focus {
    border-color: #ffdd60 !important;
  }

  .xl\:hocus\:u-border-cyan--dark:hover,
  .xl\:hocus\:u-border-cyan--dark:focus {
    border-color: #008bbf !important;
  }

  .xl\:hocus\:u-border-cyan--light:hover,
  .xl\:hocus\:u-border-cyan--light:focus {
    border-color: #0dbdff !important;
  }

  .xl\:hocus\:u-border-blue--dark:hover,
  .xl\:hocus\:u-border-blue--dark:focus {
    border-color: #2281c2 !important;
  }

  .xl\:hocus\:u-border-blue--light:hover,
  .xl\:hocus\:u-border-blue--light:focus {
    border-color: #5dace2 !important;
  }

  .xl\:hocus\:u-border-light-green--dark:hover,
  .xl\:hocus\:u-border-light-green--dark:focus {
    border-color: #9edab5 !important;
  }

  .xl\:hocus\:u-border-light-green--light:hover,
  .xl\:hocus\:u-border-light-green--light:focus {
    border-color: #fff !important;
  }

  .xl\:hocus\:u-border-red--dark:hover,
  .xl\:hocus\:u-border-red--dark:focus {
    border-color: #981823 !important;
  }

  .xl\:hocus\:u-border-red--light:hover,
  .xl\:hocus\:u-border-red--light:focus {
    border-color: #d52231 !important;
  }

  .xl\:hocus\:u-border-gold--dark:hover,
  .xl\:hocus\:u-border-gold--dark:focus {
    border-color: #908b49 !important;
  }

  .xl\:hocus\:u-border-gold--light:hover,
  .xl\:hocus\:u-border-gold--light:focus {
    border-color: #bab577 !important;
  }

  .xl\:hocus\:u-border-ink-100--dark:hover,
  .xl\:hocus\:u-border-ink-100--dark:focus {
    border-color: #001c2c !important;
  }

  .xl\:hocus\:u-border-ink-100--light:hover,
  .xl\:hocus\:u-border-ink-100--light:focus {
    border-color: #00273e !important;
  }

  .xl\:hocus\:u-border-stone--dark:hover,
  .xl\:hocus\:u-border-stone--dark:focus {
    border-color: #c4b06c !important;
  }

  .xl\:hocus\:u-border-stone--light:hover,
  .xl\:hocus\:u-border-stone--light:focus {
    border-color: #e7dfc3 !important;
  }

  .xl\:hocus\:u-border-sky--dark:hover,
  .xl\:hocus\:u-border-sky--dark:focus {
    border-color: #74aab6 !important;
  }

  .xl\:hocus\:u-border-sky--light:hover,
  .xl\:hocus\:u-border-sky--light:focus {
    border-color: #c2dadf !important;
  }

  .xl\:hocus\:u-border-heather--dark:hover,
  .xl\:hocus\:u-border-heather--dark:focus {
    border-color: #af7a87 !important;
  }

  .xl\:hocus\:u-border-heather--light:hover,
  .xl\:hocus\:u-border-heather--light:focus {
    border-color: #dcc4ca !important;
  }

  .xl\:hocus\:u-border-cedar--dark:hover,
  .xl\:hocus\:u-border-cedar--dark:focus {
    border-color: #968581 !important;
  }

  .xl\:hocus\:u-border-cedar--light:hover,
  .xl\:hocus\:u-border-cedar--light:focus {
    border-color: #c9c0be !important;
  }

  .xl\:hocus\:u-border-business--dark:hover,
  .xl\:hocus\:u-border-business--dark:focus {
    border-color: #8c9b89 !important;
  }

  .xl\:hocus\:u-border-business--light:hover,
  .xl\:hocus\:u-border-business--light:focus {
    border-color: #cad1c9 !important;
  }

  .xl\:hocus\:u-border-black--dark:hover,
  .xl\:hocus\:u-border-black--dark:focus {
    border-color: #29271c !important;
  }

  .xl\:hocus\:u-border-black--light:hover,
  .xl\:hocus\:u-border-black--light:focus {
    border-color: #393727 !important;
  }

  .xl\:hocus\:u-border-white--dark:hover,
  .xl\:hocus\:u-border-white--dark:focus {
    border-color: #ccc !important;
  }

  .xl\:hocus\:u-border-white--light:hover,
  .xl\:hocus\:u-border-white--light:focus {
    border-color: #fff !important;
  }

  .xl\:hocus\:u-border-grey-25--dark:hover,
  .xl\:hocus\:u-border-grey-25--dark:focus {
    border-color: #c6c6c6 !important;
  }

  .xl\:hocus\:u-border-grey-25--light:hover,
  .xl\:hocus\:u-border-grey-25--light:focus {
    border-color: #fff !important;
  }

  .xl\:hocus\:u-border-grey-50--dark:hover,
  .xl\:hocus\:u-border-grey-50--dark:focus {
    border-color: #bcbcbc !important;
  }

  .xl\:hocus\:u-border-grey-50--light:hover,
  .xl\:hocus\:u-border-grey-50--light:focus {
    border-color: #fff !important;
  }

  .xl\:hocus\:u-border-grey-75--dark:hover,
  .xl\:hocus\:u-border-grey-75--dark:focus {
    border-color: #aeaeae !important;
  }

  .xl\:hocus\:u-border-grey-75--light:hover,
  .xl\:hocus\:u-border-grey-75--light:focus {
    border-color: #f3f3f3 !important;
  }

  .xl\:hocus\:u-border-grey-100--dark:hover,
  .xl\:hocus\:u-border-grey-100--dark:focus {
    border-color: #8a9194 !important;
  }

  .xl\:hocus\:u-border-grey-100--light:hover,
  .xl\:hocus\:u-border-grey-100--light:focus {
    border-color: #c5c9ca !important;
  }

  .xl\:hocus\:u-border-grey-200--dark:hover,
  .xl\:hocus\:u-border-grey-200--dark:focus {
    border-color: #6d7275 !important;
  }

  .xl\:hocus\:u-border-grey-200--light:hover,
  .xl\:hocus\:u-border-grey-200--light:focus {
    border-color: #9b9fa1 !important;
  }

  .xl\:hocus\:u-border-grey-300--dark:hover,
  .xl\:hocus\:u-border-grey-300--dark:focus {
    border-color: #505456 !important;
  }

  .xl\:hocus\:u-border-grey-300--light:hover,
  .xl\:hocus\:u-border-grey-300--light:focus {
    border-color: #707679 !important;
  }

  .xl\:hocus\:u-border-grey-400--dark:hover,
  .xl\:hocus\:u-border-grey-400--dark:focus {
    border-color: #30302f !important;
  }

  .xl\:hocus\:u-border-grey-400--light:hover,
  .xl\:hocus\:u-border-grey-400--light:focus {
    border-color: #434342 !important;
  }

  .xl\:hocus\:u-border-youtube--dark:hover,
  .xl\:hocus\:u-border-youtube--dark:focus {
    border-color: #c00 !important;
  }

  .xl\:hocus\:u-border-youtube--light:hover,
  .xl\:hocus\:u-border-youtube--light:focus {
    border-color: #ff1f1f !important;
  }

  .xl\:hocus\:u-border-twitter--dark:hover,
  .xl\:hocus\:u-border-twitter--dark:focus {
    border-color: #0c84cd !important;
  }

  .xl\:hocus\:u-border-twitter--light:hover,
  .xl\:hocus\:u-border-twitter--light:focus {
    border-color: #3caef4 !important;
  }

  .xl\:hocus\:u-border-facebook--dark:hover,
  .xl\:hocus\:u-border-facebook--dark:focus {
    border-color: #2f477a !important;
  }

  .xl\:hocus\:u-border-facebook--light:hover,
  .xl\:hocus\:u-border-facebook--light:focus {
    border-color: #4264aa !important;
  }

  .xl\:hocus\:u-border-instagram--dark:hover,
  .xl\:hocus\:u-border-instagram--dark:focus {
    border-color: #363636 !important;
  }

  .xl\:hocus\:u-border-instagram--light:hover,
  .xl\:hocus\:u-border-instagram--light:focus {
    border-color: #4c4c4c !important;
  }

  .xl\:hocus\:u-border-linkedin--dark:hover,
  .xl\:hocus\:u-border-linkedin--dark:focus {
    border-color: #005f91 !important;
  }

  .xl\:hocus\:u-border-linkedin--light:hover,
  .xl\:hocus\:u-border-linkedin--light:focus {
    border-color: #0085cb !important;
  }

  .xl\:hocus\:u-border-college--dark:hover,
  .xl\:hocus\:u-border-college--dark:focus {
    border-color: #00523f !important;
  }

  .xl\:hocus\:u-border-college--light:hover,
  .xl\:hocus\:u-border-college--light:focus {
    border-color: #007258 !important;
  }

  .xl\:hocus\:u-border-coll-collingwood--dark:hover,
  .xl\:hocus\:u-border-coll-collingwood--dark:focus {
    border-color: #a81e26 !important;
  }

  .xl\:hocus\:u-border-coll-collingwood--light:hover,
  .xl\:hocus\:u-border-coll-collingwood--light:focus {
    border-color: #db3a44 !important;
  }

  .xl\:hocus\:u-border-coll-grey--dark:hover,
  .xl\:hocus\:u-border-coll-grey--dark:focus {
    border-color: #8c1f26 !important;
  }

  .xl\:hocus\:u-border-coll-grey--light:hover,
  .xl\:hocus\:u-border-coll-grey--light:focus {
    border-color: #c42c35 !important;
  }

  .xl\:hocus\:u-border-coll-hatfield--dark:hover,
  .xl\:hocus\:u-border-coll-hatfield--dark:focus {
    border-color: #002d51 !important;
  }

  .xl\:hocus\:u-border-coll-hatfield--light:hover,
  .xl\:hocus\:u-border-coll-hatfield--light:focus {
    border-color: #003f71 !important;
  }

  .xl\:hocus\:u-border-coll-johnsnow--dark:hover,
  .xl\:hocus\:u-border-coll-johnsnow--dark:focus {
    border-color: #002d51 !important;
  }

  .xl\:hocus\:u-border-coll-johnsnow--light:hover,
  .xl\:hocus\:u-border-coll-johnsnow--light:focus {
    border-color: #003f71 !important;
  }

  .xl\:hocus\:u-border-coll-jbutler--dark:hover,
  .xl\:hocus\:u-border-coll-jbutler--dark:focus {
    border-color: #a81e26 !important;
  }

  .xl\:hocus\:u-border-coll-jbutler--light:hover,
  .xl\:hocus\:u-border-coll-jbutler--light:focus {
    border-color: #db3a44 !important;
  }

  .xl\:hocus\:u-border-coll-south-college--dark:hover,
  .xl\:hocus\:u-border-coll-south-college--dark:focus {
    border-color: #531d57 !important;
  }

  .xl\:hocus\:u-border-coll-south-college--light:hover,
  .xl\:hocus\:u-border-coll-south-college--light:focus {
    border-color: #74287a !important;
  }

  .xl\:hocus\:u-border-coll-staidans--dark:hover,
  .xl\:hocus\:u-border-coll-staidans--dark:focus {
    border-color: #005239 !important;
  }

  .xl\:hocus\:u-border-coll-staidans--light:hover,
  .xl\:hocus\:u-border-coll-staidans--light:focus {
    border-color: #007350 !important;
  }

  .xl\:hocus\:u-border-coll-stchads--dark:hover,
  .xl\:hocus\:u-border-coll-stchads--dark:focus {
    border-color: #004632 !important;
  }

  .xl\:hocus\:u-border-coll-stchads--light:hover,
  .xl\:hocus\:u-border-coll-stchads--light:focus {
    border-color: #006147 !important;
  }

  .xl\:hocus\:u-border-coll-stcuthberts--dark:hover,
  .xl\:hocus\:u-border-coll-stcuthberts--dark:focus {
    border-color: #00523f !important;
  }

  .xl\:hocus\:u-border-coll-stcuthberts--light:hover,
  .xl\:hocus\:u-border-coll-stcuthberts--light:focus {
    border-color: #007258 !important;
  }

  .xl\:hocus\:u-border-coll-sthild--dark:hover,
  .xl\:hocus\:u-border-coll-sthild--dark:focus {
    border-color: #005ba5 !important;
  }

  .xl\:hocus\:u-border-coll-sthild--light:hover,
  .xl\:hocus\:u-border-coll-sthild--light:focus {
    border-color: #0080e7 !important;
  }

  .xl\:hocus\:u-border-coll-stjohns--dark:hover,
  .xl\:hocus\:u-border-coll-stjohns--dark:focus {
    border-color: #162b4a !important;
  }

  .xl\:hocus\:u-border-coll-stjohns--light:hover,
  .xl\:hocus\:u-border-coll-stjohns--light:focus {
    border-color: #1e3c68 !important;
  }

  .xl\:hocus\:u-border-coll-stmarys--dark:hover,
  .xl\:hocus\:u-border-coll-stmarys--dark:focus {
    border-color: #5e2f97 !important;
  }

  .xl\:hocus\:u-border-coll-stmarys--light:hover,
  .xl\:hocus\:u-border-coll-stmarys--light:focus {
    border-color: #844ec8 !important;
  }

  .xl\:hocus\:u-border-coll-stephenson--dark:hover,
  .xl\:hocus\:u-border-coll-stephenson--dark:focus {
    border-color: #a81e26 !important;
  }

  .xl\:hocus\:u-border-coll-stephenson--light:hover,
  .xl\:hocus\:u-border-coll-stephenson--light:focus {
    border-color: #db3a44 !important;
  }

  .xl\:hocus\:u-border-coll-trevelyan--dark:hover,
  .xl\:hocus\:u-border-coll-trevelyan--dark:focus {
    border-color: #002d51 !important;
  }

  .xl\:hocus\:u-border-coll-trevelyan--light:hover,
  .xl\:hocus\:u-border-coll-trevelyan--light:focus {
    border-color: #003f71 !important;
  }

  .xl\:hocus\:u-border-coll-university--dark:hover,
  .xl\:hocus\:u-border-coll-university--dark:focus {
    border-color: #6b1e29 !important;
  }

  .xl\:hocus\:u-border-coll-university--light:hover,
  .xl\:hocus\:u-border-coll-university--light:focus {
    border-color: #962b39 !important;
  }

  .xl\:hocus\:u-border-coll-ustinov--dark:hover,
  .xl\:hocus\:u-border-coll-ustinov--dark:focus {
    border-color: #002d51 !important;
  }

  .xl\:hocus\:u-border-coll-ustinov--light:hover,
  .xl\:hocus\:u-border-coll-ustinov--light:focus {
    border-color: #003f71 !important;
  }

  .xl\:hocus\:u-border-coll-vanmildert--dark:hover,
  .xl\:hocus\:u-border-coll-vanmildert--dark:focus {
    border-color: #cd101f !important;
  }

  .xl\:hocus\:u-border-coll-vanmildert--light:hover,
  .xl\:hocus\:u-border-coll-vanmildert--light:focus {
    border-color: #f04654 !important;
  }

  .xl\:hocus\:u-border-primary--dark:hover,
  .xl\:hocus\:u-border-primary--dark:focus {
    border-color: #531d57 !important;
  }

  .xl\:hocus\:u-border-primary--light:hover,
  .xl\:hocus\:u-border-primary--light:focus {
    border-color: #74287a !important;
  }

  .xl\:hocus\:u-border-secondary--dark:hover,
  .xl\:hocus\:u-border-secondary--dark:focus {
    border-color: #fac500 !important;
  }

  .xl\:hocus\:u-border-secondary--light:hover,
  .xl\:hocus\:u-border-secondary--light:focus {
    border-color: #ffdd60 !important;
  }

  .xl\:hocus\:u-border-tertiary--dark:hover,
  .xl\:hocus\:u-border-tertiary--dark:focus {
    border-color: #008bbf !important;
  }

  .xl\:hocus\:u-border-tertiary--light:hover,
  .xl\:hocus\:u-border-tertiary--light:focus {
    border-color: #0dbdff !important;
  }

  .xl\:hocus\:u-border-success--dark:hover,
  .xl\:hocus\:u-border-success--dark:focus {
    border-color: #367e36 !important;
  }

  .xl\:hocus\:u-border-success--light:hover,
  .xl\:hocus\:u-border-success--light:focus {
    border-color: #4cb04c !important;
  }

  .xl\:hocus\:u-border-danger--dark:hover,
  .xl\:hocus\:u-border-danger--dark:focus {
    border-color: #981823 !important;
  }

  .xl\:hocus\:u-border-danger--light:hover,
  .xl\:hocus\:u-border-danger--light:focus {
    border-color: #d52231 !important;
  }

  .xl\:hocus\:u-border-warning--dark:hover,
  .xl\:hocus\:u-border-warning--dark:focus {
    border-color: #ae4e18 !important;
  }

  .xl\:hocus\:u-border-warning--light:hover,
  .xl\:hocus\:u-border-warning--light:focus {
    border-color: #e37233 !important;
  }

  .xl\:hocus\:u-border-info--dark:hover,
  .xl\:hocus\:u-border-info--dark:focus {
    border-color: #0e6681 !important;
  }

  .xl\:hocus\:u-border-info--light:hover,
  .xl\:hocus\:u-border-info--light:focus {
    border-color: #138fb4 !important;
  }

  .xl\:hocus\:u-border-light--dark:hover,
  .xl\:hocus\:u-border-light--dark:focus {
    border-color: #ccc !important;
  }

  .xl\:hocus\:u-border-light--light:hover,
  .xl\:hocus\:u-border-light--light:focus {
    border-color: #fff !important;
  }

  .xl\:hocus\:u-border-dark--dark:hover,
  .xl\:hocus\:u-border-dark--dark:focus {
    border-color: #29271c !important;
  }

  .xl\:hocus\:u-border-dark--light:hover,
  .xl\:hocus\:u-border-dark--light:focus {
    border-color: #393727 !important;
  }

  .xl\:u-rounded-none {
    border-radius: 0 !important;
  }

  .xl\:u-rounded {
    border-radius: .25rem !important;
  }

  .xl\:u-rounded-sm {
    border-radius: 45px !important;
  }

  .xl\:u-rounded-md {
    border-radius: 100px !important;
  }

  .xl\:u-rounded-lg {
    border-radius: 220px !important;
  }

  .xl\:u-rounded-half {
    border-radius: 50% !important;
  }

  .xl\:u-rounded-full {
    border-radius: 9999px !important;
  }

  .xl\:u-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\:u-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:u-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:u-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:u-rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .xl\:u-rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .xl\:u-rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .xl\:u-rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .xl\:u-rounded-t-sm {
    border-top-left-radius: 45px !important;
    border-top-right-radius: 45px !important;
  }

  .xl\:u-rounded-r-sm {
    border-top-right-radius: 45px !important;
    border-bottom-right-radius: 45px !important;
  }

  .xl\:u-rounded-b-sm {
    border-bottom-right-radius: 45px !important;
    border-bottom-left-radius: 45px !important;
  }

  .xl\:u-rounded-l-sm {
    border-top-left-radius: 45px !important;
    border-bottom-left-radius: 45px !important;
  }

  .xl\:u-rounded-t-md {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
  }

  .xl\:u-rounded-r-md {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }

  .xl\:u-rounded-b-md {
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .xl\:u-rounded-l-md {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .xl\:u-rounded-t-lg {
    border-top-left-radius: 220px !important;
    border-top-right-radius: 220px !important;
  }

  .xl\:u-rounded-r-lg {
    border-top-right-radius: 220px !important;
    border-bottom-right-radius: 220px !important;
  }

  .xl\:u-rounded-b-lg {
    border-bottom-right-radius: 220px !important;
    border-bottom-left-radius: 220px !important;
  }

  .xl\:u-rounded-l-lg {
    border-top-left-radius: 220px !important;
    border-bottom-left-radius: 220px !important;
  }

  .xl\:u-rounded-t-half {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .xl\:u-rounded-r-half {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .xl\:u-rounded-b-half {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xl\:u-rounded-l-half {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xl\:u-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:u-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:u-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:u-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:u-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .xl\:u-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .xl\:u-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .xl\:u-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .xl\:u-rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .xl\:u-rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .xl\:u-rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .xl\:u-rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .xl\:u-rounded-tl-sm {
    border-top-left-radius: 45px !important;
  }

  .xl\:u-rounded-tr-sm {
    border-top-right-radius: 45px !important;
  }

  .xl\:u-rounded-br-sm {
    border-bottom-right-radius: 45px !important;
  }

  .xl\:u-rounded-bl-sm {
    border-bottom-left-radius: 45px !important;
  }

  .xl\:u-rounded-tl-md {
    border-top-left-radius: 100px !important;
  }

  .xl\:u-rounded-tr-md {
    border-top-right-radius: 100px !important;
  }

  .xl\:u-rounded-br-md {
    border-bottom-right-radius: 100px !important;
  }

  .xl\:u-rounded-bl-md {
    border-bottom-left-radius: 100px !important;
  }

  .xl\:u-rounded-tl-lg {
    border-top-left-radius: 220px !important;
  }

  .xl\:u-rounded-tr-lg {
    border-top-right-radius: 220px !important;
  }

  .xl\:u-rounded-br-lg {
    border-bottom-right-radius: 220px !important;
  }

  .xl\:u-rounded-bl-lg {
    border-bottom-left-radius: 220px !important;
  }

  .xl\:u-rounded-tl-half {
    border-top-left-radius: 50% !important;
  }

  .xl\:u-rounded-tr-half {
    border-top-right-radius: 50% !important;
  }

  .xl\:u-rounded-br-half {
    border-bottom-right-radius: 50% !important;
  }

  .xl\:u-rounded-bl-half {
    border-bottom-left-radius: 50% !important;
  }

  .xl\:u-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xl\:u-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xl\:u-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:u-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:u-border-solid {
    border-style: solid !important;
  }

  .xl\:u-border-dashed {
    border-style: dashed !important;
  }

  .xl\:u-border-dotted {
    border-style: dotted !important;
  }

  .xl\:u-border-none {
    border-style: none !important;
  }

  .xl\:u-border-0 {
    border-width: 0 !important;
  }

  .xl\:u-border-1 {
    border-width: 1px !important;
  }

  .xl\:u-border-2 {
    border-width: 2px !important;
  }

  .xl\:u-border-4 {
    border-width: 4px !important;
  }

  .xl\:u-border-6 {
    border-width: 6px !important;
  }

  .xl\:u-border-8 {
    border-width: 8px !important;
  }

  .xl\:u-border {
    border-width: 1px !important;
  }

  .xl\:u-border-t-0 {
    border-top-width: 0 !important;
  }

  .xl\:u-border-r-0 {
    border-right-width: 0 !important;
  }

  .xl\:u-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .xl\:u-border-l-0 {
    border-left-width: 0 !important;
  }

  .xl\:u-border-t-1 {
    border-top-width: 1px !important;
  }

  .xl\:u-border-r-1 {
    border-right-width: 1px !important;
  }

  .xl\:u-border-b-1 {
    border-bottom-width: 1px !important;
  }

  .xl\:u-border-l-1 {
    border-left-width: 1px !important;
  }

  .xl\:u-border-t-2 {
    border-top-width: 2px !important;
  }

  .xl\:u-border-r-2 {
    border-right-width: 2px !important;
  }

  .xl\:u-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xl\:u-border-l-2 {
    border-left-width: 2px !important;
  }

  .xl\:u-border-t-4 {
    border-top-width: 4px !important;
  }

  .xl\:u-border-r-4 {
    border-right-width: 4px !important;
  }

  .xl\:u-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xl\:u-border-l-4 {
    border-left-width: 4px !important;
  }

  .xl\:u-border-t-6 {
    border-top-width: 6px !important;
  }

  .xl\:u-border-r-6 {
    border-right-width: 6px !important;
  }

  .xl\:u-border-b-6 {
    border-bottom-width: 6px !important;
  }

  .xl\:u-border-l-6 {
    border-left-width: 6px !important;
  }

  .xl\:u-border-t-8 {
    border-top-width: 8px !important;
  }

  .xl\:u-border-r-8 {
    border-right-width: 8px !important;
  }

  .xl\:u-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xl\:u-border-l-8 {
    border-left-width: 8px !important;
  }

  .xl\:u-border-t {
    border-top-width: 1px !important;
  }

  .xl\:u-border-r {
    border-right-width: 1px !important;
  }

  .xl\:u-border-b {
    border-bottom-width: 1px !important;
  }

  .xl\:u-border-l {
    border-left-width: 1px !important;
  }

  .xl\:focus\:u-border-0:focus {
    border-width: 0 !important;
  }

  .xl\:focus\:u-border-1:focus {
    border-width: 1px !important;
  }

  .xl\:focus\:u-border-2:focus {
    border-width: 2px !important;
  }

  .xl\:focus\:u-border-4:focus {
    border-width: 4px !important;
  }

  .xl\:focus\:u-border-6:focus {
    border-width: 6px !important;
  }

  .xl\:focus\:u-border-8:focus {
    border-width: 8px !important;
  }

  .xl\:focus\:u-border:focus {
    border-width: 1px !important;
  }

  .xl\:focus\:u-border-t-0:focus {
    border-top-width: 0 !important;
  }

  .xl\:focus\:u-border-r-0:focus {
    border-right-width: 0 !important;
  }

  .xl\:focus\:u-border-b-0:focus {
    border-bottom-width: 0 !important;
  }

  .xl\:focus\:u-border-l-0:focus {
    border-left-width: 0 !important;
  }

  .xl\:focus\:u-border-t-1:focus {
    border-top-width: 1px !important;
  }

  .xl\:focus\:u-border-r-1:focus {
    border-right-width: 1px !important;
  }

  .xl\:focus\:u-border-b-1:focus {
    border-bottom-width: 1px !important;
  }

  .xl\:focus\:u-border-l-1:focus {
    border-left-width: 1px !important;
  }

  .xl\:focus\:u-border-t-2:focus {
    border-top-width: 2px !important;
  }

  .xl\:focus\:u-border-r-2:focus {
    border-right-width: 2px !important;
  }

  .xl\:focus\:u-border-b-2:focus {
    border-bottom-width: 2px !important;
  }

  .xl\:focus\:u-border-l-2:focus {
    border-left-width: 2px !important;
  }

  .xl\:focus\:u-border-t-4:focus {
    border-top-width: 4px !important;
  }

  .xl\:focus\:u-border-r-4:focus {
    border-right-width: 4px !important;
  }

  .xl\:focus\:u-border-b-4:focus {
    border-bottom-width: 4px !important;
  }

  .xl\:focus\:u-border-l-4:focus {
    border-left-width: 4px !important;
  }

  .xl\:focus\:u-border-t-6:focus {
    border-top-width: 6px !important;
  }

  .xl\:focus\:u-border-r-6:focus {
    border-right-width: 6px !important;
  }

  .xl\:focus\:u-border-b-6:focus {
    border-bottom-width: 6px !important;
  }

  .xl\:focus\:u-border-l-6:focus {
    border-left-width: 6px !important;
  }

  .xl\:focus\:u-border-t-8:focus {
    border-top-width: 8px !important;
  }

  .xl\:focus\:u-border-r-8:focus {
    border-right-width: 8px !important;
  }

  .xl\:focus\:u-border-b-8:focus {
    border-bottom-width: 8px !important;
  }

  .xl\:focus\:u-border-l-8:focus {
    border-left-width: 8px !important;
  }

  .xl\:focus\:u-border-t:focus {
    border-top-width: 1px !important;
  }

  .xl\:focus\:u-border-r:focus {
    border-right-width: 1px !important;
  }

  .xl\:focus\:u-border-b:focus {
    border-bottom-width: 1px !important;
  }

  .xl\:focus\:u-border-l:focus {
    border-left-width: 1px !important;
  }

  .xl\:u-cursor-auto {
    cursor: auto !important;
  }

  .xl\:u-cursor-default {
    cursor: default !important;
  }

  .xl\:u-cursor-pointer {
    cursor: pointer !important;
  }

  .xl\:u-cursor-wait {
    cursor: wait !important;
  }

  .xl\:u-cursor-move {
    cursor: move !important;
  }

  .xl\:u-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xl\:u-block {
    display: block !important;
  }

  .xl\:u-inline-block {
    display: inline-block !important;
  }

  .xl\:u-inline {
    display: inline !important;
  }

  .xl\:u-table {
    display: table !important;
  }

  .xl\:u-table-row {
    display: table-row !important;
  }

  .xl\:u-table-cell {
    display: table-cell !important;
  }

  .xl\:u-hidden {
    display: none !important;
  }

  .js-is-sticky .xl\:sticky\:u-block {
    display: block !important;
  }

  .js-is-sticky .xl\:sticky\:u-inline-block {
    display: inline-block !important;
  }

  .js-is-sticky .xl\:sticky\:u-inline {
    display: inline !important;
  }

  .js-is-sticky .xl\:sticky\:u-table {
    display: table !important;
  }

  .js-is-sticky .xl\:sticky\:u-table-row {
    display: table-row !important;
  }

  .js-is-sticky .xl\:sticky\:u-table-cell {
    display: table-cell !important;
  }

  .js-is-sticky .xl\:sticky\:u-hidden {
    display: none !important;
  }

  [data-whatinput="keyboard"] .xl\:kbd-only\:u-block {
    display: block !important;
  }

  [data-whatinput="keyboard"] .xl\:kbd-only\:u-inline-block {
    display: inline-block !important;
  }

  [data-whatinput="keyboard"] .xl\:kbd-only\:u-inline {
    display: inline !important;
  }

  [data-whatinput="keyboard"] .xl\:kbd-only\:u-table {
    display: table !important;
  }

  [data-whatinput="keyboard"] .xl\:kbd-only\:u-table-row {
    display: table-row !important;
  }

  [data-whatinput="keyboard"] .xl\:kbd-only\:u-table-cell {
    display: table-cell !important;
  }

  [data-whatinput="keyboard"] .xl\:kbd-only\:u-hidden {
    display: none !important;
  }

  .xl\:u-flex {
    display: flex !important;
  }

  .xl\:u-inline-flex {
    display: inline-flex !important;
  }

  .xl\:u-flex-row {
    flex-direction: row !important;
  }

  .xl\:u-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xl\:u-flex-col {
    flex-direction: column !important;
  }

  .xl\:u-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xl\:u-flex-wrap {
    flex-wrap: wrap !important;
  }

  .xl\:u-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xl\:u-flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .xl\:u-items-start {
    align-items: flex-start !important;
  }

  .xl\:u-items-end {
    align-items: flex-end !important;
  }

  .xl\:u-items-center {
    align-items: center !important;
  }

  .xl\:u-items-baseline {
    align-items: baseline !important;
  }

  .xl\:u-items-stretch {
    align-items: stretch !important;
  }

  .xl\:u-self-auto {
    align-self: auto !important;
  }

  .xl\:u-self-start {
    align-self: flex-start !important;
  }

  .xl\:u-self-end {
    align-self: flex-end !important;
  }

  .xl\:u-self-center {
    align-self: center !important;
  }

  .xl\:u-self-stretch {
    align-self: stretch !important;
  }

  .xl\:u-justify-start {
    justify-content: flex-start !important;
  }

  .xl\:u-justify-end {
    justify-content: flex-end !important;
  }

  .xl\:u-justify-center {
    justify-content: center !important;
  }

  .xl\:u-justify-between {
    justify-content: space-between !important;
  }

  .xl\:u-justify-around {
    justify-content: space-around !important;
  }

  .xl\:u-content-center {
    align-content: center !important;
  }

  .xl\:u-content-start {
    align-content: flex-start !important;
  }

  .xl\:u-content-end {
    align-content: flex-end !important;
  }

  .xl\:u-content-between {
    align-content: space-between !important;
  }

  .xl\:u-content-around {
    align-content: space-around !important;
  }

  .xl\:u-flex-1 {
    flex: 1 1 0% !important;
  }

  .xl\:u-flex-auto {
    flex: 1 1 auto !important;
  }

  .xl\:u-flex-initial {
    flex: 0 1 auto !important;
  }

  .xl\:u-flex-none {
    flex: none !important;
  }

  .xl\:u-flex-grow {
    flex-grow: 1 !important;
  }

  .xl\:u-flex-shrink {
    flex-shrink: 1 !important;
  }

  .xl\:u-flex-no-grow {
    flex-grow: 0 !important;
  }

  .xl\:u-flex-no-shrink {
    flex-shrink: 0 !important;
  }

  .xl\:u-float-right {
    float: right !important;
  }

  .xl\:u-float-left {
    float: left !important;
  }

  .xl\:u-float-none {
    float: none !important;
  }

  .xl\:u-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xl\:u-font-sans {
    font-family: Open Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .xl\:u-font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
  }

  .xl\:u-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
  }

  .xl\:u-h-0 {
    height: 0 !important;
  }

  .xl\:u-h-1 {
    height: 8px !important;
  }

  .xl\:u-h-2 {
    height: 16px !important;
  }

  .xl\:u-h-3 {
    height: 24px !important;
  }

  .xl\:u-h-4 {
    height: 32px !important;
  }

  .xl\:u-h-auto {
    height: auto !important;
  }

  .xl\:u-h-full {
    height: 100% !important;
  }

  .xl\:u-h-three-thirds {
    height: 75% !important;
  }

  .xl\:u-h-half {
    height: 50% !important;
  }

  .xl\:u-h-third {
    height: 33.33% !important;
  }

  .xl\:u-h-quarter {
    height: 25% !important;
  }

  .xl\:u-h-fifth {
    height: 20% !important;
  }

  .xl\:u-h-screen {
    height: 100vh !important;
  }

  .xl\:u-h-icon {
    height: 20px !important;
  }

  .xl\:u-h-icon-lg {
    height: 35px !important;
  }

  .xl\:u-h-tapestry-separator {
    height: 100px !important;
  }

  .xl\:u-h-image-header {
    height: 427px !important;
  }

  .xl\:u-h-image-header-small {
    height: 287px !important;
  }

  .xl\:u-h-image-header-large {
    height: 570px !important;
  }

  .xl\:u-leading-none {
    line-height: 1 !important;
  }

  .xl\:u-leading-tighter {
    line-height: .9 !important;
  }

  .xl\:u-leading-tight {
    line-height: 1.25 !important;
  }

  .xl\:u-leading-normal {
    line-height: 1.5 !important;
  }

  .xl\:u-leading-loose {
    line-height: 2 !important;
  }

  .xl\:u-leading-unset {
    line-height: unset !important;
  }

  .xl\:u-m-0 {
    margin: 0 !important;
  }

  .xl\:u-m-1 {
    margin: 8px !important;
  }

  .xl\:u-m-2 {
    margin: 16px !important;
  }

  .xl\:u-m-3 {
    margin: 24px !important;
  }

  .xl\:u-m-4 {
    margin: 32px !important;
  }

  .xl\:u-m-5 {
    margin: 40px !important;
  }

  .xl\:u-m-6 {
    margin: 48px !important;
  }

  .xl\:u-m-7 {
    margin: 56px !important;
  }

  .xl\:u-m-8 {
    margin: 64px !important;
  }

  .xl\:u-m-9 {
    margin: 72px !important;
  }

  .xl\:u-m-10 {
    margin: 80px !important;
  }

  .xl\:u-m-11 {
    margin: 88px !important;
  }

  .xl\:u-m-auto {
    margin: auto !important;
  }

  .xl\:u-m-gutter {
    margin: 15px !important;
  }

  .xl\:u-m-container-gutter {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:u-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:u-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:u-my-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xl\:u-mx-1 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xl\:u-my-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xl\:u-mx-2 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xl\:u-my-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xl\:u-mx-3 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xl\:u-my-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xl\:u-mx-4 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xl\:u-my-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xl\:u-mx-5 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xl\:u-my-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xl\:u-mx-6 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xl\:u-my-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .xl\:u-mx-7 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .xl\:u-my-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xl\:u-mx-8 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xl\:u-my-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .xl\:u-mx-9 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .xl\:u-my-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xl\:u-mx-10 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xl\:u-my-11 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .xl\:u-mx-11 {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .xl\:u-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:u-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:u-my-gutter {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xl\:u-mx-gutter {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .xl\:u-my-container-gutter {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:u-mx-container-gutter {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:u-mt-0 {
    margin-top: 0 !important;
  }

  .xl\:u-mr-0 {
    margin-right: 0 !important;
  }

  .xl\:u-mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\:u-ml-0 {
    margin-left: 0 !important;
  }

  .xl\:u-mt-1 {
    margin-top: 8px !important;
  }

  .xl\:u-mr-1 {
    margin-right: 8px !important;
  }

  .xl\:u-mb-1 {
    margin-bottom: 8px !important;
  }

  .xl\:u-ml-1 {
    margin-left: 8px !important;
  }

  .xl\:u-mt-2 {
    margin-top: 16px !important;
  }

  .xl\:u-mr-2 {
    margin-right: 16px !important;
  }

  .xl\:u-mb-2 {
    margin-bottom: 16px !important;
  }

  .xl\:u-ml-2 {
    margin-left: 16px !important;
  }

  .xl\:u-mt-3 {
    margin-top: 24px !important;
  }

  .xl\:u-mr-3 {
    margin-right: 24px !important;
  }

  .xl\:u-mb-3 {
    margin-bottom: 24px !important;
  }

  .xl\:u-ml-3 {
    margin-left: 24px !important;
  }

  .xl\:u-mt-4 {
    margin-top: 32px !important;
  }

  .xl\:u-mr-4 {
    margin-right: 32px !important;
  }

  .xl\:u-mb-4 {
    margin-bottom: 32px !important;
  }

  .xl\:u-ml-4 {
    margin-left: 32px !important;
  }

  .xl\:u-mt-5 {
    margin-top: 40px !important;
  }

  .xl\:u-mr-5 {
    margin-right: 40px !important;
  }

  .xl\:u-mb-5 {
    margin-bottom: 40px !important;
  }

  .xl\:u-ml-5 {
    margin-left: 40px !important;
  }

  .xl\:u-mt-6 {
    margin-top: 48px !important;
  }

  .xl\:u-mr-6 {
    margin-right: 48px !important;
  }

  .xl\:u-mb-6 {
    margin-bottom: 48px !important;
  }

  .xl\:u-ml-6 {
    margin-left: 48px !important;
  }

  .xl\:u-mt-7 {
    margin-top: 56px !important;
  }

  .xl\:u-mr-7 {
    margin-right: 56px !important;
  }

  .xl\:u-mb-7 {
    margin-bottom: 56px !important;
  }

  .xl\:u-ml-7 {
    margin-left: 56px !important;
  }

  .xl\:u-mt-8 {
    margin-top: 64px !important;
  }

  .xl\:u-mr-8 {
    margin-right: 64px !important;
  }

  .xl\:u-mb-8 {
    margin-bottom: 64px !important;
  }

  .xl\:u-ml-8 {
    margin-left: 64px !important;
  }

  .xl\:u-mt-9 {
    margin-top: 72px !important;
  }

  .xl\:u-mr-9 {
    margin-right: 72px !important;
  }

  .xl\:u-mb-9 {
    margin-bottom: 72px !important;
  }

  .xl\:u-ml-9 {
    margin-left: 72px !important;
  }

  .xl\:u-mt-10 {
    margin-top: 80px !important;
  }

  .xl\:u-mr-10 {
    margin-right: 80px !important;
  }

  .xl\:u-mb-10 {
    margin-bottom: 80px !important;
  }

  .xl\:u-ml-10 {
    margin-left: 80px !important;
  }

  .xl\:u-mt-11 {
    margin-top: 88px !important;
  }

  .xl\:u-mr-11 {
    margin-right: 88px !important;
  }

  .xl\:u-mb-11 {
    margin-bottom: 88px !important;
  }

  .xl\:u-ml-11 {
    margin-left: 88px !important;
  }

  .xl\:u-mt-auto {
    margin-top: auto !important;
  }

  .xl\:u-mr-auto {
    margin-right: auto !important;
  }

  .xl\:u-mb-auto {
    margin-bottom: auto !important;
  }

  .xl\:u-ml-auto {
    margin-left: auto !important;
  }

  .xl\:u-mt-gutter {
    margin-top: 15px !important;
  }

  .xl\:u-mr-gutter {
    margin-right: 15px !important;
  }

  .xl\:u-mb-gutter {
    margin-bottom: 15px !important;
  }

  .xl\:u-ml-gutter {
    margin-left: 15px !important;
  }

  .xl\:u-mt-container-gutter {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:u-mr-container-gutter {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:u-mb-container-gutter {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:u-ml-container-gutter {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:first\:u-m-0:first-child {
    margin: 0 !important;
  }

  .xl\:first\:u-m-1:first-child {
    margin: 8px !important;
  }

  .xl\:first\:u-m-2:first-child {
    margin: 16px !important;
  }

  .xl\:first\:u-m-3:first-child {
    margin: 24px !important;
  }

  .xl\:first\:u-m-4:first-child {
    margin: 32px !important;
  }

  .xl\:first\:u-m-5:first-child {
    margin: 40px !important;
  }

  .xl\:first\:u-m-6:first-child {
    margin: 48px !important;
  }

  .xl\:first\:u-m-7:first-child {
    margin: 56px !important;
  }

  .xl\:first\:u-m-8:first-child {
    margin: 64px !important;
  }

  .xl\:first\:u-m-9:first-child {
    margin: 72px !important;
  }

  .xl\:first\:u-m-10:first-child {
    margin: 80px !important;
  }

  .xl\:first\:u-m-11:first-child {
    margin: 88px !important;
  }

  .xl\:first\:u-m-auto:first-child {
    margin: auto !important;
  }

  .xl\:first\:u-m-gutter:first-child {
    margin: 15px !important;
  }

  .xl\:first\:u-m-container-gutter:first-child {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:first\:u-my-0:first-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:first\:u-mx-0:first-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:first\:u-my-1:first-child {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xl\:first\:u-mx-1:first-child {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xl\:first\:u-my-2:first-child {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xl\:first\:u-mx-2:first-child {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xl\:first\:u-my-3:first-child {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xl\:first\:u-mx-3:first-child {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xl\:first\:u-my-4:first-child {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xl\:first\:u-mx-4:first-child {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xl\:first\:u-my-5:first-child {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xl\:first\:u-mx-5:first-child {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xl\:first\:u-my-6:first-child {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xl\:first\:u-mx-6:first-child {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xl\:first\:u-my-7:first-child {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .xl\:first\:u-mx-7:first-child {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .xl\:first\:u-my-8:first-child {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xl\:first\:u-mx-8:first-child {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xl\:first\:u-my-9:first-child {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .xl\:first\:u-mx-9:first-child {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .xl\:first\:u-my-10:first-child {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xl\:first\:u-mx-10:first-child {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xl\:first\:u-my-11:first-child {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .xl\:first\:u-mx-11:first-child {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .xl\:first\:u-my-auto:first-child {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:first\:u-mx-auto:first-child {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:first\:u-my-gutter:first-child {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xl\:first\:u-mx-gutter:first-child {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .xl\:first\:u-my-container-gutter:first-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:first\:u-mx-container-gutter:first-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:first\:u-mt-0:first-child {
    margin-top: 0 !important;
  }

  .xl\:first\:u-mr-0:first-child {
    margin-right: 0 !important;
  }

  .xl\:first\:u-mb-0:first-child {
    margin-bottom: 0 !important;
  }

  .xl\:first\:u-ml-0:first-child {
    margin-left: 0 !important;
  }

  .xl\:first\:u-mt-1:first-child {
    margin-top: 8px !important;
  }

  .xl\:first\:u-mr-1:first-child {
    margin-right: 8px !important;
  }

  .xl\:first\:u-mb-1:first-child {
    margin-bottom: 8px !important;
  }

  .xl\:first\:u-ml-1:first-child {
    margin-left: 8px !important;
  }

  .xl\:first\:u-mt-2:first-child {
    margin-top: 16px !important;
  }

  .xl\:first\:u-mr-2:first-child {
    margin-right: 16px !important;
  }

  .xl\:first\:u-mb-2:first-child {
    margin-bottom: 16px !important;
  }

  .xl\:first\:u-ml-2:first-child {
    margin-left: 16px !important;
  }

  .xl\:first\:u-mt-3:first-child {
    margin-top: 24px !important;
  }

  .xl\:first\:u-mr-3:first-child {
    margin-right: 24px !important;
  }

  .xl\:first\:u-mb-3:first-child {
    margin-bottom: 24px !important;
  }

  .xl\:first\:u-ml-3:first-child {
    margin-left: 24px !important;
  }

  .xl\:first\:u-mt-4:first-child {
    margin-top: 32px !important;
  }

  .xl\:first\:u-mr-4:first-child {
    margin-right: 32px !important;
  }

  .xl\:first\:u-mb-4:first-child {
    margin-bottom: 32px !important;
  }

  .xl\:first\:u-ml-4:first-child {
    margin-left: 32px !important;
  }

  .xl\:first\:u-mt-5:first-child {
    margin-top: 40px !important;
  }

  .xl\:first\:u-mr-5:first-child {
    margin-right: 40px !important;
  }

  .xl\:first\:u-mb-5:first-child {
    margin-bottom: 40px !important;
  }

  .xl\:first\:u-ml-5:first-child {
    margin-left: 40px !important;
  }

  .xl\:first\:u-mt-6:first-child {
    margin-top: 48px !important;
  }

  .xl\:first\:u-mr-6:first-child {
    margin-right: 48px !important;
  }

  .xl\:first\:u-mb-6:first-child {
    margin-bottom: 48px !important;
  }

  .xl\:first\:u-ml-6:first-child {
    margin-left: 48px !important;
  }

  .xl\:first\:u-mt-7:first-child {
    margin-top: 56px !important;
  }

  .xl\:first\:u-mr-7:first-child {
    margin-right: 56px !important;
  }

  .xl\:first\:u-mb-7:first-child {
    margin-bottom: 56px !important;
  }

  .xl\:first\:u-ml-7:first-child {
    margin-left: 56px !important;
  }

  .xl\:first\:u-mt-8:first-child {
    margin-top: 64px !important;
  }

  .xl\:first\:u-mr-8:first-child {
    margin-right: 64px !important;
  }

  .xl\:first\:u-mb-8:first-child {
    margin-bottom: 64px !important;
  }

  .xl\:first\:u-ml-8:first-child {
    margin-left: 64px !important;
  }

  .xl\:first\:u-mt-9:first-child {
    margin-top: 72px !important;
  }

  .xl\:first\:u-mr-9:first-child {
    margin-right: 72px !important;
  }

  .xl\:first\:u-mb-9:first-child {
    margin-bottom: 72px !important;
  }

  .xl\:first\:u-ml-9:first-child {
    margin-left: 72px !important;
  }

  .xl\:first\:u-mt-10:first-child {
    margin-top: 80px !important;
  }

  .xl\:first\:u-mr-10:first-child {
    margin-right: 80px !important;
  }

  .xl\:first\:u-mb-10:first-child {
    margin-bottom: 80px !important;
  }

  .xl\:first\:u-ml-10:first-child {
    margin-left: 80px !important;
  }

  .xl\:first\:u-mt-11:first-child {
    margin-top: 88px !important;
  }

  .xl\:first\:u-mr-11:first-child {
    margin-right: 88px !important;
  }

  .xl\:first\:u-mb-11:first-child {
    margin-bottom: 88px !important;
  }

  .xl\:first\:u-ml-11:first-child {
    margin-left: 88px !important;
  }

  .xl\:first\:u-mt-auto:first-child {
    margin-top: auto !important;
  }

  .xl\:first\:u-mr-auto:first-child {
    margin-right: auto !important;
  }

  .xl\:first\:u-mb-auto:first-child {
    margin-bottom: auto !important;
  }

  .xl\:first\:u-ml-auto:first-child {
    margin-left: auto !important;
  }

  .xl\:first\:u-mt-gutter:first-child {
    margin-top: 15px !important;
  }

  .xl\:first\:u-mr-gutter:first-child {
    margin-right: 15px !important;
  }

  .xl\:first\:u-mb-gutter:first-child {
    margin-bottom: 15px !important;
  }

  .xl\:first\:u-ml-gutter:first-child {
    margin-left: 15px !important;
  }

  .xl\:first\:u-mt-container-gutter:first-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:first\:u-mr-container-gutter:first-child {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:first\:u-mb-container-gutter:first-child {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:first\:u-ml-container-gutter:first-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:last\:u-m-0:last-child {
    margin: 0 !important;
  }

  .xl\:last\:u-m-1:last-child {
    margin: 8px !important;
  }

  .xl\:last\:u-m-2:last-child {
    margin: 16px !important;
  }

  .xl\:last\:u-m-3:last-child {
    margin: 24px !important;
  }

  .xl\:last\:u-m-4:last-child {
    margin: 32px !important;
  }

  .xl\:last\:u-m-5:last-child {
    margin: 40px !important;
  }

  .xl\:last\:u-m-6:last-child {
    margin: 48px !important;
  }

  .xl\:last\:u-m-7:last-child {
    margin: 56px !important;
  }

  .xl\:last\:u-m-8:last-child {
    margin: 64px !important;
  }

  .xl\:last\:u-m-9:last-child {
    margin: 72px !important;
  }

  .xl\:last\:u-m-10:last-child {
    margin: 80px !important;
  }

  .xl\:last\:u-m-11:last-child {
    margin: 88px !important;
  }

  .xl\:last\:u-m-auto:last-child {
    margin: auto !important;
  }

  .xl\:last\:u-m-gutter:last-child {
    margin: 15px !important;
  }

  .xl\:last\:u-m-container-gutter:last-child {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:last\:u-my-0:last-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:last\:u-mx-0:last-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:last\:u-my-1:last-child {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xl\:last\:u-mx-1:last-child {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xl\:last\:u-my-2:last-child {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xl\:last\:u-mx-2:last-child {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xl\:last\:u-my-3:last-child {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xl\:last\:u-mx-3:last-child {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xl\:last\:u-my-4:last-child {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xl\:last\:u-mx-4:last-child {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xl\:last\:u-my-5:last-child {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xl\:last\:u-mx-5:last-child {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xl\:last\:u-my-6:last-child {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xl\:last\:u-mx-6:last-child {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xl\:last\:u-my-7:last-child {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .xl\:last\:u-mx-7:last-child {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .xl\:last\:u-my-8:last-child {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xl\:last\:u-mx-8:last-child {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xl\:last\:u-my-9:last-child {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .xl\:last\:u-mx-9:last-child {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .xl\:last\:u-my-10:last-child {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xl\:last\:u-mx-10:last-child {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xl\:last\:u-my-11:last-child {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .xl\:last\:u-mx-11:last-child {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .xl\:last\:u-my-auto:last-child {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:last\:u-mx-auto:last-child {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:last\:u-my-gutter:last-child {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xl\:last\:u-mx-gutter:last-child {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .xl\:last\:u-my-container-gutter:last-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:last\:u-mx-container-gutter:last-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:last\:u-mt-0:last-child {
    margin-top: 0 !important;
  }

  .xl\:last\:u-mr-0:last-child {
    margin-right: 0 !important;
  }

  .xl\:last\:u-mb-0:last-child {
    margin-bottom: 0 !important;
  }

  .xl\:last\:u-ml-0:last-child {
    margin-left: 0 !important;
  }

  .xl\:last\:u-mt-1:last-child {
    margin-top: 8px !important;
  }

  .xl\:last\:u-mr-1:last-child {
    margin-right: 8px !important;
  }

  .xl\:last\:u-mb-1:last-child {
    margin-bottom: 8px !important;
  }

  .xl\:last\:u-ml-1:last-child {
    margin-left: 8px !important;
  }

  .xl\:last\:u-mt-2:last-child {
    margin-top: 16px !important;
  }

  .xl\:last\:u-mr-2:last-child {
    margin-right: 16px !important;
  }

  .xl\:last\:u-mb-2:last-child {
    margin-bottom: 16px !important;
  }

  .xl\:last\:u-ml-2:last-child {
    margin-left: 16px !important;
  }

  .xl\:last\:u-mt-3:last-child {
    margin-top: 24px !important;
  }

  .xl\:last\:u-mr-3:last-child {
    margin-right: 24px !important;
  }

  .xl\:last\:u-mb-3:last-child {
    margin-bottom: 24px !important;
  }

  .xl\:last\:u-ml-3:last-child {
    margin-left: 24px !important;
  }

  .xl\:last\:u-mt-4:last-child {
    margin-top: 32px !important;
  }

  .xl\:last\:u-mr-4:last-child {
    margin-right: 32px !important;
  }

  .xl\:last\:u-mb-4:last-child {
    margin-bottom: 32px !important;
  }

  .xl\:last\:u-ml-4:last-child {
    margin-left: 32px !important;
  }

  .xl\:last\:u-mt-5:last-child {
    margin-top: 40px !important;
  }

  .xl\:last\:u-mr-5:last-child {
    margin-right: 40px !important;
  }

  .xl\:last\:u-mb-5:last-child {
    margin-bottom: 40px !important;
  }

  .xl\:last\:u-ml-5:last-child {
    margin-left: 40px !important;
  }

  .xl\:last\:u-mt-6:last-child {
    margin-top: 48px !important;
  }

  .xl\:last\:u-mr-6:last-child {
    margin-right: 48px !important;
  }

  .xl\:last\:u-mb-6:last-child {
    margin-bottom: 48px !important;
  }

  .xl\:last\:u-ml-6:last-child {
    margin-left: 48px !important;
  }

  .xl\:last\:u-mt-7:last-child {
    margin-top: 56px !important;
  }

  .xl\:last\:u-mr-7:last-child {
    margin-right: 56px !important;
  }

  .xl\:last\:u-mb-7:last-child {
    margin-bottom: 56px !important;
  }

  .xl\:last\:u-ml-7:last-child {
    margin-left: 56px !important;
  }

  .xl\:last\:u-mt-8:last-child {
    margin-top: 64px !important;
  }

  .xl\:last\:u-mr-8:last-child {
    margin-right: 64px !important;
  }

  .xl\:last\:u-mb-8:last-child {
    margin-bottom: 64px !important;
  }

  .xl\:last\:u-ml-8:last-child {
    margin-left: 64px !important;
  }

  .xl\:last\:u-mt-9:last-child {
    margin-top: 72px !important;
  }

  .xl\:last\:u-mr-9:last-child {
    margin-right: 72px !important;
  }

  .xl\:last\:u-mb-9:last-child {
    margin-bottom: 72px !important;
  }

  .xl\:last\:u-ml-9:last-child {
    margin-left: 72px !important;
  }

  .xl\:last\:u-mt-10:last-child {
    margin-top: 80px !important;
  }

  .xl\:last\:u-mr-10:last-child {
    margin-right: 80px !important;
  }

  .xl\:last\:u-mb-10:last-child {
    margin-bottom: 80px !important;
  }

  .xl\:last\:u-ml-10:last-child {
    margin-left: 80px !important;
  }

  .xl\:last\:u-mt-11:last-child {
    margin-top: 88px !important;
  }

  .xl\:last\:u-mr-11:last-child {
    margin-right: 88px !important;
  }

  .xl\:last\:u-mb-11:last-child {
    margin-bottom: 88px !important;
  }

  .xl\:last\:u-ml-11:last-child {
    margin-left: 88px !important;
  }

  .xl\:last\:u-mt-auto:last-child {
    margin-top: auto !important;
  }

  .xl\:last\:u-mr-auto:last-child {
    margin-right: auto !important;
  }

  .xl\:last\:u-mb-auto:last-child {
    margin-bottom: auto !important;
  }

  .xl\:last\:u-ml-auto:last-child {
    margin-left: auto !important;
  }

  .xl\:last\:u-mt-gutter:last-child {
    margin-top: 15px !important;
  }

  .xl\:last\:u-mr-gutter:last-child {
    margin-right: 15px !important;
  }

  .xl\:last\:u-mb-gutter:last-child {
    margin-bottom: 15px !important;
  }

  .xl\:last\:u-ml-gutter:last-child {
    margin-left: 15px !important;
  }

  .xl\:last\:u-mt-container-gutter:last-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:last\:u-mr-container-gutter:last-child {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:last\:u-mb-container-gutter:last-child {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:last\:u-ml-container-gutter:last-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-first\:u-m-0:not(:first-child) {
    margin: 0 !important;
  }

  .xl\:not-first\:u-m-1:not(:first-child) {
    margin: 8px !important;
  }

  .xl\:not-first\:u-m-2:not(:first-child) {
    margin: 16px !important;
  }

  .xl\:not-first\:u-m-3:not(:first-child) {
    margin: 24px !important;
  }

  .xl\:not-first\:u-m-4:not(:first-child) {
    margin: 32px !important;
  }

  .xl\:not-first\:u-m-5:not(:first-child) {
    margin: 40px !important;
  }

  .xl\:not-first\:u-m-6:not(:first-child) {
    margin: 48px !important;
  }

  .xl\:not-first\:u-m-7:not(:first-child) {
    margin: 56px !important;
  }

  .xl\:not-first\:u-m-8:not(:first-child) {
    margin: 64px !important;
  }

  .xl\:not-first\:u-m-9:not(:first-child) {
    margin: 72px !important;
  }

  .xl\:not-first\:u-m-10:not(:first-child) {
    margin: 80px !important;
  }

  .xl\:not-first\:u-m-11:not(:first-child) {
    margin: 88px !important;
  }

  .xl\:not-first\:u-m-auto:not(:first-child) {
    margin: auto !important;
  }

  .xl\:not-first\:u-m-gutter:not(:first-child) {
    margin: 15px !important;
  }

  .xl\:not-first\:u-m-container-gutter:not(:first-child) {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-first\:u-my-0:not(:first-child) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:not-first\:u-mx-0:not(:first-child) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:not-first\:u-my-1:not(:first-child) {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xl\:not-first\:u-mx-1:not(:first-child) {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xl\:not-first\:u-my-2:not(:first-child) {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xl\:not-first\:u-mx-2:not(:first-child) {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xl\:not-first\:u-my-3:not(:first-child) {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xl\:not-first\:u-mx-3:not(:first-child) {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xl\:not-first\:u-my-4:not(:first-child) {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xl\:not-first\:u-mx-4:not(:first-child) {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xl\:not-first\:u-my-5:not(:first-child) {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xl\:not-first\:u-mx-5:not(:first-child) {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xl\:not-first\:u-my-6:not(:first-child) {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xl\:not-first\:u-mx-6:not(:first-child) {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xl\:not-first\:u-my-7:not(:first-child) {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .xl\:not-first\:u-mx-7:not(:first-child) {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .xl\:not-first\:u-my-8:not(:first-child) {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xl\:not-first\:u-mx-8:not(:first-child) {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xl\:not-first\:u-my-9:not(:first-child) {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .xl\:not-first\:u-mx-9:not(:first-child) {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .xl\:not-first\:u-my-10:not(:first-child) {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xl\:not-first\:u-mx-10:not(:first-child) {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xl\:not-first\:u-my-11:not(:first-child) {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .xl\:not-first\:u-mx-11:not(:first-child) {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .xl\:not-first\:u-my-auto:not(:first-child) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:not-first\:u-mx-auto:not(:first-child) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:not-first\:u-my-gutter:not(:first-child) {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xl\:not-first\:u-mx-gutter:not(:first-child) {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .xl\:not-first\:u-my-container-gutter:not(:first-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-first\:u-mx-container-gutter:not(:first-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-first\:u-mt-0:not(:first-child) {
    margin-top: 0 !important;
  }

  .xl\:not-first\:u-mr-0:not(:first-child) {
    margin-right: 0 !important;
  }

  .xl\:not-first\:u-mb-0:not(:first-child) {
    margin-bottom: 0 !important;
  }

  .xl\:not-first\:u-ml-0:not(:first-child) {
    margin-left: 0 !important;
  }

  .xl\:not-first\:u-mt-1:not(:first-child) {
    margin-top: 8px !important;
  }

  .xl\:not-first\:u-mr-1:not(:first-child) {
    margin-right: 8px !important;
  }

  .xl\:not-first\:u-mb-1:not(:first-child) {
    margin-bottom: 8px !important;
  }

  .xl\:not-first\:u-ml-1:not(:first-child) {
    margin-left: 8px !important;
  }

  .xl\:not-first\:u-mt-2:not(:first-child) {
    margin-top: 16px !important;
  }

  .xl\:not-first\:u-mr-2:not(:first-child) {
    margin-right: 16px !important;
  }

  .xl\:not-first\:u-mb-2:not(:first-child) {
    margin-bottom: 16px !important;
  }

  .xl\:not-first\:u-ml-2:not(:first-child) {
    margin-left: 16px !important;
  }

  .xl\:not-first\:u-mt-3:not(:first-child) {
    margin-top: 24px !important;
  }

  .xl\:not-first\:u-mr-3:not(:first-child) {
    margin-right: 24px !important;
  }

  .xl\:not-first\:u-mb-3:not(:first-child) {
    margin-bottom: 24px !important;
  }

  .xl\:not-first\:u-ml-3:not(:first-child) {
    margin-left: 24px !important;
  }

  .xl\:not-first\:u-mt-4:not(:first-child) {
    margin-top: 32px !important;
  }

  .xl\:not-first\:u-mr-4:not(:first-child) {
    margin-right: 32px !important;
  }

  .xl\:not-first\:u-mb-4:not(:first-child) {
    margin-bottom: 32px !important;
  }

  .xl\:not-first\:u-ml-4:not(:first-child) {
    margin-left: 32px !important;
  }

  .xl\:not-first\:u-mt-5:not(:first-child) {
    margin-top: 40px !important;
  }

  .xl\:not-first\:u-mr-5:not(:first-child) {
    margin-right: 40px !important;
  }

  .xl\:not-first\:u-mb-5:not(:first-child) {
    margin-bottom: 40px !important;
  }

  .xl\:not-first\:u-ml-5:not(:first-child) {
    margin-left: 40px !important;
  }

  .xl\:not-first\:u-mt-6:not(:first-child) {
    margin-top: 48px !important;
  }

  .xl\:not-first\:u-mr-6:not(:first-child) {
    margin-right: 48px !important;
  }

  .xl\:not-first\:u-mb-6:not(:first-child) {
    margin-bottom: 48px !important;
  }

  .xl\:not-first\:u-ml-6:not(:first-child) {
    margin-left: 48px !important;
  }

  .xl\:not-first\:u-mt-7:not(:first-child) {
    margin-top: 56px !important;
  }

  .xl\:not-first\:u-mr-7:not(:first-child) {
    margin-right: 56px !important;
  }

  .xl\:not-first\:u-mb-7:not(:first-child) {
    margin-bottom: 56px !important;
  }

  .xl\:not-first\:u-ml-7:not(:first-child) {
    margin-left: 56px !important;
  }

  .xl\:not-first\:u-mt-8:not(:first-child) {
    margin-top: 64px !important;
  }

  .xl\:not-first\:u-mr-8:not(:first-child) {
    margin-right: 64px !important;
  }

  .xl\:not-first\:u-mb-8:not(:first-child) {
    margin-bottom: 64px !important;
  }

  .xl\:not-first\:u-ml-8:not(:first-child) {
    margin-left: 64px !important;
  }

  .xl\:not-first\:u-mt-9:not(:first-child) {
    margin-top: 72px !important;
  }

  .xl\:not-first\:u-mr-9:not(:first-child) {
    margin-right: 72px !important;
  }

  .xl\:not-first\:u-mb-9:not(:first-child) {
    margin-bottom: 72px !important;
  }

  .xl\:not-first\:u-ml-9:not(:first-child) {
    margin-left: 72px !important;
  }

  .xl\:not-first\:u-mt-10:not(:first-child) {
    margin-top: 80px !important;
  }

  .xl\:not-first\:u-mr-10:not(:first-child) {
    margin-right: 80px !important;
  }

  .xl\:not-first\:u-mb-10:not(:first-child) {
    margin-bottom: 80px !important;
  }

  .xl\:not-first\:u-ml-10:not(:first-child) {
    margin-left: 80px !important;
  }

  .xl\:not-first\:u-mt-11:not(:first-child) {
    margin-top: 88px !important;
  }

  .xl\:not-first\:u-mr-11:not(:first-child) {
    margin-right: 88px !important;
  }

  .xl\:not-first\:u-mb-11:not(:first-child) {
    margin-bottom: 88px !important;
  }

  .xl\:not-first\:u-ml-11:not(:first-child) {
    margin-left: 88px !important;
  }

  .xl\:not-first\:u-mt-auto:not(:first-child) {
    margin-top: auto !important;
  }

  .xl\:not-first\:u-mr-auto:not(:first-child) {
    margin-right: auto !important;
  }

  .xl\:not-first\:u-mb-auto:not(:first-child) {
    margin-bottom: auto !important;
  }

  .xl\:not-first\:u-ml-auto:not(:first-child) {
    margin-left: auto !important;
  }

  .xl\:not-first\:u-mt-gutter:not(:first-child) {
    margin-top: 15px !important;
  }

  .xl\:not-first\:u-mr-gutter:not(:first-child) {
    margin-right: 15px !important;
  }

  .xl\:not-first\:u-mb-gutter:not(:first-child) {
    margin-bottom: 15px !important;
  }

  .xl\:not-first\:u-ml-gutter:not(:first-child) {
    margin-left: 15px !important;
  }

  .xl\:not-first\:u-mt-container-gutter:not(:first-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-first\:u-mr-container-gutter:not(:first-child) {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-first\:u-mb-container-gutter:not(:first-child) {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-first\:u-ml-container-gutter:not(:first-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-last\:u-m-0:not(:last-child) {
    margin: 0 !important;
  }

  .xl\:not-last\:u-m-1:not(:last-child) {
    margin: 8px !important;
  }

  .xl\:not-last\:u-m-2:not(:last-child) {
    margin: 16px !important;
  }

  .xl\:not-last\:u-m-3:not(:last-child) {
    margin: 24px !important;
  }

  .xl\:not-last\:u-m-4:not(:last-child) {
    margin: 32px !important;
  }

  .xl\:not-last\:u-m-5:not(:last-child) {
    margin: 40px !important;
  }

  .xl\:not-last\:u-m-6:not(:last-child) {
    margin: 48px !important;
  }

  .xl\:not-last\:u-m-7:not(:last-child) {
    margin: 56px !important;
  }

  .xl\:not-last\:u-m-8:not(:last-child) {
    margin: 64px !important;
  }

  .xl\:not-last\:u-m-9:not(:last-child) {
    margin: 72px !important;
  }

  .xl\:not-last\:u-m-10:not(:last-child) {
    margin: 80px !important;
  }

  .xl\:not-last\:u-m-11:not(:last-child) {
    margin: 88px !important;
  }

  .xl\:not-last\:u-m-auto:not(:last-child) {
    margin: auto !important;
  }

  .xl\:not-last\:u-m-gutter:not(:last-child) {
    margin: 15px !important;
  }

  .xl\:not-last\:u-m-container-gutter:not(:last-child) {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-last\:u-my-0:not(:last-child) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:not-last\:u-mx-0:not(:last-child) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:not-last\:u-my-1:not(:last-child) {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xl\:not-last\:u-mx-1:not(:last-child) {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xl\:not-last\:u-my-2:not(:last-child) {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xl\:not-last\:u-mx-2:not(:last-child) {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xl\:not-last\:u-my-3:not(:last-child) {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xl\:not-last\:u-mx-3:not(:last-child) {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xl\:not-last\:u-my-4:not(:last-child) {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xl\:not-last\:u-mx-4:not(:last-child) {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xl\:not-last\:u-my-5:not(:last-child) {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xl\:not-last\:u-mx-5:not(:last-child) {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xl\:not-last\:u-my-6:not(:last-child) {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xl\:not-last\:u-mx-6:not(:last-child) {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xl\:not-last\:u-my-7:not(:last-child) {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .xl\:not-last\:u-mx-7:not(:last-child) {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .xl\:not-last\:u-my-8:not(:last-child) {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xl\:not-last\:u-mx-8:not(:last-child) {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xl\:not-last\:u-my-9:not(:last-child) {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .xl\:not-last\:u-mx-9:not(:last-child) {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .xl\:not-last\:u-my-10:not(:last-child) {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xl\:not-last\:u-mx-10:not(:last-child) {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xl\:not-last\:u-my-11:not(:last-child) {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .xl\:not-last\:u-mx-11:not(:last-child) {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .xl\:not-last\:u-my-auto:not(:last-child) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:not-last\:u-mx-auto:not(:last-child) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:not-last\:u-my-gutter:not(:last-child) {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xl\:not-last\:u-mx-gutter:not(:last-child) {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .xl\:not-last\:u-my-container-gutter:not(:last-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-last\:u-mx-container-gutter:not(:last-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-last\:u-mt-0:not(:last-child) {
    margin-top: 0 !important;
  }

  .xl\:not-last\:u-mr-0:not(:last-child) {
    margin-right: 0 !important;
  }

  .xl\:not-last\:u-mb-0:not(:last-child) {
    margin-bottom: 0 !important;
  }

  .xl\:not-last\:u-ml-0:not(:last-child) {
    margin-left: 0 !important;
  }

  .xl\:not-last\:u-mt-1:not(:last-child) {
    margin-top: 8px !important;
  }

  .xl\:not-last\:u-mr-1:not(:last-child) {
    margin-right: 8px !important;
  }

  .xl\:not-last\:u-mb-1:not(:last-child) {
    margin-bottom: 8px !important;
  }

  .xl\:not-last\:u-ml-1:not(:last-child) {
    margin-left: 8px !important;
  }

  .xl\:not-last\:u-mt-2:not(:last-child) {
    margin-top: 16px !important;
  }

  .xl\:not-last\:u-mr-2:not(:last-child) {
    margin-right: 16px !important;
  }

  .xl\:not-last\:u-mb-2:not(:last-child) {
    margin-bottom: 16px !important;
  }

  .xl\:not-last\:u-ml-2:not(:last-child) {
    margin-left: 16px !important;
  }

  .xl\:not-last\:u-mt-3:not(:last-child) {
    margin-top: 24px !important;
  }

  .xl\:not-last\:u-mr-3:not(:last-child) {
    margin-right: 24px !important;
  }

  .xl\:not-last\:u-mb-3:not(:last-child) {
    margin-bottom: 24px !important;
  }

  .xl\:not-last\:u-ml-3:not(:last-child) {
    margin-left: 24px !important;
  }

  .xl\:not-last\:u-mt-4:not(:last-child) {
    margin-top: 32px !important;
  }

  .xl\:not-last\:u-mr-4:not(:last-child) {
    margin-right: 32px !important;
  }

  .xl\:not-last\:u-mb-4:not(:last-child) {
    margin-bottom: 32px !important;
  }

  .xl\:not-last\:u-ml-4:not(:last-child) {
    margin-left: 32px !important;
  }

  .xl\:not-last\:u-mt-5:not(:last-child) {
    margin-top: 40px !important;
  }

  .xl\:not-last\:u-mr-5:not(:last-child) {
    margin-right: 40px !important;
  }

  .xl\:not-last\:u-mb-5:not(:last-child) {
    margin-bottom: 40px !important;
  }

  .xl\:not-last\:u-ml-5:not(:last-child) {
    margin-left: 40px !important;
  }

  .xl\:not-last\:u-mt-6:not(:last-child) {
    margin-top: 48px !important;
  }

  .xl\:not-last\:u-mr-6:not(:last-child) {
    margin-right: 48px !important;
  }

  .xl\:not-last\:u-mb-6:not(:last-child) {
    margin-bottom: 48px !important;
  }

  .xl\:not-last\:u-ml-6:not(:last-child) {
    margin-left: 48px !important;
  }

  .xl\:not-last\:u-mt-7:not(:last-child) {
    margin-top: 56px !important;
  }

  .xl\:not-last\:u-mr-7:not(:last-child) {
    margin-right: 56px !important;
  }

  .xl\:not-last\:u-mb-7:not(:last-child) {
    margin-bottom: 56px !important;
  }

  .xl\:not-last\:u-ml-7:not(:last-child) {
    margin-left: 56px !important;
  }

  .xl\:not-last\:u-mt-8:not(:last-child) {
    margin-top: 64px !important;
  }

  .xl\:not-last\:u-mr-8:not(:last-child) {
    margin-right: 64px !important;
  }

  .xl\:not-last\:u-mb-8:not(:last-child) {
    margin-bottom: 64px !important;
  }

  .xl\:not-last\:u-ml-8:not(:last-child) {
    margin-left: 64px !important;
  }

  .xl\:not-last\:u-mt-9:not(:last-child) {
    margin-top: 72px !important;
  }

  .xl\:not-last\:u-mr-9:not(:last-child) {
    margin-right: 72px !important;
  }

  .xl\:not-last\:u-mb-9:not(:last-child) {
    margin-bottom: 72px !important;
  }

  .xl\:not-last\:u-ml-9:not(:last-child) {
    margin-left: 72px !important;
  }

  .xl\:not-last\:u-mt-10:not(:last-child) {
    margin-top: 80px !important;
  }

  .xl\:not-last\:u-mr-10:not(:last-child) {
    margin-right: 80px !important;
  }

  .xl\:not-last\:u-mb-10:not(:last-child) {
    margin-bottom: 80px !important;
  }

  .xl\:not-last\:u-ml-10:not(:last-child) {
    margin-left: 80px !important;
  }

  .xl\:not-last\:u-mt-11:not(:last-child) {
    margin-top: 88px !important;
  }

  .xl\:not-last\:u-mr-11:not(:last-child) {
    margin-right: 88px !important;
  }

  .xl\:not-last\:u-mb-11:not(:last-child) {
    margin-bottom: 88px !important;
  }

  .xl\:not-last\:u-ml-11:not(:last-child) {
    margin-left: 88px !important;
  }

  .xl\:not-last\:u-mt-auto:not(:last-child) {
    margin-top: auto !important;
  }

  .xl\:not-last\:u-mr-auto:not(:last-child) {
    margin-right: auto !important;
  }

  .xl\:not-last\:u-mb-auto:not(:last-child) {
    margin-bottom: auto !important;
  }

  .xl\:not-last\:u-ml-auto:not(:last-child) {
    margin-left: auto !important;
  }

  .xl\:not-last\:u-mt-gutter:not(:last-child) {
    margin-top: 15px !important;
  }

  .xl\:not-last\:u-mr-gutter:not(:last-child) {
    margin-right: 15px !important;
  }

  .xl\:not-last\:u-mb-gutter:not(:last-child) {
    margin-bottom: 15px !important;
  }

  .xl\:not-last\:u-ml-gutter:not(:last-child) {
    margin-left: 15px !important;
  }

  .xl\:not-last\:u-mt-container-gutter:not(:last-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-last\:u-mr-container-gutter:not(:last-child) {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-last\:u-mb-container-gutter:not(:last-child) {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-last\:u-ml-container-gutter:not(:last-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:u-max-h-0 {
    max-height: 0 !important;
  }

  .xl\:u-max-h-full {
    max-height: 100% !important;
  }

  .xl\:u-max-h-screen {
    max-height: 100vh !important;
  }

  .xl\:u-max-h-logo {
    max-height: 60px !important;
  }

  .xl\:u-max-w-0 {
    max-width: 0 !important;
  }

  .xl\:u-max-w-1100 {
    max-width: 1100px !important;
  }

  .xl\:u-max-w-1920 {
    max-width: 1920px !important;
  }

  .xl\:u-max-w-1\/2 {
    max-width: 50% !important;
  }

  .xl\:u-max-w-1\/3 {
    max-width: 33.33333% !important;
  }

  .xl\:u-max-w-2\/3 {
    max-width: 66.66667% !important;
  }

  .xl\:u-max-w-1\/4 {
    max-width: 25% !important;
  }

  .xl\:u-max-w-3\/4 {
    max-width: 75% !important;
  }

  .xl\:u-max-w-full {
    max-width: 100% !important;
  }

  .xl\:u-max-w-screen {
    max-width: 100vw !important;
  }

  .xl\:u-max-w-measure {
    max-width: 66ch !important;
  }

  .xl\:u-max-w-measure-lg {
    max-width: 90ch !important;
  }

  .xl\:u-max-w-measure-sm {
    max-width: 40ch !important;
  }

  .xl\:u-max-w-logo {
    max-width: 100px !important;
  }

  .xl\:u-max-w-statistic {
    max-width: 212px !important;
  }

  .xl\:u-min-h-0 {
    min-height: 0 !important;
  }

  .xl\:u-min-h-full {
    min-height: 100% !important;
  }

  .xl\:u-min-h-screen {
    min-height: 100vh !important;
  }

  .xl\:u-min-h-statistic {
    min-height: 200px !important;
  }

  .xl\:u-min-h-image-header-large {
    min-height: 570px !important;
  }

  .xl\:u-min-w-0 {
    min-width: 0 !important;
  }

  .xl\:u-min-w-1 {
    min-width: 8px !important;
  }

  .xl\:u-min-w-2 {
    min-width: 16px !important;
  }

  .xl\:u-min-w-3 {
    min-width: 24px !important;
  }

  .xl\:u-min-w-4 {
    min-width: 32px !important;
  }

  .xl\:u-min-w-1\/3 {
    min-width: 33.33333% !important;
  }

  .xl\:u-min-w-full {
    min-width: 100% !important;
  }

  .xl\:u--m-1 {
    margin: -8px !important;
  }

  .xl\:u--m-2 {
    margin: -16px !important;
  }

  .xl\:u--m-3 {
    margin: -24px !important;
  }

  .xl\:u--m-4 {
    margin: -32px !important;
  }

  .xl\:u--m-5 {
    margin: -40px !important;
  }

  .xl\:u--m-6 {
    margin: -48px !important;
  }

  .xl\:u--m-7 {
    margin: -56px !important;
  }

  .xl\:u--m-8 {
    margin: -64px !important;
  }

  .xl\:u--m-9 {
    margin: -72px !important;
  }

  .xl\:u--m-10 {
    margin: -80px !important;
  }

  .xl\:u--m-11 {
    margin: -88px !important;
  }

  .xl\:u--m-gutter {
    margin: -15px !important;
  }

  .xl\:u--my-1 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .xl\:u--mx-1 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .xl\:u--my-2 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .xl\:u--mx-2 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .xl\:u--my-3 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .xl\:u--mx-3 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .xl\:u--my-4 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .xl\:u--mx-4 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .xl\:u--my-5 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .xl\:u--mx-5 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .xl\:u--my-6 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .xl\:u--mx-6 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .xl\:u--my-7 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .xl\:u--mx-7 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }

  .xl\:u--my-8 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .xl\:u--mx-8 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .xl\:u--my-9 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .xl\:u--mx-9 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .xl\:u--my-10 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .xl\:u--mx-10 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .xl\:u--my-11 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }

  .xl\:u--mx-11 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }

  .xl\:u--my-gutter {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .xl\:u--mx-gutter {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .xl\:u--mt-1 {
    margin-top: -8px !important;
  }

  .xl\:u--mr-1 {
    margin-right: -8px !important;
  }

  .xl\:u--mb-1 {
    margin-bottom: -8px !important;
  }

  .xl\:u--ml-1 {
    margin-left: -8px !important;
  }

  .xl\:u--mt-2 {
    margin-top: -16px !important;
  }

  .xl\:u--mr-2 {
    margin-right: -16px !important;
  }

  .xl\:u--mb-2 {
    margin-bottom: -16px !important;
  }

  .xl\:u--ml-2 {
    margin-left: -16px !important;
  }

  .xl\:u--mt-3 {
    margin-top: -24px !important;
  }

  .xl\:u--mr-3 {
    margin-right: -24px !important;
  }

  .xl\:u--mb-3 {
    margin-bottom: -24px !important;
  }

  .xl\:u--ml-3 {
    margin-left: -24px !important;
  }

  .xl\:u--mt-4 {
    margin-top: -32px !important;
  }

  .xl\:u--mr-4 {
    margin-right: -32px !important;
  }

  .xl\:u--mb-4 {
    margin-bottom: -32px !important;
  }

  .xl\:u--ml-4 {
    margin-left: -32px !important;
  }

  .xl\:u--mt-5 {
    margin-top: -40px !important;
  }

  .xl\:u--mr-5 {
    margin-right: -40px !important;
  }

  .xl\:u--mb-5 {
    margin-bottom: -40px !important;
  }

  .xl\:u--ml-5 {
    margin-left: -40px !important;
  }

  .xl\:u--mt-6 {
    margin-top: -48px !important;
  }

  .xl\:u--mr-6 {
    margin-right: -48px !important;
  }

  .xl\:u--mb-6 {
    margin-bottom: -48px !important;
  }

  .xl\:u--ml-6 {
    margin-left: -48px !important;
  }

  .xl\:u--mt-7 {
    margin-top: -56px !important;
  }

  .xl\:u--mr-7 {
    margin-right: -56px !important;
  }

  .xl\:u--mb-7 {
    margin-bottom: -56px !important;
  }

  .xl\:u--ml-7 {
    margin-left: -56px !important;
  }

  .xl\:u--mt-8 {
    margin-top: -64px !important;
  }

  .xl\:u--mr-8 {
    margin-right: -64px !important;
  }

  .xl\:u--mb-8 {
    margin-bottom: -64px !important;
  }

  .xl\:u--ml-8 {
    margin-left: -64px !important;
  }

  .xl\:u--mt-9 {
    margin-top: -72px !important;
  }

  .xl\:u--mr-9 {
    margin-right: -72px !important;
  }

  .xl\:u--mb-9 {
    margin-bottom: -72px !important;
  }

  .xl\:u--ml-9 {
    margin-left: -72px !important;
  }

  .xl\:u--mt-10 {
    margin-top: -80px !important;
  }

  .xl\:u--mr-10 {
    margin-right: -80px !important;
  }

  .xl\:u--mb-10 {
    margin-bottom: -80px !important;
  }

  .xl\:u--ml-10 {
    margin-left: -80px !important;
  }

  .xl\:u--mt-11 {
    margin-top: -88px !important;
  }

  .xl\:u--mr-11 {
    margin-right: -88px !important;
  }

  .xl\:u--mb-11 {
    margin-bottom: -88px !important;
  }

  .xl\:u--ml-11 {
    margin-left: -88px !important;
  }

  .xl\:u--mt-gutter {
    margin-top: -15px !important;
  }

  .xl\:u--mr-gutter {
    margin-right: -15px !important;
  }

  .xl\:u--mb-gutter {
    margin-bottom: -15px !important;
  }

  .xl\:u--ml-gutter {
    margin-left: -15px !important;
  }

  .xl\:u-opacity-0 {
    opacity: .000001 !important;
  }

  .xl\:u-opacity-15 {
    opacity: .15 !important;
  }

  .xl\:u-opacity-25 {
    opacity: .25 !important;
  }

  .xl\:u-opacity-50 {
    opacity: .5 !important;
  }

  .xl\:u-opacity-75 {
    opacity: .75 !important;
  }

  .xl\:u-opacity-90 {
    opacity: .9 !important;
  }

  .xl\:u-opacity-100 {
    opacity: 1 !important;
  }

  .xl\:hocus\:u-opacity-0:hover,
  .xl\:hocus\:u-opacity-0:focus {
    opacity: .000001 !important;
  }

  .xl\:hocus\:u-opacity-15:hover,
  .xl\:hocus\:u-opacity-15:focus {
    opacity: .15 !important;
  }

  .xl\:hocus\:u-opacity-25:hover,
  .xl\:hocus\:u-opacity-25:focus {
    opacity: .25 !important;
  }

  .xl\:hocus\:u-opacity-50:hover,
  .xl\:hocus\:u-opacity-50:focus {
    opacity: .5 !important;
  }

  .xl\:hocus\:u-opacity-75:hover,
  .xl\:hocus\:u-opacity-75:focus {
    opacity: .75 !important;
  }

  .xl\:hocus\:u-opacity-90:hover,
  .xl\:hocus\:u-opacity-90:focus {
    opacity: .9 !important;
  }

  .xl\:hocus\:u-opacity-100:hover,
  .xl\:hocus\:u-opacity-100:focus {
    opacity: 1 !important;
  }

  .xl\:focus-within\:u-opacity-0:focus-within {
    opacity: .000001 !important;
  }

  .xl\:focus-within\:u-opacity-15:focus-within {
    opacity: .15 !important;
  }

  .xl\:focus-within\:u-opacity-25:focus-within {
    opacity: .25 !important;
  }

  .xl\:focus-within\:u-opacity-50:focus-within {
    opacity: .5 !important;
  }

  .xl\:focus-within\:u-opacity-75:focus-within {
    opacity: .75 !important;
  }

  .xl\:focus-within\:u-opacity-90:focus-within {
    opacity: .9 !important;
  }

  .xl\:focus-within\:u-opacity-100:focus-within {
    opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:u-opacity-0 {
    opacity: .000001 !important;
  }

  .group:hover .xl\:group-hover\:u-opacity-15 {
    opacity: .15 !important;
  }

  .group:hover .xl\:group-hover\:u-opacity-25 {
    opacity: .25 !important;
  }

  .group:hover .xl\:group-hover\:u-opacity-50 {
    opacity: .5 !important;
  }

  .group:hover .xl\:group-hover\:u-opacity-75 {
    opacity: .75 !important;
  }

  .group:hover .xl\:group-hover\:u-opacity-90 {
    opacity: .9 !important;
  }

  .group:hover .xl\:group-hover\:u-opacity-100 {
    opacity: 1 !important;
  }

  .xl\:u-overflow-auto {
    overflow: auto !important;
  }

  .xl\:u-overflow-hidden {
    overflow: hidden !important;
  }

  .xl\:u-overflow-visible {
    overflow: visible !important;
  }

  .xl\:u-overflow-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling:touch;
  }

  .xl\:u-overflow-x-auto {
    overflow-x: auto !important;
  }

  .xl\:u-overflow-y-auto {
    overflow-y: auto !important;
  }

  .xl\:u-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xl\:u-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xl\:u-overflow-x-visible {
    overflow-x: visible !important;
  }

  .xl\:u-overflow-y-visible {
    overflow-y: visible !important;
  }

  .xl\:u-overflow-x-scroll {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling:touch;
  }

  .xl\:u-overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling:touch;
  }

  .xl\:u-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .xl\:u-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .xl\:u-p-0 {
    padding: 0 !important;
  }

  .xl\:u-p-1 {
    padding: 8px !important;
  }

  .xl\:u-p-2 {
    padding: 16px !important;
  }

  .xl\:u-p-3 {
    padding: 24px !important;
  }

  .xl\:u-p-4 {
    padding: 32px !important;
  }

  .xl\:u-p-5 {
    padding: 40px !important;
  }

  .xl\:u-p-6 {
    padding: 48px !important;
  }

  .xl\:u-p-7 {
    padding: 56px !important;
  }

  .xl\:u-p-8 {
    padding: 64px !important;
  }

  .xl\:u-p-9 {
    padding: 72px !important;
  }

  .xl\:u-p-10 {
    padding: 80px !important;
  }

  .xl\:u-p-16 {
    padding: 128px !important;
  }

  .xl\:u-p-gutter {
    padding: 15px !important;
  }

  .xl\:u-p-container-gutter {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:u-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:u-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:u-py-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xl\:u-px-1 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xl\:u-py-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xl\:u-px-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xl\:u-py-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xl\:u-px-3 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xl\:u-py-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xl\:u-px-4 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xl\:u-py-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xl\:u-px-5 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xl\:u-py-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xl\:u-px-6 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xl\:u-py-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .xl\:u-px-7 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .xl\:u-py-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xl\:u-px-8 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xl\:u-py-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .xl\:u-px-9 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .xl\:u-py-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xl\:u-px-10 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xl\:u-py-16 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .xl\:u-px-16 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .xl\:u-py-gutter {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .xl\:u-px-gutter {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .xl\:u-py-container-gutter {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:u-px-container-gutter {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:u-pt-0 {
    padding-top: 0 !important;
  }

  .xl\:u-pr-0 {
    padding-right: 0 !important;
  }

  .xl\:u-pb-0 {
    padding-bottom: 0 !important;
  }

  .xl\:u-pl-0 {
    padding-left: 0 !important;
  }

  .xl\:u-pt-1 {
    padding-top: 8px !important;
  }

  .xl\:u-pr-1 {
    padding-right: 8px !important;
  }

  .xl\:u-pb-1 {
    padding-bottom: 8px !important;
  }

  .xl\:u-pl-1 {
    padding-left: 8px !important;
  }

  .xl\:u-pt-2 {
    padding-top: 16px !important;
  }

  .xl\:u-pr-2 {
    padding-right: 16px !important;
  }

  .xl\:u-pb-2 {
    padding-bottom: 16px !important;
  }

  .xl\:u-pl-2 {
    padding-left: 16px !important;
  }

  .xl\:u-pt-3 {
    padding-top: 24px !important;
  }

  .xl\:u-pr-3 {
    padding-right: 24px !important;
  }

  .xl\:u-pb-3 {
    padding-bottom: 24px !important;
  }

  .xl\:u-pl-3 {
    padding-left: 24px !important;
  }

  .xl\:u-pt-4 {
    padding-top: 32px !important;
  }

  .xl\:u-pr-4 {
    padding-right: 32px !important;
  }

  .xl\:u-pb-4 {
    padding-bottom: 32px !important;
  }

  .xl\:u-pl-4 {
    padding-left: 32px !important;
  }

  .xl\:u-pt-5 {
    padding-top: 40px !important;
  }

  .xl\:u-pr-5 {
    padding-right: 40px !important;
  }

  .xl\:u-pb-5 {
    padding-bottom: 40px !important;
  }

  .xl\:u-pl-5 {
    padding-left: 40px !important;
  }

  .xl\:u-pt-6 {
    padding-top: 48px !important;
  }

  .xl\:u-pr-6 {
    padding-right: 48px !important;
  }

  .xl\:u-pb-6 {
    padding-bottom: 48px !important;
  }

  .xl\:u-pl-6 {
    padding-left: 48px !important;
  }

  .xl\:u-pt-7 {
    padding-top: 56px !important;
  }

  .xl\:u-pr-7 {
    padding-right: 56px !important;
  }

  .xl\:u-pb-7 {
    padding-bottom: 56px !important;
  }

  .xl\:u-pl-7 {
    padding-left: 56px !important;
  }

  .xl\:u-pt-8 {
    padding-top: 64px !important;
  }

  .xl\:u-pr-8 {
    padding-right: 64px !important;
  }

  .xl\:u-pb-8 {
    padding-bottom: 64px !important;
  }

  .xl\:u-pl-8 {
    padding-left: 64px !important;
  }

  .xl\:u-pt-9 {
    padding-top: 72px !important;
  }

  .xl\:u-pr-9 {
    padding-right: 72px !important;
  }

  .xl\:u-pb-9 {
    padding-bottom: 72px !important;
  }

  .xl\:u-pl-9 {
    padding-left: 72px !important;
  }

  .xl\:u-pt-10 {
    padding-top: 80px !important;
  }

  .xl\:u-pr-10 {
    padding-right: 80px !important;
  }

  .xl\:u-pb-10 {
    padding-bottom: 80px !important;
  }

  .xl\:u-pl-10 {
    padding-left: 80px !important;
  }

  .xl\:u-pt-16 {
    padding-top: 128px !important;
  }

  .xl\:u-pr-16 {
    padding-right: 128px !important;
  }

  .xl\:u-pb-16 {
    padding-bottom: 128px !important;
  }

  .xl\:u-pl-16 {
    padding-left: 128px !important;
  }

  .xl\:u-pt-gutter {
    padding-top: 15px !important;
  }

  .xl\:u-pr-gutter {
    padding-right: 15px !important;
  }

  .xl\:u-pb-gutter {
    padding-bottom: 15px !important;
  }

  .xl\:u-pl-gutter {
    padding-left: 15px !important;
  }

  .xl\:u-pt-container-gutter {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:u-pr-container-gutter {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:u-pb-container-gutter {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:u-pl-container-gutter {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:first\:u-p-0:first-child {
    padding: 0 !important;
  }

  .xl\:first\:u-p-1:first-child {
    padding: 8px !important;
  }

  .xl\:first\:u-p-2:first-child {
    padding: 16px !important;
  }

  .xl\:first\:u-p-3:first-child {
    padding: 24px !important;
  }

  .xl\:first\:u-p-4:first-child {
    padding: 32px !important;
  }

  .xl\:first\:u-p-5:first-child {
    padding: 40px !important;
  }

  .xl\:first\:u-p-6:first-child {
    padding: 48px !important;
  }

  .xl\:first\:u-p-7:first-child {
    padding: 56px !important;
  }

  .xl\:first\:u-p-8:first-child {
    padding: 64px !important;
  }

  .xl\:first\:u-p-9:first-child {
    padding: 72px !important;
  }

  .xl\:first\:u-p-10:first-child {
    padding: 80px !important;
  }

  .xl\:first\:u-p-16:first-child {
    padding: 128px !important;
  }

  .xl\:first\:u-p-gutter:first-child {
    padding: 15px !important;
  }

  .xl\:first\:u-p-container-gutter:first-child {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:first\:u-py-0:first-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:first\:u-px-0:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:first\:u-py-1:first-child {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xl\:first\:u-px-1:first-child {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xl\:first\:u-py-2:first-child {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xl\:first\:u-px-2:first-child {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xl\:first\:u-py-3:first-child {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xl\:first\:u-px-3:first-child {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xl\:first\:u-py-4:first-child {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xl\:first\:u-px-4:first-child {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xl\:first\:u-py-5:first-child {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xl\:first\:u-px-5:first-child {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xl\:first\:u-py-6:first-child {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xl\:first\:u-px-6:first-child {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xl\:first\:u-py-7:first-child {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .xl\:first\:u-px-7:first-child {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .xl\:first\:u-py-8:first-child {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xl\:first\:u-px-8:first-child {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xl\:first\:u-py-9:first-child {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .xl\:first\:u-px-9:first-child {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .xl\:first\:u-py-10:first-child {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xl\:first\:u-px-10:first-child {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xl\:first\:u-py-16:first-child {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .xl\:first\:u-px-16:first-child {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .xl\:first\:u-py-gutter:first-child {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .xl\:first\:u-px-gutter:first-child {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .xl\:first\:u-py-container-gutter:first-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:first\:u-px-container-gutter:first-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:first\:u-pt-0:first-child {
    padding-top: 0 !important;
  }

  .xl\:first\:u-pr-0:first-child {
    padding-right: 0 !important;
  }

  .xl\:first\:u-pb-0:first-child {
    padding-bottom: 0 !important;
  }

  .xl\:first\:u-pl-0:first-child {
    padding-left: 0 !important;
  }

  .xl\:first\:u-pt-1:first-child {
    padding-top: 8px !important;
  }

  .xl\:first\:u-pr-1:first-child {
    padding-right: 8px !important;
  }

  .xl\:first\:u-pb-1:first-child {
    padding-bottom: 8px !important;
  }

  .xl\:first\:u-pl-1:first-child {
    padding-left: 8px !important;
  }

  .xl\:first\:u-pt-2:first-child {
    padding-top: 16px !important;
  }

  .xl\:first\:u-pr-2:first-child {
    padding-right: 16px !important;
  }

  .xl\:first\:u-pb-2:first-child {
    padding-bottom: 16px !important;
  }

  .xl\:first\:u-pl-2:first-child {
    padding-left: 16px !important;
  }

  .xl\:first\:u-pt-3:first-child {
    padding-top: 24px !important;
  }

  .xl\:first\:u-pr-3:first-child {
    padding-right: 24px !important;
  }

  .xl\:first\:u-pb-3:first-child {
    padding-bottom: 24px !important;
  }

  .xl\:first\:u-pl-3:first-child {
    padding-left: 24px !important;
  }

  .xl\:first\:u-pt-4:first-child {
    padding-top: 32px !important;
  }

  .xl\:first\:u-pr-4:first-child {
    padding-right: 32px !important;
  }

  .xl\:first\:u-pb-4:first-child {
    padding-bottom: 32px !important;
  }

  .xl\:first\:u-pl-4:first-child {
    padding-left: 32px !important;
  }

  .xl\:first\:u-pt-5:first-child {
    padding-top: 40px !important;
  }

  .xl\:first\:u-pr-5:first-child {
    padding-right: 40px !important;
  }

  .xl\:first\:u-pb-5:first-child {
    padding-bottom: 40px !important;
  }

  .xl\:first\:u-pl-5:first-child {
    padding-left: 40px !important;
  }

  .xl\:first\:u-pt-6:first-child {
    padding-top: 48px !important;
  }

  .xl\:first\:u-pr-6:first-child {
    padding-right: 48px !important;
  }

  .xl\:first\:u-pb-6:first-child {
    padding-bottom: 48px !important;
  }

  .xl\:first\:u-pl-6:first-child {
    padding-left: 48px !important;
  }

  .xl\:first\:u-pt-7:first-child {
    padding-top: 56px !important;
  }

  .xl\:first\:u-pr-7:first-child {
    padding-right: 56px !important;
  }

  .xl\:first\:u-pb-7:first-child {
    padding-bottom: 56px !important;
  }

  .xl\:first\:u-pl-7:first-child {
    padding-left: 56px !important;
  }

  .xl\:first\:u-pt-8:first-child {
    padding-top: 64px !important;
  }

  .xl\:first\:u-pr-8:first-child {
    padding-right: 64px !important;
  }

  .xl\:first\:u-pb-8:first-child {
    padding-bottom: 64px !important;
  }

  .xl\:first\:u-pl-8:first-child {
    padding-left: 64px !important;
  }

  .xl\:first\:u-pt-9:first-child {
    padding-top: 72px !important;
  }

  .xl\:first\:u-pr-9:first-child {
    padding-right: 72px !important;
  }

  .xl\:first\:u-pb-9:first-child {
    padding-bottom: 72px !important;
  }

  .xl\:first\:u-pl-9:first-child {
    padding-left: 72px !important;
  }

  .xl\:first\:u-pt-10:first-child {
    padding-top: 80px !important;
  }

  .xl\:first\:u-pr-10:first-child {
    padding-right: 80px !important;
  }

  .xl\:first\:u-pb-10:first-child {
    padding-bottom: 80px !important;
  }

  .xl\:first\:u-pl-10:first-child {
    padding-left: 80px !important;
  }

  .xl\:first\:u-pt-16:first-child {
    padding-top: 128px !important;
  }

  .xl\:first\:u-pr-16:first-child {
    padding-right: 128px !important;
  }

  .xl\:first\:u-pb-16:first-child {
    padding-bottom: 128px !important;
  }

  .xl\:first\:u-pl-16:first-child {
    padding-left: 128px !important;
  }

  .xl\:first\:u-pt-gutter:first-child {
    padding-top: 15px !important;
  }

  .xl\:first\:u-pr-gutter:first-child {
    padding-right: 15px !important;
  }

  .xl\:first\:u-pb-gutter:first-child {
    padding-bottom: 15px !important;
  }

  .xl\:first\:u-pl-gutter:first-child {
    padding-left: 15px !important;
  }

  .xl\:first\:u-pt-container-gutter:first-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:first\:u-pr-container-gutter:first-child {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:first\:u-pb-container-gutter:first-child {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:first\:u-pl-container-gutter:first-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:last\:u-p-0:last-child {
    padding: 0 !important;
  }

  .xl\:last\:u-p-1:last-child {
    padding: 8px !important;
  }

  .xl\:last\:u-p-2:last-child {
    padding: 16px !important;
  }

  .xl\:last\:u-p-3:last-child {
    padding: 24px !important;
  }

  .xl\:last\:u-p-4:last-child {
    padding: 32px !important;
  }

  .xl\:last\:u-p-5:last-child {
    padding: 40px !important;
  }

  .xl\:last\:u-p-6:last-child {
    padding: 48px !important;
  }

  .xl\:last\:u-p-7:last-child {
    padding: 56px !important;
  }

  .xl\:last\:u-p-8:last-child {
    padding: 64px !important;
  }

  .xl\:last\:u-p-9:last-child {
    padding: 72px !important;
  }

  .xl\:last\:u-p-10:last-child {
    padding: 80px !important;
  }

  .xl\:last\:u-p-16:last-child {
    padding: 128px !important;
  }

  .xl\:last\:u-p-gutter:last-child {
    padding: 15px !important;
  }

  .xl\:last\:u-p-container-gutter:last-child {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:last\:u-py-0:last-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:last\:u-px-0:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:last\:u-py-1:last-child {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xl\:last\:u-px-1:last-child {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xl\:last\:u-py-2:last-child {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xl\:last\:u-px-2:last-child {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xl\:last\:u-py-3:last-child {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xl\:last\:u-px-3:last-child {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xl\:last\:u-py-4:last-child {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xl\:last\:u-px-4:last-child {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xl\:last\:u-py-5:last-child {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xl\:last\:u-px-5:last-child {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xl\:last\:u-py-6:last-child {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xl\:last\:u-px-6:last-child {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xl\:last\:u-py-7:last-child {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .xl\:last\:u-px-7:last-child {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .xl\:last\:u-py-8:last-child {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xl\:last\:u-px-8:last-child {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xl\:last\:u-py-9:last-child {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .xl\:last\:u-px-9:last-child {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .xl\:last\:u-py-10:last-child {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xl\:last\:u-px-10:last-child {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xl\:last\:u-py-16:last-child {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .xl\:last\:u-px-16:last-child {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .xl\:last\:u-py-gutter:last-child {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .xl\:last\:u-px-gutter:last-child {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .xl\:last\:u-py-container-gutter:last-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:last\:u-px-container-gutter:last-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:last\:u-pt-0:last-child {
    padding-top: 0 !important;
  }

  .xl\:last\:u-pr-0:last-child {
    padding-right: 0 !important;
  }

  .xl\:last\:u-pb-0:last-child {
    padding-bottom: 0 !important;
  }

  .xl\:last\:u-pl-0:last-child {
    padding-left: 0 !important;
  }

  .xl\:last\:u-pt-1:last-child {
    padding-top: 8px !important;
  }

  .xl\:last\:u-pr-1:last-child {
    padding-right: 8px !important;
  }

  .xl\:last\:u-pb-1:last-child {
    padding-bottom: 8px !important;
  }

  .xl\:last\:u-pl-1:last-child {
    padding-left: 8px !important;
  }

  .xl\:last\:u-pt-2:last-child {
    padding-top: 16px !important;
  }

  .xl\:last\:u-pr-2:last-child {
    padding-right: 16px !important;
  }

  .xl\:last\:u-pb-2:last-child {
    padding-bottom: 16px !important;
  }

  .xl\:last\:u-pl-2:last-child {
    padding-left: 16px !important;
  }

  .xl\:last\:u-pt-3:last-child {
    padding-top: 24px !important;
  }

  .xl\:last\:u-pr-3:last-child {
    padding-right: 24px !important;
  }

  .xl\:last\:u-pb-3:last-child {
    padding-bottom: 24px !important;
  }

  .xl\:last\:u-pl-3:last-child {
    padding-left: 24px !important;
  }

  .xl\:last\:u-pt-4:last-child {
    padding-top: 32px !important;
  }

  .xl\:last\:u-pr-4:last-child {
    padding-right: 32px !important;
  }

  .xl\:last\:u-pb-4:last-child {
    padding-bottom: 32px !important;
  }

  .xl\:last\:u-pl-4:last-child {
    padding-left: 32px !important;
  }

  .xl\:last\:u-pt-5:last-child {
    padding-top: 40px !important;
  }

  .xl\:last\:u-pr-5:last-child {
    padding-right: 40px !important;
  }

  .xl\:last\:u-pb-5:last-child {
    padding-bottom: 40px !important;
  }

  .xl\:last\:u-pl-5:last-child {
    padding-left: 40px !important;
  }

  .xl\:last\:u-pt-6:last-child {
    padding-top: 48px !important;
  }

  .xl\:last\:u-pr-6:last-child {
    padding-right: 48px !important;
  }

  .xl\:last\:u-pb-6:last-child {
    padding-bottom: 48px !important;
  }

  .xl\:last\:u-pl-6:last-child {
    padding-left: 48px !important;
  }

  .xl\:last\:u-pt-7:last-child {
    padding-top: 56px !important;
  }

  .xl\:last\:u-pr-7:last-child {
    padding-right: 56px !important;
  }

  .xl\:last\:u-pb-7:last-child {
    padding-bottom: 56px !important;
  }

  .xl\:last\:u-pl-7:last-child {
    padding-left: 56px !important;
  }

  .xl\:last\:u-pt-8:last-child {
    padding-top: 64px !important;
  }

  .xl\:last\:u-pr-8:last-child {
    padding-right: 64px !important;
  }

  .xl\:last\:u-pb-8:last-child {
    padding-bottom: 64px !important;
  }

  .xl\:last\:u-pl-8:last-child {
    padding-left: 64px !important;
  }

  .xl\:last\:u-pt-9:last-child {
    padding-top: 72px !important;
  }

  .xl\:last\:u-pr-9:last-child {
    padding-right: 72px !important;
  }

  .xl\:last\:u-pb-9:last-child {
    padding-bottom: 72px !important;
  }

  .xl\:last\:u-pl-9:last-child {
    padding-left: 72px !important;
  }

  .xl\:last\:u-pt-10:last-child {
    padding-top: 80px !important;
  }

  .xl\:last\:u-pr-10:last-child {
    padding-right: 80px !important;
  }

  .xl\:last\:u-pb-10:last-child {
    padding-bottom: 80px !important;
  }

  .xl\:last\:u-pl-10:last-child {
    padding-left: 80px !important;
  }

  .xl\:last\:u-pt-16:last-child {
    padding-top: 128px !important;
  }

  .xl\:last\:u-pr-16:last-child {
    padding-right: 128px !important;
  }

  .xl\:last\:u-pb-16:last-child {
    padding-bottom: 128px !important;
  }

  .xl\:last\:u-pl-16:last-child {
    padding-left: 128px !important;
  }

  .xl\:last\:u-pt-gutter:last-child {
    padding-top: 15px !important;
  }

  .xl\:last\:u-pr-gutter:last-child {
    padding-right: 15px !important;
  }

  .xl\:last\:u-pb-gutter:last-child {
    padding-bottom: 15px !important;
  }

  .xl\:last\:u-pl-gutter:last-child {
    padding-left: 15px !important;
  }

  .xl\:last\:u-pt-container-gutter:last-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:last\:u-pr-container-gutter:last-child {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:last\:u-pb-container-gutter:last-child {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:last\:u-pl-container-gutter:last-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-first\:u-p-0:not(:first-child) {
    padding: 0 !important;
  }

  .xl\:not-first\:u-p-1:not(:first-child) {
    padding: 8px !important;
  }

  .xl\:not-first\:u-p-2:not(:first-child) {
    padding: 16px !important;
  }

  .xl\:not-first\:u-p-3:not(:first-child) {
    padding: 24px !important;
  }

  .xl\:not-first\:u-p-4:not(:first-child) {
    padding: 32px !important;
  }

  .xl\:not-first\:u-p-5:not(:first-child) {
    padding: 40px !important;
  }

  .xl\:not-first\:u-p-6:not(:first-child) {
    padding: 48px !important;
  }

  .xl\:not-first\:u-p-7:not(:first-child) {
    padding: 56px !important;
  }

  .xl\:not-first\:u-p-8:not(:first-child) {
    padding: 64px !important;
  }

  .xl\:not-first\:u-p-9:not(:first-child) {
    padding: 72px !important;
  }

  .xl\:not-first\:u-p-10:not(:first-child) {
    padding: 80px !important;
  }

  .xl\:not-first\:u-p-16:not(:first-child) {
    padding: 128px !important;
  }

  .xl\:not-first\:u-p-gutter:not(:first-child) {
    padding: 15px !important;
  }

  .xl\:not-first\:u-p-container-gutter:not(:first-child) {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-first\:u-py-0:not(:first-child) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:not-first\:u-px-0:not(:first-child) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:not-first\:u-py-1:not(:first-child) {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xl\:not-first\:u-px-1:not(:first-child) {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xl\:not-first\:u-py-2:not(:first-child) {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xl\:not-first\:u-px-2:not(:first-child) {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xl\:not-first\:u-py-3:not(:first-child) {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xl\:not-first\:u-px-3:not(:first-child) {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xl\:not-first\:u-py-4:not(:first-child) {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xl\:not-first\:u-px-4:not(:first-child) {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xl\:not-first\:u-py-5:not(:first-child) {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xl\:not-first\:u-px-5:not(:first-child) {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xl\:not-first\:u-py-6:not(:first-child) {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xl\:not-first\:u-px-6:not(:first-child) {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xl\:not-first\:u-py-7:not(:first-child) {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .xl\:not-first\:u-px-7:not(:first-child) {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .xl\:not-first\:u-py-8:not(:first-child) {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xl\:not-first\:u-px-8:not(:first-child) {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xl\:not-first\:u-py-9:not(:first-child) {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .xl\:not-first\:u-px-9:not(:first-child) {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .xl\:not-first\:u-py-10:not(:first-child) {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xl\:not-first\:u-px-10:not(:first-child) {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xl\:not-first\:u-py-16:not(:first-child) {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .xl\:not-first\:u-px-16:not(:first-child) {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .xl\:not-first\:u-py-gutter:not(:first-child) {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .xl\:not-first\:u-px-gutter:not(:first-child) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .xl\:not-first\:u-py-container-gutter:not(:first-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-first\:u-px-container-gutter:not(:first-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-first\:u-pt-0:not(:first-child) {
    padding-top: 0 !important;
  }

  .xl\:not-first\:u-pr-0:not(:first-child) {
    padding-right: 0 !important;
  }

  .xl\:not-first\:u-pb-0:not(:first-child) {
    padding-bottom: 0 !important;
  }

  .xl\:not-first\:u-pl-0:not(:first-child) {
    padding-left: 0 !important;
  }

  .xl\:not-first\:u-pt-1:not(:first-child) {
    padding-top: 8px !important;
  }

  .xl\:not-first\:u-pr-1:not(:first-child) {
    padding-right: 8px !important;
  }

  .xl\:not-first\:u-pb-1:not(:first-child) {
    padding-bottom: 8px !important;
  }

  .xl\:not-first\:u-pl-1:not(:first-child) {
    padding-left: 8px !important;
  }

  .xl\:not-first\:u-pt-2:not(:first-child) {
    padding-top: 16px !important;
  }

  .xl\:not-first\:u-pr-2:not(:first-child) {
    padding-right: 16px !important;
  }

  .xl\:not-first\:u-pb-2:not(:first-child) {
    padding-bottom: 16px !important;
  }

  .xl\:not-first\:u-pl-2:not(:first-child) {
    padding-left: 16px !important;
  }

  .xl\:not-first\:u-pt-3:not(:first-child) {
    padding-top: 24px !important;
  }

  .xl\:not-first\:u-pr-3:not(:first-child) {
    padding-right: 24px !important;
  }

  .xl\:not-first\:u-pb-3:not(:first-child) {
    padding-bottom: 24px !important;
  }

  .xl\:not-first\:u-pl-3:not(:first-child) {
    padding-left: 24px !important;
  }

  .xl\:not-first\:u-pt-4:not(:first-child) {
    padding-top: 32px !important;
  }

  .xl\:not-first\:u-pr-4:not(:first-child) {
    padding-right: 32px !important;
  }

  .xl\:not-first\:u-pb-4:not(:first-child) {
    padding-bottom: 32px !important;
  }

  .xl\:not-first\:u-pl-4:not(:first-child) {
    padding-left: 32px !important;
  }

  .xl\:not-first\:u-pt-5:not(:first-child) {
    padding-top: 40px !important;
  }

  .xl\:not-first\:u-pr-5:not(:first-child) {
    padding-right: 40px !important;
  }

  .xl\:not-first\:u-pb-5:not(:first-child) {
    padding-bottom: 40px !important;
  }

  .xl\:not-first\:u-pl-5:not(:first-child) {
    padding-left: 40px !important;
  }

  .xl\:not-first\:u-pt-6:not(:first-child) {
    padding-top: 48px !important;
  }

  .xl\:not-first\:u-pr-6:not(:first-child) {
    padding-right: 48px !important;
  }

  .xl\:not-first\:u-pb-6:not(:first-child) {
    padding-bottom: 48px !important;
  }

  .xl\:not-first\:u-pl-6:not(:first-child) {
    padding-left: 48px !important;
  }

  .xl\:not-first\:u-pt-7:not(:first-child) {
    padding-top: 56px !important;
  }

  .xl\:not-first\:u-pr-7:not(:first-child) {
    padding-right: 56px !important;
  }

  .xl\:not-first\:u-pb-7:not(:first-child) {
    padding-bottom: 56px !important;
  }

  .xl\:not-first\:u-pl-7:not(:first-child) {
    padding-left: 56px !important;
  }

  .xl\:not-first\:u-pt-8:not(:first-child) {
    padding-top: 64px !important;
  }

  .xl\:not-first\:u-pr-8:not(:first-child) {
    padding-right: 64px !important;
  }

  .xl\:not-first\:u-pb-8:not(:first-child) {
    padding-bottom: 64px !important;
  }

  .xl\:not-first\:u-pl-8:not(:first-child) {
    padding-left: 64px !important;
  }

  .xl\:not-first\:u-pt-9:not(:first-child) {
    padding-top: 72px !important;
  }

  .xl\:not-first\:u-pr-9:not(:first-child) {
    padding-right: 72px !important;
  }

  .xl\:not-first\:u-pb-9:not(:first-child) {
    padding-bottom: 72px !important;
  }

  .xl\:not-first\:u-pl-9:not(:first-child) {
    padding-left: 72px !important;
  }

  .xl\:not-first\:u-pt-10:not(:first-child) {
    padding-top: 80px !important;
  }

  .xl\:not-first\:u-pr-10:not(:first-child) {
    padding-right: 80px !important;
  }

  .xl\:not-first\:u-pb-10:not(:first-child) {
    padding-bottom: 80px !important;
  }

  .xl\:not-first\:u-pl-10:not(:first-child) {
    padding-left: 80px !important;
  }

  .xl\:not-first\:u-pt-16:not(:first-child) {
    padding-top: 128px !important;
  }

  .xl\:not-first\:u-pr-16:not(:first-child) {
    padding-right: 128px !important;
  }

  .xl\:not-first\:u-pb-16:not(:first-child) {
    padding-bottom: 128px !important;
  }

  .xl\:not-first\:u-pl-16:not(:first-child) {
    padding-left: 128px !important;
  }

  .xl\:not-first\:u-pt-gutter:not(:first-child) {
    padding-top: 15px !important;
  }

  .xl\:not-first\:u-pr-gutter:not(:first-child) {
    padding-right: 15px !important;
  }

  .xl\:not-first\:u-pb-gutter:not(:first-child) {
    padding-bottom: 15px !important;
  }

  .xl\:not-first\:u-pl-gutter:not(:first-child) {
    padding-left: 15px !important;
  }

  .xl\:not-first\:u-pt-container-gutter:not(:first-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-first\:u-pr-container-gutter:not(:first-child) {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-first\:u-pb-container-gutter:not(:first-child) {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-first\:u-pl-container-gutter:not(:first-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-last\:u-p-0:not(:last-child) {
    padding: 0 !important;
  }

  .xl\:not-last\:u-p-1:not(:last-child) {
    padding: 8px !important;
  }

  .xl\:not-last\:u-p-2:not(:last-child) {
    padding: 16px !important;
  }

  .xl\:not-last\:u-p-3:not(:last-child) {
    padding: 24px !important;
  }

  .xl\:not-last\:u-p-4:not(:last-child) {
    padding: 32px !important;
  }

  .xl\:not-last\:u-p-5:not(:last-child) {
    padding: 40px !important;
  }

  .xl\:not-last\:u-p-6:not(:last-child) {
    padding: 48px !important;
  }

  .xl\:not-last\:u-p-7:not(:last-child) {
    padding: 56px !important;
  }

  .xl\:not-last\:u-p-8:not(:last-child) {
    padding: 64px !important;
  }

  .xl\:not-last\:u-p-9:not(:last-child) {
    padding: 72px !important;
  }

  .xl\:not-last\:u-p-10:not(:last-child) {
    padding: 80px !important;
  }

  .xl\:not-last\:u-p-16:not(:last-child) {
    padding: 128px !important;
  }

  .xl\:not-last\:u-p-gutter:not(:last-child) {
    padding: 15px !important;
  }

  .xl\:not-last\:u-p-container-gutter:not(:last-child) {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-last\:u-py-0:not(:last-child) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:not-last\:u-px-0:not(:last-child) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:not-last\:u-py-1:not(:last-child) {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xl\:not-last\:u-px-1:not(:last-child) {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xl\:not-last\:u-py-2:not(:last-child) {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xl\:not-last\:u-px-2:not(:last-child) {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xl\:not-last\:u-py-3:not(:last-child) {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xl\:not-last\:u-px-3:not(:last-child) {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xl\:not-last\:u-py-4:not(:last-child) {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xl\:not-last\:u-px-4:not(:last-child) {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xl\:not-last\:u-py-5:not(:last-child) {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xl\:not-last\:u-px-5:not(:last-child) {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xl\:not-last\:u-py-6:not(:last-child) {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xl\:not-last\:u-px-6:not(:last-child) {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xl\:not-last\:u-py-7:not(:last-child) {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .xl\:not-last\:u-px-7:not(:last-child) {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .xl\:not-last\:u-py-8:not(:last-child) {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xl\:not-last\:u-px-8:not(:last-child) {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xl\:not-last\:u-py-9:not(:last-child) {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .xl\:not-last\:u-px-9:not(:last-child) {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .xl\:not-last\:u-py-10:not(:last-child) {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xl\:not-last\:u-px-10:not(:last-child) {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xl\:not-last\:u-py-16:not(:last-child) {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .xl\:not-last\:u-px-16:not(:last-child) {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .xl\:not-last\:u-py-gutter:not(:last-child) {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .xl\:not-last\:u-px-gutter:not(:last-child) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .xl\:not-last\:u-py-container-gutter:not(:last-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-last\:u-px-container-gutter:not(:last-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-last\:u-pt-0:not(:last-child) {
    padding-top: 0 !important;
  }

  .xl\:not-last\:u-pr-0:not(:last-child) {
    padding-right: 0 !important;
  }

  .xl\:not-last\:u-pb-0:not(:last-child) {
    padding-bottom: 0 !important;
  }

  .xl\:not-last\:u-pl-0:not(:last-child) {
    padding-left: 0 !important;
  }

  .xl\:not-last\:u-pt-1:not(:last-child) {
    padding-top: 8px !important;
  }

  .xl\:not-last\:u-pr-1:not(:last-child) {
    padding-right: 8px !important;
  }

  .xl\:not-last\:u-pb-1:not(:last-child) {
    padding-bottom: 8px !important;
  }

  .xl\:not-last\:u-pl-1:not(:last-child) {
    padding-left: 8px !important;
  }

  .xl\:not-last\:u-pt-2:not(:last-child) {
    padding-top: 16px !important;
  }

  .xl\:not-last\:u-pr-2:not(:last-child) {
    padding-right: 16px !important;
  }

  .xl\:not-last\:u-pb-2:not(:last-child) {
    padding-bottom: 16px !important;
  }

  .xl\:not-last\:u-pl-2:not(:last-child) {
    padding-left: 16px !important;
  }

  .xl\:not-last\:u-pt-3:not(:last-child) {
    padding-top: 24px !important;
  }

  .xl\:not-last\:u-pr-3:not(:last-child) {
    padding-right: 24px !important;
  }

  .xl\:not-last\:u-pb-3:not(:last-child) {
    padding-bottom: 24px !important;
  }

  .xl\:not-last\:u-pl-3:not(:last-child) {
    padding-left: 24px !important;
  }

  .xl\:not-last\:u-pt-4:not(:last-child) {
    padding-top: 32px !important;
  }

  .xl\:not-last\:u-pr-4:not(:last-child) {
    padding-right: 32px !important;
  }

  .xl\:not-last\:u-pb-4:not(:last-child) {
    padding-bottom: 32px !important;
  }

  .xl\:not-last\:u-pl-4:not(:last-child) {
    padding-left: 32px !important;
  }

  .xl\:not-last\:u-pt-5:not(:last-child) {
    padding-top: 40px !important;
  }

  .xl\:not-last\:u-pr-5:not(:last-child) {
    padding-right: 40px !important;
  }

  .xl\:not-last\:u-pb-5:not(:last-child) {
    padding-bottom: 40px !important;
  }

  .xl\:not-last\:u-pl-5:not(:last-child) {
    padding-left: 40px !important;
  }

  .xl\:not-last\:u-pt-6:not(:last-child) {
    padding-top: 48px !important;
  }

  .xl\:not-last\:u-pr-6:not(:last-child) {
    padding-right: 48px !important;
  }

  .xl\:not-last\:u-pb-6:not(:last-child) {
    padding-bottom: 48px !important;
  }

  .xl\:not-last\:u-pl-6:not(:last-child) {
    padding-left: 48px !important;
  }

  .xl\:not-last\:u-pt-7:not(:last-child) {
    padding-top: 56px !important;
  }

  .xl\:not-last\:u-pr-7:not(:last-child) {
    padding-right: 56px !important;
  }

  .xl\:not-last\:u-pb-7:not(:last-child) {
    padding-bottom: 56px !important;
  }

  .xl\:not-last\:u-pl-7:not(:last-child) {
    padding-left: 56px !important;
  }

  .xl\:not-last\:u-pt-8:not(:last-child) {
    padding-top: 64px !important;
  }

  .xl\:not-last\:u-pr-8:not(:last-child) {
    padding-right: 64px !important;
  }

  .xl\:not-last\:u-pb-8:not(:last-child) {
    padding-bottom: 64px !important;
  }

  .xl\:not-last\:u-pl-8:not(:last-child) {
    padding-left: 64px !important;
  }

  .xl\:not-last\:u-pt-9:not(:last-child) {
    padding-top: 72px !important;
  }

  .xl\:not-last\:u-pr-9:not(:last-child) {
    padding-right: 72px !important;
  }

  .xl\:not-last\:u-pb-9:not(:last-child) {
    padding-bottom: 72px !important;
  }

  .xl\:not-last\:u-pl-9:not(:last-child) {
    padding-left: 72px !important;
  }

  .xl\:not-last\:u-pt-10:not(:last-child) {
    padding-top: 80px !important;
  }

  .xl\:not-last\:u-pr-10:not(:last-child) {
    padding-right: 80px !important;
  }

  .xl\:not-last\:u-pb-10:not(:last-child) {
    padding-bottom: 80px !important;
  }

  .xl\:not-last\:u-pl-10:not(:last-child) {
    padding-left: 80px !important;
  }

  .xl\:not-last\:u-pt-16:not(:last-child) {
    padding-top: 128px !important;
  }

  .xl\:not-last\:u-pr-16:not(:last-child) {
    padding-right: 128px !important;
  }

  .xl\:not-last\:u-pb-16:not(:last-child) {
    padding-bottom: 128px !important;
  }

  .xl\:not-last\:u-pl-16:not(:last-child) {
    padding-left: 128px !important;
  }

  .xl\:not-last\:u-pt-gutter:not(:last-child) {
    padding-top: 15px !important;
  }

  .xl\:not-last\:u-pr-gutter:not(:last-child) {
    padding-right: 15px !important;
  }

  .xl\:not-last\:u-pb-gutter:not(:last-child) {
    padding-bottom: 15px !important;
  }

  .xl\:not-last\:u-pl-gutter:not(:last-child) {
    padding-left: 15px !important;
  }

  .xl\:not-last\:u-pt-container-gutter:not(:last-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-last\:u-pr-container-gutter:not(:last-child) {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-last\:u-pb-container-gutter:not(:last-child) {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:not-last\:u-pl-container-gutter:not(:last-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:u-pointer-events-none {
    pointer-events: none !important;
  }

  .xl\:u-pointer-events-auto {
    pointer-events: auto !important;
  }

  .xl\:u-static {
    position: static !important;
  }

  .xl\:u-fixed {
    position: fixed !important;
  }

  .xl\:u-absolute {
    position: absolute !important;
  }

  .xl\:u-relative {
    position: relative !important;
  }

  .xl\:u-sticky {
    position: sticky !important;
  }

  .xl\:u-pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:u-pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\:u-pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\:u-pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .xl\:u-pin-t {
    top: 0 !important;
  }

  .xl\:u-pin-r {
    right: 0 !important;
  }

  .xl\:u-pin-b {
    bottom: 0 !important;
  }

  .xl\:u-pin-l {
    left: 0 !important;
  }

  .xl\:u-resize-none {
    resize: none !important;
  }

  .xl\:u-resize-y {
    resize: vertical !important;
  }

  .xl\:u-resize-x {
    resize: horizontal !important;
  }

  .xl\:u-resize {
    resize: both !important;
  }

  .xl\:u-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .xl\:u-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .xl\:u-shadow-md-dark {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .xl\:u-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .xl\:u-shadow-lg-dark {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .xl\:u-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xl\:u-shadow-inner-bottom {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .xl\:u-shadow-outline {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .xl\:u-shadow-outline-primary {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .xl\:u-shadow-outline-secondary {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .xl\:u-shadow-outline-tertiary {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .xl\:u-shadow-outline-black {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .xl\:u-shadow-outline-dark {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .xl\:u-shadow-none {
    box-shadow: none !important;
  }

  .xl\:u-shadow-media {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .xl\:u-shadow-media-sm {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .xl\:u-shadow-media-var {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .xl\:u-shadow-media-var-sm {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .xl\:u-shadow-media-business {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .xl\:u-shadow-media-business-sm {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .xl\:u-shadow-outline-black-faint-and-thin {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .xl\:hover\:u-shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .xl\:hover\:u-shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .xl\:hover\:u-shadow-md-dark:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .xl\:hover\:u-shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .xl\:hover\:u-shadow-lg-dark:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .xl\:hover\:u-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xl\:hover\:u-shadow-inner-bottom:hover {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .xl\:hover\:u-shadow-outline:hover {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .xl\:hover\:u-shadow-outline-primary:hover {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .xl\:hover\:u-shadow-outline-secondary:hover {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .xl\:hover\:u-shadow-outline-tertiary:hover {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .xl\:hover\:u-shadow-outline-black:hover {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .xl\:hover\:u-shadow-outline-dark:hover {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .xl\:hover\:u-shadow-none:hover {
    box-shadow: none !important;
  }

  .xl\:hover\:u-shadow-media:hover {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .xl\:hover\:u-shadow-media-sm:hover {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .xl\:hover\:u-shadow-media-var:hover {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .xl\:hover\:u-shadow-media-var-sm:hover {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .xl\:hover\:u-shadow-media-business:hover {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .xl\:hover\:u-shadow-media-business-sm:hover {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .xl\:hover\:u-shadow-outline-black-faint-and-thin:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .xl\:focus\:u-shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .xl\:focus\:u-shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .xl\:focus\:u-shadow-md-dark:focus {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .xl\:focus\:u-shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .xl\:focus\:u-shadow-lg-dark:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .xl\:focus\:u-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xl\:focus\:u-shadow-inner-bottom:focus {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .xl\:focus\:u-shadow-outline:focus {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .xl\:focus\:u-shadow-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .xl\:focus\:u-shadow-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .xl\:focus\:u-shadow-outline-tertiary:focus {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .xl\:focus\:u-shadow-outline-black:focus {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .xl\:focus\:u-shadow-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .xl\:focus\:u-shadow-none:focus {
    box-shadow: none !important;
  }

  .xl\:focus\:u-shadow-media:focus {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .xl\:focus\:u-shadow-media-sm:focus {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .xl\:focus\:u-shadow-media-var:focus {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .xl\:focus\:u-shadow-media-var-sm:focus {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .xl\:focus\:u-shadow-media-business:focus {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .xl\:focus\:u-shadow-media-business-sm:focus {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .xl\:focus\:u-shadow-outline-black-faint-and-thin:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .xl\:focus-within\:u-shadow:focus-within {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .xl\:focus-within\:u-shadow-md:focus-within {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .xl\:focus-within\:u-shadow-md-dark:focus-within {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .xl\:focus-within\:u-shadow-lg:focus-within {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .xl\:focus-within\:u-shadow-lg-dark:focus-within {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .xl\:focus-within\:u-shadow-inner:focus-within {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xl\:focus-within\:u-shadow-inner-bottom:focus-within {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .xl\:focus-within\:u-shadow-outline:focus-within {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .xl\:focus-within\:u-shadow-outline-primary:focus-within {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .xl\:focus-within\:u-shadow-outline-secondary:focus-within {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .xl\:focus-within\:u-shadow-outline-tertiary:focus-within {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .xl\:focus-within\:u-shadow-outline-black:focus-within {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .xl\:focus-within\:u-shadow-outline-dark:focus-within {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .xl\:focus-within\:u-shadow-none:focus-within {
    box-shadow: none !important;
  }

  .xl\:focus-within\:u-shadow-media:focus-within {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .xl\:focus-within\:u-shadow-media-sm:focus-within {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .xl\:focus-within\:u-shadow-media-var:focus-within {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .xl\:focus-within\:u-shadow-media-var-sm:focus-within {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .xl\:focus-within\:u-shadow-media-business:focus-within {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .xl\:focus-within\:u-shadow-media-business-sm:focus-within {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .xl\:focus-within\:u-shadow-outline-black-faint-and-thin:focus-within {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .xl\:hocus\:u-shadow:hover,
  .xl\:hocus\:u-shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .xl\:hocus\:u-shadow-md:hover,
  .xl\:hocus\:u-shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .xl\:hocus\:u-shadow-md-dark:hover,
  .xl\:hocus\:u-shadow-md-dark:focus {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .xl\:hocus\:u-shadow-lg:hover,
  .xl\:hocus\:u-shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .xl\:hocus\:u-shadow-lg-dark:hover,
  .xl\:hocus\:u-shadow-lg-dark:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .xl\:hocus\:u-shadow-inner:hover,
  .xl\:hocus\:u-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xl\:hocus\:u-shadow-inner-bottom:hover,
  .xl\:hocus\:u-shadow-inner-bottom:focus {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .xl\:hocus\:u-shadow-outline:hover,
  .xl\:hocus\:u-shadow-outline:focus {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .xl\:hocus\:u-shadow-outline-primary:hover,
  .xl\:hocus\:u-shadow-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .xl\:hocus\:u-shadow-outline-secondary:hover,
  .xl\:hocus\:u-shadow-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .xl\:hocus\:u-shadow-outline-tertiary:hover,
  .xl\:hocus\:u-shadow-outline-tertiary:focus {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .xl\:hocus\:u-shadow-outline-black:hover,
  .xl\:hocus\:u-shadow-outline-black:focus {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .xl\:hocus\:u-shadow-outline-dark:hover,
  .xl\:hocus\:u-shadow-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .xl\:hocus\:u-shadow-none:hover,
  .xl\:hocus\:u-shadow-none:focus {
    box-shadow: none !important;
  }

  .xl\:hocus\:u-shadow-media:hover,
  .xl\:hocus\:u-shadow-media:focus {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .xl\:hocus\:u-shadow-media-sm:hover,
  .xl\:hocus\:u-shadow-media-sm:focus {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .xl\:hocus\:u-shadow-media-var:hover,
  .xl\:hocus\:u-shadow-media-var:focus {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .xl\:hocus\:u-shadow-media-var-sm:hover,
  .xl\:hocus\:u-shadow-media-var-sm:focus {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .xl\:hocus\:u-shadow-media-business:hover,
  .xl\:hocus\:u-shadow-media-business:focus {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .xl\:hocus\:u-shadow-media-business-sm:hover,
  .xl\:hocus\:u-shadow-media-business-sm:focus {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .xl\:hocus\:u-shadow-outline-black-faint-and-thin:hover,
  .xl\:hocus\:u-shadow-outline-black-faint-and-thin:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .xl\:u-table-auto {
    table-layout: auto !important;
  }

  .xl\:u-table-fixed {
    table-layout: fixed !important;
  }

  .xl\:u-text-left {
    text-align: left !important;
  }

  .xl\:u-text-center {
    text-align: center !important;
  }

  .xl\:u-text-right {
    text-align: right !important;
  }

  .xl\:u-text-justify {
    text-align: justify !important;
  }

  .xl\:u-text-transparent {
    color: transparent !important;
  }

  .xl\:u-text-current-color {
    color: currentColor !important;
  }

  .xl\:u-text-inherit {
    color: inherit !important;
  }

  .xl\:u-text-purple {
    color: #68246d !important;
  }

  .xl\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .xl\:u-text-yellow {
    color: #ffd53a !important;
  }

  .xl\:u-text-cyan {
    color: #00aeef !important;
  }

  .xl\:u-text-blue {
    color: #409ddd !important;
  }

  .xl\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .xl\:u-text-red {
    color: #be1e2c !important;
  }

  .xl\:u-text-gold {
    color: #afa961 !important;
  }

  .xl\:u-text-ink-100 {
    color: #002337 !important;
  }

  .xl\:u-text-stone {
    color: #dacda2 !important;
  }

  .xl\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .xl\:u-text-heather {
    color: #cba8b1 !important;
  }

  .xl\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .xl\:u-text-business {
    color: #b3bdb1 !important;
  }

  .xl\:u-text-black {
    color: #333123 !important;
  }

  .xl\:u-text-white {
    color: #fff !important;
  }

  .xl\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .xl\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .xl\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .xl\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .xl\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .xl\:u-text-grey-300 {
    color: #64696c !important;
  }

  .xl\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .xl\:u-text-youtube {
    color: #f00 !important;
  }

  .xl\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .xl\:u-text-facebook {
    color: #3b5998 !important;
  }

  .xl\:u-text-instagram {
    color: #444 !important;
  }

  .xl\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .xl\:u-text-college {
    color: #00664f !important;
  }

  .xl\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .xl\:u-text-coll-grey {
    color: #af272f !important;
  }

  .xl\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .xl\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .xl\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .xl\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .xl\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .xl\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .xl\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .xl\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .xl\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .xl\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .xl\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .xl\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .xl\:u-text-coll-university {
    color: #862633 !important;
  }

  .xl\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .xl\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .xl\:u-text-primary {
    color: #68246d !important;
  }

  .xl\:u-text-secondary {
    color: #ffd53a !important;
  }

  .xl\:u-text-tertiary {
    color: #00aeef !important;
  }

  .xl\:u-text-success {
    color: #449d44 !important;
  }

  .xl\:u-text-danger {
    color: #be1e2c !important;
  }

  .xl\:u-text-warning {
    color: #da611e !important;
  }

  .xl\:u-text-info {
    color: #1180a1 !important;
  }

  .xl\:u-text-light {
    color: #fff !important;
  }

  .xl\:u-text-dark {
    color: #333123 !important;
  }

  .xl\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .xl\:u-text-purple--light {
    color: #74287a !important;
  }

  .xl\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .xl\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .xl\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .xl\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .xl\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .xl\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .xl\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .xl\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .xl\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .xl\:u-text-light-green--light {
    color: #fff !important;
  }

  .xl\:u-text-red--dark {
    color: #981823 !important;
  }

  .xl\:u-text-red--light {
    color: #d52231 !important;
  }

  .xl\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .xl\:u-text-gold--light {
    color: #bab577 !important;
  }

  .xl\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .xl\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .xl\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .xl\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .xl\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .xl\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .xl\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .xl\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .xl\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .xl\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .xl\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .xl\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .xl\:u-text-black--dark {
    color: #29271c !important;
  }

  .xl\:u-text-black--light {
    color: #393727 !important;
  }

  .xl\:u-text-white--dark {
    color: #ccc !important;
  }

  .xl\:u-text-white--light {
    color: #fff !important;
  }

  .xl\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .xl\:u-text-grey-25--light {
    color: #fff !important;
  }

  .xl\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .xl\:u-text-grey-50--light {
    color: #fff !important;
  }

  .xl\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .xl\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .xl\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .xl\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .xl\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .xl\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .xl\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .xl\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .xl\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .xl\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .xl\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .xl\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .xl\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .xl\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .xl\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .xl\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .xl\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .xl\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .xl\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .xl\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .xl\:u-text-college--dark {
    color: #00523f !important;
  }

  .xl\:u-text-college--light {
    color: #007258 !important;
  }

  .xl\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .xl\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .xl\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .xl\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .xl\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .xl\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .xl\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .xl\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .xl\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .xl\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .xl\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .xl\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .xl\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .xl\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .xl\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .xl\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .xl\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .xl\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .xl\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .xl\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .xl\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .xl\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .xl\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .xl\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .xl\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .xl\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .xl\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .xl\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .xl\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .xl\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .xl\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .xl\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .xl\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .xl\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .xl\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .xl\:u-text-primary--light {
    color: #74287a !important;
  }

  .xl\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .xl\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .xl\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .xl\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .xl\:u-text-success--dark {
    color: #367e36 !important;
  }

  .xl\:u-text-success--light {
    color: #4cb04c !important;
  }

  .xl\:u-text-danger--dark {
    color: #981823 !important;
  }

  .xl\:u-text-danger--light {
    color: #d52231 !important;
  }

  .xl\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .xl\:u-text-warning--light {
    color: #e37233 !important;
  }

  .xl\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .xl\:u-text-info--light {
    color: #138fb4 !important;
  }

  .xl\:u-text-light--dark {
    color: #ccc !important;
  }

  .xl\:u-text-light--light {
    color: #fff !important;
  }

  .xl\:u-text-dark--dark {
    color: #29271c !important;
  }

  .xl\:u-text-dark--light {
    color: #393727 !important;
  }

  .xl\:hover\:u-text-transparent:hover {
    color: transparent !important;
  }

  .xl\:hover\:u-text-current-color:hover {
    color: currentColor !important;
  }

  .xl\:hover\:u-text-inherit:hover {
    color: inherit !important;
  }

  .xl\:hover\:u-text-purple:hover {
    color: #68246d !important;
  }

  .xl\:hover\:u-text-darkpurple:hover {
    color: #571b4f !important;
  }

  .xl\:hover\:u-text-yellow:hover {
    color: #ffd53a !important;
  }

  .xl\:hover\:u-text-cyan:hover {
    color: #00aeef !important;
  }

  .xl\:hover\:u-text-blue:hover {
    color: #409ddd !important;
  }

  .xl\:hover\:u-text-light-green:hover {
    color: #e2f4e9 !important;
  }

  .xl\:hover\:u-text-red:hover {
    color: #be1e2c !important;
  }

  .xl\:hover\:u-text-gold:hover {
    color: #afa961 !important;
  }

  .xl\:hover\:u-text-ink-100:hover {
    color: #002337 !important;
  }

  .xl\:hover\:u-text-stone:hover {
    color: #dacda2 !important;
  }

  .xl\:hover\:u-text-sky:hover {
    color: #a5c8d0 !important;
  }

  .xl\:hover\:u-text-heather:hover {
    color: #cba8b1 !important;
  }

  .xl\:hover\:u-text-cedar:hover {
    color: #b6aaa7 !important;
  }

  .xl\:hover\:u-text-business:hover {
    color: #b3bdb1 !important;
  }

  .xl\:hover\:u-text-black:hover {
    color: #333123 !important;
  }

  .xl\:hover\:u-text-white:hover {
    color: #fff !important;
  }

  .xl\:hover\:u-text-grey-25:hover {
    color: #f7f7f7 !important;
  }

  .xl\:hover\:u-text-grey-50:hover {
    color: #ebebeb !important;
  }

  .xl\:hover\:u-text-grey-75:hover {
    color: #d9d9d9 !important;
  }

  .xl\:hover\:u-text-grey-100:hover {
    color: #afb4b6 !important;
  }

  .xl\:hover\:u-text-grey-200:hover {
    color: #898e91 !important;
  }

  .xl\:hover\:u-text-grey-300:hover {
    color: #64696c !important;
  }

  .xl\:hover\:u-text-grey-400:hover {
    color: #3c3c3b !important;
  }

  .xl\:hover\:u-text-youtube:hover {
    color: #f00 !important;
  }

  .xl\:hover\:u-text-twitter:hover {
    color: #1da1f2 !important;
  }

  .xl\:hover\:u-text-facebook:hover {
    color: #3b5998 !important;
  }

  .xl\:hover\:u-text-instagram:hover {
    color: #444 !important;
  }

  .xl\:hover\:u-text-linkedin:hover {
    color: #0077b5 !important;
  }

  .xl\:hover\:u-text-college:hover {
    color: #00664f !important;
  }

  .xl\:hover\:u-text-coll-collingwood:hover {
    color: #d22630 !important;
  }

  .xl\:hover\:u-text-coll-grey:hover {
    color: #af272f !important;
  }

  .xl\:hover\:u-text-coll-hatfield:hover {
    color: #003865 !important;
  }

  .xl\:hover\:u-text-coll-johnsnow:hover {
    color: #003865 !important;
  }

  .xl\:hover\:u-text-coll-jbutler:hover {
    color: #d22630 !important;
  }

  .xl\:hover\:u-text-coll-south-college:hover {
    color: #68246d !important;
  }

  .xl\:hover\:u-text-coll-staidans:hover {
    color: #006747 !important;
  }

  .xl\:hover\:u-text-coll-stchads:hover {
    color: #00573f !important;
  }

  .xl\:hover\:u-text-coll-stcuthberts:hover {
    color: #00664f !important;
  }

  .xl\:hover\:u-text-coll-sthild:hover {
    color: #0072ce !important;
  }

  .xl\:hover\:u-text-coll-stjohns:hover {
    color: #1b365d !important;
  }

  .xl\:hover\:u-text-coll-stmarys:hover {
    color: #753bbd !important;
  }

  .xl\:hover\:u-text-coll-stephenson:hover {
    color: #d22630 !important;
  }

  .xl\:hover\:u-text-coll-trevelyan:hover {
    color: #003865 !important;
  }

  .xl\:hover\:u-text-coll-university:hover {
    color: #862633 !important;
  }

  .xl\:hover\:u-text-coll-ustinov:hover {
    color: #003865 !important;
  }

  .xl\:hover\:u-text-coll-vanmildert:hover {
    color: #ee2737 !important;
  }

  .xl\:hover\:u-text-primary:hover {
    color: #68246d !important;
  }

  .xl\:hover\:u-text-secondary:hover {
    color: #ffd53a !important;
  }

  .xl\:hover\:u-text-tertiary:hover {
    color: #00aeef !important;
  }

  .xl\:hover\:u-text-success:hover {
    color: #449d44 !important;
  }

  .xl\:hover\:u-text-danger:hover {
    color: #be1e2c !important;
  }

  .xl\:hover\:u-text-warning:hover {
    color: #da611e !important;
  }

  .xl\:hover\:u-text-info:hover {
    color: #1180a1 !important;
  }

  .xl\:hover\:u-text-light:hover {
    color: #fff !important;
  }

  .xl\:hover\:u-text-dark:hover {
    color: #333123 !important;
  }

  .xl\:hover\:u-text-purple--dark:hover {
    color: #531d57 !important;
  }

  .xl\:hover\:u-text-purple--light:hover {
    color: #74287a !important;
  }

  .xl\:hover\:u-text-darkpurple--dark:hover {
    color: #46163f !important;
  }

  .xl\:hover\:u-text-darkpurple--light:hover {
    color: #611e58 !important;
  }

  .xl\:hover\:u-text-yellow--dark:hover {
    color: #fac500 !important;
  }

  .xl\:hover\:u-text-yellow--light:hover {
    color: #ffdd60 !important;
  }

  .xl\:hover\:u-text-cyan--dark:hover {
    color: #008bbf !important;
  }

  .xl\:hover\:u-text-cyan--light:hover {
    color: #0dbdff !important;
  }

  .xl\:hover\:u-text-blue--dark:hover {
    color: #2281c2 !important;
  }

  .xl\:hover\:u-text-blue--light:hover {
    color: #5dace2 !important;
  }

  .xl\:hover\:u-text-light-green--dark:hover {
    color: #9edab5 !important;
  }

  .xl\:hover\:u-text-light-green--light:hover {
    color: #fff !important;
  }

  .xl\:hover\:u-text-red--dark:hover {
    color: #981823 !important;
  }

  .xl\:hover\:u-text-red--light:hover {
    color: #d52231 !important;
  }

  .xl\:hover\:u-text-gold--dark:hover {
    color: #908b49 !important;
  }

  .xl\:hover\:u-text-gold--light:hover {
    color: #bab577 !important;
  }

  .xl\:hover\:u-text-ink-100--dark:hover {
    color: #001c2c !important;
  }

  .xl\:hover\:u-text-ink-100--light:hover {
    color: #00273e !important;
  }

  .xl\:hover\:u-text-stone--dark:hover {
    color: #c4b06c !important;
  }

  .xl\:hover\:u-text-stone--light:hover {
    color: #e7dfc3 !important;
  }

  .xl\:hover\:u-text-sky--dark:hover {
    color: #74aab6 !important;
  }

  .xl\:hover\:u-text-sky--light:hover {
    color: #c2dadf !important;
  }

  .xl\:hover\:u-text-heather--dark:hover {
    color: #af7a87 !important;
  }

  .xl\:hover\:u-text-heather--light:hover {
    color: #dcc4ca !important;
  }

  .xl\:hover\:u-text-cedar--dark:hover {
    color: #968581 !important;
  }

  .xl\:hover\:u-text-cedar--light:hover {
    color: #c9c0be !important;
  }

  .xl\:hover\:u-text-business--dark:hover {
    color: #8c9b89 !important;
  }

  .xl\:hover\:u-text-business--light:hover {
    color: #cad1c9 !important;
  }

  .xl\:hover\:u-text-black--dark:hover {
    color: #29271c !important;
  }

  .xl\:hover\:u-text-black--light:hover {
    color: #393727 !important;
  }

  .xl\:hover\:u-text-white--dark:hover {
    color: #ccc !important;
  }

  .xl\:hover\:u-text-white--light:hover {
    color: #fff !important;
  }

  .xl\:hover\:u-text-grey-25--dark:hover {
    color: #c6c6c6 !important;
  }

  .xl\:hover\:u-text-grey-25--light:hover {
    color: #fff !important;
  }

  .xl\:hover\:u-text-grey-50--dark:hover {
    color: #bcbcbc !important;
  }

  .xl\:hover\:u-text-grey-50--light:hover {
    color: #fff !important;
  }

  .xl\:hover\:u-text-grey-75--dark:hover {
    color: #aeaeae !important;
  }

  .xl\:hover\:u-text-grey-75--light:hover {
    color: #f3f3f3 !important;
  }

  .xl\:hover\:u-text-grey-100--dark:hover {
    color: #8a9194 !important;
  }

  .xl\:hover\:u-text-grey-100--light:hover {
    color: #c5c9ca !important;
  }

  .xl\:hover\:u-text-grey-200--dark:hover {
    color: #6d7275 !important;
  }

  .xl\:hover\:u-text-grey-200--light:hover {
    color: #9b9fa1 !important;
  }

  .xl\:hover\:u-text-grey-300--dark:hover {
    color: #505456 !important;
  }

  .xl\:hover\:u-text-grey-300--light:hover {
    color: #707679 !important;
  }

  .xl\:hover\:u-text-grey-400--dark:hover {
    color: #30302f !important;
  }

  .xl\:hover\:u-text-grey-400--light:hover {
    color: #434342 !important;
  }

  .xl\:hover\:u-text-youtube--dark:hover {
    color: #c00 !important;
  }

  .xl\:hover\:u-text-youtube--light:hover {
    color: #ff1f1f !important;
  }

  .xl\:hover\:u-text-twitter--dark:hover {
    color: #0c84cd !important;
  }

  .xl\:hover\:u-text-twitter--light:hover {
    color: #3caef4 !important;
  }

  .xl\:hover\:u-text-facebook--dark:hover {
    color: #2f477a !important;
  }

  .xl\:hover\:u-text-facebook--light:hover {
    color: #4264aa !important;
  }

  .xl\:hover\:u-text-instagram--dark:hover {
    color: #363636 !important;
  }

  .xl\:hover\:u-text-instagram--light:hover {
    color: #4c4c4c !important;
  }

  .xl\:hover\:u-text-linkedin--dark:hover {
    color: #005f91 !important;
  }

  .xl\:hover\:u-text-linkedin--light:hover {
    color: #0085cb !important;
  }

  .xl\:hover\:u-text-college--dark:hover {
    color: #00523f !important;
  }

  .xl\:hover\:u-text-college--light:hover {
    color: #007258 !important;
  }

  .xl\:hover\:u-text-coll-collingwood--dark:hover {
    color: #a81e26 !important;
  }

  .xl\:hover\:u-text-coll-collingwood--light:hover {
    color: #db3a44 !important;
  }

  .xl\:hover\:u-text-coll-grey--dark:hover {
    color: #8c1f26 !important;
  }

  .xl\:hover\:u-text-coll-grey--light:hover {
    color: #c42c35 !important;
  }

  .xl\:hover\:u-text-coll-hatfield--dark:hover {
    color: #002d51 !important;
  }

  .xl\:hover\:u-text-coll-hatfield--light:hover {
    color: #003f71 !important;
  }

  .xl\:hover\:u-text-coll-johnsnow--dark:hover {
    color: #002d51 !important;
  }

  .xl\:hover\:u-text-coll-johnsnow--light:hover {
    color: #003f71 !important;
  }

  .xl\:hover\:u-text-coll-jbutler--dark:hover {
    color: #a81e26 !important;
  }

  .xl\:hover\:u-text-coll-jbutler--light:hover {
    color: #db3a44 !important;
  }

  .xl\:hover\:u-text-coll-south-college--dark:hover {
    color: #531d57 !important;
  }

  .xl\:hover\:u-text-coll-south-college--light:hover {
    color: #74287a !important;
  }

  .xl\:hover\:u-text-coll-staidans--dark:hover {
    color: #005239 !important;
  }

  .xl\:hover\:u-text-coll-staidans--light:hover {
    color: #007350 !important;
  }

  .xl\:hover\:u-text-coll-stchads--dark:hover {
    color: #004632 !important;
  }

  .xl\:hover\:u-text-coll-stchads--light:hover {
    color: #006147 !important;
  }

  .xl\:hover\:u-text-coll-stcuthberts--dark:hover {
    color: #00523f !important;
  }

  .xl\:hover\:u-text-coll-stcuthberts--light:hover {
    color: #007258 !important;
  }

  .xl\:hover\:u-text-coll-sthild--dark:hover {
    color: #005ba5 !important;
  }

  .xl\:hover\:u-text-coll-sthild--light:hover {
    color: #0080e7 !important;
  }

  .xl\:hover\:u-text-coll-stjohns--dark:hover {
    color: #162b4a !important;
  }

  .xl\:hover\:u-text-coll-stjohns--light:hover {
    color: #1e3c68 !important;
  }

  .xl\:hover\:u-text-coll-stmarys--dark:hover {
    color: #5e2f97 !important;
  }

  .xl\:hover\:u-text-coll-stmarys--light:hover {
    color: #844ec8 !important;
  }

  .xl\:hover\:u-text-coll-stephenson--dark:hover {
    color: #a81e26 !important;
  }

  .xl\:hover\:u-text-coll-stephenson--light:hover {
    color: #db3a44 !important;
  }

  .xl\:hover\:u-text-coll-trevelyan--dark:hover {
    color: #002d51 !important;
  }

  .xl\:hover\:u-text-coll-trevelyan--light:hover {
    color: #003f71 !important;
  }

  .xl\:hover\:u-text-coll-university--dark:hover {
    color: #6b1e29 !important;
  }

  .xl\:hover\:u-text-coll-university--light:hover {
    color: #962b39 !important;
  }

  .xl\:hover\:u-text-coll-ustinov--dark:hover {
    color: #002d51 !important;
  }

  .xl\:hover\:u-text-coll-ustinov--light:hover {
    color: #003f71 !important;
  }

  .xl\:hover\:u-text-coll-vanmildert--dark:hover {
    color: #cd101f !important;
  }

  .xl\:hover\:u-text-coll-vanmildert--light:hover {
    color: #f04654 !important;
  }

  .xl\:hover\:u-text-primary--dark:hover {
    color: #531d57 !important;
  }

  .xl\:hover\:u-text-primary--light:hover {
    color: #74287a !important;
  }

  .xl\:hover\:u-text-secondary--dark:hover {
    color: #fac500 !important;
  }

  .xl\:hover\:u-text-secondary--light:hover {
    color: #ffdd60 !important;
  }

  .xl\:hover\:u-text-tertiary--dark:hover {
    color: #008bbf !important;
  }

  .xl\:hover\:u-text-tertiary--light:hover {
    color: #0dbdff !important;
  }

  .xl\:hover\:u-text-success--dark:hover {
    color: #367e36 !important;
  }

  .xl\:hover\:u-text-success--light:hover {
    color: #4cb04c !important;
  }

  .xl\:hover\:u-text-danger--dark:hover {
    color: #981823 !important;
  }

  .xl\:hover\:u-text-danger--light:hover {
    color: #d52231 !important;
  }

  .xl\:hover\:u-text-warning--dark:hover {
    color: #ae4e18 !important;
  }

  .xl\:hover\:u-text-warning--light:hover {
    color: #e37233 !important;
  }

  .xl\:hover\:u-text-info--dark:hover {
    color: #0e6681 !important;
  }

  .xl\:hover\:u-text-info--light:hover {
    color: #138fb4 !important;
  }

  .xl\:hover\:u-text-light--dark:hover {
    color: #ccc !important;
  }

  .xl\:hover\:u-text-light--light:hover {
    color: #fff !important;
  }

  .xl\:hover\:u-text-dark--dark:hover {
    color: #29271c !important;
  }

  .xl\:hover\:u-text-dark--light:hover {
    color: #393727 !important;
  }

  .xl\:focus\:u-text-transparent:focus {
    color: transparent !important;
  }

  .xl\:focus\:u-text-current-color:focus {
    color: currentColor !important;
  }

  .xl\:focus\:u-text-inherit:focus {
    color: inherit !important;
  }

  .xl\:focus\:u-text-purple:focus {
    color: #68246d !important;
  }

  .xl\:focus\:u-text-darkpurple:focus {
    color: #571b4f !important;
  }

  .xl\:focus\:u-text-yellow:focus {
    color: #ffd53a !important;
  }

  .xl\:focus\:u-text-cyan:focus {
    color: #00aeef !important;
  }

  .xl\:focus\:u-text-blue:focus {
    color: #409ddd !important;
  }

  .xl\:focus\:u-text-light-green:focus {
    color: #e2f4e9 !important;
  }

  .xl\:focus\:u-text-red:focus {
    color: #be1e2c !important;
  }

  .xl\:focus\:u-text-gold:focus {
    color: #afa961 !important;
  }

  .xl\:focus\:u-text-ink-100:focus {
    color: #002337 !important;
  }

  .xl\:focus\:u-text-stone:focus {
    color: #dacda2 !important;
  }

  .xl\:focus\:u-text-sky:focus {
    color: #a5c8d0 !important;
  }

  .xl\:focus\:u-text-heather:focus {
    color: #cba8b1 !important;
  }

  .xl\:focus\:u-text-cedar:focus {
    color: #b6aaa7 !important;
  }

  .xl\:focus\:u-text-business:focus {
    color: #b3bdb1 !important;
  }

  .xl\:focus\:u-text-black:focus {
    color: #333123 !important;
  }

  .xl\:focus\:u-text-white:focus {
    color: #fff !important;
  }

  .xl\:focus\:u-text-grey-25:focus {
    color: #f7f7f7 !important;
  }

  .xl\:focus\:u-text-grey-50:focus {
    color: #ebebeb !important;
  }

  .xl\:focus\:u-text-grey-75:focus {
    color: #d9d9d9 !important;
  }

  .xl\:focus\:u-text-grey-100:focus {
    color: #afb4b6 !important;
  }

  .xl\:focus\:u-text-grey-200:focus {
    color: #898e91 !important;
  }

  .xl\:focus\:u-text-grey-300:focus {
    color: #64696c !important;
  }

  .xl\:focus\:u-text-grey-400:focus {
    color: #3c3c3b !important;
  }

  .xl\:focus\:u-text-youtube:focus {
    color: #f00 !important;
  }

  .xl\:focus\:u-text-twitter:focus {
    color: #1da1f2 !important;
  }

  .xl\:focus\:u-text-facebook:focus {
    color: #3b5998 !important;
  }

  .xl\:focus\:u-text-instagram:focus {
    color: #444 !important;
  }

  .xl\:focus\:u-text-linkedin:focus {
    color: #0077b5 !important;
  }

  .xl\:focus\:u-text-college:focus {
    color: #00664f !important;
  }

  .xl\:focus\:u-text-coll-collingwood:focus {
    color: #d22630 !important;
  }

  .xl\:focus\:u-text-coll-grey:focus {
    color: #af272f !important;
  }

  .xl\:focus\:u-text-coll-hatfield:focus {
    color: #003865 !important;
  }

  .xl\:focus\:u-text-coll-johnsnow:focus {
    color: #003865 !important;
  }

  .xl\:focus\:u-text-coll-jbutler:focus {
    color: #d22630 !important;
  }

  .xl\:focus\:u-text-coll-south-college:focus {
    color: #68246d !important;
  }

  .xl\:focus\:u-text-coll-staidans:focus {
    color: #006747 !important;
  }

  .xl\:focus\:u-text-coll-stchads:focus {
    color: #00573f !important;
  }

  .xl\:focus\:u-text-coll-stcuthberts:focus {
    color: #00664f !important;
  }

  .xl\:focus\:u-text-coll-sthild:focus {
    color: #0072ce !important;
  }

  .xl\:focus\:u-text-coll-stjohns:focus {
    color: #1b365d !important;
  }

  .xl\:focus\:u-text-coll-stmarys:focus {
    color: #753bbd !important;
  }

  .xl\:focus\:u-text-coll-stephenson:focus {
    color: #d22630 !important;
  }

  .xl\:focus\:u-text-coll-trevelyan:focus {
    color: #003865 !important;
  }

  .xl\:focus\:u-text-coll-university:focus {
    color: #862633 !important;
  }

  .xl\:focus\:u-text-coll-ustinov:focus {
    color: #003865 !important;
  }

  .xl\:focus\:u-text-coll-vanmildert:focus {
    color: #ee2737 !important;
  }

  .xl\:focus\:u-text-primary:focus {
    color: #68246d !important;
  }

  .xl\:focus\:u-text-secondary:focus {
    color: #ffd53a !important;
  }

  .xl\:focus\:u-text-tertiary:focus {
    color: #00aeef !important;
  }

  .xl\:focus\:u-text-success:focus {
    color: #449d44 !important;
  }

  .xl\:focus\:u-text-danger:focus {
    color: #be1e2c !important;
  }

  .xl\:focus\:u-text-warning:focus {
    color: #da611e !important;
  }

  .xl\:focus\:u-text-info:focus {
    color: #1180a1 !important;
  }

  .xl\:focus\:u-text-light:focus {
    color: #fff !important;
  }

  .xl\:focus\:u-text-dark:focus {
    color: #333123 !important;
  }

  .xl\:focus\:u-text-purple--dark:focus {
    color: #531d57 !important;
  }

  .xl\:focus\:u-text-purple--light:focus {
    color: #74287a !important;
  }

  .xl\:focus\:u-text-darkpurple--dark:focus {
    color: #46163f !important;
  }

  .xl\:focus\:u-text-darkpurple--light:focus {
    color: #611e58 !important;
  }

  .xl\:focus\:u-text-yellow--dark:focus {
    color: #fac500 !important;
  }

  .xl\:focus\:u-text-yellow--light:focus {
    color: #ffdd60 !important;
  }

  .xl\:focus\:u-text-cyan--dark:focus {
    color: #008bbf !important;
  }

  .xl\:focus\:u-text-cyan--light:focus {
    color: #0dbdff !important;
  }

  .xl\:focus\:u-text-blue--dark:focus {
    color: #2281c2 !important;
  }

  .xl\:focus\:u-text-blue--light:focus {
    color: #5dace2 !important;
  }

  .xl\:focus\:u-text-light-green--dark:focus {
    color: #9edab5 !important;
  }

  .xl\:focus\:u-text-light-green--light:focus {
    color: #fff !important;
  }

  .xl\:focus\:u-text-red--dark:focus {
    color: #981823 !important;
  }

  .xl\:focus\:u-text-red--light:focus {
    color: #d52231 !important;
  }

  .xl\:focus\:u-text-gold--dark:focus {
    color: #908b49 !important;
  }

  .xl\:focus\:u-text-gold--light:focus {
    color: #bab577 !important;
  }

  .xl\:focus\:u-text-ink-100--dark:focus {
    color: #001c2c !important;
  }

  .xl\:focus\:u-text-ink-100--light:focus {
    color: #00273e !important;
  }

  .xl\:focus\:u-text-stone--dark:focus {
    color: #c4b06c !important;
  }

  .xl\:focus\:u-text-stone--light:focus {
    color: #e7dfc3 !important;
  }

  .xl\:focus\:u-text-sky--dark:focus {
    color: #74aab6 !important;
  }

  .xl\:focus\:u-text-sky--light:focus {
    color: #c2dadf !important;
  }

  .xl\:focus\:u-text-heather--dark:focus {
    color: #af7a87 !important;
  }

  .xl\:focus\:u-text-heather--light:focus {
    color: #dcc4ca !important;
  }

  .xl\:focus\:u-text-cedar--dark:focus {
    color: #968581 !important;
  }

  .xl\:focus\:u-text-cedar--light:focus {
    color: #c9c0be !important;
  }

  .xl\:focus\:u-text-business--dark:focus {
    color: #8c9b89 !important;
  }

  .xl\:focus\:u-text-business--light:focus {
    color: #cad1c9 !important;
  }

  .xl\:focus\:u-text-black--dark:focus {
    color: #29271c !important;
  }

  .xl\:focus\:u-text-black--light:focus {
    color: #393727 !important;
  }

  .xl\:focus\:u-text-white--dark:focus {
    color: #ccc !important;
  }

  .xl\:focus\:u-text-white--light:focus {
    color: #fff !important;
  }

  .xl\:focus\:u-text-grey-25--dark:focus {
    color: #c6c6c6 !important;
  }

  .xl\:focus\:u-text-grey-25--light:focus {
    color: #fff !important;
  }

  .xl\:focus\:u-text-grey-50--dark:focus {
    color: #bcbcbc !important;
  }

  .xl\:focus\:u-text-grey-50--light:focus {
    color: #fff !important;
  }

  .xl\:focus\:u-text-grey-75--dark:focus {
    color: #aeaeae !important;
  }

  .xl\:focus\:u-text-grey-75--light:focus {
    color: #f3f3f3 !important;
  }

  .xl\:focus\:u-text-grey-100--dark:focus {
    color: #8a9194 !important;
  }

  .xl\:focus\:u-text-grey-100--light:focus {
    color: #c5c9ca !important;
  }

  .xl\:focus\:u-text-grey-200--dark:focus {
    color: #6d7275 !important;
  }

  .xl\:focus\:u-text-grey-200--light:focus {
    color: #9b9fa1 !important;
  }

  .xl\:focus\:u-text-grey-300--dark:focus {
    color: #505456 !important;
  }

  .xl\:focus\:u-text-grey-300--light:focus {
    color: #707679 !important;
  }

  .xl\:focus\:u-text-grey-400--dark:focus {
    color: #30302f !important;
  }

  .xl\:focus\:u-text-grey-400--light:focus {
    color: #434342 !important;
  }

  .xl\:focus\:u-text-youtube--dark:focus {
    color: #c00 !important;
  }

  .xl\:focus\:u-text-youtube--light:focus {
    color: #ff1f1f !important;
  }

  .xl\:focus\:u-text-twitter--dark:focus {
    color: #0c84cd !important;
  }

  .xl\:focus\:u-text-twitter--light:focus {
    color: #3caef4 !important;
  }

  .xl\:focus\:u-text-facebook--dark:focus {
    color: #2f477a !important;
  }

  .xl\:focus\:u-text-facebook--light:focus {
    color: #4264aa !important;
  }

  .xl\:focus\:u-text-instagram--dark:focus {
    color: #363636 !important;
  }

  .xl\:focus\:u-text-instagram--light:focus {
    color: #4c4c4c !important;
  }

  .xl\:focus\:u-text-linkedin--dark:focus {
    color: #005f91 !important;
  }

  .xl\:focus\:u-text-linkedin--light:focus {
    color: #0085cb !important;
  }

  .xl\:focus\:u-text-college--dark:focus {
    color: #00523f !important;
  }

  .xl\:focus\:u-text-college--light:focus {
    color: #007258 !important;
  }

  .xl\:focus\:u-text-coll-collingwood--dark:focus {
    color: #a81e26 !important;
  }

  .xl\:focus\:u-text-coll-collingwood--light:focus {
    color: #db3a44 !important;
  }

  .xl\:focus\:u-text-coll-grey--dark:focus {
    color: #8c1f26 !important;
  }

  .xl\:focus\:u-text-coll-grey--light:focus {
    color: #c42c35 !important;
  }

  .xl\:focus\:u-text-coll-hatfield--dark:focus {
    color: #002d51 !important;
  }

  .xl\:focus\:u-text-coll-hatfield--light:focus {
    color: #003f71 !important;
  }

  .xl\:focus\:u-text-coll-johnsnow--dark:focus {
    color: #002d51 !important;
  }

  .xl\:focus\:u-text-coll-johnsnow--light:focus {
    color: #003f71 !important;
  }

  .xl\:focus\:u-text-coll-jbutler--dark:focus {
    color: #a81e26 !important;
  }

  .xl\:focus\:u-text-coll-jbutler--light:focus {
    color: #db3a44 !important;
  }

  .xl\:focus\:u-text-coll-south-college--dark:focus {
    color: #531d57 !important;
  }

  .xl\:focus\:u-text-coll-south-college--light:focus {
    color: #74287a !important;
  }

  .xl\:focus\:u-text-coll-staidans--dark:focus {
    color: #005239 !important;
  }

  .xl\:focus\:u-text-coll-staidans--light:focus {
    color: #007350 !important;
  }

  .xl\:focus\:u-text-coll-stchads--dark:focus {
    color: #004632 !important;
  }

  .xl\:focus\:u-text-coll-stchads--light:focus {
    color: #006147 !important;
  }

  .xl\:focus\:u-text-coll-stcuthberts--dark:focus {
    color: #00523f !important;
  }

  .xl\:focus\:u-text-coll-stcuthberts--light:focus {
    color: #007258 !important;
  }

  .xl\:focus\:u-text-coll-sthild--dark:focus {
    color: #005ba5 !important;
  }

  .xl\:focus\:u-text-coll-sthild--light:focus {
    color: #0080e7 !important;
  }

  .xl\:focus\:u-text-coll-stjohns--dark:focus {
    color: #162b4a !important;
  }

  .xl\:focus\:u-text-coll-stjohns--light:focus {
    color: #1e3c68 !important;
  }

  .xl\:focus\:u-text-coll-stmarys--dark:focus {
    color: #5e2f97 !important;
  }

  .xl\:focus\:u-text-coll-stmarys--light:focus {
    color: #844ec8 !important;
  }

  .xl\:focus\:u-text-coll-stephenson--dark:focus {
    color: #a81e26 !important;
  }

  .xl\:focus\:u-text-coll-stephenson--light:focus {
    color: #db3a44 !important;
  }

  .xl\:focus\:u-text-coll-trevelyan--dark:focus {
    color: #002d51 !important;
  }

  .xl\:focus\:u-text-coll-trevelyan--light:focus {
    color: #003f71 !important;
  }

  .xl\:focus\:u-text-coll-university--dark:focus {
    color: #6b1e29 !important;
  }

  .xl\:focus\:u-text-coll-university--light:focus {
    color: #962b39 !important;
  }

  .xl\:focus\:u-text-coll-ustinov--dark:focus {
    color: #002d51 !important;
  }

  .xl\:focus\:u-text-coll-ustinov--light:focus {
    color: #003f71 !important;
  }

  .xl\:focus\:u-text-coll-vanmildert--dark:focus {
    color: #cd101f !important;
  }

  .xl\:focus\:u-text-coll-vanmildert--light:focus {
    color: #f04654 !important;
  }

  .xl\:focus\:u-text-primary--dark:focus {
    color: #531d57 !important;
  }

  .xl\:focus\:u-text-primary--light:focus {
    color: #74287a !important;
  }

  .xl\:focus\:u-text-secondary--dark:focus {
    color: #fac500 !important;
  }

  .xl\:focus\:u-text-secondary--light:focus {
    color: #ffdd60 !important;
  }

  .xl\:focus\:u-text-tertiary--dark:focus {
    color: #008bbf !important;
  }

  .xl\:focus\:u-text-tertiary--light:focus {
    color: #0dbdff !important;
  }

  .xl\:focus\:u-text-success--dark:focus {
    color: #367e36 !important;
  }

  .xl\:focus\:u-text-success--light:focus {
    color: #4cb04c !important;
  }

  .xl\:focus\:u-text-danger--dark:focus {
    color: #981823 !important;
  }

  .xl\:focus\:u-text-danger--light:focus {
    color: #d52231 !important;
  }

  .xl\:focus\:u-text-warning--dark:focus {
    color: #ae4e18 !important;
  }

  .xl\:focus\:u-text-warning--light:focus {
    color: #e37233 !important;
  }

  .xl\:focus\:u-text-info--dark:focus {
    color: #0e6681 !important;
  }

  .xl\:focus\:u-text-info--light:focus {
    color: #138fb4 !important;
  }

  .xl\:focus\:u-text-light--dark:focus {
    color: #ccc !important;
  }

  .xl\:focus\:u-text-light--light:focus {
    color: #fff !important;
  }

  .xl\:focus\:u-text-dark--dark:focus {
    color: #29271c !important;
  }

  .xl\:focus\:u-text-dark--light:focus {
    color: #393727 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-transparent {
    color: transparent !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-current-color {
    color: currentColor !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-inherit {
    color: inherit !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-purple {
    color: #68246d !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-yellow {
    color: #ffd53a !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-cyan {
    color: #00aeef !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-blue {
    color: #409ddd !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-red {
    color: #be1e2c !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-gold {
    color: #afa961 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-ink-100 {
    color: #002337 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-stone {
    color: #dacda2 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-heather {
    color: #cba8b1 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-business {
    color: #b3bdb1 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-black {
    color: #333123 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-white {
    color: #fff !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-300 {
    color: #64696c !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-youtube {
    color: #f00 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-facebook {
    color: #3b5998 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-instagram {
    color: #444 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-college {
    color: #00664f !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-grey {
    color: #af272f !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-university {
    color: #862633 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-primary {
    color: #68246d !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-secondary {
    color: #ffd53a !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-tertiary {
    color: #00aeef !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-success {
    color: #449d44 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-danger {
    color: #be1e2c !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-warning {
    color: #da611e !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-info {
    color: #1180a1 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-light {
    color: #fff !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-dark {
    color: #333123 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-purple--light {
    color: #74287a !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-light-green--light {
    color: #fff !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-red--dark {
    color: #981823 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-red--light {
    color: #d52231 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-gold--light {
    color: #bab577 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-black--dark {
    color: #29271c !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-black--light {
    color: #393727 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-white--dark {
    color: #ccc !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-white--light {
    color: #fff !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-25--light {
    color: #fff !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-50--light {
    color: #fff !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-college--dark {
    color: #00523f !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-college--light {
    color: #007258 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-primary--light {
    color: #74287a !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-success--dark {
    color: #367e36 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-success--light {
    color: #4cb04c !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-danger--dark {
    color: #981823 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-danger--light {
    color: #d52231 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-warning--light {
    color: #e37233 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-info--light {
    color: #138fb4 !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-light--dark {
    color: #ccc !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-light--light {
    color: #fff !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-dark--dark {
    color: #29271c !important;
  }

  .ui-state-active .xl\:ui-active\:u-text-dark--light {
    color: #393727 !important;
  }

  .group:hover .xl\:group-hover\:u-text-transparent {
    color: transparent !important;
  }

  .group:hover .xl\:group-hover\:u-text-current-color {
    color: currentColor !important;
  }

  .group:hover .xl\:group-hover\:u-text-inherit {
    color: inherit !important;
  }

  .group:hover .xl\:group-hover\:u-text-purple {
    color: #68246d !important;
  }

  .group:hover .xl\:group-hover\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .group:hover .xl\:group-hover\:u-text-yellow {
    color: #ffd53a !important;
  }

  .group:hover .xl\:group-hover\:u-text-cyan {
    color: #00aeef !important;
  }

  .group:hover .xl\:group-hover\:u-text-blue {
    color: #409ddd !important;
  }

  .group:hover .xl\:group-hover\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .group:hover .xl\:group-hover\:u-text-red {
    color: #be1e2c !important;
  }

  .group:hover .xl\:group-hover\:u-text-gold {
    color: #afa961 !important;
  }

  .group:hover .xl\:group-hover\:u-text-ink-100 {
    color: #002337 !important;
  }

  .group:hover .xl\:group-hover\:u-text-stone {
    color: #dacda2 !important;
  }

  .group:hover .xl\:group-hover\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .group:hover .xl\:group-hover\:u-text-heather {
    color: #cba8b1 !important;
  }

  .group:hover .xl\:group-hover\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .group:hover .xl\:group-hover\:u-text-business {
    color: #b3bdb1 !important;
  }

  .group:hover .xl\:group-hover\:u-text-black {
    color: #333123 !important;
  }

  .group:hover .xl\:group-hover\:u-text-white {
    color: #fff !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-300 {
    color: #64696c !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .group:hover .xl\:group-hover\:u-text-youtube {
    color: #f00 !important;
  }

  .group:hover .xl\:group-hover\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .group:hover .xl\:group-hover\:u-text-facebook {
    color: #3b5998 !important;
  }

  .group:hover .xl\:group-hover\:u-text-instagram {
    color: #444 !important;
  }

  .group:hover .xl\:group-hover\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .group:hover .xl\:group-hover\:u-text-college {
    color: #00664f !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-grey {
    color: #af272f !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-university {
    color: #862633 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .group:hover .xl\:group-hover\:u-text-primary {
    color: #68246d !important;
  }

  .group:hover .xl\:group-hover\:u-text-secondary {
    color: #ffd53a !important;
  }

  .group:hover .xl\:group-hover\:u-text-tertiary {
    color: #00aeef !important;
  }

  .group:hover .xl\:group-hover\:u-text-success {
    color: #449d44 !important;
  }

  .group:hover .xl\:group-hover\:u-text-danger {
    color: #be1e2c !important;
  }

  .group:hover .xl\:group-hover\:u-text-warning {
    color: #da611e !important;
  }

  .group:hover .xl\:group-hover\:u-text-info {
    color: #1180a1 !important;
  }

  .group:hover .xl\:group-hover\:u-text-light {
    color: #fff !important;
  }

  .group:hover .xl\:group-hover\:u-text-dark {
    color: #333123 !important;
  }

  .group:hover .xl\:group-hover\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .group:hover .xl\:group-hover\:u-text-purple--light {
    color: #74287a !important;
  }

  .group:hover .xl\:group-hover\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .group:hover .xl\:group-hover\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .group:hover .xl\:group-hover\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .group:hover .xl\:group-hover\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .group:hover .xl\:group-hover\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .group:hover .xl\:group-hover\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .group:hover .xl\:group-hover\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .group:hover .xl\:group-hover\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .group:hover .xl\:group-hover\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .group:hover .xl\:group-hover\:u-text-light-green--light {
    color: #fff !important;
  }

  .group:hover .xl\:group-hover\:u-text-red--dark {
    color: #981823 !important;
  }

  .group:hover .xl\:group-hover\:u-text-red--light {
    color: #d52231 !important;
  }

  .group:hover .xl\:group-hover\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .group:hover .xl\:group-hover\:u-text-gold--light {
    color: #bab577 !important;
  }

  .group:hover .xl\:group-hover\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .group:hover .xl\:group-hover\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .group:hover .xl\:group-hover\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .group:hover .xl\:group-hover\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .group:hover .xl\:group-hover\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .group:hover .xl\:group-hover\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .group:hover .xl\:group-hover\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .group:hover .xl\:group-hover\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .group:hover .xl\:group-hover\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .group:hover .xl\:group-hover\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .group:hover .xl\:group-hover\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .group:hover .xl\:group-hover\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .group:hover .xl\:group-hover\:u-text-black--dark {
    color: #29271c !important;
  }

  .group:hover .xl\:group-hover\:u-text-black--light {
    color: #393727 !important;
  }

  .group:hover .xl\:group-hover\:u-text-white--dark {
    color: #ccc !important;
  }

  .group:hover .xl\:group-hover\:u-text-white--light {
    color: #fff !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-25--light {
    color: #fff !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-50--light {
    color: #fff !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .group:hover .xl\:group-hover\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .group:hover .xl\:group-hover\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .group:hover .xl\:group-hover\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .group:hover .xl\:group-hover\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .group:hover .xl\:group-hover\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .group:hover .xl\:group-hover\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .group:hover .xl\:group-hover\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .group:hover .xl\:group-hover\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .group:hover .xl\:group-hover\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .group:hover .xl\:group-hover\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .group:hover .xl\:group-hover\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .group:hover .xl\:group-hover\:u-text-college--dark {
    color: #00523f !important;
  }

  .group:hover .xl\:group-hover\:u-text-college--light {
    color: #007258 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .group:hover .xl\:group-hover\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .group:hover .xl\:group-hover\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .group:hover .xl\:group-hover\:u-text-primary--light {
    color: #74287a !important;
  }

  .group:hover .xl\:group-hover\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .group:hover .xl\:group-hover\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .group:hover .xl\:group-hover\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .group:hover .xl\:group-hover\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .group:hover .xl\:group-hover\:u-text-success--dark {
    color: #367e36 !important;
  }

  .group:hover .xl\:group-hover\:u-text-success--light {
    color: #4cb04c !important;
  }

  .group:hover .xl\:group-hover\:u-text-danger--dark {
    color: #981823 !important;
  }

  .group:hover .xl\:group-hover\:u-text-danger--light {
    color: #d52231 !important;
  }

  .group:hover .xl\:group-hover\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .group:hover .xl\:group-hover\:u-text-warning--light {
    color: #e37233 !important;
  }

  .group:hover .xl\:group-hover\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .group:hover .xl\:group-hover\:u-text-info--light {
    color: #138fb4 !important;
  }

  .group:hover .xl\:group-hover\:u-text-light--dark {
    color: #ccc !important;
  }

  .group:hover .xl\:group-hover\:u-text-light--light {
    color: #fff !important;
  }

  .group:hover .xl\:group-hover\:u-text-dark--dark {
    color: #29271c !important;
  }

  .group:hover .xl\:group-hover\:u-text-dark--light {
    color: #393727 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-transparent,
  .group:focus .xl\:group-hocus\:u-text-transparent {
    color: transparent !important;
  }

  .group:hover .xl\:group-hocus\:u-text-current-color,
  .group:focus .xl\:group-hocus\:u-text-current-color {
    color: currentColor !important;
  }

  .group:hover .xl\:group-hocus\:u-text-inherit,
  .group:focus .xl\:group-hocus\:u-text-inherit {
    color: inherit !important;
  }

  .group:hover .xl\:group-hocus\:u-text-purple,
  .group:focus .xl\:group-hocus\:u-text-purple {
    color: #68246d !important;
  }

  .group:hover .xl\:group-hocus\:u-text-darkpurple,
  .group:focus .xl\:group-hocus\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .group:hover .xl\:group-hocus\:u-text-yellow,
  .group:focus .xl\:group-hocus\:u-text-yellow {
    color: #ffd53a !important;
  }

  .group:hover .xl\:group-hocus\:u-text-cyan,
  .group:focus .xl\:group-hocus\:u-text-cyan {
    color: #00aeef !important;
  }

  .group:hover .xl\:group-hocus\:u-text-blue,
  .group:focus .xl\:group-hocus\:u-text-blue {
    color: #409ddd !important;
  }

  .group:hover .xl\:group-hocus\:u-text-light-green,
  .group:focus .xl\:group-hocus\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-red,
  .group:focus .xl\:group-hocus\:u-text-red {
    color: #be1e2c !important;
  }

  .group:hover .xl\:group-hocus\:u-text-gold,
  .group:focus .xl\:group-hocus\:u-text-gold {
    color: #afa961 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-ink-100,
  .group:focus .xl\:group-hocus\:u-text-ink-100 {
    color: #002337 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-stone,
  .group:focus .xl\:group-hocus\:u-text-stone {
    color: #dacda2 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-sky,
  .group:focus .xl\:group-hocus\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-heather,
  .group:focus .xl\:group-hocus\:u-text-heather {
    color: #cba8b1 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-cedar,
  .group:focus .xl\:group-hocus\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-business,
  .group:focus .xl\:group-hocus\:u-text-business {
    color: #b3bdb1 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-black,
  .group:focus .xl\:group-hocus\:u-text-black {
    color: #333123 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-white,
  .group:focus .xl\:group-hocus\:u-text-white {
    color: #fff !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-25,
  .group:focus .xl\:group-hocus\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-50,
  .group:focus .xl\:group-hocus\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-75,
  .group:focus .xl\:group-hocus\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-100,
  .group:focus .xl\:group-hocus\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-200,
  .group:focus .xl\:group-hocus\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-300,
  .group:focus .xl\:group-hocus\:u-text-grey-300 {
    color: #64696c !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-400,
  .group:focus .xl\:group-hocus\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .group:hover .xl\:group-hocus\:u-text-youtube,
  .group:focus .xl\:group-hocus\:u-text-youtube {
    color: #f00 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-twitter,
  .group:focus .xl\:group-hocus\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-facebook,
  .group:focus .xl\:group-hocus\:u-text-facebook {
    color: #3b5998 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-instagram,
  .group:focus .xl\:group-hocus\:u-text-instagram {
    color: #444 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-linkedin,
  .group:focus .xl\:group-hocus\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-college,
  .group:focus .xl\:group-hocus\:u-text-college {
    color: #00664f !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-collingwood,
  .group:focus .xl\:group-hocus\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-grey,
  .group:focus .xl\:group-hocus\:u-text-coll-grey {
    color: #af272f !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-hatfield,
  .group:focus .xl\:group-hocus\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-johnsnow,
  .group:focus .xl\:group-hocus\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-jbutler,
  .group:focus .xl\:group-hocus\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-south-college,
  .group:focus .xl\:group-hocus\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-staidans,
  .group:focus .xl\:group-hocus\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-stchads,
  .group:focus .xl\:group-hocus\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-stcuthberts,
  .group:focus .xl\:group-hocus\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-sthild,
  .group:focus .xl\:group-hocus\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-stjohns,
  .group:focus .xl\:group-hocus\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-stmarys,
  .group:focus .xl\:group-hocus\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-stephenson,
  .group:focus .xl\:group-hocus\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-trevelyan,
  .group:focus .xl\:group-hocus\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-university,
  .group:focus .xl\:group-hocus\:u-text-coll-university {
    color: #862633 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-ustinov,
  .group:focus .xl\:group-hocus\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-vanmildert,
  .group:focus .xl\:group-hocus\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-primary,
  .group:focus .xl\:group-hocus\:u-text-primary {
    color: #68246d !important;
  }

  .group:hover .xl\:group-hocus\:u-text-secondary,
  .group:focus .xl\:group-hocus\:u-text-secondary {
    color: #ffd53a !important;
  }

  .group:hover .xl\:group-hocus\:u-text-tertiary,
  .group:focus .xl\:group-hocus\:u-text-tertiary {
    color: #00aeef !important;
  }

  .group:hover .xl\:group-hocus\:u-text-success,
  .group:focus .xl\:group-hocus\:u-text-success {
    color: #449d44 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-danger,
  .group:focus .xl\:group-hocus\:u-text-danger {
    color: #be1e2c !important;
  }

  .group:hover .xl\:group-hocus\:u-text-warning,
  .group:focus .xl\:group-hocus\:u-text-warning {
    color: #da611e !important;
  }

  .group:hover .xl\:group-hocus\:u-text-info,
  .group:focus .xl\:group-hocus\:u-text-info {
    color: #1180a1 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-light,
  .group:focus .xl\:group-hocus\:u-text-light {
    color: #fff !important;
  }

  .group:hover .xl\:group-hocus\:u-text-dark,
  .group:focus .xl\:group-hocus\:u-text-dark {
    color: #333123 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-purple--dark,
  .group:focus .xl\:group-hocus\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-purple--light,
  .group:focus .xl\:group-hocus\:u-text-purple--light {
    color: #74287a !important;
  }

  .group:hover .xl\:group-hocus\:u-text-darkpurple--dark,
  .group:focus .xl\:group-hocus\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .group:hover .xl\:group-hocus\:u-text-darkpurple--light,
  .group:focus .xl\:group-hocus\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-yellow--dark,
  .group:focus .xl\:group-hocus\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-yellow--light,
  .group:focus .xl\:group-hocus\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-cyan--dark,
  .group:focus .xl\:group-hocus\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .group:hover .xl\:group-hocus\:u-text-cyan--light,
  .group:focus .xl\:group-hocus\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .group:hover .xl\:group-hocus\:u-text-blue--dark,
  .group:focus .xl\:group-hocus\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-blue--light,
  .group:focus .xl\:group-hocus\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-light-green--dark,
  .group:focus .xl\:group-hocus\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-light-green--light,
  .group:focus .xl\:group-hocus\:u-text-light-green--light {
    color: #fff !important;
  }

  .group:hover .xl\:group-hocus\:u-text-red--dark,
  .group:focus .xl\:group-hocus\:u-text-red--dark {
    color: #981823 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-red--light,
  .group:focus .xl\:group-hocus\:u-text-red--light {
    color: #d52231 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-gold--dark,
  .group:focus .xl\:group-hocus\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-gold--light,
  .group:focus .xl\:group-hocus\:u-text-gold--light {
    color: #bab577 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-ink-100--dark,
  .group:focus .xl\:group-hocus\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .group:hover .xl\:group-hocus\:u-text-ink-100--light,
  .group:focus .xl\:group-hocus\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .group:hover .xl\:group-hocus\:u-text-stone--dark,
  .group:focus .xl\:group-hocus\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .group:hover .xl\:group-hocus\:u-text-stone--light,
  .group:focus .xl\:group-hocus\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-sky--dark,
  .group:focus .xl\:group-hocus\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-sky--light,
  .group:focus .xl\:group-hocus\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .group:hover .xl\:group-hocus\:u-text-heather--dark,
  .group:focus .xl\:group-hocus\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-heather--light,
  .group:focus .xl\:group-hocus\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .group:hover .xl\:group-hocus\:u-text-cedar--dark,
  .group:focus .xl\:group-hocus\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-cedar--light,
  .group:focus .xl\:group-hocus\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .group:hover .xl\:group-hocus\:u-text-business--dark,
  .group:focus .xl\:group-hocus\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-business--light,
  .group:focus .xl\:group-hocus\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-black--dark,
  .group:focus .xl\:group-hocus\:u-text-black--dark {
    color: #29271c !important;
  }

  .group:hover .xl\:group-hocus\:u-text-black--light,
  .group:focus .xl\:group-hocus\:u-text-black--light {
    color: #393727 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-white--dark,
  .group:focus .xl\:group-hocus\:u-text-white--dark {
    color: #ccc !important;
  }

  .group:hover .xl\:group-hocus\:u-text-white--light,
  .group:focus .xl\:group-hocus\:u-text-white--light {
    color: #fff !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-25--dark,
  .group:focus .xl\:group-hocus\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-25--light,
  .group:focus .xl\:group-hocus\:u-text-grey-25--light {
    color: #fff !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-50--dark,
  .group:focus .xl\:group-hocus\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-50--light,
  .group:focus .xl\:group-hocus\:u-text-grey-50--light {
    color: #fff !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-75--dark,
  .group:focus .xl\:group-hocus\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-75--light,
  .group:focus .xl\:group-hocus\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-100--dark,
  .group:focus .xl\:group-hocus\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-100--light,
  .group:focus .xl\:group-hocus\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-200--dark,
  .group:focus .xl\:group-hocus\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-200--light,
  .group:focus .xl\:group-hocus\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-300--dark,
  .group:focus .xl\:group-hocus\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-300--light,
  .group:focus .xl\:group-hocus\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-400--dark,
  .group:focus .xl\:group-hocus\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .group:hover .xl\:group-hocus\:u-text-grey-400--light,
  .group:focus .xl\:group-hocus\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-youtube--dark,
  .group:focus .xl\:group-hocus\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-youtube--light,
  .group:focus .xl\:group-hocus\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .group:hover .xl\:group-hocus\:u-text-twitter--dark,
  .group:focus .xl\:group-hocus\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .group:hover .xl\:group-hocus\:u-text-twitter--light,
  .group:focus .xl\:group-hocus\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-facebook--dark,
  .group:focus .xl\:group-hocus\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .group:hover .xl\:group-hocus\:u-text-facebook--light,
  .group:focus .xl\:group-hocus\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .group:hover .xl\:group-hocus\:u-text-instagram--dark,
  .group:focus .xl\:group-hocus\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-instagram--light,
  .group:focus .xl\:group-hocus\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .group:hover .xl\:group-hocus\:u-text-linkedin--dark,
  .group:focus .xl\:group-hocus\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-linkedin--light,
  .group:focus .xl\:group-hocus\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .group:hover .xl\:group-hocus\:u-text-college--dark,
  .group:focus .xl\:group-hocus\:u-text-college--dark {
    color: #00523f !important;
  }

  .group:hover .xl\:group-hocus\:u-text-college--light,
  .group:focus .xl\:group-hocus\:u-text-college--light {
    color: #007258 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-collingwood--dark,
  .group:focus .xl\:group-hocus\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-collingwood--light,
  .group:focus .xl\:group-hocus\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-grey--dark,
  .group:focus .xl\:group-hocus\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-grey--light,
  .group:focus .xl\:group-hocus\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-hatfield--dark,
  .group:focus .xl\:group-hocus\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-hatfield--light,
  .group:focus .xl\:group-hocus\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-johnsnow--dark,
  .group:focus .xl\:group-hocus\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-johnsnow--light,
  .group:focus .xl\:group-hocus\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-jbutler--dark,
  .group:focus .xl\:group-hocus\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-jbutler--light,
  .group:focus .xl\:group-hocus\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-south-college--dark,
  .group:focus .xl\:group-hocus\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-south-college--light,
  .group:focus .xl\:group-hocus\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-staidans--dark,
  .group:focus .xl\:group-hocus\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-staidans--light,
  .group:focus .xl\:group-hocus\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-stchads--dark,
  .group:focus .xl\:group-hocus\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-stchads--light,
  .group:focus .xl\:group-hocus\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-stcuthberts--dark,
  .group:focus .xl\:group-hocus\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-stcuthberts--light,
  .group:focus .xl\:group-hocus\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-sthild--dark,
  .group:focus .xl\:group-hocus\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-sthild--light,
  .group:focus .xl\:group-hocus\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-stjohns--dark,
  .group:focus .xl\:group-hocus\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-stjohns--light,
  .group:focus .xl\:group-hocus\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-stmarys--dark,
  .group:focus .xl\:group-hocus\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-stmarys--light,
  .group:focus .xl\:group-hocus\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-stephenson--dark,
  .group:focus .xl\:group-hocus\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-stephenson--light,
  .group:focus .xl\:group-hocus\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-trevelyan--dark,
  .group:focus .xl\:group-hocus\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-trevelyan--light,
  .group:focus .xl\:group-hocus\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-university--dark,
  .group:focus .xl\:group-hocus\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-university--light,
  .group:focus .xl\:group-hocus\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-ustinov--dark,
  .group:focus .xl\:group-hocus\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-ustinov--light,
  .group:focus .xl\:group-hocus\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-vanmildert--dark,
  .group:focus .xl\:group-hocus\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .group:hover .xl\:group-hocus\:u-text-coll-vanmildert--light,
  .group:focus .xl\:group-hocus\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-primary--dark,
  .group:focus .xl\:group-hocus\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-primary--light,
  .group:focus .xl\:group-hocus\:u-text-primary--light {
    color: #74287a !important;
  }

  .group:hover .xl\:group-hocus\:u-text-secondary--dark,
  .group:focus .xl\:group-hocus\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-secondary--light,
  .group:focus .xl\:group-hocus\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-tertiary--dark,
  .group:focus .xl\:group-hocus\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .group:hover .xl\:group-hocus\:u-text-tertiary--light,
  .group:focus .xl\:group-hocus\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .group:hover .xl\:group-hocus\:u-text-success--dark,
  .group:focus .xl\:group-hocus\:u-text-success--dark {
    color: #367e36 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-success--light,
  .group:focus .xl\:group-hocus\:u-text-success--light {
    color: #4cb04c !important;
  }

  .group:hover .xl\:group-hocus\:u-text-danger--dark,
  .group:focus .xl\:group-hocus\:u-text-danger--dark {
    color: #981823 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-danger--light,
  .group:focus .xl\:group-hocus\:u-text-danger--light {
    color: #d52231 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-warning--dark,
  .group:focus .xl\:group-hocus\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-warning--light,
  .group:focus .xl\:group-hocus\:u-text-warning--light {
    color: #e37233 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-info--dark,
  .group:focus .xl\:group-hocus\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-info--light,
  .group:focus .xl\:group-hocus\:u-text-info--light {
    color: #138fb4 !important;
  }

  .group:hover .xl\:group-hocus\:u-text-light--dark,
  .group:focus .xl\:group-hocus\:u-text-light--dark {
    color: #ccc !important;
  }

  .group:hover .xl\:group-hocus\:u-text-light--light,
  .group:focus .xl\:group-hocus\:u-text-light--light {
    color: #fff !important;
  }

  .group:hover .xl\:group-hocus\:u-text-dark--dark,
  .group:focus .xl\:group-hocus\:u-text-dark--dark {
    color: #29271c !important;
  }

  .group:hover .xl\:group-hocus\:u-text-dark--light,
  .group:focus .xl\:group-hocus\:u-text-dark--light {
    color: #393727 !important;
  }

  .xl\:hocus\:u-text-transparent:hover,
  .xl\:hocus\:u-text-transparent:focus {
    color: transparent !important;
  }

  .xl\:hocus\:u-text-current-color:hover,
  .xl\:hocus\:u-text-current-color:focus {
    color: currentColor !important;
  }

  .xl\:hocus\:u-text-inherit:hover,
  .xl\:hocus\:u-text-inherit:focus {
    color: inherit !important;
  }

  .xl\:hocus\:u-text-purple:hover,
  .xl\:hocus\:u-text-purple:focus {
    color: #68246d !important;
  }

  .xl\:hocus\:u-text-darkpurple:hover,
  .xl\:hocus\:u-text-darkpurple:focus {
    color: #571b4f !important;
  }

  .xl\:hocus\:u-text-yellow:hover,
  .xl\:hocus\:u-text-yellow:focus {
    color: #ffd53a !important;
  }

  .xl\:hocus\:u-text-cyan:hover,
  .xl\:hocus\:u-text-cyan:focus {
    color: #00aeef !important;
  }

  .xl\:hocus\:u-text-blue:hover,
  .xl\:hocus\:u-text-blue:focus {
    color: #409ddd !important;
  }

  .xl\:hocus\:u-text-light-green:hover,
  .xl\:hocus\:u-text-light-green:focus {
    color: #e2f4e9 !important;
  }

  .xl\:hocus\:u-text-red:hover,
  .xl\:hocus\:u-text-red:focus {
    color: #be1e2c !important;
  }

  .xl\:hocus\:u-text-gold:hover,
  .xl\:hocus\:u-text-gold:focus {
    color: #afa961 !important;
  }

  .xl\:hocus\:u-text-ink-100:hover,
  .xl\:hocus\:u-text-ink-100:focus {
    color: #002337 !important;
  }

  .xl\:hocus\:u-text-stone:hover,
  .xl\:hocus\:u-text-stone:focus {
    color: #dacda2 !important;
  }

  .xl\:hocus\:u-text-sky:hover,
  .xl\:hocus\:u-text-sky:focus {
    color: #a5c8d0 !important;
  }

  .xl\:hocus\:u-text-heather:hover,
  .xl\:hocus\:u-text-heather:focus {
    color: #cba8b1 !important;
  }

  .xl\:hocus\:u-text-cedar:hover,
  .xl\:hocus\:u-text-cedar:focus {
    color: #b6aaa7 !important;
  }

  .xl\:hocus\:u-text-business:hover,
  .xl\:hocus\:u-text-business:focus {
    color: #b3bdb1 !important;
  }

  .xl\:hocus\:u-text-black:hover,
  .xl\:hocus\:u-text-black:focus {
    color: #333123 !important;
  }

  .xl\:hocus\:u-text-white:hover,
  .xl\:hocus\:u-text-white:focus {
    color: #fff !important;
  }

  .xl\:hocus\:u-text-grey-25:hover,
  .xl\:hocus\:u-text-grey-25:focus {
    color: #f7f7f7 !important;
  }

  .xl\:hocus\:u-text-grey-50:hover,
  .xl\:hocus\:u-text-grey-50:focus {
    color: #ebebeb !important;
  }

  .xl\:hocus\:u-text-grey-75:hover,
  .xl\:hocus\:u-text-grey-75:focus {
    color: #d9d9d9 !important;
  }

  .xl\:hocus\:u-text-grey-100:hover,
  .xl\:hocus\:u-text-grey-100:focus {
    color: #afb4b6 !important;
  }

  .xl\:hocus\:u-text-grey-200:hover,
  .xl\:hocus\:u-text-grey-200:focus {
    color: #898e91 !important;
  }

  .xl\:hocus\:u-text-grey-300:hover,
  .xl\:hocus\:u-text-grey-300:focus {
    color: #64696c !important;
  }

  .xl\:hocus\:u-text-grey-400:hover,
  .xl\:hocus\:u-text-grey-400:focus {
    color: #3c3c3b !important;
  }

  .xl\:hocus\:u-text-youtube:hover,
  .xl\:hocus\:u-text-youtube:focus {
    color: #f00 !important;
  }

  .xl\:hocus\:u-text-twitter:hover,
  .xl\:hocus\:u-text-twitter:focus {
    color: #1da1f2 !important;
  }

  .xl\:hocus\:u-text-facebook:hover,
  .xl\:hocus\:u-text-facebook:focus {
    color: #3b5998 !important;
  }

  .xl\:hocus\:u-text-instagram:hover,
  .xl\:hocus\:u-text-instagram:focus {
    color: #444 !important;
  }

  .xl\:hocus\:u-text-linkedin:hover,
  .xl\:hocus\:u-text-linkedin:focus {
    color: #0077b5 !important;
  }

  .xl\:hocus\:u-text-college:hover,
  .xl\:hocus\:u-text-college:focus {
    color: #00664f !important;
  }

  .xl\:hocus\:u-text-coll-collingwood:hover,
  .xl\:hocus\:u-text-coll-collingwood:focus {
    color: #d22630 !important;
  }

  .xl\:hocus\:u-text-coll-grey:hover,
  .xl\:hocus\:u-text-coll-grey:focus {
    color: #af272f !important;
  }

  .xl\:hocus\:u-text-coll-hatfield:hover,
  .xl\:hocus\:u-text-coll-hatfield:focus {
    color: #003865 !important;
  }

  .xl\:hocus\:u-text-coll-johnsnow:hover,
  .xl\:hocus\:u-text-coll-johnsnow:focus {
    color: #003865 !important;
  }

  .xl\:hocus\:u-text-coll-jbutler:hover,
  .xl\:hocus\:u-text-coll-jbutler:focus {
    color: #d22630 !important;
  }

  .xl\:hocus\:u-text-coll-south-college:hover,
  .xl\:hocus\:u-text-coll-south-college:focus {
    color: #68246d !important;
  }

  .xl\:hocus\:u-text-coll-staidans:hover,
  .xl\:hocus\:u-text-coll-staidans:focus {
    color: #006747 !important;
  }

  .xl\:hocus\:u-text-coll-stchads:hover,
  .xl\:hocus\:u-text-coll-stchads:focus {
    color: #00573f !important;
  }

  .xl\:hocus\:u-text-coll-stcuthberts:hover,
  .xl\:hocus\:u-text-coll-stcuthberts:focus {
    color: #00664f !important;
  }

  .xl\:hocus\:u-text-coll-sthild:hover,
  .xl\:hocus\:u-text-coll-sthild:focus {
    color: #0072ce !important;
  }

  .xl\:hocus\:u-text-coll-stjohns:hover,
  .xl\:hocus\:u-text-coll-stjohns:focus {
    color: #1b365d !important;
  }

  .xl\:hocus\:u-text-coll-stmarys:hover,
  .xl\:hocus\:u-text-coll-stmarys:focus {
    color: #753bbd !important;
  }

  .xl\:hocus\:u-text-coll-stephenson:hover,
  .xl\:hocus\:u-text-coll-stephenson:focus {
    color: #d22630 !important;
  }

  .xl\:hocus\:u-text-coll-trevelyan:hover,
  .xl\:hocus\:u-text-coll-trevelyan:focus {
    color: #003865 !important;
  }

  .xl\:hocus\:u-text-coll-university:hover,
  .xl\:hocus\:u-text-coll-university:focus {
    color: #862633 !important;
  }

  .xl\:hocus\:u-text-coll-ustinov:hover,
  .xl\:hocus\:u-text-coll-ustinov:focus {
    color: #003865 !important;
  }

  .xl\:hocus\:u-text-coll-vanmildert:hover,
  .xl\:hocus\:u-text-coll-vanmildert:focus {
    color: #ee2737 !important;
  }

  .xl\:hocus\:u-text-primary:hover,
  .xl\:hocus\:u-text-primary:focus {
    color: #68246d !important;
  }

  .xl\:hocus\:u-text-secondary:hover,
  .xl\:hocus\:u-text-secondary:focus {
    color: #ffd53a !important;
  }

  .xl\:hocus\:u-text-tertiary:hover,
  .xl\:hocus\:u-text-tertiary:focus {
    color: #00aeef !important;
  }

  .xl\:hocus\:u-text-success:hover,
  .xl\:hocus\:u-text-success:focus {
    color: #449d44 !important;
  }

  .xl\:hocus\:u-text-danger:hover,
  .xl\:hocus\:u-text-danger:focus {
    color: #be1e2c !important;
  }

  .xl\:hocus\:u-text-warning:hover,
  .xl\:hocus\:u-text-warning:focus {
    color: #da611e !important;
  }

  .xl\:hocus\:u-text-info:hover,
  .xl\:hocus\:u-text-info:focus {
    color: #1180a1 !important;
  }

  .xl\:hocus\:u-text-light:hover,
  .xl\:hocus\:u-text-light:focus {
    color: #fff !important;
  }

  .xl\:hocus\:u-text-dark:hover,
  .xl\:hocus\:u-text-dark:focus {
    color: #333123 !important;
  }

  .xl\:hocus\:u-text-purple--dark:hover,
  .xl\:hocus\:u-text-purple--dark:focus {
    color: #531d57 !important;
  }

  .xl\:hocus\:u-text-purple--light:hover,
  .xl\:hocus\:u-text-purple--light:focus {
    color: #74287a !important;
  }

  .xl\:hocus\:u-text-darkpurple--dark:hover,
  .xl\:hocus\:u-text-darkpurple--dark:focus {
    color: #46163f !important;
  }

  .xl\:hocus\:u-text-darkpurple--light:hover,
  .xl\:hocus\:u-text-darkpurple--light:focus {
    color: #611e58 !important;
  }

  .xl\:hocus\:u-text-yellow--dark:hover,
  .xl\:hocus\:u-text-yellow--dark:focus {
    color: #fac500 !important;
  }

  .xl\:hocus\:u-text-yellow--light:hover,
  .xl\:hocus\:u-text-yellow--light:focus {
    color: #ffdd60 !important;
  }

  .xl\:hocus\:u-text-cyan--dark:hover,
  .xl\:hocus\:u-text-cyan--dark:focus {
    color: #008bbf !important;
  }

  .xl\:hocus\:u-text-cyan--light:hover,
  .xl\:hocus\:u-text-cyan--light:focus {
    color: #0dbdff !important;
  }

  .xl\:hocus\:u-text-blue--dark:hover,
  .xl\:hocus\:u-text-blue--dark:focus {
    color: #2281c2 !important;
  }

  .xl\:hocus\:u-text-blue--light:hover,
  .xl\:hocus\:u-text-blue--light:focus {
    color: #5dace2 !important;
  }

  .xl\:hocus\:u-text-light-green--dark:hover,
  .xl\:hocus\:u-text-light-green--dark:focus {
    color: #9edab5 !important;
  }

  .xl\:hocus\:u-text-light-green--light:hover,
  .xl\:hocus\:u-text-light-green--light:focus {
    color: #fff !important;
  }

  .xl\:hocus\:u-text-red--dark:hover,
  .xl\:hocus\:u-text-red--dark:focus {
    color: #981823 !important;
  }

  .xl\:hocus\:u-text-red--light:hover,
  .xl\:hocus\:u-text-red--light:focus {
    color: #d52231 !important;
  }

  .xl\:hocus\:u-text-gold--dark:hover,
  .xl\:hocus\:u-text-gold--dark:focus {
    color: #908b49 !important;
  }

  .xl\:hocus\:u-text-gold--light:hover,
  .xl\:hocus\:u-text-gold--light:focus {
    color: #bab577 !important;
  }

  .xl\:hocus\:u-text-ink-100--dark:hover,
  .xl\:hocus\:u-text-ink-100--dark:focus {
    color: #001c2c !important;
  }

  .xl\:hocus\:u-text-ink-100--light:hover,
  .xl\:hocus\:u-text-ink-100--light:focus {
    color: #00273e !important;
  }

  .xl\:hocus\:u-text-stone--dark:hover,
  .xl\:hocus\:u-text-stone--dark:focus {
    color: #c4b06c !important;
  }

  .xl\:hocus\:u-text-stone--light:hover,
  .xl\:hocus\:u-text-stone--light:focus {
    color: #e7dfc3 !important;
  }

  .xl\:hocus\:u-text-sky--dark:hover,
  .xl\:hocus\:u-text-sky--dark:focus {
    color: #74aab6 !important;
  }

  .xl\:hocus\:u-text-sky--light:hover,
  .xl\:hocus\:u-text-sky--light:focus {
    color: #c2dadf !important;
  }

  .xl\:hocus\:u-text-heather--dark:hover,
  .xl\:hocus\:u-text-heather--dark:focus {
    color: #af7a87 !important;
  }

  .xl\:hocus\:u-text-heather--light:hover,
  .xl\:hocus\:u-text-heather--light:focus {
    color: #dcc4ca !important;
  }

  .xl\:hocus\:u-text-cedar--dark:hover,
  .xl\:hocus\:u-text-cedar--dark:focus {
    color: #968581 !important;
  }

  .xl\:hocus\:u-text-cedar--light:hover,
  .xl\:hocus\:u-text-cedar--light:focus {
    color: #c9c0be !important;
  }

  .xl\:hocus\:u-text-business--dark:hover,
  .xl\:hocus\:u-text-business--dark:focus {
    color: #8c9b89 !important;
  }

  .xl\:hocus\:u-text-business--light:hover,
  .xl\:hocus\:u-text-business--light:focus {
    color: #cad1c9 !important;
  }

  .xl\:hocus\:u-text-black--dark:hover,
  .xl\:hocus\:u-text-black--dark:focus {
    color: #29271c !important;
  }

  .xl\:hocus\:u-text-black--light:hover,
  .xl\:hocus\:u-text-black--light:focus {
    color: #393727 !important;
  }

  .xl\:hocus\:u-text-white--dark:hover,
  .xl\:hocus\:u-text-white--dark:focus {
    color: #ccc !important;
  }

  .xl\:hocus\:u-text-white--light:hover,
  .xl\:hocus\:u-text-white--light:focus {
    color: #fff !important;
  }

  .xl\:hocus\:u-text-grey-25--dark:hover,
  .xl\:hocus\:u-text-grey-25--dark:focus {
    color: #c6c6c6 !important;
  }

  .xl\:hocus\:u-text-grey-25--light:hover,
  .xl\:hocus\:u-text-grey-25--light:focus {
    color: #fff !important;
  }

  .xl\:hocus\:u-text-grey-50--dark:hover,
  .xl\:hocus\:u-text-grey-50--dark:focus {
    color: #bcbcbc !important;
  }

  .xl\:hocus\:u-text-grey-50--light:hover,
  .xl\:hocus\:u-text-grey-50--light:focus {
    color: #fff !important;
  }

  .xl\:hocus\:u-text-grey-75--dark:hover,
  .xl\:hocus\:u-text-grey-75--dark:focus {
    color: #aeaeae !important;
  }

  .xl\:hocus\:u-text-grey-75--light:hover,
  .xl\:hocus\:u-text-grey-75--light:focus {
    color: #f3f3f3 !important;
  }

  .xl\:hocus\:u-text-grey-100--dark:hover,
  .xl\:hocus\:u-text-grey-100--dark:focus {
    color: #8a9194 !important;
  }

  .xl\:hocus\:u-text-grey-100--light:hover,
  .xl\:hocus\:u-text-grey-100--light:focus {
    color: #c5c9ca !important;
  }

  .xl\:hocus\:u-text-grey-200--dark:hover,
  .xl\:hocus\:u-text-grey-200--dark:focus {
    color: #6d7275 !important;
  }

  .xl\:hocus\:u-text-grey-200--light:hover,
  .xl\:hocus\:u-text-grey-200--light:focus {
    color: #9b9fa1 !important;
  }

  .xl\:hocus\:u-text-grey-300--dark:hover,
  .xl\:hocus\:u-text-grey-300--dark:focus {
    color: #505456 !important;
  }

  .xl\:hocus\:u-text-grey-300--light:hover,
  .xl\:hocus\:u-text-grey-300--light:focus {
    color: #707679 !important;
  }

  .xl\:hocus\:u-text-grey-400--dark:hover,
  .xl\:hocus\:u-text-grey-400--dark:focus {
    color: #30302f !important;
  }

  .xl\:hocus\:u-text-grey-400--light:hover,
  .xl\:hocus\:u-text-grey-400--light:focus {
    color: #434342 !important;
  }

  .xl\:hocus\:u-text-youtube--dark:hover,
  .xl\:hocus\:u-text-youtube--dark:focus {
    color: #c00 !important;
  }

  .xl\:hocus\:u-text-youtube--light:hover,
  .xl\:hocus\:u-text-youtube--light:focus {
    color: #ff1f1f !important;
  }

  .xl\:hocus\:u-text-twitter--dark:hover,
  .xl\:hocus\:u-text-twitter--dark:focus {
    color: #0c84cd !important;
  }

  .xl\:hocus\:u-text-twitter--light:hover,
  .xl\:hocus\:u-text-twitter--light:focus {
    color: #3caef4 !important;
  }

  .xl\:hocus\:u-text-facebook--dark:hover,
  .xl\:hocus\:u-text-facebook--dark:focus {
    color: #2f477a !important;
  }

  .xl\:hocus\:u-text-facebook--light:hover,
  .xl\:hocus\:u-text-facebook--light:focus {
    color: #4264aa !important;
  }

  .xl\:hocus\:u-text-instagram--dark:hover,
  .xl\:hocus\:u-text-instagram--dark:focus {
    color: #363636 !important;
  }

  .xl\:hocus\:u-text-instagram--light:hover,
  .xl\:hocus\:u-text-instagram--light:focus {
    color: #4c4c4c !important;
  }

  .xl\:hocus\:u-text-linkedin--dark:hover,
  .xl\:hocus\:u-text-linkedin--dark:focus {
    color: #005f91 !important;
  }

  .xl\:hocus\:u-text-linkedin--light:hover,
  .xl\:hocus\:u-text-linkedin--light:focus {
    color: #0085cb !important;
  }

  .xl\:hocus\:u-text-college--dark:hover,
  .xl\:hocus\:u-text-college--dark:focus {
    color: #00523f !important;
  }

  .xl\:hocus\:u-text-college--light:hover,
  .xl\:hocus\:u-text-college--light:focus {
    color: #007258 !important;
  }

  .xl\:hocus\:u-text-coll-collingwood--dark:hover,
  .xl\:hocus\:u-text-coll-collingwood--dark:focus {
    color: #a81e26 !important;
  }

  .xl\:hocus\:u-text-coll-collingwood--light:hover,
  .xl\:hocus\:u-text-coll-collingwood--light:focus {
    color: #db3a44 !important;
  }

  .xl\:hocus\:u-text-coll-grey--dark:hover,
  .xl\:hocus\:u-text-coll-grey--dark:focus {
    color: #8c1f26 !important;
  }

  .xl\:hocus\:u-text-coll-grey--light:hover,
  .xl\:hocus\:u-text-coll-grey--light:focus {
    color: #c42c35 !important;
  }

  .xl\:hocus\:u-text-coll-hatfield--dark:hover,
  .xl\:hocus\:u-text-coll-hatfield--dark:focus {
    color: #002d51 !important;
  }

  .xl\:hocus\:u-text-coll-hatfield--light:hover,
  .xl\:hocus\:u-text-coll-hatfield--light:focus {
    color: #003f71 !important;
  }

  .xl\:hocus\:u-text-coll-johnsnow--dark:hover,
  .xl\:hocus\:u-text-coll-johnsnow--dark:focus {
    color: #002d51 !important;
  }

  .xl\:hocus\:u-text-coll-johnsnow--light:hover,
  .xl\:hocus\:u-text-coll-johnsnow--light:focus {
    color: #003f71 !important;
  }

  .xl\:hocus\:u-text-coll-jbutler--dark:hover,
  .xl\:hocus\:u-text-coll-jbutler--dark:focus {
    color: #a81e26 !important;
  }

  .xl\:hocus\:u-text-coll-jbutler--light:hover,
  .xl\:hocus\:u-text-coll-jbutler--light:focus {
    color: #db3a44 !important;
  }

  .xl\:hocus\:u-text-coll-south-college--dark:hover,
  .xl\:hocus\:u-text-coll-south-college--dark:focus {
    color: #531d57 !important;
  }

  .xl\:hocus\:u-text-coll-south-college--light:hover,
  .xl\:hocus\:u-text-coll-south-college--light:focus {
    color: #74287a !important;
  }

  .xl\:hocus\:u-text-coll-staidans--dark:hover,
  .xl\:hocus\:u-text-coll-staidans--dark:focus {
    color: #005239 !important;
  }

  .xl\:hocus\:u-text-coll-staidans--light:hover,
  .xl\:hocus\:u-text-coll-staidans--light:focus {
    color: #007350 !important;
  }

  .xl\:hocus\:u-text-coll-stchads--dark:hover,
  .xl\:hocus\:u-text-coll-stchads--dark:focus {
    color: #004632 !important;
  }

  .xl\:hocus\:u-text-coll-stchads--light:hover,
  .xl\:hocus\:u-text-coll-stchads--light:focus {
    color: #006147 !important;
  }

  .xl\:hocus\:u-text-coll-stcuthberts--dark:hover,
  .xl\:hocus\:u-text-coll-stcuthberts--dark:focus {
    color: #00523f !important;
  }

  .xl\:hocus\:u-text-coll-stcuthberts--light:hover,
  .xl\:hocus\:u-text-coll-stcuthberts--light:focus {
    color: #007258 !important;
  }

  .xl\:hocus\:u-text-coll-sthild--dark:hover,
  .xl\:hocus\:u-text-coll-sthild--dark:focus {
    color: #005ba5 !important;
  }

  .xl\:hocus\:u-text-coll-sthild--light:hover,
  .xl\:hocus\:u-text-coll-sthild--light:focus {
    color: #0080e7 !important;
  }

  .xl\:hocus\:u-text-coll-stjohns--dark:hover,
  .xl\:hocus\:u-text-coll-stjohns--dark:focus {
    color: #162b4a !important;
  }

  .xl\:hocus\:u-text-coll-stjohns--light:hover,
  .xl\:hocus\:u-text-coll-stjohns--light:focus {
    color: #1e3c68 !important;
  }

  .xl\:hocus\:u-text-coll-stmarys--dark:hover,
  .xl\:hocus\:u-text-coll-stmarys--dark:focus {
    color: #5e2f97 !important;
  }

  .xl\:hocus\:u-text-coll-stmarys--light:hover,
  .xl\:hocus\:u-text-coll-stmarys--light:focus {
    color: #844ec8 !important;
  }

  .xl\:hocus\:u-text-coll-stephenson--dark:hover,
  .xl\:hocus\:u-text-coll-stephenson--dark:focus {
    color: #a81e26 !important;
  }

  .xl\:hocus\:u-text-coll-stephenson--light:hover,
  .xl\:hocus\:u-text-coll-stephenson--light:focus {
    color: #db3a44 !important;
  }

  .xl\:hocus\:u-text-coll-trevelyan--dark:hover,
  .xl\:hocus\:u-text-coll-trevelyan--dark:focus {
    color: #002d51 !important;
  }

  .xl\:hocus\:u-text-coll-trevelyan--light:hover,
  .xl\:hocus\:u-text-coll-trevelyan--light:focus {
    color: #003f71 !important;
  }

  .xl\:hocus\:u-text-coll-university--dark:hover,
  .xl\:hocus\:u-text-coll-university--dark:focus {
    color: #6b1e29 !important;
  }

  .xl\:hocus\:u-text-coll-university--light:hover,
  .xl\:hocus\:u-text-coll-university--light:focus {
    color: #962b39 !important;
  }

  .xl\:hocus\:u-text-coll-ustinov--dark:hover,
  .xl\:hocus\:u-text-coll-ustinov--dark:focus {
    color: #002d51 !important;
  }

  .xl\:hocus\:u-text-coll-ustinov--light:hover,
  .xl\:hocus\:u-text-coll-ustinov--light:focus {
    color: #003f71 !important;
  }

  .xl\:hocus\:u-text-coll-vanmildert--dark:hover,
  .xl\:hocus\:u-text-coll-vanmildert--dark:focus {
    color: #cd101f !important;
  }

  .xl\:hocus\:u-text-coll-vanmildert--light:hover,
  .xl\:hocus\:u-text-coll-vanmildert--light:focus {
    color: #f04654 !important;
  }

  .xl\:hocus\:u-text-primary--dark:hover,
  .xl\:hocus\:u-text-primary--dark:focus {
    color: #531d57 !important;
  }

  .xl\:hocus\:u-text-primary--light:hover,
  .xl\:hocus\:u-text-primary--light:focus {
    color: #74287a !important;
  }

  .xl\:hocus\:u-text-secondary--dark:hover,
  .xl\:hocus\:u-text-secondary--dark:focus {
    color: #fac500 !important;
  }

  .xl\:hocus\:u-text-secondary--light:hover,
  .xl\:hocus\:u-text-secondary--light:focus {
    color: #ffdd60 !important;
  }

  .xl\:hocus\:u-text-tertiary--dark:hover,
  .xl\:hocus\:u-text-tertiary--dark:focus {
    color: #008bbf !important;
  }

  .xl\:hocus\:u-text-tertiary--light:hover,
  .xl\:hocus\:u-text-tertiary--light:focus {
    color: #0dbdff !important;
  }

  .xl\:hocus\:u-text-success--dark:hover,
  .xl\:hocus\:u-text-success--dark:focus {
    color: #367e36 !important;
  }

  .xl\:hocus\:u-text-success--light:hover,
  .xl\:hocus\:u-text-success--light:focus {
    color: #4cb04c !important;
  }

  .xl\:hocus\:u-text-danger--dark:hover,
  .xl\:hocus\:u-text-danger--dark:focus {
    color: #981823 !important;
  }

  .xl\:hocus\:u-text-danger--light:hover,
  .xl\:hocus\:u-text-danger--light:focus {
    color: #d52231 !important;
  }

  .xl\:hocus\:u-text-warning--dark:hover,
  .xl\:hocus\:u-text-warning--dark:focus {
    color: #ae4e18 !important;
  }

  .xl\:hocus\:u-text-warning--light:hover,
  .xl\:hocus\:u-text-warning--light:focus {
    color: #e37233 !important;
  }

  .xl\:hocus\:u-text-info--dark:hover,
  .xl\:hocus\:u-text-info--dark:focus {
    color: #0e6681 !important;
  }

  .xl\:hocus\:u-text-info--light:hover,
  .xl\:hocus\:u-text-info--light:focus {
    color: #138fb4 !important;
  }

  .xl\:hocus\:u-text-light--dark:hover,
  .xl\:hocus\:u-text-light--dark:focus {
    color: #ccc !important;
  }

  .xl\:hocus\:u-text-light--light:hover,
  .xl\:hocus\:u-text-light--light:focus {
    color: #fff !important;
  }

  .xl\:hocus\:u-text-dark--dark:hover,
  .xl\:hocus\:u-text-dark--dark:focus {
    color: #29271c !important;
  }

  .xl\:hocus\:u-text-dark--light:hover,
  .xl\:hocus\:u-text-dark--light:focus {
    color: #393727 !important;
  }

  .xl\:u-text-small {
    font-size: 14px !important;
  }

  .xl\:u-text-medium {
    font-size: 16px !important;
  }

  .xl\:u-text-large {
    font-size: 20px !important;
  }

  .xl\:u-text-h5 {
    font-size: 25px !important;
  }

  .xl\:u-text-h4 {
    font-size: 31px !important;
  }

  .xl\:u-text-h3 {
    font-size: 39px !important;
  }

  .xl\:u-text-h2 {
    font-size: 49px !important;
  }

  .xl\:u-text-h1 {
    font-size: 61px !important;
  }

  .xl\:u-text-sidekick {
    font-size: 76px !important;
  }

  .xl\:u-text-hero {
    font-size: 95px !important;
  }

  .xl\:u-text-unset {
    font-size: unset !important;
  }

  .xl\:u-italic {
    font-style: italic !important;
  }

  .xl\:u-roman {
    font-style: normal !important;
  }

  .xl\:u-uppercase {
    text-transform: uppercase !important;
  }

  .xl\:u-lowercase {
    text-transform: lowercase !important;
  }

  .xl\:u-capitalize {
    text-transform: capitalize !important;
  }

  .xl\:u-normal-case {
    text-transform: none !important;
  }

  .xl\:u-underline {
    text-decoration: underline !important;
  }

  .xl\:u-line-through {
    text-decoration: line-through !important;
  }

  .xl\:u-no-underline {
    text-decoration: none !important;
  }

  .xl\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:hover\:u-italic:hover {
    font-style: italic !important;
  }

  .xl\:hover\:u-roman:hover {
    font-style: normal !important;
  }

  .xl\:hover\:u-uppercase:hover {
    text-transform: uppercase !important;
  }

  .xl\:hover\:u-lowercase:hover {
    text-transform: lowercase !important;
  }

  .xl\:hover\:u-capitalize:hover {
    text-transform: capitalize !important;
  }

  .xl\:hover\:u-normal-case:hover {
    text-transform: none !important;
  }

  .xl\:hover\:u-underline:hover {
    text-decoration: underline !important;
  }

  .xl\:hover\:u-line-through:hover {
    text-decoration: line-through !important;
  }

  .xl\:hover\:u-no-underline:hover {
    text-decoration: none !important;
  }

  .xl\:hover\:u-antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:hover\:u-subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:focus\:u-italic:focus {
    font-style: italic !important;
  }

  .xl\:focus\:u-roman:focus {
    font-style: normal !important;
  }

  .xl\:focus\:u-uppercase:focus {
    text-transform: uppercase !important;
  }

  .xl\:focus\:u-lowercase:focus {
    text-transform: lowercase !important;
  }

  .xl\:focus\:u-capitalize:focus {
    text-transform: capitalize !important;
  }

  .xl\:focus\:u-normal-case:focus {
    text-transform: none !important;
  }

  .xl\:focus\:u-underline:focus {
    text-decoration: underline !important;
  }

  .xl\:focus\:u-line-through:focus {
    text-decoration: line-through !important;
  }

  .xl\:focus\:u-no-underline:focus {
    text-decoration: none !important;
  }

  .xl\:focus\:u-antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:focus\:u-subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:hocus\:u-italic:hover,
  .xl\:hocus\:u-italic:focus {
    font-style: italic !important;
  }

  .xl\:hocus\:u-roman:hover,
  .xl\:hocus\:u-roman:focus {
    font-style: normal !important;
  }

  .xl\:hocus\:u-uppercase:hover,
  .xl\:hocus\:u-uppercase:focus {
    text-transform: uppercase !important;
  }

  .xl\:hocus\:u-lowercase:hover,
  .xl\:hocus\:u-lowercase:focus {
    text-transform: lowercase !important;
  }

  .xl\:hocus\:u-capitalize:hover,
  .xl\:hocus\:u-capitalize:focus {
    text-transform: capitalize !important;
  }

  .xl\:hocus\:u-normal-case:hover,
  .xl\:hocus\:u-normal-case:focus {
    text-transform: none !important;
  }

  .xl\:hocus\:u-underline:hover,
  .xl\:hocus\:u-underline:focus {
    text-decoration: underline !important;
  }

  .xl\:hocus\:u-line-through:hover,
  .xl\:hocus\:u-line-through:focus {
    text-decoration: line-through !important;
  }

  .xl\:hocus\:u-no-underline:hover,
  .xl\:hocus\:u-no-underline:focus {
    text-decoration: none !important;
  }

  .xl\:hocus\:u-antialiased:hover,
  .xl\:hocus\:u-antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:hocus\:u-subpixel-antialiased:hover,
  .xl\:hocus\:u-subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .group:focus-within .xl\:group-focus-within\:u-italic {
    font-style: italic !important;
  }

  .group:focus-within .xl\:group-focus-within\:u-roman {
    font-style: normal !important;
  }

  .group:focus-within .xl\:group-focus-within\:u-uppercase {
    text-transform: uppercase !important;
  }

  .group:focus-within .xl\:group-focus-within\:u-lowercase {
    text-transform: lowercase !important;
  }

  .group:focus-within .xl\:group-focus-within\:u-capitalize {
    text-transform: capitalize !important;
  }

  .group:focus-within .xl\:group-focus-within\:u-normal-case {
    text-transform: none !important;
  }

  .group:focus-within .xl\:group-focus-within\:u-underline {
    text-decoration: underline !important;
  }

  .group:focus-within .xl\:group-focus-within\:u-line-through {
    text-decoration: line-through !important;
  }

  .group:focus-within .xl\:group-focus-within\:u-no-underline {
    text-decoration: none !important;
  }

  .group:focus-within .xl\:group-focus-within\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .group:focus-within .xl\:group-focus-within\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .group:hover .xl\:group-hocus\:u-italic,
  .group:focus .xl\:group-hocus\:u-italic {
    font-style: italic !important;
  }

  .group:hover .xl\:group-hocus\:u-roman,
  .group:focus .xl\:group-hocus\:u-roman {
    font-style: normal !important;
  }

  .group:hover .xl\:group-hocus\:u-uppercase,
  .group:focus .xl\:group-hocus\:u-uppercase {
    text-transform: uppercase !important;
  }

  .group:hover .xl\:group-hocus\:u-lowercase,
  .group:focus .xl\:group-hocus\:u-lowercase {
    text-transform: lowercase !important;
  }

  .group:hover .xl\:group-hocus\:u-capitalize,
  .group:focus .xl\:group-hocus\:u-capitalize {
    text-transform: capitalize !important;
  }

  .group:hover .xl\:group-hocus\:u-normal-case,
  .group:focus .xl\:group-hocus\:u-normal-case {
    text-transform: none !important;
  }

  .group:hover .xl\:group-hocus\:u-underline,
  .group:focus .xl\:group-hocus\:u-underline {
    text-decoration: underline !important;
  }

  .group:hover .xl\:group-hocus\:u-line-through,
  .group:focus .xl\:group-hocus\:u-line-through {
    text-decoration: line-through !important;
  }

  .group:hover .xl\:group-hocus\:u-no-underline,
  .group:focus .xl\:group-hocus\:u-no-underline {
    text-decoration: none !important;
  }

  .group:hover .xl\:group-hocus\:u-antialiased,
  .group:focus .xl\:group-hocus\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .group:hover .xl\:group-hocus\:u-subpixel-antialiased,
  .group:focus .xl\:group-hocus\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .group:hover .xl\:group-hover\:u-italic {
    font-style: italic !important;
  }

  .group:hover .xl\:group-hover\:u-roman {
    font-style: normal !important;
  }

  .group:hover .xl\:group-hover\:u-uppercase {
    text-transform: uppercase !important;
  }

  .group:hover .xl\:group-hover\:u-lowercase {
    text-transform: lowercase !important;
  }

  .group:hover .xl\:group-hover\:u-capitalize {
    text-transform: capitalize !important;
  }

  .group:hover .xl\:group-hover\:u-normal-case {
    text-transform: none !important;
  }

  .group:hover .xl\:group-hover\:u-underline {
    text-decoration: underline !important;
  }

  .group:hover .xl\:group-hover\:u-line-through {
    text-decoration: line-through !important;
  }

  .group:hover .xl\:group-hover\:u-no-underline {
    text-decoration: none !important;
  }

  .group:hover .xl\:group-hover\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .group:hover .xl\:group-hover\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:u-tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .xl\:u-tracking-normal {
    letter-spacing: 0 !important;
  }

  .xl\:u-tracking-wide {
    letter-spacing: .05em !important;
  }

  .xl\:u-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .xl\:u-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .xl\:u-align-baseline {
    vertical-align: baseline !important;
  }

  .xl\:u-align-top {
    vertical-align: top !important;
  }

  .xl\:u-align-middle {
    vertical-align: middle !important;
  }

  .xl\:u-align-bottom {
    vertical-align: bottom !important;
  }

  .xl\:u-align-text-top {
    vertical-align: text-top !important;
  }

  .xl\:u-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xl\:u-visible {
    visibility: visible !important;
  }

  .xl\:u-invisible {
    visibility: hidden !important;
  }

  .xl\:u-whitespace-normal {
    white-space: normal !important;
  }

  .xl\:u-whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .xl\:u-whitespace-pre {
    white-space: pre !important;
  }

  .xl\:u-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xl\:u-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xl\:u-break-words {
    word-wrap: break-word !important;
  }

  .xl\:u-break-normal {
    word-wrap: normal !important;
  }

  .xl\:u-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:u-w-0 {
    width: 0 !important;
  }

  .xl\:u-w-1 {
    width: 8px !important;
  }

  .xl\:u-w-2 {
    width: 16px !important;
  }

  .xl\:u-w-3 {
    width: 24px !important;
  }

  .xl\:u-w-4 {
    width: 32px !important;
  }

  .xl\:u-w-5 {
    width: 40px !important;
  }

  .xl\:u-w-6 {
    width: 48px !important;
  }

  .xl\:u-w-10 {
    width: 80px !important;
  }

  .xl\:u-w-auto {
    width: auto !important;
  }

  .xl\:u-w-unset {
    width: unset !important;
  }

  .xl\:u-w-1\/2 {
    width: 50% !important;
  }

  .xl\:u-w-1\/3 {
    width: 33.33333% !important;
  }

  .xl\:u-w-2\/3 {
    width: 66.66667% !important;
  }

  .xl\:u-w-1\/4 {
    width: 25% !important;
  }

  .xl\:u-w-3\/4 {
    width: 75% !important;
  }

  .xl\:u-w-1\/5 {
    width: 20% !important;
  }

  .xl\:u-w-2\/5 {
    width: 40% !important;
  }

  .xl\:u-w-3\/5 {
    width: 60% !important;
  }

  .xl\:u-w-4\/5 {
    width: 80% !important;
  }

  .xl\:u-w-1\/6 {
    width: 16.66667% !important;
  }

  .xl\:u-w-5\/6 {
    width: 83.33333% !important;
  }

  .xl\:u-w-full {
    width: 100% !important;
  }

  .xl\:u-w-screen {
    width: 100vw !important;
  }

  .xl\:u-w-icon {
    width: 20px !important;
  }

  .xl\:u-w-icon-lg {
    width: 35px !important;
  }

  .xl\:u-w-logo {
    width: 300px !important;
  }

  .xl\:u-w-statistic {
    width: 212px !important;
  }

  .xl\:u-z-0 {
    z-index: 0 !important;
  }

  .xl\:u-z-1 {
    z-index: 1 !important;
  }

  .xl\:u-z-10 {
    z-index: 10 !important;
  }

  .xl\:u-z-20 {
    z-index: 20 !important;
  }

  .xl\:u-z-30 {
    z-index: 30 !important;
  }

  .xl\:u-z-40 {
    z-index: 40 !important;
  }

  .xl\:u-z-50 {
    z-index: 50 !important;
  }

  .xl\:u-z-400 {
    z-index: 400 !important;
  }

  .xl\:u-z-410 {
    z-index: 410 !important;
  }

  .xl\:u-z-420 {
    z-index: 420 !important;
  }

  .xl\:u-z-501 {
    z-index: 501 !important;
  }

  .xl\:u-z-1251 {
    z-index: 1251 !important;
  }

  .xl\:u-z-auto {
    z-index: auto !important;
  }

  .xl\:u-z--1 {
    z-index: -1 !important;
  }

  .xl\:hocus\:u-z-0:hover,
  .xl\:hocus\:u-z-0:focus {
    z-index: 0 !important;
  }

  .xl\:hocus\:u-z-1:hover,
  .xl\:hocus\:u-z-1:focus {
    z-index: 1 !important;
  }

  .xl\:hocus\:u-z-10:hover,
  .xl\:hocus\:u-z-10:focus {
    z-index: 10 !important;
  }

  .xl\:hocus\:u-z-20:hover,
  .xl\:hocus\:u-z-20:focus {
    z-index: 20 !important;
  }

  .xl\:hocus\:u-z-30:hover,
  .xl\:hocus\:u-z-30:focus {
    z-index: 30 !important;
  }

  .xl\:hocus\:u-z-40:hover,
  .xl\:hocus\:u-z-40:focus {
    z-index: 40 !important;
  }

  .xl\:hocus\:u-z-50:hover,
  .xl\:hocus\:u-z-50:focus {
    z-index: 50 !important;
  }

  .xl\:hocus\:u-z-400:hover,
  .xl\:hocus\:u-z-400:focus {
    z-index: 400 !important;
  }

  .xl\:hocus\:u-z-410:hover,
  .xl\:hocus\:u-z-410:focus {
    z-index: 410 !important;
  }

  .xl\:hocus\:u-z-420:hover,
  .xl\:hocus\:u-z-420:focus {
    z-index: 420 !important;
  }

  .xl\:hocus\:u-z-501:hover,
  .xl\:hocus\:u-z-501:focus {
    z-index: 501 !important;
  }

  .xl\:hocus\:u-z-1251:hover,
  .xl\:hocus\:u-z-1251:focus {
    z-index: 1251 !important;
  }

  .xl\:hocus\:u-z-auto:hover,
  .xl\:hocus\:u-z-auto:focus {
    z-index: auto !important;
  }

  .xl\:hocus\:u-z--1:hover,
  .xl\:hocus\:u-z--1:focus {
    z-index: -1 !important;
  }

  .xl\:u-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl\:u-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl\:u-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl\:u-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl\:u-object-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl\:u-scroll-snap-x {
    scroll-snap-type: x mandatory !important;
  }

  .xl\:u-scroll-snap-y {
    scroll-snap-type: y mandatory !important;
  }

  .xl\:u-scroll-snap-start {
    scroll-snap-align: start !important;
  }

  .xl\:u-t-1 {
    top: 8px !important;
  }

  .xl\:u-r-1 {
    right: 8px !important;
  }

  .xl\:u-b-1 {
    bottom: 8px !important;
  }

  .xl\:u-l-1 {
    left: 8px !important;
  }

  .xl\:u-t-2 {
    top: 16px !important;
  }

  .xl\:u-r-2 {
    right: 16px !important;
  }

  .xl\:u-b-2 {
    bottom: 16px !important;
  }

  .xl\:u-l-2 {
    left: 16px !important;
  }

  .xl\:u-t-3 {
    top: 24px !important;
  }

  .xl\:u-r-3 {
    right: 24px !important;
  }

  .xl\:u-b-3 {
    bottom: 24px !important;
  }

  .xl\:u-l-3 {
    left: 24px !important;
  }

  .xl\:u-t-4 {
    top: 32px !important;
  }

  .xl\:u-r-4 {
    right: 32px !important;
  }

  .xl\:u-b-4 {
    bottom: 32px !important;
  }

  .xl\:u-l-4 {
    left: 32px !important;
  }

  .xl\:u-t-5 {
    top: 40px !important;
  }

  .xl\:u-r-5 {
    right: 40px !important;
  }

  .xl\:u-b-5 {
    bottom: 40px !important;
  }

  .xl\:u-l-5 {
    left: 40px !important;
  }

  .xl\:u-t-6 {
    top: 48px !important;
  }

  .xl\:u-r-6 {
    right: 48px !important;
  }

  .xl\:u-b-6 {
    bottom: 48px !important;
  }

  .xl\:u-l-6 {
    left: 48px !important;
  }

  .xl\:u-t-7 {
    top: 56px !important;
  }

  .xl\:u-r-7 {
    right: 56px !important;
  }

  .xl\:u-b-7 {
    bottom: 56px !important;
  }

  .xl\:u-l-7 {
    left: 56px !important;
  }

  .xl\:u-t-8 {
    top: 64px !important;
  }

  .xl\:u-r-8 {
    right: 64px !important;
  }

  .xl\:u-b-8 {
    bottom: 64px !important;
  }

  .xl\:u-l-8 {
    left: 64px !important;
  }

  .xl\:u-t-9 {
    top: 72px !important;
  }

  .xl\:u-r-9 {
    right: 72px !important;
  }

  .xl\:u-b-9 {
    bottom: 72px !important;
  }

  .xl\:u-l-9 {
    left: 72px !important;
  }

  .xl\:u-t-10 {
    top: 80px !important;
  }

  .xl\:u-r-10 {
    right: 80px !important;
  }

  .xl\:u-b-10 {
    bottom: 80px !important;
  }

  .xl\:u-l-10 {
    left: 80px !important;
  }

  .xl\:u-t--1 {
    top: -8px !important;
  }

  .xl\:u-r--1 {
    right: -8px !important;
  }

  .xl\:u-b--1 {
    bottom: -8px !important;
  }

  .xl\:u-l--1 {
    left: -8px !important;
  }

  .xl\:u-t--2 {
    top: -16px !important;
  }

  .xl\:u-r--2 {
    right: -16px !important;
  }

  .xl\:u-b--2 {
    bottom: -16px !important;
  }

  .xl\:u-l--2 {
    left: -16px !important;
  }

  .xl\:u-t--3 {
    top: -24px !important;
  }

  .xl\:u-r--3 {
    right: -24px !important;
  }

  .xl\:u-b--3 {
    bottom: -24px !important;
  }

  .xl\:u-l--3 {
    left: -24px !important;
  }

  .xl\:u-t--4 {
    top: -32px !important;
  }

  .xl\:u-r--4 {
    right: -32px !important;
  }

  .xl\:u-b--4 {
    bottom: -32px !important;
  }

  .xl\:u-l--4 {
    left: -32px !important;
  }

  .xl\:u-t--5 {
    top: -40px !important;
  }

  .xl\:u-r--5 {
    right: -40px !important;
  }

  .xl\:u-b--5 {
    bottom: -40px !important;
  }

  .xl\:u-l--5 {
    left: -40px !important;
  }

  .xl\:u-t--6 {
    top: -48px !important;
  }

  .xl\:u-r--6 {
    right: -48px !important;
  }

  .xl\:u-b--6 {
    bottom: -48px !important;
  }

  .xl\:u-l--6 {
    left: -48px !important;
  }

  .xl\:u-t--7 {
    top: -56px !important;
  }

  .xl\:u-r--7 {
    right: -56px !important;
  }

  .xl\:u-b--7 {
    bottom: -56px !important;
  }

  .xl\:u-l--7 {
    left: -56px !important;
  }

  .xl\:u-t--8 {
    top: -64px !important;
  }

  .xl\:u-r--8 {
    right: -64px !important;
  }

  .xl\:u-b--8 {
    bottom: -64px !important;
  }

  .xl\:u-l--8 {
    left: -64px !important;
  }

  .xl\:u-t--9 {
    top: -72px !important;
  }

  .xl\:u-r--9 {
    right: -72px !important;
  }

  .xl\:u-b--9 {
    bottom: -72px !important;
  }

  .xl\:u-l--9 {
    left: -72px !important;
  }

  .xl\:u-t--10 {
    top: -80px !important;
  }

  .xl\:u-r--10 {
    right: -80px !important;
  }

  .xl\:u-b--10 {
    bottom: -80px !important;
  }

  .xl\:u-l--10 {
    left: -80px !important;
  }

  .xl\:u-t-unset {
    top: unset !important;
  }

  .xl\:u-r-unset {
    right: unset !important;
  }

  .xl\:u-b-unset {
    bottom: unset !important;
  }

  .xl\:u-l-unset {
    left: unset !important;
  }

  .xl\:u-t-inherit {
    top: inherit !important;
  }

  .xl\:u-r-inherit {
    right: inherit !important;
  }

  .xl\:u-b-inherit {
    bottom: inherit !important;
  }

  .xl\:u-l-inherit {
    left: inherit !important;
  }

  .xl\:u-t-header-height {
    top: 155px !important;
    top: var(--site-header-height) !important;
  }

  .xl\:u-r-header-height {
    right: 155px !important;
    right: var(--site-header-height) !important;
  }

  .xl\:u-b-header-height {
    bottom: 155px !important;
    bottom: var(--site-header-height) !important;
  }

  .xl\:u-l-header-height {
    left: 155px !important;
    left: var(--site-header-height) !important;
  }

  .xl\:u-aspect-ratio-full {
    padding-bottom: 29.65277777777778% !important;
  }

  .xl\:u-aspect-ratio-square {
    padding-bottom: 100% !important;
  }

  .xl\:u-aspect-ratio-16\/9 {
    padding-bottom: 56.25% !important;
  }

  .xl\:u-aspect-ratio-4\/3 {
    padding-bottom: 75% !important;
  }

  .xl\:u-o-0 > * + * {
    margin-top: 0 !important;
  }

  .xl\:u-o-1 > * + * {
    margin-top: 8px !important;
  }

  .xl\:u-o-2 > * + * {
    margin-top: 16px !important;
  }

  .xl\:u-o-3 > * + * {
    margin-top: 24px !important;
  }

  .xl\:u-o-4 > * + * {
    margin-top: 32px !important;
  }

  .xl\:u-o-5 > * + * {
    margin-top: 40px !important;
  }

  .xl\:u-o-6 > * + * {
    margin-top: 48px !important;
  }

  .xl\:u-o-7 > * + * {
    margin-top: 56px !important;
  }

  .xl\:u-o-8 > * + * {
    margin-top: 64px !important;
  }

  .xl\:u-o-9 > * + * {
    margin-top: 72px !important;
  }

  .xl\:u-o-10 > * + * {
    margin-top: 80px !important;
  }

  .xl\:u-o-11 > * + * {
    margin-top: 88px !important;
  }

  .xl\:u-o-gutter > * + * {
    margin-top: 15px !important;
  }

  .xl\:u-o-container-gutter > * + * {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xl\:u-bg-gradient-t-white-grey-50 {
    background-image: linear-gradient(to top, #fff, #ebebeb) !important;
  }

  .xl\:u-bg-gradient-b-white-grey-50 {
    background-image: linear-gradient(to bottom, #fff, #ebebeb) !important;
  }

  .xl\:u-bg-gradient-t-black-scrim {
    background-image: linear-gradient(to top, #0000, #000) !important;
  }

  .xl\:u-bg-gradient-b-black-scrim {
    background-image: linear-gradient(to bottom, #0000, #000) !important;
  }

  .xl\:row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .xl\:container,
  .xl\:header,
  .xl\:main,
  .xl\:footer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .xl\:u-overlap-y {
    transform: translateY(-50%);
  }

  .xl\:u-un-breakout {
    position: inherit;
    right: inherit;
    left: inherit;
    width: inherit;
    margin-right: inherit;
    margin-left: inherit;
  }

  .xl\:u-flex-wrap-nowrap {
    flex-wrap: nowrap !important;
  }

  .xl\:u-pin-t-100 {
    top: 100%;
  }

  .xl\:u--mx-container-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }

  @media (min-width: 576px) {
    .u--mx-container-gutter {
      margin-left: calc((15px + (100vw - 100%)/2)*-1) !important;
      margin-left: calc((15px + (100vw - var(--container-max-width))/2)*-1) !important;
      margin-right: calc((15px + (100vw - 100%)/2)*-1) !important;
      margin-right: calc((15px + (100vw - var(--container-max-width))/2)*-1) !important;
    }
  }

  .xl\:u-visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .xl\:u-break-normal {
    word-break: normal;
  }

  .xl\:u-break-all {
    word-break: break-all;
  }

  .xl\:u-hyphens-auto {
    -webkit-hyphens: auto;
            hyphens: auto;
  }

  .xl\:u-break-words {
    overflow-wrap: break-word;
  }
}

@media (min-width: 1920px) {
  .xxl\:btn-lg {
    padding: 1rem 3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0 0 9999px 0;
  }

  .xxl\:btn-sm {
    padding: .5rem 1.5rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 0 0 9999px 0;
  }

  .xxl\:u-gap-1 {
    margin: -4px;
  }

  .xxl\:u-gap-1 > * {
    margin: 4px;
  }

  .xxl\:u-gap-x-1 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .xxl\:u-gap-x-1 > * {
    margin-left: 4px;
    margin-right: 4px;
  }

  .xxl\:u-gap-y-1 {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .xxl\:u-gap-y-1 > * {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xxl\:u-gap-2 {
    margin: -8px;
  }

  .xxl\:u-gap-2 > * {
    margin: 8px;
  }

  .xxl\:u-gap-x-2 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .xxl\:u-gap-x-2 > * {
    margin-left: 8px;
    margin-right: 8px;
  }

  .xxl\:u-gap-y-2 {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .xxl\:u-gap-y-2 > * {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xxl\:u-gap-3 {
    margin: -12px;
  }

  .xxl\:u-gap-3 > * {
    margin: 12px;
  }

  .xxl\:u-gap-x-3 {
    margin-left: -12px;
    margin-right: -12px;
  }

  .xxl\:u-gap-x-3 > * {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xxl\:u-gap-y-3 {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xxl\:u-gap-y-3 > * {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xxl\:u-gap-4 {
    margin: -16px;
  }

  .xxl\:u-gap-4 > * {
    margin: 16px;
  }

  .xxl\:u-gap-x-4 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xxl\:u-gap-x-4 > * {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xxl\:u-gap-y-4 {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xxl\:u-gap-y-4 > * {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xxl\:u-gap-5 {
    margin: -20px;
  }

  .xxl\:u-gap-5 > * {
    margin: 20px;
  }

  .xxl\:u-gap-x-5 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xxl\:u-gap-x-5 > * {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xxl\:u-gap-y-5 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xxl\:u-gap-y-5 > * {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xxl\:u-list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .xxl\:u-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xxl\:u-bg-fixed {
    background-attachment: fixed !important;
  }

  .xxl\:u-bg-local {
    background-attachment: local !important;
  }

  .xxl\:u-bg-scroll {
    background-attachment: scroll !important;
  }

  .xxl\:u-bg-transparent {
    background-color: transparent !important;
  }

  .xxl\:u-bg-current-color {
    background-color: currentColor !important;
  }

  .xxl\:u-bg-inherit {
    background-color: inherit !important;
  }

  .xxl\:u-bg-purple {
    background-color: #68246d !important;
  }

  .xxl\:u-bg-darkpurple {
    background-color: #571b4f !important;
  }

  .xxl\:u-bg-yellow {
    background-color: #ffd53a !important;
  }

  .xxl\:u-bg-cyan {
    background-color: #00aeef !important;
  }

  .xxl\:u-bg-blue {
    background-color: #409ddd !important;
  }

  .xxl\:u-bg-light-green {
    background-color: #e2f4e9 !important;
  }

  .xxl\:u-bg-red {
    background-color: #be1e2c !important;
  }

  .xxl\:u-bg-gold {
    background-color: #afa961 !important;
  }

  .xxl\:u-bg-ink-100 {
    background-color: #002337 !important;
  }

  .xxl\:u-bg-stone {
    background-color: #dacda2 !important;
  }

  .xxl\:u-bg-sky {
    background-color: #a5c8d0 !important;
  }

  .xxl\:u-bg-heather {
    background-color: #cba8b1 !important;
  }

  .xxl\:u-bg-cedar {
    background-color: #b6aaa7 !important;
  }

  .xxl\:u-bg-business {
    background-color: #b3bdb1 !important;
  }

  .xxl\:u-bg-black {
    background-color: #333123 !important;
  }

  .xxl\:u-bg-white {
    background-color: #fff !important;
  }

  .xxl\:u-bg-grey-25 {
    background-color: #f7f7f7 !important;
  }

  .xxl\:u-bg-grey-50 {
    background-color: #ebebeb !important;
  }

  .xxl\:u-bg-grey-75 {
    background-color: #d9d9d9 !important;
  }

  .xxl\:u-bg-grey-100 {
    background-color: #afb4b6 !important;
  }

  .xxl\:u-bg-grey-200 {
    background-color: #898e91 !important;
  }

  .xxl\:u-bg-grey-300 {
    background-color: #64696c !important;
  }

  .xxl\:u-bg-grey-400 {
    background-color: #3c3c3b !important;
  }

  .xxl\:u-bg-youtube {
    background-color: #f00 !important;
  }

  .xxl\:u-bg-twitter {
    background-color: #1da1f2 !important;
  }

  .xxl\:u-bg-facebook {
    background-color: #3b5998 !important;
  }

  .xxl\:u-bg-instagram {
    background-color: #444 !important;
  }

  .xxl\:u-bg-linkedin {
    background-color: #0077b5 !important;
  }

  .xxl\:u-bg-college {
    background-color: #00664f !important;
  }

  .xxl\:u-bg-coll-collingwood {
    background-color: #d22630 !important;
  }

  .xxl\:u-bg-coll-grey {
    background-color: #af272f !important;
  }

  .xxl\:u-bg-coll-hatfield {
    background-color: #003865 !important;
  }

  .xxl\:u-bg-coll-johnsnow {
    background-color: #003865 !important;
  }

  .xxl\:u-bg-coll-jbutler {
    background-color: #d22630 !important;
  }

  .xxl\:u-bg-coll-south-college {
    background-color: #68246d !important;
  }

  .xxl\:u-bg-coll-staidans {
    background-color: #006747 !important;
  }

  .xxl\:u-bg-coll-stchads {
    background-color: #00573f !important;
  }

  .xxl\:u-bg-coll-stcuthberts {
    background-color: #00664f !important;
  }

  .xxl\:u-bg-coll-sthild {
    background-color: #0072ce !important;
  }

  .xxl\:u-bg-coll-stjohns {
    background-color: #1b365d !important;
  }

  .xxl\:u-bg-coll-stmarys {
    background-color: #753bbd !important;
  }

  .xxl\:u-bg-coll-stephenson {
    background-color: #d22630 !important;
  }

  .xxl\:u-bg-coll-trevelyan {
    background-color: #003865 !important;
  }

  .xxl\:u-bg-coll-university {
    background-color: #862633 !important;
  }

  .xxl\:u-bg-coll-ustinov {
    background-color: #003865 !important;
  }

  .xxl\:u-bg-coll-vanmildert {
    background-color: #ee2737 !important;
  }

  .xxl\:u-bg-primary {
    background-color: #68246d !important;
  }

  .xxl\:u-bg-secondary {
    background-color: #ffd53a !important;
  }

  .xxl\:u-bg-tertiary {
    background-color: #00aeef !important;
  }

  .xxl\:u-bg-success {
    background-color: #449d44 !important;
  }

  .xxl\:u-bg-danger {
    background-color: #be1e2c !important;
  }

  .xxl\:u-bg-warning {
    background-color: #da611e !important;
  }

  .xxl\:u-bg-info {
    background-color: #1180a1 !important;
  }

  .xxl\:u-bg-light {
    background-color: #fff !important;
  }

  .xxl\:u-bg-dark {
    background-color: #333123 !important;
  }

  .xxl\:u-bg-purple--dark {
    background-color: #531d57 !important;
  }

  .xxl\:u-bg-purple--light {
    background-color: #74287a !important;
  }

  .xxl\:u-bg-darkpurple--dark {
    background-color: #46163f !important;
  }

  .xxl\:u-bg-darkpurple--light {
    background-color: #611e58 !important;
  }

  .xxl\:u-bg-yellow--dark {
    background-color: #fac500 !important;
  }

  .xxl\:u-bg-yellow--light {
    background-color: #ffdd60 !important;
  }

  .xxl\:u-bg-cyan--dark {
    background-color: #008bbf !important;
  }

  .xxl\:u-bg-cyan--light {
    background-color: #0dbdff !important;
  }

  .xxl\:u-bg-blue--dark {
    background-color: #2281c2 !important;
  }

  .xxl\:u-bg-blue--light {
    background-color: #5dace2 !important;
  }

  .xxl\:u-bg-light-green--dark {
    background-color: #9edab5 !important;
  }

  .xxl\:u-bg-light-green--light {
    background-color: #fff !important;
  }

  .xxl\:u-bg-red--dark {
    background-color: #981823 !important;
  }

  .xxl\:u-bg-red--light {
    background-color: #d52231 !important;
  }

  .xxl\:u-bg-gold--dark {
    background-color: #908b49 !important;
  }

  .xxl\:u-bg-gold--light {
    background-color: #bab577 !important;
  }

  .xxl\:u-bg-ink-100--dark {
    background-color: #001c2c !important;
  }

  .xxl\:u-bg-ink-100--light {
    background-color: #00273e !important;
  }

  .xxl\:u-bg-stone--dark {
    background-color: #c4b06c !important;
  }

  .xxl\:u-bg-stone--light {
    background-color: #e7dfc3 !important;
  }

  .xxl\:u-bg-sky--dark {
    background-color: #74aab6 !important;
  }

  .xxl\:u-bg-sky--light {
    background-color: #c2dadf !important;
  }

  .xxl\:u-bg-heather--dark {
    background-color: #af7a87 !important;
  }

  .xxl\:u-bg-heather--light {
    background-color: #dcc4ca !important;
  }

  .xxl\:u-bg-cedar--dark {
    background-color: #968581 !important;
  }

  .xxl\:u-bg-cedar--light {
    background-color: #c9c0be !important;
  }

  .xxl\:u-bg-business--dark {
    background-color: #8c9b89 !important;
  }

  .xxl\:u-bg-business--light {
    background-color: #cad1c9 !important;
  }

  .xxl\:u-bg-black--dark {
    background-color: #29271c !important;
  }

  .xxl\:u-bg-black--light {
    background-color: #393727 !important;
  }

  .xxl\:u-bg-white--dark {
    background-color: #ccc !important;
  }

  .xxl\:u-bg-white--light {
    background-color: #fff !important;
  }

  .xxl\:u-bg-grey-25--dark {
    background-color: #c6c6c6 !important;
  }

  .xxl\:u-bg-grey-25--light {
    background-color: #fff !important;
  }

  .xxl\:u-bg-grey-50--dark {
    background-color: #bcbcbc !important;
  }

  .xxl\:u-bg-grey-50--light {
    background-color: #fff !important;
  }

  .xxl\:u-bg-grey-75--dark {
    background-color: #aeaeae !important;
  }

  .xxl\:u-bg-grey-75--light {
    background-color: #f3f3f3 !important;
  }

  .xxl\:u-bg-grey-100--dark {
    background-color: #8a9194 !important;
  }

  .xxl\:u-bg-grey-100--light {
    background-color: #c5c9ca !important;
  }

  .xxl\:u-bg-grey-200--dark {
    background-color: #6d7275 !important;
  }

  .xxl\:u-bg-grey-200--light {
    background-color: #9b9fa1 !important;
  }

  .xxl\:u-bg-grey-300--dark {
    background-color: #505456 !important;
  }

  .xxl\:u-bg-grey-300--light {
    background-color: #707679 !important;
  }

  .xxl\:u-bg-grey-400--dark {
    background-color: #30302f !important;
  }

  .xxl\:u-bg-grey-400--light {
    background-color: #434342 !important;
  }

  .xxl\:u-bg-youtube--dark {
    background-color: #c00 !important;
  }

  .xxl\:u-bg-youtube--light {
    background-color: #ff1f1f !important;
  }

  .xxl\:u-bg-twitter--dark {
    background-color: #0c84cd !important;
  }

  .xxl\:u-bg-twitter--light {
    background-color: #3caef4 !important;
  }

  .xxl\:u-bg-facebook--dark {
    background-color: #2f477a !important;
  }

  .xxl\:u-bg-facebook--light {
    background-color: #4264aa !important;
  }

  .xxl\:u-bg-instagram--dark {
    background-color: #363636 !important;
  }

  .xxl\:u-bg-instagram--light {
    background-color: #4c4c4c !important;
  }

  .xxl\:u-bg-linkedin--dark {
    background-color: #005f91 !important;
  }

  .xxl\:u-bg-linkedin--light {
    background-color: #0085cb !important;
  }

  .xxl\:u-bg-college--dark {
    background-color: #00523f !important;
  }

  .xxl\:u-bg-college--light {
    background-color: #007258 !important;
  }

  .xxl\:u-bg-coll-collingwood--dark {
    background-color: #a81e26 !important;
  }

  .xxl\:u-bg-coll-collingwood--light {
    background-color: #db3a44 !important;
  }

  .xxl\:u-bg-coll-grey--dark {
    background-color: #8c1f26 !important;
  }

  .xxl\:u-bg-coll-grey--light {
    background-color: #c42c35 !important;
  }

  .xxl\:u-bg-coll-hatfield--dark {
    background-color: #002d51 !important;
  }

  .xxl\:u-bg-coll-hatfield--light {
    background-color: #003f71 !important;
  }

  .xxl\:u-bg-coll-johnsnow--dark {
    background-color: #002d51 !important;
  }

  .xxl\:u-bg-coll-johnsnow--light {
    background-color: #003f71 !important;
  }

  .xxl\:u-bg-coll-jbutler--dark {
    background-color: #a81e26 !important;
  }

  .xxl\:u-bg-coll-jbutler--light {
    background-color: #db3a44 !important;
  }

  .xxl\:u-bg-coll-south-college--dark {
    background-color: #531d57 !important;
  }

  .xxl\:u-bg-coll-south-college--light {
    background-color: #74287a !important;
  }

  .xxl\:u-bg-coll-staidans--dark {
    background-color: #005239 !important;
  }

  .xxl\:u-bg-coll-staidans--light {
    background-color: #007350 !important;
  }

  .xxl\:u-bg-coll-stchads--dark {
    background-color: #004632 !important;
  }

  .xxl\:u-bg-coll-stchads--light {
    background-color: #006147 !important;
  }

  .xxl\:u-bg-coll-stcuthberts--dark {
    background-color: #00523f !important;
  }

  .xxl\:u-bg-coll-stcuthberts--light {
    background-color: #007258 !important;
  }

  .xxl\:u-bg-coll-sthild--dark {
    background-color: #005ba5 !important;
  }

  .xxl\:u-bg-coll-sthild--light {
    background-color: #0080e7 !important;
  }

  .xxl\:u-bg-coll-stjohns--dark {
    background-color: #162b4a !important;
  }

  .xxl\:u-bg-coll-stjohns--light {
    background-color: #1e3c68 !important;
  }

  .xxl\:u-bg-coll-stmarys--dark {
    background-color: #5e2f97 !important;
  }

  .xxl\:u-bg-coll-stmarys--light {
    background-color: #844ec8 !important;
  }

  .xxl\:u-bg-coll-stephenson--dark {
    background-color: #a81e26 !important;
  }

  .xxl\:u-bg-coll-stephenson--light {
    background-color: #db3a44 !important;
  }

  .xxl\:u-bg-coll-trevelyan--dark {
    background-color: #002d51 !important;
  }

  .xxl\:u-bg-coll-trevelyan--light {
    background-color: #003f71 !important;
  }

  .xxl\:u-bg-coll-university--dark {
    background-color: #6b1e29 !important;
  }

  .xxl\:u-bg-coll-university--light {
    background-color: #962b39 !important;
  }

  .xxl\:u-bg-coll-ustinov--dark {
    background-color: #002d51 !important;
  }

  .xxl\:u-bg-coll-ustinov--light {
    background-color: #003f71 !important;
  }

  .xxl\:u-bg-coll-vanmildert--dark {
    background-color: #cd101f !important;
  }

  .xxl\:u-bg-coll-vanmildert--light {
    background-color: #f04654 !important;
  }

  .xxl\:u-bg-primary--dark {
    background-color: #531d57 !important;
  }

  .xxl\:u-bg-primary--light {
    background-color: #74287a !important;
  }

  .xxl\:u-bg-secondary--dark {
    background-color: #fac500 !important;
  }

  .xxl\:u-bg-secondary--light {
    background-color: #ffdd60 !important;
  }

  .xxl\:u-bg-tertiary--dark {
    background-color: #008bbf !important;
  }

  .xxl\:u-bg-tertiary--light {
    background-color: #0dbdff !important;
  }

  .xxl\:u-bg-success--dark {
    background-color: #367e36 !important;
  }

  .xxl\:u-bg-success--light {
    background-color: #4cb04c !important;
  }

  .xxl\:u-bg-danger--dark {
    background-color: #981823 !important;
  }

  .xxl\:u-bg-danger--light {
    background-color: #d52231 !important;
  }

  .xxl\:u-bg-warning--dark {
    background-color: #ae4e18 !important;
  }

  .xxl\:u-bg-warning--light {
    background-color: #e37233 !important;
  }

  .xxl\:u-bg-info--dark {
    background-color: #0e6681 !important;
  }

  .xxl\:u-bg-info--light {
    background-color: #138fb4 !important;
  }

  .xxl\:u-bg-light--dark {
    background-color: #ccc !important;
  }

  .xxl\:u-bg-light--light {
    background-color: #fff !important;
  }

  .xxl\:u-bg-dark--dark {
    background-color: #29271c !important;
  }

  .xxl\:u-bg-dark--light {
    background-color: #393727 !important;
  }

  .xxl\:hover\:u-bg-transparent:hover {
    background-color: transparent !important;
  }

  .xxl\:hover\:u-bg-current-color:hover {
    background-color: currentColor !important;
  }

  .xxl\:hover\:u-bg-inherit:hover {
    background-color: inherit !important;
  }

  .xxl\:hover\:u-bg-purple:hover {
    background-color: #68246d !important;
  }

  .xxl\:hover\:u-bg-darkpurple:hover {
    background-color: #571b4f !important;
  }

  .xxl\:hover\:u-bg-yellow:hover {
    background-color: #ffd53a !important;
  }

  .xxl\:hover\:u-bg-cyan:hover {
    background-color: #00aeef !important;
  }

  .xxl\:hover\:u-bg-blue:hover {
    background-color: #409ddd !important;
  }

  .xxl\:hover\:u-bg-light-green:hover {
    background-color: #e2f4e9 !important;
  }

  .xxl\:hover\:u-bg-red:hover {
    background-color: #be1e2c !important;
  }

  .xxl\:hover\:u-bg-gold:hover {
    background-color: #afa961 !important;
  }

  .xxl\:hover\:u-bg-ink-100:hover {
    background-color: #002337 !important;
  }

  .xxl\:hover\:u-bg-stone:hover {
    background-color: #dacda2 !important;
  }

  .xxl\:hover\:u-bg-sky:hover {
    background-color: #a5c8d0 !important;
  }

  .xxl\:hover\:u-bg-heather:hover {
    background-color: #cba8b1 !important;
  }

  .xxl\:hover\:u-bg-cedar:hover {
    background-color: #b6aaa7 !important;
  }

  .xxl\:hover\:u-bg-business:hover {
    background-color: #b3bdb1 !important;
  }

  .xxl\:hover\:u-bg-black:hover {
    background-color: #333123 !important;
  }

  .xxl\:hover\:u-bg-white:hover {
    background-color: #fff !important;
  }

  .xxl\:hover\:u-bg-grey-25:hover {
    background-color: #f7f7f7 !important;
  }

  .xxl\:hover\:u-bg-grey-50:hover {
    background-color: #ebebeb !important;
  }

  .xxl\:hover\:u-bg-grey-75:hover {
    background-color: #d9d9d9 !important;
  }

  .xxl\:hover\:u-bg-grey-100:hover {
    background-color: #afb4b6 !important;
  }

  .xxl\:hover\:u-bg-grey-200:hover {
    background-color: #898e91 !important;
  }

  .xxl\:hover\:u-bg-grey-300:hover {
    background-color: #64696c !important;
  }

  .xxl\:hover\:u-bg-grey-400:hover {
    background-color: #3c3c3b !important;
  }

  .xxl\:hover\:u-bg-youtube:hover {
    background-color: #f00 !important;
  }

  .xxl\:hover\:u-bg-twitter:hover {
    background-color: #1da1f2 !important;
  }

  .xxl\:hover\:u-bg-facebook:hover {
    background-color: #3b5998 !important;
  }

  .xxl\:hover\:u-bg-instagram:hover {
    background-color: #444 !important;
  }

  .xxl\:hover\:u-bg-linkedin:hover {
    background-color: #0077b5 !important;
  }

  .xxl\:hover\:u-bg-college:hover {
    background-color: #00664f !important;
  }

  .xxl\:hover\:u-bg-coll-collingwood:hover {
    background-color: #d22630 !important;
  }

  .xxl\:hover\:u-bg-coll-grey:hover {
    background-color: #af272f !important;
  }

  .xxl\:hover\:u-bg-coll-hatfield:hover {
    background-color: #003865 !important;
  }

  .xxl\:hover\:u-bg-coll-johnsnow:hover {
    background-color: #003865 !important;
  }

  .xxl\:hover\:u-bg-coll-jbutler:hover {
    background-color: #d22630 !important;
  }

  .xxl\:hover\:u-bg-coll-south-college:hover {
    background-color: #68246d !important;
  }

  .xxl\:hover\:u-bg-coll-staidans:hover {
    background-color: #006747 !important;
  }

  .xxl\:hover\:u-bg-coll-stchads:hover {
    background-color: #00573f !important;
  }

  .xxl\:hover\:u-bg-coll-stcuthberts:hover {
    background-color: #00664f !important;
  }

  .xxl\:hover\:u-bg-coll-sthild:hover {
    background-color: #0072ce !important;
  }

  .xxl\:hover\:u-bg-coll-stjohns:hover {
    background-color: #1b365d !important;
  }

  .xxl\:hover\:u-bg-coll-stmarys:hover {
    background-color: #753bbd !important;
  }

  .xxl\:hover\:u-bg-coll-stephenson:hover {
    background-color: #d22630 !important;
  }

  .xxl\:hover\:u-bg-coll-trevelyan:hover {
    background-color: #003865 !important;
  }

  .xxl\:hover\:u-bg-coll-university:hover {
    background-color: #862633 !important;
  }

  .xxl\:hover\:u-bg-coll-ustinov:hover {
    background-color: #003865 !important;
  }

  .xxl\:hover\:u-bg-coll-vanmildert:hover {
    background-color: #ee2737 !important;
  }

  .xxl\:hover\:u-bg-primary:hover {
    background-color: #68246d !important;
  }

  .xxl\:hover\:u-bg-secondary:hover {
    background-color: #ffd53a !important;
  }

  .xxl\:hover\:u-bg-tertiary:hover {
    background-color: #00aeef !important;
  }

  .xxl\:hover\:u-bg-success:hover {
    background-color: #449d44 !important;
  }

  .xxl\:hover\:u-bg-danger:hover {
    background-color: #be1e2c !important;
  }

  .xxl\:hover\:u-bg-warning:hover {
    background-color: #da611e !important;
  }

  .xxl\:hover\:u-bg-info:hover {
    background-color: #1180a1 !important;
  }

  .xxl\:hover\:u-bg-light:hover {
    background-color: #fff !important;
  }

  .xxl\:hover\:u-bg-dark:hover {
    background-color: #333123 !important;
  }

  .xxl\:hover\:u-bg-purple--dark:hover {
    background-color: #531d57 !important;
  }

  .xxl\:hover\:u-bg-purple--light:hover {
    background-color: #74287a !important;
  }

  .xxl\:hover\:u-bg-darkpurple--dark:hover {
    background-color: #46163f !important;
  }

  .xxl\:hover\:u-bg-darkpurple--light:hover {
    background-color: #611e58 !important;
  }

  .xxl\:hover\:u-bg-yellow--dark:hover {
    background-color: #fac500 !important;
  }

  .xxl\:hover\:u-bg-yellow--light:hover {
    background-color: #ffdd60 !important;
  }

  .xxl\:hover\:u-bg-cyan--dark:hover {
    background-color: #008bbf !important;
  }

  .xxl\:hover\:u-bg-cyan--light:hover {
    background-color: #0dbdff !important;
  }

  .xxl\:hover\:u-bg-blue--dark:hover {
    background-color: #2281c2 !important;
  }

  .xxl\:hover\:u-bg-blue--light:hover {
    background-color: #5dace2 !important;
  }

  .xxl\:hover\:u-bg-light-green--dark:hover {
    background-color: #9edab5 !important;
  }

  .xxl\:hover\:u-bg-light-green--light:hover {
    background-color: #fff !important;
  }

  .xxl\:hover\:u-bg-red--dark:hover {
    background-color: #981823 !important;
  }

  .xxl\:hover\:u-bg-red--light:hover {
    background-color: #d52231 !important;
  }

  .xxl\:hover\:u-bg-gold--dark:hover {
    background-color: #908b49 !important;
  }

  .xxl\:hover\:u-bg-gold--light:hover {
    background-color: #bab577 !important;
  }

  .xxl\:hover\:u-bg-ink-100--dark:hover {
    background-color: #001c2c !important;
  }

  .xxl\:hover\:u-bg-ink-100--light:hover {
    background-color: #00273e !important;
  }

  .xxl\:hover\:u-bg-stone--dark:hover {
    background-color: #c4b06c !important;
  }

  .xxl\:hover\:u-bg-stone--light:hover {
    background-color: #e7dfc3 !important;
  }

  .xxl\:hover\:u-bg-sky--dark:hover {
    background-color: #74aab6 !important;
  }

  .xxl\:hover\:u-bg-sky--light:hover {
    background-color: #c2dadf !important;
  }

  .xxl\:hover\:u-bg-heather--dark:hover {
    background-color: #af7a87 !important;
  }

  .xxl\:hover\:u-bg-heather--light:hover {
    background-color: #dcc4ca !important;
  }

  .xxl\:hover\:u-bg-cedar--dark:hover {
    background-color: #968581 !important;
  }

  .xxl\:hover\:u-bg-cedar--light:hover {
    background-color: #c9c0be !important;
  }

  .xxl\:hover\:u-bg-business--dark:hover {
    background-color: #8c9b89 !important;
  }

  .xxl\:hover\:u-bg-business--light:hover {
    background-color: #cad1c9 !important;
  }

  .xxl\:hover\:u-bg-black--dark:hover {
    background-color: #29271c !important;
  }

  .xxl\:hover\:u-bg-black--light:hover {
    background-color: #393727 !important;
  }

  .xxl\:hover\:u-bg-white--dark:hover {
    background-color: #ccc !important;
  }

  .xxl\:hover\:u-bg-white--light:hover {
    background-color: #fff !important;
  }

  .xxl\:hover\:u-bg-grey-25--dark:hover {
    background-color: #c6c6c6 !important;
  }

  .xxl\:hover\:u-bg-grey-25--light:hover {
    background-color: #fff !important;
  }

  .xxl\:hover\:u-bg-grey-50--dark:hover {
    background-color: #bcbcbc !important;
  }

  .xxl\:hover\:u-bg-grey-50--light:hover {
    background-color: #fff !important;
  }

  .xxl\:hover\:u-bg-grey-75--dark:hover {
    background-color: #aeaeae !important;
  }

  .xxl\:hover\:u-bg-grey-75--light:hover {
    background-color: #f3f3f3 !important;
  }

  .xxl\:hover\:u-bg-grey-100--dark:hover {
    background-color: #8a9194 !important;
  }

  .xxl\:hover\:u-bg-grey-100--light:hover {
    background-color: #c5c9ca !important;
  }

  .xxl\:hover\:u-bg-grey-200--dark:hover {
    background-color: #6d7275 !important;
  }

  .xxl\:hover\:u-bg-grey-200--light:hover {
    background-color: #9b9fa1 !important;
  }

  .xxl\:hover\:u-bg-grey-300--dark:hover {
    background-color: #505456 !important;
  }

  .xxl\:hover\:u-bg-grey-300--light:hover {
    background-color: #707679 !important;
  }

  .xxl\:hover\:u-bg-grey-400--dark:hover {
    background-color: #30302f !important;
  }

  .xxl\:hover\:u-bg-grey-400--light:hover {
    background-color: #434342 !important;
  }

  .xxl\:hover\:u-bg-youtube--dark:hover {
    background-color: #c00 !important;
  }

  .xxl\:hover\:u-bg-youtube--light:hover {
    background-color: #ff1f1f !important;
  }

  .xxl\:hover\:u-bg-twitter--dark:hover {
    background-color: #0c84cd !important;
  }

  .xxl\:hover\:u-bg-twitter--light:hover {
    background-color: #3caef4 !important;
  }

  .xxl\:hover\:u-bg-facebook--dark:hover {
    background-color: #2f477a !important;
  }

  .xxl\:hover\:u-bg-facebook--light:hover {
    background-color: #4264aa !important;
  }

  .xxl\:hover\:u-bg-instagram--dark:hover {
    background-color: #363636 !important;
  }

  .xxl\:hover\:u-bg-instagram--light:hover {
    background-color: #4c4c4c !important;
  }

  .xxl\:hover\:u-bg-linkedin--dark:hover {
    background-color: #005f91 !important;
  }

  .xxl\:hover\:u-bg-linkedin--light:hover {
    background-color: #0085cb !important;
  }

  .xxl\:hover\:u-bg-college--dark:hover {
    background-color: #00523f !important;
  }

  .xxl\:hover\:u-bg-college--light:hover {
    background-color: #007258 !important;
  }

  .xxl\:hover\:u-bg-coll-collingwood--dark:hover {
    background-color: #a81e26 !important;
  }

  .xxl\:hover\:u-bg-coll-collingwood--light:hover {
    background-color: #db3a44 !important;
  }

  .xxl\:hover\:u-bg-coll-grey--dark:hover {
    background-color: #8c1f26 !important;
  }

  .xxl\:hover\:u-bg-coll-grey--light:hover {
    background-color: #c42c35 !important;
  }

  .xxl\:hover\:u-bg-coll-hatfield--dark:hover {
    background-color: #002d51 !important;
  }

  .xxl\:hover\:u-bg-coll-hatfield--light:hover {
    background-color: #003f71 !important;
  }

  .xxl\:hover\:u-bg-coll-johnsnow--dark:hover {
    background-color: #002d51 !important;
  }

  .xxl\:hover\:u-bg-coll-johnsnow--light:hover {
    background-color: #003f71 !important;
  }

  .xxl\:hover\:u-bg-coll-jbutler--dark:hover {
    background-color: #a81e26 !important;
  }

  .xxl\:hover\:u-bg-coll-jbutler--light:hover {
    background-color: #db3a44 !important;
  }

  .xxl\:hover\:u-bg-coll-south-college--dark:hover {
    background-color: #531d57 !important;
  }

  .xxl\:hover\:u-bg-coll-south-college--light:hover {
    background-color: #74287a !important;
  }

  .xxl\:hover\:u-bg-coll-staidans--dark:hover {
    background-color: #005239 !important;
  }

  .xxl\:hover\:u-bg-coll-staidans--light:hover {
    background-color: #007350 !important;
  }

  .xxl\:hover\:u-bg-coll-stchads--dark:hover {
    background-color: #004632 !important;
  }

  .xxl\:hover\:u-bg-coll-stchads--light:hover {
    background-color: #006147 !important;
  }

  .xxl\:hover\:u-bg-coll-stcuthberts--dark:hover {
    background-color: #00523f !important;
  }

  .xxl\:hover\:u-bg-coll-stcuthberts--light:hover {
    background-color: #007258 !important;
  }

  .xxl\:hover\:u-bg-coll-sthild--dark:hover {
    background-color: #005ba5 !important;
  }

  .xxl\:hover\:u-bg-coll-sthild--light:hover {
    background-color: #0080e7 !important;
  }

  .xxl\:hover\:u-bg-coll-stjohns--dark:hover {
    background-color: #162b4a !important;
  }

  .xxl\:hover\:u-bg-coll-stjohns--light:hover {
    background-color: #1e3c68 !important;
  }

  .xxl\:hover\:u-bg-coll-stmarys--dark:hover {
    background-color: #5e2f97 !important;
  }

  .xxl\:hover\:u-bg-coll-stmarys--light:hover {
    background-color: #844ec8 !important;
  }

  .xxl\:hover\:u-bg-coll-stephenson--dark:hover {
    background-color: #a81e26 !important;
  }

  .xxl\:hover\:u-bg-coll-stephenson--light:hover {
    background-color: #db3a44 !important;
  }

  .xxl\:hover\:u-bg-coll-trevelyan--dark:hover {
    background-color: #002d51 !important;
  }

  .xxl\:hover\:u-bg-coll-trevelyan--light:hover {
    background-color: #003f71 !important;
  }

  .xxl\:hover\:u-bg-coll-university--dark:hover {
    background-color: #6b1e29 !important;
  }

  .xxl\:hover\:u-bg-coll-university--light:hover {
    background-color: #962b39 !important;
  }

  .xxl\:hover\:u-bg-coll-ustinov--dark:hover {
    background-color: #002d51 !important;
  }

  .xxl\:hover\:u-bg-coll-ustinov--light:hover {
    background-color: #003f71 !important;
  }

  .xxl\:hover\:u-bg-coll-vanmildert--dark:hover {
    background-color: #cd101f !important;
  }

  .xxl\:hover\:u-bg-coll-vanmildert--light:hover {
    background-color: #f04654 !important;
  }

  .xxl\:hover\:u-bg-primary--dark:hover {
    background-color: #531d57 !important;
  }

  .xxl\:hover\:u-bg-primary--light:hover {
    background-color: #74287a !important;
  }

  .xxl\:hover\:u-bg-secondary--dark:hover {
    background-color: #fac500 !important;
  }

  .xxl\:hover\:u-bg-secondary--light:hover {
    background-color: #ffdd60 !important;
  }

  .xxl\:hover\:u-bg-tertiary--dark:hover {
    background-color: #008bbf !important;
  }

  .xxl\:hover\:u-bg-tertiary--light:hover {
    background-color: #0dbdff !important;
  }

  .xxl\:hover\:u-bg-success--dark:hover {
    background-color: #367e36 !important;
  }

  .xxl\:hover\:u-bg-success--light:hover {
    background-color: #4cb04c !important;
  }

  .xxl\:hover\:u-bg-danger--dark:hover {
    background-color: #981823 !important;
  }

  .xxl\:hover\:u-bg-danger--light:hover {
    background-color: #d52231 !important;
  }

  .xxl\:hover\:u-bg-warning--dark:hover {
    background-color: #ae4e18 !important;
  }

  .xxl\:hover\:u-bg-warning--light:hover {
    background-color: #e37233 !important;
  }

  .xxl\:hover\:u-bg-info--dark:hover {
    background-color: #0e6681 !important;
  }

  .xxl\:hover\:u-bg-info--light:hover {
    background-color: #138fb4 !important;
  }

  .xxl\:hover\:u-bg-light--dark:hover {
    background-color: #ccc !important;
  }

  .xxl\:hover\:u-bg-light--light:hover {
    background-color: #fff !important;
  }

  .xxl\:hover\:u-bg-dark--dark:hover {
    background-color: #29271c !important;
  }

  .xxl\:hover\:u-bg-dark--light:hover {
    background-color: #393727 !important;
  }

  .xxl\:focus\:u-bg-transparent:focus {
    background-color: transparent !important;
  }

  .xxl\:focus\:u-bg-current-color:focus {
    background-color: currentColor !important;
  }

  .xxl\:focus\:u-bg-inherit:focus {
    background-color: inherit !important;
  }

  .xxl\:focus\:u-bg-purple:focus {
    background-color: #68246d !important;
  }

  .xxl\:focus\:u-bg-darkpurple:focus {
    background-color: #571b4f !important;
  }

  .xxl\:focus\:u-bg-yellow:focus {
    background-color: #ffd53a !important;
  }

  .xxl\:focus\:u-bg-cyan:focus {
    background-color: #00aeef !important;
  }

  .xxl\:focus\:u-bg-blue:focus {
    background-color: #409ddd !important;
  }

  .xxl\:focus\:u-bg-light-green:focus {
    background-color: #e2f4e9 !important;
  }

  .xxl\:focus\:u-bg-red:focus {
    background-color: #be1e2c !important;
  }

  .xxl\:focus\:u-bg-gold:focus {
    background-color: #afa961 !important;
  }

  .xxl\:focus\:u-bg-ink-100:focus {
    background-color: #002337 !important;
  }

  .xxl\:focus\:u-bg-stone:focus {
    background-color: #dacda2 !important;
  }

  .xxl\:focus\:u-bg-sky:focus {
    background-color: #a5c8d0 !important;
  }

  .xxl\:focus\:u-bg-heather:focus {
    background-color: #cba8b1 !important;
  }

  .xxl\:focus\:u-bg-cedar:focus {
    background-color: #b6aaa7 !important;
  }

  .xxl\:focus\:u-bg-business:focus {
    background-color: #b3bdb1 !important;
  }

  .xxl\:focus\:u-bg-black:focus {
    background-color: #333123 !important;
  }

  .xxl\:focus\:u-bg-white:focus {
    background-color: #fff !important;
  }

  .xxl\:focus\:u-bg-grey-25:focus {
    background-color: #f7f7f7 !important;
  }

  .xxl\:focus\:u-bg-grey-50:focus {
    background-color: #ebebeb !important;
  }

  .xxl\:focus\:u-bg-grey-75:focus {
    background-color: #d9d9d9 !important;
  }

  .xxl\:focus\:u-bg-grey-100:focus {
    background-color: #afb4b6 !important;
  }

  .xxl\:focus\:u-bg-grey-200:focus {
    background-color: #898e91 !important;
  }

  .xxl\:focus\:u-bg-grey-300:focus {
    background-color: #64696c !important;
  }

  .xxl\:focus\:u-bg-grey-400:focus {
    background-color: #3c3c3b !important;
  }

  .xxl\:focus\:u-bg-youtube:focus {
    background-color: #f00 !important;
  }

  .xxl\:focus\:u-bg-twitter:focus {
    background-color: #1da1f2 !important;
  }

  .xxl\:focus\:u-bg-facebook:focus {
    background-color: #3b5998 !important;
  }

  .xxl\:focus\:u-bg-instagram:focus {
    background-color: #444 !important;
  }

  .xxl\:focus\:u-bg-linkedin:focus {
    background-color: #0077b5 !important;
  }

  .xxl\:focus\:u-bg-college:focus {
    background-color: #00664f !important;
  }

  .xxl\:focus\:u-bg-coll-collingwood:focus {
    background-color: #d22630 !important;
  }

  .xxl\:focus\:u-bg-coll-grey:focus {
    background-color: #af272f !important;
  }

  .xxl\:focus\:u-bg-coll-hatfield:focus {
    background-color: #003865 !important;
  }

  .xxl\:focus\:u-bg-coll-johnsnow:focus {
    background-color: #003865 !important;
  }

  .xxl\:focus\:u-bg-coll-jbutler:focus {
    background-color: #d22630 !important;
  }

  .xxl\:focus\:u-bg-coll-south-college:focus {
    background-color: #68246d !important;
  }

  .xxl\:focus\:u-bg-coll-staidans:focus {
    background-color: #006747 !important;
  }

  .xxl\:focus\:u-bg-coll-stchads:focus {
    background-color: #00573f !important;
  }

  .xxl\:focus\:u-bg-coll-stcuthberts:focus {
    background-color: #00664f !important;
  }

  .xxl\:focus\:u-bg-coll-sthild:focus {
    background-color: #0072ce !important;
  }

  .xxl\:focus\:u-bg-coll-stjohns:focus {
    background-color: #1b365d !important;
  }

  .xxl\:focus\:u-bg-coll-stmarys:focus {
    background-color: #753bbd !important;
  }

  .xxl\:focus\:u-bg-coll-stephenson:focus {
    background-color: #d22630 !important;
  }

  .xxl\:focus\:u-bg-coll-trevelyan:focus {
    background-color: #003865 !important;
  }

  .xxl\:focus\:u-bg-coll-university:focus {
    background-color: #862633 !important;
  }

  .xxl\:focus\:u-bg-coll-ustinov:focus {
    background-color: #003865 !important;
  }

  .xxl\:focus\:u-bg-coll-vanmildert:focus {
    background-color: #ee2737 !important;
  }

  .xxl\:focus\:u-bg-primary:focus {
    background-color: #68246d !important;
  }

  .xxl\:focus\:u-bg-secondary:focus {
    background-color: #ffd53a !important;
  }

  .xxl\:focus\:u-bg-tertiary:focus {
    background-color: #00aeef !important;
  }

  .xxl\:focus\:u-bg-success:focus {
    background-color: #449d44 !important;
  }

  .xxl\:focus\:u-bg-danger:focus {
    background-color: #be1e2c !important;
  }

  .xxl\:focus\:u-bg-warning:focus {
    background-color: #da611e !important;
  }

  .xxl\:focus\:u-bg-info:focus {
    background-color: #1180a1 !important;
  }

  .xxl\:focus\:u-bg-light:focus {
    background-color: #fff !important;
  }

  .xxl\:focus\:u-bg-dark:focus {
    background-color: #333123 !important;
  }

  .xxl\:focus\:u-bg-purple--dark:focus {
    background-color: #531d57 !important;
  }

  .xxl\:focus\:u-bg-purple--light:focus {
    background-color: #74287a !important;
  }

  .xxl\:focus\:u-bg-darkpurple--dark:focus {
    background-color: #46163f !important;
  }

  .xxl\:focus\:u-bg-darkpurple--light:focus {
    background-color: #611e58 !important;
  }

  .xxl\:focus\:u-bg-yellow--dark:focus {
    background-color: #fac500 !important;
  }

  .xxl\:focus\:u-bg-yellow--light:focus {
    background-color: #ffdd60 !important;
  }

  .xxl\:focus\:u-bg-cyan--dark:focus {
    background-color: #008bbf !important;
  }

  .xxl\:focus\:u-bg-cyan--light:focus {
    background-color: #0dbdff !important;
  }

  .xxl\:focus\:u-bg-blue--dark:focus {
    background-color: #2281c2 !important;
  }

  .xxl\:focus\:u-bg-blue--light:focus {
    background-color: #5dace2 !important;
  }

  .xxl\:focus\:u-bg-light-green--dark:focus {
    background-color: #9edab5 !important;
  }

  .xxl\:focus\:u-bg-light-green--light:focus {
    background-color: #fff !important;
  }

  .xxl\:focus\:u-bg-red--dark:focus {
    background-color: #981823 !important;
  }

  .xxl\:focus\:u-bg-red--light:focus {
    background-color: #d52231 !important;
  }

  .xxl\:focus\:u-bg-gold--dark:focus {
    background-color: #908b49 !important;
  }

  .xxl\:focus\:u-bg-gold--light:focus {
    background-color: #bab577 !important;
  }

  .xxl\:focus\:u-bg-ink-100--dark:focus {
    background-color: #001c2c !important;
  }

  .xxl\:focus\:u-bg-ink-100--light:focus {
    background-color: #00273e !important;
  }

  .xxl\:focus\:u-bg-stone--dark:focus {
    background-color: #c4b06c !important;
  }

  .xxl\:focus\:u-bg-stone--light:focus {
    background-color: #e7dfc3 !important;
  }

  .xxl\:focus\:u-bg-sky--dark:focus {
    background-color: #74aab6 !important;
  }

  .xxl\:focus\:u-bg-sky--light:focus {
    background-color: #c2dadf !important;
  }

  .xxl\:focus\:u-bg-heather--dark:focus {
    background-color: #af7a87 !important;
  }

  .xxl\:focus\:u-bg-heather--light:focus {
    background-color: #dcc4ca !important;
  }

  .xxl\:focus\:u-bg-cedar--dark:focus {
    background-color: #968581 !important;
  }

  .xxl\:focus\:u-bg-cedar--light:focus {
    background-color: #c9c0be !important;
  }

  .xxl\:focus\:u-bg-business--dark:focus {
    background-color: #8c9b89 !important;
  }

  .xxl\:focus\:u-bg-business--light:focus {
    background-color: #cad1c9 !important;
  }

  .xxl\:focus\:u-bg-black--dark:focus {
    background-color: #29271c !important;
  }

  .xxl\:focus\:u-bg-black--light:focus {
    background-color: #393727 !important;
  }

  .xxl\:focus\:u-bg-white--dark:focus {
    background-color: #ccc !important;
  }

  .xxl\:focus\:u-bg-white--light:focus {
    background-color: #fff !important;
  }

  .xxl\:focus\:u-bg-grey-25--dark:focus {
    background-color: #c6c6c6 !important;
  }

  .xxl\:focus\:u-bg-grey-25--light:focus {
    background-color: #fff !important;
  }

  .xxl\:focus\:u-bg-grey-50--dark:focus {
    background-color: #bcbcbc !important;
  }

  .xxl\:focus\:u-bg-grey-50--light:focus {
    background-color: #fff !important;
  }

  .xxl\:focus\:u-bg-grey-75--dark:focus {
    background-color: #aeaeae !important;
  }

  .xxl\:focus\:u-bg-grey-75--light:focus {
    background-color: #f3f3f3 !important;
  }

  .xxl\:focus\:u-bg-grey-100--dark:focus {
    background-color: #8a9194 !important;
  }

  .xxl\:focus\:u-bg-grey-100--light:focus {
    background-color: #c5c9ca !important;
  }

  .xxl\:focus\:u-bg-grey-200--dark:focus {
    background-color: #6d7275 !important;
  }

  .xxl\:focus\:u-bg-grey-200--light:focus {
    background-color: #9b9fa1 !important;
  }

  .xxl\:focus\:u-bg-grey-300--dark:focus {
    background-color: #505456 !important;
  }

  .xxl\:focus\:u-bg-grey-300--light:focus {
    background-color: #707679 !important;
  }

  .xxl\:focus\:u-bg-grey-400--dark:focus {
    background-color: #30302f !important;
  }

  .xxl\:focus\:u-bg-grey-400--light:focus {
    background-color: #434342 !important;
  }

  .xxl\:focus\:u-bg-youtube--dark:focus {
    background-color: #c00 !important;
  }

  .xxl\:focus\:u-bg-youtube--light:focus {
    background-color: #ff1f1f !important;
  }

  .xxl\:focus\:u-bg-twitter--dark:focus {
    background-color: #0c84cd !important;
  }

  .xxl\:focus\:u-bg-twitter--light:focus {
    background-color: #3caef4 !important;
  }

  .xxl\:focus\:u-bg-facebook--dark:focus {
    background-color: #2f477a !important;
  }

  .xxl\:focus\:u-bg-facebook--light:focus {
    background-color: #4264aa !important;
  }

  .xxl\:focus\:u-bg-instagram--dark:focus {
    background-color: #363636 !important;
  }

  .xxl\:focus\:u-bg-instagram--light:focus {
    background-color: #4c4c4c !important;
  }

  .xxl\:focus\:u-bg-linkedin--dark:focus {
    background-color: #005f91 !important;
  }

  .xxl\:focus\:u-bg-linkedin--light:focus {
    background-color: #0085cb !important;
  }

  .xxl\:focus\:u-bg-college--dark:focus {
    background-color: #00523f !important;
  }

  .xxl\:focus\:u-bg-college--light:focus {
    background-color: #007258 !important;
  }

  .xxl\:focus\:u-bg-coll-collingwood--dark:focus {
    background-color: #a81e26 !important;
  }

  .xxl\:focus\:u-bg-coll-collingwood--light:focus {
    background-color: #db3a44 !important;
  }

  .xxl\:focus\:u-bg-coll-grey--dark:focus {
    background-color: #8c1f26 !important;
  }

  .xxl\:focus\:u-bg-coll-grey--light:focus {
    background-color: #c42c35 !important;
  }

  .xxl\:focus\:u-bg-coll-hatfield--dark:focus {
    background-color: #002d51 !important;
  }

  .xxl\:focus\:u-bg-coll-hatfield--light:focus {
    background-color: #003f71 !important;
  }

  .xxl\:focus\:u-bg-coll-johnsnow--dark:focus {
    background-color: #002d51 !important;
  }

  .xxl\:focus\:u-bg-coll-johnsnow--light:focus {
    background-color: #003f71 !important;
  }

  .xxl\:focus\:u-bg-coll-jbutler--dark:focus {
    background-color: #a81e26 !important;
  }

  .xxl\:focus\:u-bg-coll-jbutler--light:focus {
    background-color: #db3a44 !important;
  }

  .xxl\:focus\:u-bg-coll-south-college--dark:focus {
    background-color: #531d57 !important;
  }

  .xxl\:focus\:u-bg-coll-south-college--light:focus {
    background-color: #74287a !important;
  }

  .xxl\:focus\:u-bg-coll-staidans--dark:focus {
    background-color: #005239 !important;
  }

  .xxl\:focus\:u-bg-coll-staidans--light:focus {
    background-color: #007350 !important;
  }

  .xxl\:focus\:u-bg-coll-stchads--dark:focus {
    background-color: #004632 !important;
  }

  .xxl\:focus\:u-bg-coll-stchads--light:focus {
    background-color: #006147 !important;
  }

  .xxl\:focus\:u-bg-coll-stcuthberts--dark:focus {
    background-color: #00523f !important;
  }

  .xxl\:focus\:u-bg-coll-stcuthberts--light:focus {
    background-color: #007258 !important;
  }

  .xxl\:focus\:u-bg-coll-sthild--dark:focus {
    background-color: #005ba5 !important;
  }

  .xxl\:focus\:u-bg-coll-sthild--light:focus {
    background-color: #0080e7 !important;
  }

  .xxl\:focus\:u-bg-coll-stjohns--dark:focus {
    background-color: #162b4a !important;
  }

  .xxl\:focus\:u-bg-coll-stjohns--light:focus {
    background-color: #1e3c68 !important;
  }

  .xxl\:focus\:u-bg-coll-stmarys--dark:focus {
    background-color: #5e2f97 !important;
  }

  .xxl\:focus\:u-bg-coll-stmarys--light:focus {
    background-color: #844ec8 !important;
  }

  .xxl\:focus\:u-bg-coll-stephenson--dark:focus {
    background-color: #a81e26 !important;
  }

  .xxl\:focus\:u-bg-coll-stephenson--light:focus {
    background-color: #db3a44 !important;
  }

  .xxl\:focus\:u-bg-coll-trevelyan--dark:focus {
    background-color: #002d51 !important;
  }

  .xxl\:focus\:u-bg-coll-trevelyan--light:focus {
    background-color: #003f71 !important;
  }

  .xxl\:focus\:u-bg-coll-university--dark:focus {
    background-color: #6b1e29 !important;
  }

  .xxl\:focus\:u-bg-coll-university--light:focus {
    background-color: #962b39 !important;
  }

  .xxl\:focus\:u-bg-coll-ustinov--dark:focus {
    background-color: #002d51 !important;
  }

  .xxl\:focus\:u-bg-coll-ustinov--light:focus {
    background-color: #003f71 !important;
  }

  .xxl\:focus\:u-bg-coll-vanmildert--dark:focus {
    background-color: #cd101f !important;
  }

  .xxl\:focus\:u-bg-coll-vanmildert--light:focus {
    background-color: #f04654 !important;
  }

  .xxl\:focus\:u-bg-primary--dark:focus {
    background-color: #531d57 !important;
  }

  .xxl\:focus\:u-bg-primary--light:focus {
    background-color: #74287a !important;
  }

  .xxl\:focus\:u-bg-secondary--dark:focus {
    background-color: #fac500 !important;
  }

  .xxl\:focus\:u-bg-secondary--light:focus {
    background-color: #ffdd60 !important;
  }

  .xxl\:focus\:u-bg-tertiary--dark:focus {
    background-color: #008bbf !important;
  }

  .xxl\:focus\:u-bg-tertiary--light:focus {
    background-color: #0dbdff !important;
  }

  .xxl\:focus\:u-bg-success--dark:focus {
    background-color: #367e36 !important;
  }

  .xxl\:focus\:u-bg-success--light:focus {
    background-color: #4cb04c !important;
  }

  .xxl\:focus\:u-bg-danger--dark:focus {
    background-color: #981823 !important;
  }

  .xxl\:focus\:u-bg-danger--light:focus {
    background-color: #d52231 !important;
  }

  .xxl\:focus\:u-bg-warning--dark:focus {
    background-color: #ae4e18 !important;
  }

  .xxl\:focus\:u-bg-warning--light:focus {
    background-color: #e37233 !important;
  }

  .xxl\:focus\:u-bg-info--dark:focus {
    background-color: #0e6681 !important;
  }

  .xxl\:focus\:u-bg-info--light:focus {
    background-color: #138fb4 !important;
  }

  .xxl\:focus\:u-bg-light--dark:focus {
    background-color: #ccc !important;
  }

  .xxl\:focus\:u-bg-light--light:focus {
    background-color: #fff !important;
  }

  .xxl\:focus\:u-bg-dark--dark:focus {
    background-color: #29271c !important;
  }

  .xxl\:focus\:u-bg-dark--light:focus {
    background-color: #393727 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-transparent {
    background-color: transparent !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-current-color {
    background-color: currentColor !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-inherit {
    background-color: inherit !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-purple {
    background-color: #68246d !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-darkpurple {
    background-color: #571b4f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-yellow {
    background-color: #ffd53a !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-cyan {
    background-color: #00aeef !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-blue {
    background-color: #409ddd !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-light-green {
    background-color: #e2f4e9 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-red {
    background-color: #be1e2c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-gold {
    background-color: #afa961 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-ink-100 {
    background-color: #002337 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-stone {
    background-color: #dacda2 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-sky {
    background-color: #a5c8d0 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-heather {
    background-color: #cba8b1 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-cedar {
    background-color: #b6aaa7 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-business {
    background-color: #b3bdb1 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-black {
    background-color: #333123 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-white {
    background-color: #fff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-25 {
    background-color: #f7f7f7 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-50 {
    background-color: #ebebeb !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-75 {
    background-color: #d9d9d9 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-100 {
    background-color: #afb4b6 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-200 {
    background-color: #898e91 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-300 {
    background-color: #64696c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-400 {
    background-color: #3c3c3b !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-youtube {
    background-color: #f00 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-twitter {
    background-color: #1da1f2 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-facebook {
    background-color: #3b5998 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-instagram {
    background-color: #444 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-linkedin {
    background-color: #0077b5 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-college {
    background-color: #00664f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-collingwood {
    background-color: #d22630 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-grey {
    background-color: #af272f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-hatfield {
    background-color: #003865 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-johnsnow {
    background-color: #003865 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-jbutler {
    background-color: #d22630 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-south-college {
    background-color: #68246d !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-staidans {
    background-color: #006747 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-stchads {
    background-color: #00573f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-stcuthberts {
    background-color: #00664f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-sthild {
    background-color: #0072ce !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-stjohns {
    background-color: #1b365d !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-stmarys {
    background-color: #753bbd !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-stephenson {
    background-color: #d22630 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-trevelyan {
    background-color: #003865 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-university {
    background-color: #862633 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-ustinov {
    background-color: #003865 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-vanmildert {
    background-color: #ee2737 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-primary {
    background-color: #68246d !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-secondary {
    background-color: #ffd53a !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-tertiary {
    background-color: #00aeef !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-success {
    background-color: #449d44 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-danger {
    background-color: #be1e2c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-warning {
    background-color: #da611e !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-info {
    background-color: #1180a1 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-light {
    background-color: #fff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-dark {
    background-color: #333123 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-purple--dark {
    background-color: #531d57 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-purple--light {
    background-color: #74287a !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-darkpurple--dark {
    background-color: #46163f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-darkpurple--light {
    background-color: #611e58 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-yellow--dark {
    background-color: #fac500 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-yellow--light {
    background-color: #ffdd60 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-cyan--dark {
    background-color: #008bbf !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-cyan--light {
    background-color: #0dbdff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-blue--dark {
    background-color: #2281c2 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-blue--light {
    background-color: #5dace2 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-light-green--dark {
    background-color: #9edab5 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-light-green--light {
    background-color: #fff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-red--dark {
    background-color: #981823 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-red--light {
    background-color: #d52231 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-gold--dark {
    background-color: #908b49 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-gold--light {
    background-color: #bab577 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-ink-100--dark {
    background-color: #001c2c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-ink-100--light {
    background-color: #00273e !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-stone--dark {
    background-color: #c4b06c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-stone--light {
    background-color: #e7dfc3 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-sky--dark {
    background-color: #74aab6 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-sky--light {
    background-color: #c2dadf !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-heather--dark {
    background-color: #af7a87 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-heather--light {
    background-color: #dcc4ca !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-cedar--dark {
    background-color: #968581 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-cedar--light {
    background-color: #c9c0be !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-business--dark {
    background-color: #8c9b89 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-business--light {
    background-color: #cad1c9 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-black--dark {
    background-color: #29271c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-black--light {
    background-color: #393727 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-white--dark {
    background-color: #ccc !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-white--light {
    background-color: #fff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-25--dark {
    background-color: #c6c6c6 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-25--light {
    background-color: #fff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-50--dark {
    background-color: #bcbcbc !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-50--light {
    background-color: #fff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-75--dark {
    background-color: #aeaeae !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-75--light {
    background-color: #f3f3f3 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-100--dark {
    background-color: #8a9194 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-100--light {
    background-color: #c5c9ca !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-200--dark {
    background-color: #6d7275 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-200--light {
    background-color: #9b9fa1 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-300--dark {
    background-color: #505456 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-300--light {
    background-color: #707679 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-400--dark {
    background-color: #30302f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-grey-400--light {
    background-color: #434342 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-youtube--dark {
    background-color: #c00 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-youtube--light {
    background-color: #ff1f1f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-twitter--dark {
    background-color: #0c84cd !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-twitter--light {
    background-color: #3caef4 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-facebook--dark {
    background-color: #2f477a !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-facebook--light {
    background-color: #4264aa !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-instagram--dark {
    background-color: #363636 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-instagram--light {
    background-color: #4c4c4c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-linkedin--dark {
    background-color: #005f91 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-linkedin--light {
    background-color: #0085cb !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-college--dark {
    background-color: #00523f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-college--light {
    background-color: #007258 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-collingwood--dark {
    background-color: #a81e26 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-collingwood--light {
    background-color: #db3a44 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-grey--dark {
    background-color: #8c1f26 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-grey--light {
    background-color: #c42c35 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-hatfield--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-hatfield--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-johnsnow--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-johnsnow--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-jbutler--dark {
    background-color: #a81e26 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-jbutler--light {
    background-color: #db3a44 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-south-college--dark {
    background-color: #531d57 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-south-college--light {
    background-color: #74287a !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-staidans--dark {
    background-color: #005239 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-staidans--light {
    background-color: #007350 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-stchads--dark {
    background-color: #004632 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-stchads--light {
    background-color: #006147 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-stcuthberts--dark {
    background-color: #00523f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-stcuthberts--light {
    background-color: #007258 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-sthild--dark {
    background-color: #005ba5 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-sthild--light {
    background-color: #0080e7 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-stjohns--dark {
    background-color: #162b4a !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-stjohns--light {
    background-color: #1e3c68 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-stmarys--dark {
    background-color: #5e2f97 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-stmarys--light {
    background-color: #844ec8 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-stephenson--dark {
    background-color: #a81e26 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-stephenson--light {
    background-color: #db3a44 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-trevelyan--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-trevelyan--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-university--dark {
    background-color: #6b1e29 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-university--light {
    background-color: #962b39 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-ustinov--dark {
    background-color: #002d51 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-ustinov--light {
    background-color: #003f71 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-vanmildert--dark {
    background-color: #cd101f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-coll-vanmildert--light {
    background-color: #f04654 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-primary--dark {
    background-color: #531d57 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-primary--light {
    background-color: #74287a !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-secondary--dark {
    background-color: #fac500 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-secondary--light {
    background-color: #ffdd60 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-tertiary--dark {
    background-color: #008bbf !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-tertiary--light {
    background-color: #0dbdff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-success--dark {
    background-color: #367e36 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-success--light {
    background-color: #4cb04c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-danger--dark {
    background-color: #981823 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-danger--light {
    background-color: #d52231 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-warning--dark {
    background-color: #ae4e18 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-warning--light {
    background-color: #e37233 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-info--dark {
    background-color: #0e6681 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-info--light {
    background-color: #138fb4 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-light--dark {
    background-color: #ccc !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-light--light {
    background-color: #fff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-dark--dark {
    background-color: #29271c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-bg-dark--light {
    background-color: #393727 !important;
  }

  .xxl\:hocus\:u-bg-transparent:hover,
  .xxl\:hocus\:u-bg-transparent:focus {
    background-color: transparent !important;
  }

  .xxl\:hocus\:u-bg-current-color:hover,
  .xxl\:hocus\:u-bg-current-color:focus {
    background-color: currentColor !important;
  }

  .xxl\:hocus\:u-bg-inherit:hover,
  .xxl\:hocus\:u-bg-inherit:focus {
    background-color: inherit !important;
  }

  .xxl\:hocus\:u-bg-purple:hover,
  .xxl\:hocus\:u-bg-purple:focus {
    background-color: #68246d !important;
  }

  .xxl\:hocus\:u-bg-darkpurple:hover,
  .xxl\:hocus\:u-bg-darkpurple:focus {
    background-color: #571b4f !important;
  }

  .xxl\:hocus\:u-bg-yellow:hover,
  .xxl\:hocus\:u-bg-yellow:focus {
    background-color: #ffd53a !important;
  }

  .xxl\:hocus\:u-bg-cyan:hover,
  .xxl\:hocus\:u-bg-cyan:focus {
    background-color: #00aeef !important;
  }

  .xxl\:hocus\:u-bg-blue:hover,
  .xxl\:hocus\:u-bg-blue:focus {
    background-color: #409ddd !important;
  }

  .xxl\:hocus\:u-bg-light-green:hover,
  .xxl\:hocus\:u-bg-light-green:focus {
    background-color: #e2f4e9 !important;
  }

  .xxl\:hocus\:u-bg-red:hover,
  .xxl\:hocus\:u-bg-red:focus {
    background-color: #be1e2c !important;
  }

  .xxl\:hocus\:u-bg-gold:hover,
  .xxl\:hocus\:u-bg-gold:focus {
    background-color: #afa961 !important;
  }

  .xxl\:hocus\:u-bg-ink-100:hover,
  .xxl\:hocus\:u-bg-ink-100:focus {
    background-color: #002337 !important;
  }

  .xxl\:hocus\:u-bg-stone:hover,
  .xxl\:hocus\:u-bg-stone:focus {
    background-color: #dacda2 !important;
  }

  .xxl\:hocus\:u-bg-sky:hover,
  .xxl\:hocus\:u-bg-sky:focus {
    background-color: #a5c8d0 !important;
  }

  .xxl\:hocus\:u-bg-heather:hover,
  .xxl\:hocus\:u-bg-heather:focus {
    background-color: #cba8b1 !important;
  }

  .xxl\:hocus\:u-bg-cedar:hover,
  .xxl\:hocus\:u-bg-cedar:focus {
    background-color: #b6aaa7 !important;
  }

  .xxl\:hocus\:u-bg-business:hover,
  .xxl\:hocus\:u-bg-business:focus {
    background-color: #b3bdb1 !important;
  }

  .xxl\:hocus\:u-bg-black:hover,
  .xxl\:hocus\:u-bg-black:focus {
    background-color: #333123 !important;
  }

  .xxl\:hocus\:u-bg-white:hover,
  .xxl\:hocus\:u-bg-white:focus {
    background-color: #fff !important;
  }

  .xxl\:hocus\:u-bg-grey-25:hover,
  .xxl\:hocus\:u-bg-grey-25:focus {
    background-color: #f7f7f7 !important;
  }

  .xxl\:hocus\:u-bg-grey-50:hover,
  .xxl\:hocus\:u-bg-grey-50:focus {
    background-color: #ebebeb !important;
  }

  .xxl\:hocus\:u-bg-grey-75:hover,
  .xxl\:hocus\:u-bg-grey-75:focus {
    background-color: #d9d9d9 !important;
  }

  .xxl\:hocus\:u-bg-grey-100:hover,
  .xxl\:hocus\:u-bg-grey-100:focus {
    background-color: #afb4b6 !important;
  }

  .xxl\:hocus\:u-bg-grey-200:hover,
  .xxl\:hocus\:u-bg-grey-200:focus {
    background-color: #898e91 !important;
  }

  .xxl\:hocus\:u-bg-grey-300:hover,
  .xxl\:hocus\:u-bg-grey-300:focus {
    background-color: #64696c !important;
  }

  .xxl\:hocus\:u-bg-grey-400:hover,
  .xxl\:hocus\:u-bg-grey-400:focus {
    background-color: #3c3c3b !important;
  }

  .xxl\:hocus\:u-bg-youtube:hover,
  .xxl\:hocus\:u-bg-youtube:focus {
    background-color: #f00 !important;
  }

  .xxl\:hocus\:u-bg-twitter:hover,
  .xxl\:hocus\:u-bg-twitter:focus {
    background-color: #1da1f2 !important;
  }

  .xxl\:hocus\:u-bg-facebook:hover,
  .xxl\:hocus\:u-bg-facebook:focus {
    background-color: #3b5998 !important;
  }

  .xxl\:hocus\:u-bg-instagram:hover,
  .xxl\:hocus\:u-bg-instagram:focus {
    background-color: #444 !important;
  }

  .xxl\:hocus\:u-bg-linkedin:hover,
  .xxl\:hocus\:u-bg-linkedin:focus {
    background-color: #0077b5 !important;
  }

  .xxl\:hocus\:u-bg-college:hover,
  .xxl\:hocus\:u-bg-college:focus {
    background-color: #00664f !important;
  }

  .xxl\:hocus\:u-bg-coll-collingwood:hover,
  .xxl\:hocus\:u-bg-coll-collingwood:focus {
    background-color: #d22630 !important;
  }

  .xxl\:hocus\:u-bg-coll-grey:hover,
  .xxl\:hocus\:u-bg-coll-grey:focus {
    background-color: #af272f !important;
  }

  .xxl\:hocus\:u-bg-coll-hatfield:hover,
  .xxl\:hocus\:u-bg-coll-hatfield:focus {
    background-color: #003865 !important;
  }

  .xxl\:hocus\:u-bg-coll-johnsnow:hover,
  .xxl\:hocus\:u-bg-coll-johnsnow:focus {
    background-color: #003865 !important;
  }

  .xxl\:hocus\:u-bg-coll-jbutler:hover,
  .xxl\:hocus\:u-bg-coll-jbutler:focus {
    background-color: #d22630 !important;
  }

  .xxl\:hocus\:u-bg-coll-south-college:hover,
  .xxl\:hocus\:u-bg-coll-south-college:focus {
    background-color: #68246d !important;
  }

  .xxl\:hocus\:u-bg-coll-staidans:hover,
  .xxl\:hocus\:u-bg-coll-staidans:focus {
    background-color: #006747 !important;
  }

  .xxl\:hocus\:u-bg-coll-stchads:hover,
  .xxl\:hocus\:u-bg-coll-stchads:focus {
    background-color: #00573f !important;
  }

  .xxl\:hocus\:u-bg-coll-stcuthberts:hover,
  .xxl\:hocus\:u-bg-coll-stcuthberts:focus {
    background-color: #00664f !important;
  }

  .xxl\:hocus\:u-bg-coll-sthild:hover,
  .xxl\:hocus\:u-bg-coll-sthild:focus {
    background-color: #0072ce !important;
  }

  .xxl\:hocus\:u-bg-coll-stjohns:hover,
  .xxl\:hocus\:u-bg-coll-stjohns:focus {
    background-color: #1b365d !important;
  }

  .xxl\:hocus\:u-bg-coll-stmarys:hover,
  .xxl\:hocus\:u-bg-coll-stmarys:focus {
    background-color: #753bbd !important;
  }

  .xxl\:hocus\:u-bg-coll-stephenson:hover,
  .xxl\:hocus\:u-bg-coll-stephenson:focus {
    background-color: #d22630 !important;
  }

  .xxl\:hocus\:u-bg-coll-trevelyan:hover,
  .xxl\:hocus\:u-bg-coll-trevelyan:focus {
    background-color: #003865 !important;
  }

  .xxl\:hocus\:u-bg-coll-university:hover,
  .xxl\:hocus\:u-bg-coll-university:focus {
    background-color: #862633 !important;
  }

  .xxl\:hocus\:u-bg-coll-ustinov:hover,
  .xxl\:hocus\:u-bg-coll-ustinov:focus {
    background-color: #003865 !important;
  }

  .xxl\:hocus\:u-bg-coll-vanmildert:hover,
  .xxl\:hocus\:u-bg-coll-vanmildert:focus {
    background-color: #ee2737 !important;
  }

  .xxl\:hocus\:u-bg-primary:hover,
  .xxl\:hocus\:u-bg-primary:focus {
    background-color: #68246d !important;
  }

  .xxl\:hocus\:u-bg-secondary:hover,
  .xxl\:hocus\:u-bg-secondary:focus {
    background-color: #ffd53a !important;
  }

  .xxl\:hocus\:u-bg-tertiary:hover,
  .xxl\:hocus\:u-bg-tertiary:focus {
    background-color: #00aeef !important;
  }

  .xxl\:hocus\:u-bg-success:hover,
  .xxl\:hocus\:u-bg-success:focus {
    background-color: #449d44 !important;
  }

  .xxl\:hocus\:u-bg-danger:hover,
  .xxl\:hocus\:u-bg-danger:focus {
    background-color: #be1e2c !important;
  }

  .xxl\:hocus\:u-bg-warning:hover,
  .xxl\:hocus\:u-bg-warning:focus {
    background-color: #da611e !important;
  }

  .xxl\:hocus\:u-bg-info:hover,
  .xxl\:hocus\:u-bg-info:focus {
    background-color: #1180a1 !important;
  }

  .xxl\:hocus\:u-bg-light:hover,
  .xxl\:hocus\:u-bg-light:focus {
    background-color: #fff !important;
  }

  .xxl\:hocus\:u-bg-dark:hover,
  .xxl\:hocus\:u-bg-dark:focus {
    background-color: #333123 !important;
  }

  .xxl\:hocus\:u-bg-purple--dark:hover,
  .xxl\:hocus\:u-bg-purple--dark:focus {
    background-color: #531d57 !important;
  }

  .xxl\:hocus\:u-bg-purple--light:hover,
  .xxl\:hocus\:u-bg-purple--light:focus {
    background-color: #74287a !important;
  }

  .xxl\:hocus\:u-bg-darkpurple--dark:hover,
  .xxl\:hocus\:u-bg-darkpurple--dark:focus {
    background-color: #46163f !important;
  }

  .xxl\:hocus\:u-bg-darkpurple--light:hover,
  .xxl\:hocus\:u-bg-darkpurple--light:focus {
    background-color: #611e58 !important;
  }

  .xxl\:hocus\:u-bg-yellow--dark:hover,
  .xxl\:hocus\:u-bg-yellow--dark:focus {
    background-color: #fac500 !important;
  }

  .xxl\:hocus\:u-bg-yellow--light:hover,
  .xxl\:hocus\:u-bg-yellow--light:focus {
    background-color: #ffdd60 !important;
  }

  .xxl\:hocus\:u-bg-cyan--dark:hover,
  .xxl\:hocus\:u-bg-cyan--dark:focus {
    background-color: #008bbf !important;
  }

  .xxl\:hocus\:u-bg-cyan--light:hover,
  .xxl\:hocus\:u-bg-cyan--light:focus {
    background-color: #0dbdff !important;
  }

  .xxl\:hocus\:u-bg-blue--dark:hover,
  .xxl\:hocus\:u-bg-blue--dark:focus {
    background-color: #2281c2 !important;
  }

  .xxl\:hocus\:u-bg-blue--light:hover,
  .xxl\:hocus\:u-bg-blue--light:focus {
    background-color: #5dace2 !important;
  }

  .xxl\:hocus\:u-bg-light-green--dark:hover,
  .xxl\:hocus\:u-bg-light-green--dark:focus {
    background-color: #9edab5 !important;
  }

  .xxl\:hocus\:u-bg-light-green--light:hover,
  .xxl\:hocus\:u-bg-light-green--light:focus {
    background-color: #fff !important;
  }

  .xxl\:hocus\:u-bg-red--dark:hover,
  .xxl\:hocus\:u-bg-red--dark:focus {
    background-color: #981823 !important;
  }

  .xxl\:hocus\:u-bg-red--light:hover,
  .xxl\:hocus\:u-bg-red--light:focus {
    background-color: #d52231 !important;
  }

  .xxl\:hocus\:u-bg-gold--dark:hover,
  .xxl\:hocus\:u-bg-gold--dark:focus {
    background-color: #908b49 !important;
  }

  .xxl\:hocus\:u-bg-gold--light:hover,
  .xxl\:hocus\:u-bg-gold--light:focus {
    background-color: #bab577 !important;
  }

  .xxl\:hocus\:u-bg-ink-100--dark:hover,
  .xxl\:hocus\:u-bg-ink-100--dark:focus {
    background-color: #001c2c !important;
  }

  .xxl\:hocus\:u-bg-ink-100--light:hover,
  .xxl\:hocus\:u-bg-ink-100--light:focus {
    background-color: #00273e !important;
  }

  .xxl\:hocus\:u-bg-stone--dark:hover,
  .xxl\:hocus\:u-bg-stone--dark:focus {
    background-color: #c4b06c !important;
  }

  .xxl\:hocus\:u-bg-stone--light:hover,
  .xxl\:hocus\:u-bg-stone--light:focus {
    background-color: #e7dfc3 !important;
  }

  .xxl\:hocus\:u-bg-sky--dark:hover,
  .xxl\:hocus\:u-bg-sky--dark:focus {
    background-color: #74aab6 !important;
  }

  .xxl\:hocus\:u-bg-sky--light:hover,
  .xxl\:hocus\:u-bg-sky--light:focus {
    background-color: #c2dadf !important;
  }

  .xxl\:hocus\:u-bg-heather--dark:hover,
  .xxl\:hocus\:u-bg-heather--dark:focus {
    background-color: #af7a87 !important;
  }

  .xxl\:hocus\:u-bg-heather--light:hover,
  .xxl\:hocus\:u-bg-heather--light:focus {
    background-color: #dcc4ca !important;
  }

  .xxl\:hocus\:u-bg-cedar--dark:hover,
  .xxl\:hocus\:u-bg-cedar--dark:focus {
    background-color: #968581 !important;
  }

  .xxl\:hocus\:u-bg-cedar--light:hover,
  .xxl\:hocus\:u-bg-cedar--light:focus {
    background-color: #c9c0be !important;
  }

  .xxl\:hocus\:u-bg-business--dark:hover,
  .xxl\:hocus\:u-bg-business--dark:focus {
    background-color: #8c9b89 !important;
  }

  .xxl\:hocus\:u-bg-business--light:hover,
  .xxl\:hocus\:u-bg-business--light:focus {
    background-color: #cad1c9 !important;
  }

  .xxl\:hocus\:u-bg-black--dark:hover,
  .xxl\:hocus\:u-bg-black--dark:focus {
    background-color: #29271c !important;
  }

  .xxl\:hocus\:u-bg-black--light:hover,
  .xxl\:hocus\:u-bg-black--light:focus {
    background-color: #393727 !important;
  }

  .xxl\:hocus\:u-bg-white--dark:hover,
  .xxl\:hocus\:u-bg-white--dark:focus {
    background-color: #ccc !important;
  }

  .xxl\:hocus\:u-bg-white--light:hover,
  .xxl\:hocus\:u-bg-white--light:focus {
    background-color: #fff !important;
  }

  .xxl\:hocus\:u-bg-grey-25--dark:hover,
  .xxl\:hocus\:u-bg-grey-25--dark:focus {
    background-color: #c6c6c6 !important;
  }

  .xxl\:hocus\:u-bg-grey-25--light:hover,
  .xxl\:hocus\:u-bg-grey-25--light:focus {
    background-color: #fff !important;
  }

  .xxl\:hocus\:u-bg-grey-50--dark:hover,
  .xxl\:hocus\:u-bg-grey-50--dark:focus {
    background-color: #bcbcbc !important;
  }

  .xxl\:hocus\:u-bg-grey-50--light:hover,
  .xxl\:hocus\:u-bg-grey-50--light:focus {
    background-color: #fff !important;
  }

  .xxl\:hocus\:u-bg-grey-75--dark:hover,
  .xxl\:hocus\:u-bg-grey-75--dark:focus {
    background-color: #aeaeae !important;
  }

  .xxl\:hocus\:u-bg-grey-75--light:hover,
  .xxl\:hocus\:u-bg-grey-75--light:focus {
    background-color: #f3f3f3 !important;
  }

  .xxl\:hocus\:u-bg-grey-100--dark:hover,
  .xxl\:hocus\:u-bg-grey-100--dark:focus {
    background-color: #8a9194 !important;
  }

  .xxl\:hocus\:u-bg-grey-100--light:hover,
  .xxl\:hocus\:u-bg-grey-100--light:focus {
    background-color: #c5c9ca !important;
  }

  .xxl\:hocus\:u-bg-grey-200--dark:hover,
  .xxl\:hocus\:u-bg-grey-200--dark:focus {
    background-color: #6d7275 !important;
  }

  .xxl\:hocus\:u-bg-grey-200--light:hover,
  .xxl\:hocus\:u-bg-grey-200--light:focus {
    background-color: #9b9fa1 !important;
  }

  .xxl\:hocus\:u-bg-grey-300--dark:hover,
  .xxl\:hocus\:u-bg-grey-300--dark:focus {
    background-color: #505456 !important;
  }

  .xxl\:hocus\:u-bg-grey-300--light:hover,
  .xxl\:hocus\:u-bg-grey-300--light:focus {
    background-color: #707679 !important;
  }

  .xxl\:hocus\:u-bg-grey-400--dark:hover,
  .xxl\:hocus\:u-bg-grey-400--dark:focus {
    background-color: #30302f !important;
  }

  .xxl\:hocus\:u-bg-grey-400--light:hover,
  .xxl\:hocus\:u-bg-grey-400--light:focus {
    background-color: #434342 !important;
  }

  .xxl\:hocus\:u-bg-youtube--dark:hover,
  .xxl\:hocus\:u-bg-youtube--dark:focus {
    background-color: #c00 !important;
  }

  .xxl\:hocus\:u-bg-youtube--light:hover,
  .xxl\:hocus\:u-bg-youtube--light:focus {
    background-color: #ff1f1f !important;
  }

  .xxl\:hocus\:u-bg-twitter--dark:hover,
  .xxl\:hocus\:u-bg-twitter--dark:focus {
    background-color: #0c84cd !important;
  }

  .xxl\:hocus\:u-bg-twitter--light:hover,
  .xxl\:hocus\:u-bg-twitter--light:focus {
    background-color: #3caef4 !important;
  }

  .xxl\:hocus\:u-bg-facebook--dark:hover,
  .xxl\:hocus\:u-bg-facebook--dark:focus {
    background-color: #2f477a !important;
  }

  .xxl\:hocus\:u-bg-facebook--light:hover,
  .xxl\:hocus\:u-bg-facebook--light:focus {
    background-color: #4264aa !important;
  }

  .xxl\:hocus\:u-bg-instagram--dark:hover,
  .xxl\:hocus\:u-bg-instagram--dark:focus {
    background-color: #363636 !important;
  }

  .xxl\:hocus\:u-bg-instagram--light:hover,
  .xxl\:hocus\:u-bg-instagram--light:focus {
    background-color: #4c4c4c !important;
  }

  .xxl\:hocus\:u-bg-linkedin--dark:hover,
  .xxl\:hocus\:u-bg-linkedin--dark:focus {
    background-color: #005f91 !important;
  }

  .xxl\:hocus\:u-bg-linkedin--light:hover,
  .xxl\:hocus\:u-bg-linkedin--light:focus {
    background-color: #0085cb !important;
  }

  .xxl\:hocus\:u-bg-college--dark:hover,
  .xxl\:hocus\:u-bg-college--dark:focus {
    background-color: #00523f !important;
  }

  .xxl\:hocus\:u-bg-college--light:hover,
  .xxl\:hocus\:u-bg-college--light:focus {
    background-color: #007258 !important;
  }

  .xxl\:hocus\:u-bg-coll-collingwood--dark:hover,
  .xxl\:hocus\:u-bg-coll-collingwood--dark:focus {
    background-color: #a81e26 !important;
  }

  .xxl\:hocus\:u-bg-coll-collingwood--light:hover,
  .xxl\:hocus\:u-bg-coll-collingwood--light:focus {
    background-color: #db3a44 !important;
  }

  .xxl\:hocus\:u-bg-coll-grey--dark:hover,
  .xxl\:hocus\:u-bg-coll-grey--dark:focus {
    background-color: #8c1f26 !important;
  }

  .xxl\:hocus\:u-bg-coll-grey--light:hover,
  .xxl\:hocus\:u-bg-coll-grey--light:focus {
    background-color: #c42c35 !important;
  }

  .xxl\:hocus\:u-bg-coll-hatfield--dark:hover,
  .xxl\:hocus\:u-bg-coll-hatfield--dark:focus {
    background-color: #002d51 !important;
  }

  .xxl\:hocus\:u-bg-coll-hatfield--light:hover,
  .xxl\:hocus\:u-bg-coll-hatfield--light:focus {
    background-color: #003f71 !important;
  }

  .xxl\:hocus\:u-bg-coll-johnsnow--dark:hover,
  .xxl\:hocus\:u-bg-coll-johnsnow--dark:focus {
    background-color: #002d51 !important;
  }

  .xxl\:hocus\:u-bg-coll-johnsnow--light:hover,
  .xxl\:hocus\:u-bg-coll-johnsnow--light:focus {
    background-color: #003f71 !important;
  }

  .xxl\:hocus\:u-bg-coll-jbutler--dark:hover,
  .xxl\:hocus\:u-bg-coll-jbutler--dark:focus {
    background-color: #a81e26 !important;
  }

  .xxl\:hocus\:u-bg-coll-jbutler--light:hover,
  .xxl\:hocus\:u-bg-coll-jbutler--light:focus {
    background-color: #db3a44 !important;
  }

  .xxl\:hocus\:u-bg-coll-south-college--dark:hover,
  .xxl\:hocus\:u-bg-coll-south-college--dark:focus {
    background-color: #531d57 !important;
  }

  .xxl\:hocus\:u-bg-coll-south-college--light:hover,
  .xxl\:hocus\:u-bg-coll-south-college--light:focus {
    background-color: #74287a !important;
  }

  .xxl\:hocus\:u-bg-coll-staidans--dark:hover,
  .xxl\:hocus\:u-bg-coll-staidans--dark:focus {
    background-color: #005239 !important;
  }

  .xxl\:hocus\:u-bg-coll-staidans--light:hover,
  .xxl\:hocus\:u-bg-coll-staidans--light:focus {
    background-color: #007350 !important;
  }

  .xxl\:hocus\:u-bg-coll-stchads--dark:hover,
  .xxl\:hocus\:u-bg-coll-stchads--dark:focus {
    background-color: #004632 !important;
  }

  .xxl\:hocus\:u-bg-coll-stchads--light:hover,
  .xxl\:hocus\:u-bg-coll-stchads--light:focus {
    background-color: #006147 !important;
  }

  .xxl\:hocus\:u-bg-coll-stcuthberts--dark:hover,
  .xxl\:hocus\:u-bg-coll-stcuthberts--dark:focus {
    background-color: #00523f !important;
  }

  .xxl\:hocus\:u-bg-coll-stcuthberts--light:hover,
  .xxl\:hocus\:u-bg-coll-stcuthberts--light:focus {
    background-color: #007258 !important;
  }

  .xxl\:hocus\:u-bg-coll-sthild--dark:hover,
  .xxl\:hocus\:u-bg-coll-sthild--dark:focus {
    background-color: #005ba5 !important;
  }

  .xxl\:hocus\:u-bg-coll-sthild--light:hover,
  .xxl\:hocus\:u-bg-coll-sthild--light:focus {
    background-color: #0080e7 !important;
  }

  .xxl\:hocus\:u-bg-coll-stjohns--dark:hover,
  .xxl\:hocus\:u-bg-coll-stjohns--dark:focus {
    background-color: #162b4a !important;
  }

  .xxl\:hocus\:u-bg-coll-stjohns--light:hover,
  .xxl\:hocus\:u-bg-coll-stjohns--light:focus {
    background-color: #1e3c68 !important;
  }

  .xxl\:hocus\:u-bg-coll-stmarys--dark:hover,
  .xxl\:hocus\:u-bg-coll-stmarys--dark:focus {
    background-color: #5e2f97 !important;
  }

  .xxl\:hocus\:u-bg-coll-stmarys--light:hover,
  .xxl\:hocus\:u-bg-coll-stmarys--light:focus {
    background-color: #844ec8 !important;
  }

  .xxl\:hocus\:u-bg-coll-stephenson--dark:hover,
  .xxl\:hocus\:u-bg-coll-stephenson--dark:focus {
    background-color: #a81e26 !important;
  }

  .xxl\:hocus\:u-bg-coll-stephenson--light:hover,
  .xxl\:hocus\:u-bg-coll-stephenson--light:focus {
    background-color: #db3a44 !important;
  }

  .xxl\:hocus\:u-bg-coll-trevelyan--dark:hover,
  .xxl\:hocus\:u-bg-coll-trevelyan--dark:focus {
    background-color: #002d51 !important;
  }

  .xxl\:hocus\:u-bg-coll-trevelyan--light:hover,
  .xxl\:hocus\:u-bg-coll-trevelyan--light:focus {
    background-color: #003f71 !important;
  }

  .xxl\:hocus\:u-bg-coll-university--dark:hover,
  .xxl\:hocus\:u-bg-coll-university--dark:focus {
    background-color: #6b1e29 !important;
  }

  .xxl\:hocus\:u-bg-coll-university--light:hover,
  .xxl\:hocus\:u-bg-coll-university--light:focus {
    background-color: #962b39 !important;
  }

  .xxl\:hocus\:u-bg-coll-ustinov--dark:hover,
  .xxl\:hocus\:u-bg-coll-ustinov--dark:focus {
    background-color: #002d51 !important;
  }

  .xxl\:hocus\:u-bg-coll-ustinov--light:hover,
  .xxl\:hocus\:u-bg-coll-ustinov--light:focus {
    background-color: #003f71 !important;
  }

  .xxl\:hocus\:u-bg-coll-vanmildert--dark:hover,
  .xxl\:hocus\:u-bg-coll-vanmildert--dark:focus {
    background-color: #cd101f !important;
  }

  .xxl\:hocus\:u-bg-coll-vanmildert--light:hover,
  .xxl\:hocus\:u-bg-coll-vanmildert--light:focus {
    background-color: #f04654 !important;
  }

  .xxl\:hocus\:u-bg-primary--dark:hover,
  .xxl\:hocus\:u-bg-primary--dark:focus {
    background-color: #531d57 !important;
  }

  .xxl\:hocus\:u-bg-primary--light:hover,
  .xxl\:hocus\:u-bg-primary--light:focus {
    background-color: #74287a !important;
  }

  .xxl\:hocus\:u-bg-secondary--dark:hover,
  .xxl\:hocus\:u-bg-secondary--dark:focus {
    background-color: #fac500 !important;
  }

  .xxl\:hocus\:u-bg-secondary--light:hover,
  .xxl\:hocus\:u-bg-secondary--light:focus {
    background-color: #ffdd60 !important;
  }

  .xxl\:hocus\:u-bg-tertiary--dark:hover,
  .xxl\:hocus\:u-bg-tertiary--dark:focus {
    background-color: #008bbf !important;
  }

  .xxl\:hocus\:u-bg-tertiary--light:hover,
  .xxl\:hocus\:u-bg-tertiary--light:focus {
    background-color: #0dbdff !important;
  }

  .xxl\:hocus\:u-bg-success--dark:hover,
  .xxl\:hocus\:u-bg-success--dark:focus {
    background-color: #367e36 !important;
  }

  .xxl\:hocus\:u-bg-success--light:hover,
  .xxl\:hocus\:u-bg-success--light:focus {
    background-color: #4cb04c !important;
  }

  .xxl\:hocus\:u-bg-danger--dark:hover,
  .xxl\:hocus\:u-bg-danger--dark:focus {
    background-color: #981823 !important;
  }

  .xxl\:hocus\:u-bg-danger--light:hover,
  .xxl\:hocus\:u-bg-danger--light:focus {
    background-color: #d52231 !important;
  }

  .xxl\:hocus\:u-bg-warning--dark:hover,
  .xxl\:hocus\:u-bg-warning--dark:focus {
    background-color: #ae4e18 !important;
  }

  .xxl\:hocus\:u-bg-warning--light:hover,
  .xxl\:hocus\:u-bg-warning--light:focus {
    background-color: #e37233 !important;
  }

  .xxl\:hocus\:u-bg-info--dark:hover,
  .xxl\:hocus\:u-bg-info--dark:focus {
    background-color: #0e6681 !important;
  }

  .xxl\:hocus\:u-bg-info--light:hover,
  .xxl\:hocus\:u-bg-info--light:focus {
    background-color: #138fb4 !important;
  }

  .xxl\:hocus\:u-bg-light--dark:hover,
  .xxl\:hocus\:u-bg-light--dark:focus {
    background-color: #ccc !important;
  }

  .xxl\:hocus\:u-bg-light--light:hover,
  .xxl\:hocus\:u-bg-light--light:focus {
    background-color: #fff !important;
  }

  .xxl\:hocus\:u-bg-dark--dark:hover,
  .xxl\:hocus\:u-bg-dark--dark:focus {
    background-color: #29271c !important;
  }

  .xxl\:hocus\:u-bg-dark--light:hover,
  .xxl\:hocus\:u-bg-dark--light:focus {
    background-color: #393727 !important;
  }

  .xxl\:u-bg-bottom {
    background-position: bottom !important;
  }

  .xxl\:u-bg-center {
    background-position: center !important;
  }

  .xxl\:u-bg-left {
    background-position: left !important;
  }

  .xxl\:u-bg-left-bottom {
    background-position: left bottom !important;
  }

  .xxl\:u-bg-left-top {
    background-position: left top !important;
  }

  .xxl\:u-bg-right {
    background-position: right !important;
  }

  .xxl\:u-bg-right-bottom {
    background-position: right bottom !important;
  }

  .xxl\:u-bg-right-top {
    background-position: right top !important;
  }

  .xxl\:u-bg-top {
    background-position: top !important;
  }

  .xxl\:u-bg-repeat {
    background-repeat: repeat !important;
  }

  .xxl\:u-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xxl\:u-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xxl\:u-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xxl\:u-bg-auto {
    background-size: auto !important;
  }

  .xxl\:u-bg-cover {
    background-size: cover !important;
  }

  .xxl\:u-bg-contain {
    background-size: contain !important;
  }

  .xxl\:u-border-transparent {
    border-color: transparent !important;
  }

  .xxl\:u-border-current-color {
    border-color: currentColor !important;
  }

  .xxl\:u-border-inherit {
    border-color: inherit !important;
  }

  .xxl\:u-border-purple {
    border-color: #68246d !important;
  }

  .xxl\:u-border-darkpurple {
    border-color: #571b4f !important;
  }

  .xxl\:u-border-yellow {
    border-color: #ffd53a !important;
  }

  .xxl\:u-border-cyan {
    border-color: #00aeef !important;
  }

  .xxl\:u-border-blue {
    border-color: #409ddd !important;
  }

  .xxl\:u-border-light-green {
    border-color: #e2f4e9 !important;
  }

  .xxl\:u-border-red {
    border-color: #be1e2c !important;
  }

  .xxl\:u-border-gold {
    border-color: #afa961 !important;
  }

  .xxl\:u-border-ink-100 {
    border-color: #002337 !important;
  }

  .xxl\:u-border-stone {
    border-color: #dacda2 !important;
  }

  .xxl\:u-border-sky {
    border-color: #a5c8d0 !important;
  }

  .xxl\:u-border-heather {
    border-color: #cba8b1 !important;
  }

  .xxl\:u-border-cedar {
    border-color: #b6aaa7 !important;
  }

  .xxl\:u-border-business {
    border-color: #b3bdb1 !important;
  }

  .xxl\:u-border-black {
    border-color: #333123 !important;
  }

  .xxl\:u-border-white {
    border-color: #fff !important;
  }

  .xxl\:u-border-grey-25 {
    border-color: #f7f7f7 !important;
  }

  .xxl\:u-border-grey-50 {
    border-color: #ebebeb !important;
  }

  .xxl\:u-border-grey-75 {
    border-color: #d9d9d9 !important;
  }

  .xxl\:u-border-grey-100 {
    border-color: #afb4b6 !important;
  }

  .xxl\:u-border-grey-200 {
    border-color: #898e91 !important;
  }

  .xxl\:u-border-grey-300 {
    border-color: #64696c !important;
  }

  .xxl\:u-border-grey-400 {
    border-color: #3c3c3b !important;
  }

  .xxl\:u-border-youtube {
    border-color: #f00 !important;
  }

  .xxl\:u-border-twitter {
    border-color: #1da1f2 !important;
  }

  .xxl\:u-border-facebook {
    border-color: #3b5998 !important;
  }

  .xxl\:u-border-instagram {
    border-color: #444 !important;
  }

  .xxl\:u-border-linkedin {
    border-color: #0077b5 !important;
  }

  .xxl\:u-border-college {
    border-color: #00664f !important;
  }

  .xxl\:u-border-coll-collingwood {
    border-color: #d22630 !important;
  }

  .xxl\:u-border-coll-grey {
    border-color: #af272f !important;
  }

  .xxl\:u-border-coll-hatfield {
    border-color: #003865 !important;
  }

  .xxl\:u-border-coll-johnsnow {
    border-color: #003865 !important;
  }

  .xxl\:u-border-coll-jbutler {
    border-color: #d22630 !important;
  }

  .xxl\:u-border-coll-south-college {
    border-color: #68246d !important;
  }

  .xxl\:u-border-coll-staidans {
    border-color: #006747 !important;
  }

  .xxl\:u-border-coll-stchads {
    border-color: #00573f !important;
  }

  .xxl\:u-border-coll-stcuthberts {
    border-color: #00664f !important;
  }

  .xxl\:u-border-coll-sthild {
    border-color: #0072ce !important;
  }

  .xxl\:u-border-coll-stjohns {
    border-color: #1b365d !important;
  }

  .xxl\:u-border-coll-stmarys {
    border-color: #753bbd !important;
  }

  .xxl\:u-border-coll-stephenson {
    border-color: #d22630 !important;
  }

  .xxl\:u-border-coll-trevelyan {
    border-color: #003865 !important;
  }

  .xxl\:u-border-coll-university {
    border-color: #862633 !important;
  }

  .xxl\:u-border-coll-ustinov {
    border-color: #003865 !important;
  }

  .xxl\:u-border-coll-vanmildert {
    border-color: #ee2737 !important;
  }

  .xxl\:u-border-primary {
    border-color: #68246d !important;
  }

  .xxl\:u-border-secondary {
    border-color: #ffd53a !important;
  }

  .xxl\:u-border-tertiary {
    border-color: #00aeef !important;
  }

  .xxl\:u-border-success {
    border-color: #449d44 !important;
  }

  .xxl\:u-border-danger {
    border-color: #be1e2c !important;
  }

  .xxl\:u-border-warning {
    border-color: #da611e !important;
  }

  .xxl\:u-border-info {
    border-color: #1180a1 !important;
  }

  .xxl\:u-border-light {
    border-color: #fff !important;
  }

  .xxl\:u-border-dark {
    border-color: #333123 !important;
  }

  .xxl\:u-border-purple--dark {
    border-color: #531d57 !important;
  }

  .xxl\:u-border-purple--light {
    border-color: #74287a !important;
  }

  .xxl\:u-border-darkpurple--dark {
    border-color: #46163f !important;
  }

  .xxl\:u-border-darkpurple--light {
    border-color: #611e58 !important;
  }

  .xxl\:u-border-yellow--dark {
    border-color: #fac500 !important;
  }

  .xxl\:u-border-yellow--light {
    border-color: #ffdd60 !important;
  }

  .xxl\:u-border-cyan--dark {
    border-color: #008bbf !important;
  }

  .xxl\:u-border-cyan--light {
    border-color: #0dbdff !important;
  }

  .xxl\:u-border-blue--dark {
    border-color: #2281c2 !important;
  }

  .xxl\:u-border-blue--light {
    border-color: #5dace2 !important;
  }

  .xxl\:u-border-light-green--dark {
    border-color: #9edab5 !important;
  }

  .xxl\:u-border-light-green--light {
    border-color: #fff !important;
  }

  .xxl\:u-border-red--dark {
    border-color: #981823 !important;
  }

  .xxl\:u-border-red--light {
    border-color: #d52231 !important;
  }

  .xxl\:u-border-gold--dark {
    border-color: #908b49 !important;
  }

  .xxl\:u-border-gold--light {
    border-color: #bab577 !important;
  }

  .xxl\:u-border-ink-100--dark {
    border-color: #001c2c !important;
  }

  .xxl\:u-border-ink-100--light {
    border-color: #00273e !important;
  }

  .xxl\:u-border-stone--dark {
    border-color: #c4b06c !important;
  }

  .xxl\:u-border-stone--light {
    border-color: #e7dfc3 !important;
  }

  .xxl\:u-border-sky--dark {
    border-color: #74aab6 !important;
  }

  .xxl\:u-border-sky--light {
    border-color: #c2dadf !important;
  }

  .xxl\:u-border-heather--dark {
    border-color: #af7a87 !important;
  }

  .xxl\:u-border-heather--light {
    border-color: #dcc4ca !important;
  }

  .xxl\:u-border-cedar--dark {
    border-color: #968581 !important;
  }

  .xxl\:u-border-cedar--light {
    border-color: #c9c0be !important;
  }

  .xxl\:u-border-business--dark {
    border-color: #8c9b89 !important;
  }

  .xxl\:u-border-business--light {
    border-color: #cad1c9 !important;
  }

  .xxl\:u-border-black--dark {
    border-color: #29271c !important;
  }

  .xxl\:u-border-black--light {
    border-color: #393727 !important;
  }

  .xxl\:u-border-white--dark {
    border-color: #ccc !important;
  }

  .xxl\:u-border-white--light {
    border-color: #fff !important;
  }

  .xxl\:u-border-grey-25--dark {
    border-color: #c6c6c6 !important;
  }

  .xxl\:u-border-grey-25--light {
    border-color: #fff !important;
  }

  .xxl\:u-border-grey-50--dark {
    border-color: #bcbcbc !important;
  }

  .xxl\:u-border-grey-50--light {
    border-color: #fff !important;
  }

  .xxl\:u-border-grey-75--dark {
    border-color: #aeaeae !important;
  }

  .xxl\:u-border-grey-75--light {
    border-color: #f3f3f3 !important;
  }

  .xxl\:u-border-grey-100--dark {
    border-color: #8a9194 !important;
  }

  .xxl\:u-border-grey-100--light {
    border-color: #c5c9ca !important;
  }

  .xxl\:u-border-grey-200--dark {
    border-color: #6d7275 !important;
  }

  .xxl\:u-border-grey-200--light {
    border-color: #9b9fa1 !important;
  }

  .xxl\:u-border-grey-300--dark {
    border-color: #505456 !important;
  }

  .xxl\:u-border-grey-300--light {
    border-color: #707679 !important;
  }

  .xxl\:u-border-grey-400--dark {
    border-color: #30302f !important;
  }

  .xxl\:u-border-grey-400--light {
    border-color: #434342 !important;
  }

  .xxl\:u-border-youtube--dark {
    border-color: #c00 !important;
  }

  .xxl\:u-border-youtube--light {
    border-color: #ff1f1f !important;
  }

  .xxl\:u-border-twitter--dark {
    border-color: #0c84cd !important;
  }

  .xxl\:u-border-twitter--light {
    border-color: #3caef4 !important;
  }

  .xxl\:u-border-facebook--dark {
    border-color: #2f477a !important;
  }

  .xxl\:u-border-facebook--light {
    border-color: #4264aa !important;
  }

  .xxl\:u-border-instagram--dark {
    border-color: #363636 !important;
  }

  .xxl\:u-border-instagram--light {
    border-color: #4c4c4c !important;
  }

  .xxl\:u-border-linkedin--dark {
    border-color: #005f91 !important;
  }

  .xxl\:u-border-linkedin--light {
    border-color: #0085cb !important;
  }

  .xxl\:u-border-college--dark {
    border-color: #00523f !important;
  }

  .xxl\:u-border-college--light {
    border-color: #007258 !important;
  }

  .xxl\:u-border-coll-collingwood--dark {
    border-color: #a81e26 !important;
  }

  .xxl\:u-border-coll-collingwood--light {
    border-color: #db3a44 !important;
  }

  .xxl\:u-border-coll-grey--dark {
    border-color: #8c1f26 !important;
  }

  .xxl\:u-border-coll-grey--light {
    border-color: #c42c35 !important;
  }

  .xxl\:u-border-coll-hatfield--dark {
    border-color: #002d51 !important;
  }

  .xxl\:u-border-coll-hatfield--light {
    border-color: #003f71 !important;
  }

  .xxl\:u-border-coll-johnsnow--dark {
    border-color: #002d51 !important;
  }

  .xxl\:u-border-coll-johnsnow--light {
    border-color: #003f71 !important;
  }

  .xxl\:u-border-coll-jbutler--dark {
    border-color: #a81e26 !important;
  }

  .xxl\:u-border-coll-jbutler--light {
    border-color: #db3a44 !important;
  }

  .xxl\:u-border-coll-south-college--dark {
    border-color: #531d57 !important;
  }

  .xxl\:u-border-coll-south-college--light {
    border-color: #74287a !important;
  }

  .xxl\:u-border-coll-staidans--dark {
    border-color: #005239 !important;
  }

  .xxl\:u-border-coll-staidans--light {
    border-color: #007350 !important;
  }

  .xxl\:u-border-coll-stchads--dark {
    border-color: #004632 !important;
  }

  .xxl\:u-border-coll-stchads--light {
    border-color: #006147 !important;
  }

  .xxl\:u-border-coll-stcuthberts--dark {
    border-color: #00523f !important;
  }

  .xxl\:u-border-coll-stcuthberts--light {
    border-color: #007258 !important;
  }

  .xxl\:u-border-coll-sthild--dark {
    border-color: #005ba5 !important;
  }

  .xxl\:u-border-coll-sthild--light {
    border-color: #0080e7 !important;
  }

  .xxl\:u-border-coll-stjohns--dark {
    border-color: #162b4a !important;
  }

  .xxl\:u-border-coll-stjohns--light {
    border-color: #1e3c68 !important;
  }

  .xxl\:u-border-coll-stmarys--dark {
    border-color: #5e2f97 !important;
  }

  .xxl\:u-border-coll-stmarys--light {
    border-color: #844ec8 !important;
  }

  .xxl\:u-border-coll-stephenson--dark {
    border-color: #a81e26 !important;
  }

  .xxl\:u-border-coll-stephenson--light {
    border-color: #db3a44 !important;
  }

  .xxl\:u-border-coll-trevelyan--dark {
    border-color: #002d51 !important;
  }

  .xxl\:u-border-coll-trevelyan--light {
    border-color: #003f71 !important;
  }

  .xxl\:u-border-coll-university--dark {
    border-color: #6b1e29 !important;
  }

  .xxl\:u-border-coll-university--light {
    border-color: #962b39 !important;
  }

  .xxl\:u-border-coll-ustinov--dark {
    border-color: #002d51 !important;
  }

  .xxl\:u-border-coll-ustinov--light {
    border-color: #003f71 !important;
  }

  .xxl\:u-border-coll-vanmildert--dark {
    border-color: #cd101f !important;
  }

  .xxl\:u-border-coll-vanmildert--light {
    border-color: #f04654 !important;
  }

  .xxl\:u-border-primary--dark {
    border-color: #531d57 !important;
  }

  .xxl\:u-border-primary--light {
    border-color: #74287a !important;
  }

  .xxl\:u-border-secondary--dark {
    border-color: #fac500 !important;
  }

  .xxl\:u-border-secondary--light {
    border-color: #ffdd60 !important;
  }

  .xxl\:u-border-tertiary--dark {
    border-color: #008bbf !important;
  }

  .xxl\:u-border-tertiary--light {
    border-color: #0dbdff !important;
  }

  .xxl\:u-border-success--dark {
    border-color: #367e36 !important;
  }

  .xxl\:u-border-success--light {
    border-color: #4cb04c !important;
  }

  .xxl\:u-border-danger--dark {
    border-color: #981823 !important;
  }

  .xxl\:u-border-danger--light {
    border-color: #d52231 !important;
  }

  .xxl\:u-border-warning--dark {
    border-color: #ae4e18 !important;
  }

  .xxl\:u-border-warning--light {
    border-color: #e37233 !important;
  }

  .xxl\:u-border-info--dark {
    border-color: #0e6681 !important;
  }

  .xxl\:u-border-info--light {
    border-color: #138fb4 !important;
  }

  .xxl\:u-border-light--dark {
    border-color: #ccc !important;
  }

  .xxl\:u-border-light--light {
    border-color: #fff !important;
  }

  .xxl\:u-border-dark--dark {
    border-color: #29271c !important;
  }

  .xxl\:u-border-dark--light {
    border-color: #393727 !important;
  }

  .xxl\:hover\:u-border-transparent:hover {
    border-color: transparent !important;
  }

  .xxl\:hover\:u-border-current-color:hover {
    border-color: currentColor !important;
  }

  .xxl\:hover\:u-border-inherit:hover {
    border-color: inherit !important;
  }

  .xxl\:hover\:u-border-purple:hover {
    border-color: #68246d !important;
  }

  .xxl\:hover\:u-border-darkpurple:hover {
    border-color: #571b4f !important;
  }

  .xxl\:hover\:u-border-yellow:hover {
    border-color: #ffd53a !important;
  }

  .xxl\:hover\:u-border-cyan:hover {
    border-color: #00aeef !important;
  }

  .xxl\:hover\:u-border-blue:hover {
    border-color: #409ddd !important;
  }

  .xxl\:hover\:u-border-light-green:hover {
    border-color: #e2f4e9 !important;
  }

  .xxl\:hover\:u-border-red:hover {
    border-color: #be1e2c !important;
  }

  .xxl\:hover\:u-border-gold:hover {
    border-color: #afa961 !important;
  }

  .xxl\:hover\:u-border-ink-100:hover {
    border-color: #002337 !important;
  }

  .xxl\:hover\:u-border-stone:hover {
    border-color: #dacda2 !important;
  }

  .xxl\:hover\:u-border-sky:hover {
    border-color: #a5c8d0 !important;
  }

  .xxl\:hover\:u-border-heather:hover {
    border-color: #cba8b1 !important;
  }

  .xxl\:hover\:u-border-cedar:hover {
    border-color: #b6aaa7 !important;
  }

  .xxl\:hover\:u-border-business:hover {
    border-color: #b3bdb1 !important;
  }

  .xxl\:hover\:u-border-black:hover {
    border-color: #333123 !important;
  }

  .xxl\:hover\:u-border-white:hover {
    border-color: #fff !important;
  }

  .xxl\:hover\:u-border-grey-25:hover {
    border-color: #f7f7f7 !important;
  }

  .xxl\:hover\:u-border-grey-50:hover {
    border-color: #ebebeb !important;
  }

  .xxl\:hover\:u-border-grey-75:hover {
    border-color: #d9d9d9 !important;
  }

  .xxl\:hover\:u-border-grey-100:hover {
    border-color: #afb4b6 !important;
  }

  .xxl\:hover\:u-border-grey-200:hover {
    border-color: #898e91 !important;
  }

  .xxl\:hover\:u-border-grey-300:hover {
    border-color: #64696c !important;
  }

  .xxl\:hover\:u-border-grey-400:hover {
    border-color: #3c3c3b !important;
  }

  .xxl\:hover\:u-border-youtube:hover {
    border-color: #f00 !important;
  }

  .xxl\:hover\:u-border-twitter:hover {
    border-color: #1da1f2 !important;
  }

  .xxl\:hover\:u-border-facebook:hover {
    border-color: #3b5998 !important;
  }

  .xxl\:hover\:u-border-instagram:hover {
    border-color: #444 !important;
  }

  .xxl\:hover\:u-border-linkedin:hover {
    border-color: #0077b5 !important;
  }

  .xxl\:hover\:u-border-college:hover {
    border-color: #00664f !important;
  }

  .xxl\:hover\:u-border-coll-collingwood:hover {
    border-color: #d22630 !important;
  }

  .xxl\:hover\:u-border-coll-grey:hover {
    border-color: #af272f !important;
  }

  .xxl\:hover\:u-border-coll-hatfield:hover {
    border-color: #003865 !important;
  }

  .xxl\:hover\:u-border-coll-johnsnow:hover {
    border-color: #003865 !important;
  }

  .xxl\:hover\:u-border-coll-jbutler:hover {
    border-color: #d22630 !important;
  }

  .xxl\:hover\:u-border-coll-south-college:hover {
    border-color: #68246d !important;
  }

  .xxl\:hover\:u-border-coll-staidans:hover {
    border-color: #006747 !important;
  }

  .xxl\:hover\:u-border-coll-stchads:hover {
    border-color: #00573f !important;
  }

  .xxl\:hover\:u-border-coll-stcuthberts:hover {
    border-color: #00664f !important;
  }

  .xxl\:hover\:u-border-coll-sthild:hover {
    border-color: #0072ce !important;
  }

  .xxl\:hover\:u-border-coll-stjohns:hover {
    border-color: #1b365d !important;
  }

  .xxl\:hover\:u-border-coll-stmarys:hover {
    border-color: #753bbd !important;
  }

  .xxl\:hover\:u-border-coll-stephenson:hover {
    border-color: #d22630 !important;
  }

  .xxl\:hover\:u-border-coll-trevelyan:hover {
    border-color: #003865 !important;
  }

  .xxl\:hover\:u-border-coll-university:hover {
    border-color: #862633 !important;
  }

  .xxl\:hover\:u-border-coll-ustinov:hover {
    border-color: #003865 !important;
  }

  .xxl\:hover\:u-border-coll-vanmildert:hover {
    border-color: #ee2737 !important;
  }

  .xxl\:hover\:u-border-primary:hover {
    border-color: #68246d !important;
  }

  .xxl\:hover\:u-border-secondary:hover {
    border-color: #ffd53a !important;
  }

  .xxl\:hover\:u-border-tertiary:hover {
    border-color: #00aeef !important;
  }

  .xxl\:hover\:u-border-success:hover {
    border-color: #449d44 !important;
  }

  .xxl\:hover\:u-border-danger:hover {
    border-color: #be1e2c !important;
  }

  .xxl\:hover\:u-border-warning:hover {
    border-color: #da611e !important;
  }

  .xxl\:hover\:u-border-info:hover {
    border-color: #1180a1 !important;
  }

  .xxl\:hover\:u-border-light:hover {
    border-color: #fff !important;
  }

  .xxl\:hover\:u-border-dark:hover {
    border-color: #333123 !important;
  }

  .xxl\:hover\:u-border-purple--dark:hover {
    border-color: #531d57 !important;
  }

  .xxl\:hover\:u-border-purple--light:hover {
    border-color: #74287a !important;
  }

  .xxl\:hover\:u-border-darkpurple--dark:hover {
    border-color: #46163f !important;
  }

  .xxl\:hover\:u-border-darkpurple--light:hover {
    border-color: #611e58 !important;
  }

  .xxl\:hover\:u-border-yellow--dark:hover {
    border-color: #fac500 !important;
  }

  .xxl\:hover\:u-border-yellow--light:hover {
    border-color: #ffdd60 !important;
  }

  .xxl\:hover\:u-border-cyan--dark:hover {
    border-color: #008bbf !important;
  }

  .xxl\:hover\:u-border-cyan--light:hover {
    border-color: #0dbdff !important;
  }

  .xxl\:hover\:u-border-blue--dark:hover {
    border-color: #2281c2 !important;
  }

  .xxl\:hover\:u-border-blue--light:hover {
    border-color: #5dace2 !important;
  }

  .xxl\:hover\:u-border-light-green--dark:hover {
    border-color: #9edab5 !important;
  }

  .xxl\:hover\:u-border-light-green--light:hover {
    border-color: #fff !important;
  }

  .xxl\:hover\:u-border-red--dark:hover {
    border-color: #981823 !important;
  }

  .xxl\:hover\:u-border-red--light:hover {
    border-color: #d52231 !important;
  }

  .xxl\:hover\:u-border-gold--dark:hover {
    border-color: #908b49 !important;
  }

  .xxl\:hover\:u-border-gold--light:hover {
    border-color: #bab577 !important;
  }

  .xxl\:hover\:u-border-ink-100--dark:hover {
    border-color: #001c2c !important;
  }

  .xxl\:hover\:u-border-ink-100--light:hover {
    border-color: #00273e !important;
  }

  .xxl\:hover\:u-border-stone--dark:hover {
    border-color: #c4b06c !important;
  }

  .xxl\:hover\:u-border-stone--light:hover {
    border-color: #e7dfc3 !important;
  }

  .xxl\:hover\:u-border-sky--dark:hover {
    border-color: #74aab6 !important;
  }

  .xxl\:hover\:u-border-sky--light:hover {
    border-color: #c2dadf !important;
  }

  .xxl\:hover\:u-border-heather--dark:hover {
    border-color: #af7a87 !important;
  }

  .xxl\:hover\:u-border-heather--light:hover {
    border-color: #dcc4ca !important;
  }

  .xxl\:hover\:u-border-cedar--dark:hover {
    border-color: #968581 !important;
  }

  .xxl\:hover\:u-border-cedar--light:hover {
    border-color: #c9c0be !important;
  }

  .xxl\:hover\:u-border-business--dark:hover {
    border-color: #8c9b89 !important;
  }

  .xxl\:hover\:u-border-business--light:hover {
    border-color: #cad1c9 !important;
  }

  .xxl\:hover\:u-border-black--dark:hover {
    border-color: #29271c !important;
  }

  .xxl\:hover\:u-border-black--light:hover {
    border-color: #393727 !important;
  }

  .xxl\:hover\:u-border-white--dark:hover {
    border-color: #ccc !important;
  }

  .xxl\:hover\:u-border-white--light:hover {
    border-color: #fff !important;
  }

  .xxl\:hover\:u-border-grey-25--dark:hover {
    border-color: #c6c6c6 !important;
  }

  .xxl\:hover\:u-border-grey-25--light:hover {
    border-color: #fff !important;
  }

  .xxl\:hover\:u-border-grey-50--dark:hover {
    border-color: #bcbcbc !important;
  }

  .xxl\:hover\:u-border-grey-50--light:hover {
    border-color: #fff !important;
  }

  .xxl\:hover\:u-border-grey-75--dark:hover {
    border-color: #aeaeae !important;
  }

  .xxl\:hover\:u-border-grey-75--light:hover {
    border-color: #f3f3f3 !important;
  }

  .xxl\:hover\:u-border-grey-100--dark:hover {
    border-color: #8a9194 !important;
  }

  .xxl\:hover\:u-border-grey-100--light:hover {
    border-color: #c5c9ca !important;
  }

  .xxl\:hover\:u-border-grey-200--dark:hover {
    border-color: #6d7275 !important;
  }

  .xxl\:hover\:u-border-grey-200--light:hover {
    border-color: #9b9fa1 !important;
  }

  .xxl\:hover\:u-border-grey-300--dark:hover {
    border-color: #505456 !important;
  }

  .xxl\:hover\:u-border-grey-300--light:hover {
    border-color: #707679 !important;
  }

  .xxl\:hover\:u-border-grey-400--dark:hover {
    border-color: #30302f !important;
  }

  .xxl\:hover\:u-border-grey-400--light:hover {
    border-color: #434342 !important;
  }

  .xxl\:hover\:u-border-youtube--dark:hover {
    border-color: #c00 !important;
  }

  .xxl\:hover\:u-border-youtube--light:hover {
    border-color: #ff1f1f !important;
  }

  .xxl\:hover\:u-border-twitter--dark:hover {
    border-color: #0c84cd !important;
  }

  .xxl\:hover\:u-border-twitter--light:hover {
    border-color: #3caef4 !important;
  }

  .xxl\:hover\:u-border-facebook--dark:hover {
    border-color: #2f477a !important;
  }

  .xxl\:hover\:u-border-facebook--light:hover {
    border-color: #4264aa !important;
  }

  .xxl\:hover\:u-border-instagram--dark:hover {
    border-color: #363636 !important;
  }

  .xxl\:hover\:u-border-instagram--light:hover {
    border-color: #4c4c4c !important;
  }

  .xxl\:hover\:u-border-linkedin--dark:hover {
    border-color: #005f91 !important;
  }

  .xxl\:hover\:u-border-linkedin--light:hover {
    border-color: #0085cb !important;
  }

  .xxl\:hover\:u-border-college--dark:hover {
    border-color: #00523f !important;
  }

  .xxl\:hover\:u-border-college--light:hover {
    border-color: #007258 !important;
  }

  .xxl\:hover\:u-border-coll-collingwood--dark:hover {
    border-color: #a81e26 !important;
  }

  .xxl\:hover\:u-border-coll-collingwood--light:hover {
    border-color: #db3a44 !important;
  }

  .xxl\:hover\:u-border-coll-grey--dark:hover {
    border-color: #8c1f26 !important;
  }

  .xxl\:hover\:u-border-coll-grey--light:hover {
    border-color: #c42c35 !important;
  }

  .xxl\:hover\:u-border-coll-hatfield--dark:hover {
    border-color: #002d51 !important;
  }

  .xxl\:hover\:u-border-coll-hatfield--light:hover {
    border-color: #003f71 !important;
  }

  .xxl\:hover\:u-border-coll-johnsnow--dark:hover {
    border-color: #002d51 !important;
  }

  .xxl\:hover\:u-border-coll-johnsnow--light:hover {
    border-color: #003f71 !important;
  }

  .xxl\:hover\:u-border-coll-jbutler--dark:hover {
    border-color: #a81e26 !important;
  }

  .xxl\:hover\:u-border-coll-jbutler--light:hover {
    border-color: #db3a44 !important;
  }

  .xxl\:hover\:u-border-coll-south-college--dark:hover {
    border-color: #531d57 !important;
  }

  .xxl\:hover\:u-border-coll-south-college--light:hover {
    border-color: #74287a !important;
  }

  .xxl\:hover\:u-border-coll-staidans--dark:hover {
    border-color: #005239 !important;
  }

  .xxl\:hover\:u-border-coll-staidans--light:hover {
    border-color: #007350 !important;
  }

  .xxl\:hover\:u-border-coll-stchads--dark:hover {
    border-color: #004632 !important;
  }

  .xxl\:hover\:u-border-coll-stchads--light:hover {
    border-color: #006147 !important;
  }

  .xxl\:hover\:u-border-coll-stcuthberts--dark:hover {
    border-color: #00523f !important;
  }

  .xxl\:hover\:u-border-coll-stcuthberts--light:hover {
    border-color: #007258 !important;
  }

  .xxl\:hover\:u-border-coll-sthild--dark:hover {
    border-color: #005ba5 !important;
  }

  .xxl\:hover\:u-border-coll-sthild--light:hover {
    border-color: #0080e7 !important;
  }

  .xxl\:hover\:u-border-coll-stjohns--dark:hover {
    border-color: #162b4a !important;
  }

  .xxl\:hover\:u-border-coll-stjohns--light:hover {
    border-color: #1e3c68 !important;
  }

  .xxl\:hover\:u-border-coll-stmarys--dark:hover {
    border-color: #5e2f97 !important;
  }

  .xxl\:hover\:u-border-coll-stmarys--light:hover {
    border-color: #844ec8 !important;
  }

  .xxl\:hover\:u-border-coll-stephenson--dark:hover {
    border-color: #a81e26 !important;
  }

  .xxl\:hover\:u-border-coll-stephenson--light:hover {
    border-color: #db3a44 !important;
  }

  .xxl\:hover\:u-border-coll-trevelyan--dark:hover {
    border-color: #002d51 !important;
  }

  .xxl\:hover\:u-border-coll-trevelyan--light:hover {
    border-color: #003f71 !important;
  }

  .xxl\:hover\:u-border-coll-university--dark:hover {
    border-color: #6b1e29 !important;
  }

  .xxl\:hover\:u-border-coll-university--light:hover {
    border-color: #962b39 !important;
  }

  .xxl\:hover\:u-border-coll-ustinov--dark:hover {
    border-color: #002d51 !important;
  }

  .xxl\:hover\:u-border-coll-ustinov--light:hover {
    border-color: #003f71 !important;
  }

  .xxl\:hover\:u-border-coll-vanmildert--dark:hover {
    border-color: #cd101f !important;
  }

  .xxl\:hover\:u-border-coll-vanmildert--light:hover {
    border-color: #f04654 !important;
  }

  .xxl\:hover\:u-border-primary--dark:hover {
    border-color: #531d57 !important;
  }

  .xxl\:hover\:u-border-primary--light:hover {
    border-color: #74287a !important;
  }

  .xxl\:hover\:u-border-secondary--dark:hover {
    border-color: #fac500 !important;
  }

  .xxl\:hover\:u-border-secondary--light:hover {
    border-color: #ffdd60 !important;
  }

  .xxl\:hover\:u-border-tertiary--dark:hover {
    border-color: #008bbf !important;
  }

  .xxl\:hover\:u-border-tertiary--light:hover {
    border-color: #0dbdff !important;
  }

  .xxl\:hover\:u-border-success--dark:hover {
    border-color: #367e36 !important;
  }

  .xxl\:hover\:u-border-success--light:hover {
    border-color: #4cb04c !important;
  }

  .xxl\:hover\:u-border-danger--dark:hover {
    border-color: #981823 !important;
  }

  .xxl\:hover\:u-border-danger--light:hover {
    border-color: #d52231 !important;
  }

  .xxl\:hover\:u-border-warning--dark:hover {
    border-color: #ae4e18 !important;
  }

  .xxl\:hover\:u-border-warning--light:hover {
    border-color: #e37233 !important;
  }

  .xxl\:hover\:u-border-info--dark:hover {
    border-color: #0e6681 !important;
  }

  .xxl\:hover\:u-border-info--light:hover {
    border-color: #138fb4 !important;
  }

  .xxl\:hover\:u-border-light--dark:hover {
    border-color: #ccc !important;
  }

  .xxl\:hover\:u-border-light--light:hover {
    border-color: #fff !important;
  }

  .xxl\:hover\:u-border-dark--dark:hover {
    border-color: #29271c !important;
  }

  .xxl\:hover\:u-border-dark--light:hover {
    border-color: #393727 !important;
  }

  .xxl\:focus\:u-border-transparent:focus {
    border-color: transparent !important;
  }

  .xxl\:focus\:u-border-current-color:focus {
    border-color: currentColor !important;
  }

  .xxl\:focus\:u-border-inherit:focus {
    border-color: inherit !important;
  }

  .xxl\:focus\:u-border-purple:focus {
    border-color: #68246d !important;
  }

  .xxl\:focus\:u-border-darkpurple:focus {
    border-color: #571b4f !important;
  }

  .xxl\:focus\:u-border-yellow:focus {
    border-color: #ffd53a !important;
  }

  .xxl\:focus\:u-border-cyan:focus {
    border-color: #00aeef !important;
  }

  .xxl\:focus\:u-border-blue:focus {
    border-color: #409ddd !important;
  }

  .xxl\:focus\:u-border-light-green:focus {
    border-color: #e2f4e9 !important;
  }

  .xxl\:focus\:u-border-red:focus {
    border-color: #be1e2c !important;
  }

  .xxl\:focus\:u-border-gold:focus {
    border-color: #afa961 !important;
  }

  .xxl\:focus\:u-border-ink-100:focus {
    border-color: #002337 !important;
  }

  .xxl\:focus\:u-border-stone:focus {
    border-color: #dacda2 !important;
  }

  .xxl\:focus\:u-border-sky:focus {
    border-color: #a5c8d0 !important;
  }

  .xxl\:focus\:u-border-heather:focus {
    border-color: #cba8b1 !important;
  }

  .xxl\:focus\:u-border-cedar:focus {
    border-color: #b6aaa7 !important;
  }

  .xxl\:focus\:u-border-business:focus {
    border-color: #b3bdb1 !important;
  }

  .xxl\:focus\:u-border-black:focus {
    border-color: #333123 !important;
  }

  .xxl\:focus\:u-border-white:focus {
    border-color: #fff !important;
  }

  .xxl\:focus\:u-border-grey-25:focus {
    border-color: #f7f7f7 !important;
  }

  .xxl\:focus\:u-border-grey-50:focus {
    border-color: #ebebeb !important;
  }

  .xxl\:focus\:u-border-grey-75:focus {
    border-color: #d9d9d9 !important;
  }

  .xxl\:focus\:u-border-grey-100:focus {
    border-color: #afb4b6 !important;
  }

  .xxl\:focus\:u-border-grey-200:focus {
    border-color: #898e91 !important;
  }

  .xxl\:focus\:u-border-grey-300:focus {
    border-color: #64696c !important;
  }

  .xxl\:focus\:u-border-grey-400:focus {
    border-color: #3c3c3b !important;
  }

  .xxl\:focus\:u-border-youtube:focus {
    border-color: #f00 !important;
  }

  .xxl\:focus\:u-border-twitter:focus {
    border-color: #1da1f2 !important;
  }

  .xxl\:focus\:u-border-facebook:focus {
    border-color: #3b5998 !important;
  }

  .xxl\:focus\:u-border-instagram:focus {
    border-color: #444 !important;
  }

  .xxl\:focus\:u-border-linkedin:focus {
    border-color: #0077b5 !important;
  }

  .xxl\:focus\:u-border-college:focus {
    border-color: #00664f !important;
  }

  .xxl\:focus\:u-border-coll-collingwood:focus {
    border-color: #d22630 !important;
  }

  .xxl\:focus\:u-border-coll-grey:focus {
    border-color: #af272f !important;
  }

  .xxl\:focus\:u-border-coll-hatfield:focus {
    border-color: #003865 !important;
  }

  .xxl\:focus\:u-border-coll-johnsnow:focus {
    border-color: #003865 !important;
  }

  .xxl\:focus\:u-border-coll-jbutler:focus {
    border-color: #d22630 !important;
  }

  .xxl\:focus\:u-border-coll-south-college:focus {
    border-color: #68246d !important;
  }

  .xxl\:focus\:u-border-coll-staidans:focus {
    border-color: #006747 !important;
  }

  .xxl\:focus\:u-border-coll-stchads:focus {
    border-color: #00573f !important;
  }

  .xxl\:focus\:u-border-coll-stcuthberts:focus {
    border-color: #00664f !important;
  }

  .xxl\:focus\:u-border-coll-sthild:focus {
    border-color: #0072ce !important;
  }

  .xxl\:focus\:u-border-coll-stjohns:focus {
    border-color: #1b365d !important;
  }

  .xxl\:focus\:u-border-coll-stmarys:focus {
    border-color: #753bbd !important;
  }

  .xxl\:focus\:u-border-coll-stephenson:focus {
    border-color: #d22630 !important;
  }

  .xxl\:focus\:u-border-coll-trevelyan:focus {
    border-color: #003865 !important;
  }

  .xxl\:focus\:u-border-coll-university:focus {
    border-color: #862633 !important;
  }

  .xxl\:focus\:u-border-coll-ustinov:focus {
    border-color: #003865 !important;
  }

  .xxl\:focus\:u-border-coll-vanmildert:focus {
    border-color: #ee2737 !important;
  }

  .xxl\:focus\:u-border-primary:focus {
    border-color: #68246d !important;
  }

  .xxl\:focus\:u-border-secondary:focus {
    border-color: #ffd53a !important;
  }

  .xxl\:focus\:u-border-tertiary:focus {
    border-color: #00aeef !important;
  }

  .xxl\:focus\:u-border-success:focus {
    border-color: #449d44 !important;
  }

  .xxl\:focus\:u-border-danger:focus {
    border-color: #be1e2c !important;
  }

  .xxl\:focus\:u-border-warning:focus {
    border-color: #da611e !important;
  }

  .xxl\:focus\:u-border-info:focus {
    border-color: #1180a1 !important;
  }

  .xxl\:focus\:u-border-light:focus {
    border-color: #fff !important;
  }

  .xxl\:focus\:u-border-dark:focus {
    border-color: #333123 !important;
  }

  .xxl\:focus\:u-border-purple--dark:focus {
    border-color: #531d57 !important;
  }

  .xxl\:focus\:u-border-purple--light:focus {
    border-color: #74287a !important;
  }

  .xxl\:focus\:u-border-darkpurple--dark:focus {
    border-color: #46163f !important;
  }

  .xxl\:focus\:u-border-darkpurple--light:focus {
    border-color: #611e58 !important;
  }

  .xxl\:focus\:u-border-yellow--dark:focus {
    border-color: #fac500 !important;
  }

  .xxl\:focus\:u-border-yellow--light:focus {
    border-color: #ffdd60 !important;
  }

  .xxl\:focus\:u-border-cyan--dark:focus {
    border-color: #008bbf !important;
  }

  .xxl\:focus\:u-border-cyan--light:focus {
    border-color: #0dbdff !important;
  }

  .xxl\:focus\:u-border-blue--dark:focus {
    border-color: #2281c2 !important;
  }

  .xxl\:focus\:u-border-blue--light:focus {
    border-color: #5dace2 !important;
  }

  .xxl\:focus\:u-border-light-green--dark:focus {
    border-color: #9edab5 !important;
  }

  .xxl\:focus\:u-border-light-green--light:focus {
    border-color: #fff !important;
  }

  .xxl\:focus\:u-border-red--dark:focus {
    border-color: #981823 !important;
  }

  .xxl\:focus\:u-border-red--light:focus {
    border-color: #d52231 !important;
  }

  .xxl\:focus\:u-border-gold--dark:focus {
    border-color: #908b49 !important;
  }

  .xxl\:focus\:u-border-gold--light:focus {
    border-color: #bab577 !important;
  }

  .xxl\:focus\:u-border-ink-100--dark:focus {
    border-color: #001c2c !important;
  }

  .xxl\:focus\:u-border-ink-100--light:focus {
    border-color: #00273e !important;
  }

  .xxl\:focus\:u-border-stone--dark:focus {
    border-color: #c4b06c !important;
  }

  .xxl\:focus\:u-border-stone--light:focus {
    border-color: #e7dfc3 !important;
  }

  .xxl\:focus\:u-border-sky--dark:focus {
    border-color: #74aab6 !important;
  }

  .xxl\:focus\:u-border-sky--light:focus {
    border-color: #c2dadf !important;
  }

  .xxl\:focus\:u-border-heather--dark:focus {
    border-color: #af7a87 !important;
  }

  .xxl\:focus\:u-border-heather--light:focus {
    border-color: #dcc4ca !important;
  }

  .xxl\:focus\:u-border-cedar--dark:focus {
    border-color: #968581 !important;
  }

  .xxl\:focus\:u-border-cedar--light:focus {
    border-color: #c9c0be !important;
  }

  .xxl\:focus\:u-border-business--dark:focus {
    border-color: #8c9b89 !important;
  }

  .xxl\:focus\:u-border-business--light:focus {
    border-color: #cad1c9 !important;
  }

  .xxl\:focus\:u-border-black--dark:focus {
    border-color: #29271c !important;
  }

  .xxl\:focus\:u-border-black--light:focus {
    border-color: #393727 !important;
  }

  .xxl\:focus\:u-border-white--dark:focus {
    border-color: #ccc !important;
  }

  .xxl\:focus\:u-border-white--light:focus {
    border-color: #fff !important;
  }

  .xxl\:focus\:u-border-grey-25--dark:focus {
    border-color: #c6c6c6 !important;
  }

  .xxl\:focus\:u-border-grey-25--light:focus {
    border-color: #fff !important;
  }

  .xxl\:focus\:u-border-grey-50--dark:focus {
    border-color: #bcbcbc !important;
  }

  .xxl\:focus\:u-border-grey-50--light:focus {
    border-color: #fff !important;
  }

  .xxl\:focus\:u-border-grey-75--dark:focus {
    border-color: #aeaeae !important;
  }

  .xxl\:focus\:u-border-grey-75--light:focus {
    border-color: #f3f3f3 !important;
  }

  .xxl\:focus\:u-border-grey-100--dark:focus {
    border-color: #8a9194 !important;
  }

  .xxl\:focus\:u-border-grey-100--light:focus {
    border-color: #c5c9ca !important;
  }

  .xxl\:focus\:u-border-grey-200--dark:focus {
    border-color: #6d7275 !important;
  }

  .xxl\:focus\:u-border-grey-200--light:focus {
    border-color: #9b9fa1 !important;
  }

  .xxl\:focus\:u-border-grey-300--dark:focus {
    border-color: #505456 !important;
  }

  .xxl\:focus\:u-border-grey-300--light:focus {
    border-color: #707679 !important;
  }

  .xxl\:focus\:u-border-grey-400--dark:focus {
    border-color: #30302f !important;
  }

  .xxl\:focus\:u-border-grey-400--light:focus {
    border-color: #434342 !important;
  }

  .xxl\:focus\:u-border-youtube--dark:focus {
    border-color: #c00 !important;
  }

  .xxl\:focus\:u-border-youtube--light:focus {
    border-color: #ff1f1f !important;
  }

  .xxl\:focus\:u-border-twitter--dark:focus {
    border-color: #0c84cd !important;
  }

  .xxl\:focus\:u-border-twitter--light:focus {
    border-color: #3caef4 !important;
  }

  .xxl\:focus\:u-border-facebook--dark:focus {
    border-color: #2f477a !important;
  }

  .xxl\:focus\:u-border-facebook--light:focus {
    border-color: #4264aa !important;
  }

  .xxl\:focus\:u-border-instagram--dark:focus {
    border-color: #363636 !important;
  }

  .xxl\:focus\:u-border-instagram--light:focus {
    border-color: #4c4c4c !important;
  }

  .xxl\:focus\:u-border-linkedin--dark:focus {
    border-color: #005f91 !important;
  }

  .xxl\:focus\:u-border-linkedin--light:focus {
    border-color: #0085cb !important;
  }

  .xxl\:focus\:u-border-college--dark:focus {
    border-color: #00523f !important;
  }

  .xxl\:focus\:u-border-college--light:focus {
    border-color: #007258 !important;
  }

  .xxl\:focus\:u-border-coll-collingwood--dark:focus {
    border-color: #a81e26 !important;
  }

  .xxl\:focus\:u-border-coll-collingwood--light:focus {
    border-color: #db3a44 !important;
  }

  .xxl\:focus\:u-border-coll-grey--dark:focus {
    border-color: #8c1f26 !important;
  }

  .xxl\:focus\:u-border-coll-grey--light:focus {
    border-color: #c42c35 !important;
  }

  .xxl\:focus\:u-border-coll-hatfield--dark:focus {
    border-color: #002d51 !important;
  }

  .xxl\:focus\:u-border-coll-hatfield--light:focus {
    border-color: #003f71 !important;
  }

  .xxl\:focus\:u-border-coll-johnsnow--dark:focus {
    border-color: #002d51 !important;
  }

  .xxl\:focus\:u-border-coll-johnsnow--light:focus {
    border-color: #003f71 !important;
  }

  .xxl\:focus\:u-border-coll-jbutler--dark:focus {
    border-color: #a81e26 !important;
  }

  .xxl\:focus\:u-border-coll-jbutler--light:focus {
    border-color: #db3a44 !important;
  }

  .xxl\:focus\:u-border-coll-south-college--dark:focus {
    border-color: #531d57 !important;
  }

  .xxl\:focus\:u-border-coll-south-college--light:focus {
    border-color: #74287a !important;
  }

  .xxl\:focus\:u-border-coll-staidans--dark:focus {
    border-color: #005239 !important;
  }

  .xxl\:focus\:u-border-coll-staidans--light:focus {
    border-color: #007350 !important;
  }

  .xxl\:focus\:u-border-coll-stchads--dark:focus {
    border-color: #004632 !important;
  }

  .xxl\:focus\:u-border-coll-stchads--light:focus {
    border-color: #006147 !important;
  }

  .xxl\:focus\:u-border-coll-stcuthberts--dark:focus {
    border-color: #00523f !important;
  }

  .xxl\:focus\:u-border-coll-stcuthberts--light:focus {
    border-color: #007258 !important;
  }

  .xxl\:focus\:u-border-coll-sthild--dark:focus {
    border-color: #005ba5 !important;
  }

  .xxl\:focus\:u-border-coll-sthild--light:focus {
    border-color: #0080e7 !important;
  }

  .xxl\:focus\:u-border-coll-stjohns--dark:focus {
    border-color: #162b4a !important;
  }

  .xxl\:focus\:u-border-coll-stjohns--light:focus {
    border-color: #1e3c68 !important;
  }

  .xxl\:focus\:u-border-coll-stmarys--dark:focus {
    border-color: #5e2f97 !important;
  }

  .xxl\:focus\:u-border-coll-stmarys--light:focus {
    border-color: #844ec8 !important;
  }

  .xxl\:focus\:u-border-coll-stephenson--dark:focus {
    border-color: #a81e26 !important;
  }

  .xxl\:focus\:u-border-coll-stephenson--light:focus {
    border-color: #db3a44 !important;
  }

  .xxl\:focus\:u-border-coll-trevelyan--dark:focus {
    border-color: #002d51 !important;
  }

  .xxl\:focus\:u-border-coll-trevelyan--light:focus {
    border-color: #003f71 !important;
  }

  .xxl\:focus\:u-border-coll-university--dark:focus {
    border-color: #6b1e29 !important;
  }

  .xxl\:focus\:u-border-coll-university--light:focus {
    border-color: #962b39 !important;
  }

  .xxl\:focus\:u-border-coll-ustinov--dark:focus {
    border-color: #002d51 !important;
  }

  .xxl\:focus\:u-border-coll-ustinov--light:focus {
    border-color: #003f71 !important;
  }

  .xxl\:focus\:u-border-coll-vanmildert--dark:focus {
    border-color: #cd101f !important;
  }

  .xxl\:focus\:u-border-coll-vanmildert--light:focus {
    border-color: #f04654 !important;
  }

  .xxl\:focus\:u-border-primary--dark:focus {
    border-color: #531d57 !important;
  }

  .xxl\:focus\:u-border-primary--light:focus {
    border-color: #74287a !important;
  }

  .xxl\:focus\:u-border-secondary--dark:focus {
    border-color: #fac500 !important;
  }

  .xxl\:focus\:u-border-secondary--light:focus {
    border-color: #ffdd60 !important;
  }

  .xxl\:focus\:u-border-tertiary--dark:focus {
    border-color: #008bbf !important;
  }

  .xxl\:focus\:u-border-tertiary--light:focus {
    border-color: #0dbdff !important;
  }

  .xxl\:focus\:u-border-success--dark:focus {
    border-color: #367e36 !important;
  }

  .xxl\:focus\:u-border-success--light:focus {
    border-color: #4cb04c !important;
  }

  .xxl\:focus\:u-border-danger--dark:focus {
    border-color: #981823 !important;
  }

  .xxl\:focus\:u-border-danger--light:focus {
    border-color: #d52231 !important;
  }

  .xxl\:focus\:u-border-warning--dark:focus {
    border-color: #ae4e18 !important;
  }

  .xxl\:focus\:u-border-warning--light:focus {
    border-color: #e37233 !important;
  }

  .xxl\:focus\:u-border-info--dark:focus {
    border-color: #0e6681 !important;
  }

  .xxl\:focus\:u-border-info--light:focus {
    border-color: #138fb4 !important;
  }

  .xxl\:focus\:u-border-light--dark:focus {
    border-color: #ccc !important;
  }

  .xxl\:focus\:u-border-light--light:focus {
    border-color: #fff !important;
  }

  .xxl\:focus\:u-border-dark--dark:focus {
    border-color: #29271c !important;
  }

  .xxl\:focus\:u-border-dark--light:focus {
    border-color: #393727 !important;
  }

  .xxl\:focus-within\:u-border-transparent:focus-within {
    border-color: transparent !important;
  }

  .xxl\:focus-within\:u-border-current-color:focus-within {
    border-color: currentColor !important;
  }

  .xxl\:focus-within\:u-border-inherit:focus-within {
    border-color: inherit !important;
  }

  .xxl\:focus-within\:u-border-purple:focus-within {
    border-color: #68246d !important;
  }

  .xxl\:focus-within\:u-border-darkpurple:focus-within {
    border-color: #571b4f !important;
  }

  .xxl\:focus-within\:u-border-yellow:focus-within {
    border-color: #ffd53a !important;
  }

  .xxl\:focus-within\:u-border-cyan:focus-within {
    border-color: #00aeef !important;
  }

  .xxl\:focus-within\:u-border-blue:focus-within {
    border-color: #409ddd !important;
  }

  .xxl\:focus-within\:u-border-light-green:focus-within {
    border-color: #e2f4e9 !important;
  }

  .xxl\:focus-within\:u-border-red:focus-within {
    border-color: #be1e2c !important;
  }

  .xxl\:focus-within\:u-border-gold:focus-within {
    border-color: #afa961 !important;
  }

  .xxl\:focus-within\:u-border-ink-100:focus-within {
    border-color: #002337 !important;
  }

  .xxl\:focus-within\:u-border-stone:focus-within {
    border-color: #dacda2 !important;
  }

  .xxl\:focus-within\:u-border-sky:focus-within {
    border-color: #a5c8d0 !important;
  }

  .xxl\:focus-within\:u-border-heather:focus-within {
    border-color: #cba8b1 !important;
  }

  .xxl\:focus-within\:u-border-cedar:focus-within {
    border-color: #b6aaa7 !important;
  }

  .xxl\:focus-within\:u-border-business:focus-within {
    border-color: #b3bdb1 !important;
  }

  .xxl\:focus-within\:u-border-black:focus-within {
    border-color: #333123 !important;
  }

  .xxl\:focus-within\:u-border-white:focus-within {
    border-color: #fff !important;
  }

  .xxl\:focus-within\:u-border-grey-25:focus-within {
    border-color: #f7f7f7 !important;
  }

  .xxl\:focus-within\:u-border-grey-50:focus-within {
    border-color: #ebebeb !important;
  }

  .xxl\:focus-within\:u-border-grey-75:focus-within {
    border-color: #d9d9d9 !important;
  }

  .xxl\:focus-within\:u-border-grey-100:focus-within {
    border-color: #afb4b6 !important;
  }

  .xxl\:focus-within\:u-border-grey-200:focus-within {
    border-color: #898e91 !important;
  }

  .xxl\:focus-within\:u-border-grey-300:focus-within {
    border-color: #64696c !important;
  }

  .xxl\:focus-within\:u-border-grey-400:focus-within {
    border-color: #3c3c3b !important;
  }

  .xxl\:focus-within\:u-border-youtube:focus-within {
    border-color: #f00 !important;
  }

  .xxl\:focus-within\:u-border-twitter:focus-within {
    border-color: #1da1f2 !important;
  }

  .xxl\:focus-within\:u-border-facebook:focus-within {
    border-color: #3b5998 !important;
  }

  .xxl\:focus-within\:u-border-instagram:focus-within {
    border-color: #444 !important;
  }

  .xxl\:focus-within\:u-border-linkedin:focus-within {
    border-color: #0077b5 !important;
  }

  .xxl\:focus-within\:u-border-college:focus-within {
    border-color: #00664f !important;
  }

  .xxl\:focus-within\:u-border-coll-collingwood:focus-within {
    border-color: #d22630 !important;
  }

  .xxl\:focus-within\:u-border-coll-grey:focus-within {
    border-color: #af272f !important;
  }

  .xxl\:focus-within\:u-border-coll-hatfield:focus-within {
    border-color: #003865 !important;
  }

  .xxl\:focus-within\:u-border-coll-johnsnow:focus-within {
    border-color: #003865 !important;
  }

  .xxl\:focus-within\:u-border-coll-jbutler:focus-within {
    border-color: #d22630 !important;
  }

  .xxl\:focus-within\:u-border-coll-south-college:focus-within {
    border-color: #68246d !important;
  }

  .xxl\:focus-within\:u-border-coll-staidans:focus-within {
    border-color: #006747 !important;
  }

  .xxl\:focus-within\:u-border-coll-stchads:focus-within {
    border-color: #00573f !important;
  }

  .xxl\:focus-within\:u-border-coll-stcuthberts:focus-within {
    border-color: #00664f !important;
  }

  .xxl\:focus-within\:u-border-coll-sthild:focus-within {
    border-color: #0072ce !important;
  }

  .xxl\:focus-within\:u-border-coll-stjohns:focus-within {
    border-color: #1b365d !important;
  }

  .xxl\:focus-within\:u-border-coll-stmarys:focus-within {
    border-color: #753bbd !important;
  }

  .xxl\:focus-within\:u-border-coll-stephenson:focus-within {
    border-color: #d22630 !important;
  }

  .xxl\:focus-within\:u-border-coll-trevelyan:focus-within {
    border-color: #003865 !important;
  }

  .xxl\:focus-within\:u-border-coll-university:focus-within {
    border-color: #862633 !important;
  }

  .xxl\:focus-within\:u-border-coll-ustinov:focus-within {
    border-color: #003865 !important;
  }

  .xxl\:focus-within\:u-border-coll-vanmildert:focus-within {
    border-color: #ee2737 !important;
  }

  .xxl\:focus-within\:u-border-primary:focus-within {
    border-color: #68246d !important;
  }

  .xxl\:focus-within\:u-border-secondary:focus-within {
    border-color: #ffd53a !important;
  }

  .xxl\:focus-within\:u-border-tertiary:focus-within {
    border-color: #00aeef !important;
  }

  .xxl\:focus-within\:u-border-success:focus-within {
    border-color: #449d44 !important;
  }

  .xxl\:focus-within\:u-border-danger:focus-within {
    border-color: #be1e2c !important;
  }

  .xxl\:focus-within\:u-border-warning:focus-within {
    border-color: #da611e !important;
  }

  .xxl\:focus-within\:u-border-info:focus-within {
    border-color: #1180a1 !important;
  }

  .xxl\:focus-within\:u-border-light:focus-within {
    border-color: #fff !important;
  }

  .xxl\:focus-within\:u-border-dark:focus-within {
    border-color: #333123 !important;
  }

  .xxl\:focus-within\:u-border-purple--dark:focus-within {
    border-color: #531d57 !important;
  }

  .xxl\:focus-within\:u-border-purple--light:focus-within {
    border-color: #74287a !important;
  }

  .xxl\:focus-within\:u-border-darkpurple--dark:focus-within {
    border-color: #46163f !important;
  }

  .xxl\:focus-within\:u-border-darkpurple--light:focus-within {
    border-color: #611e58 !important;
  }

  .xxl\:focus-within\:u-border-yellow--dark:focus-within {
    border-color: #fac500 !important;
  }

  .xxl\:focus-within\:u-border-yellow--light:focus-within {
    border-color: #ffdd60 !important;
  }

  .xxl\:focus-within\:u-border-cyan--dark:focus-within {
    border-color: #008bbf !important;
  }

  .xxl\:focus-within\:u-border-cyan--light:focus-within {
    border-color: #0dbdff !important;
  }

  .xxl\:focus-within\:u-border-blue--dark:focus-within {
    border-color: #2281c2 !important;
  }

  .xxl\:focus-within\:u-border-blue--light:focus-within {
    border-color: #5dace2 !important;
  }

  .xxl\:focus-within\:u-border-light-green--dark:focus-within {
    border-color: #9edab5 !important;
  }

  .xxl\:focus-within\:u-border-light-green--light:focus-within {
    border-color: #fff !important;
  }

  .xxl\:focus-within\:u-border-red--dark:focus-within {
    border-color: #981823 !important;
  }

  .xxl\:focus-within\:u-border-red--light:focus-within {
    border-color: #d52231 !important;
  }

  .xxl\:focus-within\:u-border-gold--dark:focus-within {
    border-color: #908b49 !important;
  }

  .xxl\:focus-within\:u-border-gold--light:focus-within {
    border-color: #bab577 !important;
  }

  .xxl\:focus-within\:u-border-ink-100--dark:focus-within {
    border-color: #001c2c !important;
  }

  .xxl\:focus-within\:u-border-ink-100--light:focus-within {
    border-color: #00273e !important;
  }

  .xxl\:focus-within\:u-border-stone--dark:focus-within {
    border-color: #c4b06c !important;
  }

  .xxl\:focus-within\:u-border-stone--light:focus-within {
    border-color: #e7dfc3 !important;
  }

  .xxl\:focus-within\:u-border-sky--dark:focus-within {
    border-color: #74aab6 !important;
  }

  .xxl\:focus-within\:u-border-sky--light:focus-within {
    border-color: #c2dadf !important;
  }

  .xxl\:focus-within\:u-border-heather--dark:focus-within {
    border-color: #af7a87 !important;
  }

  .xxl\:focus-within\:u-border-heather--light:focus-within {
    border-color: #dcc4ca !important;
  }

  .xxl\:focus-within\:u-border-cedar--dark:focus-within {
    border-color: #968581 !important;
  }

  .xxl\:focus-within\:u-border-cedar--light:focus-within {
    border-color: #c9c0be !important;
  }

  .xxl\:focus-within\:u-border-business--dark:focus-within {
    border-color: #8c9b89 !important;
  }

  .xxl\:focus-within\:u-border-business--light:focus-within {
    border-color: #cad1c9 !important;
  }

  .xxl\:focus-within\:u-border-black--dark:focus-within {
    border-color: #29271c !important;
  }

  .xxl\:focus-within\:u-border-black--light:focus-within {
    border-color: #393727 !important;
  }

  .xxl\:focus-within\:u-border-white--dark:focus-within {
    border-color: #ccc !important;
  }

  .xxl\:focus-within\:u-border-white--light:focus-within {
    border-color: #fff !important;
  }

  .xxl\:focus-within\:u-border-grey-25--dark:focus-within {
    border-color: #c6c6c6 !important;
  }

  .xxl\:focus-within\:u-border-grey-25--light:focus-within {
    border-color: #fff !important;
  }

  .xxl\:focus-within\:u-border-grey-50--dark:focus-within {
    border-color: #bcbcbc !important;
  }

  .xxl\:focus-within\:u-border-grey-50--light:focus-within {
    border-color: #fff !important;
  }

  .xxl\:focus-within\:u-border-grey-75--dark:focus-within {
    border-color: #aeaeae !important;
  }

  .xxl\:focus-within\:u-border-grey-75--light:focus-within {
    border-color: #f3f3f3 !important;
  }

  .xxl\:focus-within\:u-border-grey-100--dark:focus-within {
    border-color: #8a9194 !important;
  }

  .xxl\:focus-within\:u-border-grey-100--light:focus-within {
    border-color: #c5c9ca !important;
  }

  .xxl\:focus-within\:u-border-grey-200--dark:focus-within {
    border-color: #6d7275 !important;
  }

  .xxl\:focus-within\:u-border-grey-200--light:focus-within {
    border-color: #9b9fa1 !important;
  }

  .xxl\:focus-within\:u-border-grey-300--dark:focus-within {
    border-color: #505456 !important;
  }

  .xxl\:focus-within\:u-border-grey-300--light:focus-within {
    border-color: #707679 !important;
  }

  .xxl\:focus-within\:u-border-grey-400--dark:focus-within {
    border-color: #30302f !important;
  }

  .xxl\:focus-within\:u-border-grey-400--light:focus-within {
    border-color: #434342 !important;
  }

  .xxl\:focus-within\:u-border-youtube--dark:focus-within {
    border-color: #c00 !important;
  }

  .xxl\:focus-within\:u-border-youtube--light:focus-within {
    border-color: #ff1f1f !important;
  }

  .xxl\:focus-within\:u-border-twitter--dark:focus-within {
    border-color: #0c84cd !important;
  }

  .xxl\:focus-within\:u-border-twitter--light:focus-within {
    border-color: #3caef4 !important;
  }

  .xxl\:focus-within\:u-border-facebook--dark:focus-within {
    border-color: #2f477a !important;
  }

  .xxl\:focus-within\:u-border-facebook--light:focus-within {
    border-color: #4264aa !important;
  }

  .xxl\:focus-within\:u-border-instagram--dark:focus-within {
    border-color: #363636 !important;
  }

  .xxl\:focus-within\:u-border-instagram--light:focus-within {
    border-color: #4c4c4c !important;
  }

  .xxl\:focus-within\:u-border-linkedin--dark:focus-within {
    border-color: #005f91 !important;
  }

  .xxl\:focus-within\:u-border-linkedin--light:focus-within {
    border-color: #0085cb !important;
  }

  .xxl\:focus-within\:u-border-college--dark:focus-within {
    border-color: #00523f !important;
  }

  .xxl\:focus-within\:u-border-college--light:focus-within {
    border-color: #007258 !important;
  }

  .xxl\:focus-within\:u-border-coll-collingwood--dark:focus-within {
    border-color: #a81e26 !important;
  }

  .xxl\:focus-within\:u-border-coll-collingwood--light:focus-within {
    border-color: #db3a44 !important;
  }

  .xxl\:focus-within\:u-border-coll-grey--dark:focus-within {
    border-color: #8c1f26 !important;
  }

  .xxl\:focus-within\:u-border-coll-grey--light:focus-within {
    border-color: #c42c35 !important;
  }

  .xxl\:focus-within\:u-border-coll-hatfield--dark:focus-within {
    border-color: #002d51 !important;
  }

  .xxl\:focus-within\:u-border-coll-hatfield--light:focus-within {
    border-color: #003f71 !important;
  }

  .xxl\:focus-within\:u-border-coll-johnsnow--dark:focus-within {
    border-color: #002d51 !important;
  }

  .xxl\:focus-within\:u-border-coll-johnsnow--light:focus-within {
    border-color: #003f71 !important;
  }

  .xxl\:focus-within\:u-border-coll-jbutler--dark:focus-within {
    border-color: #a81e26 !important;
  }

  .xxl\:focus-within\:u-border-coll-jbutler--light:focus-within {
    border-color: #db3a44 !important;
  }

  .xxl\:focus-within\:u-border-coll-south-college--dark:focus-within {
    border-color: #531d57 !important;
  }

  .xxl\:focus-within\:u-border-coll-south-college--light:focus-within {
    border-color: #74287a !important;
  }

  .xxl\:focus-within\:u-border-coll-staidans--dark:focus-within {
    border-color: #005239 !important;
  }

  .xxl\:focus-within\:u-border-coll-staidans--light:focus-within {
    border-color: #007350 !important;
  }

  .xxl\:focus-within\:u-border-coll-stchads--dark:focus-within {
    border-color: #004632 !important;
  }

  .xxl\:focus-within\:u-border-coll-stchads--light:focus-within {
    border-color: #006147 !important;
  }

  .xxl\:focus-within\:u-border-coll-stcuthberts--dark:focus-within {
    border-color: #00523f !important;
  }

  .xxl\:focus-within\:u-border-coll-stcuthberts--light:focus-within {
    border-color: #007258 !important;
  }

  .xxl\:focus-within\:u-border-coll-sthild--dark:focus-within {
    border-color: #005ba5 !important;
  }

  .xxl\:focus-within\:u-border-coll-sthild--light:focus-within {
    border-color: #0080e7 !important;
  }

  .xxl\:focus-within\:u-border-coll-stjohns--dark:focus-within {
    border-color: #162b4a !important;
  }

  .xxl\:focus-within\:u-border-coll-stjohns--light:focus-within {
    border-color: #1e3c68 !important;
  }

  .xxl\:focus-within\:u-border-coll-stmarys--dark:focus-within {
    border-color: #5e2f97 !important;
  }

  .xxl\:focus-within\:u-border-coll-stmarys--light:focus-within {
    border-color: #844ec8 !important;
  }

  .xxl\:focus-within\:u-border-coll-stephenson--dark:focus-within {
    border-color: #a81e26 !important;
  }

  .xxl\:focus-within\:u-border-coll-stephenson--light:focus-within {
    border-color: #db3a44 !important;
  }

  .xxl\:focus-within\:u-border-coll-trevelyan--dark:focus-within {
    border-color: #002d51 !important;
  }

  .xxl\:focus-within\:u-border-coll-trevelyan--light:focus-within {
    border-color: #003f71 !important;
  }

  .xxl\:focus-within\:u-border-coll-university--dark:focus-within {
    border-color: #6b1e29 !important;
  }

  .xxl\:focus-within\:u-border-coll-university--light:focus-within {
    border-color: #962b39 !important;
  }

  .xxl\:focus-within\:u-border-coll-ustinov--dark:focus-within {
    border-color: #002d51 !important;
  }

  .xxl\:focus-within\:u-border-coll-ustinov--light:focus-within {
    border-color: #003f71 !important;
  }

  .xxl\:focus-within\:u-border-coll-vanmildert--dark:focus-within {
    border-color: #cd101f !important;
  }

  .xxl\:focus-within\:u-border-coll-vanmildert--light:focus-within {
    border-color: #f04654 !important;
  }

  .xxl\:focus-within\:u-border-primary--dark:focus-within {
    border-color: #531d57 !important;
  }

  .xxl\:focus-within\:u-border-primary--light:focus-within {
    border-color: #74287a !important;
  }

  .xxl\:focus-within\:u-border-secondary--dark:focus-within {
    border-color: #fac500 !important;
  }

  .xxl\:focus-within\:u-border-secondary--light:focus-within {
    border-color: #ffdd60 !important;
  }

  .xxl\:focus-within\:u-border-tertiary--dark:focus-within {
    border-color: #008bbf !important;
  }

  .xxl\:focus-within\:u-border-tertiary--light:focus-within {
    border-color: #0dbdff !important;
  }

  .xxl\:focus-within\:u-border-success--dark:focus-within {
    border-color: #367e36 !important;
  }

  .xxl\:focus-within\:u-border-success--light:focus-within {
    border-color: #4cb04c !important;
  }

  .xxl\:focus-within\:u-border-danger--dark:focus-within {
    border-color: #981823 !important;
  }

  .xxl\:focus-within\:u-border-danger--light:focus-within {
    border-color: #d52231 !important;
  }

  .xxl\:focus-within\:u-border-warning--dark:focus-within {
    border-color: #ae4e18 !important;
  }

  .xxl\:focus-within\:u-border-warning--light:focus-within {
    border-color: #e37233 !important;
  }

  .xxl\:focus-within\:u-border-info--dark:focus-within {
    border-color: #0e6681 !important;
  }

  .xxl\:focus-within\:u-border-info--light:focus-within {
    border-color: #138fb4 !important;
  }

  .xxl\:focus-within\:u-border-light--dark:focus-within {
    border-color: #ccc !important;
  }

  .xxl\:focus-within\:u-border-light--light:focus-within {
    border-color: #fff !important;
  }

  .xxl\:focus-within\:u-border-dark--dark:focus-within {
    border-color: #29271c !important;
  }

  .xxl\:focus-within\:u-border-dark--light:focus-within {
    border-color: #393727 !important;
  }

  .xxl\:hocus\:u-border-transparent:hover,
  .xxl\:hocus\:u-border-transparent:focus {
    border-color: transparent !important;
  }

  .xxl\:hocus\:u-border-current-color:hover,
  .xxl\:hocus\:u-border-current-color:focus {
    border-color: currentColor !important;
  }

  .xxl\:hocus\:u-border-inherit:hover,
  .xxl\:hocus\:u-border-inherit:focus {
    border-color: inherit !important;
  }

  .xxl\:hocus\:u-border-purple:hover,
  .xxl\:hocus\:u-border-purple:focus {
    border-color: #68246d !important;
  }

  .xxl\:hocus\:u-border-darkpurple:hover,
  .xxl\:hocus\:u-border-darkpurple:focus {
    border-color: #571b4f !important;
  }

  .xxl\:hocus\:u-border-yellow:hover,
  .xxl\:hocus\:u-border-yellow:focus {
    border-color: #ffd53a !important;
  }

  .xxl\:hocus\:u-border-cyan:hover,
  .xxl\:hocus\:u-border-cyan:focus {
    border-color: #00aeef !important;
  }

  .xxl\:hocus\:u-border-blue:hover,
  .xxl\:hocus\:u-border-blue:focus {
    border-color: #409ddd !important;
  }

  .xxl\:hocus\:u-border-light-green:hover,
  .xxl\:hocus\:u-border-light-green:focus {
    border-color: #e2f4e9 !important;
  }

  .xxl\:hocus\:u-border-red:hover,
  .xxl\:hocus\:u-border-red:focus {
    border-color: #be1e2c !important;
  }

  .xxl\:hocus\:u-border-gold:hover,
  .xxl\:hocus\:u-border-gold:focus {
    border-color: #afa961 !important;
  }

  .xxl\:hocus\:u-border-ink-100:hover,
  .xxl\:hocus\:u-border-ink-100:focus {
    border-color: #002337 !important;
  }

  .xxl\:hocus\:u-border-stone:hover,
  .xxl\:hocus\:u-border-stone:focus {
    border-color: #dacda2 !important;
  }

  .xxl\:hocus\:u-border-sky:hover,
  .xxl\:hocus\:u-border-sky:focus {
    border-color: #a5c8d0 !important;
  }

  .xxl\:hocus\:u-border-heather:hover,
  .xxl\:hocus\:u-border-heather:focus {
    border-color: #cba8b1 !important;
  }

  .xxl\:hocus\:u-border-cedar:hover,
  .xxl\:hocus\:u-border-cedar:focus {
    border-color: #b6aaa7 !important;
  }

  .xxl\:hocus\:u-border-business:hover,
  .xxl\:hocus\:u-border-business:focus {
    border-color: #b3bdb1 !important;
  }

  .xxl\:hocus\:u-border-black:hover,
  .xxl\:hocus\:u-border-black:focus {
    border-color: #333123 !important;
  }

  .xxl\:hocus\:u-border-white:hover,
  .xxl\:hocus\:u-border-white:focus {
    border-color: #fff !important;
  }

  .xxl\:hocus\:u-border-grey-25:hover,
  .xxl\:hocus\:u-border-grey-25:focus {
    border-color: #f7f7f7 !important;
  }

  .xxl\:hocus\:u-border-grey-50:hover,
  .xxl\:hocus\:u-border-grey-50:focus {
    border-color: #ebebeb !important;
  }

  .xxl\:hocus\:u-border-grey-75:hover,
  .xxl\:hocus\:u-border-grey-75:focus {
    border-color: #d9d9d9 !important;
  }

  .xxl\:hocus\:u-border-grey-100:hover,
  .xxl\:hocus\:u-border-grey-100:focus {
    border-color: #afb4b6 !important;
  }

  .xxl\:hocus\:u-border-grey-200:hover,
  .xxl\:hocus\:u-border-grey-200:focus {
    border-color: #898e91 !important;
  }

  .xxl\:hocus\:u-border-grey-300:hover,
  .xxl\:hocus\:u-border-grey-300:focus {
    border-color: #64696c !important;
  }

  .xxl\:hocus\:u-border-grey-400:hover,
  .xxl\:hocus\:u-border-grey-400:focus {
    border-color: #3c3c3b !important;
  }

  .xxl\:hocus\:u-border-youtube:hover,
  .xxl\:hocus\:u-border-youtube:focus {
    border-color: #f00 !important;
  }

  .xxl\:hocus\:u-border-twitter:hover,
  .xxl\:hocus\:u-border-twitter:focus {
    border-color: #1da1f2 !important;
  }

  .xxl\:hocus\:u-border-facebook:hover,
  .xxl\:hocus\:u-border-facebook:focus {
    border-color: #3b5998 !important;
  }

  .xxl\:hocus\:u-border-instagram:hover,
  .xxl\:hocus\:u-border-instagram:focus {
    border-color: #444 !important;
  }

  .xxl\:hocus\:u-border-linkedin:hover,
  .xxl\:hocus\:u-border-linkedin:focus {
    border-color: #0077b5 !important;
  }

  .xxl\:hocus\:u-border-college:hover,
  .xxl\:hocus\:u-border-college:focus {
    border-color: #00664f !important;
  }

  .xxl\:hocus\:u-border-coll-collingwood:hover,
  .xxl\:hocus\:u-border-coll-collingwood:focus {
    border-color: #d22630 !important;
  }

  .xxl\:hocus\:u-border-coll-grey:hover,
  .xxl\:hocus\:u-border-coll-grey:focus {
    border-color: #af272f !important;
  }

  .xxl\:hocus\:u-border-coll-hatfield:hover,
  .xxl\:hocus\:u-border-coll-hatfield:focus {
    border-color: #003865 !important;
  }

  .xxl\:hocus\:u-border-coll-johnsnow:hover,
  .xxl\:hocus\:u-border-coll-johnsnow:focus {
    border-color: #003865 !important;
  }

  .xxl\:hocus\:u-border-coll-jbutler:hover,
  .xxl\:hocus\:u-border-coll-jbutler:focus {
    border-color: #d22630 !important;
  }

  .xxl\:hocus\:u-border-coll-south-college:hover,
  .xxl\:hocus\:u-border-coll-south-college:focus {
    border-color: #68246d !important;
  }

  .xxl\:hocus\:u-border-coll-staidans:hover,
  .xxl\:hocus\:u-border-coll-staidans:focus {
    border-color: #006747 !important;
  }

  .xxl\:hocus\:u-border-coll-stchads:hover,
  .xxl\:hocus\:u-border-coll-stchads:focus {
    border-color: #00573f !important;
  }

  .xxl\:hocus\:u-border-coll-stcuthberts:hover,
  .xxl\:hocus\:u-border-coll-stcuthberts:focus {
    border-color: #00664f !important;
  }

  .xxl\:hocus\:u-border-coll-sthild:hover,
  .xxl\:hocus\:u-border-coll-sthild:focus {
    border-color: #0072ce !important;
  }

  .xxl\:hocus\:u-border-coll-stjohns:hover,
  .xxl\:hocus\:u-border-coll-stjohns:focus {
    border-color: #1b365d !important;
  }

  .xxl\:hocus\:u-border-coll-stmarys:hover,
  .xxl\:hocus\:u-border-coll-stmarys:focus {
    border-color: #753bbd !important;
  }

  .xxl\:hocus\:u-border-coll-stephenson:hover,
  .xxl\:hocus\:u-border-coll-stephenson:focus {
    border-color: #d22630 !important;
  }

  .xxl\:hocus\:u-border-coll-trevelyan:hover,
  .xxl\:hocus\:u-border-coll-trevelyan:focus {
    border-color: #003865 !important;
  }

  .xxl\:hocus\:u-border-coll-university:hover,
  .xxl\:hocus\:u-border-coll-university:focus {
    border-color: #862633 !important;
  }

  .xxl\:hocus\:u-border-coll-ustinov:hover,
  .xxl\:hocus\:u-border-coll-ustinov:focus {
    border-color: #003865 !important;
  }

  .xxl\:hocus\:u-border-coll-vanmildert:hover,
  .xxl\:hocus\:u-border-coll-vanmildert:focus {
    border-color: #ee2737 !important;
  }

  .xxl\:hocus\:u-border-primary:hover,
  .xxl\:hocus\:u-border-primary:focus {
    border-color: #68246d !important;
  }

  .xxl\:hocus\:u-border-secondary:hover,
  .xxl\:hocus\:u-border-secondary:focus {
    border-color: #ffd53a !important;
  }

  .xxl\:hocus\:u-border-tertiary:hover,
  .xxl\:hocus\:u-border-tertiary:focus {
    border-color: #00aeef !important;
  }

  .xxl\:hocus\:u-border-success:hover,
  .xxl\:hocus\:u-border-success:focus {
    border-color: #449d44 !important;
  }

  .xxl\:hocus\:u-border-danger:hover,
  .xxl\:hocus\:u-border-danger:focus {
    border-color: #be1e2c !important;
  }

  .xxl\:hocus\:u-border-warning:hover,
  .xxl\:hocus\:u-border-warning:focus {
    border-color: #da611e !important;
  }

  .xxl\:hocus\:u-border-info:hover,
  .xxl\:hocus\:u-border-info:focus {
    border-color: #1180a1 !important;
  }

  .xxl\:hocus\:u-border-light:hover,
  .xxl\:hocus\:u-border-light:focus {
    border-color: #fff !important;
  }

  .xxl\:hocus\:u-border-dark:hover,
  .xxl\:hocus\:u-border-dark:focus {
    border-color: #333123 !important;
  }

  .xxl\:hocus\:u-border-purple--dark:hover,
  .xxl\:hocus\:u-border-purple--dark:focus {
    border-color: #531d57 !important;
  }

  .xxl\:hocus\:u-border-purple--light:hover,
  .xxl\:hocus\:u-border-purple--light:focus {
    border-color: #74287a !important;
  }

  .xxl\:hocus\:u-border-darkpurple--dark:hover,
  .xxl\:hocus\:u-border-darkpurple--dark:focus {
    border-color: #46163f !important;
  }

  .xxl\:hocus\:u-border-darkpurple--light:hover,
  .xxl\:hocus\:u-border-darkpurple--light:focus {
    border-color: #611e58 !important;
  }

  .xxl\:hocus\:u-border-yellow--dark:hover,
  .xxl\:hocus\:u-border-yellow--dark:focus {
    border-color: #fac500 !important;
  }

  .xxl\:hocus\:u-border-yellow--light:hover,
  .xxl\:hocus\:u-border-yellow--light:focus {
    border-color: #ffdd60 !important;
  }

  .xxl\:hocus\:u-border-cyan--dark:hover,
  .xxl\:hocus\:u-border-cyan--dark:focus {
    border-color: #008bbf !important;
  }

  .xxl\:hocus\:u-border-cyan--light:hover,
  .xxl\:hocus\:u-border-cyan--light:focus {
    border-color: #0dbdff !important;
  }

  .xxl\:hocus\:u-border-blue--dark:hover,
  .xxl\:hocus\:u-border-blue--dark:focus {
    border-color: #2281c2 !important;
  }

  .xxl\:hocus\:u-border-blue--light:hover,
  .xxl\:hocus\:u-border-blue--light:focus {
    border-color: #5dace2 !important;
  }

  .xxl\:hocus\:u-border-light-green--dark:hover,
  .xxl\:hocus\:u-border-light-green--dark:focus {
    border-color: #9edab5 !important;
  }

  .xxl\:hocus\:u-border-light-green--light:hover,
  .xxl\:hocus\:u-border-light-green--light:focus {
    border-color: #fff !important;
  }

  .xxl\:hocus\:u-border-red--dark:hover,
  .xxl\:hocus\:u-border-red--dark:focus {
    border-color: #981823 !important;
  }

  .xxl\:hocus\:u-border-red--light:hover,
  .xxl\:hocus\:u-border-red--light:focus {
    border-color: #d52231 !important;
  }

  .xxl\:hocus\:u-border-gold--dark:hover,
  .xxl\:hocus\:u-border-gold--dark:focus {
    border-color: #908b49 !important;
  }

  .xxl\:hocus\:u-border-gold--light:hover,
  .xxl\:hocus\:u-border-gold--light:focus {
    border-color: #bab577 !important;
  }

  .xxl\:hocus\:u-border-ink-100--dark:hover,
  .xxl\:hocus\:u-border-ink-100--dark:focus {
    border-color: #001c2c !important;
  }

  .xxl\:hocus\:u-border-ink-100--light:hover,
  .xxl\:hocus\:u-border-ink-100--light:focus {
    border-color: #00273e !important;
  }

  .xxl\:hocus\:u-border-stone--dark:hover,
  .xxl\:hocus\:u-border-stone--dark:focus {
    border-color: #c4b06c !important;
  }

  .xxl\:hocus\:u-border-stone--light:hover,
  .xxl\:hocus\:u-border-stone--light:focus {
    border-color: #e7dfc3 !important;
  }

  .xxl\:hocus\:u-border-sky--dark:hover,
  .xxl\:hocus\:u-border-sky--dark:focus {
    border-color: #74aab6 !important;
  }

  .xxl\:hocus\:u-border-sky--light:hover,
  .xxl\:hocus\:u-border-sky--light:focus {
    border-color: #c2dadf !important;
  }

  .xxl\:hocus\:u-border-heather--dark:hover,
  .xxl\:hocus\:u-border-heather--dark:focus {
    border-color: #af7a87 !important;
  }

  .xxl\:hocus\:u-border-heather--light:hover,
  .xxl\:hocus\:u-border-heather--light:focus {
    border-color: #dcc4ca !important;
  }

  .xxl\:hocus\:u-border-cedar--dark:hover,
  .xxl\:hocus\:u-border-cedar--dark:focus {
    border-color: #968581 !important;
  }

  .xxl\:hocus\:u-border-cedar--light:hover,
  .xxl\:hocus\:u-border-cedar--light:focus {
    border-color: #c9c0be !important;
  }

  .xxl\:hocus\:u-border-business--dark:hover,
  .xxl\:hocus\:u-border-business--dark:focus {
    border-color: #8c9b89 !important;
  }

  .xxl\:hocus\:u-border-business--light:hover,
  .xxl\:hocus\:u-border-business--light:focus {
    border-color: #cad1c9 !important;
  }

  .xxl\:hocus\:u-border-black--dark:hover,
  .xxl\:hocus\:u-border-black--dark:focus {
    border-color: #29271c !important;
  }

  .xxl\:hocus\:u-border-black--light:hover,
  .xxl\:hocus\:u-border-black--light:focus {
    border-color: #393727 !important;
  }

  .xxl\:hocus\:u-border-white--dark:hover,
  .xxl\:hocus\:u-border-white--dark:focus {
    border-color: #ccc !important;
  }

  .xxl\:hocus\:u-border-white--light:hover,
  .xxl\:hocus\:u-border-white--light:focus {
    border-color: #fff !important;
  }

  .xxl\:hocus\:u-border-grey-25--dark:hover,
  .xxl\:hocus\:u-border-grey-25--dark:focus {
    border-color: #c6c6c6 !important;
  }

  .xxl\:hocus\:u-border-grey-25--light:hover,
  .xxl\:hocus\:u-border-grey-25--light:focus {
    border-color: #fff !important;
  }

  .xxl\:hocus\:u-border-grey-50--dark:hover,
  .xxl\:hocus\:u-border-grey-50--dark:focus {
    border-color: #bcbcbc !important;
  }

  .xxl\:hocus\:u-border-grey-50--light:hover,
  .xxl\:hocus\:u-border-grey-50--light:focus {
    border-color: #fff !important;
  }

  .xxl\:hocus\:u-border-grey-75--dark:hover,
  .xxl\:hocus\:u-border-grey-75--dark:focus {
    border-color: #aeaeae !important;
  }

  .xxl\:hocus\:u-border-grey-75--light:hover,
  .xxl\:hocus\:u-border-grey-75--light:focus {
    border-color: #f3f3f3 !important;
  }

  .xxl\:hocus\:u-border-grey-100--dark:hover,
  .xxl\:hocus\:u-border-grey-100--dark:focus {
    border-color: #8a9194 !important;
  }

  .xxl\:hocus\:u-border-grey-100--light:hover,
  .xxl\:hocus\:u-border-grey-100--light:focus {
    border-color: #c5c9ca !important;
  }

  .xxl\:hocus\:u-border-grey-200--dark:hover,
  .xxl\:hocus\:u-border-grey-200--dark:focus {
    border-color: #6d7275 !important;
  }

  .xxl\:hocus\:u-border-grey-200--light:hover,
  .xxl\:hocus\:u-border-grey-200--light:focus {
    border-color: #9b9fa1 !important;
  }

  .xxl\:hocus\:u-border-grey-300--dark:hover,
  .xxl\:hocus\:u-border-grey-300--dark:focus {
    border-color: #505456 !important;
  }

  .xxl\:hocus\:u-border-grey-300--light:hover,
  .xxl\:hocus\:u-border-grey-300--light:focus {
    border-color: #707679 !important;
  }

  .xxl\:hocus\:u-border-grey-400--dark:hover,
  .xxl\:hocus\:u-border-grey-400--dark:focus {
    border-color: #30302f !important;
  }

  .xxl\:hocus\:u-border-grey-400--light:hover,
  .xxl\:hocus\:u-border-grey-400--light:focus {
    border-color: #434342 !important;
  }

  .xxl\:hocus\:u-border-youtube--dark:hover,
  .xxl\:hocus\:u-border-youtube--dark:focus {
    border-color: #c00 !important;
  }

  .xxl\:hocus\:u-border-youtube--light:hover,
  .xxl\:hocus\:u-border-youtube--light:focus {
    border-color: #ff1f1f !important;
  }

  .xxl\:hocus\:u-border-twitter--dark:hover,
  .xxl\:hocus\:u-border-twitter--dark:focus {
    border-color: #0c84cd !important;
  }

  .xxl\:hocus\:u-border-twitter--light:hover,
  .xxl\:hocus\:u-border-twitter--light:focus {
    border-color: #3caef4 !important;
  }

  .xxl\:hocus\:u-border-facebook--dark:hover,
  .xxl\:hocus\:u-border-facebook--dark:focus {
    border-color: #2f477a !important;
  }

  .xxl\:hocus\:u-border-facebook--light:hover,
  .xxl\:hocus\:u-border-facebook--light:focus {
    border-color: #4264aa !important;
  }

  .xxl\:hocus\:u-border-instagram--dark:hover,
  .xxl\:hocus\:u-border-instagram--dark:focus {
    border-color: #363636 !important;
  }

  .xxl\:hocus\:u-border-instagram--light:hover,
  .xxl\:hocus\:u-border-instagram--light:focus {
    border-color: #4c4c4c !important;
  }

  .xxl\:hocus\:u-border-linkedin--dark:hover,
  .xxl\:hocus\:u-border-linkedin--dark:focus {
    border-color: #005f91 !important;
  }

  .xxl\:hocus\:u-border-linkedin--light:hover,
  .xxl\:hocus\:u-border-linkedin--light:focus {
    border-color: #0085cb !important;
  }

  .xxl\:hocus\:u-border-college--dark:hover,
  .xxl\:hocus\:u-border-college--dark:focus {
    border-color: #00523f !important;
  }

  .xxl\:hocus\:u-border-college--light:hover,
  .xxl\:hocus\:u-border-college--light:focus {
    border-color: #007258 !important;
  }

  .xxl\:hocus\:u-border-coll-collingwood--dark:hover,
  .xxl\:hocus\:u-border-coll-collingwood--dark:focus {
    border-color: #a81e26 !important;
  }

  .xxl\:hocus\:u-border-coll-collingwood--light:hover,
  .xxl\:hocus\:u-border-coll-collingwood--light:focus {
    border-color: #db3a44 !important;
  }

  .xxl\:hocus\:u-border-coll-grey--dark:hover,
  .xxl\:hocus\:u-border-coll-grey--dark:focus {
    border-color: #8c1f26 !important;
  }

  .xxl\:hocus\:u-border-coll-grey--light:hover,
  .xxl\:hocus\:u-border-coll-grey--light:focus {
    border-color: #c42c35 !important;
  }

  .xxl\:hocus\:u-border-coll-hatfield--dark:hover,
  .xxl\:hocus\:u-border-coll-hatfield--dark:focus {
    border-color: #002d51 !important;
  }

  .xxl\:hocus\:u-border-coll-hatfield--light:hover,
  .xxl\:hocus\:u-border-coll-hatfield--light:focus {
    border-color: #003f71 !important;
  }

  .xxl\:hocus\:u-border-coll-johnsnow--dark:hover,
  .xxl\:hocus\:u-border-coll-johnsnow--dark:focus {
    border-color: #002d51 !important;
  }

  .xxl\:hocus\:u-border-coll-johnsnow--light:hover,
  .xxl\:hocus\:u-border-coll-johnsnow--light:focus {
    border-color: #003f71 !important;
  }

  .xxl\:hocus\:u-border-coll-jbutler--dark:hover,
  .xxl\:hocus\:u-border-coll-jbutler--dark:focus {
    border-color: #a81e26 !important;
  }

  .xxl\:hocus\:u-border-coll-jbutler--light:hover,
  .xxl\:hocus\:u-border-coll-jbutler--light:focus {
    border-color: #db3a44 !important;
  }

  .xxl\:hocus\:u-border-coll-south-college--dark:hover,
  .xxl\:hocus\:u-border-coll-south-college--dark:focus {
    border-color: #531d57 !important;
  }

  .xxl\:hocus\:u-border-coll-south-college--light:hover,
  .xxl\:hocus\:u-border-coll-south-college--light:focus {
    border-color: #74287a !important;
  }

  .xxl\:hocus\:u-border-coll-staidans--dark:hover,
  .xxl\:hocus\:u-border-coll-staidans--dark:focus {
    border-color: #005239 !important;
  }

  .xxl\:hocus\:u-border-coll-staidans--light:hover,
  .xxl\:hocus\:u-border-coll-staidans--light:focus {
    border-color: #007350 !important;
  }

  .xxl\:hocus\:u-border-coll-stchads--dark:hover,
  .xxl\:hocus\:u-border-coll-stchads--dark:focus {
    border-color: #004632 !important;
  }

  .xxl\:hocus\:u-border-coll-stchads--light:hover,
  .xxl\:hocus\:u-border-coll-stchads--light:focus {
    border-color: #006147 !important;
  }

  .xxl\:hocus\:u-border-coll-stcuthberts--dark:hover,
  .xxl\:hocus\:u-border-coll-stcuthberts--dark:focus {
    border-color: #00523f !important;
  }

  .xxl\:hocus\:u-border-coll-stcuthberts--light:hover,
  .xxl\:hocus\:u-border-coll-stcuthberts--light:focus {
    border-color: #007258 !important;
  }

  .xxl\:hocus\:u-border-coll-sthild--dark:hover,
  .xxl\:hocus\:u-border-coll-sthild--dark:focus {
    border-color: #005ba5 !important;
  }

  .xxl\:hocus\:u-border-coll-sthild--light:hover,
  .xxl\:hocus\:u-border-coll-sthild--light:focus {
    border-color: #0080e7 !important;
  }

  .xxl\:hocus\:u-border-coll-stjohns--dark:hover,
  .xxl\:hocus\:u-border-coll-stjohns--dark:focus {
    border-color: #162b4a !important;
  }

  .xxl\:hocus\:u-border-coll-stjohns--light:hover,
  .xxl\:hocus\:u-border-coll-stjohns--light:focus {
    border-color: #1e3c68 !important;
  }

  .xxl\:hocus\:u-border-coll-stmarys--dark:hover,
  .xxl\:hocus\:u-border-coll-stmarys--dark:focus {
    border-color: #5e2f97 !important;
  }

  .xxl\:hocus\:u-border-coll-stmarys--light:hover,
  .xxl\:hocus\:u-border-coll-stmarys--light:focus {
    border-color: #844ec8 !important;
  }

  .xxl\:hocus\:u-border-coll-stephenson--dark:hover,
  .xxl\:hocus\:u-border-coll-stephenson--dark:focus {
    border-color: #a81e26 !important;
  }

  .xxl\:hocus\:u-border-coll-stephenson--light:hover,
  .xxl\:hocus\:u-border-coll-stephenson--light:focus {
    border-color: #db3a44 !important;
  }

  .xxl\:hocus\:u-border-coll-trevelyan--dark:hover,
  .xxl\:hocus\:u-border-coll-trevelyan--dark:focus {
    border-color: #002d51 !important;
  }

  .xxl\:hocus\:u-border-coll-trevelyan--light:hover,
  .xxl\:hocus\:u-border-coll-trevelyan--light:focus {
    border-color: #003f71 !important;
  }

  .xxl\:hocus\:u-border-coll-university--dark:hover,
  .xxl\:hocus\:u-border-coll-university--dark:focus {
    border-color: #6b1e29 !important;
  }

  .xxl\:hocus\:u-border-coll-university--light:hover,
  .xxl\:hocus\:u-border-coll-university--light:focus {
    border-color: #962b39 !important;
  }

  .xxl\:hocus\:u-border-coll-ustinov--dark:hover,
  .xxl\:hocus\:u-border-coll-ustinov--dark:focus {
    border-color: #002d51 !important;
  }

  .xxl\:hocus\:u-border-coll-ustinov--light:hover,
  .xxl\:hocus\:u-border-coll-ustinov--light:focus {
    border-color: #003f71 !important;
  }

  .xxl\:hocus\:u-border-coll-vanmildert--dark:hover,
  .xxl\:hocus\:u-border-coll-vanmildert--dark:focus {
    border-color: #cd101f !important;
  }

  .xxl\:hocus\:u-border-coll-vanmildert--light:hover,
  .xxl\:hocus\:u-border-coll-vanmildert--light:focus {
    border-color: #f04654 !important;
  }

  .xxl\:hocus\:u-border-primary--dark:hover,
  .xxl\:hocus\:u-border-primary--dark:focus {
    border-color: #531d57 !important;
  }

  .xxl\:hocus\:u-border-primary--light:hover,
  .xxl\:hocus\:u-border-primary--light:focus {
    border-color: #74287a !important;
  }

  .xxl\:hocus\:u-border-secondary--dark:hover,
  .xxl\:hocus\:u-border-secondary--dark:focus {
    border-color: #fac500 !important;
  }

  .xxl\:hocus\:u-border-secondary--light:hover,
  .xxl\:hocus\:u-border-secondary--light:focus {
    border-color: #ffdd60 !important;
  }

  .xxl\:hocus\:u-border-tertiary--dark:hover,
  .xxl\:hocus\:u-border-tertiary--dark:focus {
    border-color: #008bbf !important;
  }

  .xxl\:hocus\:u-border-tertiary--light:hover,
  .xxl\:hocus\:u-border-tertiary--light:focus {
    border-color: #0dbdff !important;
  }

  .xxl\:hocus\:u-border-success--dark:hover,
  .xxl\:hocus\:u-border-success--dark:focus {
    border-color: #367e36 !important;
  }

  .xxl\:hocus\:u-border-success--light:hover,
  .xxl\:hocus\:u-border-success--light:focus {
    border-color: #4cb04c !important;
  }

  .xxl\:hocus\:u-border-danger--dark:hover,
  .xxl\:hocus\:u-border-danger--dark:focus {
    border-color: #981823 !important;
  }

  .xxl\:hocus\:u-border-danger--light:hover,
  .xxl\:hocus\:u-border-danger--light:focus {
    border-color: #d52231 !important;
  }

  .xxl\:hocus\:u-border-warning--dark:hover,
  .xxl\:hocus\:u-border-warning--dark:focus {
    border-color: #ae4e18 !important;
  }

  .xxl\:hocus\:u-border-warning--light:hover,
  .xxl\:hocus\:u-border-warning--light:focus {
    border-color: #e37233 !important;
  }

  .xxl\:hocus\:u-border-info--dark:hover,
  .xxl\:hocus\:u-border-info--dark:focus {
    border-color: #0e6681 !important;
  }

  .xxl\:hocus\:u-border-info--light:hover,
  .xxl\:hocus\:u-border-info--light:focus {
    border-color: #138fb4 !important;
  }

  .xxl\:hocus\:u-border-light--dark:hover,
  .xxl\:hocus\:u-border-light--dark:focus {
    border-color: #ccc !important;
  }

  .xxl\:hocus\:u-border-light--light:hover,
  .xxl\:hocus\:u-border-light--light:focus {
    border-color: #fff !important;
  }

  .xxl\:hocus\:u-border-dark--dark:hover,
  .xxl\:hocus\:u-border-dark--dark:focus {
    border-color: #29271c !important;
  }

  .xxl\:hocus\:u-border-dark--light:hover,
  .xxl\:hocus\:u-border-dark--light:focus {
    border-color: #393727 !important;
  }

  .xxl\:u-rounded-none {
    border-radius: 0 !important;
  }

  .xxl\:u-rounded {
    border-radius: .25rem !important;
  }

  .xxl\:u-rounded-sm {
    border-radius: 45px !important;
  }

  .xxl\:u-rounded-md {
    border-radius: 100px !important;
  }

  .xxl\:u-rounded-lg {
    border-radius: 220px !important;
  }

  .xxl\:u-rounded-half {
    border-radius: 50% !important;
  }

  .xxl\:u-rounded-full {
    border-radius: 9999px !important;
  }

  .xxl\:u-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xxl\:u-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xxl\:u-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xxl\:u-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xxl\:u-rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .xxl\:u-rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .xxl\:u-rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .xxl\:u-rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .xxl\:u-rounded-t-sm {
    border-top-left-radius: 45px !important;
    border-top-right-radius: 45px !important;
  }

  .xxl\:u-rounded-r-sm {
    border-top-right-radius: 45px !important;
    border-bottom-right-radius: 45px !important;
  }

  .xxl\:u-rounded-b-sm {
    border-bottom-right-radius: 45px !important;
    border-bottom-left-radius: 45px !important;
  }

  .xxl\:u-rounded-l-sm {
    border-top-left-radius: 45px !important;
    border-bottom-left-radius: 45px !important;
  }

  .xxl\:u-rounded-t-md {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
  }

  .xxl\:u-rounded-r-md {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
  }

  .xxl\:u-rounded-b-md {
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .xxl\:u-rounded-l-md {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }

  .xxl\:u-rounded-t-lg {
    border-top-left-radius: 220px !important;
    border-top-right-radius: 220px !important;
  }

  .xxl\:u-rounded-r-lg {
    border-top-right-radius: 220px !important;
    border-bottom-right-radius: 220px !important;
  }

  .xxl\:u-rounded-b-lg {
    border-bottom-right-radius: 220px !important;
    border-bottom-left-radius: 220px !important;
  }

  .xxl\:u-rounded-l-lg {
    border-top-left-radius: 220px !important;
    border-bottom-left-radius: 220px !important;
  }

  .xxl\:u-rounded-t-half {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .xxl\:u-rounded-r-half {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .xxl\:u-rounded-b-half {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xxl\:u-rounded-l-half {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xxl\:u-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xxl\:u-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xxl\:u-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\:u-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\:u-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .xxl\:u-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .xxl\:u-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .xxl\:u-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .xxl\:u-rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .xxl\:u-rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .xxl\:u-rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .xxl\:u-rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .xxl\:u-rounded-tl-sm {
    border-top-left-radius: 45px !important;
  }

  .xxl\:u-rounded-tr-sm {
    border-top-right-radius: 45px !important;
  }

  .xxl\:u-rounded-br-sm {
    border-bottom-right-radius: 45px !important;
  }

  .xxl\:u-rounded-bl-sm {
    border-bottom-left-radius: 45px !important;
  }

  .xxl\:u-rounded-tl-md {
    border-top-left-radius: 100px !important;
  }

  .xxl\:u-rounded-tr-md {
    border-top-right-radius: 100px !important;
  }

  .xxl\:u-rounded-br-md {
    border-bottom-right-radius: 100px !important;
  }

  .xxl\:u-rounded-bl-md {
    border-bottom-left-radius: 100px !important;
  }

  .xxl\:u-rounded-tl-lg {
    border-top-left-radius: 220px !important;
  }

  .xxl\:u-rounded-tr-lg {
    border-top-right-radius: 220px !important;
  }

  .xxl\:u-rounded-br-lg {
    border-bottom-right-radius: 220px !important;
  }

  .xxl\:u-rounded-bl-lg {
    border-bottom-left-radius: 220px !important;
  }

  .xxl\:u-rounded-tl-half {
    border-top-left-radius: 50% !important;
  }

  .xxl\:u-rounded-tr-half {
    border-top-right-radius: 50% !important;
  }

  .xxl\:u-rounded-br-half {
    border-bottom-right-radius: 50% !important;
  }

  .xxl\:u-rounded-bl-half {
    border-bottom-left-radius: 50% !important;
  }

  .xxl\:u-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xxl\:u-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xxl\:u-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xxl\:u-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\:u-border-solid {
    border-style: solid !important;
  }

  .xxl\:u-border-dashed {
    border-style: dashed !important;
  }

  .xxl\:u-border-dotted {
    border-style: dotted !important;
  }

  .xxl\:u-border-none {
    border-style: none !important;
  }

  .xxl\:u-border-0 {
    border-width: 0 !important;
  }

  .xxl\:u-border-1 {
    border-width: 1px !important;
  }

  .xxl\:u-border-2 {
    border-width: 2px !important;
  }

  .xxl\:u-border-4 {
    border-width: 4px !important;
  }

  .xxl\:u-border-6 {
    border-width: 6px !important;
  }

  .xxl\:u-border-8 {
    border-width: 8px !important;
  }

  .xxl\:u-border {
    border-width: 1px !important;
  }

  .xxl\:u-border-t-0 {
    border-top-width: 0 !important;
  }

  .xxl\:u-border-r-0 {
    border-right-width: 0 !important;
  }

  .xxl\:u-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .xxl\:u-border-l-0 {
    border-left-width: 0 !important;
  }

  .xxl\:u-border-t-1 {
    border-top-width: 1px !important;
  }

  .xxl\:u-border-r-1 {
    border-right-width: 1px !important;
  }

  .xxl\:u-border-b-1 {
    border-bottom-width: 1px !important;
  }

  .xxl\:u-border-l-1 {
    border-left-width: 1px !important;
  }

  .xxl\:u-border-t-2 {
    border-top-width: 2px !important;
  }

  .xxl\:u-border-r-2 {
    border-right-width: 2px !important;
  }

  .xxl\:u-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xxl\:u-border-l-2 {
    border-left-width: 2px !important;
  }

  .xxl\:u-border-t-4 {
    border-top-width: 4px !important;
  }

  .xxl\:u-border-r-4 {
    border-right-width: 4px !important;
  }

  .xxl\:u-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xxl\:u-border-l-4 {
    border-left-width: 4px !important;
  }

  .xxl\:u-border-t-6 {
    border-top-width: 6px !important;
  }

  .xxl\:u-border-r-6 {
    border-right-width: 6px !important;
  }

  .xxl\:u-border-b-6 {
    border-bottom-width: 6px !important;
  }

  .xxl\:u-border-l-6 {
    border-left-width: 6px !important;
  }

  .xxl\:u-border-t-8 {
    border-top-width: 8px !important;
  }

  .xxl\:u-border-r-8 {
    border-right-width: 8px !important;
  }

  .xxl\:u-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xxl\:u-border-l-8 {
    border-left-width: 8px !important;
  }

  .xxl\:u-border-t {
    border-top-width: 1px !important;
  }

  .xxl\:u-border-r {
    border-right-width: 1px !important;
  }

  .xxl\:u-border-b {
    border-bottom-width: 1px !important;
  }

  .xxl\:u-border-l {
    border-left-width: 1px !important;
  }

  .xxl\:focus\:u-border-0:focus {
    border-width: 0 !important;
  }

  .xxl\:focus\:u-border-1:focus {
    border-width: 1px !important;
  }

  .xxl\:focus\:u-border-2:focus {
    border-width: 2px !important;
  }

  .xxl\:focus\:u-border-4:focus {
    border-width: 4px !important;
  }

  .xxl\:focus\:u-border-6:focus {
    border-width: 6px !important;
  }

  .xxl\:focus\:u-border-8:focus {
    border-width: 8px !important;
  }

  .xxl\:focus\:u-border:focus {
    border-width: 1px !important;
  }

  .xxl\:focus\:u-border-t-0:focus {
    border-top-width: 0 !important;
  }

  .xxl\:focus\:u-border-r-0:focus {
    border-right-width: 0 !important;
  }

  .xxl\:focus\:u-border-b-0:focus {
    border-bottom-width: 0 !important;
  }

  .xxl\:focus\:u-border-l-0:focus {
    border-left-width: 0 !important;
  }

  .xxl\:focus\:u-border-t-1:focus {
    border-top-width: 1px !important;
  }

  .xxl\:focus\:u-border-r-1:focus {
    border-right-width: 1px !important;
  }

  .xxl\:focus\:u-border-b-1:focus {
    border-bottom-width: 1px !important;
  }

  .xxl\:focus\:u-border-l-1:focus {
    border-left-width: 1px !important;
  }

  .xxl\:focus\:u-border-t-2:focus {
    border-top-width: 2px !important;
  }

  .xxl\:focus\:u-border-r-2:focus {
    border-right-width: 2px !important;
  }

  .xxl\:focus\:u-border-b-2:focus {
    border-bottom-width: 2px !important;
  }

  .xxl\:focus\:u-border-l-2:focus {
    border-left-width: 2px !important;
  }

  .xxl\:focus\:u-border-t-4:focus {
    border-top-width: 4px !important;
  }

  .xxl\:focus\:u-border-r-4:focus {
    border-right-width: 4px !important;
  }

  .xxl\:focus\:u-border-b-4:focus {
    border-bottom-width: 4px !important;
  }

  .xxl\:focus\:u-border-l-4:focus {
    border-left-width: 4px !important;
  }

  .xxl\:focus\:u-border-t-6:focus {
    border-top-width: 6px !important;
  }

  .xxl\:focus\:u-border-r-6:focus {
    border-right-width: 6px !important;
  }

  .xxl\:focus\:u-border-b-6:focus {
    border-bottom-width: 6px !important;
  }

  .xxl\:focus\:u-border-l-6:focus {
    border-left-width: 6px !important;
  }

  .xxl\:focus\:u-border-t-8:focus {
    border-top-width: 8px !important;
  }

  .xxl\:focus\:u-border-r-8:focus {
    border-right-width: 8px !important;
  }

  .xxl\:focus\:u-border-b-8:focus {
    border-bottom-width: 8px !important;
  }

  .xxl\:focus\:u-border-l-8:focus {
    border-left-width: 8px !important;
  }

  .xxl\:focus\:u-border-t:focus {
    border-top-width: 1px !important;
  }

  .xxl\:focus\:u-border-r:focus {
    border-right-width: 1px !important;
  }

  .xxl\:focus\:u-border-b:focus {
    border-bottom-width: 1px !important;
  }

  .xxl\:focus\:u-border-l:focus {
    border-left-width: 1px !important;
  }

  .xxl\:u-cursor-auto {
    cursor: auto !important;
  }

  .xxl\:u-cursor-default {
    cursor: default !important;
  }

  .xxl\:u-cursor-pointer {
    cursor: pointer !important;
  }

  .xxl\:u-cursor-wait {
    cursor: wait !important;
  }

  .xxl\:u-cursor-move {
    cursor: move !important;
  }

  .xxl\:u-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xxl\:u-block {
    display: block !important;
  }

  .xxl\:u-inline-block {
    display: inline-block !important;
  }

  .xxl\:u-inline {
    display: inline !important;
  }

  .xxl\:u-table {
    display: table !important;
  }

  .xxl\:u-table-row {
    display: table-row !important;
  }

  .xxl\:u-table-cell {
    display: table-cell !important;
  }

  .xxl\:u-hidden {
    display: none !important;
  }

  .js-is-sticky .xxl\:sticky\:u-block {
    display: block !important;
  }

  .js-is-sticky .xxl\:sticky\:u-inline-block {
    display: inline-block !important;
  }

  .js-is-sticky .xxl\:sticky\:u-inline {
    display: inline !important;
  }

  .js-is-sticky .xxl\:sticky\:u-table {
    display: table !important;
  }

  .js-is-sticky .xxl\:sticky\:u-table-row {
    display: table-row !important;
  }

  .js-is-sticky .xxl\:sticky\:u-table-cell {
    display: table-cell !important;
  }

  .js-is-sticky .xxl\:sticky\:u-hidden {
    display: none !important;
  }

  [data-whatinput="keyboard"] .xxl\:kbd-only\:u-block {
    display: block !important;
  }

  [data-whatinput="keyboard"] .xxl\:kbd-only\:u-inline-block {
    display: inline-block !important;
  }

  [data-whatinput="keyboard"] .xxl\:kbd-only\:u-inline {
    display: inline !important;
  }

  [data-whatinput="keyboard"] .xxl\:kbd-only\:u-table {
    display: table !important;
  }

  [data-whatinput="keyboard"] .xxl\:kbd-only\:u-table-row {
    display: table-row !important;
  }

  [data-whatinput="keyboard"] .xxl\:kbd-only\:u-table-cell {
    display: table-cell !important;
  }

  [data-whatinput="keyboard"] .xxl\:kbd-only\:u-hidden {
    display: none !important;
  }

  .xxl\:u-flex {
    display: flex !important;
  }

  .xxl\:u-inline-flex {
    display: inline-flex !important;
  }

  .xxl\:u-flex-row {
    flex-direction: row !important;
  }

  .xxl\:u-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xxl\:u-flex-col {
    flex-direction: column !important;
  }

  .xxl\:u-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xxl\:u-flex-wrap {
    flex-wrap: wrap !important;
  }

  .xxl\:u-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xxl\:u-flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .xxl\:u-items-start {
    align-items: flex-start !important;
  }

  .xxl\:u-items-end {
    align-items: flex-end !important;
  }

  .xxl\:u-items-center {
    align-items: center !important;
  }

  .xxl\:u-items-baseline {
    align-items: baseline !important;
  }

  .xxl\:u-items-stretch {
    align-items: stretch !important;
  }

  .xxl\:u-self-auto {
    align-self: auto !important;
  }

  .xxl\:u-self-start {
    align-self: flex-start !important;
  }

  .xxl\:u-self-end {
    align-self: flex-end !important;
  }

  .xxl\:u-self-center {
    align-self: center !important;
  }

  .xxl\:u-self-stretch {
    align-self: stretch !important;
  }

  .xxl\:u-justify-start {
    justify-content: flex-start !important;
  }

  .xxl\:u-justify-end {
    justify-content: flex-end !important;
  }

  .xxl\:u-justify-center {
    justify-content: center !important;
  }

  .xxl\:u-justify-between {
    justify-content: space-between !important;
  }

  .xxl\:u-justify-around {
    justify-content: space-around !important;
  }

  .xxl\:u-content-center {
    align-content: center !important;
  }

  .xxl\:u-content-start {
    align-content: flex-start !important;
  }

  .xxl\:u-content-end {
    align-content: flex-end !important;
  }

  .xxl\:u-content-between {
    align-content: space-between !important;
  }

  .xxl\:u-content-around {
    align-content: space-around !important;
  }

  .xxl\:u-flex-1 {
    flex: 1 1 0% !important;
  }

  .xxl\:u-flex-auto {
    flex: 1 1 auto !important;
  }

  .xxl\:u-flex-initial {
    flex: 0 1 auto !important;
  }

  .xxl\:u-flex-none {
    flex: none !important;
  }

  .xxl\:u-flex-grow {
    flex-grow: 1 !important;
  }

  .xxl\:u-flex-shrink {
    flex-shrink: 1 !important;
  }

  .xxl\:u-flex-no-grow {
    flex-grow: 0 !important;
  }

  .xxl\:u-flex-no-shrink {
    flex-shrink: 0 !important;
  }

  .xxl\:u-float-right {
    float: right !important;
  }

  .xxl\:u-float-left {
    float: left !important;
  }

  .xxl\:u-float-none {
    float: none !important;
  }

  .xxl\:u-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xxl\:u-font-sans {
    font-family: Open Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
  }

  .xxl\:u-font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
  }

  .xxl\:u-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
  }

  .xxl\:u-h-0 {
    height: 0 !important;
  }

  .xxl\:u-h-1 {
    height: 8px !important;
  }

  .xxl\:u-h-2 {
    height: 16px !important;
  }

  .xxl\:u-h-3 {
    height: 24px !important;
  }

  .xxl\:u-h-4 {
    height: 32px !important;
  }

  .xxl\:u-h-auto {
    height: auto !important;
  }

  .xxl\:u-h-full {
    height: 100% !important;
  }

  .xxl\:u-h-three-thirds {
    height: 75% !important;
  }

  .xxl\:u-h-half {
    height: 50% !important;
  }

  .xxl\:u-h-third {
    height: 33.33% !important;
  }

  .xxl\:u-h-quarter {
    height: 25% !important;
  }

  .xxl\:u-h-fifth {
    height: 20% !important;
  }

  .xxl\:u-h-screen {
    height: 100vh !important;
  }

  .xxl\:u-h-icon {
    height: 20px !important;
  }

  .xxl\:u-h-icon-lg {
    height: 35px !important;
  }

  .xxl\:u-h-tapestry-separator {
    height: 100px !important;
  }

  .xxl\:u-h-image-header {
    height: 427px !important;
  }

  .xxl\:u-h-image-header-small {
    height: 287px !important;
  }

  .xxl\:u-h-image-header-large {
    height: 570px !important;
  }

  .xxl\:u-leading-none {
    line-height: 1 !important;
  }

  .xxl\:u-leading-tighter {
    line-height: .9 !important;
  }

  .xxl\:u-leading-tight {
    line-height: 1.25 !important;
  }

  .xxl\:u-leading-normal {
    line-height: 1.5 !important;
  }

  .xxl\:u-leading-loose {
    line-height: 2 !important;
  }

  .xxl\:u-leading-unset {
    line-height: unset !important;
  }

  .xxl\:u-m-0 {
    margin: 0 !important;
  }

  .xxl\:u-m-1 {
    margin: 8px !important;
  }

  .xxl\:u-m-2 {
    margin: 16px !important;
  }

  .xxl\:u-m-3 {
    margin: 24px !important;
  }

  .xxl\:u-m-4 {
    margin: 32px !important;
  }

  .xxl\:u-m-5 {
    margin: 40px !important;
  }

  .xxl\:u-m-6 {
    margin: 48px !important;
  }

  .xxl\:u-m-7 {
    margin: 56px !important;
  }

  .xxl\:u-m-8 {
    margin: 64px !important;
  }

  .xxl\:u-m-9 {
    margin: 72px !important;
  }

  .xxl\:u-m-10 {
    margin: 80px !important;
  }

  .xxl\:u-m-11 {
    margin: 88px !important;
  }

  .xxl\:u-m-auto {
    margin: auto !important;
  }

  .xxl\:u-m-gutter {
    margin: 15px !important;
  }

  .xxl\:u-m-container-gutter {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:u-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xxl\:u-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xxl\:u-my-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xxl\:u-mx-1 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xxl\:u-my-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xxl\:u-mx-2 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xxl\:u-my-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xxl\:u-mx-3 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xxl\:u-my-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xxl\:u-mx-4 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xxl\:u-my-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xxl\:u-mx-5 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xxl\:u-my-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xxl\:u-mx-6 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xxl\:u-my-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .xxl\:u-mx-7 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .xxl\:u-my-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xxl\:u-mx-8 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xxl\:u-my-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .xxl\:u-mx-9 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .xxl\:u-my-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xxl\:u-mx-10 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xxl\:u-my-11 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .xxl\:u-mx-11 {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .xxl\:u-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xxl\:u-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xxl\:u-my-gutter {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xxl\:u-mx-gutter {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .xxl\:u-my-container-gutter {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:u-mx-container-gutter {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:u-mt-0 {
    margin-top: 0 !important;
  }

  .xxl\:u-mr-0 {
    margin-right: 0 !important;
  }

  .xxl\:u-mb-0 {
    margin-bottom: 0 !important;
  }

  .xxl\:u-ml-0 {
    margin-left: 0 !important;
  }

  .xxl\:u-mt-1 {
    margin-top: 8px !important;
  }

  .xxl\:u-mr-1 {
    margin-right: 8px !important;
  }

  .xxl\:u-mb-1 {
    margin-bottom: 8px !important;
  }

  .xxl\:u-ml-1 {
    margin-left: 8px !important;
  }

  .xxl\:u-mt-2 {
    margin-top: 16px !important;
  }

  .xxl\:u-mr-2 {
    margin-right: 16px !important;
  }

  .xxl\:u-mb-2 {
    margin-bottom: 16px !important;
  }

  .xxl\:u-ml-2 {
    margin-left: 16px !important;
  }

  .xxl\:u-mt-3 {
    margin-top: 24px !important;
  }

  .xxl\:u-mr-3 {
    margin-right: 24px !important;
  }

  .xxl\:u-mb-3 {
    margin-bottom: 24px !important;
  }

  .xxl\:u-ml-3 {
    margin-left: 24px !important;
  }

  .xxl\:u-mt-4 {
    margin-top: 32px !important;
  }

  .xxl\:u-mr-4 {
    margin-right: 32px !important;
  }

  .xxl\:u-mb-4 {
    margin-bottom: 32px !important;
  }

  .xxl\:u-ml-4 {
    margin-left: 32px !important;
  }

  .xxl\:u-mt-5 {
    margin-top: 40px !important;
  }

  .xxl\:u-mr-5 {
    margin-right: 40px !important;
  }

  .xxl\:u-mb-5 {
    margin-bottom: 40px !important;
  }

  .xxl\:u-ml-5 {
    margin-left: 40px !important;
  }

  .xxl\:u-mt-6 {
    margin-top: 48px !important;
  }

  .xxl\:u-mr-6 {
    margin-right: 48px !important;
  }

  .xxl\:u-mb-6 {
    margin-bottom: 48px !important;
  }

  .xxl\:u-ml-6 {
    margin-left: 48px !important;
  }

  .xxl\:u-mt-7 {
    margin-top: 56px !important;
  }

  .xxl\:u-mr-7 {
    margin-right: 56px !important;
  }

  .xxl\:u-mb-7 {
    margin-bottom: 56px !important;
  }

  .xxl\:u-ml-7 {
    margin-left: 56px !important;
  }

  .xxl\:u-mt-8 {
    margin-top: 64px !important;
  }

  .xxl\:u-mr-8 {
    margin-right: 64px !important;
  }

  .xxl\:u-mb-8 {
    margin-bottom: 64px !important;
  }

  .xxl\:u-ml-8 {
    margin-left: 64px !important;
  }

  .xxl\:u-mt-9 {
    margin-top: 72px !important;
  }

  .xxl\:u-mr-9 {
    margin-right: 72px !important;
  }

  .xxl\:u-mb-9 {
    margin-bottom: 72px !important;
  }

  .xxl\:u-ml-9 {
    margin-left: 72px !important;
  }

  .xxl\:u-mt-10 {
    margin-top: 80px !important;
  }

  .xxl\:u-mr-10 {
    margin-right: 80px !important;
  }

  .xxl\:u-mb-10 {
    margin-bottom: 80px !important;
  }

  .xxl\:u-ml-10 {
    margin-left: 80px !important;
  }

  .xxl\:u-mt-11 {
    margin-top: 88px !important;
  }

  .xxl\:u-mr-11 {
    margin-right: 88px !important;
  }

  .xxl\:u-mb-11 {
    margin-bottom: 88px !important;
  }

  .xxl\:u-ml-11 {
    margin-left: 88px !important;
  }

  .xxl\:u-mt-auto {
    margin-top: auto !important;
  }

  .xxl\:u-mr-auto {
    margin-right: auto !important;
  }

  .xxl\:u-mb-auto {
    margin-bottom: auto !important;
  }

  .xxl\:u-ml-auto {
    margin-left: auto !important;
  }

  .xxl\:u-mt-gutter {
    margin-top: 15px !important;
  }

  .xxl\:u-mr-gutter {
    margin-right: 15px !important;
  }

  .xxl\:u-mb-gutter {
    margin-bottom: 15px !important;
  }

  .xxl\:u-ml-gutter {
    margin-left: 15px !important;
  }

  .xxl\:u-mt-container-gutter {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:u-mr-container-gutter {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:u-mb-container-gutter {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:u-ml-container-gutter {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:first\:u-m-0:first-child {
    margin: 0 !important;
  }

  .xxl\:first\:u-m-1:first-child {
    margin: 8px !important;
  }

  .xxl\:first\:u-m-2:first-child {
    margin: 16px !important;
  }

  .xxl\:first\:u-m-3:first-child {
    margin: 24px !important;
  }

  .xxl\:first\:u-m-4:first-child {
    margin: 32px !important;
  }

  .xxl\:first\:u-m-5:first-child {
    margin: 40px !important;
  }

  .xxl\:first\:u-m-6:first-child {
    margin: 48px !important;
  }

  .xxl\:first\:u-m-7:first-child {
    margin: 56px !important;
  }

  .xxl\:first\:u-m-8:first-child {
    margin: 64px !important;
  }

  .xxl\:first\:u-m-9:first-child {
    margin: 72px !important;
  }

  .xxl\:first\:u-m-10:first-child {
    margin: 80px !important;
  }

  .xxl\:first\:u-m-11:first-child {
    margin: 88px !important;
  }

  .xxl\:first\:u-m-auto:first-child {
    margin: auto !important;
  }

  .xxl\:first\:u-m-gutter:first-child {
    margin: 15px !important;
  }

  .xxl\:first\:u-m-container-gutter:first-child {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:first\:u-my-0:first-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xxl\:first\:u-mx-0:first-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xxl\:first\:u-my-1:first-child {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xxl\:first\:u-mx-1:first-child {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xxl\:first\:u-my-2:first-child {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xxl\:first\:u-mx-2:first-child {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xxl\:first\:u-my-3:first-child {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xxl\:first\:u-mx-3:first-child {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xxl\:first\:u-my-4:first-child {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xxl\:first\:u-mx-4:first-child {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xxl\:first\:u-my-5:first-child {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xxl\:first\:u-mx-5:first-child {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xxl\:first\:u-my-6:first-child {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xxl\:first\:u-mx-6:first-child {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xxl\:first\:u-my-7:first-child {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .xxl\:first\:u-mx-7:first-child {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .xxl\:first\:u-my-8:first-child {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xxl\:first\:u-mx-8:first-child {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xxl\:first\:u-my-9:first-child {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .xxl\:first\:u-mx-9:first-child {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .xxl\:first\:u-my-10:first-child {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xxl\:first\:u-mx-10:first-child {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xxl\:first\:u-my-11:first-child {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .xxl\:first\:u-mx-11:first-child {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .xxl\:first\:u-my-auto:first-child {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xxl\:first\:u-mx-auto:first-child {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xxl\:first\:u-my-gutter:first-child {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xxl\:first\:u-mx-gutter:first-child {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .xxl\:first\:u-my-container-gutter:first-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:first\:u-mx-container-gutter:first-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:first\:u-mt-0:first-child {
    margin-top: 0 !important;
  }

  .xxl\:first\:u-mr-0:first-child {
    margin-right: 0 !important;
  }

  .xxl\:first\:u-mb-0:first-child {
    margin-bottom: 0 !important;
  }

  .xxl\:first\:u-ml-0:first-child {
    margin-left: 0 !important;
  }

  .xxl\:first\:u-mt-1:first-child {
    margin-top: 8px !important;
  }

  .xxl\:first\:u-mr-1:first-child {
    margin-right: 8px !important;
  }

  .xxl\:first\:u-mb-1:first-child {
    margin-bottom: 8px !important;
  }

  .xxl\:first\:u-ml-1:first-child {
    margin-left: 8px !important;
  }

  .xxl\:first\:u-mt-2:first-child {
    margin-top: 16px !important;
  }

  .xxl\:first\:u-mr-2:first-child {
    margin-right: 16px !important;
  }

  .xxl\:first\:u-mb-2:first-child {
    margin-bottom: 16px !important;
  }

  .xxl\:first\:u-ml-2:first-child {
    margin-left: 16px !important;
  }

  .xxl\:first\:u-mt-3:first-child {
    margin-top: 24px !important;
  }

  .xxl\:first\:u-mr-3:first-child {
    margin-right: 24px !important;
  }

  .xxl\:first\:u-mb-3:first-child {
    margin-bottom: 24px !important;
  }

  .xxl\:first\:u-ml-3:first-child {
    margin-left: 24px !important;
  }

  .xxl\:first\:u-mt-4:first-child {
    margin-top: 32px !important;
  }

  .xxl\:first\:u-mr-4:first-child {
    margin-right: 32px !important;
  }

  .xxl\:first\:u-mb-4:first-child {
    margin-bottom: 32px !important;
  }

  .xxl\:first\:u-ml-4:first-child {
    margin-left: 32px !important;
  }

  .xxl\:first\:u-mt-5:first-child {
    margin-top: 40px !important;
  }

  .xxl\:first\:u-mr-5:first-child {
    margin-right: 40px !important;
  }

  .xxl\:first\:u-mb-5:first-child {
    margin-bottom: 40px !important;
  }

  .xxl\:first\:u-ml-5:first-child {
    margin-left: 40px !important;
  }

  .xxl\:first\:u-mt-6:first-child {
    margin-top: 48px !important;
  }

  .xxl\:first\:u-mr-6:first-child {
    margin-right: 48px !important;
  }

  .xxl\:first\:u-mb-6:first-child {
    margin-bottom: 48px !important;
  }

  .xxl\:first\:u-ml-6:first-child {
    margin-left: 48px !important;
  }

  .xxl\:first\:u-mt-7:first-child {
    margin-top: 56px !important;
  }

  .xxl\:first\:u-mr-7:first-child {
    margin-right: 56px !important;
  }

  .xxl\:first\:u-mb-7:first-child {
    margin-bottom: 56px !important;
  }

  .xxl\:first\:u-ml-7:first-child {
    margin-left: 56px !important;
  }

  .xxl\:first\:u-mt-8:first-child {
    margin-top: 64px !important;
  }

  .xxl\:first\:u-mr-8:first-child {
    margin-right: 64px !important;
  }

  .xxl\:first\:u-mb-8:first-child {
    margin-bottom: 64px !important;
  }

  .xxl\:first\:u-ml-8:first-child {
    margin-left: 64px !important;
  }

  .xxl\:first\:u-mt-9:first-child {
    margin-top: 72px !important;
  }

  .xxl\:first\:u-mr-9:first-child {
    margin-right: 72px !important;
  }

  .xxl\:first\:u-mb-9:first-child {
    margin-bottom: 72px !important;
  }

  .xxl\:first\:u-ml-9:first-child {
    margin-left: 72px !important;
  }

  .xxl\:first\:u-mt-10:first-child {
    margin-top: 80px !important;
  }

  .xxl\:first\:u-mr-10:first-child {
    margin-right: 80px !important;
  }

  .xxl\:first\:u-mb-10:first-child {
    margin-bottom: 80px !important;
  }

  .xxl\:first\:u-ml-10:first-child {
    margin-left: 80px !important;
  }

  .xxl\:first\:u-mt-11:first-child {
    margin-top: 88px !important;
  }

  .xxl\:first\:u-mr-11:first-child {
    margin-right: 88px !important;
  }

  .xxl\:first\:u-mb-11:first-child {
    margin-bottom: 88px !important;
  }

  .xxl\:first\:u-ml-11:first-child {
    margin-left: 88px !important;
  }

  .xxl\:first\:u-mt-auto:first-child {
    margin-top: auto !important;
  }

  .xxl\:first\:u-mr-auto:first-child {
    margin-right: auto !important;
  }

  .xxl\:first\:u-mb-auto:first-child {
    margin-bottom: auto !important;
  }

  .xxl\:first\:u-ml-auto:first-child {
    margin-left: auto !important;
  }

  .xxl\:first\:u-mt-gutter:first-child {
    margin-top: 15px !important;
  }

  .xxl\:first\:u-mr-gutter:first-child {
    margin-right: 15px !important;
  }

  .xxl\:first\:u-mb-gutter:first-child {
    margin-bottom: 15px !important;
  }

  .xxl\:first\:u-ml-gutter:first-child {
    margin-left: 15px !important;
  }

  .xxl\:first\:u-mt-container-gutter:first-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:first\:u-mr-container-gutter:first-child {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:first\:u-mb-container-gutter:first-child {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:first\:u-ml-container-gutter:first-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:last\:u-m-0:last-child {
    margin: 0 !important;
  }

  .xxl\:last\:u-m-1:last-child {
    margin: 8px !important;
  }

  .xxl\:last\:u-m-2:last-child {
    margin: 16px !important;
  }

  .xxl\:last\:u-m-3:last-child {
    margin: 24px !important;
  }

  .xxl\:last\:u-m-4:last-child {
    margin: 32px !important;
  }

  .xxl\:last\:u-m-5:last-child {
    margin: 40px !important;
  }

  .xxl\:last\:u-m-6:last-child {
    margin: 48px !important;
  }

  .xxl\:last\:u-m-7:last-child {
    margin: 56px !important;
  }

  .xxl\:last\:u-m-8:last-child {
    margin: 64px !important;
  }

  .xxl\:last\:u-m-9:last-child {
    margin: 72px !important;
  }

  .xxl\:last\:u-m-10:last-child {
    margin: 80px !important;
  }

  .xxl\:last\:u-m-11:last-child {
    margin: 88px !important;
  }

  .xxl\:last\:u-m-auto:last-child {
    margin: auto !important;
  }

  .xxl\:last\:u-m-gutter:last-child {
    margin: 15px !important;
  }

  .xxl\:last\:u-m-container-gutter:last-child {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:last\:u-my-0:last-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xxl\:last\:u-mx-0:last-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xxl\:last\:u-my-1:last-child {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xxl\:last\:u-mx-1:last-child {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xxl\:last\:u-my-2:last-child {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xxl\:last\:u-mx-2:last-child {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xxl\:last\:u-my-3:last-child {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xxl\:last\:u-mx-3:last-child {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xxl\:last\:u-my-4:last-child {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xxl\:last\:u-mx-4:last-child {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xxl\:last\:u-my-5:last-child {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xxl\:last\:u-mx-5:last-child {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xxl\:last\:u-my-6:last-child {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xxl\:last\:u-mx-6:last-child {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xxl\:last\:u-my-7:last-child {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .xxl\:last\:u-mx-7:last-child {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .xxl\:last\:u-my-8:last-child {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xxl\:last\:u-mx-8:last-child {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xxl\:last\:u-my-9:last-child {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .xxl\:last\:u-mx-9:last-child {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .xxl\:last\:u-my-10:last-child {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xxl\:last\:u-mx-10:last-child {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xxl\:last\:u-my-11:last-child {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .xxl\:last\:u-mx-11:last-child {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .xxl\:last\:u-my-auto:last-child {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xxl\:last\:u-mx-auto:last-child {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xxl\:last\:u-my-gutter:last-child {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xxl\:last\:u-mx-gutter:last-child {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .xxl\:last\:u-my-container-gutter:last-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:last\:u-mx-container-gutter:last-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:last\:u-mt-0:last-child {
    margin-top: 0 !important;
  }

  .xxl\:last\:u-mr-0:last-child {
    margin-right: 0 !important;
  }

  .xxl\:last\:u-mb-0:last-child {
    margin-bottom: 0 !important;
  }

  .xxl\:last\:u-ml-0:last-child {
    margin-left: 0 !important;
  }

  .xxl\:last\:u-mt-1:last-child {
    margin-top: 8px !important;
  }

  .xxl\:last\:u-mr-1:last-child {
    margin-right: 8px !important;
  }

  .xxl\:last\:u-mb-1:last-child {
    margin-bottom: 8px !important;
  }

  .xxl\:last\:u-ml-1:last-child {
    margin-left: 8px !important;
  }

  .xxl\:last\:u-mt-2:last-child {
    margin-top: 16px !important;
  }

  .xxl\:last\:u-mr-2:last-child {
    margin-right: 16px !important;
  }

  .xxl\:last\:u-mb-2:last-child {
    margin-bottom: 16px !important;
  }

  .xxl\:last\:u-ml-2:last-child {
    margin-left: 16px !important;
  }

  .xxl\:last\:u-mt-3:last-child {
    margin-top: 24px !important;
  }

  .xxl\:last\:u-mr-3:last-child {
    margin-right: 24px !important;
  }

  .xxl\:last\:u-mb-3:last-child {
    margin-bottom: 24px !important;
  }

  .xxl\:last\:u-ml-3:last-child {
    margin-left: 24px !important;
  }

  .xxl\:last\:u-mt-4:last-child {
    margin-top: 32px !important;
  }

  .xxl\:last\:u-mr-4:last-child {
    margin-right: 32px !important;
  }

  .xxl\:last\:u-mb-4:last-child {
    margin-bottom: 32px !important;
  }

  .xxl\:last\:u-ml-4:last-child {
    margin-left: 32px !important;
  }

  .xxl\:last\:u-mt-5:last-child {
    margin-top: 40px !important;
  }

  .xxl\:last\:u-mr-5:last-child {
    margin-right: 40px !important;
  }

  .xxl\:last\:u-mb-5:last-child {
    margin-bottom: 40px !important;
  }

  .xxl\:last\:u-ml-5:last-child {
    margin-left: 40px !important;
  }

  .xxl\:last\:u-mt-6:last-child {
    margin-top: 48px !important;
  }

  .xxl\:last\:u-mr-6:last-child {
    margin-right: 48px !important;
  }

  .xxl\:last\:u-mb-6:last-child {
    margin-bottom: 48px !important;
  }

  .xxl\:last\:u-ml-6:last-child {
    margin-left: 48px !important;
  }

  .xxl\:last\:u-mt-7:last-child {
    margin-top: 56px !important;
  }

  .xxl\:last\:u-mr-7:last-child {
    margin-right: 56px !important;
  }

  .xxl\:last\:u-mb-7:last-child {
    margin-bottom: 56px !important;
  }

  .xxl\:last\:u-ml-7:last-child {
    margin-left: 56px !important;
  }

  .xxl\:last\:u-mt-8:last-child {
    margin-top: 64px !important;
  }

  .xxl\:last\:u-mr-8:last-child {
    margin-right: 64px !important;
  }

  .xxl\:last\:u-mb-8:last-child {
    margin-bottom: 64px !important;
  }

  .xxl\:last\:u-ml-8:last-child {
    margin-left: 64px !important;
  }

  .xxl\:last\:u-mt-9:last-child {
    margin-top: 72px !important;
  }

  .xxl\:last\:u-mr-9:last-child {
    margin-right: 72px !important;
  }

  .xxl\:last\:u-mb-9:last-child {
    margin-bottom: 72px !important;
  }

  .xxl\:last\:u-ml-9:last-child {
    margin-left: 72px !important;
  }

  .xxl\:last\:u-mt-10:last-child {
    margin-top: 80px !important;
  }

  .xxl\:last\:u-mr-10:last-child {
    margin-right: 80px !important;
  }

  .xxl\:last\:u-mb-10:last-child {
    margin-bottom: 80px !important;
  }

  .xxl\:last\:u-ml-10:last-child {
    margin-left: 80px !important;
  }

  .xxl\:last\:u-mt-11:last-child {
    margin-top: 88px !important;
  }

  .xxl\:last\:u-mr-11:last-child {
    margin-right: 88px !important;
  }

  .xxl\:last\:u-mb-11:last-child {
    margin-bottom: 88px !important;
  }

  .xxl\:last\:u-ml-11:last-child {
    margin-left: 88px !important;
  }

  .xxl\:last\:u-mt-auto:last-child {
    margin-top: auto !important;
  }

  .xxl\:last\:u-mr-auto:last-child {
    margin-right: auto !important;
  }

  .xxl\:last\:u-mb-auto:last-child {
    margin-bottom: auto !important;
  }

  .xxl\:last\:u-ml-auto:last-child {
    margin-left: auto !important;
  }

  .xxl\:last\:u-mt-gutter:last-child {
    margin-top: 15px !important;
  }

  .xxl\:last\:u-mr-gutter:last-child {
    margin-right: 15px !important;
  }

  .xxl\:last\:u-mb-gutter:last-child {
    margin-bottom: 15px !important;
  }

  .xxl\:last\:u-ml-gutter:last-child {
    margin-left: 15px !important;
  }

  .xxl\:last\:u-mt-container-gutter:last-child {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:last\:u-mr-container-gutter:last-child {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:last\:u-mb-container-gutter:last-child {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:last\:u-ml-container-gutter:last-child {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-first\:u-m-0:not(:first-child) {
    margin: 0 !important;
  }

  .xxl\:not-first\:u-m-1:not(:first-child) {
    margin: 8px !important;
  }

  .xxl\:not-first\:u-m-2:not(:first-child) {
    margin: 16px !important;
  }

  .xxl\:not-first\:u-m-3:not(:first-child) {
    margin: 24px !important;
  }

  .xxl\:not-first\:u-m-4:not(:first-child) {
    margin: 32px !important;
  }

  .xxl\:not-first\:u-m-5:not(:first-child) {
    margin: 40px !important;
  }

  .xxl\:not-first\:u-m-6:not(:first-child) {
    margin: 48px !important;
  }

  .xxl\:not-first\:u-m-7:not(:first-child) {
    margin: 56px !important;
  }

  .xxl\:not-first\:u-m-8:not(:first-child) {
    margin: 64px !important;
  }

  .xxl\:not-first\:u-m-9:not(:first-child) {
    margin: 72px !important;
  }

  .xxl\:not-first\:u-m-10:not(:first-child) {
    margin: 80px !important;
  }

  .xxl\:not-first\:u-m-11:not(:first-child) {
    margin: 88px !important;
  }

  .xxl\:not-first\:u-m-auto:not(:first-child) {
    margin: auto !important;
  }

  .xxl\:not-first\:u-m-gutter:not(:first-child) {
    margin: 15px !important;
  }

  .xxl\:not-first\:u-m-container-gutter:not(:first-child) {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-first\:u-my-0:not(:first-child) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xxl\:not-first\:u-mx-0:not(:first-child) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xxl\:not-first\:u-my-1:not(:first-child) {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xxl\:not-first\:u-mx-1:not(:first-child) {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xxl\:not-first\:u-my-2:not(:first-child) {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xxl\:not-first\:u-mx-2:not(:first-child) {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xxl\:not-first\:u-my-3:not(:first-child) {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xxl\:not-first\:u-mx-3:not(:first-child) {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xxl\:not-first\:u-my-4:not(:first-child) {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xxl\:not-first\:u-mx-4:not(:first-child) {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xxl\:not-first\:u-my-5:not(:first-child) {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xxl\:not-first\:u-mx-5:not(:first-child) {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xxl\:not-first\:u-my-6:not(:first-child) {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xxl\:not-first\:u-mx-6:not(:first-child) {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xxl\:not-first\:u-my-7:not(:first-child) {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .xxl\:not-first\:u-mx-7:not(:first-child) {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .xxl\:not-first\:u-my-8:not(:first-child) {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xxl\:not-first\:u-mx-8:not(:first-child) {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xxl\:not-first\:u-my-9:not(:first-child) {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .xxl\:not-first\:u-mx-9:not(:first-child) {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .xxl\:not-first\:u-my-10:not(:first-child) {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xxl\:not-first\:u-mx-10:not(:first-child) {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xxl\:not-first\:u-my-11:not(:first-child) {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .xxl\:not-first\:u-mx-11:not(:first-child) {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .xxl\:not-first\:u-my-auto:not(:first-child) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xxl\:not-first\:u-mx-auto:not(:first-child) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xxl\:not-first\:u-my-gutter:not(:first-child) {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xxl\:not-first\:u-mx-gutter:not(:first-child) {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .xxl\:not-first\:u-my-container-gutter:not(:first-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-first\:u-mx-container-gutter:not(:first-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-first\:u-mt-0:not(:first-child) {
    margin-top: 0 !important;
  }

  .xxl\:not-first\:u-mr-0:not(:first-child) {
    margin-right: 0 !important;
  }

  .xxl\:not-first\:u-mb-0:not(:first-child) {
    margin-bottom: 0 !important;
  }

  .xxl\:not-first\:u-ml-0:not(:first-child) {
    margin-left: 0 !important;
  }

  .xxl\:not-first\:u-mt-1:not(:first-child) {
    margin-top: 8px !important;
  }

  .xxl\:not-first\:u-mr-1:not(:first-child) {
    margin-right: 8px !important;
  }

  .xxl\:not-first\:u-mb-1:not(:first-child) {
    margin-bottom: 8px !important;
  }

  .xxl\:not-first\:u-ml-1:not(:first-child) {
    margin-left: 8px !important;
  }

  .xxl\:not-first\:u-mt-2:not(:first-child) {
    margin-top: 16px !important;
  }

  .xxl\:not-first\:u-mr-2:not(:first-child) {
    margin-right: 16px !important;
  }

  .xxl\:not-first\:u-mb-2:not(:first-child) {
    margin-bottom: 16px !important;
  }

  .xxl\:not-first\:u-ml-2:not(:first-child) {
    margin-left: 16px !important;
  }

  .xxl\:not-first\:u-mt-3:not(:first-child) {
    margin-top: 24px !important;
  }

  .xxl\:not-first\:u-mr-3:not(:first-child) {
    margin-right: 24px !important;
  }

  .xxl\:not-first\:u-mb-3:not(:first-child) {
    margin-bottom: 24px !important;
  }

  .xxl\:not-first\:u-ml-3:not(:first-child) {
    margin-left: 24px !important;
  }

  .xxl\:not-first\:u-mt-4:not(:first-child) {
    margin-top: 32px !important;
  }

  .xxl\:not-first\:u-mr-4:not(:first-child) {
    margin-right: 32px !important;
  }

  .xxl\:not-first\:u-mb-4:not(:first-child) {
    margin-bottom: 32px !important;
  }

  .xxl\:not-first\:u-ml-4:not(:first-child) {
    margin-left: 32px !important;
  }

  .xxl\:not-first\:u-mt-5:not(:first-child) {
    margin-top: 40px !important;
  }

  .xxl\:not-first\:u-mr-5:not(:first-child) {
    margin-right: 40px !important;
  }

  .xxl\:not-first\:u-mb-5:not(:first-child) {
    margin-bottom: 40px !important;
  }

  .xxl\:not-first\:u-ml-5:not(:first-child) {
    margin-left: 40px !important;
  }

  .xxl\:not-first\:u-mt-6:not(:first-child) {
    margin-top: 48px !important;
  }

  .xxl\:not-first\:u-mr-6:not(:first-child) {
    margin-right: 48px !important;
  }

  .xxl\:not-first\:u-mb-6:not(:first-child) {
    margin-bottom: 48px !important;
  }

  .xxl\:not-first\:u-ml-6:not(:first-child) {
    margin-left: 48px !important;
  }

  .xxl\:not-first\:u-mt-7:not(:first-child) {
    margin-top: 56px !important;
  }

  .xxl\:not-first\:u-mr-7:not(:first-child) {
    margin-right: 56px !important;
  }

  .xxl\:not-first\:u-mb-7:not(:first-child) {
    margin-bottom: 56px !important;
  }

  .xxl\:not-first\:u-ml-7:not(:first-child) {
    margin-left: 56px !important;
  }

  .xxl\:not-first\:u-mt-8:not(:first-child) {
    margin-top: 64px !important;
  }

  .xxl\:not-first\:u-mr-8:not(:first-child) {
    margin-right: 64px !important;
  }

  .xxl\:not-first\:u-mb-8:not(:first-child) {
    margin-bottom: 64px !important;
  }

  .xxl\:not-first\:u-ml-8:not(:first-child) {
    margin-left: 64px !important;
  }

  .xxl\:not-first\:u-mt-9:not(:first-child) {
    margin-top: 72px !important;
  }

  .xxl\:not-first\:u-mr-9:not(:first-child) {
    margin-right: 72px !important;
  }

  .xxl\:not-first\:u-mb-9:not(:first-child) {
    margin-bottom: 72px !important;
  }

  .xxl\:not-first\:u-ml-9:not(:first-child) {
    margin-left: 72px !important;
  }

  .xxl\:not-first\:u-mt-10:not(:first-child) {
    margin-top: 80px !important;
  }

  .xxl\:not-first\:u-mr-10:not(:first-child) {
    margin-right: 80px !important;
  }

  .xxl\:not-first\:u-mb-10:not(:first-child) {
    margin-bottom: 80px !important;
  }

  .xxl\:not-first\:u-ml-10:not(:first-child) {
    margin-left: 80px !important;
  }

  .xxl\:not-first\:u-mt-11:not(:first-child) {
    margin-top: 88px !important;
  }

  .xxl\:not-first\:u-mr-11:not(:first-child) {
    margin-right: 88px !important;
  }

  .xxl\:not-first\:u-mb-11:not(:first-child) {
    margin-bottom: 88px !important;
  }

  .xxl\:not-first\:u-ml-11:not(:first-child) {
    margin-left: 88px !important;
  }

  .xxl\:not-first\:u-mt-auto:not(:first-child) {
    margin-top: auto !important;
  }

  .xxl\:not-first\:u-mr-auto:not(:first-child) {
    margin-right: auto !important;
  }

  .xxl\:not-first\:u-mb-auto:not(:first-child) {
    margin-bottom: auto !important;
  }

  .xxl\:not-first\:u-ml-auto:not(:first-child) {
    margin-left: auto !important;
  }

  .xxl\:not-first\:u-mt-gutter:not(:first-child) {
    margin-top: 15px !important;
  }

  .xxl\:not-first\:u-mr-gutter:not(:first-child) {
    margin-right: 15px !important;
  }

  .xxl\:not-first\:u-mb-gutter:not(:first-child) {
    margin-bottom: 15px !important;
  }

  .xxl\:not-first\:u-ml-gutter:not(:first-child) {
    margin-left: 15px !important;
  }

  .xxl\:not-first\:u-mt-container-gutter:not(:first-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-first\:u-mr-container-gutter:not(:first-child) {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-first\:u-mb-container-gutter:not(:first-child) {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-first\:u-ml-container-gutter:not(:first-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-last\:u-m-0:not(:last-child) {
    margin: 0 !important;
  }

  .xxl\:not-last\:u-m-1:not(:last-child) {
    margin: 8px !important;
  }

  .xxl\:not-last\:u-m-2:not(:last-child) {
    margin: 16px !important;
  }

  .xxl\:not-last\:u-m-3:not(:last-child) {
    margin: 24px !important;
  }

  .xxl\:not-last\:u-m-4:not(:last-child) {
    margin: 32px !important;
  }

  .xxl\:not-last\:u-m-5:not(:last-child) {
    margin: 40px !important;
  }

  .xxl\:not-last\:u-m-6:not(:last-child) {
    margin: 48px !important;
  }

  .xxl\:not-last\:u-m-7:not(:last-child) {
    margin: 56px !important;
  }

  .xxl\:not-last\:u-m-8:not(:last-child) {
    margin: 64px !important;
  }

  .xxl\:not-last\:u-m-9:not(:last-child) {
    margin: 72px !important;
  }

  .xxl\:not-last\:u-m-10:not(:last-child) {
    margin: 80px !important;
  }

  .xxl\:not-last\:u-m-11:not(:last-child) {
    margin: 88px !important;
  }

  .xxl\:not-last\:u-m-auto:not(:last-child) {
    margin: auto !important;
  }

  .xxl\:not-last\:u-m-gutter:not(:last-child) {
    margin: 15px !important;
  }

  .xxl\:not-last\:u-m-container-gutter:not(:last-child) {
    margin: calc(15px + ((100vw - 100%)/2)) !important;
    margin: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-last\:u-my-0:not(:last-child) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xxl\:not-last\:u-mx-0:not(:last-child) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xxl\:not-last\:u-my-1:not(:last-child) {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xxl\:not-last\:u-mx-1:not(:last-child) {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xxl\:not-last\:u-my-2:not(:last-child) {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xxl\:not-last\:u-mx-2:not(:last-child) {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xxl\:not-last\:u-my-3:not(:last-child) {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xxl\:not-last\:u-mx-3:not(:last-child) {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xxl\:not-last\:u-my-4:not(:last-child) {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xxl\:not-last\:u-mx-4:not(:last-child) {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xxl\:not-last\:u-my-5:not(:last-child) {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xxl\:not-last\:u-mx-5:not(:last-child) {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xxl\:not-last\:u-my-6:not(:last-child) {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xxl\:not-last\:u-mx-6:not(:last-child) {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xxl\:not-last\:u-my-7:not(:last-child) {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .xxl\:not-last\:u-mx-7:not(:last-child) {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .xxl\:not-last\:u-my-8:not(:last-child) {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .xxl\:not-last\:u-mx-8:not(:last-child) {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .xxl\:not-last\:u-my-9:not(:last-child) {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .xxl\:not-last\:u-mx-9:not(:last-child) {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }

  .xxl\:not-last\:u-my-10:not(:last-child) {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xxl\:not-last\:u-mx-10:not(:last-child) {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xxl\:not-last\:u-my-11:not(:last-child) {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .xxl\:not-last\:u-mx-11:not(:last-child) {
    margin-left: 88px !important;
    margin-right: 88px !important;
  }

  .xxl\:not-last\:u-my-auto:not(:last-child) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xxl\:not-last\:u-mx-auto:not(:last-child) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xxl\:not-last\:u-my-gutter:not(:last-child) {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xxl\:not-last\:u-mx-gutter:not(:last-child) {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .xxl\:not-last\:u-my-container-gutter:not(:last-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-last\:u-mx-container-gutter:not(:last-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-last\:u-mt-0:not(:last-child) {
    margin-top: 0 !important;
  }

  .xxl\:not-last\:u-mr-0:not(:last-child) {
    margin-right: 0 !important;
  }

  .xxl\:not-last\:u-mb-0:not(:last-child) {
    margin-bottom: 0 !important;
  }

  .xxl\:not-last\:u-ml-0:not(:last-child) {
    margin-left: 0 !important;
  }

  .xxl\:not-last\:u-mt-1:not(:last-child) {
    margin-top: 8px !important;
  }

  .xxl\:not-last\:u-mr-1:not(:last-child) {
    margin-right: 8px !important;
  }

  .xxl\:not-last\:u-mb-1:not(:last-child) {
    margin-bottom: 8px !important;
  }

  .xxl\:not-last\:u-ml-1:not(:last-child) {
    margin-left: 8px !important;
  }

  .xxl\:not-last\:u-mt-2:not(:last-child) {
    margin-top: 16px !important;
  }

  .xxl\:not-last\:u-mr-2:not(:last-child) {
    margin-right: 16px !important;
  }

  .xxl\:not-last\:u-mb-2:not(:last-child) {
    margin-bottom: 16px !important;
  }

  .xxl\:not-last\:u-ml-2:not(:last-child) {
    margin-left: 16px !important;
  }

  .xxl\:not-last\:u-mt-3:not(:last-child) {
    margin-top: 24px !important;
  }

  .xxl\:not-last\:u-mr-3:not(:last-child) {
    margin-right: 24px !important;
  }

  .xxl\:not-last\:u-mb-3:not(:last-child) {
    margin-bottom: 24px !important;
  }

  .xxl\:not-last\:u-ml-3:not(:last-child) {
    margin-left: 24px !important;
  }

  .xxl\:not-last\:u-mt-4:not(:last-child) {
    margin-top: 32px !important;
  }

  .xxl\:not-last\:u-mr-4:not(:last-child) {
    margin-right: 32px !important;
  }

  .xxl\:not-last\:u-mb-4:not(:last-child) {
    margin-bottom: 32px !important;
  }

  .xxl\:not-last\:u-ml-4:not(:last-child) {
    margin-left: 32px !important;
  }

  .xxl\:not-last\:u-mt-5:not(:last-child) {
    margin-top: 40px !important;
  }

  .xxl\:not-last\:u-mr-5:not(:last-child) {
    margin-right: 40px !important;
  }

  .xxl\:not-last\:u-mb-5:not(:last-child) {
    margin-bottom: 40px !important;
  }

  .xxl\:not-last\:u-ml-5:not(:last-child) {
    margin-left: 40px !important;
  }

  .xxl\:not-last\:u-mt-6:not(:last-child) {
    margin-top: 48px !important;
  }

  .xxl\:not-last\:u-mr-6:not(:last-child) {
    margin-right: 48px !important;
  }

  .xxl\:not-last\:u-mb-6:not(:last-child) {
    margin-bottom: 48px !important;
  }

  .xxl\:not-last\:u-ml-6:not(:last-child) {
    margin-left: 48px !important;
  }

  .xxl\:not-last\:u-mt-7:not(:last-child) {
    margin-top: 56px !important;
  }

  .xxl\:not-last\:u-mr-7:not(:last-child) {
    margin-right: 56px !important;
  }

  .xxl\:not-last\:u-mb-7:not(:last-child) {
    margin-bottom: 56px !important;
  }

  .xxl\:not-last\:u-ml-7:not(:last-child) {
    margin-left: 56px !important;
  }

  .xxl\:not-last\:u-mt-8:not(:last-child) {
    margin-top: 64px !important;
  }

  .xxl\:not-last\:u-mr-8:not(:last-child) {
    margin-right: 64px !important;
  }

  .xxl\:not-last\:u-mb-8:not(:last-child) {
    margin-bottom: 64px !important;
  }

  .xxl\:not-last\:u-ml-8:not(:last-child) {
    margin-left: 64px !important;
  }

  .xxl\:not-last\:u-mt-9:not(:last-child) {
    margin-top: 72px !important;
  }

  .xxl\:not-last\:u-mr-9:not(:last-child) {
    margin-right: 72px !important;
  }

  .xxl\:not-last\:u-mb-9:not(:last-child) {
    margin-bottom: 72px !important;
  }

  .xxl\:not-last\:u-ml-9:not(:last-child) {
    margin-left: 72px !important;
  }

  .xxl\:not-last\:u-mt-10:not(:last-child) {
    margin-top: 80px !important;
  }

  .xxl\:not-last\:u-mr-10:not(:last-child) {
    margin-right: 80px !important;
  }

  .xxl\:not-last\:u-mb-10:not(:last-child) {
    margin-bottom: 80px !important;
  }

  .xxl\:not-last\:u-ml-10:not(:last-child) {
    margin-left: 80px !important;
  }

  .xxl\:not-last\:u-mt-11:not(:last-child) {
    margin-top: 88px !important;
  }

  .xxl\:not-last\:u-mr-11:not(:last-child) {
    margin-right: 88px !important;
  }

  .xxl\:not-last\:u-mb-11:not(:last-child) {
    margin-bottom: 88px !important;
  }

  .xxl\:not-last\:u-ml-11:not(:last-child) {
    margin-left: 88px !important;
  }

  .xxl\:not-last\:u-mt-auto:not(:last-child) {
    margin-top: auto !important;
  }

  .xxl\:not-last\:u-mr-auto:not(:last-child) {
    margin-right: auto !important;
  }

  .xxl\:not-last\:u-mb-auto:not(:last-child) {
    margin-bottom: auto !important;
  }

  .xxl\:not-last\:u-ml-auto:not(:last-child) {
    margin-left: auto !important;
  }

  .xxl\:not-last\:u-mt-gutter:not(:last-child) {
    margin-top: 15px !important;
  }

  .xxl\:not-last\:u-mr-gutter:not(:last-child) {
    margin-right: 15px !important;
  }

  .xxl\:not-last\:u-mb-gutter:not(:last-child) {
    margin-bottom: 15px !important;
  }

  .xxl\:not-last\:u-ml-gutter:not(:last-child) {
    margin-left: 15px !important;
  }

  .xxl\:not-last\:u-mt-container-gutter:not(:last-child) {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-last\:u-mr-container-gutter:not(:last-child) {
    margin-right: calc(15px + ((100vw - 100%)/2)) !important;
    margin-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-last\:u-mb-container-gutter:not(:last-child) {
    margin-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    margin-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-last\:u-ml-container-gutter:not(:last-child) {
    margin-left: calc(15px + ((100vw - 100%)/2)) !important;
    margin-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:u-max-h-0 {
    max-height: 0 !important;
  }

  .xxl\:u-max-h-full {
    max-height: 100% !important;
  }

  .xxl\:u-max-h-screen {
    max-height: 100vh !important;
  }

  .xxl\:u-max-h-logo {
    max-height: 60px !important;
  }

  .xxl\:u-max-w-0 {
    max-width: 0 !important;
  }

  .xxl\:u-max-w-1100 {
    max-width: 1100px !important;
  }

  .xxl\:u-max-w-1920 {
    max-width: 1920px !important;
  }

  .xxl\:u-max-w-1\/2 {
    max-width: 50% !important;
  }

  .xxl\:u-max-w-1\/3 {
    max-width: 33.33333% !important;
  }

  .xxl\:u-max-w-2\/3 {
    max-width: 66.66667% !important;
  }

  .xxl\:u-max-w-1\/4 {
    max-width: 25% !important;
  }

  .xxl\:u-max-w-3\/4 {
    max-width: 75% !important;
  }

  .xxl\:u-max-w-full {
    max-width: 100% !important;
  }

  .xxl\:u-max-w-screen {
    max-width: 100vw !important;
  }

  .xxl\:u-max-w-measure {
    max-width: 66ch !important;
  }

  .xxl\:u-max-w-measure-lg {
    max-width: 90ch !important;
  }

  .xxl\:u-max-w-measure-sm {
    max-width: 40ch !important;
  }

  .xxl\:u-max-w-logo {
    max-width: 100px !important;
  }

  .xxl\:u-max-w-statistic {
    max-width: 212px !important;
  }

  .xxl\:u-min-h-0 {
    min-height: 0 !important;
  }

  .xxl\:u-min-h-full {
    min-height: 100% !important;
  }

  .xxl\:u-min-h-screen {
    min-height: 100vh !important;
  }

  .xxl\:u-min-h-statistic {
    min-height: 200px !important;
  }

  .xxl\:u-min-h-image-header-large {
    min-height: 570px !important;
  }

  .xxl\:u-min-w-0 {
    min-width: 0 !important;
  }

  .xxl\:u-min-w-1 {
    min-width: 8px !important;
  }

  .xxl\:u-min-w-2 {
    min-width: 16px !important;
  }

  .xxl\:u-min-w-3 {
    min-width: 24px !important;
  }

  .xxl\:u-min-w-4 {
    min-width: 32px !important;
  }

  .xxl\:u-min-w-1\/3 {
    min-width: 33.33333% !important;
  }

  .xxl\:u-min-w-full {
    min-width: 100% !important;
  }

  .xxl\:u--m-1 {
    margin: -8px !important;
  }

  .xxl\:u--m-2 {
    margin: -16px !important;
  }

  .xxl\:u--m-3 {
    margin: -24px !important;
  }

  .xxl\:u--m-4 {
    margin: -32px !important;
  }

  .xxl\:u--m-5 {
    margin: -40px !important;
  }

  .xxl\:u--m-6 {
    margin: -48px !important;
  }

  .xxl\:u--m-7 {
    margin: -56px !important;
  }

  .xxl\:u--m-8 {
    margin: -64px !important;
  }

  .xxl\:u--m-9 {
    margin: -72px !important;
  }

  .xxl\:u--m-10 {
    margin: -80px !important;
  }

  .xxl\:u--m-11 {
    margin: -88px !important;
  }

  .xxl\:u--m-gutter {
    margin: -15px !important;
  }

  .xxl\:u--my-1 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .xxl\:u--mx-1 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .xxl\:u--my-2 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .xxl\:u--mx-2 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .xxl\:u--my-3 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .xxl\:u--mx-3 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .xxl\:u--my-4 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .xxl\:u--mx-4 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .xxl\:u--my-5 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .xxl\:u--mx-5 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .xxl\:u--my-6 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .xxl\:u--mx-6 {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .xxl\:u--my-7 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .xxl\:u--mx-7 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }

  .xxl\:u--my-8 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .xxl\:u--mx-8 {
    margin-left: -64px !important;
    margin-right: -64px !important;
  }

  .xxl\:u--my-9 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }

  .xxl\:u--mx-9 {
    margin-left: -72px !important;
    margin-right: -72px !important;
  }

  .xxl\:u--my-10 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .xxl\:u--mx-10 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .xxl\:u--my-11 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }

  .xxl\:u--mx-11 {
    margin-left: -88px !important;
    margin-right: -88px !important;
  }

  .xxl\:u--my-gutter {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .xxl\:u--mx-gutter {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .xxl\:u--mt-1 {
    margin-top: -8px !important;
  }

  .xxl\:u--mr-1 {
    margin-right: -8px !important;
  }

  .xxl\:u--mb-1 {
    margin-bottom: -8px !important;
  }

  .xxl\:u--ml-1 {
    margin-left: -8px !important;
  }

  .xxl\:u--mt-2 {
    margin-top: -16px !important;
  }

  .xxl\:u--mr-2 {
    margin-right: -16px !important;
  }

  .xxl\:u--mb-2 {
    margin-bottom: -16px !important;
  }

  .xxl\:u--ml-2 {
    margin-left: -16px !important;
  }

  .xxl\:u--mt-3 {
    margin-top: -24px !important;
  }

  .xxl\:u--mr-3 {
    margin-right: -24px !important;
  }

  .xxl\:u--mb-3 {
    margin-bottom: -24px !important;
  }

  .xxl\:u--ml-3 {
    margin-left: -24px !important;
  }

  .xxl\:u--mt-4 {
    margin-top: -32px !important;
  }

  .xxl\:u--mr-4 {
    margin-right: -32px !important;
  }

  .xxl\:u--mb-4 {
    margin-bottom: -32px !important;
  }

  .xxl\:u--ml-4 {
    margin-left: -32px !important;
  }

  .xxl\:u--mt-5 {
    margin-top: -40px !important;
  }

  .xxl\:u--mr-5 {
    margin-right: -40px !important;
  }

  .xxl\:u--mb-5 {
    margin-bottom: -40px !important;
  }

  .xxl\:u--ml-5 {
    margin-left: -40px !important;
  }

  .xxl\:u--mt-6 {
    margin-top: -48px !important;
  }

  .xxl\:u--mr-6 {
    margin-right: -48px !important;
  }

  .xxl\:u--mb-6 {
    margin-bottom: -48px !important;
  }

  .xxl\:u--ml-6 {
    margin-left: -48px !important;
  }

  .xxl\:u--mt-7 {
    margin-top: -56px !important;
  }

  .xxl\:u--mr-7 {
    margin-right: -56px !important;
  }

  .xxl\:u--mb-7 {
    margin-bottom: -56px !important;
  }

  .xxl\:u--ml-7 {
    margin-left: -56px !important;
  }

  .xxl\:u--mt-8 {
    margin-top: -64px !important;
  }

  .xxl\:u--mr-8 {
    margin-right: -64px !important;
  }

  .xxl\:u--mb-8 {
    margin-bottom: -64px !important;
  }

  .xxl\:u--ml-8 {
    margin-left: -64px !important;
  }

  .xxl\:u--mt-9 {
    margin-top: -72px !important;
  }

  .xxl\:u--mr-9 {
    margin-right: -72px !important;
  }

  .xxl\:u--mb-9 {
    margin-bottom: -72px !important;
  }

  .xxl\:u--ml-9 {
    margin-left: -72px !important;
  }

  .xxl\:u--mt-10 {
    margin-top: -80px !important;
  }

  .xxl\:u--mr-10 {
    margin-right: -80px !important;
  }

  .xxl\:u--mb-10 {
    margin-bottom: -80px !important;
  }

  .xxl\:u--ml-10 {
    margin-left: -80px !important;
  }

  .xxl\:u--mt-11 {
    margin-top: -88px !important;
  }

  .xxl\:u--mr-11 {
    margin-right: -88px !important;
  }

  .xxl\:u--mb-11 {
    margin-bottom: -88px !important;
  }

  .xxl\:u--ml-11 {
    margin-left: -88px !important;
  }

  .xxl\:u--mt-gutter {
    margin-top: -15px !important;
  }

  .xxl\:u--mr-gutter {
    margin-right: -15px !important;
  }

  .xxl\:u--mb-gutter {
    margin-bottom: -15px !important;
  }

  .xxl\:u--ml-gutter {
    margin-left: -15px !important;
  }

  .xxl\:u-opacity-0 {
    opacity: .000001 !important;
  }

  .xxl\:u-opacity-15 {
    opacity: .15 !important;
  }

  .xxl\:u-opacity-25 {
    opacity: .25 !important;
  }

  .xxl\:u-opacity-50 {
    opacity: .5 !important;
  }

  .xxl\:u-opacity-75 {
    opacity: .75 !important;
  }

  .xxl\:u-opacity-90 {
    opacity: .9 !important;
  }

  .xxl\:u-opacity-100 {
    opacity: 1 !important;
  }

  .xxl\:hocus\:u-opacity-0:hover,
  .xxl\:hocus\:u-opacity-0:focus {
    opacity: .000001 !important;
  }

  .xxl\:hocus\:u-opacity-15:hover,
  .xxl\:hocus\:u-opacity-15:focus {
    opacity: .15 !important;
  }

  .xxl\:hocus\:u-opacity-25:hover,
  .xxl\:hocus\:u-opacity-25:focus {
    opacity: .25 !important;
  }

  .xxl\:hocus\:u-opacity-50:hover,
  .xxl\:hocus\:u-opacity-50:focus {
    opacity: .5 !important;
  }

  .xxl\:hocus\:u-opacity-75:hover,
  .xxl\:hocus\:u-opacity-75:focus {
    opacity: .75 !important;
  }

  .xxl\:hocus\:u-opacity-90:hover,
  .xxl\:hocus\:u-opacity-90:focus {
    opacity: .9 !important;
  }

  .xxl\:hocus\:u-opacity-100:hover,
  .xxl\:hocus\:u-opacity-100:focus {
    opacity: 1 !important;
  }

  .xxl\:focus-within\:u-opacity-0:focus-within {
    opacity: .000001 !important;
  }

  .xxl\:focus-within\:u-opacity-15:focus-within {
    opacity: .15 !important;
  }

  .xxl\:focus-within\:u-opacity-25:focus-within {
    opacity: .25 !important;
  }

  .xxl\:focus-within\:u-opacity-50:focus-within {
    opacity: .5 !important;
  }

  .xxl\:focus-within\:u-opacity-75:focus-within {
    opacity: .75 !important;
  }

  .xxl\:focus-within\:u-opacity-90:focus-within {
    opacity: .9 !important;
  }

  .xxl\:focus-within\:u-opacity-100:focus-within {
    opacity: 1 !important;
  }

  .group:hover .xxl\:group-hover\:u-opacity-0 {
    opacity: .000001 !important;
  }

  .group:hover .xxl\:group-hover\:u-opacity-15 {
    opacity: .15 !important;
  }

  .group:hover .xxl\:group-hover\:u-opacity-25 {
    opacity: .25 !important;
  }

  .group:hover .xxl\:group-hover\:u-opacity-50 {
    opacity: .5 !important;
  }

  .group:hover .xxl\:group-hover\:u-opacity-75 {
    opacity: .75 !important;
  }

  .group:hover .xxl\:group-hover\:u-opacity-90 {
    opacity: .9 !important;
  }

  .group:hover .xxl\:group-hover\:u-opacity-100 {
    opacity: 1 !important;
  }

  .xxl\:u-overflow-auto {
    overflow: auto !important;
  }

  .xxl\:u-overflow-hidden {
    overflow: hidden !important;
  }

  .xxl\:u-overflow-visible {
    overflow: visible !important;
  }

  .xxl\:u-overflow-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling:touch;
  }

  .xxl\:u-overflow-x-auto {
    overflow-x: auto !important;
  }

  .xxl\:u-overflow-y-auto {
    overflow-y: auto !important;
  }

  .xxl\:u-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xxl\:u-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xxl\:u-overflow-x-visible {
    overflow-x: visible !important;
  }

  .xxl\:u-overflow-y-visible {
    overflow-y: visible !important;
  }

  .xxl\:u-overflow-x-scroll {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling:touch;
  }

  .xxl\:u-overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling:touch;
  }

  .xxl\:u-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .xxl\:u-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .xxl\:u-p-0 {
    padding: 0 !important;
  }

  .xxl\:u-p-1 {
    padding: 8px !important;
  }

  .xxl\:u-p-2 {
    padding: 16px !important;
  }

  .xxl\:u-p-3 {
    padding: 24px !important;
  }

  .xxl\:u-p-4 {
    padding: 32px !important;
  }

  .xxl\:u-p-5 {
    padding: 40px !important;
  }

  .xxl\:u-p-6 {
    padding: 48px !important;
  }

  .xxl\:u-p-7 {
    padding: 56px !important;
  }

  .xxl\:u-p-8 {
    padding: 64px !important;
  }

  .xxl\:u-p-9 {
    padding: 72px !important;
  }

  .xxl\:u-p-10 {
    padding: 80px !important;
  }

  .xxl\:u-p-16 {
    padding: 128px !important;
  }

  .xxl\:u-p-gutter {
    padding: 15px !important;
  }

  .xxl\:u-p-container-gutter {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:u-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xxl\:u-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xxl\:u-py-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xxl\:u-px-1 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xxl\:u-py-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xxl\:u-px-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xxl\:u-py-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xxl\:u-px-3 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xxl\:u-py-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xxl\:u-px-4 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xxl\:u-py-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xxl\:u-px-5 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xxl\:u-py-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xxl\:u-px-6 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xxl\:u-py-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .xxl\:u-px-7 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .xxl\:u-py-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xxl\:u-px-8 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xxl\:u-py-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .xxl\:u-px-9 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .xxl\:u-py-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xxl\:u-px-10 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xxl\:u-py-16 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .xxl\:u-px-16 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .xxl\:u-py-gutter {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .xxl\:u-px-gutter {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .xxl\:u-py-container-gutter {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:u-px-container-gutter {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:u-pt-0 {
    padding-top: 0 !important;
  }

  .xxl\:u-pr-0 {
    padding-right: 0 !important;
  }

  .xxl\:u-pb-0 {
    padding-bottom: 0 !important;
  }

  .xxl\:u-pl-0 {
    padding-left: 0 !important;
  }

  .xxl\:u-pt-1 {
    padding-top: 8px !important;
  }

  .xxl\:u-pr-1 {
    padding-right: 8px !important;
  }

  .xxl\:u-pb-1 {
    padding-bottom: 8px !important;
  }

  .xxl\:u-pl-1 {
    padding-left: 8px !important;
  }

  .xxl\:u-pt-2 {
    padding-top: 16px !important;
  }

  .xxl\:u-pr-2 {
    padding-right: 16px !important;
  }

  .xxl\:u-pb-2 {
    padding-bottom: 16px !important;
  }

  .xxl\:u-pl-2 {
    padding-left: 16px !important;
  }

  .xxl\:u-pt-3 {
    padding-top: 24px !important;
  }

  .xxl\:u-pr-3 {
    padding-right: 24px !important;
  }

  .xxl\:u-pb-3 {
    padding-bottom: 24px !important;
  }

  .xxl\:u-pl-3 {
    padding-left: 24px !important;
  }

  .xxl\:u-pt-4 {
    padding-top: 32px !important;
  }

  .xxl\:u-pr-4 {
    padding-right: 32px !important;
  }

  .xxl\:u-pb-4 {
    padding-bottom: 32px !important;
  }

  .xxl\:u-pl-4 {
    padding-left: 32px !important;
  }

  .xxl\:u-pt-5 {
    padding-top: 40px !important;
  }

  .xxl\:u-pr-5 {
    padding-right: 40px !important;
  }

  .xxl\:u-pb-5 {
    padding-bottom: 40px !important;
  }

  .xxl\:u-pl-5 {
    padding-left: 40px !important;
  }

  .xxl\:u-pt-6 {
    padding-top: 48px !important;
  }

  .xxl\:u-pr-6 {
    padding-right: 48px !important;
  }

  .xxl\:u-pb-6 {
    padding-bottom: 48px !important;
  }

  .xxl\:u-pl-6 {
    padding-left: 48px !important;
  }

  .xxl\:u-pt-7 {
    padding-top: 56px !important;
  }

  .xxl\:u-pr-7 {
    padding-right: 56px !important;
  }

  .xxl\:u-pb-7 {
    padding-bottom: 56px !important;
  }

  .xxl\:u-pl-7 {
    padding-left: 56px !important;
  }

  .xxl\:u-pt-8 {
    padding-top: 64px !important;
  }

  .xxl\:u-pr-8 {
    padding-right: 64px !important;
  }

  .xxl\:u-pb-8 {
    padding-bottom: 64px !important;
  }

  .xxl\:u-pl-8 {
    padding-left: 64px !important;
  }

  .xxl\:u-pt-9 {
    padding-top: 72px !important;
  }

  .xxl\:u-pr-9 {
    padding-right: 72px !important;
  }

  .xxl\:u-pb-9 {
    padding-bottom: 72px !important;
  }

  .xxl\:u-pl-9 {
    padding-left: 72px !important;
  }

  .xxl\:u-pt-10 {
    padding-top: 80px !important;
  }

  .xxl\:u-pr-10 {
    padding-right: 80px !important;
  }

  .xxl\:u-pb-10 {
    padding-bottom: 80px !important;
  }

  .xxl\:u-pl-10 {
    padding-left: 80px !important;
  }

  .xxl\:u-pt-16 {
    padding-top: 128px !important;
  }

  .xxl\:u-pr-16 {
    padding-right: 128px !important;
  }

  .xxl\:u-pb-16 {
    padding-bottom: 128px !important;
  }

  .xxl\:u-pl-16 {
    padding-left: 128px !important;
  }

  .xxl\:u-pt-gutter {
    padding-top: 15px !important;
  }

  .xxl\:u-pr-gutter {
    padding-right: 15px !important;
  }

  .xxl\:u-pb-gutter {
    padding-bottom: 15px !important;
  }

  .xxl\:u-pl-gutter {
    padding-left: 15px !important;
  }

  .xxl\:u-pt-container-gutter {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:u-pr-container-gutter {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:u-pb-container-gutter {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:u-pl-container-gutter {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:first\:u-p-0:first-child {
    padding: 0 !important;
  }

  .xxl\:first\:u-p-1:first-child {
    padding: 8px !important;
  }

  .xxl\:first\:u-p-2:first-child {
    padding: 16px !important;
  }

  .xxl\:first\:u-p-3:first-child {
    padding: 24px !important;
  }

  .xxl\:first\:u-p-4:first-child {
    padding: 32px !important;
  }

  .xxl\:first\:u-p-5:first-child {
    padding: 40px !important;
  }

  .xxl\:first\:u-p-6:first-child {
    padding: 48px !important;
  }

  .xxl\:first\:u-p-7:first-child {
    padding: 56px !important;
  }

  .xxl\:first\:u-p-8:first-child {
    padding: 64px !important;
  }

  .xxl\:first\:u-p-9:first-child {
    padding: 72px !important;
  }

  .xxl\:first\:u-p-10:first-child {
    padding: 80px !important;
  }

  .xxl\:first\:u-p-16:first-child {
    padding: 128px !important;
  }

  .xxl\:first\:u-p-gutter:first-child {
    padding: 15px !important;
  }

  .xxl\:first\:u-p-container-gutter:first-child {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:first\:u-py-0:first-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xxl\:first\:u-px-0:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xxl\:first\:u-py-1:first-child {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xxl\:first\:u-px-1:first-child {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xxl\:first\:u-py-2:first-child {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xxl\:first\:u-px-2:first-child {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xxl\:first\:u-py-3:first-child {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xxl\:first\:u-px-3:first-child {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xxl\:first\:u-py-4:first-child {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xxl\:first\:u-px-4:first-child {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xxl\:first\:u-py-5:first-child {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xxl\:first\:u-px-5:first-child {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xxl\:first\:u-py-6:first-child {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xxl\:first\:u-px-6:first-child {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xxl\:first\:u-py-7:first-child {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .xxl\:first\:u-px-7:first-child {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .xxl\:first\:u-py-8:first-child {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xxl\:first\:u-px-8:first-child {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xxl\:first\:u-py-9:first-child {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .xxl\:first\:u-px-9:first-child {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .xxl\:first\:u-py-10:first-child {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xxl\:first\:u-px-10:first-child {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xxl\:first\:u-py-16:first-child {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .xxl\:first\:u-px-16:first-child {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .xxl\:first\:u-py-gutter:first-child {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .xxl\:first\:u-px-gutter:first-child {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .xxl\:first\:u-py-container-gutter:first-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:first\:u-px-container-gutter:first-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:first\:u-pt-0:first-child {
    padding-top: 0 !important;
  }

  .xxl\:first\:u-pr-0:first-child {
    padding-right: 0 !important;
  }

  .xxl\:first\:u-pb-0:first-child {
    padding-bottom: 0 !important;
  }

  .xxl\:first\:u-pl-0:first-child {
    padding-left: 0 !important;
  }

  .xxl\:first\:u-pt-1:first-child {
    padding-top: 8px !important;
  }

  .xxl\:first\:u-pr-1:first-child {
    padding-right: 8px !important;
  }

  .xxl\:first\:u-pb-1:first-child {
    padding-bottom: 8px !important;
  }

  .xxl\:first\:u-pl-1:first-child {
    padding-left: 8px !important;
  }

  .xxl\:first\:u-pt-2:first-child {
    padding-top: 16px !important;
  }

  .xxl\:first\:u-pr-2:first-child {
    padding-right: 16px !important;
  }

  .xxl\:first\:u-pb-2:first-child {
    padding-bottom: 16px !important;
  }

  .xxl\:first\:u-pl-2:first-child {
    padding-left: 16px !important;
  }

  .xxl\:first\:u-pt-3:first-child {
    padding-top: 24px !important;
  }

  .xxl\:first\:u-pr-3:first-child {
    padding-right: 24px !important;
  }

  .xxl\:first\:u-pb-3:first-child {
    padding-bottom: 24px !important;
  }

  .xxl\:first\:u-pl-3:first-child {
    padding-left: 24px !important;
  }

  .xxl\:first\:u-pt-4:first-child {
    padding-top: 32px !important;
  }

  .xxl\:first\:u-pr-4:first-child {
    padding-right: 32px !important;
  }

  .xxl\:first\:u-pb-4:first-child {
    padding-bottom: 32px !important;
  }

  .xxl\:first\:u-pl-4:first-child {
    padding-left: 32px !important;
  }

  .xxl\:first\:u-pt-5:first-child {
    padding-top: 40px !important;
  }

  .xxl\:first\:u-pr-5:first-child {
    padding-right: 40px !important;
  }

  .xxl\:first\:u-pb-5:first-child {
    padding-bottom: 40px !important;
  }

  .xxl\:first\:u-pl-5:first-child {
    padding-left: 40px !important;
  }

  .xxl\:first\:u-pt-6:first-child {
    padding-top: 48px !important;
  }

  .xxl\:first\:u-pr-6:first-child {
    padding-right: 48px !important;
  }

  .xxl\:first\:u-pb-6:first-child {
    padding-bottom: 48px !important;
  }

  .xxl\:first\:u-pl-6:first-child {
    padding-left: 48px !important;
  }

  .xxl\:first\:u-pt-7:first-child {
    padding-top: 56px !important;
  }

  .xxl\:first\:u-pr-7:first-child {
    padding-right: 56px !important;
  }

  .xxl\:first\:u-pb-7:first-child {
    padding-bottom: 56px !important;
  }

  .xxl\:first\:u-pl-7:first-child {
    padding-left: 56px !important;
  }

  .xxl\:first\:u-pt-8:first-child {
    padding-top: 64px !important;
  }

  .xxl\:first\:u-pr-8:first-child {
    padding-right: 64px !important;
  }

  .xxl\:first\:u-pb-8:first-child {
    padding-bottom: 64px !important;
  }

  .xxl\:first\:u-pl-8:first-child {
    padding-left: 64px !important;
  }

  .xxl\:first\:u-pt-9:first-child {
    padding-top: 72px !important;
  }

  .xxl\:first\:u-pr-9:first-child {
    padding-right: 72px !important;
  }

  .xxl\:first\:u-pb-9:first-child {
    padding-bottom: 72px !important;
  }

  .xxl\:first\:u-pl-9:first-child {
    padding-left: 72px !important;
  }

  .xxl\:first\:u-pt-10:first-child {
    padding-top: 80px !important;
  }

  .xxl\:first\:u-pr-10:first-child {
    padding-right: 80px !important;
  }

  .xxl\:first\:u-pb-10:first-child {
    padding-bottom: 80px !important;
  }

  .xxl\:first\:u-pl-10:first-child {
    padding-left: 80px !important;
  }

  .xxl\:first\:u-pt-16:first-child {
    padding-top: 128px !important;
  }

  .xxl\:first\:u-pr-16:first-child {
    padding-right: 128px !important;
  }

  .xxl\:first\:u-pb-16:first-child {
    padding-bottom: 128px !important;
  }

  .xxl\:first\:u-pl-16:first-child {
    padding-left: 128px !important;
  }

  .xxl\:first\:u-pt-gutter:first-child {
    padding-top: 15px !important;
  }

  .xxl\:first\:u-pr-gutter:first-child {
    padding-right: 15px !important;
  }

  .xxl\:first\:u-pb-gutter:first-child {
    padding-bottom: 15px !important;
  }

  .xxl\:first\:u-pl-gutter:first-child {
    padding-left: 15px !important;
  }

  .xxl\:first\:u-pt-container-gutter:first-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:first\:u-pr-container-gutter:first-child {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:first\:u-pb-container-gutter:first-child {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:first\:u-pl-container-gutter:first-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:last\:u-p-0:last-child {
    padding: 0 !important;
  }

  .xxl\:last\:u-p-1:last-child {
    padding: 8px !important;
  }

  .xxl\:last\:u-p-2:last-child {
    padding: 16px !important;
  }

  .xxl\:last\:u-p-3:last-child {
    padding: 24px !important;
  }

  .xxl\:last\:u-p-4:last-child {
    padding: 32px !important;
  }

  .xxl\:last\:u-p-5:last-child {
    padding: 40px !important;
  }

  .xxl\:last\:u-p-6:last-child {
    padding: 48px !important;
  }

  .xxl\:last\:u-p-7:last-child {
    padding: 56px !important;
  }

  .xxl\:last\:u-p-8:last-child {
    padding: 64px !important;
  }

  .xxl\:last\:u-p-9:last-child {
    padding: 72px !important;
  }

  .xxl\:last\:u-p-10:last-child {
    padding: 80px !important;
  }

  .xxl\:last\:u-p-16:last-child {
    padding: 128px !important;
  }

  .xxl\:last\:u-p-gutter:last-child {
    padding: 15px !important;
  }

  .xxl\:last\:u-p-container-gutter:last-child {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:last\:u-py-0:last-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xxl\:last\:u-px-0:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xxl\:last\:u-py-1:last-child {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xxl\:last\:u-px-1:last-child {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xxl\:last\:u-py-2:last-child {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xxl\:last\:u-px-2:last-child {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xxl\:last\:u-py-3:last-child {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xxl\:last\:u-px-3:last-child {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xxl\:last\:u-py-4:last-child {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xxl\:last\:u-px-4:last-child {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xxl\:last\:u-py-5:last-child {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xxl\:last\:u-px-5:last-child {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xxl\:last\:u-py-6:last-child {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xxl\:last\:u-px-6:last-child {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xxl\:last\:u-py-7:last-child {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .xxl\:last\:u-px-7:last-child {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .xxl\:last\:u-py-8:last-child {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xxl\:last\:u-px-8:last-child {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xxl\:last\:u-py-9:last-child {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .xxl\:last\:u-px-9:last-child {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .xxl\:last\:u-py-10:last-child {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xxl\:last\:u-px-10:last-child {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xxl\:last\:u-py-16:last-child {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .xxl\:last\:u-px-16:last-child {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .xxl\:last\:u-py-gutter:last-child {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .xxl\:last\:u-px-gutter:last-child {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .xxl\:last\:u-py-container-gutter:last-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:last\:u-px-container-gutter:last-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:last\:u-pt-0:last-child {
    padding-top: 0 !important;
  }

  .xxl\:last\:u-pr-0:last-child {
    padding-right: 0 !important;
  }

  .xxl\:last\:u-pb-0:last-child {
    padding-bottom: 0 !important;
  }

  .xxl\:last\:u-pl-0:last-child {
    padding-left: 0 !important;
  }

  .xxl\:last\:u-pt-1:last-child {
    padding-top: 8px !important;
  }

  .xxl\:last\:u-pr-1:last-child {
    padding-right: 8px !important;
  }

  .xxl\:last\:u-pb-1:last-child {
    padding-bottom: 8px !important;
  }

  .xxl\:last\:u-pl-1:last-child {
    padding-left: 8px !important;
  }

  .xxl\:last\:u-pt-2:last-child {
    padding-top: 16px !important;
  }

  .xxl\:last\:u-pr-2:last-child {
    padding-right: 16px !important;
  }

  .xxl\:last\:u-pb-2:last-child {
    padding-bottom: 16px !important;
  }

  .xxl\:last\:u-pl-2:last-child {
    padding-left: 16px !important;
  }

  .xxl\:last\:u-pt-3:last-child {
    padding-top: 24px !important;
  }

  .xxl\:last\:u-pr-3:last-child {
    padding-right: 24px !important;
  }

  .xxl\:last\:u-pb-3:last-child {
    padding-bottom: 24px !important;
  }

  .xxl\:last\:u-pl-3:last-child {
    padding-left: 24px !important;
  }

  .xxl\:last\:u-pt-4:last-child {
    padding-top: 32px !important;
  }

  .xxl\:last\:u-pr-4:last-child {
    padding-right: 32px !important;
  }

  .xxl\:last\:u-pb-4:last-child {
    padding-bottom: 32px !important;
  }

  .xxl\:last\:u-pl-4:last-child {
    padding-left: 32px !important;
  }

  .xxl\:last\:u-pt-5:last-child {
    padding-top: 40px !important;
  }

  .xxl\:last\:u-pr-5:last-child {
    padding-right: 40px !important;
  }

  .xxl\:last\:u-pb-5:last-child {
    padding-bottom: 40px !important;
  }

  .xxl\:last\:u-pl-5:last-child {
    padding-left: 40px !important;
  }

  .xxl\:last\:u-pt-6:last-child {
    padding-top: 48px !important;
  }

  .xxl\:last\:u-pr-6:last-child {
    padding-right: 48px !important;
  }

  .xxl\:last\:u-pb-6:last-child {
    padding-bottom: 48px !important;
  }

  .xxl\:last\:u-pl-6:last-child {
    padding-left: 48px !important;
  }

  .xxl\:last\:u-pt-7:last-child {
    padding-top: 56px !important;
  }

  .xxl\:last\:u-pr-7:last-child {
    padding-right: 56px !important;
  }

  .xxl\:last\:u-pb-7:last-child {
    padding-bottom: 56px !important;
  }

  .xxl\:last\:u-pl-7:last-child {
    padding-left: 56px !important;
  }

  .xxl\:last\:u-pt-8:last-child {
    padding-top: 64px !important;
  }

  .xxl\:last\:u-pr-8:last-child {
    padding-right: 64px !important;
  }

  .xxl\:last\:u-pb-8:last-child {
    padding-bottom: 64px !important;
  }

  .xxl\:last\:u-pl-8:last-child {
    padding-left: 64px !important;
  }

  .xxl\:last\:u-pt-9:last-child {
    padding-top: 72px !important;
  }

  .xxl\:last\:u-pr-9:last-child {
    padding-right: 72px !important;
  }

  .xxl\:last\:u-pb-9:last-child {
    padding-bottom: 72px !important;
  }

  .xxl\:last\:u-pl-9:last-child {
    padding-left: 72px !important;
  }

  .xxl\:last\:u-pt-10:last-child {
    padding-top: 80px !important;
  }

  .xxl\:last\:u-pr-10:last-child {
    padding-right: 80px !important;
  }

  .xxl\:last\:u-pb-10:last-child {
    padding-bottom: 80px !important;
  }

  .xxl\:last\:u-pl-10:last-child {
    padding-left: 80px !important;
  }

  .xxl\:last\:u-pt-16:last-child {
    padding-top: 128px !important;
  }

  .xxl\:last\:u-pr-16:last-child {
    padding-right: 128px !important;
  }

  .xxl\:last\:u-pb-16:last-child {
    padding-bottom: 128px !important;
  }

  .xxl\:last\:u-pl-16:last-child {
    padding-left: 128px !important;
  }

  .xxl\:last\:u-pt-gutter:last-child {
    padding-top: 15px !important;
  }

  .xxl\:last\:u-pr-gutter:last-child {
    padding-right: 15px !important;
  }

  .xxl\:last\:u-pb-gutter:last-child {
    padding-bottom: 15px !important;
  }

  .xxl\:last\:u-pl-gutter:last-child {
    padding-left: 15px !important;
  }

  .xxl\:last\:u-pt-container-gutter:last-child {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:last\:u-pr-container-gutter:last-child {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:last\:u-pb-container-gutter:last-child {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:last\:u-pl-container-gutter:last-child {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-first\:u-p-0:not(:first-child) {
    padding: 0 !important;
  }

  .xxl\:not-first\:u-p-1:not(:first-child) {
    padding: 8px !important;
  }

  .xxl\:not-first\:u-p-2:not(:first-child) {
    padding: 16px !important;
  }

  .xxl\:not-first\:u-p-3:not(:first-child) {
    padding: 24px !important;
  }

  .xxl\:not-first\:u-p-4:not(:first-child) {
    padding: 32px !important;
  }

  .xxl\:not-first\:u-p-5:not(:first-child) {
    padding: 40px !important;
  }

  .xxl\:not-first\:u-p-6:not(:first-child) {
    padding: 48px !important;
  }

  .xxl\:not-first\:u-p-7:not(:first-child) {
    padding: 56px !important;
  }

  .xxl\:not-first\:u-p-8:not(:first-child) {
    padding: 64px !important;
  }

  .xxl\:not-first\:u-p-9:not(:first-child) {
    padding: 72px !important;
  }

  .xxl\:not-first\:u-p-10:not(:first-child) {
    padding: 80px !important;
  }

  .xxl\:not-first\:u-p-16:not(:first-child) {
    padding: 128px !important;
  }

  .xxl\:not-first\:u-p-gutter:not(:first-child) {
    padding: 15px !important;
  }

  .xxl\:not-first\:u-p-container-gutter:not(:first-child) {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-first\:u-py-0:not(:first-child) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xxl\:not-first\:u-px-0:not(:first-child) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xxl\:not-first\:u-py-1:not(:first-child) {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xxl\:not-first\:u-px-1:not(:first-child) {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xxl\:not-first\:u-py-2:not(:first-child) {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xxl\:not-first\:u-px-2:not(:first-child) {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xxl\:not-first\:u-py-3:not(:first-child) {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xxl\:not-first\:u-px-3:not(:first-child) {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xxl\:not-first\:u-py-4:not(:first-child) {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xxl\:not-first\:u-px-4:not(:first-child) {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xxl\:not-first\:u-py-5:not(:first-child) {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xxl\:not-first\:u-px-5:not(:first-child) {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xxl\:not-first\:u-py-6:not(:first-child) {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xxl\:not-first\:u-px-6:not(:first-child) {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xxl\:not-first\:u-py-7:not(:first-child) {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .xxl\:not-first\:u-px-7:not(:first-child) {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .xxl\:not-first\:u-py-8:not(:first-child) {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xxl\:not-first\:u-px-8:not(:first-child) {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xxl\:not-first\:u-py-9:not(:first-child) {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .xxl\:not-first\:u-px-9:not(:first-child) {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .xxl\:not-first\:u-py-10:not(:first-child) {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xxl\:not-first\:u-px-10:not(:first-child) {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xxl\:not-first\:u-py-16:not(:first-child) {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .xxl\:not-first\:u-px-16:not(:first-child) {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .xxl\:not-first\:u-py-gutter:not(:first-child) {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .xxl\:not-first\:u-px-gutter:not(:first-child) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .xxl\:not-first\:u-py-container-gutter:not(:first-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-first\:u-px-container-gutter:not(:first-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-first\:u-pt-0:not(:first-child) {
    padding-top: 0 !important;
  }

  .xxl\:not-first\:u-pr-0:not(:first-child) {
    padding-right: 0 !important;
  }

  .xxl\:not-first\:u-pb-0:not(:first-child) {
    padding-bottom: 0 !important;
  }

  .xxl\:not-first\:u-pl-0:not(:first-child) {
    padding-left: 0 !important;
  }

  .xxl\:not-first\:u-pt-1:not(:first-child) {
    padding-top: 8px !important;
  }

  .xxl\:not-first\:u-pr-1:not(:first-child) {
    padding-right: 8px !important;
  }

  .xxl\:not-first\:u-pb-1:not(:first-child) {
    padding-bottom: 8px !important;
  }

  .xxl\:not-first\:u-pl-1:not(:first-child) {
    padding-left: 8px !important;
  }

  .xxl\:not-first\:u-pt-2:not(:first-child) {
    padding-top: 16px !important;
  }

  .xxl\:not-first\:u-pr-2:not(:first-child) {
    padding-right: 16px !important;
  }

  .xxl\:not-first\:u-pb-2:not(:first-child) {
    padding-bottom: 16px !important;
  }

  .xxl\:not-first\:u-pl-2:not(:first-child) {
    padding-left: 16px !important;
  }

  .xxl\:not-first\:u-pt-3:not(:first-child) {
    padding-top: 24px !important;
  }

  .xxl\:not-first\:u-pr-3:not(:first-child) {
    padding-right: 24px !important;
  }

  .xxl\:not-first\:u-pb-3:not(:first-child) {
    padding-bottom: 24px !important;
  }

  .xxl\:not-first\:u-pl-3:not(:first-child) {
    padding-left: 24px !important;
  }

  .xxl\:not-first\:u-pt-4:not(:first-child) {
    padding-top: 32px !important;
  }

  .xxl\:not-first\:u-pr-4:not(:first-child) {
    padding-right: 32px !important;
  }

  .xxl\:not-first\:u-pb-4:not(:first-child) {
    padding-bottom: 32px !important;
  }

  .xxl\:not-first\:u-pl-4:not(:first-child) {
    padding-left: 32px !important;
  }

  .xxl\:not-first\:u-pt-5:not(:first-child) {
    padding-top: 40px !important;
  }

  .xxl\:not-first\:u-pr-5:not(:first-child) {
    padding-right: 40px !important;
  }

  .xxl\:not-first\:u-pb-5:not(:first-child) {
    padding-bottom: 40px !important;
  }

  .xxl\:not-first\:u-pl-5:not(:first-child) {
    padding-left: 40px !important;
  }

  .xxl\:not-first\:u-pt-6:not(:first-child) {
    padding-top: 48px !important;
  }

  .xxl\:not-first\:u-pr-6:not(:first-child) {
    padding-right: 48px !important;
  }

  .xxl\:not-first\:u-pb-6:not(:first-child) {
    padding-bottom: 48px !important;
  }

  .xxl\:not-first\:u-pl-6:not(:first-child) {
    padding-left: 48px !important;
  }

  .xxl\:not-first\:u-pt-7:not(:first-child) {
    padding-top: 56px !important;
  }

  .xxl\:not-first\:u-pr-7:not(:first-child) {
    padding-right: 56px !important;
  }

  .xxl\:not-first\:u-pb-7:not(:first-child) {
    padding-bottom: 56px !important;
  }

  .xxl\:not-first\:u-pl-7:not(:first-child) {
    padding-left: 56px !important;
  }

  .xxl\:not-first\:u-pt-8:not(:first-child) {
    padding-top: 64px !important;
  }

  .xxl\:not-first\:u-pr-8:not(:first-child) {
    padding-right: 64px !important;
  }

  .xxl\:not-first\:u-pb-8:not(:first-child) {
    padding-bottom: 64px !important;
  }

  .xxl\:not-first\:u-pl-8:not(:first-child) {
    padding-left: 64px !important;
  }

  .xxl\:not-first\:u-pt-9:not(:first-child) {
    padding-top: 72px !important;
  }

  .xxl\:not-first\:u-pr-9:not(:first-child) {
    padding-right: 72px !important;
  }

  .xxl\:not-first\:u-pb-9:not(:first-child) {
    padding-bottom: 72px !important;
  }

  .xxl\:not-first\:u-pl-9:not(:first-child) {
    padding-left: 72px !important;
  }

  .xxl\:not-first\:u-pt-10:not(:first-child) {
    padding-top: 80px !important;
  }

  .xxl\:not-first\:u-pr-10:not(:first-child) {
    padding-right: 80px !important;
  }

  .xxl\:not-first\:u-pb-10:not(:first-child) {
    padding-bottom: 80px !important;
  }

  .xxl\:not-first\:u-pl-10:not(:first-child) {
    padding-left: 80px !important;
  }

  .xxl\:not-first\:u-pt-16:not(:first-child) {
    padding-top: 128px !important;
  }

  .xxl\:not-first\:u-pr-16:not(:first-child) {
    padding-right: 128px !important;
  }

  .xxl\:not-first\:u-pb-16:not(:first-child) {
    padding-bottom: 128px !important;
  }

  .xxl\:not-first\:u-pl-16:not(:first-child) {
    padding-left: 128px !important;
  }

  .xxl\:not-first\:u-pt-gutter:not(:first-child) {
    padding-top: 15px !important;
  }

  .xxl\:not-first\:u-pr-gutter:not(:first-child) {
    padding-right: 15px !important;
  }

  .xxl\:not-first\:u-pb-gutter:not(:first-child) {
    padding-bottom: 15px !important;
  }

  .xxl\:not-first\:u-pl-gutter:not(:first-child) {
    padding-left: 15px !important;
  }

  .xxl\:not-first\:u-pt-container-gutter:not(:first-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-first\:u-pr-container-gutter:not(:first-child) {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-first\:u-pb-container-gutter:not(:first-child) {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-first\:u-pl-container-gutter:not(:first-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-last\:u-p-0:not(:last-child) {
    padding: 0 !important;
  }

  .xxl\:not-last\:u-p-1:not(:last-child) {
    padding: 8px !important;
  }

  .xxl\:not-last\:u-p-2:not(:last-child) {
    padding: 16px !important;
  }

  .xxl\:not-last\:u-p-3:not(:last-child) {
    padding: 24px !important;
  }

  .xxl\:not-last\:u-p-4:not(:last-child) {
    padding: 32px !important;
  }

  .xxl\:not-last\:u-p-5:not(:last-child) {
    padding: 40px !important;
  }

  .xxl\:not-last\:u-p-6:not(:last-child) {
    padding: 48px !important;
  }

  .xxl\:not-last\:u-p-7:not(:last-child) {
    padding: 56px !important;
  }

  .xxl\:not-last\:u-p-8:not(:last-child) {
    padding: 64px !important;
  }

  .xxl\:not-last\:u-p-9:not(:last-child) {
    padding: 72px !important;
  }

  .xxl\:not-last\:u-p-10:not(:last-child) {
    padding: 80px !important;
  }

  .xxl\:not-last\:u-p-16:not(:last-child) {
    padding: 128px !important;
  }

  .xxl\:not-last\:u-p-gutter:not(:last-child) {
    padding: 15px !important;
  }

  .xxl\:not-last\:u-p-container-gutter:not(:last-child) {
    padding: calc(15px + ((100vw - 100%)/2)) !important;
    padding: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-last\:u-py-0:not(:last-child) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xxl\:not-last\:u-px-0:not(:last-child) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xxl\:not-last\:u-py-1:not(:last-child) {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xxl\:not-last\:u-px-1:not(:last-child) {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xxl\:not-last\:u-py-2:not(:last-child) {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xxl\:not-last\:u-px-2:not(:last-child) {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xxl\:not-last\:u-py-3:not(:last-child) {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xxl\:not-last\:u-px-3:not(:last-child) {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xxl\:not-last\:u-py-4:not(:last-child) {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xxl\:not-last\:u-px-4:not(:last-child) {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xxl\:not-last\:u-py-5:not(:last-child) {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xxl\:not-last\:u-px-5:not(:last-child) {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xxl\:not-last\:u-py-6:not(:last-child) {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xxl\:not-last\:u-px-6:not(:last-child) {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xxl\:not-last\:u-py-7:not(:last-child) {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .xxl\:not-last\:u-px-7:not(:last-child) {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .xxl\:not-last\:u-py-8:not(:last-child) {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .xxl\:not-last\:u-px-8:not(:last-child) {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xxl\:not-last\:u-py-9:not(:last-child) {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .xxl\:not-last\:u-px-9:not(:last-child) {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .xxl\:not-last\:u-py-10:not(:last-child) {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xxl\:not-last\:u-px-10:not(:last-child) {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xxl\:not-last\:u-py-16:not(:last-child) {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .xxl\:not-last\:u-px-16:not(:last-child) {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }

  .xxl\:not-last\:u-py-gutter:not(:last-child) {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .xxl\:not-last\:u-px-gutter:not(:last-child) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .xxl\:not-last\:u-py-container-gutter:not(:last-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-last\:u-px-container-gutter:not(:last-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-last\:u-pt-0:not(:last-child) {
    padding-top: 0 !important;
  }

  .xxl\:not-last\:u-pr-0:not(:last-child) {
    padding-right: 0 !important;
  }

  .xxl\:not-last\:u-pb-0:not(:last-child) {
    padding-bottom: 0 !important;
  }

  .xxl\:not-last\:u-pl-0:not(:last-child) {
    padding-left: 0 !important;
  }

  .xxl\:not-last\:u-pt-1:not(:last-child) {
    padding-top: 8px !important;
  }

  .xxl\:not-last\:u-pr-1:not(:last-child) {
    padding-right: 8px !important;
  }

  .xxl\:not-last\:u-pb-1:not(:last-child) {
    padding-bottom: 8px !important;
  }

  .xxl\:not-last\:u-pl-1:not(:last-child) {
    padding-left: 8px !important;
  }

  .xxl\:not-last\:u-pt-2:not(:last-child) {
    padding-top: 16px !important;
  }

  .xxl\:not-last\:u-pr-2:not(:last-child) {
    padding-right: 16px !important;
  }

  .xxl\:not-last\:u-pb-2:not(:last-child) {
    padding-bottom: 16px !important;
  }

  .xxl\:not-last\:u-pl-2:not(:last-child) {
    padding-left: 16px !important;
  }

  .xxl\:not-last\:u-pt-3:not(:last-child) {
    padding-top: 24px !important;
  }

  .xxl\:not-last\:u-pr-3:not(:last-child) {
    padding-right: 24px !important;
  }

  .xxl\:not-last\:u-pb-3:not(:last-child) {
    padding-bottom: 24px !important;
  }

  .xxl\:not-last\:u-pl-3:not(:last-child) {
    padding-left: 24px !important;
  }

  .xxl\:not-last\:u-pt-4:not(:last-child) {
    padding-top: 32px !important;
  }

  .xxl\:not-last\:u-pr-4:not(:last-child) {
    padding-right: 32px !important;
  }

  .xxl\:not-last\:u-pb-4:not(:last-child) {
    padding-bottom: 32px !important;
  }

  .xxl\:not-last\:u-pl-4:not(:last-child) {
    padding-left: 32px !important;
  }

  .xxl\:not-last\:u-pt-5:not(:last-child) {
    padding-top: 40px !important;
  }

  .xxl\:not-last\:u-pr-5:not(:last-child) {
    padding-right: 40px !important;
  }

  .xxl\:not-last\:u-pb-5:not(:last-child) {
    padding-bottom: 40px !important;
  }

  .xxl\:not-last\:u-pl-5:not(:last-child) {
    padding-left: 40px !important;
  }

  .xxl\:not-last\:u-pt-6:not(:last-child) {
    padding-top: 48px !important;
  }

  .xxl\:not-last\:u-pr-6:not(:last-child) {
    padding-right: 48px !important;
  }

  .xxl\:not-last\:u-pb-6:not(:last-child) {
    padding-bottom: 48px !important;
  }

  .xxl\:not-last\:u-pl-6:not(:last-child) {
    padding-left: 48px !important;
  }

  .xxl\:not-last\:u-pt-7:not(:last-child) {
    padding-top: 56px !important;
  }

  .xxl\:not-last\:u-pr-7:not(:last-child) {
    padding-right: 56px !important;
  }

  .xxl\:not-last\:u-pb-7:not(:last-child) {
    padding-bottom: 56px !important;
  }

  .xxl\:not-last\:u-pl-7:not(:last-child) {
    padding-left: 56px !important;
  }

  .xxl\:not-last\:u-pt-8:not(:last-child) {
    padding-top: 64px !important;
  }

  .xxl\:not-last\:u-pr-8:not(:last-child) {
    padding-right: 64px !important;
  }

  .xxl\:not-last\:u-pb-8:not(:last-child) {
    padding-bottom: 64px !important;
  }

  .xxl\:not-last\:u-pl-8:not(:last-child) {
    padding-left: 64px !important;
  }

  .xxl\:not-last\:u-pt-9:not(:last-child) {
    padding-top: 72px !important;
  }

  .xxl\:not-last\:u-pr-9:not(:last-child) {
    padding-right: 72px !important;
  }

  .xxl\:not-last\:u-pb-9:not(:last-child) {
    padding-bottom: 72px !important;
  }

  .xxl\:not-last\:u-pl-9:not(:last-child) {
    padding-left: 72px !important;
  }

  .xxl\:not-last\:u-pt-10:not(:last-child) {
    padding-top: 80px !important;
  }

  .xxl\:not-last\:u-pr-10:not(:last-child) {
    padding-right: 80px !important;
  }

  .xxl\:not-last\:u-pb-10:not(:last-child) {
    padding-bottom: 80px !important;
  }

  .xxl\:not-last\:u-pl-10:not(:last-child) {
    padding-left: 80px !important;
  }

  .xxl\:not-last\:u-pt-16:not(:last-child) {
    padding-top: 128px !important;
  }

  .xxl\:not-last\:u-pr-16:not(:last-child) {
    padding-right: 128px !important;
  }

  .xxl\:not-last\:u-pb-16:not(:last-child) {
    padding-bottom: 128px !important;
  }

  .xxl\:not-last\:u-pl-16:not(:last-child) {
    padding-left: 128px !important;
  }

  .xxl\:not-last\:u-pt-gutter:not(:last-child) {
    padding-top: 15px !important;
  }

  .xxl\:not-last\:u-pr-gutter:not(:last-child) {
    padding-right: 15px !important;
  }

  .xxl\:not-last\:u-pb-gutter:not(:last-child) {
    padding-bottom: 15px !important;
  }

  .xxl\:not-last\:u-pl-gutter:not(:last-child) {
    padding-left: 15px !important;
  }

  .xxl\:not-last\:u-pt-container-gutter:not(:last-child) {
    padding-top: calc(15px + ((100vw - 100%)/2)) !important;
    padding-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-last\:u-pr-container-gutter:not(:last-child) {
    padding-right: calc(15px + ((100vw - 100%)/2)) !important;
    padding-right: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-last\:u-pb-container-gutter:not(:last-child) {
    padding-bottom: calc(15px + ((100vw - 100%)/2)) !important;
    padding-bottom: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:not-last\:u-pl-container-gutter:not(:last-child) {
    padding-left: calc(15px + ((100vw - 100%)/2)) !important;
    padding-left: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:u-pointer-events-none {
    pointer-events: none !important;
  }

  .xxl\:u-pointer-events-auto {
    pointer-events: auto !important;
  }

  .xxl\:u-static {
    position: static !important;
  }

  .xxl\:u-fixed {
    position: fixed !important;
  }

  .xxl\:u-absolute {
    position: absolute !important;
  }

  .xxl\:u-relative {
    position: relative !important;
  }

  .xxl\:u-sticky {
    position: sticky !important;
  }

  .xxl\:u-pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xxl\:u-pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xxl\:u-pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .xxl\:u-pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .xxl\:u-pin-t {
    top: 0 !important;
  }

  .xxl\:u-pin-r {
    right: 0 !important;
  }

  .xxl\:u-pin-b {
    bottom: 0 !important;
  }

  .xxl\:u-pin-l {
    left: 0 !important;
  }

  .xxl\:u-resize-none {
    resize: none !important;
  }

  .xxl\:u-resize-y {
    resize: vertical !important;
  }

  .xxl\:u-resize-x {
    resize: horizontal !important;
  }

  .xxl\:u-resize {
    resize: both !important;
  }

  .xxl\:u-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .xxl\:u-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .xxl\:u-shadow-md-dark {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .xxl\:u-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .xxl\:u-shadow-lg-dark {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .xxl\:u-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xxl\:u-shadow-inner-bottom {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .xxl\:u-shadow-outline {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .xxl\:u-shadow-outline-primary {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .xxl\:u-shadow-outline-secondary {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .xxl\:u-shadow-outline-tertiary {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .xxl\:u-shadow-outline-black {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .xxl\:u-shadow-outline-dark {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .xxl\:u-shadow-none {
    box-shadow: none !important;
  }

  .xxl\:u-shadow-media {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .xxl\:u-shadow-media-sm {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .xxl\:u-shadow-media-var {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .xxl\:u-shadow-media-var-sm {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .xxl\:u-shadow-media-business {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .xxl\:u-shadow-media-business-sm {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .xxl\:u-shadow-outline-black-faint-and-thin {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .xxl\:hover\:u-shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .xxl\:hover\:u-shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .xxl\:hover\:u-shadow-md-dark:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .xxl\:hover\:u-shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .xxl\:hover\:u-shadow-lg-dark:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .xxl\:hover\:u-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xxl\:hover\:u-shadow-inner-bottom:hover {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .xxl\:hover\:u-shadow-outline:hover {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .xxl\:hover\:u-shadow-outline-primary:hover {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .xxl\:hover\:u-shadow-outline-secondary:hover {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .xxl\:hover\:u-shadow-outline-tertiary:hover {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .xxl\:hover\:u-shadow-outline-black:hover {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .xxl\:hover\:u-shadow-outline-dark:hover {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .xxl\:hover\:u-shadow-none:hover {
    box-shadow: none !important;
  }

  .xxl\:hover\:u-shadow-media:hover {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .xxl\:hover\:u-shadow-media-sm:hover {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .xxl\:hover\:u-shadow-media-var:hover {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .xxl\:hover\:u-shadow-media-var-sm:hover {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .xxl\:hover\:u-shadow-media-business:hover {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .xxl\:hover\:u-shadow-media-business-sm:hover {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .xxl\:hover\:u-shadow-outline-black-faint-and-thin:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .xxl\:focus\:u-shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .xxl\:focus\:u-shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .xxl\:focus\:u-shadow-md-dark:focus {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .xxl\:focus\:u-shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .xxl\:focus\:u-shadow-lg-dark:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .xxl\:focus\:u-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xxl\:focus\:u-shadow-inner-bottom:focus {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .xxl\:focus\:u-shadow-outline:focus {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .xxl\:focus\:u-shadow-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .xxl\:focus\:u-shadow-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .xxl\:focus\:u-shadow-outline-tertiary:focus {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .xxl\:focus\:u-shadow-outline-black:focus {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .xxl\:focus\:u-shadow-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .xxl\:focus\:u-shadow-none:focus {
    box-shadow: none !important;
  }

  .xxl\:focus\:u-shadow-media:focus {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .xxl\:focus\:u-shadow-media-sm:focus {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .xxl\:focus\:u-shadow-media-var:focus {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .xxl\:focus\:u-shadow-media-var-sm:focus {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .xxl\:focus\:u-shadow-media-business:focus {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .xxl\:focus\:u-shadow-media-business-sm:focus {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .xxl\:focus\:u-shadow-outline-black-faint-and-thin:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .xxl\:focus-within\:u-shadow:focus-within {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .xxl\:focus-within\:u-shadow-md:focus-within {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .xxl\:focus-within\:u-shadow-md-dark:focus-within {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .xxl\:focus-within\:u-shadow-lg:focus-within {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .xxl\:focus-within\:u-shadow-lg-dark:focus-within {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .xxl\:focus-within\:u-shadow-inner:focus-within {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xxl\:focus-within\:u-shadow-inner-bottom:focus-within {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .xxl\:focus-within\:u-shadow-outline:focus-within {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .xxl\:focus-within\:u-shadow-outline-primary:focus-within {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .xxl\:focus-within\:u-shadow-outline-secondary:focus-within {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .xxl\:focus-within\:u-shadow-outline-tertiary:focus-within {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .xxl\:focus-within\:u-shadow-outline-black:focus-within {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .xxl\:focus-within\:u-shadow-outline-dark:focus-within {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .xxl\:focus-within\:u-shadow-none:focus-within {
    box-shadow: none !important;
  }

  .xxl\:focus-within\:u-shadow-media:focus-within {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .xxl\:focus-within\:u-shadow-media-sm:focus-within {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .xxl\:focus-within\:u-shadow-media-var:focus-within {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .xxl\:focus-within\:u-shadow-media-var-sm:focus-within {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .xxl\:focus-within\:u-shadow-media-business:focus-within {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .xxl\:focus-within\:u-shadow-media-business-sm:focus-within {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .xxl\:focus-within\:u-shadow-outline-black-faint-and-thin:focus-within {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .xxl\:hocus\:u-shadow:hover,
  .xxl\:hocus\:u-shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
  }

  .xxl\:hocus\:u-shadow-md:hover,
  .xxl\:hocus\:u-shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  }

  .xxl\:hocus\:u-shadow-md-dark:hover,
  .xxl\:hocus\:u-shadow-md-dark:focus {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 15px 0 rgba(0, 0, 0, .2) !important;
  }

  .xxl\:hocus\:u-shadow-lg:hover,
  .xxl\:hocus\:u-shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
  }

  .xxl\:hocus\:u-shadow-lg-dark:hover,
  .xxl\:hocus\:u-shadow-lg-dark:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .4) !important;
  }

  .xxl\:hocus\:u-shadow-inner:hover,
  .xxl\:hocus\:u-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xxl\:hocus\:u-shadow-inner-bottom:hover,
  .xxl\:hocus\:u-shadow-inner-bottom:focus {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .06) !important;
  }

  .xxl\:hocus\:u-shadow-outline:hover,
  .xxl\:hocus\:u-shadow-outline:focus {
    box-shadow: 0 0 0 .2rem #80b4d9 !important;
  }

  .xxl\:hocus\:u-shadow-outline-primary:hover,
  .xxl\:hocus\:u-shadow-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgb(180, 146, 182) !important;
  }

  .xxl\:hocus\:u-shadow-outline-secondary:hover,
  .xxl\:hocus\:u-shadow-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgb(255, 234, 157) !important;
  }

  .xxl\:hocus\:u-shadow-outline-tertiary:hover,
  .xxl\:hocus\:u-shadow-outline-tertiary:focus {
    box-shadow: 0 0 0 .2rem rgb(128, 215, 247) !important;
  }

  .xxl\:hocus\:u-shadow-outline-black:hover,
  .xxl\:hocus\:u-shadow-outline-black:focus {
    box-shadow: 0 0 0 .2rem rgb(71, 70, 57) !important;
  }

  .xxl\:hocus\:u-shadow-outline-dark:hover,
  .xxl\:hocus\:u-shadow-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5) !important;
  }

  .xxl\:hocus\:u-shadow-none:hover,
  .xxl\:hocus\:u-shadow-none:focus {
    box-shadow: none !important;
  }

  .xxl\:hocus\:u-shadow-media:hover,
  .xxl\:hocus\:u-shadow-media:focus {
    box-shadow: 1rem 1rem 0 0 #ffd53a !important;
  }

  .xxl\:hocus\:u-shadow-media-sm:hover,
  .xxl\:hocus\:u-shadow-media-sm:focus {
    box-shadow: .5rem .5rem 0 0 #ffd53a !important;
  }

  .xxl\:hocus\:u-shadow-media-var:hover,
  .xxl\:hocus\:u-shadow-media-var:focus {
    box-shadow: 1rem 1rem 0 0 #68246d !important;
    box-shadow: 1rem 1rem 0 0 var(--page-color) !important;
  }

  .xxl\:hocus\:u-shadow-media-var-sm:hover,
  .xxl\:hocus\:u-shadow-media-var-sm:focus {
    box-shadow: .5rem .5rem 0 0 #68246d !important;
    box-shadow: .5rem .5rem 0 0 var(--page-color) !important;
  }

  .xxl\:hocus\:u-shadow-media-business:hover,
  .xxl\:hocus\:u-shadow-media-business:focus {
    box-shadow: 1rem 1rem 0 0 #b3bdb1 !important;
  }

  .xxl\:hocus\:u-shadow-media-business-sm:hover,
  .xxl\:hocus\:u-shadow-media-business-sm:focus {
    box-shadow: .5rem .5rem 0 0 #b3bdb1 !important;
  }

  .xxl\:hocus\:u-shadow-outline-black-faint-and-thin:hover,
  .xxl\:hocus\:u-shadow-outline-black-faint-and-thin:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  }

  .xxl\:u-table-auto {
    table-layout: auto !important;
  }

  .xxl\:u-table-fixed {
    table-layout: fixed !important;
  }

  .xxl\:u-text-left {
    text-align: left !important;
  }

  .xxl\:u-text-center {
    text-align: center !important;
  }

  .xxl\:u-text-right {
    text-align: right !important;
  }

  .xxl\:u-text-justify {
    text-align: justify !important;
  }

  .xxl\:u-text-transparent {
    color: transparent !important;
  }

  .xxl\:u-text-current-color {
    color: currentColor !important;
  }

  .xxl\:u-text-inherit {
    color: inherit !important;
  }

  .xxl\:u-text-purple {
    color: #68246d !important;
  }

  .xxl\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .xxl\:u-text-yellow {
    color: #ffd53a !important;
  }

  .xxl\:u-text-cyan {
    color: #00aeef !important;
  }

  .xxl\:u-text-blue {
    color: #409ddd !important;
  }

  .xxl\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .xxl\:u-text-red {
    color: #be1e2c !important;
  }

  .xxl\:u-text-gold {
    color: #afa961 !important;
  }

  .xxl\:u-text-ink-100 {
    color: #002337 !important;
  }

  .xxl\:u-text-stone {
    color: #dacda2 !important;
  }

  .xxl\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .xxl\:u-text-heather {
    color: #cba8b1 !important;
  }

  .xxl\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .xxl\:u-text-business {
    color: #b3bdb1 !important;
  }

  .xxl\:u-text-black {
    color: #333123 !important;
  }

  .xxl\:u-text-white {
    color: #fff !important;
  }

  .xxl\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .xxl\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .xxl\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .xxl\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .xxl\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .xxl\:u-text-grey-300 {
    color: #64696c !important;
  }

  .xxl\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .xxl\:u-text-youtube {
    color: #f00 !important;
  }

  .xxl\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .xxl\:u-text-facebook {
    color: #3b5998 !important;
  }

  .xxl\:u-text-instagram {
    color: #444 !important;
  }

  .xxl\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .xxl\:u-text-college {
    color: #00664f !important;
  }

  .xxl\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .xxl\:u-text-coll-grey {
    color: #af272f !important;
  }

  .xxl\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .xxl\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .xxl\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .xxl\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .xxl\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .xxl\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .xxl\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .xxl\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .xxl\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .xxl\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .xxl\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .xxl\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .xxl\:u-text-coll-university {
    color: #862633 !important;
  }

  .xxl\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .xxl\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .xxl\:u-text-primary {
    color: #68246d !important;
  }

  .xxl\:u-text-secondary {
    color: #ffd53a !important;
  }

  .xxl\:u-text-tertiary {
    color: #00aeef !important;
  }

  .xxl\:u-text-success {
    color: #449d44 !important;
  }

  .xxl\:u-text-danger {
    color: #be1e2c !important;
  }

  .xxl\:u-text-warning {
    color: #da611e !important;
  }

  .xxl\:u-text-info {
    color: #1180a1 !important;
  }

  .xxl\:u-text-light {
    color: #fff !important;
  }

  .xxl\:u-text-dark {
    color: #333123 !important;
  }

  .xxl\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .xxl\:u-text-purple--light {
    color: #74287a !important;
  }

  .xxl\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .xxl\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .xxl\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .xxl\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .xxl\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .xxl\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .xxl\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .xxl\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .xxl\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .xxl\:u-text-light-green--light {
    color: #fff !important;
  }

  .xxl\:u-text-red--dark {
    color: #981823 !important;
  }

  .xxl\:u-text-red--light {
    color: #d52231 !important;
  }

  .xxl\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .xxl\:u-text-gold--light {
    color: #bab577 !important;
  }

  .xxl\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .xxl\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .xxl\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .xxl\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .xxl\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .xxl\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .xxl\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .xxl\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .xxl\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .xxl\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .xxl\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .xxl\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .xxl\:u-text-black--dark {
    color: #29271c !important;
  }

  .xxl\:u-text-black--light {
    color: #393727 !important;
  }

  .xxl\:u-text-white--dark {
    color: #ccc !important;
  }

  .xxl\:u-text-white--light {
    color: #fff !important;
  }

  .xxl\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .xxl\:u-text-grey-25--light {
    color: #fff !important;
  }

  .xxl\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .xxl\:u-text-grey-50--light {
    color: #fff !important;
  }

  .xxl\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .xxl\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .xxl\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .xxl\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .xxl\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .xxl\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .xxl\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .xxl\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .xxl\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .xxl\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .xxl\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .xxl\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .xxl\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .xxl\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .xxl\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .xxl\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .xxl\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .xxl\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .xxl\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .xxl\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .xxl\:u-text-college--dark {
    color: #00523f !important;
  }

  .xxl\:u-text-college--light {
    color: #007258 !important;
  }

  .xxl\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .xxl\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .xxl\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .xxl\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .xxl\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .xxl\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .xxl\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .xxl\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .xxl\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .xxl\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .xxl\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .xxl\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .xxl\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .xxl\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .xxl\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .xxl\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .xxl\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .xxl\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .xxl\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .xxl\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .xxl\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .xxl\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .xxl\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .xxl\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .xxl\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .xxl\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .xxl\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .xxl\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .xxl\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .xxl\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .xxl\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .xxl\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .xxl\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .xxl\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .xxl\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .xxl\:u-text-primary--light {
    color: #74287a !important;
  }

  .xxl\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .xxl\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .xxl\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .xxl\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .xxl\:u-text-success--dark {
    color: #367e36 !important;
  }

  .xxl\:u-text-success--light {
    color: #4cb04c !important;
  }

  .xxl\:u-text-danger--dark {
    color: #981823 !important;
  }

  .xxl\:u-text-danger--light {
    color: #d52231 !important;
  }

  .xxl\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .xxl\:u-text-warning--light {
    color: #e37233 !important;
  }

  .xxl\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .xxl\:u-text-info--light {
    color: #138fb4 !important;
  }

  .xxl\:u-text-light--dark {
    color: #ccc !important;
  }

  .xxl\:u-text-light--light {
    color: #fff !important;
  }

  .xxl\:u-text-dark--dark {
    color: #29271c !important;
  }

  .xxl\:u-text-dark--light {
    color: #393727 !important;
  }

  .xxl\:hover\:u-text-transparent:hover {
    color: transparent !important;
  }

  .xxl\:hover\:u-text-current-color:hover {
    color: currentColor !important;
  }

  .xxl\:hover\:u-text-inherit:hover {
    color: inherit !important;
  }

  .xxl\:hover\:u-text-purple:hover {
    color: #68246d !important;
  }

  .xxl\:hover\:u-text-darkpurple:hover {
    color: #571b4f !important;
  }

  .xxl\:hover\:u-text-yellow:hover {
    color: #ffd53a !important;
  }

  .xxl\:hover\:u-text-cyan:hover {
    color: #00aeef !important;
  }

  .xxl\:hover\:u-text-blue:hover {
    color: #409ddd !important;
  }

  .xxl\:hover\:u-text-light-green:hover {
    color: #e2f4e9 !important;
  }

  .xxl\:hover\:u-text-red:hover {
    color: #be1e2c !important;
  }

  .xxl\:hover\:u-text-gold:hover {
    color: #afa961 !important;
  }

  .xxl\:hover\:u-text-ink-100:hover {
    color: #002337 !important;
  }

  .xxl\:hover\:u-text-stone:hover {
    color: #dacda2 !important;
  }

  .xxl\:hover\:u-text-sky:hover {
    color: #a5c8d0 !important;
  }

  .xxl\:hover\:u-text-heather:hover {
    color: #cba8b1 !important;
  }

  .xxl\:hover\:u-text-cedar:hover {
    color: #b6aaa7 !important;
  }

  .xxl\:hover\:u-text-business:hover {
    color: #b3bdb1 !important;
  }

  .xxl\:hover\:u-text-black:hover {
    color: #333123 !important;
  }

  .xxl\:hover\:u-text-white:hover {
    color: #fff !important;
  }

  .xxl\:hover\:u-text-grey-25:hover {
    color: #f7f7f7 !important;
  }

  .xxl\:hover\:u-text-grey-50:hover {
    color: #ebebeb !important;
  }

  .xxl\:hover\:u-text-grey-75:hover {
    color: #d9d9d9 !important;
  }

  .xxl\:hover\:u-text-grey-100:hover {
    color: #afb4b6 !important;
  }

  .xxl\:hover\:u-text-grey-200:hover {
    color: #898e91 !important;
  }

  .xxl\:hover\:u-text-grey-300:hover {
    color: #64696c !important;
  }

  .xxl\:hover\:u-text-grey-400:hover {
    color: #3c3c3b !important;
  }

  .xxl\:hover\:u-text-youtube:hover {
    color: #f00 !important;
  }

  .xxl\:hover\:u-text-twitter:hover {
    color: #1da1f2 !important;
  }

  .xxl\:hover\:u-text-facebook:hover {
    color: #3b5998 !important;
  }

  .xxl\:hover\:u-text-instagram:hover {
    color: #444 !important;
  }

  .xxl\:hover\:u-text-linkedin:hover {
    color: #0077b5 !important;
  }

  .xxl\:hover\:u-text-college:hover {
    color: #00664f !important;
  }

  .xxl\:hover\:u-text-coll-collingwood:hover {
    color: #d22630 !important;
  }

  .xxl\:hover\:u-text-coll-grey:hover {
    color: #af272f !important;
  }

  .xxl\:hover\:u-text-coll-hatfield:hover {
    color: #003865 !important;
  }

  .xxl\:hover\:u-text-coll-johnsnow:hover {
    color: #003865 !important;
  }

  .xxl\:hover\:u-text-coll-jbutler:hover {
    color: #d22630 !important;
  }

  .xxl\:hover\:u-text-coll-south-college:hover {
    color: #68246d !important;
  }

  .xxl\:hover\:u-text-coll-staidans:hover {
    color: #006747 !important;
  }

  .xxl\:hover\:u-text-coll-stchads:hover {
    color: #00573f !important;
  }

  .xxl\:hover\:u-text-coll-stcuthberts:hover {
    color: #00664f !important;
  }

  .xxl\:hover\:u-text-coll-sthild:hover {
    color: #0072ce !important;
  }

  .xxl\:hover\:u-text-coll-stjohns:hover {
    color: #1b365d !important;
  }

  .xxl\:hover\:u-text-coll-stmarys:hover {
    color: #753bbd !important;
  }

  .xxl\:hover\:u-text-coll-stephenson:hover {
    color: #d22630 !important;
  }

  .xxl\:hover\:u-text-coll-trevelyan:hover {
    color: #003865 !important;
  }

  .xxl\:hover\:u-text-coll-university:hover {
    color: #862633 !important;
  }

  .xxl\:hover\:u-text-coll-ustinov:hover {
    color: #003865 !important;
  }

  .xxl\:hover\:u-text-coll-vanmildert:hover {
    color: #ee2737 !important;
  }

  .xxl\:hover\:u-text-primary:hover {
    color: #68246d !important;
  }

  .xxl\:hover\:u-text-secondary:hover {
    color: #ffd53a !important;
  }

  .xxl\:hover\:u-text-tertiary:hover {
    color: #00aeef !important;
  }

  .xxl\:hover\:u-text-success:hover {
    color: #449d44 !important;
  }

  .xxl\:hover\:u-text-danger:hover {
    color: #be1e2c !important;
  }

  .xxl\:hover\:u-text-warning:hover {
    color: #da611e !important;
  }

  .xxl\:hover\:u-text-info:hover {
    color: #1180a1 !important;
  }

  .xxl\:hover\:u-text-light:hover {
    color: #fff !important;
  }

  .xxl\:hover\:u-text-dark:hover {
    color: #333123 !important;
  }

  .xxl\:hover\:u-text-purple--dark:hover {
    color: #531d57 !important;
  }

  .xxl\:hover\:u-text-purple--light:hover {
    color: #74287a !important;
  }

  .xxl\:hover\:u-text-darkpurple--dark:hover {
    color: #46163f !important;
  }

  .xxl\:hover\:u-text-darkpurple--light:hover {
    color: #611e58 !important;
  }

  .xxl\:hover\:u-text-yellow--dark:hover {
    color: #fac500 !important;
  }

  .xxl\:hover\:u-text-yellow--light:hover {
    color: #ffdd60 !important;
  }

  .xxl\:hover\:u-text-cyan--dark:hover {
    color: #008bbf !important;
  }

  .xxl\:hover\:u-text-cyan--light:hover {
    color: #0dbdff !important;
  }

  .xxl\:hover\:u-text-blue--dark:hover {
    color: #2281c2 !important;
  }

  .xxl\:hover\:u-text-blue--light:hover {
    color: #5dace2 !important;
  }

  .xxl\:hover\:u-text-light-green--dark:hover {
    color: #9edab5 !important;
  }

  .xxl\:hover\:u-text-light-green--light:hover {
    color: #fff !important;
  }

  .xxl\:hover\:u-text-red--dark:hover {
    color: #981823 !important;
  }

  .xxl\:hover\:u-text-red--light:hover {
    color: #d52231 !important;
  }

  .xxl\:hover\:u-text-gold--dark:hover {
    color: #908b49 !important;
  }

  .xxl\:hover\:u-text-gold--light:hover {
    color: #bab577 !important;
  }

  .xxl\:hover\:u-text-ink-100--dark:hover {
    color: #001c2c !important;
  }

  .xxl\:hover\:u-text-ink-100--light:hover {
    color: #00273e !important;
  }

  .xxl\:hover\:u-text-stone--dark:hover {
    color: #c4b06c !important;
  }

  .xxl\:hover\:u-text-stone--light:hover {
    color: #e7dfc3 !important;
  }

  .xxl\:hover\:u-text-sky--dark:hover {
    color: #74aab6 !important;
  }

  .xxl\:hover\:u-text-sky--light:hover {
    color: #c2dadf !important;
  }

  .xxl\:hover\:u-text-heather--dark:hover {
    color: #af7a87 !important;
  }

  .xxl\:hover\:u-text-heather--light:hover {
    color: #dcc4ca !important;
  }

  .xxl\:hover\:u-text-cedar--dark:hover {
    color: #968581 !important;
  }

  .xxl\:hover\:u-text-cedar--light:hover {
    color: #c9c0be !important;
  }

  .xxl\:hover\:u-text-business--dark:hover {
    color: #8c9b89 !important;
  }

  .xxl\:hover\:u-text-business--light:hover {
    color: #cad1c9 !important;
  }

  .xxl\:hover\:u-text-black--dark:hover {
    color: #29271c !important;
  }

  .xxl\:hover\:u-text-black--light:hover {
    color: #393727 !important;
  }

  .xxl\:hover\:u-text-white--dark:hover {
    color: #ccc !important;
  }

  .xxl\:hover\:u-text-white--light:hover {
    color: #fff !important;
  }

  .xxl\:hover\:u-text-grey-25--dark:hover {
    color: #c6c6c6 !important;
  }

  .xxl\:hover\:u-text-grey-25--light:hover {
    color: #fff !important;
  }

  .xxl\:hover\:u-text-grey-50--dark:hover {
    color: #bcbcbc !important;
  }

  .xxl\:hover\:u-text-grey-50--light:hover {
    color: #fff !important;
  }

  .xxl\:hover\:u-text-grey-75--dark:hover {
    color: #aeaeae !important;
  }

  .xxl\:hover\:u-text-grey-75--light:hover {
    color: #f3f3f3 !important;
  }

  .xxl\:hover\:u-text-grey-100--dark:hover {
    color: #8a9194 !important;
  }

  .xxl\:hover\:u-text-grey-100--light:hover {
    color: #c5c9ca !important;
  }

  .xxl\:hover\:u-text-grey-200--dark:hover {
    color: #6d7275 !important;
  }

  .xxl\:hover\:u-text-grey-200--light:hover {
    color: #9b9fa1 !important;
  }

  .xxl\:hover\:u-text-grey-300--dark:hover {
    color: #505456 !important;
  }

  .xxl\:hover\:u-text-grey-300--light:hover {
    color: #707679 !important;
  }

  .xxl\:hover\:u-text-grey-400--dark:hover {
    color: #30302f !important;
  }

  .xxl\:hover\:u-text-grey-400--light:hover {
    color: #434342 !important;
  }

  .xxl\:hover\:u-text-youtube--dark:hover {
    color: #c00 !important;
  }

  .xxl\:hover\:u-text-youtube--light:hover {
    color: #ff1f1f !important;
  }

  .xxl\:hover\:u-text-twitter--dark:hover {
    color: #0c84cd !important;
  }

  .xxl\:hover\:u-text-twitter--light:hover {
    color: #3caef4 !important;
  }

  .xxl\:hover\:u-text-facebook--dark:hover {
    color: #2f477a !important;
  }

  .xxl\:hover\:u-text-facebook--light:hover {
    color: #4264aa !important;
  }

  .xxl\:hover\:u-text-instagram--dark:hover {
    color: #363636 !important;
  }

  .xxl\:hover\:u-text-instagram--light:hover {
    color: #4c4c4c !important;
  }

  .xxl\:hover\:u-text-linkedin--dark:hover {
    color: #005f91 !important;
  }

  .xxl\:hover\:u-text-linkedin--light:hover {
    color: #0085cb !important;
  }

  .xxl\:hover\:u-text-college--dark:hover {
    color: #00523f !important;
  }

  .xxl\:hover\:u-text-college--light:hover {
    color: #007258 !important;
  }

  .xxl\:hover\:u-text-coll-collingwood--dark:hover {
    color: #a81e26 !important;
  }

  .xxl\:hover\:u-text-coll-collingwood--light:hover {
    color: #db3a44 !important;
  }

  .xxl\:hover\:u-text-coll-grey--dark:hover {
    color: #8c1f26 !important;
  }

  .xxl\:hover\:u-text-coll-grey--light:hover {
    color: #c42c35 !important;
  }

  .xxl\:hover\:u-text-coll-hatfield--dark:hover {
    color: #002d51 !important;
  }

  .xxl\:hover\:u-text-coll-hatfield--light:hover {
    color: #003f71 !important;
  }

  .xxl\:hover\:u-text-coll-johnsnow--dark:hover {
    color: #002d51 !important;
  }

  .xxl\:hover\:u-text-coll-johnsnow--light:hover {
    color: #003f71 !important;
  }

  .xxl\:hover\:u-text-coll-jbutler--dark:hover {
    color: #a81e26 !important;
  }

  .xxl\:hover\:u-text-coll-jbutler--light:hover {
    color: #db3a44 !important;
  }

  .xxl\:hover\:u-text-coll-south-college--dark:hover {
    color: #531d57 !important;
  }

  .xxl\:hover\:u-text-coll-south-college--light:hover {
    color: #74287a !important;
  }

  .xxl\:hover\:u-text-coll-staidans--dark:hover {
    color: #005239 !important;
  }

  .xxl\:hover\:u-text-coll-staidans--light:hover {
    color: #007350 !important;
  }

  .xxl\:hover\:u-text-coll-stchads--dark:hover {
    color: #004632 !important;
  }

  .xxl\:hover\:u-text-coll-stchads--light:hover {
    color: #006147 !important;
  }

  .xxl\:hover\:u-text-coll-stcuthberts--dark:hover {
    color: #00523f !important;
  }

  .xxl\:hover\:u-text-coll-stcuthberts--light:hover {
    color: #007258 !important;
  }

  .xxl\:hover\:u-text-coll-sthild--dark:hover {
    color: #005ba5 !important;
  }

  .xxl\:hover\:u-text-coll-sthild--light:hover {
    color: #0080e7 !important;
  }

  .xxl\:hover\:u-text-coll-stjohns--dark:hover {
    color: #162b4a !important;
  }

  .xxl\:hover\:u-text-coll-stjohns--light:hover {
    color: #1e3c68 !important;
  }

  .xxl\:hover\:u-text-coll-stmarys--dark:hover {
    color: #5e2f97 !important;
  }

  .xxl\:hover\:u-text-coll-stmarys--light:hover {
    color: #844ec8 !important;
  }

  .xxl\:hover\:u-text-coll-stephenson--dark:hover {
    color: #a81e26 !important;
  }

  .xxl\:hover\:u-text-coll-stephenson--light:hover {
    color: #db3a44 !important;
  }

  .xxl\:hover\:u-text-coll-trevelyan--dark:hover {
    color: #002d51 !important;
  }

  .xxl\:hover\:u-text-coll-trevelyan--light:hover {
    color: #003f71 !important;
  }

  .xxl\:hover\:u-text-coll-university--dark:hover {
    color: #6b1e29 !important;
  }

  .xxl\:hover\:u-text-coll-university--light:hover {
    color: #962b39 !important;
  }

  .xxl\:hover\:u-text-coll-ustinov--dark:hover {
    color: #002d51 !important;
  }

  .xxl\:hover\:u-text-coll-ustinov--light:hover {
    color: #003f71 !important;
  }

  .xxl\:hover\:u-text-coll-vanmildert--dark:hover {
    color: #cd101f !important;
  }

  .xxl\:hover\:u-text-coll-vanmildert--light:hover {
    color: #f04654 !important;
  }

  .xxl\:hover\:u-text-primary--dark:hover {
    color: #531d57 !important;
  }

  .xxl\:hover\:u-text-primary--light:hover {
    color: #74287a !important;
  }

  .xxl\:hover\:u-text-secondary--dark:hover {
    color: #fac500 !important;
  }

  .xxl\:hover\:u-text-secondary--light:hover {
    color: #ffdd60 !important;
  }

  .xxl\:hover\:u-text-tertiary--dark:hover {
    color: #008bbf !important;
  }

  .xxl\:hover\:u-text-tertiary--light:hover {
    color: #0dbdff !important;
  }

  .xxl\:hover\:u-text-success--dark:hover {
    color: #367e36 !important;
  }

  .xxl\:hover\:u-text-success--light:hover {
    color: #4cb04c !important;
  }

  .xxl\:hover\:u-text-danger--dark:hover {
    color: #981823 !important;
  }

  .xxl\:hover\:u-text-danger--light:hover {
    color: #d52231 !important;
  }

  .xxl\:hover\:u-text-warning--dark:hover {
    color: #ae4e18 !important;
  }

  .xxl\:hover\:u-text-warning--light:hover {
    color: #e37233 !important;
  }

  .xxl\:hover\:u-text-info--dark:hover {
    color: #0e6681 !important;
  }

  .xxl\:hover\:u-text-info--light:hover {
    color: #138fb4 !important;
  }

  .xxl\:hover\:u-text-light--dark:hover {
    color: #ccc !important;
  }

  .xxl\:hover\:u-text-light--light:hover {
    color: #fff !important;
  }

  .xxl\:hover\:u-text-dark--dark:hover {
    color: #29271c !important;
  }

  .xxl\:hover\:u-text-dark--light:hover {
    color: #393727 !important;
  }

  .xxl\:focus\:u-text-transparent:focus {
    color: transparent !important;
  }

  .xxl\:focus\:u-text-current-color:focus {
    color: currentColor !important;
  }

  .xxl\:focus\:u-text-inherit:focus {
    color: inherit !important;
  }

  .xxl\:focus\:u-text-purple:focus {
    color: #68246d !important;
  }

  .xxl\:focus\:u-text-darkpurple:focus {
    color: #571b4f !important;
  }

  .xxl\:focus\:u-text-yellow:focus {
    color: #ffd53a !important;
  }

  .xxl\:focus\:u-text-cyan:focus {
    color: #00aeef !important;
  }

  .xxl\:focus\:u-text-blue:focus {
    color: #409ddd !important;
  }

  .xxl\:focus\:u-text-light-green:focus {
    color: #e2f4e9 !important;
  }

  .xxl\:focus\:u-text-red:focus {
    color: #be1e2c !important;
  }

  .xxl\:focus\:u-text-gold:focus {
    color: #afa961 !important;
  }

  .xxl\:focus\:u-text-ink-100:focus {
    color: #002337 !important;
  }

  .xxl\:focus\:u-text-stone:focus {
    color: #dacda2 !important;
  }

  .xxl\:focus\:u-text-sky:focus {
    color: #a5c8d0 !important;
  }

  .xxl\:focus\:u-text-heather:focus {
    color: #cba8b1 !important;
  }

  .xxl\:focus\:u-text-cedar:focus {
    color: #b6aaa7 !important;
  }

  .xxl\:focus\:u-text-business:focus {
    color: #b3bdb1 !important;
  }

  .xxl\:focus\:u-text-black:focus {
    color: #333123 !important;
  }

  .xxl\:focus\:u-text-white:focus {
    color: #fff !important;
  }

  .xxl\:focus\:u-text-grey-25:focus {
    color: #f7f7f7 !important;
  }

  .xxl\:focus\:u-text-grey-50:focus {
    color: #ebebeb !important;
  }

  .xxl\:focus\:u-text-grey-75:focus {
    color: #d9d9d9 !important;
  }

  .xxl\:focus\:u-text-grey-100:focus {
    color: #afb4b6 !important;
  }

  .xxl\:focus\:u-text-grey-200:focus {
    color: #898e91 !important;
  }

  .xxl\:focus\:u-text-grey-300:focus {
    color: #64696c !important;
  }

  .xxl\:focus\:u-text-grey-400:focus {
    color: #3c3c3b !important;
  }

  .xxl\:focus\:u-text-youtube:focus {
    color: #f00 !important;
  }

  .xxl\:focus\:u-text-twitter:focus {
    color: #1da1f2 !important;
  }

  .xxl\:focus\:u-text-facebook:focus {
    color: #3b5998 !important;
  }

  .xxl\:focus\:u-text-instagram:focus {
    color: #444 !important;
  }

  .xxl\:focus\:u-text-linkedin:focus {
    color: #0077b5 !important;
  }

  .xxl\:focus\:u-text-college:focus {
    color: #00664f !important;
  }

  .xxl\:focus\:u-text-coll-collingwood:focus {
    color: #d22630 !important;
  }

  .xxl\:focus\:u-text-coll-grey:focus {
    color: #af272f !important;
  }

  .xxl\:focus\:u-text-coll-hatfield:focus {
    color: #003865 !important;
  }

  .xxl\:focus\:u-text-coll-johnsnow:focus {
    color: #003865 !important;
  }

  .xxl\:focus\:u-text-coll-jbutler:focus {
    color: #d22630 !important;
  }

  .xxl\:focus\:u-text-coll-south-college:focus {
    color: #68246d !important;
  }

  .xxl\:focus\:u-text-coll-staidans:focus {
    color: #006747 !important;
  }

  .xxl\:focus\:u-text-coll-stchads:focus {
    color: #00573f !important;
  }

  .xxl\:focus\:u-text-coll-stcuthberts:focus {
    color: #00664f !important;
  }

  .xxl\:focus\:u-text-coll-sthild:focus {
    color: #0072ce !important;
  }

  .xxl\:focus\:u-text-coll-stjohns:focus {
    color: #1b365d !important;
  }

  .xxl\:focus\:u-text-coll-stmarys:focus {
    color: #753bbd !important;
  }

  .xxl\:focus\:u-text-coll-stephenson:focus {
    color: #d22630 !important;
  }

  .xxl\:focus\:u-text-coll-trevelyan:focus {
    color: #003865 !important;
  }

  .xxl\:focus\:u-text-coll-university:focus {
    color: #862633 !important;
  }

  .xxl\:focus\:u-text-coll-ustinov:focus {
    color: #003865 !important;
  }

  .xxl\:focus\:u-text-coll-vanmildert:focus {
    color: #ee2737 !important;
  }

  .xxl\:focus\:u-text-primary:focus {
    color: #68246d !important;
  }

  .xxl\:focus\:u-text-secondary:focus {
    color: #ffd53a !important;
  }

  .xxl\:focus\:u-text-tertiary:focus {
    color: #00aeef !important;
  }

  .xxl\:focus\:u-text-success:focus {
    color: #449d44 !important;
  }

  .xxl\:focus\:u-text-danger:focus {
    color: #be1e2c !important;
  }

  .xxl\:focus\:u-text-warning:focus {
    color: #da611e !important;
  }

  .xxl\:focus\:u-text-info:focus {
    color: #1180a1 !important;
  }

  .xxl\:focus\:u-text-light:focus {
    color: #fff !important;
  }

  .xxl\:focus\:u-text-dark:focus {
    color: #333123 !important;
  }

  .xxl\:focus\:u-text-purple--dark:focus {
    color: #531d57 !important;
  }

  .xxl\:focus\:u-text-purple--light:focus {
    color: #74287a !important;
  }

  .xxl\:focus\:u-text-darkpurple--dark:focus {
    color: #46163f !important;
  }

  .xxl\:focus\:u-text-darkpurple--light:focus {
    color: #611e58 !important;
  }

  .xxl\:focus\:u-text-yellow--dark:focus {
    color: #fac500 !important;
  }

  .xxl\:focus\:u-text-yellow--light:focus {
    color: #ffdd60 !important;
  }

  .xxl\:focus\:u-text-cyan--dark:focus {
    color: #008bbf !important;
  }

  .xxl\:focus\:u-text-cyan--light:focus {
    color: #0dbdff !important;
  }

  .xxl\:focus\:u-text-blue--dark:focus {
    color: #2281c2 !important;
  }

  .xxl\:focus\:u-text-blue--light:focus {
    color: #5dace2 !important;
  }

  .xxl\:focus\:u-text-light-green--dark:focus {
    color: #9edab5 !important;
  }

  .xxl\:focus\:u-text-light-green--light:focus {
    color: #fff !important;
  }

  .xxl\:focus\:u-text-red--dark:focus {
    color: #981823 !important;
  }

  .xxl\:focus\:u-text-red--light:focus {
    color: #d52231 !important;
  }

  .xxl\:focus\:u-text-gold--dark:focus {
    color: #908b49 !important;
  }

  .xxl\:focus\:u-text-gold--light:focus {
    color: #bab577 !important;
  }

  .xxl\:focus\:u-text-ink-100--dark:focus {
    color: #001c2c !important;
  }

  .xxl\:focus\:u-text-ink-100--light:focus {
    color: #00273e !important;
  }

  .xxl\:focus\:u-text-stone--dark:focus {
    color: #c4b06c !important;
  }

  .xxl\:focus\:u-text-stone--light:focus {
    color: #e7dfc3 !important;
  }

  .xxl\:focus\:u-text-sky--dark:focus {
    color: #74aab6 !important;
  }

  .xxl\:focus\:u-text-sky--light:focus {
    color: #c2dadf !important;
  }

  .xxl\:focus\:u-text-heather--dark:focus {
    color: #af7a87 !important;
  }

  .xxl\:focus\:u-text-heather--light:focus {
    color: #dcc4ca !important;
  }

  .xxl\:focus\:u-text-cedar--dark:focus {
    color: #968581 !important;
  }

  .xxl\:focus\:u-text-cedar--light:focus {
    color: #c9c0be !important;
  }

  .xxl\:focus\:u-text-business--dark:focus {
    color: #8c9b89 !important;
  }

  .xxl\:focus\:u-text-business--light:focus {
    color: #cad1c9 !important;
  }

  .xxl\:focus\:u-text-black--dark:focus {
    color: #29271c !important;
  }

  .xxl\:focus\:u-text-black--light:focus {
    color: #393727 !important;
  }

  .xxl\:focus\:u-text-white--dark:focus {
    color: #ccc !important;
  }

  .xxl\:focus\:u-text-white--light:focus {
    color: #fff !important;
  }

  .xxl\:focus\:u-text-grey-25--dark:focus {
    color: #c6c6c6 !important;
  }

  .xxl\:focus\:u-text-grey-25--light:focus {
    color: #fff !important;
  }

  .xxl\:focus\:u-text-grey-50--dark:focus {
    color: #bcbcbc !important;
  }

  .xxl\:focus\:u-text-grey-50--light:focus {
    color: #fff !important;
  }

  .xxl\:focus\:u-text-grey-75--dark:focus {
    color: #aeaeae !important;
  }

  .xxl\:focus\:u-text-grey-75--light:focus {
    color: #f3f3f3 !important;
  }

  .xxl\:focus\:u-text-grey-100--dark:focus {
    color: #8a9194 !important;
  }

  .xxl\:focus\:u-text-grey-100--light:focus {
    color: #c5c9ca !important;
  }

  .xxl\:focus\:u-text-grey-200--dark:focus {
    color: #6d7275 !important;
  }

  .xxl\:focus\:u-text-grey-200--light:focus {
    color: #9b9fa1 !important;
  }

  .xxl\:focus\:u-text-grey-300--dark:focus {
    color: #505456 !important;
  }

  .xxl\:focus\:u-text-grey-300--light:focus {
    color: #707679 !important;
  }

  .xxl\:focus\:u-text-grey-400--dark:focus {
    color: #30302f !important;
  }

  .xxl\:focus\:u-text-grey-400--light:focus {
    color: #434342 !important;
  }

  .xxl\:focus\:u-text-youtube--dark:focus {
    color: #c00 !important;
  }

  .xxl\:focus\:u-text-youtube--light:focus {
    color: #ff1f1f !important;
  }

  .xxl\:focus\:u-text-twitter--dark:focus {
    color: #0c84cd !important;
  }

  .xxl\:focus\:u-text-twitter--light:focus {
    color: #3caef4 !important;
  }

  .xxl\:focus\:u-text-facebook--dark:focus {
    color: #2f477a !important;
  }

  .xxl\:focus\:u-text-facebook--light:focus {
    color: #4264aa !important;
  }

  .xxl\:focus\:u-text-instagram--dark:focus {
    color: #363636 !important;
  }

  .xxl\:focus\:u-text-instagram--light:focus {
    color: #4c4c4c !important;
  }

  .xxl\:focus\:u-text-linkedin--dark:focus {
    color: #005f91 !important;
  }

  .xxl\:focus\:u-text-linkedin--light:focus {
    color: #0085cb !important;
  }

  .xxl\:focus\:u-text-college--dark:focus {
    color: #00523f !important;
  }

  .xxl\:focus\:u-text-college--light:focus {
    color: #007258 !important;
  }

  .xxl\:focus\:u-text-coll-collingwood--dark:focus {
    color: #a81e26 !important;
  }

  .xxl\:focus\:u-text-coll-collingwood--light:focus {
    color: #db3a44 !important;
  }

  .xxl\:focus\:u-text-coll-grey--dark:focus {
    color: #8c1f26 !important;
  }

  .xxl\:focus\:u-text-coll-grey--light:focus {
    color: #c42c35 !important;
  }

  .xxl\:focus\:u-text-coll-hatfield--dark:focus {
    color: #002d51 !important;
  }

  .xxl\:focus\:u-text-coll-hatfield--light:focus {
    color: #003f71 !important;
  }

  .xxl\:focus\:u-text-coll-johnsnow--dark:focus {
    color: #002d51 !important;
  }

  .xxl\:focus\:u-text-coll-johnsnow--light:focus {
    color: #003f71 !important;
  }

  .xxl\:focus\:u-text-coll-jbutler--dark:focus {
    color: #a81e26 !important;
  }

  .xxl\:focus\:u-text-coll-jbutler--light:focus {
    color: #db3a44 !important;
  }

  .xxl\:focus\:u-text-coll-south-college--dark:focus {
    color: #531d57 !important;
  }

  .xxl\:focus\:u-text-coll-south-college--light:focus {
    color: #74287a !important;
  }

  .xxl\:focus\:u-text-coll-staidans--dark:focus {
    color: #005239 !important;
  }

  .xxl\:focus\:u-text-coll-staidans--light:focus {
    color: #007350 !important;
  }

  .xxl\:focus\:u-text-coll-stchads--dark:focus {
    color: #004632 !important;
  }

  .xxl\:focus\:u-text-coll-stchads--light:focus {
    color: #006147 !important;
  }

  .xxl\:focus\:u-text-coll-stcuthberts--dark:focus {
    color: #00523f !important;
  }

  .xxl\:focus\:u-text-coll-stcuthberts--light:focus {
    color: #007258 !important;
  }

  .xxl\:focus\:u-text-coll-sthild--dark:focus {
    color: #005ba5 !important;
  }

  .xxl\:focus\:u-text-coll-sthild--light:focus {
    color: #0080e7 !important;
  }

  .xxl\:focus\:u-text-coll-stjohns--dark:focus {
    color: #162b4a !important;
  }

  .xxl\:focus\:u-text-coll-stjohns--light:focus {
    color: #1e3c68 !important;
  }

  .xxl\:focus\:u-text-coll-stmarys--dark:focus {
    color: #5e2f97 !important;
  }

  .xxl\:focus\:u-text-coll-stmarys--light:focus {
    color: #844ec8 !important;
  }

  .xxl\:focus\:u-text-coll-stephenson--dark:focus {
    color: #a81e26 !important;
  }

  .xxl\:focus\:u-text-coll-stephenson--light:focus {
    color: #db3a44 !important;
  }

  .xxl\:focus\:u-text-coll-trevelyan--dark:focus {
    color: #002d51 !important;
  }

  .xxl\:focus\:u-text-coll-trevelyan--light:focus {
    color: #003f71 !important;
  }

  .xxl\:focus\:u-text-coll-university--dark:focus {
    color: #6b1e29 !important;
  }

  .xxl\:focus\:u-text-coll-university--light:focus {
    color: #962b39 !important;
  }

  .xxl\:focus\:u-text-coll-ustinov--dark:focus {
    color: #002d51 !important;
  }

  .xxl\:focus\:u-text-coll-ustinov--light:focus {
    color: #003f71 !important;
  }

  .xxl\:focus\:u-text-coll-vanmildert--dark:focus {
    color: #cd101f !important;
  }

  .xxl\:focus\:u-text-coll-vanmildert--light:focus {
    color: #f04654 !important;
  }

  .xxl\:focus\:u-text-primary--dark:focus {
    color: #531d57 !important;
  }

  .xxl\:focus\:u-text-primary--light:focus {
    color: #74287a !important;
  }

  .xxl\:focus\:u-text-secondary--dark:focus {
    color: #fac500 !important;
  }

  .xxl\:focus\:u-text-secondary--light:focus {
    color: #ffdd60 !important;
  }

  .xxl\:focus\:u-text-tertiary--dark:focus {
    color: #008bbf !important;
  }

  .xxl\:focus\:u-text-tertiary--light:focus {
    color: #0dbdff !important;
  }

  .xxl\:focus\:u-text-success--dark:focus {
    color: #367e36 !important;
  }

  .xxl\:focus\:u-text-success--light:focus {
    color: #4cb04c !important;
  }

  .xxl\:focus\:u-text-danger--dark:focus {
    color: #981823 !important;
  }

  .xxl\:focus\:u-text-danger--light:focus {
    color: #d52231 !important;
  }

  .xxl\:focus\:u-text-warning--dark:focus {
    color: #ae4e18 !important;
  }

  .xxl\:focus\:u-text-warning--light:focus {
    color: #e37233 !important;
  }

  .xxl\:focus\:u-text-info--dark:focus {
    color: #0e6681 !important;
  }

  .xxl\:focus\:u-text-info--light:focus {
    color: #138fb4 !important;
  }

  .xxl\:focus\:u-text-light--dark:focus {
    color: #ccc !important;
  }

  .xxl\:focus\:u-text-light--light:focus {
    color: #fff !important;
  }

  .xxl\:focus\:u-text-dark--dark:focus {
    color: #29271c !important;
  }

  .xxl\:focus\:u-text-dark--light:focus {
    color: #393727 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-transparent {
    color: transparent !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-current-color {
    color: currentColor !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-inherit {
    color: inherit !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-purple {
    color: #68246d !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-yellow {
    color: #ffd53a !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-cyan {
    color: #00aeef !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-blue {
    color: #409ddd !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-red {
    color: #be1e2c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-gold {
    color: #afa961 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-ink-100 {
    color: #002337 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-stone {
    color: #dacda2 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-heather {
    color: #cba8b1 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-business {
    color: #b3bdb1 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-black {
    color: #333123 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-white {
    color: #fff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-300 {
    color: #64696c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-youtube {
    color: #f00 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-facebook {
    color: #3b5998 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-instagram {
    color: #444 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-college {
    color: #00664f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-grey {
    color: #af272f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-university {
    color: #862633 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-primary {
    color: #68246d !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-secondary {
    color: #ffd53a !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-tertiary {
    color: #00aeef !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-success {
    color: #449d44 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-danger {
    color: #be1e2c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-warning {
    color: #da611e !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-info {
    color: #1180a1 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-light {
    color: #fff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-dark {
    color: #333123 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-purple--light {
    color: #74287a !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-light-green--light {
    color: #fff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-red--dark {
    color: #981823 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-red--light {
    color: #d52231 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-gold--light {
    color: #bab577 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-black--dark {
    color: #29271c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-black--light {
    color: #393727 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-white--dark {
    color: #ccc !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-white--light {
    color: #fff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-25--light {
    color: #fff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-50--light {
    color: #fff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-college--dark {
    color: #00523f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-college--light {
    color: #007258 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-primary--light {
    color: #74287a !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-success--dark {
    color: #367e36 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-success--light {
    color: #4cb04c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-danger--dark {
    color: #981823 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-danger--light {
    color: #d52231 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-warning--light {
    color: #e37233 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-info--light {
    color: #138fb4 !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-light--dark {
    color: #ccc !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-light--light {
    color: #fff !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-dark--dark {
    color: #29271c !important;
  }

  .ui-state-active .xxl\:ui-active\:u-text-dark--light {
    color: #393727 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-transparent {
    color: transparent !important;
  }

  .group:hover .xxl\:group-hover\:u-text-current-color {
    color: currentColor !important;
  }

  .group:hover .xxl\:group-hover\:u-text-inherit {
    color: inherit !important;
  }

  .group:hover .xxl\:group-hover\:u-text-purple {
    color: #68246d !important;
  }

  .group:hover .xxl\:group-hover\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .group:hover .xxl\:group-hover\:u-text-yellow {
    color: #ffd53a !important;
  }

  .group:hover .xxl\:group-hover\:u-text-cyan {
    color: #00aeef !important;
  }

  .group:hover .xxl\:group-hover\:u-text-blue {
    color: #409ddd !important;
  }

  .group:hover .xxl\:group-hover\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-red {
    color: #be1e2c !important;
  }

  .group:hover .xxl\:group-hover\:u-text-gold {
    color: #afa961 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-ink-100 {
    color: #002337 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-stone {
    color: #dacda2 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-heather {
    color: #cba8b1 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-business {
    color: #b3bdb1 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-black {
    color: #333123 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-white {
    color: #fff !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-300 {
    color: #64696c !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .group:hover .xxl\:group-hover\:u-text-youtube {
    color: #f00 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-facebook {
    color: #3b5998 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-instagram {
    color: #444 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-college {
    color: #00664f !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-grey {
    color: #af272f !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-university {
    color: #862633 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-primary {
    color: #68246d !important;
  }

  .group:hover .xxl\:group-hover\:u-text-secondary {
    color: #ffd53a !important;
  }

  .group:hover .xxl\:group-hover\:u-text-tertiary {
    color: #00aeef !important;
  }

  .group:hover .xxl\:group-hover\:u-text-success {
    color: #449d44 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-danger {
    color: #be1e2c !important;
  }

  .group:hover .xxl\:group-hover\:u-text-warning {
    color: #da611e !important;
  }

  .group:hover .xxl\:group-hover\:u-text-info {
    color: #1180a1 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-light {
    color: #fff !important;
  }

  .group:hover .xxl\:group-hover\:u-text-dark {
    color: #333123 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-purple--light {
    color: #74287a !important;
  }

  .group:hover .xxl\:group-hover\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .group:hover .xxl\:group-hover\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .group:hover .xxl\:group-hover\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .group:hover .xxl\:group-hover\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-light-green--light {
    color: #fff !important;
  }

  .group:hover .xxl\:group-hover\:u-text-red--dark {
    color: #981823 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-red--light {
    color: #d52231 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-gold--light {
    color: #bab577 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .group:hover .xxl\:group-hover\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .group:hover .xxl\:group-hover\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .group:hover .xxl\:group-hover\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .group:hover .xxl\:group-hover\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .group:hover .xxl\:group-hover\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .group:hover .xxl\:group-hover\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-black--dark {
    color: #29271c !important;
  }

  .group:hover .xxl\:group-hover\:u-text-black--light {
    color: #393727 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-white--dark {
    color: #ccc !important;
  }

  .group:hover .xxl\:group-hover\:u-text-white--light {
    color: #fff !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-25--light {
    color: #fff !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-50--light {
    color: #fff !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .group:hover .xxl\:group-hover\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .group:hover .xxl\:group-hover\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .group:hover .xxl\:group-hover\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .group:hover .xxl\:group-hover\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .group:hover .xxl\:group-hover\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .group:hover .xxl\:group-hover\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .group:hover .xxl\:group-hover\:u-text-college--dark {
    color: #00523f !important;
  }

  .group:hover .xxl\:group-hover\:u-text-college--light {
    color: #007258 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .group:hover .xxl\:group-hover\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-primary--light {
    color: #74287a !important;
  }

  .group:hover .xxl\:group-hover\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .group:hover .xxl\:group-hover\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .group:hover .xxl\:group-hover\:u-text-success--dark {
    color: #367e36 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-success--light {
    color: #4cb04c !important;
  }

  .group:hover .xxl\:group-hover\:u-text-danger--dark {
    color: #981823 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-danger--light {
    color: #d52231 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-warning--light {
    color: #e37233 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-info--light {
    color: #138fb4 !important;
  }

  .group:hover .xxl\:group-hover\:u-text-light--dark {
    color: #ccc !important;
  }

  .group:hover .xxl\:group-hover\:u-text-light--light {
    color: #fff !important;
  }

  .group:hover .xxl\:group-hover\:u-text-dark--dark {
    color: #29271c !important;
  }

  .group:hover .xxl\:group-hover\:u-text-dark--light {
    color: #393727 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-transparent,
  .group:focus .xxl\:group-hocus\:u-text-transparent {
    color: transparent !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-current-color,
  .group:focus .xxl\:group-hocus\:u-text-current-color {
    color: currentColor !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-inherit,
  .group:focus .xxl\:group-hocus\:u-text-inherit {
    color: inherit !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-purple,
  .group:focus .xxl\:group-hocus\:u-text-purple {
    color: #68246d !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-darkpurple,
  .group:focus .xxl\:group-hocus\:u-text-darkpurple {
    color: #571b4f !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-yellow,
  .group:focus .xxl\:group-hocus\:u-text-yellow {
    color: #ffd53a !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-cyan,
  .group:focus .xxl\:group-hocus\:u-text-cyan {
    color: #00aeef !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-blue,
  .group:focus .xxl\:group-hocus\:u-text-blue {
    color: #409ddd !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-light-green,
  .group:focus .xxl\:group-hocus\:u-text-light-green {
    color: #e2f4e9 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-red,
  .group:focus .xxl\:group-hocus\:u-text-red {
    color: #be1e2c !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-gold,
  .group:focus .xxl\:group-hocus\:u-text-gold {
    color: #afa961 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-ink-100,
  .group:focus .xxl\:group-hocus\:u-text-ink-100 {
    color: #002337 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-stone,
  .group:focus .xxl\:group-hocus\:u-text-stone {
    color: #dacda2 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-sky,
  .group:focus .xxl\:group-hocus\:u-text-sky {
    color: #a5c8d0 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-heather,
  .group:focus .xxl\:group-hocus\:u-text-heather {
    color: #cba8b1 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-cedar,
  .group:focus .xxl\:group-hocus\:u-text-cedar {
    color: #b6aaa7 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-business,
  .group:focus .xxl\:group-hocus\:u-text-business {
    color: #b3bdb1 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-black,
  .group:focus .xxl\:group-hocus\:u-text-black {
    color: #333123 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-white,
  .group:focus .xxl\:group-hocus\:u-text-white {
    color: #fff !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-25,
  .group:focus .xxl\:group-hocus\:u-text-grey-25 {
    color: #f7f7f7 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-50,
  .group:focus .xxl\:group-hocus\:u-text-grey-50 {
    color: #ebebeb !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-75,
  .group:focus .xxl\:group-hocus\:u-text-grey-75 {
    color: #d9d9d9 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-100,
  .group:focus .xxl\:group-hocus\:u-text-grey-100 {
    color: #afb4b6 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-200,
  .group:focus .xxl\:group-hocus\:u-text-grey-200 {
    color: #898e91 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-300,
  .group:focus .xxl\:group-hocus\:u-text-grey-300 {
    color: #64696c !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-400,
  .group:focus .xxl\:group-hocus\:u-text-grey-400 {
    color: #3c3c3b !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-youtube,
  .group:focus .xxl\:group-hocus\:u-text-youtube {
    color: #f00 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-twitter,
  .group:focus .xxl\:group-hocus\:u-text-twitter {
    color: #1da1f2 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-facebook,
  .group:focus .xxl\:group-hocus\:u-text-facebook {
    color: #3b5998 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-instagram,
  .group:focus .xxl\:group-hocus\:u-text-instagram {
    color: #444 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-linkedin,
  .group:focus .xxl\:group-hocus\:u-text-linkedin {
    color: #0077b5 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-college,
  .group:focus .xxl\:group-hocus\:u-text-college {
    color: #00664f !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-collingwood,
  .group:focus .xxl\:group-hocus\:u-text-coll-collingwood {
    color: #d22630 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-grey,
  .group:focus .xxl\:group-hocus\:u-text-coll-grey {
    color: #af272f !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-hatfield,
  .group:focus .xxl\:group-hocus\:u-text-coll-hatfield {
    color: #003865 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-johnsnow,
  .group:focus .xxl\:group-hocus\:u-text-coll-johnsnow {
    color: #003865 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-jbutler,
  .group:focus .xxl\:group-hocus\:u-text-coll-jbutler {
    color: #d22630 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-south-college,
  .group:focus .xxl\:group-hocus\:u-text-coll-south-college {
    color: #68246d !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-staidans,
  .group:focus .xxl\:group-hocus\:u-text-coll-staidans {
    color: #006747 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-stchads,
  .group:focus .xxl\:group-hocus\:u-text-coll-stchads {
    color: #00573f !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-stcuthberts,
  .group:focus .xxl\:group-hocus\:u-text-coll-stcuthberts {
    color: #00664f !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-sthild,
  .group:focus .xxl\:group-hocus\:u-text-coll-sthild {
    color: #0072ce !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-stjohns,
  .group:focus .xxl\:group-hocus\:u-text-coll-stjohns {
    color: #1b365d !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-stmarys,
  .group:focus .xxl\:group-hocus\:u-text-coll-stmarys {
    color: #753bbd !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-stephenson,
  .group:focus .xxl\:group-hocus\:u-text-coll-stephenson {
    color: #d22630 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-trevelyan,
  .group:focus .xxl\:group-hocus\:u-text-coll-trevelyan {
    color: #003865 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-university,
  .group:focus .xxl\:group-hocus\:u-text-coll-university {
    color: #862633 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-ustinov,
  .group:focus .xxl\:group-hocus\:u-text-coll-ustinov {
    color: #003865 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-vanmildert,
  .group:focus .xxl\:group-hocus\:u-text-coll-vanmildert {
    color: #ee2737 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-primary,
  .group:focus .xxl\:group-hocus\:u-text-primary {
    color: #68246d !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-secondary,
  .group:focus .xxl\:group-hocus\:u-text-secondary {
    color: #ffd53a !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-tertiary,
  .group:focus .xxl\:group-hocus\:u-text-tertiary {
    color: #00aeef !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-success,
  .group:focus .xxl\:group-hocus\:u-text-success {
    color: #449d44 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-danger,
  .group:focus .xxl\:group-hocus\:u-text-danger {
    color: #be1e2c !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-warning,
  .group:focus .xxl\:group-hocus\:u-text-warning {
    color: #da611e !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-info,
  .group:focus .xxl\:group-hocus\:u-text-info {
    color: #1180a1 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-light,
  .group:focus .xxl\:group-hocus\:u-text-light {
    color: #fff !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-dark,
  .group:focus .xxl\:group-hocus\:u-text-dark {
    color: #333123 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-purple--dark,
  .group:focus .xxl\:group-hocus\:u-text-purple--dark {
    color: #531d57 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-purple--light,
  .group:focus .xxl\:group-hocus\:u-text-purple--light {
    color: #74287a !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-darkpurple--dark,
  .group:focus .xxl\:group-hocus\:u-text-darkpurple--dark {
    color: #46163f !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-darkpurple--light,
  .group:focus .xxl\:group-hocus\:u-text-darkpurple--light {
    color: #611e58 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-yellow--dark,
  .group:focus .xxl\:group-hocus\:u-text-yellow--dark {
    color: #fac500 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-yellow--light,
  .group:focus .xxl\:group-hocus\:u-text-yellow--light {
    color: #ffdd60 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-cyan--dark,
  .group:focus .xxl\:group-hocus\:u-text-cyan--dark {
    color: #008bbf !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-cyan--light,
  .group:focus .xxl\:group-hocus\:u-text-cyan--light {
    color: #0dbdff !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-blue--dark,
  .group:focus .xxl\:group-hocus\:u-text-blue--dark {
    color: #2281c2 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-blue--light,
  .group:focus .xxl\:group-hocus\:u-text-blue--light {
    color: #5dace2 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-light-green--dark,
  .group:focus .xxl\:group-hocus\:u-text-light-green--dark {
    color: #9edab5 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-light-green--light,
  .group:focus .xxl\:group-hocus\:u-text-light-green--light {
    color: #fff !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-red--dark,
  .group:focus .xxl\:group-hocus\:u-text-red--dark {
    color: #981823 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-red--light,
  .group:focus .xxl\:group-hocus\:u-text-red--light {
    color: #d52231 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-gold--dark,
  .group:focus .xxl\:group-hocus\:u-text-gold--dark {
    color: #908b49 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-gold--light,
  .group:focus .xxl\:group-hocus\:u-text-gold--light {
    color: #bab577 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-ink-100--dark,
  .group:focus .xxl\:group-hocus\:u-text-ink-100--dark {
    color: #001c2c !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-ink-100--light,
  .group:focus .xxl\:group-hocus\:u-text-ink-100--light {
    color: #00273e !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-stone--dark,
  .group:focus .xxl\:group-hocus\:u-text-stone--dark {
    color: #c4b06c !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-stone--light,
  .group:focus .xxl\:group-hocus\:u-text-stone--light {
    color: #e7dfc3 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-sky--dark,
  .group:focus .xxl\:group-hocus\:u-text-sky--dark {
    color: #74aab6 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-sky--light,
  .group:focus .xxl\:group-hocus\:u-text-sky--light {
    color: #c2dadf !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-heather--dark,
  .group:focus .xxl\:group-hocus\:u-text-heather--dark {
    color: #af7a87 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-heather--light,
  .group:focus .xxl\:group-hocus\:u-text-heather--light {
    color: #dcc4ca !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-cedar--dark,
  .group:focus .xxl\:group-hocus\:u-text-cedar--dark {
    color: #968581 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-cedar--light,
  .group:focus .xxl\:group-hocus\:u-text-cedar--light {
    color: #c9c0be !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-business--dark,
  .group:focus .xxl\:group-hocus\:u-text-business--dark {
    color: #8c9b89 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-business--light,
  .group:focus .xxl\:group-hocus\:u-text-business--light {
    color: #cad1c9 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-black--dark,
  .group:focus .xxl\:group-hocus\:u-text-black--dark {
    color: #29271c !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-black--light,
  .group:focus .xxl\:group-hocus\:u-text-black--light {
    color: #393727 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-white--dark,
  .group:focus .xxl\:group-hocus\:u-text-white--dark {
    color: #ccc !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-white--light,
  .group:focus .xxl\:group-hocus\:u-text-white--light {
    color: #fff !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-25--dark,
  .group:focus .xxl\:group-hocus\:u-text-grey-25--dark {
    color: #c6c6c6 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-25--light,
  .group:focus .xxl\:group-hocus\:u-text-grey-25--light {
    color: #fff !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-50--dark,
  .group:focus .xxl\:group-hocus\:u-text-grey-50--dark {
    color: #bcbcbc !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-50--light,
  .group:focus .xxl\:group-hocus\:u-text-grey-50--light {
    color: #fff !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-75--dark,
  .group:focus .xxl\:group-hocus\:u-text-grey-75--dark {
    color: #aeaeae !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-75--light,
  .group:focus .xxl\:group-hocus\:u-text-grey-75--light {
    color: #f3f3f3 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-100--dark,
  .group:focus .xxl\:group-hocus\:u-text-grey-100--dark {
    color: #8a9194 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-100--light,
  .group:focus .xxl\:group-hocus\:u-text-grey-100--light {
    color: #c5c9ca !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-200--dark,
  .group:focus .xxl\:group-hocus\:u-text-grey-200--dark {
    color: #6d7275 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-200--light,
  .group:focus .xxl\:group-hocus\:u-text-grey-200--light {
    color: #9b9fa1 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-300--dark,
  .group:focus .xxl\:group-hocus\:u-text-grey-300--dark {
    color: #505456 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-300--light,
  .group:focus .xxl\:group-hocus\:u-text-grey-300--light {
    color: #707679 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-400--dark,
  .group:focus .xxl\:group-hocus\:u-text-grey-400--dark {
    color: #30302f !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-grey-400--light,
  .group:focus .xxl\:group-hocus\:u-text-grey-400--light {
    color: #434342 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-youtube--dark,
  .group:focus .xxl\:group-hocus\:u-text-youtube--dark {
    color: #c00 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-youtube--light,
  .group:focus .xxl\:group-hocus\:u-text-youtube--light {
    color: #ff1f1f !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-twitter--dark,
  .group:focus .xxl\:group-hocus\:u-text-twitter--dark {
    color: #0c84cd !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-twitter--light,
  .group:focus .xxl\:group-hocus\:u-text-twitter--light {
    color: #3caef4 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-facebook--dark,
  .group:focus .xxl\:group-hocus\:u-text-facebook--dark {
    color: #2f477a !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-facebook--light,
  .group:focus .xxl\:group-hocus\:u-text-facebook--light {
    color: #4264aa !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-instagram--dark,
  .group:focus .xxl\:group-hocus\:u-text-instagram--dark {
    color: #363636 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-instagram--light,
  .group:focus .xxl\:group-hocus\:u-text-instagram--light {
    color: #4c4c4c !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-linkedin--dark,
  .group:focus .xxl\:group-hocus\:u-text-linkedin--dark {
    color: #005f91 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-linkedin--light,
  .group:focus .xxl\:group-hocus\:u-text-linkedin--light {
    color: #0085cb !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-college--dark,
  .group:focus .xxl\:group-hocus\:u-text-college--dark {
    color: #00523f !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-college--light,
  .group:focus .xxl\:group-hocus\:u-text-college--light {
    color: #007258 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-collingwood--dark,
  .group:focus .xxl\:group-hocus\:u-text-coll-collingwood--dark {
    color: #a81e26 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-collingwood--light,
  .group:focus .xxl\:group-hocus\:u-text-coll-collingwood--light {
    color: #db3a44 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-grey--dark,
  .group:focus .xxl\:group-hocus\:u-text-coll-grey--dark {
    color: #8c1f26 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-grey--light,
  .group:focus .xxl\:group-hocus\:u-text-coll-grey--light {
    color: #c42c35 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-hatfield--dark,
  .group:focus .xxl\:group-hocus\:u-text-coll-hatfield--dark {
    color: #002d51 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-hatfield--light,
  .group:focus .xxl\:group-hocus\:u-text-coll-hatfield--light {
    color: #003f71 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-johnsnow--dark,
  .group:focus .xxl\:group-hocus\:u-text-coll-johnsnow--dark {
    color: #002d51 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-johnsnow--light,
  .group:focus .xxl\:group-hocus\:u-text-coll-johnsnow--light {
    color: #003f71 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-jbutler--dark,
  .group:focus .xxl\:group-hocus\:u-text-coll-jbutler--dark {
    color: #a81e26 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-jbutler--light,
  .group:focus .xxl\:group-hocus\:u-text-coll-jbutler--light {
    color: #db3a44 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-south-college--dark,
  .group:focus .xxl\:group-hocus\:u-text-coll-south-college--dark {
    color: #531d57 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-south-college--light,
  .group:focus .xxl\:group-hocus\:u-text-coll-south-college--light {
    color: #74287a !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-staidans--dark,
  .group:focus .xxl\:group-hocus\:u-text-coll-staidans--dark {
    color: #005239 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-staidans--light,
  .group:focus .xxl\:group-hocus\:u-text-coll-staidans--light {
    color: #007350 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-stchads--dark,
  .group:focus .xxl\:group-hocus\:u-text-coll-stchads--dark {
    color: #004632 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-stchads--light,
  .group:focus .xxl\:group-hocus\:u-text-coll-stchads--light {
    color: #006147 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-stcuthberts--dark,
  .group:focus .xxl\:group-hocus\:u-text-coll-stcuthberts--dark {
    color: #00523f !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-stcuthberts--light,
  .group:focus .xxl\:group-hocus\:u-text-coll-stcuthberts--light {
    color: #007258 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-sthild--dark,
  .group:focus .xxl\:group-hocus\:u-text-coll-sthild--dark {
    color: #005ba5 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-sthild--light,
  .group:focus .xxl\:group-hocus\:u-text-coll-sthild--light {
    color: #0080e7 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-stjohns--dark,
  .group:focus .xxl\:group-hocus\:u-text-coll-stjohns--dark {
    color: #162b4a !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-stjohns--light,
  .group:focus .xxl\:group-hocus\:u-text-coll-stjohns--light {
    color: #1e3c68 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-stmarys--dark,
  .group:focus .xxl\:group-hocus\:u-text-coll-stmarys--dark {
    color: #5e2f97 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-stmarys--light,
  .group:focus .xxl\:group-hocus\:u-text-coll-stmarys--light {
    color: #844ec8 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-stephenson--dark,
  .group:focus .xxl\:group-hocus\:u-text-coll-stephenson--dark {
    color: #a81e26 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-stephenson--light,
  .group:focus .xxl\:group-hocus\:u-text-coll-stephenson--light {
    color: #db3a44 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-trevelyan--dark,
  .group:focus .xxl\:group-hocus\:u-text-coll-trevelyan--dark {
    color: #002d51 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-trevelyan--light,
  .group:focus .xxl\:group-hocus\:u-text-coll-trevelyan--light {
    color: #003f71 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-university--dark,
  .group:focus .xxl\:group-hocus\:u-text-coll-university--dark {
    color: #6b1e29 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-university--light,
  .group:focus .xxl\:group-hocus\:u-text-coll-university--light {
    color: #962b39 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-ustinov--dark,
  .group:focus .xxl\:group-hocus\:u-text-coll-ustinov--dark {
    color: #002d51 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-ustinov--light,
  .group:focus .xxl\:group-hocus\:u-text-coll-ustinov--light {
    color: #003f71 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-vanmildert--dark,
  .group:focus .xxl\:group-hocus\:u-text-coll-vanmildert--dark {
    color: #cd101f !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-coll-vanmildert--light,
  .group:focus .xxl\:group-hocus\:u-text-coll-vanmildert--light {
    color: #f04654 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-primary--dark,
  .group:focus .xxl\:group-hocus\:u-text-primary--dark {
    color: #531d57 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-primary--light,
  .group:focus .xxl\:group-hocus\:u-text-primary--light {
    color: #74287a !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-secondary--dark,
  .group:focus .xxl\:group-hocus\:u-text-secondary--dark {
    color: #fac500 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-secondary--light,
  .group:focus .xxl\:group-hocus\:u-text-secondary--light {
    color: #ffdd60 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-tertiary--dark,
  .group:focus .xxl\:group-hocus\:u-text-tertiary--dark {
    color: #008bbf !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-tertiary--light,
  .group:focus .xxl\:group-hocus\:u-text-tertiary--light {
    color: #0dbdff !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-success--dark,
  .group:focus .xxl\:group-hocus\:u-text-success--dark {
    color: #367e36 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-success--light,
  .group:focus .xxl\:group-hocus\:u-text-success--light {
    color: #4cb04c !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-danger--dark,
  .group:focus .xxl\:group-hocus\:u-text-danger--dark {
    color: #981823 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-danger--light,
  .group:focus .xxl\:group-hocus\:u-text-danger--light {
    color: #d52231 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-warning--dark,
  .group:focus .xxl\:group-hocus\:u-text-warning--dark {
    color: #ae4e18 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-warning--light,
  .group:focus .xxl\:group-hocus\:u-text-warning--light {
    color: #e37233 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-info--dark,
  .group:focus .xxl\:group-hocus\:u-text-info--dark {
    color: #0e6681 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-info--light,
  .group:focus .xxl\:group-hocus\:u-text-info--light {
    color: #138fb4 !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-light--dark,
  .group:focus .xxl\:group-hocus\:u-text-light--dark {
    color: #ccc !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-light--light,
  .group:focus .xxl\:group-hocus\:u-text-light--light {
    color: #fff !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-dark--dark,
  .group:focus .xxl\:group-hocus\:u-text-dark--dark {
    color: #29271c !important;
  }

  .group:hover .xxl\:group-hocus\:u-text-dark--light,
  .group:focus .xxl\:group-hocus\:u-text-dark--light {
    color: #393727 !important;
  }

  .xxl\:hocus\:u-text-transparent:hover,
  .xxl\:hocus\:u-text-transparent:focus {
    color: transparent !important;
  }

  .xxl\:hocus\:u-text-current-color:hover,
  .xxl\:hocus\:u-text-current-color:focus {
    color: currentColor !important;
  }

  .xxl\:hocus\:u-text-inherit:hover,
  .xxl\:hocus\:u-text-inherit:focus {
    color: inherit !important;
  }

  .xxl\:hocus\:u-text-purple:hover,
  .xxl\:hocus\:u-text-purple:focus {
    color: #68246d !important;
  }

  .xxl\:hocus\:u-text-darkpurple:hover,
  .xxl\:hocus\:u-text-darkpurple:focus {
    color: #571b4f !important;
  }

  .xxl\:hocus\:u-text-yellow:hover,
  .xxl\:hocus\:u-text-yellow:focus {
    color: #ffd53a !important;
  }

  .xxl\:hocus\:u-text-cyan:hover,
  .xxl\:hocus\:u-text-cyan:focus {
    color: #00aeef !important;
  }

  .xxl\:hocus\:u-text-blue:hover,
  .xxl\:hocus\:u-text-blue:focus {
    color: #409ddd !important;
  }

  .xxl\:hocus\:u-text-light-green:hover,
  .xxl\:hocus\:u-text-light-green:focus {
    color: #e2f4e9 !important;
  }

  .xxl\:hocus\:u-text-red:hover,
  .xxl\:hocus\:u-text-red:focus {
    color: #be1e2c !important;
  }

  .xxl\:hocus\:u-text-gold:hover,
  .xxl\:hocus\:u-text-gold:focus {
    color: #afa961 !important;
  }

  .xxl\:hocus\:u-text-ink-100:hover,
  .xxl\:hocus\:u-text-ink-100:focus {
    color: #002337 !important;
  }

  .xxl\:hocus\:u-text-stone:hover,
  .xxl\:hocus\:u-text-stone:focus {
    color: #dacda2 !important;
  }

  .xxl\:hocus\:u-text-sky:hover,
  .xxl\:hocus\:u-text-sky:focus {
    color: #a5c8d0 !important;
  }

  .xxl\:hocus\:u-text-heather:hover,
  .xxl\:hocus\:u-text-heather:focus {
    color: #cba8b1 !important;
  }

  .xxl\:hocus\:u-text-cedar:hover,
  .xxl\:hocus\:u-text-cedar:focus {
    color: #b6aaa7 !important;
  }

  .xxl\:hocus\:u-text-business:hover,
  .xxl\:hocus\:u-text-business:focus {
    color: #b3bdb1 !important;
  }

  .xxl\:hocus\:u-text-black:hover,
  .xxl\:hocus\:u-text-black:focus {
    color: #333123 !important;
  }

  .xxl\:hocus\:u-text-white:hover,
  .xxl\:hocus\:u-text-white:focus {
    color: #fff !important;
  }

  .xxl\:hocus\:u-text-grey-25:hover,
  .xxl\:hocus\:u-text-grey-25:focus {
    color: #f7f7f7 !important;
  }

  .xxl\:hocus\:u-text-grey-50:hover,
  .xxl\:hocus\:u-text-grey-50:focus {
    color: #ebebeb !important;
  }

  .xxl\:hocus\:u-text-grey-75:hover,
  .xxl\:hocus\:u-text-grey-75:focus {
    color: #d9d9d9 !important;
  }

  .xxl\:hocus\:u-text-grey-100:hover,
  .xxl\:hocus\:u-text-grey-100:focus {
    color: #afb4b6 !important;
  }

  .xxl\:hocus\:u-text-grey-200:hover,
  .xxl\:hocus\:u-text-grey-200:focus {
    color: #898e91 !important;
  }

  .xxl\:hocus\:u-text-grey-300:hover,
  .xxl\:hocus\:u-text-grey-300:focus {
    color: #64696c !important;
  }

  .xxl\:hocus\:u-text-grey-400:hover,
  .xxl\:hocus\:u-text-grey-400:focus {
    color: #3c3c3b !important;
  }

  .xxl\:hocus\:u-text-youtube:hover,
  .xxl\:hocus\:u-text-youtube:focus {
    color: #f00 !important;
  }

  .xxl\:hocus\:u-text-twitter:hover,
  .xxl\:hocus\:u-text-twitter:focus {
    color: #1da1f2 !important;
  }

  .xxl\:hocus\:u-text-facebook:hover,
  .xxl\:hocus\:u-text-facebook:focus {
    color: #3b5998 !important;
  }

  .xxl\:hocus\:u-text-instagram:hover,
  .xxl\:hocus\:u-text-instagram:focus {
    color: #444 !important;
  }

  .xxl\:hocus\:u-text-linkedin:hover,
  .xxl\:hocus\:u-text-linkedin:focus {
    color: #0077b5 !important;
  }

  .xxl\:hocus\:u-text-college:hover,
  .xxl\:hocus\:u-text-college:focus {
    color: #00664f !important;
  }

  .xxl\:hocus\:u-text-coll-collingwood:hover,
  .xxl\:hocus\:u-text-coll-collingwood:focus {
    color: #d22630 !important;
  }

  .xxl\:hocus\:u-text-coll-grey:hover,
  .xxl\:hocus\:u-text-coll-grey:focus {
    color: #af272f !important;
  }

  .xxl\:hocus\:u-text-coll-hatfield:hover,
  .xxl\:hocus\:u-text-coll-hatfield:focus {
    color: #003865 !important;
  }

  .xxl\:hocus\:u-text-coll-johnsnow:hover,
  .xxl\:hocus\:u-text-coll-johnsnow:focus {
    color: #003865 !important;
  }

  .xxl\:hocus\:u-text-coll-jbutler:hover,
  .xxl\:hocus\:u-text-coll-jbutler:focus {
    color: #d22630 !important;
  }

  .xxl\:hocus\:u-text-coll-south-college:hover,
  .xxl\:hocus\:u-text-coll-south-college:focus {
    color: #68246d !important;
  }

  .xxl\:hocus\:u-text-coll-staidans:hover,
  .xxl\:hocus\:u-text-coll-staidans:focus {
    color: #006747 !important;
  }

  .xxl\:hocus\:u-text-coll-stchads:hover,
  .xxl\:hocus\:u-text-coll-stchads:focus {
    color: #00573f !important;
  }

  .xxl\:hocus\:u-text-coll-stcuthberts:hover,
  .xxl\:hocus\:u-text-coll-stcuthberts:focus {
    color: #00664f !important;
  }

  .xxl\:hocus\:u-text-coll-sthild:hover,
  .xxl\:hocus\:u-text-coll-sthild:focus {
    color: #0072ce !important;
  }

  .xxl\:hocus\:u-text-coll-stjohns:hover,
  .xxl\:hocus\:u-text-coll-stjohns:focus {
    color: #1b365d !important;
  }

  .xxl\:hocus\:u-text-coll-stmarys:hover,
  .xxl\:hocus\:u-text-coll-stmarys:focus {
    color: #753bbd !important;
  }

  .xxl\:hocus\:u-text-coll-stephenson:hover,
  .xxl\:hocus\:u-text-coll-stephenson:focus {
    color: #d22630 !important;
  }

  .xxl\:hocus\:u-text-coll-trevelyan:hover,
  .xxl\:hocus\:u-text-coll-trevelyan:focus {
    color: #003865 !important;
  }

  .xxl\:hocus\:u-text-coll-university:hover,
  .xxl\:hocus\:u-text-coll-university:focus {
    color: #862633 !important;
  }

  .xxl\:hocus\:u-text-coll-ustinov:hover,
  .xxl\:hocus\:u-text-coll-ustinov:focus {
    color: #003865 !important;
  }

  .xxl\:hocus\:u-text-coll-vanmildert:hover,
  .xxl\:hocus\:u-text-coll-vanmildert:focus {
    color: #ee2737 !important;
  }

  .xxl\:hocus\:u-text-primary:hover,
  .xxl\:hocus\:u-text-primary:focus {
    color: #68246d !important;
  }

  .xxl\:hocus\:u-text-secondary:hover,
  .xxl\:hocus\:u-text-secondary:focus {
    color: #ffd53a !important;
  }

  .xxl\:hocus\:u-text-tertiary:hover,
  .xxl\:hocus\:u-text-tertiary:focus {
    color: #00aeef !important;
  }

  .xxl\:hocus\:u-text-success:hover,
  .xxl\:hocus\:u-text-success:focus {
    color: #449d44 !important;
  }

  .xxl\:hocus\:u-text-danger:hover,
  .xxl\:hocus\:u-text-danger:focus {
    color: #be1e2c !important;
  }

  .xxl\:hocus\:u-text-warning:hover,
  .xxl\:hocus\:u-text-warning:focus {
    color: #da611e !important;
  }

  .xxl\:hocus\:u-text-info:hover,
  .xxl\:hocus\:u-text-info:focus {
    color: #1180a1 !important;
  }

  .xxl\:hocus\:u-text-light:hover,
  .xxl\:hocus\:u-text-light:focus {
    color: #fff !important;
  }

  .xxl\:hocus\:u-text-dark:hover,
  .xxl\:hocus\:u-text-dark:focus {
    color: #333123 !important;
  }

  .xxl\:hocus\:u-text-purple--dark:hover,
  .xxl\:hocus\:u-text-purple--dark:focus {
    color: #531d57 !important;
  }

  .xxl\:hocus\:u-text-purple--light:hover,
  .xxl\:hocus\:u-text-purple--light:focus {
    color: #74287a !important;
  }

  .xxl\:hocus\:u-text-darkpurple--dark:hover,
  .xxl\:hocus\:u-text-darkpurple--dark:focus {
    color: #46163f !important;
  }

  .xxl\:hocus\:u-text-darkpurple--light:hover,
  .xxl\:hocus\:u-text-darkpurple--light:focus {
    color: #611e58 !important;
  }

  .xxl\:hocus\:u-text-yellow--dark:hover,
  .xxl\:hocus\:u-text-yellow--dark:focus {
    color: #fac500 !important;
  }

  .xxl\:hocus\:u-text-yellow--light:hover,
  .xxl\:hocus\:u-text-yellow--light:focus {
    color: #ffdd60 !important;
  }

  .xxl\:hocus\:u-text-cyan--dark:hover,
  .xxl\:hocus\:u-text-cyan--dark:focus {
    color: #008bbf !important;
  }

  .xxl\:hocus\:u-text-cyan--light:hover,
  .xxl\:hocus\:u-text-cyan--light:focus {
    color: #0dbdff !important;
  }

  .xxl\:hocus\:u-text-blue--dark:hover,
  .xxl\:hocus\:u-text-blue--dark:focus {
    color: #2281c2 !important;
  }

  .xxl\:hocus\:u-text-blue--light:hover,
  .xxl\:hocus\:u-text-blue--light:focus {
    color: #5dace2 !important;
  }

  .xxl\:hocus\:u-text-light-green--dark:hover,
  .xxl\:hocus\:u-text-light-green--dark:focus {
    color: #9edab5 !important;
  }

  .xxl\:hocus\:u-text-light-green--light:hover,
  .xxl\:hocus\:u-text-light-green--light:focus {
    color: #fff !important;
  }

  .xxl\:hocus\:u-text-red--dark:hover,
  .xxl\:hocus\:u-text-red--dark:focus {
    color: #981823 !important;
  }

  .xxl\:hocus\:u-text-red--light:hover,
  .xxl\:hocus\:u-text-red--light:focus {
    color: #d52231 !important;
  }

  .xxl\:hocus\:u-text-gold--dark:hover,
  .xxl\:hocus\:u-text-gold--dark:focus {
    color: #908b49 !important;
  }

  .xxl\:hocus\:u-text-gold--light:hover,
  .xxl\:hocus\:u-text-gold--light:focus {
    color: #bab577 !important;
  }

  .xxl\:hocus\:u-text-ink-100--dark:hover,
  .xxl\:hocus\:u-text-ink-100--dark:focus {
    color: #001c2c !important;
  }

  .xxl\:hocus\:u-text-ink-100--light:hover,
  .xxl\:hocus\:u-text-ink-100--light:focus {
    color: #00273e !important;
  }

  .xxl\:hocus\:u-text-stone--dark:hover,
  .xxl\:hocus\:u-text-stone--dark:focus {
    color: #c4b06c !important;
  }

  .xxl\:hocus\:u-text-stone--light:hover,
  .xxl\:hocus\:u-text-stone--light:focus {
    color: #e7dfc3 !important;
  }

  .xxl\:hocus\:u-text-sky--dark:hover,
  .xxl\:hocus\:u-text-sky--dark:focus {
    color: #74aab6 !important;
  }

  .xxl\:hocus\:u-text-sky--light:hover,
  .xxl\:hocus\:u-text-sky--light:focus {
    color: #c2dadf !important;
  }

  .xxl\:hocus\:u-text-heather--dark:hover,
  .xxl\:hocus\:u-text-heather--dark:focus {
    color: #af7a87 !important;
  }

  .xxl\:hocus\:u-text-heather--light:hover,
  .xxl\:hocus\:u-text-heather--light:focus {
    color: #dcc4ca !important;
  }

  .xxl\:hocus\:u-text-cedar--dark:hover,
  .xxl\:hocus\:u-text-cedar--dark:focus {
    color: #968581 !important;
  }

  .xxl\:hocus\:u-text-cedar--light:hover,
  .xxl\:hocus\:u-text-cedar--light:focus {
    color: #c9c0be !important;
  }

  .xxl\:hocus\:u-text-business--dark:hover,
  .xxl\:hocus\:u-text-business--dark:focus {
    color: #8c9b89 !important;
  }

  .xxl\:hocus\:u-text-business--light:hover,
  .xxl\:hocus\:u-text-business--light:focus {
    color: #cad1c9 !important;
  }

  .xxl\:hocus\:u-text-black--dark:hover,
  .xxl\:hocus\:u-text-black--dark:focus {
    color: #29271c !important;
  }

  .xxl\:hocus\:u-text-black--light:hover,
  .xxl\:hocus\:u-text-black--light:focus {
    color: #393727 !important;
  }

  .xxl\:hocus\:u-text-white--dark:hover,
  .xxl\:hocus\:u-text-white--dark:focus {
    color: #ccc !important;
  }

  .xxl\:hocus\:u-text-white--light:hover,
  .xxl\:hocus\:u-text-white--light:focus {
    color: #fff !important;
  }

  .xxl\:hocus\:u-text-grey-25--dark:hover,
  .xxl\:hocus\:u-text-grey-25--dark:focus {
    color: #c6c6c6 !important;
  }

  .xxl\:hocus\:u-text-grey-25--light:hover,
  .xxl\:hocus\:u-text-grey-25--light:focus {
    color: #fff !important;
  }

  .xxl\:hocus\:u-text-grey-50--dark:hover,
  .xxl\:hocus\:u-text-grey-50--dark:focus {
    color: #bcbcbc !important;
  }

  .xxl\:hocus\:u-text-grey-50--light:hover,
  .xxl\:hocus\:u-text-grey-50--light:focus {
    color: #fff !important;
  }

  .xxl\:hocus\:u-text-grey-75--dark:hover,
  .xxl\:hocus\:u-text-grey-75--dark:focus {
    color: #aeaeae !important;
  }

  .xxl\:hocus\:u-text-grey-75--light:hover,
  .xxl\:hocus\:u-text-grey-75--light:focus {
    color: #f3f3f3 !important;
  }

  .xxl\:hocus\:u-text-grey-100--dark:hover,
  .xxl\:hocus\:u-text-grey-100--dark:focus {
    color: #8a9194 !important;
  }

  .xxl\:hocus\:u-text-grey-100--light:hover,
  .xxl\:hocus\:u-text-grey-100--light:focus {
    color: #c5c9ca !important;
  }

  .xxl\:hocus\:u-text-grey-200--dark:hover,
  .xxl\:hocus\:u-text-grey-200--dark:focus {
    color: #6d7275 !important;
  }

  .xxl\:hocus\:u-text-grey-200--light:hover,
  .xxl\:hocus\:u-text-grey-200--light:focus {
    color: #9b9fa1 !important;
  }

  .xxl\:hocus\:u-text-grey-300--dark:hover,
  .xxl\:hocus\:u-text-grey-300--dark:focus {
    color: #505456 !important;
  }

  .xxl\:hocus\:u-text-grey-300--light:hover,
  .xxl\:hocus\:u-text-grey-300--light:focus {
    color: #707679 !important;
  }

  .xxl\:hocus\:u-text-grey-400--dark:hover,
  .xxl\:hocus\:u-text-grey-400--dark:focus {
    color: #30302f !important;
  }

  .xxl\:hocus\:u-text-grey-400--light:hover,
  .xxl\:hocus\:u-text-grey-400--light:focus {
    color: #434342 !important;
  }

  .xxl\:hocus\:u-text-youtube--dark:hover,
  .xxl\:hocus\:u-text-youtube--dark:focus {
    color: #c00 !important;
  }

  .xxl\:hocus\:u-text-youtube--light:hover,
  .xxl\:hocus\:u-text-youtube--light:focus {
    color: #ff1f1f !important;
  }

  .xxl\:hocus\:u-text-twitter--dark:hover,
  .xxl\:hocus\:u-text-twitter--dark:focus {
    color: #0c84cd !important;
  }

  .xxl\:hocus\:u-text-twitter--light:hover,
  .xxl\:hocus\:u-text-twitter--light:focus {
    color: #3caef4 !important;
  }

  .xxl\:hocus\:u-text-facebook--dark:hover,
  .xxl\:hocus\:u-text-facebook--dark:focus {
    color: #2f477a !important;
  }

  .xxl\:hocus\:u-text-facebook--light:hover,
  .xxl\:hocus\:u-text-facebook--light:focus {
    color: #4264aa !important;
  }

  .xxl\:hocus\:u-text-instagram--dark:hover,
  .xxl\:hocus\:u-text-instagram--dark:focus {
    color: #363636 !important;
  }

  .xxl\:hocus\:u-text-instagram--light:hover,
  .xxl\:hocus\:u-text-instagram--light:focus {
    color: #4c4c4c !important;
  }

  .xxl\:hocus\:u-text-linkedin--dark:hover,
  .xxl\:hocus\:u-text-linkedin--dark:focus {
    color: #005f91 !important;
  }

  .xxl\:hocus\:u-text-linkedin--light:hover,
  .xxl\:hocus\:u-text-linkedin--light:focus {
    color: #0085cb !important;
  }

  .xxl\:hocus\:u-text-college--dark:hover,
  .xxl\:hocus\:u-text-college--dark:focus {
    color: #00523f !important;
  }

  .xxl\:hocus\:u-text-college--light:hover,
  .xxl\:hocus\:u-text-college--light:focus {
    color: #007258 !important;
  }

  .xxl\:hocus\:u-text-coll-collingwood--dark:hover,
  .xxl\:hocus\:u-text-coll-collingwood--dark:focus {
    color: #a81e26 !important;
  }

  .xxl\:hocus\:u-text-coll-collingwood--light:hover,
  .xxl\:hocus\:u-text-coll-collingwood--light:focus {
    color: #db3a44 !important;
  }

  .xxl\:hocus\:u-text-coll-grey--dark:hover,
  .xxl\:hocus\:u-text-coll-grey--dark:focus {
    color: #8c1f26 !important;
  }

  .xxl\:hocus\:u-text-coll-grey--light:hover,
  .xxl\:hocus\:u-text-coll-grey--light:focus {
    color: #c42c35 !important;
  }

  .xxl\:hocus\:u-text-coll-hatfield--dark:hover,
  .xxl\:hocus\:u-text-coll-hatfield--dark:focus {
    color: #002d51 !important;
  }

  .xxl\:hocus\:u-text-coll-hatfield--light:hover,
  .xxl\:hocus\:u-text-coll-hatfield--light:focus {
    color: #003f71 !important;
  }

  .xxl\:hocus\:u-text-coll-johnsnow--dark:hover,
  .xxl\:hocus\:u-text-coll-johnsnow--dark:focus {
    color: #002d51 !important;
  }

  .xxl\:hocus\:u-text-coll-johnsnow--light:hover,
  .xxl\:hocus\:u-text-coll-johnsnow--light:focus {
    color: #003f71 !important;
  }

  .xxl\:hocus\:u-text-coll-jbutler--dark:hover,
  .xxl\:hocus\:u-text-coll-jbutler--dark:focus {
    color: #a81e26 !important;
  }

  .xxl\:hocus\:u-text-coll-jbutler--light:hover,
  .xxl\:hocus\:u-text-coll-jbutler--light:focus {
    color: #db3a44 !important;
  }

  .xxl\:hocus\:u-text-coll-south-college--dark:hover,
  .xxl\:hocus\:u-text-coll-south-college--dark:focus {
    color: #531d57 !important;
  }

  .xxl\:hocus\:u-text-coll-south-college--light:hover,
  .xxl\:hocus\:u-text-coll-south-college--light:focus {
    color: #74287a !important;
  }

  .xxl\:hocus\:u-text-coll-staidans--dark:hover,
  .xxl\:hocus\:u-text-coll-staidans--dark:focus {
    color: #005239 !important;
  }

  .xxl\:hocus\:u-text-coll-staidans--light:hover,
  .xxl\:hocus\:u-text-coll-staidans--light:focus {
    color: #007350 !important;
  }

  .xxl\:hocus\:u-text-coll-stchads--dark:hover,
  .xxl\:hocus\:u-text-coll-stchads--dark:focus {
    color: #004632 !important;
  }

  .xxl\:hocus\:u-text-coll-stchads--light:hover,
  .xxl\:hocus\:u-text-coll-stchads--light:focus {
    color: #006147 !important;
  }

  .xxl\:hocus\:u-text-coll-stcuthberts--dark:hover,
  .xxl\:hocus\:u-text-coll-stcuthberts--dark:focus {
    color: #00523f !important;
  }

  .xxl\:hocus\:u-text-coll-stcuthberts--light:hover,
  .xxl\:hocus\:u-text-coll-stcuthberts--light:focus {
    color: #007258 !important;
  }

  .xxl\:hocus\:u-text-coll-sthild--dark:hover,
  .xxl\:hocus\:u-text-coll-sthild--dark:focus {
    color: #005ba5 !important;
  }

  .xxl\:hocus\:u-text-coll-sthild--light:hover,
  .xxl\:hocus\:u-text-coll-sthild--light:focus {
    color: #0080e7 !important;
  }

  .xxl\:hocus\:u-text-coll-stjohns--dark:hover,
  .xxl\:hocus\:u-text-coll-stjohns--dark:focus {
    color: #162b4a !important;
  }

  .xxl\:hocus\:u-text-coll-stjohns--light:hover,
  .xxl\:hocus\:u-text-coll-stjohns--light:focus {
    color: #1e3c68 !important;
  }

  .xxl\:hocus\:u-text-coll-stmarys--dark:hover,
  .xxl\:hocus\:u-text-coll-stmarys--dark:focus {
    color: #5e2f97 !important;
  }

  .xxl\:hocus\:u-text-coll-stmarys--light:hover,
  .xxl\:hocus\:u-text-coll-stmarys--light:focus {
    color: #844ec8 !important;
  }

  .xxl\:hocus\:u-text-coll-stephenson--dark:hover,
  .xxl\:hocus\:u-text-coll-stephenson--dark:focus {
    color: #a81e26 !important;
  }

  .xxl\:hocus\:u-text-coll-stephenson--light:hover,
  .xxl\:hocus\:u-text-coll-stephenson--light:focus {
    color: #db3a44 !important;
  }

  .xxl\:hocus\:u-text-coll-trevelyan--dark:hover,
  .xxl\:hocus\:u-text-coll-trevelyan--dark:focus {
    color: #002d51 !important;
  }

  .xxl\:hocus\:u-text-coll-trevelyan--light:hover,
  .xxl\:hocus\:u-text-coll-trevelyan--light:focus {
    color: #003f71 !important;
  }

  .xxl\:hocus\:u-text-coll-university--dark:hover,
  .xxl\:hocus\:u-text-coll-university--dark:focus {
    color: #6b1e29 !important;
  }

  .xxl\:hocus\:u-text-coll-university--light:hover,
  .xxl\:hocus\:u-text-coll-university--light:focus {
    color: #962b39 !important;
  }

  .xxl\:hocus\:u-text-coll-ustinov--dark:hover,
  .xxl\:hocus\:u-text-coll-ustinov--dark:focus {
    color: #002d51 !important;
  }

  .xxl\:hocus\:u-text-coll-ustinov--light:hover,
  .xxl\:hocus\:u-text-coll-ustinov--light:focus {
    color: #003f71 !important;
  }

  .xxl\:hocus\:u-text-coll-vanmildert--dark:hover,
  .xxl\:hocus\:u-text-coll-vanmildert--dark:focus {
    color: #cd101f !important;
  }

  .xxl\:hocus\:u-text-coll-vanmildert--light:hover,
  .xxl\:hocus\:u-text-coll-vanmildert--light:focus {
    color: #f04654 !important;
  }

  .xxl\:hocus\:u-text-primary--dark:hover,
  .xxl\:hocus\:u-text-primary--dark:focus {
    color: #531d57 !important;
  }

  .xxl\:hocus\:u-text-primary--light:hover,
  .xxl\:hocus\:u-text-primary--light:focus {
    color: #74287a !important;
  }

  .xxl\:hocus\:u-text-secondary--dark:hover,
  .xxl\:hocus\:u-text-secondary--dark:focus {
    color: #fac500 !important;
  }

  .xxl\:hocus\:u-text-secondary--light:hover,
  .xxl\:hocus\:u-text-secondary--light:focus {
    color: #ffdd60 !important;
  }

  .xxl\:hocus\:u-text-tertiary--dark:hover,
  .xxl\:hocus\:u-text-tertiary--dark:focus {
    color: #008bbf !important;
  }

  .xxl\:hocus\:u-text-tertiary--light:hover,
  .xxl\:hocus\:u-text-tertiary--light:focus {
    color: #0dbdff !important;
  }

  .xxl\:hocus\:u-text-success--dark:hover,
  .xxl\:hocus\:u-text-success--dark:focus {
    color: #367e36 !important;
  }

  .xxl\:hocus\:u-text-success--light:hover,
  .xxl\:hocus\:u-text-success--light:focus {
    color: #4cb04c !important;
  }

  .xxl\:hocus\:u-text-danger--dark:hover,
  .xxl\:hocus\:u-text-danger--dark:focus {
    color: #981823 !important;
  }

  .xxl\:hocus\:u-text-danger--light:hover,
  .xxl\:hocus\:u-text-danger--light:focus {
    color: #d52231 !important;
  }

  .xxl\:hocus\:u-text-warning--dark:hover,
  .xxl\:hocus\:u-text-warning--dark:focus {
    color: #ae4e18 !important;
  }

  .xxl\:hocus\:u-text-warning--light:hover,
  .xxl\:hocus\:u-text-warning--light:focus {
    color: #e37233 !important;
  }

  .xxl\:hocus\:u-text-info--dark:hover,
  .xxl\:hocus\:u-text-info--dark:focus {
    color: #0e6681 !important;
  }

  .xxl\:hocus\:u-text-info--light:hover,
  .xxl\:hocus\:u-text-info--light:focus {
    color: #138fb4 !important;
  }

  .xxl\:hocus\:u-text-light--dark:hover,
  .xxl\:hocus\:u-text-light--dark:focus {
    color: #ccc !important;
  }

  .xxl\:hocus\:u-text-light--light:hover,
  .xxl\:hocus\:u-text-light--light:focus {
    color: #fff !important;
  }

  .xxl\:hocus\:u-text-dark--dark:hover,
  .xxl\:hocus\:u-text-dark--dark:focus {
    color: #29271c !important;
  }

  .xxl\:hocus\:u-text-dark--light:hover,
  .xxl\:hocus\:u-text-dark--light:focus {
    color: #393727 !important;
  }

  .xxl\:u-text-small {
    font-size: 14px !important;
  }

  .xxl\:u-text-medium {
    font-size: 16px !important;
  }

  .xxl\:u-text-large {
    font-size: 20px !important;
  }

  .xxl\:u-text-h5 {
    font-size: 25px !important;
  }

  .xxl\:u-text-h4 {
    font-size: 31px !important;
  }

  .xxl\:u-text-h3 {
    font-size: 39px !important;
  }

  .xxl\:u-text-h2 {
    font-size: 49px !important;
  }

  .xxl\:u-text-h1 {
    font-size: 61px !important;
  }

  .xxl\:u-text-sidekick {
    font-size: 76px !important;
  }

  .xxl\:u-text-hero {
    font-size: 95px !important;
  }

  .xxl\:u-text-unset {
    font-size: unset !important;
  }

  .xxl\:u-italic {
    font-style: italic !important;
  }

  .xxl\:u-roman {
    font-style: normal !important;
  }

  .xxl\:u-uppercase {
    text-transform: uppercase !important;
  }

  .xxl\:u-lowercase {
    text-transform: lowercase !important;
  }

  .xxl\:u-capitalize {
    text-transform: capitalize !important;
  }

  .xxl\:u-normal-case {
    text-transform: none !important;
  }

  .xxl\:u-underline {
    text-decoration: underline !important;
  }

  .xxl\:u-line-through {
    text-decoration: line-through !important;
  }

  .xxl\:u-no-underline {
    text-decoration: none !important;
  }

  .xxl\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xxl\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xxl\:hover\:u-italic:hover {
    font-style: italic !important;
  }

  .xxl\:hover\:u-roman:hover {
    font-style: normal !important;
  }

  .xxl\:hover\:u-uppercase:hover {
    text-transform: uppercase !important;
  }

  .xxl\:hover\:u-lowercase:hover {
    text-transform: lowercase !important;
  }

  .xxl\:hover\:u-capitalize:hover {
    text-transform: capitalize !important;
  }

  .xxl\:hover\:u-normal-case:hover {
    text-transform: none !important;
  }

  .xxl\:hover\:u-underline:hover {
    text-decoration: underline !important;
  }

  .xxl\:hover\:u-line-through:hover {
    text-decoration: line-through !important;
  }

  .xxl\:hover\:u-no-underline:hover {
    text-decoration: none !important;
  }

  .xxl\:hover\:u-antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xxl\:hover\:u-subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xxl\:focus\:u-italic:focus {
    font-style: italic !important;
  }

  .xxl\:focus\:u-roman:focus {
    font-style: normal !important;
  }

  .xxl\:focus\:u-uppercase:focus {
    text-transform: uppercase !important;
  }

  .xxl\:focus\:u-lowercase:focus {
    text-transform: lowercase !important;
  }

  .xxl\:focus\:u-capitalize:focus {
    text-transform: capitalize !important;
  }

  .xxl\:focus\:u-normal-case:focus {
    text-transform: none !important;
  }

  .xxl\:focus\:u-underline:focus {
    text-decoration: underline !important;
  }

  .xxl\:focus\:u-line-through:focus {
    text-decoration: line-through !important;
  }

  .xxl\:focus\:u-no-underline:focus {
    text-decoration: none !important;
  }

  .xxl\:focus\:u-antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xxl\:focus\:u-subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xxl\:hocus\:u-italic:hover,
  .xxl\:hocus\:u-italic:focus {
    font-style: italic !important;
  }

  .xxl\:hocus\:u-roman:hover,
  .xxl\:hocus\:u-roman:focus {
    font-style: normal !important;
  }

  .xxl\:hocus\:u-uppercase:hover,
  .xxl\:hocus\:u-uppercase:focus {
    text-transform: uppercase !important;
  }

  .xxl\:hocus\:u-lowercase:hover,
  .xxl\:hocus\:u-lowercase:focus {
    text-transform: lowercase !important;
  }

  .xxl\:hocus\:u-capitalize:hover,
  .xxl\:hocus\:u-capitalize:focus {
    text-transform: capitalize !important;
  }

  .xxl\:hocus\:u-normal-case:hover,
  .xxl\:hocus\:u-normal-case:focus {
    text-transform: none !important;
  }

  .xxl\:hocus\:u-underline:hover,
  .xxl\:hocus\:u-underline:focus {
    text-decoration: underline !important;
  }

  .xxl\:hocus\:u-line-through:hover,
  .xxl\:hocus\:u-line-through:focus {
    text-decoration: line-through !important;
  }

  .xxl\:hocus\:u-no-underline:hover,
  .xxl\:hocus\:u-no-underline:focus {
    text-decoration: none !important;
  }

  .xxl\:hocus\:u-antialiased:hover,
  .xxl\:hocus\:u-antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xxl\:hocus\:u-subpixel-antialiased:hover,
  .xxl\:hocus\:u-subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .group:focus-within .xxl\:group-focus-within\:u-italic {
    font-style: italic !important;
  }

  .group:focus-within .xxl\:group-focus-within\:u-roman {
    font-style: normal !important;
  }

  .group:focus-within .xxl\:group-focus-within\:u-uppercase {
    text-transform: uppercase !important;
  }

  .group:focus-within .xxl\:group-focus-within\:u-lowercase {
    text-transform: lowercase !important;
  }

  .group:focus-within .xxl\:group-focus-within\:u-capitalize {
    text-transform: capitalize !important;
  }

  .group:focus-within .xxl\:group-focus-within\:u-normal-case {
    text-transform: none !important;
  }

  .group:focus-within .xxl\:group-focus-within\:u-underline {
    text-decoration: underline !important;
  }

  .group:focus-within .xxl\:group-focus-within\:u-line-through {
    text-decoration: line-through !important;
  }

  .group:focus-within .xxl\:group-focus-within\:u-no-underline {
    text-decoration: none !important;
  }

  .group:focus-within .xxl\:group-focus-within\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .group:focus-within .xxl\:group-focus-within\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .group:hover .xxl\:group-hocus\:u-italic,
  .group:focus .xxl\:group-hocus\:u-italic {
    font-style: italic !important;
  }

  .group:hover .xxl\:group-hocus\:u-roman,
  .group:focus .xxl\:group-hocus\:u-roman {
    font-style: normal !important;
  }

  .group:hover .xxl\:group-hocus\:u-uppercase,
  .group:focus .xxl\:group-hocus\:u-uppercase {
    text-transform: uppercase !important;
  }

  .group:hover .xxl\:group-hocus\:u-lowercase,
  .group:focus .xxl\:group-hocus\:u-lowercase {
    text-transform: lowercase !important;
  }

  .group:hover .xxl\:group-hocus\:u-capitalize,
  .group:focus .xxl\:group-hocus\:u-capitalize {
    text-transform: capitalize !important;
  }

  .group:hover .xxl\:group-hocus\:u-normal-case,
  .group:focus .xxl\:group-hocus\:u-normal-case {
    text-transform: none !important;
  }

  .group:hover .xxl\:group-hocus\:u-underline,
  .group:focus .xxl\:group-hocus\:u-underline {
    text-decoration: underline !important;
  }

  .group:hover .xxl\:group-hocus\:u-line-through,
  .group:focus .xxl\:group-hocus\:u-line-through {
    text-decoration: line-through !important;
  }

  .group:hover .xxl\:group-hocus\:u-no-underline,
  .group:focus .xxl\:group-hocus\:u-no-underline {
    text-decoration: none !important;
  }

  .group:hover .xxl\:group-hocus\:u-antialiased,
  .group:focus .xxl\:group-hocus\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .group:hover .xxl\:group-hocus\:u-subpixel-antialiased,
  .group:focus .xxl\:group-hocus\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .group:hover .xxl\:group-hover\:u-italic {
    font-style: italic !important;
  }

  .group:hover .xxl\:group-hover\:u-roman {
    font-style: normal !important;
  }

  .group:hover .xxl\:group-hover\:u-uppercase {
    text-transform: uppercase !important;
  }

  .group:hover .xxl\:group-hover\:u-lowercase {
    text-transform: lowercase !important;
  }

  .group:hover .xxl\:group-hover\:u-capitalize {
    text-transform: capitalize !important;
  }

  .group:hover .xxl\:group-hover\:u-normal-case {
    text-transform: none !important;
  }

  .group:hover .xxl\:group-hover\:u-underline {
    text-decoration: underline !important;
  }

  .group:hover .xxl\:group-hover\:u-line-through {
    text-decoration: line-through !important;
  }

  .group:hover .xxl\:group-hover\:u-no-underline {
    text-decoration: none !important;
  }

  .group:hover .xxl\:group-hover\:u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .group:hover .xxl\:group-hover\:u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xxl\:u-tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .xxl\:u-tracking-normal {
    letter-spacing: 0 !important;
  }

  .xxl\:u-tracking-wide {
    letter-spacing: .05em !important;
  }

  .xxl\:u-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .xxl\:u-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .xxl\:u-align-baseline {
    vertical-align: baseline !important;
  }

  .xxl\:u-align-top {
    vertical-align: top !important;
  }

  .xxl\:u-align-middle {
    vertical-align: middle !important;
  }

  .xxl\:u-align-bottom {
    vertical-align: bottom !important;
  }

  .xxl\:u-align-text-top {
    vertical-align: text-top !important;
  }

  .xxl\:u-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xxl\:u-visible {
    visibility: visible !important;
  }

  .xxl\:u-invisible {
    visibility: hidden !important;
  }

  .xxl\:u-whitespace-normal {
    white-space: normal !important;
  }

  .xxl\:u-whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .xxl\:u-whitespace-pre {
    white-space: pre !important;
  }

  .xxl\:u-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xxl\:u-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xxl\:u-break-words {
    word-wrap: break-word !important;
  }

  .xxl\:u-break-normal {
    word-wrap: normal !important;
  }

  .xxl\:u-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xxl\:u-w-0 {
    width: 0 !important;
  }

  .xxl\:u-w-1 {
    width: 8px !important;
  }

  .xxl\:u-w-2 {
    width: 16px !important;
  }

  .xxl\:u-w-3 {
    width: 24px !important;
  }

  .xxl\:u-w-4 {
    width: 32px !important;
  }

  .xxl\:u-w-5 {
    width: 40px !important;
  }

  .xxl\:u-w-6 {
    width: 48px !important;
  }

  .xxl\:u-w-10 {
    width: 80px !important;
  }

  .xxl\:u-w-auto {
    width: auto !important;
  }

  .xxl\:u-w-unset {
    width: unset !important;
  }

  .xxl\:u-w-1\/2 {
    width: 50% !important;
  }

  .xxl\:u-w-1\/3 {
    width: 33.33333% !important;
  }

  .xxl\:u-w-2\/3 {
    width: 66.66667% !important;
  }

  .xxl\:u-w-1\/4 {
    width: 25% !important;
  }

  .xxl\:u-w-3\/4 {
    width: 75% !important;
  }

  .xxl\:u-w-1\/5 {
    width: 20% !important;
  }

  .xxl\:u-w-2\/5 {
    width: 40% !important;
  }

  .xxl\:u-w-3\/5 {
    width: 60% !important;
  }

  .xxl\:u-w-4\/5 {
    width: 80% !important;
  }

  .xxl\:u-w-1\/6 {
    width: 16.66667% !important;
  }

  .xxl\:u-w-5\/6 {
    width: 83.33333% !important;
  }

  .xxl\:u-w-full {
    width: 100% !important;
  }

  .xxl\:u-w-screen {
    width: 100vw !important;
  }

  .xxl\:u-w-icon {
    width: 20px !important;
  }

  .xxl\:u-w-icon-lg {
    width: 35px !important;
  }

  .xxl\:u-w-logo {
    width: 300px !important;
  }

  .xxl\:u-w-statistic {
    width: 212px !important;
  }

  .xxl\:u-z-0 {
    z-index: 0 !important;
  }

  .xxl\:u-z-1 {
    z-index: 1 !important;
  }

  .xxl\:u-z-10 {
    z-index: 10 !important;
  }

  .xxl\:u-z-20 {
    z-index: 20 !important;
  }

  .xxl\:u-z-30 {
    z-index: 30 !important;
  }

  .xxl\:u-z-40 {
    z-index: 40 !important;
  }

  .xxl\:u-z-50 {
    z-index: 50 !important;
  }

  .xxl\:u-z-400 {
    z-index: 400 !important;
  }

  .xxl\:u-z-410 {
    z-index: 410 !important;
  }

  .xxl\:u-z-420 {
    z-index: 420 !important;
  }

  .xxl\:u-z-501 {
    z-index: 501 !important;
  }

  .xxl\:u-z-1251 {
    z-index: 1251 !important;
  }

  .xxl\:u-z-auto {
    z-index: auto !important;
  }

  .xxl\:u-z--1 {
    z-index: -1 !important;
  }

  .xxl\:hocus\:u-z-0:hover,
  .xxl\:hocus\:u-z-0:focus {
    z-index: 0 !important;
  }

  .xxl\:hocus\:u-z-1:hover,
  .xxl\:hocus\:u-z-1:focus {
    z-index: 1 !important;
  }

  .xxl\:hocus\:u-z-10:hover,
  .xxl\:hocus\:u-z-10:focus {
    z-index: 10 !important;
  }

  .xxl\:hocus\:u-z-20:hover,
  .xxl\:hocus\:u-z-20:focus {
    z-index: 20 !important;
  }

  .xxl\:hocus\:u-z-30:hover,
  .xxl\:hocus\:u-z-30:focus {
    z-index: 30 !important;
  }

  .xxl\:hocus\:u-z-40:hover,
  .xxl\:hocus\:u-z-40:focus {
    z-index: 40 !important;
  }

  .xxl\:hocus\:u-z-50:hover,
  .xxl\:hocus\:u-z-50:focus {
    z-index: 50 !important;
  }

  .xxl\:hocus\:u-z-400:hover,
  .xxl\:hocus\:u-z-400:focus {
    z-index: 400 !important;
  }

  .xxl\:hocus\:u-z-410:hover,
  .xxl\:hocus\:u-z-410:focus {
    z-index: 410 !important;
  }

  .xxl\:hocus\:u-z-420:hover,
  .xxl\:hocus\:u-z-420:focus {
    z-index: 420 !important;
  }

  .xxl\:hocus\:u-z-501:hover,
  .xxl\:hocus\:u-z-501:focus {
    z-index: 501 !important;
  }

  .xxl\:hocus\:u-z-1251:hover,
  .xxl\:hocus\:u-z-1251:focus {
    z-index: 1251 !important;
  }

  .xxl\:hocus\:u-z-auto:hover,
  .xxl\:hocus\:u-z-auto:focus {
    z-index: auto !important;
  }

  .xxl\:hocus\:u-z--1:hover,
  .xxl\:hocus\:u-z--1:focus {
    z-index: -1 !important;
  }

  .xxl\:u-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xxl\:u-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xxl\:u-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xxl\:u-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xxl\:u-object-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xxl\:u-scroll-snap-x {
    scroll-snap-type: x mandatory !important;
  }

  .xxl\:u-scroll-snap-y {
    scroll-snap-type: y mandatory !important;
  }

  .xxl\:u-scroll-snap-start {
    scroll-snap-align: start !important;
  }

  .xxl\:u-t-1 {
    top: 8px !important;
  }

  .xxl\:u-r-1 {
    right: 8px !important;
  }

  .xxl\:u-b-1 {
    bottom: 8px !important;
  }

  .xxl\:u-l-1 {
    left: 8px !important;
  }

  .xxl\:u-t-2 {
    top: 16px !important;
  }

  .xxl\:u-r-2 {
    right: 16px !important;
  }

  .xxl\:u-b-2 {
    bottom: 16px !important;
  }

  .xxl\:u-l-2 {
    left: 16px !important;
  }

  .xxl\:u-t-3 {
    top: 24px !important;
  }

  .xxl\:u-r-3 {
    right: 24px !important;
  }

  .xxl\:u-b-3 {
    bottom: 24px !important;
  }

  .xxl\:u-l-3 {
    left: 24px !important;
  }

  .xxl\:u-t-4 {
    top: 32px !important;
  }

  .xxl\:u-r-4 {
    right: 32px !important;
  }

  .xxl\:u-b-4 {
    bottom: 32px !important;
  }

  .xxl\:u-l-4 {
    left: 32px !important;
  }

  .xxl\:u-t-5 {
    top: 40px !important;
  }

  .xxl\:u-r-5 {
    right: 40px !important;
  }

  .xxl\:u-b-5 {
    bottom: 40px !important;
  }

  .xxl\:u-l-5 {
    left: 40px !important;
  }

  .xxl\:u-t-6 {
    top: 48px !important;
  }

  .xxl\:u-r-6 {
    right: 48px !important;
  }

  .xxl\:u-b-6 {
    bottom: 48px !important;
  }

  .xxl\:u-l-6 {
    left: 48px !important;
  }

  .xxl\:u-t-7 {
    top: 56px !important;
  }

  .xxl\:u-r-7 {
    right: 56px !important;
  }

  .xxl\:u-b-7 {
    bottom: 56px !important;
  }

  .xxl\:u-l-7 {
    left: 56px !important;
  }

  .xxl\:u-t-8 {
    top: 64px !important;
  }

  .xxl\:u-r-8 {
    right: 64px !important;
  }

  .xxl\:u-b-8 {
    bottom: 64px !important;
  }

  .xxl\:u-l-8 {
    left: 64px !important;
  }

  .xxl\:u-t-9 {
    top: 72px !important;
  }

  .xxl\:u-r-9 {
    right: 72px !important;
  }

  .xxl\:u-b-9 {
    bottom: 72px !important;
  }

  .xxl\:u-l-9 {
    left: 72px !important;
  }

  .xxl\:u-t-10 {
    top: 80px !important;
  }

  .xxl\:u-r-10 {
    right: 80px !important;
  }

  .xxl\:u-b-10 {
    bottom: 80px !important;
  }

  .xxl\:u-l-10 {
    left: 80px !important;
  }

  .xxl\:u-t--1 {
    top: -8px !important;
  }

  .xxl\:u-r--1 {
    right: -8px !important;
  }

  .xxl\:u-b--1 {
    bottom: -8px !important;
  }

  .xxl\:u-l--1 {
    left: -8px !important;
  }

  .xxl\:u-t--2 {
    top: -16px !important;
  }

  .xxl\:u-r--2 {
    right: -16px !important;
  }

  .xxl\:u-b--2 {
    bottom: -16px !important;
  }

  .xxl\:u-l--2 {
    left: -16px !important;
  }

  .xxl\:u-t--3 {
    top: -24px !important;
  }

  .xxl\:u-r--3 {
    right: -24px !important;
  }

  .xxl\:u-b--3 {
    bottom: -24px !important;
  }

  .xxl\:u-l--3 {
    left: -24px !important;
  }

  .xxl\:u-t--4 {
    top: -32px !important;
  }

  .xxl\:u-r--4 {
    right: -32px !important;
  }

  .xxl\:u-b--4 {
    bottom: -32px !important;
  }

  .xxl\:u-l--4 {
    left: -32px !important;
  }

  .xxl\:u-t--5 {
    top: -40px !important;
  }

  .xxl\:u-r--5 {
    right: -40px !important;
  }

  .xxl\:u-b--5 {
    bottom: -40px !important;
  }

  .xxl\:u-l--5 {
    left: -40px !important;
  }

  .xxl\:u-t--6 {
    top: -48px !important;
  }

  .xxl\:u-r--6 {
    right: -48px !important;
  }

  .xxl\:u-b--6 {
    bottom: -48px !important;
  }

  .xxl\:u-l--6 {
    left: -48px !important;
  }

  .xxl\:u-t--7 {
    top: -56px !important;
  }

  .xxl\:u-r--7 {
    right: -56px !important;
  }

  .xxl\:u-b--7 {
    bottom: -56px !important;
  }

  .xxl\:u-l--7 {
    left: -56px !important;
  }

  .xxl\:u-t--8 {
    top: -64px !important;
  }

  .xxl\:u-r--8 {
    right: -64px !important;
  }

  .xxl\:u-b--8 {
    bottom: -64px !important;
  }

  .xxl\:u-l--8 {
    left: -64px !important;
  }

  .xxl\:u-t--9 {
    top: -72px !important;
  }

  .xxl\:u-r--9 {
    right: -72px !important;
  }

  .xxl\:u-b--9 {
    bottom: -72px !important;
  }

  .xxl\:u-l--9 {
    left: -72px !important;
  }

  .xxl\:u-t--10 {
    top: -80px !important;
  }

  .xxl\:u-r--10 {
    right: -80px !important;
  }

  .xxl\:u-b--10 {
    bottom: -80px !important;
  }

  .xxl\:u-l--10 {
    left: -80px !important;
  }

  .xxl\:u-t-unset {
    top: unset !important;
  }

  .xxl\:u-r-unset {
    right: unset !important;
  }

  .xxl\:u-b-unset {
    bottom: unset !important;
  }

  .xxl\:u-l-unset {
    left: unset !important;
  }

  .xxl\:u-t-inherit {
    top: inherit !important;
  }

  .xxl\:u-r-inherit {
    right: inherit !important;
  }

  .xxl\:u-b-inherit {
    bottom: inherit !important;
  }

  .xxl\:u-l-inherit {
    left: inherit !important;
  }

  .xxl\:u-t-header-height {
    top: 155px !important;
    top: var(--site-header-height) !important;
  }

  .xxl\:u-r-header-height {
    right: 155px !important;
    right: var(--site-header-height) !important;
  }

  .xxl\:u-b-header-height {
    bottom: 155px !important;
    bottom: var(--site-header-height) !important;
  }

  .xxl\:u-l-header-height {
    left: 155px !important;
    left: var(--site-header-height) !important;
  }

  .xxl\:u-aspect-ratio-full {
    padding-bottom: 29.65277777777778% !important;
  }

  .xxl\:u-aspect-ratio-square {
    padding-bottom: 100% !important;
  }

  .xxl\:u-aspect-ratio-16\/9 {
    padding-bottom: 56.25% !important;
  }

  .xxl\:u-aspect-ratio-4\/3 {
    padding-bottom: 75% !important;
  }

  .xxl\:u-o-0 > * + * {
    margin-top: 0 !important;
  }

  .xxl\:u-o-1 > * + * {
    margin-top: 8px !important;
  }

  .xxl\:u-o-2 > * + * {
    margin-top: 16px !important;
  }

  .xxl\:u-o-3 > * + * {
    margin-top: 24px !important;
  }

  .xxl\:u-o-4 > * + * {
    margin-top: 32px !important;
  }

  .xxl\:u-o-5 > * + * {
    margin-top: 40px !important;
  }

  .xxl\:u-o-6 > * + * {
    margin-top: 48px !important;
  }

  .xxl\:u-o-7 > * + * {
    margin-top: 56px !important;
  }

  .xxl\:u-o-8 > * + * {
    margin-top: 64px !important;
  }

  .xxl\:u-o-9 > * + * {
    margin-top: 72px !important;
  }

  .xxl\:u-o-10 > * + * {
    margin-top: 80px !important;
  }

  .xxl\:u-o-11 > * + * {
    margin-top: 88px !important;
  }

  .xxl\:u-o-gutter > * + * {
    margin-top: 15px !important;
  }

  .xxl\:u-o-container-gutter > * + * {
    margin-top: calc(15px + ((100vw - 100%)/2)) !important;
    margin-top: calc(15px + ((100vw - var(--container-max-width))/2)) !important;
  }

  .xxl\:u-bg-gradient-t-white-grey-50 {
    background-image: linear-gradient(to top, #fff, #ebebeb) !important;
  }

  .xxl\:u-bg-gradient-b-white-grey-50 {
    background-image: linear-gradient(to bottom, #fff, #ebebeb) !important;
  }

  .xxl\:u-bg-gradient-t-black-scrim {
    background-image: linear-gradient(to top, #0000, #000) !important;
  }

  .xxl\:u-bg-gradient-b-black-scrim {
    background-image: linear-gradient(to bottom, #0000, #000) !important;
  }

  .xxl\:row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .xxl\:container,
  .xxl\:header,
  .xxl\:main,
  .xxl\:footer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .xxl\:u-overlap-y {
    transform: translateY(-50%);
  }

  .xxl\:u-un-breakout {
    position: inherit;
    right: inherit;
    left: inherit;
    width: inherit;
    margin-right: inherit;
    margin-left: inherit;
  }

  .xxl\:u-flex-wrap-nowrap {
    flex-wrap: nowrap !important;
  }

  .xxl\:u-pin-t-100 {
    top: 100%;
  }

  .xxl\:u--mx-container-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }

  @media (min-width: 576px) {
    .u--mx-container-gutter {
      margin-left: calc((15px + (100vw - 100%)/2)*-1) !important;
      margin-left: calc((15px + (100vw - var(--container-max-width))/2)*-1) !important;
      margin-right: calc((15px + (100vw - 100%)/2)*-1) !important;
      margin-right: calc((15px + (100vw - var(--container-max-width))/2)*-1) !important;
    }
  }

  .xxl\:u-visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .xxl\:u-break-normal {
    word-break: normal;
  }

  .xxl\:u-break-all {
    word-break: break-all;
  }

  .xxl\:u-hyphens-auto {
    -webkit-hyphens: auto;
            hyphens: auto;
  }

  .xxl\:u-break-words {
    overflow-wrap: break-word;
  }
}

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