@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@300;

400;500&family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap);@charset "UTF-8";

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #003da5;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #78be20;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --blue-lt: #0f74cb;
  --gold: #ffb81c;
  --primary: #003da5;
  --secondary: #0f74cb;
  --success: #78be20;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #eaeaea;
  --dark: #2b2b2b;
  --tertiary: #ffb81c;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1440px;
  --breakpoint-max: 1920px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::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: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.67;
  color: #2b2b2b;
  text-align: left;
  background-color: white;
}

[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: 0.75rem;
}

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

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: 700;
}

dd {
  margin-bottom: 0.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: #003da5;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0f74cb;
  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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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: 0.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;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.75rem;
  font-weight: normal;
  line-height: 1.5;
}

h1,
.h1 {
  font-size: 4.25rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.375rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.5;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.5;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.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 {
    max-width: 540px;
  }
}

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

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

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

.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-max,
.col-max-auto,
.col-max-12,
.col-max-11,
.col-max-10,
.col-max-9,
.col-max-8,
.col-max-7,
.col-max-6,
.col-max-5,
.col-max-4,
.col-max-3,
.col-max-2,
.col-max-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.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-max-1 {
    margin-left: 8.3333333333%;
  }

  .offset-max-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-max-4 {
    margin-left: 33.3333333333%;
  }

  .offset-max-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-max-7 {
    margin-left: 58.3333333333%;
  }

  .offset-max-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-max-10 {
    margin-left: 83.3333333333%;
  }

  .offset-max-11 {
    margin-left: 91.6666666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #2b2b2b;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered 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, 0.05);
}

.table-hover tbody tr:hover {
  color: #2b2b2b;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8c9e6;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7a9ad0;
}

.table-hover .table-primary:hover {
  background-color: #a5bbdf;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a5bbdf;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #bcd8f0;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #82b7e4;
}

.table-hover .table-secondary:hover {
  background-color: #a7cceb;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #a7cceb;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d9edc1;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b9dd8b;
}

.table-hover .table-success:hover {
  background-color: #cde7ad;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #cde7ad;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f9f9f9;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f4f4f4;
}

.table-hover .table-light:hover {
  background-color: #ececec;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececec;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c4c4c4;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #919191;
}

.table-hover .table-dark:hover {
  background-color: #b7b7b7;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b7b7b7;
}

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: #ffebbf;
}

.table-tertiary th,
.table-tertiary td,
.table-tertiary thead th,
.table-tertiary tbody + tbody {
  border-color: #ffda89;
}

.table-hover .table-tertiary:hover {
  background-color: #ffe3a6;
}

.table-hover .table-tertiary:hover > td,
.table-hover .table-tertiary:hover > th {
  background-color: #ffe3a6;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #2b2b2b;
  background-color: white;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.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 {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    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 {
    border: 0;
  }
}

@media (max-width: 1439.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1919.98px) {
  .table-responsive-max {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-max > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

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

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

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #2676ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  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:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2;
  color: #2b2b2b;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 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 + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  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: 0.5rem;
}

.form-text {
  display: block;
  margin-top: 0.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: 0.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: 0.75rem;
}

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #78be20;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.67;
  color: #212529;
  background-color: rgba(120, 190, 32, 0.9);
  border-radius: 0;
}

.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: #78be20;
  padding-right: calc(2em + 0.75rem);
  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='%2378be20' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5em + 0.1875rem) center;
  background-size: calc(1em + 0.375rem) calc(1em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #78be20;
  box-shadow: 0 0 0 0.2rem rgba(120, 190, 32, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(2em + 0.75rem);
  background-position: top calc(0.5em + 0.1875rem) right calc(0.5em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #78be20;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3e%3cpath d='M8,6.79l6-6a1.16,1.16,0,0,1,1.62,0h0a1.12,1.12,0,0,1,0,1.59L8.81,9.17a1.15,1.15,0,0,1-1.57,0L.34,2.43A1.11,1.11,0,0,1,.33.84,1.16,1.16,0,0,1,2,.84H2Z' style='fill:%232b2b2b'/%3e%3c/svg%3e") no-repeat right 0.75rem center/1rem 0.625rem, 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='%2378be20' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(1em + 0.375rem) calc(1em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #78be20;
  box-shadow: 0 0 0 0.2rem rgba(120, 190, 32, 0.25);
}

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

.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: #78be20;
}

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #92dd34;
  background-color: #92dd34;
}

.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 0.2rem rgba(120, 190, 32, 0.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: #78be20;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #78be20;
  box-shadow: 0 0 0 0.2rem rgba(120, 190, 32, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.67;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
}

.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: #dc3545;
  padding-right: calc(2em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5em + 0.1875rem) center;
  background-size: calc(1em + 0.375rem) calc(1em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(2em + 0.75rem);
  background-position: top calc(0.5em + 0.1875rem) right calc(0.5em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3e%3cpath d='M8,6.79l6-6a1.16,1.16,0,0,1,1.62,0h0a1.12,1.12,0,0,1,0,1.59L8.81,9.17a1.15,1.15,0,0,1-1.57,0L.34,2.43A1.11,1.11,0,0,1,.33.84,1.16,1.16,0,0,1,2,.84H2Z' style='fill:%232b2b2b'/%3e%3c/svg%3e") no-repeat right 0.75rem center/1rem 0.625rem, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(1em + 0.375rem) calc(1em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.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: #dc3545;
}

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

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

.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 0.2rem rgba(220, 53, 69, 0.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: #dc3545;
}

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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: 0.25rem;
    margin-left: 0;
  }

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #2b2b2b;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.67;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.25);
}

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

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

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

.btn-primary {
  color: #fff;
  background-color: #003da5;
  border-color: #003da5;
}

.btn-primary:hover {
  color: #fff;
  background-color: #002f7f;
  border-color: #002a72;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #002f7f;
  border-color: #002a72;
  box-shadow: 0 0 0 0.2rem rgba(38, 90, 179, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #003da5;
  border-color: #003da5;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #002a72;
  border-color: #002565;
}

.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 0.2rem rgba(38, 90, 179, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #0f74cb;
  border-color: #0f74cb;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #0c60a7;
  border-color: #0b599c;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #0c60a7;
  border-color: #0b599c;
  box-shadow: 0 0 0 0.2rem rgba(51, 137, 211, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #0f74cb;
  border-color: #0f74cb;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0b599c;
  border-color: #0b5290;
}

.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 0.2rem rgba(51, 137, 211, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #78be20;
  border-color: #78be20;
}

.btn-success:hover {
  color: #fff;
  background-color: #639d1a;
  border-color: #5c9219;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #639d1a;
  border-color: #5c9219;
  box-shadow: 0 0 0 0.2rem rgba(107, 167, 33, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #78be20;
  border-color: #78be20;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #5c9219;
  border-color: #568717;
}

.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 0.2rem rgba(107, 167, 33, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.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 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.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 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.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 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #eaeaea;
  border-color: #eaeaea;
}

.btn-light:hover {
  color: #212529;
  background-color: #d7d7d7;
  border-color: #d1d1d1;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #d7d7d7;
  border-color: #d1d1d1;
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 205, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #eaeaea;
  border-color: #eaeaea;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d1d1d1;
  border-color: #cacaca;
}

.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 0.2rem rgba(204, 204, 205, 0.5);
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #181818;
  border-color: #121212;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #181818;
  border-color: #121212;
  box-shadow: 0 0 0 0.2rem rgba(75, 75, 75, 0.5);
}

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

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #121212;
  border-color: #0b0b0b;
}

.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 0.2rem rgba(75, 75, 75, 0.5);
}

.btn-tertiary {
  color: #212529;
  background-color: #ffb81c;
  border-color: #ffb81c;
}

.btn-tertiary:hover {
  color: #212529;
  background-color: #f5a800;
  border-color: #e89f00;
}

.btn-tertiary:focus,
.btn-tertiary.focus {
  color: #212529;
  background-color: #f5a800;
  border-color: #e89f00;
  box-shadow: 0 0 0 0.2rem rgba(222, 162, 30, 0.5);
}

.btn-tertiary.disabled,
.btn-tertiary:disabled {
  color: #212529;
  background-color: #ffb81c;
  border-color: #ffb81c;
}

.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-tertiary.dropdown-toggle {
  color: #212529;
  background-color: #e89f00;
  border-color: #db9700;
}

.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 0.2rem rgba(222, 162, 30, 0.5);
}

.btn-outline-primary {
  color: #003da5;
  border-color: #003da5;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #003da5;
  border-color: #003da5;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #003da5;
  background-color: transparent;
}

.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: #003da5;
  border-color: #003da5;
}

.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 0.2rem rgba(0, 61, 165, 0.5);
}

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

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #0f74cb;
  border-color: #0f74cb;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 116, 203, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #0f74cb;
  background-color: transparent;
}

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

.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 0.2rem rgba(15, 116, 203, 0.5);
}

.btn-outline-success {
  color: #78be20;
  border-color: #78be20;
}

.btn-outline-success:hover {
  color: #212529;
  background-color: #78be20;
  border-color: #78be20;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 190, 32, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #78be20;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #78be20;
  border-color: #78be20;
}

.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 0.2rem rgba(120, 190, 32, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.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: #17a2b8;
  border-color: #17a2b8;
}

.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 0.2rem rgba(23, 162, 184, 0.5);
}

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

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

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

.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 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.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: #dc3545;
  border-color: #dc3545;
}

.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 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #eaeaea;
  border-color: #eaeaea;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #eaeaea;
  border-color: #eaeaea;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #eaeaea;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #eaeaea;
  border-color: #eaeaea;
}

.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 0.2rem rgba(234, 234, 234, 0.5);
}

.btn-outline-dark {
  color: #2b2b2b;
  border-color: #2b2b2b;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 43, 43, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #2b2b2b;
  background-color: transparent;
}

.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: #2b2b2b;
  border-color: #2b2b2b;
}

.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 0.2rem rgba(43, 43, 43, 0.5);
}

.btn-outline-tertiary {
  color: #ffb81c;
  border-color: #ffb81c;
}

.btn-outline-tertiary:hover {
  color: #212529;
  background-color: #ffb81c;
  border-color: #ffb81c;
}

.btn-outline-tertiary:focus,
.btn-outline-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 184, 28, 0.5);
}

.btn-outline-tertiary.disabled,
.btn-outline-tertiary:disabled {
  color: #ffb81c;
  background-color: transparent;
}

.btn-outline-tertiary:not(:disabled):not(.disabled):active,
.btn-outline-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-outline-tertiary.dropdown-toggle {
  color: #212529;
  background-color: #ffb81c;
  border-color: #ffb81c;
}

.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 0.2rem rgba(255, 184, 28, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #003da5;
  text-decoration: none;
}

.btn-link:hover {
  color: #0f74cb;
  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,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.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 0.35s ease;
}

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #2b2b2b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1440px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1920px) {
  .dropdown-menu-max-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-max-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #003da5;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.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: -1px;
}

.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(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.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-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: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  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 + 1rem + 2px);
}

.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: 0.5rem 1rem;
  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 + 0.5rem + 2px);
}

.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: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .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: 1.67rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          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: 1.335rem;
  opacity: 0;
}

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

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.25);
}

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

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #5996ff;
  border-color: #5996ff;
}

.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: 0.335rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

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

.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: #003da5;
  background-color: #003da5;
}

.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(0, 61, 165, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 61, 165, 0.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(0, 61, 165, 0.5);
}

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

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

.custom-switch .custom-control-label::after {
  top: calc(0.335rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 61, 165, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3e%3cpath d='M8,6.79l6-6a1.16,1.16,0,0,1,1.62,0h0a1.12,1.12,0,0,1,0,1.59L8.81,9.17a1.15,1.15,0,0,1-1.57,0L.34,2.43A1.11,1.11,0,0,1,.33.84,1.16,1.16,0,0,1,2,.84H2Z' style='fill:%232b2b2b'/%3e%3c/svg%3e") no-repeat right 0.75rem center/1rem 0.625rem;
  border: 2px solid #003da5;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #2676ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.25);
}

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

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

.custom-select:disabled {
  color: #818181;
  background-color: #eaeaea;
}

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

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #2676ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.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(2em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 2;
  color: #495057;
  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: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(0, 61, 165, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(0, 61, 165, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(0, 61, 165, 0.25);
}

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #003da5;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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: #5996ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #003da5;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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: #5996ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #003da5;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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: #5996ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.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 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: white;
  border-color: #dee2e6 #dee2e6 white;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #003da5;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.29125rem;
  padding-bottom: 0.29125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1439.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1440px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1919.98px) {
  .navbar-expand-max > .container,
  .navbar-expand-max > .container-fluid,
  .navbar-expand-max > .container-sm,
  .navbar-expand-max > .container-md,
  .navbar-expand-max > .container-lg,
  .navbar-expand-max > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1920px) {
  .navbar-expand-max {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-max .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-max .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-max .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-max > .container,
  .navbar-expand-max > .container-fluid,
  .navbar-expand-max > .container-sm,
  .navbar-expand-max > .container-md,
  .navbar-expand-max > .container-lg,
  .navbar-expand-max > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-max .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-max .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  color: #2b2b2b;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  font-size: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item {
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.4rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.4rem;
  color: inherit;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #003da5;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -2px;
  line-height: 1.25;
  color: #2b2b2b;
  background-color: transparent;
  border: 2px solid #ffb81c;
}

.page-link:hover {
  z-index: 2;
  color: white;
  text-decoration: none;
  background-color: #0f74cb;
  border-color: #003da5;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #2b2b2b;
  background-color: #ffb81c;
  border-color: #ffb81c;
}

.page-item.disabled .page-link {
  color: #757575;
  pointer-events: none;
  cursor: auto;
  background-color: white;
  border-color: #ccc;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #003da5;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #002a72;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #0f74cb;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #0b599c;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(15, 116, 203, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #78be20;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #212529;
  background-color: #5c9219;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(120, 190, 32, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #eaeaea;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #d1d1d1;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #2b2b2b;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #121212;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(43, 43, 43, 0.5);
}

.badge-tertiary {
  color: #212529;
  background-color: #ffb81c;
}

a.badge-tertiary:hover,
a.badge-tertiary:focus {
  color: #212529;
  background-color: #e89f00;
}

a.badge-tertiary:focus,
a.badge-tertiary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 184, 28, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #002056;
  background-color: #ccd8ed;
  border-color: #b8c9e6;
}

.alert-primary hr {
  border-top-color: #a5bbdf;
}

.alert-primary .alert-link {
  color: #000d23;
}

.alert-secondary {
  color: #083c6a;
  background-color: #cfe3f5;
  border-color: #bcd8f0;
}

.alert-secondary hr {
  border-top-color: #a7cceb;
}

.alert-secondary .alert-link {
  color: #04213b;
}

.alert-success {
  color: #3e6311;
  background-color: #e4f2d2;
  border-color: #d9edc1;
}

.alert-success hr {
  border-top-color: #cde7ad;
}

.alert-success .alert-link {
  color: #23370a;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #7a7a7a;
  background-color: #fbfbfb;
  border-color: #f9f9f9;
}

.alert-light hr {
  border-top-color: #ececec;
}

.alert-light .alert-link {
  color: #616161;
}

.alert-dark {
  color: #161616;
  background-color: #d5d5d5;
  border-color: #c4c4c4;
}

.alert-dark hr {
  border-top-color: #b7b7b7;
}

.alert-dark .alert-link {
  color: black;
}

.alert-tertiary {
  color: #85600f;
  background-color: #fff1d2;
  border-color: #ffebbf;
}

.alert-tertiary hr {
  border-top-color: #ffe3a6;
}

.alert-tertiary .alert-link {
  color: #573f0a;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #003da5;
  transition: width 0.6s ease;
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #2b2b2b;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #003da5;
  border-color: #003da5;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1440px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1920px) {
  .list-group-horizontal-max {
    flex-direction: row;
  }

  .list-group-horizontal-max > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-max > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-max > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-max > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-max > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #002056;
  background-color: #b8c9e6;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #002056;
  background-color: #a5bbdf;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #002056;
  border-color: #002056;
}

.list-group-item-secondary {
  color: #083c6a;
  background-color: #bcd8f0;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #083c6a;
  background-color: #a7cceb;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #083c6a;
  border-color: #083c6a;
}

.list-group-item-success {
  color: #3e6311;
  background-color: #d9edc1;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #3e6311;
  background-color: #cde7ad;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #3e6311;
  border-color: #3e6311;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #7a7a7a;
  background-color: #f9f9f9;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7a7a7a;
  background-color: #ececec;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7a7a7a;
  border-color: #7a7a7a;
}

.list-group-item-dark {
  color: #161616;
  background-color: #c4c4c4;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #161616;
  background-color: #b7b7b7;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #161616;
  border-color: #161616;
}

.list-group-item-tertiary {
  color: #85600f;
  background-color: #ffebbf;
}

.list-group-item-tertiary.list-group-item-action:hover,
.list-group-item-tertiary.list-group-item-action:focus {
  color: #85600f;
  background-color: #ffe3a6;
}

.list-group-item-tertiary.list-group-item-action.active {
  color: #fff;
  background-color: #85600f;
  border-color: #85600f;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: white;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.87;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.67;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 720px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 540px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 960px;
  }
}

@media (min-width: 1440px) {
  .modal-xl {
    max-width: 1200px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.67;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.67;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #2b2b2b;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

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

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #003da5;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #002a72 !important;
}

.bg-secondary {
  background-color: #0f74cb;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #0b599c !important;
}

.bg-success {
  background-color: #78be20;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #5c9219 !important;
}

.bg-info {
  background-color: #17a2b8;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #eaeaea;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d1d1d1 !important;
}

.bg-dark {
  background-color: #2b2b2b;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #121212 !important;
}

.bg-tertiary {
  background-color: #ffb81c;
}

a.bg-tertiary:hover,
a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #e89f00 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

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

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

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

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

.border-0 {
  border: 0 !important;
}

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

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

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

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

.border-primary {
  border-color: #003da5 !important;
}

.border-secondary {
  border-color: #0f74cb !important;
}

.border-success {
  border-color: #78be20 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #eaeaea !important;
}

.border-dark {
  border-color: #2b2b2b !important;
}

.border-tertiary {
  border-color: #ffb81c !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0 !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-lg {
  border-radius: 0 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1920px) {
  .d-max-none {
    display: none !important;
  }

  .d-max-inline {
    display: inline !important;
  }

  .d-max-inline-block {
    display: inline-block !important;
  }

  .d-max-block {
    display: block !important;
  }

  .d-max-table {
    display: table !important;
  }

  .d-max-table-row {
    display: table-row !important;
  }

  .d-max-table-cell {
    display: table-cell !important;
  }

  .d-max-flex {
    display: flex !important;
  }

  .d-max-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.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.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

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

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

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

.align-content-start {
  align-content: flex-start !important;
}

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

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

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

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

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

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

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

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

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

  .align-content-sm-start {
    align-content: flex-start !important;
  }

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

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

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

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

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

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

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

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

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

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

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

  .align-content-md-start {
    align-content: flex-start !important;
  }

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

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

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

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

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

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

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

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

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

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

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

  .align-content-lg-start {
    align-content: flex-start !important;
  }

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

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

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

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

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

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

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

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

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

@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

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

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

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

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

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

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

  .align-content-xl-start {
    align-content: flex-start !important;
  }

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

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

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

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

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

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

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

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

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

@media (min-width: 1920px) {
  .flex-max-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-max-wrap {
    flex-wrap: wrap !important;
  }

  .flex-max-nowrap {
    flex-wrap: nowrap !important;
  }

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

  .flex-max-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-max-grow-1 {
    flex-grow: 1 !important;
  }

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

  .flex-max-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-max-start {
    justify-content: flex-start !important;
  }

  .justify-content-max-end {
    justify-content: flex-end !important;
  }

  .justify-content-max-center {
    justify-content: center !important;
  }

  .justify-content-max-between {
    justify-content: space-between !important;
  }

  .justify-content-max-around {
    justify-content: space-around !important;
  }

  .align-items-max-start {
    align-items: flex-start !important;
  }

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

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

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

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

  .align-content-max-start {
    align-content: flex-start !important;
  }

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

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

  .align-content-max-between {
    align-content: space-between !important;
  }

  .align-content-max-around {
    align-content: space-around !important;
  }

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

  .align-self-max-auto {
    align-self: auto !important;
  }

  .align-self-max-start {
    align-self: flex-start !important;
  }

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

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

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

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1920px) {
  .float-max-left {
    float: left !important;
  }

  .float-max-right {
    float: right !important;
  }

  .float-max-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-20 {
  width: 20% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-20 {
  height: 20% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 2rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 2rem !important;
}

.pt-6,
.py-6 {
  padding-top: 2rem !important;
}

.pr-6,
.px-6 {
  padding-right: 2rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 2rem !important;
}

.pl-6,
.px-6 {
  padding-left: 2rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -2rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -2rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -2rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -2rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -2rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

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

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm-6 {
    margin: 2rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

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

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .p-sm-6 {
    padding: 2rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-n6 {
    margin: -2rem !important;
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -2rem !important;
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -2rem !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -2rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

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

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-6 {
    margin: 2rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 2rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 2rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 2rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

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

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-6 {
    padding: 2rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 2rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 2rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 2rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-n6 {
    margin: -2rem !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -2rem !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -2rem !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -2rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

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

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

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

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2rem !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2rem !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-6 {
    margin: 2rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-6 {
    padding: 2rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-n6 {
    margin: -2rem !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2rem !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1920px) {
  .m-max-0 {
    margin: 0 !important;
  }

  .mt-max-0,
  .my-max-0 {
    margin-top: 0 !important;
  }

  .mr-max-0,
  .mx-max-0 {
    margin-right: 0 !important;
  }

  .mb-max-0,
  .my-max-0 {
    margin-bottom: 0 !important;
  }

  .ml-max-0,
  .mx-max-0 {
    margin-left: 0 !important;
  }

  .m-max-1 {
    margin: 0.25rem !important;
  }

  .mt-max-1,
  .my-max-1 {
    margin-top: 0.25rem !important;
  }

  .mr-max-1,
  .mx-max-1 {
    margin-right: 0.25rem !important;
  }

  .mb-max-1,
  .my-max-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-max-1,
  .mx-max-1 {
    margin-left: 0.25rem !important;
  }

  .m-max-2 {
    margin: 0.5rem !important;
  }

  .mt-max-2,
  .my-max-2 {
    margin-top: 0.5rem !important;
  }

  .mr-max-2,
  .mx-max-2 {
    margin-right: 0.5rem !important;
  }

  .mb-max-2,
  .my-max-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-max-2,
  .mx-max-2 {
    margin-left: 0.5rem !important;
  }

  .m-max-3 {
    margin: 1rem !important;
  }

  .mt-max-3,
  .my-max-3 {
    margin-top: 1rem !important;
  }

  .mr-max-3,
  .mx-max-3 {
    margin-right: 1rem !important;
  }

  .mb-max-3,
  .my-max-3 {
    margin-bottom: 1rem !important;
  }

  .ml-max-3,
  .mx-max-3 {
    margin-left: 1rem !important;
  }

  .m-max-4 {
    margin: 1.5rem !important;
  }

  .mt-max-4,
  .my-max-4 {
    margin-top: 1.5rem !important;
  }

  .mr-max-4,
  .mx-max-4 {
    margin-right: 1.5rem !important;
  }

  .mb-max-4,
  .my-max-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-max-4,
  .mx-max-4 {
    margin-left: 1.5rem !important;
  }

  .m-max-5 {
    margin: 3rem !important;
  }

  .mt-max-5,
  .my-max-5 {
    margin-top: 3rem !important;
  }

  .mr-max-5,
  .mx-max-5 {
    margin-right: 3rem !important;
  }

  .mb-max-5,
  .my-max-5 {
    margin-bottom: 3rem !important;
  }

  .ml-max-5,
  .mx-max-5 {
    margin-left: 3rem !important;
  }

  .m-max-6 {
    margin: 2rem !important;
  }

  .mt-max-6,
  .my-max-6 {
    margin-top: 2rem !important;
  }

  .mr-max-6,
  .mx-max-6 {
    margin-right: 2rem !important;
  }

  .mb-max-6,
  .my-max-6 {
    margin-bottom: 2rem !important;
  }

  .ml-max-6,
  .mx-max-6 {
    margin-left: 2rem !important;
  }

  .p-max-0 {
    padding: 0 !important;
  }

  .pt-max-0,
  .py-max-0 {
    padding-top: 0 !important;
  }

  .pr-max-0,
  .px-max-0 {
    padding-right: 0 !important;
  }

  .pb-max-0,
  .py-max-0 {
    padding-bottom: 0 !important;
  }

  .pl-max-0,
  .px-max-0 {
    padding-left: 0 !important;
  }

  .p-max-1 {
    padding: 0.25rem !important;
  }

  .pt-max-1,
  .py-max-1 {
    padding-top: 0.25rem !important;
  }

  .pr-max-1,
  .px-max-1 {
    padding-right: 0.25rem !important;
  }

  .pb-max-1,
  .py-max-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-max-1,
  .px-max-1 {
    padding-left: 0.25rem !important;
  }

  .p-max-2 {
    padding: 0.5rem !important;
  }

  .pt-max-2,
  .py-max-2 {
    padding-top: 0.5rem !important;
  }

  .pr-max-2,
  .px-max-2 {
    padding-right: 0.5rem !important;
  }

  .pb-max-2,
  .py-max-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-max-2,
  .px-max-2 {
    padding-left: 0.5rem !important;
  }

  .p-max-3 {
    padding: 1rem !important;
  }

  .pt-max-3,
  .py-max-3 {
    padding-top: 1rem !important;
  }

  .pr-max-3,
  .px-max-3 {
    padding-right: 1rem !important;
  }

  .pb-max-3,
  .py-max-3 {
    padding-bottom: 1rem !important;
  }

  .pl-max-3,
  .px-max-3 {
    padding-left: 1rem !important;
  }

  .p-max-4 {
    padding: 1.5rem !important;
  }

  .pt-max-4,
  .py-max-4 {
    padding-top: 1.5rem !important;
  }

  .pr-max-4,
  .px-max-4 {
    padding-right: 1.5rem !important;
  }

  .pb-max-4,
  .py-max-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-max-4,
  .px-max-4 {
    padding-left: 1.5rem !important;
  }

  .p-max-5 {
    padding: 3rem !important;
  }

  .pt-max-5,
  .py-max-5 {
    padding-top: 3rem !important;
  }

  .pr-max-5,
  .px-max-5 {
    padding-right: 3rem !important;
  }

  .pb-max-5,
  .py-max-5 {
    padding-bottom: 3rem !important;
  }

  .pl-max-5,
  .px-max-5 {
    padding-left: 3rem !important;
  }

  .p-max-6 {
    padding: 2rem !important;
  }

  .pt-max-6,
  .py-max-6 {
    padding-top: 2rem !important;
  }

  .pr-max-6,
  .px-max-6 {
    padding-right: 2rem !important;
  }

  .pb-max-6,
  .py-max-6 {
    padding-bottom: 2rem !important;
  }

  .pl-max-6,
  .px-max-6 {
    padding-left: 2rem !important;
  }

  .m-max-n1 {
    margin: -0.25rem !important;
  }

  .mt-max-n1,
  .my-max-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-max-n1,
  .mx-max-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-max-n1,
  .my-max-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-max-n1,
  .mx-max-n1 {
    margin-left: -0.25rem !important;
  }

  .m-max-n2 {
    margin: -0.5rem !important;
  }

  .mt-max-n2,
  .my-max-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-max-n2,
  .mx-max-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-max-n2,
  .my-max-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-max-n2,
  .mx-max-n2 {
    margin-left: -0.5rem !important;
  }

  .m-max-n3 {
    margin: -1rem !important;
  }

  .mt-max-n3,
  .my-max-n3 {
    margin-top: -1rem !important;
  }

  .mr-max-n3,
  .mx-max-n3 {
    margin-right: -1rem !important;
  }

  .mb-max-n3,
  .my-max-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-max-n3,
  .mx-max-n3 {
    margin-left: -1rem !important;
  }

  .m-max-n4 {
    margin: -1.5rem !important;
  }

  .mt-max-n4,
  .my-max-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-max-n4,
  .mx-max-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-max-n4,
  .my-max-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-max-n4,
  .mx-max-n4 {
    margin-left: -1.5rem !important;
  }

  .m-max-n5 {
    margin: -3rem !important;
  }

  .mt-max-n5,
  .my-max-n5 {
    margin-top: -3rem !important;
  }

  .mr-max-n5,
  .mx-max-n5 {
    margin-right: -3rem !important;
  }

  .mb-max-n5,
  .my-max-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-max-n5,
  .mx-max-n5 {
    margin-left: -3rem !important;
  }

  .m-max-n6 {
    margin: -2rem !important;
  }

  .mt-max-n6,
  .my-max-n6 {
    margin-top: -2rem !important;
  }

  .mr-max-n6,
  .mx-max-n6 {
    margin-right: -2rem !important;
  }

  .mb-max-n6,
  .my-max-n6 {
    margin-bottom: -2rem !important;
  }

  .ml-max-n6,
  .mx-max-n6 {
    margin-left: -2rem !important;
  }

  .m-max-auto {
    margin: auto !important;
  }

  .mt-max-auto,
  .my-max-auto {
    margin-top: auto !important;
  }

  .mr-max-auto,
  .mx-max-auto {
    margin-right: auto !important;
  }

  .mb-max-auto,
  .my-max-auto {
    margin-bottom: auto !important;
  }

  .ml-max-auto,
  .mx-max-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

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

@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }

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

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

@media (min-width: 1920px) {
  .text-max-left {
    text-align: left !important;
  }

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #003da5 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #002159 !important;
}

.text-secondary {
  color: #0f74cb !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #0a4b84 !important;
}

.text-success {
  color: #78be20 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #4f7d15 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #eaeaea !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #c4c4c4 !important;
}

.text-dark {
  color: #2b2b2b !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #050505 !important;
}

.text-tertiary {
  color: #ffb81c !important;
}

a.text-tertiary:hover,
a.text-tertiary:focus {
  color: #cf8e00 !important;
}

.text-body {
  color: #2b2b2b !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

html {
  font-size: 16px;
  letter-spacing: 0.02em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 21.3333333333px;
  }
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  overflow-x: hidden;
}

h1,
.h1 {
  line-height: 1.1;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 3.125rem;
  font-weight: 300;
  color: #003da5;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 4.25rem;
  }
}

h2,
.h2 {
  line-height: 1.2;
}

h3,
.h3 {
  margin-bottom: 1rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

h4,
.h4 {
  line-height: 1.4;
  font-weight: 500;
  color: #003da5;
}

h5,
.h5 {
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

h6,
.h6 {
  font-weight: 500;
  color: #003da5;
}

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

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-button:focus {
  box-shadow: 0 0 0 5px #003da5;
}

.flickity-prev-next-button {
  width: 1em;
  height: 1em;
  font-size: 2.75rem;
  transition: all 0.2s ease-out;
  background-color: transparent;
  color: #2b2b2b;
}

.flickity-prev-next-button .flickity-button-icon {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: inherit;
}

.flickity-prev-next-button:focus,
.flickity-prev-next-button:hover {
  background-color: rgba(43, 43, 43, 0.25);
}

.flickity-prev-next-button:active.previous {
  transform: translate3d(-0.2em, -50%, 0);
}

.flickity-prev-next-button:active.next {
  transform: translate3d(0.2em, -50%, 0);
}

.flickity-page-dots {
  font-size: 20px;
}

@media (min-width: 992px) {
  .flickity-page-dots {
    font-size: 14px;
  }
}

.flickity-page-dots .dot {
  width: 1em;
  height: 1em;
  margin: 0 0.3em;
}

.flickity-page-dots .dot.is-selected {
  background-color: #003da5;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
}

.select2-hidden-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.select2-container--bootstrap4 .select2-selection--single {
  height: calc(2em + 0.75rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  color: #757575;
  line-height: calc(2em + 0.75rem);
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 20px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  top: 60%;
  border-color: #2b2b2b transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: calc(2em + 0.75rem);
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da;
  border-radius: 0;
}

.select2-results__message {
  color: #0f74cb;
}

.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(2em + 0.75rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 8px;
  width: 100%;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  width: 100% !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  color: #2b2b2b;
  border: 1px solid #b7b7b7;
  border-radius: 0;
  padding: 0;
  padding-right: 5px;
  cursor: pointer;
  float: left;
  margin-top: 0.3em;
  margin-right: 5px;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  color: #b7b7b7;
  font-weight: bold;
  margin-left: 3px;
  margin-right: 1px;
  padding-right: 3px;
  padding-left: 3px;
  float: left;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #2b2b2b;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  float: none;
  margin-right: 0;
  position: absolute !important;
  top: 0;
  right: 0.7em;
}

.select2-container {
  display: block;
}

.select2-container *:focus {
  outline: 0;
}

.input-group .select2-container--bootstrap4 {
  flex-grow: 1;
}

.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container--bootstrap4:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--bootstrap4 .select2-selection {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap4 .select2-selection {
    transition: none;
  }
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #2676ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.25);
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  background-color: #e9ecef;
  cursor: not-allowed;
  border-color: #ced4da;
  box-shadow: none;
}

.select2-container--bootstrap4.select2-container--disabled .select2-search__field,
.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent;
}

select.is-invalid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #dc3545;
}

select.is-valid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #78be20;
}

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #ced4da;
  border-radius: 0;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
  border-top: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
  border-top: 1px solid #ced4da;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #dddddd;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background-color: #003da5;
  color: #eaeaea;
}

.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap4 .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding-left: 1em;
}

.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto;
}

.select2-container--bootstrap4 .select2-results__group {
  padding: 6px;
  display: list-item;
  color: #0f74cb;
}

.select2-container--bootstrap4 .select2-selection__clear {
  width: 0.9em;
  height: 0.9em;
  line-height: 0.75em;
  padding-left: 0.15em;
  margin-top: 0.7em;
  border-radius: 100%;
  background-color: #c8c8c8;
  color: #eaeaea;
  float: right;
  margin-right: 0.3em;
}

.select2-container--bootstrap4 .select2-selection__clear:hover {
  background-color: #afafaf;
}

.select2-container .select2-selection {
  padding: 1.3rem;
  border-radius: 0.75rem;
}

.select2-container.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: 1px solid transparent;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  font-style: italic;
  color: #2b2b2b;
}

.select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
  font-style: inherit;
  color: inherit;
}

.select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
  font-style: inherit;
  color: inherit;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
  font-style: inherit;
  color: inherit;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  margin-top: 0;
}

.select2-container .select2-dropdown {
  color: #003da5;
}

.select2-container .select2-dropdown.select2-dropdown--below {
  border-top: 0.3125rem solid #ffb81c;
}

.select2-container .select2-dropdown .select2-results__group {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 1.125rem;
  padding: 1rem;
  color: #2b2b2b;
}

.select2-container .select2-dropdown .select2-results__options {
  margin-bottom: 0.5rem;
}

.select2-container .select2-results__message {
  padding: 1em;
}

.bonsai {
  margin: 0 -2px;
  padding: 0;
}

.bonsai .bonsai {
  margin-left: 0.75rem;
}

.bonsai,
.bonsai > li {
  list-style: none;
  overflow: hidden;
}

.bonsai > li {
  position: relative;
  padding: 0 2px;
  margin: 0;
}

.bonsai li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bonsai li ul {
  width: 100%;
}

.bonsai input {
  position: relative;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.5rem;
  background-color: #d3d3d3;
  background-size: 100%;
}

.bonsai input:focus {
  outline: 2px solid #ffb81c;
  outline-offset: 0;
}

.bonsai input:indeterminate {
  background-color: #003da5;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzAgLTg4MikiPjxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAgODgyKSIgZmlsbD0ibm9uZSIvPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDkuNSAtMjI0KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQyLjUgMTExMikiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIj48cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSIxLjUiIHN0cm9rZT0ibm9uZSIvPjxyZWN0IHg9IjAuNSIgeT0iMC41IiB3aWR0aD0iNyIgaGVpZ2h0PSIwLjUiIGZpbGw9Im5vbmUiLz48L2c+PC9nPjwvZz48L3N2Zz4=");
}

.bonsai input:checked {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQwIC0xMTA2KSI+PHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNDAgMTEwNikiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMi43NzIsMTAuNTQzLjEyLDcuODkxYS40MDguNDA4LDAsMCwxLDAtLjU3N0wuNyw2LjczN2EuNDA4LjQwOCwwLDAsMSwuNTc3LDBMMy4wNiw4LjUyMyw2Ljg4Nyw0LjdhLjQwOC40MDgsMCwwLDEsLjU3NywwbC41NzcuNTc3YS40MDguNDA4LDAsMCwxLDAsLjU3N0wzLjM0OSwxMC41NDNBLjQwOC40MDgsMCwwLDEsMi43NzIsMTAuNTQzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQyLjgyIDExMDUuNTQzKSIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-color: #003da5;
  color: white;
}

.bonsai label {
  margin: 0.5rem 0;
  width: calc(100% - 1.25rem);
  line-height: 1.2;
}

.page--search-results .bonsai label {
  width: auto;
}

.bonsai li.has-children {
  padding-right: 2rem;
}

.bonsai li.has-children > .thumb {
  position: absolute;
  top: 0;
  right: 2px;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  cursor: pointer;
  border-radius: 100%;
  border: 2px solid white;
  transition: 0.2s ease-out;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iU2V0X29mXzY0X1VJX0ljb25zIiBkYXRhLW5hbWU9IlNldCBvZiA2NCBVSSBJY29ucyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE2LDEwLjVINGEuNS41LDAsMCwxLDAtMUgxNmEuNS41LDAsMCwxLDAsMVoiIHN0eWxlPSJmaWxsOiMyYjJiMmIiLz48cGF0aCBkPSJNMTAsMTYuNWEuNS41LDAsMCwxLS41LS41VjRhLjUuNSwwLDAsMSwxLDBWMTZBLjUuNSwwLDAsMSwxMCwxNi41WiIgc3R5bGU9ImZpbGw6IzJiMmIyYiIvPjwvc3ZnPg==");
  background-size: 1.3125rem;
  background-color: transparent;
  color: inherit;
}

.bonsai li.has-children > .thumb:hover {
  border-color: #eaeaea;
  background-color: #eaeaea;
}

.bonsai li.has-children > .thumb:focus {
  outline: none;
}

.bonsai li.has-children > .bonsai {
  height: 0 !important;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-1rem);
  transition: 0.2s ease-out;
}

.bonsai li.has-children.expanded > .thumb {
  transform: rotate(-45deg);
}

.bonsai li.has-children.expanded > .bonsai {
  height: auto !important;
  margin-top: 0;
  overflow: inherit;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  visibility: inherit;
  transform: translateY(0);
  opacity: 1;
}

.bonsai li:not(.has-children) > .thumb {
  display: none;
}

.container-max {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 576px) {
  .container-max {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

@media (min-width: 992px) {
  .container-max {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
}

.container-limited-max {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 576px) {
  .container-limited-max {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

@media (min-width: 992px) {
  .container-limited-max {
    padding-left: 12vw;
    padding-right: 12vw;
  }
}

@media (min-width: 1920px) {
  .container-limited-max {
    padding-left: 230px;
    padding-right: 230px;
  }
}

.breadcrumbs {
  width: 100%;
  flex-shrink: 0;
  margin: 2.5rem 0;
}

@media (min-width: 992px) {
  .breadcrumbs {
    margin-bottom: 3rem;
  }
}

.breadcrumbs a {
  color: inherit;
}

.breadcrumbs a:focus,
.breadcrumbs a:hover {
  color: #0f74cb;
}

@media (min-width: 992px) {
  .breadcrumbs .breadcrumb {
    font-size: 0.75rem;
  }
}

.accordion {
  position: relative;
  margin: 1rem 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.2s ease-out;
  background-color: #eaeaea;
}

@media (max-width: 767.98px) {
  .accordion {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.accordion .accordion-heading {
  display: flex;
  margin: 0;
  padding: 1.5rem;
  align-items: center;
  transition: 0.2s ease-out;
  justify-content: space-between;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .accordion .accordion-heading {
    padding: 1.75rem 2rem;
  }
}

.accordion .accordion-heading svg.icon-plus {
  flex-shrink: 0;
  border-radius: 100%;
  line-height: 1;
  transform: rotate(45deg);
  transition: 0.2s ease-out;
  background-color: #ffb81c;
}

.accordion .accordion-heading:hover {
  text-decoration: underline;
}

.accordion .accordion-heading:hover svg.icon-plus {
  background-color: #f5a800;
}

.accordion .accordion-heading:focus {
  outline: none;
}

.accordion > .btn-apply,
.accordion > .btn-enroll {
  border-radius: 2rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding: 0.65rem 2rem;
}

.accordion > .btn-apply {
  position: absolute;
  top: 0;
  right: 2.5rem;
  margin: 1rem 2rem;
}

@media (min-width: 992px) {
  .accordion > .btn-apply {
    right: 3.5rem;
    margin: 1.25rem 2rem;
  }
}

.accordion .accordion-content {
  margin-top: 0;
  padding: 0 1.5rem 1.5rem;
  transition: 0.2s ease-out;
}

@media (min-width: 992px) {
  .accordion .accordion-content {
    padding: 0 2rem 2rem;
  }
}

.accordion .accordion-content > *:first-child {
  margin-top: 0;
}

.accordion .accordion-content > *:last-child {
  margin-bottom: 0;
}

.accordion.collapsible-collapsed:hover {
  background-color: #dadada;
}

.accordion.collapsible-collapsed .accordion-heading svg.icon-plus {
  transform: rotate(0);
}

.accordion.collapsible-collapsed .accordion-content {
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateY(-1.5rem);
  opacity: 0;
}

@media (min-width: 992px) {
  .accordion.collapsible-collapsed .accordion-content {
    transform: translateY(-1.75rem);
  }
}

.spotlight-teaser {
  display: block;
  position: relative;
  width: 100%;
  outline: 0 solid #ffb81c;
  transition: outline 0.2s ease-out;
}

.spotlight-teaser img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.spotlight-teaser header {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.2s ease-out;
  background-color: rgba(0, 0, 0, 0.52);
  color: white;
}

@media (min-width: 992px) {
  .spotlight-teaser header {
    padding: 2.5rem 1.875rem 1.875rem;
  }
}

.spotlight-teaser .heading {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: inherit;
}

@media (min-width: 992px) {
  .spotlight-teaser .heading {
    font-size: 1.375rem;
  }
}

.spotlight-teaser .subheading {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.65;
  font-weight: 300;
  color: inherit;
}

@media (max-width: 991.98px) {
  .spotlight-teaser .subheading {
    display: none;
  }
}

.spotlight-teaser:hover,
.spotlight-teaser:focus {
  outline: 5px solid #ffb81c;
}

.spotlight-teaser:hover header,
.spotlight-teaser:focus header {
  padding: 2.125rem 1.5rem;
}

@media (min-width: 992px) {
  .spotlight-teaser:hover header,
  .spotlight-teaser:focus header {
    padding: 3.125rem 1.875rem 2.5rem;
  }
}

.popover {
  border-radius: 0.5rem;
  font-weight: 300;
}

.tabs .tabnav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  list-style-type: none;
  margin-bottom: 2rem;
  padding-left: 0;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  text-align: center;
  box-shadow: inset 0 -10px 0 #eaeaea;
}

.tabs .tabnav a {
  display: block;
  padding: 0.5rem 2rem;
  white-space: nowrap;
  border-bottom: 10px solid #eaeaea;
  transition: 0.2s ease-out;
  color: inherit;
}

.tabs .tabnav a:hover,
.tabs .tabnav a:focus {
  text-decoration: none;
  outline: none;
  border-bottom-color: #ffb81c;
  color: #0f74cb;
}

.tabs .tabnav a.tab-active {
  padding: 0.5rem 2.5rem;
  border-bottom-color: #003da5;
  color: #003da5;
}

.tabs .tab-content {
  transition: 0.5s ease-out;
}

.tabs .collapsible-collapsed .tab-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.table {
  background-color: white;
}

.table .thead-primary th {
  border-color: #0f74cb;
  border-bottom-color: inherit;
  background-color: #003da5;
  color: white;
}

.table th {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

.table tbody,
.table tfoot {
  font-weight: 300;
}

.accordion .table.table-bordered th,
.accordion .table.table-bordered td {
  border-color: #d3d3d3;
}

.blockquote {
  margin: 2rem 0;
  padding: 0 0.65rem;
  border-left: 5px solid #ffb81c;
  font-style: italic;
  line-height: 1.35;
  color: #003da5;
}

.blockquote p:before {
  content: "\201C";
}

.blockquote p:after {
  content: "\201D";
}

.blockquote *:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .blockquote.left,
  .blockquote.right {
    width: 50%;
    margin-top: 0.4rem;
  }

  .blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 2rem;
  }

  .blockquote.right {
    float: right;
    margin-left: 2rem;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .blockquote.left,
  .blockquote.right {
    width: 35%;
  }
}

.custom-select {
  font-style: italic;
  background-size: 1rem 0.625rem;
}

.custom-select:disabled {
  border-color: #eaeaea;
  background-color: #eaeaea;
  color: #818181;
}

.custom-control-label:before,
.custom-control-label:after {
  top: 0.25rem;
}

.readmore {
  position: relative;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease-out;
}

.readmore:after {
  content: "\2192";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  transition: transform 0.2s ease-out;
  opacity: 0;
}

.readmore:focus:after,
.readmore:hover:after {
  opacity: 1;
  transform: translateX(0.3em) translateY(-50%);
}

.external .icon {
  width: 1em !important;
  height: 1em !important;
  margin-right: 0.2em;
}

.message {
  padding: 1.5rem 3.75rem 1.5rem 1.875rem;
  margin: 1rem 0;
  border-left: 12px solid #ffb81c;
  background-color: #e3e3e3;
  overflow: unset !important;
}

.message .heading {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-size: 1rem;
}

.message .icon {
  margin-right: 0.5rem;
  padding: 0.5rem;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffb81c;
  color: white;
}

.message.message--note {
  border-color: #003da5;
}

.message.message--note .icon {
  background-color: #003da5;
}

.message.message--tip {
  border-color: #009cde;
}

.message.message--tip .icon {
  background-color: #009cde;
}

.message.message--alert {
  border-color: #e4002b;
}

.message.message--alert .icon {
  background-color: #e4002b;
}

.btn-more {
  display: block;
  padding: 0.85em 2em;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 0;
}

@media (min-width: 768px) {
  .btn-more {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .btn-more {
    padding: 0.65em 2em;
    font-size: 0.9rem;
  }
}

.btn-more svg {
  display: inline-block;
  margin-top: -0.2em;
  margin-left: 0.8em;
  transition: transform 0.15s ease-out;
  fill: #ffb81c;
}

.btn-more:hover svg,
.btn-more:focus svg,
.btn-more.focus svg {
  transform: translateX(0.2em);
}

.btn-more.btn-primary:hover {
  background-color: transparent;
  color: #003da5;
}

.btn-more.btn-primary.focus,
.btn-more.btn-primary:focus {
  background-color: transparent;
  color: #003da5;
}

.btn-more.btn-secondary:hover {
  background-color: transparent;
  color: #0f74cb;
}

.btn-more.btn-secondary.focus,
.btn-more.btn-secondary:focus {
  background-color: transparent;
  color: #0f74cb;
}

.btn-overview {
  display: block;
  padding: 0.85em 2em;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 3rem;
  border: 2px solid #ffb81c;
  transition: background-color 0.2s ease-in-out;
  color: #2b2b2b;
}

@media (min-width: 768px) {
  .btn-overview {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .btn-overview {
    padding: 0.65em 2em;
    font-size: 0.9rem;
  }
}

.btn-overview:hover,
.btn-overview:focus,
.btn-overview.focus {
  background-color: #ffb81c;
  color: #2b2b2b;
  text-decoration: none;
}

.btn-all {
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #2b2b2b;
}

@media (min-width: 992px) {
  .btn-all {
    font-size: 0.94rem;
  }
}

.btn-all .icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.3em;
  transition: 0.2s ease-out;
  color: #ffb81c;
}

.btn-all:hover,
.btn-all:focus,
.btn-all.focus {
  text-decoration: underline;
  color: #003da5;
}

.btn-all:hover .icon,
.btn-all:focus .icon,
.btn-all.focus .icon {
  transform: translateX(0.2em);
}

.btn-standard {
  display: block;
  padding: 0.85em 2em;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .btn-standard {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .btn-standard {
    padding: 0.65em 2em;
    font-size: 0.9rem;
  }
}

.btn-round {
  border-radius: 3rem;
}

.icon {
  display: inline-block;
  overflow: inherit;
  fill: currentColor;
}

.icon.icon-12 {
  width: 0.75rem;
  height: 0.75rem;
}

.icon.icon-18 {
  width: 1.125rem;
  height: 1.125rem;
}

.icon.icon-19 {
  width: 1.1875rem;
  height: 1.1875rem;
}

.icon.icon-20 {
  width: 1.25rem;
  height: 1.25rem;
}

.icon.icon-21 {
  width: 1.3125rem;
  height: 1.3125rem;
}

.icon.icon-24 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon.icon-25 {
  width: 1.5625rem;
  height: 1.5625rem;
}

.icon.icon-28 {
  width: 1.75rem;
  height: 1.75rem;
}

.icon.icon-30 {
  width: 1.875rem;
  height: 1.875rem;
}

.icon.icon-32 {
  width: 2rem;
  height: 2rem;
}

.icon.icon-36 {
  width: 2.25rem;
  height: 2.25rem;
}

.icon.icon-40 {
  width: 2.5rem;
  height: 2.5rem;
}

.icon.icon-44 {
  width: 2.75rem;
  height: 2.75rem;
}

.icon.icon-86 {
  width: 5.375rem;
  height: 5.375rem;
}

.modal .button__close {
  position: fixed;
  z-index: 10;
  top: 2rem;
  right: 2rem;
  padding: 1rem;
  color: white;
}

.modal .button__close:hover,
.modal .button__close:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

.modal-info-popup.modal .modal-content {
  background-color: #003da5;
  border: none;
  padding: 1.5rem;
  color: white;
}

@media (min-width: 768px) {
  .modal-info-popup.modal .modal-content {
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .modal-info-popup.modal .modal-content {
    padding: 4rem;
  }
}

.modal-info-popup.modal .modal-header {
  position: relative;
  padding: 0;
  border: none;
  margin-bottom: 1.5rem;
}

.modal-info-popup.modal .modal-header h2.heading {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  margin: 0;
}

.modal-info-popup.modal .modal-header .button__close {
  position: absolute;
  top: -1rem;
  right: -1rem;
}

@media (min-width: 768px) {
  .modal-info-popup.modal .modal-header {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .modal-info-popup.modal .modal-header {
    margin-bottom: 3rem;
  }
}

.modal-info-popup.modal .modal-body {
  padding: 0;
}

.modal-info-popup.modal .modal-body h1,
.modal-info-popup.modal .modal-body h2,
.modal-info-popup.modal .modal-body h3,
.modal-info-popup.modal .modal-body h4,
.modal-info-popup.modal .modal-body h5,
.modal-info-popup.modal .modal-body h6 {
  color: white;
}

.modal-info-popup.modal .modal-body a.btn {
  margin-top: 1.5rem;
}

.modal-video.modal .modal-content {
  padding: 0;
  border: none;
  background-color: black;
}

.modal-video.modal .modal-header {
  padding: 0;
  border: 0;
}

.modal-video.modal .modal-body {
  padding: 0;
}

.modal-video.modal .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 768px) {
  body.modal-info-popup--active .page__header,
  body.modal-info-popup--active .page-main,
  body.modal-info-popup--active .page__footer {
    transition: opacity 0.3s ease-in-out, filter 0s 0.3s;
    overflow: hidden;
    filter: blur(6px);
  }
}

body.modal-video--active .modal-backdrop {
  background-color: black;
  opacity: 0.95;
}

@media (min-width: 768px) {
  .image.left {
    float: left;
    margin-left: 0;
    margin-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .image.right {
    float: right;
    margin-left: 1.5rem;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .image.center {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) {
  .image.quarter {
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .image.quarter {
    max-width: 25%;
  }
}

@media (min-width: 576px) {
  .image.third {
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .image.third {
    max-width: 33.3333333333%;
  }
}

@media (min-width: 576px) {
  .image.half {
    max-width: 50%;
  }
}

.image.full {
  width: 100%;
}

.video {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .video {
    padding-bottom: 105%;
  }
}

.video:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.52;
  transition: all 0.2s ease-out;
  background-image: linear-gradient(to top, #2b2b2b, rgba(0, 0, 0, 0));
}

@media (min-width: 992px) {
  .video:before {
    opacity: 1;
    background-image: linear-gradient(to top, #111, rgba(17, 17, 17, 0) 60%);
  }
}

.video .button__play {
  display: block;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  border-radius: 0;
}

.video .button__play svg {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in;
  fill: currentColor;
  border-radius: 50rem;
  border: 0.25rem solid;
  color: white;
}

.video .button__play:hover svg,
.video .button__play:focus svg {
  background-color: #ffb81c;
}

.video .button__play:active svg {
  transform: scale(0.9);
}

.video img {
  width: 100%;
  max-width: none;
}

@media (max-width: 767.98px) {
  .video img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 195%;
    transform: translate3d(-50%, -50%, 0);
  }
}

.video .heading {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  padding: 2.1875rem 1.5625rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  transition: all 0.2s ease-in;
  background: rgba(0, 0, 0, 0.52);
  color: white;
}

@media (min-width: 992px) {
  .video .heading {
    padding: 2.8125rem 3.125rem;
    font-size: 1.375rem;
    text-align: center;
    background: none;
  }
}

.video .subheading {
  margin: 0.75rem 0 0;
  color: white;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.3;
}

@media (max-width: 991.98px) {
  .video .subheading {
    display: none;
  }
}

.card {
  color: #2b2b2b;
}

.card .card-body {
  padding: 2.5rem;
  color: inherit;
}

.card .card-title {
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  color: inherit;
}

.card .card-subtitle {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 300;
  color: inherit;
}

.card.card-link {
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.card.card-link:hover,
.card.card-link:focus {
  text-decoration: none;
  background-color: #003da5;
  color: white;
}

.teaser {
  overflow: hidden;
  padding-top: 1.5625rem;
  border-top: 1px solid #b5b5b5;
  margin-bottom: 1.5625rem;
}

.teaser .teaser-meta {
  font-weight: 300;
  font-size: 0.9rem;
  margin-top: -1.5625rem;
  padding: 1rem 0;
}

@media (min-width: 576px) {
  .teaser .teaser-meta {
    padding-top: 1.5rem;
  }
}

.teaser .teaser-meta li:not(:first-child):before {
  padding: 0 0.75em;
  content: "|";
}

.teaser .teaser-meta a {
  font-weight: normal;
}

.teaser .teaser-image {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .teaser .teaser-image {
    float: left;
    max-width: 50%;
    margin-top: 0.25rem;
    margin-right: 1.5rem;
  }
}

@media (min-width: 992px) {
  .teaser .teaser-image {
    max-width: 33.3333333333%;
  }
}

.teaser .heading {
  color: inherit;
}

.teaser .heading a {
  color: inherit;
}

.teaser .heading a:hover,
.teaser .heading a:focus {
  color: #0f74cb;
}

.featured {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: #003da5;
}

@media (min-width: 992px) {
  .featured {
    flex-direction: row;
    min-height: 600px;
  }
}

.featured .image {
  display: block;
  background: no-repeat 50% 50%/cover transparent;
}

@media (max-width: 991.98px) {
  .featured .image {
    padding-bottom: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .featured .image {
    width: 55%;
  }
}

.featured header {
  flex-grow: 1;
  padding: 3rem 5vw;
  background: url("https://prismic-io.s3.amazonaws.com/ucriverside/6386e6c7-c87f-414b-8bb7-d6ccf2510bc7_pod-bg.svg") center 20px/100% repeat-y #003da5;
  color: white;
}

@media (min-width: 992px) {
  .featured header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
  }

  .featured header > * {
    align-self: flex-start;
  }
}

.featured .type {
  margin-bottom: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}

.featured .heading {
  margin-bottom: 0;
  font-size: 1.4375rem;
}

.featured .heading a {
  color: inherit;
}

.featured .subheading {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .featured .subheading {
    display: none;
  }
}

.featured .btn-overview {
  margin-top: 1.75rem;
  color: white;
}

.featured .btn-overview:hover,
.featured .btn-overview:focus {
  color: #2b2b2b;
}

.article {
  display: block;
  background-color: #eaeaea;
  border-bottom: 8px solid #ffb81c;
  transition: all 0.2s linear;
  color: #2b2b2b;
}

@media (min-width: 992px) {
  .article {
    font-size: 0.875rem;
  }
}

.article a {
  color: inherit;
}

.article.article-features {
  border-color: #003da5;
}

.article.article-article {
  border-color: #009cde;
}

.article.article-deans-message {
  border-color: #ffb81c;
}

.article.article-inspiredby {
  border-color: #2b2b2b;
}

.article.article-news {
  border-color: #78be20;
}

.article.article-stayingconnected {
  border-color: #d3d3d3;
}

.article .article-content {
  padding: 1rem 1.25rem;
}

.article .article-type {
  display: inline-block;
  margin-bottom: 0.75rem;
  border-bottom: 5px solid #d3d3d3;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.article .article-date {
  margin-bottom: 0.75rem;
  font-weight: 300;
  line-height: 1;
}

.article .heading {
  margin-bottom: 0.75rem;
}

.article .heading:hover {
  text-decoration: underline;
}

.article:hover,
.article:focus {
  outline-offset: 0;
  outline: 5px solid #ffb81c;
  border-bottom-width: 0;
  padding-bottom: 8px;
  text-decoration: none;
  background-color: #003da5;
  color: white;
}

.article:hover .article-type,
.article:focus .article-type {
  border-color: rgba(211, 211, 211, 0.17);
}

.preview-teaser {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  border-top: 5px solid #ffb81c;
}

.preview-teaser .heading {
  font-size: 1.375rem;
  text-transform: uppercase;
}

.preview-teaser .content {
  font-size: 1.125rem;
  font-weight: 300;
}

.preview-teaser .readmore {
  display: inline-block;
  margin-top: 1.5rem;
}

.program {
  display: flex;
  flex-direction: column;
  transition: 0.2s ease-out;
  outline: 0 solid white;
  background: url("https://prismic-io.s3.amazonaws.com/ucriverside/6386e6c7-c87f-414b-8bb7-d6ccf2510bc7_pod-bg.svg") center 20px/100% repeat-y #003da5;
  color: inherit;
}

@media (min-width: 1440px) {
  .program {
    background-size: contain;
  }
}

.program:hover,
.program:focus {
  outline-offset: 0;
  outline: 5px solid #ffb81c;
  text-decoration: none;
  color: inherit;
}

.program .header {
  background-color: #eaeaea;
  padding: 0.5rem 1.5rem 1rem;
}

@media (min-width: 768px) {
  .program .heading {
    height: 3.9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.program .type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
  border-bottom: 5px solid;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 2;
}

.program .type.type__certificate {
  border-color: #003da5;
}

.program .type.type__international {
  border-color: #009cde;
}

.program .type.type__credential {
  border-color: #ffb81c;
}

.program .type.type__bootcamp {
  border-color: #78be20;
}

.program .type.type__course {
  border-color: #2b2b2b;
}

.program .type .icon {
  margin-right: -0.2rem;
}

.program .body {
  padding: 1.25rem;
  color: #ffb81c;
}

.program .body .icon {
  margin-right: 0.5em;
}

.program .body strong {
  padding-left: 0.5em;
  font-weight: normal;
  color: white;
}

.program ul.details {
  padding-left: 0;
  list-style-type: none;
  text-transform: uppercase;
  line-height: 2.5;
  font-family: "Oswald", sans-serif;
}

.program ul.details li {
  display: flex;
  align-items: center;
}

.program .disclaimer {
  margin-top: -1.5em;
  font-size: 0.75rem;
  color: white;
}

.program .startdate {
  font-size: 0.8rem;
}

.program .startdate:before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1px;
  margin: 0.75rem 0;
  background: white;
}

.program footer.more {
  display: flex;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  transition: 0.2s ease-out;
  background-color: #0747b4;
  color: white;
}

.program footer.more .icon {
  display: inline-block;
  box-sizing: content-box;
  border-radius: 100%;
  padding: 0.3rem;
  transition: 0.2s ease-out;
  background-color: white;
  color: #003da5;
}

.program footer.more:hover {
  text-decoration: underline;
  color: #ffb81c;
}

.program footer.more:hover .icon {
  transform: scale(1.25);
  background-color: #ffb81c;
  color: #2b2b2b;
}

.accordion .program {
  width: calc(100% - 1.5rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 1.5rem;
}

.accordion .program header {
  box-shadow: inset 0 5px 0 #ffb81c;
  padding: 1.8125rem 1.5rem 0.5rem;
  transition: 0.2s ease-out;
  background-color: white;
}

.accordion .program .type {
  display: none;
}

@media (min-width: 992px) {
  .accordion .program {
    width: calc(50% - 1.5rem);
  }
}

@media (min-width: 1440px) {
  .accordion .program {
    width: calc(33.3333333333% - 1.5rem);
  }
}

.accordion .program:hover .header,
.accordion .program:focus .header {
  box-shadow: none;
}

.pod {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.25rem;
  transition: 0.2s ease-out;
  color: white;
}

.pod.no-image {
  background: url("https://prismic-io.s3.amazonaws.com/ucriverside/6386e6c7-c87f-414b-8bb7-d6ccf2510bc7_pod-bg.svg") repeat-y center 20px transparent;
}

.pod:hover,
.pod:focus {
  outline-offset: 0;
  outline: 5px solid #ffb81c;
  text-decoration: none;
  color: white;
}

.pod .pod-heading {
  position: relative;
  z-index: 2;
  padding: 1.25rem 1.25rem 1.5rem;
  transition: 0.2s ease-out;
}

.pod:hover .pod-heading,
.pod:focus .pod-heading {
  transform: translate3d(0, -1rem, 0);
}

.pod .heading {
  position: relative;
  padding-top: 1.25rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.pod .heading:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -1rem;
  left: 0;
  height: 5px;
  width: 2.8125rem;
  background: #ffb81c;
}

.pod .heading svg {
  display: block;
  margin-bottom: 0.625rem;
}

.pod .pod-image + .pod-heading .heading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: -1px;
  padding-top: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.pod .pod-image + .pod-heading .heading:before {
  left: 1.25rem;
}

.pod .subheading {
  position: relative;
  margin-bottom: 0;
  padding-top: 0.5rem;
  font-size: 0.875rem;
}

.pod:nth-child(odd) {
  background-color: #003da5;
}

.pod:nth-child(odd).has-image .pod-heading {
  background-color: #003da5;
}

.pod:nth-child(odd).has-image .pod-heading .heading {
  background-image: linear-gradient(to bottom, rgba(0, 61, 165, 0) 0, #003da5 60px);
}

.pod:nth-child(even) {
  background-color: #0f74cb;
}

.pod:nth-child(even).has-image .pod-heading {
  background-color: #0f74cb;
}

.pod:nth-child(even).has-image .pod-heading .heading {
  background-image: linear-gradient(to bottom, rgba(15, 116, 203, 0) 0, #0f74cb 60px);
}

.media-credit,
.media-contact {
  font-weight: 300;
}

.media-credit p,
.media-contact p {
  margin-bottom: 0;
}

.media-credit a,
.media-contact a {
  font-weight: normal;
}

.media-credit .icon,
.media-contact .icon {
  margin-right: 0.2em;
}

.media-credit {
  margin: 1.5rem 0;
}

.media-contact {
  margin: 2rem 0 3rem;
  padding-left: 1rem;
  border-left: 10px solid #eaeaea;
}

.media-contact .icon {
  transition: 0.1s ease-out;
}

.media-contact .contact-paths a {
  margin-right: 2rem;
}

.media-contact .contact-paths a:hover .icon,
.media-contact .contact-paths a:focus .icon {
  transform: scale(1.25) translateX(-0.1em);
}

.tags {
  display: flex;
  align-items: center;
  margin: 3rem 0;
}

.tags .heading {
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  line-height: inherit;
  color: inherit;
}

.tags ul {
  margin-left: 1rem;
}

.tags a {
  margin-left: 0.75rem;
  padding: 0;
}

.tags li:not(:last-child) a:after {
  content: "|";
  padding-left: 0.75rem;
  color: #003da5;
}

.pagination {
  flex-wrap: wrap;
}

.pagination .page-item .page-link {
  width: 2.75rem;
  padding: 0;
  margin: 0 1rem 1rem 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  line-height: 2.625rem;
  text-align: center;
  transition: all 0.2s ease-out;
}

.pagination .page-item.page-prev .page-link,
.pagination .page-item.page-next .page-link {
  position: relative;
  height: 2.75rem;
  border-color: transparent;
}

.pagination .page-item.page-prev svg,
.pagination .page-item.page-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pagination .page-item.disabled {
  display: none;
}

.hero {
  position: relative;
  min-height: 450px;
  max-height: 768px;
}

@media (min-width: 992px) {
  .hero {
    height: 40vw;
    max-height: 768px;
  }
}

.hero .container-max {
  max-width: none;
}

@media (min-width: 992px) {
  .hero .container-max {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
}

.hero .image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #2c2c2c;
}

.hero .image img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: auto;
  height: 110%;
  opacity: 0.44;
  max-width: none;
  transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 1125px) {
  .hero .image img {
    width: 110%;
    height: auto;
  }
}

.hero .container-max {
  position: relative;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .hero .container-max {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .hero .container-max {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
  }
}

.hero .heading {
  margin-bottom: 1.3rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: white;
}

@media (min-width: 992px) {
  .hero .heading {
    font-size: 4.3125rem;
  }
}

.hero .heading .word {
  display: inline-block;
  min-width: 3em;
  min-height: 0.9em;
  color: #ffb81c;
}

.hero .subheading {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  font-size: 18px;
  font-weight: 500;
  color: white;
}

@media (min-width: 992px) {
  .hero .subheading {
    font-size: 1.1875rem;
  }
}

.hero form.get-started-here {
  position: relative;
  margin-top: 1.5rem;
  max-width: 34.5rem;
  transition: 0.5s ease-out;
  opacity: 0;
}

@media (min-width: 1440px) {
  .hero form.get-started-here {
    margin-bottom: 2.4rem;
  }
}

.hero form.get-started-here button {
  position: absolute;
  z-index: 2;
  right: 0.25rem;
  bottom: 50%;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 1;
  transform: translateY(50%);
}

.hero form.get-started-here button svg {
  margin-top: -0.1875rem;
  transition: transform 0.2s ease-in-out;
}

.hero form.get-started-here button:hover svg,
.hero form.get-started-here button:focus svg {
  transform: scale(1.25);
}

.hero .dropdown {
  margin-top: 2rem;
}

@media (max-width: 991.98px) {
  .hero .dropdown {
    margin-bottom: 1.5rem;
  }
}

.hero .dropdown button.dropdown-toggle {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 17rem;
  padding: 1.15rem 3rem 1.15rem 1.5rem;
  border-radius: 2rem;
  border-width: 2px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  transition: 0.1s ease-out;
}

@media (min-width: 768px) {
  .hero .dropdown button.dropdown-toggle {
    width: auto;
  }
}

@media (min-width: 992px) {
  .hero .dropdown button.dropdown-toggle {
    padding: 0.75rem 3rem 0.75rem 1rem;
    border-radius: 1.5rem;
    font-size: 0.9375rem;
  }
}

.hero .dropdown button.dropdown-toggle:after {
  content: none;
}

.hero .dropdown button.dropdown-toggle .icon {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  font-size: 0.3125rem;
  transform: translateY(-50%);
}

.hero .dropdown button.dropdown-toggle:hover,
.hero .dropdown button.dropdown-toggle:focus {
  box-shadow: none !important;
  background-color: #ffb81c;
  color: #2b2b2b;
}

.hero .dropdown button.dropdown-toggle:active {
  box-shadow: none;
}

.hero .dropdown button.dropdown-toggle[aria-expanded=true] {
  background-color: #003da5;
  border-color: #003da5;
  border-radius: 2rem 2rem 0 0;
  color: #ffb81c;
}

@media (min-width: 992px) {
  .hero .dropdown button.dropdown-toggle[aria-expanded=true] {
    border-radius: 1.5rem 1.5rem 0 0;
  }
}

.hero .dropdown button.dropdown-toggle[aria-expanded=true] .icon {
  transform: rotate(-180deg) translateY(50%);
}

.hero .dropdown .dropdown-menu {
  z-index: 1;
  overflow: hidden;
  top: 50%;
  min-width: 17rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0.5rem;
  border: none;
  border-radius: 0 0 2rem 2rem;
  transition: 0.2s ease-out;
  background-color: #003da5;
}

@media (min-width: 992px) {
  .hero .dropdown .dropdown-menu {
    border-radius: 0 0 1.5rem 1.5rem;
  }
}

.hero .dropdown .dropdown-menu a.dropdown-item {
  padding: 0.5rem 1.5rem;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  text-shadow: none;
  transition: 0.2s ease-in-out;
  white-space: normal;
}

@media (min-width: 992px) {
  .hero .dropdown .dropdown-menu a.dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
}

.hero .dropdown .dropdown-menu a.dropdown-item:hover,
.hero .dropdown .dropdown-menu a.dropdown-item:focus {
  background-color: transparent;
  text-decoration: underline;
  color: #ffb81c;
}

@media (max-width: 767.98px) {
  .hero .dropdown .dropdown-menu {
    width: 100%;
  }
}

.hero .dropdown [aria-expanded=true] + .dropdown-menu {
  margin-top: -0.5rem;
}

.hero .btn-overview {
  color: white;
}

.hero .btn-overview:hover,
.hero .btn-overview:focus {
  color: #2b2b2b;
}

.hero.ready form.get-started-here {
  opacity: 1;
}

.banner {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.banner header {
  position: relative;
  z-index: 2;
  padding-top: 7rem;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .banner header {
    padding-bottom: 7rem;
  }
}

.banner header .heading {
  margin-bottom: 0;
  font-weight: 300;
  color: inherit;
}

.banner header .subheading {
  margin-bottom: 0;
  margin-top: 1rem;
  font-size: 1.1875rem;
  color: inherit;
}

@media (min-width: 992px) {
  .banner header .subheading {
    margin-top: 1.75rem;
  }
}

.banner .btn-overview {
  margin-top: 1.5rem;
  color: white;
}

.banner .btn-overview:hover,
.banner .btn-overview:focus,
.banner .btn-overview.focus {
  color: #2b2b2b;
  text-shadow: none;
}

.banner .dropdown {
  margin-top: 2rem;
}

@media (max-width: 991.98px) {
  .banner .dropdown {
    margin-bottom: 1.5rem;
  }
}

.banner .dropdown button.dropdown-toggle {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 17rem;
  padding: 1.15rem 3rem 1.15rem 1.5rem;
  border-radius: 2rem;
  border-width: 2px;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  transition: 0.1s ease-out;
}

@media (min-width: 768px) {
  .banner .dropdown button.dropdown-toggle {
    width: auto;
  }
}

@media (min-width: 992px) {
  .banner .dropdown button.dropdown-toggle {
    padding: 0.75rem 3rem 0.75rem 1rem;
    border-radius: 1.5rem;
    font-size: 0.9375rem;
  }
}

.banner .dropdown button.dropdown-toggle:after {
  content: none;
}

.banner .dropdown button.dropdown-toggle .icon {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  font-size: 0.3125rem;
  transform: translateY(-50%);
}

.banner .dropdown button.dropdown-toggle:hover,
.banner .dropdown button.dropdown-toggle:focus {
  box-shadow: none !important;
  background-color: #ffb81c;
  color: #2b2b2b;
}

.banner .dropdown button.dropdown-toggle:active {
  box-shadow: none;
}

.banner .dropdown button.dropdown-toggle[aria-expanded=true] {
  background-color: #003da5;
  border-color: #003da5;
  border-radius: 2rem 2rem 0 0;
  color: #ffb81c;
}

@media (min-width: 992px) {
  .banner .dropdown button.dropdown-toggle[aria-expanded=true] {
    border-radius: 1.5rem 1.5rem 0 0;
  }
}

.banner .dropdown button.dropdown-toggle[aria-expanded=true] .icon {
  transform: rotate(-180deg) translateY(50%);
}

.banner .dropdown .dropdown-menu {
  z-index: 1;
  overflow: hidden;
  top: 50%;
  min-width: 17rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0.5rem;
  border: none;
  border-radius: 0 0 2rem 2rem;
  transition: 0.2s ease-out;
  background-color: #003da5;
}

@media (min-width: 992px) {
  .banner .dropdown .dropdown-menu {
    border-radius: 0 0 1.5rem 1.5rem;
  }
}

.banner .dropdown .dropdown-menu a.dropdown-item {
  padding: 0.5rem 1.5rem;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  text-shadow: none;
  transition: 0.2s ease-in-out;
  white-space: normal;
}

@media (min-width: 992px) {
  .banner .dropdown .dropdown-menu a.dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
}

.banner .dropdown .dropdown-menu a.dropdown-item:hover,
.banner .dropdown .dropdown-menu a.dropdown-item:focus {
  background-color: transparent;
  text-decoration: underline;
  color: #ffb81c;
}

@media (max-width: 767.98px) {
  .banner .dropdown .dropdown-menu {
    width: 100%;
  }
}

.banner .dropdown [aria-expanded=true] + .dropdown-menu {
  margin-top: -0.5rem;
}

.banner .signup-form {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .banner .signup-form {
    display: flex;
    margin-top: 1.5rem;
  }
}

.banner .signup-form .btn,
.banner .signup-form .form-control {
  height: 3rem;
  padding: 0.375rem 1.25rem;
  font-size: 0.9375rem;
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .banner .signup-form .form-group {
    flex-grow: 1;
  }
}

@media (min-width: 992px) {
  .banner .signup-form .form-group {
    margin-bottom: 0;
  }
}

.banner .signup-form .form-control {
  border: none;
  font-weight: 300;
  background-color: white;
}

@media (min-width: 992px) {
  .banner .signup-form .form-control {
    width: auto;
    min-width: 450px;
  }
}

.banner .signup-form .btn {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .banner .signup-form .btn {
    width: auto;
  }
}

.banner.banner--normal {
  color: white;
}

@media (min-width: 1920px) {
  .banner.banner--normal {
    min-height: 480px;
  }
}

.banner.banner--normal:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  opacity: 0.56;
  background-color: #2c2c2c;
}

.banner.banner--normal header {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
}

.banner.banner--abstract {
  background-position: 50% bottom;
  background-color: white;
  color: #003da5;
}

.banner.banner--abstract header {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .banner.banner--abstract header {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
}

.section__overview {
  margin-bottom: 1.875rem;
}

.section__overview .overview-heading {
  margin-bottom: 1.25rem;
}

.section__overview .heading {
  margin-top: -0.15em;
}

.section__overview--course,
.section__overview--certificate {
  text-align: center;
}

.section__overview--course .overview-heading,
.section__overview--certificate .overview-heading {
  position: relative;
  max-width: 40rem;
  margin: 0 auto;
}

.section__overview--course .overview-heading:after,
.section__overview--certificate .overview-heading:after {
  content: "";
  display: block;
  height: 5px;
  width: 120px;
  margin: 1.5rem auto 1.75rem;
  background-color: #ffb81c;
}

.section__overview--course .heading,
.section__overview--certificate .heading {
  margin-bottom: 0;
}

.section__overview--course .overview-content,
.section__overview--certificate .overview-content {
  margin-bottom: 2rem;
}

.section__overview--course .overview-content p,
.section__overview--certificate .overview-content p {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 300;
}

@media (min-width: 992px) {
  .section__overview--course .overview-content,
  .section__overview--certificate .overview-content {
    padding: 0 12.5%;
  }
}

.content .image {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.content .video {
  margin: 3rem 0;
}

.content a {
  text-decoration: underline;
  font-weight: 500;
}

.section__accordions {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b5b5b5;
}

.section__accordions .grid {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -0.75rem;
}

@media (min-width: 768px) {
  .section__spotlight-teasers .spotlight-teasers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -0.5rem;
  }
}

.section__spotlight-teasers .spotlight-teaser {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .section__spotlight-teasers .spotlight-teaser {
    width: calc(50% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 992px) {
  .section__spotlight-teasers .spotlight-teaser {
    width: calc(33.3333333333% - 1rem);
  }
}

.section__teasers {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b5b5b5;
}

.section__preview-teasers .preview-teasers {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .section__preview-teasers .preview-teasers {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
    padding-top: 4rem;
  }
}

@media (min-width: 1440px) {
  .section__preview-teasers .preview-teasers {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.section__preview-teasers .preview-teaser {
  flex-grow: 1;
}

@media (min-width: 768px) {
  .section__preview-teasers .preview-teaser {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 992px) {
  .section__preview-teasers .preview-teaser {
    width: calc(33.3333333333% - 2rem);
  }
}

@media (min-width: 1440px) {
  .section__preview-teasers .preview-teaser {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.section__tabs {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b5b5b5;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .section__pods.pods-right .pods {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }

  .section__pods.pods-right .pod {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section__pods.pods-right .pods {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }

  .section__pods.pods-right .pod {
    width: calc(33.3333333333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

@media (min-width: 576px) {
  .section__pods.pods-below .pods {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }

  .section__pods.pods-below .pod {
    width: calc(33.3333333333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

@media (min-width: 1440px) {
  .section__pods.pods-below .pods {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.3125rem;
  }

  .section__pods.pods-below .pod {
    width: calc(33.3333333333% - 2.625rem);
    margin-left: 1.3125rem;
    margin-right: 1.3125rem;
  }
}

section.videos {
  overflow: inherit;
  position: relative;
  z-index: 3;
  padding: 4rem 0;
  text-align: center;
  box-shadow: none;
  background: url("https://prismic-io.s3.amazonaws.com/ucriverside/f3f3138f-56d7-4fa7-99d9-63845107ae7d_abstract-hills.svg") 50% bottom/130% auto no-repeat transparent;
}

@media (min-width: 768px) {
  section.videos {
    padding: 6.25rem 0;
  }
}

@media (min-width: 992px) {
  section.videos {
    padding: 0 0 9.375rem;
    background-size: 100%;
  }
}

section.videos .container-max,
section.videos .container-limited-max {
  position: relative;
}

@media (min-width: 992px) {
  section.videos .container-max,
  section.videos .container-limited-max {
    box-sizing: border-box;
  }
}

section.videos .slide.is-selected {
  z-index: 2;
}

section.videos .flickity-viewport {
  width: 100%;
}

section.videos .flickity-page-dots {
  bottom: -4.5rem;
}

section.videos .dot {
  background-color: #ffb81c;
  opacity: 1;
}

section.videos .dot:not(.is-active):hover {
  opacity: 0.75;
}

section.videos .slider-nav {
  position: absolute;
  z-index: 10;
  right: 12.5vw;
  top: 50px;
  bottom: 50px;
  width: 9%;
  margin-right: 65px;
  padding-bottom: 50px;
}

section.videos .slider-nav.no-arrows {
  bottom: 25px;
  padding-bottom: 0;
}

@media (max-width: 1439.98px) {
  section.videos .slider-nav {
    display: none;
  }
}

@media (min-width: 1920px) {
  section.videos .slider-nav {
    width: 173px;
  }
}

section.videos .slider-nav .group {
  z-index: 1;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  text-align: center;
  transition: opacity 0.25s, visibility 0.5s;
}

section.videos .slider-nav .group.is-selected {
  z-index: 2;
}

section.videos .slider-nav .group:not(.is-selected) {
  visibility: hidden;
  opacity: 0;
}

section.videos .slider-nav .option {
  width: auto;
  margin-bottom: 1rem;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

section.videos .slider-nav .option figure {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 6.77vw;
  height: 6.77vw;
  margin-bottom: 0;
  border-radius: 100%;
  background-color: black;
}

section.videos .slider-nav .option img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 185%;
  max-width: none;
  transition: 0.25s ease-in;
  transform: translate3d(-50%, -50%, 0);
}

section.videos .slider-nav .option:hover img {
  filter: brightness(120%);
  transform: translate3d(-50%, -50%, 0) scale(1.05);
}

section.videos .slider-nav .option p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3em;
  margin-bottom: 2em;
  font-size: 18px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.44);
  color: white;
}

@media (max-width: 1440px) {
  section.videos .slider-nav .option p {
    display: none;
  }
}

@media (min-width: 1920px) {
  section.videos .slider-nav .option p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

section.videos .slider-nav .flickity-button {
  top: auto;
  bottom: -0.5em;
  margin: 0 0.75rem;
  font-size: 2rem;
  color: white;
}

section.videos .slider-nav .flickity-button:focus,
section.videos .slider-nav .flickity-button:hover {
  background-color: #0f74cb;
}

section.videos .slider-nav .flickity-button.previous {
  left: auto;
  right: 50%;
}

section.videos .slider-nav .flickity-button.next {
  left: 50%;
  right: auto;
}

@media (min-width: 1440px) {
  section.videos.deluxe .container-max {
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  section.videos.deluxe .video:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    opacity: 0.74;
    background-image: linear-gradient(to left, rgba(16, 15, 15, 0.96) 20%, rgba(0, 0, 0, 0));
  }
}

@media (min-width: 992px) {
  section.videos.deluxe .video .heading {
    padding: 3.75rem 3.125rem;
    font-size: 1.875rem;
    text-align: left;
  }
}

@media (min-width: 1440px) {
  section.videos.deluxe .video .heading {
    max-width: 82%;
  }
}

@media (min-width: 1440px) {
  section.videos.deluxe .flickity-page-dots {
    display: none;
  }
}

section.choices {
  position: relative;
  margin-bottom: -2rem;
  z-index: 3;
}

@media (min-width: 992px) {
  section.choices {
    margin-bottom: 0;
  }
}

section.choices .nav {
  margin-top: -5vw;
}

@media (min-width: 768px) {
  section.choices .nav {
    margin-top: -2vw;
  }
}

@media (min-width: 992px) {
  section.choices .nav {
    margin: 0 -2.5vw;
    transform: skewX(-7deg);
  }
}

section.choices .nav-item {
  width: 100%;
}

@media (min-width: 992px) {
  section.choices .nav-item {
    width: 25%;
  }
}

section.choices .nav-link {
  position: relative;
  padding: 0;
  min-height: 265px;
  max-height: 750px;
  overflow: hidden;
  margin-bottom: -1px;
  transform: skewY(-5deg);
}

@media (min-width: 768px) {
  section.choices .nav-link {
    transform: skewY(-2deg);
  }
}

@media (min-width: 992px) {
  section.choices .nav-link {
    height: 40vw;
    margin-bottom: 0;
    margin-right: -1px;
    transform: none;
    background-color: #bfbfbf;
  }
}

section.choices .nav-link:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  opacity: 0.85;
  transition: opacity 0.3s ease-out;
}

@media (min-width: 992px) {
  section.choices .nav-link:after {
    transform: none;
  }
}

section.choices .heading {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  padding: 3.75rem 2.25rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  transform: skewY(5deg);
  color: white;
}

@media (min-width: 768px) {
  section.choices .heading {
    transform: skewY(2deg);
  }
}

@media (min-width: 992px) {
  section.choices .heading {
    padding: 3.75rem;
    transform: skewX(7deg);
  }
}

section.choices .heading:after {
  content: "";
  display: block;
  margin-top: 0.65em;
  width: 4.375rem;
  height: 5px;
  transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: #ffb81c;
}

section.choices .image {
  position: absolute;
  top: -5vw;
  left: 0;
  right: 0;
  bottom: -5vw;
  transform: skewY(5deg);
  background-position: 50% 50%;
  background-size: cover;
}

@media (min-width: 768px) {
  section.choices .image {
    transform: skewY(2deg);
  }
}

@media (min-width: 992px) {
  section.choices .image {
    top: 0;
    bottom: 0;
    left: -2.5vw;
    right: -2.5vw;
    transform: skewX(7deg);
  }
}

section.choices .nav-item {
  position: relative;
}

section.choices .nav-item:nth-child(odd) .nav-link:after {
  background-image: linear-gradient(to bottom, #0f74cb 25%, rgba(15, 116, 203, 0));
}

section.choices .nav-item:nth-child(even) .nav-link:after {
  background-image: linear-gradient(to bottom, #003da5 25%, rgba(0, 61, 165, 0));
}

@media (min-width: 992px) {
  section.choices .nav-item:first-child .heading {
    left: 1.25vw;
  }

  section.choices .nav-item:last-child .heading {
    right: 1.25vw;
  }
}

section.choices .nav-link:hover:after,
section.choices .nav-link:focus:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 1;
}

section.choices .nav-link:hover .heading:after,
section.choices .nav-link:focus .heading:after {
  width: 6.5625rem;
}

section.programs {
  padding: 6rem 0 4rem;
  text-align: center;
  background: no-repeat right center white;
}

@media (min-width: 768px) {
  section.programs {
    padding: 6.25rem 0;
  }
}

@media (min-width: 992px) {
  section.programs {
    padding: 7.5rem 0;
  }
}

@media (min-width: 992px) {
  section.programs .container-max {
    padding-left: 9.635vw;
    padding-right: 9.635vw;
  }
}

section.programs .section-heading {
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #003da5;
}

@media (min-width: 992px) {
  section.programs .section-heading {
    margin-bottom: 3.5rem;
    font-size: 4.3125rem;
  }
}

section.programs .section-heading:after {
  content: "";
  display: block;
  margin: 2rem auto;
  width: 5.75rem;
  height: 5px;
  background-color: #ffb81c;
}

section.programs .programs-dropdown .dropdown-toggle {
  display: flex;
  width: 100%;
  padding: 1.2rem 2rem;
  border-radius: 0.5rem;
  align-items: center;
  justify-content: space-between;
  font-style: italic;
  text-align: left;
}

section.programs .programs-dropdown .dropdown-toggle:after {
  display: none;
}

section.programs .programs-dropdown .dropdown-toggle svg {
  fill: currentColor;
}

section.programs .programs-dropdown .dropdown-menu {
  right: 0;
}

section.programs .programs-dropdown .dropdown-item {
  display: flex;
  padding: 0.75rem 1rem;
  align-items: center;
  white-space: normal;
}

section.programs .programs-dropdown img {
  flex-shrink: 0;
  width: 28px;
  margin-right: 1rem;
  background-color: white;
  box-shadow: 0 0 0 5px white;
  border-radius: 2px;
}

section.programs .programs-dropdown .heading {
  letter-spacing: 0.025em;
}

section.programs .programs-grid {
  margin-bottom: 3rem;
}

section.programs .programs-grid > * {
  width: 20%;
  margin-bottom: 1.5rem;
}

section.programs .programs-grid img {
  width: 130px;
  height: auto;
  margin-bottom: 14px;
  transition: transform 0.1s ease-out;
}

section.programs .programs-grid .heading {
  max-width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #2b2b2b;
}

section.programs .programs-grid > *:hover,
section.programs .programs-grid > *:hover a,
section.programs .programs-grid > *:focus,
section.programs .programs-grid > *:focus a {
  text-decoration: none;
}

section.programs .programs-grid > *:hover img,
section.programs .programs-grid > *:focus img {
  transform: scale(1.2);
}

@media (max-width: 991.98px) {
  section.programs .btn-more {
    display: none;
  }
}

section.experiences {
  padding: 4rem 0 2.8125rem;
  text-align: center;
  background-color: #e3af03;
  background-repeat: no-repeat;
  background-position: 85% 0;
  background-size: 165%;
  overflow: hidden;
}

@media (min-width: 768px) {
  section.experiences {
    padding: 6.25rem 0 4.875rem;
    background-position: 100% 0;
    background-size: 140%;
  }
}

@media (min-width: 992px) {
  section.experiences {
    padding-bottom: 12rem;
    background-position: 85% 65%;
    background-size: cover;
  }
}

section.experiences .section-heading {
  max-width: 6em;
  margin: 0 auto 3rem;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: white;
}

@media (min-width: 992px) {
  section.experiences .section-heading {
    max-width: none;
    margin-bottom: 4.5rem;
    font-size: 4.3125rem;
  }
}

section.experiences .section-heading:after {
  content: "";
  display: block;
  margin: 1rem auto;
  width: 5.75rem;
  height: 5px;
  background-color: white;
}

section.experiences .slider {
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  section.experiences .slider {
    margin-bottom: 8.75rem;
  }
}

@media (min-width: 992px) {
  section.experiences .slider {
    margin-bottom: 5rem;
  }
}

section.experiences .slide {
  width: 75vw;
  min-height: 100%;
  margin: 0 0.75rem;
}

@media (min-width: 768px) {
  section.experiences .slide {
    width: 45vw;
    margin: 0 1rem;
  }
}

@media (min-width: 992px) {
  section.experiences .slide {
    width: calc(35vw - 8rem);
    margin: 0 4rem;
  }
}

@media (min-width: 1440px) {
  section.experiences .slide {
    width: calc(35vw - 8.8rem);
    margin: 0 4.4rem;
  }
}

section.experiences .slide img {
  width: 100%;
  max-width: none;
}

section.experiences .flickity-viewport {
  width: 100%;
}

section.experiences .flickity-prev-next-button {
  font-size: 3rem;
  color: white;
}

@media (max-width: 991.98px) {
  section.experiences .flickity-prev-next-button {
    display: none;
  }
}

@media (min-width: 1440px) {
  section.experiences .flickity-prev-next-button {
    font-size: 3.5rem;
  }
}

section.experiences .flickity-prev-next-button.previous {
  left: calc(50vw - 17.5vw);
  margin-left: -0.5em;
}

section.experiences .flickity-prev-next-button.next {
  right: calc(50vw - 17.5vw);
  margin-right: -0.5em;
}

section.experiences .flickity-page-dots {
  bottom: -3.75rem;
}

@media (min-width: 768px) {
  section.experiences .flickity-page-dots {
    bottom: -5.25rem;
  }
}

section.experiences .dot {
  background-color: white;
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section.experiences .dot {
    width: 1.25rem;
    height: 1.25rem;
  }
}

section.experiences .dot:not(.is-active):hover {
  opacity: 0.75;
}

section.experiences .container-max {
  position: relative;
  text-align: center;
}

@media (min-width: 992px) {
  section.experiences .container-max {
    text-align: right;
  }
}

section.experiences .btn-more {
  font-size: 1.1875rem;
}

@media (min-width: 992px) {
  section.experiences .btn-more {
    padding-left: 0;
    padding-right: 0;
  }
}

section.experiences .btn-more svg {
  fill: white;
}

.spotlights-stats {
  position: relative;
  padding: 4rem 0;
  background: 50% 50%/cover no-repeat #2b2b2b;
}

@media (min-width: 768px) {
  .spotlights-stats {
    padding: 6.25rem 0;
  }
}

@media (min-width: 992px) {
  .spotlights-stats {
    padding: 7.5rem 0;
  }

  .spotlights-stats:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 35%;
    opacity: 0.72;
    background-image: linear-gradient(to bottom, #2b2b2b, rgba(43, 43, 43, 0.52) 85%, rgba(43, 43, 43, 0));
  }
}

.spotlights-stats .container-max {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .spotlights-stats .container-max {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
}

.spotlights-stats .section-heading {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: white;
}

@media (min-width: 992px) {
  .spotlights-stats .section-heading {
    font-size: 1.5rem;
  }
}

.spotlights-stats .section-heading:after {
  content: "";
  display: block;
  width: 4.75rem;
  height: 5px;
  margin: 1.2rem 0 2rem;
  background-color: #ffb81c;
}

@media (min-width: 992px) {
  .spotlights-stats .section-heading:after {
    margin: 1.875rem 0 4rem;
  }
}

.spotlights-stats .spotlights {
  display: flex;
  justify-content: space-between;
}

.spotlights-stats .spotlight {
  margin-bottom: 4.375rem;
  color: #ffb81c;
}

@media (max-width: 991.98px) {
  .spotlights-stats .spotlight:not(:first-child) {
    display: none;
  }
}

@media (min-width: 992px) {
  .spotlights-stats .spotlight {
    width: 44%;
    flex-shrink: 0;
  }
}

.spotlights-stats .spotlight a {
  color: inherit;
}

.spotlights-stats .spotlight a:hover,
.spotlights-stats .spotlight a:focus {
  text-decoration: none;
}

.spotlights-stats .spotlight a:hover .heading,
.spotlights-stats .spotlight a:focus .heading {
  text-decoration: underline;
}

.spotlights-stats .spotlight .image {
  position: relative;
}

@media (min-width: 992px) {
  .spotlights-stats .spotlight .image {
    padding-top: 52.7377521614%;
    overflow: visible !important;
  }

  .spotlights-stats .spotlight .image img {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    transform: translate3d(-50%, 0, 0);
  }
}

.spotlights-stats .spotlight .heading {
  margin: 1em 0;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.2;
  letter-spacing: normal;
  font-size: 30px;
  color: inherit;
}

@media (min-width: 992px) {
  .spotlights-stats .spotlight .heading {
    margin: 0.35em 0;
    font-size: 2.625rem;
  }
}

.spotlights-stats .spotlight .subheading {
  line-height: 1.45;
  font-size: 1.1875rem;
  font-weight: 300;
  color: white;
}

.spotlights-stats .stats {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid white;
  padding-top: 2.5rem;
}

.spotlights-stats .stat {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .spotlights-stats .stat:not(:first-child) {
    display: none;
  }
}

@media (min-width: 768px) {
  .spotlights-stats .stat {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .spotlights-stats .stat {
    width: 44%;
    flex-shrink: 0;
  }
}

.spotlights-stats .stat .value {
  margin-right: 0.6em;
  line-height: 1.5;
  font-size: 5rem;
  font-weight: 300;
  color: #ffb81c;
}

@media (min-width: 1440px) {
  .spotlights-stats .stat .value {
    margin-right: 0.35em;
    font-size: 5rem;
  }
}

.spotlights-stats .stat .description {
  max-width: 275px;
  margin-bottom: 0;
  letter-spacing: 0.025em;
  font-size: 1.125rem;
  color: white;
}

@media (min-width: 992px) {
  .spotlights-stats .stat .description {
    max-width: none;
  }
}

@media (min-width: 1440px) {
  .spotlights-stats .stat .description {
    font-size: 1.4375rem;
  }
}

.section__info-popups {
  display: flex;
  padding-bottom: 3rem;
}

@media (max-width: 991.98px) {
  .section__info-popups {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .section__info-popups {
    justify-content: space-between;
    margin: 0 -1rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1440px) {
  .section__info-popups {
    margin: 0 -1.5rem;
  }
}

.section__info-popups .info-popup {
  flex-grow: 1;
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .section__info-popups .info-popup {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 992px) {
  .section__info-popups .info-popup {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 1440px) {
  .section__info-popups .info-popup {
    width: calc(33.3333333333% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

.section__info-popups .btn.info {
  width: 100%;
  height: 100%;
  outline: 0 solid #ffb81c;
  transition: 0.2s ease-out;
}

@media (max-width: 991.98px) {
  .section__info-popups .btn.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
  }
}

@media (min-width: 992px) {
  .section__info-popups .btn.info {
    padding: 3rem 1.5rem;
  }
}

.section__info-popups .btn.info .heading {
  font-weight: normal;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .section__info-popups .btn.info .heading {
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 3;
  }
}

@media (min-width: 992px) {
  .section__info-popups .btn.info .heading {
    font-size: 1.5rem;
  }
}

.section__info-popups .btn.info:hover,
.section__info-popups .btn.info:focus {
  outline: 5px solid #ffb81c;
}

.section__info-popups .btn.info:hover .icon,
.section__info-popups .btn.info:focus .icon {
  background-color: #ffb81c;
  color: #2b2b2b;
}

.section__info-popups .btn.info.btn-noop {
  cursor: default !important;
}

.section__info-popups .btn.info.btn-noop .prereqs .course {
  color: #ffb81c;
}

.section__info-popups .btn.info.btn-noop .prereqs .course span {
  color: white;
}

.section__info-popups .btn.info.btn-noop:hover,
.section__info-popups .btn.info.btn-noop:focus {
  outline: none;
  background-color: #003da5;
}

.section__info-popups .icon-plus {
  background-color: white;
  fill: #003da5;
  border-radius: 100%;
  transition: 0.2s ease-out;
}

.section__info-popups ul {
  margin-bottom: 0;
}

.page--search-results .filters li {
  position: relative;
}

.page--search-results .filters li label {
  padding-right: 0.3rem;
  border-right: 12px solid;
}

.page--search-results .filters li .icon {
  fill: #003da5;
}

.page--search-results .filters li[data-name*=Certificate] label {
  border-color: #003da5;
}

.page--search-results .filters li[data-name*=Credential] label {
  border-color: #ffb81c;
}

.page--search-results .filters li[data-name*=Bootcamp] label {
  border-color: #78be20;
}

.page--search-results .filters li[data-name*=Course] label {
  border-color: #2b2b2b;
}

.page--search-results .filters li[data-name*=International] label {
  border-color: #009cde;
}

.section__search-results .search-result {
  padding: 1.25rem 0 1.5625rem;
}

.section__search-results .search-result:first-child {
  padding-top: 0;
}

.section__search-results .search-result + .search-result {
  border-top: 1px solid #d3d3d3;
}

.section__search-results .search-result.international .meta .type {
  padding-left: 2.5rem;
}

.section__search-results .search-result.course .meta .date:before,
.section__search-results .search-result.certificate .meta .date:before,
.section__search-results .search-result.credential .meta .date:before,
.section__search-results .search-result.bootcamp .meta .date:before {
  content: "Starts: ";
}

.section__search-results .search-result.course .search-result__header h3.heading,
.section__search-results .search-result.certificate .search-result__header h3.heading,
.section__search-results .search-result.credential .search-result__header h3.heading,
.section__search-results .search-result.bootcamp .search-result__header h3.heading {
  padding-left: 0.5rem;
  border-left: 12px solid;
}

.section__search-results .search-result.course .search-result__header h3.heading {
  border-color: #2b2b2b;
}

.section__search-results .search-result.certificate .search-result__header h3.heading {
  border-color: #003da5;
}

.section__search-results .search-result.credential .search-result__header h3.heading {
  border-color: #ffb81c;
}

.section__search-results .search-result.bootcamp .search-result__header h3.heading {
  border-color: #78be20;
}

.section__search-results .search-result.international .search-result__header h3.heading {
  border-color: #009cde;
}

.section__search-results .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}

.section__search-results .meta span {
  position: relative;
  padding-right: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 300;
}

.section__search-results .meta .alt {
  padding-right: 0;
}

.section__search-results .meta .alt span {
  font-family: "Oswald", sans-serif;
  font-size: 1.0625rem;
  font-weight: normal;
  text-transform: uppercase;
}

.section__search-results .meta .type {
  color: #003da5;
}

.section__search-results .meta .type svg {
  position: absolute;
  top: 50%;
  left: -0.25rem;
  transform: translateY(-50%);
}

.section__search-results .meta > span:not(.alt) + span {
  padding-left: 0.75rem;
}

.section__search-results .meta > span:not(.alt) + span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1rem;
  width: 1px;
  background-color: #2b2b2b;
  transform: translateY(-55%);
}

.section__search-results .meta .location {
  padding-left: 1.5rem;
}

.section__search-results .meta .location svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-55%);
}

.section__search-results .meta span + .location,
.section__search-results .meta span + .attachment {
  padding-left: 2.5rem !important;
}

.section__search-results .meta span + .location svg,
.section__search-results .meta span + .attachment svg {
  left: 1rem !important;
}

.section__search-results .meta .attachment svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-55%);
  fill: #6a6a6a;
}

@media (max-width: 991.98px) {
  .section__search-results .meta .alt {
    width: 100%;
  }
}

.section__search-results .search-result__header h3.heading {
  position: relative;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.section__search-results .search-result__content :last-child {
  margin-bottom: 0;
}

.section_highlight {
  position: relative;
  background: center/cover no-repeat;
  padding: 4rem 0;
  text-align: center;
}

@media (min-width: 992px) {
  .section_highlight {
    padding: 6rem 0;
  }
}

.section_highlight .image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #2c2c2c;
}

.section_highlight .image img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: auto;
  height: 110%;
  opacity: 0.44;
  max-width: none;
  transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 1125px) {
  .section_highlight .image img {
    width: 110%;
    height: auto;
  }
}

.section_highlight .container-max {
  position: relative;
  z-index: 2;
}

.section_highlight h2.heading {
  color: #003da5;
  font-family: "Oswald", sans-serif;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
}

.section_highlight h2.heading:after {
  content: "";
  display: block;
  height: 5px;
  width: 120px;
  margin: 1.75rem auto 1.75rem;
  background-color: #ffb81c;
}

@media (min-width: 992px) {
  .section_highlight h2.heading {
    font-size: 4.3125rem;
  }
}

.section_highlight p.subheading {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .section_highlight p.subheading {
    max-width: 75%;
    margin: 0 auto;
  }
}

.section_highlight .btn-overview {
  text-align: center;
  margin-top: 1.5rem;
}

.section_highlight.has-image:before,
.section_highlight.has-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section_highlight.has-image:before {
  background-color: #2b2b2b;
  opacity: 0.56;
}

.section_highlight.has-image:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 80%);
}

.section_highlight.has-image .container-max h2.heading,
.section_highlight.has-image .container-max p.subheading {
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.section_highlight.has-image .container-max p.subheading {
  font-weight: 500;
}

.section_highlight.has-image .container-max .btn-overview {
  color: white;
}

.section_highlight.has-image .container-max .btn-overview:hover,
.section_highlight.has-image .container-max .btn-overview:focus {
  color: #2b2b2b;
}

.section_factoids .grid {
  display: flex;
  flex-wrap: wrap;
}

.section_factoids .factoid {
  flex-grow: 1;
}

.section_factoids .factoid--content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem;
  min-height: 26.875rem;
  line-height: 1.5;
}

.section_factoids .factoid--content .rank {
  position: relative;
  padding-left: 2.8125rem;
  margin-bottom: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 110px;
  font-weight: 300;
  line-height: 1;
}

.section_factoids .factoid--content .rank svg {
  position: absolute;
  top: 25px;
  left: 0;
}

.section_factoids .factoid--content h4.heading {
  font-size: 1.25rem;
  font-weight: normal;
}

.section_factoids .factoid--content p.source {
  font-size: 18px;
}

.section_factoids .factoid--content.item-1 {
  background-color: #003da5;
}

.section_factoids .factoid--content.item-1 .rank,
.section_factoids .factoid--content.item-1 h4.heading,
.section_factoids .factoid--content.item-1 .source {
  color: white;
}

.section_factoids .factoid--content.item-3 {
  background-color: #ffb81c;
}

.section_factoids .factoid--content.item-3 .rank,
.section_factoids .factoid--content.item-3 h4.heading,
.section_factoids .factoid--content.item-3 .source {
  color: #2b2b2b;
}

.section_factoids .factoid--content.item-5 {
  background-color: #0f74cb;
}

.section_factoids .factoid--content.item-5 .rank,
.section_factoids .factoid--content.item-5 h4.heading,
.section_factoids .factoid--content.item-5 .source {
  color: white;
}

.section_factoids .factoid--image {
  position: relative;
  overflow: hidden;
}

.section_factoids .factoid--image img {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  height: auto;
  width: auto;
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  max-width: none;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 991.98px) {
  .section_factoids .factoid {
    width: 100%;
  }

  .section_factoids .factoid--content {
    padding: 2rem;
  }

  .section_factoids .factoid--image {
    min-height: 21.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1439.98px) {
  .section_factoids .factoid {
    width: 50%;
  }

  .section_factoids .factoid.item-1 {
    order: 1;
  }

  .section_factoids .factoid.item-2 {
    order: 2;
  }

  .section_factoids .factoid.item-3 {
    order: 4;
  }

  .section_factoids .factoid.item-4 {
    order: 3;
  }

  .section_factoids .factoid.item-5 {
    order: 5;
  }

  .section_factoids .factoid.item-6 {
    order: 6;
  }
}

@media (min-width: 992px) {
  .section_factoids .factoid--content {
    padding: 3rem;
  }
}

@media (min-width: 1440px) {
  .section_factoids .factoid.item-1,
  .section_factoids .factoid.item-3,
  .section_factoids .factoid.item-5 {
    width: 25%;
  }

  .section_factoids .factoid.item-2 {
    width: 50%;
  }

  .section_factoids .factoid.item-4 {
    width: 45%;
  }

  .section_factoids .factoid.item-6 {
    width: 30%;
  }
}

.section_blockquotes {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 0 !important;
  text-align: center;
}

@media (min-width: 992px) {
  .section_blockquotes {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  .section_blockquotes .items {
    display: flex;
    margin: 0 -rem-calc(30);
  }
}

@media (max-width: 991.98px) {
  .section_blockquotes .item + .item {
    margin-top: 4rem;
  }
}

@media (min-width: 992px) {
  .section_blockquotes .item {
    margin: 1.875rem;
    width: calc(50% - rem-calc(60));
  }

  .section_blockquotes .item > img {
    margin-bottom: 0.75rem;
  }
}

.section_blockquotes blockquote {
  margin: 0;
  padding: 0;
  border: none;
  color: #2b2b2b;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75;
}

.section_blockquotes blockquote p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .section_blockquotes blockquote {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.section_blockquotes .profile {
  margin: 1.5rem auto 0;
  max-width: 18.75rem;
}

.section_blockquotes .profile img {
  max-width: 9.375rem;
  margin-bottom: 1.5rem;
  border: 8px solid #ffb81c;
  border-radius: 100%;
}

@media (min-width: 1440px) {
  .section_blockquotes .profile img {
    max-width: 8rem;
  }
}

.section_blockquotes .profile h5 {
  margin-bottom: 0;
}

.section_blockquotes .profile p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .section_blockquotes .profile h5 {
    font-size: 1.375rem;
  }

  .section_blockquotes .profile p {
    font-size: 0.875rem;
  }
}

.keyword-search {
  position: relative;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .keyword-search {
    margin-bottom: 2.75rem;
  }
}

.keyword-search input {
  border: none;
  height: 3.25rem;
  font-weight: 300;
}

.keyword-search input::-moz-placeholder {
  color: inherit;
}

.keyword-search input:-ms-input-placeholder {
  color: inherit;
}

.keyword-search input::placeholder {
  color: inherit;
}

.keyword-search button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.25rem;
  height: 3.25rem;
  background-color: #ffb81c;
  transition: 0.1s ease-out;
  color: inherit;
}

.keyword-search button:hover,
.keyword-search button:focus {
  transform: scale(1.2);
}

.keyword-search button:active {
  background-color: #f5a800;
}

.keyword-search.keyword-search--light {
  color: #2b2b2b;
}

.keyword-search.keyword-search--light input {
  background-color: white;
}

.keyword-search.keyword-search--dark {
  color: #2b2b2b;
}

.keyword-search.keyword-search--dark input {
  background-color: #eaeaea;
}

.banner .keyword-search {
  max-width: 768px;
  margin: 1.875rem 0 0;
}

.banner .keyword-search .form-group {
  margin-bottom: 0;
}

body.has-content-filters {
  position: relative;
}

@media (max-width: 991.98px) {
  body.has-content-filters .breadcrumbs {
    margin-top: 2rem;
  }
}

body.has-content-filters .page-sidebar--left {
  order: inherit;
}

@media (min-width: 992px) {
  body.has-content-filters .page-sidebar--left {
    width: 35%;
  }
}

@media (min-width: 1440px) {
  body.has-content-filters .page-sidebar--left .page-sidebar-inner {
    margin-right: 8.5rem;
  }
}

.search-results__count {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-weight: 300;
  color: #003da5;
}

@media (min-width: 992px) {
  .page-center .search-results__count {
    position: absolute;
    bottom: 100%;
    right: 0;
  }
}

.content-filters {
  position: relative;
  margin-bottom: 1rem;
}

.content-filters .filters-group {
  position: relative;
}

.content-filters .filters-group-toggle {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  margin-bottom: 1.2rem;
  padding: 1.2rem 0 1rem;
  border-top: 5px solid #ffb81c;
  background-color: white;
}

.content-filters .filters-group-toggle h2 {
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: inherit;
}

.content-filters .filters-group-toggle h3 {
  margin-bottom: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: inherit;
}

.content-filters .filters-group-toggle .icon {
  display: block;
  margin-left: auto;
  border-radius: 100%;
  padding: 0.125rem;
  box-sizing: content-box;
  transition: 0.2s ease-out;
}

.content-filters .filters-group-toggle[aria-expanded=true] {
  margin-bottom: 0;
}

.content-filters .filters-group-toggle[aria-expanded=true] .icon {
  transform: rotate(-45deg);
}

.content-filters .filters-group-toggle:hover {
  text-decoration: underline;
}

.content-filters .filters-group-toggle:hover .icon {
  background-color: #eaeaea;
}

.content-filters .filters-group-toggle:focus {
  box-shadow: none;
}

.content-filters .filters-group-toggle.all-groups {
  padding-top: 0;
  padding-bottom: 1.3rem;
  margin-bottom: 0;
  border-top: none;
  border-bottom: 5px solid #ffb81c;
  margin-bottom: -5px;
}

@media (min-width: 992px) {
  .content-filters .filters-group-toggle.all-groups:hover {
    text-decoration: none;
    cursor: default;
  }

  .content-filters .filters-group-toggle.all-groups .icon {
    display: none;
  }
}

.content-filters .filters {
  font-weight: 300;
}

.content-filters .collapsible-content {
  position: relative;
  z-index: 1;
  height: 0;
  visibility: hidden;
  opacity: 0;
  margin-top: -1rem;
  transition: 0.2s ease-out;
}

.content-filters [aria-expanded=true] + .collapsible-content {
  height: auto;
  margin-top: 0;
  padding-bottom: 1rem;
  visibility: inherit;
  opacity: 1;
}

.content-filters .clear-filters-btn {
  position: absolute;
  z-index: 3;
  top: -3rem;
  right: 0;
  margin: 0 auto;
  padding: 0.5rem 0.5rem 0.3125rem 0.25rem;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1;
  background-color: transparent;
  transition: 0.2s ease-out;
  border-radius: 4px;
  border: none;
}

@media (min-width: 992px) {
  .content-filters .clear-filters-btn {
    top: -0.375rem;
  }
}

.content-filters .clear-filters-btn .icon {
  display: inline-block;
  margin-bottom: 0.1rem;
  padding: 0.125rem;
  box-sizing: content-box;
}

.content-filters .clear-filters-btn:hover {
  background-color: #0f74cb;
  color: white;
}

.content-filters .clear-filters-btn:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(0, 61, 165, 0.5);
}

.section_image-band {
  height: 100vw;
  background: center/cover no-repeat;
}

@media (min-width: 768px) {
  .section_image-band {
    height: 60vw;
  }
}

@media (min-width: 992px) {
  .section_image-band {
    height: 31.25rem;
  }
}

.section__featured-stories .section-heading {
  margin-bottom: 1.5rem;
}

.section__featured-stories .slider {
  margin-bottom: 5rem;
  margin-left: -2rem;
  margin-right: -2rem;
}

@media (min-width: 576px) {
  .section__featured-stories .slider {
    margin-left: -10vw;
    margin-right: -10vw;
  }
}

@media (min-width: 992px) {
  .section__featured-stories .slider {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .section__featured-stories .slider:before,
  .section__featured-stories .slider:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 1rem;
  }
}

@media (min-width: 992px) and (min-width: 1440px) {
  .section__featured-stories .slider:before,
  .section__featured-stories .slider:after {
    width: 1.5rem;
  }
}

@media (min-width: 992px) {
  .section__featured-stories .slider:before {
    left: 0;
    background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  }
}

@media (min-width: 992px) {
  .section__featured-stories .slider:after {
    right: 0;
    background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  }
}

@media (min-width: 1440px) {
  .section__featured-stories .slider {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.section__featured-stories .slide {
  display: flex;
  width: 100%;
  min-height: 100%;
  padding: 0 2rem;
  margin: 0;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

@media (min-width: 576px) {
  .section__featured-stories .slide {
    padding: 0 10vw;
  }
}

@media (min-width: 992px) {
  .section__featured-stories .slide {
    padding: 0 1rem;
  }
}

@media (min-width: 1440px) {
  .section__featured-stories .slide {
    padding: 0 1.5rem;
  }
}

.section__featured-stories .slide.is-selected {
  opacity: 1;
}

.section__featured-stories .flickity-viewport {
  width: 100%;
  margin: 0;
}

.section__featured-stories .flickity-prev-next-button {
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  height: 1.875rem;
  width: 1.875rem;
  color: #2b2b2b;
}

.section__featured-stories .flickity-prev-next-button .flickity-button-icon {
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

@media (max-width: 991.98px) {
  .section__featured-stories .flickity-prev-next-button {
    display: none;
  }
}

@media (min-width: 1440px) {
  .section__featured-stories .flickity-prev-next-button {
    font-size: 1rem;
  }
}

.section__featured-stories .flickity-prev-next-button.previous {
  left: 0;
  margin-left: -0.75em;
}

@media (min-width: 1440px) {
  .section__featured-stories .flickity-prev-next-button.previous {
    margin-left: -1.25rem;
  }
}

.section__featured-stories .flickity-prev-next-button.next {
  right: 0;
  margin-right: -0.75em;
}

@media (min-width: 1440px) {
  .section__featured-stories .flickity-prev-next-button.next {
    margin-right: -1.25rem;
  }
}

.section__featured-stories .flickity-prev-next-button:hover,
.section__featured-stories .flickity-prev-next-button:active {
  box-shadow: 0 0 0 5px #ffb81c;
  background-color: #ffb81c;
}

.section__featured-stories .flickity-page-dots {
  bottom: -3.75rem;
}

.section__featured-stories .dot {
  background-color: #d3d3d3;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.section__featured-stories .dot.is-selected {
  background-color: #003da5;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section__featured-stories .dot {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.section__featured-stories .dot:not(.is-selected):hover {
  opacity: 0.75;
}

.section__related-slider {
  position: relative;
}

.section__related-slider .section-heading {
  margin: 0 0 2rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .section__related-slider .section-heading {
    margin: 0 0 2.75rem;
  }
}

.section__related-slider .slider {
  position: relative;
  margin-bottom: 5rem;
  margin-left: -2rem;
  margin-right: -2rem;
}

@media (min-width: 576px) {
  .section__related-slider .slider {
    margin-left: -10vw;
    margin-right: -10vw;
  }
}

@media (min-width: 992px) {
  .section__related-slider .slider {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .section__related-slider .slider:before,
  .section__related-slider .slider:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 1rem;
  }
}

@media (min-width: 992px) and (min-width: 1440px) {
  .section__related-slider .slider:before,
  .section__related-slider .slider:after {
    width: 1.5rem;
  }
}

@media (min-width: 992px) {
  .section__related-slider .slider:before {
    left: 0;
    background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  }
}

@media (min-width: 992px) {
  .section__related-slider .slider:after {
    right: 0;
    background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  }
}

@media (min-width: 1440px) {
  .section__related-slider .slider {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.section__related-slider .slide {
  width: 82.6666666667%;
  min-height: 100%;
  padding: 0 0.625rem;
  margin: 0;
}

@media (min-width: 992px) {
  .section__related-slider .slide {
    width: 25%;
    padding: 0 1rem;
  }
}

@media (min-width: 1440px) {
  .section__related-slider .slide {
    padding: 0 1.5rem;
  }
}

.section__related-slider .card {
  background-color: transparent;
}

.section__related-slider .card .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  outline: 0 solid transparent;
  border-bottom: 13px solid #ffb81c;
  transition: 0.2s ease-in-out;
}

@media (max-width: 991.98px) {
  .section__related-slider .card .image {
    padding-bottom: 68.5920577617%;
  }
}

.section__related-slider .card img {
  width: 100%;
}

@media (max-width: 991.98px) {
  .section__related-slider .card img {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    transform: translate3d(-50%, -50%, 0);
  }
}

.section__related-slider .card .card-body {
  padding: 1.25rem 0 0;
  transition: 0.2s ease-out;
}

.section__related-slider .card .card-body .card-title {
  text-transform: none;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .section__related-slider .card .card-body .card-title {
    font-size: 0.875rem;
  }
}

.section__related-slider .card:hover,
.section__related-slider .card:focus {
  background-color: transparent;
  color: #2b2b2b;
}

.section__related-slider .card:hover .image,
.section__related-slider .card:focus .image {
  margin-bottom: 13px;
  border-bottom-width: 0;
  outline: 2px solid #ffb81c;
  outline-offset: -1rem;
}

.section__related-slider .card:hover .card-body,
.section__related-slider .card:focus .card-body {
  transform: translateY(-13px);
}

.section__related-slider .card:hover .card-title,
.section__related-slider .card:focus .card-title {
  text-decoration: underline;
}

.section__related-slider .flickity-viewport {
  width: 100%;
  margin: 0;
}

.section__related-slider .flickity-prev-next-button {
  z-index: 3;
  top: 4.8rem;
  font-size: 3rem;
  height: 1.875rem;
  width: 1.875rem;
  color: #2b2b2b;
}

.section__related-slider .flickity-prev-next-button .flickity-button-icon {
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

@media (max-width: 991.98px) {
  .section__related-slider .flickity-prev-next-button {
    display: none;
  }
}

@media (min-width: 1440px) {
  .section__related-slider .flickity-prev-next-button {
    font-size: 1rem;
  }
}

.section__related-slider .flickity-prev-next-button.previous {
  left: 0;
  margin-left: -0.75em;
}

@media (min-width: 1440px) {
  .section__related-slider .flickity-prev-next-button.previous {
    margin-left: -1.25rem;
  }
}

.section__related-slider .flickity-prev-next-button.next {
  right: 0;
  margin-right: -0.75em;
}

@media (min-width: 1440px) {
  .section__related-slider .flickity-prev-next-button.next {
    margin-right: -1.25rem;
  }
}

.section__related-slider .flickity-prev-next-button:hover,
.section__related-slider .flickity-prev-next-button:active {
  box-shadow: 0 0 0 5px #ffb81c;
  background-color: #ffb81c;
}

.section__related-slider .flickity-page-dots {
  bottom: -3.75rem;
}

.section__related-slider .dot {
  background-color: #d3d3d3;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.section__related-slider .dot.is-selected {
  background-color: #003da5;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section__related-slider .dot {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.section__related-slider .dot:not(.is-selected):hover {
  opacity: 0.75;
}

.author {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 300;
  margin-bottom: 1.67rem;
}

.author .author__image {
  width: 3.5625rem;
  border-radius: 100%;
  margin-right: 1rem;
}

.author .author__name a {
  font-weight: normal;
}

.share {
  color: #646262;
}

.share ul {
  justify-content: space-between;
  align-items: center;
}

.share ul li {
  margin: 1rem;
}

.share a {
  display: block;
  transition: 0.1s ease-out;
  color: inherit;
}

.share a:hover,
.share a:focus {
  color: #003da5;
}

.share a:hover .icon,
.share a:focus .icon {
  transform: scale(1.25);
}

.share .icon {
  transition: 0.1s ease-out;
}

.share .btn {
  padding: 0;
  transition: 0.1s ease-out;
  color: inherit;
}

.share .btn:hover,
.share .btn:focus {
  box-shadow: none;
  color: #003da5;
}

.share .btn:hover .icon,
.share .btn:focus .icon {
  transform: scale(1.25);
}

.share .heading {
  margin-top: 0.2rem;
  margin-bottom: 0;
  font-family: inherit;
  font-weight: 300;
  font-size: 14px;
}

.share .schedule-appt {
  line-height: 1.2;
}

.share .schedule-appt a {
  display: flex;
  align-items: center;
}

.share .schedule-appt .small {
  display: block;
  margin-left: 0.3em;
}

.page-sidebar .share {
  margin-top: -1.6rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .page-sidebar .share {
    margin-top: -1.4rem;
    margin-left: -1.8rem;
  }

  .page-sidebar .share ul {
    width: 3.75rem;
    flex-direction: column;
    align-items: center;
  }
}

.seasons {
  display: flex;
  flex-wrap: wrap;
}

.seasons > li {
  width: 50%;
}

@media (max-width: 1439.98px) {
  .seasons > li:nth-child(4n+1),
  .seasons > li:nth-child(4n+2) {
    padding-bottom: 1rem;
    border-bottom: 2px solid #d3d3d3;
  }

  .seasons > li:nth-child(4n+3),
  .seasons > li:nth-child(4n+4) {
    padding-top: 1rem;
  }

  .seasons > li:nth-child(4n+1),
  .seasons > li:nth-child(4n+3) {
    padding-right: 1em;
  }

  .seasons > li:nth-child(4n+2),
  .seasons > li:nth-child(4n+4) {
    padding-left: 1rem;
    border-left: 2px solid #d3d3d3;
  }
}

@media (min-width: 1440px) {
  .seasons > li {
    width: 25%;
  }

  .seasons > li:not(:first-child) {
    padding-left: 2rem;
    border-left: 2px solid #d3d3d3;
  }
}

.page-main > .container-max {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 3.5rem;
}

@media (min-width: 992px) {
  .page-main > .container-max {
    flex-direction: row;
  }
}

.page-center {
  position: relative;
  flex-grow: 1;
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .page-center {
    width: 50%;
    margin-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  .page-sidebar {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .page-sidebar-inner.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 9.9375rem;
  }
}

@media (min-width: 1440px) {
  .page-sidebar-inner.sticky {
    top: 9.9375rem;
  }
}

@media (max-width: 991.98px) {
  .page-sidebar--left {
    order: -1;
  }
}

@media (min-width: 992px) {
  .page-sidebar--left .page-sidebar-inner {
    margin-right: 2.8125rem;
  }
}

@media (min-width: 992px) {
  .page-sidebar--right .page-sidebar-inner {
    margin-left: 2.8125rem;
  }
}

.page__header {
  height: 156px;
  padding: 0;
}

@media (max-width: 767.98px) {
  .page__header {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .page__header {
    height: 104px;
  }
}

@media (min-width: 992px) {
  .page__header {
    height: 114px;
  }
}

@media (min-width: 1440px) {
  .page__header {
    height: 8.125rem;
  }
}

.branding__logo {
  display: flex;
  align-items: center;
  min-height: 86px;
  padding: 0;
  margin-left: 10vw;
  margin-right: auto;
}

@media (min-width: 992px) {
  .branding__logo {
    margin-left: 7.5vw;
  }
}

.branding__logo img {
  width: auto;
  height: 60px;
  max-width: none;
}

@media (min-width: 768px) {
  .branding__logo img {
    height: 70px;
  }
}

@media (min-width: 992px) {
  .branding__logo img {
    height: 90px;
  }
}

@media (min-width: 1440px) {
  .branding__logo img {
    height: 6rem;
  }
}

.navigation__secondary .nav-link {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  white-space: nowrap;
  color: white;
}

.navigation__secondary .nav-link svg {
  margin-right: 0.3em;
  transition: 0.1s ease-out;
  fill: #ffb81c;
}

.navigation__secondary .nav-link:hover,
.navigation__secondary .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

.navigation__secondary .nav-link:hover svg,
.navigation__secondary .nav-link:focus svg {
  transform: scale(1.25) translateX(-0.1em);
}

@media (max-width: 767.98px) {
  .navigation__secondary {
    display: flex;
    order: 99;
    width: 100%;
    height: 70px;
    background-color: #0d4ab4;
  }

  .navigation__secondary .nav-link {
    justify-content: center;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .navigation__secondary {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.button__menu {
  width: 86px;
  height: 86px;
  fill: #2b2b2b;
}

@media (min-width: 768px) {
  .button__menu {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .button__menu {
    width: 140px;
  }
}

@media (min-width: 1440px) {
  .button__menu {
    width: 9.65rem;
  }
}

.button__cart {
  line-height: 1;
}

.page__header .button__cart {
  color: #ffb81c;
}

.page__header .button__cart svg {
  transition: 0.1s ease-out;
}

.page__header .button__cart:hover,
.page__header .button__cart:focus {
  color: #ffb81c;
}

.page__header .button__cart:hover svg,
.page__header .button__cart:focus svg {
  transform: scale(1.25);
}

.flyout {
  color: white;
}

.flyout .container-flyout {
  height: 100vh;
  padding: 0 2.25rem 6.25rem;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

@media (min-width: 576px) {
  .flyout .container-flyout {
    padding: 0 5rem 6.25rem;
  }
}

@media (min-width: 992px) {
  .flyout .container-flyout {
    padding: 0 3.75rem 7.5rem 7.5rem;
  }
}

@media (min-width: 1440px) {
  .flyout .container-flyout {
    padding-right: 4.25rem;
  }
}

.flyout .toolbar {
  display: flex;
  margin-bottom: 0.8rem;
}

.flyout .button__cart,
.flyout .button__close {
  height: 86px;
  color: white;
}

@media (min-width: 768px) {
  .flyout .button__cart,
  .flyout .button__close {
    height: 104px;
  }
}

@media (min-width: 992px) {
  .flyout .button__cart,
  .flyout .button__close {
    height: 114px;
  }
}

@media (min-width: 1440px) {
  .flyout .button__cart,
  .flyout .button__close {
    height: 8.125rem;
  }
}

.flyout .button__cart:hover,
.flyout .button__cart:focus,
.flyout .button__close:hover,
.flyout .button__close:focus {
  color: #ffb81c;
}

.flyout .button__cart {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -1.2rem;
}

.flyout .button__close {
  margin-left: auto;
  margin-right: -1.2rem;
}

.login-options.dropdown {
  margin-bottom: 1rem;
}

.login-options.dropdown .dropdown-toggle {
  display: flex;
  width: 100%;
  height: 3.25rem;
  align-items: center;
  border-width: 2px;
  justify-content: space-between;
  text-align: left;
  color: white;
}

.login-options.dropdown .dropdown-toggle:after {
  display: none;
}

.login-options.dropdown .dropdown-toggle:hover,
.login-options.dropdown .dropdown-toggle[aria-expanded=true] {
  color: #2b2b2b;
}

.login-options.dropdown .dropdown-menu {
  right: 0;
}

.login-options.dropdown .dropdown-menu.show {
  top: 100% !important;
  transform: none !important;
}

.login-options.dropdown .dropdown-item {
  padding: 0.75rem 1rem;
}

form.site-search {
  position: relative;
  margin-bottom: 1.5rem;
}

form.site-search input {
  border: none;
  height: 3.25rem;
  font-style: italic;
}

form.site-search input::-moz-placeholder {
  color: inherit;
}

form.site-search input:-ms-input-placeholder {
  color: inherit;
}

form.site-search input::placeholder {
  color: inherit;
}

form.site-search button {
  position: absolute;
  right: 2px;
  bottom: 2px;
  height: 3rem;
  transition: 0.1s ease-out;
  color: #003da5;
}

form.site-search button:hover,
form.site-search button:focus {
  transform: scale(1.2);
}

.flyout-quicklinks {
  flex-direction: column;
  margin-left: -1rem;
}

.flyout-quicklinks .nav-link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.025em;
  color: white;
}

.flyout-quicklinks .nav-link svg {
  margin-right: 0.5em;
  transition: 0.1s ease-out;
  fill: #ffb81c;
}

.flyout-quicklinks .nav-link:hover svg,
.flyout-quicklinks .nav-link:focus svg {
  transform: scale(1.25);
}

.flyout-collapse {
  position: fixed;
  z-index: 1030;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  max-width: 768px;
  visibility: hidden;
  background-color: #003da5;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

body.flyout--expanded .flyout-collapse {
  visibility: visible;
  transform: translateX(-100%);
}

@media (min-width: 768px) {
  body.flyout--expanded .page__header,
  body.flyout--expanded .page-main,
  body.flyout--expanded .page__footer {
    transition: opacity 0.3s ease-in-out, filter 0s 0.3s;
    overflow: hidden;
    opacity: 0.2;
    filter: blur(6px);
  }
}

@media (min-width: 992px) {
  .page__footer {
    background-image: linear-gradient(to right, #003da5 50%, #eaeaea 50%);
  }
}

@media (max-width: 991.98px) {
  .page__footer .container-max {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .page__footer .container-max {
    display: flex;
  }
}

.page__footer .primary-section,
.page__footer .secondary-section {
  padding: 3rem 10vw;
}

@media (min-width: 768px) {
  .page__footer .primary-section,
  .page__footer .secondary-section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 992px) {
  .page__footer .primary-section,
  .page__footer .secondary-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.page__footer .primary-section {
  background-color: #003da5;
  color: white;
}

@media (min-width: 992px) {
  .page__footer .primary-section {
    width: 50%;
    flex-shrink: 0;
    padding-right: 4.375rem;
  }
}

@media (min-width: 1440px) {
  .page__footer .primary-section {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: space-between;
  }
}

.page__footer .footer-address {
  margin-bottom: 3rem;
  font-size: 1.25rem;
}

@media (max-width: 991.98px) {
  .page__footer .footer-address {
    padding-bottom: 3rem;
    border-bottom: 2px solid white;
  }
}

@media (min-width: 1440px) {
  .page__footer .footer-address {
    width: 45%;
    flex-shrink: 0;
  }
}

.page__footer .footer-address .logo {
  display: inline-block;
  margin-bottom: 2rem;
}

.page__footer .footer-address .department {
  margin: 2rem 0;
}

.page__footer .footer-address .btn-link {
  display: flex;
  align-items: center;
  margin-left: -1rem;
  line-height: 1;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: white;
}

.page__footer .footer-address .btn-link svg {
  display: block;
  margin-right: 0.75rem;
  transition: 0.1s ease-out;
  fill: #ffb81c;
}

.page__footer .footer-address .btn-link:hover,
.page__footer .footer-address .btn-link:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
}

.page__footer .footer-address .btn-link:hover svg,
.page__footer .footer-address .btn-link:focus svg {
  transform: scale(1.25) translateX(-0.1em);
}

.page__footer span[itemprop=telephone] {
  color: white;
}

.page__footer .footer-quicklinks {
  margin-left: -1rem;
  margin-bottom: 4rem;
  font-size: 1.4375rem;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.025em;
}

@media (min-width: 1440px) {
  .page__footer .footer-quicklinks {
    width: 45%;
    flex-shrink: 0;
  }
}

.page__footer .footer-quicklinks .nav-link {
  color: white;
}

.page__footer .footer-quicklinks .nav-link:hover,
.page__footer .footer-quicklinks .nav-link:focus {
  color: #ffb81c;
}

.page__footer .nav-divider {
  width: 100px;
  height: 5px;
  margin: 2rem 1rem;
  background-color: #ffb81c;
}

@media (min-width: 1440px) {
  .page__footer .footer-links {
    width: 100%;
  }
}

.page__footer .footer-links .nav-link {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0 1rem 0 0;
  color: white;
}

.page__footer .footer-links .nav-link:not(.disabled) {
  padding-left: 1rem;
  border-left: 1px solid white;
}

.page__footer .footer-links .nav-link:last-child {
  width: 100%;
  margin-top: 2rem;
}

.page__footer .footer-links .nav-link svg {
  padding-right: 0.3em;
  fill: #ffb81c;
}

.page__footer .footer-links .nav-link:hover,
.page__footer .footer-links .nav-link:focus {
  color: #ffb81c;
}

.page__footer .secondary-section {
  background-color: #eaeaea;
  color: #2b2b2b;
}

@media (min-width: 992px) {
  .page__footer .secondary-section {
    flex-shrink: 0;
    width: 50%;
    padding-left: 4.375rem;
  }
}

@media (min-width: 1440px) {
  .page__footer .secondary-section {
    width: 40%;
  }
}

.page__footer .secondary-section .section-heading {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.025em;
}

.page__footer .secondary-section .section-heading:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  margin: 2rem 0;
  background-color: #ffb81c;
}

.page__footer .secondary-section .section-subheading {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .page__footer .secondary-section .section-subheading {
    max-width: 300px;
  }
}

.page__footer .signup-form {
  margin-bottom: 3rem;
}

@media (max-width: 991.98px) {
  .page__footer .signup-form {
    max-width: 300px;
  }
}

@media (min-width: 1440px) {
  .page__footer .signup-form {
    display: flex;
  }
}

.page__footer .signup-form .btn,
.page__footer .signup-form .form-control {
  height: 4rem;
  padding: 0.375rem 1.25rem;
  font-size: 1.125rem;
  border-radius: 0;
}

.page__footer .signup-form .form-group {
  flex-grow: 1;
}

.page__footer .signup-form .form-control {
  border: none;
  font-weight: 300;
  background-color: white;
}

.page__footer .signup-form .btn {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
}

@media (min-width: 1440px) {
  .page__footer .signup-form .btn {
    width: 140px;
  }
}

.page__footer .footer-social-links {
  flex-wrap: nowrap;
}

@media (max-width: 1439.98px) {
  .page__footer .footer-social-links {
    justify-content: space-between;
    max-width: 300px;
  }
}

.page__footer .footer-social-links .nav-link {
  padding: 0;
  transition: all 0.2s ease-out;
  color: #2b2b2b;
}

@media (min-width: 1440px) {
  .page__footer .footer-social-links .nav-link:not(:last-child) {
    margin-right: 2rem;
  }
}

.page__footer .footer-social-links .nav-link:hover,
.page__footer .footer-social-links .nav-link:focus {
  color: #003da5;
}

.page__footer .footer-social-links svg {
  fill: currentColor;
}

@media (min-width: 992px) {
  .footer--light .page__footer {
    background-image: linear-gradient(to right, #003da5 50%, white 50%);
  }
}

.footer--light .page__footer .secondary-section {
  background-color: white;
}

.footer--light .page__footer .signup-form .form-control {
  background-color: #eaeaea;
}

.main-navigation {
  margin-bottom: 2rem;
}

.main-navigation .nav-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-navigation .nav-link {
  padding: 0.75rem 0;
  max-width: calc(100% - 1.5rem);
  letter-spacing: 0.025em;
  background-color: #003da5;
  color: white;
}

.main-navigation .nav-link.l1 {
  position: relative;
  z-index: 2;
  padding: 1rem 0;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
}

.main-navigation .nav-link:hover,
.main-navigation .nav-link:focus {
  text-decoration: underline;
  color: #ffb81c;
}

.main-navigation .nav-link.active {
  text-decoration: underline;
  color: #ffb81c;
}

.main-navigation .nav-link.active:not(.l1) {
  font-weight: bold;
}

.main-navigation button {
  padding: 0.75rem;
  margin-left: auto;
  flex-shrink: 0;
}

.main-navigation button svg {
  border: 1px solid white;
  border-radius: 100%;
  transition: 0.1s ease-out;
  fill: white;
}

.main-navigation button[aria-expanded=true] svg {
  transform: rotate(-45deg);
}

.main-navigation button:hover svg,
.main-navigation button:focus svg {
  border-color: #ffb81c;
  fill: #ffb81c;
}

.main-navigation .nav-link.l1 + button svg {
  background-color: white;
  fill: #003da5;
}

.main-navigation .nav-link.l1 + button:hover svg,
.main-navigation .nav-link.l1 + button:focus svg {
  background-color: #ffb81c;
  fill: #003da5;
}

.main-navigation ul {
  width: 100%;
  padding-left: 0;
  flex-wrap: nowrap;
  flex-direction: column;
}

.main-navigation ul ul ul {
  position: relative;
  padding-left: 1rem;
}

.main-navigation ul ul ul:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  bottom: 2rem;
  border-left: 3px solid #ffb81c;
}

.main-navigation .subnav-menu {
  height: 0;
  visibility: hidden;
  opacity: 0;
  margin-top: -1rem;
  transition: opacity 0.1s, visibility 0.3s, padding 0.3s ease-out, margin 0.3s ease-out;
}

.main-navigation [aria-expanded=true] + .subnav-menu {
  height: auto;
  margin-top: 0;
  padding-bottom: 1rem;
  visibility: inherit;
  opacity: 1;
}

.main-navigation:after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  margin: 2rem 0;
  background-color: #ffb81c;
}

@media (max-width: 767.98px) {
  .term-navigation {
    margin: 0 -2rem;
  }
}

@media (max-width: 991.98px) {
  .term-navigation {
    margin: 0 -10vw;
    background-color: #ffb81c;
  }
}

@media (min-width: 992px) {
  .term-navigation {
    margin: 0 0 2.8125rem;
  }
}

@media (max-width: 767.98px) {
  .term-navigation .term-navigation-toggle {
    padding: 0 2rem;
  }
}

@media (max-width: 991.98px) {
  .term-navigation .term-navigation-toggle {
    display: flex;
    padding: 0 10vw;
    align-items: center;
    justify-content: space-between;
    transition: 0.2s ease-out;
    background-color: #ffb81c;
  }
}

@media (min-width: 992px) {
  .term-navigation .term-navigation-toggle {
    margin-bottom: 1em;
  }
}

.term-navigation .term-navigation-toggle .term-navigation-toggle__link {
  display: inline-block;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  color: inherit;
}

.term-navigation .term-navigation-toggle .term-navigation-toggle__link.active {
  font-weight: normal;
}

@media (max-width: 991.98px) {
  .term-navigation .term-navigation-toggle .term-navigation-toggle__link {
    padding: 1.3rem 0;
  }
}

@media (min-width: 992px) {
  .term-navigation .term-navigation-toggle .term-navigation-toggle__link {
    font-size: 1.375rem;
  }

  .term-navigation .term-navigation-toggle .term-navigation-toggle__link:hover,
  .term-navigation .term-navigation-toggle .term-navigation-toggle__link:focus {
    color: #0f74cb;
  }

  .term-navigation .term-navigation-toggle .term-navigation-toggle__link.active {
    color: #003da5;
  }
}

.term-navigation .term-navigation-toggle .term-navigation-toggle__button {
  padding: 0.75rem;
  border-radius: 100%;
}

@media (min-width: 992px) {
  .term-navigation .term-navigation-toggle .term-navigation-toggle__button {
    display: none;
  }
}

.term-navigation .term-navigation-toggle .term-navigation-toggle__button svg {
  display: block;
  border-radius: 100%;
  transition: 0.2s ease-out;
  background-color: white;
  fill: #2b2b2b;
}

.term-navigation .term-navigation-toggle .term-navigation-toggle__button:hover,
.term-navigation .term-navigation-toggle .term-navigation-toggle__button:focus {
  outline-color: #ffb81c;
  box-shadow: none;
}

.term-navigation .term-navigation-toggle .term-navigation-toggle__button:hover svg,
.term-navigation .term-navigation-toggle .term-navigation-toggle__button:focus svg {
  background-color: #003da5;
  fill: white;
}

.term-navigation.term-navigation-menu--expanded .term-navigation-toggle__button svg {
  transform: rotate(-45deg);
}

.term-navigation .term-navigation-menu {
  flex-wrap: nowrap;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .term-navigation .term-navigation-menu {
    padding: 0 2rem;
  }
}

@media (max-width: 991.98px) {
  .term-navigation .term-navigation-menu {
    height: 0;
    padding: 0 10vw;
    overflow: hidden;
    border: 0 solid rgba(255, 255, 255, 0.21);
    transition: 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
  }
}

@media (min-width: 992px) {
  .term-navigation .term-navigation-menu {
    border-top: 5px solid #ffb81c;
    padding-top: 1rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 991.98px) {
  .term-navigation.term-navigation-menu--expanded .term-navigation-menu {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-width: 5px 0;
    visibility: inherit;
    opacity: 1;
  }
}

.term-navigation .nav-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.term-navigation .nav-link {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  padding: 0.75rem 0;
  max-width: calc(100% - 1.5rem);
  letter-spacing: 0.025em;
  background-color: #ffb81c;
  color: inherit;
}

@media (min-width: 992px) {
  .term-navigation .nav-link {
    padding: 0.2rem 0;
    background-color: white;
    color: inherit;
  }
}

.term-navigation .nav-link:focus,
.term-navigation .nav-link:hover {
  outline-offset: -1px;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .term-navigation .nav-link:focus,
  .term-navigation .nav-link:hover {
    color: #0f74cb;
  }
}

.term-navigation .nav-link.active {
  font-weight: 500;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .term-navigation .nav-link.active {
    text-decoration: none;
    cursor: default;
    color: #003da5;
  }
}

@media (max-width: 991.98px) {
  .term-navigation .nav-link.l1 {
    padding: 1rem 0;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
  }
}

.term-navigation .subnav-toggle {
  position: relative;
  z-index: 3;
  padding: 0.75rem;
  margin-left: auto;
  flex-shrink: 0;
  flex-grow: 0;
  line-height: 1;
  border-radius: 100%;
}

@media (min-width: 992px) {
  .term-navigation .subnav-toggle {
    padding: 0;
  }
}

.term-navigation .subnav-toggle svg {
  display: block;
  border: 1px solid #2b2b2b;
  border-radius: 100%;
  transition: 0.1s ease-out;
  line-height: 1;
  fill: #2b2b2b;
}

@media (min-width: 992px) {
  .term-navigation .subnav-toggle svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
    line-height: 1;
    border: none;
  }
}

.term-navigation .subnav-toggle[aria-expanded=true] svg {
  transform: rotate(-45deg);
}

@media (max-width: 991.98px) {
  .term-navigation .subnav-toggle:hover svg,
  .term-navigation .subnav-toggle:focus svg {
    border-color: #003da5;
    background-color: #003da5;
    fill: white;
  }
}

@media (min-width: 992px) {
  .term-navigation .subnav-toggle:hover,
  .term-navigation .subnav-toggle:focus {
    background-color: #eaeaea;
  }
}

.term-navigation .subnav-toggle:focus {
  box-shadow: 0 0 0 0.2rem #ffb81c;
}

@media (min-width: 992px) {
  .term-navigation .subnav-toggle:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 61, 165, 0.5);
  }
}

@media (max-width: 991.98px) {
  .term-navigation .nav-link.l1 + button svg {
    background-color: #2b2b2b;
    fill: #ffb81c;
  }

  .term-navigation .nav-link.l1 + button:hover svg,
  .term-navigation .nav-link.l1 + button:focus svg {
    border-color: #003da5;
    background-color: #003da5;
    fill: white;
  }
}

.term-navigation .subnav-menu {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .term-navigation .subnav-menu {
    padding-left: 0;
  }

  .term-navigation .subnav-menu .l2 + button + ul {
    padding-left: 1.5rem;
  }

  .term-navigation .subnav-menu .l2 + button + ul:before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    bottom: 2rem;
    border-left: 3px solid #003da5;
  }
}

@media (min-width: 992px) {
  .term-navigation .subnav-menu {
    padding-left: 0.75rem;
  }
}

@media (min-width: 992px) {
  .term-navigation .l1 + button + ul:before {
    content: "";
    position: absolute;
    top: 0.35rem;
    left: 0;
    bottom: 1.35rem;
    border-left: 4px solid #eaeaea;
  }
}

.term-navigation .subnav-menu {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  margin-top: -1rem;
  transition: opacity 0.1s, visibility 0.3s, padding 0.3s ease-out, margin 0.3s ease-out;
}

.term-navigation [aria-expanded=true] + .subnav-menu {
  height: auto;
  margin-top: 0;
  overflow: inherit;
  padding-bottom: 1rem;
  visibility: inherit;
  opacity: 1;
}

.page__anchors {
  background-color: #ffb81c;
}

.page__anchors .toggle-btn {
  display: flex;
  width: 100%;
  border: 0;
  padding: 1.3rem 2rem;
  align-items: center;
  line-height: inherit;
  font-size: 1.125rem;
  transition: 0.2s ease-out;
}

@media (min-width: 576px) {
  .page__anchors .toggle-btn {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

@media (min-width: 992px) {
  .page__anchors .toggle-btn {
    display: none;
  }
}

.page__anchors .toggle-btn span {
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.page__anchors .toggle-btn .icon {
  margin-left: auto;
  border-radius: 100%;
  margin-right: 0.75rem;
  background-color: white;
  transition: 0.2s ease-out;
}

.page__anchors .toggle-btn:hover,
.page__anchors .toggle-btn:focus {
  box-shadow: none;
}

.page__anchors .toggle-btn:hover .icon,
.page__anchors .toggle-btn:focus .icon {
  background-color: #003da5;
  color: white;
}

.page__anchors .nav {
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .page__anchors .nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 991.98px) {
  .page__anchors .nav {
    height: 0;
    overflow: hidden;
    padding-left: 10vw;
    padding-right: 10vw;
    border: 0 solid rgba(255, 255, 255, 0.21);
    transition: 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
  }
}

@media (min-width: 992px) {
  .page__anchors .nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0;
  }
}

.page__anchors .nav-link {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  padding: 1rem 0;
  border-radius: 0.5rem;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.025em;
  transition: 0.2s ease-out;
  background-color: #ffb81c;
  color: inherit;
}

.page__anchors .nav-link:hover,
.page__anchors .nav-link:focus {
  text-decoration: underline;
}

.page__anchors .nav-link.active {
  background-color: transparent;
  color: inherit;
}

@media (min-width: 992px) {
  .page__anchors .nav-link {
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }

  .page__anchors .nav-link:focus,
  .page__anchors .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: inherit;
  }

  .page__anchors .nav-link.active {
    background-color: rgba(255, 255, 255, 0.75);
    color: inherit;
  }
}

@media (max-width: 991.98px) {
  .page__anchors.anchor-menu--expanded .toggle-btn .icon {
    transform: rotate(-45deg);
  }

  .page__anchors.anchor-menu--expanded .nav {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border: solid rgba(255, 255, 255, 0.21);
    border-width: 5px 0;
    visibility: inherit;
    opacity: 1;
  }
}

body.homepage section.videos .container-max,
body.homepage section.videos .container-limited-max {
  margin-bottom: 5rem;
}

@media (min-width: 992px) {
  body.homepage section.videos .container-max,
  body.homepage section.videos .container-limited-max {
    margin-top: -7.5rem;
  }
}

body.international-homepage .programs {
  background-image: url("https://prismic-io.s3.amazonaws.com/ucriverside/be8fdae3-2d3a-4dec-a06d-34f8a1347122_vertical-rays.svg");
}

body.international-homepage .programs .description {
  font-weight: 300;
  color: #2b2b2b;
}

body.international-homepage .programs .nav-link:not(.show-full-desc) .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.international-homepage .programs .program-desc-btn {
  padding: 0;
  border-radius: 100%;
  transition: 0.2s ease-out;
  background-color: #ffb81c;
  color: #2b2b2b;
}

body.international-homepage .programs .program-desc-btn .icon {
  display: block;
}

body.international-homepage .programs .program-desc-btn:hover,
body.international-homepage .programs .program-desc-btn:focus {
  box-shadow: 0 0 0 5px #ffb81c;
}

body.international-homepage .programs .show-full-desc .program-desc-btn {
  transform: rotate(-45deg);
}

body.international-homepage section.experiences {
  background-size: 100%;
  background-color: #ffb81c;
  background-position: right bottom;
  background-image: url("https://images.prismic.io/ucriverside/628f0a5b-a4e5-47fa-a6f5-a93969bd35ed_lady-walking.jpg?auto=compress,format");
}

@media (min-width: 992px) {
  body.international-homepage section.experiences {
    padding-bottom: 16rem;
  }
}

body.international-homepage section.videos .container-max,
body.international-homepage section.videos .container-limited-max {
  margin-bottom: 5rem;
}

@media (min-width: 992px) {
  body.international-homepage section.videos .container-max,
  body.international-homepage section.videos .container-limited-max {
    margin-top: -7.5rem;
  }
}

@media (min-width: 768px) {
  .program-finder__results .grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
  }
}

.program-finder__results .program {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .program-finder__results .program {
    width: calc(50% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.program-finder__results .btn-overview {
  display: block;
  margin: 3rem 0;
  border-radius: 0;
}

@media (max-width: 991.98px) {
  body.landing-page .breadcrumbs {
    padding-top: 0;
  }
}

body.areas-of-study .section__overview .heading {
  position: relative;
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}

body.areas-of-study .section__overview .heading:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  background-color: #ffb81c;
  height: 5px;
  width: 120px;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  body.areas-of-study .section__overview .heading {
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
  }
}

body.areas-of-study .section__overview .overview-content p {
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 992px) {
  body.areas-of-study .section__overview .overview-content {
    padding: 0 10%;
    margin-bottom: 4rem;
  }
}

body.areas-of-study .section__accordions {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

body.areas-of-study .section__accordions .accordion-content > p {
  font-size: 0.875rem;
}

body.areas-of-study .section__video {
  position: relative;
  text-align: center;
  border-top: 4.5rem solid white;
  background: url("https://prismic-io.s3.amazonaws.com/ucriverside/fd4db3d2-86fc-4018-836a-32a8055899f2_abstract-orange.svg") repeat-y 50% 50% #ffb81c;
  background-size: cover;
}

@media (min-width: 768px) {
  body.areas-of-study .section__video {
    border-top: 7.5rem solid white;
  }
}

@media (min-width: 992px) {
  body.areas-of-study .section__video {
    padding-bottom: 2rem;
  }
}

body.areas-of-study .section__video .container-limited-max {
  position: relative;
  transform: translateY(-4.5rem);
}

@media (min-width: 768px) {
  body.areas-of-study .section__video .container-limited-max {
    transform: translateY(-7.5rem);
  }
}

body.areas-of-study .section__video .video-heading {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  padding: 1.5625rem;
  background: rgba(0, 0, 0, 0.52);
  text-align: left;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  color: white;
}

@media (min-width: 992px) {
  body.areas-of-study .section__video .video-heading {
    padding: 2.5rem 3.125rem;
    background: none;
  }
}

body.areas-of-study .section__video .video-heading h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}

body.areas-of-study .section__video .video-heading p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  body.areas-of-study .section__video .video-heading p {
    display: none;
  }
}

@media (max-width: 991.98px) {
  body.areas-of-study .page-center {
    margin-bottom: 0;
  }
}

body.certificate .section__overview--certificate {
  margin-bottom: 0;
}

body.certificate .section__specifics {
  margin: 1.25rem 0 2.5rem;
}

@media (min-width: 768px) {
  body.certificate .section__specifics {
    margin: 0.9375rem 0 3.5rem;
  }
}

body.certificate .section__specifics .details {
  padding-left: 0;
  list-style-type: none;
}

@media (min-width: 768px) {
  body.certificate .section__specifics .details {
    display: flex;
  }
}

body.certificate .section__specifics .detail {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
  padding: 1.25rem 0;
  border-bottom: 5px solid #f6f6f6;
}

@media (max-width: 767.98px) {
  body.certificate .section__specifics .detail:last-child {
    border-bottom: 0;
  }
}

@media (min-width: 768px) {
  body.certificate .section__specifics .detail {
    padding: 1.875rem 0;
    border-bottom-color: #eaeaea;
  }
}

body.certificate .section__specifics .detail p {
  margin-bottom: 0;
}

body.certificate .section__specifics .detail .small {
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1.2;
}

body.certificate .section__career-opportunities {
  padding: 3rem 0;
  background-color: #eaeaea;
}

@media (min-width: 992px) {
  body.certificate .section__career-opportunities {
    padding: 5rem 0;
  }
}

body.certificate .section__career-opportunities .section-heading {
  max-width: 6em;
  margin: 0 auto 3rem;
  color: #003da5;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  body.certificate .section__career-opportunities .section-heading {
    max-width: none;
    margin-bottom: 3rem;
    font-size: 4.3125rem;
  }
}

body.certificate .section__career-opportunities .section-heading:after {
  content: "";
  display: block;
  margin: 1rem auto;
  width: 5.75rem;
  height: 5px;
  background-color: #ffb81c;
}

body.certificate .section__career-opportunities .slider {
  margin-bottom: 5rem;
  margin-left: -2rem;
  margin-right: -2rem;
}

@media (min-width: 576px) {
  body.certificate .section__career-opportunities .slider {
    margin-left: -10vw;
    margin-right: -10vw;
  }
}

@media (min-width: 992px) {
  body.certificate .section__career-opportunities .slider {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media (min-width: 1440px) {
  body.certificate .section__career-opportunities .slider {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

body.certificate .section__career-opportunities .slide {
  width: 82.6666666667%;
  min-height: 100%;
  padding: 0 0.625rem;
  margin: 0;
}

@media (min-width: 992px) {
  body.certificate .section__career-opportunities .slide {
    width: 25%;
    padding: 0 1rem;
  }
}

@media (min-width: 1440px) {
  body.certificate .section__career-opportunities .slide {
    padding: 0 1.5rem;
  }
}

body.certificate .section__career-opportunities .card {
  background-color: transparent;
}

body.certificate .section__career-opportunities .card .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  outline: 0 solid transparent;
  border-bottom: 13px solid #ffb81c;
  transition: 0.2s ease-in-out;
}

@media (max-width: 991.98px) {
  body.certificate .section__career-opportunities .card .image {
    padding-bottom: 68.5920577617%;
  }
}

body.certificate .section__career-opportunities .card img {
  width: 100%;
}

@media (max-width: 991.98px) {
  body.certificate .section__career-opportunities .card img {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    transform: translate3d(-50%, -50%, 0);
  }
}

body.certificate .section__career-opportunities .card .card-body {
  padding: 1.25rem 0 0;
  transition: 0.2s ease-out;
}

body.certificate .section__career-opportunities .card .card-body .card-subtitle {
  font-size: 0.875rem;
  font-weight: normal;
}

body.certificate .section__career-opportunities .card .card-body .card-pay {
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.875rem;
  font-style: italic;
}

body.certificate .section__career-opportunities .card .card-body .card-pay > span {
  padding-left: 0.3rem;
  font-weight: normal;
  font-style: normal;
}

body.certificate .section__career-opportunities .card:hover,
body.certificate .section__career-opportunities .card:focus {
  color: #2b2b2b;
}

body.certificate .section__career-opportunities .card:hover .image,
body.certificate .section__career-opportunities .card:focus .image {
  margin-bottom: 13px;
  border-bottom-width: 0;
  outline: 2px solid #ffb81c;
  outline-offset: -1rem;
}

body.certificate .section__career-opportunities .card:hover .card-body,
body.certificate .section__career-opportunities .card:focus .card-body {
  transform: translateY(-13px);
}

body.certificate .section__career-opportunities .card:hover .card-title,
body.certificate .section__career-opportunities .card:focus .card-title {
  text-decoration: underline;
}

body.certificate .section__career-opportunities .flickity-viewport {
  width: 100%;
  margin: 0;
}

body.certificate .section__career-opportunities .flickity-page-dots {
  bottom: -3.75rem;
}

body.certificate .section__career-opportunities .dot {
  background-color: #d3d3d3;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

body.certificate .section__career-opportunities .dot.is-selected {
  background-color: #003da5;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body.certificate .section__career-opportunities .dot {
    width: 1.25rem;
    height: 1.25rem;
  }
}

body.certificate .section__career-opportunities .dot:not(.is-selected):hover {
  opacity: 0.75;
}

body.certificate .section__getting-started {
  padding: 4rem 0;
  text-align: center;
}

@media (min-width: 992px) {
  body.certificate .section__getting-started .container-limited-max {
    display: flex;
  }
}

body.certificate .section__getting-started .heading .subtitle {
  margin-bottom: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 992px) {
  body.certificate .section__getting-started .heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    text-align: left;
    padding-right: 5rem;
  }

  body.certificate .section__getting-started .heading .title {
    font-size: 2.5rem;
  }

  body.certificate .section__getting-started .heading .subtitle {
    margin-bottom: 0;
    font-size: 1.125rem;
  }
}

body.certificate .section__getting-started .dates {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1rem;
}

@media (min-width: 992px) {
  body.certificate .section__getting-started .dates {
    width: 50%;
  }
}

body.certificate .section__getting-started .date {
  width: 33.3333333333%;
  padding: 0 1rem;
  text-align: center;
}

body.certificate .section__getting-started .date > span {
  display: block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  body.certificate .section__getting-started .date + .date {
    border-left: 2px solid #eaeaea;
  }
}

@media (min-width: 992px) {
  body.certificate .section__getting-started .date {
    width: 25%;
    border-right: 2px solid #eaeaea;
  }
}

body.certificate .section__getting-started .date-month {
  font-size: 1rem;
}

@media (min-width: 992px) {
  body.certificate .section__getting-started .date-month {
    font-size: 1.5rem;
  }
}

body.certificate .section__getting-started .date-day {
  color: #003da5;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 992px) {
  body.certificate .section__getting-started .date-day {
    font-size: 4.375rem;
    line-height: 1;
  }
}

body.certificate .section__getting-started .date-term {
  color: #747474;
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0.5rem auto 0;
}

body.certificate .section__getting-started .future-dates {
  width: calc(100% - 2rem);
  margin: 2rem 1rem 0;
}

@media (min-width: 992px) {
  body.certificate .section__getting-started .future-dates {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(25% - 2rem);
    margin-top: 0;
  }

  body.certificate .section__getting-started .future-dates a {
    max-width: 3.5rem;
    line-height: 1.5;
  }
}

body.certificate .section__spotlight-teasers {
  padding-bottom: 8.125rem;
  box-shadow: inset 0 3.75rem white;
  background: url("https://prismic-io.s3.amazonaws.com/ucriverside/fd4db3d2-86fc-4018-836a-32a8055899f2_abstract-orange.svg") repeat-y 50% 50% #ffb81c;
  background-size: cover;
}

body.certificate .section__spotlight-teasers .spotlight-teasers {
  margin-left: -2rem;
  margin-right: -2rem;
}

@media (min-width: 576px) {
  body.certificate .section__spotlight-teasers .spotlight-teasers {
    margin-left: -10vw;
    margin-right: -10vw;
  }
}

@media (min-width: 992px) {
  body.certificate .section__spotlight-teasers .spotlight-teasers {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

@media (max-width: 991.98px) {
  body.certificate .section__spotlight-teasers .spotlight-teaser {
    width: calc(82.6666666667% - 1.25rem);
    margin: 0 0.625rem;
  }
}

body.certificate .section__spotlight-teasers .flickity-viewport {
  overflow: inherit;
  width: 100%;
  margin: 0;
  padding-top: 5px;
}

body.certificate .section__spotlight-teasers .flickity-page-dots {
  bottom: -3.75rem;
}

body.certificate .section__spotlight-teasers .dot {
  background-color: white;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

body.certificate .section__spotlight-teasers .dot.is-selected {
  background-color: #003da5;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body.certificate .section__spotlight-teasers .dot {
    width: 1.25rem;
    height: 1.25rem;
  }
}

body.certificate .section__spotlight-teasers .dot:not(.is-selected):hover {
  opacity: 0.75;
}

body.certificate .section__related-slider {
  padding: 3rem 0;
  background-color: #eaeaea;
  overflow: hidden;
}

@media (min-width: 992px) {
  body.certificate .section__related-slider {
    padding: 5rem 0;
  }
}

@media (min-width: 992px) {
  body.certificate .section__related-slider {
    padding: 5.5rem 0;
  }
}

@media (min-width: 992px) {
  body.certificate .section__related-slider .slider:before {
    background-image: linear-gradient(to right, #eaeaea, rgba(234, 234, 234, 0));
  }

  body.certificate .section__related-slider .slider:after {
    background-image: linear-gradient(to left, #eaeaea, rgba(234, 234, 234, 0));
  }
}

body.certificate .section__required-courses {
  position: relative;
  padding-top: 3rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  body.certificate .section__required-courses {
    padding-top: 5rem;
  }
}

body.certificate .section__required-courses header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

body.certificate .section__required-courses .heading {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  max-width: 40rem;
}

body.certificate .section__required-courses .heading:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  background-color: #ffb81c;
  height: 5px;
  width: 120px;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  body.certificate .section__required-courses .heading {
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
  }
}

body.certificate .section__required-courses .content {
  position: relative;
  display: block;
  width: 100%;
}

body.certificate .section__required-courses .course-key {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

body.certificate .section__required-courses .course-key > span {
  display: flex;
  align-items: center;
  margin-left: 2rem;
  color: #003da5;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3;
}

body.certificate .section__required-courses .course-key > span svg {
  margin-right: 0.5rem;
}

@media (max-width: 991.98px) {
  body.certificate .section__required-courses .course-key {
    display: none;
  }
}

body.certificate .section__required-courses .fine-print {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-style: italic;
  line-height: 3;
}

body.certificate .section__required-courses .courses-table {
  margin-bottom: 1.5rem;
}

body.certificate .section__required-courses .courses-table .table-header {
  padding: 0 1rem;
  border: 1px solid;
}

body.certificate .section__required-courses .courses-table .table-header span {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 3;
}

@media (min-width: 992px) {
  body.certificate .section__required-courses .courses-table .table-header {
    padding: 0 1.5rem;
  }
}

body.certificate .section__required-courses .courses-table.required-courses-table .table-header {
  background-color: #ffb81c;
  border-color: #ffb81c;
}

body.certificate .section__required-courses .courses-table.electives-table .table-header {
  background-color: #003da5;
  border-color: #003da5;
  color: white;
}

body.certificate .section__required-courses .courses-table .table-subheader {
  border: solid #d3d3d3;
  border-width: 0 1px 1px;
  background-color: #eaeaea;
}

body.certificate .section__required-courses .courses-table .table-subheader .course-details {
  display: flex;
  line-height: 3;
}

@media (max-width: 991.98px) {
  body.certificate .section__required-courses .courses-table .table-subheader {
    display: none;
  }
}

@media (min-width: 992px) {
  body.certificate .section__required-courses .courses-table .table-subheader {
    display: flex;
  }

  body.certificate .section__required-courses .courses-table .table-subheader .course-desc {
    width: 65%;
  }

  body.certificate .section__required-courses .courses-table .table-subheader .course-details {
    display: flex;
    width: 35%;
  }

  body.certificate .section__required-courses .courses-table .table-subheader .course-details .units {
    width: 28%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #d3d3d3;
    font-weight: 300;
  }

  body.certificate .section__required-courses .courses-table .table-subheader .course-details .terms {
    width: 72%;
    display: flex;
  }

  body.certificate .section__required-courses .courses-table .table-subheader .course-details .terms span {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #d3d3d3;
    font-weight: 500;
  }
}

body.certificate .section__required-courses .courses-table .table-body {
  border: solid #d3d3d3;
  border-width: 0 1px 1px;
}

body.certificate .section__required-courses .courses-table .table-row {
  display: flex;
}

body.certificate .section__required-courses .courses-table .table-row + .table-row {
  border-top: 1px solid #d3d3d3;
}

body.certificate .section__required-courses .courses-table .table-row .course-desc {
  font-size: 0.9375rem;
  line-height: 1.5;
}

body.certificate .section__required-courses .courses-table .table-row .course-desc * {
  display: block;
}

body.certificate .section__required-courses .courses-table .table-row .course-desc .title {
  color: #003da5;
  font-weight: 500;
}

body.certificate .section__required-courses .courses-table .table-row .course-desc .subtitle {
  font-weight: 300;
}

@media (max-width: 991.98px) {
  body.certificate .section__required-courses .courses-table .table-row {
    flex-direction: column;
    padding: 0.75rem 1rem;
  }

  body.certificate .section__required-courses .courses-table .table-row .course-desc .subtitle {
    display: none;
  }

  body.certificate .section__required-courses .courses-table .table-row .course-details .terms {
    display: none;
  }
}

@media (min-width: 992px) {
  body.certificate .section__required-courses .courses-table .table-row .course-desc {
    width: 65%;
    padding: 0.75rem 1rem;
  }

  body.certificate .section__required-courses .courses-table .table-row .course-details {
    display: flex;
    width: 35%;
  }

  body.certificate .section__required-courses .courses-table .table-row .course-details .units {
    width: 28%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #d3d3d3;
    font-weight: 300;
  }

  body.certificate .section__required-courses .courses-table .table-row .course-details .terms {
    width: 72%;
    display: flex;
  }

  body.certificate .section__required-courses .courses-table .table-row .course-details .terms span {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #d3d3d3;
    color: #003da5;
  }
}

@media (min-width: 1440px) {
  body.certificate .section__required-courses .courses-table .table-row .course-desc {
    padding: 0.75rem 1.5rem;
  }
}

body.certificate .section__rfi--certificate {
  text-align: center;
}

body.certificate .section__rfi--certificate .rfi-heading {
  position: relative;
  max-width: 40rem;
  margin: 0 auto;
}

body.certificate .section__rfi--certificate .rfi-heading:after {
  content: "";
  display: block;
  height: 5px;
  width: 120px;
  margin: 1.5rem auto 1.75rem;
  background-color: #ffb81c;
}

body.certificate .section__rfi--certificate .heading {
  margin-bottom: 0;
}

body.certificate .section__rfi--certificate .rfi-content {
  margin-bottom: 2rem;
}

body.certificate .section__rfi--certificate .rfi-content p {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 300;
}

@media (min-width: 992px) {
  body.certificate .section__rfi--certificate .rfi-content {
    padding: 0 12.5%;
  }
}

body.certificate .section__preview-teasers {
  padding-bottom: 1rem;
}

body.certificate .section__preview-teasers .preview-teasers {
  padding-top: 1rem;
}

@media (min-width: 992px) {
  body.certificate .section__preview-teasers {
    padding-bottom: 4rem;
  }

  body.certificate .section__preview-teasers .preview-teasers {
    padding-top: 4rem;
    padding-bottom: 0;
  }
}

body.certificate .page-center {
  margin-bottom: 0;
}

body.certificate .page-main > .container-max {
  margin-bottom: 0;
}

body.course .banner .metadata {
  display: flex;
  padding: 0;
}

body.course .banner .metadata li {
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  list-style: none;
}

body.course .banner .metadata li + li {
  padding-left: 0.75rem;
}

body.course .banner .metadata li:first-child {
  color: #ffb81c;
}

body.course .banner .metadata li.units {
  border-left: 2px solid #ffb81c;
  margin-left: 0.75rem;
}

body.course .section__overview--course {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  body.course .section__overview--course {
    margin-bottom: 5rem;
  }
}

body.course .section__get-started {
  position: relative;
  padding: 2rem 0;
}

@media (min-width: 992px) {
  body.course .section__get-started {
    padding: 5rem 0;
  }
}

body.course .section__get-started:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("https://prismic-io.s3.amazonaws.com/ucriverside/fd4db3d2-86fc-4018-836a-32a8055899f2_abstract-orange.svg") center top/100% repeat-y #ffb81c;
  z-index: 0;
}

body.course .section__get-started .container-max {
  position: relative;
  z-index: 1;
}

body.course .section__get-started .course-teaser {
  position: relative;
}

body.course .section__get-started .accordion-heading {
  position: relative;
  z-index: 2;
  background-color: #eaeaea;
  text-transform: none;
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  body.course .section__get-started .accordion-heading {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 992px) {
  body.course .section__get-started .accordion-heading {
    padding: 1.35rem 2rem 1.35rem 3rem;
    justify-content: space-between;
  }
}

body.course .section__get-started .accordion-heading:hover {
  text-decoration: none;
}

body.course .section__get-started .accordion-heading h4.startdate {
  margin-bottom: 0.25rem;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

body.course .section__get-started .accordion-heading .course-id {
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  body.course .section__get-started .accordion-heading .course-header {
    margin-bottom: 1.2rem;
  }
}

@media (min-width: 992px) {
  body.course .section__get-started .accordion-heading .course-header {
    width: 25%;
    max-width: 300px;
  }
}

body.course .section__get-started .accordion-heading [class*=course-header-] {
  font-weight: 300;
}

@media (min-width: 992px) and (max-width: 1439.98px) {
  body.course .section__get-started .accordion-heading [class*=course-header-] {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: auto;
  }
}

@media (min-width: 992px) {
  body.course .section__get-started .accordion-heading [class*=course-header-] {
    flex-grow: 1;
    padding: 0 1rem;
  }
}

body.course .section__get-started .accordion-heading [class*=course-header-] .icon {
  fill: #003da5;
  margin-right: 0.2rem;
}

@media (min-width: 992px) and (max-width: 1439.98px) {
  body.course .section__get-started .accordion-heading [class*=course-header-] .icon {
    margin: 0 auto;
  }
}

body.course .section__get-started .accordion-heading [class*=course-header-] strong {
  font-weight: 500;
}

@media (max-width: 991.98px) {
  body.course .section__get-started .accordion-heading .course-header--tuition,
  body.course .section__get-started .accordion-heading .course-header--format {
    margin-bottom: 1.2rem;
  }
}

@media (max-width: 991.98px) {
  body.course .section__get-started .accordion-heading .spacer {
    display: block;
    width: 100%;
    height: 48px;
    margin: 2rem 0;
  }
}

@media (min-width: 992px) and (max-width: 1439.98px) {
  body.course .section__get-started .accordion-heading .spacer {
    width: auto;
  }
}

@media (min-width: 992px) {
  body.course .section__get-started .accordion-heading .spacer {
    margin: 0 72px;
  }
}

@media (max-width: 991.98px) {
  body.course .section__get-started .accordion-heading .icon-plus {
    align-self: center;
  }
}

body.course .section__get-started .btn-enroll {
  position: absolute;
  z-index: 3;
}

@media (max-width: 991.98px) {
  body.course .section__get-started .btn-enroll {
    display: block;
    top: 13.5rem;
    width: calc(100% - 3rem);
    margin: 2rem 1.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1439.98px) {
  body.course .section__get-started .btn-enroll {
    width: auto;
  }
}

@media (min-width: 992px) {
  body.course .section__get-started .btn-enroll {
    top: 2rem;
    right: 1.5rem;
    margin: 0 72px;
  }
}

@media (min-width: 1440px) {
  body.course .section__get-started .btn-enroll {
    top: 1.6rem;
  }
}

body.course .section__get-started .accordion-content {
  position: relative;
  z-index: 1;
  display: flex;
  font-size: 0.9rem;
  background-color: white;
}

@media (max-width: 991.98px) {
  body.course .section__get-started .accordion-content {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  body.course .section__get-started .accordion-content {
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 7.5rem;
  }
}

body.course .section__get-started .accordion-content .cell {
  margin: 2rem 0 0;
  line-height: 1.8;
}

@media (min-width: 992px) {
  body.course .section__get-started .accordion-content .cell {
    width: 33.3333333333%;
    margin-top: 1.6rem;
    padding: 0 1.5rem;
  }
}

body.course .section__get-started .accordion-content .cell h4 {
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.9375rem;
}

body.course .section__get-started .accordion-content .cell h4 svg {
  margin-right: 0.5rem;
}

body.course .section__get-started .accordion-content .cell ul {
  padding-left: calc(30px + 0.5rem);
}

body.course .section__get-started .accordion-content .cell p {
  padding-left: calc(30px + 0.5rem);
}

body.course .section__get-started .accordion-content .cell p strong {
  font-weight: 500;
}

body.course .section__get-started .accordion-content .cell > a.readmore {
  padding-left: calc(30px + 0.5rem);
}

body.course .section__testimonials {
  position: relative;
  padding: 4rem 0;
  text-align: center;
  background: url("https://images.prismic.io/ucriverside/0a3419e0-8bf7-426f-89b6-6113018d39d9_holding-books-bg.jpg?auto=compress,format") center/cover no-repeat;
  overflow: hidden;
}

@media (min-width: 992px) {
  body.course .section__testimonials {
    padding: 6rem 0;
  }
}

body.course .section__testimonials .container-max {
  position: relative;
  z-index: 1;
}

body.course .section__testimonials .section__heading {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

body.course .section__testimonials .section__heading:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  background-color: #ffb81c;
  height: 5px;
  width: 120px;
  transform: translateX(-50%);
}

body.course .section__testimonials .slider {
  margin-bottom: 3.75rem;
}

@media (min-width: 992px) {
  body.course .section__testimonials .slider {
    margin-bottom: 4rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

body.course .section__testimonials blockquote {
  width: 100%;
  min-height: 100%;
  border: none;
  margin: 0;
  color: white;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
  padding: 0 0.75rem;
  margin: 0;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

body.course .section__testimonials blockquote.is-selected {
  opacity: 1;
  pointer-events: initial;
}

@media (max-width: 991.98px) {
  body.course .section__testimonials blockquote p {
    margin: 0;
  }

  body.course .section__testimonials blockquote footer {
    display: none;
  }
}

@media (min-width: 992px) {
  body.course .section__testimonials blockquote footer {
    color: white;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    text-transform: uppercase;
  }
}

body.course .section__testimonials .flickity-viewport {
  width: 100%;
  margin: 0;
  overflow: visible;
}

body.course .section__testimonials .flickity-prev-next-button {
  font-size: 3rem;
  height: 2.5rem;
  width: 2.5rem;
  color: white;
  border: 2px solid white;
}

body.course .section__testimonials .flickity-prev-next-button .flickity-button-icon {
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  body.course .section__testimonials .flickity-prev-next-button {
    display: none;
  }
}

@media (min-width: 1440px) {
  body.course .section__testimonials .flickity-prev-next-button {
    font-size: 1rem;
  }
}

body.course .section__testimonials .flickity-prev-next-button.previous {
  left: 0;
}

body.course .section__testimonials .flickity-prev-next-button.next {
  right: 0;
}

body.course .section__testimonials .flickity-page-dots {
  bottom: -3.75rem;
}

@media (min-width: 992px) {
  body.course .section__testimonials .flickity-page-dots {
    left: 0;
  }
}

body.course .section__testimonials .dot {
  background-color: white;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

body.course .section__testimonials .dot.is-selected {
  background-color: #ffb81c;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body.course .section__testimonials .dot {
    width: 1.25rem;
    height: 1.25rem;
  }
}

body.course .section__testimonials .dot:not(.is-active):hover {
  opacity: 0.75;
}

body.course .section__preview-teasers {
  padding-bottom: 1rem;
}

body.course .section__preview-teasers .preview-teasers {
  padding-top: 1rem;
}

@media (min-width: 992px) {
  body.course .section__preview-teasers {
    padding-bottom: 4rem;
  }

  body.course .section__preview-teasers .preview-teasers {
    padding-top: 4rem;
    padding-bottom: 0;
  }
}

body.course .page-main > .container-max {
  margin-bottom: 0;
}

body.course .page-center {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .resource .page-sidebar--left,
  .resources .page-sidebar--left {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .resource .page-sidebar-inner,
  .resources .page-sidebar-inner {
    display: flex;
    flex-wrap: wrap;
  }

  .resource .page-sidebar-inner .keyword-search,
  .resources .page-sidebar-inner .keyword-search {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .resource .page-sidebar-inner .keyword-search .form-group,
  .resources .page-sidebar-inner .keyword-search .form-group {
    margin-bottom: 0;
  }

  .resource .page-sidebar-inner .term-navigation,
  .resources .page-sidebar-inner .term-navigation {
    flex-grow: 1;
    order: -1;
  }
}

@media (min-width: 768px) {
  .resource .pods,
  .resources .pods {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625rem;
  }

  .resource .pods .pod,
  .resources .pods .pod {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    width: calc(50% - 1.25rem);
  }
}

@media (min-width: 1440px) {
  .resource .pods,
  .resources .pods {
    margin: 0 -0.5rem;
  }

  .resource .pods .pod,
  .resources .pods .pod {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    width: calc(33.3333333333% - 1rem);
  }
}

.resource .preview-teaser ul,
.resources .preview-teaser ul {
  padding-left: 0;
}

.resource .preview-teaser li,
.resources .preview-teaser li {
  list-style: none;
}

.resource .preview-teaser a,
.resources .preview-teaser a {
  font-weight: 500;
}

body.osher-lifelong-learning .section__overview .heading {
  position: relative;
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}

body.osher-lifelong-learning .section__overview .heading:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  background-color: #ffb81c;
  height: 5px;
  width: 120px;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  body.osher-lifelong-learning .section__overview .heading {
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
  }
}

body.osher-lifelong-learning .section__overview .overview-content p {
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 992px) {
  body.osher-lifelong-learning .section__overview .overview-content {
    padding: 0 10%;
    margin-bottom: 4rem;
  }
}

body.osher-lifelong-learning .section__quicklinks {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  body.osher-lifelong-learning .section__quicklinks {
    padding: 0 10%;
    margin-bottom: 6rem;
  }
}

body.osher-lifelong-learning .section__quicklinks .quicklinks {
  display: flex;
}

@media (max-width: 991.98px) {
  body.osher-lifelong-learning .section__quicklinks .quicklinks {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  body.osher-lifelong-learning .section__quicklinks .quicklinks {
    justify-content: center;
    align-items: flex-start;
  }
}

body.osher-lifelong-learning .section__quicklinks .quicklink {
  text-align: center;
}

body.osher-lifelong-learning .section__quicklinks .quicklink img {
  transition: transform 0.1s ease-out;
}

body.osher-lifelong-learning .section__quicklinks .quicklink h3.heading {
  max-width: 12.5rem;
  margin: 0 auto;
  color: #2b2b2b;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

body.osher-lifelong-learning .section__quicklinks .quicklink:hover,
body.osher-lifelong-learning .section__quicklinks .quicklink:focus {
  text-decoration: none;
}

body.osher-lifelong-learning .section__quicklinks .quicklink:hover img,
body.osher-lifelong-learning .section__quicklinks .quicklink:focus img {
  transform: scale(1.2);
}

@media (max-width: 991.98px) {
  body.osher-lifelong-learning .section__quicklinks .quicklink + .quicklink {
    margin-top: 2.1875rem;
  }
}

@media (min-width: 992px) {
  body.osher-lifelong-learning .section__quicklinks .quicklink {
    margin-left: 2rem;
    margin-right: 2rem;
    width: calc(33.3333333333% - 4rem);
  }
}

body.osher-lifelong-learning .section__upcoming-events {
  padding-top: 2.5rem;
}

@media (min-width: 992px) {
  body.osher-lifelong-learning .section__upcoming-events {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
}

body.osher-lifelong-learning .section__upcoming-events .section-heading {
  position: relative;
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}

body.osher-lifelong-learning .section__upcoming-events .section-heading:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  background-color: #ffb81c;
  height: 5px;
  width: 120px;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  body.osher-lifelong-learning .section__upcoming-events .section-heading {
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
  }
}

body.osher-lifelong-learning .section__upcoming-events .events {
  display: flex;
}

@media (max-width: 991.98px) {
  body.osher-lifelong-learning .section__upcoming-events .events {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  body.osher-lifelong-learning .section__upcoming-events .events {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 3rem;
  }
}

body.osher-lifelong-learning .section__upcoming-events .event {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3rem;
}

body.osher-lifelong-learning .section__upcoming-events .event .month {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.4;
}

body.osher-lifelong-learning .section__upcoming-events .event .day {
  margin-bottom: 1.5rem;
  color: #003da5;
  font-family: "Oswald", sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 1;
}

body.osher-lifelong-learning .section__upcoming-events .event .time {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 300;
}

body.osher-lifelong-learning .section__upcoming-events .event .heading {
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  body.osher-lifelong-learning .section__upcoming-events .event + .event {
    padding-top: 2.5rem;
  }

  body.osher-lifelong-learning .section__upcoming-events .event + .event:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d3d3d3;
  }
}

@media (min-width: 992px) {
  body.osher-lifelong-learning .section__upcoming-events .event {
    width: 33.3333333333%;
  }

  body.osher-lifelong-learning .section__upcoming-events .event + .event:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 2px;
    height: 100%;
    background-color: #d3d3d3;
  }
}

body.osher-lifelong-learning .section__upcoming-events .btn-overview {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  body.osher-lifelong-learning .section__upcoming-events .btn-overview {
    margin-top: 3rem;
  }
}

body.osher-lifelong-learning .page-center {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body.experience section.videos {
    padding-top: 0;
  }
}

body.whats-new .banner .subheading {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff !important;
}

body.whats-new .section__the-latest {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  body.whats-new .section__the-latest {
    padding-top: 4rem;
  }
}

body.whats-new .section__the-latest .section-heading {
  margin-bottom: 1rem;
}

body.whats-new .section__the-latest .section-subheading {
  margin-bottom: 1.8rem;
  font-size: 1.125rem;
  font-weight: 300;
}

body.whats-new .section__the-latest .filters {
  margin: 1rem 0;
}

@media (min-width: 992px) {
  body.whats-new .section__the-latest .filters {
    display: flex;
    margin: 1.5rem 0;
  }
}

body.whats-new .section__the-latest .filters-toggle {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  font-style: italic;
  letter-spacing: 0.02em;
  width: 100%;
  height: 62px;
}

@media (min-width: 992px) {
  body.whats-new .section__the-latest .filters-toggle {
    display: none;
  }
}

body.whats-new .section__the-latest .filters-toggle[aria-expanded=true] .icon {
  transform: rotate(180deg);
}

body.whats-new .section__the-latest .filters-group {
  position: relative;
  z-index: 1;
  border-color: #d3d3d3;
}

@media (max-width: 991.98px) {
  body.whats-new .section__the-latest .filters-group {
    transition: 0.2s ease-out;
    margin-bottom: 1rem;
  }

  body.whats-new .section__the-latest .filters-group[aria-hidden=true] {
    height: 0;
    padding: 0 1rem;
    overflow: hidden;
    visibility: hidden;
  }

  body.whats-new .section__the-latest .filters-group[aria-hidden=false] {
    height: auto;
    padding: 1rem;
    border: 1px solid #d3d3d3;
  }
}

body.whats-new .section__the-latest .filter {
  width: 100%;
  height: 3.5rem;
  margin-bottom: 0.75rem;
  padding: 0 1.375rem;
  font-size: 1rem;
  border: 2px solid #2b2b2b;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

@media (min-width: 992px) {
  body.whats-new .section__the-latest .filter {
    width: auto;
    height: 3rem;
    margin: 0 0.75rem 0.75rem 0;
    font-size: 0.875rem;
  }
}

body.whats-new .section__the-latest .filter.filter--all {
  border-color: #eaeaea;
  background-color: #eaeaea;
}

body.whats-new .section__the-latest .filter.filter--all:focus {
  box-shadow: 0 0 0 0.2rem #eaeaea;
}

body.whats-new .section__the-latest .filter.filter--features {
  border-color: #003da5;
  background-color: #003da5;
  color: white;
}

body.whats-new .section__the-latest .filter.filter--features:focus {
  box-shadow: 0 0 0 0.2rem #003da5;
}

body.whats-new .section__the-latest .filter.filter--article {
  border-color: #009cde;
  background-color: #009cde;
  color: white;
}

body.whats-new .section__the-latest .filter.filter--article:focus {
  box-shadow: 0 0 0 0.2rem #009cde;
}

body.whats-new .section__the-latest .filter.filter--marketandeducationaltrends {
  border-color: #ffb81c;
  background-color: #ffb81c;
}

body.whats-new .section__the-latest .filter.filter--marketandeducationaltrends:focus {
  box-shadow: 0 0 0 0.2rem #ffb81c;
}

body.whats-new .section__the-latest .filter.filter--studentvoices {
  border-color: #2b2b2b;
  background-color: #2b2b2b;
  color: white;
}

body.whats-new .section__the-latest .filter.filter--studentvoices:focus {
  box-shadow: 0 0 0 0.2rem #2b2b2b;
}

body.whats-new .section__the-latest .filter.filter--news {
  border-color: #78be20;
  background-color: #78be20;
}

body.whats-new .section__the-latest .filter.filter--news:focus {
  box-shadow: 0 0 0 0.2rem #78be20;
}

body.whats-new .section__the-latest .filter.filter--careerinsights {
  border-color: #d3d3d3;
  background-color: #d3d3d3;
}

body.whats-new .section__the-latest .filter.filter--careerinsights:focus {
  box-shadow: 0 0 0 0.2rem #d3d3d3;
}

body.whats-new .section__the-latest .filter:hover,
body.whats-new .section__the-latest .filter:focus,
body.whats-new .section__the-latest .filter.active {
  background-color: white;
  color: #2b2b2b;
}

body.whats-new .section__the-latest .filters-search {
  display: flex;
  margin-bottom: 0.75rem;
  border: 2px solid #d3d3d3;
}

@media (max-width: 991.98px) {
  body.whats-new .section__the-latest .filters-search {
    height: 3.5rem;
  }
}

body.whats-new .section__the-latest .filters-search-toggle {
  position: relative;
  z-index: 2;
  border: none;
}

@media (max-width: 991.98px) {
  body.whats-new .section__the-latest .filters-search-toggle {
    display: none;
  }
}

body.whats-new .section__the-latest .filters-search-toggle .icon {
  transition: 0.2s ease-out;
}

body.whats-new .section__the-latest .filters-search-toggle[aria-expanded=false] .icon-close {
  display: none;
}

body.whats-new .section__the-latest .filters-search-toggle[aria-expanded=true] .icon-search {
  display: none;
}

body.whats-new .section__the-latest .filters-search-toggle:hover .icon,
body.whats-new .section__the-latest .filters-search-toggle:focus .icon {
  transform: scale(1.2);
}

body.whats-new .section__the-latest .filters-search-components {
  position: relative;
  z-index: 1;
  display: flex;
  flex-grow: 1;
  transition: 0.2s ease-out;
}

body.whats-new .section__the-latest .filters-search-components .form-group {
  flex-grow: inherit;
  margin-bottom: 0;
}

body.whats-new .section__the-latest .filters-search-components input {
  border: 0;
  height: 100%;
  font-weight: 300;
  color: inherit;
}

body.whats-new .section__the-latest .filters-search-components button {
  border: none;
}

body.whats-new .section__the-latest .filters-search-components button:hover .icon,
body.whats-new .section__the-latest .filters-search-components button:focus .icon {
  transform: scale(1.2);
}

@media (min-width: 992px) {
  body.whats-new .section__the-latest .filters-search-components[aria-hidden=true] {
    max-width: 0;
    overflow: hidden;
    visibility: hidden;
  }

  body.whats-new .section__the-latest .filters-search-components[aria-hidden=false] {
    max-width: 100%;
    border-left: 2px solid #d3d3d3;
  }
}

@media (min-width: 992px) {
  body.whats-new .section__the-latest .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem;
  }
}

body.whats-new .section__the-latest .item {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  body.whats-new .section__the-latest .item {
    margin: 0.75rem;
    width: calc(50% - 1.5rem);
  }

  body.whats-new .section__the-latest .item > * {
    height: 100%;
  }
}

@media (min-width: 1440px) {
  body.whats-new .section__the-latest .item {
    width: calc(33.3333333333% - 1.5rem);
  }
}

body.whats-new .pagination {
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  body.whats-new .whats-new-footer .all-news {
    margin-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  body.whats-new .whats-new-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  body.whats-new .whats-new-footer .pagination {
    flex-grow: 1;
    order: 1;
    margin-bottom: 0;
  }

  body.whats-new .whats-new-footer .all-news {
    width: 12.5rem;
    text-align: right;
    transform: translateY(-0.5rem);
    order: 2;
  }
}

@media (min-width: 992px) {
  body.featured-story .page-sidebar {
    min-width: inherit;
    width: 9%;
  }
}

@media (max-width: 991.98px) {
  body.featured-story .share .print {
    display: none;
  }
}

.featured-story__header .heading {
  text-transform: inherit;
  font-family: inherit;
  color: inherit;
}

@media (min-width: 768px) {
  body.cost-estimator .estimator-results {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
}

body.cost-estimator .estimator-results h2 {
  margin-bottom: 0;
}

body.cost-estimator .estimator-results .share {
  margin-left: auto;
}

body.cost-estimator .estimator-results .share ul {
  display: flex;
  flex-wrap: nowrap;
}

body.cost-estimator .table .btn {
  text-align: left;
  font-weight: 300;
  padding: 0;
}

body.cost-estimator .table .btn:hover,
body.cost-estimator .table .btn:focus {
  color: #0f74cb;
}

body.cost-estimator .table .btn:hover .heading,
body.cost-estimator .table .btn:focus .heading {
  text-decoration: underline;
}

body.cost-estimator .disclaimers {
  font-style: italic;
}

body.english-language-programs .teaser {
  overflow: inherit;
}

body.english-language-programs .teaser:first-child {
  padding-top: 0;
  border-top: none;
}

.hidden {
  display: none !important;
}

/*****************************************************************/

/*
/*
/*      UX elements
/*
/*
/*****************************************************************/

.clickable {
  cursor: pointer;
}

/*****************************************************************/

/*
/*
/*      Positioning elements
/*
/*
/*****************************************************************/

.clear {
  clear: both;
}

/*****************************************************************/

/*
/*
/*      Error Pages
/*
/*
/*****************************************************************/

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0px auto 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 236px;
  font-weight: 200;
  margin: 0px;
  color: #211b19;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #211b19;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.notfound a {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 23px;
  background: #ff6300;
  font-size: 18px;
  transition: 0.2s all;
}

.notfound a:hover {
  color: #ff6300;
  background: #211b19;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h1 {
    font-size: 148px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 148px;
    margin: 0px auto 10px;
  }

  .notfound .notfound-404 h1 {
    font-size: 86px;
  }

  .notfound .notfound-404 h2 {
    font-size: 16px;
  }

  .notfound a {
    padding: 7px 15px;
    font-size: 14px;
  }
}

.m-a-0 {
  margin: 0px !important;
}

.p-a-0 {
  padding: 0px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.m-a-5 {
  margin: 5px !important;
}

.p-a-5 {
  padding: 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-a-10 {
  margin: 10px !important;
}

.p-a-10 {
  padding: 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-a-15 {
  margin: 15px !important;
}

.p-a-15 {
  padding: 15px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-a-20 {
  margin: 20px !important;
}

.p-a-20 {
  padding: 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-a-25 {
  margin: 25px !important;
}

.p-a-25 {
  padding: 25px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-a-30 {
  margin: 30px !important;
}

.p-a-30 {
  padding: 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-a-35 {
  margin: 35px !important;
}

.p-a-35 {
  padding: 35px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-a-40 {
  margin: 40px !important;
}

.p-a-40 {
  padding: 40px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-a-45 {
  margin: 45px !important;
}

.p-a-45 {
  padding: 45px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-a-50 {
  margin: 50px !important;
}

.p-a-50 {
  padding: 50px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-a-60 {
  margin: 60px !important;
}

.p-a-60 {
  padding: 60px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.m-a-65 {
  margin: 65px !important;
}

.p-a-65 {
  padding: 65px !important;
}

.m-t-65 {
  margin-top: 65px !important;
}

.p-t-65 {
  padding-top: 65px !important;
}

.m-b-65 {
  margin-bottom: 65px !important;
}

.p-b-65 {
  padding-bottom: 65px !important;
}

.m-l-65 {
  margin-left: 65px !important;
}

.p-l-65 {
  padding-left: 65px !important;
}

.m-r-65 {
  margin-right: 65px !important;
}

.p-r-65 {
  padding-right: 65px !important;
}

.m-a-70 {
  margin: 70px !important;
}

.p-a-70 {
  padding: 70px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.m-a-75 {
  margin: 75px !important;
}

.p-a-75 {
  padding: 75px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-a-80 {
  margin: 80px !important;
}

.p-a-80 {
  padding: 80px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.m-a-85 {
  margin: 85px !important;
}

.p-a-85 {
  padding: 85px !important;
}

.m-t-85 {
  margin-top: 85px !important;
}

.p-t-85 {
  padding-top: 85px !important;
}

.m-b-85 {
  margin-bottom: 85px !important;
}

.p-b-85 {
  padding-bottom: 85px !important;
}

.m-l-85 {
  margin-left: 85px !important;
}

.p-l-85 {
  padding-left: 85px !important;
}

.m-r-85 {
  margin-right: 85px !important;
}

.p-r-85 {
  padding-right: 85px !important;
}

.m-a-90 {
  margin: 90px !important;
}

.p-a-90 {
  padding: 90px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.m-a-95 {
  margin: 95px !important;
}

.p-a-95 {
  padding: 95px !important;
}

.m-t-95 {
  margin-top: 95px !important;
}

.p-t-95 {
  padding-top: 95px !important;
}

.m-b-95 {
  margin-bottom: 95px !important;
}

.p-b-95 {
  padding-bottom: 95px !important;
}

.m-l-95 {
  margin-left: 95px !important;
}

.p-l-95 {
  padding-left: 95px !important;
}

.m-r-95 {
  margin-right: 95px !important;
}

.p-r-95 {
  padding-right: 95px !important;
}

.m-a-100 {
  margin: 100px !important;
}

.p-a-100 {
  padding: 100px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.m-a-150 {
  margin: 150px !important;
}

.p-a-150 {
  padding: 150px !important;
}

.m-t-150 {
  margin-top: 150px !important;
}

.p-t-150 {
  padding-top: 150px !important;
}

.m-b-150 {
  margin-bottom: 150px !important;
}

.p-b-150 {
  padding-bottom: 150px !important;
}

.m-l-150 {
  margin-left: 150px !important;
}

.p-l-150 {
  padding-left: 150px !important;
}

.m-r-150 {
  margin-right: 150px !important;
}

.p-r-150 {
  padding-right: 150px !important;
}

.m-a-185 {
  margin: 185px !important;
}

.p-a-185 {
  padding: 185px !important;
}

.m-t-185 {
  margin-top: 185px !important;
}

.p-t-185 {
  padding-top: 185px !important;
}

.m-b-185 {
  margin-bottom: 185px !important;
}

.p-b-185 {
  padding-bottom: 185px !important;
}

.m-l-185 {
  margin-left: 185px !important;
}

.p-l-185 {
  padding-left: 185px !important;
}

.m-r-185 {
  margin-right: 185px !important;
}

.p-r-185 {
  padding-right: 185px !important;
}

.m-a-200 {
  margin: 200px !important;
}

.p-a-200 {
  padding: 200px !important;
}

.m-t-200 {
  margin-top: 200px !important;
}

.p-t-200 {
  padding-top: 200px !important;
}

.m-b-200 {
  margin-bottom: 200px !important;
}

.p-b-200 {
  padding-bottom: 200px !important;
}

.m-l-200 {
  margin-left: 200px !important;
}

.p-l-200 {
  padding-left: 200px !important;
}

.m-r-200 {
  margin-right: 200px !important;
}

.p-r-200 {
  padding-right: 200px !important;
}

.m-a-250 {
  margin: 250px !important;
}

.p-a-250 {
  padding: 250px !important;
}

.m-t-250 {
  margin-top: 250px !important;
}

.p-t-250 {
  padding-top: 250px !important;
}

.m-b-250 {
  margin-bottom: 250px !important;
}

.p-b-250 {
  padding-bottom: 250px !important;
}

.m-l-250 {
  margin-left: 250px !important;
}

.p-l-250 {
  padding-left: 250px !important;
}

.m-r-250 {
  margin-right: 250px !important;
}

.p-r-250 {
  padding-right: 250px !important;
}

.m-a-300 {
  margin: 300px !important;
}

.p-a-300 {
  padding: 300px !important;
}

.m-t-300 {
  margin-top: 300px !important;
}

.p-t-300 {
  padding-top: 300px !important;
}

.m-b-300 {
  margin-bottom: 300px !important;
}

.p-b-300 {
  padding-bottom: 300px !important;
}

.m-l-300 {
  margin-left: 300px !important;
}

.p-l-300 {
  padding-left: 300px !important;
}

.m-r-300 {
  margin-right: 300px !important;
}

.p-r-300 {
  padding-right: 300px !important;
}

.w-max-px-50 {
  max-width: 50px !important;
}

.h-max-px-50 {
  max-height: 50px !important;
}

.w-min-px-50 {
  min-width: 50px !important;
}

.h-min-px-50 {
  min-height: 50px !important;
}

.w-max-px-75 {
  max-width: 75px !important;
}

.h-max-px-75 {
  max-height: 75px !important;
}

.w-min-px-75 {
  min-width: 75px !important;
}

.h-min-px-75 {
  min-height: 75px !important;
}

.w-max-px-100 {
  max-width: 100px !important;
}

.h-max-px-100 {
  max-height: 100px !important;
}

.w-min-px-100 {
  min-width: 100px !important;
}

.h-min-px-100 {
  min-height: 100px !important;
}

.w-max-px-150 {
  max-width: 150px !important;
}

.h-max-px-150 {
  max-height: 150px !important;
}

.w-min-px-150 {
  min-width: 150px !important;
}

.h-min-px-150 {
  min-height: 150px !important;
}

.w-max-px-200 {
  max-width: 200px !important;
}

.h-max-px-200 {
  max-height: 200px !important;
}

.w-min-px-200 {
  min-width: 200px !important;
}

.h-min-px-200 {
  min-height: 200px !important;
}

.w-max-px-250 {
  max-width: 250px !important;
}

.h-max-px-250 {
  max-height: 250px !important;
}

.w-min-px-250 {
  min-width: 250px !important;
}

.h-min-px-250 {
  min-height: 250px !important;
}

.w-max-px-300 {
  max-width: 300px !important;
}

.h-max-px-300 {
  max-height: 300px !important;
}

.w-min-px-300 {
  min-width: 300px !important;
}

.h-min-px-300 {
  min-height: 300px !important;
}

.w-max-px-350 {
  max-width: 350px !important;
}

.h-max-px-350 {
  max-height: 350px !important;
}

.w-min-px-350 {
  min-width: 350px !important;
}

.h-min-px-350 {
  min-height: 350px !important;
}

.w-max-px-400 {
  max-width: 400px !important;
}

.h-max-px-400 {
  max-height: 400px !important;
}

.w-min-px-400 {
  min-width: 400px !important;
}

.h-min-px-400 {
  min-height: 400px !important;
}

.w-max-px-450 {
  max-width: 450px !important;
}

.h-max-px-450 {
  max-height: 450px !important;
}

.w-min-px-450 {
  min-width: 450px !important;
}

.h-min-px-450 {
  min-height: 450px !important;
}

.w-max-px-500 {
  max-width: 500px !important;
}

.h-max-px-500 {
  max-height: 500px !important;
}

.w-min-px-500 {
  min-width: 500px !important;
}

.h-min-px-500 {
  min-height: 500px !important;
}

.w-max-px-600 {
  max-width: 600px !important;
}

.h-max-px-600 {
  max-height: 600px !important;
}

.w-min-px-600 {
  min-width: 600px !important;
}

.h-min-px-600 {
  min-height: 600px !important;
}

.w-max-px-700 {
  max-width: 700px !important;
}

.h-max-px-700 {
  max-height: 700px !important;
}

.w-min-px-700 {
  min-width: 700px !important;
}

.h-min-px-700 {
  min-height: 700px !important;
}

