
/* ----------------------- */
/* 🎂 CUPCAKE 🎂 */
/* pkg name: @cupcake-ds/cupcake */
/* version: 2.4.0 */
/* file name: cupcake-mint.css */
/* ----------------------- */

@charset "UTF-8";
/* stylelint-disable alpha-value-notation */
/* stylelint-disable max-line-length */
/* stylelint-disable color-function-notation */
@-webkit-keyframes stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@keyframes stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-webkit-keyframes btn-progress-bar-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}
@keyframes btn-progress-bar-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  /* Make type rendering look crisper */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Disable auto-enlargement of small text in Safari */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* Enable kerning and optional ligatures */
  text-rendering: optimizeLegibility;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #212529;
  padding: 0;
  margin: 0;
}

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

textarea {
  height: auto;
  min-height: 50px;
  overflow: auto;
}

select {
  width: 100%;
}

button {
  border: 0;
  padding: 0;
  line-height: 1;
  overflow: visible;
  background: transparent;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

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

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: none;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

legend {
  padding: 0;
  border: 0;
}

optgroup {
  font-weight: 700;
}

ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
}

table, table.c-table-border-both {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.c-action-panel {
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 320px;
  right: -320px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1900;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-left: 1px solid #e9ecef;
  background-color: #f8f9fa;
}
.c-action-panel-left {
  border-right: 1px solid #e9ecef;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: 0;
}
.c-action-panel-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-action-panel-header {
  border-bottom: 1px solid #e9ecef;
  background-color: #ffffff;
  padding: 12px 16px;
}
.c-action-panel-header-title {
  display: inline-block;
  color: #212529;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.c-action-panel-header-subtitle {
  display: block;
  font-size: 12px;
  line-height: 12px;
}
.c-action-panel-header-subtitle + .c-action-panel-header-menu {
  height: 60px;
}
.c-action-panel-header-menu {
  top: 0;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 16px;
  height: 48px;
}
.c-action-panel-header-menu > * {
  margin: auto 12px;
}
.c-action-panel-header-menu > *:last-child {
  margin-right: 0;
}
.c-action-panel-header-menu .c-btn {
  margin: auto 4px;
}
.c-action-panel-header-menu .c-btn:last-child {
  margin-right: 0;
}
.c-action-panel-header-menu-item {
  padding-left: 4px;
}
.c-action-panel-header-menu-icon {
  font-size: 16px;
  color: #adb5bd;
}
.c-action-panel-header-menu-icon:hover {
  color: #c9cfd4;
}
.c-action-panel-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 1px solid #e9ecef;
  background-color: #ffffff;
  padding: 12px 16px;
}
.c-action-panel-footer-link {
  text-decoration: underline;
  color: #008080;
  font-size: 12px;
  line-height: 16px;
}
.c-action-panel-footer-link:hover {
  color: #004d4d;
}
.c-action-panel-footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 16px;
}
.c-action-panel-footer-item-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-action-panel-footer-item-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-action-panel-footer-item-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-action-panel-close {
  border: 0;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
  height: 28px;
  width: 28px;
  outline: none;
  position: relative;
  vertical-align: top;
  text-decoration: none;
}
.c-action-panel-close::before {
  height: 3px;
  width: 14px;
}
.c-action-panel-close::after {
  height: 14px;
  width: 3px;
}
.c-action-panel-close::before, .c-action-panel-close::after {
  position: absolute;
  display: block;
  background-color: #868e96;
  border-radius: 2px;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.c-action-panel-close:hover::before, .c-action-panel-close:hover::after {
  background-color: #6c757d;
}
.c-action-panel-push {
  position: relative;
  display: none;
}
.c-action-panel-lg {
  width: 400px;
  right: -400px;
}
.c-action-panel.c-action-panel-visible {
  right: 0;
  -webkit-box-shadow: 0 8px 8px -2px rgba(33, 37, 41, 0.1);
          box-shadow: 0 8px 8px -2px rgba(33, 37, 41, 0.1);
}
.c-action-panel-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  position: fixed;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: rgba(0, 0, 0, 0.75);
}
.c-action-panel-backdrop-transparent {
  background-color: transparent;
}

.c-action-panel-visible.c-action-panel {
  right: 0;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-action-panel-visible.c-action-panel-push {
  right: 0;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-notifications .c-media-list .c-media {
  margin: 8px;
  -webkit-box-shadow: 0 2px 4px -2px rgba(33, 37, 41, 0.1);
          box-shadow: 0 2px 4px -2px rgba(33, 37, 41, 0.1);
}
.c-notifications .c-media-list .c-media:hover {
  background: #ffffff !important;
  -webkit-box-shadow: 0 4px 4px -2px rgba(33, 37, 41, 0.1);
          box-shadow: 0 4px 4px -2px rgba(33, 37, 41, 0.1);
}
.c-notifications .c-media-list .c-media-read {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
}
.c-notifications .c-media-list .c-media-read:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f8f9fa !important;
}

.c-avatar {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  position: relative;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #495057;
  font-size: 12px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  border-radius: 200px;
}
.c-avatar i {
  font-size: 16px;
}
.c-avatar img {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
  border: none;
  border-radius: 200px;
}
.c-avatar-square {
  border-radius: 2px;
}
.c-avatar-square img {
  border-radius: 2px;
}
.c-avatar-square.c-avatar[data-status]::after {
  top: -2px;
  right: -2px;
}
.c-avatar[data-status]::after {
  content: "";
  top: 0;
  right: 0;
  z-index: 1;
  height: 8px;
  min-width: 8px;
  position: absolute;
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
          box-shadow: 0 0 0 1px #ffffff;
  background-clip: padding-box;
  border-radius: 50px;
  font-weight: 600;
}
.c-avatar[data-badge]::after {
  z-index: 1;
  font-size: 0;
  white-space: nowrap;
  content: attr(data-badge);
}
.c-avatar[data-text]::before {
  top: 50%;
  left: 50%;
  z-index: 0;
  position: absolute;
  color: currentColor;
  content: attr(data-text);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-avatar-primary {
  background-color: #008080;
}

.c-avatar[data-status=primary]::after {
  background-color: #008080;
}

.c-avatar-success {
  background-color: #2f9e44;
}

.c-avatar[data-status=success]::after {
  background-color: #2f9e44;
}

.c-avatar-warning {
  background-color: #f08c00;
}

.c-avatar[data-status=warning]::after {
  background-color: #f08c00;
}

.c-avatar-danger {
  background-color: #e03131;
}

.c-avatar[data-status=danger]::after {
  background-color: #e03131;
}

.c-avatar-accent {
  background-color: #008080;
}

.c-avatar[data-status=accent]::after {
  background-color: #008080;
}

.c-avatar-xs {
  font-size: 10px;
  height: 16px;
  width: 16px;
}
.c-avatar-xs i {
  font-size: 8px;
}
.c-avatar-xs[data-status]::after {
  height: 4px;
  min-width: 4px;
}

.c-avatar-sm {
  font-size: 11px;
  height: 24px;
  width: 24px;
}
.c-avatar-sm i {
  font-size: 12px;
}
.c-avatar-sm[data-status]::after {
  height: 6px;
  min-width: 6px;
}

.c-avatar-lg {
  font-size: 14px;
  height: 40px;
  width: 40px;
}
.c-avatar-lg i {
  font-size: 20px;
}
.c-avatar-lg[data-status]::after {
  height: 10px;
  min-width: 10px;
}

.c-avatar-xl {
  font-size: 24px;
  height: 80px;
  width: 80px;
}
.c-avatar-xl i {
  font-size: 40px;
}
.c-avatar-xl[data-status]::after {
  height: 20px;
  min-width: 20px;
}

.c-avatar-secondary {
  background-color: #f1f3f5;
  color: #212529;
}

.c-avatar-white {
  background-color: #ffffff;
  color: #212529;
  -webkit-box-shadow: inset 0 0 0 1px #212529;
          box-shadow: inset 0 0 0 1px #212529;
}

.c-avatar-primary-light {
  background-color: #b1eae8;
  color: #212529;
}

.c-avatar-success-light {
  background-color: #d3f9d8;
  color: #212529;
}

.c-avatar-warning-light {
  background-color: #fff3bf;
  color: #212529;
}

.c-avatar-danger-light {
  background-color: #ffe3e3;
  color: #212529;
}

.c-avatar-cyan-light {
  background-color: #c5f6fa;
  color: #212529;
}

.c-avatar-blue-light {
  background-color: #ccedff;
  color: #212529;
}

.c-avatar-grape-light {
  background-color: #f3d9fa;
  color: #212529;
}

.c-avatar-indigo-light {
  background-color: #dbe4ff;
  color: #212529;
}

.c-avatar-lime-light {
  background-color: #e9fac8;
  color: #212529;
}

.c-avatar-orange-light {
  background-color: #ffe8cc;
  color: #212529;
}

.c-avatar-pink-light {
  background-color: #ffdeeb;
  color: #212529;
}

.c-avatar-teal-light {
  background-color: #c3fae8;
  color: #212529;
}

.c-avatar-violet-light {
  background-color: #e5dbff;
  color: #212529;
}

.c-avatar-dark {
  background-color: #212529;
}

.c-avatar-black {
  background-color: #000000;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
          box-shadow: inset 0 0 0 1px #ffffff;
}

.c-avatar-cyan {
  background-color: #0b7285;
}

.c-avatar-blue {
  background-color: #1862ab;
}

.c-avatar-grape {
  background-color: #862e9c;
}

.c-avatar-indigo {
  background-color: #364fc7;
}

.c-avatar-lime {
  background-color: #5c940d;
}

.c-avatar-orange {
  background-color: #d9480f;
}

.c-avatar-pink {
  background-color: #a61e4d;
}

.c-avatar-teal {
  background-color: #087f5b;
}

.c-avatar-violet {
  background-color: #5f3dc4;
}

.c-avatar-group {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-avatar-group .c-avatar {
  margin-left: -4px;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
          box-shadow: 0 0 0 1px #ffffff;
  -webkit-transition: margin 0.35s cubic-bezier(0, 1.22, 0.66, 1.39);
  transition: margin 0.35s cubic-bezier(0, 1.22, 0.66, 1.39);
}
.c-avatar-group .c-avatar:first-of-type {
  margin-left: 0;
  z-index: 5;
}
.c-avatar-group .c-avatar:nth-of-type(2) {
  z-index: 4;
}
.c-avatar-group .c-avatar:nth-of-type(3) {
  z-index: 3;
}
.c-avatar-group .c-avatar:nth-of-type(4) {
  z-index: 2;
}
.c-avatar-group .c-avatar:nth-of-type(5) {
  z-index: 1;
}
.c-avatar-group:hover {
  cursor: pointer;
}
.c-avatar-group:hover .c-avatar:not(:first-of-type) {
  margin-left: 4px;
}

.c-avatar-xl[data-badge]::after {
  font-size: 14px;
  min-width: 20px;
  padding: 2px 4px;
  height: 20px;
  line-height: 16px;
}

.c-alert {
  color: #212529;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  position: relative;
  background-color: rgba(0, 128, 128, 0.07);
  border: 1px solid;
  margin: 0 0 16px 0;
  padding: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 12px;
  border-radius: 2px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 16px;
}
.c-alert-close {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}
.c-alert-close:hover {
  cursor: pointer;
}
.c-alert-close:hover::before, .c-alert-close:hover::after {
  background: #383f45;
}
.c-alert-close::before, .c-alert-close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  background: #212529;
}
.c-alert-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-alert-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-alert-title {
  font-size: 12px;
  line-height: 19px;
  font-weight: 700;
}
.c-alert-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 4px;
  line-height: 16px;
}
.c-alert-icon {
  color: #008080;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-size: 12px;
  padding-right: 8px;
  line-height: 16px;
}
.c-alert-top {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 16px;
}
.c-alert-top .c-alert-icon {
  padding-right: 16px;
  font-size: 16px;
}
.c-alert-primary {
  background-color: #dff7f6;
  border-color: #008080;
}
.c-alert-primary .c-alert-close:hover::before, .c-alert-primary .c-alert-close:hover::after {
  background: #00b3b3;
}
.c-alert-primary .c-alert-close::before, .c-alert-primary .c-alert-close::after {
  background: #008080;
}
.c-alert-primary .c-alert-icon {
  color: #008080;
}
.c-alert-success {
  background-color: #ebfbee;
  border-color: #2f9e44;
}
.c-alert-success .c-alert-close:hover::before, .c-alert-success .c-alert-close:hover::after {
  background: #3bc555;
}
.c-alert-success .c-alert-close::before, .c-alert-success .c-alert-close::after {
  background: #2f9e44;
}
.c-alert-success .c-alert-icon {
  color: #2f9e44;
}
.c-alert-warning {
  background-color: #fff9db;
  border-color: #f08c00;
}
.c-alert-warning .c-alert-close:hover::before, .c-alert-warning .c-alert-close:hover::after {
  background: #ffa424;
}
.c-alert-warning .c-alert-close::before, .c-alert-warning .c-alert-close::after {
  background: #f08c00;
}
.c-alert-warning .c-alert-icon {
  color: #f08c00;
}
.c-alert-danger {
  background-color: #fff5f5;
  border-color: #c92a2a;
}
.c-alert-danger .c-alert-close:hover::before, .c-alert-danger .c-alert-close:hover::after {
  background: #da4c4c;
}
.c-alert-danger .c-alert-close::before, .c-alert-danger .c-alert-close::after {
  background: #c92a2a;
}
.c-alert-danger .c-alert-icon {
  color: #c92a2a;
}

.c-badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  vertical-align: middle;
  background: #000000;
  height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 2;
  border-radius: 50px;
}
.c-badge:empty {
  padding: 0;
  display: inline-block;
  vertical-align: inherit;
  border-radius: 50px;
  width: 12px;
  height: 12px;
}
.c-badge-close {
  border: 0;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
  height: 16px;
  width: 16px;
  outline: none;
  position: relative;
  vertical-align: top;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  margin-left: 4px;
  margin-right: -4px;
  border-radius: 50px;
}
.c-badge-close::before {
  height: 2px;
  width: 8px;
}
.c-badge-close::after {
  height: 8px;
  width: 2px;
}
.c-badge-close::before, .c-badge-close::after {
  position: absolute;
  display: block;
  background-color: #868e96;
  border-radius: 2px;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.c-badge-close:hover::before, .c-badge-close:hover::after {
  background-color: #6c757d;
}
.c-badge-close::before, .c-badge-close::after {
  background-color: #ffffff;
}
.c-badge-close:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.c-badge-close:hover::before, .c-badge-close:hover::after {
  background-color: #ffffff;
}
.c-badge i {
  padding-right: 6px;
}
.c-badge .c-avatar {
  font-size: 12px;
  height: 24px;
  width: 24px;
  margin-right: 8px;
  margin-left: -8px;
}
.c-badge .c-avatar i {
  font-size: 12px;
}
.c-badge .c-avatar img {
  border: 0;
}
.c-badge .c-avatar i {
  padding: 0;
}
.c-badge-sm {
  height: 16px;
  min-width: 16px;
  font-size: 10px;
  line-height: 17px;
  padding: 0 6px;
}
.c-badge-sm i {
  font-size: 10px;
}
.c-badge-sm:empty {
  width: 8px;
  height: 8px;
  min-width: 0;
}
.c-badge-sm .c-avatar {
  font-size: 12px;
  height: 16px;
  width: 16px;
  margin-right: 4px;
  margin-left: -4px;
}
.c-badge-sm .c-avatar i {
  font-size: 8px;
}
.c-badge-sm .c-badge-close {
  margin-left: 4px;
  margin-right: -6px;
}
.c-badge-lg {
  height: 32px;
  min-width: 32px;
  font-size: 13px;
  line-height: 33px;
  padding: 0 12px;
}
.c-badge-lg i {
  font-size: 13px;
}
.c-badge-lg:empty {
  width: 16px;
  height: 16px;
  min-width: 0;
}
.c-badge-lg .c-avatar {
  font-size: 12px;
  height: 32px;
  width: 32px;
  margin-right: 8px;
  margin-left: -12px;
}
.c-badge-lg .c-avatar i {
  font-size: 16px;
}
.c-badge-lg .c-badge-close {
  height: 24px;
  width: 24px;
  margin-right: -8px;
}
.c-badge-lg .c-badge-close::before {
  height: 3px;
  width: 12px;
}
.c-badge-lg .c-badge-close::after {
  height: 12px;
  width: 3px;
}
.c-badge-top {
  vertical-align: top;
}
.c-badge-square {
  border-radius: 2px;
}
.c-badge-square .c-avatar,
.c-badge-square .c-avatar img {
  border-radius: 2px;
}
.c-badge-square .c-badge-close {
  border-radius: 2px;
}

.c-badge-primary {
  color: #ffffff;
  background-color: #008080;
}

.c-badge-success {
  color: #ffffff;
  background-color: #2f9e44;
}

.c-badge-warning {
  color: #ffffff;
  background-color: #f08c00;
}

.c-badge-danger {
  color: #ffffff;
  background-color: #e03131;
}

.c-badge-accent {
  color: #ffffff;
  background-color: #008080;
}

.c-badge-secondary {
  color: #212529;
  background-color: #f1f3f5;
}
.c-badge-secondary .c-badge-close {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.c-badge-secondary .c-badge-close::before, .c-badge-secondary .c-badge-close::after {
  background-color: #495057;
}
.c-badge-secondary .c-badge-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-badge-secondary .c-badge-close:hover::before, .c-badge-secondary .c-badge-close:hover::after {
  background-color: #495057;
}

.c-badge-white {
  color: #212529;
  background-color: #ffffff;
}
.c-badge-white .c-badge-close {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.c-badge-white .c-badge-close::before, .c-badge-white .c-badge-close::after {
  background-color: #495057;
}
.c-badge-white .c-badge-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-badge-white .c-badge-close:hover::before, .c-badge-white .c-badge-close:hover::after {
  background-color: #495057;
}

.c-badge-primary-light {
  color: #212529;
  background-color: #b1eae8;
}
.c-badge-primary-light .c-badge-close {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.c-badge-primary-light .c-badge-close::before, .c-badge-primary-light .c-badge-close::after {
  background-color: #495057;
}
.c-badge-primary-light .c-badge-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-badge-primary-light .c-badge-close:hover::before, .c-badge-primary-light .c-badge-close:hover::after {
  background-color: #495057;
}

.c-badge-success-light {
  color: #212529;
  background-color: #d3f9d8;
}
.c-badge-success-light .c-badge-close {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.c-badge-success-light .c-badge-close::before, .c-badge-success-light .c-badge-close::after {
  background-color: #495057;
}
.c-badge-success-light .c-badge-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-badge-success-light .c-badge-close:hover::before, .c-badge-success-light .c-badge-close:hover::after {
  background-color: #495057;
}

.c-badge-warning-light {
  color: #212529;
  background-color: #fff3bf;
}
.c-badge-warning-light .c-badge-close {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.c-badge-warning-light .c-badge-close::before, .c-badge-warning-light .c-badge-close::after {
  background-color: #495057;
}
.c-badge-warning-light .c-badge-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-badge-warning-light .c-badge-close:hover::before, .c-badge-warning-light .c-badge-close:hover::after {
  background-color: #495057;
}

.c-badge-danger-light {
  color: #212529;
  background-color: #ffe3e3;
}
.c-badge-danger-light .c-badge-close {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.c-badge-danger-light .c-badge-close::before, .c-badge-danger-light .c-badge-close::after {
  background-color: #495057;
}
.c-badge-danger-light .c-badge-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-badge-danger-light .c-badge-close:hover::before, .c-badge-danger-light .c-badge-close:hover::after {
  background-color: #495057;
}

.c-badge-cyan-light {
  color: #212529;
  background-color: #c5f6fa;
}
.c-badge-cyan-light .c-badge-close {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.c-badge-cyan-light .c-badge-close::before, .c-badge-cyan-light .c-badge-close::after {
  background-color: #495057;
}
.c-badge-cyan-light .c-badge-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-badge-cyan-light .c-badge-close:hover::before, .c-badge-cyan-light .c-badge-close:hover::after {
  background-color: #495057;
}

.c-badge-blue-light {
  color: #212529;
  background-color: #ccedff;
}
.c-badge-blue-light .c-badge-close {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.c-badge-blue-light .c-badge-close::before, .c-badge-blue-light .c-badge-close::after {
  background-color: #495057;
}
.c-badge-blue-light .c-badge-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-badge-blue-light .c-badge-close:hover::before, .c-badge-blue-light .c-badge-close:hover::after {
  background-color: #495057;
}

.c-badge-grape-light {
  color: #212529;
  background-color: #f3d9fa;
}
.c-badge-grape-light .c-badge-close {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.c-badge-grape-light .c-badge-close::before, .c-badge-grape-light .c-badge-close::after {
  background-color: #495057;
}
.c-badge-grape-light .c-badge-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-badge-grape-light .c-badge-close:hover::before, .c-badge-grape-light .c-badge-close:hover::after {
  background-color: #495057;
}

.c-badge-indigo-light {
  color: #212529;
  background-color: #dbe4ff;
}
.c-badge-indigo-light .c-badge-close {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.c-badge-indigo-light .c-badge-close::before, .c-badge-indigo-light .c-badge-close::after {
  background-color: #495057;
}
.c-badge-indigo-light .c-badge-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-badge-indigo-light .c-badge-close:hover::before, .c-badge-indigo-light .c-badge-close:hover::after {
  background-color: #495057;
}

.c-badge-lime-light {
  color: #212529;
  background-color: #e9fac8;
}
.c-badge-lime-light .c-badge-close {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.c-badge-lime-light .c-badge-close::before, .c-badge-lime-light .c-badge-close::after {
  background-color: #495057;
}
.c-badge-lime-light .c-badge-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-badge-lime-light .c-badge-close:hover::before, .c-badge-lime-light .c-badge-close:hover::after {
  background-color: #495057;
}

.c-badge-orange-light {
  color: #212529;
  background-color: #ffe8cc;
}
.c-badge-orange-light .c-badge-close {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.c-badge-orange-light .c-badge-close::before, .c-badge-orange-light .c-badge-close::after {
  background-color: #495057;
}
.c-badge-orange-light .c-badge-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-badge-orange-light .c-badge-close:hover::before, .c-badge-orange-light .c-badge-close:hover::after {
  background-color: #495057;
}

.c-badge-pink-light {
  color: #212529;
  background-color: #ffdeeb;
}
.c-badge-pink-light .c-badge-close {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.c-badge-pink-light .c-badge-close::before, .c-badge-pink-light .c-badge-close::after {
  background-color: #495057;
}
.c-badge-pink-light .c-badge-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-badge-pink-light .c-badge-close:hover::before, .c-badge-pink-light .c-badge-close:hover::after {
  background-color: #495057;
}

.c-badge-teal-light {
  color: #212529;
  background-color: #c3fae8;
}
.c-badge-teal-light .c-badge-close {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.c-badge-teal-light .c-badge-close::before, .c-badge-teal-light .c-badge-close::after {
  background-color: #495057;
}
.c-badge-teal-light .c-badge-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-badge-teal-light .c-badge-close:hover::before, .c-badge-teal-light .c-badge-close:hover::after {
  background-color: #495057;
}

.c-badge-violet-light {
  color: #212529;
  background-color: #e5dbff;
}
.c-badge-violet-light .c-badge-close {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.c-badge-violet-light .c-badge-close::before, .c-badge-violet-light .c-badge-close::after {
  background-color: #495057;
}
.c-badge-violet-light .c-badge-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-badge-violet-light .c-badge-close:hover::before, .c-badge-violet-light .c-badge-close:hover::after {
  background-color: #495057;
}

.c-badge-dark {
  color: #ffffff;
  background-color: #212529;
}

.c-badge-black {
  color: #ffffff;
  background-color: #000000;
}

.c-badge-cyan {
  color: #ffffff;
  background-color: #0b7285;
}

.c-badge-blue {
  color: #ffffff;
  background-color: #1862ab;
}

.c-badge-grape {
  color: #ffffff;
  background-color: #862e9c;
}

.c-badge-indigo {
  color: #ffffff;
  background-color: #364fc7;
}

.c-badge-lime {
  color: #ffffff;
  background-color: #5c940d;
}

.c-badge-orange {
  color: #ffffff;
  background-color: #d9480f;
}

.c-badge-pink {
  color: #ffffff;
  background-color: #a61e4d;
}

.c-badge-teal {
  color: #ffffff;
  background-color: #087f5b;
}

.c-badge-violet {
  color: #ffffff;
  background-color: #5f3dc4;
}

.c-badge-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-badge-group .c-badge {
  margin-bottom: 8px;
}
.c-badge-group .c-badge:not(:last-child) {
  margin-right: 8px;
}

.c-btn {
  outline: 0;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  position: relative;
  white-space: nowrap;
  color: #495057;
  text-decoration: none;
  display: inline-block;
  vertical-align: baseline;
  border-radius: 2px;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  height: 32px;
  padding: 0 16px;
  font-size: 12px;
  line-height: 30px;
}
.c-btn:active, .c-btn-active {
  background: #f1f3f5;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn:focus, .c-btn-focus {
  -webkit-box-shadow: 0 0 2px 1px #009697;
          box-shadow: 0 0 2px 1px #009697;
}
.c-btn-disabled, .c-btn-disabled:hover, .c-btn-disabled:focus, .c-btn-disabled:active, .c-btn.c-btn-disabled, .c-btn.c-btn-disabled:hover, .c-btn.c-btn-disabled:focus, .c-btn.c-btn-disabled:active, .c-btn[disabled], .c-btn[disabled]:hover, .c-btn[disabled]:focus, .c-btn[disabled]:active {
  color: #868e96;
  line-height: 1;
  background: #dee2e6;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  border: 1px solid #dee2e6;
}
.c-btn-primary {
  background: #008080;
  border-color: #055d57;
  color: #ffffff;
}
.c-btn-primary:focus, .c-btn-primary.c-btn-focus {
  -webkit-box-shadow: 0 0 0 0.15rem rgba(0, 128, 128, 0.5);
          box-shadow: 0 0 0 0.15rem rgba(0, 128, 128, 0.5);
}
.c-btn-primary:hover {
  background-color: #055d57;
  background-image: none;
}
.c-btn-primary:active, .c-btn-primary.c-btn-active {
  background: #055d57;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #055d57;
}
.c-btn-success {
  background: #2f9e44;
  border-color: #2b8a3e;
  color: #ffffff;
}
.c-btn-success:focus, .c-btn-success.c-btn-focus {
  -webkit-box-shadow: 0 0 0 0.15rem rgba(47, 158, 68, 0.5);
          box-shadow: 0 0 0 0.15rem rgba(47, 158, 68, 0.5);
}
.c-btn-success:hover {
  background-color: #37b24d;
  background-image: none;
}
.c-btn-success:active, .c-btn-success.c-btn-active {
  background: #2b8a3e;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #2b8a3e;
}
.c-btn-danger {
  background: #e03131;
  border-color: #c92a2a;
  color: #ffffff;
}
.c-btn-danger:focus, .c-btn-danger.c-btn-focus {
  -webkit-box-shadow: 0 0 0 0.15rem rgba(224, 49, 49, 0.5);
          box-shadow: 0 0 0 0.15rem rgba(224, 49, 49, 0.5);
}
.c-btn-danger:hover {
  background-color: #f03e3e;
  background-image: none;
}
.c-btn-danger:active, .c-btn-danger.c-btn-active {
  background: #c92a2a;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #c92a2a;
}
.c-btn-secondary, .c-btn-default {
  background: #f1f3f5;
  border-color: #ced4da;
  color: #343a40;
}
.c-btn-secondary:focus, .c-btn-default:focus, .c-btn-secondary.c-btn-focus, .c-btn-focus.c-btn-default {
  -webkit-box-shadow: 0 0 0 0.15rem rgba(241, 243, 245, 0.5);
          box-shadow: 0 0 0 0.15rem rgba(241, 243, 245, 0.5);
}
.c-btn-secondary:hover, .c-btn-default:hover {
  background-color: #e9ecef;
  background-image: none;
}
.c-btn-secondary:active, .c-btn-default:active, .c-btn-secondary.c-btn-active, .c-btn-active.c-btn-default {
  background: #e9ecef;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ced4da;
}
.c-btn-xs {
  height: 16px;
  padding: 0 4px;
  font-size: 10px;
  line-height: 14px;
}
.c-btn-sm {
  height: 24px;
  padding: 0 8px;
  font-size: 11px;
  line-height: 22px;
}
.c-btn-lg {
  height: 40px;
  padding: 0 32px;
  font-size: 14px;
  line-height: 38px;
}

.c-btn-link {
  outline: 0;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  position: relative;
  white-space: nowrap;
  color: #495057;
  text-decoration: none;
  display: inline-block;
  vertical-align: baseline;
  border-radius: 2px;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #495057;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent;
  font-weight: 700;
  height: 32px;
  padding: 0 16px;
  font-size: 12px;
  line-height: 30px;
}
.c-btn-link:hover {
  border: 1px solid #ced4da;
  background-color: #f8f9fa;
}
.c-btn-link:active {
  background: #f1f3f5;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ced4da;
  color: #055d57;
}
.c-btn-link.c-btn-disabled, .c-btn-link.c-btn-disabled:hover, .c-btn-link.c-btn-disabled:focus, .c-btn-link.c-btn-disabled:active, .c-btn-link-disabled, .c-btn-link-disabled:hover, .c-btn-link-disabled:focus, .c-btn-link-disabled:active, .c-btn-link[disabled], .c-btn-link[disabled]:hover, .c-btn-link[disabled]:focus, .c-btn-link[disabled]:active {
  background: transparent;
  color: #868e96;
  line-height: 1;
  border-color: transparent;
  cursor: not-allowed;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn-link-xs {
  height: 16px;
  padding: 0 4px;
  font-size: 10px;
  line-height: 14px;
}
.c-btn-link-sm {
  height: 24px;
  padding: 0 8px;
  font-size: 11px;
  line-height: 22px;
}
.c-btn-link-lg {
  height: 40px;
  padding: 0 32px;
  font-size: 14px;
  line-height: 38px;
}
.c-btn-link-primary {
  color: #008080;
}
.c-btn-link-primary:active {
  color: #008080;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn-link-success {
  color: #2f9e44;
}
.c-btn-link-success:active {
  color: #2f9e44;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn-link-warning {
  color: #f08c00;
}
.c-btn-link-warning:active {
  color: #f08c00;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn-link-danger {
  color: #e03131;
}
.c-btn-link-danger:active {
  color: #e03131;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn-link-accent {
  color: #008080;
}
.c-btn-link-accent:active {
  color: #008080;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-btn-primary-outline {
  color: #008080;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 1px solid #008080;
}
.c-btn-primary-outline.c-btn-outline-active {
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn-primary-outline:not(:disabled):hover {
  color: #ffffff;
  background-color: #008080;
  border-color: #008080;
}
.c-btn-primary-outline:not(:disabled):active, .c-btn-primary-outline:not(:disabled).c-btn-active {
  background: #008080;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.c-btn-success-outline {
  color: #2f9e44;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 1px solid #2f9e44;
}
.c-btn-success-outline.c-btn-outline-active {
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn-success-outline:not(:disabled):hover {
  color: #ffffff;
  background-color: #2f9e44;
  border-color: #2f9e44;
}
.c-btn-success-outline:not(:disabled):active, .c-btn-success-outline:not(:disabled).c-btn-active {
  background: #2f9e44;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.c-btn-warning-outline {
  color: #f08c00;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 1px solid #f08c00;
}
.c-btn-warning-outline.c-btn-outline-active {
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn-warning-outline:not(:disabled):hover {
  color: #ffffff;
  background-color: #f08c00;
  border-color: #f08c00;
}
.c-btn-warning-outline:not(:disabled):active, .c-btn-warning-outline:not(:disabled).c-btn-active {
  background: #f08c00;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.c-btn-danger-outline {
  color: #e03131;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 1px solid #e03131;
}
.c-btn-danger-outline.c-btn-outline-active {
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn-danger-outline:not(:disabled):hover {
  color: #ffffff;
  background-color: #e03131;
  border-color: #e03131;
}
.c-btn-danger-outline:not(:disabled):active, .c-btn-danger-outline:not(:disabled).c-btn-active {
  background: #e03131;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.c-btn-accent-outline {
  color: #008080;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 1px solid #008080;
}
.c-btn-accent-outline.c-btn-outline-active {
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn-accent-outline:not(:disabled):hover {
  color: #ffffff;
  background-color: #008080;
  border-color: #008080;
}
.c-btn-accent-outline:not(:disabled):active, .c-btn-accent-outline:not(:disabled).c-btn-active {
  background: #008080;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.c-btn-default-outline,
.c-btn-secondary-outline {
  color: #495057;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 1px solid #495057;
}
.c-btn-default-outline.c-btn-outline-active,
.c-btn-secondary-outline.c-btn-outline-active {
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn-default-outline:not(:disabled):hover,
.c-btn-secondary-outline:not(:disabled):hover {
  color: #ffffff;
  background-color: #495057;
  border-color: #495057;
}
.c-btn-default-outline:not(:disabled):active, .c-btn-default-outline:not(:disabled).c-btn-active,
.c-btn-secondary-outline:not(:disabled):active,
.c-btn-secondary-outline:not(:disabled).c-btn-active {
  background: #495057;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.c-btn-circle {
  border-radius: 50px;
}

.c-btn-icon,
.c-btn-circle,
.c-btn-box {
  width: 32px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.c-btn-icon.c-btn-xs,
.c-btn-circle.c-btn-xs,
.c-btn-box.c-btn-xs {
  width: 16px;
}
.c-btn-icon.c-btn-sm,
.c-btn-circle.c-btn-sm,
.c-btn-box.c-btn-sm {
  width: 24px;
}
.c-btn-icon.c-btn-lg,
.c-btn-circle.c-btn-lg,
.c-btn-box.c-btn-lg {
  width: 40px;
}

.c-btn-icon {
  background: transparent;
  border: 1px solid transparent;
  color: #adb5bd;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-btn-icon:hover {
  color: #009697;
  background-color: #f1f3f5;
  border: 1px solid #ced4da;
}
.c-btn-icon-primary:hover {
  color: #008080;
}
.c-btn-icon-success:hover {
  color: #2f9e44;
}
.c-btn-icon-warning:hover {
  color: #f08c00;
}
.c-btn-icon-danger:hover {
  color: #e03131;
}
.c-btn-icon-accent:hover {
  color: #008080;
}

.c-btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.c-btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-btn-group .c-btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-left-width: 0;
}
.c-btn-group > :not(:first-child):not(:last-child) > .c-btn,
.c-btn-group > .c-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.c-btn-group > :first-child > .c-btn,
.c-btn-group > .c-btn:first-child {
  border-left-width: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.c-btn-group > :last-child > .c-btn,
.c-btn-group > .c-btn:last-child {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.c-btn-group > :last-child > .c-btn:hover,
.c-btn-group > .c-btn:last-child:hover {
  margin-right: 0;
}
.c-btn-group > :last-child > .c-btn.selected, .c-btn-group > :last-child > .c-btn:focus, .c-btn-group > :last-child > .c-btn:active, .c-btn-group > :last-child > .c-btn:hover,
.c-btn-group > .c-btn:last-child.selected,
.c-btn-group > .c-btn:last-child:focus,
.c-btn-group > .c-btn:last-child:active,
.c-btn-group > .c-btn:last-child:hover {
  border-right-width: 1px;
}
.c-btn-group-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-btn-group-vertical .c-btn {
  margin-top: -1px;
}
.c-btn-group-vertical .c-btn:first-child:not(:only-child) {
  margin-top: 0;
}
.c-btn-group-vertical .c-btn:first-child:not(:only-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.c-btn-group-vertical .c-btn:last-child:not(:only-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.c-btn-group-vertical .c-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.c-btn-group-xs .c-btn-box {
  width: 16px;
  height: 16px;
  text-align: center;
}

.c-btn-group-sm .c-btn-box {
  width: 24px;
  height: 24px;
  text-align: center;
}

.c-btn-group-lg .c-btn-box {
  width: 40px;
  height: 40px;
  text-align: center;
}

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

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
.c-breadcrumb-item {
  margin-right: 32px;
}
.c-breadcrumb-item a {
  font-weight: bold;
  color: #008080;
  font-size: 12px;
  line-height: 16px;
}
.c-breadcrumb-item a:hover {
  color: #00a4a4;
}
.c-breadcrumb-item-active, .c-breadcrumb-item-active a {
  margin-right: 0;
  color: #212529;
}
.c-breadcrumb-item-active::after, .c-breadcrumb-item-active a::after {
  content: "";
  display: none;
  position: absolute;
  margin-right: 0;
}
.c-breadcrumb-item::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 8px;
  margin-top: 8px/2;
  border-top: solid 2px #dee2e6;
  border-right: solid 2px #dee2e6;
}

.c-breadcrumb .c-btn {
  margin-right: 32px;
}
.c-breadcrumb .c-btn::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-top: 8px;
  margin-left: 16px;
  border-top: solid 2px #dee2e6;
  border-right: solid 2px #dee2e6;
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 1px solid #e9ecef;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #495057;
  -webkit-box-shadow: 0 2px 4px -2px rgba(33, 37, 41, 0.1);
          box-shadow: 0 2px 4px -2px rgba(33, 37, 41, 0.1);
  background-color: #ffffff;
  min-width: 0;
  background-clip: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border-radius: 2px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.c-card-hover:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 6px 8px -2px rgba(33, 37, 41, 0.1);
          box-shadow: 0 6px 8px -2px rgba(33, 37, 41, 0.1);
  border: 1px solid #ced4da;
}
.c-card-header {
  border-bottom: 1px solid #e9ecef;
  padding: 12px 16px;
  border-radius: 2px 2px 0 0;
}
.c-card-header-title {
  display: inline-block;
  color: #212529;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.c-card-header-subtitle {
  display: block;
  font-size: 12px;
  line-height: 12px;
}
.c-card-header-subtitle + .c-card-header-menu {
  height: 60px;
}
.c-card-header-menu {
  top: 0;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 16px;
  height: 48px;
}
.c-card-header-menu > * {
  margin: auto 12px;
}
.c-card-header-menu > *:last-child {
  margin-right: 0;
}
.c-card-header-menu .c-btn {
  margin: auto 4px;
}
.c-card-header-menu .c-btn:last-child {
  margin-right: 0;
}
.c-card-header-menu-item {
  padding-left: 4px;
}
.c-card-header-menu-icon {
  font-size: 16px;
  color: #adb5bd;
}
.c-card-header-menu-icon:hover {
  color: #008080;
}
.c-card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 12px 16px;
}
.c-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e9ecef;
  padding: 12px 16px;
  border-radius: 0 0 2px 2px;
}
.c-card-footer a:not(.c-btn), .c-card-footer-link {
  text-decoration: underline;
  color: #008080;
  font-size: 12px;
  line-height: 16px;
}
.c-card-footer a:not(.c-btn):hover, .c-card-footer-link:hover {
  color: #004d4d;
}
.c-card-footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 16px;
}
.c-card-footer-item-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-card-footer-item-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-card-footer-item-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-card-group .c-card {
  margin-bottom: 12px;
}
.c-card-group.c-card-group-collapsed > .c-card {
  margin-bottom: 0;
  border-radius: 0;
}
.c-card-group.c-card-group-collapsed > .c-card:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.c-card-group.c-card-group-collapsed > .c-card:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 0;
}
.c-card-group.c-card-group-collapsed > .c-card + .c-card {
  border-top: 0;
}
.c-card-group-collapsed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-card-group-collapsed > .c-card {
  border-radius: 0;
}
.c-card-group-collapsed > .c-card:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.c-card-group-collapsed > .c-card:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

@media (min-width: 576px) {
  .c-card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  .c-card-group .c-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 12px;
    margin-left: 12px;
  }
  .c-card-group.c-card-group-collapsed {
    margin-right: 0;
    margin-left: 0;
  }
  .c-card-group.c-card-group-collapsed > .c-card {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .c-card-group.c-card-group-collapsed > .c-card:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px;
  }
  .c-card-group.c-card-group-collapsed > .c-card:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 2px;
  }
  .c-card-group.c-card-group-collapsed > .c-card + .c-card {
    border-left: 0;
    border-top: 1px solid #e9ecef;
  }
  .c-card-group-collapsed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .c-card-group-collapsed > .c-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .c-card-group-collapsed > .c-card + .c-card {
    margin-left: 0;
    border-left: 0;
  }
}
.c-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  min-width: 16px;
  line-height: 15px;
}
.c-checkbox[disabled] label {
  cursor: not-allowed;
  color: #adb5bd;
}
.c-checkbox input {
  left: 0;
  opacity: 0;
  z-index: 1;
  bottom: -1px;
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
}
.c-checkbox input:indeterminate + label::before {
  background: #ffffff;
  border: 1px solid #999999;
}
.c-checkbox input:indeterminate + label::after {
  top: 48%;
  left: 3px;
  width: 10px;
  content: "";
  height: 2px;
  position: absolute;
  background: #008080;
  border-radius: 2px;
}
.c-checkbox input:checked + label::after, .c-checkbox input:checked[disabled] + label::after {
  content: " ";
  position: absolute;
  color: #008080;
  top: 2px;
  left: 5px;
  width: 6px;
  height: 10px;
  border-top: 0;
  border-left: 0;
  display: table-cell;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid;
}
.c-checkbox input:checked + label::before {
  border-color: #999999;
  background-color: #ffffff;
}
.c-checkbox input[disabled] + label::before {
  cursor: not-allowed;
  background: #eeeeee;
  border-color: #cccccc;
}
.c-checkbox input:checked[disabled] + label::before {
  cursor: not-allowed;
  opacity: 0.5;
}
.c-checkbox input:checked[disabled] + label::after {
  opacity: 0.5;
}
.c-checkbox label {
  cursor: pointer;
  display: inherit;
  position: relative;
  font-size: 12px;
  font-weight: 400;
}
.c-checkbox label::before {
  left: 0;
  content: " ";
  position: relative;
  border: 1px solid #999999;
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border-radius: 2px;
}
.c-checkbox label:empty::before {
  margin-right: 0;
}
.c-checkbox:hover label::before {
  border-color: #212529;
}
.c-checkbox.c-checkbox-primary input:checked + label::before {
  border-color: #008080;
}
.c-checkbox.c-checkbox-primary input:checked + label::after {
  border-color: #008080;
  color: #008080;
}
.c-checkbox.c-checkbox-primary input:indeterminate + label::before {
  background: #008080;
  border: 1px solid #008080;
}
.c-checkbox.c-checkbox-primary input:checked[disabled] + label {
  cursor: not-allowed;
  color: #adb5bd;
}
.c-checkbox.c-checkbox-primary input:checked[disabled] + label::before {
  cursor: not-allowed;
  border-color: #868e96;
  background-color: #868e96;
}
.c-checkbox.c-checkbox-success input:checked + label::before {
  border-color: #2f9e44;
}
.c-checkbox.c-checkbox-success input:checked + label::after {
  border-color: #2f9e44;
  color: #2f9e44;
}
.c-checkbox.c-checkbox-success input:indeterminate + label::before {
  background: #2f9e44;
  border: 1px solid #2f9e44;
}
.c-checkbox.c-checkbox-success input:checked[disabled] + label {
  cursor: not-allowed;
  color: #adb5bd;
}
.c-checkbox.c-checkbox-success input:checked[disabled] + label::before {
  cursor: not-allowed;
  border-color: #868e96;
  background-color: #868e96;
}
.c-checkbox.c-checkbox-warning input:checked + label::before {
  border-color: #f08c00;
}
.c-checkbox.c-checkbox-warning input:checked + label::after {
  border-color: #f08c00;
  color: #f08c00;
}
.c-checkbox.c-checkbox-warning input:indeterminate + label::before {
  background: #f08c00;
  border: 1px solid #f08c00;
}
.c-checkbox.c-checkbox-warning input:checked[disabled] + label {
  cursor: not-allowed;
  color: #adb5bd;
}
.c-checkbox.c-checkbox-warning input:checked[disabled] + label::before {
  cursor: not-allowed;
  border-color: #868e96;
  background-color: #868e96;
}
.c-checkbox.c-checkbox-danger input:checked + label::before {
  border-color: #e03131;
}
.c-checkbox.c-checkbox-danger input:checked + label::after {
  border-color: #e03131;
  color: #e03131;
}
.c-checkbox.c-checkbox-danger input:indeterminate + label::before {
  background: #e03131;
  border: 1px solid #e03131;
}
.c-checkbox.c-checkbox-danger input:checked[disabled] + label {
  cursor: not-allowed;
  color: #adb5bd;
}
.c-checkbox.c-checkbox-danger input:checked[disabled] + label::before {
  cursor: not-allowed;
  border-color: #868e96;
  background-color: #868e96;
}
.c-checkbox.c-checkbox-accent input:checked + label::before {
  border-color: #008080;
}
.c-checkbox.c-checkbox-accent input:checked + label::after {
  border-color: #008080;
  color: #008080;
}
.c-checkbox.c-checkbox-accent input:indeterminate + label::before {
  background: #008080;
  border: 1px solid #008080;
}
.c-checkbox.c-checkbox-accent input:checked[disabled] + label {
  cursor: not-allowed;
  color: #adb5bd;
}
.c-checkbox.c-checkbox-accent input:checked[disabled] + label::before {
  cursor: not-allowed;
  border-color: #868e96;
  background-color: #868e96;
}
.c-checkbox.c-checkbox-lg {
  height: 24px;
  min-width: 24px;
  line-height: 23px;
}
.c-checkbox.c-checkbox-lg input {
  width: 24px;
  height: 24px;
}
.c-checkbox.c-checkbox-lg input:checked + label::after, .c-checkbox.c-checkbox-lg input:checked[disabled] + label::after {
  top: 4px;
  left: 8px;
  width: 8px;
  height: 14px;
}
.c-checkbox.c-checkbox-lg label {
  font-size: 20px;
}
.c-checkbox.c-checkbox-lg label:empty::before {
  margin-right: 0;
}
.c-checkbox.c-checkbox-lg label::before {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.c-checkbox.c-checkbox-xl {
  height: 32px;
  min-width: 32px;
  line-height: 31px;
}
.c-checkbox.c-checkbox-xl input {
  width: 32px;
  height: 32px;
}
.c-checkbox.c-checkbox-xl input:checked + label::after, .c-checkbox.c-checkbox-xl input:checked[disabled] + label::after {
  top: 5px;
  left: 11px;
  width: 11px;
  height: 18px;
  border-right: 3px solid;
  border-bottom: 3px solid;
}
.c-checkbox.c-checkbox-xl label {
  font-size: 28px;
}
.c-checkbox.c-checkbox-xl label:empty::before {
  margin-right: 0;
}
.c-checkbox.c-checkbox-xl label::before {
  width: 32px;
  height: 32px;
  margin-right: 11px;
}

.c-radio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  min-width: 16px;
  line-height: 15px;
}
.c-radio[disabled] label {
  cursor: not-allowed;
  color: #adb5bd;
}
.c-radio input {
  left: 0;
  opacity: 0;
  z-index: 1;
  bottom: -1px;
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
}
.c-radio input:checked + label::after, .c-radio input:checked[disabled] + label::after {
  content: " ";
  position: absolute;
  color: #008080;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  display: table;
  border-radius: 50px;
  background-color: #008080;
}
.c-radio input:checked + label::before {
  border-color: #999999;
  background-color: #ffffff;
}
.c-radio input[disabled] + label::before {
  cursor: not-allowed;
  background: #eeeeee;
  border-color: #cccccc;
}
.c-radio input:checked[disabled] + label::before {
  cursor: not-allowed;
  opacity: 0.5;
}
.c-radio input:checked[disabled] + label::after {
  opacity: 0.5;
}
.c-radio label {
  cursor: pointer;
  display: inherit;
  position: relative;
  font-size: 12px;
  font-weight: 400;
}
.c-radio label::before {
  left: 0;
  content: " ";
  position: relative;
  border: 1px solid #999999;
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border-radius: 200px;
}
.c-radio label:empty::before {
  margin-right: 0;
}
.c-radio:hover label::before {
  border-color: #212529;
}
.c-radio.c-radio-primary input:checked + label::before {
  border-color: #008080;
  color: #008080;
}
.c-radio.c-radio-primary input:checked + label::after {
  background-color: #008080;
}
.c-radio.c-radio-primary input:checked[disabled] + label {
  cursor: not-allowed;
  color: #adb5bd;
}
.c-radio.c-radio-primary input:checked[disabled] + label::before {
  cursor: not-allowed;
  border-color: #868e96;
  background-color: #868e96;
}
.c-radio.c-radio-success input:checked + label::before {
  border-color: #2f9e44;
  color: #2f9e44;
}
.c-radio.c-radio-success input:checked + label::after {
  background-color: #2f9e44;
}
.c-radio.c-radio-success input:checked[disabled] + label {
  cursor: not-allowed;
  color: #adb5bd;
}
.c-radio.c-radio-success input:checked[disabled] + label::before {
  cursor: not-allowed;
  border-color: #868e96;
  background-color: #868e96;
}
.c-radio.c-radio-warning input:checked + label::before {
  border-color: #f08c00;
  color: #f08c00;
}
.c-radio.c-radio-warning input:checked + label::after {
  background-color: #f08c00;
}
.c-radio.c-radio-warning input:checked[disabled] + label {
  cursor: not-allowed;
  color: #adb5bd;
}
.c-radio.c-radio-warning input:checked[disabled] + label::before {
  cursor: not-allowed;
  border-color: #868e96;
  background-color: #868e96;
}
.c-radio.c-radio-danger input:checked + label::before {
  border-color: #e03131;
  color: #e03131;
}
.c-radio.c-radio-danger input:checked + label::after {
  background-color: #e03131;
}
.c-radio.c-radio-danger input:checked[disabled] + label {
  cursor: not-allowed;
  color: #adb5bd;
}
.c-radio.c-radio-danger input:checked[disabled] + label::before {
  cursor: not-allowed;
  border-color: #868e96;
  background-color: #868e96;
}
.c-radio.c-radio-accent input:checked + label::before {
  border-color: #008080;
  color: #008080;
}
.c-radio.c-radio-accent input:checked + label::after {
  background-color: #008080;
}
.c-radio.c-radio-accent input:checked[disabled] + label {
  cursor: not-allowed;
  color: #adb5bd;
}
.c-radio.c-radio-accent input:checked[disabled] + label::before {
  cursor: not-allowed;
  border-color: #868e96;
  background-color: #868e96;
}
.c-radio.c-radio-lg {
  height: 24px;
  min-width: 24px;
  line-height: 23px;
}
.c-radio.c-radio-lg input {
  width: 24px;
  height: 24px;
}
.c-radio.c-radio-lg input:checked + label::after, .c-radio.c-radio-lg input:checked[disabled] + label::after {
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
}
.c-radio.c-radio-lg label {
  font-size: 20px;
}
.c-radio.c-radio-lg label:empty::before {
  margin-right: 0;
}
.c-radio.c-radio-lg label::before {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.c-radio.c-radio-xl {
  height: 32px;
  min-width: 32px;
  line-height: 31px;
}
.c-radio.c-radio-xl input {
  width: 32px;
  height: 32px;
}
.c-radio.c-radio-xl input:checked + label::after, .c-radio.c-radio-xl input:checked[disabled] + label::after {
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
}
.c-radio.c-radio-xl label {
  font-size: 28px;
}
.c-radio.c-radio-xl label:empty::before {
  margin-right: 0;
}
.c-radio.c-radio-xl label::before {
  width: 32px;
  height: 32px;
  margin-right: 11px;
}

.c-dropdown {
  overflow: visible;
  position: relative;
  display: inline-block;
}
.c-dropdown-right {
  float: right;
}
.c-dropdown-divider {
  border-top: 1px solid #e9ecef;
  margin: 4px -4px;
}
.c-dropdown-list {
  top: 0;
  left: 0;
  display: none;
  position: absolute;
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #212529;
  border: 1px solid #e9ecef;
  background: #ffffff;
  z-index: 1700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 0 6px 8px -2px rgba(33, 37, 41, 0.1);
          box-shadow: 0 6px 8px -2px rgba(33, 37, 41, 0.1);
  margin: 0;
  min-width: 200px;
  padding: 4px;
  border-radius: 2px;
}
.c-dropdown-list-right {
  right: 0;
  left: auto;
}
.c-dropdown-list-below {
  top: 110%;
  border-radius: 2px;
}
.c-dropdown-list-above {
  top: auto;
  bottom: 110%;
  margin-bottom: 0;
  border-radius: 2px;
}
.c-dropdown-list .c-dropdown-heading {
  display: block;
  text-decoration: none;
  color: #212529;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 12px;
}
.c-dropdown-list .c-dropdown-icon {
  color: #ced4da;
  font-size: 14px;
  padding-right: 8px;
}
.c-dropdown-list li a,
.c-dropdown-list .c-dropdown-item {
  display: block;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
  font-size: 12px;
  padding: 8px 12px;
  font-weight: 400;
}
.c-dropdown-list li a .c-checkbox,
.c-dropdown-list .c-dropdown-item .c-checkbox {
  margin-top: -2px;
  margin-right: 4px;
}
.c-dropdown-list li a:hover,
.c-dropdown-list .c-dropdown-item:hover {
  text-decoration: none;
  background: #f1f3f5;
}
.c-dropdown-list li a[disabled], .c-dropdown-list li a-disabled,
.c-dropdown-list .c-dropdown-item[disabled],
.c-dropdown-list .c-dropdown-item-disabled {
  cursor: not-allowed;
  color: #868e96;
  background-color: #dee2e6;
}
.c-dropdown-list li a-selected,
.c-dropdown-list .c-dropdown-item-selected {
  font-weight: bold;
  color: #212529;
  background: #f8f9fa;
}
.c-dropdown-list li a-selected::after,
.c-dropdown-list .c-dropdown-item-selected::after {
  content: "";
  width: 6px;
  right: 20px;
  height: 10px;
  position: absolute;
  border-style: solid;
  top: calc(50% - 2px);
  border-width: 0 2px 2px 0;
  border-color: #212529;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.c-dropdown-list li a-selected .c-dropdown-icon,
.c-dropdown-list .c-dropdown-item-selected .c-dropdown-icon {
  color: #212529;
}
.c-dropdown-list li a:not([class*=primary]):not([class*=accent]):not([class*=success]):not([class*=warning]):not([class*=danger]):not(.c-text-muted),
.c-dropdown-list .c-dropdown-item:not([class*=primary]):not([class*=accent]):not([class*=success]):not([class*=warning]):not([class*=danger]):not(.c-text-muted) {
  color: #212529;
}
.c-dropdown-list li a:not([class*=primary]):not([class*=accent]):not([class*=success]):not([class*=warning]):not([class*=danger]):not(.c-text-muted):hover,
.c-dropdown-list .c-dropdown-item:not([class*=primary]):not([class*=accent]):not([class*=success]):not([class*=warning]):not([class*=danger]):not(.c-text-muted):hover {
  color: #212529;
}

.c-dropdown-grid {
  top: 110%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  list-style: none;
  position: absolute;
  color: #212529;
  border: 1px solid #e9ecef;
  z-index: 1700;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 8px -2px rgba(33, 37, 41, 0.1);
          box-shadow: 0 6px 8px -2px rgba(33, 37, 41, 0.1);
  background-color: #ffffff;
  font-size: 12px;
  border-radius: 2px;
  padding: 8px;
  width: 300px;
}
.c-dropdown-grid .c-dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #212529;
  padding: 16px 0;
}
.c-dropdown-grid .c-dropdown-item .c-dropdown-icon {
  color: #ced4da;
  font-size: 14px;
  padding: 0 8px 8px;
}
.c-dropdown-grid .c-dropdown-item:hover {
  background: #f1f3f5;
  color: #212529;
}
.c-dropdown-grid .c-dropdown-item:hover .c-dropdown-icon {
  color: #212529;
}
.c-dropdown-grid .c-dropdown-item-selected {
  font-weight: bold;
  background: #f1f3f5;
  color: #212529;
}
.c-dropdown-grid .c-dropdown-item-selected .c-dropdown-icon {
  color: #212529;
}
.c-dropdown-grid-col-2 {
  width: 200px;
}
.c-dropdown-grid-col-2 .c-dropdown-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.c-dropdown-grid-col-4 {
  width: 400px;
}
.c-dropdown-grid-col-4 li a,
.c-dropdown-grid-col-4 .c-dropdown-item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.c-dropdown-grid-right {
  right: 0;
  left: auto;
  position: absolute;
  min-width: 200px;
}

.c-file-upload {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #008080;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 700;
  border: 2px dashed #008080;
  background: rgba(223, 247, 246, 0.8);
}
.c-file-upload .c-btn {
  margin-left: 8px;
}

.c-input {
  outline: 0;
  width: 100%;
  display: block;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #212529;
  border: 1px solid #adb5bd;
  height: 32px;
  -webkit-box-shadow: inset 0 2px 2px 0 rgba(33, 37, 41, 0.1);
          box-shadow: inset 0 2px 2px 0 rgba(33, 37, 41, 0.1);
  font-size: 12px;
  -webkit-transition: border-color 0.1s ease-in;
  transition: border-color 0.1s ease-in;
  font-weight: 400;
  line-height: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  padding: 0 8px;
  border-radius: 2px;
  background-color: #ffffff;
}
.c-input::-ms-clear {
  display: none;
}
.c-input::-webkit-input-placeholder {
  color: #adb5bd;
  -webkit-transition: border-color 0.1s ease-in;
  transition: border-color 0.1s ease-in;
}
.c-input::-moz-placeholder {
  color: #adb5bd;
  -moz-transition: border-color 0.1s ease-in;
  transition: border-color 0.1s ease-in;
}
.c-input:-ms-input-placeholder {
  color: #adb5bd;
  -ms-transition: border-color 0.1s ease-in;
  transition: border-color 0.1s ease-in;
}
.c-input::-ms-input-placeholder {
  color: #adb5bd;
  -ms-transition: border-color 0.1s ease-in;
  transition: border-color 0.1s ease-in;
}
.c-input::placeholder {
  color: #adb5bd;
  -webkit-transition: border-color 0.1s ease-in;
  transition: border-color 0.1s ease-in;
}
.c-input:hover, .c-input.c-input-hover {
  border-color: #868e96;
}
.c-input:hover::-webkit-input-placeholder, .c-input.c-input-hover::-webkit-input-placeholder {
  color: #adb5bd;
}
.c-input:hover::-moz-placeholder, .c-input.c-input-hover::-moz-placeholder {
  color: #adb5bd;
}
.c-input:hover:-ms-input-placeholder, .c-input.c-input-hover:-ms-input-placeholder {
  color: #adb5bd;
}
.c-input:hover::-ms-input-placeholder, .c-input.c-input-hover::-ms-input-placeholder {
  color: #adb5bd;
}
.c-input:hover::placeholder, .c-input.c-input-hover::placeholder {
  color: #adb5bd;
}
.c-input:focus, .c-input.c-input-focus {
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(33, 37, 41, 0.08);
          box-shadow: inset 0 1px 2px 0 rgba(33, 37, 41, 0.08);
  border-color: #008080;
}
.c-input:focus-within {
  border-color: #008080;
}
.c-input[disabled], .c-input[disabled]:hover, .c-input-disabled, .c-input-disabled:hover {
  cursor: not-allowed;
  color: #868e96;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  background-color: #dee2e6;
}
.c-input[disabled]::-webkit-input-placeholder, .c-input[disabled]:hover::-webkit-input-placeholder, .c-input-disabled::-webkit-input-placeholder, .c-input-disabled:hover::-webkit-input-placeholder {
  color: #868e96;
}
.c-input[disabled]::-moz-placeholder, .c-input[disabled]:hover::-moz-placeholder, .c-input-disabled::-moz-placeholder, .c-input-disabled:hover::-moz-placeholder {
  color: #868e96;
}
.c-input[disabled]:-ms-input-placeholder, .c-input[disabled]:hover:-ms-input-placeholder, .c-input-disabled:-ms-input-placeholder, .c-input-disabled:hover:-ms-input-placeholder {
  color: #868e96;
}
.c-input[disabled]::-ms-input-placeholder, .c-input[disabled]:hover::-ms-input-placeholder, .c-input-disabled::-ms-input-placeholder, .c-input-disabled:hover::-ms-input-placeholder {
  color: #868e96;
}
.c-input[disabled]::placeholder, .c-input[disabled]:hover::placeholder, .c-input-disabled::placeholder, .c-input-disabled:hover::placeholder {
  color: #868e96;
}
.c-input[disabled] ~ .c-input-icon, .c-input-disabled ~ .c-input-icon {
  color: transparent;
}
.c-input-inline {
  width: auto;
  display: inline;
}
.c-input-container {
  position: relative;
}
.c-input-right-icon {
  padding-right: 32px;
}
.c-input-icon + .c-input {
  padding-left: 32px;
}
.c-input-label {
  width: 100%;
  display: block;
  color: #212529;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

.c-input-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 8px;
  color: #212529;
}
.c-input ~ .c-input-icon {
  left: auto;
  right: 8px;
}
.c-input ~ .c-input-icon-lg {
  right: 16px;
}

.c-input-icon-sm {
  font-size: 11px;
  left: 7px;
  top: 7px;
  bottom: 7px;
}
.c-input-icon-sm + .c-input {
  padding-left: 24px;
}

.c-input-icon-lg {
  font-size: 16px;
  left: 12px;
  top: 12px;
  bottom: 12px;
}
.c-input-icon-lg + .c-input {
  padding-left: 40px;
}

textarea.c-input {
  height: auto;
  padding-top: 8px;
}

.c-input-primary, .c-input-primary:hover {
  border-color: #008080;
}
.c-input-primary:focus {
  border-color: #008080;
}
.c-input-primary ~ .c-input-icon {
  color: #008080;
}

.c-input-success, .c-input-success:hover {
  border-color: #2f9e44;
}
.c-input-success:focus {
  border-color: #008080;
}
.c-input-success ~ .c-input-icon {
  color: #2f9e44;
}

.c-input-warning, .c-input-warning:hover {
  border-color: #f08c00;
}
.c-input-warning:focus {
  border-color: #008080;
}
.c-input-warning ~ .c-input-icon {
  color: #f08c00;
}

.c-input-danger, .c-input-error, .c-input-danger:hover {
  border-color: #e03131;
}
.c-input-danger:focus, .c-input-error:focus {
  border-color: #008080;
}
.c-input-danger ~ .c-input-icon, .c-input-error ~ .c-input-icon {
  color: #e03131;
}

.c-input-accent, .c-input-accent:hover {
  border-color: #008080;
}
.c-input-accent:focus {
  border-color: #008080;
}
.c-input-accent ~ .c-input-icon {
  color: #008080;
}

.c-input-sm {
  font-size: 11px;
  height: 24px;
  padding: 0 8px;
}

.c-input-label-sm {
  font-size: 11px;
}

.c-input-lg {
  font-size: 16px;
  height: 40px;
  padding: 0 8px;
}

.c-input-label-lg {
  font-size: 16px;
}

.c-input-addon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #adb5bd;
  font-size: 12px;
  padding: 0 8px;
  background-color: #f8f9fa;
}
.c-input-addon:first-child {
  border-radius: 2px 0 0 2px;
}
.c-input-addon:last-child {
  margin-right: 0;
  border-left: 0;
  border-radius: 0 2px 2px 0;
}

.c-fieldset, .c-fieldset.c-list {
  display: block;
  width: 100%;
  margin: 16px 0;
  padding: 0;
  border: 0;
}
.c-fieldset-legend {
  width: 100%;
  display: block;
  color: #212529;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  padding: 0.3em 0;
}
.c-fieldset:disabled .c-input, .c-fieldset-disabled .c-input {
  cursor: not-allowed;
  color: #868e96;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  background-color: #dee2e6;
}
.c-fieldset:disabled .c-input::-webkit-input-placeholder, .c-fieldset-disabled .c-input::-webkit-input-placeholder {
  color: #868e96;
}
.c-fieldset:disabled .c-input::-moz-placeholder, .c-fieldset-disabled .c-input::-moz-placeholder {
  color: #868e96;
}
.c-fieldset:disabled .c-input:-ms-input-placeholder, .c-fieldset-disabled .c-input:-ms-input-placeholder {
  color: #868e96;
}
.c-fieldset:disabled .c-input::-ms-input-placeholder, .c-fieldset-disabled .c-input::-ms-input-placeholder {
  color: #868e96;
}
.c-fieldset:disabled .c-input::placeholder, .c-fieldset-disabled .c-input::placeholder {
  color: #868e96;
}

.c-hint {
  opacity: 0;
  display: block;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  pointer-events: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  color: #868e96;
  padding-top: 8px;
  font-size: 85%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-hint-static, .c-input:focus ~ .c-hint {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.c-hint-primary {
  color: #008080;
}
.c-hint-success {
  color: #2f9e44;
}
.c-hint-warning {
  color: #f08c00;
}
.c-hint-danger {
  color: #e03131;
}
.c-hint-accent {
  color: #008080;
}
.c-hint-error {
  color: #e03131;
}

.c-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-input-group .c-btn:not(:first-child),
.c-input-group .c-input-addon:not(:first-child),
.c-input-group .c-input-container:not(:first-child) {
  margin-left: -1px;
}
.c-input-group .c-input-container {
  z-index: 1;
}
.c-input-group .c-input-container:hover, .c-input-group .c-input-container:focus, .c-input-group .c-input-container:active {
  z-index: 1;
}
.c-input-group .c-btn:focus, .c-input-group .c-btn:active {
  z-index: 2;
}
.c-input-group .c-btn > *:first-child,
.c-input-group .c-btn > *:first-child .c-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.c-input-group .c-btn > *:last-child,
.c-input-group .c-btn > *:last-child .c-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.c-input-group .c-btn > *:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.c-input-group .c-input-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.c-input-group .c-input-container-fixed {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.c-input-group .c-input-container:first-child .c-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.c-input-group .c-input-container:last-child .c-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.c-input-group .c-input-container:not(:first-child):not(:last-child) .c-input {
  border-radius: 0;
}

.c-input-group-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-input-group-stacked .c-btn:not(:first-child),
.c-input-group-stacked .c-input-addon:not(:first-child),
.c-input-group-stacked .c-input-container:not(:first-child) {
  margin-left: 0;
  margin-top: -1px;
}
.c-input-group-stacked .c-input-container,
.c-input-group-stacked .c-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
}
.c-input-group-stacked .c-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.c-input-group-stacked .c-btn:first-child {
  border-radius: 2px 2px 0 0;
}
.c-input-group-stacked .c-btn:last-child {
  border-radius: 0 0 2px 2px;
}
.c-input-group-stacked .c-input-container:not(:first-child):not(:last-child) .c-input {
  border-radius: 0;
}
.c-input-group-stacked .c-input-container:first-child .c-input {
  border-radius: 2px 2px 0 0;
}
.c-input-group-stacked .c-input-container:last-child .c-input {
  border-radius: 0 0 2px 2px;
}

.c-input-results .c-input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-input-results-menu {
  position: absolute;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #adb5bd;
  border-top: 0;
  list-style: none;
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.c-input-results-menu li {
  padding: 8px;
}
.c-input-results-menu li:not(:last-child) {
  border-bottom: 1px solid #adb5bd;
}

.c-form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form-inline .c-input-label {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-form-inline .c-input {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}
.c-form-inline .c-hint {
  margin: 0;
  position: relative;
}

.c-input.ng-dirty.ng-valid {
  border: 1px solid "success";
}
.c-input.ng-dirty.ng-valid .c-input-icon {
  color: "success";
}

.ng-dirty.ng-valid .c-input {
  border: 1px solid "success";
}
.ng-dirty.ng-valid .c-input .c-input-icon {
  color: "success";
}

.c-input.ng-dirty.ng-invalid {
  border: 1px solid "error";
}
.c-input.ng-dirty.ng-invalid .c-input-icon {
  color: "error";
}

.ng-dirty.ng-invalid .c-input {
  border: 1px solid "error";
}
.ng-dirty.ng-invalid .c-input .c-input-icon {
  color: "error";
}

.c-form-group {
  display: block;
  margin-bottom: 16px;
}

.c-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  color: #212529;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 48px;
  padding: 0 24px;
  z-index: 1500;
  line-height: 48px;
  font-size: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e9ecef;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  background-color: #f1f3f5;
}
.c-footer-link {
  line-height: 1.4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 0;
  color: #008080;
  font-size: 12px;
  background-color: transparent;
}
.c-footer-link::after {
  cursor: default;
  padding-left: inherit;
  vertical-align: middle;
  margin: 0 8px;
  content: "•";
  color: #868e96;
}
.c-footer-link:last-child::after {
  display: none;
}
.c-footer-link:last-child {
  margin-right: 0;
}
.c-footer-link .c-a {
  text-decoration: underline;
}
.c-footer.c-footer-transparent {
  background-color: transparent;
}
.c-footer.c-footer-inverse {
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  background-color: #4c4b4c;
}
.c-footer.c-footer-inverse .c-footer-link {
  color: #ffffff;
}
.c-footer.c-footer-inverse .c-footer-link::after {
  content: "|";
  color: #f1f3f5;
}
.c-footer.c-footer-inverse .c-footer-link .c-a {
  text-decoration: none;
  color: #ffffff;
}
.c-footer.c-footer-lg {
  left: 0;
  bottom: 0;
  border-top: 0;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px 0 16px;
  -webkit-transition: height 0.51s, visibility 0.51s;
  transition: height 0.51s, visibility 0.51s;
}
.c-footer.c-footer-lg .c-footer-logo,
.c-footer.c-footer-lg .c-footer-links {
  opacity: 0;
  display: none;
  visibility: hidden;
}
.c-footer.c-footer-lg .c-footer-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-footer.c-footer-lg .c-footer-expand-text {
  padding-right: 16px;
}
.c-footer.c-footer-lg .c-footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-footer.c-footer-lg .c-footer-right a {
  color: white;
}
.c-footer.c-footer-lg.c-footer-open {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  padding: 4px 8px 4px 16px;
}
.c-footer.c-footer-lg.c-footer-open .c-footer-logo,
.c-footer.c-footer-lg.c-footer-open .c-footer-links {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}
.c-footer.c-footer-lg.c-footer-open .c-footer-left {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.c-footer.c-footer-lg.c-footer-open .c-footer-expand-text {
  display: none;
}
.c-footer.c-footer-lg.c-footer-open .c-footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-footer.c-footer-lg.c-footer-open .c-footer-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.c-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
}
.c-container-fixed {
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .c-container-fixed {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .c-container-fixed {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .c-container-fixed {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .c-container-fixed {
    max-width: 1140px;
  }
}

.c-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: calc(100vh - 100px);
}

.c-main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.c-row-collapsed {
  margin-right: 0;
  margin-left: 0;
}
.c-row-collapsed > .c-col,
.c-row-collapsed > [class*=c-col-] {
  padding-right: 0;
  padding-left: 0;
}
.c-row-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-row-vertical > .c-col {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.c-row-flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-row-flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-row-flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.c-row-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-row-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.c-row-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.c-row-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-row-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-row-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-row-justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-row-justify-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-row-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-row-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-row-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-row-align-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-row-align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-row-content-unstretch {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-row-align-content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.c-row-align-content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.c-row-align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.c-row-align-content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.c-row-align-content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.c-row-align-content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

@media (min-width: 576px) {
  .c-row-sm-flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-row-sm-flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-row-sm-flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-row-sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-row-sm-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .c-row-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .c-row-sm-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-row-sm-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-row-sm-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-row-sm-justify-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-row-sm-justify-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .c-row-sm-align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-row-sm-align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .c-row-sm-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-row-sm-align-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .c-row-sm-align-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .c-row-content-sm-unstretch {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .c-row-align-content-sm-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .c-row-align-content-sm-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .c-row-align-content-sm-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .c-row-align-content-sm-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .c-row-align-content-sm-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .c-row-align-content-sm-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
@media (min-width: 768px) {
  .c-row-md-flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-row-md-flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-row-md-flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-row-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-row-md-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .c-row-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .c-row-md-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-row-md-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-row-md-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-row-md-justify-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-row-md-justify-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .c-row-md-align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-row-md-align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .c-row-md-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-row-md-align-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .c-row-md-align-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .c-row-content-md-unstretch {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .c-row-align-content-md-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .c-row-align-content-md-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .c-row-align-content-md-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .c-row-align-content-md-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .c-row-align-content-md-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .c-row-align-content-md-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
@media (min-width: 992px) {
  .c-row-lg-flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-row-lg-flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-row-lg-flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-row-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-row-lg-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .c-row-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .c-row-lg-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-row-lg-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-row-lg-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-row-lg-justify-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-row-lg-justify-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .c-row-lg-align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-row-lg-align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .c-row-lg-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-row-lg-align-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .c-row-lg-align-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .c-row-content-lg-unstretch {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .c-row-align-content-lg-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .c-row-align-content-lg-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .c-row-align-content-lg-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .c-row-align-content-lg-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .c-row-align-content-lg-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .c-row-align-content-lg-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
@media (min-width: 1200px) {
  .c-row-xl-flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-row-xl-flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-row-xl-flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-row-xl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-row-xl-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .c-row-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .c-row-xl-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-row-xl-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-row-xl-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-row-xl-justify-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-row-xl-justify-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .c-row-xl-align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-row-xl-align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .c-row-xl-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-row-xl-align-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .c-row-xl-align-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .c-row-content-xl-unstretch {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .c-row-align-content-xl-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .c-row-align-content-xl-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .c-row-align-content-xl-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .c-row-align-content-xl-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .c-row-align-content-xl-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .c-row-align-content-xl-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
@media (min-width: 1440px) {
  .c-row-xxl-flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-row-xxl-flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-row-xxl-flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-row-xxl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-row-xxl-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .c-row-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .c-row-xxl-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-row-xxl-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-row-xxl-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-row-xxl-justify-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-row-xxl-justify-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .c-row-xxl-align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-row-xxl-align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .c-row-xxl-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-row-xxl-align-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .c-row-xxl-align-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .c-row-content-xxl-unstretch {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .c-row-align-content-xxl-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .c-row-align-content-xxl-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .c-row-align-content-xxl-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .c-row-align-content-xxl-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .c-row-align-content-xxl-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .c-row-align-content-xxl-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
.c-col-xxl,
.c-col-xxl-auto, .c-col-xxl-12, .c-col-xxl-11, .c-col-xxl-10, .c-col-xxl-9, .c-col-xxl-8, .c-col-xxl-7, .c-col-xxl-6, .c-col-xxl-5, .c-col-xxl-4, .c-col-xxl-3, .c-col-xxl-2, .c-col-xxl-1, .c-col-xl,
.c-col-xl-auto, .c-col-xl-12, .c-col-xl-11, .c-col-xl-10, .c-col-xl-9, .c-col-xl-8, .c-col-xl-7, .c-col-xl-6, .c-col-xl-5, .c-col-xl-4, .c-col-xl-3, .c-col-xl-2, .c-col-xl-1, .c-col-lg,
.c-col-lg-auto, .c-col-lg-12, .c-col-lg-11, .c-col-lg-10, .c-col-lg-9, .c-col-lg-8, .c-col-lg-7, .c-col-lg-6, .c-col-lg-5, .c-col-lg-4, .c-col-lg-3, .c-col-lg-2, .c-col-lg-1, .c-col-md,
.c-col-md-auto, .c-col-md-12, .c-col-md-11, .c-col-md-10, .c-col-md-9, .c-col-md-8, .c-col-md-7, .c-col-md-6, .c-col-md-5, .c-col-md-4, .c-col-md-3, .c-col-md-2, .c-col-md-1, .c-col-sm,
.c-col-sm-auto, .c-col-sm-12, .c-col-sm-11, .c-col-sm-10, .c-col-sm-9, .c-col-sm-8, .c-col-sm-7, .c-col-sm-6, .c-col-sm-5, .c-col-sm-4, .c-col-sm-3, .c-col-sm-2, .c-col-sm-1, .c-col,
.c-col-auto, .c-col-12, .c-col-11, .c-col-10, .c-col-9, .c-col-8, .c-col-7, .c-col-6, .c-col-5, .c-col-4, .c-col-3, .c-col-2, .c-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

.c-col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.c-col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.c-col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.c-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.c-col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.c-col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.c-col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.c-col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.c-col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.c-col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.c-col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.c-col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.c-col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.c-col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.c-col-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-col-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.c-col-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.c-col-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.c-col-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.c-col-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.c-col-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.c-col-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.c-col-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.c-col-order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.c-col-order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.c-col-order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

.c-col-offset-12 {
  margin-left: 100%;
}

.c-col-collapsed {
  padding: 0;
}

.c-col-align-auto {
  -ms-flex-item-align: auto;
      align-self: auto;
}

.c-col-align-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.c-col-align-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.c-col-align-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.c-col-align-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.c-col-content-unstretch {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.c-col-align-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@media (min-width: 576px) {
  .c-col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .c-col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .c-col-sm-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-col-sm-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-col-sm-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-col-sm-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .c-col-sm-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .c-col-sm-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .c-col-sm-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .c-col-sm-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .c-col-sm-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .c-col-sm-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .c-col-sm-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .c-col-sm-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .c-col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-sm-offset-3 {
    margin-left: 25%;
  }
  .c-col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-sm-offset-6 {
    margin-left: 50%;
  }
  .c-col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-sm-offset-9 {
    margin-left: 75%;
  }
  .c-col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-sm-offset-12 {
    margin-left: 100%;
  }
  .c-col-sm-collapsed {
    padding: 0;
  }
  .c-col-sm-align-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .c-col-sm-align-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .c-col-sm-align-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .c-col-sm-align-center {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .c-col-sm-align-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .c-col-content-sm-unstretch {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .c-col-sm-align-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 768px) {
  .c-col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .c-col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .c-col-md-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-col-md-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-col-md-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-col-md-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .c-col-md-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .c-col-md-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .c-col-md-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .c-col-md-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .c-col-md-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .c-col-md-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .c-col-md-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .c-col-md-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .c-col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-md-offset-3 {
    margin-left: 25%;
  }
  .c-col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-md-offset-6 {
    margin-left: 50%;
  }
  .c-col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-md-offset-9 {
    margin-left: 75%;
  }
  .c-col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-md-offset-12 {
    margin-left: 100%;
  }
  .c-col-md-collapsed {
    padding: 0;
  }
  .c-col-md-align-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .c-col-md-align-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .c-col-md-align-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .c-col-md-align-center {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .c-col-md-align-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .c-col-content-md-unstretch {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .c-col-md-align-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 992px) {
  .c-col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .c-col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .c-col-lg-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-col-lg-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-col-lg-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-col-lg-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .c-col-lg-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .c-col-lg-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .c-col-lg-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .c-col-lg-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .c-col-lg-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .c-col-lg-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .c-col-lg-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .c-col-lg-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .c-col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-lg-offset-3 {
    margin-left: 25%;
  }
  .c-col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-lg-offset-6 {
    margin-left: 50%;
  }
  .c-col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-lg-offset-9 {
    margin-left: 75%;
  }
  .c-col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-lg-offset-12 {
    margin-left: 100%;
  }
  .c-col-lg-collapsed {
    padding: 0;
  }
  .c-col-lg-align-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .c-col-lg-align-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .c-col-lg-align-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .c-col-lg-align-center {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .c-col-lg-align-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .c-col-content-lg-unstretch {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .c-col-lg-align-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .c-col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .c-col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .c-col-xl-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-col-xl-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-col-xl-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-col-xl-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .c-col-xl-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .c-col-xl-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .c-col-xl-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .c-col-xl-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .c-col-xl-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .c-col-xl-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .c-col-xl-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .c-col-xl-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .c-col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-xl-offset-3 {
    margin-left: 25%;
  }
  .c-col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-xl-offset-6 {
    margin-left: 50%;
  }
  .c-col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-xl-offset-9 {
    margin-left: 75%;
  }
  .c-col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-xl-offset-12 {
    margin-left: 100%;
  }
  .c-col-xl-collapsed {
    padding: 0;
  }
  .c-col-xl-align-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .c-col-xl-align-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .c-col-xl-align-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .c-col-xl-align-center {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .c-col-xl-align-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .c-col-content-xl-unstretch {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .c-col-xl-align-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 1440px) {
  .c-col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .c-col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .c-col-xxl-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-col-xxl-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-col-xxl-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-col-xxl-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .c-col-xxl-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .c-col-xxl-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .c-col-xxl-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .c-col-xxl-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .c-col-xxl-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .c-col-xxl-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .c-col-xxl-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .c-col-xxl-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .c-col-xxl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .c-col-xxl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .c-col-xxl-offset-3 {
    margin-left: 25%;
  }
  .c-col-xxl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .c-col-xxl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .c-col-xxl-offset-6 {
    margin-left: 50%;
  }
  .c-col-xxl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .c-col-xxl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .c-col-xxl-offset-9 {
    margin-left: 75%;
  }
  .c-col-xxl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .c-col-xxl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .c-col-xxl-offset-12 {
    margin-left: 100%;
  }
  .c-col-xxl-collapsed {
    padding: 0;
  }
  .c-col-xxl-align-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .c-col-xxl-align-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .c-col-xxl-align-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .c-col-xxl-align-center {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .c-col-xxl-align-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .c-col-content-xxl-unstretch {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .c-col-xxl-align-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.c-col-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 0 12px;
}

.c-skeleton-loading {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 2px;
  height: 8px;
  background: #dee2e6;
  background-image: linear-gradient(140deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 70% 40px;
  background-position: -200% 0;
  background-repeat: no-repeat;
  -webkit-animation: skeletonIteration 2s infinite;
          animation: skeletonIteration 2s infinite;
  margin: 24px 0;
}
@-webkit-keyframes skeletonIteration {
  to {
    background-position: 300% 0;
  }
}
@keyframes skeletonIteration {
  to {
    background-position: 300% 0;
  }
}
.c-skeleton-loading::after {
  position: absolute;
  top: -16px;
  left: 0;
  right: 5%;
  border-radius: 2px;
  height: 8px;
  background: #dee2e6;
  background-image: linear-gradient(140deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 70% 40px;
  background-position: -200% 0;
  background-repeat: no-repeat;
  -webkit-animation: skeletonIteration 2s infinite;
          animation: skeletonIteration 2s infinite;
  content: "";
}
@keyframes skeletonIteration {
  to {
    background-position: 300% 0;
  }
}
.c-skeleton-loading::before {
  position: absolute;
  top: 16px;
  left: 0;
  right: 10%;
  border-radius: 2px;
  height: 8px;
  background: #dee2e6;
  background-image: linear-gradient(140deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 70% 40px;
  background-position: -200% 0;
  background-repeat: no-repeat;
  -webkit-animation: skeletonIteration 2s infinite;
          animation: skeletonIteration 2s infinite;
  content: "";
}
@keyframes skeletonIteration {
  to {
    background-position: 300% 0;
  }
}
.c-skeleton-bar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 2px;
  height: 8px;
  background: #dee2e6;
  background-image: linear-gradient(140deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 70% 40px;
  background-position: -200% 0;
  background-repeat: no-repeat;
  -webkit-animation: skeletonIteration 2s infinite;
          animation: skeletonIteration 2s infinite;
  margin: 8px 0;
}
@keyframes skeletonIteration {
  to {
    background-position: 300% 0;
  }
}

.c-loader {
  width: 32px;
  height: 32px;
  border: 4px solid #dee2e6;
  border-top-color: #008080;
  border-radius: 50px;
  -webkit-animation: loaderRotate 0.71s linear infinite;
          animation: loaderRotate 0.71s linear infinite;
  margin: 0 auto;
}
@-webkit-keyframes loaderRotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loaderRotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.c-loader-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1800;
  visibility: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
}
.c-loader-backdrop .c-loader {
  opacity: 0;
  visibility: hidden;
}
.c-loader-backdrop.c-loader-visible {
  opacity: 1;
  visibility: visible;
}
.c-loader-backdrop.c-loader-visible .c-loader {
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.c-full-page-loader {
  width: 48px;
  height: 48px;
  border: 6px solid #dee2e6;
  border-top-color: #008080;
  border-radius: 50px;
  -webkit-animation: loaderRotate 0.71s linear infinite;
          animation: loaderRotate 0.71s linear infinite;
  top: 50%;
  margin: -24px auto 0;
}
@keyframes loaderRotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.c-loader-full-page-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 1800;
  visibility: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
}
.c-loader-full-page-backdrop.c-full-page-loader {
  opacity: 0;
  visibility: hidden;
}
.c-loader-full-page-backdrop.c-loader-visible {
  opacity: 1;
  visibility: visible;
}
.c-loader-full-page-backdrop.c-loader-visible .c-full-page-loader {
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.c-ihs-loader {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='ihsLoader'%3E%3Cstyle%3E%0A@keyframes example %7B 0%25 %7B fill: transparent; %7D 100%25 %7B fill: %23008e89; %7D%0A%7D%0A%23ihsLoader * %7B animation-duration: 2.4s; animation-iteration-count: infinite; animation-timing-function: linear; fill: %23f1f3f5;%0A%7D %23Y %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: .1s;%0A%7D %23X %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: .2s;%0A%7D %23W %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: .3s;%0A%7D %23V %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: .4s;%0A%7D %23U %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: .5s;%0A%7D %23T %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: .6s;%0A%7D %23S %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: .7s;%0A%7D %23R %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: .8s;%0A%7D %23Q %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: .9s;%0A%7D %23P %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: 1s;%0A%7D %23N %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: 1.1s;%0A%7D %23M %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: 1.2s;%0A%7D %23L %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: 1.3s;%0A%7D %23K %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: 1.4s;%0A%7D %23J %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: 1.5s;%0A%7D %23I %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: 1.6s;%0A%7D %23H %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: 1.7s;%0A%7D %23G %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: 1.8s;%0A%7D %23F %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: 1.9s;%0A%7D %23E %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: 2s;%0A%7D %23D %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: 2.1s;%0A%7D %23C %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: 2.2s;%0A%7D %23B %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: 2.3s;%0A%7D %23A %7B animation-timing-function: linear; animation-name: example; fill: %23f8f9fa; animation-delay: 2.4s;%0A%7D %3C/style%3E%3Cg id='child' fill-rule='nonzero'%3E%3Cpath d='M71,14.57 C70.33,13.74 69.61,12.96 68.89,12.18 L67.89,20.74 L67.6,22.83 C67.6,22.83 67.72,23.98 67.72,24.57 C67.7267983,25.2600172 67.6732612,25.9493078 67.56,26.63 L71,14.57 Z' id='A'/%3E%3Cpath d='M65.63,17.68 C66.6931174,19.215112 67.3784071,20.9797329 67.63,22.83 L67.92,20.74 L63.34,7.46 C62.28,6.74 61.22,6.02 60.12,5.35 L64,14.13 L65.63,17.68 Z' id='B'/%3E%3Cpath d='M54,2.46 C54,2.46 52.75,2 52.21,1.84 C51.41,1.55 49.89,1.18 49.89,1.18 L60,11.85 L61.25,13.71 C63.0128027,14.6683714 64.5160176,16.0411704 65.63,17.71 L64,14.13 L54,2.46 Z' id='C'/%3E%3Cpath d='M60,11.85 L61.24,13.71 C60.87,13.51 60.49,13.33 60.11,13.17 C59.7832776,13.0352399 59.4494485,12.9183997 59.11,12.82 L56.58,11.13 L39.12,0.02 C39.12,0.02 40.46,0.02 41.38,0.02 C42.3,0.02 43.38,0.14 43.38,0.14 L60,11.85 Z' id='D'/%3E%3Cpath d='M32.78,0.57 C31.4993795,0.771023079 30.2357815,1.06853688 29,1.46 L54.05,11.18 L56.23,12.27 C57.218912,12.3330856 58.1962793,12.5178113 59.14,12.82 L56.61,11.13 L32.78,0.57 Z' id='E'/%3E%3Cpath d='M22.62,3.95 C21.29,4.54 19.23,5.78 19.23,5.78 L52,11.57 L54.45,12.27 C55.0422799,12.2199996 55.6377201,12.2199996 56.23,12.27 L54.05,11.18 L22.62,3.95 Z' id='F'/%3E%3Cpath d='M52,11.57 L54.46,12.28 C53.856879,12.320212 53.2581481,12.4105234 52.67,12.55 L50.39,12.24 L10.9,12.52 C12.15,11.17 13.73,9.8 13.73,9.8 L52,11.57 Z' id='G'/%3E%3Cpath d='M52.67,12.55 L50.39,12.24 L6.79,17.68 C6.79,17.68 5.67,19.33 4.84,20.95 L48.9,13.13 L52.67,12.55 Z' id='H'/%3E%3Cpath d='M52.67,12.55 L48.82,13.14 L1.9,27.68 C1.9,27.68 1.67,28.31 1.01,30.85 L47.34,14.35 L50.18,13.35 C50.9813537,13.0012529 51.8154781,12.7332611 52.67,12.55 Z' id='I'/%3E%3Cpath d='M50.18,13.4 L47.34,14.4 L0.06,37.74 C0.06,37.74 0,39.23 0,41.07 L46,15.8 L48.33,14.48 C48.9118471,14.0634189 49.5311815,13.7018616 50.18,13.4 Z' id='J'/%3E%3Cpath d='M48.33,14.48 L46,15.8 L0.84,48.13 C0.84,48.13 1.1,49.36 1.62,51.13 L45.84,16.79 C46.5602086,15.9095207 47.3980538,15.1322427 48.33,14.48 Z' id='K'/%3E%3Cpath d='M4.45,58.24 C4.95,59.18 5.51,60.12 6.06,61.01 L44.12,19.63 C44.4410976,18.9064226 44.833007,18.2163941 45.29,17.57 L4.45,58.24 Z' id='L'/%3E%3Cpath d='M12.67,69.12 L43.23,22.79 C43.34,22.24 43.45,21.68 43.61,21.13 L43.61,21.07 L10.4,66.79 C11.12,67.57 11.9,68.35 12.67,69.12 Z' id='M'/%3E%3Cpath d='M43.17,26.07 C43.1081253,25.6090073 43.0714043,25.1449868 43.06,24.68 L18.34,73.57 C19.17,74.12 20.06,74.57 20.95,75.12 L43.17,26.07 Z' id='N'/%3E%3Cpath d='M44,29.24 C43.8403877,28.8810795 43.7099653,28.5098776 43.61,28.13 L27.84,78.02 C28.84,78.34 29.84,78.62 30.84,78.85 L44,29.24 Z' id='P'/%3E%3Cpath d='M41.28,79.95 L45.67,32.12 C45.4661862,31.8552974 45.2791533,31.578088 45.11,31.29 L38.23,79.89 C39.17,79.95 40.67,79.95 41.28,79.95 Z' id='Q'/%3E%3Cpath d='M48,34.4 C47.78,34.24 47.56,34.02 47.33,33.85 L48.61,78.95 C49.6643117,78.7261556 50.7058168,78.4457504 51.73,78.11 L48,34.4 Z' id='R'/%3E%3Cpath d='M50.78,36.02 C50.5543135,35.8933739 50.3119398,35.7991175 50.06,35.74 L58.39,75.4 C59.39,74.9 60.23,74.4 61.11,73.84 L50.78,36.02 Z' id='S'/%3E%3Cpath d='M69.28,67.18 L54.06,36.85 C53.78,36.79 53.56,36.79 53.28,36.74 L67.22,69.3 C67.89,68.57 68.61,67.95 69.28,67.18 Z' id='T'/%3E%3Cpath d='M57.17,36.79 C56.970671,36.8395844 56.7651699,36.8597977 56.56,36.85 L73.56,61.74 C74.11,60.9 74.56,60.01 75.11,59.18 L57.17,36.79 Z' id='U'/%3E%3Cpath d='M60.34,35.95 C60.17,36.01 59.95,36.12 59.78,36.17 L78.06,52.4 C78.33,51.51 78.61,50.62 78.83,49.74 L60.34,35.95 Z' id='V'/%3E%3Cpath d='M62.67,34.57 L80,42.29 C80,41.24 80,39.85 80,39.68 L63.17,34.18 C63,34.29 62.84,34.46 62.67,34.57 Z' id='W'/%3E%3Cpath d='M78.67,29.68 L65.56,31.57 C65.3926596,31.8244259 65.205406,32.0651806 65,32.29 L79.22,32.24 C79.0945888,31.3752433 78.9108362,30.5199584 78.67,29.68 L78.67,29.68 Z' id='X'/%3E%3Cpath d='M76.33,23.07 C75.9307646,22.1782236 75.486869,21.3071202 75,20.46 L67.22,28.13 C67.0707846,28.6223457 66.8869943,29.1035421 66.67,29.57 L76.33,23.07 Z' id='Y'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.c-modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  max-width: 100%;
  outline: 0 none;
  overflow: hidden;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2000;
}
.c-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  outline: 0 none;
  position: relative;
  word-wrap: break-word;
  border: 1px solid #e9ecef;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 640px;
  overflow-wrap: break-word;
  -webkit-box-shadow: 0 8px 8px -2px rgba(33, 37, 41, 0.1);
          box-shadow: 0 8px 8px -2px rgba(33, 37, 41, 0.1);
  background-clip: padding-box;
  background-color: #ffffff;
  border-radius: 2px;
}
.c-modal-dialog .c-modal-content {
  text-align: center;
  padding: 40px;
}
.c-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e9ecef;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 12px 8px 24px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.c-modal-header .c-btn-box {
  min-width: 32px;
}
.c-modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 24px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.c-modal-footer-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-modal-dialog .c-modal-footer {
  padding: 12px 0 0;
}
.c-modal-title {
  width: 100%;
  margin: 0;
  color: #212529;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.c-modal-body {
  height: 100%;
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 1px;
  position: relative;
  color: #495057;
  padding: 24px;
  font-size: 12px;
  line-height: 16px;
}
.c-modal-body > .c-modal-title {
  margin-bottom: 8px;
}
.c-modal-dialog .c-modal-body {
  padding: 0 0 12px;
}
.c-modal-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 1800;
  visibility: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
}
.c-modal-backdrop.c-modal-visible {
  opacity: 1;
  visibility: visible;
}
.c-modal-backdrop.c-modal-visible .c-modal {
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.c-modal-close {
  border: 0;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
  height: 32px;
  width: 32px;
  outline: none;
  position: relative;
  vertical-align: top;
  text-decoration: none;
}
.c-modal-close::before {
  height: 3px;
  width: 16px;
}
.c-modal-close::after {
  height: 16px;
  width: 3px;
}
.c-modal-close::before, .c-modal-close::after {
  position: absolute;
  display: block;
  background-color: #868e96;
  border-radius: 2px;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.c-modal-close:hover::before, .c-modal-close:hover::after {
  background-color: #6c757d;
}
.c-modal-fullscreen.c-modal {
  border: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 0;
}
.c-modal-fullscreen.c-modal .c-modal-content {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
}
.c-modal-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-modal-right.c-modal .c-modal-content {
  min-height: 100%;
}
.c-modal-right.c-modal .c-modal-content .c-modal-body {
  height: 80%;
}
.c-modal-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-modal-left.c-modal .c-modal-content {
  min-height: 100%;
}
.c-modal-left.c-modal .c-modal-content .c-modal-body {
  height: 80%;
}
.c-modal-sm .c-modal-content {
  max-width: 480px;
}
.c-modal-lg .c-modal-content {
  max-width: 800px;
}
.c-modal-responsive .c-modal-content {
  max-width: 100%;
}
.c-modal.c-modal-visible {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}

.c-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #495057;
  padding: 8px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ffffff;
  min-height: 48px;
  font-size: 12px;
  border-radius: 2px;
}
.c-media > * {
  margin: 0 8px;
}
.c-media > *:first-child {
  margin-left: 16px;
}
.c-media > *:last-child {
  margin-right: 16px;
}
.c-media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}
.c-media-body > * {
  margin-bottom: 0;
}
.c-media-body .c-media > *:first-child {
  margin-left: 0;
}
.c-media-body .c-media > *:last-child {
  margin-right: 0;
}
.c-media-body .c-media {
  margin-left: 16px;
}
.c-media-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-media-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-media-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e9ecef;
}
.c-media-vertical.c-media > * {
  margin: 0;
}
.c-media-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.c-media-heading {
  margin-top: 0;
  margin-bottom: 0;
}
.c-media-action {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  color: #868e96;
  font-size: 12px;
  line-height: 16px;
}
.c-media:hover .c-media-action {
  opacity: 1;
}
.c-media-action-visible, .c-media-action-visible .c-media-action {
  opacity: 1;
}
.c-media-block-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-media-list {
  list-style: none;
  padding-left: 0;
  border-radius: 2px;
}
.c-media-list > .c-media-body {
  background-color: #ffffff;
  padding: 16px;
  border-bottom: 1px solid #e9ecef;
}
.c-media-list > .c-media:not(.c-media-list-header):not(.c-media-list-footer),
.c-media-list .c-media-list-body > .c-media {
  margin-bottom: 0;
}
.c-media-list ul {
  padding-left: 0;
}
.c-media-list-hover > .c-media:not(.c-media-list-header):not(.c-media-list-footer):hover,
.c-media-list-hover .c-media-list-body > .c-media:hover {
  background-color: #f8f9fa;
  cursor: pointer;
}
.c-media-list-divided > .c-media:not(.c-media-list-header):not(.c-media-list-footer),
.c-media-list-divided .c-media-list-body > .c-media {
  border-bottom: 1px solid #e9ecef;
}
.c-media-list-divided > .c-media:not(.c-media-list-header):not(.c-media-list-footer):last-child,
.c-media-list-divided .c-media-list-body > .c-media:last-child {
  border-bottom: 0;
}
.c-media-list-bordered {
  border: 1px solid #e9ecef;
}
.c-media-list-striped .c-media:not(.c-media-list-header):not(.c-media-list-footer):nth-child(even) {
  background-color: #f8f9fa;
}
.c-media-list-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
.c-media-list-header .c-media {
  min-height: 0;
}
.c-media-list-footer {
  background-color: #f8f9fa;
}
.c-media-list-footer .c-media {
  min-height: 0;
}

.c-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.c-nav-fullwidth .c-nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
.c-nav-item:hover .c-nav-action {
  opacity: 1;
}
.c-nav-link {
  color: #32363b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 32px;
  font-size: 12px;
  font-weight: 400;
  padding: 0 8px;
}
.c-nav-link:hover:not(.c-nav-link-disabled):not(.c-nav-item-disabled), .c-nav-link:focus:not(.c-nav-link-disabled):not(.c-nav-item-disabled) {
  color: #212529;
}
.c-nav-link-active {
  color: #212529;
}
.c-nav-link-disabled {
  cursor: not-allowed;
  color: #adb5bd;
  opacity: 0.7;
}
.c-nav-action {
  opacity: 0;
  color: #32363b;
  font-size: 12px;
  margin: 0 4px;
}
.c-nav-action:hover {
  color: #212529;
}
.c-nav-actions-visible .c-nav-action {
  opacity: 1;
}
.c-nav-primary .c-nav-link:not(.c-nav-link-disabled):not(.c-nav-item-disabled):hover, .c-nav-primary .c-nav-link:not(.c-nav-link-disabled):not(.c-nav-item-disabled):focus, .c-nav-primary .c-nav-link:not(.c-nav-link-disabled):not(.c-nav-item-disabled).active {
  color: #008080;
}
.c-nav:not(.c-nav-pills) .c-nav-link > * {
  margin: 0 4px;
}
.c-nav:not(.c-nav-pills) .c-nav-link > *:first-child {
  margin-left: 0;
}
.c-nav:not(.c-nav-pills) .c-nav-link > *:last-child {
  margin-right: 0;
}
.c-nav:not(.c-nav-pills) .c-nav-link > *:not(.c-badge) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-header .c-nav {
  padding-top: 2px;
  margin: 0 8px;
}

.c-nav-pills .c-nav-icon {
  margin-right: 8px;
  font-size: 16px;
  opacity: 0.25;
}
.c-nav-pills .c-nav-item {
  margin: 0 4px;
}
.c-nav-pills .c-nav-item:first-child {
  margin-left: 0;
}
.c-nav-pills .c-nav-item:last-child {
  margin-right: 0;
}
.c-nav-pills .c-nav-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #32363b;
  line-height: 32px;
  font-size: 12px;
  border-radius: 2px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-weight: 700;
  margin: 0 4px;
  padding: 0 16px;
}
.c-nav-pills .c-nav-link:first-child {
  margin-left: 0;
}
.c-nav-pills .c-nav-link:last-child {
  margin-right: 0;
}
.c-nav-pills .c-nav-link:hover:not(.c-nav-link-disabled):not(.c-nav-item-disabled), .c-nav-pills .c-nav-link:focus:not(.c-nav-link-disabled):not(.c-nav-item-disabled) {
  color: #212529;
  background-color: #f1f3f5;
}
.c-nav-pills .c-nav-link:hover:not(.c-nav-link-disabled):not(.c-nav-item-disabled) .c-nav-icon, .c-nav-pills .c-nav-link:focus:not(.c-nav-link-disabled):not(.c-nav-item-disabled) .c-nav-icon {
  opacity: 1;
  color: #008080;
}
.c-nav-pills .c-nav-link-disabled {
  cursor: not-allowed;
  opacity: 0.7;
  color: #32363b;
  background-color: #f8f9fa;
}
.c-nav-pills .c-nav-link-disabled .c-nav-icon {
  opacity: 0.7;
  color: #32363b;
}
.c-nav-pills .c-nav-link-active {
  color: #212529;
  background-color: #f1f3f5;
}
.c-nav-pills .c-nav-link-active .c-nav-icon {
  opacity: 1;
  color: #008080;
}
.c-nav-pills.c-nav-fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.c-nav-pills.c-nav-fullwidth .c-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-nav-pills.c-nav-fullwidth .c-nav-link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-nav-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-nav-vertical .c-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.c-nav-vertical .c-nav-item-active .c-nav-link {
  color: #212529;
}
.c-nav-vertical .c-nav-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
}
.c-nav-vertical.c-nav-pills .c-nav-item {
  margin-left: 0;
  margin-right: 0;
  line-height: 32px;
  border-radius: 2px;
}
.c-nav-vertical.c-nav-pills .c-nav-item + .c-nav-item {
  margin: 2px 0;
}
.c-nav-vertical.c-nav-pills .c-nav-item:first-child {
  margin-bottom: 2px;
}
.c-nav-vertical.c-nav-pills .c-nav-item:last-child {
  margin-bottom: 0;
}
.c-nav-vertical.c-nav-pills .c-nav-item-active, .c-nav-vertical.c-nav-pills .c-nav-item:hover:not(.c-nav-link-disabled):not(.c-nav-item-disabled) {
  cursor: pointer;
  background-color: #f1f3f5;
}
.c-nav-vertical.c-nav-pills .c-nav-item-disabled {
  cursor: not-allowed;
  opacity: 0.7;
  color: #32363b;
  background-color: #f8f9fa;
}
.c-nav-vertical.c-nav-pills .c-nav-item-disabled .c-nav-link {
  cursor: not-allowed;
  opacity: 0.7;
  color: #32363b;
  background-color: #f8f9fa;
}
.c-nav-vertical.c-nav-pills .c-nav-item-disabled .c-nav-link:hover {
  color: #32363b;
  background-color: #f8f9fa;
}
.c-nav-vertical.c-nav-pills .c-nav-item > * {
  margin: 0 8px;
}

.c-nav-dot-separated .c-nav-item,
.c-nav-dot-separated > .c-nav-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 0;
  margin-left: 0 !important;
}
.c-nav-dot-separated .c-nav-item::after,
.c-nav-dot-separated > .c-nav-link::after {
  content: "•";
  line-height: 1;
  cursor: default;
  color: #ced4da;
  padding-left: inherit;
}
.c-nav-dot-separated .c-nav-item:last-child::after,
.c-nav-dot-separated > .c-nav-link:last-child::after {
  display: none;
}
.c-nav-dot-separated .c-nav-item:hover::after,
.c-nav-dot-separated > .c-nav-link:hover::after {
  color: #495057;
}

.c-nav-sm .c-nav-icon {
  font-size: 15px;
}
.c-nav-sm .c-nav-item {
  height: 24px;
}
.c-nav-sm .c-nav-link {
  line-height: 24px;
  font-size: 11px;
  padding: 0 8px;
}

.c-nav-lg .c-nav-icon {
  font-size: 18px;
}
.c-nav-lg .c-nav-item {
  height: 40px;
}
.c-nav-lg .c-nav-link {
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.c-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1600;
  background-color: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: inset 0 2px #008080;
          box-shadow: inset 0 2px #008080;
  border-bottom: 1px solid #cccccc;
}
.c-header-fixed {
  position: fixed;
  top: 0;
}
.c-header-item {
  margin-top: 2px;
}
.c-header-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #32363b;
  padding: 0 16px;
  height: 45px;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header-item-link:hover {
  background: rgba(213, 213, 213, 0.35);
}
.c-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header-left .c-header-item {
  border-right: 1px solid #cccccc;
}
.c-header-center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-header-center .c-input-container {
  width: 100%;
  margin: 0 16px;
}
.c-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header-right .c-header-item {
  border-left: 1px solid #cccccc;
}
.c-header .c-dropdown-list .c-dropdown-item {
  font-weight: 700;
}
.c-header .c-dropdown-list .c-dropdown-list-below {
  top: 105%;
}

.c-header-inverse {
  background-color: #000000;
  border-color: rgba(252, 252, 252, 0.35);
}
.c-header-inverse .c-input {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.23);
  border-color: rgba(252, 252, 252, 0.35);
}
.c-header-inverse .c-input:hover, .c-header-inverse .c-input:focus, .c-header-inverse .c-input:focus-within {
  border-color: #008080;
  color: #ffffff;
}
.c-header-inverse .c-input-icon {
  color: rgba(255, 255, 255, 0.9);
}
.c-header-inverse .c-header-item {
  border-color: rgba(252, 252, 252, 0.35);
}
.c-header-inverse .c-header-item-link {
  color: rgba(255, 255, 255, 0.9);
}
.c-header-inverse .c-header-item-link:hover {
  background: rgba(255, 255, 255, 0.23);
}
.c-header-inverse .c-nav.c-nav-pills .c-nav-link {
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid transparent;
}
.c-header-inverse .c-nav.c-nav-pills .c-nav-link .c-nav-icon {
  opacity: 1;
  color: rgba(255, 255, 255, 0.9);
}
.c-header-inverse .c-nav.c-nav-pills .c-nav-link:hover:not(.c-nav-link-disabled), .c-header-inverse .c-nav.c-nav-pills .c-nav-link:focus, .c-header-inverse .c-nav.c-nav-pills .c-nav-link-active {
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.09);
  background-color: rgb(43, 43, 43);
}
.c-header-inverse .c-nav.c-nav-pills .c-nav-link:hover:not(.c-nav-link-disabled) .c-nav-icon, .c-header-inverse .c-nav.c-nav-pills .c-nav-link:focus .c-nav-icon, .c-header-inverse .c-nav.c-nav-pills .c-nav-link-active .c-nav-icon {
  opacity: 1;
  color: #008080;
}

.c-header-tabs.c-tabs {
  -webkit-box-shadow: inset 0 -1px 0 0 #cccccc;
          box-shadow: inset 0 -1px 0 0 #cccccc;
  padding-left: 16px;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-pagination-current {
  cursor: default;
  text-align: center;
  font-weight: bold;
  min-width: 32px;
  color: #008080;
  background: #f1f3f5;
}
.c-pagination-current:hover {
  background: #f1f3f5;
}
.c-pagination a, .c-pagination-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #212529;
  font-size: 12px;
  min-width: 32px;
  min-height: 32px;
  margin: 0 2px;
  border-radius: 2px;
}
.c-pagination a:hover, .c-pagination-link:hover {
  background: #f1f3f5;
}
.c-pagination-next.c-pagination-link {
  position: relative;
  padding-left: 16px;
  color: #008080;
  margin-right: 24px;
}
.c-pagination-next.c-pagination-link:hover {
  background: transparent;
  color: #003434;
}
.c-pagination-next i {
  font-size: 10px;
  margin-left: 8px;
}
.c-pagination-next::before {
  top: 50%;
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  right: -24px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  border: 2px solid currentColor;
  border-right: 0;
  border-bottom: 0;
}
.c-pagination-next::after {
  top: 50%;
  width: 8px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  background: currentColor;
  right: -24px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-pagination-previous.c-pagination-link {
  position: relative;
  margin-right: 16px;
  color: #008080;
  padding-left: 24px;
}
.c-pagination-previous.c-pagination-link:hover {
  background: transparent;
  color: #003434;
}
.c-pagination-previous i {
  font-size: 10px;
  margin-right: 8px;
}
.c-pagination-previous::before {
  top: 50%;
  left: 8px;
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border: 2px solid currentColor;
  border-right: 0;
  border-bottom: 0;
}
.c-pagination-previous::after {
  top: 50%;
  left: 8px;
  width: 8px;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-pagination-disabled.c-pagination-link {
  cursor: not-allowed;
  color: #212529;
  background: #f1f3f5;
}
.c-pagination-disabled.c-pagination-link:hover {
  cursor: not-allowed;
  color: #212529;
  background: #f1f3f5;
}
.c-pagination-disabled.c-pagination-link.c-pagination-previous, .c-pagination-disabled.c-pagination-link.c-pagination-next {
  color: #868e96;
  background-color: transparent;
}
.c-pagination-ellipsis::after {
  content: "…";
  padding: 0;
  color: #212529;
}

.c-progress {
  height: 24px;
  border-radius: 2px;
  background-color: #f1f3f5;
  margin-bottom: 32px;
}
.c-progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  font-size: 12px;
  border-radius: 2px;
}
.c-progress-primary .c-progress-meter {
  width: 0%;
  height: 100%;
  display: block;
  position: relative;
  border-radius: 2px;
  background-color: #008080;
  background-image: -webkit-gradient(linear, left top, left bottom, from(convert-gradient-direction(to bottom)), color-stop(#009f9f), color-stop(66%, #008080), to(#006c6c));
  background-image: linear-gradient(convert-gradient-direction(to bottom), #009f9f, #008080 66%, #006c6c);
  border: 1px solid #006767;
}
.c-progress-primary .c-progress-meter-animated {
  background: linear-gradient(135deg, #008080 25%, #004d4d 25%, #004d4d 50%, #008080 50%, #008080 75%, #004d4d 75%);
  height: 24px;
  background-size: 25px 25px;
  -webkit-animation: stripes 3s linear infinite;
          animation: stripes 3s linear infinite;
  border-radius: inherit;
}
.c-progress-success .c-progress-meter {
  width: 0%;
  height: 100%;
  display: block;
  position: relative;
  border-radius: 2px;
  background-color: #2f9e44;
  background-image: -webkit-gradient(linear, left top, left bottom, from(convert-gradient-direction(to bottom)), color-stop(#36b64e), color-stop(66%, #2f9e44), to(#2a8e3d));
  background-image: linear-gradient(convert-gradient-direction(to bottom), #36b64e, #2f9e44 66%, #2a8e3d);
  border: 1px solid #298a3c;
}
.c-progress-success .c-progress-meter-animated {
  background: linear-gradient(135deg, #2f9e44 25%, #237733 25%, #237733 50%, #2f9e44 50%, #2f9e44 75%, #237733 75%);
  height: 24px;
  background-size: 25px 25px;
  -webkit-animation: stripes 3s linear infinite;
          animation: stripes 3s linear infinite;
  border-radius: inherit;
}
.c-progress-sm {
  height: 16px;
}
.c-progress-sm .c-progress-meter {
  height: 16px;
}
.c-progress-sm .c-progress-meter-animated {
  height: 16px;
  background-size: 16px 16px;
}
.c-progress-sm .c-progress-meter-text {
  font-size: 11px;
}
.c-progress-lg {
  height: 40px;
}
.c-progress-lg .c-progress-meter {
  height: 40px;
}
.c-progress-lg .c-progress-meter-animated {
  height: 40px;
  background-size: 40px 40px;
}
.c-progress-lg .c-progress-meter-text {
  font-size: 18px;
}

.c-btn-in-progress, .c-btn-in-progress:hover, .c-btn-in-progress:active, .c-btn-in-progress:focus, .c-btn-in-progress:visited, .c-btn-in-progress[disabled], .c-btn-in-progress.disabled {
  cursor: wait;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  white-space: nowrap;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, transparent 75%, transparent), #868e96;
  background-repeat: repeat;
  background-size: 40px 40px, 100% 100%;
  -webkit-animation: btn-progress-bar-stripes 2s linear infinite;
          animation: btn-progress-bar-stripes 2s linear infinite;
}
.c-btn-in-progress.c-btn-primary, .c-btn-in-progress.c-btn-primary:hover, .c-btn-in-progress.c-btn-primary:active, .c-btn-in-progress.c-btn-primary:focus, .c-btn-in-progress.c-btn-primary:visited, .c-btn-in-progress.c-btn-primary[disabled], .c-btn-in-progress.c-btn-primary.disabled {
  background: #008080;
  background-image: linear-gradient(-45deg, #008080 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 50%, #008080 50%, #008080 75%, rgba(0, 0, 0, 0.2) 75%);
  background-size: 40px 40px, 100% 100%;
}
.c-btn-in-progress.c-btn-success, .c-btn-in-progress.c-btn-success:hover, .c-btn-in-progress.c-btn-success:active, .c-btn-in-progress.c-btn-success:focus, .c-btn-in-progress.c-btn-success:visited, .c-btn-in-progress.c-btn-success[disabled], .c-btn-in-progress.c-btn-success.disabled {
  background: #2f9e44;
  background-image: linear-gradient(-45deg, #2f9e44 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 50%, #2f9e44 50%, #2f9e44 75%, rgba(0, 0, 0, 0.2) 75%);
  background-size: 40px 40px, 100% 100%;
}
.c-btn-in-progress.c-btn-danger, .c-btn-in-progress.c-btn-danger:hover, .c-btn-in-progress.c-btn-danger:active, .c-btn-in-progress.c-btn-danger:focus, .c-btn-in-progress.c-btn-danger:visited, .c-btn-in-progress.c-btn-danger[disabled], .c-btn-in-progress.c-btn-danger.disabled {
  background: #e03131;
  background-image: linear-gradient(-45deg, #e03131 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 50%, #e03131 50%, #e03131 75%, rgba(0, 0, 0, 0.2) 75%);
  background-size: 40px 40px, 100% 100%;
}
.c-btn-in-progress.c-btn-secondary, .c-btn-in-progress.c-btn-default, .c-btn-in-progress.c-btn-secondary:hover, .c-btn-in-progress.c-btn-secondary:active, .c-btn-in-progress.c-btn-secondary:focus, .c-btn-in-progress.c-btn-secondary:visited, .c-btn-in-progress.c-btn-secondary[disabled], .c-btn-in-progress.c-btn-secondary.disabled {
  color: #343a40;
  background: #f1f3f5;
  background-image: linear-gradient(-45deg, #f1f3f5 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 50%, #f1f3f5 50%, #f1f3f5 75%, rgba(0, 0, 0, 0.2) 75%);
  background-size: 40px 40px, 100% 100%;
}

.c-select,
select.c-input {
  outline: 0;
  width: 100%;
  display: block;
  cursor: pointer;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #212529;
  height: 32px;
  border: 1px solid #adb5bd;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  padding: 0 8px;
  padding-right: 24px;
  font-weight: 400;
  line-height: normal;
  border-radius: 2px;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 8px center;
  background-size: 8px;
}
.c-select::-ms-expand,
select.c-input::-ms-expand {
  display: none;
}
.c-select:focus::-ms-value,
select.c-input:focus::-ms-value {
  color: #212529;
  background-color: transparent;
}
.c-select-inline,
select.c-input-inline {
  display: inline;
  width: auto;
}
.c-input-icon + .c-select,
.c-input-icon + select.c-input {
  padding-left: 32px;
}
.c-select:focus,
select.c-input:focus {
  -webkit-box-shadow: 0 0 0 1px #26c3c7;
          box-shadow: 0 0 0 1px #26c3c7;
}
.c-select:hover,
select.c-input:hover {
  border-color: #868e96;
}
.c-select:active:focus, .c-select.c-input-active:focus, .c-select.c-select-active:focus,
select.c-input:active:focus,
select.c-input.c-input-active:focus,
select.c-input.c-select-active:focus {
  border-color: #008080;
  outline: none;
}
.c-select:disabled, .c-select:disabled:hover, .c-select:disabled:active, .c-select[disabled], .c-select[disabled]:hover, .c-select[disabled]:active, .c-select.c-input-disabled, .c-select.c-input-disabled:hover, .c-select.c-input-disabled:active,
select.c-input:disabled,
select.c-input:disabled:hover,
select.c-input:disabled:active,
select.c-input[disabled],
select.c-input[disabled]:hover,
select.c-input[disabled]:active,
select.c-input.c-input-disabled,
select.c-input.c-input-disabled:hover,
select.c-input.c-input-disabled:active {
  cursor: not-allowed;
  color: #868e96;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  background-color: #dee2e6;
  background: #dee2e6 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23868e95'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 8px center;
  box-shadow: none;
  cursor: not-allowed;
  background-size: 8px 10px;
}
.c-select:disabled::-webkit-input-placeholder, .c-select:disabled:hover::-webkit-input-placeholder, .c-select:disabled:active::-webkit-input-placeholder, .c-select[disabled]::-webkit-input-placeholder, .c-select[disabled]:hover::-webkit-input-placeholder, .c-select[disabled]:active::-webkit-input-placeholder, .c-select.c-input-disabled::-webkit-input-placeholder, .c-select.c-input-disabled:hover::-webkit-input-placeholder, .c-select.c-input-disabled:active::-webkit-input-placeholder, select.c-input:disabled::-webkit-input-placeholder, select.c-input:disabled:hover::-webkit-input-placeholder, select.c-input:disabled:active::-webkit-input-placeholder, select.c-input[disabled]::-webkit-input-placeholder, select.c-input[disabled]:hover::-webkit-input-placeholder, select.c-input[disabled]:active::-webkit-input-placeholder, select.c-input.c-input-disabled::-webkit-input-placeholder, select.c-input.c-input-disabled:hover::-webkit-input-placeholder, select.c-input.c-input-disabled:active::-webkit-input-placeholder {
  color: #868e96;
}
.c-select:disabled::-moz-placeholder, .c-select:disabled:hover::-moz-placeholder, .c-select:disabled:active::-moz-placeholder, .c-select[disabled]::-moz-placeholder, .c-select[disabled]:hover::-moz-placeholder, .c-select[disabled]:active::-moz-placeholder, .c-select.c-input-disabled::-moz-placeholder, .c-select.c-input-disabled:hover::-moz-placeholder, .c-select.c-input-disabled:active::-moz-placeholder, select.c-input:disabled::-moz-placeholder, select.c-input:disabled:hover::-moz-placeholder, select.c-input:disabled:active::-moz-placeholder, select.c-input[disabled]::-moz-placeholder, select.c-input[disabled]:hover::-moz-placeholder, select.c-input[disabled]:active::-moz-placeholder, select.c-input.c-input-disabled::-moz-placeholder, select.c-input.c-input-disabled:hover::-moz-placeholder, select.c-input.c-input-disabled:active::-moz-placeholder {
  color: #868e96;
}
.c-select:disabled:-ms-input-placeholder, .c-select:disabled:hover:-ms-input-placeholder, .c-select:disabled:active:-ms-input-placeholder, .c-select[disabled]:-ms-input-placeholder, .c-select[disabled]:hover:-ms-input-placeholder, .c-select[disabled]:active:-ms-input-placeholder, .c-select.c-input-disabled:-ms-input-placeholder, .c-select.c-input-disabled:hover:-ms-input-placeholder, .c-select.c-input-disabled:active:-ms-input-placeholder, select.c-input:disabled:-ms-input-placeholder, select.c-input:disabled:hover:-ms-input-placeholder, select.c-input:disabled:active:-ms-input-placeholder, select.c-input[disabled]:-ms-input-placeholder, select.c-input[disabled]:hover:-ms-input-placeholder, select.c-input[disabled]:active:-ms-input-placeholder, select.c-input.c-input-disabled:-ms-input-placeholder, select.c-input.c-input-disabled:hover:-ms-input-placeholder, select.c-input.c-input-disabled:active:-ms-input-placeholder {
  color: #868e96;
}
.c-select:disabled::-ms-input-placeholder, .c-select:disabled:hover::-ms-input-placeholder, .c-select:disabled:active::-ms-input-placeholder, .c-select[disabled]::-ms-input-placeholder, .c-select[disabled]:hover::-ms-input-placeholder, .c-select[disabled]:active::-ms-input-placeholder, .c-select.c-input-disabled::-ms-input-placeholder, .c-select.c-input-disabled:hover::-ms-input-placeholder, .c-select.c-input-disabled:active::-ms-input-placeholder, select.c-input:disabled::-ms-input-placeholder, select.c-input:disabled:hover::-ms-input-placeholder, select.c-input:disabled:active::-ms-input-placeholder, select.c-input[disabled]::-ms-input-placeholder, select.c-input[disabled]:hover::-ms-input-placeholder, select.c-input[disabled]:active::-ms-input-placeholder, select.c-input.c-input-disabled::-ms-input-placeholder, select.c-input.c-input-disabled:hover::-ms-input-placeholder, select.c-input.c-input-disabled:active::-ms-input-placeholder {
  color: #868e96;
}
.c-select:disabled::placeholder, .c-select:disabled:hover::placeholder, .c-select:disabled:active::placeholder, .c-select[disabled]::placeholder, .c-select[disabled]:hover::placeholder, .c-select[disabled]:active::placeholder, .c-select.c-input-disabled::placeholder, .c-select.c-input-disabled:hover::placeholder, .c-select.c-input-disabled:active::placeholder,
select.c-input:disabled::placeholder,
select.c-input:disabled:hover::placeholder,
select.c-input:disabled:active::placeholder,
select.c-input[disabled]::placeholder,
select.c-input[disabled]:hover::placeholder,
select.c-input[disabled]:active::placeholder,
select.c-input.c-input-disabled::placeholder,
select.c-input.c-input-disabled:hover::placeholder,
select.c-input.c-input-disabled:active::placeholder {
  color: #868e96;
}

.c-select-sm,
select.c-input.c-input-sm {
  height: 24px;
  padding-right: 24px;
  font-size: 11px;
}

.c-select-icon-sm + select.c-input,
.c-input-icon-sm + select.c-input {
  padding-left: 24px;
}

.c-select-lg,
select.c-input.c-input-lg {
  height: 40px;
  padding-right: 24px;
  font-size: 16px;
}

.c-select-icon-lg + select.c-input,
.c-input-icon-lg + select.c-input {
  padding-left: 40px;
}

.c-select-error,
select.c-input-error {
  color: #e03131;
  font-weight: normal;
  border-color: #e03131;
}
.c-select-error option,
select.c-input-error option {
  color: #212529;
}

.c-sidenav {
  top: 0;
  bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: none;
  transition: none;
  font-weight: 500;
  min-height: 100vh;
  width: 256px;
  color: #343a40;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 1600;
  background-clip: content-box;
  border-right: 1px solid #e9ecef;
  font-size: 14px;
  background-color: #ffffff;
}
.c-sidenav-body {
  bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  width: inherit;
  overflow-y: auto;
  overflow-x: hidden;
  top: 48px;
  margin-bottom: 72px;
  padding-bottom: 72px;
  -webkit-transition: left ease-in-out 0.15s, right ease-in-out 0.15s;
  transition: left ease-in-out 0.15s, right ease-in-out 0.15s;
}
.c-sidenav-fullscreen {
  width: 100%;
}
.c-sidenav-hidden {
  left: -258px;
  display: none;
}
.c-sidenav-hidden .c-sidenav-body {
  left: 0;
}
.c-sidenav-divider {
  height: 1px;
  margin: 8px 0;
  background-color: #f1f3f5;
}
.c-sidenav-collapse {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  font-size: 18px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 256px;
  height: 48px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #adb5bd;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
}
.c-sidenav-collapse > .c-sidenav-menu-icon {
  width: 1em;
  height: 1em;
  font-size: inherit;
  font-style: normal;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  right: 14px;
}
.c-sidenav-collapse > .c-sidenav-menu-icon::before {
  border: 0.2rem solid currentColor;
  position: absolute;
  border-bottom: 0;
  border-right: 0;
  height: 10px;
  width: 10px;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(-45deg);
          transform: translate(-25%, -50%) rotate(-45deg);
}
.c-sidenav-collapse > .c-sidenav-menu-icon::after {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-sidenav-collapse:hover {
  background-color: #f1f3f5;
}
@media (max-width: 767px) {
  .c-sidenav {
    position: fixed;
    -webkit-transition: none;
    transition: none;
    left: -258px;
  }
}

.c-sidenav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-sidenav-menu:first-child {
  margin-top: 4px;
}
.c-sidenav-menu .c-sidenav-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 2px;
  color: #343a40;
  margin: 4px;
  padding: 4px 16px;
  line-height: 32px;
  -webkit-transition: background-color ease-in-out 0.15s, color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s, color ease-in-out 0.15s;
}
.c-sidenav-menu .c-sidenav-menu-link .c-sidenav-menu-icon {
  color: #adb5bd;
  margin: 8px 16px 8px 0;
  font-size: 16px;
}
.c-sidenav-menu .c-sidenav-menu-link:hover {
  color: #343a40;
  background-color: #e9ecef;
}
.c-sidenav-menu .c-sidenav-menu-link:hover .c-sidenav-menu-icon {
  color: #008080;
}
.c-sidenav-menu .c-sidenav-menu-link-active {
  font-weight: 700;
  color: #343a40;
  background-color: #e9ecef;
}
.c-sidenav-menu .c-sidenav-menu-link-active .c-sidenav-menu-icon {
  color: #008080;
}
.c-sidenav-menu .c-sidenav-menu-category {
  color: #868e96;
  padding: 8px 16px;
}
.c-sidenav-menu .c-sidenav-menu-category > .c-sidenav-menu-icon {
  display: none;
}
.c-sidenav-menu .c-sidenav-menu-item-open > .c-sidenav-menu-link {
  color: #343a40;
  background-color: #e9ecef;
  font-weight: bold;
}
.c-sidenav-menu .c-sidenav-menu-item-open > .c-sidenav-menu-link .c-sidenav-menu-icon {
  color: #008080;
}
.c-sidenav-menu .c-sidenav-menu-item-open .c-sidenav-submenu-group {
  display: block;
}
.c-sidenav-menu .c-sidenav-menu-item-open .c-sidenav-submenu .c-sidenav-submenu-group {
  display: none;
}
.c-sidenav-menu .c-sidenav-submenu > .c-sidenav-menu-link {
  padding-right: 16px;
}
.c-sidenav-menu .c-sidenav-submenu > .c-sidenav-menu-link::after {
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid black;
  right: 16px;
  position: absolute;
  vertical-align: middle;
  margin-top: 12px;
}
.c-sidenav-menu .c-sidenav-submenu.c-sidenav-menu-item-open > .c-sidenav-menu-link::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-sidenav-menu .c-sidenav-submenu-group {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  background-color: #ffffff;
}
.c-sidenav-menu .c-sidenav-submenu-group .c-sidenav-menu-link {
  padding-left: 48px;
}
.c-sidenav-menu .c-sidenav-submenu-group .c-sidenav-menu-link-active {
  color: #008080;
}
.c-sidenav-menu .c-sidenav-submenu-group .c-sidenav-submenu-group .c-sidenav-menu-link {
  padding-left: 64px;
}
.c-sidenav-menu .c-sidenav-submenu-group .c-sidenav-submenu-group .c-sidenav-submenu-group .c-sidenav-menu-link {
  padding-left: 80px;
}

.c-sidenav-folded {
  left: 0;
  overflow: visible;
  width: 48px;
}
.c-sidenav-folded .c-sidenav-body {
  width: auto;
  position: static;
  overflow: visible;
}
.c-sidenav-folded .c-sidenav-user-body {
  display: none;
}
.c-sidenav-folded .c-sidenav-user-dropdown {
  padding: 20px;
}
.c-sidenav-folded .c-sidenav-user-dropdown span {
  display: none;
}
.c-sidenav-folded .c-sidenav-menu > .c-sidenav-menu-item {
  margin: 0;
  position: relative;
}
.c-sidenav-folded .c-sidenav-menu > .c-sidenav-menu-item > .c-sidenav-menu-link {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-sidenav-folded .c-sidenav-menu > .c-sidenav-menu-item > .c-sidenav-menu-link > .c-sidenav-menu-icon {
  display: block;
  position: static;
  margin-left: 0;
  margin-right: 0;
}
.c-sidenav-folded .c-sidenav-menu > .c-sidenav-menu-item > .c-sidenav-menu-link > span {
  display: none;
}
.c-sidenav-folded .c-sidenav-menu > .c-sidenav-submenu > .c-sidenav-submenu-group {
  top: 0;
  display: none;
  position: absolute;
  background: #ffffff;
  border: 1px solid #e9ecef;
  z-index: 1600;
  width: 246px;
  right: -246px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.07);
}
.c-sidenav-folded .c-sidenav-menu > .c-sidenav-submenu > .c-sidenav-submenu-group[data-submenu-title]::before {
  content: attr(data-submenu-title);
  opacity: 0.5;
  display: block;
  padding: 16px;
  padding-bottom: 8px;
}
.c-sidenav-folded .c-sidenav-menu > .c-sidenav-submenu > .c-sidenav-menu-link::after {
  content: none;
}
.c-sidenav-folded .c-sidenav-menu > .c-sidenav-submenu:hover > .c-sidenav-submenu-group {
  display: block !important;
}
.c-sidenav-folded .c-sidenav-menu > .c-sidenav-submenu:focus > .c-sidenav-submenu-group {
  display: block !important;
}
.c-sidenav-folded .c-sidenav-menu > .c-sidenav-menu-category {
  padding: 0;
  text-align: center;
  margin-top: 0;
}
.c-sidenav-folded .c-sidenav-menu > .c-sidenav-menu-category > .c-sidenav-menu-icon {
  width: 1em;
  height: 1em;
  font-size: inherit;
  font-style: normal;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  padding: 16px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.c-sidenav-folded .c-sidenav-menu > .c-sidenav-menu-category > .c-sidenav-menu-icon::before {
  top: 50%;
  left: 50%;
  content: "";
  width: 0.2em;
  height: 0.2em;
  display: block;
  position: absolute;
  background: currentColor;
  border-radius: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: -0.4em 0, 0.4em 0;
          box-shadow: -0.4em 0, 0.4em 0;
}
.c-sidenav-folded .c-sidenav-menu > .c-sidenav-menu-category > .c-sidenav-menu-icon::after {
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-sidenav-folded .c-sidenav-menu > .c-sidenav-menu-category > div {
  display: none;
}
.c-sidenav-folded .c-sidenav-menu > .c-sidenav-menu-item-open > .c-sidenav-submenu-group {
  display: none !important;
}
.c-sidenav-folded .c-sidenav-menu .c-sidenav-submenu-group .c-sidenav-menu-link {
  padding-left: 16px;
}
.c-sidenav-folded .c-sidenav-menu .c-sidenav-submenu-group .c-sidenav-submenu-group .c-sidenav-menu-link {
  padding-left: 32px;
}
.c-sidenav-folded .c-sidenav-menu .c-sidenav-submenu-group .c-sidenav-submenu-group .c-sidenav-submenu-group .c-sidenav-menu-link {
  padding-left: 48px;
}
.c-sidenav-folded .c-sidenav-collapse {
  width: 48px;
}
.c-sidenav-folded .c-sidenav-collapse .c-sidenav-menu-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-layout-fixed .c-sidenav:not(.c-sidenav-folded) {
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  white-space: nowrap;
  width: 256px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  will-change: transform;
  position: fixed !important;
  -webkit-transition: width 0.1s ease;
  transition: width 0.1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 48px !important;
}
.c-layout-fixed .c-wrapper {
  margin-top: 48px;
  -webkit-transition: margin 0.1s ease;
  transition: margin 0.1s ease;
  margin-left: 256px;
}
.c-layout-fixed .c-header {
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1600;
}
.c-layout-fixed-folded .c-sidenav-folded {
  position: fixed;
  top: 48px;
}
.c-layout-fixed-folded .c-wrapper {
  margin-left: 48px;
}
@media (max-width: 767px) {
  .c-layout-fixed .c-wrapper {
    margin-left: 0;
  }
  .c-layout-fixed .c-sidenav {
    top: 0;
    margin-left: -256px;
  }
}

.c-sidenav-dark {
  border-right: transparent;
  color: #ffffff;
  background-color: #000000;
}
.c-sidenav-dark .c-sidenav-menu-link {
  color: #ffffff;
}
.c-sidenav-dark .c-sidenav-menu-link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.23);
}
.c-sidenav-dark .c-sidenav-menu-link:hover .c-sidenav-menu-icon {
  color: #008080;
}
.c-sidenav-dark .c-sidenav-menu-link-active .c-sidenav-menu-icon {
  color: #008080;
}
.c-sidenav-dark .c-sidenav-menu-item > .c-sidenav-menu-link-active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.23);
}
.c-sidenav-dark .c-sidenav-menu-item-open > .c-sidenav-menu-link:not(.disabled),
.c-sidenav-dark .c-sidenav-menu > .c-sidenav-menu-item-expanded:not(.c-sidenav-menu-item-open) > .c-sidenav-menu-link {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.23);
}
.c-sidenav-dark .c-sidenav-menu-item-open > .c-sidenav-menu-link:not(.disabled) .c-sidenav-menu-icon,
.c-sidenav-dark .c-sidenav-menu > .c-sidenav-menu-item-expanded:not(.c-sidenav-menu-item-open) > .c-sidenav-menu-link .c-sidenav-menu-icon {
  color: #ffffff;
}
.c-sidenav-dark .c-sidenav-menu > .c-sidenav-menu-item-open > .c-sidenav-menu-link:not(.disabled),
.c-sidenav-dark .c-sidenav-menu > .c-sidenav-menu-item > .c-sidenav-menu-link.active {
  background-color: #008080;
  color: #ffffff;
}
.c-sidenav-dark .c-sidenav-menu-category {
  color: rgba(255, 255, 255, 0.5);
}
.c-sidenav-dark .c-sidenav-menu .c-sidenav-divider {
  background-color: rgba(255, 255, 255, 0.1);
}
.c-sidenav-dark .c-sidenav-menu .c-sidenav-submenu-group {
  background-color: rgba(255, 255, 255, 0.23);
}
.c-sidenav-dark .c-sidenav-menu .c-sidenav-submenu > .c-sidenav-menu-link::after {
  border-left-color: #ffffff;
}
.c-sidenav-dark .c-sidenav-collapse {
  color: #ffffff;
  background-color: #000000;
  border-color: black;
}
.c-sidenav-dark .c-sidenav-collapse:hover {
  background-color: black;
}
.c-sidenav-dark.c-sidenav-folded .c-sidenav-menu > .c-sidenav-submenu > .c-sidenav-submenu-group {
  background-color: #000000;
}

.c-switch {
  height: 16px;
  position: relative;
  display: inline-block;
  min-width: 32px;
  vertical-align: middle;
  line-height: 15px;
}
.c-switch input {
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.c-switch input:focus + .c-switch-handle {
  border-color: #008080;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 128, 128, 0.2);
          box-shadow: 0 0 0 0.1rem rgba(0, 128, 128, 0.2);
}
.c-switch input:checked + .c-switch-handle {
  background: #008080;
  border-color: #008080;
}
.c-switch input:checked + .c-switch-handle::before {
  left: 16px;
}
.c-switch input:checked + .c-switch-handle + .c-switch-label::after {
  opacity: 0;
  display: none;
}
.c-switch input:disabled + .c-switch-handle {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  background: #dee2e6;
  border-color: #dee2e6;
}
.c-switch input:disabled + .c-switch-handle::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f8f9fa;
}
.c-switch input:checked[disabled] + .c-switch-handle {
  cursor: not-allowed;
  background: #868e96;
  border-color: #868e96;
}
.c-switch input:checked[disabled] + .c-switch-handle::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f8f9fa;
}
.c-switch-handle {
  left: 0;
  height: 16px;
  cursor: pointer;
  width: 32px;
  position: absolute;
  display: inline-block;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: #f8f9fa;
  background-clip: padding-box;
  border-radius: 50px;
  border: 1px solid #ced4da;
  -webkit-transition: background 0.2s, border 0.2s, color 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, border 0.2s, color 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s, -webkit-box-shadow 0.2s;
}
.c-switch-handle::before {
  top: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50px;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(33, 37, 41, 0.4);
          box-shadow: 1px 1px 4px 0 rgba(33, 37, 41, 0.4);
  -webkit-transition: background 0.2s, border 0.2s, color 0.2s, left 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, border 0.2s, color 0.2s, left 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s, left 0.2s;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s, left 0.2s, -webkit-box-shadow 0.2s;
}
.c-switch-label {
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  padding-left: 40px;
}
.c-switch-label:empty {
  padding-left: 0;
}
.c-switch-disabled {
  cursor: not-allowed;
  color: #868e96;
}
.c-switch-disabled .c-switch-label {
  cursor: not-allowed;
}
.c-switch-disabled .c-switch input {
  cursor: not-allowed;
}
.c-switch-disabled .c-switch input:checked + .c-switch-handle {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  background: #868e96;
  border-color: #868e96;
}
.c-switch-disabled .c-switch-handle {
  cursor: not-allowed;
  background: #dee2e6;
  border-color: #dee2e6;
}
.c-switch-lg {
  min-height: 32px;
  min-width: 64px;
}
.c-switch-lg input:checked + .c-switch-handle::before {
  left: 32px;
}
.c-switch-lg .c-switch-handle {
  height: 32px;
  width: 64px;
}
.c-switch-lg .c-switch-handle::before {
  width: 30px;
  height: 30px;
}
.c-switch-lg .c-switch-label {
  padding-left: 72px;
  line-height: 32px;
  font-size: 28px;
}
.c-switch-lg .c-switch-label:empty {
  padding-left: 0;
}
.c-switch-lg .c-switch-label::after, .c-switch-lg .c-switch-label::before {
  line-height: 1;
  top: 11px;
  font-size: 10px;
  height: inherit;
  cursor: pointer;
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  border-radius: inherit;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.c-switch-lg .c-switch-label::before {
  opacity: 1;
  left: 8px;
  content: attr(data-on);
  color: #ffffff;
}
.c-switch-lg .c-switch-label::after {
  opacity: 1;
  left: 36px;
  content: attr(data-off);
  color: #495057;
}
.c-switch.c-switch-primary input:focus + .c-switch-handle {
  border-color: #008080;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 128, 128, 0.2);
          box-shadow: 0 0 0 0.1rem rgba(0, 128, 128, 0.2);
}
.c-switch.c-switch-primary input:checked + .c-switch-handle {
  background: #008080;
  border-color: #008080;
}
.c-switch.c-switch-success input:focus + .c-switch-handle {
  border-color: #2f9e44;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(47, 158, 68, 0.2);
          box-shadow: 0 0 0 0.1rem rgba(47, 158, 68, 0.2);
}
.c-switch.c-switch-success input:checked + .c-switch-handle {
  background: #2f9e44;
  border-color: #2f9e44;
}
.c-switch.c-switch-warning input:focus + .c-switch-handle {
  border-color: #f08c00;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(240, 140, 0, 0.2);
          box-shadow: 0 0 0 0.1rem rgba(240, 140, 0, 0.2);
}
.c-switch.c-switch-warning input:checked + .c-switch-handle {
  background: #f08c00;
  border-color: #f08c00;
}
.c-switch.c-switch-danger input:focus + .c-switch-handle {
  border-color: #e03131;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(224, 49, 49, 0.2);
          box-shadow: 0 0 0 0.1rem rgba(224, 49, 49, 0.2);
}
.c-switch.c-switch-danger input:checked + .c-switch-handle {
  background: #e03131;
  border-color: #e03131;
}
.c-switch.c-switch-accent input:focus + .c-switch-handle {
  border-color: #008080;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 128, 128, 0.2);
          box-shadow: 0 0 0 0.1rem rgba(0, 128, 128, 0.2);
}
.c-switch.c-switch-accent input:checked + .c-switch-handle {
  background: #008080;
  border-color: #008080;
}

.c-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 32px;
  font-size: 12px;
  -webkit-box-shadow: inset 0 -1px 0 0 #e9ecef;
          box-shadow: inset 0 -1px 0 0 #e9ecef;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.c-tabs .c-tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #495057;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-tabs .c-tab-item-link {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  cursor: pointer;
  margin: 0;
  color: #495057;
  text-align: center;
  text-decoration: none;
  padding: 8px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border-color 0.2s ease 0s;
  transition: border-color 0.2s ease 0s;
  border-bottom: 2px solid transparent;
}
.c-tabs .c-tab-item-link a {
  color: #000000;
}
.c-tabs .c-tab-item-link:hover {
  color: #000000;
  border-bottom: 2px solid #008080;
}
.c-tabs .c-tab-item-link-active, .c-tabs .c-tab-item-link-active a {
  color: #000000;
}
.c-tabs .c-tab-item-link-active, .c-tabs .c-tab-item-link-active:hover {
  border-bottom-style: solid;
  border-bottom-color: #008080;
  border-bottom-width: 2px;
}
.c-tabs .c-tab-item-link-disabled, .c-tabs .c-tab-item-link-disabled a, .c-tabs .c-tab-item-link-disabled:hover, .c-tabs .c-tab-item-link-disabled:focus, .c-tabs .c-tab-item-link-disabled:active {
  cursor: not-allowed;
  color: #868e96;
}
.c-tabs .c-tab-item-link-disabled, .c-tabs .c-tab-item-link-disabled:hover, .c-tabs .c-tab-item-link-disabled:focus, .c-tabs .c-tab-item-link-disabled:active {
  border-bottom-style: solid;
  border-bottom-color: transparent;
}
.c-tabs-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-tabs-center {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-tabs-fullwidth .c-tab-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-tabs-bordered {
  border: 1px solid #e9ecef;
  background-color: #f8f9fa;
  border-radius: 2px;
  border-bottom: 0;
}
.c-tabs-bordered .c-tab-item {
  height: 32px;
}
.c-tabs-bordered .c-tab-item-link {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  transition: none;
  height: 32px;
  border-right: 1px solid #e9ecef;
  border-bottom: 1px solid #ffffff;
}
.c-tabs-bordered .c-tab-item-link:hover:not(.c-tab-item-link-disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000000;
  background: #ffffff;
  border-bottom: 2px solid #e9ecef;
}
.c-tabs-bordered .c-tab-item-link-active {
  color: #008080;
  border-bottom-color: #ffffff;
  background: #ffffff;
}
.c-tabs-bordered .c-tab-item-link-active:hover {
  color: #008080 !important;
  border-bottom: 1px solid #e9ecef !important;
}
.c-tabs-bordered.c-tabs-right .c-tab-item-link {
  border-left: 1px solid #e9ecef;
}
.c-tabs-bordered.c-tabs-right .c-tab-item-link:last-child {
  margin-right: -1px;
}
.c-tabs-bordered.c-tabs-center .c-tab-item-link:first-child {
  border-left: 1px solid #e9ecef;
}
.c-tabs-bordered.c-tabs-center .c-tab-item-link:last-child {
  margin-right: -1px;
}

.c-tabs-sm {
  height: 24px;
}
.c-tabs-sm .c-tab-item-link {
  height: 24px;
  font-size: 11px;
  padding: 4px 8px;
}
.c-tabs-sm.c-tabs-bordered .c-tab-item {
  height: 24px;
}

.c-tabs-lg {
  height: 40px;
}
.c-tabs-lg .c-tab-item-link {
  height: 40px;
  font-size: 14px;
  padding: 8px 16px;
}
.c-tabs-lg.c-tabs-bordered .c-tab-item {
  height: 40px;
}

table.c-table {
  width: 100%;
  text-align: left;
  line-height: 16px;
}
table.c-table-layout-fixed {
  table-layout: fixed;
}
.c-table thead,
.c-table tbody,
.c-table tfoot {
  border: 0;
  background-color: #ffffff;
}
.c-table tbody {
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
.c-table thead {
  border-style: solid;
  vertical-align: bottom;
  color: #212529;
  background: #f8f9fa;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  border-color: #dee2e6;
  border-width: 1px 0;
}
.c-table thead th {
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
}
.c-table tfoot {
  color: #212529;
  background: #ffffff;
}
.c-table thead tr,
.c-table tfoot tr {
  background: transparent;
}
.c-table thead th,
.c-table thead td,
.c-table tfoot th,
.c-table tfoot td {
  padding: 7px 10px 8px;
  line-height: 16px;
  font-weight: 700;
  border-right: 1px solid #dee2e6;
}
.c-table thead th:last-child,
.c-table thead td:last-child,
.c-table tfoot th:last-child,
.c-table tfoot td:last-child {
  border-right: 0;
}
.c-table:not(.c-table-transparent) tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}
.c-table th,
.c-table td {
  padding: 7px 10px 8px;
  border-right: 0;
  line-height: 16px;
}

table.c-table-scroll {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
table.c-table-hover tbody tr:hover {
  cursor: pointer;
  background: #f1f3f5;
}
table.c-table-hover tbody tr:nth-of-type(even):hover {
  background-color: #f1f3f5;
}
table.c-table-hover tbody tr:nth-of-type(odd):hover {
  background-color: #f1f3f5;
}
table.c-table-row-draggable tbody tr:hover {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
table.c-table-row-draggable tbody tr:hover td:first-child {
  background-repeat: no-repeat;
  background-image: url("data: image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1IiBoZWlnaHQ9IjIwIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxLjMyMjkxNjYgNS4yOTE2NjY4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0yOTEuNzEpIiBmaWxsPSIjYmJjMWM5Ij4gIDxyZWN0IHk9IjI5Ni40NyIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5MS43MSIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHg9Ii43OTM3NSIgeT0iMjkxLjcxIiB3aWR0aD0iLjUyOTE3IiBoZWlnaHQ9Ii41MjkxNyIvPiAgPHJlY3QgeD0iLjc5Mzc1IiB5PSIyOTYuNDciIHdpZHRoPSIuNTI5MTciIGhlaWdodD0iLjUyOTE3Ii8+ICA8cmVjdCB4PSIuNzkzNzUiIHk9IjI5NS42OCIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHg9Ii43OTM3NSIgeT0iMjk0Ljg4IiB3aWR0aD0iLjUyOTE3IiBoZWlnaHQ9Ii41MjkxNyIvPiAgPHJlY3QgeD0iLjc5Mzc1IiB5PSIyOTQuMDkiIHdpZHRoPSIuNTI5MTciIGhlaWdodD0iLjUyOTE3Ii8+ICA8cmVjdCB4PSIuNzkzNzUiIHk9IjI5My4zIiB3aWR0aD0iLjUyOTE3IiBoZWlnaHQ9Ii41MjkxNyIvPiAgPHJlY3QgeD0iLjc5Mzc1IiB5PSIyOTIuNSIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5NS42OCIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5NC44OCIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5NC4wOSIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5My4zIiB3aWR0aD0iLjUyOTE3IiBoZWlnaHQ9Ii41MjkxNyIvPiAgPHJlY3QgeT0iMjkyLjUiIHdpZHRoPSIuNTI5MTciIGhlaWdodD0iLjUyOTE3Ii8+IDwvZz48L3N2Zz4 = ");
  background-position: 2px center;
}
table.c-table-sm thead th,
table.c-table-sm thead td,
table.c-table-sm tbody th,
table.c-table-sm tbody td,
table.c-table-sm tfoot th,
table.c-table-sm tfoot td {
  padding: 3px 8px 4px;
}
table.c-table-lg thead th,
table.c-table-lg thead td,
table.c-table-lg tbody th,
table.c-table-lg tbody td,
table.c-table-lg tfoot th,
table.c-table-lg tfoot td {
  padding: 12px 10px 11px;
  font-size: 14px;
}
table.c-table-border-horizontal tbody tr, table.c-table-border-both tbody tr {
  border-bottom: 1px solid #e9ecef;
}
table.c-table-border-vertical th:not(:last-child), table.c-table-border-both th:not(:last-child),
table.c-table-border-vertical td:not(:last-child),
table.c-table-border-both td:not(:last-child) {
  border-right: 1px solid #e9ecef;
}
table.c-table-border-full th,
table.c-table-border-full td {
  border: 1px solid #e9ecef;
}
table.c-table.c-table-header-transparent thead {
  background: transparent;
}
table.c-table .c-table-header-cell-draggable:hover {
  background-repeat: no-repeat;
  background-image: url("data: image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1IiBoZWlnaHQ9IjIwIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxLjMyMjkxNjYgNS4yOTE2NjY4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0yOTEuNzEpIiBmaWxsPSIjYmJjMWM5Ij4gIDxyZWN0IHk9IjI5Ni40NyIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5MS43MSIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHg9Ii43OTM3NSIgeT0iMjkxLjcxIiB3aWR0aD0iLjUyOTE3IiBoZWlnaHQ9Ii41MjkxNyIvPiAgPHJlY3QgeD0iLjc5Mzc1IiB5PSIyOTYuNDciIHdpZHRoPSIuNTI5MTciIGhlaWdodD0iLjUyOTE3Ii8+ICA8cmVjdCB4PSIuNzkzNzUiIHk9IjI5NS42OCIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHg9Ii43OTM3NSIgeT0iMjk0Ljg4IiB3aWR0aD0iLjUyOTE3IiBoZWlnaHQ9Ii41MjkxNyIvPiAgPHJlY3QgeD0iLjc5Mzc1IiB5PSIyOTQuMDkiIHdpZHRoPSIuNTI5MTciIGhlaWdodD0iLjUyOTE3Ii8+ICA8cmVjdCB4PSIuNzkzNzUiIHk9IjI5My4zIiB3aWR0aD0iLjUyOTE3IiBoZWlnaHQ9Ii41MjkxNyIvPiAgPHJlY3QgeD0iLjc5Mzc1IiB5PSIyOTIuNSIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5NS42OCIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5NC44OCIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5NC4wOSIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5My4zIiB3aWR0aD0iLjUyOTE3IiBoZWlnaHQ9Ii41MjkxNyIvPiAgPHJlY3QgeT0iMjkyLjUiIHdpZHRoPSIuNTI5MTciIGhlaWdodD0iLjUyOTE3Ii8+IDwvZz48L3N2Zz4 = ");
  background-position: 2px center;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  background-color: #e9ecef;
}
table.c-table .c-table-row-draggable:hover {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
table.c-table .c-table-row-draggable:hover td:first-child {
  background-repeat: no-repeat;
  background-image: url("data: image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1IiBoZWlnaHQ9IjIwIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxLjMyMjkxNjYgNS4yOTE2NjY4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0yOTEuNzEpIiBmaWxsPSIjYmJjMWM5Ij4gIDxyZWN0IHk9IjI5Ni40NyIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5MS43MSIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHg9Ii43OTM3NSIgeT0iMjkxLjcxIiB3aWR0aD0iLjUyOTE3IiBoZWlnaHQ9Ii41MjkxNyIvPiAgPHJlY3QgeD0iLjc5Mzc1IiB5PSIyOTYuNDciIHdpZHRoPSIuNTI5MTciIGhlaWdodD0iLjUyOTE3Ii8+ICA8cmVjdCB4PSIuNzkzNzUiIHk9IjI5NS42OCIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHg9Ii43OTM3NSIgeT0iMjk0Ljg4IiB3aWR0aD0iLjUyOTE3IiBoZWlnaHQ9Ii41MjkxNyIvPiAgPHJlY3QgeD0iLjc5Mzc1IiB5PSIyOTQuMDkiIHdpZHRoPSIuNTI5MTciIGhlaWdodD0iLjUyOTE3Ii8+ICA8cmVjdCB4PSIuNzkzNzUiIHk9IjI5My4zIiB3aWR0aD0iLjUyOTE3IiBoZWlnaHQ9Ii41MjkxNyIvPiAgPHJlY3QgeD0iLjc5Mzc1IiB5PSIyOTIuNSIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5NS42OCIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5NC44OCIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5NC4wOSIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5My4zIiB3aWR0aD0iLjUyOTE3IiBoZWlnaHQ9Ii41MjkxNyIvPiAgPHJlY3QgeT0iMjkyLjUiIHdpZHRoPSIuNTI5MTciIGhlaWdodD0iLjUyOTE3Ii8+IDwvZz48L3N2Zz4 = ");
  background-position: 2px center;
}
table.c-table .c-table-row-cell-draggable:hover {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  background-repeat: no-repeat;
  background-image: url("data: image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1IiBoZWlnaHQ9IjIwIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxLjMyMjkxNjYgNS4yOTE2NjY4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0yOTEuNzEpIiBmaWxsPSIjYmJjMWM5Ij4gIDxyZWN0IHk9IjI5Ni40NyIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5MS43MSIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHg9Ii43OTM3NSIgeT0iMjkxLjcxIiB3aWR0aD0iLjUyOTE3IiBoZWlnaHQ9Ii41MjkxNyIvPiAgPHJlY3QgeD0iLjc5Mzc1IiB5PSIyOTYuNDciIHdpZHRoPSIuNTI5MTciIGhlaWdodD0iLjUyOTE3Ii8+ICA8cmVjdCB4PSIuNzkzNzUiIHk9IjI5NS42OCIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHg9Ii43OTM3NSIgeT0iMjk0Ljg4IiB3aWR0aD0iLjUyOTE3IiBoZWlnaHQ9Ii41MjkxNyIvPiAgPHJlY3QgeD0iLjc5Mzc1IiB5PSIyOTQuMDkiIHdpZHRoPSIuNTI5MTciIGhlaWdodD0iLjUyOTE3Ii8+ICA8cmVjdCB4PSIuNzkzNzUiIHk9IjI5My4zIiB3aWR0aD0iLjUyOTE3IiBoZWlnaHQ9Ii41MjkxNyIvPiAgPHJlY3QgeD0iLjc5Mzc1IiB5PSIyOTIuNSIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5NS42OCIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5NC44OCIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5NC4wOSIgd2lkdGg9Ii41MjkxNyIgaGVpZ2h0PSIuNTI5MTciLz4gIDxyZWN0IHk9IjI5My4zIiB3aWR0aD0iLjUyOTE3IiBoZWlnaHQ9Ii41MjkxNyIvPiAgPHJlY3QgeT0iMjkyLjUiIHdpZHRoPSIuNTI5MTciIGhlaWdodD0iLjUyOTE3Ii8+IDwvZz48L3N2Zz4 = ");
  background-position: 2px center;
}

.c-table.c-table .c-table-row-selected,
.c-table.c-table .c-table-cell-selected {
  background-color: #dff7f6;
}
.c-table.c-table .c-table-row-selected:hover,
.c-table.c-table tr:hover > .c-table-cell-selected,
.c-table.c-table .c-table-row:hover > .c-table-cell-selected {
  cursor: pointer;
  background-color: #d3f4f3;
}
.c-table.c-table .c-table-row-starred,
.c-table.c-table .c-table-cell-starred {
  background-color: #fff9db;
}
.c-table.c-table .c-table-row-starred:hover,
.c-table.c-table tr:hover > .c-table-cell-starred,
.c-table.c-table .c-table-row:hover > .c-table-cell-starred {
  cursor: pointer;
  background-color: #fff6cc;
}
.c-table.c-table .c-table-row-success,
.c-table.c-table .c-table-cell-success {
  background-color: #ebfbee;
}
.c-table.c-table .c-table-row-success:hover,
.c-table.c-table tr:hover > .c-table-cell-success,
.c-table.c-table .c-table-row:hover > .c-table-cell-success {
  cursor: pointer;
  background-color: #def8e3;
}
.c-table.c-table .c-table-row-warning,
.c-table.c-table .c-table-cell-warning {
  background-color: #fff9db;
}
.c-table.c-table .c-table-row-warning:hover,
.c-table.c-table tr:hover > .c-table-cell-warning,
.c-table.c-table .c-table-row:hover > .c-table-cell-warning {
  cursor: pointer;
  background-color: #fff6cc;
}
.c-table.c-table .c-table-row-danger,
.c-table.c-table .c-table-cell-danger {
  background-color: #fff5f5;
}
.c-table.c-table .c-table-row-danger:hover,
.c-table.c-table tr:hover > .c-table-cell-danger,
.c-table.c-table .c-table-row:hover > .c-table-cell-danger {
  cursor: pointer;
  background-color: #ffe6e6;
}

.c-body-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #495057;
}

.c-text-xs {
  font-size: 10px;
  line-height: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.c-text-sm {
  font-size: 11px;
  line-height: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.c-text-md {
  font-size: 12px;
  line-height: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.c-text-lg {
  font-size: 14px;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.c-text-xl {
  font-size: 16px;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.c-text-xxl {
  font-size: 18px;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.c-text-heavy {
  font-weight: 900 !important;
}
.c-text-bold {
  font-weight: 700 !important;
}
.c-text-semibold {
  font-weight: 600 !important;
}
.c-text-normal {
  font-weight: 400 !important;
}
.c-text-light {
  font-weight: 300 !important;
}
.c-text-lowercase {
  text-transform: lowercase !important;
}
.c-text-uppercase {
  text-transform: uppercase !important;
}
.c-text-capitalize {
  text-transform: capitalize !important;
}
.c-text-nowrap {
  white-space: nowrap !important;
}
.c-text-underline {
  text-decoration: underline !important;
}
.c-text-strikethrough {
  text-decoration: line-through !important;
}
.c-text-shadow {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
}
.c-text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-text-em, .c-text-italic {
  font-style: italic !important;
}
.c-text-muted {
  color: inherit !important;
  opacity: 0.6 !important;
}
.c-text-monospace {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
}
.c-text small, .c-text-small {
  font-size: 80%;
  line-height: inherit;
}

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

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

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

@media (min-width: 576px) {
  .c-sm-text-left {
    text-align: left !important;
  }
  .c-sm-text-right {
    text-align: right !important;
  }
  .c-sm-text-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .c-md-text-left {
    text-align: left !important;
  }
  .c-md-text-right {
    text-align: right !important;
  }
  .c-md-text-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .c-lg-text-left {
    text-align: left !important;
  }
  .c-lg-text-right {
    text-align: right !important;
  }
  .c-lg-text-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .c-xl-text-left {
    text-align: left !important;
  }
  .c-xl-text-right {
    text-align: right !important;
  }
  .c-xl-text-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .c-xxl-text-left {
    text-align: left !important;
  }
  .c-xxl-text-right {
    text-align: right !important;
  }
  .c-xxl-text-center {
    text-align: center !important;
  }
}
.c-header-xs {
  font-size: 12px;
  line-height: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.c-header-sm {
  font-size: 14px;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.c-header-md {
  font-size: 16px;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.c-header-lg {
  font-size: 20px;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.c-header-xl {
  font-size: 24px;
  line-height: 32px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.c-header-xxl {
  font-size: 36px;
  line-height: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.c-a,
.c-link {
  cursor: pointer;
  color: #008080;
  font-size: 12px;
  line-height: 24px;
  text-decoration: underline;
}
.c-a-hover, .c-a:hover,
.c-link-hover,
.c-link:hover {
  color: #004d4d;
  text-decoration: underline;
}
.c-a-active, .c-a:active,
.c-link-active,
.c-link:active {
  color: #004d4d;
  text-decoration: underline;
}
.c-a-disabled, .c-a-disabled:hover, .c-a-disabled:focus, .c-a-disabled:active, .c-a-disabled:visited, .c-a[disabled], .c-a[disabled]:hover, .c-a[disabled]:focus, .c-a[disabled]:active, .c-a[disabled]:visited, .c-a:disabled, .c-a:disabled:hover, .c-a:disabled:focus, .c-a:disabled:active, .c-a:disabled:visited,
.c-link-disabled,
.c-link-disabled:hover,
.c-link-disabled:focus,
.c-link-disabled:active,
.c-link-disabled:visited,
.c-link[disabled],
.c-link[disabled]:hover,
.c-link[disabled]:focus,
.c-link[disabled]:active,
.c-link[disabled]:visited,
.c-link:disabled,
.c-link:disabled:hover,
.c-link:disabled:focus,
.c-link:disabled:active,
.c-link:disabled:visited {
  cursor: not-allowed;
  color: #ced4da;
  text-decoration: underline;
}
.c-a img,
.c-link img {
  border: 0;
}

.c-hr {
  height: 0;
  clear: both;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  max-width: 100%;
  margin: 16px auto;
  border-bottom: 1px solid #f1f3f5;
}

ol.c-ol {
  font-size: 14px;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #495057;
  font-weight: 400;
}
ol.c-ol li {
  padding-left: 8px;
  margin-left: 20px;
}
ol.c-ol li ol {
  padding: 0;
  margin-left: 0;
}

ul.c-ul {
  font-size: 14px;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #495057;
  font-weight: 400;
  list-style-type: disc;
  list-style-position: outside;
}
ul.c-ul li {
  list-style-type: disc;
  padding-left: 8px;
  margin-left: 20px;
}
ul.c-ul li ul.c-ul li {
  margin-left: 16px;
  margin-bottom: 0;
}

ul.c-ul-unstyled, ul.c-ul-unstyled li,
ol.c-ol-unstyled,
ol.c-ol-unstyled li {
  font-size: 14px;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #495057;
  font-weight: 400;
  list-style: none;
}
ul.c-ul-unstyled ul,
ul.c-ul-unstyled ol,
ol.c-ol-unstyled ul,
ol.c-ol-unstyled ol {
  margin-left: 24px;
}

[data-tooltip] {
  position: relative;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  left: 50%;
  opacity: 0;
  bottom: 100%;
  overflow: hidden;
  position: absolute;
  text-align: center;
  font-style: normal;
  white-space: nowrap;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-overflow: ellipsis;
  padding: 4px 8px;
  z-index: 1650;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 300px;
  font-size: 12px;
  -webkit-transform: translate(-50%, 12px);
          transform: translate(-50%, 12px);
  line-height: 16px;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1), -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1), -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1), transform 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1), transform 0.3s cubic-bezier(0.73, 0.01, 0, 1), -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1);
}
[data-tooltip]::before {
  border-style: solid;
  border-top-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 0;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: -2px;
  opacity: 0;
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1750;
  -webkit-transform: translate(-50%, calc(-50% - 6px));
          transform: translate(-50%, calc(-50% - 6px));
  -webkit-transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s;
}
[data-tooltip]::after {
  color: #ffffff;
  background: #212529;
}
[data-tooltip]::before {
  border-top-color: #212529;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=right]::before {
  border-right-color: #212529;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=bottom]::before {
  border-bottom-color: #212529;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
[data-tooltip][data-tooltip-conf*=left]::before {
  border-left-color: #212529;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip]:hover::before, [data-tooltip]:hover::after, [data-tooltip]:focus::before, [data-tooltip]:focus::after {
  opacity: 1;
}
[data-tooltip]:hover::before, [data-tooltip]:focus::before {
  -webkit-transform: translate(-50%, calc(-50% - 2px));
          transform: translate(-50%, calc(-50% - 2px));
  -webkit-transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.1s;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.1s;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0.1s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.1s;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0.1s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.1s;
}
[data-tooltip]:hover::after, [data-tooltip]:focus::after {
  -webkit-transform: translate(-50%, -6px);
          transform: translate(-50%, -6px);
}
[data-tooltip][data-tooltip-conf*=right]::before {
  border-style: solid;
  border-left-width: 0;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  top: 50%;
  left: auto;
  right: -6px;
  -webkit-transform: translate(calc(-50% + 7px), -50%);
          transform: translate(calc(-50% + 7px), -50%);
}
[data-tooltip][data-tooltip-conf*=right]::after {
  top: 50%;
  left: 100%;
  bottom: auto;
  -webkit-transform: translate(-12px, -50%);
          transform: translate(-12px, -50%);
}
[data-tooltip][data-tooltip-conf*=right]:hover::before, [data-tooltip][data-tooltip-conf*=right]:focus::before {
  -webkit-transform: translate(calc(-50% + 3px), -50%);
          transform: translate(calc(-50% + 3px), -50%);
}
[data-tooltip][data-tooltip-conf*=right]:hover::after, [data-tooltip][data-tooltip-conf*=right]:focus::after {
  -webkit-transform: translate(7px, -50%);
          transform: translate(7px, -50%);
}
[data-tooltip][data-tooltip-conf*=bottom]::before {
  border-style: solid;
  border-top-width: 0;
  border-left-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  left: 50%;
  top: auto;
  bottom: -6px;
  -webkit-transform: translate(-50%, calc(-50% + 6px));
          transform: translate(-50%, calc(-50% + 6px));
}
[data-tooltip][data-tooltip-conf*=bottom]::after {
  left: 50%;
  top: 100%;
  bottom: auto;
  -webkit-transform: translate(-50%, -12px);
          transform: translate(-50%, -12px);
}
[data-tooltip][data-tooltip-conf*=bottom]:hover::before, [data-tooltip][data-tooltip-conf*=bottom]:focus::before {
  -webkit-transform: translate(-50%, calc(-50% + 2px));
          transform: translate(-50%, calc(-50% + 2px));
}
[data-tooltip][data-tooltip-conf*=bottom]:hover::after, [data-tooltip][data-tooltip-conf*=bottom]:focus::after {
  -webkit-transform: translate(-50%, 6px);
          transform: translate(-50%, 6px);
}
[data-tooltip][data-tooltip-conf*=left]::before {
  border-style: solid;
  border-right-width: 0;
  border-top-width: 4px;
  border-left-width: 4px;
  border-bottom-width: 4px;
  top: 50%;
  width: 0;
  height: 0;
  left: -2px;
  -webkit-transform: translate(calc(-50% - 8px), -50%);
          transform: translate(calc(-50% - 8px), -50%);
}
[data-tooltip][data-tooltip-conf*=left]::after {
  top: 50%;
  left: auto;
  right: 100%;
  bottom: auto;
  -webkit-transform: translate(12px, -50%);
          transform: translate(12px, -50%);
}
[data-tooltip][data-tooltip-conf*=left]:hover::after, [data-tooltip][data-tooltip-conf*=left]:focus::after {
  -webkit-transform: translate(-7px, -50%);
          transform: translate(-7px, -50%);
}
[data-tooltip][data-tooltip-conf*=left]:hover::before, [data-tooltip][data-tooltip-conf*=left]:focus::before {
  -webkit-transform: translate(calc(-50% - 3px), -50%);
          transform: translate(calc(-50% - 3px), -50%);
}
[data-tooltip][data-tooltip-conf*=multiline]::after {
  min-width: 180px;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}
[data-tooltip][data-tooltip-conf*=delay]::before {
  -webkit-transition: opacity 0.2s cubic-bezier(0.73, 0.01, 0, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  transition: opacity 0.2s cubic-bezier(0.73, 0.01, 0, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  transition: opacity 0.2s cubic-bezier(0.73, 0.01, 0, 1) 0s, transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  transition: opacity 0.2s cubic-bezier(0.73, 0.01, 0, 1) 0s, transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0s;
}
[data-tooltip][data-tooltip-conf*=delay]::after {
  -webkit-transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0s, transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0s, transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0s;
}
[data-tooltip][data-tooltip-conf*=delay]:hover::before, [data-tooltip][data-tooltip-conf*=delay]:focus::before {
  -webkit-transition: opacity 0.2s cubic-bezier(0.73, 0.01, 0, 1) 0.5s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.5s;
  transition: opacity 0.2s cubic-bezier(0.73, 0.01, 0, 1) 0.5s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.5s;
  transition: opacity 0.2s cubic-bezier(0.73, 0.01, 0, 1) 0.5s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.5s;
  transition: opacity 0.2s cubic-bezier(0.73, 0.01, 0, 1) 0.5s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.5s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.5s;
}
[data-tooltip][data-tooltip-conf*=delay]:hover::after, [data-tooltip][data-tooltip-conf*=delay]:focus::after {
  -webkit-transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.4s, -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.4s;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.4s, -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.4s;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.4s, transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.4s;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.4s, transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.4s, -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.4s;
}
[data-tooltip][data-tooltip-conf*=shadow]::after {
  -webkit-box-shadow: 0 8px 8px -2px rgba(33, 37, 41, 0.1);
          box-shadow: 0 8px 8px -2px rgba(33, 37, 41, 0.1);
}
[data-tooltip][data-tooltip-conf*=no-fade]::before, [data-tooltip][data-tooltip-conf*=no-fade]::after {
  -webkit-transition: none;
  transition: none;
}
[data-tooltip][data-tooltip-conf*=no-arrow]::before {
  display: none;
}
[data-tooltip][data-tooltip-conf*=square]::after {
  border-radius: 0;
}
[data-tooltip][data-tooltip-conf*=invert]::after {
  color: #212529;
  background: #ffffff;
}
[data-tooltip][data-tooltip-conf*=invert]::before {
  border-top-color: #ffffff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=invert][data-tooltip-conf*=right]::before {
  border-right-color: #ffffff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=invert][data-tooltip-conf*=bottom]::before {
  border-bottom-color: #ffffff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
[data-tooltip][data-tooltip-conf*=invert][data-tooltip-conf*=left]::before {
  border-left-color: #ffffff;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=primary]::after {
  color: #ffffff;
  background: #008080;
}
[data-tooltip][data-tooltip-conf*=primary]::before {
  border-top-color: #008080;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=primary][data-tooltip-conf*=right]::before {
  border-right-color: #008080;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=primary][data-tooltip-conf*=bottom]::before {
  border-bottom-color: #008080;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
[data-tooltip][data-tooltip-conf*=primary][data-tooltip-conf*=left]::before {
  border-left-color: #008080;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=success]::after {
  color: #ffffff;
  background: #2f9e44;
}
[data-tooltip][data-tooltip-conf*=success]::before {
  border-top-color: #2f9e44;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=success][data-tooltip-conf*=right]::before {
  border-right-color: #2f9e44;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=success][data-tooltip-conf*=bottom]::before {
  border-bottom-color: #2f9e44;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
[data-tooltip][data-tooltip-conf*=success][data-tooltip-conf*=left]::before {
  border-left-color: #2f9e44;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=warning]::after {
  color: #ffffff;
  background: #f08c00;
}
[data-tooltip][data-tooltip-conf*=warning]::before {
  border-top-color: #f08c00;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=warning][data-tooltip-conf*=right]::before {
  border-right-color: #f08c00;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=warning][data-tooltip-conf*=bottom]::before {
  border-bottom-color: #f08c00;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
[data-tooltip][data-tooltip-conf*=warning][data-tooltip-conf*=left]::before {
  border-left-color: #f08c00;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=danger]::after {
  color: #ffffff;
  background: #e03131;
}
[data-tooltip][data-tooltip-conf*=danger]::before {
  border-top-color: #e03131;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=danger][data-tooltip-conf*=right]::before {
  border-right-color: #e03131;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=danger][data-tooltip-conf*=bottom]::before {
  border-bottom-color: #e03131;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
[data-tooltip][data-tooltip-conf*=danger][data-tooltip-conf*=left]::before {
  border-left-color: #e03131;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=accent]::after {
  color: #ffffff;
  background: #008080;
}
[data-tooltip][data-tooltip-conf*=accent]::before {
  border-top-color: #008080;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=accent][data-tooltip-conf*=right]::before {
  border-right-color: #008080;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip-conf*=accent][data-tooltip-conf*=bottom]::before {
  border-bottom-color: #008080;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
[data-tooltip][data-tooltip-conf*=accent][data-tooltip-conf*=left]::before {
  border-left-color: #008080;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
[data-tooltip][data-tooltip=""]::before, [data-tooltip][data-tooltip=""]::after {
  display: none;
}

.c-toast-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212529;
  margin: 0 0 16px 0;
  word-wrap: break-word;
  border: 1px solid #e9ecef;
  padding: 16px 16px 16px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 0 4px 4px -2px rgba(33, 37, 41, 0.1);
          box-shadow: 0 4px 4px -2px rgba(33, 37, 41, 0.1);
  font-size: 12px;
  border-radius: 2px;
  background: #ffffff;
  font-weight: 700;
}
.c-toast-alert-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #008080;
  font-size: 14px;
  padding-right: 16px;
}
.c-toast-alert::before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  background: #008080;
  width: 4px;
  border: #001a1a;
  border-radius: 2px;
}
.c-toast-alert-close {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin-left: auto;
  margin-right: -4px;
}
.c-toast-alert-close:hover {
  cursor: pointer;
}
.c-toast-alert-close:hover::before, .c-toast-alert-close:hover::after {
  background: #a1a8ae;
}
.c-toast-alert-close::before, .c-toast-alert-close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  background: #868e96;
}
.c-toast-alert-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-toast-alert-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-toast-alert-primary .c-toast-alert-icon {
  color: #008080;
}
.c-toast-alert-primary::before {
  background: #008080;
  border: #001a1a;
}
.c-toast-alert-success .c-toast-alert-icon {
  color: #2f9e44;
}
.c-toast-alert-success::before {
  background: #2f9e44;
  border: #184f22;
}
.c-toast-alert-warning .c-toast-alert-icon {
  color: #f08c00;
}
.c-toast-alert-warning::before {
  background: #f08c00;
  border: #8a5100;
}
.c-toast-alert-danger .c-toast-alert-icon {
  color: #e03131;
}
.c-toast-alert-danger::before {
  background: #e03131;
  border: #951616;
}
.c-toast-alert-accent .c-toast-alert-icon {
  color: #008080;
}
.c-toast-alert-accent::before {
  background: #008080;
  border: #001a1a;
}

.c-bg-danger-0 {
  background-color: #fff5f5 !important;
}
.c-bg-danger-1 {
  background-color: #ffe3e3 !important;
}
.c-bg-danger-2 {
  background-color: #ffc9c9 !important;
}
.c-bg-danger-3 {
  background-color: #ffa8a8 !important;
}
.c-bg-danger-4 {
  background-color: #ff8787 !important;
}
.c-bg-danger-5 {
  background-color: #ff6b6b !important;
}
.c-bg-danger-6 {
  background-color: #fa5252 !important;
}
.c-bg-danger-7 {
  background-color: #f03e3e !important;
}
.c-bg-danger-8 {
  background-color: #e03131 !important;
}
.c-bg-danger-9 {
  background-color: #c92a2a !important;
}
.c-bg-accent-0 {
  background-color: #ffedf1 !important;
}
.c-bg-accent-1 {
  background-color: #ffe0e7 !important;
}
.c-bg-accent-2 {
  background-color: #ffccd6 !important;
}
.c-bg-accent-3 {
  background-color: #ffa3b5 !important;
}
.c-bg-accent-4 {
  background-color: #ff7a94 !important;
}
.c-bg-accent-5 {
  background-color: #ff2953 !important;
}
.c-bg-accent-6 {
  background-color: #ff0032 !important;
}
.c-bg-accent-7 {
  background-color: #d6002a !important;
}
.c-bg-accent-8 {
  background-color: #9e001f !important;
}
.c-bg-accent-9 {
  background-color: #660014 !important;
}
.c-bg-gray-0 {
  background-color: #f8f9fa !important;
}
.c-bg-gray-1 {
  background-color: #f1f3f5 !important;
}
.c-bg-gray-2 {
  background-color: #e9ecef !important;
}
.c-bg-gray-3 {
  background-color: #dee2e6 !important;
}
.c-bg-gray-4 {
  background-color: #ced4da !important;
}
.c-bg-gray-5 {
  background-color: #adb5bd !important;
}
.c-bg-gray-6 {
  background-color: #868e96 !important;
}
.c-bg-gray-7 {
  background-color: #495057 !important;
}
.c-bg-gray-8 {
  background-color: #343a40 !important;
}
.c-bg-gray-9 {
  background-color: #212529 !important;
}
.c-bg-primary-0 {
  background-color: #dff7f6 !important;
}
.c-bg-primary-1 {
  background-color: #b1eae8 !important;
}
.c-bg-primary-2 {
  background-color: #80dddb !important;
}
.c-bg-primary-3 {
  background-color: #4dcecf !important;
}
.c-bg-primary-4 {
  background-color: #26c3c7 !important;
}
.c-bg-primary-5 {
  background-color: #00b9c1 !important;
}
.c-bg-primary-6 {
  background-color: #00a9af !important;
}
.c-bg-primary-7 {
  background-color: #009697 !important;
}
.c-bg-primary-8 {
  background-color: #008080 !important;
}
.c-bg-primary-9 {
  background-color: #055d57 !important;
}
.c-bg-success-0 {
  background-color: #ebfbee !important;
}
.c-bg-success-1 {
  background-color: #d3f9d8 !important;
}
.c-bg-success-2 {
  background-color: #b2f2bb !important;
}
.c-bg-success-3 {
  background-color: #8ce99a !important;
}
.c-bg-success-4 {
  background-color: #69db7c !important;
}
.c-bg-success-5 {
  background-color: #51cf66 !important;
}
.c-bg-success-6 {
  background-color: #40c057 !important;
}
.c-bg-success-7 {
  background-color: #37b24d !important;
}
.c-bg-success-8 {
  background-color: #2f9e44 !important;
}
.c-bg-success-9 {
  background-color: #2b8a3e !important;
}
.c-bg-warning-0 {
  background-color: #fff9db !important;
}
.c-bg-warning-1 {
  background-color: #fff3bf !important;
}
.c-bg-warning-2 {
  background-color: #ffec99 !important;
}
.c-bg-warning-3 {
  background-color: #ffe066 !important;
}
.c-bg-warning-4 {
  background-color: #ffd43b !important;
}
.c-bg-warning-5 {
  background-color: #fcc419 !important;
}
.c-bg-warning-6 {
  background-color: #fab005 !important;
}
.c-bg-warning-7 {
  background-color: #f59f00 !important;
}
.c-bg-warning-8 {
  background-color: #f08c00 !important;
}
.c-bg-warning-9 {
  background-color: #e67700 !important;
}
.c-bg-primary {
  background-color: #008080 !important;
}
.c-bg-success {
  background-color: #2f9e44 !important;
}
.c-bg-warning {
  background-color: #f08c00 !important;
}
.c-bg-danger {
  background-color: #e03131 !important;
}
.c-bg-accent {
  background-color: #008080 !important;
}
.c-bg-white {
  background: #ffffff !important;
}
.c-bg-black {
  background: #000000 !important;
}
.c-bg-transparent {
  background: transparent !important;
}
.c-bg-accent {
  color: #008080 !important;
}
.c-bg-none {
  background: none !important;
}

.c-text-danger-0 {
  color: #fff5f5 !important;
}
.c-text-danger-1 {
  color: #ffe3e3 !important;
}
.c-text-danger-2 {
  color: #ffc9c9 !important;
}
.c-text-danger-3 {
  color: #ffa8a8 !important;
}
.c-text-danger-4 {
  color: #ff8787 !important;
}
.c-text-danger-5 {
  color: #ff6b6b !important;
}
.c-text-danger-6 {
  color: #fa5252 !important;
}
.c-text-danger-7 {
  color: #f03e3e !important;
}
.c-text-danger-8 {
  color: #e03131 !important;
}
.c-text-danger-9 {
  color: #c92a2a !important;
}
.c-text-accent-0 {
  color: #ffedf1 !important;
}
.c-text-accent-1 {
  color: #ffe0e7 !important;
}
.c-text-accent-2 {
  color: #ffccd6 !important;
}
.c-text-accent-3 {
  color: #ffa3b5 !important;
}
.c-text-accent-4 {
  color: #ff7a94 !important;
}
.c-text-accent-5 {
  color: #ff2953 !important;
}
.c-text-accent-6 {
  color: #ff0032 !important;
}
.c-text-accent-7 {
  color: #d6002a !important;
}
.c-text-accent-8 {
  color: #9e001f !important;
}
.c-text-accent-9 {
  color: #660014 !important;
}
.c-text-gray-0 {
  color: #f8f9fa !important;
}
.c-text-gray-1 {
  color: #f1f3f5 !important;
}
.c-text-gray-2 {
  color: #e9ecef !important;
}
.c-text-gray-3 {
  color: #dee2e6 !important;
}
.c-text-gray-4 {
  color: #ced4da !important;
}
.c-text-gray-5 {
  color: #adb5bd !important;
}
.c-text-gray-6 {
  color: #868e96 !important;
}
.c-text-gray-7 {
  color: #495057 !important;
}
.c-text-gray-8 {
  color: #343a40 !important;
}
.c-text-gray-9 {
  color: #212529 !important;
}
.c-text-primary-0 {
  color: #dff7f6 !important;
}
.c-text-primary-1 {
  color: #b1eae8 !important;
}
.c-text-primary-2 {
  color: #80dddb !important;
}
.c-text-primary-3 {
  color: #4dcecf !important;
}
.c-text-primary-4 {
  color: #26c3c7 !important;
}
.c-text-primary-5 {
  color: #00b9c1 !important;
}
.c-text-primary-6 {
  color: #00a9af !important;
}
.c-text-primary-7 {
  color: #009697 !important;
}
.c-text-primary-8 {
  color: #008080 !important;
}
.c-text-primary-9 {
  color: #055d57 !important;
}
.c-text-success-0 {
  color: #ebfbee !important;
}
.c-text-success-1 {
  color: #d3f9d8 !important;
}
.c-text-success-2 {
  color: #b2f2bb !important;
}
.c-text-success-3 {
  color: #8ce99a !important;
}
.c-text-success-4 {
  color: #69db7c !important;
}
.c-text-success-5 {
  color: #51cf66 !important;
}
.c-text-success-6 {
  color: #40c057 !important;
}
.c-text-success-7 {
  color: #37b24d !important;
}
.c-text-success-8 {
  color: #2f9e44 !important;
}
.c-text-success-9 {
  color: #2b8a3e !important;
}
.c-text-warning-0 {
  color: #fff9db !important;
}
.c-text-warning-1 {
  color: #fff3bf !important;
}
.c-text-warning-2 {
  color: #ffec99 !important;
}
.c-text-warning-3 {
  color: #ffe066 !important;
}
.c-text-warning-4 {
  color: #ffd43b !important;
}
.c-text-warning-5 {
  color: #fcc419 !important;
}
.c-text-warning-6 {
  color: #fab005 !important;
}
.c-text-warning-7 {
  color: #f59f00 !important;
}
.c-text-warning-8 {
  color: #f08c00 !important;
}
.c-text-warning-9 {
  color: #e67700 !important;
}
.c-text-primary {
  color: #008080 !important;
}
.c-text-success {
  color: #2f9e44 !important;
}
.c-text-warning {
  color: #f08c00 !important;
}
.c-text-danger {
  color: #e03131 !important;
}
.c-text-accent {
  color: #008080 !important;
}
.c-text-white {
  color: #ffffff !important;
}
.c-text-black {
  color: #000000 !important;
}
.c-text-accent {
  color: #008080 !important;
}

.c-flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.c-flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.c-flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.c-flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.c-flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.c-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.c-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.c-justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.c-justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.c-justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.c-justify-space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.c-justify-space-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.c-align-top {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.c-align-bottom {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.c-align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.c-align-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.c-align-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.c-align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.c-align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.c-align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.c-align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.c-align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.c-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.c-align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.c-align-self-top {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.c-align-self-bottom {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.c-align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.c-align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.c-align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .c-sm-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .c-sm-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .c-sm-flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .c-sm-flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .c-sm-flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .c-sm-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .c-sm-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .c-sm-justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .c-sm-justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .c-sm-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .c-sm-justify-space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .c-sm-justify-space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .c-sm-align-top {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .c-sm-align-bottom {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .c-sm-align-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .c-sm-align-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .c-sm-align-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .c-sm-align-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .c-sm-align-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .c-sm-align-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .c-sm-align-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .c-sm-align-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .c-sm-align-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .c-sm-align-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .c-sm-align-self-top {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .c-sm-align-self-bottom {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .c-sm-align-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .c-sm-align-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .c-sm-align-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .c-md-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .c-md-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .c-md-flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .c-md-flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .c-md-flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .c-md-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .c-md-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .c-md-justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .c-md-justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .c-md-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .c-md-justify-space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .c-md-justify-space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .c-md-align-top {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .c-md-align-bottom {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .c-md-align-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .c-md-align-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .c-md-align-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .c-md-align-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .c-md-align-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .c-md-align-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .c-md-align-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .c-md-align-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .c-md-align-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .c-md-align-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .c-md-align-self-top {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .c-md-align-self-bottom {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .c-md-align-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .c-md-align-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .c-md-align-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .c-lg-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .c-lg-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .c-lg-flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .c-lg-flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .c-lg-flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .c-lg-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .c-lg-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .c-lg-justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .c-lg-justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .c-lg-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .c-lg-justify-space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .c-lg-justify-space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .c-lg-align-top {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .c-lg-align-bottom {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .c-lg-align-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .c-lg-align-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .c-lg-align-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .c-lg-align-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .c-lg-align-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .c-lg-align-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .c-lg-align-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .c-lg-align-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .c-lg-align-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .c-lg-align-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .c-lg-align-self-top {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .c-lg-align-self-bottom {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .c-lg-align-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .c-lg-align-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .c-lg-align-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .c-xl-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .c-xl-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .c-xl-flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .c-xl-flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .c-xl-flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .c-xl-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .c-xl-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .c-xl-justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .c-xl-justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .c-xl-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .c-xl-justify-space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .c-xl-justify-space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .c-xl-align-top {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .c-xl-align-bottom {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .c-xl-align-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .c-xl-align-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .c-xl-align-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .c-xl-align-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .c-xl-align-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .c-xl-align-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .c-xl-align-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .c-xl-align-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .c-xl-align-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .c-xl-align-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .c-xl-align-self-top {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .c-xl-align-self-bottom {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .c-xl-align-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .c-xl-align-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .c-xl-align-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .c-xxl-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .c-xxl-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .c-xxl-flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .c-xxl-flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .c-xxl-flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .c-xxl-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .c-xxl-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .c-xxl-justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .c-xxl-justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .c-xxl-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .c-xxl-justify-space-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .c-xxl-justify-space-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .c-xxl-align-top {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .c-xxl-align-bottom {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .c-xxl-align-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .c-xxl-align-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .c-xxl-align-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .c-xxl-align-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .c-xxl-align-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .c-xxl-align-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .c-xxl-align-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .c-xxl-align-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .c-xxl-align-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .c-xxl-align-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .c-xxl-align-self-top {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .c-xxl-align-self-bottom {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .c-xxl-align-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .c-xxl-align-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .c-xxl-align-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.c-pull-left {
  float: left !important;
}

.c-pull-right {
  float: right !important;
}

.c-pull-none {
  float: none !important;
}

@media (min-width: 576px) {
  .c-sm-pull-left {
    float: left !important;
  }
  .c-sm-pull-right {
    float: right !important;
  }
  .c-sm-pull-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .c-md-pull-left {
    float: left !important;
  }
  .c-md-pull-right {
    float: right !important;
  }
  .c-md-pull-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .c-lg-pull-left {
    float: left !important;
  }
  .c-lg-pull-right {
    float: right !important;
  }
  .c-lg-pull-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .c-xl-pull-left {
    float: left !important;
  }
  .c-xl-pull-right {
    float: right !important;
  }
  .c-xl-pull-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .c-xxl-pull-left {
    float: left !important;
  }
  .c-xxl-pull-right {
    float: right !important;
  }
  .c-xxl-pull-none {
    float: none !important;
  }
}
.c-d-none {
  display: none !important;
}

.c-d-inline {
  display: inline !important;
}

.c-d-inline-block {
  display: inline-block !important;
}

.c-d-block {
  display: block !important;
}

.c-d-table {
  display: table !important;
}

.c-d-table-cell {
  display: table-cell !important;
}

.c-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.c-d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .c-sm-d-none {
    display: none !important;
  }
  .c-sm-d-inline {
    display: inline !important;
  }
  .c-sm-d-inline-block {
    display: inline-block !important;
  }
  .c-sm-d-block {
    display: block !important;
  }
  .c-sm-d-table {
    display: table !important;
  }
  .c-sm-d-table-cell {
    display: table-cell !important;
  }
  .c-sm-d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .c-sm-d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .c-md-d-none {
    display: none !important;
  }
  .c-md-d-inline {
    display: inline !important;
  }
  .c-md-d-inline-block {
    display: inline-block !important;
  }
  .c-md-d-block {
    display: block !important;
  }
  .c-md-d-table {
    display: table !important;
  }
  .c-md-d-table-cell {
    display: table-cell !important;
  }
  .c-md-d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .c-md-d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .c-lg-d-none {
    display: none !important;
  }
  .c-lg-d-inline {
    display: inline !important;
  }
  .c-lg-d-inline-block {
    display: inline-block !important;
  }
  .c-lg-d-block {
    display: block !important;
  }
  .c-lg-d-table {
    display: table !important;
  }
  .c-lg-d-table-cell {
    display: table-cell !important;
  }
  .c-lg-d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .c-lg-d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .c-xl-d-none {
    display: none !important;
  }
  .c-xl-d-inline {
    display: inline !important;
  }
  .c-xl-d-inline-block {
    display: inline-block !important;
  }
  .c-xl-d-block {
    display: block !important;
  }
  .c-xl-d-table {
    display: table !important;
  }
  .c-xl-d-table-cell {
    display: table-cell !important;
  }
  .c-xl-d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .c-xl-d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .c-xxl-d-none {
    display: none !important;
  }
  .c-xxl-d-inline {
    display: inline !important;
  }
  .c-xxl-d-inline-block {
    display: inline-block !important;
  }
  .c-xxl-d-block {
    display: block !important;
  }
  .c-xxl-d-table {
    display: table !important;
  }
  .c-xxl-d-table-cell {
    display: table-cell !important;
  }
  .c-xxl-d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .c-xxl-d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.c-hidden {
  display: none !important;
}

@media (min-width: 0) and (max-width: 575px) {
  .c-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .c-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .c-hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .c-hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .c-hidden-xxl {
    display: none !important;
  }
}
.c-depth-0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.c-depth-xs {
  -webkit-box-shadow: 0 2px 4px -2px rgba(33, 37, 41, 0.1) !important;
          box-shadow: 0 2px 4px -2px rgba(33, 37, 41, 0.1) !important;
}
.c-depth-sm {
  -webkit-box-shadow: 0 4px 4px -2px rgba(33, 37, 41, 0.1) !important;
          box-shadow: 0 4px 4px -2px rgba(33, 37, 41, 0.1) !important;
}
.c-depth-md {
  -webkit-box-shadow: 0 6px 8px -2px rgba(33, 37, 41, 0.1) !important;
          box-shadow: 0 6px 8px -2px rgba(33, 37, 41, 0.1) !important;
}
.c-depth-lg {
  -webkit-box-shadow: 0 8px 8px -2px rgba(33, 37, 41, 0.1) !important;
          box-shadow: 0 8px 8px -2px rgba(33, 37, 41, 0.1) !important;
}

.c-cursor-pointer {
  cursor: pointer !important;
}

.c-cursor-grab {
  cursor: move !important;
  cursor: -webkit-grab !important;
  cursor: grab !important;
}

.c-cursor-grabbing {
  cursor: move !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.c-cursor-move {
  cursor: move !important;
}

.c-full-height {
  height: 100% !important;
}

.c-full-width {
  width: 100% !important;
}

.c-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-center-top {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.c-center-right {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-center-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.c-center-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-p-0 {
  padding: 0 !important;
}
.c-p-xxs {
  padding: 2px !important;
}
.c-p-xs {
  padding: 4px !important;
}
.c-p-sm {
  padding: 8px !important;
}
.c-p-md {
  padding: 16px !important;
}
.c-p-lg {
  padding: 24px !important;
}
.c-p-xl {
  padding: 32px !important;
}

.c-p-top-0 {
  padding-top: 0 !important;
}
.c-p-top-xxs {
  padding-top: 2px !important;
}
.c-p-top-xs {
  padding-top: 4px !important;
}
.c-p-top-sm {
  padding-top: 8px !important;
}
.c-p-top-md {
  padding-top: 16px !important;
}
.c-p-top-lg {
  padding-top: 24px !important;
}
.c-p-top-xl {
  padding-top: 32px !important;
}

.c-p-bottom-0 {
  padding-bottom: 0 !important;
}
.c-p-bottom-xxs {
  padding-bottom: 2px !important;
}
.c-p-bottom-xs {
  padding-bottom: 4px !important;
}
.c-p-bottom-sm {
  padding-bottom: 8px !important;
}
.c-p-bottom-md {
  padding-bottom: 16px !important;
}
.c-p-bottom-lg {
  padding-bottom: 24px !important;
}
.c-p-bottom-xl {
  padding-bottom: 32px !important;
}

.c-p-left-0 {
  padding-left: 0 !important;
}
.c-p-left-xxs {
  padding-left: 2px !important;
}
.c-p-left-xs {
  padding-left: 4px !important;
}
.c-p-left-sm {
  padding-left: 8px !important;
}
.c-p-left-md {
  padding-left: 16px !important;
}
.c-p-left-lg {
  padding-left: 24px !important;
}
.c-p-left-xl {
  padding-left: 32px !important;
}

.c-p-right-0 {
  padding-right: 0 !important;
}
.c-p-right-xxs {
  padding-right: 2px !important;
}
.c-p-right-xs {
  padding-right: 4px !important;
}
.c-p-right-sm {
  padding-right: 8px !important;
}
.c-p-right-md {
  padding-right: 16px !important;
}
.c-p-right-lg {
  padding-right: 24px !important;
}
.c-p-right-xl {
  padding-right: 32px !important;
}

.c-p-horizontal-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.c-p-horizontal-xxs {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.c-p-horizontal-xs {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.c-p-horizontal-sm {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.c-p-horizontal-md {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.c-p-horizontal-lg {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.c-p-horizontal-xl {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.c-p-vertical-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.c-p-vertical-xxs {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.c-p-vertical-xs {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.c-p-vertical-sm {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.c-p-vertical-md {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.c-p-vertical-lg {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.c-p-vertical-xl {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.c-m-0 {
  margin: 0 !important;
}
.c-m-xxs {
  margin: 2px !important;
}
.c-m-xs {
  margin: 4px !important;
}
.c-m-sm {
  margin: 8px !important;
}
.c-m-md {
  margin: 16px !important;
}
.c-m-lg {
  margin: 24px !important;
}
.c-m-xl {
  margin: 32px !important;
}

.c-m-top-0 {
  margin-top: 0 !important;
}
.c-m-top-xxs {
  margin-top: 2px !important;
}
.c-m-top-xs {
  margin-top: 4px !important;
}
.c-m-top-sm {
  margin-top: 8px !important;
}
.c-m-top-md {
  margin-top: 16px !important;
}
.c-m-top-lg {
  margin-top: 24px !important;
}
.c-m-top-xl {
  margin-top: 32px !important;
}

.c-m-bottom-0 {
  margin-bottom: 0 !important;
}
.c-m-bottom-xxs {
  margin-bottom: 2px !important;
}
.c-m-bottom-xs {
  margin-bottom: 4px !important;
}
.c-m-bottom-sm {
  margin-bottom: 8px !important;
}
.c-m-bottom-md {
  margin-bottom: 16px !important;
}
.c-m-bottom-lg {
  margin-bottom: 24px !important;
}
.c-m-bottom-xl {
  margin-bottom: 32px !important;
}

.c-m-left-0 {
  margin-left: 0 !important;
}
.c-m-left-xxs {
  margin-left: 2px !important;
}
.c-m-left-xs {
  margin-left: 4px !important;
}
.c-m-left-sm {
  margin-left: 8px !important;
}
.c-m-left-md {
  margin-left: 16px !important;
}
.c-m-left-lg {
  margin-left: 24px !important;
}
.c-m-left-xl {
  margin-left: 32px !important;
}

.c-m-right-0 {
  margin-right: 0 !important;
}
.c-m-right-xxs {
  margin-right: 2px !important;
}
.c-m-right-xs {
  margin-right: 4px !important;
}
.c-m-right-sm {
  margin-right: 8px !important;
}
.c-m-right-md {
  margin-right: 16px !important;
}
.c-m-right-lg {
  margin-right: 24px !important;
}
.c-m-right-xl {
  margin-right: 32px !important;
}

.c-m-horizontal-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.c-m-horizontal-xxs {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.c-m-horizontal-xs {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.c-m-horizontal-sm {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.c-m-horizontal-md {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.c-m-horizontal-lg {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.c-m-horizontal-xl {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.c-m-vertical-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.c-m-vertical-xxs {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.c-m-vertical-xs {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.c-m-vertical-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.c-m-vertical-md {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.c-m-vertical-lg {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.c-m-vertical-xl {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

@media (min-width: 576px) {
  .c-sm-p-0 {
    padding: 0 !important;
  }
  .c-sm-p-xxs {
    padding: 2px !important;
  }
  .c-sm-p-xs {
    padding: 4px !important;
  }
  .c-sm-p-sm {
    padding: 8px !important;
  }
  .c-sm-p-md {
    padding: 16px !important;
  }
  .c-sm-p-lg {
    padding: 24px !important;
  }
  .c-sm-p-xl {
    padding: 32px !important;
  }
  .c-sm-p-top-0 {
    padding-top: 0 !important;
  }
  .c-sm-p-top-xxs {
    padding-top: 2px !important;
  }
  .c-sm-p-top-xs {
    padding-top: 4px !important;
  }
  .c-sm-p-top-sm {
    padding-top: 8px !important;
  }
  .c-sm-p-top-md {
    padding-top: 16px !important;
  }
  .c-sm-p-top-lg {
    padding-top: 24px !important;
  }
  .c-sm-p-top-xl {
    padding-top: 32px !important;
  }
  .c-sm-p-bottom-0 {
    padding-bottom: 0 !important;
  }
  .c-sm-p-bottom-xxs {
    padding-bottom: 2px !important;
  }
  .c-sm-p-bottom-xs {
    padding-bottom: 4px !important;
  }
  .c-sm-p-bottom-sm {
    padding-bottom: 8px !important;
  }
  .c-sm-p-bottom-md {
    padding-bottom: 16px !important;
  }
  .c-sm-p-bottom-lg {
    padding-bottom: 24px !important;
  }
  .c-sm-p-bottom-xl {
    padding-bottom: 32px !important;
  }
  .c-sm-p-left-0 {
    padding-left: 0 !important;
  }
  .c-sm-p-left-xxs {
    padding-left: 2px !important;
  }
  .c-sm-p-left-xs {
    padding-left: 4px !important;
  }
  .c-sm-p-left-sm {
    padding-left: 8px !important;
  }
  .c-sm-p-left-md {
    padding-left: 16px !important;
  }
  .c-sm-p-left-lg {
    padding-left: 24px !important;
  }
  .c-sm-p-left-xl {
    padding-left: 32px !important;
  }
  .c-sm-p-right-0 {
    padding-right: 0 !important;
  }
  .c-sm-p-right-xxs {
    padding-right: 2px !important;
  }
  .c-sm-p-right-xs {
    padding-right: 4px !important;
  }
  .c-sm-p-right-sm {
    padding-right: 8px !important;
  }
  .c-sm-p-right-md {
    padding-right: 16px !important;
  }
  .c-sm-p-right-lg {
    padding-right: 24px !important;
  }
  .c-sm-p-right-xl {
    padding-right: 32px !important;
  }
  .c-sm-p-horizontal-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .c-sm-p-horizontal-xxs {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .c-sm-p-horizontal-xs {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .c-sm-p-horizontal-sm {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .c-sm-p-horizontal-md {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .c-sm-p-horizontal-lg {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .c-sm-p-horizontal-xl {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .c-sm-p-vertical-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .c-sm-p-vertical-xxs {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .c-sm-p-vertical-xs {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .c-sm-p-vertical-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .c-sm-p-vertical-md {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .c-sm-p-vertical-lg {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .c-sm-p-vertical-xl {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .c-sm-m-0 {
    margin: 0 !important;
  }
  .c-sm-m-xxs {
    margin: 2px !important;
  }
  .c-sm-m-xs {
    margin: 4px !important;
  }
  .c-sm-m-sm {
    margin: 8px !important;
  }
  .c-sm-m-md {
    margin: 16px !important;
  }
  .c-sm-m-lg {
    margin: 24px !important;
  }
  .c-sm-m-xl {
    margin: 32px !important;
  }
  .c-sm-m-top-0 {
    margin-top: 0 !important;
  }
  .c-sm-m-top-xxs {
    margin-top: 2px !important;
  }
  .c-sm-m-top-xs {
    margin-top: 4px !important;
  }
  .c-sm-m-top-sm {
    margin-top: 8px !important;
  }
  .c-sm-m-top-md {
    margin-top: 16px !important;
  }
  .c-sm-m-top-lg {
    margin-top: 24px !important;
  }
  .c-sm-m-top-xl {
    margin-top: 32px !important;
  }
  .c-sm-m-bottom-0 {
    margin-bottom: 0 !important;
  }
  .c-sm-m-bottom-xxs {
    margin-bottom: 2px !important;
  }
  .c-sm-m-bottom-xs {
    margin-bottom: 4px !important;
  }
  .c-sm-m-bottom-sm {
    margin-bottom: 8px !important;
  }
  .c-sm-m-bottom-md {
    margin-bottom: 16px !important;
  }
  .c-sm-m-bottom-lg {
    margin-bottom: 24px !important;
  }
  .c-sm-m-bottom-xl {
    margin-bottom: 32px !important;
  }
  .c-sm-m-left-0 {
    margin-left: 0 !important;
  }
  .c-sm-m-left-xxs {
    margin-left: 2px !important;
  }
  .c-sm-m-left-xs {
    margin-left: 4px !important;
  }
  .c-sm-m-left-sm {
    margin-left: 8px !important;
  }
  .c-sm-m-left-md {
    margin-left: 16px !important;
  }
  .c-sm-m-left-lg {
    margin-left: 24px !important;
  }
  .c-sm-m-left-xl {
    margin-left: 32px !important;
  }
  .c-sm-m-right-0 {
    margin-right: 0 !important;
  }
  .c-sm-m-right-xxs {
    margin-right: 2px !important;
  }
  .c-sm-m-right-xs {
    margin-right: 4px !important;
  }
  .c-sm-m-right-sm {
    margin-right: 8px !important;
  }
  .c-sm-m-right-md {
    margin-right: 16px !important;
  }
  .c-sm-m-right-lg {
    margin-right: 24px !important;
  }
  .c-sm-m-right-xl {
    margin-right: 32px !important;
  }
  .c-sm-m-horizontal-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .c-sm-m-horizontal-xxs {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .c-sm-m-horizontal-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .c-sm-m-horizontal-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .c-sm-m-horizontal-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .c-sm-m-horizontal-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .c-sm-m-horizontal-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .c-sm-m-vertical-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .c-sm-m-vertical-xxs {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .c-sm-m-vertical-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .c-sm-m-vertical-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .c-sm-m-vertical-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .c-sm-m-vertical-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .c-sm-m-vertical-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .c-md-p-0 {
    padding: 0 !important;
  }
  .c-md-p-xxs {
    padding: 2px !important;
  }
  .c-md-p-xs {
    padding: 4px !important;
  }
  .c-md-p-sm {
    padding: 8px !important;
  }
  .c-md-p-md {
    padding: 16px !important;
  }
  .c-md-p-lg {
    padding: 24px !important;
  }
  .c-md-p-xl {
    padding: 32px !important;
  }
  .c-md-p-top-0 {
    padding-top: 0 !important;
  }
  .c-md-p-top-xxs {
    padding-top: 2px !important;
  }
  .c-md-p-top-xs {
    padding-top: 4px !important;
  }
  .c-md-p-top-sm {
    padding-top: 8px !important;
  }
  .c-md-p-top-md {
    padding-top: 16px !important;
  }
  .c-md-p-top-lg {
    padding-top: 24px !important;
  }
  .c-md-p-top-xl {
    padding-top: 32px !important;
  }
  .c-md-p-bottom-0 {
    padding-bottom: 0 !important;
  }
  .c-md-p-bottom-xxs {
    padding-bottom: 2px !important;
  }
  .c-md-p-bottom-xs {
    padding-bottom: 4px !important;
  }
  .c-md-p-bottom-sm {
    padding-bottom: 8px !important;
  }
  .c-md-p-bottom-md {
    padding-bottom: 16px !important;
  }
  .c-md-p-bottom-lg {
    padding-bottom: 24px !important;
  }
  .c-md-p-bottom-xl {
    padding-bottom: 32px !important;
  }
  .c-md-p-left-0 {
    padding-left: 0 !important;
  }
  .c-md-p-left-xxs {
    padding-left: 2px !important;
  }
  .c-md-p-left-xs {
    padding-left: 4px !important;
  }
  .c-md-p-left-sm {
    padding-left: 8px !important;
  }
  .c-md-p-left-md {
    padding-left: 16px !important;
  }
  .c-md-p-left-lg {
    padding-left: 24px !important;
  }
  .c-md-p-left-xl {
    padding-left: 32px !important;
  }
  .c-md-p-right-0 {
    padding-right: 0 !important;
  }
  .c-md-p-right-xxs {
    padding-right: 2px !important;
  }
  .c-md-p-right-xs {
    padding-right: 4px !important;
  }
  .c-md-p-right-sm {
    padding-right: 8px !important;
  }
  .c-md-p-right-md {
    padding-right: 16px !important;
  }
  .c-md-p-right-lg {
    padding-right: 24px !important;
  }
  .c-md-p-right-xl {
    padding-right: 32px !important;
  }
  .c-md-p-horizontal-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .c-md-p-horizontal-xxs {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .c-md-p-horizontal-xs {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .c-md-p-horizontal-sm {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .c-md-p-horizontal-md {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .c-md-p-horizontal-lg {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .c-md-p-horizontal-xl {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .c-md-p-vertical-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .c-md-p-vertical-xxs {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .c-md-p-vertical-xs {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .c-md-p-vertical-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .c-md-p-vertical-md {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .c-md-p-vertical-lg {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .c-md-p-vertical-xl {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .c-md-m-0 {
    margin: 0 !important;
  }
  .c-md-m-xxs {
    margin: 2px !important;
  }
  .c-md-m-xs {
    margin: 4px !important;
  }
  .c-md-m-sm {
    margin: 8px !important;
  }
  .c-md-m-md {
    margin: 16px !important;
  }
  .c-md-m-lg {
    margin: 24px !important;
  }
  .c-md-m-xl {
    margin: 32px !important;
  }
  .c-md-m-top-0 {
    margin-top: 0 !important;
  }
  .c-md-m-top-xxs {
    margin-top: 2px !important;
  }
  .c-md-m-top-xs {
    margin-top: 4px !important;
  }
  .c-md-m-top-sm {
    margin-top: 8px !important;
  }
  .c-md-m-top-md {
    margin-top: 16px !important;
  }
  .c-md-m-top-lg {
    margin-top: 24px !important;
  }
  .c-md-m-top-xl {
    margin-top: 32px !important;
  }
  .c-md-m-bottom-0 {
    margin-bottom: 0 !important;
  }
  .c-md-m-bottom-xxs {
    margin-bottom: 2px !important;
  }
  .c-md-m-bottom-xs {
    margin-bottom: 4px !important;
  }
  .c-md-m-bottom-sm {
    margin-bottom: 8px !important;
  }
  .c-md-m-bottom-md {
    margin-bottom: 16px !important;
  }
  .c-md-m-bottom-lg {
    margin-bottom: 24px !important;
  }
  .c-md-m-bottom-xl {
    margin-bottom: 32px !important;
  }
  .c-md-m-left-0 {
    margin-left: 0 !important;
  }
  .c-md-m-left-xxs {
    margin-left: 2px !important;
  }
  .c-md-m-left-xs {
    margin-left: 4px !important;
  }
  .c-md-m-left-sm {
    margin-left: 8px !important;
  }
  .c-md-m-left-md {
    margin-left: 16px !important;
  }
  .c-md-m-left-lg {
    margin-left: 24px !important;
  }
  .c-md-m-left-xl {
    margin-left: 32px !important;
  }
  .c-md-m-right-0 {
    margin-right: 0 !important;
  }
  .c-md-m-right-xxs {
    margin-right: 2px !important;
  }
  .c-md-m-right-xs {
    margin-right: 4px !important;
  }
  .c-md-m-right-sm {
    margin-right: 8px !important;
  }
  .c-md-m-right-md {
    margin-right: 16px !important;
  }
  .c-md-m-right-lg {
    margin-right: 24px !important;
  }
  .c-md-m-right-xl {
    margin-right: 32px !important;
  }
  .c-md-m-horizontal-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .c-md-m-horizontal-xxs {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .c-md-m-horizontal-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .c-md-m-horizontal-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .c-md-m-horizontal-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .c-md-m-horizontal-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .c-md-m-horizontal-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .c-md-m-vertical-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .c-md-m-vertical-xxs {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .c-md-m-vertical-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .c-md-m-vertical-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .c-md-m-vertical-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .c-md-m-vertical-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .c-md-m-vertical-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 992px) {
  .c-lg-p-0 {
    padding: 0 !important;
  }
  .c-lg-p-xxs {
    padding: 2px !important;
  }
  .c-lg-p-xs {
    padding: 4px !important;
  }
  .c-lg-p-sm {
    padding: 8px !important;
  }
  .c-lg-p-md {
    padding: 16px !important;
  }
  .c-lg-p-lg {
    padding: 24px !important;
  }
  .c-lg-p-xl {
    padding: 32px !important;
  }
  .c-lg-p-top-0 {
    padding-top: 0 !important;
  }
  .c-lg-p-top-xxs {
    padding-top: 2px !important;
  }
  .c-lg-p-top-xs {
    padding-top: 4px !important;
  }
  .c-lg-p-top-sm {
    padding-top: 8px !important;
  }
  .c-lg-p-top-md {
    padding-top: 16px !important;
  }
  .c-lg-p-top-lg {
    padding-top: 24px !important;
  }
  .c-lg-p-top-xl {
    padding-top: 32px !important;
  }
  .c-lg-p-bottom-0 {
    padding-bottom: 0 !important;
  }
  .c-lg-p-bottom-xxs {
    padding-bottom: 2px !important;
  }
  .c-lg-p-bottom-xs {
    padding-bottom: 4px !important;
  }
  .c-lg-p-bottom-sm {
    padding-bottom: 8px !important;
  }
  .c-lg-p-bottom-md {
    padding-bottom: 16px !important;
  }
  .c-lg-p-bottom-lg {
    padding-bottom: 24px !important;
  }
  .c-lg-p-bottom-xl {
    padding-bottom: 32px !important;
  }
  .c-lg-p-left-0 {
    padding-left: 0 !important;
  }
  .c-lg-p-left-xxs {
    padding-left: 2px !important;
  }
  .c-lg-p-left-xs {
    padding-left: 4px !important;
  }
  .c-lg-p-left-sm {
    padding-left: 8px !important;
  }
  .c-lg-p-left-md {
    padding-left: 16px !important;
  }
  .c-lg-p-left-lg {
    padding-left: 24px !important;
  }
  .c-lg-p-left-xl {
    padding-left: 32px !important;
  }
  .c-lg-p-right-0 {
    padding-right: 0 !important;
  }
  .c-lg-p-right-xxs {
    padding-right: 2px !important;
  }
  .c-lg-p-right-xs {
    padding-right: 4px !important;
  }
  .c-lg-p-right-sm {
    padding-right: 8px !important;
  }
  .c-lg-p-right-md {
    padding-right: 16px !important;
  }
  .c-lg-p-right-lg {
    padding-right: 24px !important;
  }
  .c-lg-p-right-xl {
    padding-right: 32px !important;
  }
  .c-lg-p-horizontal-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .c-lg-p-horizontal-xxs {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .c-lg-p-horizontal-xs {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .c-lg-p-horizontal-sm {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .c-lg-p-horizontal-md {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .c-lg-p-horizontal-lg {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .c-lg-p-horizontal-xl {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .c-lg-p-vertical-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .c-lg-p-vertical-xxs {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .c-lg-p-vertical-xs {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .c-lg-p-vertical-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .c-lg-p-vertical-md {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .c-lg-p-vertical-lg {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .c-lg-p-vertical-xl {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .c-lg-m-0 {
    margin: 0 !important;
  }
  .c-lg-m-xxs {
    margin: 2px !important;
  }
  .c-lg-m-xs {
    margin: 4px !important;
  }
  .c-lg-m-sm {
    margin: 8px !important;
  }
  .c-lg-m-md {
    margin: 16px !important;
  }
  .c-lg-m-lg {
    margin: 24px !important;
  }
  .c-lg-m-xl {
    margin: 32px !important;
  }
  .c-lg-m-top-0 {
    margin-top: 0 !important;
  }
  .c-lg-m-top-xxs {
    margin-top: 2px !important;
  }
  .c-lg-m-top-xs {
    margin-top: 4px !important;
  }
  .c-lg-m-top-sm {
    margin-top: 8px !important;
  }
  .c-lg-m-top-md {
    margin-top: 16px !important;
  }
  .c-lg-m-top-lg {
    margin-top: 24px !important;
  }
  .c-lg-m-top-xl {
    margin-top: 32px !important;
  }
  .c-lg-m-bottom-0 {
    margin-bottom: 0 !important;
  }
  .c-lg-m-bottom-xxs {
    margin-bottom: 2px !important;
  }
  .c-lg-m-bottom-xs {
    margin-bottom: 4px !important;
  }
  .c-lg-m-bottom-sm {
    margin-bottom: 8px !important;
  }
  .c-lg-m-bottom-md {
    margin-bottom: 16px !important;
  }
  .c-lg-m-bottom-lg {
    margin-bottom: 24px !important;
  }
  .c-lg-m-bottom-xl {
    margin-bottom: 32px !important;
  }
  .c-lg-m-left-0 {
    margin-left: 0 !important;
  }
  .c-lg-m-left-xxs {
    margin-left: 2px !important;
  }
  .c-lg-m-left-xs {
    margin-left: 4px !important;
  }
  .c-lg-m-left-sm {
    margin-left: 8px !important;
  }
  .c-lg-m-left-md {
    margin-left: 16px !important;
  }
  .c-lg-m-left-lg {
    margin-left: 24px !important;
  }
  .c-lg-m-left-xl {
    margin-left: 32px !important;
  }
  .c-lg-m-right-0 {
    margin-right: 0 !important;
  }
  .c-lg-m-right-xxs {
    margin-right: 2px !important;
  }
  .c-lg-m-right-xs {
    margin-right: 4px !important;
  }
  .c-lg-m-right-sm {
    margin-right: 8px !important;
  }
  .c-lg-m-right-md {
    margin-right: 16px !important;
  }
  .c-lg-m-right-lg {
    margin-right: 24px !important;
  }
  .c-lg-m-right-xl {
    margin-right: 32px !important;
  }
  .c-lg-m-horizontal-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .c-lg-m-horizontal-xxs {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .c-lg-m-horizontal-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .c-lg-m-horizontal-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .c-lg-m-horizontal-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .c-lg-m-horizontal-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .c-lg-m-horizontal-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .c-lg-m-vertical-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .c-lg-m-vertical-xxs {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .c-lg-m-vertical-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .c-lg-m-vertical-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .c-lg-m-vertical-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .c-lg-m-vertical-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .c-lg-m-vertical-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1200px) {
  .c-xl-p-0 {
    padding: 0 !important;
  }
  .c-xl-p-xxs {
    padding: 2px !important;
  }
  .c-xl-p-xs {
    padding: 4px !important;
  }
  .c-xl-p-sm {
    padding: 8px !important;
  }
  .c-xl-p-md {
    padding: 16px !important;
  }
  .c-xl-p-lg {
    padding: 24px !important;
  }
  .c-xl-p-xl {
    padding: 32px !important;
  }
  .c-xl-p-top-0 {
    padding-top: 0 !important;
  }
  .c-xl-p-top-xxs {
    padding-top: 2px !important;
  }
  .c-xl-p-top-xs {
    padding-top: 4px !important;
  }
  .c-xl-p-top-sm {
    padding-top: 8px !important;
  }
  .c-xl-p-top-md {
    padding-top: 16px !important;
  }
  .c-xl-p-top-lg {
    padding-top: 24px !important;
  }
  .c-xl-p-top-xl {
    padding-top: 32px !important;
  }
  .c-xl-p-bottom-0 {
    padding-bottom: 0 !important;
  }
  .c-xl-p-bottom-xxs {
    padding-bottom: 2px !important;
  }
  .c-xl-p-bottom-xs {
    padding-bottom: 4px !important;
  }
  .c-xl-p-bottom-sm {
    padding-bottom: 8px !important;
  }
  .c-xl-p-bottom-md {
    padding-bottom: 16px !important;
  }
  .c-xl-p-bottom-lg {
    padding-bottom: 24px !important;
  }
  .c-xl-p-bottom-xl {
    padding-bottom: 32px !important;
  }
  .c-xl-p-left-0 {
    padding-left: 0 !important;
  }
  .c-xl-p-left-xxs {
    padding-left: 2px !important;
  }
  .c-xl-p-left-xs {
    padding-left: 4px !important;
  }
  .c-xl-p-left-sm {
    padding-left: 8px !important;
  }
  .c-xl-p-left-md {
    padding-left: 16px !important;
  }
  .c-xl-p-left-lg {
    padding-left: 24px !important;
  }
  .c-xl-p-left-xl {
    padding-left: 32px !important;
  }
  .c-xl-p-right-0 {
    padding-right: 0 !important;
  }
  .c-xl-p-right-xxs {
    padding-right: 2px !important;
  }
  .c-xl-p-right-xs {
    padding-right: 4px !important;
  }
  .c-xl-p-right-sm {
    padding-right: 8px !important;
  }
  .c-xl-p-right-md {
    padding-right: 16px !important;
  }
  .c-xl-p-right-lg {
    padding-right: 24px !important;
  }
  .c-xl-p-right-xl {
    padding-right: 32px !important;
  }
  .c-xl-p-horizontal-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .c-xl-p-horizontal-xxs {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .c-xl-p-horizontal-xs {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .c-xl-p-horizontal-sm {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .c-xl-p-horizontal-md {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .c-xl-p-horizontal-lg {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .c-xl-p-horizontal-xl {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .c-xl-p-vertical-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .c-xl-p-vertical-xxs {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .c-xl-p-vertical-xs {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .c-xl-p-vertical-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .c-xl-p-vertical-md {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .c-xl-p-vertical-lg {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .c-xl-p-vertical-xl {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .c-xl-m-0 {
    margin: 0 !important;
  }
  .c-xl-m-xxs {
    margin: 2px !important;
  }
  .c-xl-m-xs {
    margin: 4px !important;
  }
  .c-xl-m-sm {
    margin: 8px !important;
  }
  .c-xl-m-md {
    margin: 16px !important;
  }
  .c-xl-m-lg {
    margin: 24px !important;
  }
  .c-xl-m-xl {
    margin: 32px !important;
  }
  .c-xl-m-top-0 {
    margin-top: 0 !important;
  }
  .c-xl-m-top-xxs {
    margin-top: 2px !important;
  }
  .c-xl-m-top-xs {
    margin-top: 4px !important;
  }
  .c-xl-m-top-sm {
    margin-top: 8px !important;
  }
  .c-xl-m-top-md {
    margin-top: 16px !important;
  }
  .c-xl-m-top-lg {
    margin-top: 24px !important;
  }
  .c-xl-m-top-xl {
    margin-top: 32px !important;
  }
  .c-xl-m-bottom-0 {
    margin-bottom: 0 !important;
  }
  .c-xl-m-bottom-xxs {
    margin-bottom: 2px !important;
  }
  .c-xl-m-bottom-xs {
    margin-bottom: 4px !important;
  }
  .c-xl-m-bottom-sm {
    margin-bottom: 8px !important;
  }
  .c-xl-m-bottom-md {
    margin-bottom: 16px !important;
  }
  .c-xl-m-bottom-lg {
    margin-bottom: 24px !important;
  }
  .c-xl-m-bottom-xl {
    margin-bottom: 32px !important;
  }
  .c-xl-m-left-0 {
    margin-left: 0 !important;
  }
  .c-xl-m-left-xxs {
    margin-left: 2px !important;
  }
  .c-xl-m-left-xs {
    margin-left: 4px !important;
  }
  .c-xl-m-left-sm {
    margin-left: 8px !important;
  }
  .c-xl-m-left-md {
    margin-left: 16px !important;
  }
  .c-xl-m-left-lg {
    margin-left: 24px !important;
  }
  .c-xl-m-left-xl {
    margin-left: 32px !important;
  }
  .c-xl-m-right-0 {
    margin-right: 0 !important;
  }
  .c-xl-m-right-xxs {
    margin-right: 2px !important;
  }
  .c-xl-m-right-xs {
    margin-right: 4px !important;
  }
  .c-xl-m-right-sm {
    margin-right: 8px !important;
  }
  .c-xl-m-right-md {
    margin-right: 16px !important;
  }
  .c-xl-m-right-lg {
    margin-right: 24px !important;
  }
  .c-xl-m-right-xl {
    margin-right: 32px !important;
  }
  .c-xl-m-horizontal-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .c-xl-m-horizontal-xxs {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .c-xl-m-horizontal-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .c-xl-m-horizontal-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .c-xl-m-horizontal-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .c-xl-m-horizontal-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .c-xl-m-horizontal-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .c-xl-m-vertical-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .c-xl-m-vertical-xxs {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .c-xl-m-vertical-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .c-xl-m-vertical-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .c-xl-m-vertical-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .c-xl-m-vertical-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .c-xl-m-vertical-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .c-xxl-p-0 {
    padding: 0 !important;
  }
  .c-xxl-p-xxs {
    padding: 2px !important;
  }
  .c-xxl-p-xs {
    padding: 4px !important;
  }
  .c-xxl-p-sm {
    padding: 8px !important;
  }
  .c-xxl-p-md {
    padding: 16px !important;
  }
  .c-xxl-p-lg {
    padding: 24px !important;
  }
  .c-xxl-p-xl {
    padding: 32px !important;
  }
  .c-xxl-p-top-0 {
    padding-top: 0 !important;
  }
  .c-xxl-p-top-xxs {
    padding-top: 2px !important;
  }
  .c-xxl-p-top-xs {
    padding-top: 4px !important;
  }
  .c-xxl-p-top-sm {
    padding-top: 8px !important;
  }
  .c-xxl-p-top-md {
    padding-top: 16px !important;
  }
  .c-xxl-p-top-lg {
    padding-top: 24px !important;
  }
  .c-xxl-p-top-xl {
    padding-top: 32px !important;
  }
  .c-xxl-p-bottom-0 {
    padding-bottom: 0 !important;
  }
  .c-xxl-p-bottom-xxs {
    padding-bottom: 2px !important;
  }
  .c-xxl-p-bottom-xs {
    padding-bottom: 4px !important;
  }
  .c-xxl-p-bottom-sm {
    padding-bottom: 8px !important;
  }
  .c-xxl-p-bottom-md {
    padding-bottom: 16px !important;
  }
  .c-xxl-p-bottom-lg {
    padding-bottom: 24px !important;
  }
  .c-xxl-p-bottom-xl {
    padding-bottom: 32px !important;
  }
  .c-xxl-p-left-0 {
    padding-left: 0 !important;
  }
  .c-xxl-p-left-xxs {
    padding-left: 2px !important;
  }
  .c-xxl-p-left-xs {
    padding-left: 4px !important;
  }
  .c-xxl-p-left-sm {
    padding-left: 8px !important;
  }
  .c-xxl-p-left-md {
    padding-left: 16px !important;
  }
  .c-xxl-p-left-lg {
    padding-left: 24px !important;
  }
  .c-xxl-p-left-xl {
    padding-left: 32px !important;
  }
  .c-xxl-p-right-0 {
    padding-right: 0 !important;
  }
  .c-xxl-p-right-xxs {
    padding-right: 2px !important;
  }
  .c-xxl-p-right-xs {
    padding-right: 4px !important;
  }
  .c-xxl-p-right-sm {
    padding-right: 8px !important;
  }
  .c-xxl-p-right-md {
    padding-right: 16px !important;
  }
  .c-xxl-p-right-lg {
    padding-right: 24px !important;
  }
  .c-xxl-p-right-xl {
    padding-right: 32px !important;
  }
  .c-xxl-p-horizontal-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .c-xxl-p-horizontal-xxs {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .c-xxl-p-horizontal-xs {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .c-xxl-p-horizontal-sm {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .c-xxl-p-horizontal-md {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .c-xxl-p-horizontal-lg {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .c-xxl-p-horizontal-xl {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .c-xxl-p-vertical-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .c-xxl-p-vertical-xxs {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .c-xxl-p-vertical-xs {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .c-xxl-p-vertical-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .c-xxl-p-vertical-md {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .c-xxl-p-vertical-lg {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .c-xxl-p-vertical-xl {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .c-xxl-m-0 {
    margin: 0 !important;
  }
  .c-xxl-m-xxs {
    margin: 2px !important;
  }
  .c-xxl-m-xs {
    margin: 4px !important;
  }
  .c-xxl-m-sm {
    margin: 8px !important;
  }
  .c-xxl-m-md {
    margin: 16px !important;
  }
  .c-xxl-m-lg {
    margin: 24px !important;
  }
  .c-xxl-m-xl {
    margin: 32px !important;
  }
  .c-xxl-m-top-0 {
    margin-top: 0 !important;
  }
  .c-xxl-m-top-xxs {
    margin-top: 2px !important;
  }
  .c-xxl-m-top-xs {
    margin-top: 4px !important;
  }
  .c-xxl-m-top-sm {
    margin-top: 8px !important;
  }
  .c-xxl-m-top-md {
    margin-top: 16px !important;
  }
  .c-xxl-m-top-lg {
    margin-top: 24px !important;
  }
  .c-xxl-m-top-xl {
    margin-top: 32px !important;
  }
  .c-xxl-m-bottom-0 {
    margin-bottom: 0 !important;
  }
  .c-xxl-m-bottom-xxs {
    margin-bottom: 2px !important;
  }
  .c-xxl-m-bottom-xs {
    margin-bottom: 4px !important;
  }
  .c-xxl-m-bottom-sm {
    margin-bottom: 8px !important;
  }
  .c-xxl-m-bottom-md {
    margin-bottom: 16px !important;
  }
  .c-xxl-m-bottom-lg {
    margin-bottom: 24px !important;
  }
  .c-xxl-m-bottom-xl {
    margin-bottom: 32px !important;
  }
  .c-xxl-m-left-0 {
    margin-left: 0 !important;
  }
  .c-xxl-m-left-xxs {
    margin-left: 2px !important;
  }
  .c-xxl-m-left-xs {
    margin-left: 4px !important;
  }
  .c-xxl-m-left-sm {
    margin-left: 8px !important;
  }
  .c-xxl-m-left-md {
    margin-left: 16px !important;
  }
  .c-xxl-m-left-lg {
    margin-left: 24px !important;
  }
  .c-xxl-m-left-xl {
    margin-left: 32px !important;
  }
  .c-xxl-m-right-0 {
    margin-right: 0 !important;
  }
  .c-xxl-m-right-xxs {
    margin-right: 2px !important;
  }
  .c-xxl-m-right-xs {
    margin-right: 4px !important;
  }
  .c-xxl-m-right-sm {
    margin-right: 8px !important;
  }
  .c-xxl-m-right-md {
    margin-right: 16px !important;
  }
  .c-xxl-m-right-lg {
    margin-right: 24px !important;
  }
  .c-xxl-m-right-xl {
    margin-right: 32px !important;
  }
  .c-xxl-m-horizontal-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .c-xxl-m-horizontal-xxs {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .c-xxl-m-horizontal-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .c-xxl-m-horizontal-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .c-xxl-m-horizontal-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .c-xxl-m-horizontal-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .c-xxl-m-horizontal-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .c-xxl-m-vertical-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .c-xxl-m-vertical-xxs {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .c-xxl-m-vertical-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .c-xxl-m-vertical-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .c-xxl-m-vertical-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .c-xxl-m-vertical-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .c-xxl-m-vertical-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
.c-bd {
  border: 1px solid #ced4da;
}
.c-bd-danger-0 {
  border-color: #fff5f5 !important;
}
.c-bd-danger-1 {
  border-color: #ffe3e3 !important;
}
.c-bd-danger-2 {
  border-color: #ffc9c9 !important;
}
.c-bd-danger-3 {
  border-color: #ffa8a8 !important;
}
.c-bd-danger-4 {
  border-color: #ff8787 !important;
}
.c-bd-danger-5 {
  border-color: #ff6b6b !important;
}
.c-bd-danger-6 {
  border-color: #fa5252 !important;
}
.c-bd-danger-7 {
  border-color: #f03e3e !important;
}
.c-bd-danger-8 {
  border-color: #e03131 !important;
}
.c-bd-danger-9 {
  border-color: #c92a2a !important;
}
.c-bd-accent-0 {
  border-color: #ffedf1 !important;
}
.c-bd-accent-1 {
  border-color: #ffe0e7 !important;
}
.c-bd-accent-2 {
  border-color: #ffccd6 !important;
}
.c-bd-accent-3 {
  border-color: #ffa3b5 !important;
}
.c-bd-accent-4 {
  border-color: #ff7a94 !important;
}
.c-bd-accent-5 {
  border-color: #ff2953 !important;
}
.c-bd-accent-6 {
  border-color: #ff0032 !important;
}
.c-bd-accent-7 {
  border-color: #d6002a !important;
}
.c-bd-accent-8 {
  border-color: #9e001f !important;
}
.c-bd-accent-9 {
  border-color: #660014 !important;
}
.c-bd-gray-0 {
  border-color: #f8f9fa !important;
}
.c-bd-gray-1 {
  border-color: #f1f3f5 !important;
}
.c-bd-gray-2 {
  border-color: #e9ecef !important;
}
.c-bd-gray-3 {
  border-color: #dee2e6 !important;
}
.c-bd-gray-4 {
  border-color: #ced4da !important;
}
.c-bd-gray-5 {
  border-color: #adb5bd !important;
}
.c-bd-gray-6 {
  border-color: #868e96 !important;
}
.c-bd-gray-7 {
  border-color: #495057 !important;
}
.c-bd-gray-8 {
  border-color: #343a40 !important;
}
.c-bd-gray-9 {
  border-color: #212529 !important;
}
.c-bd-primary-0 {
  border-color: #dff7f6 !important;
}
.c-bd-primary-1 {
  border-color: #b1eae8 !important;
}
.c-bd-primary-2 {
  border-color: #80dddb !important;
}
.c-bd-primary-3 {
  border-color: #4dcecf !important;
}
.c-bd-primary-4 {
  border-color: #26c3c7 !important;
}
.c-bd-primary-5 {
  border-color: #00b9c1 !important;
}
.c-bd-primary-6 {
  border-color: #00a9af !important;
}
.c-bd-primary-7 {
  border-color: #009697 !important;
}
.c-bd-primary-8 {
  border-color: #008080 !important;
}
.c-bd-primary-9 {
  border-color: #055d57 !important;
}
.c-bd-success-0 {
  border-color: #ebfbee !important;
}
.c-bd-success-1 {
  border-color: #d3f9d8 !important;
}
.c-bd-success-2 {
  border-color: #b2f2bb !important;
}
.c-bd-success-3 {
  border-color: #8ce99a !important;
}
.c-bd-success-4 {
  border-color: #69db7c !important;
}
.c-bd-success-5 {
  border-color: #51cf66 !important;
}
.c-bd-success-6 {
  border-color: #40c057 !important;
}
.c-bd-success-7 {
  border-color: #37b24d !important;
}
.c-bd-success-8 {
  border-color: #2f9e44 !important;
}
.c-bd-success-9 {
  border-color: #2b8a3e !important;
}
.c-bd-warning-0 {
  border-color: #fff9db !important;
}
.c-bd-warning-1 {
  border-color: #fff3bf !important;
}
.c-bd-warning-2 {
  border-color: #ffec99 !important;
}
.c-bd-warning-3 {
  border-color: #ffe066 !important;
}
.c-bd-warning-4 {
  border-color: #ffd43b !important;
}
.c-bd-warning-5 {
  border-color: #fcc419 !important;
}
.c-bd-warning-6 {
  border-color: #fab005 !important;
}
.c-bd-warning-7 {
  border-color: #f59f00 !important;
}
.c-bd-warning-8 {
  border-color: #f08c00 !important;
}
.c-bd-warning-9 {
  border-color: #e67700 !important;
}
.c-bd-primary {
  border-color: #008080 !important;
}
.c-bd-success {
  border-color: #2f9e44 !important;
}
.c-bd-warning {
  border-color: #f08c00 !important;
}
.c-bd-danger {
  border-color: #e03131 !important;
}
.c-bd-accent {
  border-color: #008080 !important;
}
.c-bd-0 {
  border: 0 !important;
}
.c-bd-top {
  border-top: 1px solid #ced4da;
}
.c-bd-top-0 {
  border-top: 0 !important;
}
.c-bd-right {
  border-right: 1px solid #ced4da;
}
.c-bd-right-0 {
  border-right: 0 !important;
}
.c-bd-bottom {
  border-bottom: 1px solid #ced4da;
}
.c-bd-bottom-0 {
  border-bottom: 0 !important;
}
.c-bd-left {
  border-left: 1px solid #ced4da;
}
.c-bd-left-0 {
  border-left: 0 !important;
}

.c-radius-0 {
  border-radius: 0 !important;
}
.c-radius-sm {
  border-radius: 2px !important;
}
.c-radius-md {
  border-radius: 4px !important;
}
.c-radius-lg {
  border-radius: 8px !important;
}
.c-radius-pill {
  border-radius: 200px !important;
}
.c-radius-round {
  border-radius: 50px !important;
}
.c-radius-square {
  border-radius: 0 !important;
}

.c-icon-xs {
  font-size: 12px;
}
.c-icon-sm {
  font-size: 16px;
}
.c-icon-md {
  font-size: 24px;
}
.c-icon-lg {
  font-size: 32px;
}
.c-icon-xl {
  font-size: 48px;
}
.c-icon-xxl {
  font-size: 72px;
}

.c-noselect {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-clearfix::after,
.c-clearfix::before {
  content: "";
  display: table;
}

.c-clearfix::after {
  clear: both;
}
/*# sourceMappingURL=maps/cupcake-mint.css.map */
