@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap"); 
/* 
Reset Styles 
=============== */

.kcw {
  box-sizing: unset;
}

.kcw * {
  /* per https://kyruus.jira.com/browse/KENG-35371: this negates the effect of Kyruus' * {font-size: 14px} */
  font-size: inherit;
}

.kcw section,
.kcw div,
.kcw dl,
.kcw dt,
.kcw dd,
.kcw ul,
.kcw ol,
.kcw li,
.kcw h1,
.kcw h2,
.kcw h3,
.kcw h4,
.kcw h5,
.kcw h6,
.kcw pre,
.kcw form,
.kcw fieldset,
.kcw input,
.kcw textarea,
.kcw label,
.kcw p,
.kcw blockquote,
.kcw th,
.kcw td,
.kcw a {
  box-sizing: unset;
  margin: 0;
  padding: 0;
}

.kcw table {
  border-collapse: collapse;
  border-spacing: 0;
}

.kcw fieldset,
.kcw img {
  border: 0;
}

.kcw address,
.kcw caption,
.kcw cite,
.kcw code,
.kcw dfn,
.kcw em,
.kcw strong,
.kcw th,
.kcw var {
  font-style: normal;
  font-weight: normal;
}

.kcw ol,
.kcw ul {
  list-style: none;
}

.kcw caption,
.kcw th {
  text-align: left;
}

.kcw h1,
.kcw h2,
.kcw h3,
.kcw h4,
.kcw h5,
.kcw h6 {
  font-size: 100%;
  font-weight: bold;
}

.kcw q:before,
.kcw q:after {
  content: '';
}

.kcw abbr,
.kcw acronym {
  border: 0;
}

.kcw a {
  /* per https://kyruus.jira.com/browse/KENG-35371: this negates the effect of Kyruus' a {display: inline-block} */
  display: inline;
}

.kcw p:first-child {
  /* per https://kyruus.jira.com/browse/KENG-35371: this negates the effect of Kyruus' p:first-child margin-top styles */
  margin-top: inherit;
}

.kcw p:last-child {
  /* per https://kyruus.jira.com/browse/KENG-35371: this negates the effect of Kyruus' p:last-child margin-bottom styles */
  margin-bottom: inherit;
}


.kcw .kcw__language_legal_label {
  color:#C6C6C6 ;
}

.kcw .kcw__footer-list li { 
  color: white;
}

/* Reset Styles End
=============== */



 .kcw :root {
  --blue: #0066A4;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #e97400;
  --yellow: #fed457;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #697077;
  --gray-dark: #343a40;
  --brand-blue: #1251A4;
  --brand-green: #73BE44;
  --brand-lightblue: #029DD3;
  --brand-brightblue: #03147C;
  --gray-blue: #F3F5FA;
  --text-light-gray: #525252;
  --primary: #0066A4;
  --secondary: #697077;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #fed457;
  --danger: #dc3545;
  --light: #f4f4f4;
  --dark: #343a40;
  --primary-dark: #00518d;
  --brand-blue: #1251A4;
  --brand-darkblue: #001D4C;
  --brand-lightblue: #029DD3;
  --brand-green: #73BE44;
  --brand-brightblue: #03147C;
  --gray-blue: #F3F5FA;
  --text-light-gray: #525252;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Inter", "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

 .kcw h1,  .kcw h2,  .kcw h3,  .kcw h4,  .kcw h5,  .kcw h6 {
  margin-top: 0;
  margin-bottom: 0.625rem;
}

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

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

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

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

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

 .kcw dt {
  font-weight: 700;
}

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

 .kcw blockquote {
  margin: 0 0 1rem;
}

 .kcw b,
 .kcw strong {
  font-weight: bolder;
}

 .kcw small {
  font-size: 80%;
}

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

 .kcw sub {
  bottom: -0.25em;
}

 .kcw sup {
  top: -0.5em;
}

 .kcw a {
  color: #0066A4;
  text-decoration: underline;
  background-color: transparent;
}
 .kcw a:hover {
  color: rgb(0, 54.4207317073, 87.5);
  text-decoration: underline;
}

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

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

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

 .kcw figure {
  margin: 0 0 1rem;
}

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

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

 .kcw table {
  border-collapse: collapse;
}

 .kcw caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #697077;
  text-align: left;
  caption-side: bottom;
}

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

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

 .kcw button {
  border-radius: 0;
}

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

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

 .kcw button,
 .kcw input {
  overflow: visible;
}

 .kcw button,
 .kcw select {
  text-transform: none;
}

 .kcw [role=button] {
  cursor: pointer;
}

 .kcw select {
  word-wrap: normal;
}

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

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

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

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

 .kcw textarea {
  overflow: auto;
  resize: vertical;
}

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

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

 .kcw progress {
  vertical-align: baseline;
}

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

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

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

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

 .kcw output {
  display: inline-block;
}

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

 .kcw template {
  display: none;
}

 .kcw [hidden] {
  display: none !important;
}

 .kcw h1,  .kcw h2,  .kcw h3,  .kcw h4,  .kcw h5,  .kcw h6,  .kcw .kcw__h1,  .kcw .kcw__h2,  .kcw .kcw__h3,  .kcw .kcw__h4,  .kcw .kcw__h5,  .kcw .kcw__h6 {
  margin-bottom: 0.625rem;
  font-weight: 700;
  line-height: 1.2;
}

 .kcw h1,  .kcw .kcw__h1 {
  font-size: 2.62125rem;
}

 .kcw h2,  .kcw .kcw__h2 {
  font-size: 1.99125rem;
}

 .kcw h3,  .kcw .kcw__h3 {
  font-size: 1.49625rem;
}

 .kcw h4,  .kcw .kcw__h4 {
  font-size: 1.6875rem;
}

 .kcw h5,  .kcw .kcw__h5 {
  font-size: 1.40625rem;
}

 .kcw h6,  .kcw .kcw__h6 {
  font-size: 1.125rem;
}

 .kcw .kcw__lead {
  font-size: 1.40625rem;
  font-weight: inherit;
}

 .kcw .kcw__display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

 .kcw .kcw__display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

 .kcw .kcw__display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

 .kcw .kcw__display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

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

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

 .kcw .kcw__list-inline-item {
  display: inline-block;
}
 .kcw .kcw__list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

 .kcw .kcw__blockquote {
  margin-bottom: 1.25rem;
  font-size: 1.40625rem;
}

 .kcw .kcw__blockquote-footer {
  display: block;
  font-size: 80%;
  color: #697077;
}
 .kcw .kcw__blockquote-footer::before {
  content: "— ";
}

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

 .kcw .kcw__img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dfe2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

 .kcw .kcw__figure {
  display: inline-block;
}

 .kcw .kcw__figure-img {
  margin-bottom: 0.625rem;
  line-height: 1;
}

 .kcw .kcw__figure-caption {
  font-size: 90%;
  color: #697077;
}

 .kcw code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
 .kcw a > code {
  color: inherit;
}

 .kcw kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #161616;
  border-radius: 0;
}
 .kcw kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

 .kcw pre {
  display: block;
  font-size: 87.5%;
  color: #161616;
}
 .kcw pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

 .kcw .kcw__container,
 .kcw .kcw__container-fluid,
 .kcw .kcw__container-xl,
 .kcw .kcw__container-lg,
 .kcw .kcw__container-md,
 .kcw .kcw__container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .kcw .kcw__container-sm,  .kcw .kcw__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .kcw .kcw__container-md,  .kcw .kcw__container-sm,  .kcw .kcw__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .kcw .kcw__container-lg,  .kcw .kcw__container-md,  .kcw .kcw__container-sm,  .kcw .kcw__container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
   .kcw .kcw__container-xl,  .kcw .kcw__container-lg,  .kcw .kcw__container-md,  .kcw .kcw__container-sm,  .kcw .kcw__container {
    max-width: 1330px;
  }
}
 .kcw .kcw__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

 .kcw .kcw__no-gutters {
  margin-right: 0;
  margin-left: 0;
}
 .kcw .kcw__no-gutters > .kcw__col,
 .kcw .kcw__no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .kcw .kcw__order-first {
  order: -1;
}

 .kcw .kcw__order-last {
  order: 13;
}

 .kcw .kcw__order-0 {
  order: 0;
}

 .kcw .kcw__order-1 {
  order: 1;
}

 .kcw .kcw__order-2 {
  order: 2;
}

 .kcw .kcw__order-3 {
  order: 3;
}

 .kcw .kcw__order-4 {
  order: 4;
}

 .kcw .kcw__order-5 {
  order: 5;
}

 .kcw .kcw__order-6 {
  order: 6;
}

 .kcw .kcw__order-7 {
  order: 7;
}

 .kcw .kcw__order-8 {
  order: 8;
}

 .kcw .kcw__order-9 {
  order: 9;
}

 .kcw .kcw__order-10 {
  order: 10;
}

 .kcw .kcw__order-11 {
  order: 11;
}

 .kcw .kcw__order-12 {
  order: 12;
}

 .kcw .kcw__offset-1 {
  margin-left: 8.33333333%;
}

 .kcw .kcw__offset-2 {
  margin-left: 16.66666667%;
}

 .kcw .kcw__offset-3 {
  margin-left: 25%;
}

 .kcw .kcw__offset-4 {
  margin-left: 33.33333333%;
}

 .kcw .kcw__offset-5 {
  margin-left: 41.66666667%;
}

 .kcw .kcw__offset-6 {
  margin-left: 50%;
}

 .kcw .kcw__offset-7 {
  margin-left: 58.33333333%;
}

 .kcw .kcw__offset-8 {
  margin-left: 66.66666667%;
}

 .kcw .kcw__offset-9 {
  margin-left: 75%;
}

 .kcw .kcw__offset-10 {
  margin-left: 83.33333333%;
}

 .kcw .kcw__offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
   .kcw .kcw__col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
   .kcw .kcw__row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
   .kcw .kcw__row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
   .kcw .kcw__row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
   .kcw .kcw__row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
   .kcw .kcw__row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
   .kcw .kcw__row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
   .kcw .kcw__col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
   .kcw .kcw__col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
   .kcw .kcw__col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
   .kcw .kcw__col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
   .kcw .kcw__col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
   .kcw .kcw__col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
   .kcw .kcw__col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
   .kcw .kcw__col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
   .kcw .kcw__col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
   .kcw .kcw__col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
   .kcw .kcw__col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
   .kcw .kcw__col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
   .kcw .kcw__col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
   .kcw .kcw__order-sm-first {
    order: -1;
  }
   .kcw .kcw__order-sm-last {
    order: 13;
  }
   .kcw .kcw__order-sm-0 {
    order: 0;
  }
   .kcw .kcw__order-sm-1 {
    order: 1;
  }
   .kcw .kcw__order-sm-2 {
    order: 2;
  }
   .kcw .kcw__order-sm-3 {
    order: 3;
  }
   .kcw .kcw__order-sm-4 {
    order: 4;
  }
   .kcw .kcw__order-sm-5 {
    order: 5;
  }
   .kcw .kcw__order-sm-6 {
    order: 6;
  }
   .kcw .kcw__order-sm-7 {
    order: 7;
  }
   .kcw .kcw__order-sm-8 {
    order: 8;
  }
   .kcw .kcw__order-sm-9 {
    order: 9;
  }
   .kcw .kcw__order-sm-10 {
    order: 10;
  }
   .kcw .kcw__order-sm-11 {
    order: 11;
  }
   .kcw .kcw__order-sm-12 {
    order: 12;
  }
   .kcw .kcw__offset-sm-0 {
    margin-left: 0;
  }
   .kcw .kcw__offset-sm-1 {
    margin-left: 8.33333333%;
  }
   .kcw .kcw__offset-sm-2 {
    margin-left: 16.66666667%;
  }
   .kcw .kcw__offset-sm-3 {
    margin-left: 25%;
  }
   .kcw .kcw__offset-sm-4 {
    margin-left: 33.33333333%;
  }
   .kcw .kcw__offset-sm-5 {
    margin-left: 41.66666667%;
  }
   .kcw .kcw__offset-sm-6 {
    margin-left: 50%;
  }
   .kcw .kcw__offset-sm-7 {
    margin-left: 58.33333333%;
  }
   .kcw .kcw__offset-sm-8 {
    margin-left: 66.66666667%;
  }
   .kcw .kcw__offset-sm-9 {
    margin-left: 75%;
  }
   .kcw .kcw__offset-sm-10 {
    margin-left: 83.33333333%;
  }
   .kcw .kcw__offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
   .kcw .kcw__col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
   .kcw .kcw__row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
   .kcw .kcw__row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
   .kcw .kcw__row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
   .kcw .kcw__row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
   .kcw .kcw__row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
   .kcw .kcw__row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
   .kcw .kcw__col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
   .kcw .kcw__col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
   .kcw .kcw__col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
   .kcw .kcw__col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
   .kcw .kcw__col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
   .kcw .kcw__col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
   .kcw .kcw__col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
   .kcw .kcw__col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
   .kcw .kcw__col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
   .kcw .kcw__col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
   .kcw .kcw__col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
   .kcw .kcw__col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
   .kcw .kcw__col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
   .kcw .kcw__order-md-first {
    order: -1;
  }
   .kcw .kcw__order-md-last {
    order: 13;
  }
   .kcw .kcw__order-md-0 {
    order: 0;
  }
   .kcw .kcw__order-md-1 {
    order: 1;
  }
   .kcw .kcw__order-md-2 {
    order: 2;
  }
   .kcw .kcw__order-md-3 {
    order: 3;
  }
   .kcw .kcw__order-md-4 {
    order: 4;
  }
   .kcw .kcw__order-md-5 {
    order: 5;
  }
   .kcw .kcw__order-md-6 {
    order: 6;
  }
   .kcw .kcw__order-md-7 {
    order: 7;
  }
   .kcw .kcw__order-md-8 {
    order: 8;
  }
   .kcw .kcw__order-md-9 {
    order: 9;
  }
   .kcw .kcw__order-md-10 {
    order: 10;
  }
   .kcw .kcw__order-md-11 {
    order: 11;
  }
   .kcw .kcw__order-md-12 {
    order: 12;
  }
   .kcw .kcw__offset-md-0 {
    margin-left: 0;
  }
   .kcw .kcw__offset-md-1 {
    margin-left: 8.33333333%;
  }
   .kcw .kcw__offset-md-2 {
    margin-left: 16.66666667%;
  }
   .kcw .kcw__offset-md-3 {
    margin-left: 25%;
  }
   .kcw .kcw__offset-md-4 {
    margin-left: 33.33333333%;
  }
   .kcw .kcw__offset-md-5 {
    margin-left: 41.66666667%;
  }
   .kcw .kcw__offset-md-6 {
    margin-left: 50%;
  }
   .kcw .kcw__offset-md-7 {
    margin-left: 58.33333333%;
  }
   .kcw .kcw__offset-md-8 {
    margin-left: 66.66666667%;
  }
   .kcw .kcw__offset-md-9 {
    margin-left: 75%;
  }
   .kcw .kcw__offset-md-10 {
    margin-left: 83.33333333%;
  }
   .kcw .kcw__offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
   .kcw .kcw__col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
   .kcw .kcw__row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
   .kcw .kcw__row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
   .kcw .kcw__row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
   .kcw .kcw__row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
   .kcw .kcw__row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
   .kcw .kcw__row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
   .kcw .kcw__col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
   .kcw .kcw__col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
   .kcw .kcw__col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
   .kcw .kcw__col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
   .kcw .kcw__col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
   .kcw .kcw__col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
   .kcw .kcw__col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
   .kcw .kcw__col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
   .kcw .kcw__col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
   .kcw .kcw__col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
   .kcw .kcw__col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
   .kcw .kcw__col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
   .kcw .kcw__col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
   .kcw .kcw__order-lg-first {
    order: -1;
  }
   .kcw .kcw__order-lg-last {
    order: 13;
  }
   .kcw .kcw__order-lg-0 {
    order: 0;
  }
   .kcw .kcw__order-lg-1 {
    order: 1;
  }
   .kcw .kcw__order-lg-2 {
    order: 2;
  }
   .kcw .kcw__order-lg-3 {
    order: 3;
  }
   .kcw .kcw__order-lg-4 {
    order: 4;
  }
   .kcw .kcw__order-lg-5 {
    order: 5;
  }
   .kcw .kcw__order-lg-6 {
    order: 6;
  }
   .kcw .kcw__order-lg-7 {
    order: 7;
  }
   .kcw .kcw__order-lg-8 {
    order: 8;
  }
   .kcw .kcw__order-lg-9 {
    order: 9;
  }
   .kcw .kcw__order-lg-10 {
    order: 10;
  }
   .kcw .kcw__order-lg-11 {
    order: 11;
  }
   .kcw .kcw__order-lg-12 {
    order: 12;
  }
   .kcw .kcw__offset-lg-0 {
    margin-left: 0;
  }
   .kcw .kcw__offset-lg-1 {
    margin-left: 8.33333333%;
  }
   .kcw .kcw__offset-lg-2 {
    margin-left: 16.66666667%;
  }
   .kcw .kcw__offset-lg-3 {
    margin-left: 25%;
  }
   .kcw .kcw__offset-lg-4 {
    margin-left: 33.33333333%;
  }
   .kcw .kcw__offset-lg-5 {
    margin-left: 41.66666667%;
  }
   .kcw .kcw__offset-lg-6 {
    margin-left: 50%;
  }
   .kcw .kcw__offset-lg-7 {
    margin-left: 58.33333333%;
  }
   .kcw .kcw__offset-lg-8 {
    margin-left: 66.66666667%;
  }
   .kcw .kcw__offset-lg-9 {
    margin-left: 75%;
  }
   .kcw .kcw__offset-lg-10 {
    margin-left: 83.33333333%;
  }
   .kcw .kcw__offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
   .kcw .kcw__col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
   .kcw .kcw__row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
   .kcw .kcw__row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
   .kcw .kcw__row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
   .kcw .kcw__row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
   .kcw .kcw__row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
   .kcw .kcw__row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
   .kcw .kcw__col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
   .kcw .kcw__col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
   .kcw .kcw__col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
   .kcw .kcw__col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
   .kcw .kcw__col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
   .kcw .kcw__col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
   .kcw .kcw__col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
   .kcw .kcw__col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
   .kcw .kcw__col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
   .kcw .kcw__col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
   .kcw .kcw__col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
   .kcw .kcw__col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
   .kcw .kcw__col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
   .kcw .kcw__order-xl-first {
    order: -1;
  }
   .kcw .kcw__order-xl-last {
    order: 13;
  }
   .kcw .kcw__order-xl-0 {
    order: 0;
  }
   .kcw .kcw__order-xl-1 {
    order: 1;
  }
   .kcw .kcw__order-xl-2 {
    order: 2;
  }
   .kcw .kcw__order-xl-3 {
    order: 3;
  }
   .kcw .kcw__order-xl-4 {
    order: 4;
  }
   .kcw .kcw__order-xl-5 {
    order: 5;
  }
   .kcw .kcw__order-xl-6 {
    order: 6;
  }
   .kcw .kcw__order-xl-7 {
    order: 7;
  }
   .kcw .kcw__order-xl-8 {
    order: 8;
  }
   .kcw .kcw__order-xl-9 {
    order: 9;
  }
   .kcw .kcw__order-xl-10 {
    order: 10;
  }
   .kcw .kcw__order-xl-11 {
    order: 11;
  }
   .kcw .kcw__order-xl-12 {
    order: 12;
  }
   .kcw .kcw__offset-xl-0 {
    margin-left: 0;
  }
   .kcw .kcw__offset-xl-1 {
    margin-left: 8.33333333%;
  }
   .kcw .kcw__offset-xl-2 {
    margin-left: 16.66666667%;
  }
   .kcw .kcw__offset-xl-3 {
    margin-left: 25%;
  }
   .kcw .kcw__offset-xl-4 {
    margin-left: 33.33333333%;
  }
   .kcw .kcw__offset-xl-5 {
    margin-left: 41.66666667%;
  }
   .kcw .kcw__offset-xl-6 {
    margin-left: 50%;
  }
   .kcw .kcw__offset-xl-7 {
    margin-left: 58.33333333%;
  }
   .kcw .kcw__offset-xl-8 {
    margin-left: 66.66666667%;
  }
   .kcw .kcw__offset-xl-9 {
    margin-left: 75%;
  }
   .kcw .kcw__offset-xl-10 {
    margin-left: 83.33333333%;
  }
   .kcw .kcw__offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
 .kcw .kcw__table {
  width: 100%;
  margin-bottom: 1.25rem;
  color: #161616;
}
 .kcw .kcw__table th,
 .kcw .kcw__table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dfe2e6;
}
 .kcw .kcw__table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dfe2e6;
}
 .kcw .kcw__table tbody + tbody {
  border-top: 2px solid #dfe2e6;
}

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

 .kcw .kcw__table-bordered {
  border: 1px solid #dfe2e6;
}
 .kcw .kcw__table-bordered th,
 .kcw .kcw__table-bordered td {
  border: 1px solid #dfe2e6;
}
 .kcw .kcw__table-bordered thead th,
 .kcw .kcw__table-bordered thead td {
  border-bottom-width: 2px;
}

 .kcw .kcw__table-borderless th,
 .kcw .kcw__table-borderless td,
 .kcw .kcw__table-borderless thead th,
 .kcw .kcw__table-borderless tbody + tbody {
  border: 0;
}

 .kcw .kcw__table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

 .kcw .kcw__table-hover tbody tr:hover {
  color: #161616;
  background-color: rgba(0, 0, 0, 0.075);
}

 .kcw .kcw__table-primary,
 .kcw .kcw__table-primary > th,
 .kcw .kcw__table-primary > td {
  background-color: rgb(183.6, 212.16, 229.52);
}
 .kcw .kcw__table-primary th,
 .kcw .kcw__table-primary td,
 .kcw .kcw__table-primary thead th,
 .kcw .kcw__table-primary tbody + tbody {
  border-color: rgb(122.4, 175.44, 207.68);
}

 .kcw .kcw__table-hover .kcw__table-primary:hover {
  background-color: rgb(164.8066473988, 200.8839884393, 222.8133526012);
}
 .kcw .kcw__table-hover .kcw__table-primary:hover > td,
 .kcw .kcw__table-hover .kcw__table-primary:hover > th {
  background-color: rgb(164.8066473988, 200.8839884393, 222.8133526012);
}

 .kcw .kcw__table-secondary,
 .kcw .kcw__table-secondary > th,
 .kcw .kcw__table-secondary > td {
  background-color: rgb(213, 214.96, 216.92);
}
 .kcw .kcw__table-secondary th,
 .kcw .kcw__table-secondary td,
 .kcw .kcw__table-secondary thead th,
 .kcw .kcw__table-secondary tbody + tbody {
  border-color: rgb(177, 180.64, 184.28);
}

 .kcw .kcw__table-hover .kcw__table-secondary:hover {
  background-color: rgb(199.6258741259, 202.21, 204.7941258741);
}
 .kcw .kcw__table-hover .kcw__table-secondary:hover > td,
 .kcw .kcw__table-hover .kcw__table-secondary:hover > th {
  background-color: rgb(199.6258741259, 202.21, 204.7941258741);
}

 .kcw .kcw__table-success,
 .kcw .kcw__table-success > th,
 .kcw .kcw__table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
 .kcw .kcw__table-success th,
 .kcw .kcw__table-success td,
 .kcw .kcw__table-success thead th,
 .kcw .kcw__table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

 .kcw .kcw__table-hover .kcw__table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
 .kcw .kcw__table-hover .kcw__table-success:hover > td,
 .kcw .kcw__table-hover .kcw__table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

 .kcw .kcw__table-info,
 .kcw .kcw__table-info > th,
 .kcw .kcw__table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
 .kcw .kcw__table-info th,
 .kcw .kcw__table-info td,
 .kcw .kcw__table-info thead th,
 .kcw .kcw__table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

 .kcw .kcw__table-hover .kcw__table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
 .kcw .kcw__table-hover .kcw__table-info:hover > td,
 .kcw .kcw__table-hover .kcw__table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

 .kcw .kcw__table-warning,
 .kcw .kcw__table-warning > th,
 .kcw .kcw__table-warning > td {
  background-color: rgb(254.72, 242.96, 207.96);
}
 .kcw .kcw__table-warning th,
 .kcw .kcw__table-warning td,
 .kcw .kcw__table-warning thead th,
 .kcw .kcw__table-warning tbody + tbody {
  border-color: rgb(254.48, 232.64, 167.64);
}

 .kcw .kcw__table-hover .kcw__table-warning:hover {
  background-color: rgb(254.569112426, 236.4718343195, 182.610887574);
}
 .kcw .kcw__table-hover .kcw__table-warning:hover > td,
 .kcw .kcw__table-hover .kcw__table-warning:hover > th {
  background-color: rgb(254.569112426, 236.4718343195, 182.610887574);
}

 .kcw .kcw__table-danger,
 .kcw .kcw__table-danger > th,
 .kcw .kcw__table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
 .kcw .kcw__table-danger th,
 .kcw .kcw__table-danger td,
 .kcw .kcw__table-danger thead th,
 .kcw .kcw__table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

 .kcw .kcw__table-hover .kcw__table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
 .kcw .kcw__table-hover .kcw__table-danger:hover > td,
 .kcw .kcw__table-hover .kcw__table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

 .kcw .kcw__table-light,
 .kcw .kcw__table-light > th,
 .kcw .kcw__table-light > td {
  background-color: rgb(251.92, 251.92, 251.92);
}
 .kcw .kcw__table-light th,
 .kcw .kcw__table-light td,
 .kcw .kcw__table-light thead th,
 .kcw .kcw__table-light tbody + tbody {
  border-color: rgb(249.28, 249.28, 249.28);
}

 .kcw .kcw__table-hover .kcw__table-light:hover {
  background-color: rgb(239.17, 239.17, 239.17);
}
 .kcw .kcw__table-hover .kcw__table-light:hover > td,
 .kcw .kcw__table-hover .kcw__table-light:hover > th {
  background-color: rgb(239.17, 239.17, 239.17);
}

 .kcw .kcw__table-dark,
 .kcw .kcw__table-dark > th,
 .kcw .kcw__table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
 .kcw .kcw__table-dark th,
 .kcw .kcw__table-dark td,
 .kcw .kcw__table-dark thead th,
 .kcw .kcw__table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

 .kcw .kcw__table-hover .kcw__table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
 .kcw .kcw__table-hover .kcw__table-dark:hover > td,
 .kcw .kcw__table-hover .kcw__table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

 .kcw .kcw__table-primary-dark,
 .kcw .kcw__table-primary-dark > th,
 .kcw .kcw__table-primary-dark > td {
  background-color: rgb(183.6, 206.28, 223.08);
}
 .kcw .kcw__table-primary-dark th,
 .kcw .kcw__table-primary-dark td,
 .kcw .kcw__table-primary-dark thead th,
 .kcw .kcw__table-primary-dark tbody + tbody {
  border-color: rgb(122.4, 164.52, 195.72);
}

 .kcw .kcw__table-hover .kcw__table-primary-dark:hover {
  background-color: rgb(165.9780487805, 194.2556097561, 215.2019512195);
}
 .kcw .kcw__table-hover .kcw__table-primary-dark:hover > td,
 .kcw .kcw__table-hover .kcw__table-primary-dark:hover > th {
  background-color: rgb(165.9780487805, 194.2556097561, 215.2019512195);
}

 .kcw .kcw__table-brand-blue,
 .kcw .kcw__table-brand-blue > th,
 .kcw .kcw__table-brand-blue > td {
  background-color: rgb(188.64, 206.28, 229.52);
}
 .kcw .kcw__table-brand-blue th,
 .kcw .kcw__table-brand-blue td,
 .kcw .kcw__table-brand-blue thead th,
 .kcw .kcw__table-brand-blue tbody + tbody {
  border-color: rgb(131.76, 164.52, 207.68);
}

 .kcw .kcw__table-hover .kcw__table-brand-blue:hover {
  background-color: rgb(170.214695122, 192.7525609756, 222.445304878);
}
 .kcw .kcw__table-hover .kcw__table-brand-blue:hover > td,
 .kcw .kcw__table-hover .kcw__table-brand-blue:hover > th {
  background-color: rgb(170.214695122, 192.7525609756, 222.445304878);
}

 .kcw .kcw__table-brand-darkblue,
 .kcw .kcw__table-brand-darkblue > th,
 .kcw .kcw__table-brand-darkblue > td {
  background-color: rgb(183.6, 191.72, 204.88);
}
 .kcw .kcw__table-brand-darkblue th,
 .kcw .kcw__table-brand-darkblue td,
 .kcw .kcw__table-brand-darkblue thead th,
 .kcw .kcw__table-brand-darkblue tbody + tbody {
  border-color: rgb(122.4, 137.48, 161.92);
}

 .kcw .kcw__table-hover .kcw__table-brand-darkblue:hover {
  background-color: rgb(168.617281106, 178.4411981567, 194.362718894);
}
 .kcw .kcw__table-hover .kcw__table-brand-darkblue:hover > td,
 .kcw .kcw__table-hover .kcw__table-brand-darkblue:hover > th {
  background-color: rgb(168.617281106, 178.4411981567, 194.362718894);
}

 .kcw .kcw__table-brand-lightblue,
 .kcw .kcw__table-brand-lightblue > th,
 .kcw .kcw__table-brand-lightblue > td {
  background-color: rgb(184.16, 227.56, 242.68);
}
 .kcw .kcw__table-brand-lightblue th,
 .kcw .kcw__table-brand-lightblue td,
 .kcw .kcw__table-brand-lightblue thead th,
 .kcw .kcw__table-brand-lightblue tbody + tbody {
  border-color: rgb(123.44, 204.04, 232.12);
}

 .kcw .kcw__table-hover .kcw__table-brand-lightblue:hover {
  background-color: rgb(162.4377777778, 219.1458585859, 238.9022222222);
}
 .kcw .kcw__table-hover .kcw__table-brand-lightblue:hover > td,
 .kcw .kcw__table-hover .kcw__table-brand-lightblue:hover > th {
  background-color: rgb(162.4377777778, 219.1458585859, 238.9022222222);
}

 .kcw .kcw__table-brand-green,
 .kcw .kcw__table-brand-green > th,
 .kcw .kcw__table-brand-green > td {
  background-color: rgb(215.8, 236.8, 202.64);
}
 .kcw .kcw__table-brand-green th,
 .kcw .kcw__table-brand-green td,
 .kcw .kcw__table-brand-green thead th,
 .kcw .kcw__table-brand-green tbody + tbody {
  border-color: rgb(182.2, 221.2, 157.76);
}

 .kcw .kcw__table-hover .kcw__table-brand-green:hover {
  background-color: rgb(201.6333333333, 230.2226190476, 183.7173809524);
}
 .kcw .kcw__table-hover .kcw__table-brand-green:hover > td,
 .kcw .kcw__table-hover .kcw__table-brand-green:hover > th {
  background-color: rgb(201.6333333333, 230.2226190476, 183.7173809524);
}

 .kcw .kcw__table-brand-brightblue,
 .kcw .kcw__table-brand-brightblue > th,
 .kcw .kcw__table-brand-brightblue > td {
  background-color: rgb(184.44, 189.2, 218.32);
}
 .kcw .kcw__table-brand-brightblue th,
 .kcw .kcw__table-brand-brightblue td,
 .kcw .kcw__table-brand-brightblue thead th,
 .kcw .kcw__table-brand-brightblue tbody + tbody {
  border-color: rgb(123.96, 132.8, 186.88);
}

 .kcw .kcw__table-hover .kcw__table-brand-brightblue:hover {
  background-color: rgb(167.6619321149, 173.5537859008, 209.5980678851);
}
 .kcw .kcw__table-hover .kcw__table-brand-brightblue:hover > td,
 .kcw .kcw__table-hover .kcw__table-brand-brightblue:hover > th {
  background-color: rgb(167.6619321149, 173.5537859008, 209.5980678851);
}

 .kcw .kcw__table-gray-blue,
 .kcw .kcw__table-gray-blue > th,
 .kcw .kcw__table-gray-blue > td {
  background-color: rgb(251.64, 252.2, 253.6);
}
 .kcw .kcw__table-gray-blue th,
 .kcw .kcw__table-gray-blue td,
 .kcw .kcw__table-gray-blue thead th,
 .kcw .kcw__table-gray-blue tbody + tbody {
  border-color: rgb(248.76, 249.8, 252.4);
}

 .kcw .kcw__table-hover .kcw__table-gray-blue:hover {
  background-color: rgb(233.64, 237.2, 246.1);
}
 .kcw .kcw__table-hover .kcw__table-gray-blue:hover > td,
 .kcw .kcw__table-hover .kcw__table-gray-blue:hover > th {
  background-color: rgb(233.64, 237.2, 246.1);
}

 .kcw .kcw__table-text-light-gray,
 .kcw .kcw__table-text-light-gray > th,
 .kcw .kcw__table-text-light-gray > td {
  background-color: rgb(206.56, 206.56, 206.56);
}
 .kcw .kcw__table-text-light-gray th,
 .kcw .kcw__table-text-light-gray td,
 .kcw .kcw__table-text-light-gray thead th,
 .kcw .kcw__table-text-light-gray tbody + tbody {
  border-color: rgb(165.04, 165.04, 165.04);
}

 .kcw .kcw__table-hover .kcw__table-text-light-gray:hover {
  background-color: rgb(193.81, 193.81, 193.81);
}
 .kcw .kcw__table-hover .kcw__table-text-light-gray:hover > td,
 .kcw .kcw__table-hover .kcw__table-text-light-gray:hover > th {
  background-color: rgb(193.81, 193.81, 193.81);
}

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

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

 .kcw .kcw__table .kcw__thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
 .kcw .kcw__table .kcw__thead-light th {
  color: #495057;
  background-color: #E0E0E0;
  border-color: #dfe2e6;
}

 .kcw .kcw__table-dark {
  color: #fff;
  background-color: #343a40;
}
 .kcw .kcw__table-dark th,
 .kcw .kcw__table-dark td,
 .kcw .kcw__table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
 .kcw .kcw__table-dark.kcw__table-bordered {
  border: 0;
}
 .kcw .kcw__table-dark.kcw__table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
 .kcw .kcw__table-dark.kcw__table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
   .kcw .kcw__table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
   .kcw .kcw__table-responsive-sm > .kcw__table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
   .kcw .kcw__table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
   .kcw .kcw__table-responsive-md > .kcw__table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
   .kcw .kcw__table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
   .kcw .kcw__table-responsive-lg > .kcw__table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
   .kcw .kcw__table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
   .kcw .kcw__table-responsive-xl > .kcw__table-bordered {
    border: 0;
  }
}
 .kcw .kcw__table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
 .kcw .kcw__table-responsive > .kcw__table-bordered {
  border: 0;
}

 .kcw .kcw__form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #C6C6C6;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__form-control {
    transition: none;
  }
}
 .kcw .kcw__form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
 .kcw .kcw__form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(36.5, 172.3963414634, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 164, 0.25);
}
 .kcw .kcw__form-control::placeholder {
  color: #697077;
  opacity: 1;
}
 .kcw .kcw__form-control:disabled,  .kcw .kcw__form-control[readonly] {
  background-color: #E0E0E0;
  opacity: 1;
}

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

 .kcw select.kcw__form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
 .kcw select.kcw__form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

 .kcw .kcw__form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #161616;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
 .kcw .kcw__form-control-plaintext.kcw__form-control-sm,  .kcw .kcw__form-control-plaintext.kcw__form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

 .kcw .kcw__form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0;
}

 .kcw .kcw__form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0;
}

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

 .kcw textarea.kcw__form-control {
  height: auto;
}

 .kcw .kcw__form-group {
  margin-bottom: 1rem;
}

 .kcw .kcw__form-text {
  display: block;
  margin-top: 0.25rem;
}

 .kcw .kcw__form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
 .kcw .kcw__form-row > .kcw__col,
 .kcw .kcw__form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

 .kcw .kcw__form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
 .kcw .kcw__form-check-input[disabled] ~ .kcw__form-check-label,  .kcw .kcw__form-check-input:disabled ~ .kcw__form-check-label {
  color: #697077;
}

 .kcw .kcw__form-check-label {
  margin-bottom: 0;
}

 .kcw .kcw__form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
 .kcw .kcw__form-check-inline .kcw__form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

 .kcw .kcw__valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

 .kcw .kcw__valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0;
}
 .kcw .kcw__form-row > .kcw__col > .kcw__valid-tooltip,  .kcw .kcw__form-row > [class*=col-] > .kcw__valid-tooltip {
  left: 5px;
}

 .kcw .kcw__was-validated :valid ~ .kcw__valid-feedback,
 .kcw .kcw__was-validated :valid ~ .kcw__valid-tooltip,
 .kcw .kcw__is-valid ~ .kcw__valid-feedback,
 .kcw .kcw__is-valid ~ .kcw__valid-tooltip {
  display: block;
}

 .kcw .kcw__was-validated .kcw__form-control:valid,  .kcw .kcw__form-control.kcw__is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 1.5rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
 .kcw .kcw__was-validated .kcw__form-control:valid:focus,  .kcw .kcw__form-control.kcw__is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

 .kcw .kcw__was-validated select.kcw__form-control:valid,  .kcw select.kcw__form-control.kcw__is-valid {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

 .kcw .kcw__was-validated textarea.kcw__form-control:valid,  .kcw textarea.kcw__form-control.kcw__is-valid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

 .kcw .kcw__was-validated .kcw__custom-select:valid,  .kcw .kcw__custom-select.kcw__is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 3.125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem) no-repeat;
}
 .kcw .kcw__was-validated .kcw__custom-select:valid:focus,  .kcw .kcw__custom-select.kcw__is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

 .kcw .kcw__was-validated .kcw__form-check-input:valid ~ .kcw__form-check-label,  .kcw .kcw__form-check-input.kcw__is-valid ~ .kcw__form-check-label {
  color: #28a745;
}
 .kcw .kcw__was-validated .kcw__form-check-input:valid ~ .kcw__valid-feedback,
 .kcw .kcw__was-validated .kcw__form-check-input:valid ~ .kcw__valid-tooltip,
 .kcw .kcw__form-check-input.kcw__is-valid ~ .kcw__valid-feedback,
 .kcw .kcw__form-check-input.kcw__is-valid ~ .kcw__valid-tooltip {
  display: block;
}

 .kcw .kcw__was-validated .kcw__custom-control-input:valid ~ .kcw__custom-control-label,  .kcw .kcw__custom-control-input.kcw__is-valid ~ .kcw__custom-control-label {
  color: #28a745;
}
 .kcw .kcw__was-validated .kcw__custom-control-input:valid ~ .kcw__custom-control-label::before,  .kcw .kcw__custom-control-input.kcw__is-valid ~ .kcw__custom-control-label::before {
  border-color: #28a745;
}
 .kcw .kcw__was-validated .kcw__custom-control-input:valid:checked ~ .kcw__custom-control-label::before,  .kcw .kcw__custom-control-input.kcw__is-valid:checked ~ .kcw__custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
 .kcw .kcw__was-validated .kcw__custom-control-input:valid:focus ~ .kcw__custom-control-label::before,  .kcw .kcw__custom-control-input.kcw__is-valid:focus ~ .kcw__custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
 .kcw .kcw__was-validated .kcw__custom-control-input:valid:focus:not(:checked) ~ .kcw__custom-control-label::before,  .kcw .kcw__custom-control-input.kcw__is-valid:focus:not(:checked) ~ .kcw__custom-control-label::before {
  border-color: #28a745;
}

 .kcw .kcw__was-validated .kcw__custom-file-input:valid ~ .kcw__custom-file-label,  .kcw .kcw__custom-file-input.kcw__is-valid ~ .kcw__custom-file-label {
  border-color: #28a745;
}
 .kcw .kcw__was-validated .kcw__custom-file-input:valid:focus ~ .kcw__custom-file-label,  .kcw .kcw__custom-file-input.kcw__is-valid:focus ~ .kcw__custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

 .kcw .kcw__invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
}
 .kcw .kcw__form-row > .kcw__col > .kcw__invalid-tooltip,  .kcw .kcw__form-row > [class*=col-] > .kcw__invalid-tooltip {
  left: 5px;
}

 .kcw .kcw__was-validated :invalid ~ .kcw__invalid-feedback,
 .kcw .kcw__was-validated :invalid ~ .kcw__invalid-tooltip,
 .kcw .kcw__is-invalid ~ .kcw__invalid-feedback,
 .kcw .kcw__is-invalid ~ .kcw__invalid-tooltip {
  display: block;
}

 .kcw .kcw__was-validated .kcw__form-control:invalid,  .kcw .kcw__form-control.kcw__is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 1.5rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
 .kcw .kcw__was-validated .kcw__form-control:invalid:focus,  .kcw .kcw__form-control.kcw__is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

 .kcw .kcw__was-validated select.kcw__form-control:invalid,  .kcw select.kcw__form-control.kcw__is-invalid {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

 .kcw .kcw__was-validated textarea.kcw__form-control:invalid,  .kcw textarea.kcw__form-control.kcw__is-invalid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

 .kcw .kcw__was-validated .kcw__custom-select:invalid,  .kcw .kcw__custom-select.kcw__is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 3.125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 2rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem) no-repeat;
}
 .kcw .kcw__was-validated .kcw__custom-select:invalid:focus,  .kcw .kcw__custom-select.kcw__is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

 .kcw .kcw__was-validated .kcw__form-check-input:invalid ~ .kcw__form-check-label,  .kcw .kcw__form-check-input.kcw__is-invalid ~ .kcw__form-check-label {
  color: #dc3545;
}
 .kcw .kcw__was-validated .kcw__form-check-input:invalid ~ .kcw__invalid-feedback,
 .kcw .kcw__was-validated .kcw__form-check-input:invalid ~ .kcw__invalid-tooltip,
 .kcw .kcw__form-check-input.kcw__is-invalid ~ .kcw__invalid-feedback,
 .kcw .kcw__form-check-input.kcw__is-invalid ~ .kcw__invalid-tooltip {
  display: block;
}

 .kcw .kcw__was-validated .kcw__custom-control-input:invalid ~ .kcw__custom-control-label,  .kcw .kcw__custom-control-input.kcw__is-invalid ~ .kcw__custom-control-label {
  color: #dc3545;
}
 .kcw .kcw__was-validated .kcw__custom-control-input:invalid ~ .kcw__custom-control-label::before,  .kcw .kcw__custom-control-input.kcw__is-invalid ~ .kcw__custom-control-label::before {
  border-color: #dc3545;
}
 .kcw .kcw__was-validated .kcw__custom-control-input:invalid:checked ~ .kcw__custom-control-label::before,  .kcw .kcw__custom-control-input.kcw__is-invalid:checked ~ .kcw__custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
 .kcw .kcw__was-validated .kcw__custom-control-input:invalid:focus ~ .kcw__custom-control-label::before,  .kcw .kcw__custom-control-input.kcw__is-invalid:focus ~ .kcw__custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
 .kcw .kcw__was-validated .kcw__custom-control-input:invalid:focus:not(:checked) ~ .kcw__custom-control-label::before,  .kcw .kcw__custom-control-input.kcw__is-invalid:focus:not(:checked) ~ .kcw__custom-control-label::before {
  border-color: #dc3545;
}

 .kcw .kcw__was-validated .kcw__custom-file-input:invalid ~ .kcw__custom-file-label,  .kcw .kcw__custom-file-input.kcw__is-invalid ~ .kcw__custom-file-label {
  border-color: #dc3545;
}
 .kcw .kcw__was-validated .kcw__custom-file-input:invalid:focus ~ .kcw__custom-file-label,  .kcw .kcw__custom-file-input.kcw__is-invalid:focus ~ .kcw__custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

 .kcw .kcw__form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
 .kcw .kcw__form-inline .kcw__form-check {
  width: 100%;
}
@media (min-width: 576px) {
   .kcw .kcw__form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
   .kcw .kcw__form-inline .kcw__form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
   .kcw .kcw__form-inline .kcw__form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
   .kcw .kcw__form-inline .kcw__form-control-plaintext {
    display: inline-block;
  }
   .kcw .kcw__form-inline .kcw__input-group,
   .kcw .kcw__form-inline .kcw__custom-select {
    width: auto;
  }
   .kcw .kcw__form-inline .kcw__form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
   .kcw .kcw__form-inline .kcw__form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
   .kcw .kcw__form-inline .kcw__custom-control {
    align-items: center;
    justify-content: center;
  }
   .kcw .kcw__form-inline .kcw__custom-control-label {
    margin-bottom: 0;
  }
}

 .kcw .kcw__btn {
  display: inline-block;
  font-weight: 400;
  color: #161616;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__btn {
    transition: none;
  }
}
 .kcw .kcw__btn:hover {
  color: #161616;
  text-decoration: none;
}
 .kcw .kcw__btn:focus,  .kcw .kcw__btn.kcw__focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 164, 0.25);
}
 .kcw .kcw__btn.kcw__disabled,  .kcw .kcw__btn:disabled {
  opacity: 0.65;
}
 .kcw .kcw__btn:not(:disabled):not(.kcw__disabled) {
  cursor: pointer;
}
 .kcw a.kcw__btn.kcw__disabled,
 .kcw fieldset:disabled a.kcw__btn {
  pointer-events: none;
}

 .kcw .kcw__btn-primary {
  color: #fff;
  background-color: #0066A4;
  border-color: #0066A4;
}
 .kcw .kcw__btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 78.2103658537, 125.75);
  border-color: rgb(0, 70.2804878049, 113);
}
 .kcw .kcw__btn-primary:focus,  .kcw .kcw__btn-primary.kcw__focus {
  color: #fff;
  background-color: rgb(0, 78.2103658537, 125.75);
  border-color: rgb(0, 70.2804878049, 113);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 124.95, 177.65, 0.5);
}
 .kcw .kcw__btn-primary.kcw__disabled,  .kcw .kcw__btn-primary:disabled {
  color: #fff;
  background-color: #0066A4;
  border-color: #0066A4;
}
 .kcw .kcw__btn-primary:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-primary:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-primary.kcw__dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 70.2804878049, 113);
  border-color: rgb(0, 62.3506097561, 100.25);
}
 .kcw .kcw__btn-primary:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-primary:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-primary.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 124.95, 177.65, 0.5);
}

 .kcw .kcw__btn-secondary {
  color: #fff;
  background-color: #697077;
  border-color: #697077;
}
 .kcw .kcw__btn-secondary:hover {
  color: #fff;
  background-color: rgb(87.0703125, 92.875, 98.6796875);
  border-color: rgb(81.09375, 86.5, 91.90625);
}
 .kcw .kcw__btn-secondary:focus,  .kcw .kcw__btn-secondary.kcw__focus {
  color: #fff;
  background-color: rgb(87.0703125, 92.875, 98.6796875);
  border-color: rgb(81.09375, 86.5, 91.90625);
  box-shadow: 0 0 0 0.2rem rgba(127.5, 133.45, 139.4, 0.5);
}
 .kcw .kcw__btn-secondary.kcw__disabled,  .kcw .kcw__btn-secondary:disabled {
  color: #fff;
  background-color: #697077;
  border-color: #697077;
}
 .kcw .kcw__btn-secondary:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-secondary:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-secondary.kcw__dropdown-toggle {
  color: #fff;
  background-color: rgb(81.09375, 86.5, 91.90625);
  border-color: rgb(75.1171875, 80.125, 85.1328125);
}
 .kcw .kcw__btn-secondary:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-secondary:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-secondary.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(127.5, 133.45, 139.4, 0.5);
}

 .kcw .kcw__btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
 .kcw .kcw__btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
 .kcw .kcw__btn-success:focus,  .kcw .kcw__btn-success.kcw__focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
 .kcw .kcw__btn-success.kcw__disabled,  .kcw .kcw__btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
 .kcw .kcw__btn-success:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-success:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-success.kcw__dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
 .kcw .kcw__btn-success:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-success:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-success.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

 .kcw .kcw__btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
 .kcw .kcw__btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
 .kcw .kcw__btn-info:focus,  .kcw .kcw__btn-info.kcw__focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
 .kcw .kcw__btn-info.kcw__disabled,  .kcw .kcw__btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
 .kcw .kcw__btn-info:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-info:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-info.kcw__dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
 .kcw .kcw__btn-info:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-info:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-info.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

 .kcw .kcw__btn-warning {
  color: #161616;
  background-color: #fed457;
  border-color: #fed457;
}
 .kcw .kcw__btn-warning:hover {
  color: #161616;
  background-color: rgb(253.7736686391, 202.2677514793, 48.9763313609);
  border-color: rgb(253.6982248521, 199.0236686391, 36.3017751479);
}
 .kcw .kcw__btn-warning:focus,  .kcw .kcw__btn-warning.kcw__focus {
  color: #161616;
  background-color: rgb(253.7736686391, 202.2677514793, 48.9763313609);
  border-color: rgb(253.6982248521, 199.0236686391, 36.3017751479);
  box-shadow: 0 0 0 0.2rem rgba(219.2, 183.5, 77.25, 0.5);
}
 .kcw .kcw__btn-warning.kcw__disabled,  .kcw .kcw__btn-warning:disabled {
  color: #161616;
  background-color: #fed457;
  border-color: #fed457;
}
 .kcw .kcw__btn-warning:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-warning:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-warning.kcw__dropdown-toggle {
  color: #161616;
  background-color: rgb(253.6982248521, 199.0236686391, 36.3017751479);
  border-color: rgb(253.6227810651, 195.7795857988, 23.6272189349);
}
 .kcw .kcw__btn-warning:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-warning:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-warning.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219.2, 183.5, 77.25, 0.5);
}

 .kcw .kcw__btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
 .kcw .kcw__btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
 .kcw .kcw__btn-danger:focus,  .kcw .kcw__btn-danger.kcw__focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
 .kcw .kcw__btn-danger.kcw__disabled,  .kcw .kcw__btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
 .kcw .kcw__btn-danger:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-danger:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-danger.kcw__dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
 .kcw .kcw__btn-danger:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-danger:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-danger.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

 .kcw .kcw__btn-light {
  color: #161616;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
 .kcw .kcw__btn-light:hover {
  color: #161616;
  background-color: rgb(224.875, 224.875, 224.875);
  border-color: rgb(218.5, 218.5, 218.5);
}
 .kcw .kcw__btn-light:focus,  .kcw .kcw__btn-light.kcw__focus {
  color: #161616;
  background-color: rgb(224.875, 224.875, 224.875);
  border-color: rgb(218.5, 218.5, 218.5);
  box-shadow: 0 0 0 0.2rem rgba(210.7, 210.7, 210.7, 0.5);
}
 .kcw .kcw__btn-light.kcw__disabled,  .kcw .kcw__btn-light:disabled {
  color: #161616;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
 .kcw .kcw__btn-light:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-light:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-light.kcw__dropdown-toggle {
  color: #161616;
  background-color: rgb(218.5, 218.5, 218.5);
  border-color: rgb(212.125, 212.125, 212.125);
}
 .kcw .kcw__btn-light:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-light:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-light.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210.7, 210.7, 210.7, 0.5);
}

 .kcw .kcw__btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
 .kcw .kcw__btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
 .kcw .kcw__btn-dark:focus,  .kcw .kcw__btn-dark.kcw__focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
 .kcw .kcw__btn-dark.kcw__disabled,  .kcw .kcw__btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
 .kcw .kcw__btn-dark:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-dark:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-dark.kcw__dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
 .kcw .kcw__btn-dark:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-dark:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-dark.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

 .kcw .kcw__btn-primary-dark {
  color: #fff;
  background-color: #00518d;
  border-color: #00518d;
}
 .kcw .kcw__btn-primary-dark:hover {
  color: #fff;
  background-color: rgb(0, 59.0265957447, 102.75);
  border-color: rgb(0, 51.7021276596, 90);
}
 .kcw .kcw__btn-primary-dark:focus,  .kcw .kcw__btn-primary-dark.kcw__focus {
  color: #fff;
  background-color: rgb(0, 59.0265957447, 102.75);
  border-color: rgb(0, 51.7021276596, 90);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 107.1, 158.1, 0.5);
}
 .kcw .kcw__btn-primary-dark.kcw__disabled,  .kcw .kcw__btn-primary-dark:disabled {
  color: #fff;
  background-color: #00518d;
  border-color: #00518d;
}
 .kcw .kcw__btn-primary-dark:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-primary-dark:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-primary-dark.kcw__dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 51.7021276596, 90);
  border-color: rgb(0, 44.3776595745, 77.25);
}
 .kcw .kcw__btn-primary-dark:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-primary-dark:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-primary-dark.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 107.1, 158.1, 0.5);
}

 .kcw .kcw__btn-brand-blue {
  color: #fff;
  background-color: #1251A4;
  border-color: #1251A4;
}
 .kcw .kcw__btn-brand-blue:hover {
  color: #fff;
  background-color: rgb(14.217032967, 63.9766483516, 129.532967033);
  border-color: rgb(12.956043956, 58.3021978022, 118.043956044);
}
 .kcw .kcw__btn-brand-blue:focus,  .kcw .kcw__btn-brand-blue.kcw__focus {
  color: #fff;
  background-color: rgb(14.217032967, 63.9766483516, 129.532967033);
  border-color: rgb(12.956043956, 58.3021978022, 118.043956044);
  box-shadow: 0 0 0 0.2rem rgba(53.55, 107.1, 177.65, 0.5);
}
 .kcw .kcw__btn-brand-blue.kcw__disabled,  .kcw .kcw__btn-brand-blue:disabled {
  color: #fff;
  background-color: #1251A4;
  border-color: #1251A4;
}
 .kcw .kcw__btn-brand-blue:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-brand-blue:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-brand-blue.kcw__dropdown-toggle {
  color: #fff;
  background-color: rgb(12.956043956, 58.3021978022, 118.043956044);
  border-color: rgb(11.6950549451, 52.6277472527, 106.5549450549);
}
 .kcw .kcw__btn-brand-blue:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-brand-blue:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-brand-blue.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53.55, 107.1, 177.65, 0.5);
}

 .kcw .kcw__btn-brand-darkblue {
  color: #fff;
  background-color: #001D4C;
  border-color: #001D4C;
}
 .kcw .kcw__btn-brand-darkblue:hover {
  color: #fff;
  background-color: rgb(0, 14.4046052632, 37.75);
  border-color: rgb(0, 9.5394736842, 25);
}
 .kcw .kcw__btn-brand-darkblue:focus,  .kcw .kcw__btn-brand-darkblue.kcw__focus {
  color: #fff;
  background-color: rgb(0, 14.4046052632, 37.75);
  border-color: rgb(0, 9.5394736842, 25);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 62.9, 102.85, 0.5);
}
 .kcw .kcw__btn-brand-darkblue.kcw__disabled,  .kcw .kcw__btn-brand-darkblue:disabled {
  color: #fff;
  background-color: #001D4C;
  border-color: #001D4C;
}
 .kcw .kcw__btn-brand-darkblue:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-brand-darkblue:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-brand-darkblue.kcw__dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 9.5394736842, 25);
  border-color: rgb(0, 4.6743421053, 12.25);
}
 .kcw .kcw__btn-brand-darkblue:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-brand-darkblue:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-brand-darkblue.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 62.9, 102.85, 0.5);
}

 .kcw .kcw__btn-brand-lightblue {
  color: #fff;
  background-color: #029DD3;
  border-color: #029DD3;
}
 .kcw .kcw__btn-brand-lightblue:hover {
  color: #fff;
  background-color: rgb(1.6408450704, 128.8063380282, 173.1091549296);
  border-color: rgb(1.5211267606, 119.4084507042, 160.4788732394);
}
 .kcw .kcw__btn-brand-lightblue:focus,  .kcw .kcw__btn-brand-lightblue.kcw__focus {
  color: #fff;
  background-color: rgb(1.6408450704, 128.8063380282, 173.1091549296);
  border-color: rgb(1.5211267606, 119.4084507042, 160.4788732394);
  box-shadow: 0 0 0 0.2rem rgba(39.95, 171.7, 217.6, 0.5);
}
 .kcw .kcw__btn-brand-lightblue.kcw__disabled,  .kcw .kcw__btn-brand-lightblue:disabled {
  color: #fff;
  background-color: #029DD3;
  border-color: #029DD3;
}
 .kcw .kcw__btn-brand-lightblue:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-brand-lightblue:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-brand-lightblue.kcw__dropdown-toggle {
  color: #fff;
  background-color: rgb(1.5211267606, 119.4084507042, 160.4788732394);
  border-color: rgb(1.4014084507, 110.0105633803, 147.8485915493);
}
 .kcw .kcw__btn-brand-lightblue:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-brand-lightblue:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-brand-lightblue.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39.95, 171.7, 217.6, 0.5);
}

 .kcw .kcw__btn-brand-green {
  color: #161616;
  background-color: #73BE44;
  border-color: #73BE44;
}
 .kcw .kcw__btn-brand-green:hover {
  color: #fff;
  background-color: rgb(97.6666666667, 163.068452381, 56.681547619);
  border-color: rgb(92, 153.6071428571, 53.3928571429);
}
 .kcw .kcw__btn-brand-green:focus,  .kcw .kcw__btn-brand-green.kcw__focus {
  color: #fff;
  background-color: rgb(97.6666666667, 163.068452381, 56.681547619);
  border-color: rgb(92, 153.6071428571, 53.3928571429);
  box-shadow: 0 0 0 0.2rem rgba(101.05, 164.8, 61.1, 0.5);
}
 .kcw .kcw__btn-brand-green.kcw__disabled,  .kcw .kcw__btn-brand-green:disabled {
  color: #161616;
  background-color: #73BE44;
  border-color: #73BE44;
}
 .kcw .kcw__btn-brand-green:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-brand-green:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-brand-green.kcw__dropdown-toggle {
  color: #fff;
  background-color: rgb(92, 153.6071428571, 53.3928571429);
  border-color: rgb(86.3333333333, 144.1458333333, 50.1041666667);
}
 .kcw .kcw__btn-brand-green:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-brand-green:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-brand-green.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101.05, 164.8, 61.1, 0.5);
}

 .kcw .kcw__btn-brand-brightblue {
  color: #fff;
  background-color: #03147C;
  border-color: #03147C;
}
 .kcw .kcw__btn-brand-brightblue:hover {
  color: #fff;
  background-color: rgb(2.0964566929, 13.9763779528, 86.6535433071);
  border-color: rgb(1.7952755906, 11.968503937, 74.2047244094);
}
 .kcw .kcw__btn-brand-brightblue:focus,  .kcw .kcw__btn-brand-brightblue.kcw__focus {
  color: #fff;
  background-color: rgb(2.0964566929, 13.9763779528, 86.6535433071);
  border-color: rgb(1.7952755906, 11.968503937, 74.2047244094);
  box-shadow: 0 0 0 0.2rem rgba(40.8, 55.25, 143.65, 0.5);
}
 .kcw .kcw__btn-brand-brightblue.kcw__disabled,  .kcw .kcw__btn-brand-brightblue:disabled {
  color: #fff;
  background-color: #03147C;
  border-color: #03147C;
}
 .kcw .kcw__btn-brand-brightblue:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-brand-brightblue:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-brand-brightblue.kcw__dropdown-toggle {
  color: #fff;
  background-color: rgb(1.7952755906, 11.968503937, 74.2047244094);
  border-color: rgb(1.4940944882, 9.9606299213, 61.7559055118);
}
 .kcw .kcw__btn-brand-brightblue:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-brand-brightblue:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-brand-brightblue.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40.8, 55.25, 143.65, 0.5);
}

 .kcw .kcw__btn-gray-blue {
  color: #161616;
  background-color: #F3F5FA;
  border-color: #F3F5FA;
}
 .kcw .kcw__btn-gray-blue:hover {
  color: #161616;
  background-color: rgb(216, 222.5, 238.75);
  border-color: #cfd7eb;
}
 .kcw .kcw__btn-gray-blue:focus,  .kcw .kcw__btn-gray-blue.kcw__focus {
  color: #161616;
  background-color: rgb(216, 222.5, 238.75);
  border-color: #cfd7eb;
  box-shadow: 0 0 0 0.2rem rgba(209.85, 211.55, 215.8, 0.5);
}
 .kcw .kcw__btn-gray-blue.kcw__disabled,  .kcw .kcw__btn-gray-blue:disabled {
  color: #161616;
  background-color: #F3F5FA;
  border-color: #F3F5FA;
}
 .kcw .kcw__btn-gray-blue:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-gray-blue:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-gray-blue.kcw__dropdown-toggle {
  color: #161616;
  background-color: #cfd7eb;
  border-color: rgb(198, 207.5, 231.25);
}
 .kcw .kcw__btn-gray-blue:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-gray-blue:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-gray-blue.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209.85, 211.55, 215.8, 0.5);
}

 .kcw .kcw__btn-text-light-gray {
  color: #fff;
  background-color: #525252;
  border-color: #525252;
}
 .kcw .kcw__btn-text-light-gray:hover {
  color: #fff;
  background-color: rgb(62.875, 62.875, 62.875);
  border-color: rgb(56.5, 56.5, 56.5);
}
 .kcw .kcw__btn-text-light-gray:focus,  .kcw .kcw__btn-text-light-gray.kcw__focus {
  color: #fff;
  background-color: rgb(62.875, 62.875, 62.875);
  border-color: rgb(56.5, 56.5, 56.5);
  box-shadow: 0 0 0 0.2rem rgba(107.95, 107.95, 107.95, 0.5);
}
 .kcw .kcw__btn-text-light-gray.kcw__disabled,  .kcw .kcw__btn-text-light-gray:disabled {
  color: #fff;
  background-color: #525252;
  border-color: #525252;
}
 .kcw .kcw__btn-text-light-gray:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-text-light-gray:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-text-light-gray.kcw__dropdown-toggle {
  color: #fff;
  background-color: rgb(56.5, 56.5, 56.5);
  border-color: rgb(50.125, 50.125, 50.125);
}
 .kcw .kcw__btn-text-light-gray:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-text-light-gray:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-text-light-gray.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107.95, 107.95, 107.95, 0.5);
}

 .kcw .kcw__btn-outline-primary {
  color: #0066A4;
  border-color: #0066A4;
}
 .kcw .kcw__btn-outline-primary:hover {
  color: #fff;
  background-color: #0066A4;
  border-color: #0066A4;
}
 .kcw .kcw__btn-outline-primary:focus,  .kcw .kcw__btn-outline-primary.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 164, 0.5);
}
 .kcw .kcw__btn-outline-primary.kcw__disabled,  .kcw .kcw__btn-outline-primary:disabled {
  color: #0066A4;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-primary:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-primary:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-primary.kcw__dropdown-toggle {
  color: #fff;
  background-color: #0066A4;
  border-color: #0066A4;
}
 .kcw .kcw__btn-outline-primary:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-primary:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-primary.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 164, 0.5);
}

 .kcw .kcw__btn-outline-secondary {
  color: #697077;
  border-color: #697077;
}
 .kcw .kcw__btn-outline-secondary:hover {
  color: #fff;
  background-color: #697077;
  border-color: #697077;
}
 .kcw .kcw__btn-outline-secondary:focus,  .kcw .kcw__btn-outline-secondary.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 112, 119, 0.5);
}
 .kcw .kcw__btn-outline-secondary.kcw__disabled,  .kcw .kcw__btn-outline-secondary:disabled {
  color: #697077;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-secondary:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-secondary:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-secondary.kcw__dropdown-toggle {
  color: #fff;
  background-color: #697077;
  border-color: #697077;
}
 .kcw .kcw__btn-outline-secondary:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-secondary:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-secondary.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 112, 119, 0.5);
}

 .kcw .kcw__btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
 .kcw .kcw__btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
 .kcw .kcw__btn-outline-success:focus,  .kcw .kcw__btn-outline-success.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
 .kcw .kcw__btn-outline-success.kcw__disabled,  .kcw .kcw__btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-success:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-success:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-success.kcw__dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
 .kcw .kcw__btn-outline-success:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-success:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-success.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

 .kcw .kcw__btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
 .kcw .kcw__btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
 .kcw .kcw__btn-outline-info:focus,  .kcw .kcw__btn-outline-info.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
 .kcw .kcw__btn-outline-info.kcw__disabled,  .kcw .kcw__btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-info:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-info:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-info.kcw__dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
 .kcw .kcw__btn-outline-info:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-info:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-info.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

 .kcw .kcw__btn-outline-warning {
  color: #fed457;
  border-color: #fed457;
}
 .kcw .kcw__btn-outline-warning:hover {
  color: #161616;
  background-color: #fed457;
  border-color: #fed457;
}
 .kcw .kcw__btn-outline-warning:focus,  .kcw .kcw__btn-outline-warning.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 212, 87, 0.5);
}
 .kcw .kcw__btn-outline-warning.kcw__disabled,  .kcw .kcw__btn-outline-warning:disabled {
  color: #fed457;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-warning:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-warning:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-warning.kcw__dropdown-toggle {
  color: #161616;
  background-color: #fed457;
  border-color: #fed457;
}
 .kcw .kcw__btn-outline-warning:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-warning:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-warning.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 212, 87, 0.5);
}

 .kcw .kcw__btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
 .kcw .kcw__btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
 .kcw .kcw__btn-outline-danger:focus,  .kcw .kcw__btn-outline-danger.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
 .kcw .kcw__btn-outline-danger.kcw__disabled,  .kcw .kcw__btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-danger:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-danger:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-danger.kcw__dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
 .kcw .kcw__btn-outline-danger:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-danger:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-danger.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

 .kcw .kcw__btn-outline-light {
  color: #f4f4f4;
  border-color: #f4f4f4;
}
 .kcw .kcw__btn-outline-light:hover {
  color: #161616;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
 .kcw .kcw__btn-outline-light:focus,  .kcw .kcw__btn-outline-light.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}
 .kcw .kcw__btn-outline-light.kcw__disabled,  .kcw .kcw__btn-outline-light:disabled {
  color: #f4f4f4;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-light:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-light:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-light.kcw__dropdown-toggle {
  color: #161616;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
 .kcw .kcw__btn-outline-light:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-light:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-light.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

 .kcw .kcw__btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
 .kcw .kcw__btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
 .kcw .kcw__btn-outline-dark:focus,  .kcw .kcw__btn-outline-dark.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
 .kcw .kcw__btn-outline-dark.kcw__disabled,  .kcw .kcw__btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-dark:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-dark:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-dark.kcw__dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
 .kcw .kcw__btn-outline-dark:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-dark:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-dark.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

 .kcw .kcw__btn-outline-primary-dark {
  color: #00518d;
  border-color: #00518d;
}
 .kcw .kcw__btn-outline-primary-dark:hover {
  color: #fff;
  background-color: #00518d;
  border-color: #00518d;
}
 .kcw .kcw__btn-outline-primary-dark:focus,  .kcw .kcw__btn-outline-primary-dark.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 141, 0.5);
}
 .kcw .kcw__btn-outline-primary-dark.kcw__disabled,  .kcw .kcw__btn-outline-primary-dark:disabled {
  color: #00518d;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-primary-dark:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-primary-dark:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-primary-dark.kcw__dropdown-toggle {
  color: #fff;
  background-color: #00518d;
  border-color: #00518d;
}
 .kcw .kcw__btn-outline-primary-dark:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-primary-dark:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-primary-dark.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 141, 0.5);
}

 .kcw .kcw__btn-outline-brand-blue {
  color: #1251A4;
  border-color: #1251A4;
}
 .kcw .kcw__btn-outline-brand-blue:hover {
  color: #fff;
  background-color: #1251A4;
  border-color: #1251A4;
}
 .kcw .kcw__btn-outline-brand-blue:focus,  .kcw .kcw__btn-outline-brand-blue.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 81, 164, 0.5);
}
 .kcw .kcw__btn-outline-brand-blue.kcw__disabled,  .kcw .kcw__btn-outline-brand-blue:disabled {
  color: #1251A4;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-brand-blue:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-brand-blue:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-brand-blue.kcw__dropdown-toggle {
  color: #fff;
  background-color: #1251A4;
  border-color: #1251A4;
}
 .kcw .kcw__btn-outline-brand-blue:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-brand-blue:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-brand-blue.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 81, 164, 0.5);
}

 .kcw .kcw__btn-outline-brand-darkblue {
  color: #001D4C;
  border-color: #001D4C;
}
 .kcw .kcw__btn-outline-brand-darkblue:hover {
  color: #fff;
  background-color: #001D4C;
  border-color: #001D4C;
}
 .kcw .kcw__btn-outline-brand-darkblue:focus,  .kcw .kcw__btn-outline-brand-darkblue.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 29, 76, 0.5);
}
 .kcw .kcw__btn-outline-brand-darkblue.kcw__disabled,  .kcw .kcw__btn-outline-brand-darkblue:disabled {
  color: #001D4C;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-brand-darkblue:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-brand-darkblue:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-brand-darkblue.kcw__dropdown-toggle {
  color: #fff;
  background-color: #001D4C;
  border-color: #001D4C;
}
 .kcw .kcw__btn-outline-brand-darkblue:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-brand-darkblue:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-brand-darkblue.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 29, 76, 0.5);
}

 .kcw .kcw__btn-outline-brand-lightblue {
  color: #029DD3;
  border-color: #029DD3;
}
 .kcw .kcw__btn-outline-brand-lightblue:hover {
  color: #fff;
  background-color: #029DD3;
  border-color: #029DD3;
}
 .kcw .kcw__btn-outline-brand-lightblue:focus,  .kcw .kcw__btn-outline-brand-lightblue.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 157, 211, 0.5);
}
 .kcw .kcw__btn-outline-brand-lightblue.kcw__disabled,  .kcw .kcw__btn-outline-brand-lightblue:disabled {
  color: #029DD3;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-brand-lightblue:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-brand-lightblue:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-brand-lightblue.kcw__dropdown-toggle {
  color: #fff;
  background-color: #029DD3;
  border-color: #029DD3;
}
 .kcw .kcw__btn-outline-brand-lightblue:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-brand-lightblue:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-brand-lightblue.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 157, 211, 0.5);
}

 .kcw .kcw__btn-outline-brand-green {
  color: #73BE44;
  border-color: #73BE44;
}
 .kcw .kcw__btn-outline-brand-green:hover {
  color: #161616;
  background-color: #73BE44;
  border-color: #73BE44;
}
 .kcw .kcw__btn-outline-brand-green:focus,  .kcw .kcw__btn-outline-brand-green.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 190, 68, 0.5);
}
 .kcw .kcw__btn-outline-brand-green.kcw__disabled,  .kcw .kcw__btn-outline-brand-green:disabled {
  color: #73BE44;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-brand-green:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-brand-green:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-brand-green.kcw__dropdown-toggle {
  color: #161616;
  background-color: #73BE44;
  border-color: #73BE44;
}
 .kcw .kcw__btn-outline-brand-green:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-brand-green:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-brand-green.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 190, 68, 0.5);
}

 .kcw .kcw__btn-outline-brand-brightblue {
  color: #03147C;
  border-color: #03147C;
}
 .kcw .kcw__btn-outline-brand-brightblue:hover {
  color: #fff;
  background-color: #03147C;
  border-color: #03147C;
}
 .kcw .kcw__btn-outline-brand-brightblue:focus,  .kcw .kcw__btn-outline-brand-brightblue.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 20, 124, 0.5);
}
 .kcw .kcw__btn-outline-brand-brightblue.kcw__disabled,  .kcw .kcw__btn-outline-brand-brightblue:disabled {
  color: #03147C;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-brand-brightblue:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-brand-brightblue:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-brand-brightblue.kcw__dropdown-toggle {
  color: #fff;
  background-color: #03147C;
  border-color: #03147C;
}
 .kcw .kcw__btn-outline-brand-brightblue:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-brand-brightblue:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-brand-brightblue.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 20, 124, 0.5);
}

 .kcw .kcw__btn-outline-gray-blue {
  color: #F3F5FA;
  border-color: #F3F5FA;
}
 .kcw .kcw__btn-outline-gray-blue:hover {
  color: #161616;
  background-color: #F3F5FA;
  border-color: #F3F5FA;
}
 .kcw .kcw__btn-outline-gray-blue:focus,  .kcw .kcw__btn-outline-gray-blue.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 245, 250, 0.5);
}
 .kcw .kcw__btn-outline-gray-blue.kcw__disabled,  .kcw .kcw__btn-outline-gray-blue:disabled {
  color: #F3F5FA;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-gray-blue:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-gray-blue:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-gray-blue.kcw__dropdown-toggle {
  color: #161616;
  background-color: #F3F5FA;
  border-color: #F3F5FA;
}
 .kcw .kcw__btn-outline-gray-blue:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-gray-blue:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-gray-blue.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 245, 250, 0.5);
}

 .kcw .kcw__btn-outline-text-light-gray {
  color: #525252;
  border-color: #525252;
}
 .kcw .kcw__btn-outline-text-light-gray:hover {
  color: #fff;
  background-color: #525252;
  border-color: #525252;
}
 .kcw .kcw__btn-outline-text-light-gray:focus,  .kcw .kcw__btn-outline-text-light-gray.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
 .kcw .kcw__btn-outline-text-light-gray.kcw__disabled,  .kcw .kcw__btn-outline-text-light-gray:disabled {
  color: #525252;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-text-light-gray:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-text-light-gray:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-text-light-gray.kcw__dropdown-toggle {
  color: #fff;
  background-color: #525252;
  border-color: #525252;
}
 .kcw .kcw__btn-outline-text-light-gray:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-text-light-gray:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-text-light-gray.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

 .kcw .kcw__btn-link {
  font-weight: 400;
  color: #0066A4;
  text-decoration: underline;
}
 .kcw .kcw__btn-link:hover {
  color: rgb(0, 54.4207317073, 87.5);
  text-decoration: underline;
}
 .kcw .kcw__btn-link:focus,  .kcw .kcw__btn-link.kcw__focus {
  text-decoration: underline;
}
 .kcw .kcw__btn-link:disabled,  .kcw .kcw__btn-link.kcw__disabled {
  color: #697077;
  pointer-events: none;
}

 .kcw .kcw__btn-lg,  .kcw .kcw__btn-group-lg > .kcw__btn {
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0;
}

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

 .kcw .kcw__btn-block {
  display: block;
  width: 100%;
}
 .kcw .kcw__btn-block + .kcw__btn-block {
  margin-top: 0.5rem;
}

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

 .kcw .kcw__fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__fade {
    transition: none;
  }
}
 .kcw .kcw__fade:not(.kcw__show) {
  opacity: 0;
}

 .kcw .kcw__collapse:not(.kcw__show) {
  display: none;
}

 .kcw .kcw__collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__collapsing {
    transition: none;
  }
}
 .kcw .kcw__collapsing.kcw__width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__collapsing.kcw__width {
    transition: none;
  }
}

 .kcw .kcw__dropup,
 .kcw .kcw__dropright,
 .kcw .kcw__dropdown,
 .kcw .kcw__dropleft {
  position: relative;
}

 .kcw .kcw__dropdown-toggle {
  white-space: nowrap;
}
 .kcw .kcw__dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
 .kcw .kcw__dropdown-toggle:empty::after {
  margin-left: 0;
}

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

 .kcw .kcw__dropdown-menu-left {
  right: auto;
  left: 0;
}

 .kcw .kcw__dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
   .kcw .kcw__dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
   .kcw .kcw__dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
   .kcw .kcw__dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
   .kcw .kcw__dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
   .kcw .kcw__dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
   .kcw .kcw__dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
   .kcw .kcw__dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
   .kcw .kcw__dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
 .kcw .kcw__dropup .kcw__dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
 .kcw .kcw__dropup .kcw__dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
 .kcw .kcw__dropup .kcw__dropdown-toggle:empty::after {
  margin-left: 0;
}

 .kcw .kcw__dropright .kcw__dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
 .kcw .kcw__dropright .kcw__dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
 .kcw .kcw__dropright .kcw__dropdown-toggle:empty::after {
  margin-left: 0;
}
 .kcw .kcw__dropright .kcw__dropdown-toggle::after {
  vertical-align: 0;
}

 .kcw .kcw__dropleft .kcw__dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
 .kcw .kcw__dropleft .kcw__dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
 .kcw .kcw__dropleft .kcw__dropdown-toggle::after {
  display: none;
}
 .kcw .kcw__dropleft .kcw__dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
 .kcw .kcw__dropleft .kcw__dropdown-toggle:empty::after {
  margin-left: 0;
}
 .kcw .kcw__dropleft .kcw__dropdown-toggle::before {
  vertical-align: 0;
}

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

 .kcw .kcw__dropdown-divider {
  height: 0;
  margin: 0.625rem 0;
  overflow: hidden;
  border-top: 1px solid #E0E0E0;
}

 .kcw .kcw__dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #161616;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
 .kcw .kcw__dropdown-item:hover,  .kcw .kcw__dropdown-item:focus {
  color: rgb(9.25, 9.25, 9.25);
  text-decoration: none;
  background-color: #E0E0E0;
}
 .kcw .kcw__dropdown-item.kcw__active,  .kcw .kcw__dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0066A4;
}
 .kcw .kcw__dropdown-item.kcw__disabled,  .kcw .kcw__dropdown-item:disabled {
  color: #C1C7CD;
  pointer-events: none;
  background-color: transparent;
}

 .kcw .kcw__dropdown-menu.kcw__show {
  display: block;
}

 .kcw .kcw__dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.984375rem;
  color: #697077;
  white-space: nowrap;
}

 .kcw .kcw__dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #161616;
}

 .kcw .kcw__btn-group,
 .kcw .kcw__btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
 .kcw .kcw__btn-group > .kcw__btn,
 .kcw .kcw__btn-group-vertical > .kcw__btn {
  position: relative;
  flex: 1 1 auto;
}
 .kcw .kcw__btn-group > .kcw__btn:hover,
 .kcw .kcw__btn-group-vertical > .kcw__btn:hover {
  z-index: 1;
}
 .kcw .kcw__btn-group > .kcw__btn:focus,  .kcw .kcw__btn-group > .kcw__btn:active,  .kcw .kcw__btn-group > .kcw__btn.kcw__active,  .kcw .kcw__btn-group-vertical > .kcw__btn:focus,  .kcw .kcw__btn-group-vertical > .kcw__btn:active,  .kcw .kcw__btn-group-vertical > .kcw__btn.kcw__active {
  z-index: 1;
}

 .kcw .kcw__btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
 .kcw .kcw__btn-toolbar .kcw__input-group {
  width: auto;
}

 .kcw .kcw__btn-group > .kcw__btn:not(:first-child),
 .kcw .kcw__btn-group > .kcw__btn-group:not(:first-child) {
  margin-left: -1px;
}
 .kcw .kcw__btn-group > .kcw__btn:not(:last-child):not(.kcw__dropdown-toggle),
 .kcw .kcw__btn-group > .kcw__btn-group:not(:last-child) > .kcw__btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
 .kcw .kcw__btn-group > .kcw__btn:not(:first-child),
 .kcw .kcw__btn-group > .kcw__btn-group:not(:first-child) > .kcw__btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

 .kcw .kcw__dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
 .kcw .kcw__dropdown-toggle-split::after,  .kcw .kcw__dropup .kcw__dropdown-toggle-split::after,  .kcw .kcw__dropright .kcw__dropdown-toggle-split::after {
  margin-left: 0;
}
 .kcw .kcw__dropleft .kcw__dropdown-toggle-split::before {
  margin-right: 0;
}

 .kcw .kcw__btn-sm + .kcw__dropdown-toggle-split,  .kcw .kcw__btn-group-sm > .kcw__btn + .kcw__dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

 .kcw .kcw__btn-lg + .kcw__dropdown-toggle-split,  .kcw .kcw__btn-group-lg > .kcw__btn + .kcw__dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

 .kcw .kcw__btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
 .kcw .kcw__btn-group-vertical > .kcw__btn,
 .kcw .kcw__btn-group-vertical > .kcw__btn-group {
  width: 100%;
}
 .kcw .kcw__btn-group-vertical > .kcw__btn:not(:first-child),
 .kcw .kcw__btn-group-vertical > .kcw__btn-group:not(:first-child) {
  margin-top: -1px;
}
 .kcw .kcw__btn-group-vertical > .kcw__btn:not(:last-child):not(.kcw__dropdown-toggle),
 .kcw .kcw__btn-group-vertical > .kcw__btn-group:not(:last-child) > .kcw__btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
 .kcw .kcw__btn-group-vertical > .kcw__btn:not(:first-child),
 .kcw .kcw__btn-group-vertical > .kcw__btn-group:not(:first-child) > .kcw__btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

 .kcw .kcw__input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
 .kcw .kcw__input-group > .kcw__form-control,
 .kcw .kcw__input-group > .kcw__form-control-plaintext,
 .kcw .kcw__input-group > .kcw__custom-select,
 .kcw .kcw__input-group > .kcw__custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
 .kcw .kcw__input-group > .kcw__form-control + .kcw__form-control,
 .kcw .kcw__input-group > .kcw__form-control + .kcw__custom-select,
 .kcw .kcw__input-group > .kcw__form-control + .kcw__custom-file,
 .kcw .kcw__input-group > .kcw__form-control-plaintext + .kcw__form-control,
 .kcw .kcw__input-group > .kcw__form-control-plaintext + .kcw__custom-select,
 .kcw .kcw__input-group > .kcw__form-control-plaintext + .kcw__custom-file,
 .kcw .kcw__input-group > .kcw__custom-select + .kcw__form-control,
 .kcw .kcw__input-group > .kcw__custom-select + .kcw__custom-select,
 .kcw .kcw__input-group > .kcw__custom-select + .kcw__custom-file,
 .kcw .kcw__input-group > .kcw__custom-file + .kcw__form-control,
 .kcw .kcw__input-group > .kcw__custom-file + .kcw__custom-select,
 .kcw .kcw__input-group > .kcw__custom-file + .kcw__custom-file {
  margin-left: -1px;
}
 .kcw .kcw__input-group > .kcw__form-control:focus,
 .kcw .kcw__input-group > .kcw__custom-select:focus,
 .kcw .kcw__input-group > .kcw__custom-file .kcw__custom-file-input:focus ~ .kcw__custom-file-label {
  z-index: 3;
}
 .kcw .kcw__input-group > .kcw__custom-file .kcw__custom-file-input:focus {
  z-index: 4;
}
 .kcw .kcw__input-group > .kcw__form-control:not(:first-child),
 .kcw .kcw__input-group > .kcw__custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
 .kcw .kcw__input-group > .kcw__custom-file {
  display: flex;
  align-items: center;
}
 .kcw .kcw__input-group > .kcw__custom-file:not(:last-child) .kcw__custom-file-label,  .kcw .kcw__input-group > .kcw__custom-file:not(:last-child) .kcw__custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
 .kcw .kcw__input-group > .kcw__custom-file:not(:first-child) .kcw__custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
 .kcw .kcw__input-group:not(.kcw__has-validation) > .kcw__form-control:not(:last-child),
 .kcw .kcw__input-group:not(.kcw__has-validation) > .kcw__custom-select:not(:last-child),
 .kcw .kcw__input-group:not(.kcw__has-validation) > .kcw__custom-file:not(:last-child) .kcw__custom-file-label,
 .kcw .kcw__input-group:not(.kcw__has-validation) > .kcw__custom-file:not(:last-child) .kcw__custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
 .kcw .kcw__input-group.kcw__has-validation > .kcw__form-control:nth-last-child(n+3),
 .kcw .kcw__input-group.kcw__has-validation > .kcw__custom-select:nth-last-child(n+3),
 .kcw .kcw__input-group.kcw__has-validation > .kcw__custom-file:nth-last-child(n+3) .kcw__custom-file-label,
 .kcw .kcw__input-group.kcw__has-validation > .kcw__custom-file:nth-last-child(n+3) .kcw__custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

 .kcw .kcw__input-group-prepend,
 .kcw .kcw__input-group-append {
  display: flex;
}
 .kcw .kcw__input-group-prepend .kcw__btn,
 .kcw .kcw__input-group-append .kcw__btn {
  position: relative;
  z-index: 2;
}
 .kcw .kcw__input-group-prepend .kcw__btn:focus,
 .kcw .kcw__input-group-append .kcw__btn:focus {
  z-index: 3;
}
 .kcw .kcw__input-group-prepend .kcw__btn + .kcw__btn,
 .kcw .kcw__input-group-prepend .kcw__btn + .kcw__input-group-text,
 .kcw .kcw__input-group-prepend .kcw__input-group-text + .kcw__input-group-text,
 .kcw .kcw__input-group-prepend .kcw__input-group-text + .kcw__btn,
 .kcw .kcw__input-group-append .kcw__btn + .kcw__btn,
 .kcw .kcw__input-group-append .kcw__btn + .kcw__input-group-text,
 .kcw .kcw__input-group-append .kcw__input-group-text + .kcw__input-group-text,
 .kcw .kcw__input-group-append .kcw__input-group-text + .kcw__btn {
  margin-left: -1px;
}

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

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

 .kcw .kcw__input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #E0E0E0;
  border: 1px solid #C6C6C6;
  border-radius: 0;
}
 .kcw .kcw__input-group-text input[type=radio],
 .kcw .kcw__input-group-text input[type=checkbox] {
  margin-top: 0;
}

 .kcw .kcw__input-group-lg > .kcw__form-control:not(textarea),
 .kcw .kcw__input-group-lg > .kcw__custom-select {
  height: calc(1.5em + 1rem + 2px);
}

 .kcw .kcw__input-group-lg > .kcw__form-control,
 .kcw .kcw__input-group-lg > .kcw__custom-select,
 .kcw .kcw__input-group-lg > .kcw__input-group-prepend > .kcw__input-group-text,
 .kcw .kcw__input-group-lg > .kcw__input-group-append > .kcw__input-group-text,
 .kcw .kcw__input-group-lg > .kcw__input-group-prepend > .kcw__btn,
 .kcw .kcw__input-group-lg > .kcw__input-group-append > .kcw__btn {
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0;
}

 .kcw .kcw__input-group-sm > .kcw__form-control:not(textarea),
 .kcw .kcw__input-group-sm > .kcw__custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

 .kcw .kcw__input-group-sm > .kcw__form-control,
 .kcw .kcw__input-group-sm > .kcw__custom-select,
 .kcw .kcw__input-group-sm > .kcw__input-group-prepend > .kcw__input-group-text,
 .kcw .kcw__input-group-sm > .kcw__input-group-append > .kcw__input-group-text,
 .kcw .kcw__input-group-sm > .kcw__input-group-prepend > .kcw__btn,
 .kcw .kcw__input-group-sm > .kcw__input-group-append > .kcw__btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0;
}

 .kcw .kcw__input-group-lg > .kcw__custom-select,
 .kcw .kcw__input-group-sm > .kcw__custom-select {
  padding-right: 2rem;
}

 .kcw .kcw__input-group > .kcw__input-group-prepend > .kcw__btn,
 .kcw .kcw__input-group > .kcw__input-group-prepend > .kcw__input-group-text,
 .kcw .kcw__input-group:not(.kcw__has-validation) > .kcw__input-group-append:not(:last-child) > .kcw__btn,
 .kcw .kcw__input-group:not(.kcw__has-validation) > .kcw__input-group-append:not(:last-child) > .kcw__input-group-text,
 .kcw .kcw__input-group.kcw__has-validation > .kcw__input-group-append:nth-last-child(n+3) > .kcw__btn,
 .kcw .kcw__input-group.kcw__has-validation > .kcw__input-group-append:nth-last-child(n+3) > .kcw__input-group-text,
 .kcw .kcw__input-group > .kcw__input-group-append:last-child > .kcw__btn:not(:last-child):not(.kcw__dropdown-toggle),
 .kcw .kcw__input-group > .kcw__input-group-append:last-child > .kcw__input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

 .kcw .kcw__custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.34375rem;
  opacity: 0;
}
 .kcw .kcw__custom-control-input:checked ~ .kcw__custom-control-label::before {
  color: #fff;
  border-color: #0066A4;
  background-color: #0066A4;
}
 .kcw .kcw__custom-control-input:focus ~ .kcw__custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 164, 0.25);
}
 .kcw .kcw__custom-control-input:focus:not(:checked) ~ .kcw__custom-control-label::before {
  border-color: rgb(36.5, 172.3963414634, 255);
}
 .kcw .kcw__custom-control-input:not(:disabled):active ~ .kcw__custom-control-label::before {
  color: #fff;
  background-color: rgb(87.5, 191.6768292683, 255);
  border-color: rgb(87.5, 191.6768292683, 255);
}
 .kcw .kcw__custom-control-input[disabled] ~ .kcw__custom-control-label,  .kcw .kcw__custom-control-input:disabled ~ .kcw__custom-control-label {
  color: #697077;
}
 .kcw .kcw__custom-control-input[disabled] ~ .kcw__custom-control-label::before,  .kcw .kcw__custom-control-input:disabled ~ .kcw__custom-control-label::before {
  background-color: #E0E0E0;
}

 .kcw .kcw__custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
 .kcw .kcw__custom-control-label::before {
  position: absolute;
  top: 0.34375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #C1C7CD;
}
 .kcw .kcw__custom-control-label::after {
  position: absolute;
  top: 0.34375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

 .kcw .kcw__custom-checkbox .kcw__custom-control-label::before {
  border-radius: 0;
}
 .kcw .kcw__custom-checkbox .kcw__custom-control-input:checked ~ .kcw__custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
 .kcw .kcw__custom-checkbox .kcw__custom-control-input:indeterminate ~ .kcw__custom-control-label::before {
  border-color: #0066A4;
  background-color: #0066A4;
}
 .kcw .kcw__custom-checkbox .kcw__custom-control-input:indeterminate ~ .kcw__custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
 .kcw .kcw__custom-checkbox .kcw__custom-control-input:disabled:checked ~ .kcw__custom-control-label::before {
  background-color: rgba(0, 102, 164, 0.5);
}
 .kcw .kcw__custom-checkbox .kcw__custom-control-input:disabled:indeterminate ~ .kcw__custom-control-label::before {
  background-color: rgba(0, 102, 164, 0.5);
}

 .kcw .kcw__custom-radio .kcw__custom-control-label::before {
  border-radius: 50%;
}
 .kcw .kcw__custom-radio .kcw__custom-control-input:checked ~ .kcw__custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
 .kcw .kcw__custom-radio .kcw__custom-control-input:disabled:checked ~ .kcw__custom-control-label::before {
  background-color: rgba(0, 102, 164, 0.5);
}

 .kcw .kcw__custom-switch {
  padding-left: 2.25rem;
}
 .kcw .kcw__custom-switch .kcw__custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
 .kcw .kcw__custom-switch .kcw__custom-control-label::after {
  top: calc(0.34375rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #C1C7CD;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__custom-switch .kcw__custom-control-label::after {
    transition: none;
  }
}
 .kcw .kcw__custom-switch .kcw__custom-control-input:checked ~ .kcw__custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
 .kcw .kcw__custom-switch .kcw__custom-control-input:disabled:checked ~ .kcw__custom-control-label::before {
  background-color: rgba(0, 102, 164, 0.5);
}

 .kcw .kcw__custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 2rem 0.75rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat;
  border: 1px solid #C6C6C6;
  border-radius: 0;
  appearance: none;
}
 .kcw .kcw__custom-select:focus {
  border-color: rgb(36.5, 172.3963414634, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 164, 0.25);
}
 .kcw .kcw__custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
 .kcw .kcw__custom-select[multiple],  .kcw .kcw__custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
 .kcw .kcw__custom-select:disabled {
  color: #697077;
  background-color: #E0E0E0;
}
 .kcw .kcw__custom-select::-ms-expand {
  display: none;
}
 .kcw .kcw__custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

 .kcw .kcw__custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
 .kcw .kcw__custom-file-input:focus ~ .kcw__custom-file-label {
  border-color: rgb(36.5, 172.3963414634, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 164, 0.25);
}
 .kcw .kcw__custom-file-input[disabled] ~ .kcw__custom-file-label,  .kcw .kcw__custom-file-input:disabled ~ .kcw__custom-file-label {
  background-color: #E0E0E0;
}
 .kcw .kcw__custom-file-input:lang(en) ~ .kcw__custom-file-label::after {
  content: "Browse";
}
 .kcw .kcw__custom-file-input ~ .kcw__custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

 .kcw .kcw__custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #C6C6C6;
  border-radius: 0;
}
 .kcw .kcw__custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.5rem);
  padding: 0.75rem 1rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #E0E0E0;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

 .kcw .kcw__custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
 .kcw .kcw__custom-range:focus {
  outline: 0;
}
 .kcw .kcw__custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 102, 164, 0.25);
}
 .kcw .kcw__custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 102, 164, 0.25);
}
 .kcw .kcw__custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 102, 164, 0.25);
}
 .kcw .kcw__custom-range::-moz-focus-outer {
  border: 0;
}
 .kcw .kcw__custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0066A4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
 .kcw .kcw__custom-range::-webkit-slider-thumb {
  appearance: none;
}
 .kcw .kcw__custom-range::-webkit-slider-thumb:active {
  background-color: rgb(87.5, 191.6768292683, 255);
}
 .kcw .kcw__custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dfe2e6;
  border-color: transparent;
  border-radius: 1rem;
}
 .kcw .kcw__custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0066A4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__custom-range::-moz-range-thumb {
    transition: none;
  }
}
 .kcw .kcw__custom-range::-moz-range-thumb {
  appearance: none;
}
 .kcw .kcw__custom-range::-moz-range-thumb:active {
  background-color: rgb(87.5, 191.6768292683, 255);
}
 .kcw .kcw__custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dfe2e6;
  border-color: transparent;
  border-radius: 1rem;
}
 .kcw .kcw__custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0066A4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__custom-range::-ms-thumb {
    transition: none;
  }
}
 .kcw .kcw__custom-range::-ms-thumb {
  appearance: none;
}
 .kcw .kcw__custom-range::-ms-thumb:active {
  background-color: rgb(87.5, 191.6768292683, 255);
}
 .kcw .kcw__custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
 .kcw .kcw__custom-range::-ms-fill-lower {
  background-color: #dfe2e6;
  border-radius: 1rem;
}
 .kcw .kcw__custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dfe2e6;
  border-radius: 1rem;
}
 .kcw .kcw__custom-range:disabled::-webkit-slider-thumb {
  background-color: #C1C7CD;
}
 .kcw .kcw__custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
 .kcw .kcw__custom-range:disabled::-moz-range-thumb {
  background-color: #C1C7CD;
}
 .kcw .kcw__custom-range:disabled::-moz-range-track {
  cursor: default;
}
 .kcw .kcw__custom-range:disabled::-ms-thumb {
  background-color: #C1C7CD;
}

 .kcw .kcw__custom-control-label::before,
 .kcw .kcw__custom-file-label,
 .kcw .kcw__custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__custom-control-label::before,
   .kcw .kcw__custom-file-label,
   .kcw .kcw__custom-select {
    transition: none;
  }
}

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

 .kcw .kcw__nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
 .kcw .kcw__nav-link:hover,  .kcw .kcw__nav-link:focus {
  text-decoration: none;
}
 .kcw .kcw__nav-link.kcw__disabled {
  color: #697077;
  pointer-events: none;
  cursor: default;
}

 .kcw .kcw__nav-tabs {
  border-bottom: 1px solid #dfe2e6;
}
 .kcw .kcw__nav-tabs .kcw__nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
 .kcw .kcw__nav-tabs .kcw__nav-link:hover,  .kcw .kcw__nav-tabs .kcw__nav-link:focus {
  isolation: isolate;
  border-color: #E0E0E0 #E0E0E0 #dfe2e6;
}
 .kcw .kcw__nav-tabs .kcw__nav-link.kcw__disabled {
  color: #697077;
  background-color: transparent;
  border-color: transparent;
}
 .kcw .kcw__nav-tabs .kcw__nav-link.kcw__active,
 .kcw .kcw__nav-tabs .kcw__nav-item.kcw__show .kcw__nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dfe2e6 #dfe2e6 #fff;
}
 .kcw .kcw__nav-tabs .kcw__dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

 .kcw .kcw__nav-pills .kcw__nav-link {
  background: none;
  border: 0;
  border-radius: 0;
}
 .kcw .kcw__nav-pills .kcw__nav-link.kcw__active,
 .kcw .kcw__nav-pills .kcw__show > .kcw__nav-link {
  color: #fff;
  background-color: #0066A4;
}

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

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

 .kcw .kcw__tab-content > .kcw__tab-pane {
  display: none;
}
 .kcw .kcw__tab-content > .kcw__active {
  display: block;
}

 .kcw .kcw__navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 1.25rem;
}
 .kcw .kcw__navbar .kcw__container,
 .kcw .kcw__navbar .kcw__container-fluid,
 .kcw .kcw__navbar .kcw__container-sm,
 .kcw .kcw__navbar .kcw__container-md,
 .kcw .kcw__navbar .kcw__container-lg,
 .kcw .kcw__navbar .kcw__container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
 .kcw .kcw__navbar-brand {
  display: inline-block;
  padding-top: 0.2890625rem;
  padding-bottom: 0.2890625rem;
  margin-right: 1.25rem;
  font-size: 1.40625rem;
  line-height: inherit;
  white-space: nowrap;
}
 .kcw .kcw__navbar-brand:hover,  .kcw .kcw__navbar-brand:focus {
  text-decoration: none;
}

 .kcw .kcw__navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
 .kcw .kcw__navbar-nav .kcw__nav-link {
  padding-right: 0;
  padding-left: 0;
}
 .kcw .kcw__navbar-nav .kcw__dropdown-menu {
  position: static;
  float: none;
}

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

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

 .kcw .kcw__navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.40625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
 .kcw .kcw__navbar-toggler:hover,  .kcw .kcw__navbar-toggler:focus {
  text-decoration: none;
}

 .kcw .kcw__navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

 .kcw .kcw__navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
   .kcw .kcw__navbar-expand-sm > .kcw__container,
   .kcw .kcw__navbar-expand-sm > .kcw__container-fluid,
   .kcw .kcw__navbar-expand-sm > .kcw__container-sm,
   .kcw .kcw__navbar-expand-sm > .kcw__container-md,
   .kcw .kcw__navbar-expand-sm > .kcw__container-lg,
   .kcw .kcw__navbar-expand-sm > .kcw__container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
   .kcw .kcw__navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
   .kcw .kcw__navbar-expand-sm .kcw__navbar-nav {
    flex-direction: row;
  }
   .kcw .kcw__navbar-expand-sm .kcw__navbar-nav .kcw__dropdown-menu {
    position: absolute;
  }
   .kcw .kcw__navbar-expand-sm .kcw__navbar-nav .kcw__nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
   .kcw .kcw__navbar-expand-sm > .kcw__container,
   .kcw .kcw__navbar-expand-sm > .kcw__container-fluid,
   .kcw .kcw__navbar-expand-sm > .kcw__container-sm,
   .kcw .kcw__navbar-expand-sm > .kcw__container-md,
   .kcw .kcw__navbar-expand-sm > .kcw__container-lg,
   .kcw .kcw__navbar-expand-sm > .kcw__container-xl {
    flex-wrap: nowrap;
  }
   .kcw .kcw__navbar-expand-sm .kcw__navbar-nav-scroll {
    overflow: visible;
  }
   .kcw .kcw__navbar-expand-sm .kcw__navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
   .kcw .kcw__navbar-expand-sm .kcw__navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
   .kcw .kcw__navbar-expand-md > .kcw__container,
   .kcw .kcw__navbar-expand-md > .kcw__container-fluid,
   .kcw .kcw__navbar-expand-md > .kcw__container-sm,
   .kcw .kcw__navbar-expand-md > .kcw__container-md,
   .kcw .kcw__navbar-expand-md > .kcw__container-lg,
   .kcw .kcw__navbar-expand-md > .kcw__container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
   .kcw .kcw__navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
   .kcw .kcw__navbar-expand-md .kcw__navbar-nav {
    flex-direction: row;
  }
   .kcw .kcw__navbar-expand-md .kcw__navbar-nav .kcw__dropdown-menu {
    position: absolute;
  }
   .kcw .kcw__navbar-expand-md .kcw__navbar-nav .kcw__nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
   .kcw .kcw__navbar-expand-md > .kcw__container,
   .kcw .kcw__navbar-expand-md > .kcw__container-fluid,
   .kcw .kcw__navbar-expand-md > .kcw__container-sm,
   .kcw .kcw__navbar-expand-md > .kcw__container-md,
   .kcw .kcw__navbar-expand-md > .kcw__container-lg,
   .kcw .kcw__navbar-expand-md > .kcw__container-xl {
    flex-wrap: nowrap;
  }
   .kcw .kcw__navbar-expand-md .kcw__navbar-nav-scroll {
    overflow: visible;
  }
   .kcw .kcw__navbar-expand-md .kcw__navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
   .kcw .kcw__navbar-expand-md .kcw__navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
   .kcw .kcw__navbar-expand-lg > .kcw__container,
   .kcw .kcw__navbar-expand-lg > .kcw__container-fluid,
   .kcw .kcw__navbar-expand-lg > .kcw__container-sm,
   .kcw .kcw__navbar-expand-lg > .kcw__container-md,
   .kcw .kcw__navbar-expand-lg > .kcw__container-lg,
   .kcw .kcw__navbar-expand-lg > .kcw__container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
   .kcw .kcw__navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
   .kcw .kcw__navbar-expand-lg .kcw__navbar-nav {
    flex-direction: row;
  }
   .kcw .kcw__navbar-expand-lg .kcw__navbar-nav .kcw__dropdown-menu {
    position: absolute;
  }
   .kcw .kcw__navbar-expand-lg .kcw__navbar-nav .kcw__nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
   .kcw .kcw__navbar-expand-lg > .kcw__container,
   .kcw .kcw__navbar-expand-lg > .kcw__container-fluid,
   .kcw .kcw__navbar-expand-lg > .kcw__container-sm,
   .kcw .kcw__navbar-expand-lg > .kcw__container-md,
   .kcw .kcw__navbar-expand-lg > .kcw__container-lg,
   .kcw .kcw__navbar-expand-lg > .kcw__container-xl {
    flex-wrap: nowrap;
  }
   .kcw .kcw__navbar-expand-lg .kcw__navbar-nav-scroll {
    overflow: visible;
  }
   .kcw .kcw__navbar-expand-lg .kcw__navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
   .kcw .kcw__navbar-expand-lg .kcw__navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
   .kcw .kcw__navbar-expand-xl > .kcw__container,
   .kcw .kcw__navbar-expand-xl > .kcw__container-fluid,
   .kcw .kcw__navbar-expand-xl > .kcw__container-sm,
   .kcw .kcw__navbar-expand-xl > .kcw__container-md,
   .kcw .kcw__navbar-expand-xl > .kcw__container-lg,
   .kcw .kcw__navbar-expand-xl > .kcw__container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
   .kcw .kcw__navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
   .kcw .kcw__navbar-expand-xl .kcw__navbar-nav {
    flex-direction: row;
  }
   .kcw .kcw__navbar-expand-xl .kcw__navbar-nav .kcw__dropdown-menu {
    position: absolute;
  }
   .kcw .kcw__navbar-expand-xl .kcw__navbar-nav .kcw__nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
   .kcw .kcw__navbar-expand-xl > .kcw__container,
   .kcw .kcw__navbar-expand-xl > .kcw__container-fluid,
   .kcw .kcw__navbar-expand-xl > .kcw__container-sm,
   .kcw .kcw__navbar-expand-xl > .kcw__container-md,
   .kcw .kcw__navbar-expand-xl > .kcw__container-lg,
   .kcw .kcw__navbar-expand-xl > .kcw__container-xl {
    flex-wrap: nowrap;
  }
   .kcw .kcw__navbar-expand-xl .kcw__navbar-nav-scroll {
    overflow: visible;
  }
   .kcw .kcw__navbar-expand-xl .kcw__navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
   .kcw .kcw__navbar-expand-xl .kcw__navbar-toggler {
    display: none;
  }
}
 .kcw .kcw__navbar-expand > .kcw__container,
 .kcw .kcw__navbar-expand > .kcw__container-fluid,
 .kcw .kcw__navbar-expand > .kcw__container-sm,
 .kcw .kcw__navbar-expand > .kcw__container-md,
 .kcw .kcw__navbar-expand > .kcw__container-lg,
 .kcw .kcw__navbar-expand > .kcw__container-xl {
  padding-right: 0;
  padding-left: 0;
}
 .kcw .kcw__navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
 .kcw .kcw__navbar-expand .kcw__navbar-nav {
  flex-direction: row;
}
 .kcw .kcw__navbar-expand .kcw__navbar-nav .kcw__dropdown-menu {
  position: absolute;
}
 .kcw .kcw__navbar-expand .kcw__navbar-nav .kcw__nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
 .kcw .kcw__navbar-expand > .kcw__container,
 .kcw .kcw__navbar-expand > .kcw__container-fluid,
 .kcw .kcw__navbar-expand > .kcw__container-sm,
 .kcw .kcw__navbar-expand > .kcw__container-md,
 .kcw .kcw__navbar-expand > .kcw__container-lg,
 .kcw .kcw__navbar-expand > .kcw__container-xl {
  flex-wrap: nowrap;
}
 .kcw .kcw__navbar-expand .kcw__navbar-nav-scroll {
  overflow: visible;
}
 .kcw .kcw__navbar-expand .kcw__navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
 .kcw .kcw__navbar-expand .kcw__navbar-toggler {
  display: none;
}

 .kcw .kcw__navbar-light .kcw__navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
 .kcw .kcw__navbar-light .kcw__navbar-brand:hover,  .kcw .kcw__navbar-light .kcw__navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
 .kcw .kcw__navbar-light .kcw__navbar-nav .kcw__nav-link {
  color: rgba(0, 0, 0, 0.5);
}
 .kcw .kcw__navbar-light .kcw__navbar-nav .kcw__nav-link:hover,  .kcw .kcw__navbar-light .kcw__navbar-nav .kcw__nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
 .kcw .kcw__navbar-light .kcw__navbar-nav .kcw__nav-link.kcw__disabled {
  color: rgba(0, 0, 0, 0.3);
}
 .kcw .kcw__navbar-light .kcw__navbar-nav .kcw__show > .kcw__nav-link,
 .kcw .kcw__navbar-light .kcw__navbar-nav .kcw__active > .kcw__nav-link,
 .kcw .kcw__navbar-light .kcw__navbar-nav .kcw__nav-link.kcw__show,
 .kcw .kcw__navbar-light .kcw__navbar-nav .kcw__nav-link.kcw__active {
  color: rgba(0, 0, 0, 0.9);
}
 .kcw .kcw__navbar-light .kcw__navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
 .kcw .kcw__navbar-light .kcw__navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
 .kcw .kcw__navbar-light .kcw__navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
 .kcw .kcw__navbar-light .kcw__navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
 .kcw .kcw__navbar-light .kcw__navbar-text a:hover,  .kcw .kcw__navbar-light .kcw__navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

 .kcw .kcw__navbar-dark .kcw__navbar-brand {
  color: #fff;
}
 .kcw .kcw__navbar-dark .kcw__navbar-brand:hover,  .kcw .kcw__navbar-dark .kcw__navbar-brand:focus {
  color: #fff;
}
 .kcw .kcw__navbar-dark .kcw__navbar-nav .kcw__nav-link {
  color: rgba(255, 255, 255, 0.5);
}
 .kcw .kcw__navbar-dark .kcw__navbar-nav .kcw__nav-link:hover,  .kcw .kcw__navbar-dark .kcw__navbar-nav .kcw__nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
 .kcw .kcw__navbar-dark .kcw__navbar-nav .kcw__nav-link.kcw__disabled {
  color: rgba(255, 255, 255, 0.25);
}
 .kcw .kcw__navbar-dark .kcw__navbar-nav .kcw__show > .kcw__nav-link,
 .kcw .kcw__navbar-dark .kcw__navbar-nav .kcw__active > .kcw__nav-link,
 .kcw .kcw__navbar-dark .kcw__navbar-nav .kcw__nav-link.kcw__show,
 .kcw .kcw__navbar-dark .kcw__navbar-nav .kcw__nav-link.kcw__active {
  color: #fff;
}
 .kcw .kcw__navbar-dark .kcw__navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
 .kcw .kcw__navbar-dark .kcw__navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
 .kcw .kcw__navbar-dark .kcw__navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
 .kcw .kcw__navbar-dark .kcw__navbar-text a {
  color: #fff;
}
 .kcw .kcw__navbar-dark .kcw__navbar-text a:hover,  .kcw .kcw__navbar-dark .kcw__navbar-text a:focus {
  color: #fff;
}

 .kcw .kcw__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0 solid #E0E0E0;
  border-radius: 0;
}
 .kcw .kcw__card > hr {
  margin-right: 0;
  margin-left: 0;
}
 .kcw .kcw__card > .kcw__list-group {
  border-top: inherit;
  border-bottom: inherit;
}
 .kcw .kcw__card > .kcw__list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
 .kcw .kcw__card > .kcw__list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
 .kcw .kcw__card > .kcw__card-header + .kcw__list-group,
 .kcw .kcw__card > .kcw__list-group + .kcw__card-footer {
  border-top: 0;
}

 .kcw .kcw__card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0rem;
}

 .kcw .kcw__card-title {
  margin-bottom: 0.75rem;
}

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

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

 .kcw .kcw__card-link:hover {
  text-decoration: none;
}
 .kcw .kcw__card-link + .kcw__card-link {
  margin-left: 0rem;
}

 .kcw .kcw__card-header {
  padding: 0.75rem 0rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0 solid #E0E0E0;
}
 .kcw .kcw__card-header:first-child {
  border-radius: 0 0 0 0;
}

 .kcw .kcw__card-footer {
  padding: 0.75rem 0rem;
  background-color: transparent;
  border-top: 0 solid #E0E0E0;
}
 .kcw .kcw__card-footer:last-child {
  border-radius: 0 0 0 0;
}

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

 .kcw .kcw__card-header-pills {
  margin-right: 0rem;
  margin-left: 0rem;
}

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

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

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

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

 .kcw .kcw__card-deck .kcw__card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
   .kcw .kcw__card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
   .kcw .kcw__card-deck .kcw__card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

 .kcw .kcw__card-group > .kcw__card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
   .kcw .kcw__card-group {
    display: flex;
    flex-flow: row wrap;
  }
   .kcw .kcw__card-group > .kcw__card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
   .kcw .kcw__card-group > .kcw__card + .kcw__card {
    margin-left: 0;
    border-left: 0;
  }
   .kcw .kcw__card-group > .kcw__card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
   .kcw .kcw__card-group > .kcw__card:not(:last-child) .kcw__card-img-top,
   .kcw .kcw__card-group > .kcw__card:not(:last-child) .kcw__card-header {
    border-top-right-radius: 0;
  }
   .kcw .kcw__card-group > .kcw__card:not(:last-child) .kcw__card-img-bottom,
   .kcw .kcw__card-group > .kcw__card:not(:last-child) .kcw__card-footer {
    border-bottom-right-radius: 0;
  }
   .kcw .kcw__card-group > .kcw__card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
   .kcw .kcw__card-group > .kcw__card:not(:first-child) .kcw__card-img-top,
   .kcw .kcw__card-group > .kcw__card:not(:first-child) .kcw__card-header {
    border-top-left-radius: 0;
  }
   .kcw .kcw__card-group > .kcw__card:not(:first-child) .kcw__card-img-bottom,
   .kcw .kcw__card-group > .kcw__card:not(:first-child) .kcw__card-footer {
    border-bottom-left-radius: 0;
  }
}

 .kcw .kcw__card-columns .kcw__card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
   .kcw .kcw__card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
   .kcw .kcw__card-columns .kcw__card {
    display: inline-block;
    width: 100%;
  }
}

 .kcw .kcw__accordion {
  overflow-anchor: none;
}
 .kcw .kcw__accordion > .kcw__card {
  overflow: hidden;
}
 .kcw .kcw__accordion > .kcw__card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
 .kcw .kcw__accordion > .kcw__card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
 .kcw .kcw__accordion > .kcw__card > .kcw__card-header {
  border-radius: 0;
  margin-bottom: 0;
}

 .kcw .kcw__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #E0E0E0;
  border-radius: 0;
}

 .kcw .kcw__breadcrumb-item + .kcw__breadcrumb-item {
  padding-left: 0.5rem;
}
 .kcw .kcw__breadcrumb-item + .kcw__breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #697077;
  content: "/";
}
 .kcw .kcw__breadcrumb-item + .kcw__breadcrumb-item:hover::before {
  text-decoration: underline;
}
 .kcw .kcw__breadcrumb-item + .kcw__breadcrumb-item:hover::before {
  text-decoration: none;
}
 .kcw .kcw__breadcrumb-item.kcw__active {
  color: #697077;
}

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

 .kcw .kcw__page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0066A4;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dfe2e6;
}
 .kcw .kcw__page-link:hover {
  z-index: 2;
  color: rgb(0, 54.4207317073, 87.5);
  text-decoration: none;
  background-color: #E0E0E0;
  border-color: #dfe2e6;
}
 .kcw .kcw__page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 164, 0.25);
}

 .kcw .kcw__page-item:first-child .kcw__page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
 .kcw .kcw__page-item:last-child .kcw__page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
 .kcw .kcw__page-item.kcw__active .kcw__page-link {
  z-index: 3;
  color: #fff;
  background-color: #0066A4;
  border-color: #0066A4;
}
 .kcw .kcw__page-item.kcw__disabled .kcw__page-link {
  color: #697077;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dfe2e6;
}

 .kcw .kcw__pagination-lg .kcw__page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.40625rem;
  line-height: 1.5;
}
 .kcw .kcw__pagination-lg .kcw__page-item:first-child .kcw__page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
 .kcw .kcw__pagination-lg .kcw__page-item:last-child .kcw__page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

 .kcw .kcw__pagination-sm .kcw__page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
}
 .kcw .kcw__pagination-sm .kcw__page-item:first-child .kcw__page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
 .kcw .kcw__pagination-sm .kcw__page-item:last-child .kcw__page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

 .kcw .kcw__badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__badge {
    transition: none;
  }
}
 .kcw a.kcw__badge:hover,  .kcw a.kcw__badge:focus {
  text-decoration: none;
}

 .kcw .kcw__badge:empty {
  display: none;
}

 .kcw .kcw__btn .kcw__badge {
  position: relative;
  top: -1px;
}

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

 .kcw .kcw__badge-primary {
  color: #fff;
  background-color: #0066A4;
}
 .kcw a.kcw__badge-primary:hover,  .kcw a.kcw__badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 70.2804878049, 113);
}
 .kcw a.kcw__badge-primary:focus,  .kcw a.kcw__badge-primary.kcw__focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 164, 0.5);
}

 .kcw .kcw__badge-secondary {
  color: #fff;
  background-color: #697077;
}
 .kcw a.kcw__badge-secondary:hover,  .kcw a.kcw__badge-secondary:focus {
  color: #fff;
  background-color: rgb(81.09375, 86.5, 91.90625);
}
 .kcw a.kcw__badge-secondary:focus,  .kcw a.kcw__badge-secondary.kcw__focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(105, 112, 119, 0.5);
}

 .kcw .kcw__badge-success {
  color: #fff;
  background-color: #28a745;
}
 .kcw a.kcw__badge-success:hover,  .kcw a.kcw__badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
 .kcw a.kcw__badge-success:focus,  .kcw a.kcw__badge-success.kcw__focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

 .kcw .kcw__badge-info {
  color: #fff;
  background-color: #17a2b8;
}
 .kcw a.kcw__badge-info:hover,  .kcw a.kcw__badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
 .kcw a.kcw__badge-info:focus,  .kcw a.kcw__badge-info.kcw__focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

 .kcw .kcw__badge-warning {
  color: #161616;
  background-color: #fed457;
}
 .kcw a.kcw__badge-warning:hover,  .kcw a.kcw__badge-warning:focus {
  color: #161616;
  background-color: rgb(253.6982248521, 199.0236686391, 36.3017751479);
}
 .kcw a.kcw__badge-warning:focus,  .kcw a.kcw__badge-warning.kcw__focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 212, 87, 0.5);
}

 .kcw .kcw__badge-danger {
  color: #fff;
  background-color: #dc3545;
}
 .kcw a.kcw__badge-danger:hover,  .kcw a.kcw__badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
 .kcw a.kcw__badge-danger:focus,  .kcw a.kcw__badge-danger.kcw__focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

 .kcw .kcw__badge-light {
  color: #161616;
  background-color: #f4f4f4;
}
 .kcw a.kcw__badge-light:hover,  .kcw a.kcw__badge-light:focus {
  color: #161616;
  background-color: rgb(218.5, 218.5, 218.5);
}
 .kcw a.kcw__badge-light:focus,  .kcw a.kcw__badge-light.kcw__focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

 .kcw .kcw__badge-dark {
  color: #fff;
  background-color: #343a40;
}
 .kcw a.kcw__badge-dark:hover,  .kcw a.kcw__badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
 .kcw a.kcw__badge-dark:focus,  .kcw a.kcw__badge-dark.kcw__focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

 .kcw .kcw__badge-primary-dark {
  color: #fff;
  background-color: #00518d;
}
 .kcw a.kcw__badge-primary-dark:hover,  .kcw a.kcw__badge-primary-dark:focus {
  color: #fff;
  background-color: rgb(0, 51.7021276596, 90);
}
 .kcw a.kcw__badge-primary-dark:focus,  .kcw a.kcw__badge-primary-dark.kcw__focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 81, 141, 0.5);
}

 .kcw .kcw__badge-brand-blue {
  color: #fff;
  background-color: #1251A4;
}
 .kcw a.kcw__badge-brand-blue:hover,  .kcw a.kcw__badge-brand-blue:focus {
  color: #fff;
  background-color: rgb(12.956043956, 58.3021978022, 118.043956044);
}
 .kcw a.kcw__badge-brand-blue:focus,  .kcw a.kcw__badge-brand-blue.kcw__focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(18, 81, 164, 0.5);
}

 .kcw .kcw__badge-brand-darkblue {
  color: #fff;
  background-color: #001D4C;
}
 .kcw a.kcw__badge-brand-darkblue:hover,  .kcw a.kcw__badge-brand-darkblue:focus {
  color: #fff;
  background-color: rgb(0, 9.5394736842, 25);
}
 .kcw a.kcw__badge-brand-darkblue:focus,  .kcw a.kcw__badge-brand-darkblue.kcw__focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 29, 76, 0.5);
}

 .kcw .kcw__badge-brand-lightblue {
  color: #fff;
  background-color: #029DD3;
}
 .kcw a.kcw__badge-brand-lightblue:hover,  .kcw a.kcw__badge-brand-lightblue:focus {
  color: #fff;
  background-color: rgb(1.5211267606, 119.4084507042, 160.4788732394);
}
 .kcw a.kcw__badge-brand-lightblue:focus,  .kcw a.kcw__badge-brand-lightblue.kcw__focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 157, 211, 0.5);
}

 .kcw .kcw__badge-brand-green {
  color: #161616;
  background-color: #73BE44;
}
 .kcw a.kcw__badge-brand-green:hover,  .kcw a.kcw__badge-brand-green:focus {
  color: #161616;
  background-color: rgb(92, 153.6071428571, 53.3928571429);
}
 .kcw a.kcw__badge-brand-green:focus,  .kcw a.kcw__badge-brand-green.kcw__focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(115, 190, 68, 0.5);
}

 .kcw .kcw__badge-brand-brightblue {
  color: #fff;
  background-color: #03147C;
}
 .kcw a.kcw__badge-brand-brightblue:hover,  .kcw a.kcw__badge-brand-brightblue:focus {
  color: #fff;
  background-color: rgb(1.7952755906, 11.968503937, 74.2047244094);
}
 .kcw a.kcw__badge-brand-brightblue:focus,  .kcw a.kcw__badge-brand-brightblue.kcw__focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 20, 124, 0.5);
}

 .kcw .kcw__badge-gray-blue {
  color: #161616;
  background-color: #F3F5FA;
}
 .kcw a.kcw__badge-gray-blue:hover,  .kcw a.kcw__badge-gray-blue:focus {
  color: #161616;
  background-color: #cfd7eb;
}
 .kcw a.kcw__badge-gray-blue:focus,  .kcw a.kcw__badge-gray-blue.kcw__focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 245, 250, 0.5);
}

 .kcw .kcw__badge-text-light-gray {
  color: #fff;
  background-color: #525252;
}
 .kcw a.kcw__badge-text-light-gray:hover,  .kcw a.kcw__badge-text-light-gray:focus {
  color: #fff;
  background-color: rgb(56.5, 56.5, 56.5);
}
 .kcw a.kcw__badge-text-light-gray:focus,  .kcw a.kcw__badge-text-light-gray.kcw__focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

 .kcw .kcw__jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #E0E0E0;
  border-radius: 0;
}
@media (min-width: 576px) {
   .kcw .kcw__jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

 .kcw .kcw__alert-heading {
  color: inherit;
}

 .kcw .kcw__alert-link {
  font-weight: 700;
}

 .kcw .kcw__alert-dismissible {
  padding-right: 4.1875rem;
}
 .kcw .kcw__alert-dismissible .kcw__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

 .kcw .kcw__alert-primary {
  color: rgb(0, 53.04, 85.28);
  background-color: rgb(204, 224.4, 236.8);
  border-color: rgb(183.6, 212.16, 229.52);
}
 .kcw .kcw__alert-primary hr {
  border-top-color: rgb(164.8066473988, 200.8839884393, 222.8133526012);
}
 .kcw .kcw__alert-primary .kcw__alert-link {
  color: rgb(0, 21.3204878049, 34.28);
}

 .kcw .kcw__alert-secondary {
  color: rgb(54.6, 58.24, 61.88);
  background-color: rgb(225, 226.4, 227.8);
  border-color: rgb(213, 214.96, 216.92);
}
 .kcw .kcw__alert-secondary hr {
  border-top-color: rgb(199.6258741259, 202.21, 204.7941258741);
}
 .kcw .kcw__alert-secondary .kcw__alert-link {
  color: rgb(30.69375, 32.74, 34.78625);
}

 .kcw .kcw__alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
 .kcw .kcw__alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
 .kcw .kcw__alert-success .kcw__alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

 .kcw .kcw__alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
 .kcw .kcw__alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
 .kcw .kcw__alert-info .kcw__alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

 .kcw .kcw__alert-warning {
  color: rgb(132.08, 110.24, 45.24);
  background-color: rgb(254.8, 246.4, 221.4);
  border-color: rgb(254.72, 242.96, 207.96);
}
 .kcw .kcw__alert-warning hr {
  border-top-color: rgb(254.569112426, 236.4718343195, 182.610887574);
}
 .kcw .kcw__alert-warning .kcw__alert-link {
  color: rgb(94.0917302053, 78.533255132, 32.2282697947);
}

 .kcw .kcw__alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
 .kcw .kcw__alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
 .kcw .kcw__alert-danger .kcw__alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

 .kcw .kcw__alert-light {
  color: rgb(126.88, 126.88, 126.88);
  background-color: rgb(252.8, 252.8, 252.8);
  border-color: rgb(251.92, 251.92, 251.92);
}
 .kcw .kcw__alert-light hr {
  border-top-color: rgb(239.17, 239.17, 239.17);
}
 .kcw .kcw__alert-light .kcw__alert-link {
  color: rgb(101.38, 101.38, 101.38);
}

 .kcw .kcw__alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
 .kcw .kcw__alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
 .kcw .kcw__alert-dark .kcw__alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

 .kcw .kcw__alert-primary-dark {
  color: rgb(0, 42.12, 73.32);
  background-color: rgb(204, 220.2, 232.2);
  border-color: rgb(183.6, 206.28, 223.08);
}
 .kcw .kcw__alert-primary-dark hr {
  border-top-color: rgb(165.9780487805, 194.2556097561, 215.2019512195);
}
 .kcw .kcw__alert-primary-dark .kcw__alert-link {
  color: rgb(0, 12.8221276596, 22.32);
}

 .kcw .kcw__alert-brand-blue {
  color: rgb(9.36, 42.12, 85.28);
  background-color: rgb(207.6, 220.2, 236.8);
  border-color: rgb(188.64, 206.28, 229.52);
}
 .kcw .kcw__alert-brand-blue hr {
  border-top-color: rgb(170.214695122, 192.7525609756, 222.445304878);
}
 .kcw .kcw__alert-brand-blue .kcw__alert-link {
  color: rgb(4.316043956, 19.4221978022, 39.323956044);
}

 .kcw .kcw__alert-brand-darkblue {
  color: rgb(0, 15.08, 39.52);
  background-color: rgb(204, 209.8, 219.2);
  border-color: rgb(183.6, 191.72, 204.88);
}
 .kcw .kcw__alert-brand-darkblue hr {
  border-top-color: rgb(168.617281106, 178.4411981567, 194.362718894);
}
 .kcw .kcw__alert-brand-darkblue .kcw__alert-link {
  color: black;
}

 .kcw .kcw__alert-brand-lightblue {
  color: rgb(1.04, 81.64, 109.72);
  background-color: rgb(204.4, 235.4, 246.2);
  border-color: rgb(184.16, 227.56, 242.68);
}
 .kcw .kcw__alert-brand-lightblue hr {
  border-top-color: rgb(162.4377777778, 219.1458585859, 238.9022222222);
}
 .kcw .kcw__alert-brand-lightblue .kcw__alert-link {
  color: rgb(0.5611267606, 44.0484507042, 59.1988732394);
}

 .kcw .kcw__alert-brand-green {
  color: rgb(59.8, 98.8, 35.36);
  background-color: rgb(227, 242, 217.6);
  border-color: rgb(215.8, 236.8, 202.64);
}
 .kcw .kcw__alert-brand-green hr {
  border-top-color: rgb(201.6333333333, 230.2226190476, 183.7173809524);
}
 .kcw .kcw__alert-brand-green .kcw__alert-link {
  color: rgb(37.0674418605, 61.2418604651, 21.9181395349);
}

 .kcw .kcw__alert-brand-brightblue {
  color: rgb(1.56, 10.4, 64.48);
  background-color: rgb(204.6, 208, 228.8);
  border-color: rgb(184.44, 189.2, 218.32);
}
 .kcw .kcw__alert-brand-brightblue hr {
  border-top-color: rgb(167.6619321149, 173.5537859008, 209.5980678851);
}
 .kcw .kcw__alert-brand-brightblue .kcw__alert-link {
  color: rgb(0.3552755906, 2.368503937, 14.6847244094);
}

 .kcw .kcw__alert-gray-blue {
  color: rgb(126.36, 127.4, 130);
  background-color: rgb(252.6, 253, 254);
  border-color: rgb(251.64, 252.2, 253.6);
}
 .kcw .kcw__alert-gray-blue hr {
  border-top-color: rgb(233.64, 237.2, 246.1);
}
 .kcw .kcw__alert-gray-blue .kcw__alert-link {
  color: rgb(101.2064343164, 102.0484718499, 104.1535656836);
}

 .kcw .kcw__alert-text-light-gray {
  color: rgb(42.64, 42.64, 42.64);
  background-color: rgb(220.4, 220.4, 220.4);
  border-color: rgb(206.56, 206.56, 206.56);
}
 .kcw .kcw__alert-text-light-gray hr {
  border-top-color: rgb(193.81, 193.81, 193.81);
}
 .kcw .kcw__alert-text-light-gray .kcw__alert-link {
  color: rgb(17.14, 17.14, 17.14);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
 .kcw .kcw__progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.84375rem;
  background-color: #E0E0E0;
  border-radius: 0;
}

 .kcw .kcw__progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0066A4;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__progress-bar {
    transition: none;
  }
}

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

 .kcw .kcw__progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__progress-bar-animated {
    animation: none;
  }
}

 .kcw .kcw__media {
  display: flex;
  align-items: flex-start;
}

 .kcw .kcw__media-body {
  flex: 1;
}

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

 .kcw .kcw__list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
 .kcw .kcw__list-group-item-action:hover,  .kcw .kcw__list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f4f4f4;
}
 .kcw .kcw__list-group-item-action:active {
  color: #161616;
  background-color: #E0E0E0;
}

 .kcw .kcw__list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
 .kcw .kcw__list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
 .kcw .kcw__list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
 .kcw .kcw__list-group-item.kcw__disabled,  .kcw .kcw__list-group-item:disabled {
  color: #697077;
  pointer-events: none;
  background-color: #fff;
}
 .kcw .kcw__list-group-item.kcw__active {
  z-index: 2;
  color: #fff;
  background-color: #0066A4;
  border-color: #0066A4;
}
 .kcw .kcw__list-group-item + .kcw__list-group-item {
  border-top-width: 0;
}
 .kcw .kcw__list-group-item + .kcw__list-group-item.kcw__active {
  margin-top: -1px;
  border-top-width: 1px;
}

 .kcw .kcw__list-group-horizontal {
  flex-direction: row;
}
 .kcw .kcw__list-group-horizontal > .kcw__list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
 .kcw .kcw__list-group-horizontal > .kcw__list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
 .kcw .kcw__list-group-horizontal > .kcw__list-group-item.kcw__active {
  margin-top: 0;
}
 .kcw .kcw__list-group-horizontal > .kcw__list-group-item + .kcw__list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
 .kcw .kcw__list-group-horizontal > .kcw__list-group-item + .kcw__list-group-item.kcw__active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
   .kcw .kcw__list-group-horizontal-sm {
    flex-direction: row;
  }
   .kcw .kcw__list-group-horizontal-sm > .kcw__list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
   .kcw .kcw__list-group-horizontal-sm > .kcw__list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
   .kcw .kcw__list-group-horizontal-sm > .kcw__list-group-item.kcw__active {
    margin-top: 0;
  }
   .kcw .kcw__list-group-horizontal-sm > .kcw__list-group-item + .kcw__list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
   .kcw .kcw__list-group-horizontal-sm > .kcw__list-group-item + .kcw__list-group-item.kcw__active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
   .kcw .kcw__list-group-horizontal-md {
    flex-direction: row;
  }
   .kcw .kcw__list-group-horizontal-md > .kcw__list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
   .kcw .kcw__list-group-horizontal-md > .kcw__list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
   .kcw .kcw__list-group-horizontal-md > .kcw__list-group-item.kcw__active {
    margin-top: 0;
  }
   .kcw .kcw__list-group-horizontal-md > .kcw__list-group-item + .kcw__list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
   .kcw .kcw__list-group-horizontal-md > .kcw__list-group-item + .kcw__list-group-item.kcw__active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
   .kcw .kcw__list-group-horizontal-lg {
    flex-direction: row;
  }
   .kcw .kcw__list-group-horizontal-lg > .kcw__list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
   .kcw .kcw__list-group-horizontal-lg > .kcw__list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
   .kcw .kcw__list-group-horizontal-lg > .kcw__list-group-item.kcw__active {
    margin-top: 0;
  }
   .kcw .kcw__list-group-horizontal-lg > .kcw__list-group-item + .kcw__list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
   .kcw .kcw__list-group-horizontal-lg > .kcw__list-group-item + .kcw__list-group-item.kcw__active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
   .kcw .kcw__list-group-horizontal-xl {
    flex-direction: row;
  }
   .kcw .kcw__list-group-horizontal-xl > .kcw__list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
   .kcw .kcw__list-group-horizontal-xl > .kcw__list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
   .kcw .kcw__list-group-horizontal-xl > .kcw__list-group-item.kcw__active {
    margin-top: 0;
  }
   .kcw .kcw__list-group-horizontal-xl > .kcw__list-group-item + .kcw__list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
   .kcw .kcw__list-group-horizontal-xl > .kcw__list-group-item + .kcw__list-group-item.kcw__active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
 .kcw .kcw__list-group-flush {
  border-radius: 0;
}
 .kcw .kcw__list-group-flush > .kcw__list-group-item {
  border-width: 0 0 1px;
}
 .kcw .kcw__list-group-flush > .kcw__list-group-item:last-child {
  border-bottom-width: 0;
}

 .kcw .kcw__list-group-item-primary {
  color: rgb(0, 53.04, 85.28);
  background-color: rgb(183.6, 212.16, 229.52);
}
 .kcw .kcw__list-group-item-primary.kcw__list-group-item-action:hover,  .kcw .kcw__list-group-item-primary.kcw__list-group-item-action:focus {
  color: rgb(0, 53.04, 85.28);
  background-color: rgb(164.8066473988, 200.8839884393, 222.8133526012);
}
 .kcw .kcw__list-group-item-primary.kcw__list-group-item-action.kcw__active {
  color: #fff;
  background-color: rgb(0, 53.04, 85.28);
  border-color: rgb(0, 53.04, 85.28);
}

 .kcw .kcw__list-group-item-secondary {
  color: rgb(54.6, 58.24, 61.88);
  background-color: rgb(213, 214.96, 216.92);
}
 .kcw .kcw__list-group-item-secondary.kcw__list-group-item-action:hover,  .kcw .kcw__list-group-item-secondary.kcw__list-group-item-action:focus {
  color: rgb(54.6, 58.24, 61.88);
  background-color: rgb(199.6258741259, 202.21, 204.7941258741);
}
 .kcw .kcw__list-group-item-secondary.kcw__list-group-item-action.kcw__active {
  color: #fff;
  background-color: rgb(54.6, 58.24, 61.88);
  border-color: rgb(54.6, 58.24, 61.88);
}

 .kcw .kcw__list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
 .kcw .kcw__list-group-item-success.kcw__list-group-item-action:hover,  .kcw .kcw__list-group-item-success.kcw__list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
 .kcw .kcw__list-group-item-success.kcw__list-group-item-action.kcw__active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

 .kcw .kcw__list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
 .kcw .kcw__list-group-item-info.kcw__list-group-item-action:hover,  .kcw .kcw__list-group-item-info.kcw__list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
 .kcw .kcw__list-group-item-info.kcw__list-group-item-action.kcw__active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

 .kcw .kcw__list-group-item-warning {
  color: rgb(132.08, 110.24, 45.24);
  background-color: rgb(254.72, 242.96, 207.96);
}
 .kcw .kcw__list-group-item-warning.kcw__list-group-item-action:hover,  .kcw .kcw__list-group-item-warning.kcw__list-group-item-action:focus {
  color: rgb(132.08, 110.24, 45.24);
  background-color: rgb(254.569112426, 236.4718343195, 182.610887574);
}
 .kcw .kcw__list-group-item-warning.kcw__list-group-item-action.kcw__active {
  color: #fff;
  background-color: rgb(132.08, 110.24, 45.24);
  border-color: rgb(132.08, 110.24, 45.24);
}

 .kcw .kcw__list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
 .kcw .kcw__list-group-item-danger.kcw__list-group-item-action:hover,  .kcw .kcw__list-group-item-danger.kcw__list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
 .kcw .kcw__list-group-item-danger.kcw__list-group-item-action.kcw__active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

 .kcw .kcw__list-group-item-light {
  color: rgb(126.88, 126.88, 126.88);
  background-color: rgb(251.92, 251.92, 251.92);
}
 .kcw .kcw__list-group-item-light.kcw__list-group-item-action:hover,  .kcw .kcw__list-group-item-light.kcw__list-group-item-action:focus {
  color: rgb(126.88, 126.88, 126.88);
  background-color: rgb(239.17, 239.17, 239.17);
}
 .kcw .kcw__list-group-item-light.kcw__list-group-item-action.kcw__active {
  color: #fff;
  background-color: rgb(126.88, 126.88, 126.88);
  border-color: rgb(126.88, 126.88, 126.88);
}

 .kcw .kcw__list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
 .kcw .kcw__list-group-item-dark.kcw__list-group-item-action:hover,  .kcw .kcw__list-group-item-dark.kcw__list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
 .kcw .kcw__list-group-item-dark.kcw__list-group-item-action.kcw__active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

 .kcw .kcw__list-group-item-primary-dark {
  color: rgb(0, 42.12, 73.32);
  background-color: rgb(183.6, 206.28, 223.08);
}
 .kcw .kcw__list-group-item-primary-dark.kcw__list-group-item-action:hover,  .kcw .kcw__list-group-item-primary-dark.kcw__list-group-item-action:focus {
  color: rgb(0, 42.12, 73.32);
  background-color: rgb(165.9780487805, 194.2556097561, 215.2019512195);
}
 .kcw .kcw__list-group-item-primary-dark.kcw__list-group-item-action.kcw__active {
  color: #fff;
  background-color: rgb(0, 42.12, 73.32);
  border-color: rgb(0, 42.12, 73.32);
}

 .kcw .kcw__list-group-item-brand-blue {
  color: rgb(9.36, 42.12, 85.28);
  background-color: rgb(188.64, 206.28, 229.52);
}
 .kcw .kcw__list-group-item-brand-blue.kcw__list-group-item-action:hover,  .kcw .kcw__list-group-item-brand-blue.kcw__list-group-item-action:focus {
  color: rgb(9.36, 42.12, 85.28);
  background-color: rgb(170.214695122, 192.7525609756, 222.445304878);
}
 .kcw .kcw__list-group-item-brand-blue.kcw__list-group-item-action.kcw__active {
  color: #fff;
  background-color: rgb(9.36, 42.12, 85.28);
  border-color: rgb(9.36, 42.12, 85.28);
}

 .kcw .kcw__list-group-item-brand-darkblue {
  color: rgb(0, 15.08, 39.52);
  background-color: rgb(183.6, 191.72, 204.88);
}
 .kcw .kcw__list-group-item-brand-darkblue.kcw__list-group-item-action:hover,  .kcw .kcw__list-group-item-brand-darkblue.kcw__list-group-item-action:focus {
  color: rgb(0, 15.08, 39.52);
  background-color: rgb(168.617281106, 178.4411981567, 194.362718894);
}
 .kcw .kcw__list-group-item-brand-darkblue.kcw__list-group-item-action.kcw__active {
  color: #fff;
  background-color: rgb(0, 15.08, 39.52);
  border-color: rgb(0, 15.08, 39.52);
}

 .kcw .kcw__list-group-item-brand-lightblue {
  color: rgb(1.04, 81.64, 109.72);
  background-color: rgb(184.16, 227.56, 242.68);
}
 .kcw .kcw__list-group-item-brand-lightblue.kcw__list-group-item-action:hover,  .kcw .kcw__list-group-item-brand-lightblue.kcw__list-group-item-action:focus {
  color: rgb(1.04, 81.64, 109.72);
  background-color: rgb(162.4377777778, 219.1458585859, 238.9022222222);
}
 .kcw .kcw__list-group-item-brand-lightblue.kcw__list-group-item-action.kcw__active {
  color: #fff;
  background-color: rgb(1.04, 81.64, 109.72);
  border-color: rgb(1.04, 81.64, 109.72);
}

 .kcw .kcw__list-group-item-brand-green {
  color: rgb(59.8, 98.8, 35.36);
  background-color: rgb(215.8, 236.8, 202.64);
}
 .kcw .kcw__list-group-item-brand-green.kcw__list-group-item-action:hover,  .kcw .kcw__list-group-item-brand-green.kcw__list-group-item-action:focus {
  color: rgb(59.8, 98.8, 35.36);
  background-color: rgb(201.6333333333, 230.2226190476, 183.7173809524);
}
 .kcw .kcw__list-group-item-brand-green.kcw__list-group-item-action.kcw__active {
  color: #fff;
  background-color: rgb(59.8, 98.8, 35.36);
  border-color: rgb(59.8, 98.8, 35.36);
}

 .kcw .kcw__list-group-item-brand-brightblue {
  color: rgb(1.56, 10.4, 64.48);
  background-color: rgb(184.44, 189.2, 218.32);
}
 .kcw .kcw__list-group-item-brand-brightblue.kcw__list-group-item-action:hover,  .kcw .kcw__list-group-item-brand-brightblue.kcw__list-group-item-action:focus {
  color: rgb(1.56, 10.4, 64.48);
  background-color: rgb(167.6619321149, 173.5537859008, 209.5980678851);
}
 .kcw .kcw__list-group-item-brand-brightblue.kcw__list-group-item-action.kcw__active {
  color: #fff;
  background-color: rgb(1.56, 10.4, 64.48);
  border-color: rgb(1.56, 10.4, 64.48);
}

 .kcw .kcw__list-group-item-gray-blue {
  color: rgb(126.36, 127.4, 130);
  background-color: rgb(251.64, 252.2, 253.6);
}
 .kcw .kcw__list-group-item-gray-blue.kcw__list-group-item-action:hover,  .kcw .kcw__list-group-item-gray-blue.kcw__list-group-item-action:focus {
  color: rgb(126.36, 127.4, 130);
  background-color: rgb(233.64, 237.2, 246.1);
}
 .kcw .kcw__list-group-item-gray-blue.kcw__list-group-item-action.kcw__active {
  color: #fff;
  background-color: rgb(126.36, 127.4, 130);
  border-color: rgb(126.36, 127.4, 130);
}

 .kcw .kcw__list-group-item-text-light-gray {
  color: rgb(42.64, 42.64, 42.64);
  background-color: rgb(206.56, 206.56, 206.56);
}
 .kcw .kcw__list-group-item-text-light-gray.kcw__list-group-item-action:hover,  .kcw .kcw__list-group-item-text-light-gray.kcw__list-group-item-action:focus {
  color: rgb(42.64, 42.64, 42.64);
  background-color: rgb(193.81, 193.81, 193.81);
}
 .kcw .kcw__list-group-item-text-light-gray.kcw__list-group-item-action.kcw__active {
  color: #fff;
  background-color: rgb(42.64, 42.64, 42.64);
  border-color: rgb(42.64, 42.64, 42.64);
}

 .kcw .kcw__close {
  float: right;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
 .kcw .kcw__close:hover {
  color: #000;
  text-decoration: none;
}
 .kcw .kcw__close:not(:disabled):not(.kcw__disabled):hover,  .kcw .kcw__close:not(:disabled):not(.kcw__disabled):focus {
  opacity: 0.75;
}

 .kcw button.kcw__close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

 .kcw a.kcw__close.kcw__disabled {
  pointer-events: none;
}

 .kcw .kcw__modal-open {
  overflow: hidden;
}
 .kcw .kcw__modal-open .kcw__modal {
  overflow-x: hidden;
  overflow-y: auto;
}

 .kcw .kcw__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

 .kcw .kcw__modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
 .kcw .kcw__modal.kcw__fade .kcw__modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__modal.kcw__fade .kcw__modal-dialog {
    transition: none;
  }
}
 .kcw .kcw__modal.kcw__fade .kcw__modal-dialog {
  transform: translate(0, -50px);
}
 .kcw .kcw__modal.kcw__show .kcw__modal-dialog {
  transform: none;
}
 .kcw .kcw__modal.kcw__modal-static .kcw__modal-dialog {
  transform: scale(1.02);
}

 .kcw .kcw__modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
 .kcw .kcw__modal-dialog-scrollable .kcw__modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
 .kcw .kcw__modal-dialog-scrollable .kcw__modal-header,
 .kcw .kcw__modal-dialog-scrollable .kcw__modal-footer {
  flex-shrink: 0;
}
 .kcw .kcw__modal-dialog-scrollable .kcw__modal-body {
  overflow-y: auto;
}

 .kcw .kcw__modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
 .kcw .kcw__modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
 .kcw .kcw__modal-dialog-centered.kcw__modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
 .kcw .kcw__modal-dialog-centered.kcw__modal-dialog-scrollable .kcw__modal-content {
  max-height: none;
}
 .kcw .kcw__modal-dialog-centered.kcw__modal-dialog-scrollable::before {
  content: none;
}

 .kcw .kcw__modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

 .kcw .kcw__modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #0066A4;
}
 .kcw .kcw__modal-backdrop.kcw__fade {
  opacity: 0;
}
 .kcw .kcw__modal-backdrop.kcw__show {
  opacity: 0.9;
}

 .kcw .kcw__modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dfe2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
 .kcw .kcw__modal-header .kcw__close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

 .kcw .kcw__modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

 .kcw .kcw__modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

 .kcw .kcw__modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dfe2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
 .kcw .kcw__modal-footer > * {
  margin: 0.25rem;
}

 .kcw .kcw__modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
   .kcw .kcw__modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
   .kcw .kcw__modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
   .kcw .kcw__modal-dialog-scrollable .kcw__modal-content {
    max-height: calc(100vh - 3.5rem);
  }
   .kcw .kcw__modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
   .kcw .kcw__modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
   .kcw .kcw__modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
   .kcw .kcw__modal-lg,
   .kcw .kcw__modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
   .kcw .kcw__modal-xl {
    max-width: 1140px;
  }
}
 .kcw .kcw__tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Inter", "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.984375rem;
  word-wrap: break-word;
  opacity: 0;
}
 .kcw .kcw__tooltip.kcw__show {
  opacity: 0.9;
}
 .kcw .kcw__tooltip .kcw__arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
 .kcw .kcw__tooltip .kcw__arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

 .kcw .kcw__bs-tooltip-top,  .kcw .kcw__bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
 .kcw .kcw__bs-tooltip-top .kcw__arrow,  .kcw .kcw__bs-tooltip-auto[x-placement^=top] .kcw__arrow {
  bottom: 0;
}
 .kcw .kcw__bs-tooltip-top .kcw__arrow::before,  .kcw .kcw__bs-tooltip-auto[x-placement^=top] .kcw__arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

 .kcw .kcw__bs-tooltip-right,  .kcw .kcw__bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
 .kcw .kcw__bs-tooltip-right .kcw__arrow,  .kcw .kcw__bs-tooltip-auto[x-placement^=right] .kcw__arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
 .kcw .kcw__bs-tooltip-right .kcw__arrow::before,  .kcw .kcw__bs-tooltip-auto[x-placement^=right] .kcw__arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

 .kcw .kcw__bs-tooltip-bottom,  .kcw .kcw__bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
 .kcw .kcw__bs-tooltip-bottom .kcw__arrow,  .kcw .kcw__bs-tooltip-auto[x-placement^=bottom] .kcw__arrow {
  top: 0;
}
 .kcw .kcw__bs-tooltip-bottom .kcw__arrow::before,  .kcw .kcw__bs-tooltip-auto[x-placement^=bottom] .kcw__arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

 .kcw .kcw__bs-tooltip-left,  .kcw .kcw__bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
 .kcw .kcw__bs-tooltip-left .kcw__arrow,  .kcw .kcw__bs-tooltip-auto[x-placement^=left] .kcw__arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
 .kcw .kcw__bs-tooltip-left .kcw__arrow::before,  .kcw .kcw__bs-tooltip-auto[x-placement^=left] .kcw__arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

 .kcw .kcw__tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

 .kcw .kcw__popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Inter", "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.984375rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
 .kcw .kcw__popover .kcw__arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0;
}
 .kcw .kcw__popover .kcw__arrow::before,  .kcw .kcw__popover .kcw__arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

 .kcw .kcw__bs-popover-top,  .kcw .kcw__bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
 .kcw .kcw__bs-popover-top > .kcw__arrow,  .kcw .kcw__bs-popover-auto[x-placement^=top] > .kcw__arrow {
  bottom: calc(-0.5rem - 1px);
}
 .kcw .kcw__bs-popover-top > .kcw__arrow::before,  .kcw .kcw__bs-popover-auto[x-placement^=top] > .kcw__arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
 .kcw .kcw__bs-popover-top > .kcw__arrow::after,  .kcw .kcw__bs-popover-auto[x-placement^=top] > .kcw__arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

 .kcw .kcw__bs-popover-right,  .kcw .kcw__bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
 .kcw .kcw__bs-popover-right > .kcw__arrow,  .kcw .kcw__bs-popover-auto[x-placement^=right] > .kcw__arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}
 .kcw .kcw__bs-popover-right > .kcw__arrow::before,  .kcw .kcw__bs-popover-auto[x-placement^=right] > .kcw__arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
 .kcw .kcw__bs-popover-right > .kcw__arrow::after,  .kcw .kcw__bs-popover-auto[x-placement^=right] > .kcw__arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

 .kcw .kcw__bs-popover-bottom,  .kcw .kcw__bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
 .kcw .kcw__bs-popover-bottom > .kcw__arrow,  .kcw .kcw__bs-popover-auto[x-placement^=bottom] > .kcw__arrow {
  top: calc(-0.5rem - 1px);
}
 .kcw .kcw__bs-popover-bottom > .kcw__arrow::before,  .kcw .kcw__bs-popover-auto[x-placement^=bottom] > .kcw__arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
 .kcw .kcw__bs-popover-bottom > .kcw__arrow::after,  .kcw .kcw__bs-popover-auto[x-placement^=bottom] > .kcw__arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
 .kcw .kcw__bs-popover-bottom .kcw__popover-header::before,  .kcw .kcw__bs-popover-auto[x-placement^=bottom] .kcw__popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

 .kcw .kcw__bs-popover-left,  .kcw .kcw__bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
 .kcw .kcw__bs-popover-left > .kcw__arrow,  .kcw .kcw__bs-popover-auto[x-placement^=left] > .kcw__arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}
 .kcw .kcw__bs-popover-left > .kcw__arrow::before,  .kcw .kcw__bs-popover-auto[x-placement^=left] > .kcw__arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
 .kcw .kcw__bs-popover-left > .kcw__arrow::after,  .kcw .kcw__bs-popover-auto[x-placement^=left] > .kcw__arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

 .kcw .kcw__popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
 .kcw .kcw__popover-header:empty {
  display: none;
}

 .kcw .kcw__popover-body {
  padding: 0.5rem 0.75rem;
  color: #161616;
}

 .kcw .kcw__carousel {
  position: relative;
}

 .kcw .kcw__carousel.kcw__pointer-event {
  touch-action: pan-y;
}

 .kcw .kcw__carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
 .kcw .kcw__carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

 .kcw .kcw__carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__carousel-item {
    transition: none;
  }
}

 .kcw .kcw__carousel-item.kcw__active,
 .kcw .kcw__carousel-item-next,
 .kcw .kcw__carousel-item-prev {
  display: block;
}

 .kcw .kcw__carousel-item-next:not(.kcw__carousel-item-left),
 .kcw .kcw__active.kcw__carousel-item-right {
  transform: translateX(100%);
}

 .kcw .kcw__carousel-item-prev:not(.kcw__carousel-item-right),
 .kcw .kcw__active.kcw__carousel-item-left {
  transform: translateX(-100%);
}

 .kcw .kcw__carousel-fade .kcw__carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
 .kcw .kcw__carousel-fade .kcw__carousel-item.kcw__active,
 .kcw .kcw__carousel-fade .kcw__carousel-item-next.kcw__carousel-item-left,
 .kcw .kcw__carousel-fade .kcw__carousel-item-prev.kcw__carousel-item-right {
  z-index: 1;
  opacity: 1;
}
 .kcw .kcw__carousel-fade .kcw__active.kcw__carousel-item-left,
 .kcw .kcw__carousel-fade .kcw__active.kcw__carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__carousel-fade .kcw__active.kcw__carousel-item-left,
   .kcw .kcw__carousel-fade .kcw__active.kcw__carousel-item-right {
    transition: none;
  }
}

 .kcw .kcw__carousel-control-prev,
 .kcw .kcw__carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__carousel-control-prev,
   .kcw .kcw__carousel-control-next {
    transition: none;
  }
}
 .kcw .kcw__carousel-control-prev:hover,  .kcw .kcw__carousel-control-prev:focus,  .kcw .kcw__carousel-control-next:hover,  .kcw .kcw__carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

 .kcw .kcw__carousel-control-prev {
  left: 0;
}

 .kcw .kcw__carousel-control-next {
  right: 0;
}

 .kcw .kcw__carousel-control-prev-icon,
 .kcw .kcw__carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

 .kcw .kcw__carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

 .kcw .kcw__carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

 .kcw .kcw__carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
 .kcw .kcw__carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
   .kcw .kcw__carousel-indicators li {
    transition: none;
  }
}
 .kcw .kcw__carousel-indicators .kcw__active {
  opacity: 1;
}

 .kcw .kcw__carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

 .kcw .kcw__align-baseline {
  vertical-align: baseline !important;
}

 .kcw .kcw__align-top {
  vertical-align: top !important;
}

 .kcw .kcw__align-middle {
  vertical-align: middle !important;
}

 .kcw .kcw__align-bottom {
  vertical-align: bottom !important;
}

 .kcw .kcw__align-text-bottom {
  vertical-align: text-bottom !important;
}

 .kcw .kcw__align-text-top {
  vertical-align: text-top !important;
}

 .kcw .kcw__bg-primary {
  background-color: #0066A4 !important;
}

 .kcw a.kcw__bg-primary:hover,  .kcw a.kcw__bg-primary:focus,  .kcw button.kcw__bg-primary:hover,  .kcw button.kcw__bg-primary:focus {
  background-color: rgb(0, 70.2804878049, 113) !important;
}

 .kcw .kcw__bg-secondary {
  background-color: #697077 !important;
}

 .kcw a.kcw__bg-secondary:hover,  .kcw a.kcw__bg-secondary:focus,  .kcw button.kcw__bg-secondary:hover,  .kcw button.kcw__bg-secondary:focus {
  background-color: rgb(81.09375, 86.5, 91.90625) !important;
}

 .kcw .kcw__bg-success {
  background-color: #28a745 !important;
}

 .kcw a.kcw__bg-success:hover,  .kcw a.kcw__bg-success:focus,  .kcw button.kcw__bg-success:hover,  .kcw button.kcw__bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

 .kcw .kcw__bg-info {
  background-color: #17a2b8 !important;
}

 .kcw a.kcw__bg-info:hover,  .kcw a.kcw__bg-info:focus,  .kcw button.kcw__bg-info:hover,  .kcw button.kcw__bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

 .kcw .kcw__bg-warning {
  background-color: #fed457 !important;
}

 .kcw a.kcw__bg-warning:hover,  .kcw a.kcw__bg-warning:focus,  .kcw button.kcw__bg-warning:hover,  .kcw button.kcw__bg-warning:focus {
  background-color: rgb(253.6982248521, 199.0236686391, 36.3017751479) !important;
}

 .kcw .kcw__bg-danger {
  background-color: #dc3545 !important;
}

 .kcw a.kcw__bg-danger:hover,  .kcw a.kcw__bg-danger:focus,  .kcw button.kcw__bg-danger:hover,  .kcw button.kcw__bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

 .kcw .kcw__bg-light {
  background-color: #f4f4f4 !important;
}

 .kcw a.kcw__bg-light:hover,  .kcw a.kcw__bg-light:focus,  .kcw button.kcw__bg-light:hover,  .kcw button.kcw__bg-light:focus {
  background-color: rgb(218.5, 218.5, 218.5) !important;
}

 .kcw .kcw__bg-dark {
  background-color: #343a40 !important;
}

 .kcw a.kcw__bg-dark:hover,  .kcw a.kcw__bg-dark:focus,  .kcw button.kcw__bg-dark:hover,  .kcw button.kcw__bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

 .kcw .kcw__bg-primary-dark {
  background-color: #00518d !important;
}

 .kcw a.kcw__bg-primary-dark:hover,  .kcw a.kcw__bg-primary-dark:focus,  .kcw button.kcw__bg-primary-dark:hover,  .kcw button.kcw__bg-primary-dark:focus {
  background-color: rgb(0, 51.7021276596, 90) !important;
}

 .kcw .kcw__bg-brand-blue {
  background-color: #1251A4 !important;
}

 .kcw a.kcw__bg-brand-blue:hover,  .kcw a.kcw__bg-brand-blue:focus,  .kcw button.kcw__bg-brand-blue:hover,  .kcw button.kcw__bg-brand-blue:focus {
  background-color: rgb(12.956043956, 58.3021978022, 118.043956044) !important;
}

 .kcw .kcw__bg-brand-darkblue {
  background-color: #001D4C !important;
}

 .kcw a.kcw__bg-brand-darkblue:hover,  .kcw a.kcw__bg-brand-darkblue:focus,  .kcw button.kcw__bg-brand-darkblue:hover,  .kcw button.kcw__bg-brand-darkblue:focus {
  background-color: rgb(0, 9.5394736842, 25) !important;
}

 .kcw .kcw__bg-brand-lightblue {
  background-color: #029DD3 !important;
}

 .kcw a.kcw__bg-brand-lightblue:hover,  .kcw a.kcw__bg-brand-lightblue:focus,  .kcw button.kcw__bg-brand-lightblue:hover,  .kcw button.kcw__bg-brand-lightblue:focus {
  background-color: rgb(1.5211267606, 119.4084507042, 160.4788732394) !important;
}

 .kcw .kcw__bg-brand-green {
  background-color: #73BE44 !important;
}

 .kcw a.kcw__bg-brand-green:hover,  .kcw a.kcw__bg-brand-green:focus,  .kcw button.kcw__bg-brand-green:hover,  .kcw button.kcw__bg-brand-green:focus {
  background-color: rgb(92, 153.6071428571, 53.3928571429) !important;
}

 .kcw .kcw__bg-brand-brightblue {
  background-color: #03147C !important;
}

 .kcw a.kcw__bg-brand-brightblue:hover,  .kcw a.kcw__bg-brand-brightblue:focus,  .kcw button.kcw__bg-brand-brightblue:hover,  .kcw button.kcw__bg-brand-brightblue:focus {
  background-color: rgb(1.7952755906, 11.968503937, 74.2047244094) !important;
}

 .kcw .kcw__bg-gray-blue {
  background-color: #F3F5FA !important;
}

 .kcw a.kcw__bg-gray-blue:hover,  .kcw a.kcw__bg-gray-blue:focus,  .kcw button.kcw__bg-gray-blue:hover,  .kcw button.kcw__bg-gray-blue:focus {
  background-color: #cfd7eb !important;
}

 .kcw .kcw__bg-text-light-gray {
  background-color: #525252 !important;
}

 .kcw a.kcw__bg-text-light-gray:hover,  .kcw a.kcw__bg-text-light-gray:focus,  .kcw button.kcw__bg-text-light-gray:hover,  .kcw button.kcw__bg-text-light-gray:focus {
  background-color: rgb(56.5, 56.5, 56.5) !important;
}

 .kcw .kcw__bg-white {
  background-color: #fff !important;
}

 .kcw .kcw__bg-transparent {
  background-color: transparent !important;
}

 .kcw .kcw__border {
  border: 1px solid #dfe2e6 !important;
}

 .kcw .kcw__border-top {
  border-top: 1px solid #dfe2e6 !important;
}

 .kcw .kcw__border-right {
  border-right: 1px solid #dfe2e6 !important;
}

 .kcw .kcw__border-bottom {
  border-bottom: 1px solid #dfe2e6 !important;
}

 .kcw .kcw__border-left {
  border-left: 1px solid #dfe2e6 !important;
}

 .kcw .kcw__border-0 {
  border: 0 !important;
}

 .kcw .kcw__border-top-0 {
  border-top: 0 !important;
}

 .kcw .kcw__border-right-0 {
  border-right: 0 !important;
}

 .kcw .kcw__border-bottom-0 {
  border-bottom: 0 !important;
}

 .kcw .kcw__border-left-0 {
  border-left: 0 !important;
}

 .kcw .kcw__border-primary {
  border-color: #0066A4 !important;
}

 .kcw .kcw__border-secondary {
  border-color: #697077 !important;
}

 .kcw .kcw__border-success {
  border-color: #28a745 !important;
}

 .kcw .kcw__border-info {
  border-color: #17a2b8 !important;
}

 .kcw .kcw__border-warning {
  border-color: #fed457 !important;
}

 .kcw .kcw__border-danger {
  border-color: #dc3545 !important;
}

 .kcw .kcw__border-light {
  border-color: #f4f4f4 !important;
}

 .kcw .kcw__border-dark {
  border-color: #343a40 !important;
}

 .kcw .kcw__border-primary-dark {
  border-color: #00518d !important;
}

 .kcw .kcw__border-brand-blue {
  border-color: #1251A4 !important;
}

 .kcw .kcw__border-brand-darkblue {
  border-color: #001D4C !important;
}

 .kcw .kcw__border-brand-lightblue {
  border-color: #029DD3 !important;
}

 .kcw .kcw__border-brand-green {
  border-color: #73BE44 !important;
}

 .kcw .kcw__border-brand-brightblue {
  border-color: #03147C !important;
}

 .kcw .kcw__border-gray-blue {
  border-color: #F3F5FA !important;
}

 .kcw .kcw__border-text-light-gray {
  border-color: #525252 !important;
}

 .kcw .kcw__border-white {
  border-color: #fff !important;
}

 .kcw .kcw__rounded-sm {
  border-radius: 0 !important;
}

 .kcw .kcw__rounded {
  border-radius: 0 !important;
}

 .kcw .kcw__rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

 .kcw .kcw__rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

 .kcw .kcw__rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

 .kcw .kcw__rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

 .kcw .kcw__rounded-lg {
  border-radius: 0 !important;
}

 .kcw .kcw__rounded-circle {
  border-radius: 50% !important;
}

 .kcw .kcw__rounded-pill {
  border-radius: 50rem !important;
}

 .kcw .kcw__rounded-0 {
  border-radius: 0 !important;
}

 .kcw .kcw__clearfix::after {
  display: block;
  clear: both;
  content: "";
}

 .kcw .kcw__d-none {
  display: none !important;
}

 .kcw .kcw__d-inline {
  display: inline !important;
}

 .kcw .kcw__d-inline-block {
  display: inline-block !important;
}

 .kcw .kcw__d-block {
  display: block !important;
}

 .kcw .kcw__d-table {
  display: table !important;
}

 .kcw .kcw__d-table-row {
  display: table-row !important;
}

 .kcw .kcw__d-table-cell {
  display: table-cell !important;
}

 .kcw .kcw__d-flex {
  display: flex !important;
}

 .kcw .kcw__d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
   .kcw .kcw__d-sm-none {
    display: none !important;
  }
   .kcw .kcw__d-sm-inline {
    display: inline !important;
  }
   .kcw .kcw__d-sm-inline-block {
    display: inline-block !important;
  }
   .kcw .kcw__d-sm-block {
    display: block !important;
  }
   .kcw .kcw__d-sm-table {
    display: table !important;
  }
   .kcw .kcw__d-sm-table-row {
    display: table-row !important;
  }
   .kcw .kcw__d-sm-table-cell {
    display: table-cell !important;
  }
   .kcw .kcw__d-sm-flex {
    display: flex !important;
  }
   .kcw .kcw__d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
   .kcw .kcw__d-md-none {
    display: none !important;
  }
   .kcw .kcw__d-md-inline {
    display: inline !important;
  }
   .kcw .kcw__d-md-inline-block {
    display: inline-block !important;
  }
   .kcw .kcw__d-md-block {
    display: block !important;
  }
   .kcw .kcw__d-md-table {
    display: table !important;
  }
   .kcw .kcw__d-md-table-row {
    display: table-row !important;
  }
   .kcw .kcw__d-md-table-cell {
    display: table-cell !important;
  }
   .kcw .kcw__d-md-flex {
    display: flex !important;
  }
   .kcw .kcw__d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
   .kcw .kcw__d-lg-none {
    display: none !important;
  }
   .kcw .kcw__d-lg-inline {
    display: inline !important;
  }
   .kcw .kcw__d-lg-inline-block {
    display: inline-block !important;
  }
   .kcw .kcw__d-lg-block {
    display: block !important;
  }
   .kcw .kcw__d-lg-table {
    display: table !important;
  }
   .kcw .kcw__d-lg-table-row {
    display: table-row !important;
  }
   .kcw .kcw__d-lg-table-cell {
    display: table-cell !important;
  }
   .kcw .kcw__d-lg-flex {
    display: flex !important;
  }
   .kcw .kcw__d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
   .kcw .kcw__d-xl-none {
    display: none !important;
  }
   .kcw .kcw__d-xl-inline {
    display: inline !important;
  }
   .kcw .kcw__d-xl-inline-block {
    display: inline-block !important;
  }
   .kcw .kcw__d-xl-block {
    display: block !important;
  }
   .kcw .kcw__d-xl-table {
    display: table !important;
  }
   .kcw .kcw__d-xl-table-row {
    display: table-row !important;
  }
   .kcw .kcw__d-xl-table-cell {
    display: table-cell !important;
  }
   .kcw .kcw__d-xl-flex {
    display: flex !important;
  }
   .kcw .kcw__d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
   .kcw .kcw__d-print-none {
    display: none !important;
  }
   .kcw .kcw__d-print-inline {
    display: inline !important;
  }
   .kcw .kcw__d-print-inline-block {
    display: inline-block !important;
  }
   .kcw .kcw__d-print-block {
    display: block !important;
  }
   .kcw .kcw__d-print-table {
    display: table !important;
  }
   .kcw .kcw__d-print-table-row {
    display: table-row !important;
  }
   .kcw .kcw__d-print-table-cell {
    display: table-cell !important;
  }
   .kcw .kcw__d-print-flex {
    display: flex !important;
  }
   .kcw .kcw__d-print-inline-flex {
    display: inline-flex !important;
  }
}
 .kcw .kcw__embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
 .kcw .kcw__embed-responsive::before {
  display: block;
  content: "";
}
 .kcw .kcw__embed-responsive .kcw__embed-responsive-item,
 .kcw .kcw__embed-responsive iframe,
 .kcw .kcw__embed-responsive embed,
 .kcw .kcw__embed-responsive object,
 .kcw .kcw__embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

 .kcw .kcw__embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

 .kcw .kcw__embed-responsive-16by9::before {
  padding-top: 56.25%;
}

 .kcw .kcw__embed-responsive-4by3::before {
  padding-top: 75%;
}

 .kcw .kcw__embed-responsive-1by1::before {
  padding-top: 100%;
}

 .kcw .kcw__embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

 .kcw .kcw__embed-responsive-16by9::before {
  padding-top: 56.25%;
}

 .kcw .kcw__embed-responsive-4by3::before {
  padding-top: 75%;
}

 .kcw .kcw__embed-responsive-1by1::before {
  padding-top: 100%;
}

 .kcw .kcw__flex-row {
  flex-direction: row !important;
}

 .kcw .kcw__flex-column {
  flex-direction: column !important;
}

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

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

 .kcw .kcw__flex-wrap {
  flex-wrap: wrap !important;
}

 .kcw .kcw__flex-nowrap {
  flex-wrap: nowrap !important;
}

 .kcw .kcw__flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

 .kcw .kcw__flex-fill {
  flex: 1 1 auto !important;
}

 .kcw .kcw__flex-grow-0 {
  flex-grow: 0 !important;
}

 .kcw .kcw__flex-grow-1 {
  flex-grow: 1 !important;
}

 .kcw .kcw__flex-shrink-0 {
  flex-shrink: 0 !important;
}

 .kcw .kcw__flex-shrink-1 {
  flex-shrink: 1 !important;
}

 .kcw .kcw__justify-content-start {
  justify-content: flex-start !important;
}

 .kcw .kcw__justify-content-end {
  justify-content: flex-end !important;
}

 .kcw .kcw__justify-content-center {
  justify-content: center !important;
}

 .kcw .kcw__justify-content-between {
  justify-content: space-between !important;
}

 .kcw .kcw__justify-content-around {
  justify-content: space-around !important;
}

 .kcw .kcw__align-items-start {
  align-items: flex-start !important;
}

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

 .kcw .kcw__align-items-center {
  align-items: center !important;
}

 .kcw .kcw__align-items-baseline {
  align-items: baseline !important;
}

 .kcw .kcw__align-items-stretch {
  align-items: stretch !important;
}

 .kcw .kcw__align-content-start {
  align-content: flex-start !important;
}

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

 .kcw .kcw__align-content-center {
  align-content: center !important;
}

 .kcw .kcw__align-content-between {
  align-content: space-between !important;
}

 .kcw .kcw__align-content-around {
  align-content: space-around !important;
}

 .kcw .kcw__align-content-stretch {
  align-content: stretch !important;
}

 .kcw .kcw__align-self-auto {
  align-self: auto !important;
}

 .kcw .kcw__align-self-start {
  align-self: flex-start !important;
}

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

 .kcw .kcw__align-self-center {
  align-self: center !important;
}

 .kcw .kcw__align-self-baseline {
  align-self: baseline !important;
}

 .kcw .kcw__align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
   .kcw .kcw__flex-sm-row {
    flex-direction: row !important;
  }
   .kcw .kcw__flex-sm-column {
    flex-direction: column !important;
  }
   .kcw .kcw__flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
   .kcw .kcw__flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
   .kcw .kcw__flex-sm-wrap {
    flex-wrap: wrap !important;
  }
   .kcw .kcw__flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
   .kcw .kcw__flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
   .kcw .kcw__flex-sm-fill {
    flex: 1 1 auto !important;
  }
   .kcw .kcw__flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
   .kcw .kcw__flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
   .kcw .kcw__flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
   .kcw .kcw__flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
   .kcw .kcw__justify-content-sm-start {
    justify-content: flex-start !important;
  }
   .kcw .kcw__justify-content-sm-end {
    justify-content: flex-end !important;
  }
   .kcw .kcw__justify-content-sm-center {
    justify-content: center !important;
  }
   .kcw .kcw__justify-content-sm-between {
    justify-content: space-between !important;
  }
   .kcw .kcw__justify-content-sm-around {
    justify-content: space-around !important;
  }
   .kcw .kcw__align-items-sm-start {
    align-items: flex-start !important;
  }
   .kcw .kcw__align-items-sm-end {
    align-items: flex-end !important;
  }
   .kcw .kcw__align-items-sm-center {
    align-items: center !important;
  }
   .kcw .kcw__align-items-sm-baseline {
    align-items: baseline !important;
  }
   .kcw .kcw__align-items-sm-stretch {
    align-items: stretch !important;
  }
   .kcw .kcw__align-content-sm-start {
    align-content: flex-start !important;
  }
   .kcw .kcw__align-content-sm-end {
    align-content: flex-end !important;
  }
   .kcw .kcw__align-content-sm-center {
    align-content: center !important;
  }
   .kcw .kcw__align-content-sm-between {
    align-content: space-between !important;
  }
   .kcw .kcw__align-content-sm-around {
    align-content: space-around !important;
  }
   .kcw .kcw__align-content-sm-stretch {
    align-content: stretch !important;
  }
   .kcw .kcw__align-self-sm-auto {
    align-self: auto !important;
  }
   .kcw .kcw__align-self-sm-start {
    align-self: flex-start !important;
  }
   .kcw .kcw__align-self-sm-end {
    align-self: flex-end !important;
  }
   .kcw .kcw__align-self-sm-center {
    align-self: center !important;
  }
   .kcw .kcw__align-self-sm-baseline {
    align-self: baseline !important;
  }
   .kcw .kcw__align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
   .kcw .kcw__flex-md-row {
    flex-direction: row !important;
  }
   .kcw .kcw__flex-md-column {
    flex-direction: column !important;
  }
   .kcw .kcw__flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
   .kcw .kcw__flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
   .kcw .kcw__flex-md-wrap {
    flex-wrap: wrap !important;
  }
   .kcw .kcw__flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
   .kcw .kcw__flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
   .kcw .kcw__flex-md-fill {
    flex: 1 1 auto !important;
  }
   .kcw .kcw__flex-md-grow-0 {
    flex-grow: 0 !important;
  }
   .kcw .kcw__flex-md-grow-1 {
    flex-grow: 1 !important;
  }
   .kcw .kcw__flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
   .kcw .kcw__flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
   .kcw .kcw__justify-content-md-start {
    justify-content: flex-start !important;
  }
   .kcw .kcw__justify-content-md-end {
    justify-content: flex-end !important;
  }
   .kcw .kcw__justify-content-md-center {
    justify-content: center !important;
  }
   .kcw .kcw__justify-content-md-between {
    justify-content: space-between !important;
  }
   .kcw .kcw__justify-content-md-around {
    justify-content: space-around !important;
  }
   .kcw .kcw__align-items-md-start {
    align-items: flex-start !important;
  }
   .kcw .kcw__align-items-md-end {
    align-items: flex-end !important;
  }
   .kcw .kcw__align-items-md-center {
    align-items: center !important;
  }
   .kcw .kcw__align-items-md-baseline {
    align-items: baseline !important;
  }
   .kcw .kcw__align-items-md-stretch {
    align-items: stretch !important;
  }
   .kcw .kcw__align-content-md-start {
    align-content: flex-start !important;
  }
   .kcw .kcw__align-content-md-end {
    align-content: flex-end !important;
  }
   .kcw .kcw__align-content-md-center {
    align-content: center !important;
  }
   .kcw .kcw__align-content-md-between {
    align-content: space-between !important;
  }
   .kcw .kcw__align-content-md-around {
    align-content: space-around !important;
  }
   .kcw .kcw__align-content-md-stretch {
    align-content: stretch !important;
  }
   .kcw .kcw__align-self-md-auto {
    align-self: auto !important;
  }
   .kcw .kcw__align-self-md-start {
    align-self: flex-start !important;
  }
   .kcw .kcw__align-self-md-end {
    align-self: flex-end !important;
  }
   .kcw .kcw__align-self-md-center {
    align-self: center !important;
  }
   .kcw .kcw__align-self-md-baseline {
    align-self: baseline !important;
  }
   .kcw .kcw__align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
   .kcw .kcw__flex-lg-row {
    flex-direction: row !important;
  }
   .kcw .kcw__flex-lg-column {
    flex-direction: column !important;
  }
   .kcw .kcw__flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
   .kcw .kcw__flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
   .kcw .kcw__flex-lg-wrap {
    flex-wrap: wrap !important;
  }
   .kcw .kcw__flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
   .kcw .kcw__flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
   .kcw .kcw__flex-lg-fill {
    flex: 1 1 auto !important;
  }
   .kcw .kcw__flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
   .kcw .kcw__flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
   .kcw .kcw__flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
   .kcw .kcw__flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
   .kcw .kcw__justify-content-lg-start {
    justify-content: flex-start !important;
  }
   .kcw .kcw__justify-content-lg-end {
    justify-content: flex-end !important;
  }
   .kcw .kcw__justify-content-lg-center {
    justify-content: center !important;
  }
   .kcw .kcw__justify-content-lg-between {
    justify-content: space-between !important;
  }
   .kcw .kcw__justify-content-lg-around {
    justify-content: space-around !important;
  }
   .kcw .kcw__align-items-lg-start {
    align-items: flex-start !important;
  }
   .kcw .kcw__align-items-lg-end {
    align-items: flex-end !important;
  }
   .kcw .kcw__align-items-lg-center {
    align-items: center !important;
  }
   .kcw .kcw__align-items-lg-baseline {
    align-items: baseline !important;
  }
   .kcw .kcw__align-items-lg-stretch {
    align-items: stretch !important;
  }
   .kcw .kcw__align-content-lg-start {
    align-content: flex-start !important;
  }
   .kcw .kcw__align-content-lg-end {
    align-content: flex-end !important;
  }
   .kcw .kcw__align-content-lg-center {
    align-content: center !important;
  }
   .kcw .kcw__align-content-lg-between {
    align-content: space-between !important;
  }
   .kcw .kcw__align-content-lg-around {
    align-content: space-around !important;
  }
   .kcw .kcw__align-content-lg-stretch {
    align-content: stretch !important;
  }
   .kcw .kcw__align-self-lg-auto {
    align-self: auto !important;
  }
   .kcw .kcw__align-self-lg-start {
    align-self: flex-start !important;
  }
   .kcw .kcw__align-self-lg-end {
    align-self: flex-end !important;
  }
   .kcw .kcw__align-self-lg-center {
    align-self: center !important;
  }
   .kcw .kcw__align-self-lg-baseline {
    align-self: baseline !important;
  }
   .kcw .kcw__align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
   .kcw .kcw__flex-xl-row {
    flex-direction: row !important;
  }
   .kcw .kcw__flex-xl-column {
    flex-direction: column !important;
  }
   .kcw .kcw__flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
   .kcw .kcw__flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
   .kcw .kcw__flex-xl-wrap {
    flex-wrap: wrap !important;
  }
   .kcw .kcw__flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
   .kcw .kcw__flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
   .kcw .kcw__flex-xl-fill {
    flex: 1 1 auto !important;
  }
   .kcw .kcw__flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
   .kcw .kcw__flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
   .kcw .kcw__flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
   .kcw .kcw__flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
   .kcw .kcw__justify-content-xl-start {
    justify-content: flex-start !important;
  }
   .kcw .kcw__justify-content-xl-end {
    justify-content: flex-end !important;
  }
   .kcw .kcw__justify-content-xl-center {
    justify-content: center !important;
  }
   .kcw .kcw__justify-content-xl-between {
    justify-content: space-between !important;
  }
   .kcw .kcw__justify-content-xl-around {
    justify-content: space-around !important;
  }
   .kcw .kcw__align-items-xl-start {
    align-items: flex-start !important;
  }
   .kcw .kcw__align-items-xl-end {
    align-items: flex-end !important;
  }
   .kcw .kcw__align-items-xl-center {
    align-items: center !important;
  }
   .kcw .kcw__align-items-xl-baseline {
    align-items: baseline !important;
  }
   .kcw .kcw__align-items-xl-stretch {
    align-items: stretch !important;
  }
   .kcw .kcw__align-content-xl-start {
    align-content: flex-start !important;
  }
   .kcw .kcw__align-content-xl-end {
    align-content: flex-end !important;
  }
   .kcw .kcw__align-content-xl-center {
    align-content: center !important;
  }
   .kcw .kcw__align-content-xl-between {
    align-content: space-between !important;
  }
   .kcw .kcw__align-content-xl-around {
    align-content: space-around !important;
  }
   .kcw .kcw__align-content-xl-stretch {
    align-content: stretch !important;
  }
   .kcw .kcw__align-self-xl-auto {
    align-self: auto !important;
  }
   .kcw .kcw__align-self-xl-start {
    align-self: flex-start !important;
  }
   .kcw .kcw__align-self-xl-end {
    align-self: flex-end !important;
  }
   .kcw .kcw__align-self-xl-center {
    align-self: center !important;
  }
   .kcw .kcw__align-self-xl-baseline {
    align-self: baseline !important;
  }
   .kcw .kcw__align-self-xl-stretch {
    align-self: stretch !important;
  }
}
 .kcw .kcw__float-left {
  float: left !important;
}

 .kcw .kcw__float-right {
  float: right !important;
}

 .kcw .kcw__float-none {
  float: none !important;
}

@media (min-width: 576px) {
   .kcw .kcw__float-sm-left {
    float: left !important;
  }
   .kcw .kcw__float-sm-right {
    float: right !important;
  }
   .kcw .kcw__float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
   .kcw .kcw__float-md-left {
    float: left !important;
  }
   .kcw .kcw__float-md-right {
    float: right !important;
  }
   .kcw .kcw__float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
   .kcw .kcw__float-lg-left {
    float: left !important;
  }
   .kcw .kcw__float-lg-right {
    float: right !important;
  }
   .kcw .kcw__float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
   .kcw .kcw__float-xl-left {
    float: left !important;
  }
   .kcw .kcw__float-xl-right {
    float: right !important;
  }
   .kcw .kcw__float-xl-none {
    float: none !important;
  }
}
 .kcw .kcw__user-select-all {
  user-select: all !important;
}

 .kcw .kcw__user-select-auto {
  user-select: auto !important;
}

 .kcw .kcw__user-select-none {
  user-select: none !important;
}

 .kcw .kcw__overflow-auto {
  overflow: auto !important;
}

 .kcw .kcw__overflow-hidden {
  overflow: hidden !important;
}

 .kcw .kcw__position-static {
  position: static !important;
}

 .kcw .kcw__position-relative {
  position: relative !important;
}

 .kcw .kcw__position-absolute {
  position: absolute !important;
}

 .kcw .kcw__position-fixed {
  position: fixed !important;
}

 .kcw .kcw__position-sticky {
  position: sticky !important;
}

 .kcw .kcw__fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

 .kcw .kcw__fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
   .kcw .kcw__sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

 .kcw .kcw__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

 .kcw .kcw__sr-only-focusable:active,  .kcw .kcw__sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

 .kcw .kcw__shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

 .kcw .kcw__shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

 .kcw .kcw__shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

 .kcw .kcw__shadow-none {
  box-shadow: none !important;
}

 .kcw .kcw__w-25 {
  width: 25% !important;
}

 .kcw .kcw__w-50 {
  width: 50% !important;
}

 .kcw .kcw__w-75 {
  width: 75% !important;
}

 .kcw .kcw__w-100 {
  width: 100% !important;
}

 .kcw .kcw__w-auto {
  width: auto !important;
}

 .kcw .kcw__h-25 {
  height: 25% !important;
}

 .kcw .kcw__h-50 {
  height: 50% !important;
}

 .kcw .kcw__h-75 {
  height: 75% !important;
}

 .kcw .kcw__h-100 {
  height: 100% !important;
}

 .kcw .kcw__h-auto {
  height: auto !important;
}

 .kcw .kcw__mw-100 {
  max-width: 100% !important;
}

 .kcw .kcw__mh-100 {
  max-height: 100% !important;
}

 .kcw .kcw__min-vw-100 {
  min-width: 100vw !important;
}

 .kcw .kcw__min-vh-100 {
  min-height: 100vh !important;
}

 .kcw .kcw__vw-100 {
  width: 100vw !important;
}

 .kcw .kcw__vh-100 {
  height: 100vh !important;
}

 .kcw .kcw__m-0 {
  margin: 0 !important;
}

 .kcw .kcw__mt-0,
 .kcw .kcw__my-0 {
  margin-top: 0 !important;
}

 .kcw .kcw__mr-0,
 .kcw .kcw__mx-0 {
  margin-right: 0 !important;
}

 .kcw .kcw__mb-0,
 .kcw .kcw__my-0 {
  margin-bottom: 0 !important;
}

 .kcw .kcw__ml-0,
 .kcw .kcw__mx-0 {
  margin-left: 0 !important;
}

 .kcw .kcw__m-1 {
  margin: 0.3125rem !important;
}

 .kcw .kcw__mt-1,
 .kcw .kcw__my-1 {
  margin-top: 0.3125rem !important;
}

 .kcw .kcw__mr-1,
 .kcw .kcw__mx-1 {
  margin-right: 0.3125rem !important;
}

 .kcw .kcw__mb-1,
 .kcw .kcw__my-1 {
  margin-bottom: 0.3125rem !important;
}

 .kcw .kcw__ml-1,
 .kcw .kcw__mx-1 {
  margin-left: 0.3125rem !important;
}

 .kcw .kcw__m-2 {
  margin: 0.625rem !important;
}

 .kcw .kcw__mt-2,
 .kcw .kcw__my-2 {
  margin-top: 0.625rem !important;
}

 .kcw .kcw__mr-2,
 .kcw .kcw__mx-2 {
  margin-right: 0.625rem !important;
}

 .kcw .kcw__mb-2,
 .kcw .kcw__my-2 {
  margin-bottom: 0.625rem !important;
}

 .kcw .kcw__ml-2,
 .kcw .kcw__mx-2 {
  margin-left: 0.625rem !important;
}

 .kcw .kcw__m-3 {
  margin: 1.25rem !important;
}

 .kcw .kcw__mt-3,
 .kcw .kcw__my-3 {
  margin-top: 1.25rem !important;
}

 .kcw .kcw__mr-3,
 .kcw .kcw__mx-3 {
  margin-right: 1.25rem !important;
}

 .kcw .kcw__mb-3,
 .kcw .kcw__my-3 {
  margin-bottom: 1.25rem !important;
}

 .kcw .kcw__ml-3,
 .kcw .kcw__mx-3 {
  margin-left: 1.25rem !important;
}

 .kcw .kcw__m-4 {
  margin: 1.875rem !important;
}

 .kcw .kcw__mt-4,
 .kcw .kcw__my-4 {
  margin-top: 1.875rem !important;
}

 .kcw .kcw__mr-4,
 .kcw .kcw__mx-4 {
  margin-right: 1.875rem !important;
}

 .kcw .kcw__mb-4,
 .kcw .kcw__my-4 {
  margin-bottom: 1.875rem !important;
}

 .kcw .kcw__ml-4,
 .kcw .kcw__mx-4 {
  margin-left: 1.875rem !important;
}

 .kcw .kcw__m-5 {
  margin: 3.75rem !important;
}

 .kcw .kcw__mt-5,
 .kcw .kcw__my-5 {
  margin-top: 3.75rem !important;
}

 .kcw .kcw__mr-5,
 .kcw .kcw__mx-5 {
  margin-right: 3.75rem !important;
}

 .kcw .kcw__mb-5,
 .kcw .kcw__my-5 {
  margin-bottom: 3.75rem !important;
}

 .kcw .kcw__ml-5,
 .kcw .kcw__mx-5 {
  margin-left: 3.75rem !important;
}

 .kcw .kcw__p-0 {
  padding: 0 !important;
}

 .kcw .kcw__pt-0,
 .kcw .kcw__py-0 {
  padding-top: 0 !important;
}

 .kcw .kcw__pr-0,
 .kcw .kcw__px-0 {
  padding-right: 0 !important;
}

 .kcw .kcw__pb-0,
 .kcw .kcw__py-0 {
  padding-bottom: 0 !important;
}

 .kcw .kcw__pl-0,
 .kcw .kcw__px-0 {
  padding-left: 0 !important;
}

 .kcw .kcw__p-1 {
  padding: 0.3125rem !important;
}

 .kcw .kcw__pt-1,
 .kcw .kcw__py-1 {
  padding-top: 0.3125rem !important;
}

 .kcw .kcw__pr-1,
 .kcw .kcw__px-1 {
  padding-right: 0.3125rem !important;
}

 .kcw .kcw__pb-1,
 .kcw .kcw__py-1 {
  padding-bottom: 0.3125rem !important;
}

 .kcw .kcw__pl-1,
 .kcw .kcw__px-1 {
  padding-left: 0.3125rem !important;
}

 .kcw .kcw__p-2 {
  padding: 0.625rem !important;
}

 .kcw .kcw__pt-2,
 .kcw .kcw__py-2 {
  padding-top: 0.625rem !important;
}

 .kcw .kcw__pr-2,
 .kcw .kcw__px-2 {
  padding-right: 0.625rem !important;
}

 .kcw .kcw__pb-2,
 .kcw .kcw__py-2 {
  padding-bottom: 0.625rem !important;
}

 .kcw .kcw__pl-2,
 .kcw .kcw__px-2 {
  padding-left: 0.625rem !important;
}

 .kcw .kcw__p-3 {
  padding: 1.25rem !important;
}

 .kcw .kcw__pt-3,
 .kcw .kcw__py-3 {
  padding-top: 1.25rem !important;
}

 .kcw .kcw__pr-3,
 .kcw .kcw__px-3 {
  padding-right: 1.25rem !important;
}

 .kcw .kcw__pb-3,
 .kcw .kcw__py-3 {
  padding-bottom: 1.25rem !important;
}

 .kcw .kcw__pl-3,
 .kcw .kcw__px-3 {
  padding-left: 1.25rem !important;
}

 .kcw .kcw__p-4 {
  padding: 1.875rem !important;
}

 .kcw .kcw__pt-4,
 .kcw .kcw__py-4 {
  padding-top: 1.875rem !important;
}

 .kcw .kcw__pr-4,
 .kcw .kcw__px-4 {
  padding-right: 1.875rem !important;
}

 .kcw .kcw__pb-4,
 .kcw .kcw__py-4 {
  padding-bottom: 1.875rem !important;
}

 .kcw .kcw__pl-4,
 .kcw .kcw__px-4 {
  padding-left: 1.875rem !important;
}

 .kcw .kcw__p-5 {
  padding: 3.75rem !important;
}

 .kcw .kcw__pt-5,
 .kcw .kcw__py-5 {
  padding-top: 3.75rem !important;
}

 .kcw .kcw__pr-5,
 .kcw .kcw__px-5 {
  padding-right: 3.75rem !important;
}

 .kcw .kcw__pb-5,
 .kcw .kcw__py-5 {
  padding-bottom: 3.75rem !important;
}

 .kcw .kcw__pl-5,
 .kcw .kcw__px-5 {
  padding-left: 3.75rem !important;
}

 .kcw .kcw__m-n1 {
  margin: -0.3125rem !important;
}

 .kcw .kcw__mt-n1,
 .kcw .kcw__my-n1 {
  margin-top: -0.3125rem !important;
}

 .kcw .kcw__mr-n1,
 .kcw .kcw__mx-n1 {
  margin-right: -0.3125rem !important;
}

 .kcw .kcw__mb-n1,
 .kcw .kcw__my-n1 {
  margin-bottom: -0.3125rem !important;
}

 .kcw .kcw__ml-n1,
 .kcw .kcw__mx-n1 {
  margin-left: -0.3125rem !important;
}

 .kcw .kcw__m-n2 {
  margin: -0.625rem !important;
}

 .kcw .kcw__mt-n2,
 .kcw .kcw__my-n2 {
  margin-top: -0.625rem !important;
}

 .kcw .kcw__mr-n2,
 .kcw .kcw__mx-n2 {
  margin-right: -0.625rem !important;
}

 .kcw .kcw__mb-n2,
 .kcw .kcw__my-n2 {
  margin-bottom: -0.625rem !important;
}

 .kcw .kcw__ml-n2,
 .kcw .kcw__mx-n2 {
  margin-left: -0.625rem !important;
}

 .kcw .kcw__m-n3 {
  margin: -1.25rem !important;
}

 .kcw .kcw__mt-n3,
 .kcw .kcw__my-n3 {
  margin-top: -1.25rem !important;
}

 .kcw .kcw__mr-n3,
 .kcw .kcw__mx-n3 {
  margin-right: -1.25rem !important;
}

 .kcw .kcw__mb-n3,
 .kcw .kcw__my-n3 {
  margin-bottom: -1.25rem !important;
}

 .kcw .kcw__ml-n3,
 .kcw .kcw__mx-n3 {
  margin-left: -1.25rem !important;
}

 .kcw .kcw__m-n4 {
  margin: -1.875rem !important;
}

 .kcw .kcw__mt-n4,
 .kcw .kcw__my-n4 {
  margin-top: -1.875rem !important;
}

 .kcw .kcw__mr-n4,
 .kcw .kcw__mx-n4 {
  margin-right: -1.875rem !important;
}

 .kcw .kcw__mb-n4,
 .kcw .kcw__my-n4 {
  margin-bottom: -1.875rem !important;
}

 .kcw .kcw__ml-n4,
 .kcw .kcw__mx-n4 {
  margin-left: -1.875rem !important;
}

 .kcw .kcw__m-n5 {
  margin: -3.75rem !important;
}

 .kcw .kcw__mt-n5,
 .kcw .kcw__my-n5 {
  margin-top: -3.75rem !important;
}

 .kcw .kcw__mr-n5,
 .kcw .kcw__mx-n5 {
  margin-right: -3.75rem !important;
}

 .kcw .kcw__mb-n5,
 .kcw .kcw__my-n5 {
  margin-bottom: -3.75rem !important;
}

 .kcw .kcw__ml-n5,
 .kcw .kcw__mx-n5 {
  margin-left: -3.75rem !important;
}

 .kcw .kcw__m-auto {
  margin: auto !important;
}

 .kcw .kcw__mt-auto,
 .kcw .kcw__my-auto {
  margin-top: auto !important;
}

 .kcw .kcw__mr-auto,
 .kcw .kcw__mx-auto {
  margin-right: auto !important;
}

 .kcw .kcw__mb-auto,
 .kcw .kcw__my-auto {
  margin-bottom: auto !important;
}

 .kcw .kcw__ml-auto,
 .kcw .kcw__mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
   .kcw .kcw__m-sm-0 {
    margin: 0 !important;
  }
   .kcw .kcw__mt-sm-0,
   .kcw .kcw__my-sm-0 {
    margin-top: 0 !important;
  }
   .kcw .kcw__mr-sm-0,
   .kcw .kcw__mx-sm-0 {
    margin-right: 0 !important;
  }
   .kcw .kcw__mb-sm-0,
   .kcw .kcw__my-sm-0 {
    margin-bottom: 0 !important;
  }
   .kcw .kcw__ml-sm-0,
   .kcw .kcw__mx-sm-0 {
    margin-left: 0 !important;
  }
   .kcw .kcw__m-sm-1 {
    margin: 0.3125rem !important;
  }
   .kcw .kcw__mt-sm-1,
   .kcw .kcw__my-sm-1 {
    margin-top: 0.3125rem !important;
  }
   .kcw .kcw__mr-sm-1,
   .kcw .kcw__mx-sm-1 {
    margin-right: 0.3125rem !important;
  }
   .kcw .kcw__mb-sm-1,
   .kcw .kcw__my-sm-1 {
    margin-bottom: 0.3125rem !important;
  }
   .kcw .kcw__ml-sm-1,
   .kcw .kcw__mx-sm-1 {
    margin-left: 0.3125rem !important;
  }
   .kcw .kcw__m-sm-2 {
    margin: 0.625rem !important;
  }
   .kcw .kcw__mt-sm-2,
   .kcw .kcw__my-sm-2 {
    margin-top: 0.625rem !important;
  }
   .kcw .kcw__mr-sm-2,
   .kcw .kcw__mx-sm-2 {
    margin-right: 0.625rem !important;
  }
   .kcw .kcw__mb-sm-2,
   .kcw .kcw__my-sm-2 {
    margin-bottom: 0.625rem !important;
  }
   .kcw .kcw__ml-sm-2,
   .kcw .kcw__mx-sm-2 {
    margin-left: 0.625rem !important;
  }
   .kcw .kcw__m-sm-3 {
    margin: 1.25rem !important;
  }
   .kcw .kcw__mt-sm-3,
   .kcw .kcw__my-sm-3 {
    margin-top: 1.25rem !important;
  }
   .kcw .kcw__mr-sm-3,
   .kcw .kcw__mx-sm-3 {
    margin-right: 1.25rem !important;
  }
   .kcw .kcw__mb-sm-3,
   .kcw .kcw__my-sm-3 {
    margin-bottom: 1.25rem !important;
  }
   .kcw .kcw__ml-sm-3,
   .kcw .kcw__mx-sm-3 {
    margin-left: 1.25rem !important;
  }
   .kcw .kcw__m-sm-4 {
    margin: 1.875rem !important;
  }
   .kcw .kcw__mt-sm-4,
   .kcw .kcw__my-sm-4 {
    margin-top: 1.875rem !important;
  }
   .kcw .kcw__mr-sm-4,
   .kcw .kcw__mx-sm-4 {
    margin-right: 1.875rem !important;
  }
   .kcw .kcw__mb-sm-4,
   .kcw .kcw__my-sm-4 {
    margin-bottom: 1.875rem !important;
  }
   .kcw .kcw__ml-sm-4,
   .kcw .kcw__mx-sm-4 {
    margin-left: 1.875rem !important;
  }
   .kcw .kcw__m-sm-5 {
    margin: 3.75rem !important;
  }
   .kcw .kcw__mt-sm-5,
   .kcw .kcw__my-sm-5 {
    margin-top: 3.75rem !important;
  }
   .kcw .kcw__mr-sm-5,
   .kcw .kcw__mx-sm-5 {
    margin-right: 3.75rem !important;
  }
   .kcw .kcw__mb-sm-5,
   .kcw .kcw__my-sm-5 {
    margin-bottom: 3.75rem !important;
  }
   .kcw .kcw__ml-sm-5,
   .kcw .kcw__mx-sm-5 {
    margin-left: 3.75rem !important;
  }
   .kcw .kcw__p-sm-0 {
    padding: 0 !important;
  }
   .kcw .kcw__pt-sm-0,
   .kcw .kcw__py-sm-0 {
    padding-top: 0 !important;
  }
   .kcw .kcw__pr-sm-0,
   .kcw .kcw__px-sm-0 {
    padding-right: 0 !important;
  }
   .kcw .kcw__pb-sm-0,
   .kcw .kcw__py-sm-0 {
    padding-bottom: 0 !important;
  }
   .kcw .kcw__pl-sm-0,
   .kcw .kcw__px-sm-0 {
    padding-left: 0 !important;
  }
   .kcw .kcw__p-sm-1 {
    padding: 0.3125rem !important;
  }
   .kcw .kcw__pt-sm-1,
   .kcw .kcw__py-sm-1 {
    padding-top: 0.3125rem !important;
  }
   .kcw .kcw__pr-sm-1,
   .kcw .kcw__px-sm-1 {
    padding-right: 0.3125rem !important;
  }
   .kcw .kcw__pb-sm-1,
   .kcw .kcw__py-sm-1 {
    padding-bottom: 0.3125rem !important;
  }
   .kcw .kcw__pl-sm-1,
   .kcw .kcw__px-sm-1 {
    padding-left: 0.3125rem !important;
  }
   .kcw .kcw__p-sm-2 {
    padding: 0.625rem !important;
  }
   .kcw .kcw__pt-sm-2,
   .kcw .kcw__py-sm-2 {
    padding-top: 0.625rem !important;
  }
   .kcw .kcw__pr-sm-2,
   .kcw .kcw__px-sm-2 {
    padding-right: 0.625rem !important;
  }
   .kcw .kcw__pb-sm-2,
   .kcw .kcw__py-sm-2 {
    padding-bottom: 0.625rem !important;
  }
   .kcw .kcw__pl-sm-2,
   .kcw .kcw__px-sm-2 {
    padding-left: 0.625rem !important;
  }
   .kcw .kcw__p-sm-3 {
    padding: 1.25rem !important;
  }
   .kcw .kcw__pt-sm-3,
   .kcw .kcw__py-sm-3 {
    padding-top: 1.25rem !important;
  }
   .kcw .kcw__pr-sm-3,
   .kcw .kcw__px-sm-3 {
    padding-right: 1.25rem !important;
  }
   .kcw .kcw__pb-sm-3,
   .kcw .kcw__py-sm-3 {
    padding-bottom: 1.25rem !important;
  }
   .kcw .kcw__pl-sm-3,
   .kcw .kcw__px-sm-3 {
    padding-left: 1.25rem !important;
  }
   .kcw .kcw__p-sm-4 {
    padding: 1.875rem !important;
  }
   .kcw .kcw__pt-sm-4,
   .kcw .kcw__py-sm-4 {
    padding-top: 1.875rem !important;
  }
   .kcw .kcw__pr-sm-4,
   .kcw .kcw__px-sm-4 {
    padding-right: 1.875rem !important;
  }
   .kcw .kcw__pb-sm-4,
   .kcw .kcw__py-sm-4 {
    padding-bottom: 1.875rem !important;
  }
   .kcw .kcw__pl-sm-4,
   .kcw .kcw__px-sm-4 {
    padding-left: 1.875rem !important;
  }
   .kcw .kcw__p-sm-5 {
    padding: 3.75rem !important;
  }
   .kcw .kcw__pt-sm-5,
   .kcw .kcw__py-sm-5 {
    padding-top: 3.75rem !important;
  }
   .kcw .kcw__pr-sm-5,
   .kcw .kcw__px-sm-5 {
    padding-right: 3.75rem !important;
  }
   .kcw .kcw__pb-sm-5,
   .kcw .kcw__py-sm-5 {
    padding-bottom: 3.75rem !important;
  }
   .kcw .kcw__pl-sm-5,
   .kcw .kcw__px-sm-5 {
    padding-left: 3.75rem !important;
  }
   .kcw .kcw__m-sm-n1 {
    margin: -0.3125rem !important;
  }
   .kcw .kcw__mt-sm-n1,
   .kcw .kcw__my-sm-n1 {
    margin-top: -0.3125rem !important;
  }
   .kcw .kcw__mr-sm-n1,
   .kcw .kcw__mx-sm-n1 {
    margin-right: -0.3125rem !important;
  }
   .kcw .kcw__mb-sm-n1,
   .kcw .kcw__my-sm-n1 {
    margin-bottom: -0.3125rem !important;
  }
   .kcw .kcw__ml-sm-n1,
   .kcw .kcw__mx-sm-n1 {
    margin-left: -0.3125rem !important;
  }
   .kcw .kcw__m-sm-n2 {
    margin: -0.625rem !important;
  }
   .kcw .kcw__mt-sm-n2,
   .kcw .kcw__my-sm-n2 {
    margin-top: -0.625rem !important;
  }
   .kcw .kcw__mr-sm-n2,
   .kcw .kcw__mx-sm-n2 {
    margin-right: -0.625rem !important;
  }
   .kcw .kcw__mb-sm-n2,
   .kcw .kcw__my-sm-n2 {
    margin-bottom: -0.625rem !important;
  }
   .kcw .kcw__ml-sm-n2,
   .kcw .kcw__mx-sm-n2 {
    margin-left: -0.625rem !important;
  }
   .kcw .kcw__m-sm-n3 {
    margin: -1.25rem !important;
  }
   .kcw .kcw__mt-sm-n3,
   .kcw .kcw__my-sm-n3 {
    margin-top: -1.25rem !important;
  }
   .kcw .kcw__mr-sm-n3,
   .kcw .kcw__mx-sm-n3 {
    margin-right: -1.25rem !important;
  }
   .kcw .kcw__mb-sm-n3,
   .kcw .kcw__my-sm-n3 {
    margin-bottom: -1.25rem !important;
  }
   .kcw .kcw__ml-sm-n3,
   .kcw .kcw__mx-sm-n3 {
    margin-left: -1.25rem !important;
  }
   .kcw .kcw__m-sm-n4 {
    margin: -1.875rem !important;
  }
   .kcw .kcw__mt-sm-n4,
   .kcw .kcw__my-sm-n4 {
    margin-top: -1.875rem !important;
  }
   .kcw .kcw__mr-sm-n4,
   .kcw .kcw__mx-sm-n4 {
    margin-right: -1.875rem !important;
  }
   .kcw .kcw__mb-sm-n4,
   .kcw .kcw__my-sm-n4 {
    margin-bottom: -1.875rem !important;
  }
   .kcw .kcw__ml-sm-n4,
   .kcw .kcw__mx-sm-n4 {
    margin-left: -1.875rem !important;
  }
   .kcw .kcw__m-sm-n5 {
    margin: -3.75rem !important;
  }
   .kcw .kcw__mt-sm-n5,
   .kcw .kcw__my-sm-n5 {
    margin-top: -3.75rem !important;
  }
   .kcw .kcw__mr-sm-n5,
   .kcw .kcw__mx-sm-n5 {
    margin-right: -3.75rem !important;
  }
   .kcw .kcw__mb-sm-n5,
   .kcw .kcw__my-sm-n5 {
    margin-bottom: -3.75rem !important;
  }
   .kcw .kcw__ml-sm-n5,
   .kcw .kcw__mx-sm-n5 {
    margin-left: -3.75rem !important;
  }
   .kcw .kcw__m-sm-auto {
    margin: auto !important;
  }
   .kcw .kcw__mt-sm-auto,
   .kcw .kcw__my-sm-auto {
    margin-top: auto !important;
  }
   .kcw .kcw__mr-sm-auto,
   .kcw .kcw__mx-sm-auto {
    margin-right: auto !important;
  }
   .kcw .kcw__mb-sm-auto,
   .kcw .kcw__my-sm-auto {
    margin-bottom: auto !important;
  }
   .kcw .kcw__ml-sm-auto,
   .kcw .kcw__mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
   .kcw .kcw__m-md-0 {
    margin: 0 !important;
  }
   .kcw .kcw__mt-md-0,
   .kcw .kcw__my-md-0 {
    margin-top: 0 !important;
  }
   .kcw .kcw__mr-md-0,
   .kcw .kcw__mx-md-0 {
    margin-right: 0 !important;
  }
   .kcw .kcw__mb-md-0,
   .kcw .kcw__my-md-0 {
    margin-bottom: 0 !important;
  }
   .kcw .kcw__ml-md-0,
   .kcw .kcw__mx-md-0 {
    margin-left: 0 !important;
  }
   .kcw .kcw__m-md-1 {
    margin: 0.3125rem !important;
  }
   .kcw .kcw__mt-md-1,
   .kcw .kcw__my-md-1 {
    margin-top: 0.3125rem !important;
  }
   .kcw .kcw__mr-md-1,
   .kcw .kcw__mx-md-1 {
    margin-right: 0.3125rem !important;
  }
   .kcw .kcw__mb-md-1,
   .kcw .kcw__my-md-1 {
    margin-bottom: 0.3125rem !important;
  }
   .kcw .kcw__ml-md-1,
   .kcw .kcw__mx-md-1 {
    margin-left: 0.3125rem !important;
  }
   .kcw .kcw__m-md-2 {
    margin: 0.625rem !important;
  }
   .kcw .kcw__mt-md-2,
   .kcw .kcw__my-md-2 {
    margin-top: 0.625rem !important;
  }
   .kcw .kcw__mr-md-2,
   .kcw .kcw__mx-md-2 {
    margin-right: 0.625rem !important;
  }
   .kcw .kcw__mb-md-2,
   .kcw .kcw__my-md-2 {
    margin-bottom: 0.625rem !important;
  }
   .kcw .kcw__ml-md-2,
   .kcw .kcw__mx-md-2 {
    margin-left: 0.625rem !important;
  }
   .kcw .kcw__m-md-3 {
    margin: 1.25rem !important;
  }
   .kcw .kcw__mt-md-3,
   .kcw .kcw__my-md-3 {
    margin-top: 1.25rem !important;
  }
   .kcw .kcw__mr-md-3,
   .kcw .kcw__mx-md-3 {
    margin-right: 1.25rem !important;
  }
   .kcw .kcw__mb-md-3,
   .kcw .kcw__my-md-3 {
    margin-bottom: 1.25rem !important;
  }
   .kcw .kcw__ml-md-3,
   .kcw .kcw__mx-md-3 {
    margin-left: 1.25rem !important;
  }
   .kcw .kcw__m-md-4 {
    margin: 1.875rem !important;
  }
   .kcw .kcw__mt-md-4,
   .kcw .kcw__my-md-4 {
    margin-top: 1.875rem !important;
  }
   .kcw .kcw__mr-md-4,
   .kcw .kcw__mx-md-4 {
    margin-right: 1.875rem !important;
  }
   .kcw .kcw__mb-md-4,
   .kcw .kcw__my-md-4 {
    margin-bottom: 1.875rem !important;
  }
   .kcw .kcw__ml-md-4,
   .kcw .kcw__mx-md-4 {
    margin-left: 1.875rem !important;
  }
   .kcw .kcw__m-md-5 {
    margin: 3.75rem !important;
  }
   .kcw .kcw__mt-md-5,
   .kcw .kcw__my-md-5 {
    margin-top: 3.75rem !important;
  }
   .kcw .kcw__mr-md-5,
   .kcw .kcw__mx-md-5 {
    margin-right: 3.75rem !important;
  }
   .kcw .kcw__mb-md-5,
   .kcw .kcw__my-md-5 {
    margin-bottom: 3.75rem !important;
  }
   .kcw .kcw__ml-md-5,
   .kcw .kcw__mx-md-5 {
    margin-left: 3.75rem !important;
  }
   .kcw .kcw__p-md-0 {
    padding: 0 !important;
  }
   .kcw .kcw__pt-md-0,
   .kcw .kcw__py-md-0 {
    padding-top: 0 !important;
  }
   .kcw .kcw__pr-md-0,
   .kcw .kcw__px-md-0 {
    padding-right: 0 !important;
  }
   .kcw .kcw__pb-md-0,
   .kcw .kcw__py-md-0 {
    padding-bottom: 0 !important;
  }
   .kcw .kcw__pl-md-0,
   .kcw .kcw__px-md-0 {
    padding-left: 0 !important;
  }
   .kcw .kcw__p-md-1 {
    padding: 0.3125rem !important;
  }
   .kcw .kcw__pt-md-1,
   .kcw .kcw__py-md-1 {
    padding-top: 0.3125rem !important;
  }
   .kcw .kcw__pr-md-1,
   .kcw .kcw__px-md-1 {
    padding-right: 0.3125rem !important;
  }
   .kcw .kcw__pb-md-1,
   .kcw .kcw__py-md-1 {
    padding-bottom: 0.3125rem !important;
  }
   .kcw .kcw__pl-md-1,
   .kcw .kcw__px-md-1 {
    padding-left: 0.3125rem !important;
  }
   .kcw .kcw__p-md-2 {
    padding: 0.625rem !important;
  }
   .kcw .kcw__pt-md-2,
   .kcw .kcw__py-md-2 {
    padding-top: 0.625rem !important;
  }
   .kcw .kcw__pr-md-2,
   .kcw .kcw__px-md-2 {
    padding-right: 0.625rem !important;
  }
   .kcw .kcw__pb-md-2,
   .kcw .kcw__py-md-2 {
    padding-bottom: 0.625rem !important;
  }
   .kcw .kcw__pl-md-2,
   .kcw .kcw__px-md-2 {
    padding-left: 0.625rem !important;
  }
   .kcw .kcw__p-md-3 {
    padding: 1.25rem !important;
  }
   .kcw .kcw__pt-md-3,
   .kcw .kcw__py-md-3 {
    padding-top: 1.25rem !important;
  }
   .kcw .kcw__pr-md-3,
   .kcw .kcw__px-md-3 {
    padding-right: 1.25rem !important;
  }
   .kcw .kcw__pb-md-3,
   .kcw .kcw__py-md-3 {
    padding-bottom: 1.25rem !important;
  }
   .kcw .kcw__pl-md-3,
   .kcw .kcw__px-md-3 {
    padding-left: 1.25rem !important;
  }
   .kcw .kcw__p-md-4 {
    padding: 1.875rem !important;
  }
   .kcw .kcw__pt-md-4,
   .kcw .kcw__py-md-4 {
    padding-top: 1.875rem !important;
  }
   .kcw .kcw__pr-md-4,
   .kcw .kcw__px-md-4 {
    padding-right: 1.875rem !important;
  }
   .kcw .kcw__pb-md-4,
   .kcw .kcw__py-md-4 {
    padding-bottom: 1.875rem !important;
  }
   .kcw .kcw__pl-md-4,
   .kcw .kcw__px-md-4 {
    padding-left: 1.875rem !important;
  }
   .kcw .kcw__p-md-5 {
    padding: 3.75rem !important;
  }
   .kcw .kcw__pt-md-5,
   .kcw .kcw__py-md-5 {
    padding-top: 3.75rem !important;
  }
   .kcw .kcw__pr-md-5,
   .kcw .kcw__px-md-5 {
    padding-right: 3.75rem !important;
  }
   .kcw .kcw__pb-md-5,
   .kcw .kcw__py-md-5 {
    padding-bottom: 3.75rem !important;
  }
   .kcw .kcw__pl-md-5,
   .kcw .kcw__px-md-5 {
    padding-left: 3.75rem !important;
  }
   .kcw .kcw__m-md-n1 {
    margin: -0.3125rem !important;
  }
   .kcw .kcw__mt-md-n1,
   .kcw .kcw__my-md-n1 {
    margin-top: -0.3125rem !important;
  }
   .kcw .kcw__mr-md-n1,
   .kcw .kcw__mx-md-n1 {
    margin-right: -0.3125rem !important;
  }
   .kcw .kcw__mb-md-n1,
   .kcw .kcw__my-md-n1 {
    margin-bottom: -0.3125rem !important;
  }
   .kcw .kcw__ml-md-n1,
   .kcw .kcw__mx-md-n1 {
    margin-left: -0.3125rem !important;
  }
   .kcw .kcw__m-md-n2 {
    margin: -0.625rem !important;
  }
   .kcw .kcw__mt-md-n2,
   .kcw .kcw__my-md-n2 {
    margin-top: -0.625rem !important;
  }
   .kcw .kcw__mr-md-n2,
   .kcw .kcw__mx-md-n2 {
    margin-right: -0.625rem !important;
  }
   .kcw .kcw__mb-md-n2,
   .kcw .kcw__my-md-n2 {
    margin-bottom: -0.625rem !important;
  }
   .kcw .kcw__ml-md-n2,
   .kcw .kcw__mx-md-n2 {
    margin-left: -0.625rem !important;
  }
   .kcw .kcw__m-md-n3 {
    margin: -1.25rem !important;
  }
   .kcw .kcw__mt-md-n3,
   .kcw .kcw__my-md-n3 {
    margin-top: -1.25rem !important;
  }
   .kcw .kcw__mr-md-n3,
   .kcw .kcw__mx-md-n3 {
    margin-right: -1.25rem !important;
  }
   .kcw .kcw__mb-md-n3,
   .kcw .kcw__my-md-n3 {
    margin-bottom: -1.25rem !important;
  }
   .kcw .kcw__ml-md-n3,
   .kcw .kcw__mx-md-n3 {
    margin-left: -1.25rem !important;
  }
   .kcw .kcw__m-md-n4 {
    margin: -1.875rem !important;
  }
   .kcw .kcw__mt-md-n4,
   .kcw .kcw__my-md-n4 {
    margin-top: -1.875rem !important;
  }
   .kcw .kcw__mr-md-n4,
   .kcw .kcw__mx-md-n4 {
    margin-right: -1.875rem !important;
  }
   .kcw .kcw__mb-md-n4,
   .kcw .kcw__my-md-n4 {
    margin-bottom: -1.875rem !important;
  }
   .kcw .kcw__ml-md-n4,
   .kcw .kcw__mx-md-n4 {
    margin-left: -1.875rem !important;
  }
   .kcw .kcw__m-md-n5 {
    margin: -3.75rem !important;
  }
   .kcw .kcw__mt-md-n5,
   .kcw .kcw__my-md-n5 {
    margin-top: -3.75rem !important;
  }
   .kcw .kcw__mr-md-n5,
   .kcw .kcw__mx-md-n5 {
    margin-right: -3.75rem !important;
  }
   .kcw .kcw__mb-md-n5,
   .kcw .kcw__my-md-n5 {
    margin-bottom: -3.75rem !important;
  }
   .kcw .kcw__ml-md-n5,
   .kcw .kcw__mx-md-n5 {
    margin-left: -3.75rem !important;
  }
   .kcw .kcw__m-md-auto {
    margin: auto !important;
  }
   .kcw .kcw__mt-md-auto,
   .kcw .kcw__my-md-auto {
    margin-top: auto !important;
  }
   .kcw .kcw__mr-md-auto,
   .kcw .kcw__mx-md-auto {
    margin-right: auto !important;
  }
   .kcw .kcw__mb-md-auto,
   .kcw .kcw__my-md-auto {
    margin-bottom: auto !important;
  }
   .kcw .kcw__ml-md-auto,
   .kcw .kcw__mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
   .kcw .kcw__m-lg-0 {
    margin: 0 !important;
  }
   .kcw .kcw__mt-lg-0,
   .kcw .kcw__my-lg-0 {
    margin-top: 0 !important;
  }
   .kcw .kcw__mr-lg-0,
   .kcw .kcw__mx-lg-0 {
    margin-right: 0 !important;
  }
   .kcw .kcw__mb-lg-0,
   .kcw .kcw__my-lg-0 {
    margin-bottom: 0 !important;
  }
   .kcw .kcw__ml-lg-0,
   .kcw .kcw__mx-lg-0 {
    margin-left: 0 !important;
  }
   .kcw .kcw__m-lg-1 {
    margin: 0.3125rem !important;
  }
   .kcw .kcw__mt-lg-1,
   .kcw .kcw__my-lg-1 {
    margin-top: 0.3125rem !important;
  }
   .kcw .kcw__mr-lg-1,
   .kcw .kcw__mx-lg-1 {
    margin-right: 0.3125rem !important;
  }
   .kcw .kcw__mb-lg-1,
   .kcw .kcw__my-lg-1 {
    margin-bottom: 0.3125rem !important;
  }
   .kcw .kcw__ml-lg-1,
   .kcw .kcw__mx-lg-1 {
    margin-left: 0.3125rem !important;
  }
   .kcw .kcw__m-lg-2 {
    margin: 0.625rem !important;
  }
   .kcw .kcw__mt-lg-2,
   .kcw .kcw__my-lg-2 {
    margin-top: 0.625rem !important;
  }
   .kcw .kcw__mr-lg-2,
   .kcw .kcw__mx-lg-2 {
    margin-right: 0.625rem !important;
  }
   .kcw .kcw__mb-lg-2,
   .kcw .kcw__my-lg-2 {
    margin-bottom: 0.625rem !important;
  }
   .kcw .kcw__ml-lg-2,
   .kcw .kcw__mx-lg-2 {
    margin-left: 0.625rem !important;
  }
   .kcw .kcw__m-lg-3 {
    margin: 1.25rem !important;
  }
   .kcw .kcw__mt-lg-3,
   .kcw .kcw__my-lg-3 {
    margin-top: 1.25rem !important;
  }
   .kcw .kcw__mr-lg-3,
   .kcw .kcw__mx-lg-3 {
    margin-right: 1.25rem !important;
  }
   .kcw .kcw__mb-lg-3,
   .kcw .kcw__my-lg-3 {
    margin-bottom: 1.25rem !important;
  }
   .kcw .kcw__ml-lg-3,
   .kcw .kcw__mx-lg-3 {
    margin-left: 1.25rem !important;
  }
   .kcw .kcw__m-lg-4 {
    margin: 1.875rem !important;
  }
   .kcw .kcw__mt-lg-4,
   .kcw .kcw__my-lg-4 {
    margin-top: 1.875rem !important;
  }
   .kcw .kcw__mr-lg-4,
   .kcw .kcw__mx-lg-4 {
    margin-right: 1.875rem !important;
  }
   .kcw .kcw__mb-lg-4,
   .kcw .kcw__my-lg-4 {
    margin-bottom: 1.875rem !important;
  }
   .kcw .kcw__ml-lg-4,
   .kcw .kcw__mx-lg-4 {
    margin-left: 1.875rem !important;
  }
   .kcw .kcw__m-lg-5 {
    margin: 3.75rem !important;
  }
   .kcw .kcw__mt-lg-5,
   .kcw .kcw__my-lg-5 {
    margin-top: 3.75rem !important;
  }
   .kcw .kcw__mr-lg-5,
   .kcw .kcw__mx-lg-5 {
    margin-right: 3.75rem !important;
  }
   .kcw .kcw__mb-lg-5,
   .kcw .kcw__my-lg-5 {
    margin-bottom: 3.75rem !important;
  }
   .kcw .kcw__ml-lg-5,
   .kcw .kcw__mx-lg-5 {
    margin-left: 3.75rem !important;
  }
   .kcw .kcw__p-lg-0 {
    padding: 0 !important;
  }
   .kcw .kcw__pt-lg-0,
   .kcw .kcw__py-lg-0 {
    padding-top: 0 !important;
  }
   .kcw .kcw__pr-lg-0,
   .kcw .kcw__px-lg-0 {
    padding-right: 0 !important;
  }
   .kcw .kcw__pb-lg-0,
   .kcw .kcw__py-lg-0 {
    padding-bottom: 0 !important;
  }
   .kcw .kcw__pl-lg-0,
   .kcw .kcw__px-lg-0 {
    padding-left: 0 !important;
  }
   .kcw .kcw__p-lg-1 {
    padding: 0.3125rem !important;
  }
   .kcw .kcw__pt-lg-1,
   .kcw .kcw__py-lg-1 {
    padding-top: 0.3125rem !important;
  }
   .kcw .kcw__pr-lg-1,
   .kcw .kcw__px-lg-1 {
    padding-right: 0.3125rem !important;
  }
   .kcw .kcw__pb-lg-1,
   .kcw .kcw__py-lg-1 {
    padding-bottom: 0.3125rem !important;
  }
   .kcw .kcw__pl-lg-1,
   .kcw .kcw__px-lg-1 {
    padding-left: 0.3125rem !important;
  }
   .kcw .kcw__p-lg-2 {
    padding: 0.625rem !important;
  }
   .kcw .kcw__pt-lg-2,
   .kcw .kcw__py-lg-2 {
    padding-top: 0.625rem !important;
  }
   .kcw .kcw__pr-lg-2,
   .kcw .kcw__px-lg-2 {
    padding-right: 0.625rem !important;
  }
   .kcw .kcw__pb-lg-2,
   .kcw .kcw__py-lg-2 {
    padding-bottom: 0.625rem !important;
  }
   .kcw .kcw__pl-lg-2,
   .kcw .kcw__px-lg-2 {
    padding-left: 0.625rem !important;
  }
   .kcw .kcw__p-lg-3 {
    padding: 1.25rem !important;
  }
   .kcw .kcw__pt-lg-3,
   .kcw .kcw__py-lg-3 {
    padding-top: 1.25rem !important;
  }
   .kcw .kcw__pr-lg-3,
   .kcw .kcw__px-lg-3 {
    padding-right: 1.25rem !important;
  }
   .kcw .kcw__pb-lg-3,
   .kcw .kcw__py-lg-3 {
    padding-bottom: 1.25rem !important;
  }
   .kcw .kcw__pl-lg-3,
   .kcw .kcw__px-lg-3 {
    padding-left: 1.25rem !important;
  }
   .kcw .kcw__p-lg-4 {
    padding: 1.875rem !important;
  }
   .kcw .kcw__pt-lg-4,
   .kcw .kcw__py-lg-4 {
    padding-top: 1.875rem !important;
  }
   .kcw .kcw__pr-lg-4,
   .kcw .kcw__px-lg-4 {
    padding-right: 1.875rem !important;
  }
   .kcw .kcw__pb-lg-4,
   .kcw .kcw__py-lg-4 {
    padding-bottom: 1.875rem !important;
  }
   .kcw .kcw__pl-lg-4,
   .kcw .kcw__px-lg-4 {
    padding-left: 1.875rem !important;
  }
   .kcw .kcw__p-lg-5 {
    padding: 3.75rem !important;
  }
   .kcw .kcw__pt-lg-5,
   .kcw .kcw__py-lg-5 {
    padding-top: 3.75rem !important;
  }
   .kcw .kcw__pr-lg-5,
   .kcw .kcw__px-lg-5 {
    padding-right: 3.75rem !important;
  }
   .kcw .kcw__pb-lg-5,
   .kcw .kcw__py-lg-5 {
    padding-bottom: 3.75rem !important;
  }
   .kcw .kcw__pl-lg-5,
   .kcw .kcw__px-lg-5 {
    padding-left: 3.75rem !important;
  }
   .kcw .kcw__m-lg-n1 {
    margin: -0.3125rem !important;
  }
   .kcw .kcw__mt-lg-n1,
   .kcw .kcw__my-lg-n1 {
    margin-top: -0.3125rem !important;
  }
   .kcw .kcw__mr-lg-n1,
   .kcw .kcw__mx-lg-n1 {
    margin-right: -0.3125rem !important;
  }
   .kcw .kcw__mb-lg-n1,
   .kcw .kcw__my-lg-n1 {
    margin-bottom: -0.3125rem !important;
  }
   .kcw .kcw__ml-lg-n1,
   .kcw .kcw__mx-lg-n1 {
    margin-left: -0.3125rem !important;
  }
   .kcw .kcw__m-lg-n2 {
    margin: -0.625rem !important;
  }
   .kcw .kcw__mt-lg-n2,
   .kcw .kcw__my-lg-n2 {
    margin-top: -0.625rem !important;
  }
   .kcw .kcw__mr-lg-n2,
   .kcw .kcw__mx-lg-n2 {
    margin-right: -0.625rem !important;
  }
   .kcw .kcw__mb-lg-n2,
   .kcw .kcw__my-lg-n2 {
    margin-bottom: -0.625rem !important;
  }
   .kcw .kcw__ml-lg-n2,
   .kcw .kcw__mx-lg-n2 {
    margin-left: -0.625rem !important;
  }
   .kcw .kcw__m-lg-n3 {
    margin: -1.25rem !important;
  }
   .kcw .kcw__mt-lg-n3,
   .kcw .kcw__my-lg-n3 {
    margin-top: -1.25rem !important;
  }
   .kcw .kcw__mr-lg-n3,
   .kcw .kcw__mx-lg-n3 {
    margin-right: -1.25rem !important;
  }
   .kcw .kcw__mb-lg-n3,
   .kcw .kcw__my-lg-n3 {
    margin-bottom: -1.25rem !important;
  }
   .kcw .kcw__ml-lg-n3,
   .kcw .kcw__mx-lg-n3 {
    margin-left: -1.25rem !important;
  }
   .kcw .kcw__m-lg-n4 {
    margin: -1.875rem !important;
  }
   .kcw .kcw__mt-lg-n4,
   .kcw .kcw__my-lg-n4 {
    margin-top: -1.875rem !important;
  }
   .kcw .kcw__mr-lg-n4,
   .kcw .kcw__mx-lg-n4 {
    margin-right: -1.875rem !important;
  }
   .kcw .kcw__mb-lg-n4,
   .kcw .kcw__my-lg-n4 {
    margin-bottom: -1.875rem !important;
  }
   .kcw .kcw__ml-lg-n4,
   .kcw .kcw__mx-lg-n4 {
    margin-left: -1.875rem !important;
  }
   .kcw .kcw__m-lg-n5 {
    margin: -3.75rem !important;
  }
   .kcw .kcw__mt-lg-n5,
   .kcw .kcw__my-lg-n5 {
    margin-top: -3.75rem !important;
  }
   .kcw .kcw__mr-lg-n5,
   .kcw .kcw__mx-lg-n5 {
    margin-right: -3.75rem !important;
  }
   .kcw .kcw__mb-lg-n5,
   .kcw .kcw__my-lg-n5 {
    margin-bottom: -3.75rem !important;
  }
   .kcw .kcw__ml-lg-n5,
   .kcw .kcw__mx-lg-n5 {
    margin-left: -3.75rem !important;
  }
   .kcw .kcw__m-lg-auto {
    margin: auto !important;
  }
   .kcw .kcw__mt-lg-auto,
   .kcw .kcw__my-lg-auto {
    margin-top: auto !important;
  }
   .kcw .kcw__mr-lg-auto,
   .kcw .kcw__mx-lg-auto {
    margin-right: auto !important;
  }
   .kcw .kcw__mb-lg-auto,
   .kcw .kcw__my-lg-auto {
    margin-bottom: auto !important;
  }
   .kcw .kcw__ml-lg-auto,
   .kcw .kcw__mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
   .kcw .kcw__m-xl-0 {
    margin: 0 !important;
  }
   .kcw .kcw__mt-xl-0,
   .kcw .kcw__my-xl-0 {
    margin-top: 0 !important;
  }
   .kcw .kcw__mr-xl-0,
   .kcw .kcw__mx-xl-0 {
    margin-right: 0 !important;
  }
   .kcw .kcw__mb-xl-0,
   .kcw .kcw__my-xl-0 {
    margin-bottom: 0 !important;
  }
   .kcw .kcw__ml-xl-0,
   .kcw .kcw__mx-xl-0 {
    margin-left: 0 !important;
  }
   .kcw .kcw__m-xl-1 {
    margin: 0.3125rem !important;
  }
   .kcw .kcw__mt-xl-1,
   .kcw .kcw__my-xl-1 {
    margin-top: 0.3125rem !important;
  }
   .kcw .kcw__mr-xl-1,
   .kcw .kcw__mx-xl-1 {
    margin-right: 0.3125rem !important;
  }
   .kcw .kcw__mb-xl-1,
   .kcw .kcw__my-xl-1 {
    margin-bottom: 0.3125rem !important;
  }
   .kcw .kcw__ml-xl-1,
   .kcw .kcw__mx-xl-1 {
    margin-left: 0.3125rem !important;
  }
   .kcw .kcw__m-xl-2 {
    margin: 0.625rem !important;
  }
   .kcw .kcw__mt-xl-2,
   .kcw .kcw__my-xl-2 {
    margin-top: 0.625rem !important;
  }
   .kcw .kcw__mr-xl-2,
   .kcw .kcw__mx-xl-2 {
    margin-right: 0.625rem !important;
  }
   .kcw .kcw__mb-xl-2,
   .kcw .kcw__my-xl-2 {
    margin-bottom: 0.625rem !important;
  }
   .kcw .kcw__ml-xl-2,
   .kcw .kcw__mx-xl-2 {
    margin-left: 0.625rem !important;
  }
   .kcw .kcw__m-xl-3 {
    margin: 1.25rem !important;
  }
   .kcw .kcw__mt-xl-3,
   .kcw .kcw__my-xl-3 {
    margin-top: 1.25rem !important;
  }
   .kcw .kcw__mr-xl-3,
   .kcw .kcw__mx-xl-3 {
    margin-right: 1.25rem !important;
  }
   .kcw .kcw__mb-xl-3,
   .kcw .kcw__my-xl-3 {
    margin-bottom: 1.25rem !important;
  }
   .kcw .kcw__ml-xl-3,
   .kcw .kcw__mx-xl-3 {
    margin-left: 1.25rem !important;
  }
   .kcw .kcw__m-xl-4 {
    margin: 1.875rem !important;
  }
   .kcw .kcw__mt-xl-4,
   .kcw .kcw__my-xl-4 {
    margin-top: 1.875rem !important;
  }
   .kcw .kcw__mr-xl-4,
   .kcw .kcw__mx-xl-4 {
    margin-right: 1.875rem !important;
  }
   .kcw .kcw__mb-xl-4,
   .kcw .kcw__my-xl-4 {
    margin-bottom: 1.875rem !important;
  }
   .kcw .kcw__ml-xl-4,
   .kcw .kcw__mx-xl-4 {
    margin-left: 1.875rem !important;
  }
   .kcw .kcw__m-xl-5 {
    margin: 3.75rem !important;
  }
   .kcw .kcw__mt-xl-5,
   .kcw .kcw__my-xl-5 {
    margin-top: 3.75rem !important;
  }
   .kcw .kcw__mr-xl-5,
   .kcw .kcw__mx-xl-5 {
    margin-right: 3.75rem !important;
  }
   .kcw .kcw__mb-xl-5,
   .kcw .kcw__my-xl-5 {
    margin-bottom: 3.75rem !important;
  }
   .kcw .kcw__ml-xl-5,
   .kcw .kcw__mx-xl-5 {
    margin-left: 3.75rem !important;
  }
   .kcw .kcw__p-xl-0 {
    padding: 0 !important;
  }
   .kcw .kcw__pt-xl-0,
   .kcw .kcw__py-xl-0 {
    padding-top: 0 !important;
  }
   .kcw .kcw__pr-xl-0,
   .kcw .kcw__px-xl-0 {
    padding-right: 0 !important;
  }
   .kcw .kcw__pb-xl-0,
   .kcw .kcw__py-xl-0 {
    padding-bottom: 0 !important;
  }
   .kcw .kcw__pl-xl-0,
   .kcw .kcw__px-xl-0 {
    padding-left: 0 !important;
  }
   .kcw .kcw__p-xl-1 {
    padding: 0.3125rem !important;
  }
   .kcw .kcw__pt-xl-1,
   .kcw .kcw__py-xl-1 {
    padding-top: 0.3125rem !important;
  }
   .kcw .kcw__pr-xl-1,
   .kcw .kcw__px-xl-1 {
    padding-right: 0.3125rem !important;
  }
   .kcw .kcw__pb-xl-1,
   .kcw .kcw__py-xl-1 {
    padding-bottom: 0.3125rem !important;
  }
   .kcw .kcw__pl-xl-1,
   .kcw .kcw__px-xl-1 {
    padding-left: 0.3125rem !important;
  }
   .kcw .kcw__p-xl-2 {
    padding: 0.625rem !important;
  }
   .kcw .kcw__pt-xl-2,
   .kcw .kcw__py-xl-2 {
    padding-top: 0.625rem !important;
  }
   .kcw .kcw__pr-xl-2,
   .kcw .kcw__px-xl-2 {
    padding-right: 0.625rem !important;
  }
   .kcw .kcw__pb-xl-2,
   .kcw .kcw__py-xl-2 {
    padding-bottom: 0.625rem !important;
  }
   .kcw .kcw__pl-xl-2,
   .kcw .kcw__px-xl-2 {
    padding-left: 0.625rem !important;
  }
   .kcw .kcw__p-xl-3 {
    padding: 1.25rem !important;
  }
   .kcw .kcw__pt-xl-3,
   .kcw .kcw__py-xl-3 {
    padding-top: 1.25rem !important;
  }
   .kcw .kcw__pr-xl-3,
   .kcw .kcw__px-xl-3 {
    padding-right: 1.25rem !important;
  }
   .kcw .kcw__pb-xl-3,
   .kcw .kcw__py-xl-3 {
    padding-bottom: 1.25rem !important;
  }
   .kcw .kcw__pl-xl-3,
   .kcw .kcw__px-xl-3 {
    padding-left: 1.25rem !important;
  }
   .kcw .kcw__p-xl-4 {
    padding: 1.875rem !important;
  }
   .kcw .kcw__pt-xl-4,
   .kcw .kcw__py-xl-4 {
    padding-top: 1.875rem !important;
  }
   .kcw .kcw__pr-xl-4,
   .kcw .kcw__px-xl-4 {
    padding-right: 1.875rem !important;
  }
   .kcw .kcw__pb-xl-4,
   .kcw .kcw__py-xl-4 {
    padding-bottom: 1.875rem !important;
  }
   .kcw .kcw__pl-xl-4,
   .kcw .kcw__px-xl-4 {
    padding-left: 1.875rem !important;
  }
   .kcw .kcw__p-xl-5 {
    padding: 3.75rem !important;
  }
   .kcw .kcw__pt-xl-5,
   .kcw .kcw__py-xl-5 {
    padding-top: 3.75rem !important;
  }
   .kcw .kcw__pr-xl-5,
   .kcw .kcw__px-xl-5 {
    padding-right: 3.75rem !important;
  }
   .kcw .kcw__pb-xl-5,
   .kcw .kcw__py-xl-5 {
    padding-bottom: 3.75rem !important;
  }
   .kcw .kcw__pl-xl-5,
   .kcw .kcw__px-xl-5 {
    padding-left: 3.75rem !important;
  }
   .kcw .kcw__m-xl-n1 {
    margin: -0.3125rem !important;
  }
   .kcw .kcw__mt-xl-n1,
   .kcw .kcw__my-xl-n1 {
    margin-top: -0.3125rem !important;
  }
   .kcw .kcw__mr-xl-n1,
   .kcw .kcw__mx-xl-n1 {
    margin-right: -0.3125rem !important;
  }
   .kcw .kcw__mb-xl-n1,
   .kcw .kcw__my-xl-n1 {
    margin-bottom: -0.3125rem !important;
  }
   .kcw .kcw__ml-xl-n1,
   .kcw .kcw__mx-xl-n1 {
    margin-left: -0.3125rem !important;
  }
   .kcw .kcw__m-xl-n2 {
    margin: -0.625rem !important;
  }
   .kcw .kcw__mt-xl-n2,
   .kcw .kcw__my-xl-n2 {
    margin-top: -0.625rem !important;
  }
   .kcw .kcw__mr-xl-n2,
   .kcw .kcw__mx-xl-n2 {
    margin-right: -0.625rem !important;
  }
   .kcw .kcw__mb-xl-n2,
   .kcw .kcw__my-xl-n2 {
    margin-bottom: -0.625rem !important;
  }
   .kcw .kcw__ml-xl-n2,
   .kcw .kcw__mx-xl-n2 {
    margin-left: -0.625rem !important;
  }
   .kcw .kcw__m-xl-n3 {
    margin: -1.25rem !important;
  }
   .kcw .kcw__mt-xl-n3,
   .kcw .kcw__my-xl-n3 {
    margin-top: -1.25rem !important;
  }
   .kcw .kcw__mr-xl-n3,
   .kcw .kcw__mx-xl-n3 {
    margin-right: -1.25rem !important;
  }
   .kcw .kcw__mb-xl-n3,
   .kcw .kcw__my-xl-n3 {
    margin-bottom: -1.25rem !important;
  }
   .kcw .kcw__ml-xl-n3,
   .kcw .kcw__mx-xl-n3 {
    margin-left: -1.25rem !important;
  }
   .kcw .kcw__m-xl-n4 {
    margin: -1.875rem !important;
  }
   .kcw .kcw__mt-xl-n4,
   .kcw .kcw__my-xl-n4 {
    margin-top: -1.875rem !important;
  }
   .kcw .kcw__mr-xl-n4,
   .kcw .kcw__mx-xl-n4 {
    margin-right: -1.875rem !important;
  }
   .kcw .kcw__mb-xl-n4,
   .kcw .kcw__my-xl-n4 {
    margin-bottom: -1.875rem !important;
  }
   .kcw .kcw__ml-xl-n4,
   .kcw .kcw__mx-xl-n4 {
    margin-left: -1.875rem !important;
  }
   .kcw .kcw__m-xl-n5 {
    margin: -3.75rem !important;
  }
   .kcw .kcw__mt-xl-n5,
   .kcw .kcw__my-xl-n5 {
    margin-top: -3.75rem !important;
  }
   .kcw .kcw__mr-xl-n5,
   .kcw .kcw__mx-xl-n5 {
    margin-right: -3.75rem !important;
  }
   .kcw .kcw__mb-xl-n5,
   .kcw .kcw__my-xl-n5 {
    margin-bottom: -3.75rem !important;
  }
   .kcw .kcw__ml-xl-n5,
   .kcw .kcw__mx-xl-n5 {
    margin-left: -3.75rem !important;
  }
   .kcw .kcw__m-xl-auto {
    margin: auto !important;
  }
   .kcw .kcw__mt-xl-auto,
   .kcw .kcw__my-xl-auto {
    margin-top: auto !important;
  }
   .kcw .kcw__mr-xl-auto,
   .kcw .kcw__mx-xl-auto {
    margin-right: auto !important;
  }
   .kcw .kcw__mb-xl-auto,
   .kcw .kcw__my-xl-auto {
    margin-bottom: auto !important;
  }
   .kcw .kcw__ml-xl-auto,
   .kcw .kcw__mx-xl-auto {
    margin-left: auto !important;
  }
}
 .kcw .kcw__stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

 .kcw .kcw__text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

 .kcw .kcw__text-justify {
  text-align: justify !important;
}

 .kcw .kcw__text-wrap {
  white-space: normal !important;
}

 .kcw .kcw__text-nowrap {
  white-space: nowrap !important;
}

 .kcw .kcw__text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

 .kcw .kcw__text-left {
  text-align: left !important;
}

 .kcw .kcw__text-right {
  text-align: right !important;
}

 .kcw .kcw__text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
   .kcw .kcw__text-sm-left {
    text-align: left !important;
  }
   .kcw .kcw__text-sm-right {
    text-align: right !important;
  }
   .kcw .kcw__text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
   .kcw .kcw__text-md-left {
    text-align: left !important;
  }
   .kcw .kcw__text-md-right {
    text-align: right !important;
  }
   .kcw .kcw__text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
   .kcw .kcw__text-lg-left {
    text-align: left !important;
  }
   .kcw .kcw__text-lg-right {
    text-align: right !important;
  }
   .kcw .kcw__text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
   .kcw .kcw__text-xl-left {
    text-align: left !important;
  }
   .kcw .kcw__text-xl-right {
    text-align: right !important;
  }
   .kcw .kcw__text-xl-center {
    text-align: center !important;
  }
}
 .kcw .kcw__text-lowercase {
  text-transform: lowercase !important;
}

 .kcw .kcw__text-uppercase {
  text-transform: uppercase !important;
}

 .kcw .kcw__text-capitalize {
  text-transform: capitalize !important;
}

 .kcw .kcw__font-weight-light {
  font-weight: 300 !important;
}

 .kcw .kcw__font-weight-lighter {
  font-weight: lighter !important;
}

 .kcw .kcw__font-weight-normal {
  font-weight: 400 !important;
}

 .kcw .kcw__font-weight-bold {
  font-weight: 700 !important;
}

 .kcw .kcw__font-weight-bolder {
  font-weight: bolder !important;
}

 .kcw .kcw__font-italic {
  font-style: italic !important;
}

 .kcw .kcw__text-white {
  color: #fff !important;
}

 .kcw .kcw__text-primary {
  color: #0066A4 !important;
}

 .kcw a.kcw__text-primary:hover,  .kcw a.kcw__text-primary:focus {
  color: rgb(0, 54.4207317073, 87.5) !important;
}

 .kcw .kcw__text-secondary {
  color: #697077 !important;
}

 .kcw a.kcw__text-secondary:hover,  .kcw a.kcw__text-secondary:focus {
  color: rgb(69.140625, 73.75, 78.359375) !important;
}

 .kcw .kcw__text-success {
  color: #28a745 !important;
}

 .kcw a.kcw__text-success:hover,  .kcw a.kcw__text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

 .kcw .kcw__text-info {
  color: #17a2b8 !important;
}

 .kcw a.kcw__text-info:hover,  .kcw a.kcw__text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

 .kcw .kcw__text-warning {
  color: #fed457 !important;
}

 .kcw a.kcw__text-warning:hover,  .kcw a.kcw__text-warning:focus {
  color: rgb(253.5473372781, 192.5355029586, 10.9526627219) !important;
}

 .kcw .kcw__text-danger {
  color: #dc3545 !important;
}

 .kcw a.kcw__text-danger:hover,  .kcw a.kcw__text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

 .kcw .kcw__text-light {
  color: #f4f4f4 !important;
}

 .kcw a.kcw__text-light:hover,  .kcw a.kcw__text-light:focus {
  color: rgb(205.75, 205.75, 205.75) !important;
}

 .kcw .kcw__text-dark {
  color: #343a40 !important;
}

 .kcw a.kcw__text-dark:hover,  .kcw a.kcw__text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

 .kcw .kcw__text-primary-dark {
  color: #00518d !important;
}

 .kcw a.kcw__text-primary-dark:hover,  .kcw a.kcw__text-primary-dark:focus {
  color: rgb(0, 37.0531914894, 64.5) !important;
}

 .kcw .kcw__text-brand-blue {
  color: #1251A4 !important;
}

 .kcw a.kcw__text-brand-blue:hover,  .kcw a.kcw__text-brand-blue:focus {
  color: rgb(10.4340659341, 46.9532967033, 95.0659340659) !important;
}

 .kcw .kcw__text-brand-darkblue {
  color: #001D4C !important;
}

 .kcw a.kcw__text-brand-darkblue:hover,  .kcw a.kcw__text-brand-darkblue:focus {
  color: black !important;
}

 .kcw .kcw__text-brand-lightblue {
  color: #029DD3 !important;
}

 .kcw a.kcw__text-brand-lightblue:hover,  .kcw a.kcw__text-brand-lightblue:focus {
  color: rgb(1.2816901408, 100.6126760563, 135.2183098592) !important;
}

 .kcw .kcw__text-brand-green {
  color: #73BE44 !important;
}

 .kcw a.kcw__text-brand-green:hover,  .kcw a.kcw__text-brand-green:focus {
  color: rgb(80.6666666667, 134.6845238095, 46.8154761905) !important;
}

 .kcw .kcw__text-brand-brightblue {
  color: #03147C !important;
}

 .kcw a.kcw__text-brand-brightblue:hover,  .kcw a.kcw__text-brand-brightblue:focus {
  color: rgb(1.1929133858, 7.9527559055, 49.3070866142) !important;
}

 .kcw .kcw__text-gray-blue {
  color: #F3F5FA !important;
}

 .kcw a.kcw__text-gray-blue:hover,  .kcw a.kcw__text-gray-blue:focus {
  color: rgb(189, 200, 227.5) !important;
}

 .kcw .kcw__text-text-light-gray {
  color: #525252 !important;
}

 .kcw a.kcw__text-text-light-gray:hover,  .kcw a.kcw__text-text-light-gray:focus {
  color: rgb(43.75, 43.75, 43.75) !important;
}

 .kcw .kcw__text-body {
  color: #161616 !important;
}

 .kcw .kcw__text-muted {
  color: #697077 !important;
}

 .kcw .kcw__text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

 .kcw .kcw__text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

 .kcw .kcw__text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

 .kcw .kcw__text-decoration-none {
  text-decoration: none !important;
}

 .kcw .kcw__text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

 .kcw .kcw__text-reset {
  color: inherit !important;
}

 .kcw .kcw__visible {
  visibility: visible !important;
}

 .kcw .kcw__invisible {
  visibility: hidden !important;
}

@media print {
   .kcw *,
   .kcw *::before,
   .kcw *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
   .kcw a:not(.kcw__btn) {
    text-decoration: underline;
  }
   .kcw abbr[title]::after {
    content: " (" attr(title) ")";
  }
   .kcw pre {
    white-space: pre-wrap !important;
  }
   .kcw pre,
   .kcw blockquote {
    border: 1px solid #C1C7CD;
    page-break-inside: avoid;
  }
   .kcw tr,
   .kcw img {
    page-break-inside: avoid;
  }
   .kcw p,
   .kcw h2,
   .kcw h3 {
    orphans: 3;
    widows: 3;
  }
   .kcw h2,
   .kcw h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body .kcw  {
    min-width: 992px !important;
  }
   .kcw .kcw__container {
    min-width: 992px !important;
  }
   .kcw .kcw__navbar {
    display: none;
  }
   .kcw .kcw__badge {
    border: 1px solid #000;
  }
   .kcw .kcw__table {
    border-collapse: collapse !important;
  }
   .kcw .kcw__table td,
   .kcw .kcw__table th {
    background-color: #fff !important;
  }
   .kcw .kcw__table-bordered th,
   .kcw .kcw__table-bordered td {
    border: 1px solid #dfe2e6 !important;
  }
   .kcw .kcw__table-dark {
    color: inherit;
  }
   .kcw .kcw__table-dark th,
   .kcw .kcw__table-dark td,
   .kcw .kcw__table-dark thead th,
   .kcw .kcw__table-dark tbody + tbody {
    border-color: #dfe2e6;
  }
   .kcw .kcw__table .kcw__thead-dark th {
    color: inherit;
    border-color: #dfe2e6;
  }
}
 .kcw pre {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  background: transparent;
  border: 1px;
}

 .kcw [lang^=ar]:not(.kcw__sfPageEditorWrp),  .kcw [lang^=he]:not(.kcw__sfPageEditorWrp),  .kcw [lang^=fa]:not(.kcw__sfPageEditorWrp),  .kcw [lang^=ku]:not(.kcw__sfPageEditorWrp),  .kcw [lang^=ur]:not(.kcw__sfPageEditorWrp),  .kcw [lang^=dv]:not(.kcw__sfPageEditorWrp),  .kcw [lang^=ps]:not(.kcw__sfPageEditorWrp),  .kcw [lang^=ha]:not(.kcw__sfPageEditorWrp),  .kcw [lang^=ks]:not(.kcw__sfPageEditorWrp),  .kcw [lang^=yi]:not(.kcw__sfPageEditorWrp),  .kcw [lang^=uz-arab]:not(.kcw__sfPageEditorWrp),  .kcw [lang^=tzm-arab]:not(.kcw__sfPageEditorWrp) {
  direction: rtl;
}
 .kcw [lang^=ar]:not(.kcw__sfPageEditorWrp) > body,  .kcw [lang^=he]:not(.kcw__sfPageEditorWrp) > body,  .kcw [lang^=fa]:not(.kcw__sfPageEditorWrp) > body,  .kcw [lang^=ku]:not(.kcw__sfPageEditorWrp) > body,  .kcw [lang^=ur]:not(.kcw__sfPageEditorWrp) > body,  .kcw [lang^=dv]:not(.kcw__sfPageEditorWrp) > body,  .kcw [lang^=ps]:not(.kcw__sfPageEditorWrp) > body,  .kcw [lang^=ha]:not(.kcw__sfPageEditorWrp) > body,  .kcw [lang^=ks]:not(.kcw__sfPageEditorWrp) > body,  .kcw [lang^=yi]:not(.kcw__sfPageEditorWrp) > body,  .kcw [lang^=uz-arab]:not(.kcw__sfPageEditorWrp) > body,  .kcw [lang^=tzm-arab]:not(.kcw__sfPageEditorWrp) > body {
  text-align: right;
}

 .kcw img,
 .kcw video {
  max-width: 100%;
}

 .kcw img {
  height: auto;
}

 .kcw .kcw__u-toe {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

 .kcw .kcw__sf-Gallery-thumbs.kcw__sf-Gallery-thumbs--video a {
  margin: 0;
}

 .kcw .kcw__sf-list--expandable .kcw__sf-list-item h3:first-child,  .kcw .kcw__sf-Gallery-thumbs.kcw__sf-Gallery-thumbs--video > .kcw__sf-Gallery-thumb,  .kcw .kcw__sf-Gallery-next,  .kcw .kcw__sf-Gallery-prev,  .kcw .kcw__sf-media .kcw__sf-media-body h3 {
  margin-top: 0;
}

 .kcw [lang^=ar] .kcw__sf-FormNav-page,  .kcw [lang^=he] .kcw__sf-FormNav-page,  .kcw [lang^=fa] .kcw__sf-FormNav-page,  .kcw [lang^=ku] .kcw__sf-FormNav-page,  .kcw [lang^=ur] .kcw__sf-FormNav-page,  .kcw [lang^=dv] .kcw__sf-FormNav-page,  .kcw [lang^=ps] .kcw__sf-FormNav-page,  .kcw [lang^=ha] .kcw__sf-FormNav-page,  .kcw [lang^=ks] .kcw__sf-FormNav-page,  .kcw [lang^=yi] .kcw__sf-FormNav-page,  .kcw [lang^=uz-arab] .kcw__sf-FormNav-page,  .kcw [lang^=tzm-arab] .kcw__sf-FormNav-page,  .kcw [lang^=ar] .kcw__sf-FormNav li:first-child,  .kcw [lang^=he] .kcw__sf-FormNav li:first-child,  .kcw [lang^=fa] .kcw__sf-FormNav li:first-child,  .kcw [lang^=ku] .kcw__sf-FormNav li:first-child,  .kcw [lang^=ur] .kcw__sf-FormNav li:first-child,  .kcw [lang^=dv] .kcw__sf-FormNav li:first-child,  .kcw [lang^=ps] .kcw__sf-FormNav li:first-child,  .kcw [lang^=ha] .kcw__sf-FormNav li:first-child,  .kcw [lang^=ks] .kcw__sf-FormNav li:first-child,  .kcw [lang^=yi] .kcw__sf-FormNav li:first-child,  .kcw [lang^=uz-arab] .kcw__sf-FormNav li:first-child,  .kcw [lang^=tzm-arab] .kcw__sf-FormNav li:first-child,  .kcw [lang^=ar] .kcw__sf-Comment-count--block .kcw__sf-Comment-count,  .kcw [lang^=he] .kcw__sf-Comment-count--block .kcw__sf-Comment-count,  .kcw [lang^=fa] .kcw__sf-Comment-count--block .kcw__sf-Comment-count,  .kcw [lang^=ku] .kcw__sf-Comment-count--block .kcw__sf-Comment-count,  .kcw [lang^=ur] .kcw__sf-Comment-count--block .kcw__sf-Comment-count,  .kcw [lang^=dv] .kcw__sf-Comment-count--block .kcw__sf-Comment-count,  .kcw [lang^=ps] .kcw__sf-Comment-count--block .kcw__sf-Comment-count,  .kcw [lang^=ha] .kcw__sf-Comment-count--block .kcw__sf-Comment-count,  .kcw [lang^=ks] .kcw__sf-Comment-count--block .kcw__sf-Comment-count,  .kcw [lang^=yi] .kcw__sf-Comment-count--block .kcw__sf-Comment-count,  .kcw [lang^=uz-arab] .kcw__sf-Comment-count--block .kcw__sf-Comment-count,  .kcw [lang^=tzm-arab] .kcw__sf-Comment-count--block .kcw__sf-Comment-count,  .kcw [lang^=ar] .kcw__sf-Comments-header h3,  .kcw [lang^=he] .kcw__sf-Comments-header h3,  .kcw [lang^=fa] .kcw__sf-Comments-header h3,  .kcw [lang^=ku] .kcw__sf-Comments-header h3,  .kcw [lang^=ur] .kcw__sf-Comments-header h3,  .kcw [lang^=dv] .kcw__sf-Comments-header h3,  .kcw [lang^=ps] .kcw__sf-Comments-header h3,  .kcw [lang^=ha] .kcw__sf-Comments-header h3,  .kcw [lang^=ks] .kcw__sf-Comments-header h3,  .kcw [lang^=yi] .kcw__sf-Comments-header h3,  .kcw [lang^=uz-arab] .kcw__sf-Comments-header h3,  .kcw [lang^=tzm-arab] .kcw__sf-Comments-header h3,  .kcw [lang^=ar] .kcw__sf-list--expandable i,  .kcw [lang^=he] .kcw__sf-list--expandable i,  .kcw [lang^=fa] .kcw__sf-list--expandable i,  .kcw [lang^=ku] .kcw__sf-list--expandable i,  .kcw [lang^=ur] .kcw__sf-list--expandable i,  .kcw [lang^=dv] .kcw__sf-list--expandable i,  .kcw [lang^=ps] .kcw__sf-list--expandable i,  .kcw [lang^=ha] .kcw__sf-list--expandable i,  .kcw [lang^=ks] .kcw__sf-list--expandable i,  .kcw [lang^=yi] .kcw__sf-list--expandable i,  .kcw [lang^=uz-arab] .kcw__sf-list--expandable i,  .kcw [lang^=tzm-arab] .kcw__sf-list--expandable i,  .kcw .kcw__sf-Gallery-navigation {
  margin-right: 0;
}

 .kcw .kcw__sf-Gallery-next,
 .kcw .kcw__sf-Gallery-prev {
  margin-bottom: 0;
}

 .kcw .kcw__sf-Comment-count--block .kcw__sf-Review-count,  .kcw .kcw__sf-Review-count--block .kcw__sf-Review-count,  .kcw .kcw__sf-Comment-count--block .kcw__sf-Comment-count,  .kcw .kcw__sf-Gallery-navigation {
  margin-left: 0;
}

 .kcw .kcw__sf-Review-count--block .kcw__sf-Review-count,  .kcw .kcw__sf-Comments-header a,  .kcw .kcw__sf-Comment-count--block .kcw__sf-Comment-count,  .kcw .kcw__sf-Gallery-navigation {
  margin-top: 0.3125rem;
}

 .kcw .kcw__sf-icon-feed,  .kcw .kcw__sf-Gallery-thumbs.kcw__sf-Gallery-thumbs--video > .kcw__sf-Gallery-thumb {
  margin-right: 0.3125rem;
}

 .kcw .kcw__sf-list--expandable .kcw__sf-list-item > div {
  margin-bottom: 0.3125rem;
}

 .kcw .kcw__sf-Comments-header a,  .kcw [lang^=ar] .kcw__sf-list--expandable i,  .kcw [lang^=he] .kcw__sf-list--expandable i,  .kcw [lang^=fa] .kcw__sf-list--expandable i,  .kcw [lang^=ku] .kcw__sf-list--expandable i,  .kcw [lang^=ur] .kcw__sf-list--expandable i,  .kcw [lang^=dv] .kcw__sf-list--expandable i,  .kcw [lang^=ps] .kcw__sf-list--expandable i,  .kcw [lang^=ha] .kcw__sf-list--expandable i,  .kcw [lang^=ks] .kcw__sf-list--expandable i,  .kcw [lang^=yi] .kcw__sf-list--expandable i,  .kcw [lang^=uz-arab] .kcw__sf-list--expandable i,  .kcw [lang^=tzm-arab] .kcw__sf-list--expandable i,  .kcw .kcw__sf-Gallery-thumbs.kcw__sf-Gallery-thumbs--video > .kcw__sf-Gallery-thumb {
  margin-left: 0.3125rem;
}

 .kcw .kcw__sf-Gallery-thumbs.kcw__sf-Gallery-thumbs--video h3,  .kcw .kcw__sf-Gallery h2 {
  margin-top: 0.625rem;
}

 .kcw .kcw__sf-event-type,  .kcw .kcw__sf-FormNav-page,  .kcw [lang^=ar] .kcw__sf-Comment-count,  .kcw [lang^=ar] .kcw__sf-Review-count,  .kcw [lang^=he] .kcw__sf-Comment-count,  .kcw [lang^=he] .kcw__sf-Review-count,  .kcw [lang^=fa] .kcw__sf-Comment-count,  .kcw [lang^=fa] .kcw__sf-Review-count,  .kcw [lang^=ku] .kcw__sf-Comment-count,  .kcw [lang^=ku] .kcw__sf-Review-count,  .kcw [lang^=ur] .kcw__sf-Comment-count,  .kcw [lang^=ur] .kcw__sf-Review-count,  .kcw [lang^=dv] .kcw__sf-Comment-count,  .kcw [lang^=dv] .kcw__sf-Review-count,  .kcw [lang^=ps] .kcw__sf-Comment-count,  .kcw [lang^=ps] .kcw__sf-Review-count,  .kcw [lang^=ha] .kcw__sf-Comment-count,  .kcw [lang^=ha] .kcw__sf-Review-count,  .kcw [lang^=ks] .kcw__sf-Comment-count,  .kcw [lang^=ks] .kcw__sf-Review-count,  .kcw [lang^=yi] .kcw__sf-Comment-count,  .kcw [lang^=yi] .kcw__sf-Review-count,  .kcw [lang^=uz-arab] .kcw__sf-Comment-count,  .kcw [lang^=uz-arab] .kcw__sf-Review-count,  .kcw [lang^=tzm-arab] .kcw__sf-Comment-count,  .kcw [lang^=tzm-arab] .kcw__sf-Review-count {
  margin-right: 0.625rem;
}

 .kcw .kcw__sf-Comment-count--block .kcw__sf-Comment-count,
 .kcw .kcw__sf-Comment-count--block .kcw__sf-Review-count,
 .kcw .kcw__sf-Gallery-thumbs.kcw__sf-Gallery-thumbs--video > .kcw__sf-Gallery-thumb {
  margin-bottom: 0.625rem;
}

 .kcw [lang^=ar] .kcw__sf-FormNav-page,  .kcw [lang^=he] .kcw__sf-FormNav-page,  .kcw [lang^=fa] .kcw__sf-FormNav-page,  .kcw [lang^=ku] .kcw__sf-FormNav-page,  .kcw [lang^=ur] .kcw__sf-FormNav-page,  .kcw [lang^=dv] .kcw__sf-FormNav-page,  .kcw [lang^=ps] .kcw__sf-FormNav-page,  .kcw [lang^=ha] .kcw__sf-FormNav-page,  .kcw [lang^=ks] .kcw__sf-FormNav-page,  .kcw [lang^=yi] .kcw__sf-FormNav-page,  .kcw [lang^=uz-arab] .kcw__sf-FormNav-page,  .kcw [lang^=tzm-arab] .kcw__sf-FormNav-page,  .kcw .kcw__sf-Review-count,  .kcw .kcw__sf-Comment-count,  .kcw .kcw__sf-document-list--table .kcw__sf-title {
  margin-left: 0.625rem;
}

 .kcw .kcw__sf-Comment-subscribe {
  margin-top: 1.25rem;
}

 .kcw .kcw__sf-Comments .kcw__sf-loading {
  margin-bottom: 1.25rem;
}

 .kcw .kcw__sf-Review-already,  .kcw .kcw__sf-Comments,  .kcw .kcw__sf-Gallery-image {
  margin-top: 1.875rem;
}

 .kcw .kcw__sf-FormNav li,  .kcw .kcw__sf-Comments-header h3,  .kcw [lang^=ar] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=he] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=fa] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=ku] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=ur] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=dv] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=ps] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=ha] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=ks] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=yi] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=uz-arab] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=tzm-arab] .kcw__sf-list--expandable .kcw__sf-list-content {
  margin-right: 1.875rem;
}

 .kcw .kcw__sf-Comments-more,  .kcw .kcw__sf-Comments-list,  .kcw .kcw__sf-Comments-header,  .kcw .kcw__sf-search-results,  .kcw .kcw__sf-Gallery-navigation {
  margin-bottom: 1.875rem;
}

 .kcw [lang^=ar] .kcw__sf-Comments-header h3,  .kcw [lang^=he] .kcw__sf-Comments-header h3,  .kcw [lang^=fa] .kcw__sf-Comments-header h3,  .kcw [lang^=ku] .kcw__sf-Comments-header h3,  .kcw [lang^=ur] .kcw__sf-Comments-header h3,  .kcw [lang^=dv] .kcw__sf-Comments-header h3,  .kcw [lang^=ps] .kcw__sf-Comments-header h3,  .kcw [lang^=ha] .kcw__sf-Comments-header h3,  .kcw [lang^=ks] .kcw__sf-Comments-header h3,  .kcw [lang^=yi] .kcw__sf-Comments-header h3,  .kcw [lang^=uz-arab] .kcw__sf-Comments-header h3,  .kcw [lang^=tzm-arab] .kcw__sf-Comments-header h3,  .kcw [lang^=ar] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=he] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=fa] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=ku] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=ur] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=dv] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=ps] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=ha] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=ks] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=yi] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=uz-arab] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw [lang^=tzm-arab] .kcw__sf-list--expandable .kcw__sf-list-content,  .kcw .kcw__sf-list--expandable .kcw__sf-list-content {
  margin-left: 1.875rem;
}

 .kcw .kcw__sf-Comment-subscribe {
  margin-left: 3.75rem;
}

 .kcw .kcw__k-scheduler-agendaview .kcw__sf-event-item,  .kcw .kcw__sf-FormNav,  .kcw ul.kcw__sf-autocomplete,  .kcw pre {
  padding: 0;
}

 .kcw .kcw__sf-Gallery-next,
 .kcw .kcw__sf-Gallery-prev {
  padding-top: 0;
}

 .kcw .kcw__sf-lang-selector.kcw__list-inline .kcw__list-inline-item,  .kcw [lang^=ar] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=he] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=fa] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=ku] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=ur] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=dv] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=ps] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=ha] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=ks] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=yi] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=uz-arab] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=tzm-arab] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=ar] .kcw__sf-search-input-wrapper,  .kcw [lang^=he] .kcw__sf-search-input-wrapper,  .kcw [lang^=fa] .kcw__sf-search-input-wrapper,  .kcw [lang^=ku] .kcw__sf-search-input-wrapper,  .kcw [lang^=ur] .kcw__sf-search-input-wrapper,  .kcw [lang^=dv] .kcw__sf-search-input-wrapper,  .kcw [lang^=ps] .kcw__sf-search-input-wrapper,  .kcw [lang^=ha] .kcw__sf-search-input-wrapper,  .kcw [lang^=ks] .kcw__sf-search-input-wrapper,  .kcw [lang^=yi] .kcw__sf-search-input-wrapper,  .kcw [lang^=uz-arab] .kcw__sf-search-input-wrapper,  .kcw [lang^=tzm-arab] .kcw__sf-search-input-wrapper,  .kcw [lang^=ar] .kcw__nav,  .kcw [lang^=he] .kcw__nav,  .kcw [lang^=fa] .kcw__nav,  .kcw [lang^=ku] .kcw__nav,  .kcw [lang^=ur] .kcw__nav,  .kcw [lang^=dv] .kcw__nav,  .kcw [lang^=ps] .kcw__nav,  .kcw [lang^=ha] .kcw__nav,  .kcw [lang^=ks] .kcw__nav,  .kcw [lang^=yi] .kcw__nav,  .kcw [lang^=uz-arab] .kcw__nav,  .kcw [lang^=tzm-arab] .kcw__nav,  .kcw [lang^=ar] .kcw__media-left,  .kcw [lang^=he] .kcw__media-left,  .kcw [lang^=fa] .kcw__media-left,  .kcw [lang^=ku] .kcw__media-left,  .kcw [lang^=ur] .kcw__media-left,  .kcw [lang^=dv] .kcw__media-left,  .kcw [lang^=ps] .kcw__media-left,  .kcw [lang^=ha] .kcw__media-left,  .kcw [lang^=ks] .kcw__media-left,  .kcw [lang^=yi] .kcw__media-left,  .kcw [lang^=uz-arab] .kcw__media-left,  .kcw [lang^=tzm-arab] .kcw__media-left,  .kcw [lang^=ar] .kcw__list-unstyled,  .kcw [lang^=ar] .kcw__list-inline,  .kcw [lang^=he] .kcw__list-unstyled,  .kcw [lang^=he] .kcw__list-inline,  .kcw [lang^=fa] .kcw__list-unstyled,  .kcw [lang^=fa] .kcw__list-inline,  .kcw [lang^=ku] .kcw__list-unstyled,  .kcw [lang^=ku] .kcw__list-inline,  .kcw [lang^=ur] .kcw__list-unstyled,  .kcw [lang^=ur] .kcw__list-inline,  .kcw [lang^=dv] .kcw__list-unstyled,  .kcw [lang^=dv] .kcw__list-inline,  .kcw [lang^=ps] .kcw__list-unstyled,  .kcw [lang^=ps] .kcw__list-inline,  .kcw [lang^=ha] .kcw__list-unstyled,  .kcw [lang^=ha] .kcw__list-inline,  .kcw [lang^=ks] .kcw__list-unstyled,  .kcw [lang^=ks] .kcw__list-inline,  .kcw [lang^=yi] .kcw__list-unstyled,  .kcw [lang^=yi] .kcw__list-inline,  .kcw [lang^=uz-arab] .kcw__list-unstyled,  .kcw [lang^=uz-arab] .kcw__list-inline,  .kcw [lang^=tzm-arab] .kcw__list-unstyled,  .kcw [lang^=tzm-arab] .kcw__list-inline {
  padding-right: 0;
}

 .kcw .kcw__sf-Gallery-next,
 .kcw .kcw__sf-Gallery-prev {
  padding-bottom: 0;
}

 .kcw .kcw__sf-Progress-page-title,  .kcw [lang^=ar] .kcw__radio input[type=radio],  .kcw [lang^=he] .kcw__radio input[type=radio],  .kcw [lang^=fa] .kcw__radio input[type=radio],  .kcw [lang^=ku] .kcw__radio input[type=radio],  .kcw [lang^=ur] .kcw__radio input[type=radio],  .kcw [lang^=dv] .kcw__radio input[type=radio],  .kcw [lang^=ps] .kcw__radio input[type=radio],  .kcw [lang^=ha] .kcw__radio input[type=radio],  .kcw [lang^=ks] .kcw__radio input[type=radio],  .kcw [lang^=yi] .kcw__radio input[type=radio],  .kcw [lang^=uz-arab] .kcw__radio input[type=radio],  .kcw [lang^=tzm-arab] .kcw__radio input[type=radio],  .kcw [lang^=ar] .kcw__checkbox input[type=checkbox],  .kcw [lang^=he] .kcw__checkbox input[type=checkbox],  .kcw [lang^=fa] .kcw__checkbox input[type=checkbox],  .kcw [lang^=ku] .kcw__checkbox input[type=checkbox],  .kcw [lang^=ur] .kcw__checkbox input[type=checkbox],  .kcw [lang^=dv] .kcw__checkbox input[type=checkbox],  .kcw [lang^=ps] .kcw__checkbox input[type=checkbox],  .kcw [lang^=ha] .kcw__checkbox input[type=checkbox],  .kcw [lang^=ks] .kcw__checkbox input[type=checkbox],  .kcw [lang^=yi] .kcw__checkbox input[type=checkbox],  .kcw [lang^=uz-arab] .kcw__checkbox input[type=checkbox],  .kcw [lang^=tzm-arab] .kcw__checkbox input[type=checkbox],  .kcw [lang^=ar] .kcw__checkbox label,  .kcw [lang^=ar] .kcw__radio label,  .kcw [lang^=he] .kcw__checkbox label,  .kcw [lang^=he] .kcw__radio label,  .kcw [lang^=fa] .kcw__checkbox label,  .kcw [lang^=fa] .kcw__radio label,  .kcw [lang^=ku] .kcw__checkbox label,  .kcw [lang^=ku] .kcw__radio label,  .kcw [lang^=ur] .kcw__checkbox label,  .kcw [lang^=ur] .kcw__radio label,  .kcw [lang^=dv] .kcw__checkbox label,  .kcw [lang^=dv] .kcw__radio label,  .kcw [lang^=ps] .kcw__checkbox label,  .kcw [lang^=ps] .kcw__radio label,  .kcw [lang^=ha] .kcw__checkbox label,  .kcw [lang^=ha] .kcw__radio label,  .kcw [lang^=ks] .kcw__checkbox label,  .kcw [lang^=ks] .kcw__radio label,  .kcw [lang^=yi] .kcw__checkbox label,  .kcw [lang^=yi] .kcw__radio label,  .kcw [lang^=uz-arab] .kcw__checkbox label,  .kcw [lang^=uz-arab] .kcw__radio label,  .kcw [lang^=tzm-arab] .kcw__checkbox label,  .kcw [lang^=tzm-arab] .kcw__radio label {
  padding-left: 0;
}

 .kcw .kcw__sf-site-selector a,
 .kcw .kcw__sf-site-selector span,
 .kcw .kcw__sf-site-selector strong,
 .kcw .kcw__sf-lang-selector a {
  padding-top: 0.3125rem;
}

 .kcw .kcw__sf-Comments-list .kcw__sf-Comments-list-author {
  padding-right: 0.3125rem;
}

 .kcw .kcw__sf-site-selector a,
 .kcw .kcw__sf-site-selector span,
 .kcw .kcw__sf-site-selector strong,
 .kcw .kcw__sf-lang-selector a {
  padding-bottom: 0.3125rem;
}

 .kcw .kcw__sf-site-selector a,
 .kcw .kcw__sf-site-selector span,
 .kcw .kcw__sf-site-selector strong,
 .kcw .kcw__sf-lang-selector a,
 .kcw .kcw__sf-search-input-wrapper,
 .kcw .kcw__sf-media .kcw__media-left {
  padding-right: 0.625rem;
}

 .kcw .kcw__sf-site-selector a,
 .kcw .kcw__sf-site-selector span,
 .kcw .kcw__sf-site-selector strong,
 .kcw .kcw__sf-lang-selector a,
 .kcw [lang^=ar] .kcw__sf-search-input-wrapper,
 .kcw [lang^=he] .kcw__sf-search-input-wrapper,
 .kcw [lang^=fa] .kcw__sf-search-input-wrapper,
 .kcw [lang^=ku] .kcw__sf-search-input-wrapper,
 .kcw [lang^=ur] .kcw__sf-search-input-wrapper,
 .kcw [lang^=dv] .kcw__sf-search-input-wrapper,
 .kcw [lang^=ps] .kcw__sf-search-input-wrapper,
 .kcw [lang^=ha] .kcw__sf-search-input-wrapper,
 .kcw [lang^=ks] .kcw__sf-search-input-wrapper,
 .kcw [lang^=yi] .kcw__sf-search-input-wrapper,
 .kcw [lang^=uz-arab] .kcw__sf-search-input-wrapper,
 .kcw [lang^=tzm-arab] .kcw__sf-search-input-wrapper,
 .kcw [lang^=ar] .kcw__media-left,
 .kcw [lang^=he] .kcw__media-left,
 .kcw [lang^=fa] .kcw__media-left,
 .kcw [lang^=ku] .kcw__media-left,
 .kcw [lang^=ur] .kcw__media-left,
 .kcw [lang^=dv] .kcw__media-left,
 .kcw [lang^=ps] .kcw__media-left,
 .kcw [lang^=ha] .kcw__media-left,
 .kcw [lang^=ks] .kcw__media-left,
 .kcw [lang^=yi] .kcw__media-left,
 .kcw [lang^=uz-arab] .kcw__media-left,
 .kcw [lang^=tzm-arab] .kcw__media-left {
  padding-left: 0.625rem;
}

body .kcw [contenteditable=true] {
  padding: 1.875rem;
}

 .kcw [lang^=ar] .kcw__checkbox label,  .kcw [lang^=ar] .kcw__radio label,  .kcw [lang^=he] .kcw__checkbox label,  .kcw [lang^=he] .kcw__radio label,  .kcw [lang^=fa] .kcw__checkbox label,  .kcw [lang^=fa] .kcw__radio label,  .kcw [lang^=ku] .kcw__checkbox label,  .kcw [lang^=ku] .kcw__radio label,  .kcw [lang^=ur] .kcw__checkbox label,  .kcw [lang^=ur] .kcw__radio label,  .kcw [lang^=dv] .kcw__checkbox label,  .kcw [lang^=dv] .kcw__radio label,  .kcw [lang^=ps] .kcw__checkbox label,  .kcw [lang^=ps] .kcw__radio label,  .kcw [lang^=ha] .kcw__checkbox label,  .kcw [lang^=ha] .kcw__radio label,  .kcw [lang^=ks] .kcw__checkbox label,  .kcw [lang^=ks] .kcw__radio label,  .kcw [lang^=yi] .kcw__checkbox label,  .kcw [lang^=yi] .kcw__radio label,  .kcw [lang^=uz-arab] .kcw__checkbox label,  .kcw [lang^=uz-arab] .kcw__radio label,  .kcw [lang^=tzm-arab] .kcw__checkbox label,  .kcw [lang^=tzm-arab] .kcw__radio label,  .kcw .kcw__sf-profile .kcw__sf-profile-aside {
  padding-right: 1.875rem;
}

 .kcw [lang^=ar] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=he] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=fa] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=ku] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=ur] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=dv] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=ps] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=ha] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=ks] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=yi] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=uz-arab] .kcw__sf-profile .kcw__sf-profile-aside,  .kcw [lang^=tzm-arab] .kcw__sf-profile .kcw__sf-profile-aside {
  padding-left: 1.875rem;
}

 .kcw .kcw__sf-Gallery-next,
 .kcw .kcw__sf-Gallery-prev {
  padding-right: 3.75rem;
}

 .kcw .kcw__sf-Gallery-next,
 .kcw .kcw__sf-Gallery-prev {
  padding-left: 3.75rem;
}

 .kcw .kcw__sf-icon-txt {
  display: inline-block;
  position: relative;
  line-height: normal;
}
 .kcw .kcw__sf-icon-txt [class^=sf-icon-txt-] {
  position: absolute;
  height: auto;
  font-size: 0.5em;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #333;
  line-height: normal;
}
 .kcw .kcw__sf-icon-txt .kcw__sf-icon-txt-xlsx {
  background-color: #38ab63;
}
 .kcw .kcw__sf-icon-txt .kcw__sf-icon-txt-doc,
 .kcw .kcw__sf-icon-txt .kcw__sf-icon-txt-docx {
  background-color: #1a8cff;
}
 .kcw .kcw__sf-icon-txt .kcw__sf-icon-txt-ppt,
 .kcw .kcw__sf-icon-txt .kcw__sf-icon-txt-pptx {
  background-color: #ed8527;
}
 .kcw .kcw__sf-icon-txt .kcw__sf-icon-txt-pdf {
  background-color: #ff4848;
}
 .kcw .kcw__sf-icon-txt .kcw__sf-icon-txt-zip {
  background-color: #596c9b;
}

 .kcw .kcw__sf-icon-xxs {
  height: 14px;
  width: 14px;
}

 .kcw .kcw__sf-icon-xs {
  height: 16px;
  width: 16px;
}

 .kcw .kcw__sf-icon-txt-sm {
  padding: 0.1em 0.2em;
  top: 31%;
  right: -10%;
}

 .kcw .kcw__sf-icon-sm {
  height: 24px;
  width: 24px;
}

 .kcw .kcw__sf-icon-txt-md {
  padding: 0.2em 0.4em;
  top: 47%;
  right: 0;
}

 .kcw .kcw__sf-icon-lg {
  height: 40px;
  width: 40px;
}

 .kcw .kcw__sf-icon-file {
  fill: #ccc;
}

 .kcw .kcw__sf-icon-feed {
  fill: #eb742f;
}

 .kcw .kcw__sf-icon-comment {
  fill: #63b5f0;
}

 .kcw .kcw__sf-icon-tumblr {
  fill: #426d9b;
}

 .kcw .kcw__sf-icon-myspace {
  fill: #008dde;
}

 .kcw .kcw__sf-icon-facebook {
  fill: #5d82d1;
}

 .kcw .kcw__sf-icon-twitter {
  fill: #38bcf5;
}

 .kcw .kcw__sf-icon-blogger {
  fill: #ff9233;
}

 .kcw .kcw__sf-icon-delicious {
  fill: #377bda;
}

 .kcw .kcw__sf-icon-stumble-upon {
  fill: #ff5c30;
}

 .kcw .kcw__sf-icon-reddit {
  fill: #9bbad9;
}

 .kcw .kcw__sf-icon-mailto {
  fill: #596c9b;
}

 .kcw .kcw__sf-icon-digg {
  fill: #596c9b;
}

 .kcw .kcw__sf-icon-google {
  fill: #347df4;
}

 .kcw .kcw__sf-loading > span,  .kcw .kcw__sf-loading:before,  .kcw .kcw__sf-loading:after {
  background-color: #9cc5f7;
  height: 30px;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.1s infinite ease-in-out;
  animation: stretchdelay 1.1s infinite ease-in-out;
}

 .kcw .kcw__sf-loading {
  height: 30px;
  width: 6px;
  position: relative;
  margin: -5px 0 0 12px;
}
 .kcw .kcw__sf-loading:before,  .kcw .kcw__sf-loading:after {
  content: " ";
  position: absolute;
  top: 0;
}
 .kcw .kcw__sf-loading:before {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
  left: -10px;
}
 .kcw .kcw__sf-loading:after {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  right: -10px;
}
 .kcw .kcw__sf-loading-wrapper {
  position: absolute;
  z-index: 902;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
 .kcw .kcw__sf-loading-wrapper .kcw__sf-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    background-color: #105ab5;
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    background-color: #105ab5;
  }
}
 .kcw .kcw__sf-media .kcw__sf-img-thmb a {
  display: block;
  width: 120px;
  height: 90px;
  overflow: hidden;
}
 .kcw .kcw__sf-media .kcw__sf-video-thmb {
  position: relative;
  width: 120px;
  height: 90px;
  background-color: #000;
}
 .kcw .kcw__sf-media .kcw__sf-video-thmb a {
  display: block;
  margin-top: -35px;
  position: absolute;
  top: 50%;
  height: 70px;
  overflow: hidden;
}
 .kcw .kcw__sf-media .kcw__sf-video-thmb a .kcw__sf-icon-play {
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.8;
}
 .kcw .kcw__sf-media .kcw__sf-video-thmb a .kcw__sf-icon-play:hover {
  background-color: #333;
}
 .kcw .kcw__sf-media .kcw__sf-video-thmb a .kcw__sf-icon-play:before {
  display: block;
  position: absolute;
  left: 12px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  content: "";
}
 .kcw .kcw__sf-Gallery-thumbs-container {
  overflow: hidden;
}

 .kcw .kcw__sf-Gallery-thumbs a {
  display: inline-block;
  border: 5px solid transparent;
  line-height: 120px;
  overflow: hidden;
  cursor: pointer;
}
 .kcw .kcw__sf-Gallery-thumbs a.kcw__is-selected {
  border-color: #428bca;
}
 .kcw .kcw__sf-Gallery-thumbs a > img {
  vertical-align: middle;
}

 .kcw .kcw__sf-Gallery-image {
  position: relative;
  height: 600px;
  text-align: center;
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
  line-height: 600px;
}
 .kcw .kcw__sf-Gallery-image > img {
  max-height: 100%;
  width: auto;
  display: inline-block;
}

 .kcw .kcw__sf-Gallery-next,
 .kcw .kcw__sf-Gallery-prev {
  cursor: pointer;
  position: absolute;
  height: 600px;
  width: 50%;
  left: 0;
  top: 0;
  text-align: left;
  font-family: Verdana;
  color: #000;
  font-size: 40px;
  line-height: 600px;
  text-shadow: 0 0 3px #fff;
  opacity: 0;
  transition: opacity 0.2s ease;
  background: rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
 .kcw .kcw__sf-Gallery-next:hover,  .kcw .kcw__sf-Gallery-next:focus,  .kcw .kcw__sf-Gallery-prev:hover,  .kcw .kcw__sf-Gallery-prev:focus {
  opacity: 1;
  color: #000;
}

 .kcw .kcw__sf-Gallery-prev {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

 .kcw .kcw__sf-Gallery-next {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  left: auto;
  right: 0;
  text-align: right;
}

 .kcw .kcw__sf-Gallery-prev--simple {
  float: left;
}

 .kcw .kcw__sf-Gallery-next--simple {
  float: right;
}

 .kcw .kcw__sf-Gallery-thumbs.kcw__sf-Gallery-thumbs--video > .kcw__sf-Gallery-thumb {
  display: inline-block;
  width: 160px;
  height: 170px;
  border: 5px solid transparent;
  cursor: pointer;
}
 .kcw .kcw__sf-Gallery-thumbs.kcw__sf-Gallery-thumbs--video a {
  display: block;
  border: 1px;
  width: 160px;
  height: 130px;
  overflow: hidden;
  cursor: pointer;
}
 .kcw .kcw__sf-Gallery-thumbs.kcw__sf-Gallery-thumbs--video h3 {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
 .kcw .kcw__sf-Gallery-thumbs .kcw__sf-Gallery-thumb {
  float: left;
}

 .kcw [lang^=ar] .kcw__sf-Gallery-thumb,  .kcw [lang^=he] .kcw__sf-Gallery-thumb,  .kcw [lang^=fa] .kcw__sf-Gallery-thumb,  .kcw [lang^=ku] .kcw__sf-Gallery-thumb,  .kcw [lang^=ur] .kcw__sf-Gallery-thumb,  .kcw [lang^=dv] .kcw__sf-Gallery-thumb,  .kcw [lang^=ps] .kcw__sf-Gallery-thumb,  .kcw [lang^=ha] .kcw__sf-Gallery-thumb,  .kcw [lang^=ks] .kcw__sf-Gallery-thumb,  .kcw [lang^=yi] .kcw__sf-Gallery-thumb,  .kcw [lang^=uz-arab] .kcw__sf-Gallery-thumb,  .kcw [lang^=tzm-arab] .kcw__sf-Gallery-thumb {
  float: right;
}
 .kcw [lang^=ar] .kcw__sf-Gallery-prev--simple,  .kcw [lang^=he] .kcw__sf-Gallery-prev--simple,  .kcw [lang^=fa] .kcw__sf-Gallery-prev--simple,  .kcw [lang^=ku] .kcw__sf-Gallery-prev--simple,  .kcw [lang^=ur] .kcw__sf-Gallery-prev--simple,  .kcw [lang^=dv] .kcw__sf-Gallery-prev--simple,  .kcw [lang^=ps] .kcw__sf-Gallery-prev--simple,  .kcw [lang^=ha] .kcw__sf-Gallery-prev--simple,  .kcw [lang^=ks] .kcw__sf-Gallery-prev--simple,  .kcw [lang^=yi] .kcw__sf-Gallery-prev--simple,  .kcw [lang^=uz-arab] .kcw__sf-Gallery-prev--simple,  .kcw [lang^=tzm-arab] .kcw__sf-Gallery-prev--simple {
  float: right;
}
 .kcw [lang^=ar] .kcw__sf-Gallery-next--simple,  .kcw [lang^=he] .kcw__sf-Gallery-next--simple,  .kcw [lang^=fa] .kcw__sf-Gallery-next--simple,  .kcw [lang^=ku] .kcw__sf-Gallery-next--simple,  .kcw [lang^=ur] .kcw__sf-Gallery-next--simple,  .kcw [lang^=dv] .kcw__sf-Gallery-next--simple,  .kcw [lang^=ps] .kcw__sf-Gallery-next--simple,  .kcw [lang^=ha] .kcw__sf-Gallery-next--simple,  .kcw [lang^=ks] .kcw__sf-Gallery-next--simple,  .kcw [lang^=yi] .kcw__sf-Gallery-next--simple,  .kcw [lang^=uz-arab] .kcw__sf-Gallery-next--simple,  .kcw [lang^=tzm-arab] .kcw__sf-Gallery-next--simple {
  float: left;
}
 .kcw [lang^=ar] .kcw__mfp-counter,  .kcw [lang^=he] .kcw__mfp-counter,  .kcw [lang^=fa] .kcw__mfp-counter,  .kcw [lang^=ku] .kcw__mfp-counter,  .kcw [lang^=ur] .kcw__mfp-counter,  .kcw [lang^=dv] .kcw__mfp-counter,  .kcw [lang^=ps] .kcw__mfp-counter,  .kcw [lang^=ha] .kcw__mfp-counter,  .kcw [lang^=ks] .kcw__mfp-counter,  .kcw [lang^=yi] .kcw__mfp-counter,  .kcw [lang^=uz-arab] .kcw__mfp-counter,  .kcw [lang^=tzm-arab] .kcw__mfp-counter {
  right: auto;
  left: 0;
}

 .kcw .kcw__right-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
}

 .kcw .kcw__dropdown-submenu {
  position: relative;
}
 .kcw .kcw__dropdown-submenu .kcw__nav-link {
  white-space: nowrap;
}
 .kcw .kcw__dropdown-submenu:hover > .kcw__dropdown-menu,
 .kcw .kcw__dropdown-submenu .kcw__nav-link:focus + .kcw__dropdown-menu,
 .kcw .kcw__dropdown-submenu .kcw__dropdown-item:focus + .kcw__dropdown-menu {
  left: 100%;
  top: 0;
  display: block;
}

 .kcw .kcw__dropdown.kcw__show .kcw__nav-link,  .kcw .kcw__dropdown.kcw__show .kcw__nav-link:hover {
  color: rgba(0, 0, 0, 0.9);
}

@media (max-width: 767px) {
   .kcw .kcw__navbar-collapse .kcw__dropdown-menu {
    background-color: transparent;
    border: 0;
  }
   .kcw .kcw__navbar-collapse .kcw__dropdown-submenu .kcw__dropdown-menu {
    padding-left: 20px;
    display: block;
  }
   .kcw .kcw__navbar-collapse .kcw__right-caret {
    display: none;
  }
}
 .kcw [lang^=ar] .kcw__navbar-header,  .kcw [lang^=he] .kcw__navbar-header,  .kcw [lang^=fa] .kcw__navbar-header,  .kcw [lang^=ku] .kcw__navbar-header,  .kcw [lang^=ur] .kcw__navbar-header,  .kcw [lang^=dv] .kcw__navbar-header,  .kcw [lang^=ps] .kcw__navbar-header,  .kcw [lang^=ha] .kcw__navbar-header,  .kcw [lang^=ks] .kcw__navbar-header,  .kcw [lang^=yi] .kcw__navbar-header,  .kcw [lang^=uz-arab] .kcw__navbar-header,  .kcw [lang^=tzm-arab] .kcw__navbar-header {
  float: right;
}
 .kcw [lang^=ar] .kcw__navbar-nav,  .kcw [lang^=he] .kcw__navbar-nav,  .kcw [lang^=fa] .kcw__navbar-nav,  .kcw [lang^=ku] .kcw__navbar-nav,  .kcw [lang^=ur] .kcw__navbar-nav,  .kcw [lang^=dv] .kcw__navbar-nav,  .kcw [lang^=ps] .kcw__navbar-nav,  .kcw [lang^=ha] .kcw__navbar-nav,  .kcw [lang^=ks] .kcw__navbar-nav,  .kcw [lang^=yi] .kcw__navbar-nav,  .kcw [lang^=uz-arab] .kcw__navbar-nav,  .kcw [lang^=tzm-arab] .kcw__navbar-nav {
  float: right;
}
 .kcw [lang^=ar] .kcw__navbar-nav > li,  .kcw [lang^=he] .kcw__navbar-nav > li,  .kcw [lang^=fa] .kcw__navbar-nav > li,  .kcw [lang^=ku] .kcw__navbar-nav > li,  .kcw [lang^=ur] .kcw__navbar-nav > li,  .kcw [lang^=dv] .kcw__navbar-nav > li,  .kcw [lang^=ps] .kcw__navbar-nav > li,  .kcw [lang^=ha] .kcw__navbar-nav > li,  .kcw [lang^=ks] .kcw__navbar-nav > li,  .kcw [lang^=yi] .kcw__navbar-nav > li,  .kcw [lang^=uz-arab] .kcw__navbar-nav > li,  .kcw [lang^=tzm-arab] .kcw__navbar-nav > li {
  float: right;
}
 .kcw [lang^=ar] .kcw__dropdown-menu,  .kcw [lang^=he] .kcw__dropdown-menu,  .kcw [lang^=fa] .kcw__dropdown-menu,  .kcw [lang^=ku] .kcw__dropdown-menu,  .kcw [lang^=ur] .kcw__dropdown-menu,  .kcw [lang^=dv] .kcw__dropdown-menu,  .kcw [lang^=ps] .kcw__dropdown-menu,  .kcw [lang^=ha] .kcw__dropdown-menu,  .kcw [lang^=ks] .kcw__dropdown-menu,  .kcw [lang^=yi] .kcw__dropdown-menu,  .kcw [lang^=uz-arab] .kcw__dropdown-menu,  .kcw [lang^=tzm-arab] .kcw__dropdown-menu {
  left: auto;
  right: 0;
}
 .kcw [lang^=ar] .kcw__dropdown-submenu:hover > .kcw__dropdown-menu,  .kcw [lang^=he] .kcw__dropdown-submenu:hover > .kcw__dropdown-menu,  .kcw [lang^=fa] .kcw__dropdown-submenu:hover > .kcw__dropdown-menu,  .kcw [lang^=ku] .kcw__dropdown-submenu:hover > .kcw__dropdown-menu,  .kcw [lang^=ur] .kcw__dropdown-submenu:hover > .kcw__dropdown-menu,  .kcw [lang^=dv] .kcw__dropdown-submenu:hover > .kcw__dropdown-menu,  .kcw [lang^=ps] .kcw__dropdown-submenu:hover > .kcw__dropdown-menu,  .kcw [lang^=ha] .kcw__dropdown-submenu:hover > .kcw__dropdown-menu,  .kcw [lang^=ks] .kcw__dropdown-submenu:hover > .kcw__dropdown-menu,  .kcw [lang^=yi] .kcw__dropdown-submenu:hover > .kcw__dropdown-menu,  .kcw [lang^=uz-arab] .kcw__dropdown-submenu:hover > .kcw__dropdown-menu,  .kcw [lang^=tzm-arab] .kcw__dropdown-submenu:hover > .kcw__dropdown-menu {
  left: 0;
  right: 100%;
}
 .kcw [lang^=ar] .kcw__right-caret,  .kcw [lang^=he] .kcw__right-caret,  .kcw [lang^=fa] .kcw__right-caret,  .kcw [lang^=ku] .kcw__right-caret,  .kcw [lang^=ur] .kcw__right-caret,  .kcw [lang^=dv] .kcw__right-caret,  .kcw [lang^=ps] .kcw__right-caret,  .kcw [lang^=ha] .kcw__right-caret,  .kcw [lang^=ks] .kcw__right-caret,  .kcw [lang^=yi] .kcw__right-caret,  .kcw [lang^=uz-arab] .kcw__right-caret,  .kcw [lang^=tzm-arab] .kcw__right-caret {
  border-left: 0;
  border-right: 4px solid;
}
 .kcw [lang^=ar] .kcw__nav-tabs > li,  .kcw [lang^=he] .kcw__nav-tabs > li,  .kcw [lang^=fa] .kcw__nav-tabs > li,  .kcw [lang^=ku] .kcw__nav-tabs > li,  .kcw [lang^=ur] .kcw__nav-tabs > li,  .kcw [lang^=dv] .kcw__nav-tabs > li,  .kcw [lang^=ps] .kcw__nav-tabs > li,  .kcw [lang^=ha] .kcw__nav-tabs > li,  .kcw [lang^=ks] .kcw__nav-tabs > li,  .kcw [lang^=yi] .kcw__nav-tabs > li,  .kcw [lang^=uz-arab] .kcw__nav-tabs > li,  .kcw [lang^=tzm-arab] .kcw__nav-tabs > li {
  float: right;
}
 .kcw [lang^=ar] .kcw__nav-stacked > li,  .kcw [lang^=he] .kcw__nav-stacked > li,  .kcw [lang^=fa] .kcw__nav-stacked > li,  .kcw [lang^=ku] .kcw__nav-stacked > li,  .kcw [lang^=ur] .kcw__nav-stacked > li,  .kcw [lang^=dv] .kcw__nav-stacked > li,  .kcw [lang^=ps] .kcw__nav-stacked > li,  .kcw [lang^=ha] .kcw__nav-stacked > li,  .kcw [lang^=ks] .kcw__nav-stacked > li,  .kcw [lang^=yi] .kcw__nav-stacked > li,  .kcw [lang^=uz-arab] .kcw__nav-stacked > li,  .kcw [lang^=tzm-arab] .kcw__nav-stacked > li {
  float: none;
}

 .kcw .kcw__nav-sitemap {
  display: table;
  width: 100%;
  overflow: hidden;
}
 .kcw .kcw__nav-sitemap li {
  list-style-type: none;
}
 .kcw .kcw__nav-sitemap > li {
  display: table-cell;
  border-left: 1px solid #ccc;
}
 .kcw .kcw__nav-sitemap > li:first-child {
  border-left-width: 0;
}
@media only screen and (max-width: 480px) {
   .kcw .kcw__nav-sitemap {
    display: block;
  }
   .kcw .kcw__nav-sitemap > li {
    display: block;
    border-left-width: 0;
  }
   .kcw .kcw__nav-sitemap > li:first-child {
    border-top-width: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
   .kcw .kcw__nav-sitemap {
    display: block;
  }
   .kcw .kcw__nav-sitemap > li {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    width: 48%;
    border-left-width: 0;
  }
   .kcw .kcw__nav-sitemap > li:nth-child(odd) {
    clear: both;
  }
}

 .kcw [lang^=ar] .kcw__nav-pills > li,  .kcw [lang^=he] .kcw__nav-pills > li,  .kcw [lang^=fa] .kcw__nav-pills > li,  .kcw [lang^=ku] .kcw__nav-pills > li,  .kcw [lang^=ur] .kcw__nav-pills > li,  .kcw [lang^=dv] .kcw__nav-pills > li,  .kcw [lang^=ps] .kcw__nav-pills > li,  .kcw [lang^=ha] .kcw__nav-pills > li,  .kcw [lang^=ks] .kcw__nav-pills > li,  .kcw [lang^=yi] .kcw__nav-pills > li,  .kcw [lang^=uz-arab] .kcw__nav-pills > li,  .kcw [lang^=tzm-arab] .kcw__nav-pills > li {
  float: right;
}

 .kcw .kcw__nav-stacked {
  flex-direction: column;
}

 .kcw [lang^=ar] .kcw__nav-stacked > li,  .kcw [lang^=he] .kcw__nav-stacked > li,  .kcw [lang^=fa] .kcw__nav-stacked > li,  .kcw [lang^=ku] .kcw__nav-stacked > li,  .kcw [lang^=ur] .kcw__nav-stacked > li,  .kcw [lang^=dv] .kcw__nav-stacked > li,  .kcw [lang^=ps] .kcw__nav-stacked > li,  .kcw [lang^=ha] .kcw__nav-stacked > li,  .kcw [lang^=ks] .kcw__nav-stacked > li,  .kcw [lang^=yi] .kcw__nav-stacked > li,  .kcw [lang^=uz-arab] .kcw__nav-stacked > li,  .kcw [lang^=tzm-arab] .kcw__nav-stacked > li {
  float: none;
}

 .kcw ul.kcw__sf-autocomplete {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
}
 .kcw ul.kcw__sf-autocomplete .kcw__ui-menu-item-wrapper {
  padding: 3px;
  color: #000;
}
 .kcw ul.kcw__sf-autocomplete .kcw__ui-menu-item-wrapper.kcw__ui-state-active {
  background-color: #eee;
}
 .kcw ul.kcw__sf-autocomplete .kcw__ui-menu-item-wrapper:hover {
  cursor: pointer;
}

/* Needed by jQueryUI Autocomplete widget for search box to improve autocomplete suggestions accessibility */
 .kcw .kcw__ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

 .kcw .kcw__sf-profile .kcw__sf-profile-avatar {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
 .kcw .kcw__sf-profile .kcw__sf-profile-avatar .kcw__sf-remove {
  position: absolute;
  top: 5px;
  right: 5px;
  outline: 0;
}
 .kcw .kcw__sf-profile textarea {
  min-height: 100px;
}
 .kcw .kcw__sf-profile .kcw__media-object img {
  max-width: none;
}

 .kcw .kcw__sf-list--expandable a[data-sf-role=toggleLink] svg {
  fill: #999;
  height: 1em;
  width: 1em;
}
 .kcw .kcw__sf-list--expandable .kcw__sf-list-expand {
  float: right;
}
 .kcw [lang^=ar] .kcw__sf-list-item,  .kcw [lang^=he] .kcw__sf-list-item,  .kcw [lang^=fa] .kcw__sf-list-item,  .kcw [lang^=ku] .kcw__sf-list-item,  .kcw [lang^=ur] .kcw__sf-list-item,  .kcw [lang^=dv] .kcw__sf-list-item,  .kcw [lang^=ps] .kcw__sf-list-item,  .kcw [lang^=ha] .kcw__sf-list-item,  .kcw [lang^=ks] .kcw__sf-list-item,  .kcw [lang^=yi] .kcw__sf-list-item,  .kcw [lang^=uz-arab] .kcw__sf-list-item,  .kcw [lang^=tzm-arab] .kcw__sf-list-item {
  float: right;
}
 .kcw [lang^=ar] .kcw__sf-list-expand,  .kcw [lang^=he] .kcw__sf-list-expand,  .kcw [lang^=fa] .kcw__sf-list-expand,  .kcw [lang^=ku] .kcw__sf-list-expand,  .kcw [lang^=ur] .kcw__sf-list-expand,  .kcw [lang^=dv] .kcw__sf-list-expand,  .kcw [lang^=ps] .kcw__sf-list-expand,  .kcw [lang^=ha] .kcw__sf-list-expand,  .kcw [lang^=ks] .kcw__sf-list-expand,  .kcw [lang^=yi] .kcw__sf-list-expand,  .kcw [lang^=uz-arab] .kcw__sf-list-expand,  .kcw [lang^=tzm-arab] .kcw__sf-list-expand {
  float: left;
}
 .kcw [lang^=ar] .kcw__sf-list--expandable .kcw__glyphicon-chevron-right:before,  .kcw [lang^=he] .kcw__sf-list--expandable .kcw__glyphicon-chevron-right:before,  .kcw [lang^=fa] .kcw__sf-list--expandable .kcw__glyphicon-chevron-right:before,  .kcw [lang^=ku] .kcw__sf-list--expandable .kcw__glyphicon-chevron-right:before,  .kcw [lang^=ur] .kcw__sf-list--expandable .kcw__glyphicon-chevron-right:before,  .kcw [lang^=dv] .kcw__sf-list--expandable .kcw__glyphicon-chevron-right:before,  .kcw [lang^=ps] .kcw__sf-list--expandable .kcw__glyphicon-chevron-right:before,  .kcw [lang^=ha] .kcw__sf-list--expandable .kcw__glyphicon-chevron-right:before,  .kcw [lang^=ks] .kcw__sf-list--expandable .kcw__glyphicon-chevron-right:before,  .kcw [lang^=yi] .kcw__sf-list--expandable .kcw__glyphicon-chevron-right:before,  .kcw [lang^=uz-arab] .kcw__sf-list--expandable .kcw__glyphicon-chevron-right:before,  .kcw [lang^=tzm-arab] .kcw__sf-list--expandable .kcw__glyphicon-chevron-right:before {
  content: "\e079";
}
 .kcw .kcw__sf-lang-selector a {
  display: block;
  font-size: 1.125rem;
  border-radius: 8px;
}
 .kcw .kcw__sf-lang-selector a.kcw__selected {
  background-color: #f2f2f2;
  color: #333;
}
 .kcw .kcw__sf-lang-selector label select {
  display: block;
  font-weight: normal;
}

 .kcw .kcw__sf-Comments [class^=sf-icon] {
  display: inline-block;
}
 .kcw .kcw__sf-Comment-count {
  display: inline-block;
}
 .kcw .kcw__sf-Comment-count [class^=sf-icon] {
  display: inline-block;
  vertical-align: middle;
}
 .kcw .kcw__sf-Comment-count--block .kcw__sf-Comment-count {
  display: block;
}

 .kcw [data-sf-role=error-message],
 .kcw [data-sf-role=list-loading-indicator],
 .kcw [data-sf-role=list-loading-indicator],
 .kcw [data-sf-role=comments-new-message-error],
 .kcw [data-sf-role=comments-new-logged-out-view],
 .kcw [data-sf-role=comments-new-name-error],
 .kcw [data-sf-role=captcha-container],
 .kcw [data-sf-role=single-comment-template],
 .kcw [data-sf-role=comments-new-pending-approval-message],
 .kcw [data-sf-role=comments-load-more-button],
 .kcw [data-sf-role=comments-new-form-button],
 .kcw [data-sf-role=comments-sort-new-button],
 .kcw [data-sf-role=comments-sort-old-button],
 .kcw [data-sf-role=comments-new-requires-authentication],
 .kcw [data-sf-role=list-rating-wrapper],
 .kcw [data-sf-role=review-new-form-replacement] {
  display: none;
}

 .kcw .kcw__sf-Comments-header h3 {
  display: inline-block;
  margin-top: 0;
}
 .kcw .kcw__sf-Comments-header .kcw__selected {
  color: #333;
}

 .kcw .kcw__sf-Comments-list .kcw__sf-Comments-list-author {
  border-right: 1px solid #777;
}

 .kcw .kcw__sf-Comments-form textarea {
  min-height: 90px;
}

 .kcw .kcw__sf-Comments-filter {
  float: right;
}

 .kcw .kcw__sf-Review-count {
  display: inline-block;
}
 .kcw .kcw__sf-Review-count--block .kcw__sf-Review-count {
  display: block;
}

 .kcw .kcw__sf-Comment-count--block .kcw__sf-Comment-count,
 .kcw .kcw__sf-Comment-count--block .kcw__sf-Review-count {
  display: block;
}

 .kcw [lang^=ar] .kcw__sf-Comments-filter,  .kcw [lang^=he] .kcw__sf-Comments-filter,  .kcw [lang^=fa] .kcw__sf-Comments-filter,  .kcw [lang^=ku] .kcw__sf-Comments-filter,  .kcw [lang^=ur] .kcw__sf-Comments-filter,  .kcw [lang^=dv] .kcw__sf-Comments-filter,  .kcw [lang^=ps] .kcw__sf-Comments-filter,  .kcw [lang^=ha] .kcw__sf-Comments-filter,  .kcw [lang^=ks] .kcw__sf-Comments-filter,  .kcw [lang^=yi] .kcw__sf-Comments-filter,  .kcw [lang^=uz-arab] .kcw__sf-Comments-filter,  .kcw [lang^=tzm-arab] .kcw__sf-Comments-filter {
  float: left;
}
 .kcw .kcw__sf-Ratings {
  position: relative;
}
 .kcw .kcw__sf-Ratings .kcw__sf-Ratings-stars {
  display: inline-block;
  vertical-align: middle;
}
 .kcw .kcw__sf-Ratings .kcw__sf-Ratings-stars span {
  font-size: 24px;
  color: #ccc;
}
 .kcw .kcw__sf-Ratings .kcw__sf-Ratings-stars label {
  z-index: 2;
  cursor: pointer;
}
 .kcw .kcw__sf-Ratings .kcw__sf-Ratings-stars input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 1px;
  opacity: 0.0001;
  position: absolute;
  top: auto;
  width: 1px;
  z-index: 1;
}
 .kcw .kcw__sf-Ratings .kcw__sf-Ratings-stars .kcw__hover span {
  color: #999;
}
 .kcw .kcw__sf-Ratings .kcw__sf-Ratings-stars .kcw__on span {
  color: #006cd8;
}
 .kcw .kcw__sf-Ratings .kcw__sf-Ratings-stars.kcw__sf-Ratings-stars--ronly span {
  cursor: default;
}
 .kcw .kcw__sf-Ratings .kcw__sf-Ratings-stars.kcw__sf-Ratings-stars--ronly span.kcw__on {
  color: #ffcc00;
}
 .kcw .kcw__sf-Ratings .kcw__sf-Ratings-average,
 .kcw .kcw__sf-Ratings .kcw__sf-Ratings-count {
  font-size: 16px;
  vertical-align: middle;
}
 .kcw .kcw__sf-Ratings .kcw__sf-Ratings-count span {
  vertical-align: middle;
}

 .kcw .kcw__sf-site-selector a,
 .kcw .kcw__sf-site-selector span,
 .kcw .kcw__sf-site-selector strong {
  display: inline-block;
  font-size: 1.125rem;
  border-radius: 8px;
}
 .kcw .kcw__sf-site-selector a.kcw__selected,
 .kcw .kcw__sf-site-selector span.kcw__selected,
 .kcw .kcw__sf-site-selector strong.kcw__selected {
  background-color: #f2f2f2;
  color: #333;
}

 .kcw .kcw__sf-Code pre {
  color: #e83e8c;
}

 .kcw .kcw__sf-Tags-size1 {
  font-size: 11px;
}

 .kcw .kcw__sf-Tags-size2 {
  font-size: 13px;
}

 .kcw .kcw__sf-Tags-size3 {
  font-size: 18px;
}

 .kcw .kcw__sf-Tags-size4 {
  font-size: 24px;
}

 .kcw .kcw__sf-Tags-size5 {
  font-size: 30px;
}

 .kcw .kcw__sf-Tags-size6 {
  font-size: 36px;
}

 .kcw [lang^=ar] .kcw__checkbox input[type=checkbox],  .kcw [lang^=he] .kcw__checkbox input[type=checkbox],  .kcw [lang^=fa] .kcw__checkbox input[type=checkbox],  .kcw [lang^=ku] .kcw__checkbox input[type=checkbox],  .kcw [lang^=ur] .kcw__checkbox input[type=checkbox],  .kcw [lang^=dv] .kcw__checkbox input[type=checkbox],  .kcw [lang^=ps] .kcw__checkbox input[type=checkbox],  .kcw [lang^=ha] .kcw__checkbox input[type=checkbox],  .kcw [lang^=ks] .kcw__checkbox input[type=checkbox],  .kcw [lang^=yi] .kcw__checkbox input[type=checkbox],  .kcw [lang^=uz-arab] .kcw__checkbox input[type=checkbox],  .kcw [lang^=tzm-arab] .kcw__checkbox input[type=checkbox] {
  margin-right: -20px;
}
 .kcw [lang^=ar] .kcw__radio input[type=radio],  .kcw [lang^=he] .kcw__radio input[type=radio],  .kcw [lang^=fa] .kcw__radio input[type=radio],  .kcw [lang^=ku] .kcw__radio input[type=radio],  .kcw [lang^=ur] .kcw__radio input[type=radio],  .kcw [lang^=dv] .kcw__radio input[type=radio],  .kcw [lang^=ps] .kcw__radio input[type=radio],  .kcw [lang^=ha] .kcw__radio input[type=radio],  .kcw [lang^=ks] .kcw__radio input[type=radio],  .kcw [lang^=yi] .kcw__radio input[type=radio],  .kcw [lang^=uz-arab] .kcw__radio input[type=radio],  .kcw [lang^=tzm-arab] .kcw__radio input[type=radio] {
  margin-right: -20px;
}

 .kcw .kcw__sf-FileField .kcw__sf-icon-remove {
  display: inline-block;
  cursor: pointer;
  fill: #ccc;
}

 .kcw input[type=file].kcw__sf-FileField-input {
  display: inline-block;
}

 .kcw .kcw__sf-FormNav li.kcw__active {
  font-weight: bold;
}

 .kcw .kcw__sf-FormNav-page {
  width: 28px;
  height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #999;
  border: 1px solid #999;
  border-radius: 50%;
}
 .kcw .kcw__active .kcw__sf-FormNav-page {
  color: #333;
  border-color: #333;
}
 .kcw .kcw__past .kcw__sf-FormNav-page:after {
  content: "✓";
}

 .kcw .kcw__past .kcw__sf-FormNav-page-number {
  display: none;
}

 .kcw .kcw__sf-Progress-percent,
 .kcw .kcw__sf-Progress-page-title {
  font-size: 1.125rem;
}

 .kcw .kcw__sf-Progress-percent {
  font-weight: bold;
}

 .kcw .kcw__sf-Progress-page-title {
  display: inline-block;
}
 .kcw .kcw__sf-Progress-page-title li {
  display: none;
}
 .kcw .kcw__sf-Progress-page-title li.kcw__active {
  display: inline-block;
}

 .kcw div.kcw__k-event {
  border-radius: 0;
}

 .kcw div.kcw__k-scheduler-header-wrap {
  text-align: left;
}

 .kcw div.kcw__k-scheduler-toolbar {
  line-height: 32px;
}

 .kcw div.kcw__k-scheduler-toolbar .kcw__k-button-icon {
  height: 32px;
}

 .kcw table.kcw__k-scheduler-monthview .kcw__k-scheduler-table td {
  height: 90px;
}

 .kcw .kcw__sf-event-item {
  margin: 0;
  min-height: 100%;
  white-space: nowrap;
}

 .kcw .kcw__sf-event-title,
 .kcw .kcw__sf-event-link {
  display: inline-block;
}

 .kcw .kcw__sf-event-link {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

 .kcw .kcw__sf-event-type {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  vertical-align: middle;
}
 .kcw .kcw__sf-event-type.kcw__sf-event-type--all {
  background-color: #fff;
  border: 1px solid #999;
}

 .kcw .kcw__sf-event-addToList {
  display: inline-block;
}

 .kcw .kcw__sf-calendarList-title {
  font-weight: bold;
}

 .kcw .kcw__sf-calendarList-item {
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}
 .kcw .kcw__sf-calendarList-item.kcw__active {
  background: #f2f2f2;
}

 .kcw .kcw__k-scheduler-agendaview .kcw__sf-event-item {
  display: inline-block;
}
 .kcw .kcw__k-scheduler-agendaview .kcw__sf-event-type {
  display: none;
}

 .kcw .kcw__-sf-google-button {
  color: #D54F50;
  border-color: #D54F50;
}
 .kcw .kcw__-sf-google-button:hover {
  color: #fff;
  background-color: #D54F50;
  border-color: transparent;
}

 .kcw .kcw__-sf-facebook-button {
  color: #3E86B4;
  border-color: #3E86B4;
}
 .kcw .kcw__-sf-facebook-button:hover {
  color: #fff;
  background-color: #3E86B4;
  border-color: transparent;
}

 .kcw .kcw__-sf-github-button {
  color: #333;
  border-color: #333;
}
 .kcw .kcw__-sf-github-button:hover {
  color: #fff;
  background-color: #333;
  border-color: transparent;
}

 .kcw .kcw__-sf-yahoo-button {
  color: #410093;
  border-color: #410093;
}
 .kcw .kcw__-sf-yahoo-button:hover {
  color: #fff;
  background-color: #410093;
  border-color: transparent;
}

 .kcw .kcw__-sf-linkedin-button {
  color: #0077b5;
  border-color: #0077b5;
}
 .kcw .kcw__-sf-linkedin-button:hover {
  color: #fff;
  background-color: #0077b5;
  border-color: transparent;
}

 .kcw .kcw__-sf-microsoft-button {
  color: #00a1f1;
  border-color: #00a1f1;
}
 .kcw .kcw__-sf-microsoft-button:hover {
  color: #fff;
  background-color: #00a1f1;
  border-color: transparent;
}

 .kcw .kcw__-sf-adfs-button {
  color: #00a1f1;
  border-color: #00a1f1;
}
 .kcw .kcw__-sf-adfs-button:hover {
  color: #fff;
  background-color: #00a1f1;
  border-color: transparent;
}

 .kcw .kcw__-sf-windows-button {
  color: #00bcf2;
  border-color: #00bcf2;
}
 .kcw .kcw__-sf-windows-button:hover {
  color: #fff;
  background-color: #00bcf2;
  border-color: transparent;
}

 .kcw .kcw__-sf-twitter-button {
  color: #1da1f2;
  border-color: #1da1f2;
}
 .kcw .kcw__-sf-twitter-button:hover {
  color: #fff;
  background-color: #1da1f2;
  border-color: transparent;
}

 .kcw .kcw__sf-registration-link {
  clear: both;
}

 .kcw [lang^=ar] .kcw__pagination,  .kcw [lang^=he] .kcw__pagination,  .kcw [lang^=fa] .kcw__pagination,  .kcw [lang^=ku] .kcw__pagination,  .kcw [lang^=ur] .kcw__pagination,  .kcw [lang^=dv] .kcw__pagination,  .kcw [lang^=ps] .kcw__pagination,  .kcw [lang^=ha] .kcw__pagination,  .kcw [lang^=ks] .kcw__pagination,  .kcw [lang^=yi] .kcw__pagination,  .kcw [lang^=uz-arab] .kcw__pagination,  .kcw [lang^=tzm-arab] .kcw__pagination {
  padding-right: 0;
}
 .kcw [lang^=ar] .kcw__page-item:first-child .kcw__page-link,  .kcw [lang^=he] .kcw__page-item:first-child .kcw__page-link,  .kcw [lang^=fa] .kcw__page-item:first-child .kcw__page-link,  .kcw [lang^=ku] .kcw__page-item:first-child .kcw__page-link,  .kcw [lang^=ur] .kcw__page-item:first-child .kcw__page-link,  .kcw [lang^=dv] .kcw__page-item:first-child .kcw__page-link,  .kcw [lang^=ps] .kcw__page-item:first-child .kcw__page-link,  .kcw [lang^=ha] .kcw__page-item:first-child .kcw__page-link,  .kcw [lang^=ks] .kcw__page-item:first-child .kcw__page-link,  .kcw [lang^=yi] .kcw__page-item:first-child .kcw__page-link,  .kcw [lang^=uz-arab] .kcw__page-item:first-child .kcw__page-link,  .kcw [lang^=tzm-arab] .kcw__page-item:first-child .kcw__page-link {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
 .kcw [lang^=ar] .kcw__page-item:last-child .kcw__page-link,  .kcw [lang^=he] .kcw__page-item:last-child .kcw__page-link,  .kcw [lang^=fa] .kcw__page-item:last-child .kcw__page-link,  .kcw [lang^=ku] .kcw__page-item:last-child .kcw__page-link,  .kcw [lang^=ur] .kcw__page-item:last-child .kcw__page-link,  .kcw [lang^=dv] .kcw__page-item:last-child .kcw__page-link,  .kcw [lang^=ps] .kcw__page-item:last-child .kcw__page-link,  .kcw [lang^=ha] .kcw__page-item:last-child .kcw__page-link,  .kcw [lang^=ks] .kcw__page-item:last-child .kcw__page-link,  .kcw [lang^=yi] .kcw__page-item:last-child .kcw__page-link,  .kcw [lang^=uz-arab] .kcw__page-item:last-child .kcw__page-link,  .kcw [lang^=tzm-arab] .kcw__page-item:last-child .kcw__page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

 .kcw .kcw__zeLayoutMode .kcw__sfPageContainer .kcw__zeDockZoneEmpty,
 .kcw .kcw__sfPageContainer .kcw__zeDockZoneEmpty,
 .kcw .kcw__zeContentMode .kcw__sfPageContainer .kcw__zeDockZoneEmpty {
  width: 100%;
}

 .kcw :root:root:root:root:root .kcw__sf-backend-wrp .kcw__modal-body .kcw__adena-designer .kcw__k-editor-widget .kcw__k-editor-toolbar > li:nth-last-child(2) {
  top: 45px;
  right: 0px;
}

 .kcw :root:root:root:root:root .kcw__sf-backend-wrp .kcw__modal-body .kcw__adena-designer .kcw__k-editor-widget {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #e6e6e6 !important;
}

 .kcw :root:root:root:root:root .kcw__sf-backend-wrp .kcw__modal-body .kcw__adena-designer .kcw__k-editor-widget .kcw__k-editable-area iframe {
  min-height: 190px !important;
}

 .kcw .kcw__accordion-item {
  border-top: 1px solid #E0E0E0;
}
 .kcw .kcw__accordion-item:last-child {
  border-bottom: 1px solid #E0E0E0;
}
 .kcw .kcw__accordion-item .kcw__btn {
  padding: 1.25rem !important;
  font-size: 16px !important;
  font-weight: bold;
  text-decoration: none;
}
 .kcw .kcw__accordion-item .kcw__btn .kcw__btn-icon {
  transition: transform 0.2s;
}
 .kcw .kcw__accordion-item .kcw__btn[aria-expanded=true] .kcw__btn-icon {
  transform: rotate(180deg);
}
 .kcw .kcw__accordion-item-content {
  padding: 1.5rem 1.25rem;
}

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

 .kcw .kcw__alert-heading {
  color: inherit;
}

 .kcw .kcw__alert-link {
  font-weight: 700;
}

 .kcw .kcw__alert-dismissible {
  padding-right: 3rem;
}
 .kcw .kcw__alert-dismissible .kcw__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

 .kcw .kcw__alert {
  display: flex;
  margin-bottom: 0;
  background-color: #fed457;
  color: #000;
}
 .kcw .kcw__alert-dismissible {
  z-index: 1019;
}
 .kcw .kcw__alert-icon {
  margin-right: 8px;
  line-height: 1;
}
 .kcw .kcw__alert-icon svg {
  vertical-align: baseline;
}
 .kcw .kcw__alert-text {
  font-size: 14px;
  margin-bottom: 0;
}
 .kcw .kcw__alert-link {
  margin-left: 8px;
  text-decoration: underline;
  font-weight: inherit;
  color: inherit !important;
}
@media (max-width: 767.98px) {
   .kcw .kcw__alert-link {
    display: block;
    margin-left: 0;
  }
}
 .kcw .kcw__alert .kcw__close {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  width: 48px;
}
 .kcw .kcw__alert .kcw__close span {
  line-height: 16px;
}

 .kcw .kcw__badge {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 12px;
  color: #0066A4;
  background-color: #d1eeff;
}
 .kcw .kcw__badge-light {
  background-color: #f4f4f4;
}

 .kcw .kcw__banner-image {
  height: 274px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
 .kcw .kcw__banner-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 .kcw .kcw__banner-content {
  padding: 4rem 84px;
}
@media (max-width: 991.98px) {
   .kcw .kcw__banner-content {
    padding: 2rem 0;
  }
}
 .kcw .kcw__banner-content [class*=container] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
 .kcw .kcw__banner-content > div,
 .kcw .kcw__banner-content .kcw__container {
  width: 100%;
  max-width: 100%;
}
 .kcw .kcw__banner {
  font-size: 20px;
  line-height: 28px;
}
 .kcw .kcw__banner h1 {
  font-size: 42px;
  line-height: 50px;
}
 .kcw .kcw__banner p {
  margin-bottom: 2rem;
}
 .kcw .kcw__banner--has-light-bg {
  background-color: #f2f5f9;
}
 .kcw .kcw__banner--search {
  text-align: center;
  background-image: url(/images/search-bg.jpg);
  background-size: cover;
}
 .kcw .kcw__banner--search h1 {
  font-size: 54px;
  line-height: 64px;
  margin-bottom: 2rem;
}
 .kcw .kcw__banner--search .kcw__banner-content {
  width: 615px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 14px;
}
 .kcw .kcw__banner--search.kcw__banner--has-image {
  overflow: hidden;
  position: relative;
}
 .kcw .kcw__banner--search.kcw__banner--has-image .kcw__banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
 .kcw .kcw__banner--search.kcw__banner--has-image .kcw__banner-image img {
  object-fit: cover;
  position: relative;
}
 .kcw .kcw__banner--search.kcw__banner--has-image .kcw__banner-content {
  position: relative;
  text-align: left;
  color: #fff;
}
 .kcw .kcw__banner--search.kcw__banner--has-image .kcw__banner-content a {
  color: #fff;
}
 .kcw .kcw__banner--search.kcw__banner--has-image .kcw__banner-content {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

 .kcw .kcw__banner.kcw__lp-half-gradient {
  background: linear-gradient(96deg, #f4f4f4 0%, #f4f4f4 55%, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0) 100%), linear-gradient(rgba(115, 190, 68, 0.54), rgba(18, 81, 164, 0.54));
}
 .kcw .kcw__banner.kcw__lp-half-gradient .kcw__content {
  color: #343a40;
}
 .kcw .kcw__banner.kcw__lp-half-gradient .kcw__form {
  background-color: #fff;
}
 .kcw .kcw__banner.kcw__lp-full-gradient:before {
  content: "";
  display: block;
  background: repeating-linear-gradient(90deg, rgba(2, 157, 211, 0.95) 0%, rgba(109, 196, 42, 0.95) 100%);
  height: 0.5rem;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
 .kcw .kcw__banner.kcw__lp-full-gradient {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: top left, top left, top left, center center;
  background: linear-gradient(180deg, rgba(8, 36, 74, 0) 1%, rgba(8, 36, 74, 0.3) 85%, #08244A 100%), linear-gradient(260deg, rgba(8, 36, 74, 0) 0%, rgba(8, 36, 74, 0.05) 40%, #051D3D 75%, #051D3D 90%), linear-gradient(110deg, rgba(0, 0, 0, 0) 0%, rgba(2, 157, 211, 0) 47%, rgba(109, 196, 42, 0.5) 79%, rgba(2, 157, 211, 0.5) 87%, rgba(109, 196, 42, 0) 100%);
}
@media (max-width: 991.98px) {
   .kcw .kcw__banner.kcw__lp-full-gradient {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: linear-gradient(180deg, rgba(8, 36, 74, 0) 0%, rgba(8, 36, 74, 0) 20vw, rgb(8, 36, 74) 30vw, rgb(8, 36, 74));
  }
}
@media (max-width: 767.98px) {
   .kcw .kcw__banner.kcw__lp-full-gradient {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: linear-gradient(180deg, rgba(8, 36, 74, 0) 0%, rgba(8, 36, 74, 0) 30vw, rgb(8, 36, 74) 50vw, rgb(8, 36, 74));
  }
}
 .kcw .kcw__banner.kcw__lp-full-gradient .kcw__content {
  color: #fff;
}
@media (max-width: 991.98px) {
   .kcw .kcw__banner.kcw__lp-full-gradient .kcw__content h1 {
    font-size: 32px;
  }
}
 .kcw .kcw__banner.kcw__lp-full-gradient .kcw__content h1,
 .kcw .kcw__banner.kcw__lp-full-gradient .kcw__content p {
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
   .kcw .kcw__banner.kcw__lp-full-gradient .kcw__content h1,
   .kcw .kcw__banner.kcw__lp-full-gradient .kcw__content p {
    line-height: normal;
  }
}
 .kcw .kcw__banner.kcw__lp-full-gradient .kcw__content .kcw__btn {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
 .kcw .kcw__banner.kcw__lp-full-gradient .kcw__content .kcw__btn:hover {
  background-color: white;
  color: #001D4C;
}
 .kcw .kcw__banner.kcw__lp-full-gradient .kcw__form {
  background-color: transparent;
}
 .kcw .kcw__banner.kcw__ld-full-gradient:before {
  content: "";
  display: block;
  background: repeating-linear-gradient(90deg, rgba(2, 157, 211, 0.95) 0%, rgba(109, 196, 42, 0.95) 100%);
  height: 0.5rem;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
 .kcw .kcw__banner.kcw__ld-full-gradient {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: top left, top left, top left, center center;
  background-color: #6aa936;
  background: radial-gradient(at 60% bottom, rgba(115, 190, 68, 0.4), rgba(0, 29, 76, 0.3) 15%, rgba(0, 29, 76, 0) 100%), linear-gradient(270deg, #001d4c 11%, rgba(0, 29, 76, 0) 20%), linear-gradient(120deg, rgba(0, 29, 76, 0.7) 0%, rgba(0, 29, 76, 0.9) 13%, #001D4C 51%, rgba(0, 29, 76, 0) 86%), linear-gradient(90deg, #73BE44 0%, #73BE44 100%);
}
@media (max-width: 991.98px) {
   .kcw .kcw__banner.kcw__ld-full-gradient {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 65vh;
    background: linear-gradient(180deg, rgba(8, 36, 74, 0) 0%, rgba(8, 36, 74, 0) 50vw, rgb(8, 36, 74) 65vw, rgb(8, 36, 74));
  }
   .kcw .kcw__banner.kcw__ld-full-gradient .kcw__location-title {
    margin-top: 45vh;
  }
}
@media (max-width: 767.98px) {
   .kcw .kcw__banner.kcw__ld-full-gradient {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 65vh;
    background: linear-gradient(180deg, rgba(8, 36, 74, 0) 0%, rgba(8, 36, 74, 0) 20vh, rgb(8, 36, 74) 30vh, rgb(8, 36, 74));
  }
   .kcw .kcw__banner.kcw__ld-full-gradient .kcw__location-title {
    margin-top: 35vh;
  }
}
 .kcw .kcw__banner.kcw__ld-full-gradient img {
  margin-top: 0.5rem;
}
 .kcw .kcw__banner.kcw__ld-full-gradient .kcw__btn-brand-green {
  background-color: #73BE44;
  font-size: large;
  transition: background-color 0.1s ease;
}
 .kcw .kcw__banner.kcw__ld-full-gradient .kcw__btn-brand-green:hover {
  background-color: rgba(115, 190, 68, 0.9);
  color: var(--gray-900);
}

 .kcw .kcw__banner.kcw__bottom-radial-gradient {
  height: 648px;
  color: #fff;
}
@media screen and (max-width: 576px) {
   .kcw .kcw__banner.kcw__bottom-radial-gradient {
    height: 75vh;
  }
}
 .kcw .kcw__banner.kcw__bottom-radial-gradient .kcw__content-block {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 576px) {
   .kcw .kcw__banner.kcw__bottom-radial-gradient .kcw__content-block {
    margin-top: 135px;
  }
}
 .kcw .kcw__banner.kcw__bottom-radial-gradient:before {
  content: "";
  display: block;
  background: repeating-linear-gradient(90deg, rgba(2, 157, 211, 0.95), rgba(109, 196, 42, 0.95));
  height: 0.5rem;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  z-index: 100;
}
 .kcw .kcw__banner.kcw__bottom-radial-gradient img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: right;
}
@media screen and (max-width: 576px) {
   .kcw .kcw__banner.kcw__bottom-radial-gradient img {
    object-position: top;
    height: 50%;
    width: 110%;
  }
}
 .kcw .kcw__banner.kcw__bottom-radial-gradient.kcw__bg {
  background: rgb(0, 0, 0);
  background: radial-gradient(500px 200px at bottom 0% left 25vw, #73be44 0%, rgba(115, 190, 68, 0) 100%), radial-gradient(500px 150px at bottom 0% right 25vw, #73be44 0%, rgba(115, 190, 68, 0) 100%), linear-gradient(135deg, rgba(0, 29, 76, 0.9) 0%, rgba(0, 29, 76, 0.85) 30%, rgba(0, 29, 76, 0) 55%, rgba(0, 29, 76, 0) 100%), linear-gradient(45deg, rgba(0, 29, 76, 0.9) 0%, rgba(0, 29, 76, 0.85) 30%, rgba(0, 29, 76, 0) 55%, rgba(0, 29, 76, 0) 100%), linear-gradient(90deg, rgba(0, 29, 76, 0.9) 0%, rgba(0, 29, 76, 0.85) 30%, rgba(0, 29, 76, 0) 55%, rgba(0, 29, 76, 0) 100%), linear-gradient(270deg, rgba(0, 29, 76, 0.9) 0%, rgba(0, 29, 76, 0.2) 15%, rgba(0, 29, 76, 0) 20%);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media screen and (max-width: 576px) {
   .kcw .kcw__banner.kcw__bottom-radial-gradient.kcw__bg {
    background-position: top;
    background-image: linear-gradient(0deg, rgba(0, 29, 76, 0.9) 0%, rgba(0, 29, 76, 0.85) 40%, rgba(0, 29, 76, 0) 60%, rgba(0, 29, 76, 0) 100%);
    background-size: cover;
  }
}
 .kcw .kcw__banner-ctas {
  position: relative;
  top: -114px;
  background-color: #F3F5FA;
  height: 114px;
}
@media screen and (max-width: 1200px) {
   .kcw .kcw__banner-ctas {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
   .kcw .kcw__banner-ctas {
    padding: 0 !important;
  }
   .kcw .kcw__banner-ctas .kcw__d-flex {
    flex-direction: column;
  }
}
 .kcw .kcw__banner-ctas .kcw__bi {
  font-size: 28px;
  color: #029DD3;
  padding-right: 20px;
}
 .kcw .kcw__banner-ctas .kcw__content-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
 .kcw .kcw__banner-ctas .kcw__cta {
  display: flex;
  align-items: center;
}
 .kcw .kcw__banner-ctas .kcw__cta-911 {
  color: #1251A4;
  border-bottom: 2px solid #029DD3;
}
@media (max-width: 991.98px) {
   .kcw .kcw__banner-ctas {
    top: 0;
  }
}
 .kcw .kcw__banner.kcw__content {
  color: #fff;
}
@media (max-width: 991.98px) {
   .kcw .kcw__banner.kcw__content h1 {
    font-size: 32px;
  }
}
 .kcw .kcw__banner.kcw__content h1,
 .kcw .kcw__banner.kcw__content p {
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
   .kcw .kcw__banner.kcw__content h1,
   .kcw .kcw__banner.kcw__content p {
    line-height: normal;
  }
}
 .kcw .kcw__banner.kcw__content .kcw__btn {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
 .kcw .kcw__banner.kcw__content .kcw__btn:hover {
  background-color: white;
  color: #001D4C;
}

 .kcw .kcw__bg-gray-blue {
  background-color: #F3F5FA !important;
}

 .kcw .kcw__billboard {
  position: relative;
}
 .kcw .kcw__billboard--has-img {
  background-size: cover;
}
 .kcw .kcw__billboard--has-img .kcw__billboard-content {
  color: #fff;
}
 .kcw .kcw__billboard-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
 .kcw .kcw__billboard-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
 .kcw .kcw__billboard-image.kcw__bg {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0) 55%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991.98px) {
   .kcw .kcw__billboard-image.kcw__bg {
    background: none;
  }
}
 .kcw .kcw__billboard-content {
  position: relative;
  padding: 2rem;
}
 .kcw .kcw__billboard-content > div {
  padding: 1rem;
  border-radius: 0.4rem;
}
 .kcw .kcw__billboard-content > * {
  margin-bottom: 2rem;
}
 .kcw .kcw__billboard-heading {
  font-size: 54px;
  font-weight: 200;
  line-height: 56px;
}
 .kcw .kcw__billboard-text {
  font-size: 16px;
  line-height: 18px;
}
 .kcw .kcw__billboard-link {
  display: inline-flex;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
 .kcw .kcw__billboard-cards {
  position: relative;
}
@media (max-width: 767.98px) {
   .kcw .kcw__billboard-cards {
    padding: 0 !important;
  }
   .kcw .kcw__billboard-cards .kcw__d-flex {
    flex-direction: column;
  }
}
 .kcw .kcw__billboard-cards .kcw__card {
  flex: 0 0 25%;
  width: 25%;
}
@media (max-width: 1199.98px) {
   .kcw .kcw__billboard-cards .kcw__card {
    flex: 33.3333333333%;
    width: 33.3333333333%;
  }
}
@media (max-width: 767.98px) {
   .kcw .kcw__billboard-cards .kcw__card {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
   .kcw .kcw__billboard-cards .kcw__card .kcw__card-content {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
  }
   .kcw .kcw__billboard-cards .kcw__card .kcw__card-content .kcw__card-footer {
    margin-top: auto;
  }
}
@media (max-width: 767.98px) {
   .kcw .kcw__billboard-content-wrapper {
    position: relative;
  }
   .kcw .kcw__billboard-content {
    padding: 200px 1.25rem 1.25rem;
    background: linear-gradient(0deg, rgba(0, 29, 76, 0.95) 50%, rgba(0, 29, 76, 0) 100%);
  }
   .kcw .kcw__billboard-heading {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 1rem;
  }
   .kcw .kcw__billboard-text {
    margin-bottom: 1rem;
  }
   .kcw .kcw__billboard-link {
    margin-bottom: 1rem;
  }
}

 .kcw blockquote {
  display: block;
  border-left: 2px solid #a4ddff;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
}
 .kcw blockquote p {
  font-style: italic;
  font-size: 28px;
  line-height: 38px;
}
 .kcw blockquote p + figcaption {
  margin-top: 38px;
}
 .kcw blockquote figcaption + * {
  display: inline-block;
  margin-top: 1rem;
}

 .kcw .kcw__btn {
  font-weight: 500;
}
 .kcw .kcw__btn-link {
  font-size: inherit;
}
 .kcw .kcw__btn-outline-white {
  color: #fff;
  border-color: #fff;
}
 .kcw .kcw__btn-outline-white:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
 .kcw .kcw__btn-outline-white:focus,  .kcw .kcw__btn-outline-white.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
 .kcw .kcw__btn-outline-white.kcw__disabled,  .kcw .kcw__btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-white:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-white:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-white.kcw__dropdown-toggle {
  color: #161616;
  background-color: #fff;
  border-color: #fff;
}
 .kcw .kcw__btn-outline-white:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-white:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-white.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
 .kcw .kcw__btn-outline-white:hover {
  color: #0066A4;
}
 .kcw .kcw__btn-outline-primary {
  color: #0066A4;
  border-color: #0066A4;
}
 .kcw .kcw__btn-outline-primary:hover {
  color: #0066A4;
  background-color: #0066A4;
  border-color: #0066A4;
}
 .kcw .kcw__btn-outline-primary:focus,  .kcw .kcw__btn-outline-primary.kcw__focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 164, 0.5);
}
 .kcw .kcw__btn-outline-primary.kcw__disabled,  .kcw .kcw__btn-outline-primary:disabled {
  color: #0066A4;
  background-color: transparent;
}
 .kcw .kcw__btn-outline-primary:not(:disabled):not(.kcw__disabled):active,  .kcw .kcw__btn-outline-primary:not(:disabled):not(.kcw__disabled).kcw__active,  .kcw .kcw__show > .kcw__btn-outline-primary.kcw__dropdown-toggle {
  color: #fff;
  background-color: #0066A4;
  border-color: #0066A4;
}
 .kcw .kcw__btn-outline-primary:not(:disabled):not(.kcw__disabled):active:focus,  .kcw .kcw__btn-outline-primary:not(:disabled):not(.kcw__disabled).kcw__active:focus,  .kcw .kcw__show > .kcw__btn-outline-primary.kcw__dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 164, 0.5);
}
 .kcw .kcw__btn-outline-primary:hover {
  color: #fff;
}

 .kcw .kcw__callout {
  display: block;
  padding: 1.5rem 1rem;
  border-left: 3px solid #e97400;
  background-color: #f4f4f4;
}

 .kcw .kcw__card {
  font-size: 1rem;
}
 .kcw .kcw__card [class*=card] {
  border: none;
  padding: 0;
}
 .kcw .kcw__card [class*=card] + [class*=card] {
  margin-top: 1rem;
}
 .kcw .kcw__card {
  align-self: stretch;
}
 .kcw .kcw__card .kcw__card-content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  flex-grow: 1;
  /*.card-footer {
      margin-top: auto !important;
  }*/
}
 .kcw .kcw__card-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767.98px) {
   .kcw .kcw__card-section {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 575.98px) {
   .kcw .kcw__card-section-cards .kcw__col-sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
   .kcw .kcw__card-section-cards .kcw__col-sm .kcw__card--full-bleed .kcw__card-img-wrapper {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
   .kcw .kcw__card-section-cards .kcw__col-sm + .kcw__col-sm {
    margin-top: 2rem;
  }
   .kcw .kcw__card-section-cards .kcw__col-sm:last-child {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
   .kcw .kcw__card-section-cards .kcw__col-md {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
   .kcw .kcw__card-section-cards .kcw__col-md .kcw__card--full-bleed .kcw__card-img-wrapper {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
   .kcw .kcw__card-section-cards .kcw__col-md + .kcw__col-md {
    margin-top: 2rem;
  }
   .kcw .kcw__card-section-cards .kcw__col-md:last-child {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
   .kcw .kcw__card-section-cards .kcw__col-lg {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
   .kcw .kcw__card-section-cards .kcw__col-lg .kcw__card--full-bleed .kcw__card-img-wrapper {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
   .kcw .kcw__card-section-cards .kcw__col-lg + .kcw__col-lg {
    margin-top: 2rem;
  }
   .kcw .kcw__card-section-cards .kcw__col-lg:last-child {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1199.98px) {
   .kcw .kcw__card-section-cards .kcw__col-xl {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
   .kcw .kcw__card-section-cards .kcw__col-xl .kcw__card--full-bleed .kcw__card-img-wrapper {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }
   .kcw .kcw__card-section-cards .kcw__col-xl + .kcw__col-xl {
    margin-top: 2rem;
  }
   .kcw .kcw__card-section-cards .kcw__col-xl:last-child {
    margin-bottom: 2rem;
  }
}
 .kcw .kcw__card-section--has-banner {
  position: relative;
}
 .kcw .kcw__card-section--has-banner > * {
  position: relative;
}
 .kcw .kcw__card-section--has-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 295px;
  background-color: #f2f5f9;
}
 .kcw .kcw__card-section-header .kcw__basic-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
 .kcw .kcw__card-section-header .kcw__basic-header > div > * {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
   .kcw .kcw__card-section-header .kcw__basic-header > div {
    padding-top: 0;
  }
   .kcw .kcw__card-section-header .kcw__basic-header > div :not(a) {
    font-size: 20px;
  }
}
 .kcw .kcw__card--feature .kcw__card-content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
 .kcw .kcw__card--feature .kcw__card-content .kcw__card-body {
  flex: 0 0 auto;
  font-size: 1.25em;
  line-height: 1.75em;
}
 .kcw .kcw__card--feature .kcw__card-content .kcw__card-title {
  font-size: 2.625em;
}
@media (min-width: 768px) {
   .kcw .kcw__card--feature.kcw__card--image-left .kcw__card-img-wrapper {
    padding-right: 1.5em;
  }
   .kcw .kcw__card--feature.kcw__card--image-left .kcw__card-content {
    padding-left: 1.5em;
  }
   .kcw .kcw__card--feature.kcw__card--image-right .kcw__card-img-wrapper {
    padding-left: 1.5em;
  }
   .kcw .kcw__card--feature.kcw__card--image-right .kcw__card-content {
    padding-right: 1.5em;
  }
}
@media (max-width: 991.98px) {
   .kcw .kcw__card--feature {
    flex-direction: column !important;
  }
   .kcw .kcw__card--feature figure {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 0 0 1.25rem !important;
  }
}
 .kcw .kcw__card--full-bleed {
  padding: 0;
  border: none;
}
 .kcw .kcw__card--border-top {
  border-top-color: #C1C7CD;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
 .kcw .kcw__card--spread [class*=card] + [class*=card] {
  margin-top: 2em;
}
@media (max-width: 991.98px) {
   .kcw .kcw__card--spread [class*=card] + [class*=card] {
    margin-top: 1.25rem;
  }
}
 .kcw .kcw__card--stretch.kcw__card--spread .kcw__card-content .kcw__card-body {
  margin: 6em 0 4em;
}
@media (max-width: 991.98px) {
   .kcw .kcw__card--stretch.kcw__card--spread .kcw__card-content .kcw__card-body {
    margin: 1.5rem 0;
  }
}
 .kcw .kcw__card--stretch.kcw__card--spread .kcw__card-content .kcw__card-body {
  flex: 0 0 auto;
}
 .kcw .kcw__card--image-left,  .kcw .kcw__card--image-right {
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
   .kcw .kcw__card--image-left,  .kcw .kcw__card--image-right {
    flex-wrap: wrap;
  }
}
 .kcw .kcw__card--image-left .kcw__card-content,  .kcw .kcw__card--image-right .kcw__card-content {
  flex-grow: 1;
  margin-top: 0 !important;
}
@media (max-width: 767.98px) {
   .kcw .kcw__card--image-left .kcw__card-content,  .kcw .kcw__card--image-right .kcw__card-content {
    margin-top: 1.25rem !important;
  }
}
 .kcw .kcw__card--image-left figure,  .kcw .kcw__card--image-right figure {
  flex: 0 0 50%;
  width: 50%;
  margin-bottom: 0;
}
 .kcw .kcw__card--content-grow.kcw__card--image-left figure,  .kcw .kcw__card--content-grow.kcw__card--image-right figure {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
}
@media (max-width: 767.98px) {
   .kcw .kcw__card--content-grow.kcw__card--image-left figure,  .kcw .kcw__card--content-grow.kcw__card--image-right figure {
    flex: 0 0 100%;
    width: 100%;
  }
}
 .kcw .kcw__card--image-left {
  flex-direction: row;
}
 .kcw .kcw__card--image-left figure {
  margin-right: 1.25rem;
}
@media (max-width: 767.98px) {
   .kcw .kcw__card--image-left figure {
    margin-right: 0;
  }
}
 .kcw .kcw__card--image-right {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
   .kcw .kcw__card--image-right {
    flex-direction: row;
  }
}
 .kcw .kcw__card--image-right figure {
  margin-left: 1.25rem;
}
@media (max-width: 767.98px) {
   .kcw .kcw__card--image-right figure {
    margin-left: 0;
  }
}
 .kcw .kcw__card--image-auto figure img {
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
   .kcw .kcw__card--image-right figure,  .kcw .kcw__card--image-left figure,  .kcw .kcw__card--image-auto figure,  .kcw .kcw__card--content-grow figure {
    flex: 0 0 100%;
    width: 100%;
  }
}
 .kcw .kcw__card--light {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
 .kcw .kcw__card--dark {
  background-color: #0066A4;
  border-color: #0066A4;
  color: #fff;
}
 .kcw .kcw__card--dark a {
  color: #fff;
}
 .kcw .kcw__card-meta {
  font-size: 0.75em;
}
 .kcw .kcw__badge + .kcw__card-meta-text {
  margin-left: 0.5em;
}
 .kcw .kcw__card-meta + .kcw__card-title {
  margin-top: 0.5em !important;
}
 .kcw .kcw__card-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
 .kcw .kcw__card-header .kcw__badge {
  margin-bottom: 1em;
}
 .kcw .kcw__card--spread .kcw__card-header .kcw__badge {
  margin-bottom: 2em;
}
 .kcw .kcw__card-socket {
  flex: 0 0 100%;
  width: 100%;
  padding: 1.25rem;
  background-color: #f4f4f4;
  color: #525252;
  font-size: 0.875em;
}
 .kcw .kcw__card-socket a {
  color: inherit;
  text-decoration: underline;
}
 .kcw .kcw__card--has-socket {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
 .kcw .kcw__card--has-socket .kcw__card-content,
 .kcw .kcw__card--has-socket .kcw__card-img-wrapper,
 .kcw .kcw__card--has-socket .kcw__card-socket {
  padding: 1.25rem !important;
  margin: 0 !important;
}
 .kcw .kcw__card--has-socket .kcw__card-content {
  order: 1;
  flex: 0 0 50%;
}
 .kcw .kcw__card--has-socket .kcw__card-img-wrapper {
  order: 2;
  flex: 0 0 50%;
}
 .kcw .kcw__card--has-socket .kcw__card-socket {
  order: 3;
}
 .kcw .kcw__card--has-socket.kcw__card--image-right .kcw__card-img-wrapper {
  padding-left: 0 !important;
}
 .kcw .kcw__card--has-socket.kcw__card--image-left .kcw__card-content {
  order: 3;
}
 .kcw .kcw__card--has-socket.kcw__card--image-left .kcw__card-img-wrapper {
  padding-right: 0 !important;
}
 .kcw .kcw__card--has-socket.kcw__card--content-grow .kcw__card-content {
  flex: 0 0 66.6666666667%;
}
 .kcw .kcw__card--has-socket.kcw__card--content-grow .kcw__card-img-wrapper {
  flex: 0 0 33.3333333333%;
}
 .kcw .kcw__card-title {
  margin: 0;
}
 .kcw .kcw__card-link {
  display: inline-block;
  border-bottom: 2px solid #029DD3 !important;
}
 .kcw .kcw__card--link-right .kcw__card-link--icon {
  text-align: right;
}
 .kcw .kcw__card--link-full {
  position: relative;
}
 .kcw .kcw__card--link-full .kcw__card-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
 .kcw .kcw__card-icon-wrapper {
  width: 3.75em;
  height: 3.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid var(--light) !important;
  color: var(--primary);
  padding: 0.9375em !important;
}
 .kcw .kcw__card-icon {
  object-fit: contain;
}
 .kcw .kcw__card-link-text + .kcw__card-icon {
  margin-left: 1em;
}
 .kcw .kcw__card h1,  .kcw .kcw__card h2 {
  font-weight: 300;
}
 .kcw .kcw__card h1 {
  font-size: 2.5em;
}
 .kcw .kcw__card h2 {
  font-size: 2em;
}
 .kcw .kcw__card h3 {
  font-size: 1.375em;
  color: #001d4c;
  margin-top: 1rem !important;
}
 .kcw .kcw__card figure {
  margin-bottom: 0;
}
 .kcw .kcw__card p {
  font-size: 1em;
}
 .kcw .kcw__card p:last-child {
  margin-bottom: 0;
}
 .kcw .kcw__card hr {
  width: 3.75em;
  margin-left: 0;
}
 .kcw .kcw__card.kcw__card-clean {
  border: 1px solid #E0E0E0;
  margin-bottom: 1.5rem;
}
 .kcw .kcw__card.kcw__card-clean .kcw__btn {
  width: 90%;
  margin: 0 auto;
  font-size: 0.75rem;
}
 .kcw .kcw__card.kcw__card-clean p {
  font-size: 0.75rem;
}

 .kcw .kcw__card-grid {
  border: 1px solid #E0E0E0;
  border-right: none;
  border-bottom: none;
  background-color: #E0E0E0;
  margin: 0;
}
 .kcw .kcw__card-grid .kcw__row {
  margin: 0;
}
 .kcw .kcw__card-grid [class*=col] {
  padding: 0;
}
 .kcw .kcw__card-grid .kcw__card {
  border-left: none;
  border-top: none;
}

@media (min-width: 768px) {
   .kcw #kcw__root .kcw__card,
   .kcw .kcw__docs-story .kcw__card,
  body .kcw .kcw__partial .kcw__card,
  body .kcw .kcw__variant .kcw__card {
    max-width: 50%;
  }
}

 .kcw .kcw__row .kcw__card {
  max-width: none !important;
}

 .kcw [data-toggle=collapse][aria-expanded=false] .kcw__bi:last-of-type {
  display: none;
}
 .kcw [data-toggle=collapse][aria-expanded=false] .kcw__bi:first-of-type {
  display: block;
}
 .kcw [data-toggle=collapse][aria-expanded=true] .kcw__bi:first-of-type {
  display: none;
}
 .kcw [data-toggle=collapse][aria-expanded=true] .kcw__bi:last-of-type {
  display: block;
}

 .kcw .kcw__container .kcw__bg-brand-blue,  .kcw .kcw__container .kcw__bg-brand-brightblue,  .kcw .kcw__container.kcw__bg-brand-brightblue,  .kcw .kcw__container-fluid .kcw__bg-brand-blue,  .kcw .kcw__container-sm .kcw__bg-brand-blue,  .kcw .kcw__container-md .kcw__bg-brand-blue,  .kcw .kcw__container-lg .kcw__bg-brand-blue,  .kcw .kcw__container-xl .kcw__bg-brand-blue,  .kcw .kcw__container-fluid .kcw__bg-brand-brightblue,  .kcw .kcw__container-sm .kcw__bg-brand-brightblue,  .kcw .kcw__container-md .kcw__bg-brand-brightblue,  .kcw .kcw__container-lg .kcw__bg-brand-brightblue,  .kcw .kcw__container-xl .kcw__bg-brand-brightblue,  .kcw .kcw__container-fluid.kcw__bg-brand-brightblue,  .kcw .kcw__bg-brand-brightblue.kcw__container-sm,  .kcw .kcw__bg-brand-brightblue.kcw__container-md,  .kcw .kcw__bg-brand-brightblue.kcw__container-lg,  .kcw .kcw__bg-brand-brightblue.kcw__container-xl {
  color: #fff;
}
 .kcw .kcw__container .kcw__bg-brand-blue a,  .kcw .kcw__container .kcw__bg-brand-brightblue a,  .kcw .kcw__container.kcw__bg-brand-brightblue a,  .kcw .kcw__container-fluid .kcw__bg-brand-blue a,  .kcw .kcw__container-sm .kcw__bg-brand-blue a,  .kcw .kcw__container-md .kcw__bg-brand-blue a,  .kcw .kcw__container-lg .kcw__bg-brand-blue a,  .kcw .kcw__container-xl .kcw__bg-brand-blue a,  .kcw .kcw__container-fluid .kcw__bg-brand-brightblue a,  .kcw .kcw__container-sm .kcw__bg-brand-brightblue a,  .kcw .kcw__container-md .kcw__bg-brand-brightblue a,  .kcw .kcw__container-lg .kcw__bg-brand-brightblue a,  .kcw .kcw__container-xl .kcw__bg-brand-brightblue a,  .kcw .kcw__container-fluid.kcw__bg-brand-brightblue a,  .kcw .kcw__bg-brand-brightblue.kcw__container-sm a,  .kcw .kcw__bg-brand-brightblue.kcw__container-md a,  .kcw .kcw__bg-brand-brightblue.kcw__container-lg a,  .kcw .kcw__bg-brand-brightblue.kcw__container-xl a {
  text-decoration: underline;
}
 .kcw .kcw__container .kcw__bg-brand-blue a,  .kcw .kcw__container .kcw__bg-brand-blue a:visited,  .kcw .kcw__container .kcw__bg-brand-brightblue a,  .kcw .kcw__container .kcw__bg-brand-brightblue a:visited,  .kcw .kcw__container.kcw__bg-brand-brightblue a,  .kcw .kcw__container.kcw__bg-brand-brightblue a:visited,  .kcw .kcw__container-fluid .kcw__bg-brand-blue a,  .kcw .kcw__container-sm .kcw__bg-brand-blue a,  .kcw .kcw__container-md .kcw__bg-brand-blue a,  .kcw .kcw__container-lg .kcw__bg-brand-blue a,  .kcw .kcw__container-xl .kcw__bg-brand-blue a,  .kcw .kcw__container-fluid .kcw__bg-brand-blue a:visited,  .kcw .kcw__container-fluid .kcw__bg-brand-brightblue a,  .kcw .kcw__container-sm .kcw__bg-brand-brightblue a,  .kcw .kcw__container-md .kcw__bg-brand-brightblue a,  .kcw .kcw__container-lg .kcw__bg-brand-brightblue a,  .kcw .kcw__container-xl .kcw__bg-brand-brightblue a,  .kcw .kcw__container-fluid .kcw__bg-brand-brightblue a:visited,  .kcw .kcw__container-fluid.kcw__bg-brand-brightblue a,  .kcw .kcw__bg-brand-brightblue.kcw__container-sm a,  .kcw .kcw__bg-brand-brightblue.kcw__container-md a,  .kcw .kcw__bg-brand-brightblue.kcw__container-lg a,  .kcw .kcw__bg-brand-brightblue.kcw__container-xl a,  .kcw .kcw__container-fluid.kcw__bg-brand-brightblue a:visited {
  color: #fff !important;
}
 .kcw .kcw__container-fluid--padded {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767.98px) {
   .kcw .kcw__container-fluid--padded {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
   .kcw .kcw__container-fluid--padded > .kcw__row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
 .kcw .kcw__container-fluid.kcw__bg-brand-darkblue,  .kcw .kcw__bg-brand-darkblue.kcw__container-sm,  .kcw .kcw__bg-brand-darkblue.kcw__container-md,  .kcw .kcw__bg-brand-darkblue.kcw__container-lg,  .kcw .kcw__bg-brand-darkblue.kcw__container-xl {
  background: #001d4c;
  color: #fff;
}
 .kcw .kcw__container-fluid.kcw__bg-brand-darkblue a,  .kcw .kcw__bg-brand-darkblue.kcw__container-sm a,  .kcw .kcw__bg-brand-darkblue.kcw__container-md a,  .kcw .kcw__bg-brand-darkblue.kcw__container-lg a,  .kcw .kcw__bg-brand-darkblue.kcw__container-xl a {
  color: #fff !important;
}
 .kcw .kcw__container-fluid.kcw__bg-brand-brightblue,  .kcw .kcw__bg-brand-brightblue.kcw__container-sm,  .kcw .kcw__bg-brand-brightblue.kcw__container-md,  .kcw .kcw__bg-brand-brightblue.kcw__container-lg,  .kcw .kcw__bg-brand-brightblue.kcw__container-xl {
  background: #001d4c;
}
 .kcw .kcw__container-fluid.kcw__bg-brand-blue,  .kcw .kcw__bg-brand-blue.kcw__container-sm,  .kcw .kcw__bg-brand-blue.kcw__container-md,  .kcw .kcw__bg-brand-blue.kcw__container-lg,  .kcw .kcw__bg-brand-blue.kcw__container-xl {
  background: #1251a4;
}
 .kcw .kcw__container-fluid.kcw__bg-brand-lightblue,  .kcw .kcw__bg-brand-lightblue.kcw__container-sm,  .kcw .kcw__bg-brand-lightblue.kcw__container-md,  .kcw .kcw__bg-brand-lightblue.kcw__container-lg,  .kcw .kcw__bg-brand-lightblue.kcw__container-xl {
  background: #029dd3;
  color: #fff;
}
 .kcw .kcw__container-fluid.kcw__bg-blue-left,  .kcw .kcw__bg-blue-left.kcw__container-sm,  .kcw .kcw__bg-blue-left.kcw__container-md,  .kcw .kcw__bg-blue-left.kcw__container-lg,  .kcw .kcw__bg-blue-left.kcw__container-xl {
  background: linear-gradient(90deg, #1251A4 0%, #1251A4 50%, #F3F5FA 50%, #F3F5FA 100%);
}
 .kcw .kcw__container-fluid.kcw__bg-blue-right,  .kcw .kcw__bg-blue-right.kcw__container-sm,  .kcw .kcw__bg-blue-right.kcw__container-md,  .kcw .kcw__bg-blue-right.kcw__container-lg,  .kcw .kcw__bg-blue-right.kcw__container-xl {
  background: linear-gradient(270deg, #1251A4 0%, #1251A4 50%, #F3F5FA 50%, #F3F5FA 100%);
}
@media (max-width: 991.98px) {
   .kcw .kcw__container-fluid.kcw__bg-blue-right .kcw__text-light,  .kcw .kcw__bg-blue-right.kcw__container-sm .kcw__text-light,  .kcw .kcw__bg-blue-right.kcw__container-md .kcw__text-light,  .kcw .kcw__bg-blue-right.kcw__container-lg .kcw__text-light,  .kcw .kcw__bg-blue-right.kcw__container-xl .kcw__text-light {
    padding-top: 1rem;
    background-color: #1251A4;
  }
   .kcw .kcw__container-fluid.kcw__bg-blue-right,  .kcw .kcw__bg-blue-right.kcw__container-sm,  .kcw .kcw__bg-blue-right.kcw__container-md,  .kcw .kcw__bg-blue-right.kcw__container-lg,  .kcw .kcw__bg-blue-right.kcw__container-xl {
    background: none;
    background-color: #f4f4f4;
  }
}
 .kcw .kcw__container-fluid.kcw__bg-blue-right .kcw__row div:nth-child(2),  .kcw .kcw__bg-blue-right.kcw__container-sm .kcw__row div:nth-child(2),  .kcw .kcw__bg-blue-right.kcw__container-md .kcw__row div:nth-child(2),  .kcw .kcw__bg-blue-right.kcw__container-lg .kcw__row div:nth-child(2),  .kcw .kcw__bg-blue-right.kcw__container-xl .kcw__row div:nth-child(2) {
  position: relative;
}
@media (max-width: 991.98px) {
   .kcw .kcw__container-fluid.kcw__bg-blue-right .kcw__row div:nth-child(2),  .kcw .kcw__bg-blue-right.kcw__container-sm .kcw__row div:nth-child(2),  .kcw .kcw__bg-blue-right.kcw__container-md .kcw__row div:nth-child(2),  .kcw .kcw__bg-blue-right.kcw__container-lg .kcw__row div:nth-child(2),  .kcw .kcw__bg-blue-right.kcw__container-xl .kcw__row div:nth-child(2) {
    width: 100vw;
  }
}
 .kcw .kcw__container-fluid.kcw__bg-blue-right .kcw__row div:nth-child(2),  .kcw .kcw__bg-blue-right.kcw__container-sm .kcw__row div:nth-child(2),  .kcw .kcw__bg-blue-right.kcw__container-md .kcw__row div:nth-child(2),  .kcw .kcw__bg-blue-right.kcw__container-lg .kcw__row div:nth-child(2),  .kcw .kcw__bg-blue-right.kcw__container-xl .kcw__row div:nth-child(2) {
  left: -15px;
  padding-left: 0px;
  padding-right: 0px;
}
 .kcw .kcw__container-fluid.kcw__bg-blue-right .kcw__row div:nth-child(2) .kcw__content-block,  .kcw .kcw__bg-blue-right.kcw__container-sm .kcw__row div:nth-child(2) .kcw__content-block,  .kcw .kcw__bg-blue-right.kcw__container-md .kcw__row div:nth-child(2) .kcw__content-block,  .kcw .kcw__bg-blue-right.kcw__container-lg .kcw__row div:nth-child(2) .kcw__content-block,  .kcw .kcw__bg-blue-right.kcw__container-xl .kcw__row div:nth-child(2) .kcw__content-block {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991.98px) {
   .kcw .kcw__container-fluid.kcw__bg-blue-right .kcw__row div:nth-child(2) .kcw__content-block,  .kcw .kcw__bg-blue-right.kcw__container-sm .kcw__row div:nth-child(2) .kcw__content-block,  .kcw .kcw__bg-blue-right.kcw__container-md .kcw__row div:nth-child(2) .kcw__content-block,  .kcw .kcw__bg-blue-right.kcw__container-lg .kcw__row div:nth-child(2) .kcw__content-block,  .kcw .kcw__bg-blue-right.kcw__container-xl .kcw__row div:nth-child(2) .kcw__content-block {
    width: 100vw;
  }
}
 .kcw .kcw__container-fluid.kcw__bg-brightblue-60,  .kcw .kcw__bg-brightblue-60.kcw__container-sm,  .kcw .kcw__bg-brightblue-60.kcw__container-md,  .kcw .kcw__bg-brightblue-60.kcw__container-lg,  .kcw .kcw__bg-brightblue-60.kcw__container-xl {
  background: linear-gradient(90deg, #03147C 0%, #03147C 60%, #001D4C 60%);
}
 .kcw .kcw__container .kcw__row.kcw__list-header .kcw__content-block {
  padding-top: 0;
  padding-bottom: 0;
}
 .kcw .kcw__container .kcw__row.kcw__list-header .kcw__sf_colsIn:last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
 .kcw .kcw__container .kcw__row.kcw__list-header .kcw__sf_colsIn:last-child .kcw__content-block {
  display: flex;
  flex-direction: column;
  text-align: right;
}
 .kcw .kcw__container .kcw__row .kcw__sf_colsIn:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media (max-width: 991.98px) {
   .kcw h2 {
    font-size: 20px;
    line-height: 32px;
  }
}

 .kcw .kcw__footer {
  background-color: #001d4c;
  color: #fff !important;
  padding: 1rem 2rem;
}
 .kcw .kcw__footer a {
  color: #fff;
}
 .kcw .kcw__footer-i18n,  .kcw .kcw__footer-copyright {
  color: #C6C6C6 !important;
}
 .kcw .kcw__footer p {
  margin-bottom: 0;
}
 .kcw .kcw__footer .kcw__footer-list {
  margin-bottom: 1rem;
}
 .kcw .kcw__footer .kcw__footer-list li:first-child {
  margin-bottom: 1rem;
}
 .kcw .kcw__footer .kcw__footer-list--social {
  display: flex;
}
 .kcw .kcw__footer .kcw__footer-list--social li {
  margin-left: 1.5rem;
}
 .kcw .kcw__footer .kcw__footer-list--social li:first-child {
  margin: 0;
}
 .kcw .kcw__footer .kcw__col-lg > * {
  margin-bottom: 1.5rem;
}
 .kcw .kcw__footer .kcw__col-12 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
 .kcw .kcw__footer .kcw__col-12:first-child {
  margin-bottom: 3rem;
}
 .kcw .kcw__footer .kcw__col-12 + .kcw__col-12 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
}
@media (min-width: 992px) {
   .kcw .kcw__footer .kcw__col-12 [class*=col]:first-child {
    padding-left: 0;
  }
   .kcw .kcw__footer .kcw__col-12 [class*=col]:last-child {
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
   .kcw .kcw__footer {
    padding: 0;
  }
   .kcw .kcw__footer .kcw__col-12 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
   .kcw .kcw__footer .kcw__footer-links {
    margin-bottom: 0 !important;
  }
}

 .kcw .kcw__form-inline .kcw__form-group {
  height: 48px;
  width: 480px;
  max-width: 100%;
}
 .kcw .kcw__banner--search .kcw__form-inline .kcw__form-group {
  width: 100%;
  margin-bottom: 1rem;
}
 .kcw .kcw__form-inline .kcw__form-group {
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
  padding-right: 0;
}
 .kcw .kcw__form-inline .kcw__form-group-icon {
  position: absolute;
  height: 48px;
  display: flex;
  align-items: center;
  left: 1rem;
  top: 0;
}
 .kcw .kcw__form-inline .kcw__form-group-input,  .kcw .kcw__form-inline .kcw__form-group-button {
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 100%;
  border: 0px;
  border-bottom: 1px solid #0066A4;
}
 .kcw .kcw__form-inline .kcw__form-group-input {
  flex-grow: 1;
  border: none;
  font-size: 14px;
  color: #000;
  padding-left: 3rem;
  border-bottom: 1px solid #0066A4;
}
 .kcw .kcw__form-inline .kcw__form-group .kcw__form-group-icon,
 .kcw .kcw__form-inline .kcw__form-group .kcw__form-group-input::placeholder {
  color: #697077;
}

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

 .kcw .kcw__sfPageWrapper .kcw__bg-image {
  display: block !important;
}

 .kcw .kcw__landing_page .kcw__bg-image {
  display: none;
}
 .kcw .kcw__landing_page .kcw__container-fluid.kcw__border-shadow,  .kcw .kcw__landing_page .kcw__border-shadow.kcw__container-sm,  .kcw .kcw__landing_page .kcw__border-shadow.kcw__container-md,  .kcw .kcw__landing_page .kcw__border-shadow.kcw__container-lg,  .kcw .kcw__landing_page .kcw__border-shadow.kcw__container-xl {
  box-shadow: 0 2px 28px 0px rgba(0, 29, 76, 0.07);
}
 .kcw .kcw__landing_page .kcw__container-fluid.kcw__border-shadow p,  .kcw .kcw__landing_page .kcw__border-shadow.kcw__container-sm p,  .kcw .kcw__landing_page .kcw__border-shadow.kcw__container-md p,  .kcw .kcw__landing_page .kcw__border-shadow.kcw__container-lg p,  .kcw .kcw__landing_page .kcw__border-shadow.kcw__container-xl p {
  margin-bottom: 0;
}
 .kcw .kcw__landing_page .kcw__container-fluid .kcw__image-fill img,  .kcw .kcw__landing_page .kcw__container-sm .kcw__image-fill img,  .kcw .kcw__landing_page .kcw__container-md .kcw__image-fill img,  .kcw .kcw__landing_page .kcw__container-lg .kcw__image-fill img,  .kcw .kcw__landing_page .kcw__container-xl .kcw__image-fill img {
  width: 100%;
  height: auto;
}
 .kcw .kcw__landing_page .kcw__container-fluid .kcw__content-block,  .kcw .kcw__landing_page .kcw__container-sm .kcw__content-block,  .kcw .kcw__landing_page .kcw__container-md .kcw__content-block,  .kcw .kcw__landing_page .kcw__container-lg .kcw__content-block,  .kcw .kcw__landing_page .kcw__container-xl .kcw__content-block {
  font-size: 1.1125rem;
}
 .kcw .kcw__landing_page .kcw__container-fluid .kcw__content-block h2,  .kcw .kcw__landing_page .kcw__container-sm .kcw__content-block h2,  .kcw .kcw__landing_page .kcw__container-md .kcw__content-block h2,  .kcw .kcw__landing_page .kcw__container-lg .kcw__content-block h2,  .kcw .kcw__landing_page .kcw__container-xl .kcw__content-block h2 {
  margin-bottom: 2rem;
}
 .kcw .kcw__landing_page .kcw__container-fluid .kcw__content-block ul,  .kcw .kcw__landing_page .kcw__container-sm .kcw__content-block ul,  .kcw .kcw__landing_page .kcw__container-md .kcw__content-block ul,  .kcw .kcw__landing_page .kcw__container-lg .kcw__content-block ul,  .kcw .kcw__landing_page .kcw__container-xl .kcw__content-block ul {
  padding-inline-start: 1rem;
}
 .kcw .kcw__landing_page .kcw__container-fluid .kcw__content-block li,  .kcw .kcw__landing_page .kcw__container-sm .kcw__content-block li,  .kcw .kcw__landing_page .kcw__container-md .kcw__content-block li,  .kcw .kcw__landing_page .kcw__container-lg .kcw__content-block li,  .kcw .kcw__landing_page .kcw__container-xl .kcw__content-block li {
  list-style-image: none;
  margin-bottom: 1rem;
}
 .kcw .kcw__landing_page .kcw__container-fluid .kcw__content-block li::marker,  .kcw .kcw__landing_page .kcw__container-sm .kcw__content-block li::marker,  .kcw .kcw__landing_page .kcw__container-md .kcw__content-block li::marker,  .kcw .kcw__landing_page .kcw__container-lg .kcw__content-block li::marker,  .kcw .kcw__landing_page .kcw__container-xl .kcw__content-block li::marker {
  content: "\f26b";
  font-family: bootstrap-icons !important;
  display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

 .kcw .kcw__patient-stories {
  color: var(--white);
}
 .kcw .kcw__patient-stories .kcw__patient-stories-header {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}
 .kcw .kcw__patient-stories .kcw__patient-stories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
  margin-bottom: 3rem;
}
 .kcw .kcw__patient-stories .kcw__patient-stories-list .kcw__patient-story {
  width: 20%;
}
@media (max-width: 991.98px) {
   .kcw .kcw__patient-stories .kcw__patient-stories-list .kcw__patient-story {
    width: 100vw;
  }
}
 .kcw .kcw__patient-stories .kcw__patient-stories-list .kcw__patient-story {
  display: flex;
  flex-direction: column;
}
 .kcw .kcw__patient-stories .kcw__patient-stories-list .kcw__patient-story .kcw__patient-story-header {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
 .kcw .kcw__patient-stories .kcw__patient-stories-list .kcw__patient-story .kcw__patient-story-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}
 .kcw .kcw__patient-stories .kcw__patient-stories-list .kcw__patient-story .kcw__patient-story-body h3 {
  flex-grow: 0;
  font-size: 1.1125rem;
  margin-bottom: 1rem;
}
 .kcw .kcw__patient-stories .kcw__patient-stories-list .kcw__patient-story .kcw__patient-story-body p.kcw__excerpt {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
}
@keyframes slidein {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
 .kcw .kcw__patient-stories .kcw__patient-stories-list .kcw__patient-story .kcw__patient-story-body p.kcw__link {
  flex-grow: 0;
}
 .kcw .kcw__patient-stories .kcw__patient-stories-list .kcw__patient-story .kcw__patient-story-body p.kcw__link button.kcw__media-modal-button {
  display: inline-block;
  color: var(--white);
  text-decoration: none;
}
 .kcw .kcw__patient-stories .kcw__patient-stories-list .kcw__patient-story .kcw__patient-story-body p.kcw__link button.kcw__media-modal-button:after {
  display: block;
  content: "";
  transform-origin: 0% 50%;
}
 .kcw .kcw__patient-stories .kcw__patient-stories-list .kcw__patient-story .kcw__patient-story-body p.kcw__link button.kcw__media-modal-button:hover:after {
  animation: 500ms slidein;
  border-bottom: 2px solid #fff;
  transform: scaleX(1);
}
 .kcw .kcw__patient-stories .kcw__patient-stories-list .kcw__patient-story .kcw__patient-story-body p.kcw__link button.kcw__media-modal-button:hover {
  text-decoration: none;
  border-bottom: none;
}
 .kcw .kcw__patient-stories .kcw__patient-stories-list .kcw__patient-story .kcw__patient-story-body p.kcw__link .kcw__media-modal-button i {
  display: none;
}
 .kcw .kcw__patient-stories .kcw__patient-stories-list .kcw__patient-story .kcw__patient-story-body p.kcw__link .kcw__media-modal-button:hover {
  text-decoration: none;
}
 .kcw .kcw__patient-stories .kcw__patient-stories-list .kcw__patient-story .kcw__patient-story-body p.kcw__link .kcw__media-modal-button {
  color: #fff;
  border-bottom: 2px solid var(--brand-lightblue);
}
 .kcw .kcw__patient-stories .kcw__patient-stories-footer {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #1251A4;
  margin-top: 3px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
 .kcw .kcw__patient-stories .kcw__patient-stories-footer a {
  color: #fff;
}

 .kcw #kcw__storyModal {
  color: #343a40;
}
 .kcw #kcw__storyModal .kcw__modal-dialog.kcw__modal-lg .kcw__modal-content .kcw__modal-header .kcw__modal-title {
  align-self: flex-endd;
}
 .kcw #kcw__storyModal .kcw__modal-dialog.kcw__modal-lg .kcw__modal-content .kcw__modal-body {
  flex-grow: 1;
  padding: 4rem;
}
@media (max-width: 991.98px) {
   .kcw #kcw__storyModal .kcw__modal-dialog.kcw__modal-lg .kcw__modal-content .kcw__modal-body {
    padding: 1rem;
  }
}
 .kcw #kcw__storyModal .kcw__modal-dialog.kcw__modal-lg .kcw__modal-content .kcw__modal-body #kcw__story-image {
  display: inline;
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

 .kcw .kcw__service-line-hero {
  color: #f4f4f4;
  min-height: 650px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  background: linear-gradient(135deg, rgba(0, 29, 76, 0.9) 0%, rgba(0, 29, 76, 0.85) 30%, rgba(0, 29, 76, 0) 55%, rgba(0, 29, 76, 0) 100%), linear-gradient(45deg, rgba(0, 29, 76, 0.9) 0%, rgba(0, 29, 76, 0.85) 30%, rgba(0, 29, 76, 0) 55%, rgba(0, 29, 76, 0) 100%), linear-gradient(90deg, rgba(0, 29, 76, 0.9) 0%, rgba(0, 29, 76, 0.85) 30%, rgba(0, 29, 76, 0) 55%, rgba(0, 29, 76, 0) 100%), linear-gradient(270deg, rgba(0, 29, 76, 0.9) 0%, rgba(0, 29, 76, 0.2) 15%, rgba(0, 29, 76, 0) 20%);
}
@media (max-width: 991.98px) {
   .kcw .kcw__service-line-hero {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 400px;
    background-position: center;
  }
   .kcw .kcw__service-line-hero .kcw__content-block h1 {
    font-size: 24px;
  }
}

 .kcw .kcw__service-line-content {
  background-color: transparent;
  position: relative;
  top: -7rem;
}
@media (max-width: 991.98px) {
   .kcw .kcw__service-line-content {
    top: -5rem;
  }
}
 .kcw .kcw__service-line-content .kcw__specialty-list-header {
  display: none;
}
 .kcw .kcw__service-line-content .kcw__content-block:not(.kcw__no-padding) {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991.98px) {
   .kcw .kcw__service-line-content .kcw__content-block:not(.kcw__no-padding) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
 .kcw .kcw__service-line-content .kcw__content-block h2 {
  margin-bottom: 40px;
}
 .kcw .kcw__service-line-content .kcw__content-block ul {
  padding-inline-start: 1rem;
}
 .kcw .kcw__service-line-content .kcw__content-block li {
  list-style-image: none;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
 .kcw .kcw__service-line-content .kcw__content-block li::marker {
  content: "\f26b";
  font-family: bootstrap-icons !important;
  display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 .kcw .kcw__service-line-content .kcw__content-block .kcw__columns-2 {
  columns: 2 auto;
}
 .kcw .kcw__service-line-content .kcw__content-block .kcw__columns-3 {
  columns: 3 auto;
}
 .kcw .kcw__service-line-content section.kcw__content-section.kcw__gradient-top:before {
  content: "";
  display: block;
  background: repeating-linear-gradient(90deg, rgba(2, 157, 211, 0.95), rgba(109, 196, 42, 0.95));
  height: 0.5rem;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  z-index: 100;
  top: 0;
}
 .kcw .kcw__service-line-content section.kcw__content-section .kcw__content-block {
  padding-left: 12.88rem;
  padding-right: 12.88rem;
}
@media (max-width: 991.98px) {
   .kcw .kcw__service-line-content section.kcw__content-section .kcw__content-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
 .kcw .kcw__service-line-content section.kcw__content-section .kcw__content-block h2 {
  margin-bottom: 40px;
}

body .kcw .kcw__sfPageEditor .kcw__service-line .kcw__service-line-content {
  top: 0;
}

 .kcw .kcw__nav-item-text {
  padding: 1.25rem;
  display: block;
}
 .kcw .kcw__nav-link {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
 .kcw .kcw__nav-link-icon {
  margin-left: 3rem;
}
@media (min-width: 992px) {
   .kcw .kcw__nav-link-icon {
    margin-left: 100px;
  }
}
 .kcw .kcw__badge + .kcw__nav-link {
  margin-top: 0.5rem !important;
}
 .kcw .kcw__nav--column {
  flex-direction: column;
}
 .kcw .kcw__nav--column .kcw__nav-item {
  width: 100%;
}
 .kcw .kcw__nav--column .kcw__nav-link {
  width: 100%;
  padding: 0;
  margin: 1rem 0;
}
 .kcw .kcw__nav--border-top .kcw__nav-item {
  margin: 0;
  padding: 1.5rem 0;
  border-top: 1px solid #dfe2e6;
}
 .kcw .kcw__nav--border-top .kcw__nav-link {
  margin: 0;
  padding: 0;
}
 .kcw .kcw__nav--border-bottom .kcw__nav-item:last-child {
  border-bottom: 1px solid #dfe2e6;
}
 .kcw .kcw__nav--has-icons .kcw__nav-link {
  font-weight: bold;
}
 .kcw .kcw__nav--grid-list .kcw__nav-item {
  flex: 0 0 33.3333333333%;
  border: 1px solid #dfe2e6;
  border-top: none;
}
 .kcw .kcw__nav--grid-list .kcw__nav-item .kcw__nav-link {
  padding: 1rem;
  color: #000;
  font-size: 14px;
}
 .kcw .kcw__nav--grid-list .kcw__nav-item .kcw__nav-link:hover {
  color: #0066A4;
  text-decoration: underline;
}
 .kcw .kcw__nav--grid-list-2-column .kcw__nav-item {
  flex: 0 0 50%;
}
 .kcw .kcw__nav--grid-list-2-column .kcw__nav-item:nth-child(1),  .kcw .kcw__nav--grid-list-2-column .kcw__nav-item:nth-child(2) {
  border-top: 1px solid #dfe2e6;
}
 .kcw .kcw__nav--grid-list-2-column .kcw__nav-item:nth-child(even) {
  border-left: none;
}
 .kcw .kcw__nav--grid-list:not(.kcw__nav--grid-list-2-column) .kcw__nav-item:nth-child(1),  .kcw .kcw__nav--grid-list:not(.kcw__nav--grid-list-2-column) .kcw__nav-item:nth-child(2),  .kcw .kcw__nav--grid-list:not(.kcw__nav--grid-list-2-column) .kcw__nav-item:nth-child(3) {
  border-top: 1px solid #dfe2e6;
}
 .kcw .kcw__nav--grid-list:not(.kcw__nav--grid-list-2-column) .kcw__nav-item:nth-child(3n+2),  .kcw .kcw__nav--grid-list:not(.kcw__nav--grid-list-2-column) .kcw__nav-item:nth-child(3n+3) {
  border-left: none;
}
@media (max-width: 767.98px) {
   .kcw .kcw__nav--grid-list {
    border-bottom: 1px solid #dfe2e6;
  }
   .kcw .kcw__nav--grid-list .kcw__nav-item {
    flex: 0 0 100%;
    border: 1px solid #dfe2e6 !important;
    border-bottom: none !important;
  }
}
 .kcw .kcw__nav--grid-list .kcw__card {
  border: none;
  height: 100%;
}

 .kcw ul:not([class]) li,
ol:not([class]) li {
  padding-left: 1rem;
}

 .kcw dl dt,
 .kcw dl dd {
  font-weight: normal;
}
 .kcw dl dd {
  color: #161616;
}
 .kcw dl dd + dt {
  border-top: 1px solid #f4f4f4;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
 .kcw .kcw__sidebar dl dt,  .kcw .kcw__sidebar dl dd {
  color: #161616;
}
 .kcw .kcw__sidebar dl dt {
  font-size: 14px;
  font-weight: 400;
}

 .kcw .kcw__external-links .kcw__sf-icon-txt {
  width: 24px;
  height: 24px;
}

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

 .kcw .kcw__list-group-item-action {
  width: 100%;
  background-color: #F2F5F9 !important;
  text-align: inherit;
  border-bottom: 1px solid #fff !important;
}

 .kcw .kcw__list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
 .kcw .kcw__list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
 .kcw .kcw__list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
 .kcw .kcw__list-group-item.kcw__disabled,  .kcw .kcw__list-group-item:disabled {
  color: #697077;
  pointer-events: none;
  background-color: #fff;
}
 .kcw .kcw__list-group-item.kcw__active {
  z-index: 2;
  color: #fff;
  background-color: #0066A4;
  border-color: #0066A4;
}
 .kcw .kcw__list-group-item + .kcw__list-group-item {
  border-top-width: 0;
}
 .kcw .kcw__list-group-item + .kcw__list-group-item.kcw__active {
  margin-top: -1px;
  border-top-width: 1px;
}

 .kcw .kcw__list-group-flush {
  border-radius: 0;
}
 .kcw .kcw__list-group-flush > .kcw__list-group-item {
  border-width: 0 0 1px;
}
 .kcw .kcw__list-group-flush > .kcw__list-group-item:last-child {
  border-bottom-width: 0;
}

 .kcw .kcw__list-group-flush {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
 .kcw .kcw__list-group-flush .kcw__list-group-item {
  padding-left: 0;
  padding-right: 0;
}
 .kcw .kcw__list-group-item {
  border: none;
}
 .kcw .kcw__list-group--mobile {
  margin: 0 !important;
  border-bottom: 1px solid #E0E0E0;
}
 .kcw .kcw__list-group--mobile .kcw__list-group-item {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

 .kcw .kcw__locations .kcw__locations-header {
  margin-bottom: 1.5rem;
}
 .kcw .kcw__locations .kcw__locations-header a {
  text-transform: uppercase;
  font-weight: 600;
  align-self: center;
}
 .kcw .kcw__locations .kcw__locations-header {
  display: flex;
  justify-content: space-between;
}
 .kcw .kcw__locations.kcw__no-header .kcw__locations-header {
  display: none;
}
 .kcw .kcw__locations .kcw__locations-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  justify-content: center;
}
@media (max-width: 991.98px) {
   .kcw .kcw__locations .kcw__locations-list a {
    display: inline-block;
  }
}
@media (max-width: 991.98px) {
   .kcw .kcw__locations .kcw__locations-list a {
    flex-basis: 100%;
  }
}
 .kcw .kcw__locations .kcw__locations-list .kcw__location {
  flex-basis: 30%;
  flex-grow: 0;
  min-height: 405px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--gray-200);
  margin-bottom: 4rem;
  min-width: 300px;
}
@media (min-width: 768px) {
   .kcw .kcw__locations .kcw__locations-list .kcw__location {
    width: 30%;
  }
}
 .kcw .kcw__locations .kcw__locations-list .kcw__location .kcw__location-header {
  flex-grow: 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 294px;
}
 .kcw .kcw__locations .kcw__locations-list .kcw__location .kcw__location-header .kcw__title {
  padding-left: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--light);
}
 .kcw .kcw__locations .kcw__locations-list .kcw__location .kcw__location-header .kcw__title h3 {
  font-size: 1.1125rem;
  margin: 0;
}
 .kcw .kcw__locations .kcw__locations-list .kcw__location .kcw__detail {
  flex-grow: 1;
  padding: 1.5rem;
  background-color: var(--white);
}

 .kcw .kcw__schedule-link-container {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-top: 2px solid #6dc42a;
  margin-top: 15px;
}
 .kcw .kcw__schedule-link-container p {
  font-weight: bold;
}

 .kcw .kcw__modal--media .kcw__modal-content {
  background-color: transparent;
  border: none;
}
 .kcw .kcw__modal--media .kcw__modal-content [class*=modal] {
  padding: 0;
}
 .kcw .kcw__modal--media .kcw__close {
  color: #fff;
  text-align: right;
  margin-bottom: 8px;
}

 .kcw .kcw__media-modal-button {
  border: none;
  padding: 0;
  background-color: transparent;
  color: #0066A4;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
}
 .kcw .kcw__media-modal-button:hover {
  text-decoration: underline;
}

 .kcw #kcw__navigation {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1020;
}
 .kcw #kcw__navigation.kcw__expanded #kcw__navigation-overlay {
  display: block;
}
 .kcw #kcw__navigation #kcw__navigation-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1018;
  background-color: rgba(0, 102, 164, 0.9);
  cursor: pointer;
  display: none;
}
 .kcw #kcw__navigation.kcw__expanded + #kcw__navigation #kcw__navigation-overlay {
  display: block;
}
@keyframes overlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
 .kcw #kcw__navigation #kcw__navigation-overlay {
  animation: overlay 0.1s ease-in-out;
}
 .kcw #kcw__navigation {
  /*&-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: 1018;
      background-color: rgba($primary, .9);
      cursor: pointer;
      display: none;

      #navigation.expanded + & {
          display: block;
      }

      @keyframes overlay {
          from {
              opacity: 0;
          }

          to {
              opacity: 1;
          }
      }

      animation: overlay .2s ease-in-out;
  }*/
}

 .kcw .kcw__navbar {
  flex: 0 0 100%;
  padding: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfe2e6;
  transition: all 0.2s;
}
 .kcw .kcw__navbar-brand {
  transition: all 0.2s;
  padding: 0.25rem 2rem;
  margin-right: 0;
  font-size: 16px;
  font-weight: normal;
  display: flex;
  align-items: center;
}
 .kcw .kcw__navbar-brand svg {
  color: #004772;
  width: 136.5px;
  height: 42px;
  transition: all 0.2s;
}
@media (min-width: 992px) {
   .kcw [data-scroll="0"] .kcw__navbar-brand {
    padding: 0.5rem 2rem;
  }
   .kcw [data-scroll="0"] .kcw__navbar-brand svg {
    height: 82px;
  }
}
@media (max-width: 991.98px) {
   .kcw .kcw__navbar-brand {
    padding-left: 0;
  }
}
 .kcw .kcw__navbar-nav--static {
  flex-grow: 1;
  flex-direction: row;
  align-self: stretch;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
   .kcw .kcw__navbar-nav--static {
    margin-left: auto;
    flex-grow: 0;
  }
}
 .kcw .kcw__navbar-nav--static {
  position: relative;
}
@media (min-width: 992px) {
   .kcw .kcw__navbar-nav--static {
    /*&:before {
        content: "";
        display: block;
        height: 20px;
        border-left: 1px solid $gray-300;
        align-self: center;
    }*/
  }
}
 .kcw .kcw__navbar-nav--static .kcw__nav-item {
  padding: 0 1.25rem;
  align-self: center;
  margin-left: 1rem;
}
 .kcw .kcw__navbar-nav--static .kcw__nav-item:hover {
  background-color: #E0E0E0;
}
 .kcw .kcw__navbar-nav--static .kcw__nav-item--call a {
  padding: 0.5rem !important;
}
 .kcw .kcw__navbar-nav--static .kcw__nav-item--call:hover {
  background-color: transparent;
}
 .kcw [data-scroll="0"] .kcw__navbar-nav--static .kcw__nav-item--call a {
  padding: 1rem !important;
}
@media (min-width: 1200px) {
   .kcw .kcw__navbar-nav--static .kcw__nav-item {
    margin-left: 0rem;
  }
}
 .kcw .kcw__navbar-nav--static .kcw__nav-item.kcw__search-toggle,  .kcw .kcw__navbar-nav--static .kcw__nav-item.kcw__menu-toggle {
  margin-left: 0;
  border-left: 1px solid #E0E0E0;
}
 .kcw .kcw__navbar-nav--static .kcw__nav-item .kcw__nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  align-self: center;
}
 .kcw .kcw__navbar-nav--static .kcw__nav-item--call {
  align-self: center;
}
 .kcw .kcw__navbar-nav--static .kcw__nav-item--call a.kcw__nav-link {
  border: 1px solid #E0E0E0;
  color: #0066A4;
  padding: 1rem;
  font-weight: bold;
}
 .kcw .kcw__navbar-nav--static .kcw__nav-item--call svg {
  margin-right: 0.75rem;
}
 .kcw .kcw__navbar-nav--static .kcw__nav-item {
  /*&--bordered {
      margin-left: 0;
      border-left: 1px solid $gray-300;
      padding: 0 1rem;
  }*/
  /*&--get-care {
      margin-left: auto;
      .nav-link {
          color: $primary;
          span {
              margin-right: 1.5rem;
              @include media-breakpoint-up(xl) {
                  margin-right: 3rem;
              }
          }
      }
  }*/
  /*&--search {}*/
  /*&--menu-toggle {
      padding: 0 1rem;
      @include media-breakpoint-up(lg) {
          padding: 0 2rem;
      }
  }*/
}

 .kcw .kcw__navbar-new {
  display: flex;
  padding: 0;
  padding-left: 1rem;
  border-bottom: 1px solid #E0E0E0;
  justify-content: flex-end;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav {
  flex-grow: 1;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav li {
  padding: 1.0625rem 1.25rem 1.0625rem 1.25rem;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-link {
  color: #000;
  padding: 0;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item {
  font-size: 0.88889rem;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item.kcw__active {
  border-bottom: 2px solid #0066A4;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item.kcw__dropdown.kcw__show {
  background-color: #E0E0E0;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item [data-toggle=dropdown][aria-expanded=true] .kcw__bi:first-of-type {
  display: none;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item [data-toggle=dropdown][aria-expanded=true] .kcw__bi:last-of-type {
  display: block;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item [data-toggle=dropdown][aria-expanded=false] .kcw__bi:first-of-type {
  display: block;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item [data-toggle=dropdown][aria-expanded=false] .kcw__bi:last-of-type {
  display: none;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item .kcw__nav-link svg {
  margin-left: 0.5rem;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item .kcw__nav-link::after {
  display: none;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item--search {
  margin-left: auto;
  text-align: right;
  flex: 1 0 auto;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item .kcw__dropdown-menu {
  margin: 0;
  border: 0;
  padding: 1.75rem 3rem;
  padding-bottom: 2.25rem;
  border-top: 1px solid #E0E0E0;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.3);
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item .kcw__dropdown-menu .kcw__menu-groups {
  display: flex;
  gap: 4rem;
  width: max-content;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item .kcw__dropdown-menu .kcw__menu-group {
  font-weight: bold;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item .kcw__dropdown-menu .kcw__menu-group .kcw__menu-group-title {
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--ahs-bright-blue);
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item .kcw__dropdown-menu .kcw__menu-group .kcw__menu-group-title svg {
  width: 20px;
  height: 20px;
  fill: var(--ahs-bright-blue);
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item .kcw__dropdown-menu .kcw__menu-group .kcw__menu-group-items {
  margin-left: 25px;
  display: flex;
  column-gap: 2rem;
  flex-direction: column;
  flex-flow: column wrap;
  row-gap: 0.5rem;
  max-height: 200px;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item .kcw__dropdown-menu .kcw__dropdown-item {
  padding: 0rem 0;
  flex: 0 0 200px;
}
 .kcw .kcw__navbar-new .kcw__navbar-nav .kcw__nav-item .kcw__dropdown-menu .kcw__dropdown-item.kcw__show-all-link {
  font-weight: 600;
  /*position:relative;
  top:2.5rem;*/
}
 .kcw .kcw__navbar-new .kcw__menu-toggle {
  padding: 0 0rem;
  text-align: right;
  list-style: none;
  border-left: 1px solid #E0E0E0;
}
 .kcw .kcw__navbar-new .kcw__menu-toggle a.kcw__nav-link {
  padding: 1rem;
  color: #343a40;
}
@media (min-width: 992px) {
   .kcw .kcw__navbar-new .kcw__menu-toggle {
    display: none;
    padding: 0 2rem;
  }
}
 .kcw .kcw__navbar-new .kcw__search-toggle {
  padding: 0 0rem;
  text-align: right;
  list-style: none;
  border-left: 1px solid #E0E0E0;
  align-self: stretch;
}
 .kcw .kcw__navbar-new .kcw__search-toggle a.kcw__nav-link {
  padding: 1rem;
  color: #343a40;
}
@media (min-width: 992px) {
   .kcw .kcw__navbar-new .kcw__search-toggle {
    display: none;
    padding: 0 2rem;
  }
}

 .kcw #kcw__navigation {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1020;
}

 .kcw .kcw__navbar-slideout {
  z-index: 1030;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #fff;
  width: 345px;
  max-width: 100vw;
  border-left: 1px solid #E0E0E0;
}
@media (max-width: 1199.98px) {
   .kcw .kcw__navbar-slideout-header {
    border-bottom: 1px solid #E0E0E0;
  }
}
 .kcw .kcw__navbar-slideout-header {
  display: flex;
  justify-content: flex-end;
}
 .kcw .kcw__navbar-slideout-header button {
  border: none;
  background-color: #f4f4f4;
  color: #000;
  height: 50px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
 .kcw .kcw__navbar-slideout-content {
  max-height: calc(100vh - 50px);
  overflow: scroll;
  padding-bottom: 2rem;
  overflow: auto;
}
@media (min-width: 992px) {
   .kcw [data-scroll="0"] .kcw__navbar-slideout-header button {
    height: 79px;
  }
   .kcw [data-scroll="0"] .kcw__navbar-slideout-content {
    max-height: calc(100vh - 79px);
  }
}
 .kcw .kcw__navbar-slideout-nav {
  padding: 1rem 0;
}
 .kcw .kcw__navbar-slideout-nav + .kcw__navbar-slideout-nav {
  border-top: 1px solid #E0E0E0;
}
 .kcw .kcw__nav-item .kcw__navbar-slideout-nav {
  background-color: #f2f5f9;
  padding: 0 0 0 2rem;
}
 .kcw .kcw__nav-item .kcw__navbar-slideout-nav .kcw__nav-link:hover {
  text-decoration: underline;
  color: #0066A4;
}
 .kcw .kcw__nav-item .kcw__navbar-slideout-nav .kcw__nav-link.kcw__show-all-link {
  font-weight: 600;
}
 .kcw .kcw__navbar-slideout-nav .kcw__nav-item .kcw__nav-link {
  color: #000;
}
 .kcw .kcw__navbar-slideout-nav .kcw__nav-item .kcw__nav-link:hover {
  color: #0066A4;
  text-decoration: underline;
}
 .kcw .kcw__navbar-slideout-nav .kcw__nav-item .kcw__nav-link.kcw__active {
  text-decoration: underline;
}
 .kcw .kcw__navbar-slideout-nav .kcw__nav-item .kcw__nav-link {
  padding: 1rem 2rem;
  border: none;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
}
 .kcw .kcw__navbar-slideout-nav .kcw__nav-item--call {
  margin: 1rem;
  padding: 0.5rem;
  border: 1px solid #0066A4;
  text-align: center;
}
 .kcw .kcw__navbar-slideout-nav .kcw__nav-item--call .kcw__nav-link {
  color: #0066A4;
  font-weight: 600;
}
 .kcw .kcw__navbar-slideout-nav .kcw__nav-item--call svg {
  margin-right: 0.5rem;
}

 .kcw .kcw__ahs-navbar {
  background-color: white;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid var(--ahs-dark-gray);
}
 .kcw .kcw__ahs-navbar .kcw__brand,  .kcw .kcw__ahs-navbar .kcw__mobile-search {
  display: none;
}
 .kcw .kcw__ahs-nav-links {
  display: flex;
  width: 100vw;
}
 .kcw .kcw__ahs-nav-links a,  .kcw .kcw__ahs-dropdown .kcw__ahs-dropbtn {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 0.88889rem;
}
 .kcw .kcw__ahs-dropdown {
  overflow: hidden;
}
 .kcw .kcw__ahs-dropdown .kcw__ahs-dropbtn {
  /* Inherit from body (14px) */
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  border-bottom: 2px solid transparent;
}
 .kcw .kcw__ahs-dropdown .kcw__ahs-dropbtn.kcw__active {
  border-bottom: 2px solid var(--ahs-bright-blue);
}
 .kcw .kcw__ahs-dropdown .kcw__ahs-dropbtn svg {
  display: inline-block;
}
 .kcw .kcw__ahs-nav-links a:hover,  .kcw .kcw__ahs-dropdown:hover .kcw__ahs-dropbtn,  .kcw .kcw__ahs-nav-links a:focus,  .kcw .kcw__ahs-dropdown .kcw__ahs-dropbtn:focus {
  background-color: var(--ahs-light-gray);
}
 .kcw .kcw__ahs-dropdown:hover .kcw__ahs-dropbtn,  .kcw .kcw__ahs-dropdown .kcw__ahs-dropbtn:focus {
  border-bottom: 2px solid var(--ahs-dark-blue);
}
 .kcw .kcw__ahs-dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid #F5F5F5;
  z-index: 1;
}
 .kcw .kcw__ahs-dropdown-content a {
  float: none;
  color: var(--ahs-dark-blue);
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
 .kcw .kcw__ahs-dropdown-content a:hover {
  background-color: var(--ahs-light-gray);
}
 .kcw .kcw__ahs-dropdown:focus-within .kcw__ahs-dropdown-content {
  display: block;
}
 .kcw .kcw__ahs-mega-menu {
  max-width: 1500px;
  left: 0;
  right: 0;
  margin: 3px auto;
  padding: 2rem 2rem;
}
 .kcw .kcw__ahs-mega-menu .kcw__row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  column-gap: 2rem;
  justify-content: space-evenly;
}
 .kcw .kcw__ahs-mega-menu .kcw__column {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 10px;
  box-sizing: border-box;
}
 .kcw .kcw__ahs-mega-menu .kcw__column li {
  padding-left: 0 !important;
}
 .kcw .kcw__ahs-mega-menu .kcw__column a {
  padding-left: 26px;
  padding-right: 0;
  font-size: 0.88889rem;
}
 .kcw .kcw__ahs-mega-menu .kcw__column a.kcw__active {
  border-bottom: 2px solid var(--ahs-bright-blue);
  font-weight: 600;
}
 .kcw .kcw__ahs-mega-menu .kcw__column svg {
  display: inline-block;
  width: 18px;
  height: 18px;
  fill: var(--ahs-bright-blue);
  vertical-align: top;
}
 .kcw .kcw__ahs-mega-menu .kcw__column .kcw__icon {
  display: inline-block;
  width: 18px;
  margin-right: 8px;
}
 .kcw .kcw__ahs-mega-menu .kcw__column .kcw__column-title {
  display: flex;
}
 .kcw .kcw__ahs-mega-menu .kcw__column h5 {
  margin-top: 0;
  color: var(--ahs-dark-blue);
  font-size: 1rem;
  display: inline-block;
}
 .kcw .kcw__ahs-mega-menu .kcw__column ul {
  list-style: none;
  padding: 0;
}
 .kcw .kcw__ahs-mobile-utility-nav {
  display: none;
}
 .kcw .kcw__ahs-search-container {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}
 .kcw .kcw__ahs-search-container a {
  padding-right: 0.5rem;
  font-size: 14px;
}
 .kcw .kcw__ahs-search-container a:hover {
  background-color: transparent;
}
 .kcw .kcw__ahs-search-container a svg {
  width: 14px;
  height: 14px;
  fill: var(--ahs-dark-blue);
  margin-left: 0.5rem;
  display: inline-block !important;
}
 .kcw .kcw__ahs-navbar-toggle {
  display: none;
}
 .kcw .kcw__ahs-navbar-toggle-label {
  display: none;
  cursor: pointer;
  padding: 14px 16px;
  margin-bottom: 0;
}
 .kcw .kcw__ahs-navbar-toggle-label span {
  display: block;
  width: 15px;
  height: 1.5px;
  background-color: var(--ahs-dark-blue);
  margin: 2px 0;
}
@media screen and (max-width: 1024px) {
   .kcw .kcw__ahs-utility-navigation {
    display: none !important;
  }
   .kcw .kcw__ahs-navbar {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }
   .kcw .kcw__ahs-navbar .kcw__brand {
    display: block;
    flex-grow: 1;
  }
   .kcw .kcw__ahs-navbar .kcw__brand svg {
    margin-top: 5px;
    height: 35px;
  }
   .kcw .kcw__ahs-navbar .kcw__mobile-search {
    display: block;
    flex-shrink: 1;
    align-self: center;
    padding: 14px 16px;
  }
   .kcw .kcw__ahs-navbar .kcw__mobile-search svg {
    width: 15px;
    height: 15px;
    fill: black;
  }
   .kcw .kcw__ahs-nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    overflow: auto;
  }
   .kcw .kcw__ahs-search-container {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
  }
   .kcw .kcw__ahs-navbar-toggle-label {
    display: block;
  }
   .kcw .kcw__ahs-navbar-toggle:checked ~ .kcw__ahs-nav-links {
    display: block;
    overflow-y: scroll;
    max-height: calc(100vh - 44px);
  }
   .kcw .kcw__ahs-dropdown {
    width: 100%;
  }
   .kcw .kcw__ahs-nav-links a,  .kcw .kcw__ahs-dropdown .kcw__ahs-dropbtn {
    width: 100%;
    text-align: right;
  }
   .kcw .kcw__ahs-dropdown-content {
    position: static;
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.03);
    margin-top: 0;
  }
   .kcw .kcw__ahs-dropdown-content .kcw__column .kcw__column-title {
    text-align: right;
  }
   .kcw .kcw__ahs-dropdown-content .kcw__column .kcw__columns {
    column-count: 1 !important;
  }
   .kcw .kcw__ahs-dropdown:focus-within .kcw__ahs-dropdown-content {
    display: block;
  }
   .kcw .kcw__ahs-mega-menu {
    padding: 1rem 0rem;
  }
   .kcw .kcw__ahs-mega-menu .kcw__row {
    flex-direction: column;
  }
   .kcw .kcw__ahs-mega-menu .kcw__column {
    flex: 100%;
    padding: 0;
  }
   .kcw .kcw__ahs-mega-menu .kcw__column .kcw__column-title {
    flex-direction: row-reverse;
  }
   .kcw .kcw__ahs-mega-menu .kcw__column .kcw__icon {
    width: auto;
    margin-right: 0;
  }
   .kcw .kcw__ahs-search-container {
    display: none;
  }
   .kcw .kcw__ahs-mobile-utility-nav {
    display: block;
    border-top: 1px solid var(--ahs-light-gray);
  }
}

 .kcw .kcw__metric {
  border-top: 1px solid #f4f4f4;
  margin: 2rem 0;
}
 .kcw .kcw__metric-number {
  font-size: 48px;
}
 .kcw .kcw__metric-text {
  line-height: 24px;
  width: 390px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
   .kcw .kcw__metric {
    margin: 0.5rem 0;
  }
   .kcw .kcw__metric-content {
    margin-bottom: 0;
  }
   .kcw .kcw__metric-number {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
   .kcw .kcw__metric-text {
    width: 100%;
  }
}

 .kcw .kcw__post-header {
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #E0E0E0;
}
 .kcw .kcw__post-meta {
  margin-top: 4rem;
  padding: 0 1.25rem;
}
 .kcw .kcw__post-meta dl {
  font-size: 14px;
}
 .kcw .kcw__post-meta dl dt,  .kcw .kcw__post-meta dl dd {
  color: #161616;
  border-top: none;
}
 .kcw .kcw__post-meta dl dt {
  font-weight: bold;
}
 .kcw .kcw__post-meta dl dd {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 3rem;
}
 .kcw .kcw__post-meta--mobile {
  margin: 1.25rem 0 0;
  padding: 0 !important;
}
 .kcw .kcw__post-meta--mobile dl dd {
  padding-bottom: 1rem;
}
 .kcw .kcw__post-content > * {
  margin: 2rem 0 !important;
}
 .kcw .kcw__post-content > p {
  font-size: 20px;
}
@media (max-width: 991.98px) {
   .kcw .kcw__post-content {
    padding: 0 1.25rem;
  }
}
 .kcw .kcw__post-image {
  float: left;
  max-width: 100%;
  width: 50%;
  margin: 0 2rem 1rem 0 !important;
}
 .kcw .kcw__post-image img {
  width: 100%;
}
@media (max-width: 991.98px) {
   .kcw .kcw__post-image {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0 0 1rem 0 !important;
  }
}

 .kcw #kcw__social-share {
  display: flex;
  align-items: center;
}
 .kcw #kcw__social-share #kcw__share-expand {
  height: auto !important;
  min-height: auto !important;
  display: block !important;
  max-width: 0;
  overflow: hidden;
  transition: 0.3s max-width ease-in-out;
}
 .kcw #kcw__social-share #kcw__share-expand.kcw__show {
  max-width: 1000px;
}
 .kcw #kcw__social-share #kcw__share-expand .kcw__nav--social-share {
  flex-wrap: nowrap;
  align-items: center;
}
 .kcw #kcw__social-share #kcw__share-expand .kcw__nav--social-share .kcw__nav-item {
  padding: 0 0 0 1rem;
  display: flex;
}
 .kcw #kcw__social-share #kcw__share-expand .kcw__nav--social-share .kcw__nav-item .kcw__nav-link {
  padding: 0;
}

 .kcw .kcw__progress {
  height: 4px;
  background-color: #BCBFC2;
}
 .kcw .kcw__progress-bar {
  background-color: #e97400;
}

 .kcw .kcw__provider-meta {
  padding: 0 1.25rem 1.25rem;
  border-bottom: 1px solid var(--gray-300);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
  position: relative;
  margin-top: -32px;
}
 .kcw .kcw__provider-meta figure {
  width: 100px;
  margin-bottom: 0;
}
 .kcw .kcw__provider-meta figure img {
  width: 100%;
  height: auto;
}

 .kcw .kcw__providers .kcw__providers-header {
  margin-bottom: 1.5rem;
}
 .kcw .kcw__providers .kcw__providers-header a {
  text-transform: uppercase;
  font-weight: 600;
  align-self: center;
}
 .kcw .kcw__providers .kcw__providers-header {
  display: flex;
  justify-content: space-between;
}
 .kcw .kcw__providers.kcw__no-header .kcw__providers-header {
  display: none;
}
 .kcw .kcw__providers .kcw__provider-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: space-between;
}
 .kcw .kcw__providers .kcw__provider-list profile-card {
  width: 400px;
  margin-bottom: 0rem;
}
 .kcw .kcw__providers .kcw__provider-list profile-card .kcw__profile-card {
  display: flex;
  flex-direction: column;
  min-height: 375px;
  margin: 0;
}
 .kcw .kcw__providers .kcw__provider-list profile-card .kcw__profile-card .kcw__profile-card-header {
  flex-grow: 0;
}
 .kcw .kcw__providers .kcw__provider-list profile-card .kcw__profile-card .kcw__profile-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
 .kcw .kcw__providers .kcw__provider-list profile-card .kcw__profile-card .kcw__profile-card-body h3 {
  font-size: 1.125rem;
}
 .kcw .kcw__providers .kcw__provider-list profile-card .kcw__profile-card .kcw__profile-card-body .kcw__location {
  color: var(--gray-900);
  font-weight: 500;
  line-height: 2.5;
}
 .kcw .kcw__providers .kcw__provider-list profile-card .kcw__profile-card .kcw__profile-card-body .kcw__specialty {
  color: var(--gray-600);
}
 .kcw .kcw__providers .kcw__provider-list profile-card .kcw__profile-card .kcw__profile-card-body a.kcw__btn {
  font-size: 0.8875rem;
}
 .kcw .kcw__providers .kcw__provider-list profile-card {
  display: flex;
  min-height: 375px;
  flex-direction: column;
}

html .kcw :has(.kcw__home), body .kcw :has(.kcw__home), html .kcw :has(.kcw__home-new), body .kcw :has(.kcw__home-new) {
  font-size: 16px;
}
html .kcw :has(.kcw__home) h2, body .kcw :has(.kcw__home) h2, html .kcw :has(.kcw__home-new) h2, body .kcw :has(.kcw__home-new) h2 {
  font-size: 1.7779rem;
}

body .kcw .kcw__home a.kcw__animated-hover, body .kcw .kcw__home-new a.kcw__animated-hover, body .kcw  a.kcw__animated-hover {
  background: linear-gradient(#029DD3 0 0) bottom left/var(--underline-width, 0%) 0.2em no-repeat;
  display: inline-block;
  padding: 0.5em 0.5em 0.2em 0;
  text-decoration: none;
  transition: background-size 0.5s;
}
body .kcw .kcw__home a.kcw__animated-hover:hover, body .kcw .kcw__home-new a.kcw__animated-hover:hover, body .kcw  a.kcw__animated-hover:hover {
  --underline-width: 100%;
}
body .kcw .kcw__home .kcw__container-has-bg, body .kcw .kcw__home-new .kcw__container-has-bg, body .kcw  .kcw__container-has-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: border-box;
  overflow: hidden;
  background-position-x: 50vw;
  background-position-y: center;
  font-size: 1.111rem;
}
body .kcw .kcw__home .kcw__container-has-bg .kcw__btn, body .kcw .kcw__home-new .kcw__container-has-bg .kcw__btn, body .kcw  .kcw__container-has-bg .kcw__btn {
  font-size: 0.888rem;
}
body .kcw .kcw__home .kcw__container-has-bg .kcw__bg-right-50, body .kcw .kcw__home-new .kcw__container-has-bg .kcw__bg-right-50, body .kcw  .kcw__container-has-bg .kcw__bg-right-50 {
  display: none;
}
@media (max-width: 767.98px) {
  body .kcw .kcw__home .kcw__container-has-bg, body .kcw .kcw__home-new .kcw__container-has-bg, body .kcw  .kcw__container-has-bg {
    background-image: none !important;
  }
  body .kcw .kcw__home .kcw__container-has-bg .kcw__bg-right-50, body .kcw .kcw__home-new .kcw__container-has-bg .kcw__bg-right-50, body .kcw  .kcw__container-has-bg .kcw__bg-right-50 {
    display: block;
  }
  body .kcw .kcw__home .kcw__container-has-bg .kcw__row, body .kcw .kcw__home-new .kcw__container-has-bg .kcw__row, body .kcw  .kcw__container-has-bg .kcw__row {
    flex-direction: column-reverse;
  }
}
body .kcw .kcw__home .kcw__resources h3, body .kcw .kcw__home-new .kcw__resources h3, body .kcw  .kcw__resources h3 {
  font-weight: 500;
  font-size: 1.111rem;
}
body .kcw .kcw__home .kcw__resources .kcw__sf_colsIn, body .kcw .kcw__home-new .kcw__resources .kcw__sf_colsIn, body .kcw  .kcw__resources .kcw__sf_colsIn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
body .kcw .kcw__home .kcw__resources .kcw__card, body .kcw .kcw__home-new .kcw__resources .kcw__card, body .kcw  .kcw__resources .kcw__card {
  border: 0;
  flex-grow: 1;
}
body .kcw .kcw__home .kcw__resources .kcw__card .kcw__card-content, body .kcw .kcw__home-new .kcw__resources .kcw__card .kcw__card-content, body .kcw  .kcw__resources .kcw__card .kcw__card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body .kcw .kcw__home .kcw__resources .kcw__card .kcw__card-content .kcw__card-header, body .kcw .kcw__home-new .kcw__resources .kcw__card .kcw__card-content .kcw__card-header, body .kcw  .kcw__resources .kcw__card .kcw__card-content .kcw__card-header {
  border: 0;
  padding-left: 0;
}
body .kcw .kcw__home .kcw__resources .kcw__card .kcw__card-content .kcw__card-body, body .kcw .kcw__home-new .kcw__resources .kcw__card .kcw__card-content .kcw__card-body, body .kcw  .kcw__resources .kcw__card .kcw__card-content .kcw__card-body {
  border: 0;
  padding-left: 0;
  flex-grow: 1;
}
body .kcw .kcw__home .kcw__resources .kcw__card .kcw__card-content .kcw__card-footer, body .kcw .kcw__home-new .kcw__resources .kcw__card .kcw__card-content .kcw__card-footer, body .kcw  .kcw__resources .kcw__card .kcw__card-content .kcw__card-footer {
  border-top: 0;
  padding-left: 0;
}
body .kcw .kcw__home h1.kcw__display-5, body .kcw .kcw__home h2.kcw__display-5, body .kcw .kcw__home h3.kcw__display-5, body .kcw .kcw__home h4.kcw__display-5, body .kcw .kcw__home h5.kcw__display-5, body .kcw .kcw__home-new h1.kcw__display-5, body .kcw .kcw__home-new h2.kcw__display-5, body .kcw .kcw__home-new h3.kcw__display-5, body .kcw .kcw__home-new h4.kcw__display-5, body .kcw .kcw__home-new h5.kcw__display-5, body .kcw  h1.kcw__display-5, body .kcw  h2.kcw__display-5, body .kcw  h3.kcw__display-5, body .kcw  h4.kcw__display-5, body .kcw  h5.kcw__display-5 {
  font-size: 2.333rem;
  padding-bottom: 1rem;
}
body .kcw .kcw__home h1.kcw__display-6, body .kcw .kcw__home h2.kcw__display-6, body .kcw .kcw__home h3.kcw__display-6, body .kcw .kcw__home h4.kcw__display-6, body .kcw .kcw__home h5.kcw__display-6, body .kcw .kcw__home-new h1.kcw__display-6, body .kcw .kcw__home-new h2.kcw__display-6, body .kcw .kcw__home-new h3.kcw__display-6, body .kcw .kcw__home-new h4.kcw__display-6, body .kcw .kcw__home-new h5.kcw__display-6, body .kcw  h1.kcw__display-6, body .kcw  h2.kcw__display-6, body .kcw  h3.kcw__display-6, body .kcw  h4.kcw__display-6, body .kcw  h5.kcw__display-6 {
  font-size: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 991.98px) {
  body .kcw .kcw__home h1, body .kcw .kcw__home h2, body .kcw .kcw__home h3, body .kcw .kcw__home h4, body .kcw .kcw__home h5, body .kcw .kcw__home-new h1, body .kcw .kcw__home-new h2, body .kcw .kcw__home-new h3, body .kcw .kcw__home-new h4, body .kcw .kcw__home-new h5, body .kcw  h1, body .kcw  h2, body .kcw  h3, body .kcw  h4, body .kcw  h5 {
    line-height: normal;
  }
}
body .kcw .kcw__home p + p:has(.kcw__btn), body .kcw .kcw__home-new p + p:has(.kcw__btn), body .kcw  p + p:has(.kcw__btn) {
  margin-top: 2.2rem;
}

 .kcw .kcw__specialty-list-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
 .kcw .kcw__specialty-list-header a {
  text-transform: uppercase;
  font-weight: bold;
  align-self: center;
}
 .kcw .kcw__specialty-list-cards-4 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
 .kcw .kcw__specialty-list-cards-4 .kcw__card {
  flex: 0 1 23%;
  border: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2rem;
}
 .kcw .kcw__specialty-list-cards-4 .kcw__card a:has(img) {
  overflow: hidden;
}
 .kcw .kcw__specialty-list-cards-4 .kcw__card a:has(img) img {
  transition: scale 1s;
}
 .kcw .kcw__specialty-list-cards-4 .kcw__card a:has(img) img:hover {
  scale: 1.1;
}
 .kcw .kcw__specialty-list-cards-4 .kcw__card .kcw__card-body {
  padding-left: 0;
  font-size: 1.111rem;
}
 .kcw .kcw__specialty-list-cards-4 .kcw__card .kcw__card-body a .kcw__bi {
  margin-left: 1rem;
}
@media (max-width: 991.98px) {
   .kcw .kcw__specialty-list-cards-4 .kcw__card {
    flex: 0 1 49%;
  }
   .kcw .kcw__specialty-list-cards-4 .kcw__card .kcw__card-body a {
    font-size: 14px;
  }
   .kcw .kcw__specialty-list-cards-4 .kcw__card .kcw__card-body a .kcw__bi {
    display: none;
  }
}
 .kcw .kcw__specialty-list-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
 .kcw .kcw__specialty-list-cards .kcw__card {
  flex: 0 1 30%;
  border: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2rem;
}
 .kcw .kcw__specialty-list-cards .kcw__card a:has(img) {
  overflow: hidden;
}
 .kcw .kcw__specialty-list-cards .kcw__card a:has(img) img {
  transition: scale 1s;
}
 .kcw .kcw__specialty-list-cards .kcw__card a:has(img) img:hover {
  scale: 1.1;
}
 .kcw .kcw__specialty-list-cards .kcw__card .kcw__card-body {
  padding-left: 0;
  font-size: 1.111rem;
}
 .kcw .kcw__specialty-list-cards .kcw__card .kcw__card-body a .kcw__bi {
  margin-left: 1rem;
}
@media (max-width: 991.98px) {
   .kcw .kcw__specialty-list-cards .kcw__card {
    flex: 0 1 49%;
  }
   .kcw .kcw__specialty-list-cards .kcw__card .kcw__card-body a {
    font-size: 14px;
  }
   .kcw .kcw__specialty-list-cards .kcw__card .kcw__card-body a .kcw__bi {
    display: none;
  }
}

 .kcw #kcw__serviceList {
  color: var(--brand-lightblue);
}
 .kcw #kcw__serviceList h6 {
  color: var(--brand-blue);
}
 .kcw #kcw__serviceList a {
  color: var(--brand-lightblue);
}
 .kcw #kcw__serviceList ul {
  list-style: none;
  padding-left: 0;
  -webkit-column-break-inside: avoid;
}
 .kcw #kcw__serviceList ul#kcw__main-list {
  columns: 2;
}
 .kcw #kcw__serviceList ul li {
  padding-left: 0;
}
 .kcw #kcw__serviceList ul li.kcw__service-non-link {
  color: var(--brand-darkblue);
}

 .kcw .kcw__container .kcw__row .kcw__sf_colsIn:last-child {
  justify-content: normal !important;
}

 .kcw .kcw__blog-posts,  .kcw .kcw__news-posts {
  padding: 0rem 0;
  padding-bottom: 1rem;
}
 .kcw .kcw__blog-posts .kcw__row,  .kcw .kcw__news-posts .kcw__row {
  margin-right: 0;
  margin-left: 0;
}
 .kcw .kcw__blog-posts .kcw__text > p,  .kcw .kcw__blog-posts .kcw__text-muted,  .kcw .kcw__news-posts .kcw__text > p,  .kcw .kcw__news-posts .kcw__text-muted {
  font-size: 1rem !important;
}
 .kcw .kcw__blog-posts img,  .kcw .kcw__news-posts img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
 .kcw .kcw__blog-posts a.kcw__learn-more,  .kcw .kcw__news-posts a.kcw__learn-more {
  font-size: 0.9rem !important;
  font-weight: bold !important;
}
 .kcw .kcw__blog-posts a.kcw__learn-more i.kcw__bi,  .kcw .kcw__news-posts a.kcw__learn-more i.kcw__bi {
  font-size: 1.25rem !important;
  vertical-align: middle;
}
 .kcw .kcw__blog-posts a:not(.kcw__animated-hover):hover,  .kcw .kcw__news-posts a:not(.kcw__animated-hover):hover {
  text-decoration: none;
}
 .kcw .kcw__blog-posts-header,  .kcw .kcw__news-posts-header {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
 .kcw .kcw__blog-posts-header a,  .kcw .kcw__news-posts-header a {
  text-transform: uppercase;
  font-weight: bold;
  align-self: center;
}
 .kcw .kcw__blog-posts-highlighted,  .kcw .kcw__news-posts-highlighted {
  padding: 0;
  padding-right: 2.5rem;
}
@media (max-width: 991.98px) {
   .kcw .kcw__blog-posts-highlighted,  .kcw .kcw__news-posts-highlighted {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(224, 224, 224);
  }
}
 .kcw .kcw__blog-posts-highlighted .kcw__card,  .kcw .kcw__news-posts-highlighted .kcw__card {
  border: none;
  padding: 0;
  background-color: transparent;
}
 .kcw .kcw__blog-posts-highlighted .kcw__card h3,  .kcw .kcw__news-posts-highlighted .kcw__card h3 {
  font-size: 1.333rem;
}
 .kcw .kcw__blog-posts-highlighted .kcw__card a:has(img),  .kcw .kcw__news-posts-highlighted .kcw__card a:has(img) {
  overflow: hidden;
  border-bottom: none;
}
 .kcw .kcw__blog-posts-highlighted .kcw__card a:has(img) img,  .kcw .kcw__news-posts-highlighted .kcw__card a:has(img) img {
  transition: scale 1s;
}
 .kcw .kcw__blog-posts-highlighted .kcw__card a:has(img) img:hover,  .kcw .kcw__news-posts-highlighted .kcw__card a:has(img) img:hover {
  scale: 1.1;
}
 .kcw .kcw__blog-posts-highlighted .kcw__card .kcw__card-body,  .kcw .kcw__news-posts-highlighted .kcw__card .kcw__card-body {
  padding-left: 0;
}
@media (max-width: 991.98px) {
   .kcw .kcw__blog-posts-highlighted,  .kcw .kcw__news-posts-highlighted {
    padding-right: 0;
  }
   .kcw .kcw__blog-posts-highlighted .kcw__card,  .kcw .kcw__news-posts-highlighted .kcw__card {
    width: 100%;
  }
}
 .kcw .kcw__blog-posts-other,  .kcw .kcw__news-posts-other {
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}
 .kcw .kcw__blog-posts-other-post,  .kcw .kcw__news-posts-other-post {
  display: flex;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
 .kcw .kcw__blog-posts-other-post:first-child,  .kcw .kcw__news-posts-other-post:first-child {
  padding-top: 0;
}
 .kcw .kcw__blog-posts-other-post h3,  .kcw .kcw__news-posts-other-post h3 {
  font-size: 1.111rem;
}
 .kcw .kcw__blog-posts-other-post-content,  .kcw .kcw__news-posts-other-post-content {
  flex: 1 0 75%;
  padding-right: 2rem;
}
 .kcw .kcw__blog-posts-other-post-img,  .kcw .kcw__news-posts-other-post-img {
  flex: 0 1 25%;
}
 .kcw .kcw__blog-posts-other-post-img a:not(.kcw__animated-hover):has(img),  .kcw .kcw__news-posts-other-post-img a:not(.kcw__animated-hover):has(img) {
  overflow: hidden;
  display: block;
  border-bottom: none;
}
 .kcw .kcw__blog-posts-other-post-img a:not(.kcw__animated-hover):has(img) img,  .kcw .kcw__news-posts-other-post-img a:not(.kcw__animated-hover):has(img) img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: scale 1s;
}
 .kcw .kcw__blog-posts-other-post-img a:not(.kcw__animated-hover):has(img) img:hover,  .kcw .kcw__news-posts-other-post-img a:not(.kcw__animated-hover):has(img) img:hover {
  scale: 1.1;
}
@media (max-width: 991.98px) {
   .kcw .kcw__blog-posts-other,  .kcw .kcw__news-posts-other {
    padding-right: 0;
    padding-left: 0;
    margin-top: 2rem;
  }
   .kcw .kcw__blog-posts-other-post,  .kcw .kcw__news-posts-other-post {
    flex-direction: row;
    padding-bottom: 1rem;
  }
   .kcw .kcw__blog-posts-other-post-img img,  .kcw .kcw__news-posts-other-post-img img {
    width: 100%;
    height: 200px;
  }
}
 .kcw .kcw__blog-posts .kcw__blog-post-item,  .kcw .kcw__blog-posts .kcw__news-post-item,  .kcw .kcw__news-posts .kcw__blog-post-item,  .kcw .kcw__news-posts .kcw__news-post-item {
  border-bottom: 1px solid #E0E0E0;
}

 .kcw .kcw__scroll-spy {
  display: flex;
  flex-wrap: wrap;
}
 .kcw .kcw__scroll-spy.kcw__scroll-spy--vertical .kcw__scroll-spy-sidebar {
  width: 29%;
}
 .kcw .kcw__scroll-spy.kcw__scroll-spy--vertical .kcw__scroll-spy-content {
  width: 71%;
  overflow: hidden;
}
 .kcw .kcw__post .kcw__scroll-spy.kcw__scroll-spy--vertical .kcw__scroll-spy-sidebar {
  width: 280px;
  border: none;
}
 .kcw .kcw__post .kcw__scroll-spy.kcw__scroll-spy--vertical .kcw__scroll-spy-content {
  width: calc(100% - 280px);
}
 .kcw .kcw__post .kcw__scroll-spy.kcw__scroll-spy--vertical .kcw__scroll-spy-content > * {
  width: calc(706px + 4rem);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
 .kcw .kcw__scroll-spy.kcw__scroll-spy--horizontal {
  flex-direction: column;
}
 .kcw .kcw__scroll-spy.kcw__scroll-spy--horizontal .kcw__scroll-spy-sidebar,
 .kcw .kcw__scroll-spy.kcw__scroll-spy--horizontal .kcw__scroll-spy-content {
  width: 100%;
}
 .kcw .kcw__scroll-spy.kcw__scroll-spy--horizontal .kcw__scroll-spy-sidebar {
  top: 51px;
  border-bottom: 1px solid #E0E0E0;
}
 .kcw .kcw__scroll-spy-sidebar {
  position: sticky;
  top: 0;
  z-index: 2;
}
 .kcw .kcw__scroll-spy-sidebar .kcw__nav {
  position: sticky;
  top: 51px;
}
 .kcw .kcw__scroll-spy-sidebar [slot=after-menu] {
  display: flex !important;
}
 .kcw .kcw__scroll-spy-sidebar [slot=after-menu] .kcw__sf_colsIn div:first-child {
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
}
 .kcw .kcw__scroll-spy-sidebar [slot=after-menu] .kcw__nav-item .kcw__nav-link {
  display: block;
}
 .kcw .kcw__scroll-spy-sidebar {
  background-color: #fff;
}
 .kcw .kcw__scroll-spy-content {
  font-size: 20px;
  position: relative;
}
 .kcw .kcw__scroll-spy-content p,  .kcw .kcw__scroll-spy-content li,  .kcw .kcw__scroll-spy-content address {
  font-size: 20px;
}
 .kcw .kcw__scroll-spy-content blockquote {
  background: rgba(0, 0, 0, 0.02);
  border-left: 5px solid #0066A4;
  padding: 1.5rem;
  display: inline-block;
}
 .kcw .kcw__scroll-spy-content .kcw__card p {
  font-size: inherit;
}
 .kcw .kcw__scroll-spy-content .kcw__columns-3 > * {
  column-count: 1;
}
@media (min-width: 768px) {
   .kcw .kcw__scroll-spy-content .kcw__columns-3 > * {
    column-count: 3;
  }
}
 .kcw .kcw__scroll-spy-content .kcw__columns-2 > * {
  column-count: 1;
}
@media (min-width: 768px) {
   .kcw .kcw__scroll-spy-content .kcw__columns-2 > * {
    column-count: 2;
  }
}
 .kcw .kcw__scroll-spy-content > .kcw__sf_colsIn > .kcw__row {
  margin-left: 0;
  margin-right: 0;
}
 .kcw .kcw__scroll-spy-content > .kcw__sf_colsIn > *:not(.kcw__banner):first-child {
  margin-top: 2rem;
}
@media (min-width: 992px) {
   .kcw .kcw__scroll-spy-content > .kcw__sf_colsIn > *:not(.kcw__banner):first-child {
    margin-top: 4.625rem;
  }
}
 .kcw .kcw__scroll-spy-content > .kcw__sf_colsIn > *:not(.kcw__banner):last-child {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
   .kcw .kcw__scroll-spy-content > .kcw__sf_colsIn > *:not(.kcw__banner):last-child {
    margin-bottom: 4rem;
  }
}
 .kcw .kcw__scroll-spy-content > .kcw__sf_colsIn > *:not(.kcw__banner) {
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
   .kcw .kcw__scroll-spy-content > .kcw__sf_colsIn > *:not(.kcw__banner) {
    padding: 0 0px;
  }
}
@media (min-width: 992px) {
   .kcw .kcw__scroll-spy-content > .kcw__sf_colsIn > *:not(.kcw__banner) {
    padding: 0 0px;
  }
}
 .kcw .kcw__scroll-spy-content > .kcw__sf_colsIn > *:not(.kcw__banner) > * {
  margin: 1.5rem 0;
}
 .kcw .kcw__scroll-spy-content > .kcw__sf_colsIn > *:not(.kcw__banner) > *.kcw__row {
  margin-left: -15px;
  margin-right: -15px;
}
 .kcw .kcw__scroll-spy-content > .kcw__sf_colsIn > *:not(.kcw__banner) hr:last-child {
  margin: 2.5rem auto;
}
 .kcw .kcw__scroll-spy-content header,
 .kcw .kcw__scroll-spy-content .kcw__header {
  padding-top: 2rem;
  padding-left: 1.25rem;
  position: relative;
}
 .kcw .kcw__scroll-spy-content header:before,
 .kcw .kcw__scroll-spy-content .kcw__header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 84px);
  border-top: 1px solid #C1C7CD;
}
 .kcw .kcw__scroll-spy-content header h2,  .kcw .kcw__scroll-spy-content header h3,  .kcw .kcw__scroll-spy-content header h4,  .kcw .kcw__scroll-spy-content header h5,  .kcw .kcw__scroll-spy-content header h6,  .kcw .kcw__scroll-spy-content .kcw__header h2,  .kcw .kcw__scroll-spy-content .kcw__header h3,  .kcw .kcw__scroll-spy-content .kcw__header h4,  .kcw .kcw__scroll-spy-content .kcw__header h5,  .kcw .kcw__scroll-spy-content .kcw__header h6 {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 991.98px) {
   .kcw .kcw__scroll-spy {
    display: block;
  }
   .kcw .kcw__scroll-spy .kcw__scroll-spy-sidebar,
   .kcw .kcw__scroll-spy .kcw__scroll-spy-content {
    width: 100% !important;
    height: auto !important;
  }
   .kcw .kcw__scroll-spy--slot-disabled .kcw__scroll-spy-sidebar {
    display: none !important;
  }
}
 .kcw .kcw__scroll-spy--collapsed .kcw__scroll-spy-sidebar {
  top: 51px;
}
 .kcw .kcw__scroll-spy-mobile {
  border-bottom: 1px solid var(--gray-300);
  align-items: flex-end;
}
 .kcw .kcw__scroll-spy-mobile button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: none;
  padding: 1rem 1.25rem;
  background-color: transparent;
  font-size: 14px;
}
 .kcw .kcw__scroll-spy-mobile button icon-chevron-down {
  transition: transform 0.2s;
  margin-left: auto;
}
 .kcw .kcw__scroll-spy-mobile button[aria-expanded=true] icon-chevron-down {
  transform: rotate(-180deg);
}

 .kcw .kcw__hero {
  padding: 1.75rem 0;
}

 .kcw .kcw__nav.kcw__nav--scroll-spy .kcw__nav-item .kcw__nav-link {
  transition: border-color 0.2s;
}
 .kcw .kcw__scroll-spy--vertical .kcw__nav.kcw__nav--scroll-spy {
  flex-direction: column;
  font-size: 14px;
  padding: 4.625rem 0 2rem 0;
  max-height: calc(100vh - 50px);
  flex-wrap: nowrap;
  overflow-y: auto;
}
@media (max-width: 991.98px) {
   .kcw .kcw__scroll-spy--vertical .kcw__nav.kcw__nav--scroll-spy {
    max-height: calc(100vh - 104px);
  }
}
 .kcw .kcw__scroll-spy--vertical .kcw__nav.kcw__nav--scroll-spy .kcw__nav-item a.kcw__nav-link {
  padding: 0.5rem 1rem;
  border-left: 6px solid var(--gray-500);
  color: #000;
}
 .kcw .kcw__scroll-spy--vertical .kcw__nav.kcw__nav--scroll-spy .kcw__nav-item a.kcw__nav-link.kcw__active,  .kcw .kcw__scroll-spy--vertical .kcw__nav.kcw__nav--scroll-spy .kcw__nav-item a.kcw__nav-link.kcw__current,  .kcw .kcw__scroll-spy--vertical .kcw__nav.kcw__nav--scroll-spy .kcw__nav-item a.kcw__nav-link:hover {
  color: #0066A4;
  border-left-color: #0066A4;
}
 .kcw .kcw__scroll-spy--vertical .kcw__nav.kcw__nav--scroll-spy .kcw__nav-item-slot > *,
 .kcw .kcw__scroll-spy--vertical .kcw__nav.kcw__nav--scroll-spy .kcw__nav-item strong.kcw__nav-link {
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1rem;
}
 .kcw .kcw__scroll-spy--horizontal .kcw__nav.kcw__nav--scroll-spy {
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
}
@media (min-width: 768px) {
   .kcw .kcw__scroll-spy--horizontal .kcw__nav.kcw__nav--scroll-spy {
    padding-left: 48px;
  }
}
@media (min-width: 992px) {
   .kcw .kcw__scroll-spy--horizontal .kcw__nav.kcw__nav--scroll-spy {
    padding-left: 84px;
  }
}
 .kcw .kcw__scroll-spy--horizontal .kcw__nav.kcw__nav--scroll-spy {
  overflow-x: auto;
}
 .kcw .kcw__scroll-spy--horizontal .kcw__nav.kcw__nav--scroll-spy .kcw__nav-item {
  flex-shrink: 0;
  flex-grow: 0;
}
 .kcw .kcw__scroll-spy--horizontal .kcw__nav.kcw__nav--scroll-spy .kcw__nav-item:not(.kcw__nav-item-slot) + .kcw__nav-item {
  margin-left: 1.5rem;
}
 .kcw .kcw__scroll-spy--horizontal .kcw__nav.kcw__nav--scroll-spy .kcw__nav-item a.kcw__nav-link {
  padding: 1rem 0;
  border-bottom: 2px solid transparent;
  color: #000;
}
 .kcw .kcw__scroll-spy--horizontal .kcw__nav.kcw__nav--scroll-spy .kcw__nav-item a.kcw__nav-link.kcw__active,  .kcw .kcw__scroll-spy--horizontal .kcw__nav.kcw__nav--scroll-spy .kcw__nav-item a.kcw__nav-link:hover {
  color: #0066A4;
  border-bottom-color: #0066A4;
}
 .kcw .kcw__nav.kcw__nav--scroll-spy-mobile {
  padding: 0 0 1rem !important;
}

 .kcw #kcw__navbar-search #kcw__site-search {
  display: flex;
  justify-content: center;
  padding: 2rem;
  background-color: #f2f5f9;
}
@media (max-width: 767.98px) {
   .kcw #kcw__navbar-search #kcw__site-search {
    padding: 1rem;
  }
   .kcw #kcw__navbar-search #kcw__site-search .kcw__form-inline {
    width: 100%;
  }
   .kcw #kcw__navbar-search #kcw__site-search .kcw__form-inline .kcw__form-group {
    margin-bottom: 0;
  }
}

 .kcw .kcw__search-header {
  border-bottom: 1px solid #E0E0E0;
}
 .kcw .kcw__search-header-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  flex-grow: 0;
  flex-shrink: 0;
}
 .kcw .kcw__search-header-form-wrapper {
  flex-grow: 1;
}
 .kcw .kcw__search-header-form-wrapper .kcw__form-group {
  width: 100% !important;
}
 .kcw .kcw__search-header-form-wrapper .kcw__form-group input {
  background-color: #f4f4f4;
}
 .kcw .kcw__search-header-title {
  font-size: 20px;
  margin-bottom: 0;
  margin-right: 2rem;
}
@media (max-width: 991.98px) {
   .kcw .kcw__search-header-content {
    flex-direction: column;
    align-items: flex-start;
  }
   .kcw .kcw__search-header-title {
    margin-right: 0;
    margin-bottom: 1rem;
  }
   .kcw .kcw__search-header-title,  .kcw .kcw__search-header-form-wrapper {
    flex: 0 0 100%;
    width: 100%;
  }
}

 .kcw .kcw__search-header-services .kcw__row {
  height: 100px;
}
 .kcw .kcw__search-header-services .kcw__form-inline .kcw__form-group {
  width: 100%;
}
 .kcw .kcw__search-header-services-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  flex-grow: 0;
  flex-shrink: 0;
}
 .kcw .kcw__search-header-services-form-wrapper {
  flex-grow: 1;
}
 .kcw .kcw__search-header-services-form-wrapper .kcw__form-group {
  width: 100% !important;
}
 .kcw .kcw__search-header-services-form-wrapper .kcw__form-group input {
  background-color: #f4f4f4;
}
 .kcw .kcw__search-header-services-title {
  font-size: 20px;
  margin-bottom: 0;
  margin-right: 2rem;
}
@media (max-width: 991.98px) {
   .kcw .kcw__search-header-services-content {
    flex-direction: column;
    align-items: flex-start;
  }
   .kcw .kcw__search-header-services-title {
    margin-right: 0;
    margin-bottom: 1rem;
  }
   .kcw .kcw__search-header-services-title,  .kcw .kcw__search-header-services-form-wrapper {
    flex: 0 0 100%;
    width: 100%;
  }
}

 .kcw .kcw__side-by-side {
  display: flex;
  flex-flow: row nowrap;
}
 .kcw .kcw__side-by-side aside,
 .kcw .kcw__side-by-side article {
  flex: 0 0 50%;
  width: 50%;
  align-self: stretch;
}
 .kcw .kcw__side-by-side-foreground {
  padding: 3rem 2rem;
}
 .kcw .kcw__side-by-side-foreground > [class*=side-by-side] {
  margin-bottom: 2rem;
  width: 400px;
  max-width: 100%;
}
 .kcw .kcw__side-by-side-foreground {
  background-size: cover;
  background-image: url("/ResourcePackages/AdenaHealth/assets/dist/images/side-by-side-bg.jpg");
}
 .kcw .kcw__side-by-side--dark .kcw__side-by-side-foreground {
  background-image: url("/ResourcePackages/AdenaHealth/assets/dist/images/side-by-side-bg-dark.jpg");
  color: #fff;
}
 .kcw .kcw__side-by-side--dark .kcw__side-by-side-foreground .kcw__side-by-side-link {
  color: #fff;
}
 .kcw .kcw__side-by-side-background {
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
 .kcw .kcw__side-by-side-background figure,
 .kcw .kcw__side-by-side-background img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 0;
}
 .kcw .kcw__side-by-side-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
 .kcw .kcw__side-by-side-heading {
  font-size: 42px;
  line-height: 50px;
}
 .kcw .kcw__side-by-side-content {
  font-size: 16px;
  line-height: 18px;
}
 .kcw .kcw__side-by-side-link {
  display: inline-block;
  margin-top: 1rem;
}
 .kcw .kcw__side-by-side-link--has-icon {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 260px;
  max-width: 100%;
  padding: 1rem;
  border: 1px solid #0066A4;
}
 .kcw .kcw__side-by-side--dark .kcw__side-by-side-link--has-icon {
  border-color: #a4ddff;
}
 .kcw .kcw__side-by-side-link--has-icon i {
  flex-grow: 0;
}
@media (min-width: 992px) {
   .kcw .kcw__side-by-side {
    position: relative;
  }
   .kcw .kcw__side-by-side .kcw__card {
    width: 320px;
    max-width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1199.98px) {
   .kcw .kcw__side-by-side {
    flex-direction: column;
  }
   .kcw .kcw__side-by-side article,  .kcw .kcw__side-by-side aside,  .kcw .kcw__side-by-side .kcw__card {
    flex: 0 0 100%;
    width: 100%;
  }
   .kcw .kcw__side-by-side aside {
    order: 1;
  }
   .kcw .kcw__side-by-side article,  .kcw .kcw__side-by-side .kcw__card {
    order: 2;
  }
   .kcw .kcw__side-by-side article {
    padding: 2rem 1.25rem;
  }
   .kcw .kcw__side-by-side article .kcw__side-by-side-heading {
    font-size: 20px;
    line-height: 32px;
  }
   .kcw .kcw__side-by-side article > [class*=side-by-side] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
   .kcw .kcw__side-by-side .kcw__side-by-side-background {
    min-height: 0;
  }
   .kcw .kcw__side-by-side .kcw__side-by-side-background figure,  .kcw .kcw__side-by-side .kcw__side-by-side-background img {
    position: relative;
  }
}

 .kcw .kcw__sidebar {
  padding: 2rem 0;
}
 .kcw .kcw__sidebar > * {
  padding: 0 2rem;
  margin-bottom: 2rem;
}
 .kcw .kcw__sidebar {
  border-right: 1px solid #E0E0E0;
}
 .kcw .kcw__sidebar .kcw__list-group .kcw__list-group-item {
  padding-left: 2rem;
  padding-right: 2rem;
}

 .kcw .kcw__container--has-sidebar,
 .kcw .kcw__container-fluid--has-sidebar {
  padding: 0;
}
 .kcw .kcw__container--has-sidebar > .kcw__row,
 .kcw .kcw__container-fluid--has-sidebar > .kcw__row {
  margin: 0 !important;
}
 .kcw .kcw__container--has-sidebar > .kcw__row > [class*=col],
 .kcw .kcw__container-fluid--has-sidebar > .kcw__row > [class*=col] {
  padding: 0;
}
@media (min-width: 992px) {
   .kcw .kcw__container--has-sidebar > .kcw__row > [class*=col].kcw__sidebar,
   .kcw .kcw__container-fluid--has-sidebar > .kcw__row > [class*=col].kcw__sidebar {
    padding: 2rem 0;
    flex: 0 0 350px;
    width: 350px;
  }
   .kcw .kcw__container--has-sidebar > .kcw__row > [class*=col].kcw__content,
   .kcw .kcw__container-fluid--has-sidebar > .kcw__row > [class*=col].kcw__content {
    flex: 1 0 auto;
    width: calc(100% - 350px);
  }
}
@media (max-width: 1199.98px) {
   .kcw .kcw__container--has-sidebar > .kcw__row > [class*=col].kcw__sidebar,  .kcw .kcw__container--has-sidebar > .kcw__row > [class*=col].kcw__content,  .kcw .kcw__container-fluid--has-sidebar > .kcw__row > [class*=col].kcw__sidebar,  .kcw .kcw__container-fluid--has-sidebar > .kcw__row > [class*=col].kcw__content {
    flex: 0 0 100%;
    width: 100%;
  }
   .kcw .kcw__provider .kcw__container--has-sidebar > .kcw__row > [class*=col].kcw__sidebar,
   .kcw .kcw__provider .kcw__container-fluid--has-sidebar > .kcw__row > [class*=col].kcw__sidebar {
    display: none;
  }
}

 .kcw .kcw__star-rating {
  display: inline-flex;
  align-items: center;
}
 .kcw .kcw__star-rating-stars {
  font-size: 14px;
  color: #fed457;
  margin: 0 8px;
}
 .kcw .kcw__star-rating-reviews {
  font-size: 14px;
  line-height: 14px;
  color: #697077;
}

 .kcw table {
  font-size: 14px;
  line-height: 22px;
}
 .kcw table th {
  font-weight: normal;
  white-space: nowrap;
}
 .kcw table th,  .kcw table td {
  vertical-align: top;
  padding: 1rem;
}
 .kcw table tr {
  border-bottom: 1px solid #E0E0E0;
}
@media (min-width: 992px) {
   .kcw table tbody th {
    min-width: 200px;
  }
}
 .kcw table tbody tr:last-child {
  border-bottom: none;
}

 .kcw ul.kcw__sf-autocomplete {
  position: absolute;
  background: #fff;
  list-style: none;
  padding-left: 0;
  z-index: 1021;
  border: 1px solid var(--gray-200);
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
 .kcw ul.kcw__sf-autocomplete .kcw__ui-menu-item-wrapper {
  padding: 0.75rem 1rem;
  font-size: 14px;
}
 .kcw ul.kcw__sf-autocomplete .kcw__ui-menu-item-wrapper:hover {
  background-color: var(--gray-200);
}
 .kcw ul.kcw__sf-autocomplete .kcw__ui-menu-item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
 .kcw ul.kcw__sf-autocomplete .kcw__ui-menu-item-wrapper:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 16px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23697077' viewBox='0 0 16 16'%3e%3cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3e%3c/svg%3e");
}

body .kcw  {
  --h-scrollbar-width: calc(100vw - 100%);
  --v-scrollbar-height: calc(100vh - 100%);
  width: calc(100vw - var(--h-scrollbar-width));
  max-width: calc(100vw - var(--h-scrollbar-width));
}
body .kcw  .kcw__header {
  z-index: 100;
  position: sticky;
  top: 0;
  background-color: #fff;
  transition: height 0.2s;
}
body .kcw  .kcw__header.kcw__container-fluid, body .kcw  .kcw__header.kcw__container-sm, body .kcw  .kcw__header.kcw__container-md, body .kcw  .kcw__header.kcw__container-lg, body .kcw  .kcw__header.kcw__container-xl {
  padding-left: 0;
  padding-right: 0;
}
body .kcw  .kcw__breadcrumb {
  padding-left: 0;
}

 .kcw .kcw__container.kcw__body {
  min-height: 500px !important;
}

body .kcw :not(.kcw__sfPageEditor) .kcw__body .kcw__breadcrumb {
  padding-left: 0;
}

 .kcw .kcw__footer h1,  .kcw .kcw__footer h2,  .kcw .kcw__footer h3,  .kcw .kcw__footer h4 {
  color: #f4f4f4;
}
 .kcw .kcw__footer nav .kcw__nav-item .kcw__nav-link.kcw__title {
  font-size: 1rem;
}
 .kcw .kcw__footer nav .kcw__nav-item .kcw__nav-link {
  font-size: 0.75rem;
  font-weight: 600;
  color: #f4f4f4;
}

 .kcw .kcw__bg-light-grayblue {
  background-color: var(--gray-blue);
}
 .kcw .kcw__bg-light-grayblue .kcw__form-control {
  background-color: #fff !important;
}

 .kcw .kcw__physician-search {
  flex-grow: 1;
}
 .kcw .kcw__physician-search .kcw__sf-search-input-wrapper {
  flex-grow: 1;
}
 .kcw .kcw__physician-search .kcw__sf-search-input-wrapper input {
  flex-grow: 1;
}

 .kcw .kcw__specialty-search {
  display: flex;
  justify-content: center;
  background-color: #f4f4f4;
  padding-left: 1rem;
  padding-right: 1rem;
}
 .kcw .kcw__specialty-search.kcw__form-inline {
  width: 100%;
}
 .kcw .kcw__specialty-search.kcw__form-inline .kcw__input-group {
  width: 100%;
}
 .kcw .kcw__specialty-search .kcw__form-group {
  width: 100%;
}
 .kcw .kcw__specialty-search .kcw__form-control {
  border-radius: 0;
}
 .kcw .kcw__specialty-search [type=search] {
  border-top: 0;
  border-left: 0;
  width: 300px;
}

 .kcw .kcw__specialty-card.kcw__card {
  border-radius: 0;
  margin: 1rem;
}

 .kcw .kcw__ui-autocomplete {
  z-index: 2001;
}

 .kcw .kcw__search-bar {
  padding: 1.5rem 0;
  background-color: #EDF4FF;
}
 .kcw .kcw__search-bar .kcw__site-search {
  width: 33%;
}
 .kcw .kcw__search-bar .kcw__site-search .kcw__form-group {
  flex: 1;
}
 .kcw .kcw__search-bar .kcw__site-search input[type=search] {
  border-radius: 0;
  flex: 1;
  border: 0;
  border-bottom: 1px solid #E0E0E0;
  padding-left: 2rem;
  position: relative;
  left: -2rem;
}
 .kcw .kcw__search-bar .kcw__site-search ion-icon {
  z-index: 100;
}
 .kcw .kcw__search-bar .kcw__site-search ion-icon.kcw__search-icon {
  background-color: #fff;
  border-bottom: 1px solid #E0E0E0;
  height: 1.5rem;
  padding: 0.1875rem 0.5rem;
}
 .kcw .kcw__search-bar .kcw__site-search button {
  border-radius: 0;
  position: relative;
  left: -2rem;
}
 .kcw .kcw__search-bar.kcw__show,  .kcw .kcw__search-bar.kcw__collapsing {
  transition: none !important;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
}

 .kcw .kcw__alert-wrapper .kcw__alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #17a2b8;
  border: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
}
 .kcw .kcw__alert-wrapper .kcw__alert .kcw__alert-content {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
 .kcw .kcw__alert-wrapper .kcw__alert .kcw__alert-content img {
  margin-right: 0.5rem;
}
 .kcw .kcw__alert-wrapper .kcw__alert .kcw__alert-content a {
  color: #000;
  text-decoration: underline;
  margin-left: 0.5rem;
  display: inline-block;
}
 .kcw .kcw__alert-wrapper .kcw__alert .kcw__alert-close {
  border: 0;
  padding: 0;
  background: none;
  font-size: 0.875rem;
}

 .kcw :root {
  --blue: #0066A4;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #e97400;
  --yellow: #fed457;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #697077;
  --gray-dark: #343a40;
  --brand-blue: #1251A4;
  --brand-green: #73BE44;
  --brand-lightblue: #029DD3;
  --brand-brightblue: #03147C;
  --gray-blue: #F3F5FA;
  --text-light-gray: #525252;
  --100: #f4f4f4;
  --200: #E0E0E0;
  --300: #dfe2e6;
  --400: #C6C6C6;
  --500: #C1C7CD;
  --600: #697077;
  --700: #495057;
  --800: #343a40;
  --900: #161616;
  --gray-100: #f4f4f4;
  --gray-200: #E0E0E0;
  --gray-300: #dfe2e6;
  --gray-400: #C6C6C6;
  --gray-500: #C1C7CD;
  --gray-600: #697077;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #161616;
  --gray-blue: #F3F5FA;
  --text-light-gray: #525252;
  --primary: #0066A4;
  --secondary: #697077;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #fed457;
  --danger: #dc3545;
  --light: #f4f4f4;
  --dark: #343a40;
  --primary-dark: #00518d;
  --brand-blue: #1251A4;
  --brand-darkblue: #001D4C;
  --brand-lightblue: #029DD3;
  --brand-green: #73BE44;
  --brand-brightblue: #03147C;
  --gray-blue: #F3F5FA;
  --text-light-gray: #525252;
  --font-sans-serif: Inter, PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --body-font-family: var(--font-sans-serif);
  --body-font-size: 1.125rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-color: #161616;
  --body-bg: #fff;
  --ahs-light-gray: #F5F5F5;
  --ahs-dark-gray: #D9D9D9;
  --ahs-green: #65AA45;
  --ahs-light-blue: #039ED4;
  --ahs-main-blue: #1251A4;
  --ahs-bright-blue: #03147D;
  --ahs-dark-blue: #021C4C;
}

/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a") format("woff2"),
url("./fonts/bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a") format("woff");
}

 .kcw .kcw__bi::before,
 .kcw [class^="kcw__bi-"]::before,
 .kcw [class*=" kcw__bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

 .kcw .kcw__bi-123::before { content: "\f67f"; }
 .kcw .kcw__bi-alarm-fill::before { content: "\f101"; }
 .kcw .kcw__bi-alarm::before { content: "\f102"; }
 .kcw .kcw__bi-align-bottom::before { content: "\f103"; }
 .kcw .kcw__bi-align-center::before { content: "\f104"; }
 .kcw .kcw__bi-align-end::before { content: "\f105"; }
 .kcw .kcw__bi-align-middle::before { content: "\f106"; }
 .kcw .kcw__bi-align-start::before { content: "\f107"; }
 .kcw .kcw__bi-align-top::before { content: "\f108"; }
 .kcw .kcw__bi-alt::before { content: "\f109"; }
 .kcw .kcw__bi-app-indicator::before { content: "\f10a"; }
 .kcw .kcw__bi-app::before { content: "\f10b"; }
 .kcw .kcw__bi-archive-fill::before { content: "\f10c"; }
 .kcw .kcw__bi-archive::before { content: "\f10d"; }
 .kcw .kcw__bi-arrow-90deg-down::before { content: "\f10e"; }
 .kcw .kcw__bi-arrow-90deg-left::before { content: "\f10f"; }
 .kcw .kcw__bi-arrow-90deg-right::before { content: "\f110"; }
 .kcw .kcw__bi-arrow-90deg-up::before { content: "\f111"; }
 .kcw .kcw__bi-arrow-bar-down::before { content: "\f112"; }
 .kcw .kcw__bi-arrow-bar-left::before { content: "\f113"; }
 .kcw .kcw__bi-arrow-bar-right::before { content: "\f114"; }
 .kcw .kcw__bi-arrow-bar-up::before { content: "\f115"; }
 .kcw .kcw__bi-arrow-clockwise::before { content: "\f116"; }
 .kcw .kcw__bi-arrow-counterclockwise::before { content: "\f117"; }
 .kcw .kcw__bi-arrow-down-circle-fill::before { content: "\f118"; }
 .kcw .kcw__bi-arrow-down-circle::before { content: "\f119"; }
 .kcw .kcw__bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
 .kcw .kcw__bi-arrow-down-left-circle::before { content: "\f11b"; }
 .kcw .kcw__bi-arrow-down-left-square-fill::before { content: "\f11c"; }
 .kcw .kcw__bi-arrow-down-left-square::before { content: "\f11d"; }
 .kcw .kcw__bi-arrow-down-left::before { content: "\f11e"; }
 .kcw .kcw__bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
 .kcw .kcw__bi-arrow-down-right-circle::before { content: "\f120"; }
 .kcw .kcw__bi-arrow-down-right-square-fill::before { content: "\f121"; }
 .kcw .kcw__bi-arrow-down-right-square::before { content: "\f122"; }
 .kcw .kcw__bi-arrow-down-right::before { content: "\f123"; }
 .kcw .kcw__bi-arrow-down-short::before { content: "\f124"; }
 .kcw .kcw__bi-arrow-down-square-fill::before { content: "\f125"; }
 .kcw .kcw__bi-arrow-down-square::before { content: "\f126"; }
 .kcw .kcw__bi-arrow-down-up::before { content: "\f127"; }
 .kcw .kcw__bi-arrow-down::before { content: "\f128"; }
 .kcw .kcw__bi-arrow-left-circle-fill::before { content: "\f129"; }
 .kcw .kcw__bi-arrow-left-circle::before { content: "\f12a"; }
 .kcw .kcw__bi-arrow-left-right::before { content: "\f12b"; }
 .kcw .kcw__bi-arrow-left-short::before { content: "\f12c"; }
 .kcw .kcw__bi-arrow-left-square-fill::before { content: "\f12d"; }
 .kcw .kcw__bi-arrow-left-square::before { content: "\f12e"; }
 .kcw .kcw__bi-arrow-left::before { content: "\f12f"; }
 .kcw .kcw__bi-arrow-repeat::before { content: "\f130"; }
 .kcw .kcw__bi-arrow-return-left::before { content: "\f131"; }
 .kcw .kcw__bi-arrow-return-right::before { content: "\f132"; }
 .kcw .kcw__bi-arrow-right-circle-fill::before { content: "\f133"; }
 .kcw .kcw__bi-arrow-right-circle::before { content: "\f134"; }
 .kcw .kcw__bi-arrow-right-short::before { content: "\f135"; }
 .kcw .kcw__bi-arrow-right-square-fill::before { content: "\f136"; }
 .kcw .kcw__bi-arrow-right-square::before { content: "\f137"; }
 .kcw .kcw__bi-arrow-right::before { content: "\f138"; }
 .kcw .kcw__bi-arrow-up-circle-fill::before { content: "\f139"; }
 .kcw .kcw__bi-arrow-up-circle::before { content: "\f13a"; }
 .kcw .kcw__bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
 .kcw .kcw__bi-arrow-up-left-circle::before { content: "\f13c"; }
 .kcw .kcw__bi-arrow-up-left-square-fill::before { content: "\f13d"; }
 .kcw .kcw__bi-arrow-up-left-square::before { content: "\f13e"; }
 .kcw .kcw__bi-arrow-up-left::before { content: "\f13f"; }
 .kcw .kcw__bi-arrow-up-right-circle-fill::before { content: "\f140"; }
 .kcw .kcw__bi-arrow-up-right-circle::before { content: "\f141"; }
 .kcw .kcw__bi-arrow-up-right-square-fill::before { content: "\f142"; }
 .kcw .kcw__bi-arrow-up-right-square::before { content: "\f143"; }
 .kcw .kcw__bi-arrow-up-right::before { content: "\f144"; }
 .kcw .kcw__bi-arrow-up-short::before { content: "\f145"; }
 .kcw .kcw__bi-arrow-up-square-fill::before { content: "\f146"; }
 .kcw .kcw__bi-arrow-up-square::before { content: "\f147"; }
 .kcw .kcw__bi-arrow-up::before { content: "\f148"; }
 .kcw .kcw__bi-arrows-angle-contract::before { content: "\f149"; }
 .kcw .kcw__bi-arrows-angle-expand::before { content: "\f14a"; }
 .kcw .kcw__bi-arrows-collapse::before { content: "\f14b"; }
 .kcw .kcw__bi-arrows-expand::before { content: "\f14c"; }
 .kcw .kcw__bi-arrows-fullscreen::before { content: "\f14d"; }
 .kcw .kcw__bi-arrows-move::before { content: "\f14e"; }
 .kcw .kcw__bi-aspect-ratio-fill::before { content: "\f14f"; }
 .kcw .kcw__bi-aspect-ratio::before { content: "\f150"; }
 .kcw .kcw__bi-asterisk::before { content: "\f151"; }
 .kcw .kcw__bi-at::before { content: "\f152"; }
 .kcw .kcw__bi-award-fill::before { content: "\f153"; }
 .kcw .kcw__bi-award::before { content: "\f154"; }
 .kcw .kcw__bi-back::before { content: "\f155"; }
 .kcw .kcw__bi-backspace-fill::before { content: "\f156"; }
 .kcw .kcw__bi-backspace-reverse-fill::before { content: "\f157"; }
 .kcw .kcw__bi-backspace-reverse::before { content: "\f158"; }
 .kcw .kcw__bi-backspace::before { content: "\f159"; }
 .kcw .kcw__bi-badge-3d-fill::before { content: "\f15a"; }
 .kcw .kcw__bi-badge-3d::before { content: "\f15b"; }
 .kcw .kcw__bi-badge-4k-fill::before { content: "\f15c"; }
 .kcw .kcw__bi-badge-4k::before { content: "\f15d"; }
 .kcw .kcw__bi-badge-8k-fill::before { content: "\f15e"; }
 .kcw .kcw__bi-badge-8k::before { content: "\f15f"; }
 .kcw .kcw__bi-badge-ad-fill::before { content: "\f160"; }
 .kcw .kcw__bi-badge-ad::before { content: "\f161"; }
 .kcw .kcw__bi-badge-ar-fill::before { content: "\f162"; }
 .kcw .kcw__bi-badge-ar::before { content: "\f163"; }
 .kcw .kcw__bi-badge-cc-fill::before { content: "\f164"; }
 .kcw .kcw__bi-badge-cc::before { content: "\f165"; }
 .kcw .kcw__bi-badge-hd-fill::before { content: "\f166"; }
 .kcw .kcw__bi-badge-hd::before { content: "\f167"; }
 .kcw .kcw__bi-badge-tm-fill::before { content: "\f168"; }
 .kcw .kcw__bi-badge-tm::before { content: "\f169"; }
 .kcw .kcw__bi-badge-vo-fill::before { content: "\f16a"; }
 .kcw .kcw__bi-badge-vo::before { content: "\f16b"; }
 .kcw .kcw__bi-badge-vr-fill::before { content: "\f16c"; }
 .kcw .kcw__bi-badge-vr::before { content: "\f16d"; }
 .kcw .kcw__bi-badge-wc-fill::before { content: "\f16e"; }
 .kcw .kcw__bi-badge-wc::before { content: "\f16f"; }
 .kcw .kcw__bi-bag-check-fill::before { content: "\f170"; }
 .kcw .kcw__bi-bag-check::before { content: "\f171"; }
 .kcw .kcw__bi-bag-dash-fill::before { content: "\f172"; }
 .kcw .kcw__bi-bag-dash::before { content: "\f173"; }
 .kcw .kcw__bi-bag-fill::before { content: "\f174"; }
 .kcw .kcw__bi-bag-plus-fill::before { content: "\f175"; }
 .kcw .kcw__bi-bag-plus::before { content: "\f176"; }
 .kcw .kcw__bi-bag-x-fill::before { content: "\f177"; }
 .kcw .kcw__bi-bag-x::before { content: "\f178"; }
 .kcw .kcw__bi-bag::before { content: "\f179"; }
 .kcw .kcw__bi-bar-chart-fill::before { content: "\f17a"; }
 .kcw .kcw__bi-bar-chart-line-fill::before { content: "\f17b"; }
 .kcw .kcw__bi-bar-chart-line::before { content: "\f17c"; }
 .kcw .kcw__bi-bar-chart-steps::before { content: "\f17d"; }
 .kcw .kcw__bi-bar-chart::before { content: "\f17e"; }
 .kcw .kcw__bi-basket-fill::before { content: "\f17f"; }
 .kcw .kcw__bi-basket::before { content: "\f180"; }
 .kcw .kcw__bi-basket2-fill::before { content: "\f181"; }
 .kcw .kcw__bi-basket2::before { content: "\f182"; }
 .kcw .kcw__bi-basket3-fill::before { content: "\f183"; }
 .kcw .kcw__bi-basket3::before { content: "\f184"; }
 .kcw .kcw__bi-battery-charging::before { content: "\f185"; }
 .kcw .kcw__bi-battery-full::before { content: "\f186"; }
 .kcw .kcw__bi-battery-half::before { content: "\f187"; }
 .kcw .kcw__bi-battery::before { content: "\f188"; }
 .kcw .kcw__bi-bell-fill::before { content: "\f189"; }
 .kcw .kcw__bi-bell::before { content: "\f18a"; }
 .kcw .kcw__bi-bezier::before { content: "\f18b"; }
 .kcw .kcw__bi-bezier2::before { content: "\f18c"; }
 .kcw .kcw__bi-bicycle::before { content: "\f18d"; }
 .kcw .kcw__bi-binoculars-fill::before { content: "\f18e"; }
 .kcw .kcw__bi-binoculars::before { content: "\f18f"; }
 .kcw .kcw__bi-blockquote-left::before { content: "\f190"; }
 .kcw .kcw__bi-blockquote-right::before { content: "\f191"; }
 .kcw .kcw__bi-book-fill::before { content: "\f192"; }
 .kcw .kcw__bi-book-half::before { content: "\f193"; }
 .kcw .kcw__bi-book::before { content: "\f194"; }
 .kcw .kcw__bi-bookmark-check-fill::before { content: "\f195"; }
 .kcw .kcw__bi-bookmark-check::before { content: "\f196"; }
 .kcw .kcw__bi-bookmark-dash-fill::before { content: "\f197"; }
 .kcw .kcw__bi-bookmark-dash::before { content: "\f198"; }
 .kcw .kcw__bi-bookmark-fill::before { content: "\f199"; }
 .kcw .kcw__bi-bookmark-heart-fill::before { content: "\f19a"; }
 .kcw .kcw__bi-bookmark-heart::before { content: "\f19b"; }
 .kcw .kcw__bi-bookmark-plus-fill::before { content: "\f19c"; }
 .kcw .kcw__bi-bookmark-plus::before { content: "\f19d"; }
 .kcw .kcw__bi-bookmark-star-fill::before { content: "\f19e"; }
 .kcw .kcw__bi-bookmark-star::before { content: "\f19f"; }
 .kcw .kcw__bi-bookmark-x-fill::before { content: "\f1a0"; }
 .kcw .kcw__bi-bookmark-x::before { content: "\f1a1"; }
 .kcw .kcw__bi-bookmark::before { content: "\f1a2"; }
 .kcw .kcw__bi-bookmarks-fill::before { content: "\f1a3"; }
 .kcw .kcw__bi-bookmarks::before { content: "\f1a4"; }
 .kcw .kcw__bi-bookshelf::before { content: "\f1a5"; }
 .kcw .kcw__bi-bootstrap-fill::before { content: "\f1a6"; }
 .kcw .kcw__bi-bootstrap-reboot::before { content: "\f1a7"; }
 .kcw .kcw__bi-bootstrap::before { content: "\f1a8"; }
 .kcw .kcw__bi-border-all::before { content: "\f1a9"; }
 .kcw .kcw__bi-border-bottom::before { content: "\f1aa"; }
 .kcw .kcw__bi-border-center::before { content: "\f1ab"; }
 .kcw .kcw__bi-border-inner::before { content: "\f1ac"; }
 .kcw .kcw__bi-border-left::before { content: "\f1ad"; }
 .kcw .kcw__bi-border-middle::before { content: "\f1ae"; }
 .kcw .kcw__bi-border-outer::before { content: "\f1af"; }
 .kcw .kcw__bi-border-right::before { content: "\f1b0"; }
 .kcw .kcw__bi-border-style::before { content: "\f1b1"; }
 .kcw .kcw__bi-border-top::before { content: "\f1b2"; }
 .kcw .kcw__bi-border-width::before { content: "\f1b3"; }
 .kcw .kcw__bi-border::before { content: "\f1b4"; }
 .kcw .kcw__bi-bounding-box-circles::before { content: "\f1b5"; }
 .kcw .kcw__bi-bounding-box::before { content: "\f1b6"; }
 .kcw .kcw__bi-box-arrow-down-left::before { content: "\f1b7"; }
 .kcw .kcw__bi-box-arrow-down-right::before { content: "\f1b8"; }
 .kcw .kcw__bi-box-arrow-down::before { content: "\f1b9"; }
 .kcw .kcw__bi-box-arrow-in-down-left::before { content: "\f1ba"; }
 .kcw .kcw__bi-box-arrow-in-down-right::before { content: "\f1bb"; }
 .kcw .kcw__bi-box-arrow-in-down::before { content: "\f1bc"; }
 .kcw .kcw__bi-box-arrow-in-left::before { content: "\f1bd"; }
 .kcw .kcw__bi-box-arrow-in-right::before { content: "\f1be"; }
 .kcw .kcw__bi-box-arrow-in-up-left::before { content: "\f1bf"; }
 .kcw .kcw__bi-box-arrow-in-up-right::before { content: "\f1c0"; }
 .kcw .kcw__bi-box-arrow-in-up::before { content: "\f1c1"; }
 .kcw .kcw__bi-box-arrow-left::before { content: "\f1c2"; }
 .kcw .kcw__bi-box-arrow-right::before { content: "\f1c3"; }
 .kcw .kcw__bi-box-arrow-up-left::before { content: "\f1c4"; }
 .kcw .kcw__bi-box-arrow-up-right::before { content: "\f1c5"; }
 .kcw .kcw__bi-box-arrow-up::before { content: "\f1c6"; }
 .kcw .kcw__bi-box-seam::before { content: "\f1c7"; }
 .kcw .kcw__bi-box::before { content: "\f1c8"; }
 .kcw .kcw__bi-braces::before { content: "\f1c9"; }
 .kcw .kcw__bi-bricks::before { content: "\f1ca"; }
 .kcw .kcw__bi-briefcase-fill::before { content: "\f1cb"; }
 .kcw .kcw__bi-briefcase::before { content: "\f1cc"; }
 .kcw .kcw__bi-brightness-alt-high-fill::before { content: "\f1cd"; }
 .kcw .kcw__bi-brightness-alt-high::before { content: "\f1ce"; }
 .kcw .kcw__bi-brightness-alt-low-fill::before { content: "\f1cf"; }
 .kcw .kcw__bi-brightness-alt-low::before { content: "\f1d0"; }
 .kcw .kcw__bi-brightness-high-fill::before { content: "\f1d1"; }
 .kcw .kcw__bi-brightness-high::before { content: "\f1d2"; }
 .kcw .kcw__bi-brightness-low-fill::before { content: "\f1d3"; }
 .kcw .kcw__bi-brightness-low::before { content: "\f1d4"; }
 .kcw .kcw__bi-broadcast-pin::before { content: "\f1d5"; }
 .kcw .kcw__bi-broadcast::before { content: "\f1d6"; }
 .kcw .kcw__bi-brush-fill::before { content: "\f1d7"; }
 .kcw .kcw__bi-brush::before { content: "\f1d8"; }
 .kcw .kcw__bi-bucket-fill::before { content: "\f1d9"; }
 .kcw .kcw__bi-bucket::before { content: "\f1da"; }
 .kcw .kcw__bi-bug-fill::before { content: "\f1db"; }
 .kcw .kcw__bi-bug::before { content: "\f1dc"; }
 .kcw .kcw__bi-building::before { content: "\f1dd"; }
 .kcw .kcw__bi-bullseye::before { content: "\f1de"; }
 .kcw .kcw__bi-calculator-fill::before { content: "\f1df"; }
 .kcw .kcw__bi-calculator::before { content: "\f1e0"; }
 .kcw .kcw__bi-calendar-check-fill::before { content: "\f1e1"; }
 .kcw .kcw__bi-calendar-check::before { content: "\f1e2"; }
 .kcw .kcw__bi-calendar-date-fill::before { content: "\f1e3"; }
 .kcw .kcw__bi-calendar-date::before { content: "\f1e4"; }
 .kcw .kcw__bi-calendar-day-fill::before { content: "\f1e5"; }
 .kcw .kcw__bi-calendar-day::before { content: "\f1e6"; }
 .kcw .kcw__bi-calendar-event-fill::before { content: "\f1e7"; }
 .kcw .kcw__bi-calendar-event::before { content: "\f1e8"; }
 .kcw .kcw__bi-calendar-fill::before { content: "\f1e9"; }
 .kcw .kcw__bi-calendar-minus-fill::before { content: "\f1ea"; }
 .kcw .kcw__bi-calendar-minus::before { content: "\f1eb"; }
 .kcw .kcw__bi-calendar-month-fill::before { content: "\f1ec"; }
 .kcw .kcw__bi-calendar-month::before { content: "\f1ed"; }
 .kcw .kcw__bi-calendar-plus-fill::before { content: "\f1ee"; }
 .kcw .kcw__bi-calendar-plus::before { content: "\f1ef"; }
 .kcw .kcw__bi-calendar-range-fill::before { content: "\f1f0"; }
 .kcw .kcw__bi-calendar-range::before { content: "\f1f1"; }
 .kcw .kcw__bi-calendar-week-fill::before { content: "\f1f2"; }
 .kcw .kcw__bi-calendar-week::before { content: "\f1f3"; }
 .kcw .kcw__bi-calendar-x-fill::before { content: "\f1f4"; }
 .kcw .kcw__bi-calendar-x::before { content: "\f1f5"; }
 .kcw .kcw__bi-calendar::before { content: "\f1f6"; }
 .kcw .kcw__bi-calendar2-check-fill::before { content: "\f1f7"; }
 .kcw .kcw__bi-calendar2-check::before { content: "\f1f8"; }
 .kcw .kcw__bi-calendar2-date-fill::before { content: "\f1f9"; }
 .kcw .kcw__bi-calendar2-date::before { content: "\f1fa"; }
 .kcw .kcw__bi-calendar2-day-fill::before { content: "\f1fb"; }
 .kcw .kcw__bi-calendar2-day::before { content: "\f1fc"; }
 .kcw .kcw__bi-calendar2-event-fill::before { content: "\f1fd"; }
 .kcw .kcw__bi-calendar2-event::before { content: "\f1fe"; }
 .kcw .kcw__bi-calendar2-fill::before { content: "\f1ff"; }
 .kcw .kcw__bi-calendar2-minus-fill::before { content: "\f200"; }
 .kcw .kcw__bi-calendar2-minus::before { content: "\f201"; }
 .kcw .kcw__bi-calendar2-month-fill::before { content: "\f202"; }
 .kcw .kcw__bi-calendar2-month::before { content: "\f203"; }
 .kcw .kcw__bi-calendar2-plus-fill::before { content: "\f204"; }
 .kcw .kcw__bi-calendar2-plus::before { content: "\f205"; }
 .kcw .kcw__bi-calendar2-range-fill::before { content: "\f206"; }
 .kcw .kcw__bi-calendar2-range::before { content: "\f207"; }
 .kcw .kcw__bi-calendar2-week-fill::before { content: "\f208"; }
 .kcw .kcw__bi-calendar2-week::before { content: "\f209"; }
 .kcw .kcw__bi-calendar2-x-fill::before { content: "\f20a"; }
 .kcw .kcw__bi-calendar2-x::before { content: "\f20b"; }
 .kcw .kcw__bi-calendar2::before { content: "\f20c"; }
 .kcw .kcw__bi-calendar3-event-fill::before { content: "\f20d"; }
 .kcw .kcw__bi-calendar3-event::before { content: "\f20e"; }
 .kcw .kcw__bi-calendar3-fill::before { content: "\f20f"; }
 .kcw .kcw__bi-calendar3-range-fill::before { content: "\f210"; }
 .kcw .kcw__bi-calendar3-range::before { content: "\f211"; }
 .kcw .kcw__bi-calendar3-week-fill::before { content: "\f212"; }
 .kcw .kcw__bi-calendar3-week::before { content: "\f213"; }
 .kcw .kcw__bi-calendar3::before { content: "\f214"; }
 .kcw .kcw__bi-calendar4-event::before { content: "\f215"; }
 .kcw .kcw__bi-calendar4-range::before { content: "\f216"; }
 .kcw .kcw__bi-calendar4-week::before { content: "\f217"; }
 .kcw .kcw__bi-calendar4::before { content: "\f218"; }
 .kcw .kcw__bi-camera-fill::before { content: "\f219"; }
 .kcw .kcw__bi-camera-reels-fill::before { content: "\f21a"; }
 .kcw .kcw__bi-camera-reels::before { content: "\f21b"; }
 .kcw .kcw__bi-camera-video-fill::before { content: "\f21c"; }
 .kcw .kcw__bi-camera-video-off-fill::before { content: "\f21d"; }
 .kcw .kcw__bi-camera-video-off::before { content: "\f21e"; }
 .kcw .kcw__bi-camera-video::before { content: "\f21f"; }
 .kcw .kcw__bi-camera::before { content: "\f220"; }
 .kcw .kcw__bi-camera2::before { content: "\f221"; }
 .kcw .kcw__bi-capslock-fill::before { content: "\f222"; }
 .kcw .kcw__bi-capslock::before { content: "\f223"; }
 .kcw .kcw__bi-card-checklist::before { content: "\f224"; }
 .kcw .kcw__bi-card-heading::before { content: "\f225"; }
 .kcw .kcw__bi-card-image::before { content: "\f226"; }
 .kcw .kcw__bi-card-list::before { content: "\f227"; }
 .kcw .kcw__bi-card-text::before { content: "\f228"; }
 .kcw .kcw__bi-caret-down-fill::before { content: "\f229"; }
 .kcw .kcw__bi-caret-down-square-fill::before { content: "\f22a"; }
 .kcw .kcw__bi-caret-down-square::before { content: "\f22b"; }
 .kcw .kcw__bi-caret-down::before { content: "\f22c"; }
 .kcw .kcw__bi-caret-left-fill::before { content: "\f22d"; }
 .kcw .kcw__bi-caret-left-square-fill::before { content: "\f22e"; }
 .kcw .kcw__bi-caret-left-square::before { content: "\f22f"; }
 .kcw .kcw__bi-caret-left::before { content: "\f230"; }
 .kcw .kcw__bi-caret-right-fill::before { content: "\f231"; }
 .kcw .kcw__bi-caret-right-square-fill::before { content: "\f232"; }
 .kcw .kcw__bi-caret-right-square::before { content: "\f233"; }
 .kcw .kcw__bi-caret-right::before { content: "\f234"; }
 .kcw .kcw__bi-caret-up-fill::before { content: "\f235"; }
 .kcw .kcw__bi-caret-up-square-fill::before { content: "\f236"; }
 .kcw .kcw__bi-caret-up-square::before { content: "\f237"; }
 .kcw .kcw__bi-caret-up::before { content: "\f238"; }
 .kcw .kcw__bi-cart-check-fill::before { content: "\f239"; }
 .kcw .kcw__bi-cart-check::before { content: "\f23a"; }
 .kcw .kcw__bi-cart-dash-fill::before { content: "\f23b"; }
 .kcw .kcw__bi-cart-dash::before { content: "\f23c"; }
 .kcw .kcw__bi-cart-fill::before { content: "\f23d"; }
 .kcw .kcw__bi-cart-plus-fill::before { content: "\f23e"; }
 .kcw .kcw__bi-cart-plus::before { content: "\f23f"; }
 .kcw .kcw__bi-cart-x-fill::before { content: "\f240"; }
 .kcw .kcw__bi-cart-x::before { content: "\f241"; }
 .kcw .kcw__bi-cart::before { content: "\f242"; }
 .kcw .kcw__bi-cart2::before { content: "\f243"; }
 .kcw .kcw__bi-cart3::before { content: "\f244"; }
 .kcw .kcw__bi-cart4::before { content: "\f245"; }
 .kcw .kcw__bi-cash-stack::before { content: "\f246"; }
 .kcw .kcw__bi-cash::before { content: "\f247"; }
 .kcw .kcw__bi-cast::before { content: "\f248"; }
 .kcw .kcw__bi-chat-dots-fill::before { content: "\f249"; }
 .kcw .kcw__bi-chat-dots::before { content: "\f24a"; }
 .kcw .kcw__bi-chat-fill::before { content: "\f24b"; }
 .kcw .kcw__bi-chat-left-dots-fill::before { content: "\f24c"; }
 .kcw .kcw__bi-chat-left-dots::before { content: "\f24d"; }
 .kcw .kcw__bi-chat-left-fill::before { content: "\f24e"; }
 .kcw .kcw__bi-chat-left-quote-fill::before { content: "\f24f"; }
 .kcw .kcw__bi-chat-left-quote::before { content: "\f250"; }
 .kcw .kcw__bi-chat-left-text-fill::before { content: "\f251"; }
 .kcw .kcw__bi-chat-left-text::before { content: "\f252"; }
 .kcw .kcw__bi-chat-left::before { content: "\f253"; }
 .kcw .kcw__bi-chat-quote-fill::before { content: "\f254"; }
 .kcw .kcw__bi-chat-quote::before { content: "\f255"; }
 .kcw .kcw__bi-chat-right-dots-fill::before { content: "\f256"; }
 .kcw .kcw__bi-chat-right-dots::before { content: "\f257"; }
 .kcw .kcw__bi-chat-right-fill::before { content: "\f258"; }
 .kcw .kcw__bi-chat-right-quote-fill::before { content: "\f259"; }
 .kcw .kcw__bi-chat-right-quote::before { content: "\f25a"; }
 .kcw .kcw__bi-chat-right-text-fill::before { content: "\f25b"; }
 .kcw .kcw__bi-chat-right-text::before { content: "\f25c"; }
 .kcw .kcw__bi-chat-right::before { content: "\f25d"; }
 .kcw .kcw__bi-chat-square-dots-fill::before { content: "\f25e"; }
 .kcw .kcw__bi-chat-square-dots::before { content: "\f25f"; }
 .kcw .kcw__bi-chat-square-fill::before { content: "\f260"; }
 .kcw .kcw__bi-chat-square-quote-fill::before { content: "\f261"; }
 .kcw .kcw__bi-chat-square-quote::before { content: "\f262"; }
 .kcw .kcw__bi-chat-square-text-fill::before { content: "\f263"; }
 .kcw .kcw__bi-chat-square-text::before { content: "\f264"; }
 .kcw .kcw__bi-chat-square::before { content: "\f265"; }
 .kcw .kcw__bi-chat-text-fill::before { content: "\f266"; }
 .kcw .kcw__bi-chat-text::before { content: "\f267"; }
 .kcw .kcw__bi-chat::before { content: "\f268"; }
 .kcw .kcw__bi-check-all::before { content: "\f269"; }
 .kcw .kcw__bi-check-circle-fill::before { content: "\f26a"; }
 .kcw .kcw__bi-check-circle::before { content: "\f26b"; }
 .kcw .kcw__bi-check-square-fill::before { content: "\f26c"; }
 .kcw .kcw__bi-check-square::before { content: "\f26d"; }
 .kcw .kcw__bi-check::before { content: "\f26e"; }
 .kcw .kcw__bi-check2-all::before { content: "\f26f"; }
 .kcw .kcw__bi-check2-circle::before { content: "\f270"; }
 .kcw .kcw__bi-check2-square::before { content: "\f271"; }
 .kcw .kcw__bi-check2::before { content: "\f272"; }
 .kcw .kcw__bi-chevron-bar-contract::before { content: "\f273"; }
 .kcw .kcw__bi-chevron-bar-down::before { content: "\f274"; }
 .kcw .kcw__bi-chevron-bar-expand::before { content: "\f275"; }
 .kcw .kcw__bi-chevron-bar-left::before { content: "\f276"; }
 .kcw .kcw__bi-chevron-bar-right::before { content: "\f277"; }
 .kcw .kcw__bi-chevron-bar-up::before { content: "\f278"; }
 .kcw .kcw__bi-chevron-compact-down::before { content: "\f279"; }
 .kcw .kcw__bi-chevron-compact-left::before { content: "\f27a"; }
 .kcw .kcw__bi-chevron-compact-right::before { content: "\f27b"; }
 .kcw .kcw__bi-chevron-compact-up::before { content: "\f27c"; }
 .kcw .kcw__bi-chevron-contract::before { content: "\f27d"; }
 .kcw .kcw__bi-chevron-double-down::before { content: "\f27e"; }
 .kcw .kcw__bi-chevron-double-left::before { content: "\f27f"; }
 .kcw .kcw__bi-chevron-double-right::before { content: "\f280"; }
 .kcw .kcw__bi-chevron-double-up::before { content: "\f281"; }
 .kcw .kcw__bi-chevron-down::before { content: "\f282"; }
 .kcw .kcw__bi-chevron-expand::before { content: "\f283"; }
 .kcw .kcw__bi-chevron-left::before { content: "\f284"; }
 .kcw .kcw__bi-chevron-right::before { content: "\f285"; }
 .kcw .kcw__bi-chevron-up::before { content: "\f286"; }
 .kcw .kcw__bi-circle-fill::before { content: "\f287"; }
 .kcw .kcw__bi-circle-half::before { content: "\f288"; }
 .kcw .kcw__bi-circle-square::before { content: "\f289"; }
 .kcw .kcw__bi-circle::before { content: "\f28a"; }
 .kcw .kcw__bi-clipboard-check::before { content: "\f28b"; }
 .kcw .kcw__bi-clipboard-data::before { content: "\f28c"; }
 .kcw .kcw__bi-clipboard-minus::before { content: "\f28d"; }
 .kcw .kcw__bi-clipboard-plus::before { content: "\f28e"; }
 .kcw .kcw__bi-clipboard-x::before { content: "\f28f"; }
 .kcw .kcw__bi-clipboard::before { content: "\f290"; }
 .kcw .kcw__bi-clock-fill::before { content: "\f291"; }
 .kcw .kcw__bi-clock-history::before { content: "\f292"; }
 .kcw .kcw__bi-clock::before { content: "\f293"; }
 .kcw .kcw__bi-cloud-arrow-down-fill::before { content: "\f294"; }
 .kcw .kcw__bi-cloud-arrow-down::before { content: "\f295"; }
 .kcw .kcw__bi-cloud-arrow-up-fill::before { content: "\f296"; }
 .kcw .kcw__bi-cloud-arrow-up::before { content: "\f297"; }
 .kcw .kcw__bi-cloud-check-fill::before { content: "\f298"; }
 .kcw .kcw__bi-cloud-check::before { content: "\f299"; }
 .kcw .kcw__bi-cloud-download-fill::before { content: "\f29a"; }
 .kcw .kcw__bi-cloud-download::before { content: "\f29b"; }
 .kcw .kcw__bi-cloud-drizzle-fill::before { content: "\f29c"; }
 .kcw .kcw__bi-cloud-drizzle::before { content: "\f29d"; }
 .kcw .kcw__bi-cloud-fill::before { content: "\f29e"; }
 .kcw .kcw__bi-cloud-fog-fill::before { content: "\f29f"; }
 .kcw .kcw__bi-cloud-fog::before { content: "\f2a0"; }
 .kcw .kcw__bi-cloud-fog2-fill::before { content: "\f2a1"; }
 .kcw .kcw__bi-cloud-fog2::before { content: "\f2a2"; }
 .kcw .kcw__bi-cloud-hail-fill::before { content: "\f2a3"; }
 .kcw .kcw__bi-cloud-hail::before { content: "\f2a4"; }
 .kcw .kcw__bi-cloud-haze-fill::before { content: "\f2a6"; }
 .kcw .kcw__bi-cloud-haze::before { content: "\f2a7"; }
 .kcw .kcw__bi-cloud-haze2-fill::before { content: "\f2a8"; }
 .kcw .kcw__bi-cloud-lightning-fill::before { content: "\f2a9"; }
 .kcw .kcw__bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }
 .kcw .kcw__bi-cloud-lightning-rain::before { content: "\f2ab"; }
 .kcw .kcw__bi-cloud-lightning::before { content: "\f2ac"; }
 .kcw .kcw__bi-cloud-minus-fill::before { content: "\f2ad"; }
 .kcw .kcw__bi-cloud-minus::before { content: "\f2ae"; }
 .kcw .kcw__bi-cloud-moon-fill::before { content: "\f2af"; }
 .kcw .kcw__bi-cloud-moon::before { content: "\f2b0"; }
 .kcw .kcw__bi-cloud-plus-fill::before { content: "\f2b1"; }
 .kcw .kcw__bi-cloud-plus::before { content: "\f2b2"; }
 .kcw .kcw__bi-cloud-rain-fill::before { content: "\f2b3"; }
 .kcw .kcw__bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }
 .kcw .kcw__bi-cloud-rain-heavy::before { content: "\f2b5"; }
 .kcw .kcw__bi-cloud-rain::before { content: "\f2b6"; }
 .kcw .kcw__bi-cloud-slash-fill::before { content: "\f2b7"; }
 .kcw .kcw__bi-cloud-slash::before { content: "\f2b8"; }
 .kcw .kcw__bi-cloud-sleet-fill::before { content: "\f2b9"; }
 .kcw .kcw__bi-cloud-sleet::before { content: "\f2ba"; }
 .kcw .kcw__bi-cloud-snow-fill::before { content: "\f2bb"; }
 .kcw .kcw__bi-cloud-snow::before { content: "\f2bc"; }
 .kcw .kcw__bi-cloud-sun-fill::before { content: "\f2bd"; }
 .kcw .kcw__bi-cloud-sun::before { content: "\f2be"; }
 .kcw .kcw__bi-cloud-upload-fill::before { content: "\f2bf"; }
 .kcw .kcw__bi-cloud-upload::before { content: "\f2c0"; }
 .kcw .kcw__bi-cloud::before { content: "\f2c1"; }
 .kcw .kcw__bi-clouds-fill::before { content: "\f2c2"; }
 .kcw .kcw__bi-clouds::before { content: "\f2c3"; }
 .kcw .kcw__bi-cloudy-fill::before { content: "\f2c4"; }
 .kcw .kcw__bi-cloudy::before { content: "\f2c5"; }
 .kcw .kcw__bi-code-slash::before { content: "\f2c6"; }
 .kcw .kcw__bi-code-square::before { content: "\f2c7"; }
 .kcw .kcw__bi-code::before { content: "\f2c8"; }
 .kcw .kcw__bi-collection-fill::before { content: "\f2c9"; }
 .kcw .kcw__bi-collection-play-fill::before { content: "\f2ca"; }
 .kcw .kcw__bi-collection-play::before { content: "\f2cb"; }
 .kcw .kcw__bi-collection::before { content: "\f2cc"; }
 .kcw .kcw__bi-columns-gap::before { content: "\f2cd"; }
 .kcw .kcw__bi-columns::before { content: "\f2ce"; }
 .kcw .kcw__bi-command::before { content: "\f2cf"; }
 .kcw .kcw__bi-compass-fill::before { content: "\f2d0"; }
 .kcw .kcw__bi-compass::before { content: "\f2d1"; }
 .kcw .kcw__bi-cone-striped::before { content: "\f2d2"; }
 .kcw .kcw__bi-cone::before { content: "\f2d3"; }
 .kcw .kcw__bi-controller::before { content: "\f2d4"; }
 .kcw .kcw__bi-cpu-fill::before { content: "\f2d5"; }
 .kcw .kcw__bi-cpu::before { content: "\f2d6"; }
 .kcw .kcw__bi-credit-card-2-back-fill::before { content: "\f2d7"; }
 .kcw .kcw__bi-credit-card-2-back::before { content: "\f2d8"; }
 .kcw .kcw__bi-credit-card-2-front-fill::before { content: "\f2d9"; }
 .kcw .kcw__bi-credit-card-2-front::before { content: "\f2da"; }
 .kcw .kcw__bi-credit-card-fill::before { content: "\f2db"; }
 .kcw .kcw__bi-credit-card::before { content: "\f2dc"; }
 .kcw .kcw__bi-crop::before { content: "\f2dd"; }
 .kcw .kcw__bi-cup-fill::before { content: "\f2de"; }
 .kcw .kcw__bi-cup-straw::before { content: "\f2df"; }
 .kcw .kcw__bi-cup::before { content: "\f2e0"; }
 .kcw .kcw__bi-cursor-fill::before { content: "\f2e1"; }
 .kcw .kcw__bi-cursor-text::before { content: "\f2e2"; }
 .kcw .kcw__bi-cursor::before { content: "\f2e3"; }
 .kcw .kcw__bi-dash-circle-dotted::before { content: "\f2e4"; }
 .kcw .kcw__bi-dash-circle-fill::before { content: "\f2e5"; }
 .kcw .kcw__bi-dash-circle::before { content: "\f2e6"; }
 .kcw .kcw__bi-dash-square-dotted::before { content: "\f2e7"; }
 .kcw .kcw__bi-dash-square-fill::before { content: "\f2e8"; }
 .kcw .kcw__bi-dash-square::before { content: "\f2e9"; }
 .kcw .kcw__bi-dash::before { content: "\f2ea"; }
 .kcw .kcw__bi-diagram-2-fill::before { content: "\f2eb"; }
 .kcw .kcw__bi-diagram-2::before { content: "\f2ec"; }
 .kcw .kcw__bi-diagram-3-fill::before { content: "\f2ed"; }
 .kcw .kcw__bi-diagram-3::before { content: "\f2ee"; }
 .kcw .kcw__bi-diamond-fill::before { content: "\f2ef"; }
 .kcw .kcw__bi-diamond-half::before { content: "\f2f0"; }
 .kcw .kcw__bi-diamond::before { content: "\f2f1"; }
 .kcw .kcw__bi-dice-1-fill::before { content: "\f2f2"; }
 .kcw .kcw__bi-dice-1::before { content: "\f2f3"; }
 .kcw .kcw__bi-dice-2-fill::before { content: "\f2f4"; }
 .kcw .kcw__bi-dice-2::before { content: "\f2f5"; }
 .kcw .kcw__bi-dice-3-fill::before { content: "\f2f6"; }
 .kcw .kcw__bi-dice-3::before { content: "\f2f7"; }
 .kcw .kcw__bi-dice-4-fill::before { content: "\f2f8"; }
 .kcw .kcw__bi-dice-4::before { content: "\f2f9"; }
 .kcw .kcw__bi-dice-5-fill::before { content: "\f2fa"; }
 .kcw .kcw__bi-dice-5::before { content: "\f2fb"; }
 .kcw .kcw__bi-dice-6-fill::before { content: "\f2fc"; }
 .kcw .kcw__bi-dice-6::before { content: "\f2fd"; }
 .kcw .kcw__bi-disc-fill::before { content: "\f2fe"; }
 .kcw .kcw__bi-disc::before { content: "\f2ff"; }
 .kcw .kcw__bi-discord::before { content: "\f300"; }
 .kcw .kcw__bi-display-fill::before { content: "\f301"; }
 .kcw .kcw__bi-display::before { content: "\f302"; }
 .kcw .kcw__bi-distribute-horizontal::before { content: "\f303"; }
 .kcw .kcw__bi-distribute-vertical::before { content: "\f304"; }
 .kcw .kcw__bi-door-closed-fill::before { content: "\f305"; }
 .kcw .kcw__bi-door-closed::before { content: "\f306"; }
 .kcw .kcw__bi-door-open-fill::before { content: "\f307"; }
 .kcw .kcw__bi-door-open::before { content: "\f308"; }
 .kcw .kcw__bi-dot::before { content: "\f309"; }
 .kcw .kcw__bi-download::before { content: "\f30a"; }
 .kcw .kcw__bi-droplet-fill::before { content: "\f30b"; }
 .kcw .kcw__bi-droplet-half::before { content: "\f30c"; }
 .kcw .kcw__bi-droplet::before { content: "\f30d"; }
 .kcw .kcw__bi-earbuds::before { content: "\f30e"; }
 .kcw .kcw__bi-easel-fill::before { content: "\f30f"; }
 .kcw .kcw__bi-easel::before { content: "\f310"; }
 .kcw .kcw__bi-egg-fill::before { content: "\f311"; }
 .kcw .kcw__bi-egg-fried::before { content: "\f312"; }
 .kcw .kcw__bi-egg::before { content: "\f313"; }
 .kcw .kcw__bi-eject-fill::before { content: "\f314"; }
 .kcw .kcw__bi-eject::before { content: "\f315"; }
 .kcw .kcw__bi-emoji-angry-fill::before { content: "\f316"; }
 .kcw .kcw__bi-emoji-angry::before { content: "\f317"; }
 .kcw .kcw__bi-emoji-dizzy-fill::before { content: "\f318"; }
 .kcw .kcw__bi-emoji-dizzy::before { content: "\f319"; }
 .kcw .kcw__bi-emoji-expressionless-fill::before { content: "\f31a"; }
 .kcw .kcw__bi-emoji-expressionless::before { content: "\f31b"; }
 .kcw .kcw__bi-emoji-frown-fill::before { content: "\f31c"; }
 .kcw .kcw__bi-emoji-frown::before { content: "\f31d"; }
 .kcw .kcw__bi-emoji-heart-eyes-fill::before { content: "\f31e"; }
 .kcw .kcw__bi-emoji-heart-eyes::before { content: "\f31f"; }
 .kcw .kcw__bi-emoji-laughing-fill::before { content: "\f320"; }
 .kcw .kcw__bi-emoji-laughing::before { content: "\f321"; }
 .kcw .kcw__bi-emoji-neutral-fill::before { content: "\f322"; }
 .kcw .kcw__bi-emoji-neutral::before { content: "\f323"; }
 .kcw .kcw__bi-emoji-smile-fill::before { content: "\f324"; }
 .kcw .kcw__bi-emoji-smile-upside-down-fill::before { content: "\f325"; }
 .kcw .kcw__bi-emoji-smile-upside-down::before { content: "\f326"; }
 .kcw .kcw__bi-emoji-smile::before { content: "\f327"; }
 .kcw .kcw__bi-emoji-sunglasses-fill::before { content: "\f328"; }
 .kcw .kcw__bi-emoji-sunglasses::before { content: "\f329"; }
 .kcw .kcw__bi-emoji-wink-fill::before { content: "\f32a"; }
 .kcw .kcw__bi-emoji-wink::before { content: "\f32b"; }
 .kcw .kcw__bi-envelope-fill::before { content: "\f32c"; }
 .kcw .kcw__bi-envelope-open-fill::before { content: "\f32d"; }
 .kcw .kcw__bi-envelope-open::before { content: "\f32e"; }
 .kcw .kcw__bi-envelope::before { content: "\f32f"; }
 .kcw .kcw__bi-eraser-fill::before { content: "\f330"; }
 .kcw .kcw__bi-eraser::before { content: "\f331"; }
 .kcw .kcw__bi-exclamation-circle-fill::before { content: "\f332"; }
 .kcw .kcw__bi-exclamation-circle::before { content: "\f333"; }
 .kcw .kcw__bi-exclamation-diamond-fill::before { content: "\f334"; }
 .kcw .kcw__bi-exclamation-diamond::before { content: "\f335"; }
 .kcw .kcw__bi-exclamation-octagon-fill::before { content: "\f336"; }
 .kcw .kcw__bi-exclamation-octagon::before { content: "\f337"; }
 .kcw .kcw__bi-exclamation-square-fill::before { content: "\f338"; }
 .kcw .kcw__bi-exclamation-square::before { content: "\f339"; }
 .kcw .kcw__bi-exclamation-triangle-fill::before { content: "\f33a"; }
 .kcw .kcw__bi-exclamation-triangle::before { content: "\f33b"; }
 .kcw .kcw__bi-exclamation::before { content: "\f33c"; }
 .kcw .kcw__bi-exclude::before { content: "\f33d"; }
 .kcw .kcw__bi-eye-fill::before { content: "\f33e"; }
 .kcw .kcw__bi-eye-slash-fill::before { content: "\f33f"; }
 .kcw .kcw__bi-eye-slash::before { content: "\f340"; }
 .kcw .kcw__bi-eye::before { content: "\f341"; }
 .kcw .kcw__bi-eyedropper::before { content: "\f342"; }
 .kcw .kcw__bi-eyeglasses::before { content: "\f343"; }
 .kcw .kcw__bi-facebook::before { content: "\f344"; }
 .kcw .kcw__bi-file-arrow-down-fill::before { content: "\f345"; }
 .kcw .kcw__bi-file-arrow-down::before { content: "\f346"; }
 .kcw .kcw__bi-file-arrow-up-fill::before { content: "\f347"; }
 .kcw .kcw__bi-file-arrow-up::before { content: "\f348"; }
 .kcw .kcw__bi-file-bar-graph-fill::before { content: "\f349"; }
 .kcw .kcw__bi-file-bar-graph::before { content: "\f34a"; }
 .kcw .kcw__bi-file-binary-fill::before { content: "\f34b"; }
 .kcw .kcw__bi-file-binary::before { content: "\f34c"; }
 .kcw .kcw__bi-file-break-fill::before { content: "\f34d"; }
 .kcw .kcw__bi-file-break::before { content: "\f34e"; }
 .kcw .kcw__bi-file-check-fill::before { content: "\f34f"; }
 .kcw .kcw__bi-file-check::before { content: "\f350"; }
 .kcw .kcw__bi-file-code-fill::before { content: "\f351"; }
 .kcw .kcw__bi-file-code::before { content: "\f352"; }
 .kcw .kcw__bi-file-diff-fill::before { content: "\f353"; }
 .kcw .kcw__bi-file-diff::before { content: "\f354"; }
 .kcw .kcw__bi-file-earmark-arrow-down-fill::before { content: "\f355"; }
 .kcw .kcw__bi-file-earmark-arrow-down::before { content: "\f356"; }
 .kcw .kcw__bi-file-earmark-arrow-up-fill::before { content: "\f357"; }
 .kcw .kcw__bi-file-earmark-arrow-up::before { content: "\f358"; }
 .kcw .kcw__bi-file-earmark-bar-graph-fill::before { content: "\f359"; }
 .kcw .kcw__bi-file-earmark-bar-graph::before { content: "\f35a"; }
 .kcw .kcw__bi-file-earmark-binary-fill::before { content: "\f35b"; }
 .kcw .kcw__bi-file-earmark-binary::before { content: "\f35c"; }
 .kcw .kcw__bi-file-earmark-break-fill::before { content: "\f35d"; }
 .kcw .kcw__bi-file-earmark-break::before { content: "\f35e"; }
 .kcw .kcw__bi-file-earmark-check-fill::before { content: "\f35f"; }
 .kcw .kcw__bi-file-earmark-check::before { content: "\f360"; }
 .kcw .kcw__bi-file-earmark-code-fill::before { content: "\f361"; }
 .kcw .kcw__bi-file-earmark-code::before { content: "\f362"; }
 .kcw .kcw__bi-file-earmark-diff-fill::before { content: "\f363"; }
 .kcw .kcw__bi-file-earmark-diff::before { content: "\f364"; }
 .kcw .kcw__bi-file-earmark-easel-fill::before { content: "\f365"; }
 .kcw .kcw__bi-file-earmark-easel::before { content: "\f366"; }
 .kcw .kcw__bi-file-earmark-excel-fill::before { content: "\f367"; }
 .kcw .kcw__bi-file-earmark-excel::before { content: "\f368"; }
 .kcw .kcw__bi-file-earmark-fill::before { content: "\f369"; }
 .kcw .kcw__bi-file-earmark-font-fill::before { content: "\f36a"; }
 .kcw .kcw__bi-file-earmark-font::before { content: "\f36b"; }
 .kcw .kcw__bi-file-earmark-image-fill::before { content: "\f36c"; }
 .kcw .kcw__bi-file-earmark-image::before { content: "\f36d"; }
 .kcw .kcw__bi-file-earmark-lock-fill::before { content: "\f36e"; }
 .kcw .kcw__bi-file-earmark-lock::before { content: "\f36f"; }
 .kcw .kcw__bi-file-earmark-lock2-fill::before { content: "\f370"; }
 .kcw .kcw__bi-file-earmark-lock2::before { content: "\f371"; }
 .kcw .kcw__bi-file-earmark-medical-fill::before { content: "\f372"; }
 .kcw .kcw__bi-file-earmark-medical::before { content: "\f373"; }
 .kcw .kcw__bi-file-earmark-minus-fill::before { content: "\f374"; }
 .kcw .kcw__bi-file-earmark-minus::before { content: "\f375"; }
 .kcw .kcw__bi-file-earmark-music-fill::before { content: "\f376"; }
 .kcw .kcw__bi-file-earmark-music::before { content: "\f377"; }
 .kcw .kcw__bi-file-earmark-person-fill::before { content: "\f378"; }
 .kcw .kcw__bi-file-earmark-person::before { content: "\f379"; }
 .kcw .kcw__bi-file-earmark-play-fill::before { content: "\f37a"; }
 .kcw .kcw__bi-file-earmark-play::before { content: "\f37b"; }
 .kcw .kcw__bi-file-earmark-plus-fill::before { content: "\f37c"; }
 .kcw .kcw__bi-file-earmark-plus::before { content: "\f37d"; }
 .kcw .kcw__bi-file-earmark-post-fill::before { content: "\f37e"; }
 .kcw .kcw__bi-file-earmark-post::before { content: "\f37f"; }
 .kcw .kcw__bi-file-earmark-ppt-fill::before { content: "\f380"; }
 .kcw .kcw__bi-file-earmark-ppt::before { content: "\f381"; }
 .kcw .kcw__bi-file-earmark-richtext-fill::before { content: "\f382"; }
 .kcw .kcw__bi-file-earmark-richtext::before { content: "\f383"; }
 .kcw .kcw__bi-file-earmark-ruled-fill::before { content: "\f384"; }
 .kcw .kcw__bi-file-earmark-ruled::before { content: "\f385"; }
 .kcw .kcw__bi-file-earmark-slides-fill::before { content: "\f386"; }
 .kcw .kcw__bi-file-earmark-slides::before { content: "\f387"; }
 .kcw .kcw__bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }
 .kcw .kcw__bi-file-earmark-spreadsheet::before { content: "\f389"; }
 .kcw .kcw__bi-file-earmark-text-fill::before { content: "\f38a"; }
 .kcw .kcw__bi-file-earmark-text::before { content: "\f38b"; }
 .kcw .kcw__bi-file-earmark-word-fill::before { content: "\f38c"; }
 .kcw .kcw__bi-file-earmark-word::before { content: "\f38d"; }
 .kcw .kcw__bi-file-earmark-x-fill::before { content: "\f38e"; }
 .kcw .kcw__bi-file-earmark-x::before { content: "\f38f"; }
 .kcw .kcw__bi-file-earmark-zip-fill::before { content: "\f390"; }
 .kcw .kcw__bi-file-earmark-zip::before { content: "\f391"; }
 .kcw .kcw__bi-file-earmark::before { content: "\f392"; }
 .kcw .kcw__bi-file-easel-fill::before { content: "\f393"; }
 .kcw .kcw__bi-file-easel::before { content: "\f394"; }
 .kcw .kcw__bi-file-excel-fill::before { content: "\f395"; }
 .kcw .kcw__bi-file-excel::before { content: "\f396"; }
 .kcw .kcw__bi-file-fill::before { content: "\f397"; }
 .kcw .kcw__bi-file-font-fill::before { content: "\f398"; }
 .kcw .kcw__bi-file-font::before { content: "\f399"; }
 .kcw .kcw__bi-file-image-fill::before { content: "\f39a"; }
 .kcw .kcw__bi-file-image::before { content: "\f39b"; }
 .kcw .kcw__bi-file-lock-fill::before { content: "\f39c"; }
 .kcw .kcw__bi-file-lock::before { content: "\f39d"; }
 .kcw .kcw__bi-file-lock2-fill::before { content: "\f39e"; }
 .kcw .kcw__bi-file-lock2::before { content: "\f39f"; }
 .kcw .kcw__bi-file-medical-fill::before { content: "\f3a0"; }
 .kcw .kcw__bi-file-medical::before { content: "\f3a1"; }
 .kcw .kcw__bi-file-minus-fill::before { content: "\f3a2"; }
 .kcw .kcw__bi-file-minus::before { content: "\f3a3"; }
 .kcw .kcw__bi-file-music-fill::before { content: "\f3a4"; }
 .kcw .kcw__bi-file-music::before { content: "\f3a5"; }
 .kcw .kcw__bi-file-person-fill::before { content: "\f3a6"; }
 .kcw .kcw__bi-file-person::before { content: "\f3a7"; }
 .kcw .kcw__bi-file-play-fill::before { content: "\f3a8"; }
 .kcw .kcw__bi-file-play::before { content: "\f3a9"; }
 .kcw .kcw__bi-file-plus-fill::before { content: "\f3aa"; }
 .kcw .kcw__bi-file-plus::before { content: "\f3ab"; }
 .kcw .kcw__bi-file-post-fill::before { content: "\f3ac"; }
 .kcw .kcw__bi-file-post::before { content: "\f3ad"; }
 .kcw .kcw__bi-file-ppt-fill::before { content: "\f3ae"; }
 .kcw .kcw__bi-file-ppt::before { content: "\f3af"; }
 .kcw .kcw__bi-file-richtext-fill::before { content: "\f3b0"; }
 .kcw .kcw__bi-file-richtext::before { content: "\f3b1"; }
 .kcw .kcw__bi-file-ruled-fill::before { content: "\f3b2"; }
 .kcw .kcw__bi-file-ruled::before { content: "\f3b3"; }
 .kcw .kcw__bi-file-slides-fill::before { content: "\f3b4"; }
 .kcw .kcw__bi-file-slides::before { content: "\f3b5"; }
 .kcw .kcw__bi-file-spreadsheet-fill::before { content: "\f3b6"; }
 .kcw .kcw__bi-file-spreadsheet::before { content: "\f3b7"; }
 .kcw .kcw__bi-file-text-fill::before { content: "\f3b8"; }
 .kcw .kcw__bi-file-text::before { content: "\f3b9"; }
 .kcw .kcw__bi-file-word-fill::before { content: "\f3ba"; }
 .kcw .kcw__bi-file-word::before { content: "\f3bb"; }
 .kcw .kcw__bi-file-x-fill::before { content: "\f3bc"; }
 .kcw .kcw__bi-file-x::before { content: "\f3bd"; }
 .kcw .kcw__bi-file-zip-fill::before { content: "\f3be"; }
 .kcw .kcw__bi-file-zip::before { content: "\f3bf"; }
 .kcw .kcw__bi-file::before { content: "\f3c0"; }
 .kcw .kcw__bi-files-alt::before { content: "\f3c1"; }
 .kcw .kcw__bi-files::before { content: "\f3c2"; }
 .kcw .kcw__bi-film::before { content: "\f3c3"; }
 .kcw .kcw__bi-filter-circle-fill::before { content: "\f3c4"; }
 .kcw .kcw__bi-filter-circle::before { content: "\f3c5"; }
 .kcw .kcw__bi-filter-left::before { content: "\f3c6"; }
 .kcw .kcw__bi-filter-right::before { content: "\f3c7"; }
 .kcw .kcw__bi-filter-square-fill::before { content: "\f3c8"; }
 .kcw .kcw__bi-filter-square::before { content: "\f3c9"; }
 .kcw .kcw__bi-filter::before { content: "\f3ca"; }
 .kcw .kcw__bi-flag-fill::before { content: "\f3cb"; }
 .kcw .kcw__bi-flag::before { content: "\f3cc"; }
 .kcw .kcw__bi-flower1::before { content: "\f3cd"; }
 .kcw .kcw__bi-flower2::before { content: "\f3ce"; }
 .kcw .kcw__bi-flower3::before { content: "\f3cf"; }
 .kcw .kcw__bi-folder-check::before { content: "\f3d0"; }
 .kcw .kcw__bi-folder-fill::before { content: "\f3d1"; }
 .kcw .kcw__bi-folder-minus::before { content: "\f3d2"; }
 .kcw .kcw__bi-folder-plus::before { content: "\f3d3"; }
 .kcw .kcw__bi-folder-symlink-fill::before { content: "\f3d4"; }
 .kcw .kcw__bi-folder-symlink::before { content: "\f3d5"; }
 .kcw .kcw__bi-folder-x::before { content: "\f3d6"; }
 .kcw .kcw__bi-folder::before { content: "\f3d7"; }
 .kcw .kcw__bi-folder2-open::before { content: "\f3d8"; }
 .kcw .kcw__bi-folder2::before { content: "\f3d9"; }
 .kcw .kcw__bi-fonts::before { content: "\f3da"; }
 .kcw .kcw__bi-forward-fill::before { content: "\f3db"; }
 .kcw .kcw__bi-forward::before { content: "\f3dc"; }
 .kcw .kcw__bi-front::before { content: "\f3dd"; }
 .kcw .kcw__bi-fullscreen-exit::before { content: "\f3de"; }
 .kcw .kcw__bi-fullscreen::before { content: "\f3df"; }
 .kcw .kcw__bi-funnel-fill::before { content: "\f3e0"; }
 .kcw .kcw__bi-funnel::before { content: "\f3e1"; }
 .kcw .kcw__bi-gear-fill::before { content: "\f3e2"; }
 .kcw .kcw__bi-gear-wide-connected::before { content: "\f3e3"; }
 .kcw .kcw__bi-gear-wide::before { content: "\f3e4"; }
 .kcw .kcw__bi-gear::before { content: "\f3e5"; }
 .kcw .kcw__bi-gem::before { content: "\f3e6"; }
 .kcw .kcw__bi-geo-alt-fill::before { content: "\f3e7"; }
 .kcw .kcw__bi-geo-alt::before { content: "\f3e8"; }
 .kcw .kcw__bi-geo-fill::before { content: "\f3e9"; }
 .kcw .kcw__bi-geo::before { content: "\f3ea"; }
 .kcw .kcw__bi-gift-fill::before { content: "\f3eb"; }
 .kcw .kcw__bi-gift::before { content: "\f3ec"; }
 .kcw .kcw__bi-github::before { content: "\f3ed"; }
 .kcw .kcw__bi-globe::before { content: "\f3ee"; }
 .kcw .kcw__bi-globe2::before { content: "\f3ef"; }
 .kcw .kcw__bi-google::before { content: "\f3f0"; }
 .kcw .kcw__bi-graph-down::before { content: "\f3f1"; }
 .kcw .kcw__bi-graph-up::before { content: "\f3f2"; }
 .kcw .kcw__bi-grid-1x2-fill::before { content: "\f3f3"; }
 .kcw .kcw__bi-grid-1x2::before { content: "\f3f4"; }
 .kcw .kcw__bi-grid-3x2-gap-fill::before { content: "\f3f5"; }
 .kcw .kcw__bi-grid-3x2-gap::before { content: "\f3f6"; }
 .kcw .kcw__bi-grid-3x2::before { content: "\f3f7"; }
 .kcw .kcw__bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
 .kcw .kcw__bi-grid-3x3-gap::before { content: "\f3f9"; }
 .kcw .kcw__bi-grid-3x3::before { content: "\f3fa"; }
 .kcw .kcw__bi-grid-fill::before { content: "\f3fb"; }
 .kcw .kcw__bi-grid::before { content: "\f3fc"; }
 .kcw .kcw__bi-grip-horizontal::before { content: "\f3fd"; }
 .kcw .kcw__bi-grip-vertical::before { content: "\f3fe"; }
 .kcw .kcw__bi-hammer::before { content: "\f3ff"; }
 .kcw .kcw__bi-hand-index-fill::before { content: "\f400"; }
 .kcw .kcw__bi-hand-index-thumb-fill::before { content: "\f401"; }
 .kcw .kcw__bi-hand-index-thumb::before { content: "\f402"; }
 .kcw .kcw__bi-hand-index::before { content: "\f403"; }
 .kcw .kcw__bi-hand-thumbs-down-fill::before { content: "\f404"; }
 .kcw .kcw__bi-hand-thumbs-down::before { content: "\f405"; }
 .kcw .kcw__bi-hand-thumbs-up-fill::before { content: "\f406"; }
 .kcw .kcw__bi-hand-thumbs-up::before { content: "\f407"; }
 .kcw .kcw__bi-handbag-fill::before { content: "\f408"; }
 .kcw .kcw__bi-handbag::before { content: "\f409"; }
 .kcw .kcw__bi-hash::before { content: "\f40a"; }
 .kcw .kcw__bi-hdd-fill::before { content: "\f40b"; }
 .kcw .kcw__bi-hdd-network-fill::before { content: "\f40c"; }
 .kcw .kcw__bi-hdd-network::before { content: "\f40d"; }
 .kcw .kcw__bi-hdd-rack-fill::before { content: "\f40e"; }
 .kcw .kcw__bi-hdd-rack::before { content: "\f40f"; }
 .kcw .kcw__bi-hdd-stack-fill::before { content: "\f410"; }
 .kcw .kcw__bi-hdd-stack::before { content: "\f411"; }
 .kcw .kcw__bi-hdd::before { content: "\f412"; }
 .kcw .kcw__bi-headphones::before { content: "\f413"; }
 .kcw .kcw__bi-headset::before { content: "\f414"; }
 .kcw .kcw__bi-heart-fill::before { content: "\f415"; }
 .kcw .kcw__bi-heart-half::before { content: "\f416"; }
 .kcw .kcw__bi-heart::before { content: "\f417"; }
 .kcw .kcw__bi-heptagon-fill::before { content: "\f418"; }
 .kcw .kcw__bi-heptagon-half::before { content: "\f419"; }
 .kcw .kcw__bi-heptagon::before { content: "\f41a"; }
 .kcw .kcw__bi-hexagon-fill::before { content: "\f41b"; }
 .kcw .kcw__bi-hexagon-half::before { content: "\f41c"; }
 .kcw .kcw__bi-hexagon::before { content: "\f41d"; }
 .kcw .kcw__bi-hourglass-bottom::before { content: "\f41e"; }
 .kcw .kcw__bi-hourglass-split::before { content: "\f41f"; }
 .kcw .kcw__bi-hourglass-top::before { content: "\f420"; }
 .kcw .kcw__bi-hourglass::before { content: "\f421"; }
 .kcw .kcw__bi-house-door-fill::before { content: "\f422"; }
 .kcw .kcw__bi-house-door::before { content: "\f423"; }
 .kcw .kcw__bi-house-fill::before { content: "\f424"; }
 .kcw .kcw__bi-house::before { content: "\f425"; }
 .kcw .kcw__bi-hr::before { content: "\f426"; }
 .kcw .kcw__bi-hurricane::before { content: "\f427"; }
 .kcw .kcw__bi-image-alt::before { content: "\f428"; }
 .kcw .kcw__bi-image-fill::before { content: "\f429"; }
 .kcw .kcw__bi-image::before { content: "\f42a"; }
 .kcw .kcw__bi-images::before { content: "\f42b"; }
 .kcw .kcw__bi-inbox-fill::before { content: "\f42c"; }
 .kcw .kcw__bi-inbox::before { content: "\f42d"; }
 .kcw .kcw__bi-inboxes-fill::before { content: "\f42e"; }
 .kcw .kcw__bi-inboxes::before { content: "\f42f"; }
 .kcw .kcw__bi-info-circle-fill::before { content: "\f430"; }
 .kcw .kcw__bi-info-circle::before { content: "\f431"; }
 .kcw .kcw__bi-info-square-fill::before { content: "\f432"; }
 .kcw .kcw__bi-info-square::before { content: "\f433"; }
 .kcw .kcw__bi-info::before { content: "\f434"; }
 .kcw .kcw__bi-input-cursor-text::before { content: "\f435"; }
 .kcw .kcw__bi-input-cursor::before { content: "\f436"; }
 .kcw .kcw__bi-instagram::before { content: "\f437"; }
 .kcw .kcw__bi-intersect::before { content: "\f438"; }
 .kcw .kcw__bi-journal-album::before { content: "\f439"; }
 .kcw .kcw__bi-journal-arrow-down::before { content: "\f43a"; }
 .kcw .kcw__bi-journal-arrow-up::before { content: "\f43b"; }
 .kcw .kcw__bi-journal-bookmark-fill::before { content: "\f43c"; }
 .kcw .kcw__bi-journal-bookmark::before { content: "\f43d"; }
 .kcw .kcw__bi-journal-check::before { content: "\f43e"; }
 .kcw .kcw__bi-journal-code::before { content: "\f43f"; }
 .kcw .kcw__bi-journal-medical::before { content: "\f440"; }
 .kcw .kcw__bi-journal-minus::before { content: "\f441"; }
 .kcw .kcw__bi-journal-plus::before { content: "\f442"; }
 .kcw .kcw__bi-journal-richtext::before { content: "\f443"; }
 .kcw .kcw__bi-journal-text::before { content: "\f444"; }
 .kcw .kcw__bi-journal-x::before { content: "\f445"; }
 .kcw .kcw__bi-journal::before { content: "\f446"; }
 .kcw .kcw__bi-journals::before { content: "\f447"; }
 .kcw .kcw__bi-joystick::before { content: "\f448"; }
 .kcw .kcw__bi-justify-left::before { content: "\f449"; }
 .kcw .kcw__bi-justify-right::before { content: "\f44a"; }
 .kcw .kcw__bi-justify::before { content: "\f44b"; }
 .kcw .kcw__bi-kanban-fill::before { content: "\f44c"; }
 .kcw .kcw__bi-kanban::before { content: "\f44d"; }
 .kcw .kcw__bi-key-fill::before { content: "\f44e"; }
 .kcw .kcw__bi-key::before { content: "\f44f"; }
 .kcw .kcw__bi-keyboard-fill::before { content: "\f450"; }
 .kcw .kcw__bi-keyboard::before { content: "\f451"; }
 .kcw .kcw__bi-ladder::before { content: "\f452"; }
 .kcw .kcw__bi-lamp-fill::before { content: "\f453"; }
 .kcw .kcw__bi-lamp::before { content: "\f454"; }
 .kcw .kcw__bi-laptop-fill::before { content: "\f455"; }
 .kcw .kcw__bi-laptop::before { content: "\f456"; }
 .kcw .kcw__bi-layer-backward::before { content: "\f457"; }
 .kcw .kcw__bi-layer-forward::before { content: "\f458"; }
 .kcw .kcw__bi-layers-fill::before { content: "\f459"; }
 .kcw .kcw__bi-layers-half::before { content: "\f45a"; }
 .kcw .kcw__bi-layers::before { content: "\f45b"; }
 .kcw .kcw__bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }
 .kcw .kcw__bi-layout-sidebar-inset::before { content: "\f45d"; }
 .kcw .kcw__bi-layout-sidebar-reverse::before { content: "\f45e"; }
 .kcw .kcw__bi-layout-sidebar::before { content: "\f45f"; }
 .kcw .kcw__bi-layout-split::before { content: "\f460"; }
 .kcw .kcw__bi-layout-text-sidebar-reverse::before { content: "\f461"; }
 .kcw .kcw__bi-layout-text-sidebar::before { content: "\f462"; }
 .kcw .kcw__bi-layout-text-window-reverse::before { content: "\f463"; }
 .kcw .kcw__bi-layout-text-window::before { content: "\f464"; }
 .kcw .kcw__bi-layout-three-columns::before { content: "\f465"; }
 .kcw .kcw__bi-layout-wtf::before { content: "\f466"; }
 .kcw .kcw__bi-life-preserver::before { content: "\f467"; }
 .kcw .kcw__bi-lightbulb-fill::before { content: "\f468"; }
 .kcw .kcw__bi-lightbulb-off-fill::before { content: "\f469"; }
 .kcw .kcw__bi-lightbulb-off::before { content: "\f46a"; }
 .kcw .kcw__bi-lightbulb::before { content: "\f46b"; }
 .kcw .kcw__bi-lightning-charge-fill::before { content: "\f46c"; }
 .kcw .kcw__bi-lightning-charge::before { content: "\f46d"; }
 .kcw .kcw__bi-lightning-fill::before { content: "\f46e"; }
 .kcw .kcw__bi-lightning::before { content: "\f46f"; }
 .kcw .kcw__bi-link-45deg::before { content: "\f470"; }
 .kcw .kcw__bi-link::before { content: "\f471"; }
 .kcw .kcw__bi-linkedin::before { content: "\f472"; }
 .kcw .kcw__bi-list-check::before { content: "\f473"; }
 .kcw .kcw__bi-list-nested::before { content: "\f474"; }
 .kcw .kcw__bi-list-ol::before { content: "\f475"; }
 .kcw .kcw__bi-list-stars::before { content: "\f476"; }
 .kcw .kcw__bi-list-task::before { content: "\f477"; }
 .kcw .kcw__bi-list-ul::before { content: "\f478"; }
 .kcw .kcw__bi-list::before { content: "\f479"; }
 .kcw .kcw__bi-lock-fill::before { content: "\f47a"; }
 .kcw .kcw__bi-lock::before { content: "\f47b"; }
 .kcw .kcw__bi-mailbox::before { content: "\f47c"; }
 .kcw .kcw__bi-mailbox2::before { content: "\f47d"; }
 .kcw .kcw__bi-map-fill::before { content: "\f47e"; }
 .kcw .kcw__bi-map::before { content: "\f47f"; }
 .kcw .kcw__bi-markdown-fill::before { content: "\f480"; }
 .kcw .kcw__bi-markdown::before { content: "\f481"; }
 .kcw .kcw__bi-mask::before { content: "\f482"; }
 .kcw .kcw__bi-megaphone-fill::before { content: "\f483"; }
 .kcw .kcw__bi-megaphone::before { content: "\f484"; }
 .kcw .kcw__bi-menu-app-fill::before { content: "\f485"; }
 .kcw .kcw__bi-menu-app::before { content: "\f486"; }
 .kcw .kcw__bi-menu-button-fill::before { content: "\f487"; }
 .kcw .kcw__bi-menu-button-wide-fill::before { content: "\f488"; }
 .kcw .kcw__bi-menu-button-wide::before { content: "\f489"; }
 .kcw .kcw__bi-menu-button::before { content: "\f48a"; }
 .kcw .kcw__bi-menu-down::before { content: "\f48b"; }
 .kcw .kcw__bi-menu-up::before { content: "\f48c"; }
 .kcw .kcw__bi-mic-fill::before { content: "\f48d"; }
 .kcw .kcw__bi-mic-mute-fill::before { content: "\f48e"; }
 .kcw .kcw__bi-mic-mute::before { content: "\f48f"; }
 .kcw .kcw__bi-mic::before { content: "\f490"; }
 .kcw .kcw__bi-minecart-loaded::before { content: "\f491"; }
 .kcw .kcw__bi-minecart::before { content: "\f492"; }
 .kcw .kcw__bi-moisture::before { content: "\f493"; }
 .kcw .kcw__bi-moon-fill::before { content: "\f494"; }
 .kcw .kcw__bi-moon-stars-fill::before { content: "\f495"; }
 .kcw .kcw__bi-moon-stars::before { content: "\f496"; }
 .kcw .kcw__bi-moon::before { content: "\f497"; }
 .kcw .kcw__bi-mouse-fill::before { content: "\f498"; }
 .kcw .kcw__bi-mouse::before { content: "\f499"; }
 .kcw .kcw__bi-mouse2-fill::before { content: "\f49a"; }
 .kcw .kcw__bi-mouse2::before { content: "\f49b"; }
 .kcw .kcw__bi-mouse3-fill::before { content: "\f49c"; }
 .kcw .kcw__bi-mouse3::before { content: "\f49d"; }
 .kcw .kcw__bi-music-note-beamed::before { content: "\f49e"; }
 .kcw .kcw__bi-music-note-list::before { content: "\f49f"; }
 .kcw .kcw__bi-music-note::before { content: "\f4a0"; }
 .kcw .kcw__bi-music-player-fill::before { content: "\f4a1"; }
 .kcw .kcw__bi-music-player::before { content: "\f4a2"; }
 .kcw .kcw__bi-newspaper::before { content: "\f4a3"; }
 .kcw .kcw__bi-node-minus-fill::before { content: "\f4a4"; }
 .kcw .kcw__bi-node-minus::before { content: "\f4a5"; }
 .kcw .kcw__bi-node-plus-fill::before { content: "\f4a6"; }
 .kcw .kcw__bi-node-plus::before { content: "\f4a7"; }
 .kcw .kcw__bi-nut-fill::before { content: "\f4a8"; }
 .kcw .kcw__bi-nut::before { content: "\f4a9"; }
 .kcw .kcw__bi-octagon-fill::before { content: "\f4aa"; }
 .kcw .kcw__bi-octagon-half::before { content: "\f4ab"; }
 .kcw .kcw__bi-octagon::before { content: "\f4ac"; }
 .kcw .kcw__bi-option::before { content: "\f4ad"; }
 .kcw .kcw__bi-outlet::before { content: "\f4ae"; }
 .kcw .kcw__bi-paint-bucket::before { content: "\f4af"; }
 .kcw .kcw__bi-palette-fill::before { content: "\f4b0"; }
 .kcw .kcw__bi-palette::before { content: "\f4b1"; }
 .kcw .kcw__bi-palette2::before { content: "\f4b2"; }
 .kcw .kcw__bi-paperclip::before { content: "\f4b3"; }
 .kcw .kcw__bi-paragraph::before { content: "\f4b4"; }
 .kcw .kcw__bi-patch-check-fill::before { content: "\f4b5"; }
 .kcw .kcw__bi-patch-check::before { content: "\f4b6"; }
 .kcw .kcw__bi-patch-exclamation-fill::before { content: "\f4b7"; }
 .kcw .kcw__bi-patch-exclamation::before { content: "\f4b8"; }
 .kcw .kcw__bi-patch-minus-fill::before { content: "\f4b9"; }
 .kcw .kcw__bi-patch-minus::before { content: "\f4ba"; }
 .kcw .kcw__bi-patch-plus-fill::before { content: "\f4bb"; }
 .kcw .kcw__bi-patch-plus::before { content: "\f4bc"; }
 .kcw .kcw__bi-patch-question-fill::before { content: "\f4bd"; }
 .kcw .kcw__bi-patch-question::before { content: "\f4be"; }
 .kcw .kcw__bi-pause-btn-fill::before { content: "\f4bf"; }
 .kcw .kcw__bi-pause-btn::before { content: "\f4c0"; }
 .kcw .kcw__bi-pause-circle-fill::before { content: "\f4c1"; }
 .kcw .kcw__bi-pause-circle::before { content: "\f4c2"; }
 .kcw .kcw__bi-pause-fill::before { content: "\f4c3"; }
 .kcw .kcw__bi-pause::before { content: "\f4c4"; }
 .kcw .kcw__bi-peace-fill::before { content: "\f4c5"; }
 .kcw .kcw__bi-peace::before { content: "\f4c6"; }
 .kcw .kcw__bi-pen-fill::before { content: "\f4c7"; }
 .kcw .kcw__bi-pen::before { content: "\f4c8"; }
 .kcw .kcw__bi-pencil-fill::before { content: "\f4c9"; }
 .kcw .kcw__bi-pencil-square::before { content: "\f4ca"; }
 .kcw .kcw__bi-pencil::before { content: "\f4cb"; }
 .kcw .kcw__bi-pentagon-fill::before { content: "\f4cc"; }
 .kcw .kcw__bi-pentagon-half::before { content: "\f4cd"; }
 .kcw .kcw__bi-pentagon::before { content: "\f4ce"; }
 .kcw .kcw__bi-people-fill::before { content: "\f4cf"; }
 .kcw .kcw__bi-people::before { content: "\f4d0"; }
 .kcw .kcw__bi-percent::before { content: "\f4d1"; }
 .kcw .kcw__bi-person-badge-fill::before { content: "\f4d2"; }
 .kcw .kcw__bi-person-badge::before { content: "\f4d3"; }
 .kcw .kcw__bi-person-bounding-box::before { content: "\f4d4"; }
 .kcw .kcw__bi-person-check-fill::before { content: "\f4d5"; }
 .kcw .kcw__bi-person-check::before { content: "\f4d6"; }
 .kcw .kcw__bi-person-circle::before { content: "\f4d7"; }
 .kcw .kcw__bi-person-dash-fill::before { content: "\f4d8"; }
 .kcw .kcw__bi-person-dash::before { content: "\f4d9"; }
 .kcw .kcw__bi-person-fill::before { content: "\f4da"; }
 .kcw .kcw__bi-person-lines-fill::before { content: "\f4db"; }
 .kcw .kcw__bi-person-plus-fill::before { content: "\f4dc"; }
 .kcw .kcw__bi-person-plus::before { content: "\f4dd"; }
 .kcw .kcw__bi-person-square::before { content: "\f4de"; }
 .kcw .kcw__bi-person-x-fill::before { content: "\f4df"; }
 .kcw .kcw__bi-person-x::before { content: "\f4e0"; }
 .kcw .kcw__bi-person::before { content: "\f4e1"; }
 .kcw .kcw__bi-phone-fill::before { content: "\f4e2"; }
 .kcw .kcw__bi-phone-landscape-fill::before { content: "\f4e3"; }
 .kcw .kcw__bi-phone-landscape::before { content: "\f4e4"; }
 .kcw .kcw__bi-phone-vibrate-fill::before { content: "\f4e5"; }
 .kcw .kcw__bi-phone-vibrate::before { content: "\f4e6"; }
 .kcw .kcw__bi-phone::before { content: "\f4e7"; }
 .kcw .kcw__bi-pie-chart-fill::before { content: "\f4e8"; }
 .kcw .kcw__bi-pie-chart::before { content: "\f4e9"; }
 .kcw .kcw__bi-pin-angle-fill::before { content: "\f4ea"; }
 .kcw .kcw__bi-pin-angle::before { content: "\f4eb"; }
 .kcw .kcw__bi-pin-fill::before { content: "\f4ec"; }
 .kcw .kcw__bi-pin::before { content: "\f4ed"; }
 .kcw .kcw__bi-pip-fill::before { content: "\f4ee"; }
 .kcw .kcw__bi-pip::before { content: "\f4ef"; }
 .kcw .kcw__bi-play-btn-fill::before { content: "\f4f0"; }
 .kcw .kcw__bi-play-btn::before { content: "\f4f1"; }
 .kcw .kcw__bi-play-circle-fill::before { content: "\f4f2"; }
 .kcw .kcw__bi-play-circle::before { content: "\f4f3"; }
 .kcw .kcw__bi-play-fill::before { content: "\f4f4"; }
 .kcw .kcw__bi-play::before { content: "\f4f5"; }
 .kcw .kcw__bi-plug-fill::before { content: "\f4f6"; }
 .kcw .kcw__bi-plug::before { content: "\f4f7"; }
 .kcw .kcw__bi-plus-circle-dotted::before { content: "\f4f8"; }
 .kcw .kcw__bi-plus-circle-fill::before { content: "\f4f9"; }
 .kcw .kcw__bi-plus-circle::before { content: "\f4fa"; }
 .kcw .kcw__bi-plus-square-dotted::before { content: "\f4fb"; }
 .kcw .kcw__bi-plus-square-fill::before { content: "\f4fc"; }
 .kcw .kcw__bi-plus-square::before { content: "\f4fd"; }
 .kcw .kcw__bi-plus::before { content: "\f4fe"; }
 .kcw .kcw__bi-power::before { content: "\f4ff"; }
 .kcw .kcw__bi-printer-fill::before { content: "\f500"; }
 .kcw .kcw__bi-printer::before { content: "\f501"; }
 .kcw .kcw__bi-puzzle-fill::before { content: "\f502"; }
 .kcw .kcw__bi-puzzle::before { content: "\f503"; }
 .kcw .kcw__bi-question-circle-fill::before { content: "\f504"; }
 .kcw .kcw__bi-question-circle::before { content: "\f505"; }
 .kcw .kcw__bi-question-diamond-fill::before { content: "\f506"; }
 .kcw .kcw__bi-question-diamond::before { content: "\f507"; }
 .kcw .kcw__bi-question-octagon-fill::before { content: "\f508"; }
 .kcw .kcw__bi-question-octagon::before { content: "\f509"; }
 .kcw .kcw__bi-question-square-fill::before { content: "\f50a"; }
 .kcw .kcw__bi-question-square::before { content: "\f50b"; }
 .kcw .kcw__bi-question::before { content: "\f50c"; }
 .kcw .kcw__bi-rainbow::before { content: "\f50d"; }
 .kcw .kcw__bi-receipt-cutoff::before { content: "\f50e"; }
 .kcw .kcw__bi-receipt::before { content: "\f50f"; }
 .kcw .kcw__bi-reception-0::before { content: "\f510"; }
 .kcw .kcw__bi-reception-1::before { content: "\f511"; }
 .kcw .kcw__bi-reception-2::before { content: "\f512"; }
 .kcw .kcw__bi-reception-3::before { content: "\f513"; }
 .kcw .kcw__bi-reception-4::before { content: "\f514"; }
 .kcw .kcw__bi-record-btn-fill::before { content: "\f515"; }
 .kcw .kcw__bi-record-btn::before { content: "\f516"; }
 .kcw .kcw__bi-record-circle-fill::before { content: "\f517"; }
 .kcw .kcw__bi-record-circle::before { content: "\f518"; }
 .kcw .kcw__bi-record-fill::before { content: "\f519"; }
 .kcw .kcw__bi-record::before { content: "\f51a"; }
 .kcw .kcw__bi-record2-fill::before { content: "\f51b"; }
 .kcw .kcw__bi-record2::before { content: "\f51c"; }
 .kcw .kcw__bi-reply-all-fill::before { content: "\f51d"; }
 .kcw .kcw__bi-reply-all::before { content: "\f51e"; }
 .kcw .kcw__bi-reply-fill::before { content: "\f51f"; }
 .kcw .kcw__bi-reply::before { content: "\f520"; }
 .kcw .kcw__bi-rss-fill::before { content: "\f521"; }
 .kcw .kcw__bi-rss::before { content: "\f522"; }
 .kcw .kcw__bi-rulers::before { content: "\f523"; }
 .kcw .kcw__bi-save-fill::before { content: "\f524"; }
 .kcw .kcw__bi-save::before { content: "\f525"; }
 .kcw .kcw__bi-save2-fill::before { content: "\f526"; }
 .kcw .kcw__bi-save2::before { content: "\f527"; }
 .kcw .kcw__bi-scissors::before { content: "\f528"; }
 .kcw .kcw__bi-screwdriver::before { content: "\f529"; }
 .kcw .kcw__bi-search::before { content: "\f52a"; }
 .kcw .kcw__bi-segmented-nav::before { content: "\f52b"; }
 .kcw .kcw__bi-server::before { content: "\f52c"; }
 .kcw .kcw__bi-share-fill::before { content: "\f52d"; }
 .kcw .kcw__bi-share::before { content: "\f52e"; }
 .kcw .kcw__bi-shield-check::before { content: "\f52f"; }
 .kcw .kcw__bi-shield-exclamation::before { content: "\f530"; }
 .kcw .kcw__bi-shield-fill-check::before { content: "\f531"; }
 .kcw .kcw__bi-shield-fill-exclamation::before { content: "\f532"; }
 .kcw .kcw__bi-shield-fill-minus::before { content: "\f533"; }
 .kcw .kcw__bi-shield-fill-plus::before { content: "\f534"; }
 .kcw .kcw__bi-shield-fill-x::before { content: "\f535"; }
 .kcw .kcw__bi-shield-fill::before { content: "\f536"; }
 .kcw .kcw__bi-shield-lock-fill::before { content: "\f537"; }
 .kcw .kcw__bi-shield-lock::before { content: "\f538"; }
 .kcw .kcw__bi-shield-minus::before { content: "\f539"; }
 .kcw .kcw__bi-shield-plus::before { content: "\f53a"; }
 .kcw .kcw__bi-shield-shaded::before { content: "\f53b"; }
 .kcw .kcw__bi-shield-slash-fill::before { content: "\f53c"; }
 .kcw .kcw__bi-shield-slash::before { content: "\f53d"; }
 .kcw .kcw__bi-shield-x::before { content: "\f53e"; }
 .kcw .kcw__bi-shield::before { content: "\f53f"; }
 .kcw .kcw__bi-shift-fill::before { content: "\f540"; }
 .kcw .kcw__bi-shift::before { content: "\f541"; }
 .kcw .kcw__bi-shop-window::before { content: "\f542"; }
 .kcw .kcw__bi-shop::before { content: "\f543"; }
 .kcw .kcw__bi-shuffle::before { content: "\f544"; }
 .kcw .kcw__bi-signpost-2-fill::before { content: "\f545"; }
 .kcw .kcw__bi-signpost-2::before { content: "\f546"; }
 .kcw .kcw__bi-signpost-fill::before { content: "\f547"; }
 .kcw .kcw__bi-signpost-split-fill::before { content: "\f548"; }
 .kcw .kcw__bi-signpost-split::before { content: "\f549"; }
 .kcw .kcw__bi-signpost::before { content: "\f54a"; }
 .kcw .kcw__bi-sim-fill::before { content: "\f54b"; }
 .kcw .kcw__bi-sim::before { content: "\f54c"; }
 .kcw .kcw__bi-skip-backward-btn-fill::before { content: "\f54d"; }
 .kcw .kcw__bi-skip-backward-btn::before { content: "\f54e"; }
 .kcw .kcw__bi-skip-backward-circle-fill::before { content: "\f54f"; }
 .kcw .kcw__bi-skip-backward-circle::before { content: "\f550"; }
 .kcw .kcw__bi-skip-backward-fill::before { content: "\f551"; }
 .kcw .kcw__bi-skip-backward::before { content: "\f552"; }
 .kcw .kcw__bi-skip-end-btn-fill::before { content: "\f553"; }
 .kcw .kcw__bi-skip-end-btn::before { content: "\f554"; }
 .kcw .kcw__bi-skip-end-circle-fill::before { content: "\f555"; }
 .kcw .kcw__bi-skip-end-circle::before { content: "\f556"; }
 .kcw .kcw__bi-skip-end-fill::before { content: "\f557"; }
 .kcw .kcw__bi-skip-end::before { content: "\f558"; }
 .kcw .kcw__bi-skip-forward-btn-fill::before { content: "\f559"; }
 .kcw .kcw__bi-skip-forward-btn::before { content: "\f55a"; }
 .kcw .kcw__bi-skip-forward-circle-fill::before { content: "\f55b"; }
 .kcw .kcw__bi-skip-forward-circle::before { content: "\f55c"; }
 .kcw .kcw__bi-skip-forward-fill::before { content: "\f55d"; }
 .kcw .kcw__bi-skip-forward::before { content: "\f55e"; }
 .kcw .kcw__bi-skip-start-btn-fill::before { content: "\f55f"; }
 .kcw .kcw__bi-skip-start-btn::before { content: "\f560"; }
 .kcw .kcw__bi-skip-start-circle-fill::before { content: "\f561"; }
 .kcw .kcw__bi-skip-start-circle::before { content: "\f562"; }
 .kcw .kcw__bi-skip-start-fill::before { content: "\f563"; }
 .kcw .kcw__bi-skip-start::before { content: "\f564"; }
 .kcw .kcw__bi-slack::before { content: "\f565"; }
 .kcw .kcw__bi-slash-circle-fill::before { content: "\f566"; }
 .kcw .kcw__bi-slash-circle::before { content: "\f567"; }
 .kcw .kcw__bi-slash-square-fill::before { content: "\f568"; }
 .kcw .kcw__bi-slash-square::before { content: "\f569"; }
 .kcw .kcw__bi-slash::before { content: "\f56a"; }
 .kcw .kcw__bi-sliders::before { content: "\f56b"; }
 .kcw .kcw__bi-smartwatch::before { content: "\f56c"; }
 .kcw .kcw__bi-snow::before { content: "\f56d"; }
 .kcw .kcw__bi-snow2::before { content: "\f56e"; }
 .kcw .kcw__bi-snow3::before { content: "\f56f"; }
 .kcw .kcw__bi-sort-alpha-down-alt::before { content: "\f570"; }
 .kcw .kcw__bi-sort-alpha-down::before { content: "\f571"; }
 .kcw .kcw__bi-sort-alpha-up-alt::before { content: "\f572"; }
 .kcw .kcw__bi-sort-alpha-up::before { content: "\f573"; }
 .kcw .kcw__bi-sort-down-alt::before { content: "\f574"; }
 .kcw .kcw__bi-sort-down::before { content: "\f575"; }
 .kcw .kcw__bi-sort-numeric-down-alt::before { content: "\f576"; }
 .kcw .kcw__bi-sort-numeric-down::before { content: "\f577"; }
 .kcw .kcw__bi-sort-numeric-up-alt::before { content: "\f578"; }
 .kcw .kcw__bi-sort-numeric-up::before { content: "\f579"; }
 .kcw .kcw__bi-sort-up-alt::before { content: "\f57a"; }
 .kcw .kcw__bi-sort-up::before { content: "\f57b"; }
 .kcw .kcw__bi-soundwave::before { content: "\f57c"; }
 .kcw .kcw__bi-speaker-fill::before { content: "\f57d"; }
 .kcw .kcw__bi-speaker::before { content: "\f57e"; }
 .kcw .kcw__bi-speedometer::before { content: "\f57f"; }
 .kcw .kcw__bi-speedometer2::before { content: "\f580"; }
 .kcw .kcw__bi-spellcheck::before { content: "\f581"; }
 .kcw .kcw__bi-square-fill::before { content: "\f582"; }
 .kcw .kcw__bi-square-half::before { content: "\f583"; }
 .kcw .kcw__bi-square::before { content: "\f584"; }
 .kcw .kcw__bi-stack::before { content: "\f585"; }
 .kcw .kcw__bi-star-fill::before { content: "\f586"; }
 .kcw .kcw__bi-star-half::before { content: "\f587"; }
 .kcw .kcw__bi-star::before { content: "\f588"; }
 .kcw .kcw__bi-stars::before { content: "\f589"; }
 .kcw .kcw__bi-stickies-fill::before { content: "\f58a"; }
 .kcw .kcw__bi-stickies::before { content: "\f58b"; }
 .kcw .kcw__bi-sticky-fill::before { content: "\f58c"; }
 .kcw .kcw__bi-sticky::before { content: "\f58d"; }
 .kcw .kcw__bi-stop-btn-fill::before { content: "\f58e"; }
 .kcw .kcw__bi-stop-btn::before { content: "\f58f"; }
 .kcw .kcw__bi-stop-circle-fill::before { content: "\f590"; }
 .kcw .kcw__bi-stop-circle::before { content: "\f591"; }
 .kcw .kcw__bi-stop-fill::before { content: "\f592"; }
 .kcw .kcw__bi-stop::before { content: "\f593"; }
 .kcw .kcw__bi-stoplights-fill::before { content: "\f594"; }
 .kcw .kcw__bi-stoplights::before { content: "\f595"; }
 .kcw .kcw__bi-stopwatch-fill::before { content: "\f596"; }
 .kcw .kcw__bi-stopwatch::before { content: "\f597"; }
 .kcw .kcw__bi-subtract::before { content: "\f598"; }
 .kcw .kcw__bi-suit-club-fill::before { content: "\f599"; }
 .kcw .kcw__bi-suit-club::before { content: "\f59a"; }
 .kcw .kcw__bi-suit-diamond-fill::before { content: "\f59b"; }
 .kcw .kcw__bi-suit-diamond::before { content: "\f59c"; }
 .kcw .kcw__bi-suit-heart-fill::before { content: "\f59d"; }
 .kcw .kcw__bi-suit-heart::before { content: "\f59e"; }
 .kcw .kcw__bi-suit-spade-fill::before { content: "\f59f"; }
 .kcw .kcw__bi-suit-spade::before { content: "\f5a0"; }
 .kcw .kcw__bi-sun-fill::before { content: "\f5a1"; }
 .kcw .kcw__bi-sun::before { content: "\f5a2"; }
 .kcw .kcw__bi-sunglasses::before { content: "\f5a3"; }
 .kcw .kcw__bi-sunrise-fill::before { content: "\f5a4"; }
 .kcw .kcw__bi-sunrise::before { content: "\f5a5"; }
 .kcw .kcw__bi-sunset-fill::before { content: "\f5a6"; }
 .kcw .kcw__bi-sunset::before { content: "\f5a7"; }
 .kcw .kcw__bi-symmetry-horizontal::before { content: "\f5a8"; }
 .kcw .kcw__bi-symmetry-vertical::before { content: "\f5a9"; }
 .kcw .kcw__bi-table::before { content: "\f5aa"; }
 .kcw .kcw__bi-tablet-fill::before { content: "\f5ab"; }
 .kcw .kcw__bi-tablet-landscape-fill::before { content: "\f5ac"; }
 .kcw .kcw__bi-tablet-landscape::before { content: "\f5ad"; }
 .kcw .kcw__bi-tablet::before { content: "\f5ae"; }
 .kcw .kcw__bi-tag-fill::before { content: "\f5af"; }
 .kcw .kcw__bi-tag::before { content: "\f5b0"; }
 .kcw .kcw__bi-tags-fill::before { content: "\f5b1"; }
 .kcw .kcw__bi-tags::before { content: "\f5b2"; }
 .kcw .kcw__bi-telegram::before { content: "\f5b3"; }
 .kcw .kcw__bi-telephone-fill::before { content: "\f5b4"; }
 .kcw .kcw__bi-telephone-forward-fill::before { content: "\f5b5"; }
 .kcw .kcw__bi-telephone-forward::before { content: "\f5b6"; }
 .kcw .kcw__bi-telephone-inbound-fill::before { content: "\f5b7"; }
 .kcw .kcw__bi-telephone-inbound::before { content: "\f5b8"; }
 .kcw .kcw__bi-telephone-minus-fill::before { content: "\f5b9"; }
 .kcw .kcw__bi-telephone-minus::before { content: "\f5ba"; }
 .kcw .kcw__bi-telephone-outbound-fill::before { content: "\f5bb"; }
 .kcw .kcw__bi-telephone-outbound::before { content: "\f5bc"; }
 .kcw .kcw__bi-telephone-plus-fill::before { content: "\f5bd"; }
 .kcw .kcw__bi-telephone-plus::before { content: "\f5be"; }
 .kcw .kcw__bi-telephone-x-fill::before { content: "\f5bf"; }
 .kcw .kcw__bi-telephone-x::before { content: "\f5c0"; }
 .kcw .kcw__bi-telephone::before { content: "\f5c1"; }
 .kcw .kcw__bi-terminal-fill::before { content: "\f5c2"; }
 .kcw .kcw__bi-terminal::before { content: "\f5c3"; }
 .kcw .kcw__bi-text-center::before { content: "\f5c4"; }
 .kcw .kcw__bi-text-indent-left::before { content: "\f5c5"; }
 .kcw .kcw__bi-text-indent-right::before { content: "\f5c6"; }
 .kcw .kcw__bi-text-left::before { content: "\f5c7"; }
 .kcw .kcw__bi-text-paragraph::before { content: "\f5c8"; }
 .kcw .kcw__bi-text-right::before { content: "\f5c9"; }
 .kcw .kcw__bi-textarea-resize::before { content: "\f5ca"; }
 .kcw .kcw__bi-textarea-t::before { content: "\f5cb"; }
 .kcw .kcw__bi-textarea::before { content: "\f5cc"; }
 .kcw .kcw__bi-thermometer-half::before { content: "\f5cd"; }
 .kcw .kcw__bi-thermometer-high::before { content: "\f5ce"; }
 .kcw .kcw__bi-thermometer-low::before { content: "\f5cf"; }
 .kcw .kcw__bi-thermometer-snow::before { content: "\f5d0"; }
 .kcw .kcw__bi-thermometer-sun::before { content: "\f5d1"; }
 .kcw .kcw__bi-thermometer::before { content: "\f5d2"; }
 .kcw .kcw__bi-three-dots-vertical::before { content: "\f5d3"; }
 .kcw .kcw__bi-three-dots::before { content: "\f5d4"; }
 .kcw .kcw__bi-toggle-off::before { content: "\f5d5"; }
 .kcw .kcw__bi-toggle-on::before { content: "\f5d6"; }
 .kcw .kcw__bi-toggle2-off::before { content: "\f5d7"; }
 .kcw .kcw__bi-toggle2-on::before { content: "\f5d8"; }
 .kcw .kcw__bi-toggles::before { content: "\f5d9"; }
 .kcw .kcw__bi-toggles2::before { content: "\f5da"; }
 .kcw .kcw__bi-tools::before { content: "\f5db"; }
 .kcw .kcw__bi-tornado::before { content: "\f5dc"; }
 .kcw .kcw__bi-trash-fill::before { content: "\f5dd"; }
 .kcw .kcw__bi-trash::before { content: "\f5de"; }
 .kcw .kcw__bi-trash2-fill::before { content: "\f5df"; }
 .kcw .kcw__bi-trash2::before { content: "\f5e0"; }
 .kcw .kcw__bi-tree-fill::before { content: "\f5e1"; }
 .kcw .kcw__bi-tree::before { content: "\f5e2"; }
 .kcw .kcw__bi-triangle-fill::before { content: "\f5e3"; }
 .kcw .kcw__bi-triangle-half::before { content: "\f5e4"; }
 .kcw .kcw__bi-triangle::before { content: "\f5e5"; }
 .kcw .kcw__bi-trophy-fill::before { content: "\f5e6"; }
 .kcw .kcw__bi-trophy::before { content: "\f5e7"; }
 .kcw .kcw__bi-tropical-storm::before { content: "\f5e8"; }
 .kcw .kcw__bi-truck-flatbed::before { content: "\f5e9"; }
 .kcw .kcw__bi-truck::before { content: "\f5ea"; }
 .kcw .kcw__bi-tsunami::before { content: "\f5eb"; }
 .kcw .kcw__bi-tv-fill::before { content: "\f5ec"; }
 .kcw .kcw__bi-tv::before { content: "\f5ed"; }
 .kcw .kcw__bi-twitch::before { content: "\f5ee"; }
 .kcw .kcw__bi-twitter::before { content: "\f5ef"; }
 .kcw .kcw__bi-type-bold::before { content: "\f5f0"; }
 .kcw .kcw__bi-type-h1::before { content: "\f5f1"; }
 .kcw .kcw__bi-type-h2::before { content: "\f5f2"; }
 .kcw .kcw__bi-type-h3::before { content: "\f5f3"; }
 .kcw .kcw__bi-type-italic::before { content: "\f5f4"; }
 .kcw .kcw__bi-type-strikethrough::before { content: "\f5f5"; }
 .kcw .kcw__bi-type-underline::before { content: "\f5f6"; }
 .kcw .kcw__bi-type::before { content: "\f5f7"; }
 .kcw .kcw__bi-ui-checks-grid::before { content: "\f5f8"; }
 .kcw .kcw__bi-ui-checks::before { content: "\f5f9"; }
 .kcw .kcw__bi-ui-radios-grid::before { content: "\f5fa"; }
 .kcw .kcw__bi-ui-radios::before { content: "\f5fb"; }
 .kcw .kcw__bi-umbrella-fill::before { content: "\f5fc"; }
 .kcw .kcw__bi-umbrella::before { content: "\f5fd"; }
 .kcw .kcw__bi-union::before { content: "\f5fe"; }
 .kcw .kcw__bi-unlock-fill::before { content: "\f5ff"; }
 .kcw .kcw__bi-unlock::before { content: "\f600"; }
 .kcw .kcw__bi-upc-scan::before { content: "\f601"; }
 .kcw .kcw__bi-upc::before { content: "\f602"; }
 .kcw .kcw__bi-upload::before { content: "\f603"; }
 .kcw .kcw__bi-vector-pen::before { content: "\f604"; }
 .kcw .kcw__bi-view-list::before { content: "\f605"; }
 .kcw .kcw__bi-view-stacked::before { content: "\f606"; }
 .kcw .kcw__bi-vinyl-fill::before { content: "\f607"; }
 .kcw .kcw__bi-vinyl::before { content: "\f608"; }
 .kcw .kcw__bi-voicemail::before { content: "\f609"; }
 .kcw .kcw__bi-volume-down-fill::before { content: "\f60a"; }
 .kcw .kcw__bi-volume-down::before { content: "\f60b"; }
 .kcw .kcw__bi-volume-mute-fill::before { content: "\f60c"; }
 .kcw .kcw__bi-volume-mute::before { content: "\f60d"; }
 .kcw .kcw__bi-volume-off-fill::before { content: "\f60e"; }
 .kcw .kcw__bi-volume-off::before { content: "\f60f"; }
 .kcw .kcw__bi-volume-up-fill::before { content: "\f610"; }
 .kcw .kcw__bi-volume-up::before { content: "\f611"; }
 .kcw .kcw__bi-vr::before { content: "\f612"; }
 .kcw .kcw__bi-wallet-fill::before { content: "\f613"; }
 .kcw .kcw__bi-wallet::before { content: "\f614"; }
 .kcw .kcw__bi-wallet2::before { content: "\f615"; }
 .kcw .kcw__bi-watch::before { content: "\f616"; }
 .kcw .kcw__bi-water::before { content: "\f617"; }
 .kcw .kcw__bi-whatsapp::before { content: "\f618"; }
 .kcw .kcw__bi-wifi-1::before { content: "\f619"; }
 .kcw .kcw__bi-wifi-2::before { content: "\f61a"; }
 .kcw .kcw__bi-wifi-off::before { content: "\f61b"; }
 .kcw .kcw__bi-wifi::before { content: "\f61c"; }
 .kcw .kcw__bi-wind::before { content: "\f61d"; }
 .kcw .kcw__bi-window-dock::before { content: "\f61e"; }
 .kcw .kcw__bi-window-sidebar::before { content: "\f61f"; }
 .kcw .kcw__bi-window::before { content: "\f620"; }
 .kcw .kcw__bi-wrench::before { content: "\f621"; }
 .kcw .kcw__bi-x-circle-fill::before { content: "\f622"; }
 .kcw .kcw__bi-x-circle::before { content: "\f623"; }
 .kcw .kcw__bi-x-diamond-fill::before { content: "\f624"; }
 .kcw .kcw__bi-x-diamond::before { content: "\f625"; }
 .kcw .kcw__bi-x-octagon-fill::before { content: "\f626"; }
 .kcw .kcw__bi-x-octagon::before { content: "\f627"; }
 .kcw .kcw__bi-x-square-fill::before { content: "\f628"; }
 .kcw .kcw__bi-x-square::before { content: "\f629"; }
 .kcw .kcw__bi-x::before { content: "\f62a"; }
 .kcw .kcw__bi-youtube::before { content: "\f62b"; }
 .kcw .kcw__bi-zoom-in::before { content: "\f62c"; }
 .kcw .kcw__bi-zoom-out::before { content: "\f62d"; }
 .kcw .kcw__bi-bank::before { content: "\f62e"; }
 .kcw .kcw__bi-bank2::before { content: "\f62f"; }
 .kcw .kcw__bi-bell-slash-fill::before { content: "\f630"; }
 .kcw .kcw__bi-bell-slash::before { content: "\f631"; }
 .kcw .kcw__bi-cash-coin::before { content: "\f632"; }
 .kcw .kcw__bi-check-lg::before { content: "\f633"; }
 .kcw .kcw__bi-coin::before { content: "\f634"; }
 .kcw .kcw__bi-currency-bitcoin::before { content: "\f635"; }
 .kcw .kcw__bi-currency-dollar::before { content: "\f636"; }
 .kcw .kcw__bi-currency-euro::before { content: "\f637"; }
 .kcw .kcw__bi-currency-exchange::before { content: "\f638"; }
 .kcw .kcw__bi-currency-pound::before { content: "\f639"; }
 .kcw .kcw__bi-currency-yen::before { content: "\f63a"; }
 .kcw .kcw__bi-dash-lg::before { content: "\f63b"; }
 .kcw .kcw__bi-exclamation-lg::before { content: "\f63c"; }
 .kcw .kcw__bi-file-earmark-pdf-fill::before { content: "\f63d"; }
 .kcw .kcw__bi-file-earmark-pdf::before { content: "\f63e"; }
 .kcw .kcw__bi-file-pdf-fill::before { content: "\f63f"; }
 .kcw .kcw__bi-file-pdf::before { content: "\f640"; }
 .kcw .kcw__bi-gender-ambiguous::before { content: "\f641"; }
 .kcw .kcw__bi-gender-female::before { content: "\f642"; }
 .kcw .kcw__bi-gender-male::before { content: "\f643"; }
 .kcw .kcw__bi-gender-trans::before { content: "\f644"; }
 .kcw .kcw__bi-headset-vr::before { content: "\f645"; }
 .kcw .kcw__bi-info-lg::before { content: "\f646"; }
 .kcw .kcw__bi-mastodon::before { content: "\f647"; }
 .kcw .kcw__bi-messenger::before { content: "\f648"; }
 .kcw .kcw__bi-piggy-bank-fill::before { content: "\f649"; }
 .kcw .kcw__bi-piggy-bank::before { content: "\f64a"; }
 .kcw .kcw__bi-pin-map-fill::before { content: "\f64b"; }
 .kcw .kcw__bi-pin-map::before { content: "\f64c"; }
 .kcw .kcw__bi-plus-lg::before { content: "\f64d"; }
 .kcw .kcw__bi-question-lg::before { content: "\f64e"; }
 .kcw .kcw__bi-recycle::before { content: "\f64f"; }
 .kcw .kcw__bi-reddit::before { content: "\f650"; }
 .kcw .kcw__bi-safe-fill::before { content: "\f651"; }
 .kcw .kcw__bi-safe2-fill::before { content: "\f652"; }
 .kcw .kcw__bi-safe2::before { content: "\f653"; }
 .kcw .kcw__bi-sd-card-fill::before { content: "\f654"; }
 .kcw .kcw__bi-sd-card::before { content: "\f655"; }
 .kcw .kcw__bi-skype::before { content: "\f656"; }
 .kcw .kcw__bi-slash-lg::before { content: "\f657"; }
 .kcw .kcw__bi-translate::before { content: "\f658"; }
 .kcw .kcw__bi-x-lg::before { content: "\f659"; }
 .kcw .kcw__bi-safe::before { content: "\f65a"; }
 .kcw .kcw__bi-apple::before { content: "\f65b"; }
 .kcw .kcw__bi-microsoft::before { content: "\f65d"; }
 .kcw .kcw__bi-windows::before { content: "\f65e"; }
 .kcw .kcw__bi-behance::before { content: "\f65c"; }
 .kcw .kcw__bi-dribbble::before { content: "\f65f"; }
 .kcw .kcw__bi-line::before { content: "\f660"; }
 .kcw .kcw__bi-medium::before { content: "\f661"; }
 .kcw .kcw__bi-paypal::before { content: "\f662"; }
 .kcw .kcw__bi-pinterest::before { content: "\f663"; }
 .kcw .kcw__bi-signal::before { content: "\f664"; }
 .kcw .kcw__bi-snapchat::before { content: "\f665"; }
 .kcw .kcw__bi-spotify::before { content: "\f666"; }
 .kcw .kcw__bi-stack-overflow::before { content: "\f667"; }
 .kcw .kcw__bi-strava::before { content: "\f668"; }
 .kcw .kcw__bi-wordpress::before { content: "\f669"; }
 .kcw .kcw__bi-vimeo::before { content: "\f66a"; }
 .kcw .kcw__bi-activity::before { content: "\f66b"; }
 .kcw .kcw__bi-easel2-fill::before { content: "\f66c"; }
 .kcw .kcw__bi-easel2::before { content: "\f66d"; }
 .kcw .kcw__bi-easel3-fill::before { content: "\f66e"; }
 .kcw .kcw__bi-easel3::before { content: "\f66f"; }
 .kcw .kcw__bi-fan::before { content: "\f670"; }
 .kcw .kcw__bi-fingerprint::before { content: "\f671"; }
 .kcw .kcw__bi-graph-down-arrow::before { content: "\f672"; }
 .kcw .kcw__bi-graph-up-arrow::before { content: "\f673"; }
 .kcw .kcw__bi-hypnotize::before { content: "\f674"; }
 .kcw .kcw__bi-magic::before { content: "\f675"; }
 .kcw .kcw__bi-person-rolodex::before { content: "\f676"; }
 .kcw .kcw__bi-person-video::before { content: "\f677"; }
 .kcw .kcw__bi-person-video2::before { content: "\f678"; }
 .kcw .kcw__bi-person-video3::before { content: "\f679"; }
 .kcw .kcw__bi-person-workspace::before { content: "\f67a"; }
 .kcw .kcw__bi-radioactive::before { content: "\f67b"; }
 .kcw .kcw__bi-webcam-fill::before { content: "\f67c"; }
 .kcw .kcw__bi-webcam::before { content: "\f67d"; }
 .kcw .kcw__bi-yin-yang::before { content: "\f67e"; }
 .kcw .kcw__bi-bandaid-fill::before { content: "\f680"; }
 .kcw .kcw__bi-bandaid::before { content: "\f681"; }
 .kcw .kcw__bi-bluetooth::before { content: "\f682"; }
 .kcw .kcw__bi-body-text::before { content: "\f683"; }
 .kcw .kcw__bi-boombox::before { content: "\f684"; }
 .kcw .kcw__bi-boxes::before { content: "\f685"; }
 .kcw .kcw__bi-dpad-fill::before { content: "\f686"; }
 .kcw .kcw__bi-dpad::before { content: "\f687"; }
 .kcw .kcw__bi-ear-fill::before { content: "\f688"; }
 .kcw .kcw__bi-ear::before { content: "\f689"; }
 .kcw .kcw__bi-envelope-check-fill::before { content: "\f68b"; }
 .kcw .kcw__bi-envelope-check::before { content: "\f68c"; }
 .kcw .kcw__bi-envelope-dash-fill::before { content: "\f68e"; }
 .kcw .kcw__bi-envelope-dash::before { content: "\f68f"; }
 .kcw .kcw__bi-envelope-exclamation-fill::before { content: "\f691"; }
 .kcw .kcw__bi-envelope-exclamation::before { content: "\f692"; }
 .kcw .kcw__bi-envelope-plus-fill::before { content: "\f693"; }
 .kcw .kcw__bi-envelope-plus::before { content: "\f694"; }
 .kcw .kcw__bi-envelope-slash-fill::before { content: "\f696"; }
 .kcw .kcw__bi-envelope-slash::before { content: "\f697"; }
 .kcw .kcw__bi-envelope-x-fill::before { content: "\f699"; }
 .kcw .kcw__bi-envelope-x::before { content: "\f69a"; }
 .kcw .kcw__bi-explicit-fill::before { content: "\f69b"; }
 .kcw .kcw__bi-explicit::before { content: "\f69c"; }
 .kcw .kcw__bi-git::before { content: "\f69d"; }
 .kcw .kcw__bi-infinity::before { content: "\f69e"; }
 .kcw .kcw__bi-list-columns-reverse::before { content: "\f69f"; }
 .kcw .kcw__bi-list-columns::before { content: "\f6a0"; }
 .kcw .kcw__bi-meta::before { content: "\f6a1"; }
 .kcw .kcw__bi-nintendo-switch::before { content: "\f6a4"; }
 .kcw .kcw__bi-pc-display-horizontal::before { content: "\f6a5"; }
 .kcw .kcw__bi-pc-display::before { content: "\f6a6"; }
 .kcw .kcw__bi-pc-horizontal::before { content: "\f6a7"; }
 .kcw .kcw__bi-pc::before { content: "\f6a8"; }
 .kcw .kcw__bi-playstation::before { content: "\f6a9"; }
 .kcw .kcw__bi-plus-slash-minus::before { content: "\f6aa"; }
 .kcw .kcw__bi-projector-fill::before { content: "\f6ab"; }
 .kcw .kcw__bi-projector::before { content: "\f6ac"; }
 .kcw .kcw__bi-qr-code-scan::before { content: "\f6ad"; }
 .kcw .kcw__bi-qr-code::before { content: "\f6ae"; }
 .kcw .kcw__bi-quora::before { content: "\f6af"; }
 .kcw .kcw__bi-quote::before { content: "\f6b0"; }
 .kcw .kcw__bi-robot::before { content: "\f6b1"; }
 .kcw .kcw__bi-send-check-fill::before { content: "\f6b2"; }
 .kcw .kcw__bi-send-check::before { content: "\f6b3"; }
 .kcw .kcw__bi-send-dash-fill::before { content: "\f6b4"; }
 .kcw .kcw__bi-send-dash::before { content: "\f6b5"; }
 .kcw .kcw__bi-send-exclamation-fill::before { content: "\f6b7"; }
 .kcw .kcw__bi-send-exclamation::before { content: "\f6b8"; }
 .kcw .kcw__bi-send-fill::before { content: "\f6b9"; }
 .kcw .kcw__bi-send-plus-fill::before { content: "\f6ba"; }
 .kcw .kcw__bi-send-plus::before { content: "\f6bb"; }
 .kcw .kcw__bi-send-slash-fill::before { content: "\f6bc"; }
 .kcw .kcw__bi-send-slash::before { content: "\f6bd"; }
 .kcw .kcw__bi-send-x-fill::before { content: "\f6be"; }
 .kcw .kcw__bi-send-x::before { content: "\f6bf"; }
 .kcw .kcw__bi-send::before { content: "\f6c0"; }
 .kcw .kcw__bi-steam::before { content: "\f6c1"; }
 .kcw .kcw__bi-terminal-dash::before { content: "\f6c3"; }
 .kcw .kcw__bi-terminal-plus::before { content: "\f6c4"; }
 .kcw .kcw__bi-terminal-split::before { content: "\f6c5"; }
 .kcw .kcw__bi-ticket-detailed-fill::before { content: "\f6c6"; }
 .kcw .kcw__bi-ticket-detailed::before { content: "\f6c7"; }
 .kcw .kcw__bi-ticket-fill::before { content: "\f6c8"; }
 .kcw .kcw__bi-ticket-perforated-fill::before { content: "\f6c9"; }
 .kcw .kcw__bi-ticket-perforated::before { content: "\f6ca"; }
 .kcw .kcw__bi-ticket::before { content: "\f6cb"; }
 .kcw .kcw__bi-tiktok::before { content: "\f6cc"; }
 .kcw .kcw__bi-window-dash::before { content: "\f6cd"; }
 .kcw .kcw__bi-window-desktop::before { content: "\f6ce"; }
 .kcw .kcw__bi-window-fullscreen::before { content: "\f6cf"; }
 .kcw .kcw__bi-window-plus::before { content: "\f6d0"; }
 .kcw .kcw__bi-window-split::before { content: "\f6d1"; }
 .kcw .kcw__bi-window-stack::before { content: "\f6d2"; }
 .kcw .kcw__bi-window-x::before { content: "\f6d3"; }
 .kcw .kcw__bi-xbox::before { content: "\f6d4"; }
 .kcw .kcw__bi-ethernet::before { content: "\f6d5"; }
 .kcw .kcw__bi-hdmi-fill::before { content: "\f6d6"; }
 .kcw .kcw__bi-hdmi::before { content: "\f6d7"; }
 .kcw .kcw__bi-usb-c-fill::before { content: "\f6d8"; }
 .kcw .kcw__bi-usb-c::before { content: "\f6d9"; }
 .kcw .kcw__bi-usb-fill::before { content: "\f6da"; }
 .kcw .kcw__bi-usb-plug-fill::before { content: "\f6db"; }
 .kcw .kcw__bi-usb-plug::before { content: "\f6dc"; }
 .kcw .kcw__bi-usb-symbol::before { content: "\f6dd"; }
 .kcw .kcw__bi-usb::before { content: "\f6de"; }
 .kcw .kcw__bi-boombox-fill::before { content: "\f6df"; }
 .kcw .kcw__bi-displayport::before { content: "\f6e1"; }
 .kcw .kcw__bi-gpu-card::before { content: "\f6e2"; }
 .kcw .kcw__bi-memory::before { content: "\f6e3"; }
 .kcw .kcw__bi-modem-fill::before { content: "\f6e4"; }
 .kcw .kcw__bi-modem::before { content: "\f6e5"; }
 .kcw .kcw__bi-motherboard-fill::before { content: "\f6e6"; }
 .kcw .kcw__bi-motherboard::before { content: "\f6e7"; }
 .kcw .kcw__bi-optical-audio-fill::before { content: "\f6e8"; }
 .kcw .kcw__bi-optical-audio::before { content: "\f6e9"; }
 .kcw .kcw__bi-pci-card::before { content: "\f6ea"; }
 .kcw .kcw__bi-router-fill::before { content: "\f6eb"; }
 .kcw .kcw__bi-router::before { content: "\f6ec"; }
 .kcw .kcw__bi-thunderbolt-fill::before { content: "\f6ef"; }
 .kcw .kcw__bi-thunderbolt::before { content: "\f6f0"; }
 .kcw .kcw__bi-usb-drive-fill::before { content: "\f6f1"; }
 .kcw .kcw__bi-usb-drive::before { content: "\f6f2"; }
 .kcw .kcw__bi-usb-micro-fill::before { content: "\f6f3"; }
 .kcw .kcw__bi-usb-micro::before { content: "\f6f4"; }
 .kcw .kcw__bi-usb-mini-fill::before { content: "\f6f5"; }
 .kcw .kcw__bi-usb-mini::before { content: "\f6f6"; }
 .kcw .kcw__bi-cloud-haze2::before { content: "\f6f7"; }
 .kcw .kcw__bi-device-hdd-fill::before { content: "\f6f8"; }
 .kcw .kcw__bi-device-hdd::before { content: "\f6f9"; }
 .kcw .kcw__bi-device-ssd-fill::before { content: "\f6fa"; }
 .kcw .kcw__bi-device-ssd::before { content: "\f6fb"; }
 .kcw .kcw__bi-displayport-fill::before { content: "\f6fc"; }
 .kcw .kcw__bi-mortarboard-fill::before { content: "\f6fd"; }
 .kcw .kcw__bi-mortarboard::before { content: "\f6fe"; }
 .kcw .kcw__bi-terminal-x::before { content: "\f6ff"; }
 .kcw .kcw__bi-arrow-through-heart-fill::before { content: "\f700"; }
 .kcw .kcw__bi-arrow-through-heart::before { content: "\f701"; }
 .kcw .kcw__bi-badge-sd-fill::before { content: "\f702"; }
 .kcw .kcw__bi-badge-sd::before { content: "\f703"; }
 .kcw .kcw__bi-bag-heart-fill::before { content: "\f704"; }
 .kcw .kcw__bi-bag-heart::before { content: "\f705"; }
 .kcw .kcw__bi-balloon-fill::before { content: "\f706"; }
 .kcw .kcw__bi-balloon-heart-fill::before { content: "\f707"; }
 .kcw .kcw__bi-balloon-heart::before { content: "\f708"; }
 .kcw .kcw__bi-balloon::before { content: "\f709"; }
 .kcw .kcw__bi-box2-fill::before { content: "\f70a"; }
 .kcw .kcw__bi-box2-heart-fill::before { content: "\f70b"; }
 .kcw .kcw__bi-box2-heart::before { content: "\f70c"; }
 .kcw .kcw__bi-box2::before { content: "\f70d"; }
 .kcw .kcw__bi-braces-asterisk::before { content: "\f70e"; }
 .kcw .kcw__bi-calendar-heart-fill::before { content: "\f70f"; }
 .kcw .kcw__bi-calendar-heart::before { content: "\f710"; }
 .kcw .kcw__bi-calendar2-heart-fill::before { content: "\f711"; }
 .kcw .kcw__bi-calendar2-heart::before { content: "\f712"; }
 .kcw .kcw__bi-chat-heart-fill::before { content: "\f713"; }
 .kcw .kcw__bi-chat-heart::before { content: "\f714"; }
 .kcw .kcw__bi-chat-left-heart-fill::before { content: "\f715"; }
 .kcw .kcw__bi-chat-left-heart::before { content: "\f716"; }
 .kcw .kcw__bi-chat-right-heart-fill::before { content: "\f717"; }
 .kcw .kcw__bi-chat-right-heart::before { content: "\f718"; }
 .kcw .kcw__bi-chat-square-heart-fill::before { content: "\f719"; }
 .kcw .kcw__bi-chat-square-heart::before { content: "\f71a"; }
 .kcw .kcw__bi-clipboard-check-fill::before { content: "\f71b"; }
 .kcw .kcw__bi-clipboard-data-fill::before { content: "\f71c"; }
 .kcw .kcw__bi-clipboard-fill::before { content: "\f71d"; }
 .kcw .kcw__bi-clipboard-heart-fill::before { content: "\f71e"; }
 .kcw .kcw__bi-clipboard-heart::before { content: "\f71f"; }
 .kcw .kcw__bi-clipboard-minus-fill::before { content: "\f720"; }
 .kcw .kcw__bi-clipboard-plus-fill::before { content: "\f721"; }
 .kcw .kcw__bi-clipboard-pulse::before { content: "\f722"; }
 .kcw .kcw__bi-clipboard-x-fill::before { content: "\f723"; }
 .kcw .kcw__bi-clipboard2-check-fill::before { content: "\f724"; }
 .kcw .kcw__bi-clipboard2-check::before { content: "\f725"; }
 .kcw .kcw__bi-clipboard2-data-fill::before { content: "\f726"; }
 .kcw .kcw__bi-clipboard2-data::before { content: "\f727"; }
 .kcw .kcw__bi-clipboard2-fill::before { content: "\f728"; }
 .kcw .kcw__bi-clipboard2-heart-fill::before { content: "\f729"; }
 .kcw .kcw__bi-clipboard2-heart::before { content: "\f72a"; }
 .kcw .kcw__bi-clipboard2-minus-fill::before { content: "\f72b"; }
 .kcw .kcw__bi-clipboard2-minus::before { content: "\f72c"; }
 .kcw .kcw__bi-clipboard2-plus-fill::before { content: "\f72d"; }
 .kcw .kcw__bi-clipboard2-plus::before { content: "\f72e"; }
 .kcw .kcw__bi-clipboard2-pulse-fill::before { content: "\f72f"; }
 .kcw .kcw__bi-clipboard2-pulse::before { content: "\f730"; }
 .kcw .kcw__bi-clipboard2-x-fill::before { content: "\f731"; }
 .kcw .kcw__bi-clipboard2-x::before { content: "\f732"; }
 .kcw .kcw__bi-clipboard2::before { content: "\f733"; }
 .kcw .kcw__bi-emoji-kiss-fill::before { content: "\f734"; }
 .kcw .kcw__bi-emoji-kiss::before { content: "\f735"; }
 .kcw .kcw__bi-envelope-heart-fill::before { content: "\f736"; }
 .kcw .kcw__bi-envelope-heart::before { content: "\f737"; }
 .kcw .kcw__bi-envelope-open-heart-fill::before { content: "\f738"; }
 .kcw .kcw__bi-envelope-open-heart::before { content: "\f739"; }
 .kcw .kcw__bi-envelope-paper-fill::before { content: "\f73a"; }
 .kcw .kcw__bi-envelope-paper-heart-fill::before { content: "\f73b"; }
 .kcw .kcw__bi-envelope-paper-heart::before { content: "\f73c"; }
 .kcw .kcw__bi-envelope-paper::before { content: "\f73d"; }
 .kcw .kcw__bi-filetype-aac::before { content: "\f73e"; }
 .kcw .kcw__bi-filetype-ai::before { content: "\f73f"; }
 .kcw .kcw__bi-filetype-bmp::before { content: "\f740"; }
 .kcw .kcw__bi-filetype-cs::before { content: "\f741"; }
 .kcw .kcw__bi-filetype-css::before { content: "\f742"; }
 .kcw .kcw__bi-filetype-csv::before { content: "\f743"; }
 .kcw .kcw__bi-filetype-doc::before { content: "\f744"; }
 .kcw .kcw__bi-filetype-docx::before { content: "\f745"; }
 .kcw .kcw__bi-filetype-exe::before { content: "\f746"; }
 .kcw .kcw__bi-filetype-gif::before { content: "\f747"; }
 .kcw .kcw__bi-filetype-heic::before { content: "\f748"; }
 .kcw .kcw__bi-filetype-html::before { content: "\f749"; }
 .kcw .kcw__bi-filetype-java::before { content: "\f74a"; }
 .kcw .kcw__bi-filetype-jpg::before { content: "\f74b"; }
 .kcw .kcw__bi-filetype-js::before { content: "\f74c"; }
 .kcw .kcw__bi-filetype-jsx::before { content: "\f74d"; }
 .kcw .kcw__bi-filetype-key::before { content: "\f74e"; }
 .kcw .kcw__bi-filetype-m4p::before { content: "\f74f"; }
 .kcw .kcw__bi-filetype-md::before { content: "\f750"; }
 .kcw .kcw__bi-filetype-mdx::before { content: "\f751"; }
 .kcw .kcw__bi-filetype-mov::before { content: "\f752"; }
 .kcw .kcw__bi-filetype-mp3::before { content: "\f753"; }
 .kcw .kcw__bi-filetype-mp4::before { content: "\f754"; }
 .kcw .kcw__bi-filetype-otf::before { content: "\f755"; }
 .kcw .kcw__bi-filetype-pdf::before { content: "\f756"; }
 .kcw .kcw__bi-filetype-php::before { content: "\f757"; }
 .kcw .kcw__bi-filetype-png::before { content: "\f758"; }
 .kcw .kcw__bi-filetype-ppt::before { content: "\f75a"; }
 .kcw .kcw__bi-filetype-psd::before { content: "\f75b"; }
 .kcw .kcw__bi-filetype-py::before { content: "\f75c"; }
 .kcw .kcw__bi-filetype-raw::before { content: "\f75d"; }
 .kcw .kcw__bi-filetype-rb::before { content: "\f75e"; }
 .kcw .kcw__bi-filetype-sass::before { content: "\f75f"; }
 .kcw .kcw__bi-filetype-scss::before { content: "\f760"; }
 .kcw .kcw__bi-filetype-sh::before { content: "\f761"; }
 .kcw .kcw__bi-filetype-svg::before { content: "\f762"; }
 .kcw .kcw__bi-filetype-tiff::before { content: "\f763"; }
 .kcw .kcw__bi-filetype-tsx::before { content: "\f764"; }
 .kcw .kcw__bi-filetype-ttf::before { content: "\f765"; }
 .kcw .kcw__bi-filetype-txt::before { content: "\f766"; }
 .kcw .kcw__bi-filetype-wav::before { content: "\f767"; }
 .kcw .kcw__bi-filetype-woff::before { content: "\f768"; }
 .kcw .kcw__bi-filetype-xls::before { content: "\f76a"; }
 .kcw .kcw__bi-filetype-xml::before { content: "\f76b"; }
 .kcw .kcw__bi-filetype-yml::before { content: "\f76c"; }
 .kcw .kcw__bi-heart-arrow::before { content: "\f76d"; }
 .kcw .kcw__bi-heart-pulse-fill::before { content: "\f76e"; }
 .kcw .kcw__bi-heart-pulse::before { content: "\f76f"; }
 .kcw .kcw__bi-heartbreak-fill::before { content: "\f770"; }
 .kcw .kcw__bi-heartbreak::before { content: "\f771"; }
 .kcw .kcw__bi-hearts::before { content: "\f772"; }
 .kcw .kcw__bi-hospital-fill::before { content: "\f773"; }
 .kcw .kcw__bi-hospital::before { content: "\f774"; }
 .kcw .kcw__bi-house-heart-fill::before { content: "\f775"; }
 .kcw .kcw__bi-house-heart::before { content: "\f776"; }
 .kcw .kcw__bi-incognito::before { content: "\f777"; }
 .kcw .kcw__bi-magnet-fill::before { content: "\f778"; }
 .kcw .kcw__bi-magnet::before { content: "\f779"; }
 .kcw .kcw__bi-person-heart::before { content: "\f77a"; }
 .kcw .kcw__bi-person-hearts::before { content: "\f77b"; }
 .kcw .kcw__bi-phone-flip::before { content: "\f77c"; }
 .kcw .kcw__bi-plugin::before { content: "\f77d"; }
 .kcw .kcw__bi-postage-fill::before { content: "\f77e"; }
 .kcw .kcw__bi-postage-heart-fill::before { content: "\f77f"; }
 .kcw .kcw__bi-postage-heart::before { content: "\f780"; }
 .kcw .kcw__bi-postage::before { content: "\f781"; }
 .kcw .kcw__bi-postcard-fill::before { content: "\f782"; }
 .kcw .kcw__bi-postcard-heart-fill::before { content: "\f783"; }
 .kcw .kcw__bi-postcard-heart::before { content: "\f784"; }
 .kcw .kcw__bi-postcard::before { content: "\f785"; }
 .kcw .kcw__bi-search-heart-fill::before { content: "\f786"; }
 .kcw .kcw__bi-search-heart::before { content: "\f787"; }
 .kcw .kcw__bi-sliders2-vertical::before { content: "\f788"; }
 .kcw .kcw__bi-sliders2::before { content: "\f789"; }
 .kcw .kcw__bi-trash3-fill::before { content: "\f78a"; }
 .kcw .kcw__bi-trash3::before { content: "\f78b"; }
 .kcw .kcw__bi-valentine::before { content: "\f78c"; }
 .kcw .kcw__bi-valentine2::before { content: "\f78d"; }
 .kcw .kcw__bi-wrench-adjustable-circle-fill::before { content: "\f78e"; }
 .kcw .kcw__bi-wrench-adjustable-circle::before { content: "\f78f"; }
 .kcw .kcw__bi-wrench-adjustable::before { content: "\f790"; }
 .kcw .kcw__bi-filetype-json::before { content: "\f791"; }
 .kcw .kcw__bi-filetype-pptx::before { content: "\f792"; }
 .kcw .kcw__bi-filetype-xlsx::before { content: "\f793"; }
 .kcw .kcw__bi-1-circle-fill::before { content: "\f796"; }
 .kcw .kcw__bi-1-circle::before { content: "\f797"; }
 .kcw .kcw__bi-1-square-fill::before { content: "\f798"; }
 .kcw .kcw__bi-1-square::before { content: "\f799"; }
 .kcw .kcw__bi-2-circle-fill::before { content: "\f79c"; }
 .kcw .kcw__bi-2-circle::before { content: "\f79d"; }
 .kcw .kcw__bi-2-square-fill::before { content: "\f79e"; }
 .kcw .kcw__bi-2-square::before { content: "\f79f"; }
 .kcw .kcw__bi-3-circle-fill::before { content: "\f7a2"; }
 .kcw .kcw__bi-3-circle::before { content: "\f7a3"; }
 .kcw .kcw__bi-3-square-fill::before { content: "\f7a4"; }
 .kcw .kcw__bi-3-square::before { content: "\f7a5"; }
 .kcw .kcw__bi-4-circle-fill::before { content: "\f7a8"; }
 .kcw .kcw__bi-4-circle::before { content: "\f7a9"; }
 .kcw .kcw__bi-4-square-fill::before { content: "\f7aa"; }
 .kcw .kcw__bi-4-square::before { content: "\f7ab"; }
 .kcw .kcw__bi-5-circle-fill::before { content: "\f7ae"; }
 .kcw .kcw__bi-5-circle::before { content: "\f7af"; }
 .kcw .kcw__bi-5-square-fill::before { content: "\f7b0"; }
 .kcw .kcw__bi-5-square::before { content: "\f7b1"; }
 .kcw .kcw__bi-6-circle-fill::before { content: "\f7b4"; }
 .kcw .kcw__bi-6-circle::before { content: "\f7b5"; }
 .kcw .kcw__bi-6-square-fill::before { content: "\f7b6"; }
 .kcw .kcw__bi-6-square::before { content: "\f7b7"; }
 .kcw .kcw__bi-7-circle-fill::before { content: "\f7ba"; }
 .kcw .kcw__bi-7-circle::before { content: "\f7bb"; }
 .kcw .kcw__bi-7-square-fill::before { content: "\f7bc"; }
 .kcw .kcw__bi-7-square::before { content: "\f7bd"; }
 .kcw .kcw__bi-8-circle-fill::before { content: "\f7c0"; }
 .kcw .kcw__bi-8-circle::before { content: "\f7c1"; }
 .kcw .kcw__bi-8-square-fill::before { content: "\f7c2"; }
 .kcw .kcw__bi-8-square::before { content: "\f7c3"; }
 .kcw .kcw__bi-9-circle-fill::before { content: "\f7c6"; }
 .kcw .kcw__bi-9-circle::before { content: "\f7c7"; }
 .kcw .kcw__bi-9-square-fill::before { content: "\f7c8"; }
 .kcw .kcw__bi-9-square::before { content: "\f7c9"; }
 .kcw .kcw__bi-airplane-engines-fill::before { content: "\f7ca"; }
 .kcw .kcw__bi-airplane-engines::before { content: "\f7cb"; }
 .kcw .kcw__bi-airplane-fill::before { content: "\f7cc"; }
 .kcw .kcw__bi-airplane::before { content: "\f7cd"; }
 .kcw .kcw__bi-alexa::before { content: "\f7ce"; }
 .kcw .kcw__bi-alipay::before { content: "\f7cf"; }
 .kcw .kcw__bi-android::before { content: "\f7d0"; }
 .kcw .kcw__bi-android2::before { content: "\f7d1"; }
 .kcw .kcw__bi-box-fill::before { content: "\f7d2"; }
 .kcw .kcw__bi-box-seam-fill::before { content: "\f7d3"; }
 .kcw .kcw__bi-browser-chrome::before { content: "\f7d4"; }
 .kcw .kcw__bi-browser-edge::before { content: "\f7d5"; }
 .kcw .kcw__bi-browser-firefox::before { content: "\f7d6"; }
 .kcw .kcw__bi-browser-safari::before { content: "\f7d7"; }
 .kcw .kcw__bi-c-circle-fill::before { content: "\f7da"; }
 .kcw .kcw__bi-c-circle::before { content: "\f7db"; }
 .kcw .kcw__bi-c-square-fill::before { content: "\f7dc"; }
 .kcw .kcw__bi-c-square::before { content: "\f7dd"; }
 .kcw .kcw__bi-capsule-pill::before { content: "\f7de"; }
 .kcw .kcw__bi-capsule::before { content: "\f7df"; }
 .kcw .kcw__bi-car-front-fill::before { content: "\f7e0"; }
 .kcw .kcw__bi-car-front::before { content: "\f7e1"; }
 .kcw .kcw__bi-cassette-fill::before { content: "\f7e2"; }
 .kcw .kcw__bi-cassette::before { content: "\f7e3"; }
 .kcw .kcw__bi-cc-circle-fill::before { content: "\f7e6"; }
 .kcw .kcw__bi-cc-circle::before { content: "\f7e7"; }
 .kcw .kcw__bi-cc-square-fill::before { content: "\f7e8"; }
 .kcw .kcw__bi-cc-square::before { content: "\f7e9"; }
 .kcw .kcw__bi-cup-hot-fill::before { content: "\f7ea"; }
 .kcw .kcw__bi-cup-hot::before { content: "\f7eb"; }
 .kcw .kcw__bi-currency-rupee::before { content: "\f7ec"; }
 .kcw .kcw__bi-dropbox::before { content: "\f7ed"; }
 .kcw .kcw__bi-escape::before { content: "\f7ee"; }
 .kcw .kcw__bi-fast-forward-btn-fill::before { content: "\f7ef"; }
 .kcw .kcw__bi-fast-forward-btn::before { content: "\f7f0"; }
 .kcw .kcw__bi-fast-forward-circle-fill::before { content: "\f7f1"; }
 .kcw .kcw__bi-fast-forward-circle::before { content: "\f7f2"; }
 .kcw .kcw__bi-fast-forward-fill::before { content: "\f7f3"; }
 .kcw .kcw__bi-fast-forward::before { content: "\f7f4"; }
 .kcw .kcw__bi-filetype-sql::before { content: "\f7f5"; }
 .kcw .kcw__bi-fire::before { content: "\f7f6"; }
 .kcw .kcw__bi-google-play::before { content: "\f7f7"; }
 .kcw .kcw__bi-h-circle-fill::before { content: "\f7fa"; }
 .kcw .kcw__bi-h-circle::before { content: "\f7fb"; }
 .kcw .kcw__bi-h-square-fill::before { content: "\f7fc"; }
 .kcw .kcw__bi-h-square::before { content: "\f7fd"; }
 .kcw .kcw__bi-indent::before { content: "\f7fe"; }
 .kcw .kcw__bi-lungs-fill::before { content: "\f7ff"; }
 .kcw .kcw__bi-lungs::before { content: "\f800"; }
 .kcw .kcw__bi-microsoft-teams::before { content: "\f801"; }
 .kcw .kcw__bi-p-circle-fill::before { content: "\f804"; }
 .kcw .kcw__bi-p-circle::before { content: "\f805"; }
 .kcw .kcw__bi-p-square-fill::before { content: "\f806"; }
 .kcw .kcw__bi-p-square::before { content: "\f807"; }
 .kcw .kcw__bi-pass-fill::before { content: "\f808"; }
 .kcw .kcw__bi-pass::before { content: "\f809"; }
 .kcw .kcw__bi-prescription::before { content: "\f80a"; }
 .kcw .kcw__bi-prescription2::before { content: "\f80b"; }
 .kcw .kcw__bi-r-circle-fill::before { content: "\f80e"; }
 .kcw .kcw__bi-r-circle::before { content: "\f80f"; }
 .kcw .kcw__bi-r-square-fill::before { content: "\f810"; }
 .kcw .kcw__bi-r-square::before { content: "\f811"; }
 .kcw .kcw__bi-repeat-1::before { content: "\f812"; }
 .kcw .kcw__bi-repeat::before { content: "\f813"; }
 .kcw .kcw__bi-rewind-btn-fill::before { content: "\f814"; }
 .kcw .kcw__bi-rewind-btn::before { content: "\f815"; }
 .kcw .kcw__bi-rewind-circle-fill::before { content: "\f816"; }
 .kcw .kcw__bi-rewind-circle::before { content: "\f817"; }
 .kcw .kcw__bi-rewind-fill::before { content: "\f818"; }
 .kcw .kcw__bi-rewind::before { content: "\f819"; }
 .kcw .kcw__bi-train-freight-front-fill::before { content: "\f81a"; }
 .kcw .kcw__bi-train-freight-front::before { content: "\f81b"; }
 .kcw .kcw__bi-train-front-fill::before { content: "\f81c"; }
 .kcw .kcw__bi-train-front::before { content: "\f81d"; }
 .kcw .kcw__bi-train-lightrail-front-fill::before { content: "\f81e"; }
 .kcw .kcw__bi-train-lightrail-front::before { content: "\f81f"; }
 .kcw .kcw__bi-truck-front-fill::before { content: "\f820"; }
 .kcw .kcw__bi-truck-front::before { content: "\f821"; }
 .kcw .kcw__bi-ubuntu::before { content: "\f822"; }
 .kcw .kcw__bi-unindent::before { content: "\f823"; }
 .kcw .kcw__bi-unity::before { content: "\f824"; }
 .kcw .kcw__bi-universal-access-circle::before { content: "\f825"; }
 .kcw .kcw__bi-universal-access::before { content: "\f826"; }
 .kcw .kcw__bi-virus::before { content: "\f827"; }
 .kcw .kcw__bi-virus2::before { content: "\f828"; }
 .kcw .kcw__bi-wechat::before { content: "\f829"; }
 .kcw .kcw__bi-yelp::before { content: "\f82a"; }
 .kcw .kcw__bi-sign-stop-fill::before { content: "\f82b"; }
 .kcw .kcw__bi-sign-stop-lights-fill::before { content: "\f82c"; }
 .kcw .kcw__bi-sign-stop-lights::before { content: "\f82d"; }
 .kcw .kcw__bi-sign-stop::before { content: "\f82e"; }
 .kcw .kcw__bi-sign-turn-left-fill::before { content: "\f82f"; }
 .kcw .kcw__bi-sign-turn-left::before { content: "\f830"; }
 .kcw .kcw__bi-sign-turn-right-fill::before { content: "\f831"; }
 .kcw .kcw__bi-sign-turn-right::before { content: "\f832"; }
 .kcw .kcw__bi-sign-turn-slight-left-fill::before { content: "\f833"; }
 .kcw .kcw__bi-sign-turn-slight-left::before { content: "\f834"; }
 .kcw .kcw__bi-sign-turn-slight-right-fill::before { content: "\f835"; }
 .kcw .kcw__bi-sign-turn-slight-right::before { content: "\f836"; }
 .kcw .kcw__bi-sign-yield-fill::before { content: "\f837"; }
 .kcw .kcw__bi-sign-yield::before { content: "\f838"; }
 .kcw .kcw__bi-ev-station-fill::before { content: "\f839"; }
 .kcw .kcw__bi-ev-station::before { content: "\f83a"; }
 .kcw .kcw__bi-fuel-pump-diesel-fill::before { content: "\f83b"; }
 .kcw .kcw__bi-fuel-pump-diesel::before { content: "\f83c"; }
 .kcw .kcw__bi-fuel-pump-fill::before { content: "\f83d"; }
 .kcw .kcw__bi-fuel-pump::before { content: "\f83e"; }
 .kcw .kcw__bi-0-circle-fill::before { content: "\f83f"; }
 .kcw .kcw__bi-0-circle::before { content: "\f840"; }
 .kcw .kcw__bi-0-square-fill::before { content: "\f841"; }
 .kcw .kcw__bi-0-square::before { content: "\f842"; }
 .kcw .kcw__bi-rocket-fill::before { content: "\f843"; }
 .kcw .kcw__bi-rocket-takeoff-fill::before { content: "\f844"; }
 .kcw .kcw__bi-rocket-takeoff::before { content: "\f845"; }
 .kcw .kcw__bi-rocket::before { content: "\f846"; }
 .kcw .kcw__bi-stripe::before { content: "\f847"; }
 .kcw .kcw__bi-subscript::before { content: "\f848"; }
 .kcw .kcw__bi-superscript::before { content: "\f849"; }
 .kcw .kcw__bi-trello::before { content: "\f84a"; }
 .kcw .kcw__bi-envelope-at-fill::before { content: "\f84b"; }
 .kcw .kcw__bi-envelope-at::before { content: "\f84c"; }
 .kcw .kcw__bi-regex::before { content: "\f84d"; }
 .kcw .kcw__bi-text-wrap::before { content: "\f84e"; }
 .kcw .kcw__bi-sign-dead-end-fill::before { content: "\f84f"; }
 .kcw .kcw__bi-sign-dead-end::before { content: "\f850"; }
 .kcw .kcw__bi-sign-do-not-enter-fill::before { content: "\f851"; }
 .kcw .kcw__bi-sign-do-not-enter::before { content: "\f852"; }
 .kcw .kcw__bi-sign-intersection-fill::before { content: "\f853"; }
 .kcw .kcw__bi-sign-intersection-side-fill::before { content: "\f854"; }
 .kcw .kcw__bi-sign-intersection-side::before { content: "\f855"; }
 .kcw .kcw__bi-sign-intersection-t-fill::before { content: "\f856"; }
 .kcw .kcw__bi-sign-intersection-t::before { content: "\f857"; }
 .kcw .kcw__bi-sign-intersection-y-fill::before { content: "\f858"; }
 .kcw .kcw__bi-sign-intersection-y::before { content: "\f859"; }
 .kcw .kcw__bi-sign-intersection::before { content: "\f85a"; }
 .kcw .kcw__bi-sign-merge-left-fill::before { content: "\f85b"; }
 .kcw .kcw__bi-sign-merge-left::before { content: "\f85c"; }
 .kcw .kcw__bi-sign-merge-right-fill::before { content: "\f85d"; }
 .kcw .kcw__bi-sign-merge-right::before { content: "\f85e"; }
 .kcw .kcw__bi-sign-no-left-turn-fill::before { content: "\f85f"; }
 .kcw .kcw__bi-sign-no-left-turn::before { content: "\f860"; }
 .kcw .kcw__bi-sign-no-parking-fill::before { content: "\f861"; }
 .kcw .kcw__bi-sign-no-parking::before { content: "\f862"; }
 .kcw .kcw__bi-sign-no-right-turn-fill::before { content: "\f863"; }
 .kcw .kcw__bi-sign-no-right-turn::before { content: "\f864"; }
 .kcw .kcw__bi-sign-railroad-fill::before { content: "\f865"; }
 .kcw .kcw__bi-sign-railroad::before { content: "\f866"; }
 .kcw .kcw__bi-building-add::before { content: "\f867"; }
 .kcw .kcw__bi-building-check::before { content: "\f868"; }
 .kcw .kcw__bi-building-dash::before { content: "\f869"; }
 .kcw .kcw__bi-building-down::before { content: "\f86a"; }
 .kcw .kcw__bi-building-exclamation::before { content: "\f86b"; }
 .kcw .kcw__bi-building-fill-add::before { content: "\f86c"; }
 .kcw .kcw__bi-building-fill-check::before { content: "\f86d"; }
 .kcw .kcw__bi-building-fill-dash::before { content: "\f86e"; }
 .kcw .kcw__bi-building-fill-down::before { content: "\f86f"; }
 .kcw .kcw__bi-building-fill-exclamation::before { content: "\f870"; }
 .kcw .kcw__bi-building-fill-gear::before { content: "\f871"; }
 .kcw .kcw__bi-building-fill-lock::before { content: "\f872"; }
 .kcw .kcw__bi-building-fill-slash::before { content: "\f873"; }
 .kcw .kcw__bi-building-fill-up::before { content: "\f874"; }
 .kcw .kcw__bi-building-fill-x::before { content: "\f875"; }
 .kcw .kcw__bi-building-fill::before { content: "\f876"; }
 .kcw .kcw__bi-building-gear::before { content: "\f877"; }
 .kcw .kcw__bi-building-lock::before { content: "\f878"; }
 .kcw .kcw__bi-building-slash::before { content: "\f879"; }
 .kcw .kcw__bi-building-up::before { content: "\f87a"; }
 .kcw .kcw__bi-building-x::before { content: "\f87b"; }
 .kcw .kcw__bi-buildings-fill::before { content: "\f87c"; }
 .kcw .kcw__bi-buildings::before { content: "\f87d"; }
 .kcw .kcw__bi-bus-front-fill::before { content: "\f87e"; }
 .kcw .kcw__bi-bus-front::before { content: "\f87f"; }
 .kcw .kcw__bi-ev-front-fill::before { content: "\f880"; }
 .kcw .kcw__bi-ev-front::before { content: "\f881"; }
 .kcw .kcw__bi-globe-americas::before { content: "\f882"; }
 .kcw .kcw__bi-globe-asia-australia::before { content: "\f883"; }
 .kcw .kcw__bi-globe-central-south-asia::before { content: "\f884"; }
 .kcw .kcw__bi-globe-europe-africa::before { content: "\f885"; }
 .kcw .kcw__bi-house-add-fill::before { content: "\f886"; }
 .kcw .kcw__bi-house-add::before { content: "\f887"; }
 .kcw .kcw__bi-house-check-fill::before { content: "\f888"; }
 .kcw .kcw__bi-house-check::before { content: "\f889"; }
 .kcw .kcw__bi-house-dash-fill::before { content: "\f88a"; }
 .kcw .kcw__bi-house-dash::before { content: "\f88b"; }
 .kcw .kcw__bi-house-down-fill::before { content: "\f88c"; }
 .kcw .kcw__bi-house-down::before { content: "\f88d"; }
 .kcw .kcw__bi-house-exclamation-fill::before { content: "\f88e"; }
 .kcw .kcw__bi-house-exclamation::before { content: "\f88f"; }
 .kcw .kcw__bi-house-gear-fill::before { content: "\f890"; }
 .kcw .kcw__bi-house-gear::before { content: "\f891"; }
 .kcw .kcw__bi-house-lock-fill::before { content: "\f892"; }
 .kcw .kcw__bi-house-lock::before { content: "\f893"; }
 .kcw .kcw__bi-house-slash-fill::before { content: "\f894"; }
 .kcw .kcw__bi-house-slash::before { content: "\f895"; }
 .kcw .kcw__bi-house-up-fill::before { content: "\f896"; }
 .kcw .kcw__bi-house-up::before { content: "\f897"; }
 .kcw .kcw__bi-house-x-fill::before { content: "\f898"; }
 .kcw .kcw__bi-house-x::before { content: "\f899"; }
 .kcw .kcw__bi-person-add::before { content: "\f89a"; }
 .kcw .kcw__bi-person-down::before { content: "\f89b"; }
 .kcw .kcw__bi-person-exclamation::before { content: "\f89c"; }
 .kcw .kcw__bi-person-fill-add::before { content: "\f89d"; }
 .kcw .kcw__bi-person-fill-check::before { content: "\f89e"; }
 .kcw .kcw__bi-person-fill-dash::before { content: "\f89f"; }
 .kcw .kcw__bi-person-fill-down::before { content: "\f8a0"; }
 .kcw .kcw__bi-person-fill-exclamation::before { content: "\f8a1"; }
 .kcw .kcw__bi-person-fill-gear::before { content: "\f8a2"; }
 .kcw .kcw__bi-person-fill-lock::before { content: "\f8a3"; }
 .kcw .kcw__bi-person-fill-slash::before { content: "\f8a4"; }
 .kcw .kcw__bi-person-fill-up::before { content: "\f8a5"; }
 .kcw .kcw__bi-person-fill-x::before { content: "\f8a6"; }
 .kcw .kcw__bi-person-gear::before { content: "\f8a7"; }
 .kcw .kcw__bi-person-lock::before { content: "\f8a8"; }
 .kcw .kcw__bi-person-slash::before { content: "\f8a9"; }
 .kcw .kcw__bi-person-up::before { content: "\f8aa"; }
 .kcw .kcw__bi-scooter::before { content: "\f8ab"; }
 .kcw .kcw__bi-taxi-front-fill::before { content: "\f8ac"; }
 .kcw .kcw__bi-taxi-front::before { content: "\f8ad"; }
 .kcw .kcw__bi-amd::before { content: "\f8ae"; }
 .kcw .kcw__bi-database-add::before { content: "\f8af"; }
 .kcw .kcw__bi-database-check::before { content: "\f8b0"; }
 .kcw .kcw__bi-database-dash::before { content: "\f8b1"; }
 .kcw .kcw__bi-database-down::before { content: "\f8b2"; }
 .kcw .kcw__bi-database-exclamation::before { content: "\f8b3"; }
 .kcw .kcw__bi-database-fill-add::before { content: "\f8b4"; }
 .kcw .kcw__bi-database-fill-check::before { content: "\f8b5"; }
 .kcw .kcw__bi-database-fill-dash::before { content: "\f8b6"; }
 .kcw .kcw__bi-database-fill-down::before { content: "\f8b7"; }
 .kcw .kcw__bi-database-fill-exclamation::before { content: "\f8b8"; }
 .kcw .kcw__bi-database-fill-gear::before { content: "\f8b9"; }
 .kcw .kcw__bi-database-fill-lock::before { content: "\f8ba"; }
 .kcw .kcw__bi-database-fill-slash::before { content: "\f8bb"; }
 .kcw .kcw__bi-database-fill-up::before { content: "\f8bc"; }
 .kcw .kcw__bi-database-fill-x::before { content: "\f8bd"; }
 .kcw .kcw__bi-database-fill::before { content: "\f8be"; }
 .kcw .kcw__bi-database-gear::before { content: "\f8bf"; }
 .kcw .kcw__bi-database-lock::before { content: "\f8c0"; }
 .kcw .kcw__bi-database-slash::before { content: "\f8c1"; }
 .kcw .kcw__bi-database-up::before { content: "\f8c2"; }
 .kcw .kcw__bi-database-x::before { content: "\f8c3"; }
 .kcw .kcw__bi-database::before { content: "\f8c4"; }
 .kcw .kcw__bi-houses-fill::before { content: "\f8c5"; }
 .kcw .kcw__bi-houses::before { content: "\f8c6"; }
 .kcw .kcw__bi-nvidia::before { content: "\f8c7"; }
 .kcw .kcw__bi-person-vcard-fill::before { content: "\f8c8"; }
 .kcw .kcw__bi-person-vcard::before { content: "\f8c9"; }
 .kcw .kcw__bi-sina-weibo::before { content: "\f8ca"; }
 .kcw .kcw__bi-tencent-qq::before { content: "\f8cb"; }
 .kcw .kcw__bi-wikipedia::before { content: "\f8cc"; }
 .kcw .kcw__bi-alphabet-uppercase::before { content: "\f2a5"; }
 .kcw .kcw__bi-alphabet::before { content: "\f68a"; }
 .kcw .kcw__bi-amazon::before { content: "\f68d"; }
 .kcw .kcw__bi-arrows-collapse-vertical::before { content: "\f690"; }
 .kcw .kcw__bi-arrows-expand-vertical::before { content: "\f695"; }
 .kcw .kcw__bi-arrows-vertical::before { content: "\f698"; }
 .kcw .kcw__bi-arrows::before { content: "\f6a2"; }
 .kcw .kcw__bi-ban-fill::before { content: "\f6a3"; }
 .kcw .kcw__bi-ban::before { content: "\f6b6"; }
 .kcw .kcw__bi-bing::before { content: "\f6c2"; }
 .kcw .kcw__bi-cake::before { content: "\f6e0"; }
 .kcw .kcw__bi-cake2::before { content: "\f6ed"; }
 .kcw .kcw__bi-cookie::before { content: "\f6ee"; }
 .kcw .kcw__bi-copy::before { content: "\f759"; }
 .kcw .kcw__bi-crosshair::before { content: "\f769"; }
 .kcw .kcw__bi-crosshair2::before { content: "\f794"; }
 .kcw .kcw__bi-emoji-astonished-fill::before { content: "\f795"; }
 .kcw .kcw__bi-emoji-astonished::before { content: "\f79a"; }
 .kcw .kcw__bi-emoji-grimace-fill::before { content: "\f79b"; }
 .kcw .kcw__bi-emoji-grimace::before { content: "\f7a0"; }
 .kcw .kcw__bi-emoji-grin-fill::before { content: "\f7a1"; }
 .kcw .kcw__bi-emoji-grin::before { content: "\f7a6"; }
 .kcw .kcw__bi-emoji-surprise-fill::before { content: "\f7a7"; }
 .kcw .kcw__bi-emoji-surprise::before { content: "\f7ac"; }
 .kcw .kcw__bi-emoji-tear-fill::before { content: "\f7ad"; }
 .kcw .kcw__bi-emoji-tear::before { content: "\f7b2"; }
 .kcw .kcw__bi-envelope-arrow-down-fill::before { content: "\f7b3"; }
 .kcw .kcw__bi-envelope-arrow-down::before { content: "\f7b8"; }
 .kcw .kcw__bi-envelope-arrow-up-fill::before { content: "\f7b9"; }
 .kcw .kcw__bi-envelope-arrow-up::before { content: "\f7be"; }
 .kcw .kcw__bi-feather::before { content: "\f7bf"; }
 .kcw .kcw__bi-feather2::before { content: "\f7c4"; }
 .kcw .kcw__bi-floppy-fill::before { content: "\f7c5"; }
 .kcw .kcw__bi-floppy::before { content: "\f7d8"; }
 .kcw .kcw__bi-floppy2-fill::before { content: "\f7d9"; }
 .kcw .kcw__bi-floppy2::before { content: "\f7e4"; }
 .kcw .kcw__bi-gitlab::before { content: "\f7e5"; }
 .kcw .kcw__bi-highlighter::before { content: "\f7f8"; }
 .kcw .kcw__bi-marker-tip::before { content: "\f802"; }
 .kcw .kcw__bi-nvme-fill::before { content: "\f803"; }
 .kcw .kcw__bi-nvme::before { content: "\f80c"; }
 .kcw .kcw__bi-opencollective::before { content: "\f80d"; }
 .kcw .kcw__bi-pci-card-network::before { content: "\f8cd"; }
 .kcw .kcw__bi-pci-card-sound::before { content: "\f8ce"; }
 .kcw .kcw__bi-radar::before { content: "\f8cf"; }
 .kcw .kcw__bi-send-arrow-down-fill::before { content: "\f8d0"; }
 .kcw .kcw__bi-send-arrow-down::before { content: "\f8d1"; }
 .kcw .kcw__bi-send-arrow-up-fill::before { content: "\f8d2"; }
 .kcw .kcw__bi-send-arrow-up::before { content: "\f8d3"; }
 .kcw .kcw__bi-sim-slash-fill::before { content: "\f8d4"; }
 .kcw .kcw__bi-sim-slash::before { content: "\f8d5"; }
 .kcw .kcw__bi-sourceforge::before { content: "\f8d6"; }
 .kcw .kcw__bi-substack::before { content: "\f8d7"; }
 .kcw .kcw__bi-threads-fill::before { content: "\f8d8"; }
 .kcw .kcw__bi-threads::before { content: "\f8d9"; }
 .kcw .kcw__bi-transparency::before { content: "\f8da"; }
 .kcw .kcw__bi-twitter-x::before { content: "\f8db"; }
 .kcw .kcw__bi-type-h4::before { content: "\f8dc"; }
 .kcw .kcw__bi-type-h5::before { content: "\f8dd"; }
 .kcw .kcw__bi-type-h6::before { content: "\f8de"; }
 .kcw .kcw__bi-backpack-fill::before { content: "\f8df"; }
 .kcw .kcw__bi-backpack::before { content: "\f8e0"; }
 .kcw .kcw__bi-backpack2-fill::before { content: "\f8e1"; }
 .kcw .kcw__bi-backpack2::before { content: "\f8e2"; }
 .kcw .kcw__bi-backpack3-fill::before { content: "\f8e3"; }
 .kcw .kcw__bi-backpack3::before { content: "\f8e4"; }
 .kcw .kcw__bi-backpack4-fill::before { content: "\f8e5"; }
 .kcw .kcw__bi-backpack4::before { content: "\f8e6"; }
 .kcw .kcw__bi-brilliance::before { content: "\f8e7"; }
 .kcw .kcw__bi-cake-fill::before { content: "\f8e8"; }
 .kcw .kcw__bi-cake2-fill::before { content: "\f8e9"; }
 .kcw .kcw__bi-duffle-fill::before { content: "\f8ea"; }
 .kcw .kcw__bi-duffle::before { content: "\f8eb"; }
 .kcw .kcw__bi-exposure::before { content: "\f8ec"; }
 .kcw .kcw__bi-gender-neuter::before { content: "\f8ed"; }
 .kcw .kcw__bi-highlights::before { content: "\f8ee"; }
 .kcw .kcw__bi-luggage-fill::before { content: "\f8ef"; }
 .kcw .kcw__bi-luggage::before { content: "\f8f0"; }
 .kcw .kcw__bi-mailbox-flag::before { content: "\f8f1"; }
 .kcw .kcw__bi-mailbox2-flag::before { content: "\f8f2"; }
 .kcw .kcw__bi-noise-reduction::before { content: "\f8f3"; }
 .kcw .kcw__bi-passport-fill::before { content: "\f8f4"; }
 .kcw .kcw__bi-passport::before { content: "\f8f5"; }
 .kcw .kcw__bi-person-arms-up::before { content: "\f8f6"; }
 .kcw .kcw__bi-person-raised-hand::before { content: "\f8f7"; }
 .kcw .kcw__bi-person-standing-dress::before { content: "\f8f8"; }
 .kcw .kcw__bi-person-standing::before { content: "\f8f9"; }
 .kcw .kcw__bi-person-walking::before { content: "\f8fa"; }
 .kcw .kcw__bi-person-wheelchair::before { content: "\f8fb"; }
 .kcw .kcw__bi-shadows::before { content: "\f8fc"; }
 .kcw .kcw__bi-suitcase-fill::before { content: "\f8fd"; }
 .kcw .kcw__bi-suitcase-lg-fill::before { content: "\f8fe"; }
 .kcw .kcw__bi-suitcase-lg::before { content: "\f8ff"; }
 .kcw .kcw__bi-suitcase::before { content: "\f900"; }
 .kcw .kcw__bi-suitcase2-fill::before { content: "\f901"; }
 .kcw .kcw__bi-suitcase2::before { content: "\f902"; }
 .kcw .kcw__bi-vignette::before { content: "\f903"; }
 .kcw .kcw__bi-bluesky::before { content: "\f7f9"; }
 .kcw .kcw__bi-tux::before { content: "\f904"; }
 .kcw .kcw__bi-beaker-fill::before { content: "\f905"; }
 .kcw .kcw__bi-beaker::before { content: "\f906"; }
 .kcw .kcw__bi-flask-fill::before { content: "\f907"; }
 .kcw .kcw__bi-flask-florence-fill::before { content: "\f908"; }
 .kcw .kcw__bi-flask-florence::before { content: "\f909"; }
 .kcw .kcw__bi-flask::before { content: "\f90a"; }
 .kcw .kcw__bi-leaf-fill::before { content: "\f90b"; }
 .kcw .kcw__bi-leaf::before { content: "\f90c"; }
 .kcw .kcw__bi-measuring-cup-fill::before { content: "\f90d"; }
 .kcw .kcw__bi-measuring-cup::before { content: "\f90e"; }
 .kcw .kcw__bi-unlock2-fill::before { content: "\f90f"; }
 .kcw .kcw__bi-unlock2::before { content: "\f910"; }
 .kcw .kcw__bi-battery-low::before { content: "\f911"; }
 .kcw .kcw__bi-anthropic::before { content: "\f912"; }
 .kcw .kcw__bi-apple-music::before { content: "\f913"; }
 .kcw .kcw__bi-claude::before { content: "\f914"; }
 .kcw .kcw__bi-openai::before { content: "\f915"; }
 .kcw .kcw__bi-perplexity::before { content: "\f916"; }
 .kcw .kcw__bi-css::before { content: "\f917"; }
 .kcw .kcw__bi-javascript::before { content: "\f918"; }
 .kcw .kcw__bi-typescript::before { content: "\f919"; }
 .kcw .kcw__bi-fork-knife::before { content: "\f91a"; }
 .kcw .kcw__bi-globe-americas-fill::before { content: "\f91b"; }
 .kcw .kcw__bi-globe-asia-australia-fill::before { content: "\f91c"; }
 .kcw .kcw__bi-globe-central-south-asia-fill::before { content: "\f91d"; }
 .kcw .kcw__bi-globe-europe-africa-fill::before { content: "\f91e"; }
