 
/* 
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: border-box;
  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;
  color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

html .kcw {
  -webkit-font-smoothing: auto;
}

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


/*! * Bootstrap v5.1.3 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
 .kcw .kcw__form-label{
    margin-bottom:.5rem
}
 .kcw .kcw__col-form-label{
    padding-top:calc(1rem + 1px);
    padding-bottom:calc(1rem + 1px);
    margin-bottom:0;
    font-size:inherit;
    line-height:1.5
}
 .kcw .kcw__col-form-label-lg{
    padding-top:calc(0.75rem + 1px);
    padding-bottom:calc(0.75rem + 1px);
    font-size:1rem
}
 .kcw .kcw__col-form-label-sm{
    padding-top:calc(0.75rem + 1px);
    padding-bottom:calc(0.75rem + 1px);
    font-size:0.875rem
}
 .kcw .kcw__form-text{
    margin-top:.25rem;
    font-size:0.875em;
    color:#6c757d
}
 .kcw .kcw__form-control{
    display:block;
    width:100%;
    padding:1rem 2rem;
    font-size:1.125rem;
    font-weight:300;
    line-height:1.5;
    color:#212529;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #ced4da;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border-radius:.25rem;
    -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion: reduce){
     .kcw .kcw__form-control{
        -webkit-transition:none;
        transition:none
    }
}
 .kcw .kcw__form-control[type=file]{
    overflow:hidden
}
 .kcw .kcw__form-control[type=file]:not(:disabled):not([readonly]){
    cursor:pointer
}
 .kcw .kcw__form-control:focus{
    color:#212529;
    background-color:#fff;
    border-color:#aab0e4;
    outline:0;
    -webkit-box-shadow:0 0 0 .25rem rgba(84,97,200,.25);
    box-shadow:0 0 0 .25rem rgba(84,97,200,.25)
}
 .kcw .kcw__form-control::-webkit-date-and-time-value{
    height:1.5em
}
 .kcw .kcw__form-control::-webkit-input-placeholder{
    color:#6c757d;
    opacity:1
}
 .kcw .kcw__form-control::-moz-placeholder{
    color:#6c757d;
    opacity:1
}
 .kcw .kcw__form-control:-ms-input-placeholder{
    color:#6c757d;
    opacity:1
}
 .kcw .kcw__form-control::-ms-input-placeholder{
    color:#6c757d;
    opacity:1
}
 .kcw .kcw__form-control::placeholder{
    color:#6c757d;
    opacity:1
}
 .kcw .kcw__form-control:disabled, .kcw .kcw__form-control[readonly]{
    background-color:#e9ecef;
    opacity:1
}
 .kcw .kcw__form-control::-webkit-file-upload-button{
    padding:1rem 2rem;
    margin:-1rem -2rem;
    -webkit-margin-end:2rem;
    margin-inline-end:2rem;
    color:#212529;
    background-color:#e9ecef;
    pointer-events:none;
    border-color:inherit;
    border-style:solid;
    border-width:0;
    border-inline-end-width:1px;
    border-radius:0;
    -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
 .kcw .kcw__form-control::file-selector-button{
    padding:1rem 2rem;
    margin:-1rem -2rem;
    -webkit-margin-end:2rem;
    margin-inline-end:2rem;
    color:#212529;
    background-color:#e9ecef;
    pointer-events:none;
    border-color:inherit;
    border-style:solid;
    border-width:0;
    border-inline-end-width:1px;
    border-radius:0;
    -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion: reduce){
     .kcw .kcw__form-control::-webkit-file-upload-button{
        -webkit-transition:none;
        transition:none
    }
     .kcw .kcw__form-control::file-selector-button{
        -webkit-transition:none;
        transition:none
    }
}
 .kcw .kcw__form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
    background-color:#dde0e3
}
 .kcw .kcw__form-control:hover:not(:disabled):not([readonly])::file-selector-button{
    background-color:#dde0e3
}
 .kcw .kcw__form-control::-webkit-file-upload-button{
    padding:1rem 2rem;
    margin:-1rem -2rem;
    -webkit-margin-end:2rem;
    margin-inline-end:2rem;
    color:#212529;
    background-color:#e9ecef;
    pointer-events:none;
    border-color:inherit;
    border-style:solid;
    border-width:0;
    border-inline-end-width:1px;
    border-radius:0;
    -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion: reduce){
     .kcw .kcw__form-control::-webkit-file-upload-button{
        -webkit-transition:none;
        transition:none
    }
}
 .kcw .kcw__form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
    background-color:#dde0e3
}
 .kcw .kcw__form-control-plaintext{
    display:block;
    width:100%;
    padding:1rem 0;
    margin-bottom:0;
    line-height:1.5;
    color:#212529;
    background-color:rgba(0,0,0,0);
    border:solid rgba(0,0,0,0);
    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{
    min-height:calc(1.5em + 1.5rem + 2px);
    padding:.75rem 1.5rem;
    font-size:0.875rem;
    border-radius:.2rem
}
 .kcw .kcw__form-control-sm::-webkit-file-upload-button{
    padding:.75rem 1.5rem;
    margin:-0.75rem -1.5rem;
    -webkit-margin-end:1.5rem;
    margin-inline-end:1.5rem
}
 .kcw .kcw__form-control-sm::file-selector-button{
    padding:.75rem 1.5rem;
    margin:-0.75rem -1.5rem;
    -webkit-margin-end:1.5rem;
    margin-inline-end:1.5rem
}
 .kcw .kcw__form-control-sm::-webkit-file-upload-button{
    padding:.75rem 1.5rem;
    margin:-0.75rem -1.5rem;
    -webkit-margin-end:1.5rem;
    margin-inline-end:1.5rem
}
 .kcw .kcw__form-control-lg{
    min-height:calc(1.5em + 1.5rem + 2px);
    padding:.75rem 2.5rem;
    font-size:1rem;
    border-radius:.3rem
}
 .kcw .kcw__form-control-lg::-webkit-file-upload-button{
    padding:.75rem 2.5rem;
    margin:-0.75rem -2.5rem;
    -webkit-margin-end:2.5rem;
    margin-inline-end:2.5rem
}
 .kcw .kcw__form-control-lg::file-selector-button{
    padding:.75rem 2.5rem;
    margin:-0.75rem -2.5rem;
    -webkit-margin-end:2.5rem;
    margin-inline-end:2.5rem
}
 .kcw .kcw__form-control-lg::-webkit-file-upload-button{
    padding:.75rem 2.5rem;
    margin:-0.75rem -2.5rem;
    -webkit-margin-end:2.5rem;
    margin-inline-end:2.5rem
}
 .kcw textarea.kcw__form-control{
    min-height:calc(1.5em + 2rem + 2px)
}
 .kcw textarea.kcw__form-control-sm{
    min-height:calc(1.5em + 1.5rem + 2px)
}
 .kcw textarea.kcw__form-control-lg{
    min-height:calc(1.5em + 1.5rem + 2px)
}
 .kcw .kcw__form-control-color{
    width:3rem;
    height:auto;
    padding:1rem
}
 .kcw .kcw__form-control-color:not(:disabled):not([readonly]){
    cursor:pointer
}
 .kcw .kcw__form-control-color::-moz-color-swatch{
    height:1.5em;
    border-radius:.25rem
}
 .kcw .kcw__form-control-color::-webkit-color-swatch{
    height:1.5em;
    border-radius:.25rem
}
 .kcw .kcw__form-select{
    display:block;
    width:100%;
    padding:1rem 3rem 1rem 2rem;
    -moz-padding-start:calc(2rem - 3px);
    font-size:1.125rem;
    font-weight:300;
    line-height:1.5;
    color:#212529;
    background-color:#fff;
    background-image:url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icon / chevron-down'%3E%3Cpath id='icon' d='M16.293 8.79297L12 13.086L7.70697 8.79297L6.29297 10.207L12 15.914L17.707 10.207L16.293 8.79297Z' fill='%23EE5340'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat:no-repeat;
    background-position:right 1rem center;
    background-size:24px 25px;
    border:1px solid #ced4da;
    border-radius:.25rem;
    -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer
}
@media(prefers-reduced-motion: reduce){
     .kcw .kcw__form-select{
        -webkit-transition:none;
        transition:none
    }
}
 .kcw .kcw__form-select:focus{
    border-color:#aab0e4;
    outline:0;
    -webkit-box-shadow:0 0 0 .25rem rgba(84,97,200,.25);
    box-shadow:0 0 0 .25rem rgba(84,97,200,.25)
}
 .kcw .kcw__form-select[multiple], .kcw .kcw__form-select[size]:not([size="1"]){
    padding-right:2rem;
    background-image:none
}
 .kcw .kcw__form-select:disabled{
    background-color:#e9ecef
}
 .kcw .kcw__form-select:-moz-focusring{
    color:rgba(0,0,0,0);
    text-shadow:0 0 0 #212529
}
 .kcw .kcw__form-select-sm{
    padding-top:.75rem;
    padding-bottom:.75rem;
    padding-left:1.5rem;
    font-size:0.875rem;
    border-radius:.2rem
}
 .kcw .kcw__form-select-lg{
    padding-top:.75rem;
    padding-bottom:.75rem;
    padding-left:2.5rem;
    font-size:1rem;
    border-radius:.3rem
}
 .kcw .kcw__form-check{
    display:block;
    min-height:1.5rem;
    padding-left:1.5em;
    margin-bottom:.125rem
}
 .kcw .kcw__form-check .kcw__form-check-input{
    float:left;
    margin-left:-1.5em
}
 .kcw .kcw__form-check-input{
    width:1em;
    height:1em;
    margin-top:.25em;
    vertical-align:top;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    border:1px solid rgba(0,0,0,.25);
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    -webkit-print-color-adjust:exact;
    print-color-adjust:exact
}
 .kcw .kcw__form-check-input[type=checkbox]{
    border-radius:.25em
}
 .kcw .kcw__form-check-input[type=radio]{
    border-radius:50%
}
 .kcw .kcw__form-check-input:active{
    -webkit-filter:brightness(90%);
    filter:brightness(90%)
}
 .kcw .kcw__form-check-input:focus{
    border-color:#aab0e4;
    outline:0;
    -webkit-box-shadow:0 0 0 .25rem rgba(84,97,200,.25);
    box-shadow:0 0 0 .25rem rgba(84,97,200,.25)
}
 .kcw .kcw__form-check-input:checked{
    background-color:#5461c8;
    border-color:#5461c8
}
 .kcw .kcw__form-check-input:checked[type=checkbox]{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}
 .kcw .kcw__form-check-input:checked[type=radio]{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}
 .kcw .kcw__form-check-input[type=checkbox]:indeterminate{
    background-color:#5461c8;
    border-color:#5461c8;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
 .kcw .kcw__form-check-input:disabled{
    pointer-events:none;
    -webkit-filter:none;
    filter:none;
    opacity:.5
}
 .kcw .kcw__form-check-input[disabled]~.kcw__form-check-label, .kcw .kcw__form-check-input:disabled~.kcw__form-check-label{
    opacity:.5
}
 .kcw .kcw__form-switch{
    padding-left:2.5em
}
 .kcw .kcw__form-switch .kcw__form-check-input{
    width:2em;
    margin-left:-2.5em;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position:left center;
    border-radius:2em;
    -webkit-transition:background-position .15s ease-in-out;
    transition:background-position .15s ease-in-out
}
@media(prefers-reduced-motion: reduce){
     .kcw .kcw__form-switch .kcw__form-check-input{
        -webkit-transition:none;
        transition:none
    }
}
 .kcw .kcw__form-switch .kcw__form-check-input:focus{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23aab0e4'/%3e%3c/svg%3e")
}
 .kcw .kcw__form-switch .kcw__form-check-input:checked{
    background-position:right center;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
 .kcw .kcw__form-check-inline{
    display:inline-block;
    margin-right:1rem
}
 .kcw .kcw__btn-check{
    position:absolute;
    clip:rect(0, 0, 0, 0);
    pointer-events:none
}
 .kcw .kcw__btn-check[disabled]+.kcw__btn, .kcw .kcw__btn-check:disabled+.kcw__btn{
    pointer-events:none;
    -webkit-filter:none;
    filter:none;
    opacity:.65
}
 .kcw .kcw__form-range{
    width:100%;
    height:1.5rem;
    padding:0;
    background-color:rgba(0,0,0,0);
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
 .kcw .kcw__form-range:focus{
    outline:0
}
 .kcw .kcw__form-range:focus::-webkit-slider-thumb{
    -webkit-box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(84,97,200,.25);
    box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(84,97,200,.25)
}
 .kcw .kcw__form-range:focus::-moz-range-thumb{
    box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(84,97,200,.25)
}
 .kcw .kcw__form-range::-moz-focus-outer{
    border:0
}
 .kcw .kcw__form-range::-webkit-slider-thumb{
    width:1rem;
    height:1rem;
    margin-top:-0.25rem;
    background-color:#5461c8;
    border:0;
    border-radius:1rem;
    -webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-appearance:none;
    appearance:none
}
@media(prefers-reduced-motion: reduce){
     .kcw .kcw__form-range::-webkit-slider-thumb{
        -webkit-transition:none;
        transition:none
    }
}
 .kcw .kcw__form-range::-webkit-slider-thumb:active{
    background-color:#ccd0ef
}
 .kcw .kcw__form-range::-webkit-slider-runnable-track{
    width:100%;
    height:.5rem;
    color:rgba(0,0,0,0);
    cursor:pointer;
    background-color:#dee2e6;
    border-color:rgba(0,0,0,0);
    border-radius:1rem
}
 .kcw .kcw__form-range::-moz-range-thumb{
    width:1rem;
    height:1rem;
    background-color:#5461c8;
    border:0;
    border-radius:1rem;
    -moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance:none;
    appearance:none
}
@media(prefers-reduced-motion: reduce){
     .kcw .kcw__form-range::-moz-range-thumb{
        -moz-transition:none;
        transition:none
    }
}
 .kcw .kcw__form-range::-moz-range-thumb:active{
    background-color:#ccd0ef
}
 .kcw .kcw__form-range::-moz-range-track{
    width:100%;
    height:.5rem;
    color:rgba(0,0,0,0);
    cursor:pointer;
    background-color:#dee2e6;
    border-color:rgba(0,0,0,0);
    border-radius:1rem
}
 .kcw .kcw__form-range:disabled{
    pointer-events:none
}
 .kcw .kcw__form-range:disabled::-webkit-slider-thumb{
    background-color:#adb5bd
}
 .kcw .kcw__form-range:disabled::-moz-range-thumb{
    background-color:#adb5bd
}
 .kcw .kcw__form-floating{
    position:relative
}
 .kcw .kcw__form-floating>.kcw__form-control, .kcw .kcw__form-floating>.kcw__form-select{
    height:calc(3.5rem + 2px);
    line-height:1.25
}
 .kcw .kcw__form-floating>label{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    padding:1rem 2rem;
    pointer-events:none;
    border:1px solid rgba(0,0,0,0);
    -webkit-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
    transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
    transition:opacity .1s ease-in-out,transform .1s ease-in-out;
    transition:opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out
}
@media(prefers-reduced-motion: reduce){
     .kcw .kcw__form-floating>label{
        -webkit-transition:none;
        transition:none
    }
}
 .kcw .kcw__form-floating>.kcw__form-control{
    padding:1rem 2rem
}
 .kcw .kcw__form-floating>.kcw__form-control::-webkit-input-placeholder{
    color:rgba(0,0,0,0)
}
 .kcw .kcw__form-floating>.kcw__form-control::-moz-placeholder{
    color:rgba(0,0,0,0)
}
 .kcw .kcw__form-floating>.kcw__form-control:-ms-input-placeholder{
    color:rgba(0,0,0,0)
}
 .kcw .kcw__form-floating>.kcw__form-control::-ms-input-placeholder{
    color:rgba(0,0,0,0)
}
 .kcw .kcw__form-floating>.kcw__form-control::placeholder{
    color:rgba(0,0,0,0)
}
 .kcw .kcw__form-floating>.kcw__form-control:not(:-moz-placeholder-shown){
    padding-top:1.625rem;
    padding-bottom:.625rem
}
 .kcw .kcw__form-floating>.kcw__form-control:not(:-ms-input-placeholder){
    padding-top:1.625rem;
    padding-bottom:.625rem
}
 .kcw .kcw__form-floating>.kcw__form-control:focus, .kcw .kcw__form-floating>.kcw__form-control:not(:placeholder-shown){
    padding-top:1.625rem;
    padding-bottom:.625rem
}
 .kcw .kcw__form-floating>.kcw__form-control:-webkit-autofill{
    padding-top:1.625rem;
    padding-bottom:.625rem
}
 .kcw .kcw__form-floating>.kcw__form-select{
    padding-top:1.625rem;
    padding-bottom:.625rem
}
 .kcw .kcw__form-floating>.kcw__form-control:not(:-moz-placeholder-shown)~label{
    opacity:.65;
    transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}
 .kcw .kcw__form-floating>.kcw__form-control:not(:-ms-input-placeholder)~label{
    opacity:.65;
    -ms-transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}
 .kcw .kcw__form-floating>.kcw__form-control:focus~label, .kcw .kcw__form-floating>.kcw__form-control:not(:placeholder-shown)~label, .kcw .kcw__form-floating>.kcw__form-select~label{
    opacity:.65;
    -webkit-transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    -ms-transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}
 .kcw .kcw__form-floating>.kcw__form-control:-webkit-autofill~label{
    opacity:.65;
    -webkit-transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}
 .kcw .kcw__input-group{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    width:100%
}
 .kcw .kcw__input-group>.kcw__form-control, .kcw .kcw__input-group>.kcw__form-select{
    position:relative;
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    width:1%;
    min-width:0
}
 .kcw .kcw__input-group>.kcw__form-control:focus, .kcw .kcw__input-group>.kcw__form-select:focus{
    z-index:3
}
 .kcw .kcw__input-group .kcw__btn{
    position:relative;
    z-index:2
}
 .kcw .kcw__input-group .kcw__btn:focus{
    z-index:3
}
 .kcw .kcw__input-group-text{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:1rem 2rem;
    font-size:1.125rem;
    font-weight:300;
    line-height:1.5;
    color:#212529;
    text-align:center;
    white-space:nowrap;
    background-color:#e9ecef;
    border:1px solid #ced4da;
    border-radius:.25rem
}
 .kcw .kcw__input-group-lg>.kcw__form-control, .kcw .kcw__input-group-lg>.kcw__form-select, .kcw .kcw__input-group-lg>.kcw__input-group-text, .kcw .kcw__input-group-lg>.kcw__btn{
    padding:.75rem 2.5rem;
    font-size:1rem;
    border-radius:.3rem
}
 .kcw .kcw__input-group-sm>.kcw__form-control, .kcw .kcw__input-group-sm>.kcw__form-select, .kcw .kcw__input-group-sm>.kcw__input-group-text, .kcw .kcw__input-group-sm>.kcw__btn{
    padding:.75rem 1.5rem;
    font-size:0.875rem;
    border-radius:.2rem
}
 .kcw .kcw__input-group-lg>.kcw__form-select, .kcw .kcw__input-group-sm>.kcw__form-select{
    padding-right:5rem
}
 .kcw .kcw__input-group:not(.kcw__has-validation)>:not(:last-child):not(.kcw__dropdown-toggle):not(.kcw__dropdown-menu), .kcw .kcw__input-group:not(.kcw__has-validation)>.kcw__dropdown-toggle:nth-last-child(n+3){
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
 .kcw .kcw__input-group.kcw__has-validation>:nth-last-child(n+3):not(.kcw__dropdown-toggle):not(.kcw__dropdown-menu), .kcw .kcw__input-group.kcw__has-validation>.kcw__dropdown-toggle:nth-last-child(n+4){
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
 .kcw .kcw__input-group>:not(:first-child):not(.kcw__dropdown-menu):not(.kcw__valid-tooltip):not(.kcw__valid-feedback):not(.kcw__invalid-tooltip):not(.kcw__invalid-feedback){
    margin-left:-1px;
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
 .kcw .kcw__valid-feedback{
    display:none;
    width:100%;
    margin-top:.25rem;
    font-size:0.875em;
    color:#006341
}
 .kcw .kcw__valid-tooltip{
    position:absolute;
    top:100%;
    z-index:5;
    display:none;
    max-width:100%;
    padding:.75rem .75rem;
    margin-top:.1rem;
    font-size:0.875rem;
    color:#fff;
    background-color:#006341;
    border-radius:.25rem
}
 .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:#006341;
    padding-right:calc(1.5em + 2rem);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23006341' 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.5rem) center;
    background-size:calc(0.75em + 1rem) calc(0.75em + 1rem)
}
 .kcw .kcw__was-validated .kcw__form-control:valid:focus, .kcw .kcw__form-control.kcw__is-valid:focus{
    border-color:#006341;
    -webkit-box-shadow:0 0 0 .25rem rgba(0,99,65,.25);
    box-shadow:0 0 0 .25rem rgba(0,99,65,.25)
}
 .kcw .kcw__was-validated textarea.kcw__form-control:valid, .kcw textarea.kcw__form-control.kcw__is-valid{
    padding-right:calc(1.5em + 2rem);
    background-position:top calc(0.375em + 0.5rem) right calc(0.375em + 0.5rem)
}
 .kcw .kcw__was-validated .kcw__form-select:valid, .kcw .kcw__form-select.kcw__is-valid{
    border-color:#006341
}
 .kcw .kcw__was-validated .kcw__form-select:valid:not([multiple]):not([size]), .kcw .kcw__was-validated .kcw__form-select:valid:not([multiple])[size="1"], .kcw .kcw__form-select.kcw__is-valid:not([multiple]):not([size]), .kcw .kcw__form-select.kcw__is-valid:not([multiple])[size="1"]{
    padding-right:8rem;
    background-image:url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icon / chevron-down'%3E%3Cpath id='icon' d='M16.293 8.79297L12 13.086L7.70697 8.79297L6.29297 10.207L12 15.914L17.707 10.207L16.293 8.79297Z' fill='%23EE5340'/%3E%3C/g%3E%3C/svg%3E%0A"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23006341' 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-position:right 1rem center,center right 3rem;
    background-size:24px 25px,calc(0.75em + 1rem) calc(0.75em + 1rem)
}
 .kcw .kcw__was-validated .kcw__form-select:valid:focus, .kcw .kcw__form-select.kcw__is-valid:focus{
    border-color:#006341;
    -webkit-box-shadow:0 0 0 .25rem rgba(0,99,65,.25);
    box-shadow:0 0 0 .25rem rgba(0,99,65,.25)
}
 .kcw .kcw__was-validated .kcw__form-check-input:valid, .kcw .kcw__form-check-input.kcw__is-valid{
    border-color:#006341
}
 .kcw .kcw__was-validated .kcw__form-check-input:valid:checked, .kcw .kcw__form-check-input.kcw__is-valid:checked{
    background-color:#006341
}
 .kcw .kcw__was-validated .kcw__form-check-input:valid:focus, .kcw .kcw__form-check-input.kcw__is-valid:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(0,99,65,.25);
    box-shadow:0 0 0 .25rem rgba(0,99,65,.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:#006341
}
 .kcw .kcw__form-check-inline .kcw__form-check-input~.kcw__valid-feedback{
    margin-left:.5em
}
 .kcw .kcw__was-validated .kcw__input-group .kcw__form-control:valid, .kcw .kcw__input-group .kcw__form-control.kcw__is-valid, .kcw .kcw__was-validated .kcw__input-group .kcw__form-select:valid, .kcw .kcw__input-group .kcw__form-select.kcw__is-valid{
    z-index:1
}
 .kcw .kcw__was-validated .kcw__input-group .kcw__form-control:valid:focus, .kcw .kcw__input-group .kcw__form-control.kcw__is-valid:focus, .kcw .kcw__was-validated .kcw__input-group .kcw__form-select:valid:focus, .kcw .kcw__input-group .kcw__form-select.kcw__is-valid:focus{
    z-index:3
}
 .kcw .kcw__invalid-feedback{
    display:none;
    width:100%;
    margin-top:.25rem;
    font-size:0.875em;
    color:#ee5340
}
 .kcw .kcw__invalid-tooltip{
    position:absolute;
    top:100%;
    z-index:5;
    display:none;
    max-width:100%;
    padding:.75rem .75rem;
    margin-top:.1rem;
    font-size:0.875rem;
    color:#000;
    background-color:#ee5340;
    border-radius:.25rem
}
 .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:#ee5340;
    padding-right:calc(1.5em + 2rem);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23EE5340'%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='%23EE5340' stroke='none'/%3e%3c/svg%3e");
    background-repeat:no-repeat;
    background-position:right calc(0.375em + 0.5rem) center;
    background-size:calc(0.75em + 1rem) calc(0.75em + 1rem)
}
 .kcw .kcw__was-validated .kcw__form-control:invalid:focus, .kcw .kcw__form-control.kcw__is-invalid:focus{
    border-color:#ee5340;
    -webkit-box-shadow:0 0 0 .25rem rgba(238,83,64,.25);
    box-shadow:0 0 0 .25rem rgba(238,83,64,.25)
}
 .kcw .kcw__was-validated textarea.kcw__form-control:invalid, .kcw textarea.kcw__form-control.kcw__is-invalid{
    padding-right:calc(1.5em + 2rem);
    background-position:top calc(0.375em + 0.5rem) right calc(0.375em + 0.5rem)
}
 .kcw .kcw__was-validated .kcw__form-select:invalid, .kcw .kcw__form-select.kcw__is-invalid{
    border-color:#ee5340
}
 .kcw .kcw__was-validated .kcw__form-select:invalid:not([multiple]):not([size]), .kcw .kcw__was-validated .kcw__form-select:invalid:not([multiple])[size="1"], .kcw .kcw__form-select.kcw__is-invalid:not([multiple]):not([size]), .kcw .kcw__form-select.kcw__is-invalid:not([multiple])[size="1"]{
    padding-right:8rem;
    background-image:url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icon / chevron-down'%3E%3Cpath id='icon' d='M16.293 8.79297L12 13.086L7.70697 8.79297L6.29297 10.207L12 15.914L17.707 10.207L16.293 8.79297Z' fill='%23EE5340'/%3E%3C/g%3E%3C/svg%3E%0A"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23EE5340'%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='%23EE5340' stroke='none'/%3e%3c/svg%3e");
    background-position:right 1rem center,center right 3rem;
    background-size:24px 25px,calc(0.75em + 1rem) calc(0.75em + 1rem)
}
 .kcw .kcw__was-validated .kcw__form-select:invalid:focus, .kcw .kcw__form-select.kcw__is-invalid:focus{
    border-color:#ee5340;
    -webkit-box-shadow:0 0 0 .25rem rgba(238,83,64,.25);
    box-shadow:0 0 0 .25rem rgba(238,83,64,.25)
}
 .kcw .kcw__was-validated .kcw__form-check-input:invalid, .kcw .kcw__form-check-input.kcw__is-invalid{
    border-color:#ee5340
}
 .kcw .kcw__was-validated .kcw__form-check-input:invalid:checked, .kcw .kcw__form-check-input.kcw__is-invalid:checked{
    background-color:#ee5340
}
 .kcw .kcw__was-validated .kcw__form-check-input:invalid:focus, .kcw .kcw__form-check-input.kcw__is-invalid:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(238,83,64,.25);
    box-shadow:0 0 0 .25rem rgba(238,83,64,.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:#ee5340
}
 .kcw .kcw__form-check-inline .kcw__form-check-input~.kcw__invalid-feedback{
    margin-left:.5em
}
 .kcw .kcw__was-validated .kcw__input-group .kcw__form-control:invalid, .kcw .kcw__input-group .kcw__form-control.kcw__is-invalid, .kcw .kcw__was-validated .kcw__input-group .kcw__form-select:invalid, .kcw .kcw__input-group .kcw__form-select.kcw__is-invalid{
    z-index:2
}
 .kcw .kcw__was-validated .kcw__input-group .kcw__form-control:invalid:focus, .kcw .kcw__input-group .kcw__form-control.kcw__is-invalid:focus, .kcw .kcw__was-validated .kcw__input-group .kcw__form-select:invalid:focus, .kcw .kcw__input-group .kcw__form-select.kcw__is-invalid:focus{
    z-index:3
}
  :root{
    --bs-blue: #0d6efd;
    --bs-indigo: #470A68;
    --bs-purple: #5461C8;
    --bs-pink: #A50050;
    --bs-red: #EE5340;
    --bs-orange: #D6412C;
    --bs-yellow: #ffc107;
    --bs-green: #006341;
    --bs-teal: #00778B;
    --bs-teal-lt: #00ACA0;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-lime: #84BD00;
    --bs-gray-100: #ebebeb;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #5461C8;
    --bs-secondary: #00778B;
    --bs-tertiary: #470A68;
    --bs-gray: #6c757d;
    --bs-success: #006341;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #EE5340;
    --bs-light: #ebebeb;
    --bs-dark: #212529;
    --bs-lime: #84BD00;
    --bs-primary-rgb: 84, 97, 200;
    --bs-secondary-rgb: 0, 119, 139;
    --bs-tertiary-rgb: 71, 10, 104;
    --bs-gray-rgb: 108, 117, 125;
    --bs-success-rgb: 0, 99, 65;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 238, 83, 64;
    --bs-light-rgb: 235, 235, 235;
    --bs-dark-rgb: 33, 37, 41;
    --bs-lime-rgb: 132, 189, 0;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Red Hat Display", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Red Hat Display, sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 300;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    font-size: 16px
}
 .kcw *, .kcw *::before, .kcw *::after{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
@media(prefers-reduced-motion: no-preference){
     .kcw :root{
        scroll-behavior:smooth
    }
}
body .kcw {
    margin:0;
    font-family:"Red Hat Display",sans-serif;
    font-size:var(--bs-body-font-size);
    font-weight:var(--bs-body-font-weight);
    line-height:var(--bs-body-line-height);
    color:var(--bs-body-color);
    text-align:var(--bs-body-text-align);
    background-color:var(--bs-body-bg);
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    overflow-x:hidden
}
 .kcw hr{
    margin:1rem 0;
    color:inherit;
    background-color:currentColor;
    border:0;
    opacity:.25
}
 .kcw hr:not([size]){
    height:1px
}
 .kcw h6, .kcw .kcw__h6, .kcw h5, .kcw .kcw__h5, .kcw h4, .kcw .kcw__h4, .kcw h3, .kcw .kcw__h3, .kcw h2, .kcw .kcw__h2, .kcw h1, .kcw .kcw__h1{
    margin-top:0;
    margin-bottom:1.25rem;
    font-family:"Red Hat Display",sans-serif;
    font-weight:700;
    line-height:1.25;
    color:#5461c8
}
 .kcw h1, .kcw .kcw__h1{
    font-size:3.75rem;
    font-weight:800;
    word-wrap:break-word
}
 .kcw h2, .kcw .kcw__h2{
    font-size:2.75rem;
    font-weight:700;
    word-wrap:break-word
}
 .kcw h3, .kcw .kcw__h3{
    font-size:2.125rem;
    margin-bottom:1rem
}
 .kcw h4, .kcw .kcw__h4{
    font-size:1.5rem;
    margin-bottom:1rem
}
 .kcw h5, .kcw .kcw__h5{
    font-size:1.25rem;
    margin-bottom:1rem
}
 .kcw h6, .kcw .kcw__h6{
    font-size:1.125rem;
    margin-bottom:1rem
}
 .kcw p{
    margin-top:0;
    margin-bottom:1rem;
    line-height:1.5;
    font-size:1.125rem
}
 .kcw abbr[title], .kcw abbr[data-bs-original-title]{
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted;
    cursor:help;
    -webkit-text-decoration-skip-ink:none;
    text-decoration-skip-ink:none
}
 .kcw address{
    margin-bottom:1rem;
    font-style:normal;
    line-height:inherit
}
 .kcw ol, .kcw ul{
    padding-left:1rem
}
 .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:.5rem;
    margin-left:0
}
 .kcw blockquote{
    font-size:2.125rem;
    color:#00778b;
    font-style:normal;
    font-weight:700;
    margin:0 0 2.5rem;
    padding-left:1em;
    position:relative
}
@media(max-width: 991.98px){
     .kcw blockquote{
        font-size:1.75rem
    }
}
 .kcw blockquote:after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    display:inline-block;
    width:4px;
    background:#ddedea;
    border-radius:100px
}
 .kcw blockquote .kcw__blockquote-author{
    color:#000;
    display:block;
    font-size:1rem;
    font-weight:700;
    margin-top:1em;
    margin-bottom:.2em
}
 .kcw blockquote .kcw__blockquote-title{
    color:#000;
    display:block;
    font-size:1rem;
    font-weight:400
}
 .kcw b, .kcw strong{
    font-weight:700
}
 .kcw small{
    font-size:0.875em
}
 .kcw mark, .kcw .kcw__mark{
    padding:.2em;
    background-color:#fcf8e3
}
 .kcw sub, .kcw sup{
    position:relative;
    font-size:0.75em;
    line-height:0;
    vertical-align:baseline
}
 .kcw sub{
    bottom:-0.25em
}
 .kcw sup{
    top:-0.5em
}
 .kcw a{
    color:#5461c8;
    text-decoration:underline
}
 .kcw a:hover{
    color:#434ea0
}
 .kcw a:not([href]):not([class]),a:not([href]):not([class]):hover{
    color:inherit;
    text-decoration:none
}
 .kcw pre, .kcw code, .kcw kbd, .kcw samp{
    font-family:var(--bs-font-monospace);
    font-size:1em;
    direction:ltr 
    /* rtl:ignore */
    ;
    unicode-bidi:bidi-override
}
 .kcw pre{
    display:block;
    margin-top:0;
    margin-bottom:1rem;
    overflow:auto;
    font-size:0.875em
}
 .kcw pre code{
    font-size:inherit;
    color:inherit;
    word-break:normal
}
 .kcw code{
    font-size:0.875em;
    color:#a50050;
    word-wrap:break-word
}
 .kcw a>code{
    color:inherit
}
 .kcw kbd{
    padding:.2rem .4rem;
    font-size:0.875em;
    color:#fff;
    background-color:#212529;
    border-radius:.2rem
}
 .kcw kbd kbd{
    padding:0;
    font-size:1em;
    font-weight:700
}
 .kcw figure{
    margin:0 0 2.5rem
}
 .kcw figcaption{
    margin-top:1em;
    border-left:2px solid #ee5340;
    padding-left:.5em;
    font-size:.875rem
}
 .kcw figure img{
    border-radius:18px
}
 .kcw img, .kcw svg{
    vertical-align:middle
}
 .kcw table{
    caption-side:bottom;
    border-collapse:collapse
}
 .kcw caption{
    padding-top:.5rem;
    padding-bottom:.5rem;
    color:#6c757d;
    text-align:left
}
 .kcw th{
    text-align:inherit;
    text-align:-webkit-match-parent
}
 .kcw thead, .kcw tbody, .kcw tfoot, .kcw tr, .kcw td, .kcw th{
    border-color:inherit;
    border-style:solid;
    border-width:0
}
 .kcw label{
    display:inline-block
}
 .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 select{
    text-transform:none
}
 .kcw [role=button]{
    cursor:pointer
}
 .kcw select{
    word-wrap:normal
}
 .kcw select:disabled{
    opacity:1
}
 .kcw [list]::-webkit-calendar-picker-indicator{
    display:none
}
 .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 ::-moz-focus-inner{
    padding:0;
    border-style:none
}
 .kcw textarea{
    resize:vertical
}
 .kcw fieldset{
    min-width:0;
    padding:0;
    margin:0;
    border:0
}
 .kcw legend{
    float:left;
    width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:1.5rem;
    line-height:inherit
}
 .kcw legend+*{
    clear:left
}
 .kcw ::-webkit-datetime-edit-fields-wrapper, .kcw ::-webkit-datetime-edit-text, .kcw ::-webkit-datetime-edit-minute, .kcw ::-webkit-datetime-edit-hour-field, .kcw ::-webkit-datetime-edit-day-field, .kcw ::-webkit-datetime-edit-month-field, .kcw ::-webkit-datetime-edit-year-field{
    padding:0
}
 .kcw ::-webkit-inner-spin-button{
    height:auto
}
 .kcw [type=search]{
    outline-offset:-2px;
    -webkit-appearance:textfield
}
 .kcw ::-webkit-search-decoration{
    -webkit-appearance:none
}
 .kcw ::-webkit-color-swatch-wrapper{
    padding:0
}
 .kcw ::-webkit-file-upload-button{
    font:inherit
}
 .kcw ::file-selector-button{
    font:inherit
}
 .kcw ::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button
}
 .kcw output{
    display:inline-block
}
 .kcw iframe{
    border:0
}
 .kcw summary{
    display:list-item;
    cursor:pointer
}
 .kcw progress{
    vertical-align:baseline
}
 .kcw [hidden]{
    display:none !important
}
 .kcw .kcw__h1{
    font-weight:800
}
 .kcw .kcw__h1.kcw__subhead{
    font-size:30px;
    font-weight:300px
}
 .kcw .kcw__display-1{
    font-weight:900;
    letter-spacing:1px
}
 .kcw .kcw__lead{
    font-size:1.5rem;
    font-weight:300;
    font-family:"Lora",serif
}
 .kcw .kcw__display-1{
    font-size:5rem;
    line-height:1.25
}
 .kcw .kcw__display-2{
    font-size:4.5rem;
    line-height:1.25
}
 .kcw .kcw__display-3{
    font-size:4rem;
    line-height:1.25
}
 .kcw .kcw__display-4{
    font-size:3.5rem;
    line-height:1.25
}
 .kcw .kcw__display-5{
    font-size:3rem;
    line-height:1.25
}
 .kcw .kcw__display-6{
    font-size:2.5rem;
    line-height:1.25
}
 .kcw .kcw__category-text{
    color:#5461c8;
    display:block;
    font-size:.875rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px
}
 .kcw a.kcw__link-underline{
    text-decoration-color:#5461c8;
    text-decoration-thickness:.125em;
    text-underline-offset:5.5px
}
 .kcw .kcw__red-divider:after{
    content:"";
    display:block;
    width:75px;
    height:6px;
    background:#5461c8;
    margin:1.5em auto
}
 .kcw .kcw__panel-spacing{
    padding:75px 0
}
@media(min-width: 992px){
     .kcw .kcw__panel-spacing{
        padding:150px 0
    }
}
 .kcw .kcw__back-arrow{
    text-decoration:none
}
 .kcw .kcw__back-arrow:hover{
    text-decoration:underline
}
 .kcw .kcw__small{
    font-size:.875rem
}
 .kcw .kcw__large{
    font-size:1.25rem
}
 .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:.5rem
}
 .kcw .kcw__intro{
    font-size:2rem;
    padding:5%
}
 .kcw .kcw__initialism{
    font-size:0.875em;
    text-transform:uppercase
}
 .kcw .kcw__blockquote{
    margin-bottom:1rem;
    font-size:1.25rem
}
 .kcw .kcw__blockquote>:last-child{
    margin-bottom:0
}
 .kcw blockquote.kcw__quote{
    color:#5461c8;
    font-size:2rem
}
 .kcw .kcw__blockquote-footer{
    margin-top:-1rem;
    margin-bottom:1rem;
    font-size:0.875em;
    color:#6c757d
}
 .kcw .kcw__blockquote-footer::before{
    content:"— "
}
 .kcw .kcw__spacer{
    padding:90px 0 25px
}
 .kcw .kcw__bg-pastel-green{
    background-color:#ddedea
}
 .kcw .kcw__bg-pastel-lime{
    background-color:#f0f6e7
}
 .kcw .kcw__bg-pastel-red{
    background-color:#fef5ef
}
 .kcw .kcw__bg-pastel-purple{
    background-color:#ede9ef
}
 .kcw .kcw__container, .kcw .kcw__container-fluid, .kcw .kcw__container-xxl, .kcw .kcw__container-xl, .kcw .kcw__container-lg, .kcw .kcw__container-md, .kcw .kcw__container-sm{
    width:100%;
    padding-right:var(--bs-gutter-x, 0.75rem);
    padding-left:var(--bs-gutter-x, 0.75rem);
    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:960px
    }
}
@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:1140px
    }
}
@media(min-width: 1400px){
     .kcw .kcw__container-xxl, .kcw .kcw__container-xl, .kcw .kcw__container-lg, .kcw .kcw__container-md, .kcw .kcw__container-sm, .kcw .kcw__container{
        max-width:1320px
    }
}
 .kcw .kcw__container-narrow{
    max-width:540px;
    margin:0 auto
}
 .kcw .kcw__row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-top:calc(-1*var(--bs-gutter-y));
    margin-right:calc(-0.5*var(--bs-gutter-x));
    margin-left:calc(-0.5*var(--bs-gutter-x))
}
 .kcw .kcw__row>*{
    -ms-flex-negative:0;
    flex-shrink:0;
    width:100%;
    max-width:100%;
    padding-right:calc(var(--bs-gutter-x)*.5);
    padding-left:calc(var(--bs-gutter-x)*.5);
    margin-top:var(--bs-gutter-y)
}
 .kcw .kcw__grid{
    display:grid;
    grid-template-rows:repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns:repeat(var(--bs-columns, 12), 1fr);
    gap:var(--bs-gap, 1.5rem)
}
 .kcw .kcw__grid .kcw__g-col-1{
    grid-column:auto/span 1
}
 .kcw .kcw__grid .kcw__g-col-2{
    grid-column:auto/span 2
}
 .kcw .kcw__grid .kcw__g-col-3{
    grid-column:auto/span 3
}
 .kcw .kcw__grid .kcw__g-col-4{
    grid-column:auto/span 4
}
 .kcw .kcw__grid .kcw__g-col-5{
    grid-column:auto/span 5
}
 .kcw .kcw__grid .kcw__g-col-6{
    grid-column:auto/span 6
}
 .kcw .kcw__grid .kcw__g-col-7{
    grid-column:auto/span 7
}
 .kcw .kcw__grid .kcw__g-col-8{
    grid-column:auto/span 8
}
 .kcw .kcw__grid .kcw__g-col-9{
    grid-column:auto/span 9
}
 .kcw .kcw__grid .kcw__g-col-10{
    grid-column:auto/span 10
}
 .kcw .kcw__grid .kcw__g-col-11{
    grid-column:auto/span 11
}
 .kcw .kcw__grid .kcw__g-col-12{
    grid-column:auto/span 12
}
 .kcw .kcw__grid .kcw__g-start-1{
    grid-column-start:1
}
 .kcw .kcw__grid .kcw__g-start-2{
    grid-column-start:2
}
 .kcw .kcw__grid .kcw__g-start-3{
    grid-column-start:3
}
 .kcw .kcw__grid .kcw__g-start-4{
    grid-column-start:4
}
 .kcw .kcw__grid .kcw__g-start-5{
    grid-column-start:5
}
 .kcw .kcw__grid .kcw__g-start-6{
    grid-column-start:6
}
 .kcw .kcw__grid .kcw__g-start-7{
    grid-column-start:7
}
 .kcw .kcw__grid .kcw__g-start-8{
    grid-column-start:8
}
 .kcw .kcw__grid .kcw__g-start-9{
    grid-column-start:9
}
 .kcw .kcw__grid .kcw__g-start-10{
    grid-column-start:10
}
 .kcw .kcw__grid .kcw__g-start-11{
    grid-column-start:11
}
@media(min-width: 576px){
     .kcw .kcw__grid .kcw__g-col-sm-1{
        grid-column:auto/span 1
    }
     .kcw .kcw__grid .kcw__g-col-sm-2{
        grid-column:auto/span 2
    }
     .kcw .kcw__grid .kcw__g-col-sm-3{
        grid-column:auto/span 3
    }
     .kcw .kcw__grid .kcw__g-col-sm-4{
        grid-column:auto/span 4
    }
     .kcw .kcw__grid .kcw__g-col-sm-5{
        grid-column:auto/span 5
    }
     .kcw .kcw__grid .kcw__g-col-sm-6{
        grid-column:auto/span 6
    }
     .kcw .kcw__grid .kcw__g-col-sm-7{
        grid-column:auto/span 7
    }
     .kcw .kcw__grid .kcw__g-col-sm-8{
        grid-column:auto/span 8
    }
     .kcw .kcw__grid .kcw__g-col-sm-9{
        grid-column:auto/span 9
    }
     .kcw .kcw__grid .kcw__g-col-sm-10{
        grid-column:auto/span 10
    }
     .kcw .kcw__grid .kcw__g-col-sm-11{
        grid-column:auto/span 11
    }
     .kcw .kcw__grid .kcw__g-col-sm-12{
        grid-column:auto/span 12
    }
     .kcw .kcw__grid .kcw__g-start-sm-1{
        grid-column-start:1
    }
     .kcw .kcw__grid .kcw__g-start-sm-2{
        grid-column-start:2
    }
     .kcw .kcw__grid .kcw__g-start-sm-3{
        grid-column-start:3
    }
     .kcw .kcw__grid .kcw__g-start-sm-4{
        grid-column-start:4
    }
     .kcw .kcw__grid .kcw__g-start-sm-5{
        grid-column-start:5
    }
     .kcw .kcw__grid .kcw__g-start-sm-6{
        grid-column-start:6
    }
     .kcw .kcw__grid .kcw__g-start-sm-7{
        grid-column-start:7
    }
     .kcw .kcw__grid .kcw__g-start-sm-8{
        grid-column-start:8
    }
     .kcw .kcw__grid .kcw__g-start-sm-9{
        grid-column-start:9
    }
     .kcw .kcw__grid .kcw__g-start-sm-10{
        grid-column-start:10
    }
     .kcw .kcw__grid .kcw__g-start-sm-11{
        grid-column-start:11
    }
}
@media(min-width: 768px){
     .kcw .kcw__grid .kcw__g-col-md-1{
        grid-column:auto/span 1
    }
     .kcw .kcw__grid .kcw__g-col-md-2{
        grid-column:auto/span 2
    }
     .kcw .kcw__grid .kcw__g-col-md-3{
        grid-column:auto/span 3
    }
     .kcw .kcw__grid .kcw__g-col-md-4{
        grid-column:auto/span 4
    }
     .kcw .kcw__grid .kcw__g-col-md-5{
        grid-column:auto/span 5
    }
     .kcw .kcw__grid .kcw__g-col-md-6{
        grid-column:auto/span 6
    }
     .kcw .kcw__grid .kcw__g-col-md-7{
        grid-column:auto/span 7
    }
     .kcw .kcw__grid .kcw__g-col-md-8{
        grid-column:auto/span 8
    }
     .kcw .kcw__grid .kcw__g-col-md-9{
        grid-column:auto/span 9
    }
     .kcw .kcw__grid .kcw__g-col-md-10{
        grid-column:auto/span 10
    }
     .kcw .kcw__grid .kcw__g-col-md-11{
        grid-column:auto/span 11
    }
     .kcw .kcw__grid .kcw__g-col-md-12{
        grid-column:auto/span 12
    }
     .kcw .kcw__grid .kcw__g-start-md-1{
        grid-column-start:1
    }
     .kcw .kcw__grid .kcw__g-start-md-2{
        grid-column-start:2
    }
     .kcw .kcw__grid .kcw__g-start-md-3{
        grid-column-start:3
    }
     .kcw .kcw__grid .kcw__g-start-md-4{
        grid-column-start:4
    }
     .kcw .kcw__grid .kcw__g-start-md-5{
        grid-column-start:5
    }
     .kcw .kcw__grid .kcw__g-start-md-6{
        grid-column-start:6
    }
     .kcw .kcw__grid .kcw__g-start-md-7{
        grid-column-start:7
    }
     .kcw .kcw__grid .kcw__g-start-md-8{
        grid-column-start:8
    }
     .kcw .kcw__grid .kcw__g-start-md-9{
        grid-column-start:9
    }
     .kcw .kcw__grid .kcw__g-start-md-10{
        grid-column-start:10
    }
     .kcw .kcw__grid .kcw__g-start-md-11{
        grid-column-start:11
    }
}
@media(min-width: 992px){
     .kcw .kcw__grid .kcw__g-col-lg-1{
        grid-column:auto/span 1
    }
     .kcw .kcw__grid .kcw__g-col-lg-2{
        grid-column:auto/span 2
    }
     .kcw .kcw__grid .kcw__g-col-lg-3{
        grid-column:auto/span 3
    }
     .kcw .kcw__grid .kcw__g-col-lg-4{
        grid-column:auto/span 4
    }
     .kcw .kcw__grid .kcw__g-col-lg-5{
        grid-column:auto/span 5
    }
     .kcw .kcw__grid .kcw__g-col-lg-6{
        grid-column:auto/span 6
    }
     .kcw .kcw__grid .kcw__g-col-lg-7{
        grid-column:auto/span 7
    }
     .kcw .kcw__grid .kcw__g-col-lg-8{
        grid-column:auto/span 8
    }
     .kcw .kcw__grid .kcw__g-col-lg-9{
        grid-column:auto/span 9
    }
     .kcw .kcw__grid .kcw__g-col-lg-10{
        grid-column:auto/span 10
    }
     .kcw .kcw__grid .kcw__g-col-lg-11{
        grid-column:auto/span 11
    }
     .kcw .kcw__grid .kcw__g-col-lg-12{
        grid-column:auto/span 12
    }
     .kcw .kcw__grid .kcw__g-start-lg-1{
        grid-column-start:1
    }
     .kcw .kcw__grid .kcw__g-start-lg-2{
        grid-column-start:2
    }
     .kcw .kcw__grid .kcw__g-start-lg-3{
        grid-column-start:3
    }
     .kcw .kcw__grid .kcw__g-start-lg-4{
        grid-column-start:4
    }
     .kcw .kcw__grid .kcw__g-start-lg-5{
        grid-column-start:5
    }
     .kcw .kcw__grid .kcw__g-start-lg-6{
        grid-column-start:6
    }
     .kcw .kcw__grid .kcw__g-start-lg-7{
        grid-column-start:7
    }
     .kcw .kcw__grid .kcw__g-start-lg-8{
        grid-column-start:8
    }
     .kcw .kcw__grid .kcw__g-start-lg-9{
        grid-column-start:9
    }
     .kcw .kcw__grid .kcw__g-start-lg-10{
        grid-column-start:10
    }
     .kcw .kcw__grid .kcw__g-start-lg-11{
        grid-column-start:11
    }
}
@media(min-width: 1200px){
     .kcw .kcw__grid .kcw__g-col-xl-1{
        grid-column:auto/span 1
    }
     .kcw .kcw__grid .kcw__g-col-xl-2{
        grid-column:auto/span 2
    }
     .kcw .kcw__grid .kcw__g-col-xl-3{
        grid-column:auto/span 3
    }
     .kcw .kcw__grid .kcw__g-col-xl-4{
        grid-column:auto/span 4
    }
     .kcw .kcw__grid .kcw__g-col-xl-5{
        grid-column:auto/span 5
    }
     .kcw .kcw__grid .kcw__g-col-xl-6{
        grid-column:auto/span 6
    }
     .kcw .kcw__grid .kcw__g-col-xl-7{
        grid-column:auto/span 7
    }
     .kcw .kcw__grid .kcw__g-col-xl-8{
        grid-column:auto/span 8
    }
     .kcw .kcw__grid .kcw__g-col-xl-9{
        grid-column:auto/span 9
    }
     .kcw .kcw__grid .kcw__g-col-xl-10{
        grid-column:auto/span 10
    }
     .kcw .kcw__grid .kcw__g-col-xl-11{
        grid-column:auto/span 11
    }
     .kcw .kcw__grid .kcw__g-col-xl-12{
        grid-column:auto/span 12
    }
     .kcw .kcw__grid .kcw__g-start-xl-1{
        grid-column-start:1
    }
     .kcw .kcw__grid .kcw__g-start-xl-2{
        grid-column-start:2
    }
     .kcw .kcw__grid .kcw__g-start-xl-3{
        grid-column-start:3
    }
     .kcw .kcw__grid .kcw__g-start-xl-4{
        grid-column-start:4
    }
     .kcw .kcw__grid .kcw__g-start-xl-5{
        grid-column-start:5
    }
     .kcw .kcw__grid .kcw__g-start-xl-6{
        grid-column-start:6
    }
     .kcw .kcw__grid .kcw__g-start-xl-7{
        grid-column-start:7
    }
     .kcw .kcw__grid .kcw__g-start-xl-8{
        grid-column-start:8
    }
     .kcw .kcw__grid .kcw__g-start-xl-9{
        grid-column-start:9
    }
     .kcw .kcw__grid .kcw__g-start-xl-10{
        grid-column-start:10
    }
     .kcw .kcw__grid .kcw__g-start-xl-11{
        grid-column-start:11
    }
}
@media(min-width: 1400px){
     .kcw .kcw__grid .kcw__g-col-xxl-1{
        grid-column:auto/span 1
    }
     .kcw .kcw__grid .kcw__g-col-xxl-2{
        grid-column:auto/span 2
    }
     .kcw .kcw__grid .kcw__g-col-xxl-3{
        grid-column:auto/span 3
    }
     .kcw .kcw__grid .kcw__g-col-xxl-4{
        grid-column:auto/span 4
    }
     .kcw .kcw__grid .kcw__g-col-xxl-5{
        grid-column:auto/span 5
    }
     .kcw .kcw__grid .kcw__g-col-xxl-6{
        grid-column:auto/span 6
    }
     .kcw .kcw__grid .kcw__g-col-xxl-7{
        grid-column:auto/span 7
    }
     .kcw .kcw__grid .kcw__g-col-xxl-8{
        grid-column:auto/span 8
    }
     .kcw .kcw__grid .kcw__g-col-xxl-9{
        grid-column:auto/span 9
    }
     .kcw .kcw__grid .kcw__g-col-xxl-10{
        grid-column:auto/span 10
    }
     .kcw .kcw__grid .kcw__g-col-xxl-11{
        grid-column:auto/span 11
    }
     .kcw .kcw__grid .kcw__g-col-xxl-12{
        grid-column:auto/span 12
    }
     .kcw .kcw__grid .kcw__g-start-xxl-1{
        grid-column-start:1
    }
     .kcw .kcw__grid .kcw__g-start-xxl-2{
        grid-column-start:2
    }
     .kcw .kcw__grid .kcw__g-start-xxl-3{
        grid-column-start:3
    }
     .kcw .kcw__grid .kcw__g-start-xxl-4{
        grid-column-start:4
    }
     .kcw .kcw__grid .kcw__g-start-xxl-5{
        grid-column-start:5
    }
     .kcw .kcw__grid .kcw__g-start-xxl-6{
        grid-column-start:6
    }
     .kcw .kcw__grid .kcw__g-start-xxl-7{
        grid-column-start:7
    }
     .kcw .kcw__grid .kcw__g-start-xxl-8{
        grid-column-start:8
    }
     .kcw .kcw__grid .kcw__g-start-xxl-9{
        grid-column-start:9
    }
     .kcw .kcw__grid .kcw__g-start-xxl-10{
        grid-column-start:10
    }
     .kcw .kcw__grid .kcw__g-start-xxl-11{
        grid-column-start:11
    }
}
 .kcw .kcw__col{
    -webkit-box-flex:1;
    -ms-flex:1 0 0%;
    flex:1 0 0%
}
 .kcw .kcw__row-cols-auto>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto
}
 .kcw .kcw__row-cols-1>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:100%
}
 .kcw .kcw__row-cols-2>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:50%
}
 .kcw .kcw__row-cols-3>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:33.3333333333%
}
 .kcw .kcw__row-cols-4>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:25%
}
 .kcw .kcw__row-cols-5>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:20%
}
 .kcw .kcw__row-cols-6>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:16.6666666667%
}
 .kcw .kcw__col-auto{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto
}
 .kcw .kcw__col-1{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:8.33333333%
}
 .kcw .kcw__col-2{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:16.66666667%
}
 .kcw .kcw__col-3{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:25%
}
 .kcw .kcw__col-4{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:33.33333333%
}
 .kcw .kcw__col-5{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:41.66666667%
}
 .kcw .kcw__col-6{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:50%
}
 .kcw .kcw__col-7{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:58.33333333%
}
 .kcw .kcw__col-8{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:66.66666667%
}
 .kcw .kcw__col-9{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:75%
}
 .kcw .kcw__col-10{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:83.33333333%
}
 .kcw .kcw__col-11{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:91.66666667%
}
 .kcw .kcw__col-12{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:100%
}
 .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%
}
 .kcw .kcw__g-0, .kcw .kcw__gx-0{
    --bs-gutter-x: 0
}
 .kcw .kcw__g-0, .kcw .kcw__gy-0{
    --bs-gutter-y: 0
}
 .kcw .kcw__g-1, .kcw .kcw__gx-1{
    --bs-gutter-x: 0.25rem
}
 .kcw .kcw__g-1, .kcw .kcw__gy-1{
    --bs-gutter-y: 0.25rem
}
 .kcw .kcw__g-2, .kcw .kcw__gx-2{
    --bs-gutter-x: 0.5rem
}
 .kcw .kcw__g-2, .kcw .kcw__gy-2{
    --bs-gutter-y: 0.5rem
}
 .kcw .kcw__g-3, .kcw .kcw__gx-3{
    --bs-gutter-x: 1rem
}
 .kcw .kcw__g-3, .kcw .kcw__gy-3{
    --bs-gutter-y: 1rem
}
 .kcw .kcw__g-4, .kcw .kcw__gx-4{
    --bs-gutter-x: 2rem
}
 .kcw .kcw__g-4, .kcw .kcw__gy-4{
    --bs-gutter-y: 2rem
}
 .kcw .kcw__g-5, .kcw .kcw__gx-5{
    --bs-gutter-x: 3rem
}
 .kcw .kcw__g-5, .kcw .kcw__gy-5{
    --bs-gutter-y: 3rem
}
 .kcw .kcw__g-25, .kcw .kcw__gx-25{
    --bs-gutter-x: 1.56rem
}
 .kcw .kcw__g-25, .kcw .kcw__gy-25{
    --bs-gutter-y: 1.56rem
}
 .kcw .kcw__g-50, .kcw .kcw__gx-50{
    --bs-gutter-x: 3.125rem
}
 .kcw .kcw__g-50, .kcw .kcw__gy-50{
    --bs-gutter-y: 3.125rem
}
 .kcw .kcw__g-75, .kcw .kcw__gx-75{
    --bs-gutter-x: 4.68rem
}
 .kcw .kcw__g-75, .kcw .kcw__gy-75{
    --bs-gutter-y: 4.68rem
}
 .kcw .kcw__g-100, .kcw .kcw__gx-100{
    --bs-gutter-x: 6.25rem
}
 .kcw .kcw__g-100, .kcw .kcw__gy-100{
    --bs-gutter-y: 6.25rem
}
 .kcw .kcw__g-150, .kcw .kcw__gx-150{
    --bs-gutter-x: 9.375rem
}
 .kcw .kcw__g-150, .kcw .kcw__gy-150{
    --bs-gutter-y: 9.375rem
}
 .kcw .kcw__g-200, .kcw .kcw__gx-200{
    --bs-gutter-x: 12.5rem
}
 .kcw .kcw__g-200, .kcw .kcw__gy-200{
    --bs-gutter-y: 12.5rem
}
@media(min-width: 576px){
     .kcw .kcw__col-sm{
        -webkit-box-flex:1;
        -ms-flex:1 0 0%;
        flex:1 0 0%
    }
     .kcw .kcw__row-cols-sm-auto>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
     .kcw .kcw__row-cols-sm-1>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
     .kcw .kcw__row-cols-sm-2>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
     .kcw .kcw__row-cols-sm-3>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.3333333333%
    }
     .kcw .kcw__row-cols-sm-4>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
     .kcw .kcw__row-cols-sm-5>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:20%
    }
     .kcw .kcw__row-cols-sm-6>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.6666666667%
    }
     .kcw .kcw__col-sm-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
     .kcw .kcw__col-sm-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:8.33333333%
    }
     .kcw .kcw__col-sm-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.66666667%
    }
     .kcw .kcw__col-sm-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
     .kcw .kcw__col-sm-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.33333333%
    }
     .kcw .kcw__col-sm-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:41.66666667%
    }
     .kcw .kcw__col-sm-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
     .kcw .kcw__col-sm-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:58.33333333%
    }
     .kcw .kcw__col-sm-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:66.66666667%
    }
     .kcw .kcw__col-sm-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:75%
    }
     .kcw .kcw__col-sm-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:83.33333333%
    }
     .kcw .kcw__col-sm-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:91.66666667%
    }
     .kcw .kcw__col-sm-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
     .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%
    }
     .kcw .kcw__g-sm-0, .kcw .kcw__gx-sm-0{
        --bs-gutter-x: 0
    }
     .kcw .kcw__g-sm-0, .kcw .kcw__gy-sm-0{
        --bs-gutter-y: 0
    }
     .kcw .kcw__g-sm-1, .kcw .kcw__gx-sm-1{
        --bs-gutter-x: 0.25rem
    }
     .kcw .kcw__g-sm-1, .kcw .kcw__gy-sm-1{
        --bs-gutter-y: 0.25rem
    }
     .kcw .kcw__g-sm-2, .kcw .kcw__gx-sm-2{
        --bs-gutter-x: 0.5rem
    }
     .kcw .kcw__g-sm-2, .kcw .kcw__gy-sm-2{
        --bs-gutter-y: 0.5rem
    }
     .kcw .kcw__g-sm-3, .kcw .kcw__gx-sm-3{
        --bs-gutter-x: 1rem
    }
     .kcw .kcw__g-sm-3, .kcw .kcw__gy-sm-3{
        --bs-gutter-y: 1rem
    }
     .kcw .kcw__g-sm-4, .kcw .kcw__gx-sm-4{
        --bs-gutter-x: 2rem
    }
     .kcw .kcw__g-sm-4, .kcw .kcw__gy-sm-4{
        --bs-gutter-y: 2rem
    }
     .kcw .kcw__g-sm-5, .kcw .kcw__gx-sm-5{
        --bs-gutter-x: 3rem
    }
     .kcw .kcw__g-sm-5, .kcw .kcw__gy-sm-5{
        --bs-gutter-y: 3rem
    }
     .kcw .kcw__g-sm-25, .kcw .kcw__gx-sm-25{
        --bs-gutter-x: 1.56rem
    }
     .kcw .kcw__g-sm-25, .kcw .kcw__gy-sm-25{
        --bs-gutter-y: 1.56rem
    }
     .kcw .kcw__g-sm-50, .kcw .kcw__gx-sm-50{
        --bs-gutter-x: 3.125rem
    }
     .kcw .kcw__g-sm-50, .kcw .kcw__gy-sm-50{
        --bs-gutter-y: 3.125rem
    }
     .kcw .kcw__g-sm-75, .kcw .kcw__gx-sm-75{
        --bs-gutter-x: 4.68rem
    }
     .kcw .kcw__g-sm-75, .kcw .kcw__gy-sm-75{
        --bs-gutter-y: 4.68rem
    }
     .kcw .kcw__g-sm-100, .kcw .kcw__gx-sm-100{
        --bs-gutter-x: 6.25rem
    }
     .kcw .kcw__g-sm-100, .kcw .kcw__gy-sm-100{
        --bs-gutter-y: 6.25rem
    }
     .kcw .kcw__g-sm-150, .kcw .kcw__gx-sm-150{
        --bs-gutter-x: 9.375rem
    }
     .kcw .kcw__g-sm-150, .kcw .kcw__gy-sm-150{
        --bs-gutter-y: 9.375rem
    }
     .kcw .kcw__g-sm-200, .kcw .kcw__gx-sm-200{
        --bs-gutter-x: 12.5rem
    }
     .kcw .kcw__g-sm-200, .kcw .kcw__gy-sm-200{
        --bs-gutter-y: 12.5rem
    }
}
@media(min-width: 768px){
     .kcw .kcw__col-md{
        -webkit-box-flex:1;
        -ms-flex:1 0 0%;
        flex:1 0 0%
    }
     .kcw .kcw__row-cols-md-auto>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
     .kcw .kcw__row-cols-md-1>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
     .kcw .kcw__row-cols-md-2>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
     .kcw .kcw__row-cols-md-3>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.3333333333%
    }
     .kcw .kcw__row-cols-md-4>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
     .kcw .kcw__row-cols-md-5>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:20%
    }
     .kcw .kcw__row-cols-md-6>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.6666666667%
    }
     .kcw .kcw__col-md-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
     .kcw .kcw__col-md-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:8.33333333%
    }
     .kcw .kcw__col-md-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.66666667%
    }
     .kcw .kcw__col-md-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
     .kcw .kcw__col-md-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.33333333%
    }
     .kcw .kcw__col-md-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:41.66666667%
    }
     .kcw .kcw__col-md-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
     .kcw .kcw__col-md-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:58.33333333%
    }
     .kcw .kcw__col-md-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:66.66666667%
    }
     .kcw .kcw__col-md-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:75%
    }
     .kcw .kcw__col-md-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:83.33333333%
    }
     .kcw .kcw__col-md-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:91.66666667%
    }
     .kcw .kcw__col-md-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
     .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%
    }
     .kcw .kcw__g-md-0, .kcw .kcw__gx-md-0{
        --bs-gutter-x: 0
    }
     .kcw .kcw__g-md-0, .kcw .kcw__gy-md-0{
        --bs-gutter-y: 0
    }
     .kcw .kcw__g-md-1, .kcw .kcw__gx-md-1{
        --bs-gutter-x: 0.25rem
    }
     .kcw .kcw__g-md-1, .kcw .kcw__gy-md-1{
        --bs-gutter-y: 0.25rem
    }
     .kcw .kcw__g-md-2, .kcw .kcw__gx-md-2{
        --bs-gutter-x: 0.5rem
    }
     .kcw .kcw__g-md-2, .kcw .kcw__gy-md-2{
        --bs-gutter-y: 0.5rem
    }
     .kcw .kcw__g-md-3, .kcw .kcw__gx-md-3{
        --bs-gutter-x: 1rem
    }
     .kcw .kcw__g-md-3, .kcw .kcw__gy-md-3{
        --bs-gutter-y: 1rem
    }
     .kcw .kcw__g-md-4, .kcw .kcw__gx-md-4{
        --bs-gutter-x: 2rem
    }
     .kcw .kcw__g-md-4, .kcw .kcw__gy-md-4{
        --bs-gutter-y: 2rem
    }
     .kcw .kcw__g-md-5, .kcw .kcw__gx-md-5{
        --bs-gutter-x: 3rem
    }
     .kcw .kcw__g-md-5, .kcw .kcw__gy-md-5{
        --bs-gutter-y: 3rem
    }
     .kcw .kcw__g-md-25, .kcw .kcw__gx-md-25{
        --bs-gutter-x: 1.56rem
    }
     .kcw .kcw__g-md-25, .kcw .kcw__gy-md-25{
        --bs-gutter-y: 1.56rem
    }
     .kcw .kcw__g-md-50, .kcw .kcw__gx-md-50{
        --bs-gutter-x: 3.125rem
    }
     .kcw .kcw__g-md-50, .kcw .kcw__gy-md-50{
        --bs-gutter-y: 3.125rem
    }
     .kcw .kcw__g-md-75, .kcw .kcw__gx-md-75{
        --bs-gutter-x: 4.68rem
    }
     .kcw .kcw__g-md-75, .kcw .kcw__gy-md-75{
        --bs-gutter-y: 4.68rem
    }
     .kcw .kcw__g-md-100, .kcw .kcw__gx-md-100{
        --bs-gutter-x: 6.25rem
    }
     .kcw .kcw__g-md-100, .kcw .kcw__gy-md-100{
        --bs-gutter-y: 6.25rem
    }
     .kcw .kcw__g-md-150, .kcw .kcw__gx-md-150{
        --bs-gutter-x: 9.375rem
    }
     .kcw .kcw__g-md-150, .kcw .kcw__gy-md-150{
        --bs-gutter-y: 9.375rem
    }
     .kcw .kcw__g-md-200, .kcw .kcw__gx-md-200{
        --bs-gutter-x: 12.5rem
    }
     .kcw .kcw__g-md-200, .kcw .kcw__gy-md-200{
        --bs-gutter-y: 12.5rem
    }
}
@media(min-width: 992px){
     .kcw .kcw__col-lg{
        -webkit-box-flex:1;
        -ms-flex:1 0 0%;
        flex:1 0 0%
    }
     .kcw .kcw__row-cols-lg-auto>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
     .kcw .kcw__row-cols-lg-1>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
     .kcw .kcw__row-cols-lg-2>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
     .kcw .kcw__row-cols-lg-3>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.3333333333%
    }
     .kcw .kcw__row-cols-lg-4>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
     .kcw .kcw__row-cols-lg-5>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:20%
    }
     .kcw .kcw__row-cols-lg-6>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.6666666667%
    }
     .kcw .kcw__col-lg-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
     .kcw .kcw__col-lg-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:8.33333333%
    }
     .kcw .kcw__col-lg-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.66666667%
    }
     .kcw .kcw__col-lg-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
     .kcw .kcw__col-lg-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.33333333%
    }
     .kcw .kcw__col-lg-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:41.66666667%
    }
     .kcw .kcw__col-lg-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
     .kcw .kcw__col-lg-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:58.33333333%
    }
     .kcw .kcw__col-lg-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:66.66666667%
    }
     .kcw .kcw__col-lg-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:75%
    }
     .kcw .kcw__col-lg-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:83.33333333%
    }
     .kcw .kcw__col-lg-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:91.66666667%
    }
     .kcw .kcw__col-lg-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
     .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%
    }
     .kcw .kcw__g-lg-0, .kcw .kcw__gx-lg-0{
        --bs-gutter-x: 0
    }
     .kcw .kcw__g-lg-0, .kcw .kcw__gy-lg-0{
        --bs-gutter-y: 0
    }
     .kcw .kcw__g-lg-1, .kcw .kcw__gx-lg-1{
        --bs-gutter-x: 0.25rem
    }
     .kcw .kcw__g-lg-1, .kcw .kcw__gy-lg-1{
        --bs-gutter-y: 0.25rem
    }
     .kcw .kcw__g-lg-2, .kcw .kcw__gx-lg-2{
        --bs-gutter-x: 0.5rem
    }
     .kcw .kcw__g-lg-2, .kcw .kcw__gy-lg-2{
        --bs-gutter-y: 0.5rem
    }
     .kcw .kcw__g-lg-3, .kcw .kcw__gx-lg-3{
        --bs-gutter-x: 1rem
    }
     .kcw .kcw__g-lg-3, .kcw .kcw__gy-lg-3{
        --bs-gutter-y: 1rem
    }
     .kcw .kcw__g-lg-4, .kcw .kcw__gx-lg-4{
        --bs-gutter-x: 2rem
    }
     .kcw .kcw__g-lg-4, .kcw .kcw__gy-lg-4{
        --bs-gutter-y: 2rem
    }
     .kcw .kcw__g-lg-5, .kcw .kcw__gx-lg-5{
        --bs-gutter-x: 3rem
    }
     .kcw .kcw__g-lg-5, .kcw .kcw__gy-lg-5{
        --bs-gutter-y: 3rem
    }
     .kcw .kcw__g-lg-25, .kcw .kcw__gx-lg-25{
        --bs-gutter-x: 1.56rem
    }
     .kcw .kcw__g-lg-25, .kcw .kcw__gy-lg-25{
        --bs-gutter-y: 1.56rem
    }
     .kcw .kcw__g-lg-50, .kcw .kcw__gx-lg-50{
        --bs-gutter-x: 3.125rem
    }
     .kcw .kcw__g-lg-50, .kcw .kcw__gy-lg-50{
        --bs-gutter-y: 3.125rem
    }
     .kcw .kcw__g-lg-75, .kcw .kcw__gx-lg-75{
        --bs-gutter-x: 4.68rem
    }
     .kcw .kcw__g-lg-75, .kcw .kcw__gy-lg-75{
        --bs-gutter-y: 4.68rem
    }
     .kcw .kcw__g-lg-100, .kcw .kcw__gx-lg-100{
        --bs-gutter-x: 6.25rem
    }
     .kcw .kcw__g-lg-100, .kcw .kcw__gy-lg-100{
        --bs-gutter-y: 6.25rem
    }
     .kcw .kcw__g-lg-150, .kcw .kcw__gx-lg-150{
        --bs-gutter-x: 9.375rem
    }
     .kcw .kcw__g-lg-150, .kcw .kcw__gy-lg-150{
        --bs-gutter-y: 9.375rem
    }
     .kcw .kcw__g-lg-200, .kcw .kcw__gx-lg-200{
        --bs-gutter-x: 12.5rem
    }
     .kcw .kcw__g-lg-200, .kcw .kcw__gy-lg-200{
        --bs-gutter-y: 12.5rem
    }
}
@media(min-width: 1200px){
     .kcw .kcw__col-xl{
        -webkit-box-flex:1;
        -ms-flex:1 0 0%;
        flex:1 0 0%
    }
     .kcw .kcw__row-cols-xl-auto>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
     .kcw .kcw__row-cols-xl-1>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
     .kcw .kcw__row-cols-xl-2>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
     .kcw .kcw__row-cols-xl-3>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.3333333333%
    }
     .kcw .kcw__row-cols-xl-4>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
     .kcw .kcw__row-cols-xl-5>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:20%
    }
     .kcw .kcw__row-cols-xl-6>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.6666666667%
    }
     .kcw .kcw__col-xl-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
     .kcw .kcw__col-xl-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:8.33333333%
    }
     .kcw .kcw__col-xl-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.66666667%
    }
     .kcw .kcw__col-xl-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
     .kcw .kcw__col-xl-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.33333333%
    }
     .kcw .kcw__col-xl-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:41.66666667%
    }
     .kcw .kcw__col-xl-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
     .kcw .kcw__col-xl-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:58.33333333%
    }
     .kcw .kcw__col-xl-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:66.66666667%
    }
     .kcw .kcw__col-xl-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:75%
    }
     .kcw .kcw__col-xl-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:83.33333333%
    }
     .kcw .kcw__col-xl-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:91.66666667%
    }
     .kcw .kcw__col-xl-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
     .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__g-xl-0, .kcw .kcw__gx-xl-0{
        --bs-gutter-x: 0
    }
     .kcw .kcw__g-xl-0, .kcw .kcw__gy-xl-0{
        --bs-gutter-y: 0
    }
     .kcw .kcw__g-xl-1, .kcw .kcw__gx-xl-1{
        --bs-gutter-x: 0.25rem
    }
     .kcw .kcw__g-xl-1, .kcw .kcw__gy-xl-1{
        --bs-gutter-y: 0.25rem
    }
     .kcw .kcw__g-xl-2, .kcw .kcw__gx-xl-2{
        --bs-gutter-x: 0.5rem
    }
     .kcw .kcw__g-xl-2, .kcw .kcw__gy-xl-2{
        --bs-gutter-y: 0.5rem
    }
     .kcw .kcw__g-xl-3, .kcw .kcw__gx-xl-3{
        --bs-gutter-x: 1rem
    }
     .kcw .kcw__g-xl-3, .kcw .kcw__gy-xl-3{
        --bs-gutter-y: 1rem
    }
     .kcw .kcw__g-xl-4, .kcw .kcw__gx-xl-4{
        --bs-gutter-x: 2rem
    }
     .kcw .kcw__g-xl-4, .kcw .kcw__gy-xl-4{
        --bs-gutter-y: 2rem
    }
     .kcw .kcw__g-xl-5, .kcw .kcw__gx-xl-5{
        --bs-gutter-x: 3rem
    }
     .kcw .kcw__g-xl-5, .kcw .kcw__gy-xl-5{
        --bs-gutter-y: 3rem
    }
     .kcw .kcw__g-xl-25, .kcw .kcw__gx-xl-25{
        --bs-gutter-x: 1.56rem
    }
     .kcw .kcw__g-xl-25, .kcw .kcw__gy-xl-25{
        --bs-gutter-y: 1.56rem
    }
     .kcw .kcw__g-xl-50, .kcw .kcw__gx-xl-50{
        --bs-gutter-x: 3.125rem
    }
     .kcw .kcw__g-xl-50, .kcw .kcw__gy-xl-50{
        --bs-gutter-y: 3.125rem
    }
     .kcw .kcw__g-xl-75, .kcw .kcw__gx-xl-75{
        --bs-gutter-x: 4.68rem
    }
     .kcw .kcw__g-xl-75, .kcw .kcw__gy-xl-75{
        --bs-gutter-y: 4.68rem
    }
     .kcw .kcw__g-xl-100, .kcw .kcw__gx-xl-100{
        --bs-gutter-x: 6.25rem
    }
     .kcw .kcw__g-xl-100, .kcw .kcw__gy-xl-100{
        --bs-gutter-y: 6.25rem
    }
     .kcw .kcw__g-xl-150, .kcw .kcw__gx-xl-150{
        --bs-gutter-x: 9.375rem
    }
     .kcw .kcw__g-xl-150, .kcw .kcw__gy-xl-150{
        --bs-gutter-y: 9.375rem
    }
     .kcw .kcw__g-xl-200, .kcw .kcw__gx-xl-200{
        --bs-gutter-x: 12.5rem
    }
     .kcw .kcw__g-xl-200, .kcw .kcw__gy-xl-200{
        --bs-gutter-y: 12.5rem
    }
}
@media(min-width: 1400px){
     .kcw .kcw__col-xxl{
        -webkit-box-flex:1;
        -ms-flex:1 0 0%;
        flex:1 0 0%
    }
     .kcw .kcw__row-cols-xxl-auto>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
     .kcw .kcw__row-cols-xxl-1>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
     .kcw .kcw__row-cols-xxl-2>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
     .kcw .kcw__row-cols-xxl-3>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.3333333333%
    }
     .kcw .kcw__row-cols-xxl-4>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
     .kcw .kcw__row-cols-xxl-5>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:20%
    }
     .kcw .kcw__row-cols-xxl-6>*{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.6666666667%
    }
     .kcw .kcw__col-xxl-auto{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto
    }
     .kcw .kcw__col-xxl-1{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:8.33333333%
    }
     .kcw .kcw__col-xxl-2{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:16.66666667%
    }
     .kcw .kcw__col-xxl-3{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:25%
    }
     .kcw .kcw__col-xxl-4{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:33.33333333%
    }
     .kcw .kcw__col-xxl-5{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:41.66666667%
    }
     .kcw .kcw__col-xxl-6{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:50%
    }
     .kcw .kcw__col-xxl-7{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:58.33333333%
    }
     .kcw .kcw__col-xxl-8{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:66.66666667%
    }
     .kcw .kcw__col-xxl-9{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:75%
    }
     .kcw .kcw__col-xxl-10{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:83.33333333%
    }
     .kcw .kcw__col-xxl-11{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:91.66666667%
    }
     .kcw .kcw__col-xxl-12{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:100%
    }
     .kcw .kcw__offset-xxl-0{
        margin-left:0
    }
     .kcw .kcw__offset-xxl-1{
        margin-left:8.33333333%
    }
     .kcw .kcw__offset-xxl-2{
        margin-left:16.66666667%
    }
     .kcw .kcw__offset-xxl-3{
        margin-left:25%
    }
     .kcw .kcw__offset-xxl-4{
        margin-left:33.33333333%
    }
     .kcw .kcw__offset-xxl-5{
        margin-left:41.66666667%
    }
     .kcw .kcw__offset-xxl-6{
        margin-left:50%
    }
     .kcw .kcw__offset-xxl-7{
        margin-left:58.33333333%
    }
     .kcw .kcw__offset-xxl-8{
        margin-left:66.66666667%
    }
     .kcw .kcw__offset-xxl-9{
        margin-left:75%
    }
     .kcw .kcw__offset-xxl-10{
        margin-left:83.33333333%
    }
     .kcw .kcw__offset-xxl-11{
        margin-left:91.66666667%
    }
     .kcw .kcw__g-xxl-0, .kcw .kcw__gx-xxl-0{
        --bs-gutter-x: 0
    }
     .kcw .kcw__g-xxl-0, .kcw .kcw__gy-xxl-0{
        --bs-gutter-y: 0
    }
     .kcw .kcw__g-xxl-1, .kcw .kcw__gx-xxl-1{
        --bs-gutter-x: 0.25rem
    }
     .kcw .kcw__g-xxl-1, .kcw .kcw__gy-xxl-1{
        --bs-gutter-y: 0.25rem
    }
     .kcw .kcw__g-xxl-2, .kcw .kcw__gx-xxl-2{
        --bs-gutter-x: 0.5rem
    }
     .kcw .kcw__g-xxl-2, .kcw .kcw__gy-xxl-2{
        --bs-gutter-y: 0.5rem
    }
     .kcw .kcw__g-xxl-3, .kcw .kcw__gx-xxl-3{
        --bs-gutter-x: 1rem
    }
     .kcw .kcw__g-xxl-3, .kcw .kcw__gy-xxl-3{
        --bs-gutter-y: 1rem
    }
     .kcw .kcw__g-xxl-4, .kcw .kcw__gx-xxl-4{
        --bs-gutter-x: 2rem
    }
     .kcw .kcw__g-xxl-4, .kcw .kcw__gy-xxl-4{
        --bs-gutter-y: 2rem
    }
     .kcw .kcw__g-xxl-5, .kcw .kcw__gx-xxl-5{
        --bs-gutter-x: 3rem
    }
     .kcw .kcw__g-xxl-5, .kcw .kcw__gy-xxl-5{
        --bs-gutter-y: 3rem
    }
     .kcw .kcw__g-xxl-25, .kcw .kcw__gx-xxl-25{
        --bs-gutter-x: 1.56rem
    }
     .kcw .kcw__g-xxl-25, .kcw .kcw__gy-xxl-25{
        --bs-gutter-y: 1.56rem
    }
     .kcw .kcw__g-xxl-50, .kcw .kcw__gx-xxl-50{
        --bs-gutter-x: 3.125rem
    }
     .kcw .kcw__g-xxl-50, .kcw .kcw__gy-xxl-50{
        --bs-gutter-y: 3.125rem
    }
     .kcw .kcw__g-xxl-75, .kcw .kcw__gx-xxl-75{
        --bs-gutter-x: 4.68rem
    }
     .kcw .kcw__g-xxl-75, .kcw .kcw__gy-xxl-75{
        --bs-gutter-y: 4.68rem
    }
     .kcw .kcw__g-xxl-100, .kcw .kcw__gx-xxl-100{
        --bs-gutter-x: 6.25rem
    }
     .kcw .kcw__g-xxl-100, .kcw .kcw__gy-xxl-100{
        --bs-gutter-y: 6.25rem
    }
     .kcw .kcw__g-xxl-150, .kcw .kcw__gx-xxl-150{
        --bs-gutter-x: 9.375rem
    }
     .kcw .kcw__g-xxl-150, .kcw .kcw__gy-xxl-150{
        --bs-gutter-y: 9.375rem
    }
     .kcw .kcw__g-xxl-200, .kcw .kcw__gx-xxl-200{
        --bs-gutter-x: 12.5rem
    }
     .kcw .kcw__g-xxl-200, .kcw .kcw__gy-xxl-200{
        --bs-gutter-y: 12.5rem
    }
}
 .kcw .kcw__btn{
    display:inline-block;
    font-weight:500;
    line-height:1.5;
    color:#212529;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-color:rgba(0,0,0,0);
    border:1px solid rgba(0,0,0,0);
    padding:1rem 2rem;
    font-size:1.125rem;
    border-radius:50rem;
    -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion: reduce){
     .kcw .kcw__btn{
        -webkit-transition:none;
        transition:none
    }
}
 .kcw .kcw__btn:hover{
    color:#212529
}
 .kcw .kcw__btn-check:focus+.kcw__btn, .kcw .kcw__btn:focus{
    outline:0;
    -webkit-box-shadow:0 0 0 .25rem rgba(84,97,200,.25);
    box-shadow:0 0 0 .25rem rgba(84,97,200,.25)
}
 .kcw .kcw__btn:disabled, .kcw .kcw__btn.kcw__disabled, .kcw fieldset:disabled .kcw__btn{
    pointer-events:none;
    opacity:.65
}
 .kcw .kcw__btn:after{
    content:"";
    background:url("https://cdn.kyruus.com/pmc-customer-static-assets/iowaclinic/fonts/1.1/arrow-up-right-white.svg") no-repeat;
    display:inline-block;
    margin-left:.5em;
    width:10px;
    height:10px;
    -webkit-transition:-webkit-transform .3s ease;
    transition:-webkit-transform .3s ease;
    transition:transform .3s ease;
    transition:transform .3s ease, -webkit-transform .3s ease
}
 .kcw .kcw__btn:hover:after{
    background:url("https://cdn.kyruus.com/pmc-customer-static-assets/iowaclinic/fonts/1.1/arrow-up-right-white.svg") no-repeat;
    -webkit-transform:translate(3px, -3px);
    -ms-transform:translate(3px, -3px);
    transform:translate(3px, -3px)
}
 .kcw .kcw__btn-primary{
    color:#fff;
    background-color:#5461c8;
    border-color:#5461c8
}
 .kcw .kcw__btn-primary:hover{
    color:#fff;
    background-color:#4752aa;
    border-color:#434ea0
}
 .kcw .kcw__btn-check:focus+.kcw__btn-primary, .kcw .kcw__btn-primary:focus{
    color:#fff;
    background-color:#4752aa;
    border-color:#434ea0;
    -webkit-box-shadow:0 0 0 .25rem rgba(110,121,208,.5);
    box-shadow:0 0 0 .25rem rgba(110,121,208,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-primary, .kcw .kcw__btn-check:active+.kcw__btn-primary, .kcw .kcw__btn-primary:active, .kcw .kcw__btn-primary.kcw__active, .kcw .kcw__show>.kcw__btn-primary.kcw__dropdown-toggle{
    color:#fff;
    background-color:#434ea0;
    border-color:#3f4996
}
 .kcw .kcw__btn-check:checked+.kcw__btn-primary:focus, .kcw .kcw__btn-check:active+.kcw__btn-primary:focus, .kcw .kcw__btn-primary:active:focus, .kcw .kcw__btn-primary.kcw__active:focus, .kcw .kcw__show>.kcw__btn-primary.kcw__dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(110,121,208,.5);
    box-shadow:0 0 0 .25rem rgba(110,121,208,.5)
}
 .kcw .kcw__btn-primary:disabled, .kcw .kcw__btn-primary.kcw__disabled{
    color:#fff;
    background-color:#5461c8;
    border-color:#5461c8
}
 .kcw .kcw__btn-secondary{
    color:#fff;
    background-color:#00778b;
    border-color:#00778b
}
 .kcw .kcw__btn-secondary:hover{
    color:#fff;
    background-color:#006576;
    border-color:#005f6f
}
 .kcw .kcw__btn-check:focus+.kcw__btn-secondary, .kcw .kcw__btn-secondary:focus{
    color:#fff;
    background-color:#006576;
    border-color:#005f6f;
    -webkit-box-shadow:0 0 0 .25rem rgba(38,139,156,.5);
    box-shadow:0 0 0 .25rem rgba(38,139,156,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-secondary, .kcw .kcw__btn-check:active+.kcw__btn-secondary, .kcw .kcw__btn-secondary:active, .kcw .kcw__btn-secondary.kcw__active, .kcw .kcw__show>.kcw__btn-secondary.kcw__dropdown-toggle{
    color:#fff;
    background-color:#005f6f;
    border-color:#005968
}
 .kcw .kcw__btn-check:checked+.kcw__btn-secondary:focus, .kcw .kcw__btn-check:active+.kcw__btn-secondary:focus, .kcw .kcw__btn-secondary:active:focus, .kcw .kcw__btn-secondary.kcw__active:focus, .kcw .kcw__show>.kcw__btn-secondary.kcw__dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(38,139,156,.5);
    box-shadow:0 0 0 .25rem rgba(38,139,156,.5)
}
 .kcw .kcw__btn-secondary:disabled, .kcw .kcw__btn-secondary.kcw__disabled{
    color:#fff;
    background-color:#00778b;
    border-color:#00778b
}
 .kcw .kcw__btn-tertiary{
    color:#fff;
    background-color:#470a68;
    border-color:#470a68
}
 .kcw .kcw__btn-tertiary:hover{
    color:#fff;
    background-color:#3c0958;
    border-color:#390853
}
 .kcw .kcw__btn-check:focus+.kcw__btn-tertiary, .kcw .kcw__btn-tertiary:focus{
    color:#fff;
    background-color:#3c0958;
    border-color:#390853;
    -webkit-box-shadow:0 0 0 .25rem rgba(99,47,127,.5);
    box-shadow:0 0 0 .25rem rgba(99,47,127,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-tertiary, .kcw .kcw__btn-check:active+.kcw__btn-tertiary, .kcw .kcw__btn-tertiary:active, .kcw .kcw__btn-tertiary.kcw__active, .kcw .kcw__show>.kcw__btn-tertiary.kcw__dropdown-toggle{
    color:#fff;
    background-color:#390853;
    border-color:#35084e
}
 .kcw .kcw__btn-check:checked+.kcw__btn-tertiary:focus, .kcw .kcw__btn-check:active+.kcw__btn-tertiary:focus, .kcw .kcw__btn-tertiary:active:focus, .kcw .kcw__btn-tertiary.kcw__active:focus, .kcw .kcw__show>.kcw__btn-tertiary.kcw__dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(99,47,127,.5);
    box-shadow:0 0 0 .25rem rgba(99,47,127,.5)
}
 .kcw .kcw__btn-tertiary:disabled, .kcw .kcw__btn-tertiary.kcw__disabled{
    color:#fff;
    background-color:#470a68;
    border-color:#470a68
}
 .kcw .kcw__btn-gray{
    color:#fff;
    background-color:#6c757d;
    border-color:#6c757d
}
 .kcw .kcw__btn-gray:hover{
    color:#fff;
    background-color:#5c636a;
    border-color:#565e64
}
 .kcw .kcw__btn-check:focus+.kcw__btn-gray, .kcw .kcw__btn-gray:focus{
    color:#fff;
    background-color:#5c636a;
    border-color:#565e64;
    -webkit-box-shadow:0 0 0 .25rem rgba(130,138,145,.5);
    box-shadow:0 0 0 .25rem rgba(130,138,145,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-gray, .kcw .kcw__btn-check:active+.kcw__btn-gray, .kcw .kcw__btn-gray:active, .kcw .kcw__btn-gray.kcw__active, .kcw .kcw__show>.kcw__btn-gray.kcw__dropdown-toggle{
    color:#fff;
    background-color:#565e64;
    border-color:#51585e
}
 .kcw .kcw__btn-check:checked+.kcw__btn-gray:focus, .kcw .kcw__btn-check:active+.kcw__btn-gray:focus, .kcw .kcw__btn-gray:active:focus, .kcw .kcw__btn-gray.kcw__active:focus, .kcw .kcw__show>.kcw__btn-gray.kcw__dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(130,138,145,.5);
    box-shadow:0 0 0 .25rem rgba(130,138,145,.5)
}
 .kcw .kcw__btn-gray:disabled, .kcw .kcw__btn-gray.kcw__disabled{
    color:#fff;
    background-color:#6c757d;
    border-color:#6c757d
}
 .kcw .kcw__btn-success{
    color:#fff;
    background-color:#006341;
    border-color:#006341
}
 .kcw .kcw__btn-success:hover{
    color:#fff;
    background-color:#005437;
    border-color:#004f34
}
 .kcw .kcw__btn-check:focus+.kcw__btn-success, .kcw .kcw__btn-success:focus{
    color:#fff;
    background-color:#005437;
    border-color:#004f34;
    -webkit-box-shadow:0 0 0 .25rem rgba(38,122,94,.5);
    box-shadow:0 0 0 .25rem rgba(38,122,94,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-success, .kcw .kcw__btn-check:active+.kcw__btn-success, .kcw .kcw__btn-success:active, .kcw .kcw__btn-success.kcw__active, .kcw .kcw__show>.kcw__btn-success.kcw__dropdown-toggle{
    color:#fff;
    background-color:#004f34;
    border-color:#004a31
}
 .kcw .kcw__btn-check:checked+.kcw__btn-success:focus, .kcw .kcw__btn-check:active+.kcw__btn-success:focus, .kcw .kcw__btn-success:active:focus, .kcw .kcw__btn-success.kcw__active:focus, .kcw .kcw__show>.kcw__btn-success.kcw__dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(38,122,94,.5);
    box-shadow:0 0 0 .25rem rgba(38,122,94,.5)
}
 .kcw .kcw__btn-success:disabled, .kcw .kcw__btn-success.kcw__disabled{
    color:#fff;
    background-color:#006341;
    border-color:#006341
}
 .kcw .kcw__btn-info{
    color:#000;
    background-color:#0dcaf0;
    border-color:#0dcaf0
}
 .kcw .kcw__btn-info:hover{
    color:#000;
    background-color:#31d2f2;
    border-color:#25cff2
}
 .kcw .kcw__btn-check:focus+.kcw__btn-info, .kcw .kcw__btn-info:focus{
    color:#000;
    background-color:#31d2f2;
    border-color:#25cff2;
    -webkit-box-shadow:0 0 0 .25rem rgba(11,172,204,.5);
    box-shadow:0 0 0 .25rem rgba(11,172,204,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-info, .kcw .kcw__btn-check:active+.kcw__btn-info, .kcw .kcw__btn-info:active, .kcw .kcw__btn-info.kcw__active, .kcw .kcw__show>.kcw__btn-info.kcw__dropdown-toggle{
    color:#000;
    background-color:#3dd5f3;
    border-color:#25cff2
}
 .kcw .kcw__btn-check:checked+.kcw__btn-info:focus, .kcw .kcw__btn-check:active+.kcw__btn-info:focus, .kcw .kcw__btn-info:active:focus, .kcw .kcw__btn-info.kcw__active:focus, .kcw .kcw__show>.kcw__btn-info.kcw__dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(11,172,204,.5);
    box-shadow:0 0 0 .25rem rgba(11,172,204,.5)
}
 .kcw .kcw__btn-info:disabled, .kcw .kcw__btn-info.kcw__disabled{
    color:#000;
    background-color:#0dcaf0;
    border-color:#0dcaf0
}
 .kcw .kcw__btn-warning{
    color:#000;
    background-color:#ffc107;
    border-color:#ffc107
}
 .kcw .kcw__btn-warning:hover{
    color:#000;
    background-color:#ffca2c;
    border-color:#ffc720
}
 .kcw .kcw__btn-check:focus+.kcw__btn-warning, .kcw .kcw__btn-warning:focus{
    color:#000;
    background-color:#ffca2c;
    border-color:#ffc720;
    -webkit-box-shadow:0 0 0 .25rem rgba(217,164,6,.5);
    box-shadow:0 0 0 .25rem rgba(217,164,6,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-warning, .kcw .kcw__btn-check:active+.kcw__btn-warning, .kcw .kcw__btn-warning:active, .kcw .kcw__btn-warning.kcw__active, .kcw .kcw__show>.kcw__btn-warning.kcw__dropdown-toggle{
    color:#000;
    background-color:#ffcd39;
    border-color:#ffc720
}
 .kcw .kcw__btn-check:checked+.kcw__btn-warning:focus, .kcw .kcw__btn-check:active+.kcw__btn-warning:focus, .kcw .kcw__btn-warning:active:focus, .kcw .kcw__btn-warning.kcw__active:focus, .kcw .kcw__show>.kcw__btn-warning.kcw__dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(217,164,6,.5);
    box-shadow:0 0 0 .25rem rgba(217,164,6,.5)
}
 .kcw .kcw__btn-warning:disabled, .kcw .kcw__btn-warning.kcw__disabled{
    color:#000;
    background-color:#ffc107;
    border-color:#ffc107
}
 .kcw .kcw__btn-danger{
    color:#000;
    background-color:#ee5340;
    border-color:#ee5340
}
 .kcw .kcw__btn-danger:hover{
    color:#000;
    background-color:#f16d5d;
    border-color:#f06453
}
 .kcw .kcw__btn-check:focus+.kcw__btn-danger, .kcw .kcw__btn-danger:focus{
    color:#000;
    background-color:#f16d5d;
    border-color:#f06453;
    -webkit-box-shadow:0 0 0 .25rem rgba(202,71,54,.5);
    box-shadow:0 0 0 .25rem rgba(202,71,54,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-danger, .kcw .kcw__btn-check:active+.kcw__btn-danger, .kcw .kcw__btn-danger:active, .kcw .kcw__btn-danger.kcw__active, .kcw .kcw__show>.kcw__btn-danger.kcw__dropdown-toggle{
    color:#000;
    background-color:#f17566;
    border-color:#f06453
}
 .kcw .kcw__btn-check:checked+.kcw__btn-danger:focus, .kcw .kcw__btn-check:active+.kcw__btn-danger:focus, .kcw .kcw__btn-danger:active:focus, .kcw .kcw__btn-danger.kcw__active:focus, .kcw .kcw__show>.kcw__btn-danger.kcw__dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(202,71,54,.5);
    box-shadow:0 0 0 .25rem rgba(202,71,54,.5)
}
 .kcw .kcw__btn-danger:disabled, .kcw .kcw__btn-danger.kcw__disabled{
    color:#000;
    background-color:#ee5340;
    border-color:#ee5340
}
 .kcw .kcw__btn-light{
    color:#000;
    background-color:#ebebeb;
    border-color:#ebebeb
}
 .kcw .kcw__btn-light:hover{
    color:#000;
    background-color:#eee;
    border-color:#ededed
}
 .kcw .kcw__btn-check:focus+.kcw__btn-light, .kcw .kcw__btn-light:focus{
    color:#000;
    background-color:#eee;
    border-color:#ededed;
    -webkit-box-shadow:0 0 0 .25rem rgba(200,200,200,.5);
    box-shadow:0 0 0 .25rem rgba(200,200,200,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-light, .kcw .kcw__btn-check:active+.kcw__btn-light, .kcw .kcw__btn-light:active, .kcw .kcw__btn-light.kcw__active, .kcw .kcw__show>.kcw__btn-light.kcw__dropdown-toggle{
    color:#000;
    background-color:#efefef;
    border-color:#ededed
}
 .kcw .kcw__btn-check:checked+.kcw__btn-light:focus, .kcw .kcw__btn-check:active+.kcw__btn-light:focus, .kcw .kcw__btn-light:active:focus, .kcw .kcw__btn-light.kcw__active:focus, .kcw .kcw__show>.kcw__btn-light.kcw__dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(200,200,200,.5);
    box-shadow:0 0 0 .25rem rgba(200,200,200,.5)
}
 .kcw .kcw__btn-light:disabled, .kcw .kcw__btn-light.kcw__disabled{
    color:#000;
    background-color:#ebebeb;
    border-color:#ebebeb
}
 .kcw .kcw__btn-dark{
    color:#fff;
    background-color:#212529;
    border-color:#212529
}
 .kcw .kcw__btn-dark:hover{
    color:#fff;
    background-color:#1c1f23;
    border-color:#1a1e21
}
 .kcw .kcw__btn-check:focus+.kcw__btn-dark, .kcw .kcw__btn-dark:focus{
    color:#fff;
    background-color:#1c1f23;
    border-color:#1a1e21;
    -webkit-box-shadow:0 0 0 .25rem rgba(66,70,73,.5);
    box-shadow:0 0 0 .25rem rgba(66,70,73,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-dark, .kcw .kcw__btn-check:active+.kcw__btn-dark, .kcw .kcw__btn-dark:active, .kcw .kcw__btn-dark.kcw__active, .kcw .kcw__show>.kcw__btn-dark.kcw__dropdown-toggle{
    color:#fff;
    background-color:#1a1e21;
    border-color:#191c1f
}
 .kcw .kcw__btn-check:checked+.kcw__btn-dark:focus, .kcw .kcw__btn-check:active+.kcw__btn-dark:focus, .kcw .kcw__btn-dark:active:focus, .kcw .kcw__btn-dark.kcw__active:focus, .kcw .kcw__show>.kcw__btn-dark.kcw__dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(66,70,73,.5);
    box-shadow:0 0 0 .25rem rgba(66,70,73,.5)
}
 .kcw .kcw__btn-dark:disabled, .kcw .kcw__btn-dark.kcw__disabled{
    color:#fff;
    background-color:#212529;
    border-color:#212529
}
 .kcw .kcw__btn-lime{
    color:#000;
    background-color:#84bd00;
    border-color:#84bd00
}
 .kcw .kcw__btn-lime:hover{
    color:#000;
    background-color:#96c726;
    border-color:#90c41a
}
 .kcw .kcw__btn-check:focus+.kcw__btn-lime, .kcw .kcw__btn-lime:focus{
    color:#000;
    background-color:#96c726;
    border-color:#90c41a;
    -webkit-box-shadow:0 0 0 .25rem rgba(112,161,0,.5);
    box-shadow:0 0 0 .25rem rgba(112,161,0,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-lime, .kcw .kcw__btn-check:active+.kcw__btn-lime, .kcw .kcw__btn-lime:active, .kcw .kcw__btn-lime.kcw__active, .kcw .kcw__show>.kcw__btn-lime.kcw__dropdown-toggle{
    color:#000;
    background-color:#9dca33;
    border-color:#90c41a
}
 .kcw .kcw__btn-check:checked+.kcw__btn-lime:focus, .kcw .kcw__btn-check:active+.kcw__btn-lime:focus, .kcw .kcw__btn-lime:active:focus, .kcw .kcw__btn-lime.kcw__active:focus, .kcw .kcw__show>.kcw__btn-lime.kcw__dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(112,161,0,.5);
    box-shadow:0 0 0 .25rem rgba(112,161,0,.5)
}
 .kcw .kcw__btn-lime:disabled, .kcw .kcw__btn-lime.kcw__disabled{
    color:#000;
    background-color:#84bd00;
    border-color:#84bd00
}
 .kcw .kcw__btn-outline-primary{
    color:#5461c8;
    border-color:#5461c8
}
 .kcw .kcw__btn-outline-primary:hover{
    color:#fff;
    background-color:#5461c8;
    border-color:#5461c8
}
 .kcw .kcw__btn-check:focus+.kcw__btn-outline-primary, .kcw .kcw__btn-outline-primary:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(84,97,200,.5);
    box-shadow:0 0 0 .25rem rgba(84,97,200,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-primary, .kcw .kcw__btn-check:active+.kcw__btn-outline-primary, .kcw .kcw__btn-outline-primary:active, .kcw .kcw__btn-outline-primary.kcw__active, .kcw .kcw__btn-outline-primary.kcw__dropdown-toggle.kcw__show{
    color:#fff;
    background-color:#5461c8;
    border-color:#5461c8
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-primary:focus, .kcw .kcw__btn-check:active+.kcw__btn-outline-primary:focus, .kcw .kcw__btn-outline-primary:active:focus, .kcw .kcw__btn-outline-primary.kcw__active:focus, .kcw .kcw__btn-outline-primary.kcw__dropdown-toggle.kcw__show:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(84,97,200,.5);
    box-shadow:0 0 0 .25rem rgba(84,97,200,.5)
}
 .kcw .kcw__btn-outline-primary:disabled, .kcw .kcw__btn-outline-primary.kcw__disabled{
    color:#5461c8;
    background-color:rgba(0,0,0,0)
}
 .kcw .kcw__btn-outline-secondary{
    color:#00778b;
    border-color:#00778b
}
 .kcw .kcw__btn-outline-secondary:hover{
    color:#fff;
    background-color:#00778b;
    border-color:#00778b
}
 .kcw .kcw__btn-check:focus+.kcw__btn-outline-secondary, .kcw .kcw__btn-outline-secondary:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(0,119,139,.5);
    box-shadow:0 0 0 .25rem rgba(0,119,139,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-secondary, .kcw .kcw__btn-check:active+.kcw__btn-outline-secondary, .kcw .kcw__btn-outline-secondary:active, .kcw .kcw__btn-outline-secondary.kcw__active, .kcw .kcw__btn-outline-secondary.kcw__dropdown-toggle.kcw__show{
    color:#fff;
    background-color:#00778b;
    border-color:#00778b
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-secondary:focus, .kcw .kcw__btn-check:active+.kcw__btn-outline-secondary:focus, .kcw .kcw__btn-outline-secondary:active:focus, .kcw .kcw__btn-outline-secondary.kcw__active:focus, .kcw .kcw__btn-outline-secondary.kcw__dropdown-toggle.kcw__show:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(0,119,139,.5);
    box-shadow:0 0 0 .25rem rgba(0,119,139,.5)
}
 .kcw .kcw__btn-outline-secondary:disabled, .kcw .kcw__btn-outline-secondary.kcw__disabled{
    color:#00778b;
    background-color:rgba(0,0,0,0)
}
 .kcw .kcw__btn-outline-tertiary{
    color:#470a68;
    border-color:#470a68
}
 .kcw .kcw__btn-outline-tertiary:hover{
    color:#fff;
    background-color:#470a68;
    border-color:#470a68
}
 .kcw .kcw__btn-check:focus+.kcw__btn-outline-tertiary, .kcw .kcw__btn-outline-tertiary:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(71,10,104,.5);
    box-shadow:0 0 0 .25rem rgba(71,10,104,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-tertiary, .kcw .kcw__btn-check:active+.kcw__btn-outline-tertiary, .kcw .kcw__btn-outline-tertiary:active, .kcw .kcw__btn-outline-tertiary.kcw__active, .kcw .kcw__btn-outline-tertiary.kcw__dropdown-toggle.kcw__show{
    color:#fff;
    background-color:#470a68;
    border-color:#470a68
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-tertiary:focus, .kcw .kcw__btn-check:active+.kcw__btn-outline-tertiary:focus, .kcw .kcw__btn-outline-tertiary:active:focus, .kcw .kcw__btn-outline-tertiary.kcw__active:focus, .kcw .kcw__btn-outline-tertiary.kcw__dropdown-toggle.kcw__show:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(71,10,104,.5);
    box-shadow:0 0 0 .25rem rgba(71,10,104,.5)
}
 .kcw .kcw__btn-outline-tertiary:disabled, .kcw .kcw__btn-outline-tertiary.kcw__disabled{
    color:#470a68;
    background-color:rgba(0,0,0,0)
}
 .kcw .kcw__btn-outline-gray{
    color:#6c757d;
    border-color:#6c757d
}
 .kcw .kcw__btn-outline-gray:hover{
    color:#fff;
    background-color:#6c757d;
    border-color:#6c757d
}
 .kcw .kcw__btn-check:focus+.kcw__btn-outline-gray, .kcw .kcw__btn-outline-gray:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(108,117,125,.5);
    box-shadow:0 0 0 .25rem rgba(108,117,125,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-gray, .kcw .kcw__btn-check:active+.kcw__btn-outline-gray, .kcw .kcw__btn-outline-gray:active, .kcw .kcw__btn-outline-gray.kcw__active, .kcw .kcw__btn-outline-gray.kcw__dropdown-toggle.kcw__show{
    color:#fff;
    background-color:#6c757d;
    border-color:#6c757d
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-gray:focus, .kcw .kcw__btn-check:active+.kcw__btn-outline-gray:focus, .kcw .kcw__btn-outline-gray:active:focus, .kcw .kcw__btn-outline-gray.kcw__active:focus, .kcw .kcw__btn-outline-gray.kcw__dropdown-toggle.kcw__show:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(108,117,125,.5);
    box-shadow:0 0 0 .25rem rgba(108,117,125,.5)
}
 .kcw .kcw__btn-outline-gray:disabled, .kcw .kcw__btn-outline-gray.kcw__disabled{
    color:#6c757d;
    background-color:rgba(0,0,0,0)
}
 .kcw .kcw__btn-outline-success{
    color:#006341;
    border-color:#006341
}
 .kcw .kcw__btn-outline-success:hover{
    color:#fff;
    background-color:#006341;
    border-color:#006341
}
 .kcw .kcw__btn-check:focus+.kcw__btn-outline-success, .kcw .kcw__btn-outline-success:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(0,99,65,.5);
    box-shadow:0 0 0 .25rem rgba(0,99,65,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-success, .kcw .kcw__btn-check:active+.kcw__btn-outline-success, .kcw .kcw__btn-outline-success:active, .kcw .kcw__btn-outline-success.kcw__active, .kcw .kcw__btn-outline-success.kcw__dropdown-toggle.kcw__show{
    color:#fff;
    background-color:#006341;
    border-color:#006341
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-success:focus, .kcw .kcw__btn-check:active+.kcw__btn-outline-success:focus, .kcw .kcw__btn-outline-success:active:focus, .kcw .kcw__btn-outline-success.kcw__active:focus, .kcw .kcw__btn-outline-success.kcw__dropdown-toggle.kcw__show:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(0,99,65,.5);
    box-shadow:0 0 0 .25rem rgba(0,99,65,.5)
}
 .kcw .kcw__btn-outline-success:disabled, .kcw .kcw__btn-outline-success.kcw__disabled{
    color:#006341;
    background-color:rgba(0,0,0,0)
}
 .kcw .kcw__btn-outline-info{
    color:#0dcaf0;
    border-color:#0dcaf0
}
 .kcw .kcw__btn-outline-info:hover{
    color:#000;
    background-color:#0dcaf0;
    border-color:#0dcaf0
}
 .kcw .kcw__btn-check:focus+.kcw__btn-outline-info, .kcw .kcw__btn-outline-info:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(13,202,240,.5);
    box-shadow:0 0 0 .25rem rgba(13,202,240,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-info, .kcw .kcw__btn-check:active+.kcw__btn-outline-info, .kcw .kcw__btn-outline-info:active, .kcw .kcw__btn-outline-info.kcw__active, .kcw .kcw__btn-outline-info.kcw__dropdown-toggle.kcw__show{
    color:#000;
    background-color:#0dcaf0;
    border-color:#0dcaf0
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-info:focus, .kcw .kcw__btn-check:active+.kcw__btn-outline-info:focus, .kcw .kcw__btn-outline-info:active:focus, .kcw .kcw__btn-outline-info.kcw__active:focus, .kcw .kcw__btn-outline-info.kcw__dropdown-toggle.kcw__show:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(13,202,240,.5);
    box-shadow:0 0 0 .25rem rgba(13,202,240,.5)
}
 .kcw .kcw__btn-outline-info:disabled, .kcw .kcw__btn-outline-info.kcw__disabled{
    color:#0dcaf0;
    background-color:rgba(0,0,0,0)
}
 .kcw .kcw__btn-outline-warning{
    color:#ffc107;
    border-color:#ffc107
}
 .kcw .kcw__btn-outline-warning:hover{
    color:#000;
    background-color:#ffc107;
    border-color:#ffc107
}
 .kcw .kcw__btn-check:focus+.kcw__btn-outline-warning, .kcw .kcw__btn-outline-warning:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(255,193,7,.5);
    box-shadow:0 0 0 .25rem rgba(255,193,7,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-warning, .kcw .kcw__btn-check:active+.kcw__btn-outline-warning, .kcw .kcw__btn-outline-warning:active, .kcw .kcw__btn-outline-warning.kcw__active, .kcw .kcw__btn-outline-warning.kcw__dropdown-toggle.kcw__show{
    color:#000;
    background-color:#ffc107;
    border-color:#ffc107
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-warning:focus, .kcw .kcw__btn-check:active+.kcw__btn-outline-warning:focus, .kcw .kcw__btn-outline-warning:active:focus, .kcw .kcw__btn-outline-warning.kcw__active:focus, .kcw .kcw__btn-outline-warning.kcw__dropdown-toggle.kcw__show:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(255,193,7,.5);
    box-shadow:0 0 0 .25rem rgba(255,193,7,.5)
}
 .kcw .kcw__btn-outline-warning:disabled, .kcw .kcw__btn-outline-warning.kcw__disabled{
    color:#ffc107;
    background-color:rgba(0,0,0,0)
}
 .kcw .kcw__btn-outline-danger{
    color:#ee5340;
    border-color:#ee5340
}
 .kcw .kcw__btn-outline-danger:hover{
    color:#000;
    background-color:#ee5340;
    border-color:#ee5340
}
 .kcw .kcw__btn-check:focus+.kcw__btn-outline-danger, .kcw .kcw__btn-outline-danger:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(238,83,64,.5);
    box-shadow:0 0 0 .25rem rgba(238,83,64,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-danger, .kcw .kcw__btn-check:active+.kcw__btn-outline-danger, .kcw .kcw__btn-outline-danger:active, .kcw .kcw__btn-outline-danger.kcw__active, .kcw .kcw__btn-outline-danger.kcw__dropdown-toggle.kcw__show{
    color:#000;
    background-color:#ee5340;
    border-color:#ee5340
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-danger:focus, .kcw .kcw__btn-check:active+.kcw__btn-outline-danger:focus, .kcw .kcw__btn-outline-danger:active:focus, .kcw .kcw__btn-outline-danger.kcw__active:focus, .kcw .kcw__btn-outline-danger.kcw__dropdown-toggle.kcw__show:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(238,83,64,.5);
    box-shadow:0 0 0 .25rem rgba(238,83,64,.5)
}
 .kcw .kcw__btn-outline-danger:disabled, .kcw .kcw__btn-outline-danger.kcw__disabled{
    color:#ee5340;
    background-color:rgba(0,0,0,0)
}
 .kcw .kcw__btn-outline-light{
    color:#ebebeb;
    border-color:#ebebeb
}
 .kcw .kcw__btn-outline-light:hover{
    color:#000;
    background-color:#ebebeb;
    border-color:#ebebeb
}
 .kcw .kcw__btn-check:focus+.kcw__btn-outline-light, .kcw .kcw__btn-outline-light:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(235,235,235,.5);
    box-shadow:0 0 0 .25rem rgba(235,235,235,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-light, .kcw .kcw__btn-check:active+.kcw__btn-outline-light, .kcw .kcw__btn-outline-light:active, .kcw .kcw__btn-outline-light.kcw__active, .kcw .kcw__btn-outline-light.kcw__dropdown-toggle.kcw__show{
    color:#000;
    background-color:#ebebeb;
    border-color:#ebebeb
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-light:focus, .kcw .kcw__btn-check:active+.kcw__btn-outline-light:focus, .kcw .kcw__btn-outline-light:active:focus, .kcw .kcw__btn-outline-light.kcw__active:focus, .kcw .kcw__btn-outline-light.kcw__dropdown-toggle.kcw__show:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(235,235,235,.5);
    box-shadow:0 0 0 .25rem rgba(235,235,235,.5)
}
 .kcw .kcw__btn-outline-light:disabled, .kcw .kcw__btn-outline-light.kcw__disabled{
    color:#ebebeb;
    background-color:rgba(0,0,0,0)
}
 .kcw .kcw__btn-outline-dark{
    color:#212529;
    border-color:#212529
}
 .kcw .kcw__btn-outline-dark:hover{
    color:#fff;
    background-color:#212529;
    border-color:#212529
}
 .kcw .kcw__btn-check:focus+.kcw__btn-outline-dark, .kcw .kcw__btn-outline-dark:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(33,37,41,.5);
    box-shadow:0 0 0 .25rem rgba(33,37,41,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-dark, .kcw .kcw__btn-check:active+.kcw__btn-outline-dark, .kcw .kcw__btn-outline-dark:active, .kcw .kcw__btn-outline-dark.kcw__active, .kcw .kcw__btn-outline-dark.kcw__dropdown-toggle.kcw__show{
    color:#fff;
    background-color:#212529;
    border-color:#212529
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-dark:focus, .kcw .kcw__btn-check:active+.kcw__btn-outline-dark:focus, .kcw .kcw__btn-outline-dark:active:focus, .kcw .kcw__btn-outline-dark.kcw__active:focus, .kcw .kcw__btn-outline-dark.kcw__dropdown-toggle.kcw__show:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(33,37,41,.5);
    box-shadow:0 0 0 .25rem rgba(33,37,41,.5)
}
 .kcw .kcw__btn-outline-dark:disabled, .kcw .kcw__btn-outline-dark.kcw__disabled{
    color:#212529;
    background-color:rgba(0,0,0,0)
}
 .kcw .kcw__btn-outline-lime{
    color:#84bd00;
    border-color:#84bd00
}
 .kcw .kcw__btn-outline-lime:hover{
    color:#000;
    background-color:#84bd00;
    border-color:#84bd00
}
 .kcw .kcw__btn-check:focus+.kcw__btn-outline-lime, .kcw .kcw__btn-outline-lime:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(132,189,0,.5);
    box-shadow:0 0 0 .25rem rgba(132,189,0,.5)
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-lime, .kcw .kcw__btn-check:active+.kcw__btn-outline-lime, .kcw .kcw__btn-outline-lime:active, .kcw .kcw__btn-outline-lime.kcw__active, .kcw .kcw__btn-outline-lime.kcw__dropdown-toggle.kcw__show{
    color:#000;
    background-color:#84bd00;
    border-color:#84bd00
}
 .kcw .kcw__btn-check:checked+.kcw__btn-outline-lime:focus, .kcw .kcw__btn-check:active+.kcw__btn-outline-lime:focus, .kcw .kcw__btn-outline-lime:active:focus, .kcw .kcw__btn-outline-lime.kcw__active:focus, .kcw .kcw__btn-outline-lime.kcw__dropdown-toggle.kcw__show:focus{
    -webkit-box-shadow:0 0 0 .25rem rgba(132,189,0,.5);
    box-shadow:0 0 0 .25rem rgba(132,189,0,.5)
}
 .kcw .kcw__btn-outline-lime:disabled, .kcw .kcw__btn-outline-lime.kcw__disabled{
    color:#84bd00;
    background-color:rgba(0,0,0,0)
}
 .kcw .kcw__btn-link, .kcw .kcw__btn-link-white{
    display:block;
    font-weight:600;
    color:#5461c8;
    text-decoration:none
}
 .kcw .kcw__btn-link:hover, .kcw .kcw__btn-link-white:hover{
    color:#434ea0
}
 .kcw .kcw__btn-link:disabled, .kcw .kcw__btn-link-white:disabled, .kcw .kcw__btn-link.kcw__disabled, .kcw .kcw__disabled.kcw__btn-link-white{
    color:#6c757d
}
 .kcw .kcw__btn-link:after, .kcw .kcw__btn-link-white:after{
    content:"";
    background:url("https://cdn.kyruus.com/pmc-customer-static-assets/iowaclinic/fonts/1.1/arrow-up-right-solid.svg") no-repeat;
    display:inline-block;
    margin-left:.5em;
    width:10px;
    height:10px;
    -webkit-transition:-webkit-transform .3s ease;
    transition:-webkit-transform .3s ease;
    transition:transform .3s ease;
    transition:transform .3s ease, -webkit-transform .3s ease
}
 .kcw .kcw__btn-link:hover:after, .kcw .kcw__btn-link-white:hover:after{
    -webkit-transform:translate(3px, -3px);
    -ms-transform:translate(3px, -3px);
    transform:translate(3px, -3px)
}
 .kcw .kcw__btn-link-white{
    -webkit-transition:.5s ease;
    transition:.5s ease
}
 .kcw .kcw__btn-link-white:after{
    background:url("https://cdn.kyruus.com/pmc-customer-static-assets/iowaclinic/fonts/1.1/arrow-up-right-white.svg") no-repeat
}
 .kcw .kcw__btn-link-white:hover, .kcw .kcw__btn-link-white:active{
    color:rgba(255,255,255,.8)
}
 .kcw .kcw__btn-white{
    background:#fff;
    color:#5461c8;
    border:1px solid #5461c8
}
 .kcw .kcw__btn-white:hover{
    color:#fff;
    background:#5461c8
}
 .kcw .kcw__btn-white:after{
    background:url("https://cdn.kyruus.com/pmc-customer-static-assets/iowaclinic/fonts/1.1/arrow-up-right-solid.svg") no-repeat
}
 .kcw .kcw__btn-white:hover:after{
    background:url("https://cdn.kyruus.com/pmc-customer-static-assets/iowaclinic/fonts/1.1/arrow-up-right-white.svg") no-repeat;
    -webkit-transform:translate(3px, -3px);
    -ms-transform:translate(3px, -3px);
    transform:translate(3px, -3px)
}
 .kcw .kcw__btn-outline-primary{
    background-color:#fff
}
 .kcw .kcw__btn-outline-primary:after{
    background:url("https://cdn.kyruus.com/pmc-customer-static-assets/iowaclinic/fonts/1.1/arrow-up-right-solid.svg") no-repeat
}
 .kcw .kcw__btn-outline-primary:hover:after{
    background:url("https://cdn.kyruus.com/pmc-customer-static-assets/iowaclinic/fonts/1.1/arrow-up-right-white.svg") no-repeat;
    -webkit-transform:translate(3px, -3px);
    -ms-transform:translate(3px, -3px);
    transform:translate(3px, -3px)
}
 .kcw .kcw__btn-lg, .kcw .kcw__btn-group-lg>.kcw__btn{
    padding:.75rem 2.5rem;
    font-size:1rem;
    border-radius:50rem
}
 .kcw .kcw__btn-sm, .kcw .kcw__btn-group-sm>.kcw__btn{
    padding:.75rem 1.5rem;
    font-size:0.875rem;
    border-radius:50rem
}
 .kcw .kcw__btn-group, .kcw .kcw__btn-group-vertical{
    position:relative;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    vertical-align:middle
}
 .kcw .kcw__btn-group>.kcw__btn, .kcw .kcw__btn-group-vertical>.kcw__btn{
    position:relative;
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto
}
 .kcw .kcw__btn-group>.kcw__btn-check:checked+.kcw__btn, .kcw .kcw__btn-group>.kcw__btn-check:focus+.kcw__btn, .kcw .kcw__btn-group>.kcw__btn:hover, .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-check:checked+.kcw__btn, .kcw .kcw__btn-group-vertical>.kcw__btn-check:focus+.kcw__btn, .kcw .kcw__btn-group-vertical>.kcw__btn:hover, .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:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    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:nth-child(n+3), .kcw .kcw__btn-group>:not(.kcw__btn-check)+.kcw__btn, .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:1.5rem;
    padding-left:1.5rem
}
 .kcw .kcw__dropdown-toggle-split::after, .kcw .kcw__dropup .kcw__dropdown-toggle-split::after, .kcw .kcw__dropend .kcw__dropdown-toggle-split::after{
    margin-left:0
}
 .kcw .kcw__dropstart .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:1.125rem;
    padding-left:1.125rem
}
 .kcw .kcw__btn-lg+.kcw__dropdown-toggle-split, .kcw .kcw__btn-group-lg>.kcw__btn+.kcw__dropdown-toggle-split{
    padding-right:1.875rem;
    padding-left:1.875rem
}
 .kcw .kcw__btn-group-vertical{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    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~.kcw__btn, .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__nav{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
 .kcw .kcw__nav-link{
    display:block;
    padding:.75rem 0;
    font-weight:700;
    color:#5461c8;
    text-decoration:none;
    -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}
@media(prefers-reduced-motion: reduce){
     .kcw .kcw__nav-link{
        -webkit-transition:none;
        transition:none
    }
}
 .kcw .kcw__nav-link:hover, .kcw .kcw__nav-link:focus{
    color:#434ea0
}
 .kcw .kcw__nav-link.kcw__disabled{
    color:#6c757d;
    pointer-events:none;
    cursor:default
}
 .kcw .kcw__nav-tabs{
    border-bottom:1px solid #dee2e6
}
 .kcw .kcw__nav-tabs .kcw__nav-link{
    margin-bottom:-1px;
    background:none;
    border:1px solid rgba(0,0,0,0);
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
}
 .kcw .kcw__nav-tabs .kcw__nav-link:hover, .kcw .kcw__nav-tabs .kcw__nav-link:focus{
    border-color:#e9ecef #e9ecef #dee2e6;
    isolation:isolate
}
 .kcw .kcw__nav-tabs .kcw__nav-link.kcw__disabled{
    color:#6c757d;
    background-color:rgba(0,0,0,0);
    border-color:rgba(0,0,0,0)
}
 .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:#dee2e6 #dee2e6 #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:.25rem
}
 .kcw .kcw__nav-pills .kcw__nav-link.kcw__active, .kcw .kcw__nav-pills .kcw__show>.kcw__nav-link{
    color:#fff;
    background-color:#5461c8
}
 .kcw .kcw__nav-fill>.kcw__nav-link, .kcw .kcw__nav-fill .kcw__nav-item{
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    text-align:center
}
 .kcw .kcw__nav-justified>.kcw__nav-link, .kcw .kcw__nav-justified .kcw__nav-item{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    text-align:center
}
 .kcw .kcw__nav-fill .kcw__nav-item .kcw__nav-link, .kcw .kcw__nav-justified .kcw__nav-item .kcw__nav-link{
    width:100%
}
 .kcw .kcw__tab-content>.kcw__tab-pane{
    display:none
}
 .kcw .kcw__tab-content>.kcw__active{
    display:block
}
 .kcw .kcw__section-nav-panel{
    display:none
}
@media(max-width: 991.98px){
     .kcw .kcw__section-nav-panel{
        display:block
    }
}
 .kcw .kcw__right-column .kcw__section-nav-panel, .kcw .kcw__left-column .kcw__section-nav-panel{
    display:block
}
@media(max-width: 991.98px){
     .kcw .kcw__right-column .kcw__section-nav-panel, .kcw .kcw__left-column .kcw__section-nav-panel{
        display:none
    }
}
 .kcw .kcw__specialty-nav{
    border-bottom:1px solid #ddedea;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    scrollbar-width:thin;
    scrollbar-color:#7b85d4 #ced4da
}
 .kcw .kcw__specialty-nav a.kcw__nav-link{
    background-color:#fff;
    color:#470a68;
    padding:1em 1.5em;
    border-radius:0;
    font-size:1.125rem
}
 .kcw .kcw__specialty-nav a.kcw__nav-link.kcw__active{
    background-color:#fff;
    color:#470a68;
    border-bottom:5px solid #470a68
}
 .kcw .kcw__anchor{
    scroll-margin-top:200px
}
 .kcw .kcw__scrollable-nav{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    overflow-x:auto;
    white-space:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap
}
 .kcw .kcw__navbar .kcw__megamenu{
    padding:1rem
}
@media(min-width: 992px){
     .kcw .kcw__navbar .kcw__has-megamenu{
        position:static !important
    }
     .kcw .kcw__navbar .kcw__megamenu{
        left:0;
        right:0;
        width:100%;
        margin-top:0
    }
}
@media(max-width: 767.98px){
     .kcw .kcw__navbar.kcw__fixed-top .kcw__navbar-collapse, .kcw .kcw__navbar.kcw__sticky-top .kcw__navbar-collapse{
        overflow-y:auto;
        max-height:90vh;
        margin-top:10px
    }
}
 .kcw .kcw__header-wrapper{
    padding:0 15px
}
 .kcw header.kcw__fixed-top{
    left:50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    width:100%;
    max-width:1400px
}
 .kcw header .kcw__navbar{
    max-width:1400px;
    margin:0 auto
}
@media(max-width: 1399.98px){
     .kcw header .kcw__navbar{
        max-width:95%
    }
}
 .kcw header .kcw__appointments a{
    font-size:.875rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:none;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    text-decoration:none
}
 .kcw .kcw__navbar{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding-top:.5rem;
    padding-bottom:.5rem
}
 .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, .kcw .kcw__navbar>.kcw__container-xxl{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:inherit;
    flex-wrap:inherit;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
 .kcw .kcw__navbar-brand{
    padding-top:.5625rem;
    padding-bottom:.5625rem;
    margin-right:1rem;
    font-size:1.25rem;
    text-decoration:none;
    white-space:nowrap
}
 .kcw .kcw__navbar-nav{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
@media(min-width: 992px){
     .kcw .kcw__navbar-nav{
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
}
 .kcw .kcw__navbar-nav .kcw__nav-link{
    position:relative;
    padding-right:0;
    padding-left:0
}
 .kcw .kcw__navbar-nav .kcw__nav-link.kcw__active:after{
    content:"";
    display:none;
    width:100%;
    background:#5461c8;
    height:3px;
    position:absolute;
    width:100%;
    left:0;
    bottom:0
}
 .kcw .kcw__navbar-nav .kcw__dropdown-menu{
    position:static
}
 .kcw .kcw__navbar-text{
    padding-top:.75rem;
    padding-bottom:.75rem
}
 .kcw .kcw__navbar-collapse{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
 .kcw .kcw__navbar-toggler{
    padding:.25rem .75rem;
    font-size:1.25rem;
    line-height:1;
    background-color:rgba(0,0,0,0);
    border:1px solid rgba(0,0,0,0);
    border-radius:0px;
    -webkit-transition:-webkit-box-shadow .15s ease-in-out;
    transition:-webkit-box-shadow .15s ease-in-out;
    transition:box-shadow .15s ease-in-out;
    transition:box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion: reduce){
     .kcw .kcw__navbar-toggler{
        -webkit-transition:none;
        transition:none
    }
}
 .kcw .kcw__navbar-toggler:hover{
    text-decoration:none
}
 .kcw .kcw__navbar-toggler:focus{
    text-decoration:none;
    outline:0;
    -webkit-box-shadow:0 0 0 .25rem;
    box-shadow:0 0 0 .25rem
}
 .kcw .kcw__navbar-toggler-icon{
    display:inline-block;
    width:1.5em;
    height:1.5em;
    vertical-align:middle;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%
}
 .kcw .kcw__navbar-nav-scroll{
    max-height:var(--bs-scroll-height, 75vh);
    overflow-y:auto
}
@media(min-width: 576px){
     .kcw .kcw__navbar-expand-sm{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
     .kcw .kcw__navbar-expand-sm .kcw__navbar-nav{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        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:.5rem;
        padding-left:.5rem
    }
     .kcw .kcw__navbar-expand-sm .kcw__navbar-nav-scroll{
        overflow:visible
    }
     .kcw .kcw__navbar-expand-sm .kcw__navbar-collapse{
        display:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important;
        -ms-flex-preferred-size:auto;
        flex-basis:auto
    }
     .kcw .kcw__navbar-expand-sm .kcw__navbar-toggler{
        display:none
    }
     .kcw .kcw__navbar-expand-sm .kcw__offcanvas-header{
        display:none
    }
     .kcw .kcw__navbar-expand-sm .kcw__offcanvas{
        position:inherit;
        bottom:0;
        z-index:1000;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        visibility:visible !important;
        background-color:rgba(0,0,0,0);
        border-right:0;
        border-left:0;
        -webkit-transition:none;
        transition:none;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
     .kcw .kcw__navbar-expand-sm .kcw__offcanvas-top, .kcw .kcw__navbar-expand-sm .kcw__offcanvas-bottom{
        height:auto;
        border-top:0;
        border-bottom:0
    }
     .kcw .kcw__navbar-expand-sm .kcw__offcanvas-body{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-flex:0;
        -ms-flex-positive:0;
        flex-grow:0;
        padding:0;
        overflow-y:visible
    }
}
@media(min-width: 768px){
     .kcw .kcw__navbar-expand-md{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
     .kcw .kcw__navbar-expand-md .kcw__navbar-nav{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        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:.5rem;
        padding-left:.5rem
    }
     .kcw .kcw__navbar-expand-md .kcw__navbar-nav-scroll{
        overflow:visible
    }
     .kcw .kcw__navbar-expand-md .kcw__navbar-collapse{
        display:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important;
        -ms-flex-preferred-size:auto;
        flex-basis:auto
    }
     .kcw .kcw__navbar-expand-md .kcw__navbar-toggler{
        display:none
    }
     .kcw .kcw__navbar-expand-md .kcw__offcanvas-header{
        display:none
    }
     .kcw .kcw__navbar-expand-md .kcw__offcanvas{
        position:inherit;
        bottom:0;
        z-index:1000;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        visibility:visible !important;
        background-color:rgba(0,0,0,0);
        border-right:0;
        border-left:0;
        -webkit-transition:none;
        transition:none;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
     .kcw .kcw__navbar-expand-md .kcw__offcanvas-top, .kcw .kcw__navbar-expand-md .kcw__offcanvas-bottom{
        height:auto;
        border-top:0;
        border-bottom:0
    }
     .kcw .kcw__navbar-expand-md .kcw__offcanvas-body{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-flex:0;
        -ms-flex-positive:0;
        flex-grow:0;
        padding:0;
        overflow-y:visible
    }
}
@media(min-width: 992px){
     .kcw .kcw__navbar-expand-lg{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
     .kcw .kcw__navbar-expand-lg .kcw__navbar-nav{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        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:.5rem;
        padding-left:.5rem
    }
     .kcw .kcw__navbar-expand-lg .kcw__navbar-nav-scroll{
        overflow:visible
    }
     .kcw .kcw__navbar-expand-lg .kcw__navbar-collapse{
        display:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important;
        -ms-flex-preferred-size:auto;
        flex-basis:auto
    }
     .kcw .kcw__navbar-expand-lg .kcw__navbar-toggler{
        display:none
    }
     .kcw .kcw__navbar-expand-lg .kcw__offcanvas-header{
        display:none
    }
     .kcw .kcw__navbar-expand-lg .kcw__offcanvas{
        position:inherit;
        bottom:0;
        z-index:1000;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        visibility:visible !important;
        background-color:rgba(0,0,0,0);
        border-right:0;
        border-left:0;
        -webkit-transition:none;
        transition:none;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
     .kcw .kcw__navbar-expand-lg .kcw__offcanvas-top, .kcw .kcw__navbar-expand-lg .kcw__offcanvas-bottom{
        height:auto;
        border-top:0;
        border-bottom:0
    }
     .kcw .kcw__navbar-expand-lg .kcw__offcanvas-body{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-flex:0;
        -ms-flex-positive:0;
        flex-grow:0;
        padding:0;
        overflow-y:visible
    }
}
@media(min-width: 1200px){
     .kcw .kcw__navbar-expand-xl{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
     .kcw .kcw__navbar-expand-xl .kcw__navbar-nav{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        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:.5rem;
        padding-left:.5rem
    }
     .kcw .kcw__navbar-expand-xl .kcw__navbar-nav-scroll{
        overflow:visible
    }
     .kcw .kcw__navbar-expand-xl .kcw__navbar-collapse{
        display:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important;
        -ms-flex-preferred-size:auto;
        flex-basis:auto
    }
     .kcw .kcw__navbar-expand-xl .kcw__navbar-toggler{
        display:none
    }
     .kcw .kcw__navbar-expand-xl .kcw__offcanvas-header{
        display:none
    }
     .kcw .kcw__navbar-expand-xl .kcw__offcanvas{
        position:inherit;
        bottom:0;
        z-index:1000;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        visibility:visible !important;
        background-color:rgba(0,0,0,0);
        border-right:0;
        border-left:0;
        -webkit-transition:none;
        transition:none;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
     .kcw .kcw__navbar-expand-xl .kcw__offcanvas-top, .kcw .kcw__navbar-expand-xl .kcw__offcanvas-bottom{
        height:auto;
        border-top:0;
        border-bottom:0
    }
     .kcw .kcw__navbar-expand-xl .kcw__offcanvas-body{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-flex:0;
        -ms-flex-positive:0;
        flex-grow:0;
        padding:0;
        overflow-y:visible
    }
}
@media(min-width: 1400px){
     .kcw .kcw__navbar-expand-xxl{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
     .kcw .kcw__navbar-expand-xxl .kcw__navbar-nav{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
     .kcw .kcw__navbar-expand-xxl .kcw__navbar-nav .kcw__dropdown-menu{
        position:absolute
    }
     .kcw .kcw__navbar-expand-xxl .kcw__navbar-nav .kcw__nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
     .kcw .kcw__navbar-expand-xxl .kcw__navbar-nav-scroll{
        overflow:visible
    }
     .kcw .kcw__navbar-expand-xxl .kcw__navbar-collapse{
        display:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important;
        -ms-flex-preferred-size:auto;
        flex-basis:auto
    }
     .kcw .kcw__navbar-expand-xxl .kcw__navbar-toggler{
        display:none
    }
     .kcw .kcw__navbar-expand-xxl .kcw__offcanvas-header{
        display:none
    }
     .kcw .kcw__navbar-expand-xxl .kcw__offcanvas{
        position:inherit;
        bottom:0;
        z-index:1000;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        visibility:visible !important;
        background-color:rgba(0,0,0,0);
        border-right:0;
        border-left:0;
        -webkit-transition:none;
        transition:none;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
     .kcw .kcw__navbar-expand-xxl .kcw__offcanvas-top, .kcw .kcw__navbar-expand-xxl .kcw__offcanvas-bottom{
        height:auto;
        border-top:0;
        border-bottom:0
    }
     .kcw .kcw__navbar-expand-xxl .kcw__offcanvas-body{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-flex:0;
        -ms-flex-positive:0;
        flex-grow:0;
        padding:0;
        overflow-y:visible
    }
}
 .kcw .kcw__navbar-expand{
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
 .kcw .kcw__navbar-expand .kcw__navbar-nav{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    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:.5rem;
    padding-left:.5rem
}
 .kcw .kcw__navbar-expand .kcw__navbar-nav-scroll{
    overflow:visible
}
 .kcw .kcw__navbar-expand .kcw__navbar-collapse{
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important;
    -ms-flex-preferred-size:auto;
    flex-basis:auto
}
 .kcw .kcw__navbar-expand .kcw__navbar-toggler{
    display:none
}
 .kcw .kcw__navbar-expand .kcw__offcanvas-header{
    display:none
}
 .kcw .kcw__navbar-expand .kcw__offcanvas{
    position:inherit;
    bottom:0;
    z-index:1000;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    visibility:visible !important;
    background-color:rgba(0,0,0,0);
    border-right:0;
    border-left:0;
    -webkit-transition:none;
    transition:none;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none
}
 .kcw .kcw__navbar-expand .kcw__offcanvas-top, .kcw .kcw__navbar-expand .kcw__offcanvas-bottom{
    height:auto;
    border-top:0;
    border-bottom:0
}
 .kcw .kcw__navbar-expand .kcw__offcanvas-body{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:0;
    -ms-flex-positive:0;
    flex-grow:0;
    padding:0;
    overflow-y:visible
}
 .kcw .kcw__navbar-light .kcw__navbar-brand{
    color:rgba(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,.9)
}
 .kcw .kcw__navbar-light .kcw__navbar-nav .kcw__nav-link{
    color:rgba(0,0,0,.55)
}
 .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,.7)
}
 .kcw .kcw__navbar-light .kcw__navbar-nav .kcw__nav-link.kcw__disabled{
    color:rgba(0,0,0,.3)
}
 .kcw .kcw__navbar-light .kcw__navbar-nav .kcw__show>.kcw__nav-link, .kcw .kcw__navbar-light .kcw__navbar-nav .kcw__nav-link.kcw__active{
    color:rgba(0,0,0,.9)
}
 .kcw .kcw__navbar-light .kcw__navbar-toggler{
    color:rgba(0,0,0,.55);
    border-color:rgba(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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%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,.55)
}
 .kcw .kcw__navbar-light .kcw__navbar-text a, .kcw .kcw__navbar-light .kcw__navbar-text a:hover, .kcw .kcw__navbar-light .kcw__navbar-text a:focus{
    color:rgba(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,.55)
}
 .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,.75)
}
 .kcw .kcw__navbar-dark .kcw__navbar-nav .kcw__nav-link.kcw__disabled{
    color:rgba(255,255,255,.25)
}
 .kcw .kcw__navbar-dark .kcw__navbar-nav .kcw__show>.kcw__nav-link, .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,.55);
    border-color:rgba(255,255,255,.1)
}
 .kcw .kcw__navbar-dark .kcw__navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%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,.55)
}
 .kcw .kcw__navbar-dark .kcw__navbar-text a, .kcw .kcw__navbar-dark .kcw__navbar-text a:hover, .kcw .kcw__navbar-dark .kcw__navbar-text a:focus{
    color:#fff
}
 .kcw .kcw__footer-1{
    position:relative;
    padding-top:25px;
    text-align:center
}
 .kcw .kcw__footer-1:before{
    content:"";
    display:block;
    position:absolute;
    top:-15px;
    left:0;
    right:0;
    height:25px;
    background:#5461c8;
    border-top-left-radius:18px;
    border-top-right-radius:18px
}
 .kcw .kcw__footer-1 .kcw__logo{
    margin-bottom:1.5em
}
@media(min-width: 992px){
     .kcw .kcw__footer-1 .kcw__logo{
        margin-bottom:0
    }
}
 .kcw .kcw__footer-1 a:not(a.kcw__btn){
    color:#fff
}
 .kcw .kcw__footer-1 .kcw__copyright{
    font-size:.875rem;
    border-top:1px solid rgba(255,255,255,.2);
    padding-top:.5em
}
 .kcw .kcw__footer-1 .kcw__copyright span{
    display:block;
    margin-top:.5em
}
@media(min-width: 992px){
     .kcw .kcw__footer-1 .kcw__copyright span{
        display:inline;
        margin-top:0
    }
}
 .kcw .kcw__footer-1 .kcw__social-links{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-top:1em;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    max-width:100%
}
@media(min-width: 992px){
     .kcw .kcw__footer-1 .kcw__social-links{
        margin-top:0;
        -webkit-box-pack:end;
        -ms-flex-pack:end;
        justify-content:flex-end
    }
}
 .kcw .kcw__footer-1 .kcw__nav-item a{
    color:#fff;
    text-decoration:underline
}
 .kcw .kcw__footer-1 .kcw__nav-item a:hover{
    text-decoration:none;
    color:#fff
}
 .kcw .kcw__footer-1 .kcw__btn-light{
    margin-top:1em
}
@media(min-width: 992px){
     .kcw .kcw__footer-1 .kcw__btn-light{
        display:table;
        margin-left:auto;
        margin-top:0
    }
}
@media(min-width: 992px){
     .kcw .kcw__footer-1{
        text-align:left
    }
}
 .kcw .kcw__offcanvas{
    position:fixed;
    bottom:0;
    z-index:1045;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    max-width:100%;
    visibility:hidden;
    background-color:#fff;
    background-clip:padding-box;
    outline:0;
    -webkit-transition:-webkit-transform .3s ease-in-out;
    transition:-webkit-transform .3s ease-in-out;
    transition:transform .3s ease-in-out;
    transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
@media(prefers-reduced-motion: reduce){
     .kcw .kcw__offcanvas{
        -webkit-transition:none;
        transition:none
    }
}
 .kcw .kcw__offcanvas-backdrop{
    position:fixed;
    top:0;
    left:0;
    z-index:1040;
    width:100vw;
    height:100vh;
    background-color:#000
}
 .kcw .kcw__offcanvas-backdrop.kcw__fade{
    opacity:0
}
 .kcw .kcw__offcanvas-backdrop.kcw__show{
    opacity:.5
}
 .kcw .kcw__offcanvas-header{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:1rem 1rem
}
 .kcw .kcw__offcanvas-header .kcw__btn-close{
    padding:.5rem .5rem;
    margin-top:-0.5rem;
    margin-right:-0.5rem;
    margin-bottom:-0.5rem
}
 .kcw .kcw__offcanvas-title{
    margin-bottom:0;
    line-height:1.5
}
 .kcw .kcw__offcanvas-body{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    padding:1rem 1rem;
    overflow-y:auto
}
 .kcw .kcw__offcanvas-start{
    top:0;
    left:0;
    width:400px;
    border-right:1px solid rgba(0,0,0,.2);
    -webkit-transform:translateX(-100%);
    -ms-transform:translateX(-100%);
    transform:translateX(-100%)
}
 .kcw .kcw__offcanvas-end{
    top:0;
    right:0;
    width:400px;
    border-left:1px solid rgba(0,0,0,.2);
    -webkit-transform:translateX(100%);
    -ms-transform:translateX(100%);
    transform:translateX(100%)
}
 .kcw .kcw__offcanvas-top{
    top:0;
    right:0;
    left:0;
    height:30vh;
    max-height:100%;
    border-bottom:1px solid rgba(0,0,0,.2);
    -webkit-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    transform:translateY(-100%)
}
 .kcw .kcw__offcanvas-bottom{
    right:0;
    left:0;
    height:30vh;
    max-height:100%;
    border-top:1px solid rgba(0,0,0,.2);
    -webkit-transform:translateY(100%);
    -ms-transform:translateY(100%);
    transform:translateY(100%)
}
 .kcw .kcw__offcanvas.kcw__show{
    -webkit-transform:none;
    -ms-transform:none;
    transform:none
}
 .kcw #kcw__offcanvasMobileMenu .kcw__dropdown-menu{
    position:relative;
    border:none
}
body .kcw .kcw__menu-open{
    overflow:hidden
}
 .kcw #kcw__menu{
    width:100%;
    padding-right:var(--bs-gutter-x, 0.75rem);
    padding-left:var(--bs-gutter-x, 0.75rem);
    margin-right:auto;
    margin-left:auto;
    background:#fff;
    max-width:1400px;
    height:70vh;
    left:50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    opacity:0;
    overflow:hidden;
    position:fixed;
    text-align:center;
    -webkit-transition:all .7s ease-in-out;
    transition:all .7s ease-in-out;
    top:0;
    visibility:hidden;
    width:100%;
    border-radius:9px;
    z-index:1100
}
@media(max-width: 1399.98px){
     .kcw #kcw__menu{
        height:90vh
    }
}
@media(max-width: 1399.98px){
     .kcw #kcw__menu{
        max-width:95%
    }
}
 .kcw #kcw__menu.kcw__open{
    opacity:1;
    visibility:visible
}
@media(max-width: 991.98px){
     .kcw #kcw__menu.kcw__open{
        overflow-y:auto
    }
}
 .kcw #kcw__menu.kcw__open .kcw__col:nth-child(1){
    -webkit-animation-delay:.1s;
    animation-delay:.1s
}
 .kcw #kcw__menu.kcw__open .kcw__col:nth-child(2){
    -webkit-animation-delay:.2s;
    animation-delay:.2s
}
 .kcw #kcw__menu.kcw__open .kcw__col:nth-child(3){
    -webkit-animation-delay:.3s;
    animation-delay:.3s
}
 .kcw #kcw__menu.kcw__open .kcw__col:nth-child(4){
    -webkit-animation-delay:.4s;
    animation-delay:.4s
}
 .kcw #kcw__menu.kcw__open .kcw__col:nth-child(5){
    -webkit-animation-delay:.5s;
    animation-delay:.5s
}
 .kcw #kcw__menu.kcw__open .kcw__col:nth-child(6){
    -webkit-animation-delay:.6s;
    animation-delay:.6s
}
 .kcw #kcw__menu.kcw__open .kcw__col:nth-child(7){
    -webkit-animation-delay:.7s;
    animation-delay:.7s
}
 .kcw #kcw__menu.kcw__open .kcw__col:nth-child(8){
    -webkit-animation-delay:.8s;
    animation-delay:.8s
}
 .kcw #kcw__menu.kcw__open .kcw__col:nth-child(9){
    -webkit-animation-delay:.9s;
    animation-delay:.9s
}
 .kcw #kcw__menu.kcw__open .kcw__col:nth-child(10){
    -webkit-animation-delay:1s;
    animation-delay:1s
}
 .kcw #kcw__menu.kcw__open .kcw__col{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp
}
 .kcw #kcw__menu ul:hover a{
    opacity:.6
}
 .kcw #kcw__menu ul a{
    -webkit-transform:translateZ(0);
    -webkit-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
 .kcw #kcw__menu ul a:hover{
    opacity:1
}
 .kcw #kcw__menu .kcw__bg-white{
    margin:0 15px
}
 .kcw #kcw__menu .kcw__main-nav{
    position:relative
}
 .kcw #kcw__menu .kcw__main-nav ul{
    list-style:none;
    margin:0;
    padding:0
}
 .kcw #kcw__menu .kcw__main-nav a{
    font-family:"Red Hat Display",sans-serif;
    color:#5461c8;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:1.125rem;
    font-weight:500;
    padding:.5rem 1rem;
    text-decoration:underline
}
 .kcw #kcw__menu .kcw__main-nav a:first{
    padding-top:0
}
 .kcw #kcw__menu .kcw__main-nav .kcw__main-nav-heading{
    font-size:1.625rem;
    text-decoration:none;
    margin-bottom:.375em;
    padding:.5rem 1rem;
    font-weight:700
}
 .kcw #kcw__menu .kcw__main-nav .kcw__main-nav-heading a{
    font-size:1.625rem;
    text-decoration:none;
    font-weight:700;
    padding:0;
    margin-bottom:0
}
@media(max-width: 1199.98px){
     .kcw #kcw__menu .kcw__main-nav .kcw__main-nav-heading a{
        font-size:1.5rem
    }
}
 .kcw #kcw__menu .kcw__menu-bottom{
    position:relative
}
 .kcw #kcw__menu .kcw__menu-bottom ul{
    display:inline-block;
    list-style:none;
    margin:0;
    padding:0
}
 .kcw #kcw__menu .kcw__menu-bottom ul li{
    display:inline;
    margin:0 1rem
}
 .kcw #kcw__menu .kcw__menu-bottom a{
    color:#5461c8;
    text-decoration:none;
    text-transform:uppercase
}
@media(min-width: 992px){
     .kcw #kcw__menu .kcw__menu-bottom{
        position:absolute;
        bottom:50px
    }
}
 .kcw .kcw__toggle-menu{
    background-color:#ede9ef;
    border-radius:50em;
    border:none;
    cursor:pointer;
    display:inline-block;
    float:right;
    height:50px;
    outline:none;
    padding:0;
    pointer-events:initial;
    position:relative;
    vertical-align:middle;
    width:50px;
    z-index:1110
}
 .kcw .kcw__toggle-menu span{
    background-color:#5461c8;
    content:"";
    display:block;
    height:2px;
    left:calc(50% - 13px);
    position:absolute;
    top:calc(50% - 1px);
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
    -webkit-transition:background-color .2s ease-in-out,top .2s .2s ease-out,-webkit-transform .2s linear;
    transition:background-color .2s ease-in-out,top .2s .2s ease-out,-webkit-transform .2s linear;
    transition:background-color .2s ease-in-out,top .2s .2s ease-out,transform .2s linear;
    transition:background-color .2s ease-in-out,top .2s .2s ease-out,transform .2s linear,-webkit-transform .2s linear;
    width:26px
}
 .kcw .kcw__toggle-menu span:before, .kcw .kcw__toggle-menu span:after{
    background-color:#5461c8;
    content:"";
    display:block;
    height:2px;
    position:absolute;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
    -webkit-transition:background-color .2s ease-in-out,top .2s .2s ease-out,-webkit-transform .2s linear;
    transition:background-color .2s ease-in-out,top .2s .2s ease-out,-webkit-transform .2s linear;
    transition:background-color .2s ease-in-out,top .2s .2s ease-out,transform .2s linear;
    transition:background-color .2s ease-in-out,top .2s .2s ease-out,transform .2s linear,-webkit-transform .2s linear;
    width:26px
}
 .kcw .kcw__toggle-menu span:before{
    top:7px
}
 .kcw .kcw__toggle-menu span:after{
    top:-7px
}
 .kcw .kcw__toggle-menu-close{
    background-color:#ede9ef;
    border-radius:50em;
    border:none;
    cursor:pointer;
    display:inline-block;
    float:right;
    height:50px;
    outline:none;
    padding:0;
    pointer-events:initial;
    position:relative;
    vertical-align:middle;
    width:50px;
    top:0;
    z-index:1110
}
 .kcw .kcw__toggle-menu-close span{
    background-color:#5461c8;
    content:"";
    display:block;
    height:2px;
    left:calc(50% - 13px);
    position:absolute;
    top:calc(50% - 1px);
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
    -webkit-transition:background-color .2s ease-in-out,top .2s .2s ease-out,-webkit-transform .2s linear;
    transition:background-color .2s ease-in-out,top .2s .2s ease-out,-webkit-transform .2s linear;
    transition:background-color .2s ease-in-out,top .2s .2s ease-out,transform .2s linear;
    transition:background-color .2s ease-in-out,top .2s .2s ease-out,transform .2s linear,-webkit-transform .2s linear;
    width:26px
}
 .kcw .kcw__toggle-menu-close span:before, .kcw .kcw__toggle-menu-close span:after{
    background-color:#5461c8;
    content:"";
    display:block;
    height:2px;
    position:absolute;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
    -webkit-transition:background-color .2s ease-in-out,top .2s .2s ease-out,-webkit-transform .2s linear;
    transition:background-color .2s ease-in-out,top .2s .2s ease-out,-webkit-transform .2s linear;
    transition:background-color .2s ease-in-out,top .2s .2s ease-out,transform .2s linear;
    transition:background-color .2s ease-in-out,top .2s .2s ease-out,transform .2s linear,-webkit-transform .2s linear;
    width:26px
}
 .kcw .kcw__toggle-menu-close span:before{
    top:7px
}
 .kcw .kcw__toggle-menu-close span:after{
    top:-7px
}
 .kcw .kcw__toggle-menu-close.kcw__close span{
    background-color:rgba(0,0,0,0);
    -webkit-transition:background .2s ease-out;
    transition:background .2s ease-out
}
 .kcw .kcw__toggle-menu-close.kcw__close span:before, .kcw .kcw__toggle-menu-close.kcw__close span:after{
    -webkit-transition:top .2s ease-out,-webkit-transform .2s .2s ease-out;
    transition:top .2s ease-out,-webkit-transform .2s .2s ease-out;
    transition:top .2s ease-out,transform .2s .2s ease-out;
    transition:top .2s ease-out,transform .2s .2s ease-out,-webkit-transform .2s .2s ease-out
}
 .kcw .kcw__toggle-menu-close.kcw__close span:before{
    top:0;
    -webkit-transform:rotate3d(0, 0, 1, -45deg);
    transform:rotate3d(0, 0, 1, -45deg)
}
 .kcw .kcw__toggle-menu-close.kcw__close span:after{
    top:0;
    -webkit-transform:rotate3d(0, 0, 1, 45deg);
    transform:rotate3d(0, 0, 1, 45deg)
}
 .kcw .kcw__fade{
    -webkit-transition:opacity .15s linear;
    transition:opacity .15s linear
}
@media(prefers-reduced-motion: reduce){
     .kcw .kcw__fade{
        -webkit-transition:none;
        transition:none
    }
}
 .kcw .kcw__fade:not(.kcw__show){
    opacity:0
}
 .kcw .kcw__collapse:not(.kcw__show){
    display:none
}
 .kcw .kcw__collapsing{
    height:0;
    overflow:hidden;
    -webkit-transition:height .35s ease;
    transition:height .35s ease
}
@media(prefers-reduced-motion: reduce){
     .kcw .kcw__collapsing{
        -webkit-transition:none;
        transition:none
    }
}
 .kcw .kcw__collapsing.kcw__collapse-horizontal{
    width:0;
    height:auto;
    -webkit-transition:width .35s ease;
    transition:width .35s ease
}
@media(prefers-reduced-motion: reduce){
     .kcw .kcw__collapsing.kcw__collapse-horizontal{
        -webkit-transition:none;
        transition:none
    }
}
 .kcw .kcw__logo-group img{
    -webkit-filter:saturate(0.1);
    filter:saturate(0.1);
    -webkit-transition:1s ease;
    transition:1s ease
}
 .kcw .kcw__logo-group img:hover{
    -webkit-filter:saturate(1);
    filter:saturate(1)
}
 .kcw .kcw__clearfix::after{
    display:block;
    clear:both;
    content:""
}
 .kcw .kcw__link-primary{
    color:#5461c8
}
 .kcw .kcw__link-primary:hover, .kcw .kcw__link-primary:focus{
    color:#434ea0
}
 .kcw .kcw__link-secondary{
    color:#00778b
}
 .kcw .kcw__link-secondary:hover, .kcw .kcw__link-secondary:focus{
    color:#005f6f
}
 .kcw .kcw__link-tertiary{
    color:#470a68
}
 .kcw .kcw__link-tertiary:hover, .kcw .kcw__link-tertiary:focus{
    color:#390853
}
 .kcw .kcw__link-gray{
    color:#6c757d
}
 .kcw .kcw__link-gray:hover, .kcw .kcw__link-gray:focus{
    color:#565e64
}
 .kcw .kcw__link-success{
    color:#006341
}
 .kcw .kcw__link-success:hover, .kcw .kcw__link-success:focus{
    color:#004f34
}
 .kcw .kcw__link-info{
    color:#0dcaf0
}
 .kcw .kcw__link-info:hover, .kcw .kcw__link-info:focus{
    color:#3dd5f3
}
 .kcw .kcw__link-warning{
    color:#ffc107
}
 .kcw .kcw__link-warning:hover, .kcw .kcw__link-warning:focus{
    color:#ffcd39
}
 .kcw .kcw__link-danger{
    color:#ee5340
}
 .kcw .kcw__link-danger:hover, .kcw .kcw__link-danger:focus{
    color:#f17566
}
 .kcw .kcw__link-light{
    color:#ebebeb
}
 .kcw .kcw__link-light:hover, .kcw .kcw__link-light:focus{
    color:#efefef
}
 .kcw .kcw__link-dark{
    color:#212529
}
 .kcw .kcw__link-dark:hover, .kcw .kcw__link-dark:focus{
    color:#1a1e21
}
 .kcw .kcw__link-lime{
    color:#84bd00
}
 .kcw .kcw__link-lime:hover, .kcw .kcw__link-lime:focus{
    color:#9dca33
}
 .kcw .kcw__ratio{
    position:relative;
    width:100%
}
 .kcw .kcw__ratio::before{
    display:block;
    padding-top:var(--bs-aspect-ratio);
    content:""
}
 .kcw .kcw__ratio>*{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
 .kcw .kcw__ratio-1x1{
    --bs-aspect-ratio: 100%
}
 .kcw .kcw__ratio-4x3{
    --bs-aspect-ratio: 75%
}
 .kcw .kcw__ratio-16x9{
    --bs-aspect-ratio: 56.25%
}
 .kcw .kcw__ratio-21x9{
    --bs-aspect-ratio: 42.8571428571%
}
 .kcw .kcw__fixed-top{
    position:relative;
    top:0;
    right:0;
    left:0;
    z-index:1030
}
 .kcw .kcw__fixed-bottom{
    position:fixed;
    right:0;
    bottom:0;
    left:0;
    z-index:1030
}
 .kcw .kcw__sticky-top{
    position:sticky;
    top:0;
    z-index:999
}
@media(min-width: 576px){
     .kcw .kcw__sticky-sm-top{
        position:sticky;
        top:0;
        z-index:999
    }
}
@media(min-width: 768px){
     .kcw .kcw__sticky-md-top{
        position:sticky;
        top:0;
        z-index:999
    }
}
@media(min-width: 992px){
     .kcw .kcw__sticky-lg-top{
        position:sticky;
        top:0;
        z-index:999
    }
}
@media(min-width: 1200px){
     .kcw .kcw__sticky-xl-top{
        position:sticky;
        top:0;
        z-index:999
    }
}
@media(min-width: 1400px){
     .kcw .kcw__sticky-xxl-top{
        position:sticky;
        top:0;
        z-index:999
    }
}
 .kcw .kcw__hstack{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-item-align:stretch;
    align-self:stretch
}
@media(max-width: 1199.98px){
     .kcw .kcw__hstack{
        -webkit-box-flex:1;
        -ms-flex:1 1 auto;
        flex:1 1 auto;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -ms-flex-item-align:stretch;
        align-self:stretch;
        -webkit-box-align:stretch;
        -ms-flex-align:stretch;
        align-items:stretch
    }
}
 .kcw .kcw__vstack{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-item-align:stretch;
    align-self:stretch
}
 .kcw .kcw__visually-hidden, .kcw .kcw__visually-hidden-focusable:not(:focus):not(:focus-within){
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0, 0, 0, 0) !important;
    white-space:nowrap !important;
    border:0 !important
}
 .kcw .kcw__stretched-link::after{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    content:""
}
 .kcw .kcw__text-truncate{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
 .kcw .kcw__vr{
    display:inline-block;
    -ms-flex-item-align:stretch;
    align-self:stretch;
    width:1px;
    min-height:1em;
    background-color:currentColor;
    opacity:.25
}
 .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__float-start{
    float:left !important
}
 .kcw .kcw__float-end{
    float:right !important
}
 .kcw .kcw__float-none{
    float:none !important
}
 .kcw .kcw__opacity-0{
    opacity:0 !important
}
 .kcw .kcw__opacity-25{
    opacity:.25 !important
}
 .kcw .kcw__opacity-50{
    opacity:.5 !important
}
 .kcw .kcw__opacity-75{
    opacity:.75 !important
}
 .kcw .kcw__opacity-100{
    opacity:1 !important
}
 .kcw .kcw__overflow-auto{
    overflow:auto !important
}
 .kcw .kcw__overflow-hidden{
    overflow:hidden !important
}
 .kcw .kcw__overflow-visible{
    overflow:visible !important
}
 .kcw .kcw__overflow-scroll{
    overflow:scroll !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-grid{
    display:grid !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:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important
}
 .kcw .kcw__d-inline-flex{
    display:-webkit-inline-box !important;
    display:-ms-inline-flexbox !important;
    display:inline-flex !important
}
 .kcw .kcw__d-none{
    display:none !important
}
 .kcw .kcw__shadow{
    -webkit-box-shadow:0px 0px 35px 0px rgba(154,161,171,.15) !important;
    box-shadow:0px 0px 35px 0px rgba(154,161,171,.15) !important
}
 .kcw .kcw__shadow-sm{
    -webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important;
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important
}
 .kcw .kcw__shadow-lg{
    -webkit-box-shadow:0 0 45px 0 rgba(0,0,0,.12) !important;
    box-shadow:0 0 45px 0 rgba(0,0,0,.12) !important
}
 .kcw .kcw__shadow-none{
    -webkit-box-shadow:none !important;
    box-shadow:none !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__top-0{
    top:0 !important
}
 .kcw .kcw__top-50{
    top:50% !important
}
 .kcw .kcw__top-100{
    top:100% !important
}
 .kcw .kcw__bottom-0{
    bottom:0 !important
}
 .kcw .kcw__bottom-50{
    bottom:50% !important
}
 .kcw .kcw__bottom-100{
    bottom:100% !important
}
 .kcw .kcw__start-0{
    left:0 !important
}
 .kcw .kcw__start-50{
    left:50% !important
}
 .kcw .kcw__start-100{
    left:100% !important
}
 .kcw .kcw__end-0{
    right:0 !important
}
 .kcw .kcw__end-50{
    right:50% !important
}
 .kcw .kcw__end-100{
    right:100% !important
}
 .kcw .kcw__translate-middle{
    -webkit-transform:translate(-50%, -50%) !important;
    -ms-transform:translate(-50%, -50%) !important;
    transform:translate(-50%, -50%) !important
}
 .kcw .kcw__translate-middle-x{
    -webkit-transform:translateX(-50%) !important;
    -ms-transform:translateX(-50%) !important;
    transform:translateX(-50%) !important
}
 .kcw .kcw__translate-middle-y{
    -webkit-transform:translateY(-50%) !important;
    -ms-transform:translateY(-50%) !important;
    transform:translateY(-50%) !important
}
 .kcw .kcw__border{
    border:1px solid #dee2e6 !important
}
 .kcw .kcw__border-0{
    border:0 !important
}
 .kcw .kcw__border-top{
    border-top:1px solid #dee2e6 !important
}
 .kcw .kcw__border-top-0{
    border-top:0 !important
}
 .kcw .kcw__border-end{
    border-right:1px solid #dee2e6 !important
}
 .kcw .kcw__border-end-0{
    border-right:0 !important
}
 .kcw .kcw__border-bottom{
    border-bottom:1px solid #dee2e6 !important
}
 .kcw .kcw__border-bottom-0{
    border-bottom:0 !important
}
 .kcw .kcw__border-start{
    border-left:1px solid #dee2e6 !important
}
 .kcw .kcw__border-start-0{
    border-left:0 !important
}
 .kcw .kcw__border-primary{
    border-color:#5461c8 !important
}
 .kcw .kcw__border-secondary{
    border-color:#00778b !important
}
 .kcw .kcw__border-tertiary{
    border-color:#470a68 !important
}
 .kcw .kcw__border-gray{
    border-color:#6c757d !important
}
 .kcw .kcw__border-success{
    border-color:#006341 !important
}
 .kcw .kcw__border-info{
    border-color:#0dcaf0 !important
}
 .kcw .kcw__border-warning{
    border-color:#ffc107 !important
}
 .kcw .kcw__border-danger{
    border-color:#ee5340 !important
}
 .kcw .kcw__border-light{
    border-color:#ebebeb !important
}
 .kcw .kcw__border-dark{
    border-color:#212529 !important
}
 .kcw .kcw__border-lime{
    border-color:#84bd00 !important
}
 .kcw .kcw__border-white{
    border-color:#fff !important
}
 .kcw .kcw__border-1{
    border-width:1px !important
}
 .kcw .kcw__border-2{
    border-width:2px !important
}
 .kcw .kcw__border-3{
    border-width:3px !important
}
 .kcw .kcw__border-4{
    border-width:4px !important
}
 .kcw .kcw__border-5{
    border-width:5px !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__mw-100{
    max-width:100% !important
}
 .kcw .kcw__vw-100{
    width:100vw !important
}
 .kcw .kcw__min-vw-100{
    min-width:100vw !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__mh-100{
    max-height:100% !important
}
 .kcw .kcw__vh-100{
    height:100vh !important
}
 .kcw .kcw__min-vh-100{
    min-height:100vh !important
}
 .kcw .kcw__flex-fill{
    -webkit-box-flex:1 !important;
    -ms-flex:1 1 auto !important;
    flex:1 1 auto !important
}
 .kcw .kcw__flex-row{
    -webkit-box-orient:horizontal !important;
    -webkit-box-direction:normal !important;
    -ms-flex-direction:row !important;
    flex-direction:row !important
}
 .kcw .kcw__flex-column{
    -webkit-box-orient:vertical !important;
    -webkit-box-direction:normal !important;
    -ms-flex-direction:column !important;
    flex-direction:column !important
}
 .kcw .kcw__flex-row-reverse{
    -webkit-box-orient:horizontal !important;
    -webkit-box-direction:reverse !important;
    -ms-flex-direction:row-reverse !important;
    flex-direction:row-reverse !important
}
 .kcw .kcw__flex-column-reverse{
    -webkit-box-orient:vertical !important;
    -webkit-box-direction:reverse !important;
    -ms-flex-direction:column-reverse !important;
    flex-direction:column-reverse !important
}
 .kcw .kcw__flex-grow-0{
    -webkit-box-flex:0 !important;
    -ms-flex-positive:0 !important;
    flex-grow:0 !important
}
 .kcw .kcw__flex-grow-1{
    -webkit-box-flex:1 !important;
    -ms-flex-positive:1 !important;
    flex-grow:1 !important
}
 .kcw .kcw__flex-shrink-0{
    -ms-flex-negative:0 !important;
    flex-shrink:0 !important
}
 .kcw .kcw__flex-shrink-1{
    -ms-flex-negative:1 !important;
    flex-shrink:1 !important
}
 .kcw .kcw__flex-wrap{
    -ms-flex-wrap:wrap !important;
    flex-wrap:wrap !important
}
 .kcw .kcw__flex-nowrap{
    -ms-flex-wrap:nowrap !important;
    flex-wrap:nowrap !important
}
 .kcw .kcw__flex-wrap-reverse{
    -ms-flex-wrap:wrap-reverse !important;
    flex-wrap:wrap-reverse !important
}
 .kcw .kcw__gap-0{
    gap:0 !important
}
 .kcw .kcw__gap-1{
    gap:.25rem !important
}
 .kcw .kcw__gap-2{
    gap:.5rem !important
}
 .kcw .kcw__gap-3{
    gap:1rem !important
}
 .kcw .kcw__gap-4{
    gap:2rem !important
}
 .kcw .kcw__gap-5{
    gap:3rem !important
}
 .kcw .kcw__gap-25{
    gap:1.56rem !important
}
 .kcw .kcw__gap-50{
    gap:3.125rem !important
}
 .kcw .kcw__gap-75{
    gap:4.68rem !important
}
 .kcw .kcw__gap-100{
    gap:6.25rem !important
}
 .kcw .kcw__gap-150{
    gap:9.375rem !important
}
 .kcw .kcw__gap-200{
    gap:12.5rem !important
}
 .kcw .kcw__justify-content-start{
    -webkit-box-pack:start !important;
    -ms-flex-pack:start !important;
    justify-content:flex-start !important
}
 .kcw .kcw__justify-content-end{
    -webkit-box-pack:end !important;
    -ms-flex-pack:end !important;
    justify-content:flex-end !important
}
 .kcw .kcw__justify-content-center{
    -webkit-box-pack:center !important;
    -ms-flex-pack:center !important;
    justify-content:center !important
}
 .kcw .kcw__justify-content-between{
    -webkit-box-pack:justify !important;
    -ms-flex-pack:justify !important;
    justify-content:space-between !important
}
 .kcw .kcw__justify-content-around{
    -ms-flex-pack:distribute !important;
    justify-content:space-around !important
}
 .kcw .kcw__justify-content-evenly{
    -webkit-box-pack:space-evenly !important;
    -ms-flex-pack:space-evenly !important;
    justify-content:space-evenly !important
}
 .kcw .kcw__align-items-start{
    -webkit-box-align:start !important;
    -ms-flex-align:start !important;
    align-items:flex-start !important
}
 .kcw .kcw__align-items-end{
    -webkit-box-align:end !important;
    -ms-flex-align:end !important;
    align-items:flex-end !important
}
 .kcw .kcw__align-items-center{
    -webkit-box-align:center !important;
    -ms-flex-align:center !important;
    align-items:center !important
}
 .kcw .kcw__align-items-baseline{
    -webkit-box-align:baseline !important;
    -ms-flex-align:baseline !important;
    align-items:baseline !important
}
 .kcw .kcw__align-items-stretch{
    -webkit-box-align:stretch !important;
    -ms-flex-align:stretch !important;
    align-items:stretch !important
}
 .kcw .kcw__align-content-start{
    -ms-flex-line-pack:start !important;
    align-content:flex-start !important
}
 .kcw .kcw__align-content-end{
    -ms-flex-line-pack:end !important;
    align-content:flex-end !important
}
 .kcw .kcw__align-content-center{
    -ms-flex-line-pack:center !important;
    align-content:center !important
}
 .kcw .kcw__align-content-between{
    -ms-flex-line-pack:justify !important;
    align-content:space-between !important
}
 .kcw .kcw__align-content-around{
    -ms-flex-line-pack:distribute !important;
    align-content:space-around !important
}
 .kcw .kcw__align-content-stretch{
    -ms-flex-line-pack:stretch !important;
    align-content:stretch !important
}
 .kcw .kcw__align-self-auto{
    -ms-flex-item-align:auto !important;
    align-self:auto !important
}
 .kcw .kcw__align-self-start{
    -ms-flex-item-align:start !important;
    align-self:flex-start !important
}
 .kcw .kcw__align-self-end{
    -ms-flex-item-align:end !important;
    align-self:flex-end !important
}
 .kcw .kcw__align-self-center{
    -ms-flex-item-align:center !important;
    align-self:center !important
}
 .kcw .kcw__align-self-baseline{
    -ms-flex-item-align:baseline !important;
    align-self:baseline !important
}
 .kcw .kcw__align-self-stretch{
    -ms-flex-item-align:stretch !important;
    align-self:stretch !important
}
 .kcw .kcw__order-first{
    -webkit-box-ordinal-group:0 !important;
    -ms-flex-order:-1 !important;
    order:-1 !important
}
 .kcw .kcw__order-0{
    -webkit-box-ordinal-group:1 !important;
    -ms-flex-order:0 !important;
    order:0 !important
}
 .kcw .kcw__order-1{
    -webkit-box-ordinal-group:2 !important;
    -ms-flex-order:1 !important;
    order:1 !important
}
 .kcw .kcw__order-2{
    -webkit-box-ordinal-group:3 !important;
    -ms-flex-order:2 !important;
    order:2 !important
}
 .kcw .kcw__order-3{
    -webkit-box-ordinal-group:4 !important;
    -ms-flex-order:3 !important;
    order:3 !important
}
 .kcw .kcw__order-4{
    -webkit-box-ordinal-group:5 !important;
    -ms-flex-order:4 !important;
    order:4 !important
}
 .kcw .kcw__order-5{
    -webkit-box-ordinal-group:6 !important;
    -ms-flex-order:5 !important;
    order:5 !important
}
 .kcw .kcw__order-last{
    -webkit-box-ordinal-group:7 !important;
    -ms-flex-order:6 !important;
    order:6 !important
}
 .kcw .kcw__m-0{
    margin:0 !important
}
 .kcw .kcw__m-1{
    margin:.25rem !important
}
 .kcw .kcw__m-2{
    margin:.5rem !important
}
 .kcw .kcw__m-3{
    margin:1rem !important
}
 .kcw .kcw__m-4{
    margin:2rem !important
}
 .kcw .kcw__m-5{
    margin:3rem !important
}
 .kcw .kcw__m-25{
    margin:1.56rem !important
}
 .kcw .kcw__m-50{
    margin:3.125rem !important
}
 .kcw .kcw__m-75{
    margin:4.68rem !important
}
 .kcw .kcw__m-100{
    margin:6.25rem !important
}
 .kcw .kcw__m-150{
    margin:9.375rem !important
}
 .kcw .kcw__m-200{
    margin:12.5rem !important
}
 .kcw .kcw__m-auto{
    margin:auto !important
}
 .kcw .kcw__mx-0{
    margin-right:0 !important;
    margin-left:0 !important
}
 .kcw .kcw__mx-1{
    margin-right:.25rem !important;
    margin-left:.25rem !important
}
 .kcw .kcw__mx-2{
    margin-right:.5rem !important;
    margin-left:.5rem !important
}
 .kcw .kcw__mx-3{
    margin-right:1rem !important;
    margin-left:1rem !important
}
 .kcw .kcw__mx-4{
    margin-right:2rem !important;
    margin-left:2rem !important
}
 .kcw .kcw__mx-5{
    margin-right:3rem !important;
    margin-left:3rem !important
}
 .kcw .kcw__mx-25{
    margin-right:1.56rem !important;
    margin-left:1.56rem !important
}
 .kcw .kcw__mx-50{
    margin-right:3.125rem !important;
    margin-left:3.125rem !important
}
 .kcw .kcw__mx-75{
    margin-right:4.68rem !important;
    margin-left:4.68rem !important
}
 .kcw .kcw__mx-100{
    margin-right:6.25rem !important;
    margin-left:6.25rem !important
}
 .kcw .kcw__mx-150{
    margin-right:9.375rem !important;
    margin-left:9.375rem !important
}
 .kcw .kcw__mx-200{
    margin-right:12.5rem !important;
    margin-left:12.5rem !important
}
 .kcw .kcw__mx-auto{
    margin-right:auto !important;
    margin-left:auto !important
}
 .kcw .kcw__my-0{
    margin-top:0 !important;
    margin-bottom:0 !important
}
 .kcw .kcw__my-1{
    margin-top:.25rem !important;
    margin-bottom:.25rem !important
}
 .kcw .kcw__my-2{
    margin-top:.5rem !important;
    margin-bottom:.5rem !important
}
 .kcw .kcw__my-3{
    margin-top:1rem !important;
    margin-bottom:1rem !important
}
 .kcw .kcw__my-4{
    margin-top:2rem !important;
    margin-bottom:2rem !important
}
 .kcw .kcw__my-5{
    margin-top:3rem !important;
    margin-bottom:3rem !important
}
 .kcw .kcw__my-25{
    margin-top:1.56rem !important;
    margin-bottom:1.56rem !important
}
 .kcw .kcw__my-50{
    margin-top:3.125rem !important;
    margin-bottom:3.125rem !important
}
 .kcw .kcw__my-75{
    margin-top:4.68rem !important;
    margin-bottom:4.68rem !important
}
 .kcw .kcw__my-100{
    margin-top:6.25rem !important;
    margin-bottom:6.25rem !important
}
 .kcw .kcw__my-150{
    margin-top:9.375rem !important;
    margin-bottom:9.375rem !important
}
 .kcw .kcw__my-200{
    margin-top:12.5rem !important;
    margin-bottom:12.5rem !important
}
 .kcw .kcw__my-auto{
    margin-top:auto !important;
    margin-bottom:auto !important
}
 .kcw .kcw__mt-0{
    margin-top:0 !important
}
 .kcw .kcw__mt-1{
    margin-top:.25rem !important
}
 .kcw .kcw__mt-2{
    margin-top:.5rem !important
}
 .kcw .kcw__mt-3{
    margin-top:1rem !important
}
 .kcw .kcw__mt-4{
    margin-top:2rem !important
}
 .kcw .kcw__mt-5{
    margin-top:3rem !important
}
 .kcw .kcw__mt-25{
    margin-top:1.56rem !important
}
 .kcw .kcw__mt-50{
    margin-top:3.125rem !important
}
 .kcw .kcw__mt-75{
    margin-top:4.68rem !important
}
 .kcw .kcw__mt-100{
    margin-top:6.25rem !important
}
 .kcw .kcw__mt-150{
    margin-top:9.375rem !important
}
 .kcw .kcw__mt-200{
    margin-top:12.5rem !important
}
 .kcw .kcw__mt-auto{
    margin-top:auto !important
}
 .kcw .kcw__me-0{
    margin-right:0 !important
}
 .kcw .kcw__me-1{
    margin-right:.25rem !important
}
 .kcw .kcw__me-2{
    margin-right:.5rem !important
}
 .kcw .kcw__me-3{
    margin-right:1rem !important
}
 .kcw .kcw__me-4{
    margin-right:2rem !important
}
 .kcw .kcw__me-5{
    margin-right:3rem !important
}
 .kcw .kcw__me-25{
    margin-right:1.56rem !important
}
 .kcw .kcw__me-50{
    margin-right:3.125rem !important
}
 .kcw .kcw__me-75{
    margin-right:4.68rem !important
}
 .kcw .kcw__me-100{
    margin-right:6.25rem !important
}
 .kcw .kcw__me-150{
    margin-right:9.375rem !important
}
 .kcw .kcw__me-200{
    margin-right:12.5rem !important
}
 .kcw .kcw__me-auto{
    margin-right:auto !important
}
 .kcw .kcw__mb-0{
    margin-bottom:0 !important
}
 .kcw .kcw__mb-1{
    margin-bottom:.25rem !important
}
 .kcw .kcw__mb-2{
    margin-bottom:.5rem !important
}
 .kcw .kcw__mb-3{
    margin-bottom:1rem !important
}
 .kcw .kcw__mb-4{
    margin-bottom:2rem !important
}
 .kcw .kcw__mb-5{
    margin-bottom:3rem !important
}
 .kcw .kcw__mb-25{
    margin-bottom:1.56rem !important
}
 .kcw .kcw__mb-50{
    margin-bottom:3.125rem !important
}
 .kcw .kcw__mb-75{
    margin-bottom:4.68rem !important
}
 .kcw .kcw__mb-100{
    margin-bottom:6.25rem !important
}
 .kcw .kcw__mb-150{
    margin-bottom:9.375rem !important
}
 .kcw .kcw__mb-200{
    margin-bottom:12.5rem !important
}
 .kcw .kcw__mb-auto{
    margin-bottom:auto !important
}
 .kcw .kcw__ms-0{
    margin-left:0 !important
}
 .kcw .kcw__ms-1{
    margin-left:.25rem !important
}
 .kcw .kcw__ms-2{
    margin-left:.5rem !important
}
 .kcw .kcw__ms-3{
    margin-left:1rem !important
}
 .kcw .kcw__ms-4{
    margin-left:2rem !important
}
 .kcw .kcw__ms-5{
    margin-left:3rem !important
}
 .kcw .kcw__ms-25{
    margin-left:1.56rem !important
}
 .kcw .kcw__ms-50{
    margin-left:3.125rem !important
}
 .kcw .kcw__ms-75{
    margin-left:4.68rem !important
}
 .kcw .kcw__ms-100{
    margin-left:6.25rem !important
}
 .kcw .kcw__ms-150{
    margin-left:9.375rem !important
}
 .kcw .kcw__ms-200{
    margin-left:12.5rem !important
}
 .kcw .kcw__ms-auto{
    margin-left:auto !important
}
 .kcw .kcw__m-n1{
    margin:-0.25rem !important
}
 .kcw .kcw__m-n2{
    margin:-0.5rem !important
}
 .kcw .kcw__m-n3{
    margin:-1rem !important
}
 .kcw .kcw__m-n4{
    margin:-2rem !important
}
 .kcw .kcw__m-n5{
    margin:-3rem !important
}
 .kcw .kcw__m-n25{
    margin:-1.56rem !important
}
 .kcw .kcw__m-n50{
    margin:-3.125rem !important
}
 .kcw .kcw__m-n75{
    margin:-4.68rem !important
}
 .kcw .kcw__m-n100{
    margin:-6.25rem !important
}
 .kcw .kcw__m-n150{
    margin:-9.375rem !important
}
 .kcw .kcw__m-n200{
    margin:-12.5rem !important
}
 .kcw .kcw__mx-n1{
    margin-right:-0.25rem !important;
    margin-left:-0.25rem !important
}
 .kcw .kcw__mx-n2{
    margin-right:-0.5rem !important;
    margin-left:-0.5rem !important
}
 .kcw .kcw__mx-n3{
    margin-right:-1rem !important;
    margin-left:-1rem !important
}
 .kcw .kcw__mx-n4{
    margin-right:-2rem !important;
    margin-left:-2rem !important
}
 .kcw .kcw__mx-n5{
    margin-right:-3rem !important;
    margin-left:-3rem !important
}
 .kcw .kcw__mx-n25{
    margin-right:-1.56rem !important;
    margin-left:-1.56rem !important
}
 .kcw .kcw__mx-n50{
    margin-right:-3.125rem !important;
    margin-left:-3.125rem !important
}
 .kcw .kcw__mx-n75{
    margin-right:-4.68rem !important;
    margin-left:-4.68rem !important
}
 .kcw .kcw__mx-n100{
    margin-right:-6.25rem !important;
    margin-left:-6.25rem !important
}
 .kcw .kcw__mx-n150{
    margin-right:-9.375rem !important;
    margin-left:-9.375rem !important
}
 .kcw .kcw__mx-n200{
    margin-right:-12.5rem !important;
    margin-left:-12.5rem !important
}
 .kcw .kcw__my-n1{
    margin-top:-0.25rem !important;
    margin-bottom:-0.25rem !important
}
 .kcw .kcw__my-n2{
    margin-top:-0.5rem !important;
    margin-bottom:-0.5rem !important
}
 .kcw .kcw__my-n3{
    margin-top:-1rem !important;
    margin-bottom:-1rem !important
}
 .kcw .kcw__my-n4{
    margin-top:-2rem !important;
    margin-bottom:-2rem !important
}
 .kcw .kcw__my-n5{
    margin-top:-3rem !important;
    margin-bottom:-3rem !important
}
 .kcw .kcw__my-n25{
    margin-top:-1.56rem !important;
    margin-bottom:-1.56rem !important
}
 .kcw .kcw__my-n50{
    margin-top:-3.125rem !important;
    margin-bottom:-3.125rem !important
}
 .kcw .kcw__my-n75{
    margin-top:-4.68rem !important;
    margin-bottom:-4.68rem !important
}
 .kcw .kcw__my-n100{
    margin-top:-6.25rem !important;
    margin-bottom:-6.25rem !important
}
 .kcw .kcw__my-n150{
    margin-top:-9.375rem !important;
    margin-bottom:-9.375rem !important
}
 .kcw .kcw__my-n200{
    margin-top:-12.5rem !important;
    margin-bottom:-12.5rem !important
}
 .kcw .kcw__mt-n1{
    margin-top:-0.25rem !important
}
 .kcw .kcw__mt-n2{
    margin-top:-0.5rem !important
}
 .kcw .kcw__mt-n3{
    margin-top:-1rem !important
}
 .kcw .kcw__mt-n4{
    margin-top:-2rem !important
}
 .kcw .kcw__mt-n5{
    margin-top:-3rem !important
}
 .kcw .kcw__mt-n25{
    margin-top:-1.56rem !important
}
 .kcw .kcw__mt-n50{
    margin-top:-3.125rem !important
}
 .kcw .kcw__mt-n75{
    margin-top:-4.68rem !important
}
 .kcw .kcw__mt-n100{
    margin-top:-6.25rem !important
}
 .kcw .kcw__mt-n150{
    margin-top:-9.375rem !important
}
 .kcw .kcw__mt-n200{
    margin-top:-12.5rem !important
}
 .kcw .kcw__me-n1{
    margin-right:-0.25rem !important
}
 .kcw .kcw__me-n2{
    margin-right:-0.5rem !important
}
 .kcw .kcw__me-n3{
    margin-right:-1rem !important
}
 .kcw .kcw__me-n4{
    margin-right:-2rem !important
}
 .kcw .kcw__me-n5{
    margin-right:-3rem !important
}
 .kcw .kcw__me-n25{
    margin-right:-1.56rem !important
}
 .kcw .kcw__me-n50{
    margin-right:-3.125rem !important
}
 .kcw .kcw__me-n75{
    margin-right:-4.68rem !important
}
 .kcw .kcw__me-n100{
    margin-right:-6.25rem !important
}
 .kcw .kcw__me-n150{
    margin-right:-9.375rem !important
}
 .kcw .kcw__me-n200{
    margin-right:-12.5rem !important
}
 .kcw .kcw__mb-n1{
    margin-bottom:-0.25rem !important
}
 .kcw .kcw__mb-n2{
    margin-bottom:-0.5rem !important
}
 .kcw .kcw__mb-n3{
    margin-bottom:-1rem !important
}
 .kcw .kcw__mb-n4{
    margin-bottom:-2rem !important
}
 .kcw .kcw__mb-n5{
    margin-bottom:-3rem !important
}
 .kcw .kcw__mb-n25{
    margin-bottom:-1.56rem !important
}
 .kcw .kcw__mb-n50{
    margin-bottom:-3.125rem !important
}
 .kcw .kcw__mb-n75{
    margin-bottom:-4.68rem !important
}
 .kcw .kcw__mb-n100{
    margin-bottom:-6.25rem !important
}
 .kcw .kcw__mb-n150{
    margin-bottom:-9.375rem !important
}
 .kcw .kcw__mb-n200{
    margin-bottom:-12.5rem !important
}
 .kcw .kcw__ms-n1{
    margin-left:-0.25rem !important
}
 .kcw .kcw__ms-n2{
    margin-left:-0.5rem !important
}
 .kcw .kcw__ms-n3{
    margin-left:-1rem !important
}
 .kcw .kcw__ms-n4{
    margin-left:-2rem !important
}
 .kcw .kcw__ms-n5{
    margin-left:-3rem !important
}
 .kcw .kcw__ms-n25{
    margin-left:-1.56rem !important
}
 .kcw .kcw__ms-n50{
    margin-left:-3.125rem !important
}
 .kcw .kcw__ms-n75{
    margin-left:-4.68rem !important
}
 .kcw .kcw__ms-n100{
    margin-left:-6.25rem !important
}
 .kcw .kcw__ms-n150{
    margin-left:-9.375rem !important
}
 .kcw .kcw__ms-n200{
    margin-left:-12.5rem !important
}
 .kcw .kcw__p-0{
    padding:0 !important
}
 .kcw .kcw__p-1{
    padding:.25rem !important
}
 .kcw .kcw__p-2{
    padding:.5rem !important
}
 .kcw .kcw__p-3{
    padding:1rem !important
}
 .kcw .kcw__p-4{
    padding:2rem !important
}
 .kcw .kcw__p-5{
    padding:3rem !important
}
 .kcw .kcw__p-25{
    padding:1.56rem !important
}
 .kcw .kcw__p-50{
    padding:3.125rem !important
}
 .kcw .kcw__p-75{
    padding:4.68rem !important
}
 .kcw .kcw__p-100{
    padding:6.25rem !important
}
 .kcw .kcw__p-150{
    padding:9.375rem !important
}
 .kcw .kcw__p-200{
    padding:12.5rem !important
}
 .kcw .kcw__px-0{
    padding-right:0 !important;
    padding-left:0 !important
}
 .kcw .kcw__px-1{
    padding-right:.25rem !important;
    padding-left:.25rem !important
}
 .kcw .kcw__px-2{
    padding-right:.5rem !important;
    padding-left:.5rem !important
}
 .kcw .kcw__px-3{
    padding-right:1rem !important;
    padding-left:1rem !important
}
 .kcw .kcw__px-4{
    padding-right:2rem !important;
    padding-left:2rem !important
}
 .kcw .kcw__px-5{
    padding-right:3rem !important;
    padding-left:3rem !important
}
 .kcw .kcw__px-25{
    padding-right:1.56rem !important;
    padding-left:1.56rem !important
}
 .kcw .kcw__px-50{
    padding-right:3.125rem !important;
    padding-left:3.125rem !important
}
 .kcw .kcw__px-75{
    padding-right:4.68rem !important;
    padding-left:4.68rem !important
}
 .kcw .kcw__px-100{
    padding-right:6.25rem !important;
    padding-left:6.25rem !important
}
 .kcw .kcw__px-150{
    padding-right:9.375rem !important;
    padding-left:9.375rem !important
}
 .kcw .kcw__px-200{
    padding-right:12.5rem !important;
    padding-left:12.5rem !important
}
 .kcw .kcw__py-0{
    padding-top:0 !important;
    padding-bottom:0 !important
}
 .kcw .kcw__py-1{
    padding-top:.25rem !important;
    padding-bottom:.25rem !important
}
 .kcw .kcw__py-2{
    padding-top:.5rem !important;
    padding-bottom:.5rem !important
}
 .kcw .kcw__py-3{
    padding-top:1rem !important;
    padding-bottom:1rem !important
}
 .kcw .kcw__py-4{
    padding-top:2rem !important;
    padding-bottom:2rem !important
}
 .kcw .kcw__py-5{
    padding-top:3rem !important;
    padding-bottom:3rem !important
}
 .kcw .kcw__py-25{
    padding-top:1.56rem !important;
    padding-bottom:1.56rem !important
}
 .kcw .kcw__py-50{
    padding-top:3.125rem !important;
    padding-bottom:3.125rem !important
}
 .kcw .kcw__py-75{
    padding-top:4.68rem !important;
    padding-bottom:4.68rem !important
}
 .kcw .kcw__py-100{
    padding-top:6.25rem !important;
    padding-bottom:6.25rem !important
}
 .kcw .kcw__py-150{
    padding-top:9.375rem !important;
    padding-bottom:9.375rem !important
}
 .kcw .kcw__py-200{
    padding-top:12.5rem !important;
    padding-bottom:12.5rem !important
}
 .kcw .kcw__pt-0{
    padding-top:0 !important
}
 .kcw .kcw__pt-1{
    padding-top:.25rem !important
}
 .kcw .kcw__pt-2{
    padding-top:.5rem !important
}
 .kcw .kcw__pt-3{
    padding-top:1rem !important
}
 .kcw .kcw__pt-4{
    padding-top:2rem !important
}
 .kcw .kcw__pt-5{
    padding-top:3rem !important
}
 .kcw .kcw__pt-25{
    padding-top:1.56rem !important
}
 .kcw .kcw__pt-50{
    padding-top:3.125rem !important
}
 .kcw .kcw__pt-75{
    padding-top:4.68rem !important
}
 .kcw .kcw__pt-100{
    padding-top:6.25rem !important
}
 .kcw .kcw__pt-150{
    padding-top:9.375rem !important
}
 .kcw .kcw__pt-200{
    padding-top:12.5rem !important
}
 .kcw .kcw__pe-0{
    padding-right:0 !important
}
 .kcw .kcw__pe-1{
    padding-right:.25rem !important
}
 .kcw .kcw__pe-2{
    padding-right:.5rem !important
}
 .kcw .kcw__pe-3{
    padding-right:1rem !important
}
 .kcw .kcw__pe-4{
    padding-right:2rem !important
}
 .kcw .kcw__pe-5{
    padding-right:3rem !important
}
 .kcw .kcw__pe-25{
    padding-right:1.56rem !important
}
 .kcw .kcw__pe-50{
    padding-right:3.125rem !important
}
 .kcw .kcw__pe-75{
    padding-right:4.68rem !important
}
 .kcw .kcw__pe-100{
    padding-right:6.25rem !important
}
 .kcw .kcw__pe-150{
    padding-right:9.375rem !important
}
 .kcw .kcw__pe-200{
    padding-right:12.5rem !important
}
 .kcw .kcw__pb-0{
    padding-bottom:0 !important
}
 .kcw .kcw__pb-1{
    padding-bottom:.25rem !important
}
 .kcw .kcw__pb-2{
    padding-bottom:.5rem !important
}
 .kcw .kcw__pb-3{
    padding-bottom:1rem !important
}
 .kcw .kcw__pb-4{
    padding-bottom:2rem !important
}
 .kcw .kcw__pb-5{
    padding-bottom:3rem !important
}
 .kcw .kcw__pb-25{
    padding-bottom:1.56rem !important
}
 .kcw .kcw__pb-50{
    padding-bottom:3.125rem !important
}
 .kcw .kcw__pb-75{
    padding-bottom:4.68rem !important
}
 .kcw .kcw__pb-100{
    padding-bottom:6.25rem !important
}
 .kcw .kcw__pb-150{
    padding-bottom:9.375rem !important
}
 .kcw .kcw__pb-200{
    padding-bottom:12.5rem !important
}
 .kcw .kcw__ps-0{
    padding-left:0 !important
}
 .kcw .kcw__ps-1{
    padding-left:.25rem !important
}
 .kcw .kcw__ps-2{
    padding-left:.5rem !important
}
 .kcw .kcw__ps-3{
    padding-left:1rem !important
}
 .kcw .kcw__ps-4{
    padding-left:2rem !important
}
 .kcw .kcw__ps-5{
    padding-left:3rem !important
}
 .kcw .kcw__ps-25{
    padding-left:1.56rem !important
}
 .kcw .kcw__ps-50{
    padding-left:3.125rem !important
}
 .kcw .kcw__ps-75{
    padding-left:4.68rem !important
}
 .kcw .kcw__ps-100{
    padding-left:6.25rem !important
}
 .kcw .kcw__ps-150{
    padding-left:9.375rem !important
}
 .kcw .kcw__ps-200{
    padding-left:12.5rem !important
}
 .kcw .kcw__font-monospace{
    font-family:var(--bs-font-monospace) !important
}
 .kcw .kcw__fs-1{
    font-size:3.75rem !important
}
 .kcw .kcw__fs-2{
    font-size:2.75rem !important
}
 .kcw .kcw__fs-3{
    font-size:2.125rem !important
}
 .kcw .kcw__fs-4{
    font-size:1.5rem !important
}
 .kcw .kcw__fs-5{
    font-size:1.25rem !important
}
 .kcw .kcw__fs-6{
    font-size:1.125rem !important
}
 .kcw .kcw__fst-italic{
    font-style:italic !important
}
 .kcw .kcw__fst-normal{
    font-style:normal !important
}
 .kcw .kcw__fw-light{
    font-weight:200 !important
}
 .kcw .kcw__fw-lighter{
    font-weight:lighter !important
}
 .kcw .kcw__fw-normal{
    font-weight:300 !important
}
 .kcw .kcw__fw-bold{
    font-weight:700 !important
}
 .kcw .kcw__fw-bolder{
    font-weight:bolder !important
}
 .kcw .kcw__lh-1{
    line-height:1 !important
}
 .kcw .kcw__lh-sm{
    line-height:1.25 !important
}
 .kcw .kcw__lh-base{
    line-height:1.5 !important
}
 .kcw .kcw__lh-lg{
    line-height:2 !important
}
 .kcw .kcw__text-start{
    text-align:left !important
}
 .kcw .kcw__text-end{
    text-align:right !important
}
 .kcw .kcw__text-center{
    text-align:center !important
}
 .kcw .kcw__text-decoration-none{
    text-decoration:none !important
}
 .kcw .kcw__text-decoration-underline{
    text-decoration:underline !important
}
 .kcw .kcw__text-decoration-line-through{
    text-decoration:line-through !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__text-wrap{
    white-space:normal !important
}
 .kcw .kcw__text-nowrap{
    white-space:nowrap !important
}
 .kcw .kcw__text-break{
    word-wrap:break-word !important;
    word-break:break-word !important
}
 .kcw .kcw__text-primary{
    --bs-text-opacity: 1;
    color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}
 .kcw .kcw__text-secondary{
    --bs-text-opacity: 1;
    color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}
 .kcw .kcw__text-tertiary{
    --bs-text-opacity: 1;
    color:rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important
}
 .kcw .kcw__text-gray{
    --bs-text-opacity: 1;
    color:rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important
}
 .kcw .kcw__text-success{
    --bs-text-opacity: 1;
    color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}
 .kcw .kcw__text-info{
    --bs-text-opacity: 1;
    color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}
 .kcw .kcw__text-warning{
    --bs-text-opacity: 1;
    color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}
 .kcw .kcw__text-danger{
    --bs-text-opacity: 1;
    color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}
 .kcw .kcw__text-light{
    --bs-text-opacity: 1;
    color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}
 .kcw .kcw__text-dark{
    --bs-text-opacity: 1;
    color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}
 .kcw .kcw__text-lime{
    --bs-text-opacity: 1;
    color:rgba(var(--bs-lime-rgb), var(--bs-text-opacity)) !important
}
 .kcw .kcw__text-black{
    --bs-text-opacity: 1;
    color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}
 .kcw .kcw__text-white{
    --bs-text-opacity: 1;
    color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}
 .kcw .kcw__text-body{
    --bs-text-opacity: 1;
    color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}
 .kcw .kcw__text-muted{
    --bs-text-opacity: 1;
    color:#6c757d !important
}
 .kcw .kcw__text-black-50{
    --bs-text-opacity: 1;
    color:rgba(0,0,0,.5) !important
}
 .kcw .kcw__text-white-50{
    --bs-text-opacity: 1;
    color:rgba(255,255,255,.5) !important
}
 .kcw .kcw__text-reset{
    --bs-text-opacity: 1;
    color:inherit !important
}
 .kcw .kcw__text-opacity-25{
    --bs-text-opacity: 0.25
}
 .kcw .kcw__text-opacity-50{
    --bs-text-opacity: 0.5
}
 .kcw .kcw__text-opacity-75{
    --bs-text-opacity: 0.75
}
 .kcw .kcw__text-opacity-100{
    --bs-text-opacity: 1
}
 .kcw .kcw__bg-primary{
    --bs-bg-opacity: 1;
    background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}
 .kcw .kcw__bg-secondary{
    --bs-bg-opacity: 1;
    background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}
 .kcw .kcw__bg-tertiary{
    --bs-bg-opacity: 1;
    background-color:rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important
}
 .kcw .kcw__bg-gray{
    --bs-bg-opacity: 1;
    background-color:rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important
}
 .kcw .kcw__bg-success{
    --bs-bg-opacity: 1;
    background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}
 .kcw .kcw__bg-info{
    --bs-bg-opacity: 1;
    background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}
 .kcw .kcw__bg-warning{
    --bs-bg-opacity: 1;
    background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}
 .kcw .kcw__bg-danger{
    --bs-bg-opacity: 1;
    background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}
 .kcw .kcw__bg-light{
    --bs-bg-opacity: 1;
    background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}
 .kcw .kcw__bg-dark{
    --bs-bg-opacity: 1;
    background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}
 .kcw .kcw__bg-lime{
    --bs-bg-opacity: 1;
    background-color:rgba(var(--bs-lime-rgb), var(--bs-bg-opacity)) !important
}
 .kcw .kcw__bg-black{
    --bs-bg-opacity: 1;
    background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}
 .kcw .kcw__bg-white{
    --bs-bg-opacity: 1;
    background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}
 .kcw .kcw__bg-body{
    --bs-bg-opacity: 1;
    background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}
 .kcw .kcw__bg-transparent{
    --bs-bg-opacity: 1;
    background-color:rgba(0,0,0,0) !important
}
 .kcw .kcw__bg-opacity-10{
    --bs-bg-opacity: 0.1
}
 .kcw .kcw__bg-opacity-25{
    --bs-bg-opacity: 0.25
}
 .kcw .kcw__bg-opacity-50{
    --bs-bg-opacity: 0.5
}
 .kcw .kcw__bg-opacity-75{
    --bs-bg-opacity: 0.75
}
 .kcw .kcw__bg-opacity-100{
    --bs-bg-opacity: 1
}
 .kcw .kcw__bg-gradient{
    background-image:var(--bs-gradient) !important
}
 .kcw .kcw__user-select-all{
    -webkit-user-select:all !important;
    -moz-user-select:all !important;
    user-select:all !important
}
 .kcw .kcw__user-select-auto{
    -webkit-user-select:auto !important;
    -moz-user-select:auto !important;
    -ms-user-select:auto !important;
    user-select:auto !important
}
 .kcw .kcw__user-select-none{
    -webkit-user-select:none !important;
    -moz-user-select:none !important;
    -ms-user-select:none !important;
    user-select:none !important
}
 .kcw .kcw__pe-none{
    pointer-events:none !important
}
 .kcw .kcw__pe-auto{
    pointer-events:auto !important
}
 .kcw .kcw__rounded{
    border-radius:.25rem !important
}
 .kcw .kcw__rounded-0{
    border-radius:0 !important
}
 .kcw .kcw__rounded-1{
    border-radius:.2rem !important
}
 .kcw .kcw__rounded-2{
    border-radius:.25rem !important
}
 .kcw .kcw__rounded-3{
    border-radius:.3rem !important
}
 .kcw .kcw__rounded-circle{
    border-radius:50% !important
}
 .kcw .kcw__rounded-pill{
    border-radius:50rem !important
}
 .kcw .kcw__rounded-top{
    border-top-left-radius:.25rem !important;
    border-top-right-radius:.25rem !important
}
 .kcw .kcw__rounded-end{
    border-top-right-radius:.25rem !important;
    border-bottom-right-radius:.25rem !important
}
 .kcw .kcw__rounded-bottom{
    border-bottom-right-radius:.25rem !important;
    border-bottom-left-radius:.25rem !important
}
 .kcw .kcw__rounded-start{
    border-bottom-left-radius:.25rem !important;
    border-top-left-radius:.25rem !important
}
 .kcw .kcw__visible{
    visibility:visible !important
}
 .kcw .kcw__invisible{
    visibility:hidden !important
}
@media(min-width: 576px){
     .kcw .kcw__float-sm-start{
        float:left !important
    }
     .kcw .kcw__float-sm-end{
        float:right !important
    }
     .kcw .kcw__float-sm-none{
        float: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-grid{
        display:grid !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:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important
    }
     .kcw .kcw__d-sm-inline-flex{
        display:-webkit-inline-box !important;
        display:-ms-inline-flexbox !important;
        display:inline-flex !important
    }
     .kcw .kcw__d-sm-none{
        display:none !important
    }
     .kcw .kcw__flex-sm-fill{
        -webkit-box-flex:1 !important;
        -ms-flex:1 1 auto !important;
        flex:1 1 auto !important
    }
     .kcw .kcw__flex-sm-row{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:row !important;
        flex-direction:row !important
    }
     .kcw .kcw__flex-sm-column{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:column !important;
        flex-direction:column !important
    }
     .kcw .kcw__flex-sm-row-reverse{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:row-reverse !important;
        flex-direction:row-reverse !important
    }
     .kcw .kcw__flex-sm-column-reverse{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:column-reverse !important;
        flex-direction:column-reverse !important
    }
     .kcw .kcw__flex-sm-grow-0{
        -webkit-box-flex:0 !important;
        -ms-flex-positive:0 !important;
        flex-grow:0 !important
    }
     .kcw .kcw__flex-sm-grow-1{
        -webkit-box-flex:1 !important;
        -ms-flex-positive:1 !important;
        flex-grow:1 !important
    }
     .kcw .kcw__flex-sm-shrink-0{
        -ms-flex-negative:0 !important;
        flex-shrink:0 !important
    }
     .kcw .kcw__flex-sm-shrink-1{
        -ms-flex-negative:1 !important;
        flex-shrink:1 !important
    }
     .kcw .kcw__flex-sm-wrap{
        -ms-flex-wrap:wrap !important;
        flex-wrap:wrap !important
    }
     .kcw .kcw__flex-sm-nowrap{
        -ms-flex-wrap:nowrap !important;
        flex-wrap:nowrap !important
    }
     .kcw .kcw__flex-sm-wrap-reverse{
        -ms-flex-wrap:wrap-reverse !important;
        flex-wrap:wrap-reverse !important
    }
     .kcw .kcw__gap-sm-0{
        gap:0 !important
    }
     .kcw .kcw__gap-sm-1{
        gap:.25rem !important
    }
     .kcw .kcw__gap-sm-2{
        gap:.5rem !important
    }
     .kcw .kcw__gap-sm-3{
        gap:1rem !important
    }
     .kcw .kcw__gap-sm-4{
        gap:2rem !important
    }
     .kcw .kcw__gap-sm-5{
        gap:3rem !important
    }
     .kcw .kcw__gap-sm-25{
        gap:1.56rem !important
    }
     .kcw .kcw__gap-sm-50{
        gap:3.125rem !important
    }
     .kcw .kcw__gap-sm-75{
        gap:4.68rem !important
    }
     .kcw .kcw__gap-sm-100{
        gap:6.25rem !important
    }
     .kcw .kcw__gap-sm-150{
        gap:9.375rem !important
    }
     .kcw .kcw__gap-sm-200{
        gap:12.5rem !important
    }
     .kcw .kcw__justify-content-sm-start{
        -webkit-box-pack:start !important;
        -ms-flex-pack:start !important;
        justify-content:flex-start !important
    }
     .kcw .kcw__justify-content-sm-end{
        -webkit-box-pack:end !important;
        -ms-flex-pack:end !important;
        justify-content:flex-end !important
    }
     .kcw .kcw__justify-content-sm-center{
        -webkit-box-pack:center !important;
        -ms-flex-pack:center !important;
        justify-content:center !important
    }
     .kcw .kcw__justify-content-sm-between{
        -webkit-box-pack:justify !important;
        -ms-flex-pack:justify !important;
        justify-content:space-between !important
    }
     .kcw .kcw__justify-content-sm-around{
        -ms-flex-pack:distribute !important;
        justify-content:space-around !important
    }
     .kcw .kcw__justify-content-sm-evenly{
        -webkit-box-pack:space-evenly !important;
        -ms-flex-pack:space-evenly !important;
        justify-content:space-evenly !important
    }
     .kcw .kcw__align-items-sm-start{
        -webkit-box-align:start !important;
        -ms-flex-align:start !important;
        align-items:flex-start !important
    }
     .kcw .kcw__align-items-sm-end{
        -webkit-box-align:end !important;
        -ms-flex-align:end !important;
        align-items:flex-end !important
    }
     .kcw .kcw__align-items-sm-center{
        -webkit-box-align:center !important;
        -ms-flex-align:center !important;
        align-items:center !important
    }
     .kcw .kcw__align-items-sm-baseline{
        -webkit-box-align:baseline !important;
        -ms-flex-align:baseline !important;
        align-items:baseline !important
    }
     .kcw .kcw__align-items-sm-stretch{
        -webkit-box-align:stretch !important;
        -ms-flex-align:stretch !important;
        align-items:stretch !important
    }
     .kcw .kcw__align-content-sm-start{
        -ms-flex-line-pack:start !important;
        align-content:flex-start !important
    }
     .kcw .kcw__align-content-sm-end{
        -ms-flex-line-pack:end !important;
        align-content:flex-end !important
    }
     .kcw .kcw__align-content-sm-center{
        -ms-flex-line-pack:center !important;
        align-content:center !important
    }
     .kcw .kcw__align-content-sm-between{
        -ms-flex-line-pack:justify !important;
        align-content:space-between !important
    }
     .kcw .kcw__align-content-sm-around{
        -ms-flex-line-pack:distribute !important;
        align-content:space-around !important
    }
     .kcw .kcw__align-content-sm-stretch{
        -ms-flex-line-pack:stretch !important;
        align-content:stretch !important
    }
     .kcw .kcw__align-self-sm-auto{
        -ms-flex-item-align:auto !important;
        align-self:auto !important
    }
     .kcw .kcw__align-self-sm-start{
        -ms-flex-item-align:start !important;
        align-self:flex-start !important
    }
     .kcw .kcw__align-self-sm-end{
        -ms-flex-item-align:end !important;
        align-self:flex-end !important
    }
     .kcw .kcw__align-self-sm-center{
        -ms-flex-item-align:center !important;
        align-self:center !important
    }
     .kcw .kcw__align-self-sm-baseline{
        -ms-flex-item-align:baseline !important;
        align-self:baseline !important
    }
     .kcw .kcw__align-self-sm-stretch{
        -ms-flex-item-align:stretch !important;
        align-self:stretch !important
    }
     .kcw .kcw__order-sm-first{
        -webkit-box-ordinal-group:0 !important;
        -ms-flex-order:-1 !important;
        order:-1 !important
    }
     .kcw .kcw__order-sm-0{
        -webkit-box-ordinal-group:1 !important;
        -ms-flex-order:0 !important;
        order:0 !important
    }
     .kcw .kcw__order-sm-1{
        -webkit-box-ordinal-group:2 !important;
        -ms-flex-order:1 !important;
        order:1 !important
    }
     .kcw .kcw__order-sm-2{
        -webkit-box-ordinal-group:3 !important;
        -ms-flex-order:2 !important;
        order:2 !important
    }
     .kcw .kcw__order-sm-3{
        -webkit-box-ordinal-group:4 !important;
        -ms-flex-order:3 !important;
        order:3 !important
    }
     .kcw .kcw__order-sm-4{
        -webkit-box-ordinal-group:5 !important;
        -ms-flex-order:4 !important;
        order:4 !important
    }
     .kcw .kcw__order-sm-5{
        -webkit-box-ordinal-group:6 !important;
        -ms-flex-order:5 !important;
        order:5 !important
    }
     .kcw .kcw__order-sm-last{
        -webkit-box-ordinal-group:7 !important;
        -ms-flex-order:6 !important;
        order:6 !important
    }
     .kcw .kcw__m-sm-0{
        margin:0 !important
    }
     .kcw .kcw__m-sm-1{
        margin:.25rem !important
    }
     .kcw .kcw__m-sm-2{
        margin:.5rem !important
    }
     .kcw .kcw__m-sm-3{
        margin:1rem !important
    }
     .kcw .kcw__m-sm-4{
        margin:2rem !important
    }
     .kcw .kcw__m-sm-5{
        margin:3rem !important
    }
     .kcw .kcw__m-sm-25{
        margin:1.56rem !important
    }
     .kcw .kcw__m-sm-50{
        margin:3.125rem !important
    }
     .kcw .kcw__m-sm-75{
        margin:4.68rem !important
    }
     .kcw .kcw__m-sm-100{
        margin:6.25rem !important
    }
     .kcw .kcw__m-sm-150{
        margin:9.375rem !important
    }
     .kcw .kcw__m-sm-200{
        margin:12.5rem !important
    }
     .kcw .kcw__m-sm-auto{
        margin:auto !important
    }
     .kcw .kcw__mx-sm-0{
        margin-right:0 !important;
        margin-left:0 !important
    }
     .kcw .kcw__mx-sm-1{
        margin-right:.25rem !important;
        margin-left:.25rem !important
    }
     .kcw .kcw__mx-sm-2{
        margin-right:.5rem !important;
        margin-left:.5rem !important
    }
     .kcw .kcw__mx-sm-3{
        margin-right:1rem !important;
        margin-left:1rem !important
    }
     .kcw .kcw__mx-sm-4{
        margin-right:2rem !important;
        margin-left:2rem !important
    }
     .kcw .kcw__mx-sm-5{
        margin-right:3rem !important;
        margin-left:3rem !important
    }
     .kcw .kcw__mx-sm-25{
        margin-right:1.56rem !important;
        margin-left:1.56rem !important
    }
     .kcw .kcw__mx-sm-50{
        margin-right:3.125rem !important;
        margin-left:3.125rem !important
    }
     .kcw .kcw__mx-sm-75{
        margin-right:4.68rem !important;
        margin-left:4.68rem !important
    }
     .kcw .kcw__mx-sm-100{
        margin-right:6.25rem !important;
        margin-left:6.25rem !important
    }
     .kcw .kcw__mx-sm-150{
        margin-right:9.375rem !important;
        margin-left:9.375rem !important
    }
     .kcw .kcw__mx-sm-200{
        margin-right:12.5rem !important;
        margin-left:12.5rem !important
    }
     .kcw .kcw__mx-sm-auto{
        margin-right:auto !important;
        margin-left:auto !important
    }
     .kcw .kcw__my-sm-0{
        margin-top:0 !important;
        margin-bottom:0 !important
    }
     .kcw .kcw__my-sm-1{
        margin-top:.25rem !important;
        margin-bottom:.25rem !important
    }
     .kcw .kcw__my-sm-2{
        margin-top:.5rem !important;
        margin-bottom:.5rem !important
    }
     .kcw .kcw__my-sm-3{
        margin-top:1rem !important;
        margin-bottom:1rem !important
    }
     .kcw .kcw__my-sm-4{
        margin-top:2rem !important;
        margin-bottom:2rem !important
    }
     .kcw .kcw__my-sm-5{
        margin-top:3rem !important;
        margin-bottom:3rem !important
    }
     .kcw .kcw__my-sm-25{
        margin-top:1.56rem !important;
        margin-bottom:1.56rem !important
    }
     .kcw .kcw__my-sm-50{
        margin-top:3.125rem !important;
        margin-bottom:3.125rem !important
    }
     .kcw .kcw__my-sm-75{
        margin-top:4.68rem !important;
        margin-bottom:4.68rem !important
    }
     .kcw .kcw__my-sm-100{
        margin-top:6.25rem !important;
        margin-bottom:6.25rem !important
    }
     .kcw .kcw__my-sm-150{
        margin-top:9.375rem !important;
        margin-bottom:9.375rem !important
    }
     .kcw .kcw__my-sm-200{
        margin-top:12.5rem !important;
        margin-bottom:12.5rem !important
    }
     .kcw .kcw__my-sm-auto{
        margin-top:auto !important;
        margin-bottom:auto !important
    }
     .kcw .kcw__mt-sm-0{
        margin-top:0 !important
    }
     .kcw .kcw__mt-sm-1{
        margin-top:.25rem !important
    }
     .kcw .kcw__mt-sm-2{
        margin-top:.5rem !important
    }
     .kcw .kcw__mt-sm-3{
        margin-top:1rem !important
    }
     .kcw .kcw__mt-sm-4{
        margin-top:2rem !important
    }
     .kcw .kcw__mt-sm-5{
        margin-top:3rem !important
    }
     .kcw .kcw__mt-sm-25{
        margin-top:1.56rem !important
    }
     .kcw .kcw__mt-sm-50{
        margin-top:3.125rem !important
    }
     .kcw .kcw__mt-sm-75{
        margin-top:4.68rem !important
    }
     .kcw .kcw__mt-sm-100{
        margin-top:6.25rem !important
    }
     .kcw .kcw__mt-sm-150{
        margin-top:9.375rem !important
    }
     .kcw .kcw__mt-sm-200{
        margin-top:12.5rem !important
    }
     .kcw .kcw__mt-sm-auto{
        margin-top:auto !important
    }
     .kcw .kcw__me-sm-0{
        margin-right:0 !important
    }
     .kcw .kcw__me-sm-1{
        margin-right:.25rem !important
    }
     .kcw .kcw__me-sm-2{
        margin-right:.5rem !important
    }
     .kcw .kcw__me-sm-3{
        margin-right:1rem !important
    }
     .kcw .kcw__me-sm-4{
        margin-right:2rem !important
    }
     .kcw .kcw__me-sm-5{
        margin-right:3rem !important
    }
     .kcw .kcw__me-sm-25{
        margin-right:1.56rem !important
    }
     .kcw .kcw__me-sm-50{
        margin-right:3.125rem !important
    }
     .kcw .kcw__me-sm-75{
        margin-right:4.68rem !important
    }
     .kcw .kcw__me-sm-100{
        margin-right:6.25rem !important
    }
     .kcw .kcw__me-sm-150{
        margin-right:9.375rem !important
    }
     .kcw .kcw__me-sm-200{
        margin-right:12.5rem !important
    }
     .kcw .kcw__me-sm-auto{
        margin-right:auto !important
    }
     .kcw .kcw__mb-sm-0{
        margin-bottom:0 !important
    }
     .kcw .kcw__mb-sm-1{
        margin-bottom:.25rem !important
    }
     .kcw .kcw__mb-sm-2{
        margin-bottom:.5rem !important
    }
     .kcw .kcw__mb-sm-3{
        margin-bottom:1rem !important
    }
     .kcw .kcw__mb-sm-4{
        margin-bottom:2rem !important
    }
     .kcw .kcw__mb-sm-5{
        margin-bottom:3rem !important
    }
     .kcw .kcw__mb-sm-25{
        margin-bottom:1.56rem !important
    }
     .kcw .kcw__mb-sm-50{
        margin-bottom:3.125rem !important
    }
     .kcw .kcw__mb-sm-75{
        margin-bottom:4.68rem !important
    }
     .kcw .kcw__mb-sm-100{
        margin-bottom:6.25rem !important
    }
     .kcw .kcw__mb-sm-150{
        margin-bottom:9.375rem !important
    }
     .kcw .kcw__mb-sm-200{
        margin-bottom:12.5rem !important
    }
     .kcw .kcw__mb-sm-auto{
        margin-bottom:auto !important
    }
     .kcw .kcw__ms-sm-0{
        margin-left:0 !important
    }
     .kcw .kcw__ms-sm-1{
        margin-left:.25rem !important
    }
     .kcw .kcw__ms-sm-2{
        margin-left:.5rem !important
    }
     .kcw .kcw__ms-sm-3{
        margin-left:1rem !important
    }
     .kcw .kcw__ms-sm-4{
        margin-left:2rem !important
    }
     .kcw .kcw__ms-sm-5{
        margin-left:3rem !important
    }
     .kcw .kcw__ms-sm-25{
        margin-left:1.56rem !important
    }
     .kcw .kcw__ms-sm-50{
        margin-left:3.125rem !important
    }
     .kcw .kcw__ms-sm-75{
        margin-left:4.68rem !important
    }
     .kcw .kcw__ms-sm-100{
        margin-left:6.25rem !important
    }
     .kcw .kcw__ms-sm-150{
        margin-left:9.375rem !important
    }
     .kcw .kcw__ms-sm-200{
        margin-left:12.5rem !important
    }
     .kcw .kcw__ms-sm-auto{
        margin-left:auto !important
    }
     .kcw .kcw__m-sm-n1{
        margin:-0.25rem !important
    }
     .kcw .kcw__m-sm-n2{
        margin:-0.5rem !important
    }
     .kcw .kcw__m-sm-n3{
        margin:-1rem !important
    }
     .kcw .kcw__m-sm-n4{
        margin:-2rem !important
    }
     .kcw .kcw__m-sm-n5{
        margin:-3rem !important
    }
     .kcw .kcw__m-sm-n25{
        margin:-1.56rem !important
    }
     .kcw .kcw__m-sm-n50{
        margin:-3.125rem !important
    }
     .kcw .kcw__m-sm-n75{
        margin:-4.68rem !important
    }
     .kcw .kcw__m-sm-n100{
        margin:-6.25rem !important
    }
     .kcw .kcw__m-sm-n150{
        margin:-9.375rem !important
    }
     .kcw .kcw__m-sm-n200{
        margin:-12.5rem !important
    }
     .kcw .kcw__mx-sm-n1{
        margin-right:-0.25rem !important;
        margin-left:-0.25rem !important
    }
     .kcw .kcw__mx-sm-n2{
        margin-right:-0.5rem !important;
        margin-left:-0.5rem !important
    }
     .kcw .kcw__mx-sm-n3{
        margin-right:-1rem !important;
        margin-left:-1rem !important
    }
     .kcw .kcw__mx-sm-n4{
        margin-right:-2rem !important;
        margin-left:-2rem !important
    }
     .kcw .kcw__mx-sm-n5{
        margin-right:-3rem !important;
        margin-left:-3rem !important
    }
     .kcw .kcw__mx-sm-n25{
        margin-right:-1.56rem !important;
        margin-left:-1.56rem !important
    }
     .kcw .kcw__mx-sm-n50{
        margin-right:-3.125rem !important;
        margin-left:-3.125rem !important
    }
     .kcw .kcw__mx-sm-n75{
        margin-right:-4.68rem !important;
        margin-left:-4.68rem !important
    }
     .kcw .kcw__mx-sm-n100{
        margin-right:-6.25rem !important;
        margin-left:-6.25rem !important
    }
     .kcw .kcw__mx-sm-n150{
        margin-right:-9.375rem !important;
        margin-left:-9.375rem !important
    }
     .kcw .kcw__mx-sm-n200{
        margin-right:-12.5rem !important;
        margin-left:-12.5rem !important
    }
     .kcw .kcw__my-sm-n1{
        margin-top:-0.25rem !important;
        margin-bottom:-0.25rem !important
    }
     .kcw .kcw__my-sm-n2{
        margin-top:-0.5rem !important;
        margin-bottom:-0.5rem !important
    }
     .kcw .kcw__my-sm-n3{
        margin-top:-1rem !important;
        margin-bottom:-1rem !important
    }
     .kcw .kcw__my-sm-n4{
        margin-top:-2rem !important;
        margin-bottom:-2rem !important
    }
     .kcw .kcw__my-sm-n5{
        margin-top:-3rem !important;
        margin-bottom:-3rem !important
    }
     .kcw .kcw__my-sm-n25{
        margin-top:-1.56rem !important;
        margin-bottom:-1.56rem !important
    }
     .kcw .kcw__my-sm-n50{
        margin-top:-3.125rem !important;
        margin-bottom:-3.125rem !important
    }
     .kcw .kcw__my-sm-n75{
        margin-top:-4.68rem !important;
        margin-bottom:-4.68rem !important
    }
     .kcw .kcw__my-sm-n100{
        margin-top:-6.25rem !important;
        margin-bottom:-6.25rem !important
    }
     .kcw .kcw__my-sm-n150{
        margin-top:-9.375rem !important;
        margin-bottom:-9.375rem !important
    }
     .kcw .kcw__my-sm-n200{
        margin-top:-12.5rem !important;
        margin-bottom:-12.5rem !important
    }
     .kcw .kcw__mt-sm-n1{
        margin-top:-0.25rem !important
    }
     .kcw .kcw__mt-sm-n2{
        margin-top:-0.5rem !important
    }
     .kcw .kcw__mt-sm-n3{
        margin-top:-1rem !important
    }
     .kcw .kcw__mt-sm-n4{
        margin-top:-2rem !important
    }
     .kcw .kcw__mt-sm-n5{
        margin-top:-3rem !important
    }
     .kcw .kcw__mt-sm-n25{
        margin-top:-1.56rem !important
    }
     .kcw .kcw__mt-sm-n50{
        margin-top:-3.125rem !important
    }
     .kcw .kcw__mt-sm-n75{
        margin-top:-4.68rem !important
    }
     .kcw .kcw__mt-sm-n100{
        margin-top:-6.25rem !important
    }
     .kcw .kcw__mt-sm-n150{
        margin-top:-9.375rem !important
    }
     .kcw .kcw__mt-sm-n200{
        margin-top:-12.5rem !important
    }
     .kcw .kcw__me-sm-n1{
        margin-right:-0.25rem !important
    }
     .kcw .kcw__me-sm-n2{
        margin-right:-0.5rem !important
    }
     .kcw .kcw__me-sm-n3{
        margin-right:-1rem !important
    }
     .kcw .kcw__me-sm-n4{
        margin-right:-2rem !important
    }
     .kcw .kcw__me-sm-n5{
        margin-right:-3rem !important
    }
     .kcw .kcw__me-sm-n25{
        margin-right:-1.56rem !important
    }
     .kcw .kcw__me-sm-n50{
        margin-right:-3.125rem !important
    }
     .kcw .kcw__me-sm-n75{
        margin-right:-4.68rem !important
    }
     .kcw .kcw__me-sm-n100{
        margin-right:-6.25rem !important
    }
     .kcw .kcw__me-sm-n150{
        margin-right:-9.375rem !important
    }
     .kcw .kcw__me-sm-n200{
        margin-right:-12.5rem !important
    }
     .kcw .kcw__mb-sm-n1{
        margin-bottom:-0.25rem !important
    }
     .kcw .kcw__mb-sm-n2{
        margin-bottom:-0.5rem !important
    }
     .kcw .kcw__mb-sm-n3{
        margin-bottom:-1rem !important
    }
     .kcw .kcw__mb-sm-n4{
        margin-bottom:-2rem !important
    }
     .kcw .kcw__mb-sm-n5{
        margin-bottom:-3rem !important
    }
     .kcw .kcw__mb-sm-n25{
        margin-bottom:-1.56rem !important
    }
     .kcw .kcw__mb-sm-n50{
        margin-bottom:-3.125rem !important
    }
     .kcw .kcw__mb-sm-n75{
        margin-bottom:-4.68rem !important
    }
     .kcw .kcw__mb-sm-n100{
        margin-bottom:-6.25rem !important
    }
     .kcw .kcw__mb-sm-n150{
        margin-bottom:-9.375rem !important
    }
     .kcw .kcw__mb-sm-n200{
        margin-bottom:-12.5rem !important
    }
     .kcw .kcw__ms-sm-n1{
        margin-left:-0.25rem !important
    }
     .kcw .kcw__ms-sm-n2{
        margin-left:-0.5rem !important
    }
     .kcw .kcw__ms-sm-n3{
        margin-left:-1rem !important
    }
     .kcw .kcw__ms-sm-n4{
        margin-left:-2rem !important
    }
     .kcw .kcw__ms-sm-n5{
        margin-left:-3rem !important
    }
     .kcw .kcw__ms-sm-n25{
        margin-left:-1.56rem !important
    }
     .kcw .kcw__ms-sm-n50{
        margin-left:-3.125rem !important
    }
     .kcw .kcw__ms-sm-n75{
        margin-left:-4.68rem !important
    }
     .kcw .kcw__ms-sm-n100{
        margin-left:-6.25rem !important
    }
     .kcw .kcw__ms-sm-n150{
        margin-left:-9.375rem !important
    }
     .kcw .kcw__ms-sm-n200{
        margin-left:-12.5rem !important
    }
     .kcw .kcw__p-sm-0{
        padding:0 !important
    }
     .kcw .kcw__p-sm-1{
        padding:.25rem !important
    }
     .kcw .kcw__p-sm-2{
        padding:.5rem !important
    }
     .kcw .kcw__p-sm-3{
        padding:1rem !important
    }
     .kcw .kcw__p-sm-4{
        padding:2rem !important
    }
     .kcw .kcw__p-sm-5{
        padding:3rem !important
    }
     .kcw .kcw__p-sm-25{
        padding:1.56rem !important
    }
     .kcw .kcw__p-sm-50{
        padding:3.125rem !important
    }
     .kcw .kcw__p-sm-75{
        padding:4.68rem !important
    }
     .kcw .kcw__p-sm-100{
        padding:6.25rem !important
    }
     .kcw .kcw__p-sm-150{
        padding:9.375rem !important
    }
     .kcw .kcw__p-sm-200{
        padding:12.5rem !important
    }
     .kcw .kcw__px-sm-0{
        padding-right:0 !important;
        padding-left:0 !important
    }
     .kcw .kcw__px-sm-1{
        padding-right:.25rem !important;
        padding-left:.25rem !important
    }
     .kcw .kcw__px-sm-2{
        padding-right:.5rem !important;
        padding-left:.5rem !important
    }
     .kcw .kcw__px-sm-3{
        padding-right:1rem !important;
        padding-left:1rem !important
    }
     .kcw .kcw__px-sm-4{
        padding-right:2rem !important;
        padding-left:2rem !important
    }
     .kcw .kcw__px-sm-5{
        padding-right:3rem !important;
        padding-left:3rem !important
    }
     .kcw .kcw__px-sm-25{
        padding-right:1.56rem !important;
        padding-left:1.56rem !important
    }
     .kcw .kcw__px-sm-50{
        padding-right:3.125rem !important;
        padding-left:3.125rem !important
    }
     .kcw .kcw__px-sm-75{
        padding-right:4.68rem !important;
        padding-left:4.68rem !important
    }
     .kcw .kcw__px-sm-100{
        padding-right:6.25rem !important;
        padding-left:6.25rem !important
    }
     .kcw .kcw__px-sm-150{
        padding-right:9.375rem !important;
        padding-left:9.375rem !important
    }
     .kcw .kcw__px-sm-200{
        padding-right:12.5rem !important;
        padding-left:12.5rem !important
    }
     .kcw .kcw__py-sm-0{
        padding-top:0 !important;
        padding-bottom:0 !important
    }
     .kcw .kcw__py-sm-1{
        padding-top:.25rem !important;
        padding-bottom:.25rem !important
    }
     .kcw .kcw__py-sm-2{
        padding-top:.5rem !important;
        padding-bottom:.5rem !important
    }
     .kcw .kcw__py-sm-3{
        padding-top:1rem !important;
        padding-bottom:1rem !important
    }
     .kcw .kcw__py-sm-4{
        padding-top:2rem !important;
        padding-bottom:2rem !important
    }
     .kcw .kcw__py-sm-5{
        padding-top:3rem !important;
        padding-bottom:3rem !important
    }
     .kcw .kcw__py-sm-25{
        padding-top:1.56rem !important;
        padding-bottom:1.56rem !important
    }
     .kcw .kcw__py-sm-50{
        padding-top:3.125rem !important;
        padding-bottom:3.125rem !important
    }
     .kcw .kcw__py-sm-75{
        padding-top:4.68rem !important;
        padding-bottom:4.68rem !important
    }
     .kcw .kcw__py-sm-100{
        padding-top:6.25rem !important;
        padding-bottom:6.25rem !important
    }
     .kcw .kcw__py-sm-150{
        padding-top:9.375rem !important;
        padding-bottom:9.375rem !important
    }
     .kcw .kcw__py-sm-200{
        padding-top:12.5rem !important;
        padding-bottom:12.5rem !important
    }
     .kcw .kcw__pt-sm-0{
        padding-top:0 !important
    }
     .kcw .kcw__pt-sm-1{
        padding-top:.25rem !important
    }
     .kcw .kcw__pt-sm-2{
        padding-top:.5rem !important
    }
     .kcw .kcw__pt-sm-3{
        padding-top:1rem !important
    }
     .kcw .kcw__pt-sm-4{
        padding-top:2rem !important
    }
     .kcw .kcw__pt-sm-5{
        padding-top:3rem !important
    }
     .kcw .kcw__pt-sm-25{
        padding-top:1.56rem !important
    }
     .kcw .kcw__pt-sm-50{
        padding-top:3.125rem !important
    }
     .kcw .kcw__pt-sm-75{
        padding-top:4.68rem !important
    }
     .kcw .kcw__pt-sm-100{
        padding-top:6.25rem !important
    }
     .kcw .kcw__pt-sm-150{
        padding-top:9.375rem !important
    }
     .kcw .kcw__pt-sm-200{
        padding-top:12.5rem !important
    }
     .kcw .kcw__pe-sm-0{
        padding-right:0 !important
    }
     .kcw .kcw__pe-sm-1{
        padding-right:.25rem !important
    }
     .kcw .kcw__pe-sm-2{
        padding-right:.5rem !important
    }
     .kcw .kcw__pe-sm-3{
        padding-right:1rem !important
    }
     .kcw .kcw__pe-sm-4{
        padding-right:2rem !important
    }
     .kcw .kcw__pe-sm-5{
        padding-right:3rem !important
    }
     .kcw .kcw__pe-sm-25{
        padding-right:1.56rem !important
    }
     .kcw .kcw__pe-sm-50{
        padding-right:3.125rem !important
    }
     .kcw .kcw__pe-sm-75{
        padding-right:4.68rem !important
    }
     .kcw .kcw__pe-sm-100{
        padding-right:6.25rem !important
    }
     .kcw .kcw__pe-sm-150{
        padding-right:9.375rem !important
    }
     .kcw .kcw__pe-sm-200{
        padding-right:12.5rem !important
    }
     .kcw .kcw__pb-sm-0{
        padding-bottom:0 !important
    }
     .kcw .kcw__pb-sm-1{
        padding-bottom:.25rem !important
    }
     .kcw .kcw__pb-sm-2{
        padding-bottom:.5rem !important
    }
     .kcw .kcw__pb-sm-3{
        padding-bottom:1rem !important
    }
     .kcw .kcw__pb-sm-4{
        padding-bottom:2rem !important
    }
     .kcw .kcw__pb-sm-5{
        padding-bottom:3rem !important
    }
     .kcw .kcw__pb-sm-25{
        padding-bottom:1.56rem !important
    }
     .kcw .kcw__pb-sm-50{
        padding-bottom:3.125rem !important
    }
     .kcw .kcw__pb-sm-75{
        padding-bottom:4.68rem !important
    }
     .kcw .kcw__pb-sm-100{
        padding-bottom:6.25rem !important
    }
     .kcw .kcw__pb-sm-150{
        padding-bottom:9.375rem !important
    }
     .kcw .kcw__pb-sm-200{
        padding-bottom:12.5rem !important
    }
     .kcw .kcw__ps-sm-0{
        padding-left:0 !important
    }
     .kcw .kcw__ps-sm-1{
        padding-left:.25rem !important
    }
     .kcw .kcw__ps-sm-2{
        padding-left:.5rem !important
    }
     .kcw .kcw__ps-sm-3{
        padding-left:1rem !important
    }
     .kcw .kcw__ps-sm-4{
        padding-left:2rem !important
    }
     .kcw .kcw__ps-sm-5{
        padding-left:3rem !important
    }
     .kcw .kcw__ps-sm-25{
        padding-left:1.56rem !important
    }
     .kcw .kcw__ps-sm-50{
        padding-left:3.125rem !important
    }
     .kcw .kcw__ps-sm-75{
        padding-left:4.68rem !important
    }
     .kcw .kcw__ps-sm-100{
        padding-left:6.25rem !important
    }
     .kcw .kcw__ps-sm-150{
        padding-left:9.375rem !important
    }
     .kcw .kcw__ps-sm-200{
        padding-left:12.5rem !important
    }
     .kcw .kcw__text-sm-start{
        text-align:left !important
    }
     .kcw .kcw__text-sm-end{
        text-align:right !important
    }
     .kcw .kcw__text-sm-center{
        text-align:center !important
    }
}
@media(min-width: 768px){
     .kcw .kcw__float-md-start{
        float:left !important
    }
     .kcw .kcw__float-md-end{
        float:right !important
    }
     .kcw .kcw__float-md-none{
        float: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-grid{
        display:grid !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:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important
    }
     .kcw .kcw__d-md-inline-flex{
        display:-webkit-inline-box !important;
        display:-ms-inline-flexbox !important;
        display:inline-flex !important
    }
     .kcw .kcw__d-md-none{
        display:none !important
    }
     .kcw .kcw__flex-md-fill{
        -webkit-box-flex:1 !important;
        -ms-flex:1 1 auto !important;
        flex:1 1 auto !important
    }
     .kcw .kcw__flex-md-row{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:row !important;
        flex-direction:row !important
    }
     .kcw .kcw__flex-md-column{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:column !important;
        flex-direction:column !important
    }
     .kcw .kcw__flex-md-row-reverse{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:row-reverse !important;
        flex-direction:row-reverse !important
    }
     .kcw .kcw__flex-md-column-reverse{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:column-reverse !important;
        flex-direction:column-reverse !important
    }
     .kcw .kcw__flex-md-grow-0{
        -webkit-box-flex:0 !important;
        -ms-flex-positive:0 !important;
        flex-grow:0 !important
    }
     .kcw .kcw__flex-md-grow-1{
        -webkit-box-flex:1 !important;
        -ms-flex-positive:1 !important;
        flex-grow:1 !important
    }
     .kcw .kcw__flex-md-shrink-0{
        -ms-flex-negative:0 !important;
        flex-shrink:0 !important
    }
     .kcw .kcw__flex-md-shrink-1{
        -ms-flex-negative:1 !important;
        flex-shrink:1 !important
    }
     .kcw .kcw__flex-md-wrap{
        -ms-flex-wrap:wrap !important;
        flex-wrap:wrap !important
    }
     .kcw .kcw__flex-md-nowrap{
        -ms-flex-wrap:nowrap !important;
        flex-wrap:nowrap !important
    }
     .kcw .kcw__flex-md-wrap-reverse{
        -ms-flex-wrap:wrap-reverse !important;
        flex-wrap:wrap-reverse !important
    }
     .kcw .kcw__gap-md-0{
        gap:0 !important
    }
     .kcw .kcw__gap-md-1{
        gap:.25rem !important
    }
     .kcw .kcw__gap-md-2{
        gap:.5rem !important
    }
     .kcw .kcw__gap-md-3{
        gap:1rem !important
    }
     .kcw .kcw__gap-md-4{
        gap:2rem !important
    }
     .kcw .kcw__gap-md-5{
        gap:3rem !important
    }
     .kcw .kcw__gap-md-25{
        gap:1.56rem !important
    }
     .kcw .kcw__gap-md-50{
        gap:3.125rem !important
    }
     .kcw .kcw__gap-md-75{
        gap:4.68rem !important
    }
     .kcw .kcw__gap-md-100{
        gap:6.25rem !important
    }
     .kcw .kcw__gap-md-150{
        gap:9.375rem !important
    }
     .kcw .kcw__gap-md-200{
        gap:12.5rem !important
    }
     .kcw .kcw__justify-content-md-start{
        -webkit-box-pack:start !important;
        -ms-flex-pack:start !important;
        justify-content:flex-start !important
    }
     .kcw .kcw__justify-content-md-end{
        -webkit-box-pack:end !important;
        -ms-flex-pack:end !important;
        justify-content:flex-end !important
    }
     .kcw .kcw__justify-content-md-center{
        -webkit-box-pack:center !important;
        -ms-flex-pack:center !important;
        justify-content:center !important
    }
     .kcw .kcw__justify-content-md-between{
        -webkit-box-pack:justify !important;
        -ms-flex-pack:justify !important;
        justify-content:space-between !important
    }
     .kcw .kcw__justify-content-md-around{
        -ms-flex-pack:distribute !important;
        justify-content:space-around !important
    }
     .kcw .kcw__justify-content-md-evenly{
        -webkit-box-pack:space-evenly !important;
        -ms-flex-pack:space-evenly !important;
        justify-content:space-evenly !important
    }
     .kcw .kcw__align-items-md-start{
        -webkit-box-align:start !important;
        -ms-flex-align:start !important;
        align-items:flex-start !important
    }
     .kcw .kcw__align-items-md-end{
        -webkit-box-align:end !important;
        -ms-flex-align:end !important;
        align-items:flex-end !important
    }
     .kcw .kcw__align-items-md-center{
        -webkit-box-align:center !important;
        -ms-flex-align:center !important;
        align-items:center !important
    }
     .kcw .kcw__align-items-md-baseline{
        -webkit-box-align:baseline !important;
        -ms-flex-align:baseline !important;
        align-items:baseline !important
    }
     .kcw .kcw__align-items-md-stretch{
        -webkit-box-align:stretch !important;
        -ms-flex-align:stretch !important;
        align-items:stretch !important
    }
     .kcw .kcw__align-content-md-start{
        -ms-flex-line-pack:start !important;
        align-content:flex-start !important
    }
     .kcw .kcw__align-content-md-end{
        -ms-flex-line-pack:end !important;
        align-content:flex-end !important
    }
     .kcw .kcw__align-content-md-center{
        -ms-flex-line-pack:center !important;
        align-content:center !important
    }
     .kcw .kcw__align-content-md-between{
        -ms-flex-line-pack:justify !important;
        align-content:space-between !important
    }
     .kcw .kcw__align-content-md-around{
        -ms-flex-line-pack:distribute !important;
        align-content:space-around !important
    }
     .kcw .kcw__align-content-md-stretch{
        -ms-flex-line-pack:stretch !important;
        align-content:stretch !important
    }
     .kcw .kcw__align-self-md-auto{
        -ms-flex-item-align:auto !important;
        align-self:auto !important
    }
     .kcw .kcw__align-self-md-start{
        -ms-flex-item-align:start !important;
        align-self:flex-start !important
    }
     .kcw .kcw__align-self-md-end{
        -ms-flex-item-align:end !important;
        align-self:flex-end !important
    }
     .kcw .kcw__align-self-md-center{
        -ms-flex-item-align:center !important;
        align-self:center !important
    }
     .kcw .kcw__align-self-md-baseline{
        -ms-flex-item-align:baseline !important;
        align-self:baseline !important
    }
     .kcw .kcw__align-self-md-stretch{
        -ms-flex-item-align:stretch !important;
        align-self:stretch !important
    }
     .kcw .kcw__order-md-first{
        -webkit-box-ordinal-group:0 !important;
        -ms-flex-order:-1 !important;
        order:-1 !important
    }
     .kcw .kcw__order-md-0{
        -webkit-box-ordinal-group:1 !important;
        -ms-flex-order:0 !important;
        order:0 !important
    }
     .kcw .kcw__order-md-1{
        -webkit-box-ordinal-group:2 !important;
        -ms-flex-order:1 !important;
        order:1 !important
    }
     .kcw .kcw__order-md-2{
        -webkit-box-ordinal-group:3 !important;
        -ms-flex-order:2 !important;
        order:2 !important
    }
     .kcw .kcw__order-md-3{
        -webkit-box-ordinal-group:4 !important;
        -ms-flex-order:3 !important;
        order:3 !important
    }
     .kcw .kcw__order-md-4{
        -webkit-box-ordinal-group:5 !important;
        -ms-flex-order:4 !important;
        order:4 !important
    }
     .kcw .kcw__order-md-5{
        -webkit-box-ordinal-group:6 !important;
        -ms-flex-order:5 !important;
        order:5 !important
    }
     .kcw .kcw__order-md-last{
        -webkit-box-ordinal-group:7 !important;
        -ms-flex-order:6 !important;
        order:6 !important
    }
     .kcw .kcw__m-md-0{
        margin:0 !important
    }
     .kcw .kcw__m-md-1{
        margin:.25rem !important
    }
     .kcw .kcw__m-md-2{
        margin:.5rem !important
    }
     .kcw .kcw__m-md-3{
        margin:1rem !important
    }
     .kcw .kcw__m-md-4{
        margin:2rem !important
    }
     .kcw .kcw__m-md-5{
        margin:3rem !important
    }
     .kcw .kcw__m-md-25{
        margin:1.56rem !important
    }
     .kcw .kcw__m-md-50{
        margin:3.125rem !important
    }
     .kcw .kcw__m-md-75{
        margin:4.68rem !important
    }
     .kcw .kcw__m-md-100{
        margin:6.25rem !important
    }
     .kcw .kcw__m-md-150{
        margin:9.375rem !important
    }
     .kcw .kcw__m-md-200{
        margin:12.5rem !important
    }
     .kcw .kcw__m-md-auto{
        margin:auto !important
    }
     .kcw .kcw__mx-md-0{
        margin-right:0 !important;
        margin-left:0 !important
    }
     .kcw .kcw__mx-md-1{
        margin-right:.25rem !important;
        margin-left:.25rem !important
    }
     .kcw .kcw__mx-md-2{
        margin-right:.5rem !important;
        margin-left:.5rem !important
    }
     .kcw .kcw__mx-md-3{
        margin-right:1rem !important;
        margin-left:1rem !important
    }
     .kcw .kcw__mx-md-4{
        margin-right:2rem !important;
        margin-left:2rem !important
    }
     .kcw .kcw__mx-md-5{
        margin-right:3rem !important;
        margin-left:3rem !important
    }
     .kcw .kcw__mx-md-25{
        margin-right:1.56rem !important;
        margin-left:1.56rem !important
    }
     .kcw .kcw__mx-md-50{
        margin-right:3.125rem !important;
        margin-left:3.125rem !important
    }
     .kcw .kcw__mx-md-75{
        margin-right:4.68rem !important;
        margin-left:4.68rem !important
    }
     .kcw .kcw__mx-md-100{
        margin-right:6.25rem !important;
        margin-left:6.25rem !important
    }
     .kcw .kcw__mx-md-150{
        margin-right:9.375rem !important;
        margin-left:9.375rem !important
    }
     .kcw .kcw__mx-md-200{
        margin-right:12.5rem !important;
        margin-left:12.5rem !important
    }
     .kcw .kcw__mx-md-auto{
        margin-right:auto !important;
        margin-left:auto !important
    }
     .kcw .kcw__my-md-0{
        margin-top:0 !important;
        margin-bottom:0 !important
    }
     .kcw .kcw__my-md-1{
        margin-top:.25rem !important;
        margin-bottom:.25rem !important
    }
     .kcw .kcw__my-md-2{
        margin-top:.5rem !important;
        margin-bottom:.5rem !important
    }
     .kcw .kcw__my-md-3{
        margin-top:1rem !important;
        margin-bottom:1rem !important
    }
     .kcw .kcw__my-md-4{
        margin-top:2rem !important;
        margin-bottom:2rem !important
    }
     .kcw .kcw__my-md-5{
        margin-top:3rem !important;
        margin-bottom:3rem !important
    }
     .kcw .kcw__my-md-25{
        margin-top:1.56rem !important;
        margin-bottom:1.56rem !important
    }
     .kcw .kcw__my-md-50{
        margin-top:3.125rem !important;
        margin-bottom:3.125rem !important
    }
     .kcw .kcw__my-md-75{
        margin-top:4.68rem !important;
        margin-bottom:4.68rem !important
    }
     .kcw .kcw__my-md-100{
        margin-top:6.25rem !important;
        margin-bottom:6.25rem !important
    }
     .kcw .kcw__my-md-150{
        margin-top:9.375rem !important;
        margin-bottom:9.375rem !important
    }
     .kcw .kcw__my-md-200{
        margin-top:12.5rem !important;
        margin-bottom:12.5rem !important
    }
     .kcw .kcw__my-md-auto{
        margin-top:auto !important;
        margin-bottom:auto !important
    }
     .kcw .kcw__mt-md-0{
        margin-top:0 !important
    }
     .kcw .kcw__mt-md-1{
        margin-top:.25rem !important
    }
     .kcw .kcw__mt-md-2{
        margin-top:.5rem !important
    }
     .kcw .kcw__mt-md-3{
        margin-top:1rem !important
    }
     .kcw .kcw__mt-md-4{
        margin-top:2rem !important
    }
     .kcw .kcw__mt-md-5{
        margin-top:3rem !important
    }
     .kcw .kcw__mt-md-25{
        margin-top:1.56rem !important
    }
     .kcw .kcw__mt-md-50{
        margin-top:3.125rem !important
    }
     .kcw .kcw__mt-md-75{
        margin-top:4.68rem !important
    }
     .kcw .kcw__mt-md-100{
        margin-top:6.25rem !important
    }
     .kcw .kcw__mt-md-150{
        margin-top:9.375rem !important
    }
     .kcw .kcw__mt-md-200{
        margin-top:12.5rem !important
    }
     .kcw .kcw__mt-md-auto{
        margin-top:auto !important
    }
     .kcw .kcw__me-md-0{
        margin-right:0 !important
    }
     .kcw .kcw__me-md-1{
        margin-right:.25rem !important
    }
     .kcw .kcw__me-md-2{
        margin-right:.5rem !important
    }
     .kcw .kcw__me-md-3{
        margin-right:1rem !important
    }
     .kcw .kcw__me-md-4{
        margin-right:2rem !important
    }
     .kcw .kcw__me-md-5{
        margin-right:3rem !important
    }
     .kcw .kcw__me-md-25{
        margin-right:1.56rem !important
    }
     .kcw .kcw__me-md-50{
        margin-right:3.125rem !important
    }
     .kcw .kcw__me-md-75{
        margin-right:4.68rem !important
    }
     .kcw .kcw__me-md-100{
        margin-right:6.25rem !important
    }
     .kcw .kcw__me-md-150{
        margin-right:9.375rem !important
    }
     .kcw .kcw__me-md-200{
        margin-right:12.5rem !important
    }
     .kcw .kcw__me-md-auto{
        margin-right:auto !important
    }
     .kcw .kcw__mb-md-0{
        margin-bottom:0 !important
    }
     .kcw .kcw__mb-md-1{
        margin-bottom:.25rem !important
    }
     .kcw .kcw__mb-md-2{
        margin-bottom:.5rem !important
    }
     .kcw .kcw__mb-md-3{
        margin-bottom:1rem !important
    }
     .kcw .kcw__mb-md-4{
        margin-bottom:2rem !important
    }
     .kcw .kcw__mb-md-5{
        margin-bottom:3rem !important
    }
     .kcw .kcw__mb-md-25{
        margin-bottom:1.56rem !important
    }
     .kcw .kcw__mb-md-50{
        margin-bottom:3.125rem !important
    }
     .kcw .kcw__mb-md-75{
        margin-bottom:4.68rem !important
    }
     .kcw .kcw__mb-md-100{
        margin-bottom:6.25rem !important
    }
     .kcw .kcw__mb-md-150{
        margin-bottom:9.375rem !important
    }
     .kcw .kcw__mb-md-200{
        margin-bottom:12.5rem !important
    }
     .kcw .kcw__mb-md-auto{
        margin-bottom:auto !important
    }
     .kcw .kcw__ms-md-0{
        margin-left:0 !important
    }
     .kcw .kcw__ms-md-1{
        margin-left:.25rem !important
    }
     .kcw .kcw__ms-md-2{
        margin-left:.5rem !important
    }
     .kcw .kcw__ms-md-3{
        margin-left:1rem !important
    }
     .kcw .kcw__ms-md-4{
        margin-left:2rem !important
    }
     .kcw .kcw__ms-md-5{
        margin-left:3rem !important
    }
     .kcw .kcw__ms-md-25{
        margin-left:1.56rem !important
    }
     .kcw .kcw__ms-md-50{
        margin-left:3.125rem !important
    }
     .kcw .kcw__ms-md-75{
        margin-left:4.68rem !important
    }
     .kcw .kcw__ms-md-100{
        margin-left:6.25rem !important
    }
     .kcw .kcw__ms-md-150{
        margin-left:9.375rem !important
    }
     .kcw .kcw__ms-md-200{
        margin-left:12.5rem !important
    }
     .kcw .kcw__ms-md-auto{
        margin-left:auto !important
    }
     .kcw .kcw__m-md-n1{
        margin:-0.25rem !important
    }
     .kcw .kcw__m-md-n2{
        margin:-0.5rem !important
    }
     .kcw .kcw__m-md-n3{
        margin:-1rem !important
    }
     .kcw .kcw__m-md-n4{
        margin:-2rem !important
    }
     .kcw .kcw__m-md-n5{
        margin:-3rem !important
    }
     .kcw .kcw__m-md-n25{
        margin:-1.56rem !important
    }
     .kcw .kcw__m-md-n50{
        margin:-3.125rem !important
    }
     .kcw .kcw__m-md-n75{
        margin:-4.68rem !important
    }
     .kcw .kcw__m-md-n100{
        margin:-6.25rem !important
    }
     .kcw .kcw__m-md-n150{
        margin:-9.375rem !important
    }
     .kcw .kcw__m-md-n200{
        margin:-12.5rem !important
    }
     .kcw .kcw__mx-md-n1{
        margin-right:-0.25rem !important;
        margin-left:-0.25rem !important
    }
     .kcw .kcw__mx-md-n2{
        margin-right:-0.5rem !important;
        margin-left:-0.5rem !important
    }
     .kcw .kcw__mx-md-n3{
        margin-right:-1rem !important;
        margin-left:-1rem !important
    }
     .kcw .kcw__mx-md-n4{
        margin-right:-2rem !important;
        margin-left:-2rem !important
    }
     .kcw .kcw__mx-md-n5{
        margin-right:-3rem !important;
        margin-left:-3rem !important
    }
     .kcw .kcw__mx-md-n25{
        margin-right:-1.56rem !important;
        margin-left:-1.56rem !important
    }
     .kcw .kcw__mx-md-n50{
        margin-right:-3.125rem !important;
        margin-left:-3.125rem !important
    }
     .kcw .kcw__mx-md-n75{
        margin-right:-4.68rem !important;
        margin-left:-4.68rem !important
    }
     .kcw .kcw__mx-md-n100{
        margin-right:-6.25rem !important;
        margin-left:-6.25rem !important
    }
     .kcw .kcw__mx-md-n150{
        margin-right:-9.375rem !important;
        margin-left:-9.375rem !important
    }
     .kcw .kcw__mx-md-n200{
        margin-right:-12.5rem !important;
        margin-left:-12.5rem !important
    }
     .kcw .kcw__my-md-n1{
        margin-top:-0.25rem !important;
        margin-bottom:-0.25rem !important
    }
     .kcw .kcw__my-md-n2{
        margin-top:-0.5rem !important;
        margin-bottom:-0.5rem !important
    }
     .kcw .kcw__my-md-n3{
        margin-top:-1rem !important;
        margin-bottom:-1rem !important
    }
     .kcw .kcw__my-md-n4{
        margin-top:-2rem !important;
        margin-bottom:-2rem !important
    }
     .kcw .kcw__my-md-n5{
        margin-top:-3rem !important;
        margin-bottom:-3rem !important
    }
     .kcw .kcw__my-md-n25{
        margin-top:-1.56rem !important;
        margin-bottom:-1.56rem !important
    }
     .kcw .kcw__my-md-n50{
        margin-top:-3.125rem !important;
        margin-bottom:-3.125rem !important
    }
     .kcw .kcw__my-md-n75{
        margin-top:-4.68rem !important;
        margin-bottom:-4.68rem !important
    }
     .kcw .kcw__my-md-n100{
        margin-top:-6.25rem !important;
        margin-bottom:-6.25rem !important
    }
     .kcw .kcw__my-md-n150{
        margin-top:-9.375rem !important;
        margin-bottom:-9.375rem !important
    }
     .kcw .kcw__my-md-n200{
        margin-top:-12.5rem !important;
        margin-bottom:-12.5rem !important
    }
     .kcw .kcw__mt-md-n1{
        margin-top:-0.25rem !important
    }
     .kcw .kcw__mt-md-n2{
        margin-top:-0.5rem !important
    }
     .kcw .kcw__mt-md-n3{
        margin-top:-1rem !important
    }
     .kcw .kcw__mt-md-n4{
        margin-top:-2rem !important
    }
     .kcw .kcw__mt-md-n5{
        margin-top:-3rem !important
    }
     .kcw .kcw__mt-md-n25{
        margin-top:-1.56rem !important
    }
     .kcw .kcw__mt-md-n50{
        margin-top:-3.125rem !important
    }
     .kcw .kcw__mt-md-n75{
        margin-top:-4.68rem !important
    }
     .kcw .kcw__mt-md-n100{
        margin-top:-6.25rem !important
    }
     .kcw .kcw__mt-md-n150{
        margin-top:-9.375rem !important
    }
     .kcw .kcw__mt-md-n200{
        margin-top:-12.5rem !important
    }
     .kcw .kcw__me-md-n1{
        margin-right:-0.25rem !important
    }
     .kcw .kcw__me-md-n2{
        margin-right:-0.5rem !important
    }
     .kcw .kcw__me-md-n3{
        margin-right:-1rem !important
    }
     .kcw .kcw__me-md-n4{
        margin-right:-2rem !important
    }
     .kcw .kcw__me-md-n5{
        margin-right:-3rem !important
    }
     .kcw .kcw__me-md-n25{
        margin-right:-1.56rem !important
    }
     .kcw .kcw__me-md-n50{
        margin-right:-3.125rem !important
    }
     .kcw .kcw__me-md-n75{
        margin-right:-4.68rem !important
    }
     .kcw .kcw__me-md-n100{
        margin-right:-6.25rem !important
    }
     .kcw .kcw__me-md-n150{
        margin-right:-9.375rem !important
    }
     .kcw .kcw__me-md-n200{
        margin-right:-12.5rem !important
    }
     .kcw .kcw__mb-md-n1{
        margin-bottom:-0.25rem !important
    }
     .kcw .kcw__mb-md-n2{
        margin-bottom:-0.5rem !important
    }
     .kcw .kcw__mb-md-n3{
        margin-bottom:-1rem !important
    }
     .kcw .kcw__mb-md-n4{
        margin-bottom:-2rem !important
    }
     .kcw .kcw__mb-md-n5{
        margin-bottom:-3rem !important
    }
     .kcw .kcw__mb-md-n25{
        margin-bottom:-1.56rem !important
    }
     .kcw .kcw__mb-md-n50{
        margin-bottom:-3.125rem !important
    }
     .kcw .kcw__mb-md-n75{
        margin-bottom:-4.68rem !important
    }
     .kcw .kcw__mb-md-n100{
        margin-bottom:-6.25rem !important
    }
     .kcw .kcw__mb-md-n150{
        margin-bottom:-9.375rem !important
    }
     .kcw .kcw__mb-md-n200{
        margin-bottom:-12.5rem !important
    }
     .kcw .kcw__ms-md-n1{
        margin-left:-0.25rem !important
    }
     .kcw .kcw__ms-md-n2{
        margin-left:-0.5rem !important
    }
     .kcw .kcw__ms-md-n3{
        margin-left:-1rem !important
    }
     .kcw .kcw__ms-md-n4{
        margin-left:-2rem !important
    }
     .kcw .kcw__ms-md-n5{
        margin-left:-3rem !important
    }
     .kcw .kcw__ms-md-n25{
        margin-left:-1.56rem !important
    }
     .kcw .kcw__ms-md-n50{
        margin-left:-3.125rem !important
    }
     .kcw .kcw__ms-md-n75{
        margin-left:-4.68rem !important
    }
     .kcw .kcw__ms-md-n100{
        margin-left:-6.25rem !important
    }
     .kcw .kcw__ms-md-n150{
        margin-left:-9.375rem !important
    }
     .kcw .kcw__ms-md-n200{
        margin-left:-12.5rem !important
    }
     .kcw .kcw__p-md-0{
        padding:0 !important
    }
     .kcw .kcw__p-md-1{
        padding:.25rem !important
    }
     .kcw .kcw__p-md-2{
        padding:.5rem !important
    }
     .kcw .kcw__p-md-3{
        padding:1rem !important
    }
     .kcw .kcw__p-md-4{
        padding:2rem !important
    }
     .kcw .kcw__p-md-5{
        padding:3rem !important
    }
     .kcw .kcw__p-md-25{
        padding:1.56rem !important
    }
     .kcw .kcw__p-md-50{
        padding:3.125rem !important
    }
     .kcw .kcw__p-md-75{
        padding:4.68rem !important
    }
     .kcw .kcw__p-md-100{
        padding:6.25rem !important
    }
     .kcw .kcw__p-md-150{
        padding:9.375rem !important
    }
     .kcw .kcw__p-md-200{
        padding:12.5rem !important
    }
     .kcw .kcw__px-md-0{
        padding-right:0 !important;
        padding-left:0 !important
    }
     .kcw .kcw__px-md-1{
        padding-right:.25rem !important;
        padding-left:.25rem !important
    }
     .kcw .kcw__px-md-2{
        padding-right:.5rem !important;
        padding-left:.5rem !important
    }
     .kcw .kcw__px-md-3{
        padding-right:1rem !important;
        padding-left:1rem !important
    }
     .kcw .kcw__px-md-4{
        padding-right:2rem !important;
        padding-left:2rem !important
    }
     .kcw .kcw__px-md-5{
        padding-right:3rem !important;
        padding-left:3rem !important
    }
     .kcw .kcw__px-md-25{
        padding-right:1.56rem !important;
        padding-left:1.56rem !important
    }
     .kcw .kcw__px-md-50{
        padding-right:3.125rem !important;
        padding-left:3.125rem !important
    }
     .kcw .kcw__px-md-75{
        padding-right:4.68rem !important;
        padding-left:4.68rem !important
    }
     .kcw .kcw__px-md-100{
        padding-right:6.25rem !important;
        padding-left:6.25rem !important
    }
     .kcw .kcw__px-md-150{
        padding-right:9.375rem !important;
        padding-left:9.375rem !important
    }
     .kcw .kcw__px-md-200{
        padding-right:12.5rem !important;
        padding-left:12.5rem !important
    }
     .kcw .kcw__py-md-0{
        padding-top:0 !important;
        padding-bottom:0 !important
    }
     .kcw .kcw__py-md-1{
        padding-top:.25rem !important;
        padding-bottom:.25rem !important
    }
     .kcw .kcw__py-md-2{
        padding-top:.5rem !important;
        padding-bottom:.5rem !important
    }
     .kcw .kcw__py-md-3{
        padding-top:1rem !important;
        padding-bottom:1rem !important
    }
     .kcw .kcw__py-md-4{
        padding-top:2rem !important;
        padding-bottom:2rem !important
    }
     .kcw .kcw__py-md-5{
        padding-top:3rem !important;
        padding-bottom:3rem !important
    }
     .kcw .kcw__py-md-25{
        padding-top:1.56rem !important;
        padding-bottom:1.56rem !important
    }
     .kcw .kcw__py-md-50{
        padding-top:3.125rem !important;
        padding-bottom:3.125rem !important
    }
     .kcw .kcw__py-md-75{
        padding-top:4.68rem !important;
        padding-bottom:4.68rem !important
    }
     .kcw .kcw__py-md-100{
        padding-top:6.25rem !important;
        padding-bottom:6.25rem !important
    }
     .kcw .kcw__py-md-150{
        padding-top:9.375rem !important;
        padding-bottom:9.375rem !important
    }
     .kcw .kcw__py-md-200{
        padding-top:12.5rem !important;
        padding-bottom:12.5rem !important
    }
     .kcw .kcw__pt-md-0{
        padding-top:0 !important
    }
     .kcw .kcw__pt-md-1{
        padding-top:.25rem !important
    }
     .kcw .kcw__pt-md-2{
        padding-top:.5rem !important
    }
     .kcw .kcw__pt-md-3{
        padding-top:1rem !important
    }
     .kcw .kcw__pt-md-4{
        padding-top:2rem !important
    }
     .kcw .kcw__pt-md-5{
        padding-top:3rem !important
    }
     .kcw .kcw__pt-md-25{
        padding-top:1.56rem !important
    }
     .kcw .kcw__pt-md-50{
        padding-top:3.125rem !important
    }
     .kcw .kcw__pt-md-75{
        padding-top:4.68rem !important
    }
     .kcw .kcw__pt-md-100{
        padding-top:6.25rem !important
    }
     .kcw .kcw__pt-md-150{
        padding-top:9.375rem !important
    }
     .kcw .kcw__pt-md-200{
        padding-top:12.5rem !important
    }
     .kcw .kcw__pe-md-0{
        padding-right:0 !important
    }
     .kcw .kcw__pe-md-1{
        padding-right:.25rem !important
    }
     .kcw .kcw__pe-md-2{
        padding-right:.5rem !important
    }
     .kcw .kcw__pe-md-3{
        padding-right:1rem !important
    }
     .kcw .kcw__pe-md-4{
        padding-right:2rem !important
    }
     .kcw .kcw__pe-md-5{
        padding-right:3rem !important
    }
     .kcw .kcw__pe-md-25{
        padding-right:1.56rem !important
    }
     .kcw .kcw__pe-md-50{
        padding-right:3.125rem !important
    }
     .kcw .kcw__pe-md-75{
        padding-right:4.68rem !important
    }
     .kcw .kcw__pe-md-100{
        padding-right:6.25rem !important
    }
     .kcw .kcw__pe-md-150{
        padding-right:9.375rem !important
    }
     .kcw .kcw__pe-md-200{
        padding-right:12.5rem !important
    }
     .kcw .kcw__pb-md-0{
        padding-bottom:0 !important
    }
     .kcw .kcw__pb-md-1{
        padding-bottom:.25rem !important
    }
     .kcw .kcw__pb-md-2{
        padding-bottom:.5rem !important
    }
     .kcw .kcw__pb-md-3{
        padding-bottom:1rem !important
    }
     .kcw .kcw__pb-md-4{
        padding-bottom:2rem !important
    }
     .kcw .kcw__pb-md-5{
        padding-bottom:3rem !important
    }
     .kcw .kcw__pb-md-25{
        padding-bottom:1.56rem !important
    }
     .kcw .kcw__pb-md-50{
        padding-bottom:3.125rem !important
    }
     .kcw .kcw__pb-md-75{
        padding-bottom:4.68rem !important
    }
     .kcw .kcw__pb-md-100{
        padding-bottom:6.25rem !important
    }
     .kcw .kcw__pb-md-150{
        padding-bottom:9.375rem !important
    }
     .kcw .kcw__pb-md-200{
        padding-bottom:12.5rem !important
    }
     .kcw .kcw__ps-md-0{
        padding-left:0 !important
    }
     .kcw .kcw__ps-md-1{
        padding-left:.25rem !important
    }
     .kcw .kcw__ps-md-2{
        padding-left:.5rem !important
    }
     .kcw .kcw__ps-md-3{
        padding-left:1rem !important
    }
     .kcw .kcw__ps-md-4{
        padding-left:2rem !important
    }
     .kcw .kcw__ps-md-5{
        padding-left:3rem !important
    }
     .kcw .kcw__ps-md-25{
        padding-left:1.56rem !important
    }
     .kcw .kcw__ps-md-50{
        padding-left:3.125rem !important
    }
     .kcw .kcw__ps-md-75{
        padding-left:4.68rem !important
    }
     .kcw .kcw__ps-md-100{
        padding-left:6.25rem !important
    }
     .kcw .kcw__ps-md-150{
        padding-left:9.375rem !important
    }
     .kcw .kcw__ps-md-200{
        padding-left:12.5rem !important
    }
     .kcw .kcw__text-md-start{
        text-align:left !important
    }
     .kcw .kcw__text-md-end{
        text-align:right !important
    }
     .kcw .kcw__text-md-center{
        text-align:center !important
    }
}
@media(min-width: 992px){
     .kcw .kcw__float-lg-start{
        float:left !important
    }
     .kcw .kcw__float-lg-end{
        float:right !important
    }
     .kcw .kcw__float-lg-none{
        float: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-grid{
        display:grid !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:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important
    }
     .kcw .kcw__d-lg-inline-flex{
        display:-webkit-inline-box !important;
        display:-ms-inline-flexbox !important;
        display:inline-flex !important
    }
     .kcw .kcw__d-lg-none{
        display:none !important
    }
     .kcw .kcw__flex-lg-fill{
        -webkit-box-flex:1 !important;
        -ms-flex:1 1 auto !important;
        flex:1 1 auto !important
    }
     .kcw .kcw__flex-lg-row{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:row !important;
        flex-direction:row !important
    }
     .kcw .kcw__flex-lg-column{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:column !important;
        flex-direction:column !important
    }
     .kcw .kcw__flex-lg-row-reverse{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:row-reverse !important;
        flex-direction:row-reverse !important
    }
     .kcw .kcw__flex-lg-column-reverse{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:column-reverse !important;
        flex-direction:column-reverse !important
    }
     .kcw .kcw__flex-lg-grow-0{
        -webkit-box-flex:0 !important;
        -ms-flex-positive:0 !important;
        flex-grow:0 !important
    }
     .kcw .kcw__flex-lg-grow-1{
        -webkit-box-flex:1 !important;
        -ms-flex-positive:1 !important;
        flex-grow:1 !important
    }
     .kcw .kcw__flex-lg-shrink-0{
        -ms-flex-negative:0 !important;
        flex-shrink:0 !important
    }
     .kcw .kcw__flex-lg-shrink-1{
        -ms-flex-negative:1 !important;
        flex-shrink:1 !important
    }
     .kcw .kcw__flex-lg-wrap{
        -ms-flex-wrap:wrap !important;
        flex-wrap:wrap !important
    }
     .kcw .kcw__flex-lg-nowrap{
        -ms-flex-wrap:nowrap !important;
        flex-wrap:nowrap !important
    }
     .kcw .kcw__flex-lg-wrap-reverse{
        -ms-flex-wrap:wrap-reverse !important;
        flex-wrap:wrap-reverse !important
    }
     .kcw .kcw__gap-lg-0{
        gap:0 !important
    }
     .kcw .kcw__gap-lg-1{
        gap:.25rem !important
    }
     .kcw .kcw__gap-lg-2{
        gap:.5rem !important
    }
     .kcw .kcw__gap-lg-3{
        gap:1rem !important
    }
     .kcw .kcw__gap-lg-4{
        gap:2rem !important
    }
     .kcw .kcw__gap-lg-5{
        gap:3rem !important
    }
     .kcw .kcw__gap-lg-25{
        gap:1.56rem !important
    }
     .kcw .kcw__gap-lg-50{
        gap:3.125rem !important
    }
     .kcw .kcw__gap-lg-75{
        gap:4.68rem !important
    }
     .kcw .kcw__gap-lg-100{
        gap:6.25rem !important
    }
     .kcw .kcw__gap-lg-150{
        gap:9.375rem !important
    }
     .kcw .kcw__gap-lg-200{
        gap:12.5rem !important
    }
     .kcw .kcw__justify-content-lg-start{
        -webkit-box-pack:start !important;
        -ms-flex-pack:start !important;
        justify-content:flex-start !important
    }
     .kcw .kcw__justify-content-lg-end{
        -webkit-box-pack:end !important;
        -ms-flex-pack:end !important;
        justify-content:flex-end !important
    }
     .kcw .kcw__justify-content-lg-center{
        -webkit-box-pack:center !important;
        -ms-flex-pack:center !important;
        justify-content:center !important
    }
     .kcw .kcw__justify-content-lg-between{
        -webkit-box-pack:justify !important;
        -ms-flex-pack:justify !important;
        justify-content:space-between !important
    }
     .kcw .kcw__justify-content-lg-around{
        -ms-flex-pack:distribute !important;
        justify-content:space-around !important
    }
     .kcw .kcw__justify-content-lg-evenly{
        -webkit-box-pack:space-evenly !important;
        -ms-flex-pack:space-evenly !important;
        justify-content:space-evenly !important
    }
     .kcw .kcw__align-items-lg-start{
        -webkit-box-align:start !important;
        -ms-flex-align:start !important;
        align-items:flex-start !important
    }
     .kcw .kcw__align-items-lg-end{
        -webkit-box-align:end !important;
        -ms-flex-align:end !important;
        align-items:flex-end !important
    }
     .kcw .kcw__align-items-lg-center{
        -webkit-box-align:center !important;
        -ms-flex-align:center !important;
        align-items:center !important
    }
     .kcw .kcw__align-items-lg-baseline{
        -webkit-box-align:baseline !important;
        -ms-flex-align:baseline !important;
        align-items:baseline !important
    }
     .kcw .kcw__align-items-lg-stretch{
        -webkit-box-align:stretch !important;
        -ms-flex-align:stretch !important;
        align-items:stretch !important
    }
     .kcw .kcw__align-content-lg-start{
        -ms-flex-line-pack:start !important;
        align-content:flex-start !important
    }
     .kcw .kcw__align-content-lg-end{
        -ms-flex-line-pack:end !important;
        align-content:flex-end !important
    }
     .kcw .kcw__align-content-lg-center{
        -ms-flex-line-pack:center !important;
        align-content:center !important
    }
     .kcw .kcw__align-content-lg-between{
        -ms-flex-line-pack:justify !important;
        align-content:space-between !important
    }
     .kcw .kcw__align-content-lg-around{
        -ms-flex-line-pack:distribute !important;
        align-content:space-around !important
    }
     .kcw .kcw__align-content-lg-stretch{
        -ms-flex-line-pack:stretch !important;
        align-content:stretch !important
    }
     .kcw .kcw__align-self-lg-auto{
        -ms-flex-item-align:auto !important;
        align-self:auto !important
    }
     .kcw .kcw__align-self-lg-start{
        -ms-flex-item-align:start !important;
        align-self:flex-start !important
    }
     .kcw .kcw__align-self-lg-end{
        -ms-flex-item-align:end !important;
        align-self:flex-end !important
    }
     .kcw .kcw__align-self-lg-center{
        -ms-flex-item-align:center !important;
        align-self:center !important
    }
     .kcw .kcw__align-self-lg-baseline{
        -ms-flex-item-align:baseline !important;
        align-self:baseline !important
    }
     .kcw .kcw__align-self-lg-stretch{
        -ms-flex-item-align:stretch !important;
        align-self:stretch !important
    }
     .kcw .kcw__order-lg-first{
        -webkit-box-ordinal-group:0 !important;
        -ms-flex-order:-1 !important;
        order:-1 !important
    }
     .kcw .kcw__order-lg-0{
        -webkit-box-ordinal-group:1 !important;
        -ms-flex-order:0 !important;
        order:0 !important
    }
     .kcw .kcw__order-lg-1{
        -webkit-box-ordinal-group:2 !important;
        -ms-flex-order:1 !important;
        order:1 !important
    }
     .kcw .kcw__order-lg-2{
        -webkit-box-ordinal-group:3 !important;
        -ms-flex-order:2 !important;
        order:2 !important
    }
     .kcw .kcw__order-lg-3{
        -webkit-box-ordinal-group:4 !important;
        -ms-flex-order:3 !important;
        order:3 !important
    }
     .kcw .kcw__order-lg-4{
        -webkit-box-ordinal-group:5 !important;
        -ms-flex-order:4 !important;
        order:4 !important
    }
     .kcw .kcw__order-lg-5{
        -webkit-box-ordinal-group:6 !important;
        -ms-flex-order:5 !important;
        order:5 !important
    }
     .kcw .kcw__order-lg-last{
        -webkit-box-ordinal-group:7 !important;
        -ms-flex-order:6 !important;
        order:6 !important
    }
     .kcw .kcw__m-lg-0{
        margin:0 !important
    }
     .kcw .kcw__m-lg-1{
        margin:.25rem !important
    }
     .kcw .kcw__m-lg-2{
        margin:.5rem !important
    }
     .kcw .kcw__m-lg-3{
        margin:1rem !important
    }
     .kcw .kcw__m-lg-4{
        margin:2rem !important
    }
     .kcw .kcw__m-lg-5{
        margin:3rem !important
    }
     .kcw .kcw__m-lg-25{
        margin:1.56rem !important
    }
     .kcw .kcw__m-lg-50{
        margin:3.125rem !important
    }
     .kcw .kcw__m-lg-75{
        margin:4.68rem !important
    }
     .kcw .kcw__m-lg-100{
        margin:6.25rem !important
    }
     .kcw .kcw__m-lg-150{
        margin:9.375rem !important
    }
     .kcw .kcw__m-lg-200{
        margin:12.5rem !important
    }
     .kcw .kcw__m-lg-auto{
        margin:auto !important
    }
     .kcw .kcw__mx-lg-0{
        margin-right:0 !important;
        margin-left:0 !important
    }
     .kcw .kcw__mx-lg-1{
        margin-right:.25rem !important;
        margin-left:.25rem !important
    }
     .kcw .kcw__mx-lg-2{
        margin-right:.5rem !important;
        margin-left:.5rem !important
    }
     .kcw .kcw__mx-lg-3{
        margin-right:1rem !important;
        margin-left:1rem !important
    }
     .kcw .kcw__mx-lg-4{
        margin-right:2rem !important;
        margin-left:2rem !important
    }
     .kcw .kcw__mx-lg-5{
        margin-right:3rem !important;
        margin-left:3rem !important
    }
     .kcw .kcw__mx-lg-25{
        margin-right:1.56rem !important;
        margin-left:1.56rem !important
    }
     .kcw .kcw__mx-lg-50{
        margin-right:3.125rem !important;
        margin-left:3.125rem !important
    }
     .kcw .kcw__mx-lg-75{
        margin-right:4.68rem !important;
        margin-left:4.68rem !important
    }
     .kcw .kcw__mx-lg-100{
        margin-right:6.25rem !important;
        margin-left:6.25rem !important
    }
     .kcw .kcw__mx-lg-150{
        margin-right:9.375rem !important;
        margin-left:9.375rem !important
    }
     .kcw .kcw__mx-lg-200{
        margin-right:12.5rem !important;
        margin-left:12.5rem !important
    }
     .kcw .kcw__mx-lg-auto{
        margin-right:auto !important;
        margin-left:auto !important
    }
     .kcw .kcw__my-lg-0{
        margin-top:0 !important;
        margin-bottom:0 !important
    }
     .kcw .kcw__my-lg-1{
        margin-top:.25rem !important;
        margin-bottom:.25rem !important
    }
     .kcw .kcw__my-lg-2{
        margin-top:.5rem !important;
        margin-bottom:.5rem !important
    }
     .kcw .kcw__my-lg-3{
        margin-top:1rem !important;
        margin-bottom:1rem !important
    }
     .kcw .kcw__my-lg-4{
        margin-top:2rem !important;
        margin-bottom:2rem !important
    }
     .kcw .kcw__my-lg-5{
        margin-top:3rem !important;
        margin-bottom:3rem !important
    }
     .kcw .kcw__my-lg-25{
        margin-top:1.56rem !important;
        margin-bottom:1.56rem !important
    }
     .kcw .kcw__my-lg-50{
        margin-top:3.125rem !important;
        margin-bottom:3.125rem !important
    }
     .kcw .kcw__my-lg-75{
        margin-top:4.68rem !important;
        margin-bottom:4.68rem !important
    }
     .kcw .kcw__my-lg-100{
        margin-top:6.25rem !important;
        margin-bottom:6.25rem !important
    }
     .kcw .kcw__my-lg-150{
        margin-top:9.375rem !important;
        margin-bottom:9.375rem !important
    }
     .kcw .kcw__my-lg-200{
        margin-top:12.5rem !important;
        margin-bottom:12.5rem !important
    }
     .kcw .kcw__my-lg-auto{
        margin-top:auto !important;
        margin-bottom:auto !important
    }
     .kcw .kcw__mt-lg-0{
        margin-top:0 !important
    }
     .kcw .kcw__mt-lg-1{
        margin-top:.25rem !important
    }
     .kcw .kcw__mt-lg-2{
        margin-top:.5rem !important
    }
     .kcw .kcw__mt-lg-3{
        margin-top:1rem !important
    }
     .kcw .kcw__mt-lg-4{
        margin-top:2rem !important
    }
     .kcw .kcw__mt-lg-5{
        margin-top:3rem !important
    }
     .kcw .kcw__mt-lg-25{
        margin-top:1.56rem !important
    }
     .kcw .kcw__mt-lg-50{
        margin-top:3.125rem !important
    }
     .kcw .kcw__mt-lg-75{
        margin-top:4.68rem !important
    }
     .kcw .kcw__mt-lg-100{
        margin-top:6.25rem !important
    }
     .kcw .kcw__mt-lg-150{
        margin-top:9.375rem !important
    }
     .kcw .kcw__mt-lg-200{
        margin-top:12.5rem !important
    }
     .kcw .kcw__mt-lg-auto{
        margin-top:auto !important
    }
     .kcw .kcw__me-lg-0{
        margin-right:0 !important
    }
     .kcw .kcw__me-lg-1{
        margin-right:.25rem !important
    }
     .kcw .kcw__me-lg-2{
        margin-right:.5rem !important
    }
     .kcw .kcw__me-lg-3{
        margin-right:1rem !important
    }
     .kcw .kcw__me-lg-4{
        margin-right:2rem !important
    }
     .kcw .kcw__me-lg-5{
        margin-right:3rem !important
    }
     .kcw .kcw__me-lg-25{
        margin-right:1.56rem !important
    }
     .kcw .kcw__me-lg-50{
        margin-right:3.125rem !important
    }
     .kcw .kcw__me-lg-75{
        margin-right:4.68rem !important
    }
     .kcw .kcw__me-lg-100{
        margin-right:6.25rem !important
    }
     .kcw .kcw__me-lg-150{
        margin-right:9.375rem !important
    }
     .kcw .kcw__me-lg-200{
        margin-right:12.5rem !important
    }
     .kcw .kcw__me-lg-auto{
        margin-right:auto !important
    }
     .kcw .kcw__mb-lg-0{
        margin-bottom:0 !important
    }
     .kcw .kcw__mb-lg-1{
        margin-bottom:.25rem !important
    }
     .kcw .kcw__mb-lg-2{
        margin-bottom:.5rem !important
    }
     .kcw .kcw__mb-lg-3{
        margin-bottom:1rem !important
    }
     .kcw .kcw__mb-lg-4{
        margin-bottom:2rem !important
    }
     .kcw .kcw__mb-lg-5{
        margin-bottom:3rem !important
    }
     .kcw .kcw__mb-lg-25{
        margin-bottom:1.56rem !important
    }
     .kcw .kcw__mb-lg-50{
        margin-bottom:3.125rem !important
    }
     .kcw .kcw__mb-lg-75{
        margin-bottom:4.68rem !important
    }
     .kcw .kcw__mb-lg-100{
        margin-bottom:6.25rem !important
    }
     .kcw .kcw__mb-lg-150{
        margin-bottom:9.375rem !important
    }
     .kcw .kcw__mb-lg-200{
        margin-bottom:12.5rem !important
    }
     .kcw .kcw__mb-lg-auto{
        margin-bottom:auto !important
    }
     .kcw .kcw__ms-lg-0{
        margin-left:0 !important
    }
     .kcw .kcw__ms-lg-1{
        margin-left:.25rem !important
    }
     .kcw .kcw__ms-lg-2{
        margin-left:.5rem !important
    }
     .kcw .kcw__ms-lg-3{
        margin-left:1rem !important
    }
     .kcw .kcw__ms-lg-4{
        margin-left:2rem !important
    }
     .kcw .kcw__ms-lg-5{
        margin-left:3rem !important
    }
     .kcw .kcw__ms-lg-25{
        margin-left:1.56rem !important
    }
     .kcw .kcw__ms-lg-50{
        margin-left:3.125rem !important
    }
     .kcw .kcw__ms-lg-75{
        margin-left:4.68rem !important
    }
     .kcw .kcw__ms-lg-100{
        margin-left:6.25rem !important
    }
     .kcw .kcw__ms-lg-150{
        margin-left:9.375rem !important
    }
     .kcw .kcw__ms-lg-200{
        margin-left:12.5rem !important
    }
     .kcw .kcw__ms-lg-auto{
        margin-left:auto !important
    }
     .kcw .kcw__m-lg-n1{
        margin:-0.25rem !important
    }
     .kcw .kcw__m-lg-n2{
        margin:-0.5rem !important
    }
     .kcw .kcw__m-lg-n3{
        margin:-1rem !important
    }
     .kcw .kcw__m-lg-n4{
        margin:-2rem !important
    }
     .kcw .kcw__m-lg-n5{
        margin:-3rem !important
    }
     .kcw .kcw__m-lg-n25{
        margin:-1.56rem !important
    }
     .kcw .kcw__m-lg-n50{
        margin:-3.125rem !important
    }
     .kcw .kcw__m-lg-n75{
        margin:-4.68rem !important
    }
     .kcw .kcw__m-lg-n100{
        margin:-6.25rem !important
    }
     .kcw .kcw__m-lg-n150{
        margin:-9.375rem !important
    }
     .kcw .kcw__m-lg-n200{
        margin:-12.5rem !important
    }
     .kcw .kcw__mx-lg-n1{
        margin-right:-0.25rem !important;
        margin-left:-0.25rem !important
    }
     .kcw .kcw__mx-lg-n2{
        margin-right:-0.5rem !important;
        margin-left:-0.5rem !important
    }
     .kcw .kcw__mx-lg-n3{
        margin-right:-1rem !important;
        margin-left:-1rem !important
    }
     .kcw .kcw__mx-lg-n4{
        margin-right:-2rem !important;
        margin-left:-2rem !important
    }
     .kcw .kcw__mx-lg-n5{
        margin-right:-3rem !important;
        margin-left:-3rem !important
    }
     .kcw .kcw__mx-lg-n25{
        margin-right:-1.56rem !important;
        margin-left:-1.56rem !important
    }
     .kcw .kcw__mx-lg-n50{
        margin-right:-3.125rem !important;
        margin-left:-3.125rem !important
    }
     .kcw .kcw__mx-lg-n75{
        margin-right:-4.68rem !important;
        margin-left:-4.68rem !important
    }
     .kcw .kcw__mx-lg-n100{
        margin-right:-6.25rem !important;
        margin-left:-6.25rem !important
    }
     .kcw .kcw__mx-lg-n150{
        margin-right:-9.375rem !important;
        margin-left:-9.375rem !important
    }
     .kcw .kcw__mx-lg-n200{
        margin-right:-12.5rem !important;
        margin-left:-12.5rem !important
    }
     .kcw .kcw__my-lg-n1{
        margin-top:-0.25rem !important;
        margin-bottom:-0.25rem !important
    }
     .kcw .kcw__my-lg-n2{
        margin-top:-0.5rem !important;
        margin-bottom:-0.5rem !important
    }
     .kcw .kcw__my-lg-n3{
        margin-top:-1rem !important;
        margin-bottom:-1rem !important
    }
     .kcw .kcw__my-lg-n4{
        margin-top:-2rem !important;
        margin-bottom:-2rem !important
    }
     .kcw .kcw__my-lg-n5{
        margin-top:-3rem !important;
        margin-bottom:-3rem !important
    }
     .kcw .kcw__my-lg-n25{
        margin-top:-1.56rem !important;
        margin-bottom:-1.56rem !important
    }
     .kcw .kcw__my-lg-n50{
        margin-top:-3.125rem !important;
        margin-bottom:-3.125rem !important
    }
     .kcw .kcw__my-lg-n75{
        margin-top:-4.68rem !important;
        margin-bottom:-4.68rem !important
    }
     .kcw .kcw__my-lg-n100{
        margin-top:-6.25rem !important;
        margin-bottom:-6.25rem !important
    }
     .kcw .kcw__my-lg-n150{
        margin-top:-9.375rem !important;
        margin-bottom:-9.375rem !important
    }
     .kcw .kcw__my-lg-n200{
        margin-top:-12.5rem !important;
        margin-bottom:-12.5rem !important
    }
     .kcw .kcw__mt-lg-n1{
        margin-top:-0.25rem !important
    }
     .kcw .kcw__mt-lg-n2{
        margin-top:-0.5rem !important
    }
     .kcw .kcw__mt-lg-n3{
        margin-top:-1rem !important
    }
     .kcw .kcw__mt-lg-n4{
        margin-top:-2rem !important
    }
     .kcw .kcw__mt-lg-n5{
        margin-top:-3rem !important
    }
     .kcw .kcw__mt-lg-n25{
        margin-top:-1.56rem !important
    }
     .kcw .kcw__mt-lg-n50{
        margin-top:-3.125rem !important
    }
     .kcw .kcw__mt-lg-n75{
        margin-top:-4.68rem !important
    }
     .kcw .kcw__mt-lg-n100{
        margin-top:-6.25rem !important
    }
     .kcw .kcw__mt-lg-n150{
        margin-top:-9.375rem !important
    }
     .kcw .kcw__mt-lg-n200{
        margin-top:-12.5rem !important
    }
     .kcw .kcw__me-lg-n1{
        margin-right:-0.25rem !important
    }
     .kcw .kcw__me-lg-n2{
        margin-right:-0.5rem !important
    }
     .kcw .kcw__me-lg-n3{
        margin-right:-1rem !important
    }
     .kcw .kcw__me-lg-n4{
        margin-right:-2rem !important
    }
     .kcw .kcw__me-lg-n5{
        margin-right:-3rem !important
    }
     .kcw .kcw__me-lg-n25{
        margin-right:-1.56rem !important
    }
     .kcw .kcw__me-lg-n50{
        margin-right:-3.125rem !important
    }
     .kcw .kcw__me-lg-n75{
        margin-right:-4.68rem !important
    }
     .kcw .kcw__me-lg-n100{
        margin-right:-6.25rem !important
    }
     .kcw .kcw__me-lg-n150{
        margin-right:-9.375rem !important
    }
     .kcw .kcw__me-lg-n200{
        margin-right:-12.5rem !important
    }
     .kcw .kcw__mb-lg-n1{
        margin-bottom:-0.25rem !important
    }
     .kcw .kcw__mb-lg-n2{
        margin-bottom:-0.5rem !important
    }
     .kcw .kcw__mb-lg-n3{
        margin-bottom:-1rem !important
    }
     .kcw .kcw__mb-lg-n4{
        margin-bottom:-2rem !important
    }
     .kcw .kcw__mb-lg-n5{
        margin-bottom:-3rem !important
    }
     .kcw .kcw__mb-lg-n25{
        margin-bottom:-1.56rem !important
    }
     .kcw .kcw__mb-lg-n50{
        margin-bottom:-3.125rem !important
    }
     .kcw .kcw__mb-lg-n75{
        margin-bottom:-4.68rem !important
    }
     .kcw .kcw__mb-lg-n100{
        margin-bottom:-6.25rem !important
    }
     .kcw .kcw__mb-lg-n150{
        margin-bottom:-9.375rem !important
    }
     .kcw .kcw__mb-lg-n200{
        margin-bottom:-12.5rem !important
    }
     .kcw .kcw__ms-lg-n1{
        margin-left:-0.25rem !important
    }
     .kcw .kcw__ms-lg-n2{
        margin-left:-0.5rem !important
    }
     .kcw .kcw__ms-lg-n3{
        margin-left:-1rem !important
    }
     .kcw .kcw__ms-lg-n4{
        margin-left:-2rem !important
    }
     .kcw .kcw__ms-lg-n5{
        margin-left:-3rem !important
    }
     .kcw .kcw__ms-lg-n25{
        margin-left:-1.56rem !important
    }
     .kcw .kcw__ms-lg-n50{
        margin-left:-3.125rem !important
    }
     .kcw .kcw__ms-lg-n75{
        margin-left:-4.68rem !important
    }
     .kcw .kcw__ms-lg-n100{
        margin-left:-6.25rem !important
    }
     .kcw .kcw__ms-lg-n150{
        margin-left:-9.375rem !important
    }
     .kcw .kcw__ms-lg-n200{
        margin-left:-12.5rem !important
    }
     .kcw .kcw__p-lg-0{
        padding:0 !important
    }
     .kcw .kcw__p-lg-1{
        padding:.25rem !important
    }
     .kcw .kcw__p-lg-2{
        padding:.5rem !important
    }
     .kcw .kcw__p-lg-3{
        padding:1rem !important
    }
     .kcw .kcw__p-lg-4{
        padding:2rem !important
    }
     .kcw .kcw__p-lg-5{
        padding:3rem !important
    }
     .kcw .kcw__p-lg-25{
        padding:1.56rem !important
    }
     .kcw .kcw__p-lg-50{
        padding:3.125rem !important
    }
     .kcw .kcw__p-lg-75{
        padding:4.68rem !important
    }
     .kcw .kcw__p-lg-100{
        padding:6.25rem !important
    }
     .kcw .kcw__p-lg-150{
        padding:9.375rem !important
    }
     .kcw .kcw__p-lg-200{
        padding:12.5rem !important
    }
     .kcw .kcw__px-lg-0{
        padding-right:0 !important;
        padding-left:0 !important
    }
     .kcw .kcw__px-lg-1{
        padding-right:.25rem !important;
        padding-left:.25rem !important
    }
     .kcw .kcw__px-lg-2{
        padding-right:.5rem !important;
        padding-left:.5rem !important
    }
     .kcw .kcw__px-lg-3{
        padding-right:1rem !important;
        padding-left:1rem !important
    }
     .kcw .kcw__px-lg-4{
        padding-right:2rem !important;
        padding-left:2rem !important
    }
     .kcw .kcw__px-lg-5{
        padding-right:3rem !important;
        padding-left:3rem !important
    }
     .kcw .kcw__px-lg-25{
        padding-right:1.56rem !important;
        padding-left:1.56rem !important
    }
     .kcw .kcw__px-lg-50{
        padding-right:3.125rem !important;
        padding-left:3.125rem !important
    }
     .kcw .kcw__px-lg-75{
        padding-right:4.68rem !important;
        padding-left:4.68rem !important
    }
     .kcw .kcw__px-lg-100{
        padding-right:6.25rem !important;
        padding-left:6.25rem !important
    }
     .kcw .kcw__px-lg-150{
        padding-right:9.375rem !important;
        padding-left:9.375rem !important
    }
     .kcw .kcw__px-lg-200{
        padding-right:12.5rem !important;
        padding-left:12.5rem !important
    }
     .kcw .kcw__py-lg-0{
        padding-top:0 !important;
        padding-bottom:0 !important
    }
     .kcw .kcw__py-lg-1{
        padding-top:.25rem !important;
        padding-bottom:.25rem !important
    }
     .kcw .kcw__py-lg-2{
        padding-top:.5rem !important;
        padding-bottom:.5rem !important
    }
     .kcw .kcw__py-lg-3{
        padding-top:1rem !important;
        padding-bottom:1rem !important
    }
     .kcw .kcw__py-lg-4{
        padding-top:2rem !important;
        padding-bottom:2rem !important
    }
     .kcw .kcw__py-lg-5{
        padding-top:3rem !important;
        padding-bottom:3rem !important
    }
     .kcw .kcw__py-lg-25{
        padding-top:1.56rem !important;
        padding-bottom:1.56rem !important
    }
     .kcw .kcw__py-lg-50{
        padding-top:3.125rem !important;
        padding-bottom:3.125rem !important
    }
     .kcw .kcw__py-lg-75{
        padding-top:4.68rem !important;
        padding-bottom:4.68rem !important
    }
     .kcw .kcw__py-lg-100{
        padding-top:6.25rem !important;
        padding-bottom:6.25rem !important
    }
     .kcw .kcw__py-lg-150{
        padding-top:9.375rem !important;
        padding-bottom:9.375rem !important
    }
     .kcw .kcw__py-lg-200{
        padding-top:12.5rem !important;
        padding-bottom:12.5rem !important
    }
     .kcw .kcw__pt-lg-0{
        padding-top:0 !important
    }
     .kcw .kcw__pt-lg-1{
        padding-top:.25rem !important
    }
     .kcw .kcw__pt-lg-2{
        padding-top:.5rem !important
    }
     .kcw .kcw__pt-lg-3{
        padding-top:1rem !important
    }
     .kcw .kcw__pt-lg-4{
        padding-top:2rem !important
    }
     .kcw .kcw__pt-lg-5{
        padding-top:3rem !important
    }
     .kcw .kcw__pt-lg-25{
        padding-top:1.56rem !important
    }
     .kcw .kcw__pt-lg-50{
        padding-top:3.125rem !important
    }
     .kcw .kcw__pt-lg-75{
        padding-top:4.68rem !important
    }
     .kcw .kcw__pt-lg-100{
        padding-top:6.25rem !important
    }
     .kcw .kcw__pt-lg-150{
        padding-top:9.375rem !important
    }
     .kcw .kcw__pt-lg-200{
        padding-top:12.5rem !important
    }
     .kcw .kcw__pe-lg-0{
        padding-right:0 !important
    }
     .kcw .kcw__pe-lg-1{
        padding-right:.25rem !important
    }
     .kcw .kcw__pe-lg-2{
        padding-right:.5rem !important
    }
     .kcw .kcw__pe-lg-3{
        padding-right:1rem !important
    }
     .kcw .kcw__pe-lg-4{
        padding-right:2rem !important
    }
     .kcw .kcw__pe-lg-5{
        padding-right:3rem !important
    }
     .kcw .kcw__pe-lg-25{
        padding-right:1.56rem !important
    }
     .kcw .kcw__pe-lg-50{
        padding-right:3.125rem !important
    }
     .kcw .kcw__pe-lg-75{
        padding-right:4.68rem !important
    }
     .kcw .kcw__pe-lg-100{
        padding-right:6.25rem !important
    }
     .kcw .kcw__pe-lg-150{
        padding-right:9.375rem !important
    }
     .kcw .kcw__pe-lg-200{
        padding-right:12.5rem !important
    }
     .kcw .kcw__pb-lg-0{
        padding-bottom:0 !important
    }
     .kcw .kcw__pb-lg-1{
        padding-bottom:.25rem !important
    }
     .kcw .kcw__pb-lg-2{
        padding-bottom:.5rem !important
    }
     .kcw .kcw__pb-lg-3{
        padding-bottom:1rem !important
    }
     .kcw .kcw__pb-lg-4{
        padding-bottom:2rem !important
    }
     .kcw .kcw__pb-lg-5{
        padding-bottom:3rem !important
    }
     .kcw .kcw__pb-lg-25{
        padding-bottom:1.56rem !important
    }
     .kcw .kcw__pb-lg-50{
        padding-bottom:3.125rem !important
    }
     .kcw .kcw__pb-lg-75{
        padding-bottom:4.68rem !important
    }
     .kcw .kcw__pb-lg-100{
        padding-bottom:6.25rem !important
    }
     .kcw .kcw__pb-lg-150{
        padding-bottom:9.375rem !important
    }
     .kcw .kcw__pb-lg-200{
        padding-bottom:12.5rem !important
    }
     .kcw .kcw__ps-lg-0{
        padding-left:0 !important
    }
     .kcw .kcw__ps-lg-1{
        padding-left:.25rem !important
    }
     .kcw .kcw__ps-lg-2{
        padding-left:.5rem !important
    }
     .kcw .kcw__ps-lg-3{
        padding-left:1rem !important
    }
     .kcw .kcw__ps-lg-4{
        padding-left:2rem !important
    }
     .kcw .kcw__ps-lg-5{
        padding-left:3rem !important
    }
     .kcw .kcw__ps-lg-25{
        padding-left:1.56rem !important
    }
     .kcw .kcw__ps-lg-50{
        padding-left:3.125rem !important
    }
     .kcw .kcw__ps-lg-75{
        padding-left:4.68rem !important
    }
     .kcw .kcw__ps-lg-100{
        padding-left:6.25rem !important
    }
     .kcw .kcw__ps-lg-150{
        padding-left:9.375rem !important
    }
     .kcw .kcw__ps-lg-200{
        padding-left:12.5rem !important
    }
     .kcw .kcw__text-lg-start{
        text-align:left !important
    }
     .kcw .kcw__text-lg-end{
        text-align:right !important
    }
     .kcw .kcw__text-lg-center{
        text-align:center !important
    }
}
@media(min-width: 1200px){
     .kcw .kcw__float-xl-start{
        float:left !important
    }
     .kcw .kcw__float-xl-end{
        float:right !important
    }
     .kcw .kcw__float-xl-none{
        float: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-grid{
        display:grid !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:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important
    }
     .kcw .kcw__d-xl-inline-flex{
        display:-webkit-inline-box !important;
        display:-ms-inline-flexbox !important;
        display:inline-flex !important
    }
     .kcw .kcw__d-xl-none{
        display:none !important
    }
     .kcw .kcw__flex-xl-fill{
        -webkit-box-flex:1 !important;
        -ms-flex:1 1 auto !important;
        flex:1 1 auto !important
    }
     .kcw .kcw__flex-xl-row{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:row !important;
        flex-direction:row !important
    }
     .kcw .kcw__flex-xl-column{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:column !important;
        flex-direction:column !important
    }
     .kcw .kcw__flex-xl-row-reverse{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:row-reverse !important;
        flex-direction:row-reverse !important
    }
     .kcw .kcw__flex-xl-column-reverse{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:column-reverse !important;
        flex-direction:column-reverse !important
    }
     .kcw .kcw__flex-xl-grow-0{
        -webkit-box-flex:0 !important;
        -ms-flex-positive:0 !important;
        flex-grow:0 !important
    }
     .kcw .kcw__flex-xl-grow-1{
        -webkit-box-flex:1 !important;
        -ms-flex-positive:1 !important;
        flex-grow:1 !important
    }
     .kcw .kcw__flex-xl-shrink-0{
        -ms-flex-negative:0 !important;
        flex-shrink:0 !important
    }
     .kcw .kcw__flex-xl-shrink-1{
        -ms-flex-negative:1 !important;
        flex-shrink:1 !important
    }
     .kcw .kcw__flex-xl-wrap{
        -ms-flex-wrap:wrap !important;
        flex-wrap:wrap !important
    }
     .kcw .kcw__flex-xl-nowrap{
        -ms-flex-wrap:nowrap !important;
        flex-wrap:nowrap !important
    }
     .kcw .kcw__flex-xl-wrap-reverse{
        -ms-flex-wrap:wrap-reverse !important;
        flex-wrap:wrap-reverse !important
    }
     .kcw .kcw__gap-xl-0{
        gap:0 !important
    }
     .kcw .kcw__gap-xl-1{
        gap:.25rem !important
    }
     .kcw .kcw__gap-xl-2{
        gap:.5rem !important
    }
     .kcw .kcw__gap-xl-3{
        gap:1rem !important
    }
     .kcw .kcw__gap-xl-4{
        gap:2rem !important
    }
     .kcw .kcw__gap-xl-5{
        gap:3rem !important
    }
     .kcw .kcw__gap-xl-25{
        gap:1.56rem !important
    }
     .kcw .kcw__gap-xl-50{
        gap:3.125rem !important
    }
     .kcw .kcw__gap-xl-75{
        gap:4.68rem !important
    }
     .kcw .kcw__gap-xl-100{
        gap:6.25rem !important
    }
     .kcw .kcw__gap-xl-150{
        gap:9.375rem !important
    }
     .kcw .kcw__gap-xl-200{
        gap:12.5rem !important
    }
     .kcw .kcw__justify-content-xl-start{
        -webkit-box-pack:start !important;
        -ms-flex-pack:start !important;
        justify-content:flex-start !important
    }
     .kcw .kcw__justify-content-xl-end{
        -webkit-box-pack:end !important;
        -ms-flex-pack:end !important;
        justify-content:flex-end !important
    }
     .kcw .kcw__justify-content-xl-center{
        -webkit-box-pack:center !important;
        -ms-flex-pack:center !important;
        justify-content:center !important
    }
     .kcw .kcw__justify-content-xl-between{
        -webkit-box-pack:justify !important;
        -ms-flex-pack:justify !important;
        justify-content:space-between !important
    }
     .kcw .kcw__justify-content-xl-around{
        -ms-flex-pack:distribute !important;
        justify-content:space-around !important
    }
     .kcw .kcw__justify-content-xl-evenly{
        -webkit-box-pack:space-evenly !important;
        -ms-flex-pack:space-evenly !important;
        justify-content:space-evenly !important
    }
     .kcw .kcw__align-items-xl-start{
        -webkit-box-align:start !important;
        -ms-flex-align:start !important;
        align-items:flex-start !important
    }
     .kcw .kcw__align-items-xl-end{
        -webkit-box-align:end !important;
        -ms-flex-align:end !important;
        align-items:flex-end !important
    }
     .kcw .kcw__align-items-xl-center{
        -webkit-box-align:center !important;
        -ms-flex-align:center !important;
        align-items:center !important
    }
     .kcw .kcw__align-items-xl-baseline{
        -webkit-box-align:baseline !important;
        -ms-flex-align:baseline !important;
        align-items:baseline !important
    }
     .kcw .kcw__align-items-xl-stretch{
        -webkit-box-align:stretch !important;
        -ms-flex-align:stretch !important;
        align-items:stretch !important
    }
     .kcw .kcw__align-content-xl-start{
        -ms-flex-line-pack:start !important;
        align-content:flex-start !important
    }
     .kcw .kcw__align-content-xl-end{
        -ms-flex-line-pack:end !important;
        align-content:flex-end !important
    }
     .kcw .kcw__align-content-xl-center{
        -ms-flex-line-pack:center !important;
        align-content:center !important
    }
     .kcw .kcw__align-content-xl-between{
        -ms-flex-line-pack:justify !important;
        align-content:space-between !important
    }
     .kcw .kcw__align-content-xl-around{
        -ms-flex-line-pack:distribute !important;
        align-content:space-around !important
    }
     .kcw .kcw__align-content-xl-stretch{
        -ms-flex-line-pack:stretch !important;
        align-content:stretch !important
    }
     .kcw .kcw__align-self-xl-auto{
        -ms-flex-item-align:auto !important;
        align-self:auto !important
    }
     .kcw .kcw__align-self-xl-start{
        -ms-flex-item-align:start !important;
        align-self:flex-start !important
    }
     .kcw .kcw__align-self-xl-end{
        -ms-flex-item-align:end !important;
        align-self:flex-end !important
    }
     .kcw .kcw__align-self-xl-center{
        -ms-flex-item-align:center !important;
        align-self:center !important
    }
     .kcw .kcw__align-self-xl-baseline{
        -ms-flex-item-align:baseline !important;
        align-self:baseline !important
    }
     .kcw .kcw__align-self-xl-stretch{
        -ms-flex-item-align:stretch !important;
        align-self:stretch !important
    }
     .kcw .kcw__order-xl-first{
        -webkit-box-ordinal-group:0 !important;
        -ms-flex-order:-1 !important;
        order:-1 !important
    }
     .kcw .kcw__order-xl-0{
        -webkit-box-ordinal-group:1 !important;
        -ms-flex-order:0 !important;
        order:0 !important
    }
     .kcw .kcw__order-xl-1{
        -webkit-box-ordinal-group:2 !important;
        -ms-flex-order:1 !important;
        order:1 !important
    }
     .kcw .kcw__order-xl-2{
        -webkit-box-ordinal-group:3 !important;
        -ms-flex-order:2 !important;
        order:2 !important
    }
     .kcw .kcw__order-xl-3{
        -webkit-box-ordinal-group:4 !important;
        -ms-flex-order:3 !important;
        order:3 !important
    }
     .kcw .kcw__order-xl-4{
        -webkit-box-ordinal-group:5 !important;
        -ms-flex-order:4 !important;
        order:4 !important
    }
     .kcw .kcw__order-xl-5{
        -webkit-box-ordinal-group:6 !important;
        -ms-flex-order:5 !important;
        order:5 !important
    }
     .kcw .kcw__order-xl-last{
        -webkit-box-ordinal-group:7 !important;
        -ms-flex-order:6 !important;
        order:6 !important
    }
     .kcw .kcw__m-xl-0{
        margin:0 !important
    }
     .kcw .kcw__m-xl-1{
        margin:.25rem !important
    }
     .kcw .kcw__m-xl-2{
        margin:.5rem !important
    }
     .kcw .kcw__m-xl-3{
        margin:1rem !important
    }
     .kcw .kcw__m-xl-4{
        margin:2rem !important
    }
     .kcw .kcw__m-xl-5{
        margin:3rem !important
    }
     .kcw .kcw__m-xl-25{
        margin:1.56rem !important
    }
     .kcw .kcw__m-xl-50{
        margin:3.125rem !important
    }
     .kcw .kcw__m-xl-75{
        margin:4.68rem !important
    }
     .kcw .kcw__m-xl-100{
        margin:6.25rem !important
    }
     .kcw .kcw__m-xl-150{
        margin:9.375rem !important
    }
     .kcw .kcw__m-xl-200{
        margin:12.5rem !important
    }
     .kcw .kcw__m-xl-auto{
        margin:auto !important
    }
     .kcw .kcw__mx-xl-0{
        margin-right:0 !important;
        margin-left:0 !important
    }
     .kcw .kcw__mx-xl-1{
        margin-right:.25rem !important;
        margin-left:.25rem !important
    }
     .kcw .kcw__mx-xl-2{
        margin-right:.5rem !important;
        margin-left:.5rem !important
    }
     .kcw .kcw__mx-xl-3{
        margin-right:1rem !important;
        margin-left:1rem !important
    }
     .kcw .kcw__mx-xl-4{
        margin-right:2rem !important;
        margin-left:2rem !important
    }
     .kcw .kcw__mx-xl-5{
        margin-right:3rem !important;
        margin-left:3rem !important
    }
     .kcw .kcw__mx-xl-25{
        margin-right:1.56rem !important;
        margin-left:1.56rem !important
    }
     .kcw .kcw__mx-xl-50{
        margin-right:3.125rem !important;
        margin-left:3.125rem !important
    }
     .kcw .kcw__mx-xl-75{
        margin-right:4.68rem !important;
        margin-left:4.68rem !important
    }
     .kcw .kcw__mx-xl-100{
        margin-right:6.25rem !important;
        margin-left:6.25rem !important
    }
     .kcw .kcw__mx-xl-150{
        margin-right:9.375rem !important;
        margin-left:9.375rem !important
    }
     .kcw .kcw__mx-xl-200{
        margin-right:12.5rem !important;
        margin-left:12.5rem !important
    }
     .kcw .kcw__mx-xl-auto{
        margin-right:auto !important;
        margin-left:auto !important
    }
     .kcw .kcw__my-xl-0{
        margin-top:0 !important;
        margin-bottom:0 !important
    }
     .kcw .kcw__my-xl-1{
        margin-top:.25rem !important;
        margin-bottom:.25rem !important
    }
     .kcw .kcw__my-xl-2{
        margin-top:.5rem !important;
        margin-bottom:.5rem !important
    }
     .kcw .kcw__my-xl-3{
        margin-top:1rem !important;
        margin-bottom:1rem !important
    }
     .kcw .kcw__my-xl-4{
        margin-top:2rem !important;
        margin-bottom:2rem !important
    }
     .kcw .kcw__my-xl-5{
        margin-top:3rem !important;
        margin-bottom:3rem !important
    }
     .kcw .kcw__my-xl-25{
        margin-top:1.56rem !important;
        margin-bottom:1.56rem !important
    }
     .kcw .kcw__my-xl-50{
        margin-top:3.125rem !important;
        margin-bottom:3.125rem !important
    }
     .kcw .kcw__my-xl-75{
        margin-top:4.68rem !important;
        margin-bottom:4.68rem !important
    }
     .kcw .kcw__my-xl-100{
        margin-top:6.25rem !important;
        margin-bottom:6.25rem !important
    }
     .kcw .kcw__my-xl-150{
        margin-top:9.375rem !important;
        margin-bottom:9.375rem !important
    }
     .kcw .kcw__my-xl-200{
        margin-top:12.5rem !important;
        margin-bottom:12.5rem !important
    }
     .kcw .kcw__my-xl-auto{
        margin-top:auto !important;
        margin-bottom:auto !important
    }
     .kcw .kcw__mt-xl-0{
        margin-top:0 !important
    }
     .kcw .kcw__mt-xl-1{
        margin-top:.25rem !important
    }
     .kcw .kcw__mt-xl-2{
        margin-top:.5rem !important
    }
     .kcw .kcw__mt-xl-3{
        margin-top:1rem !important
    }
     .kcw .kcw__mt-xl-4{
        margin-top:2rem !important
    }
     .kcw .kcw__mt-xl-5{
        margin-top:3rem !important
    }
     .kcw .kcw__mt-xl-25{
        margin-top:1.56rem !important
    }
     .kcw .kcw__mt-xl-50{
        margin-top:3.125rem !important
    }
     .kcw .kcw__mt-xl-75{
        margin-top:4.68rem !important
    }
     .kcw .kcw__mt-xl-100{
        margin-top:6.25rem !important
    }
     .kcw .kcw__mt-xl-150{
        margin-top:9.375rem !important
    }
     .kcw .kcw__mt-xl-200{
        margin-top:12.5rem !important
    }
     .kcw .kcw__mt-xl-auto{
        margin-top:auto !important
    }
     .kcw .kcw__me-xl-0{
        margin-right:0 !important
    }
     .kcw .kcw__me-xl-1{
        margin-right:.25rem !important
    }
     .kcw .kcw__me-xl-2{
        margin-right:.5rem !important
    }
     .kcw .kcw__me-xl-3{
        margin-right:1rem !important
    }
     .kcw .kcw__me-xl-4{
        margin-right:2rem !important
    }
     .kcw .kcw__me-xl-5{
        margin-right:3rem !important
    }
     .kcw .kcw__me-xl-25{
        margin-right:1.56rem !important
    }
     .kcw .kcw__me-xl-50{
        margin-right:3.125rem !important
    }
     .kcw .kcw__me-xl-75{
        margin-right:4.68rem !important
    }
     .kcw .kcw__me-xl-100{
        margin-right:6.25rem !important
    }
     .kcw .kcw__me-xl-150{
        margin-right:9.375rem !important
    }
     .kcw .kcw__me-xl-200{
        margin-right:12.5rem !important
    }
     .kcw .kcw__me-xl-auto{
        margin-right:auto !important
    }
     .kcw .kcw__mb-xl-0{
        margin-bottom:0 !important
    }
     .kcw .kcw__mb-xl-1{
        margin-bottom:.25rem !important
    }
     .kcw .kcw__mb-xl-2{
        margin-bottom:.5rem !important
    }
     .kcw .kcw__mb-xl-3{
        margin-bottom:1rem !important
    }
     .kcw .kcw__mb-xl-4{
        margin-bottom:2rem !important
    }
     .kcw .kcw__mb-xl-5{
        margin-bottom:3rem !important
    }
     .kcw .kcw__mb-xl-25{
        margin-bottom:1.56rem !important
    }
     .kcw .kcw__mb-xl-50{
        margin-bottom:3.125rem !important
    }
     .kcw .kcw__mb-xl-75{
        margin-bottom:4.68rem !important
    }
     .kcw .kcw__mb-xl-100{
        margin-bottom:6.25rem !important
    }
     .kcw .kcw__mb-xl-150{
        margin-bottom:9.375rem !important
    }
     .kcw .kcw__mb-xl-200{
        margin-bottom:12.5rem !important
    }
     .kcw .kcw__mb-xl-auto{
        margin-bottom:auto !important
    }
     .kcw .kcw__ms-xl-0{
        margin-left:0 !important
    }
     .kcw .kcw__ms-xl-1{
        margin-left:.25rem !important
    }
     .kcw .kcw__ms-xl-2{
        margin-left:.5rem !important
    }
     .kcw .kcw__ms-xl-3{
        margin-left:1rem !important
    }
     .kcw .kcw__ms-xl-4{
        margin-left:2rem !important
    }
     .kcw .kcw__ms-xl-5{
        margin-left:3rem !important
    }
     .kcw .kcw__ms-xl-25{
        margin-left:1.56rem !important
    }
     .kcw .kcw__ms-xl-50{
        margin-left:3.125rem !important
    }
     .kcw .kcw__ms-xl-75{
        margin-left:4.68rem !important
    }
     .kcw .kcw__ms-xl-100{
        margin-left:6.25rem !important
    }
     .kcw .kcw__ms-xl-150{
        margin-left:9.375rem !important
    }
     .kcw .kcw__ms-xl-200{
        margin-left:12.5rem !important
    }
     .kcw .kcw__ms-xl-auto{
        margin-left:auto !important
    }
     .kcw .kcw__m-xl-n1{
        margin:-0.25rem !important
    }
     .kcw .kcw__m-xl-n2{
        margin:-0.5rem !important
    }
     .kcw .kcw__m-xl-n3{
        margin:-1rem !important
    }
     .kcw .kcw__m-xl-n4{
        margin:-2rem !important
    }
     .kcw .kcw__m-xl-n5{
        margin:-3rem !important
    }
     .kcw .kcw__m-xl-n25{
        margin:-1.56rem !important
    }
     .kcw .kcw__m-xl-n50{
        margin:-3.125rem !important
    }
     .kcw .kcw__m-xl-n75{
        margin:-4.68rem !important
    }
     .kcw .kcw__m-xl-n100{
        margin:-6.25rem !important
    }
     .kcw .kcw__m-xl-n150{
        margin:-9.375rem !important
    }
     .kcw .kcw__m-xl-n200{
        margin:-12.5rem !important
    }
     .kcw .kcw__mx-xl-n1{
        margin-right:-0.25rem !important;
        margin-left:-0.25rem !important
    }
     .kcw .kcw__mx-xl-n2{
        margin-right:-0.5rem !important;
        margin-left:-0.5rem !important
    }
     .kcw .kcw__mx-xl-n3{
        margin-right:-1rem !important;
        margin-left:-1rem !important
    }
     .kcw .kcw__mx-xl-n4{
        margin-right:-2rem !important;
        margin-left:-2rem !important
    }
     .kcw .kcw__mx-xl-n5{
        margin-right:-3rem !important;
        margin-left:-3rem !important
    }
     .kcw .kcw__mx-xl-n25{
        margin-right:-1.56rem !important;
        margin-left:-1.56rem !important
    }
     .kcw .kcw__mx-xl-n50{
        margin-right:-3.125rem !important;
        margin-left:-3.125rem !important
    }
     .kcw .kcw__mx-xl-n75{
        margin-right:-4.68rem !important;
        margin-left:-4.68rem !important
    }
     .kcw .kcw__mx-xl-n100{
        margin-right:-6.25rem !important;
        margin-left:-6.25rem !important
    }
     .kcw .kcw__mx-xl-n150{
        margin-right:-9.375rem !important;
        margin-left:-9.375rem !important
    }
     .kcw .kcw__mx-xl-n200{
        margin-right:-12.5rem !important;
        margin-left:-12.5rem !important
    }
     .kcw .kcw__my-xl-n1{
        margin-top:-0.25rem !important;
        margin-bottom:-0.25rem !important
    }
     .kcw .kcw__my-xl-n2{
        margin-top:-0.5rem !important;
        margin-bottom:-0.5rem !important
    }
     .kcw .kcw__my-xl-n3{
        margin-top:-1rem !important;
        margin-bottom:-1rem !important
    }
     .kcw .kcw__my-xl-n4{
        margin-top:-2rem !important;
        margin-bottom:-2rem !important
    }
     .kcw .kcw__my-xl-n5{
        margin-top:-3rem !important;
        margin-bottom:-3rem !important
    }
     .kcw .kcw__my-xl-n25{
        margin-top:-1.56rem !important;
        margin-bottom:-1.56rem !important
    }
     .kcw .kcw__my-xl-n50{
        margin-top:-3.125rem !important;
        margin-bottom:-3.125rem !important
    }
     .kcw .kcw__my-xl-n75{
        margin-top:-4.68rem !important;
        margin-bottom:-4.68rem !important
    }
     .kcw .kcw__my-xl-n100{
        margin-top:-6.25rem !important;
        margin-bottom:-6.25rem !important
    }
     .kcw .kcw__my-xl-n150{
        margin-top:-9.375rem !important;
        margin-bottom:-9.375rem !important
    }
     .kcw .kcw__my-xl-n200{
        margin-top:-12.5rem !important;
        margin-bottom:-12.5rem !important
    }
     .kcw .kcw__mt-xl-n1{
        margin-top:-0.25rem !important
    }
     .kcw .kcw__mt-xl-n2{
        margin-top:-0.5rem !important
    }
     .kcw .kcw__mt-xl-n3{
        margin-top:-1rem !important
    }
     .kcw .kcw__mt-xl-n4{
        margin-top:-2rem !important
    }
     .kcw .kcw__mt-xl-n5{
        margin-top:-3rem !important
    }
     .kcw .kcw__mt-xl-n25{
        margin-top:-1.56rem !important
    }
     .kcw .kcw__mt-xl-n50{
        margin-top:-3.125rem !important
    }
     .kcw .kcw__mt-xl-n75{
        margin-top:-4.68rem !important
    }
     .kcw .kcw__mt-xl-n100{
        margin-top:-6.25rem !important
    }
     .kcw .kcw__mt-xl-n150{
        margin-top:-9.375rem !important
    }
     .kcw .kcw__mt-xl-n200{
        margin-top:-12.5rem !important
    }
     .kcw .kcw__me-xl-n1{
        margin-right:-0.25rem !important
    }
     .kcw .kcw__me-xl-n2{
        margin-right:-0.5rem !important
    }
     .kcw .kcw__me-xl-n3{
        margin-right:-1rem !important
    }
     .kcw .kcw__me-xl-n4{
        margin-right:-2rem !important
    }
     .kcw .kcw__me-xl-n5{
        margin-right:-3rem !important
    }
     .kcw .kcw__me-xl-n25{
        margin-right:-1.56rem !important
    }
     .kcw .kcw__me-xl-n50{
        margin-right:-3.125rem !important
    }
     .kcw .kcw__me-xl-n75{
        margin-right:-4.68rem !important
    }
     .kcw .kcw__me-xl-n100{
        margin-right:-6.25rem !important
    }
     .kcw .kcw__me-xl-n150{
        margin-right:-9.375rem !important
    }
     .kcw .kcw__me-xl-n200{
        margin-right:-12.5rem !important
    }
     .kcw .kcw__mb-xl-n1{
        margin-bottom:-0.25rem !important
    }
     .kcw .kcw__mb-xl-n2{
        margin-bottom:-0.5rem !important
    }
     .kcw .kcw__mb-xl-n3{
        margin-bottom:-1rem !important
    }
     .kcw .kcw__mb-xl-n4{
        margin-bottom:-2rem !important
    }
     .kcw .kcw__mb-xl-n5{
        margin-bottom:-3rem !important
    }
     .kcw .kcw__mb-xl-n25{
        margin-bottom:-1.56rem !important
    }
     .kcw .kcw__mb-xl-n50{
        margin-bottom:-3.125rem !important
    }
     .kcw .kcw__mb-xl-n75{
        margin-bottom:-4.68rem !important
    }
     .kcw .kcw__mb-xl-n100{
        margin-bottom:-6.25rem !important
    }
     .kcw .kcw__mb-xl-n150{
        margin-bottom:-9.375rem !important
    }
     .kcw .kcw__mb-xl-n200{
        margin-bottom:-12.5rem !important
    }
     .kcw .kcw__ms-xl-n1{
        margin-left:-0.25rem !important
    }
     .kcw .kcw__ms-xl-n2{
        margin-left:-0.5rem !important
    }
     .kcw .kcw__ms-xl-n3{
        margin-left:-1rem !important
    }
     .kcw .kcw__ms-xl-n4{
        margin-left:-2rem !important
    }
     .kcw .kcw__ms-xl-n5{
        margin-left:-3rem !important
    }
     .kcw .kcw__ms-xl-n25{
        margin-left:-1.56rem !important
    }
     .kcw .kcw__ms-xl-n50{
        margin-left:-3.125rem !important
    }
     .kcw .kcw__ms-xl-n75{
        margin-left:-4.68rem !important
    }
     .kcw .kcw__ms-xl-n100{
        margin-left:-6.25rem !important
    }
     .kcw .kcw__ms-xl-n150{
        margin-left:-9.375rem !important
    }
     .kcw .kcw__ms-xl-n200{
        margin-left:-12.5rem !important
    }
     .kcw .kcw__p-xl-0{
        padding:0 !important
    }
     .kcw .kcw__p-xl-1{
        padding:.25rem !important
    }
     .kcw .kcw__p-xl-2{
        padding:.5rem !important
    }
     .kcw .kcw__p-xl-3{
        padding:1rem !important
    }
     .kcw .kcw__p-xl-4{
        padding:2rem !important
    }
     .kcw .kcw__p-xl-5{
        padding:3rem !important
    }
     .kcw .kcw__p-xl-25{
        padding:1.56rem !important
    }
     .kcw .kcw__p-xl-50{
        padding:3.125rem !important
    }
     .kcw .kcw__p-xl-75{
        padding:4.68rem !important
    }
     .kcw .kcw__p-xl-100{
        padding:6.25rem !important
    }
     .kcw .kcw__p-xl-150{
        padding:9.375rem !important
    }
     .kcw .kcw__p-xl-200{
        padding:12.5rem !important
    }
     .kcw .kcw__px-xl-0{
        padding-right:0 !important;
        padding-left:0 !important
    }
     .kcw .kcw__px-xl-1{
        padding-right:.25rem !important;
        padding-left:.25rem !important
    }
     .kcw .kcw__px-xl-2{
        padding-right:.5rem !important;
        padding-left:.5rem !important
    }
     .kcw .kcw__px-xl-3{
        padding-right:1rem !important;
        padding-left:1rem !important
    }
     .kcw .kcw__px-xl-4{
        padding-right:2rem !important;
        padding-left:2rem !important
    }
     .kcw .kcw__px-xl-5{
        padding-right:3rem !important;
        padding-left:3rem !important
    }
     .kcw .kcw__px-xl-25{
        padding-right:1.56rem !important;
        padding-left:1.56rem !important
    }
     .kcw .kcw__px-xl-50{
        padding-right:3.125rem !important;
        padding-left:3.125rem !important
    }
     .kcw .kcw__px-xl-75{
        padding-right:4.68rem !important;
        padding-left:4.68rem !important
    }
     .kcw .kcw__px-xl-100{
        padding-right:6.25rem !important;
        padding-left:6.25rem !important
    }
     .kcw .kcw__px-xl-150{
        padding-right:9.375rem !important;
        padding-left:9.375rem !important
    }
     .kcw .kcw__px-xl-200{
        padding-right:12.5rem !important;
        padding-left:12.5rem !important
    }
     .kcw .kcw__py-xl-0{
        padding-top:0 !important;
        padding-bottom:0 !important
    }
     .kcw .kcw__py-xl-1{
        padding-top:.25rem !important;
        padding-bottom:.25rem !important
    }
     .kcw .kcw__py-xl-2{
        padding-top:.5rem !important;
        padding-bottom:.5rem !important
    }
     .kcw .kcw__py-xl-3{
        padding-top:1rem !important;
        padding-bottom:1rem !important
    }
     .kcw .kcw__py-xl-4{
        padding-top:2rem !important;
        padding-bottom:2rem !important
    }
     .kcw .kcw__py-xl-5{
        padding-top:3rem !important;
        padding-bottom:3rem !important
    }
     .kcw .kcw__py-xl-25{
        padding-top:1.56rem !important;
        padding-bottom:1.56rem !important
    }
     .kcw .kcw__py-xl-50{
        padding-top:3.125rem !important;
        padding-bottom:3.125rem !important
    }
     .kcw .kcw__py-xl-75{
        padding-top:4.68rem !important;
        padding-bottom:4.68rem !important
    }
     .kcw .kcw__py-xl-100{
        padding-top:6.25rem !important;
        padding-bottom:6.25rem !important
    }
     .kcw .kcw__py-xl-150{
        padding-top:9.375rem !important;
        padding-bottom:9.375rem !important
    }
     .kcw .kcw__py-xl-200{
        padding-top:12.5rem !important;
        padding-bottom:12.5rem !important
    }
     .kcw .kcw__pt-xl-0{
        padding-top:0 !important
    }
     .kcw .kcw__pt-xl-1{
        padding-top:.25rem !important
    }
     .kcw .kcw__pt-xl-2{
        padding-top:.5rem !important
    }
     .kcw .kcw__pt-xl-3{
        padding-top:1rem !important
    }
     .kcw .kcw__pt-xl-4{
        padding-top:2rem !important
    }
     .kcw .kcw__pt-xl-5{
        padding-top:3rem !important
    }
     .kcw .kcw__pt-xl-25{
        padding-top:1.56rem !important
    }
     .kcw .kcw__pt-xl-50{
        padding-top:3.125rem !important
    }
     .kcw .kcw__pt-xl-75{
        padding-top:4.68rem !important
    }
     .kcw .kcw__pt-xl-100{
        padding-top:6.25rem !important
    }
     .kcw .kcw__pt-xl-150{
        padding-top:9.375rem !important
    }
     .kcw .kcw__pt-xl-200{
        padding-top:12.5rem !important
    }
     .kcw .kcw__pe-xl-0{
        padding-right:0 !important
    }
     .kcw .kcw__pe-xl-1{
        padding-right:.25rem !important
    }
     .kcw .kcw__pe-xl-2{
        padding-right:.5rem !important
    }
     .kcw .kcw__pe-xl-3{
        padding-right:1rem !important
    }
     .kcw .kcw__pe-xl-4{
        padding-right:2rem !important
    }
     .kcw .kcw__pe-xl-5{
        padding-right:3rem !important
    }
     .kcw .kcw__pe-xl-25{
        padding-right:1.56rem !important
    }
     .kcw .kcw__pe-xl-50{
        padding-right:3.125rem !important
    }
     .kcw .kcw__pe-xl-75{
        padding-right:4.68rem !important
    }
     .kcw .kcw__pe-xl-100{
        padding-right:6.25rem !important
    }
     .kcw .kcw__pe-xl-150{
        padding-right:9.375rem !important
    }
     .kcw .kcw__pe-xl-200{
        padding-right:12.5rem !important
    }
     .kcw .kcw__pb-xl-0{
        padding-bottom:0 !important
    }
     .kcw .kcw__pb-xl-1{
        padding-bottom:.25rem !important
    }
     .kcw .kcw__pb-xl-2{
        padding-bottom:.5rem !important
    }
     .kcw .kcw__pb-xl-3{
        padding-bottom:1rem !important
    }
     .kcw .kcw__pb-xl-4{
        padding-bottom:2rem !important
    }
     .kcw .kcw__pb-xl-5{
        padding-bottom:3rem !important
    }
     .kcw .kcw__pb-xl-25{
        padding-bottom:1.56rem !important
    }
     .kcw .kcw__pb-xl-50{
        padding-bottom:3.125rem !important
    }
     .kcw .kcw__pb-xl-75{
        padding-bottom:4.68rem !important
    }
     .kcw .kcw__pb-xl-100{
        padding-bottom:6.25rem !important
    }
     .kcw .kcw__pb-xl-150{
        padding-bottom:9.375rem !important
    }
     .kcw .kcw__pb-xl-200{
        padding-bottom:12.5rem !important
    }
     .kcw .kcw__ps-xl-0{
        padding-left:0 !important
    }
     .kcw .kcw__ps-xl-1{
        padding-left:.25rem !important
    }
     .kcw .kcw__ps-xl-2{
        padding-left:.5rem !important
    }
     .kcw .kcw__ps-xl-3{
        padding-left:1rem !important
    }
     .kcw .kcw__ps-xl-4{
        padding-left:2rem !important
    }
     .kcw .kcw__ps-xl-5{
        padding-left:3rem !important
    }
     .kcw .kcw__ps-xl-25{
        padding-left:1.56rem !important
    }
     .kcw .kcw__ps-xl-50{
        padding-left:3.125rem !important
    }
     .kcw .kcw__ps-xl-75{
        padding-left:4.68rem !important
    }
     .kcw .kcw__ps-xl-100{
        padding-left:6.25rem !important
    }
     .kcw .kcw__ps-xl-150{
        padding-left:9.375rem !important
    }
     .kcw .kcw__ps-xl-200{
        padding-left:12.5rem !important
    }
     .kcw .kcw__text-xl-start{
        text-align:left !important
    }
     .kcw .kcw__text-xl-end{
        text-align:right !important
    }
     .kcw .kcw__text-xl-center{
        text-align:center !important
    }
}
@media(min-width: 1400px){
     .kcw .kcw__float-xxl-start{
        float:left !important
    }
     .kcw .kcw__float-xxl-end{
        float:right !important
    }
     .kcw .kcw__float-xxl-none{
        float:none !important
    }
     .kcw .kcw__d-xxl-inline{
        display:inline !important
    }
     .kcw .kcw__d-xxl-inline-block{
        display:inline-block !important
    }
     .kcw .kcw__d-xxl-block{
        display:block !important
    }
     .kcw .kcw__d-xxl-grid{
        display:grid !important
    }
     .kcw .kcw__d-xxl-table{
        display:table !important
    }
     .kcw .kcw__d-xxl-table-row{
        display:table-row !important
    }
     .kcw .kcw__d-xxl-table-cell{
        display:table-cell !important
    }
     .kcw .kcw__d-xxl-flex{
        display:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important
    }
     .kcw .kcw__d-xxl-inline-flex{
        display:-webkit-inline-box !important;
        display:-ms-inline-flexbox !important;
        display:inline-flex !important
    }
     .kcw .kcw__d-xxl-none{
        display:none !important
    }
     .kcw .kcw__flex-xxl-fill{
        -webkit-box-flex:1 !important;
        -ms-flex:1 1 auto !important;
        flex:1 1 auto !important
    }
     .kcw .kcw__flex-xxl-row{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:row !important;
        flex-direction:row !important
    }
     .kcw .kcw__flex-xxl-column{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:normal !important;
        -ms-flex-direction:column !important;
        flex-direction:column !important
    }
     .kcw .kcw__flex-xxl-row-reverse{
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:row-reverse !important;
        flex-direction:row-reverse !important
    }
     .kcw .kcw__flex-xxl-column-reverse{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:reverse !important;
        -ms-flex-direction:column-reverse !important;
        flex-direction:column-reverse !important
    }
     .kcw .kcw__flex-xxl-grow-0{
        -webkit-box-flex:0 !important;
        -ms-flex-positive:0 !important;
        flex-grow:0 !important
    }
     .kcw .kcw__flex-xxl-grow-1{
        -webkit-box-flex:1 !important;
        -ms-flex-positive:1 !important;
        flex-grow:1 !important
    }
     .kcw .kcw__flex-xxl-shrink-0{
        -ms-flex-negative:0 !important;
        flex-shrink:0 !important
    }
     .kcw .kcw__flex-xxl-shrink-1{
        -ms-flex-negative:1 !important;
        flex-shrink:1 !important
    }
     .kcw .kcw__flex-xxl-wrap{
        -ms-flex-wrap:wrap !important;
        flex-wrap:wrap !important
    }
     .kcw .kcw__flex-xxl-nowrap{
        -ms-flex-wrap:nowrap !important;
        flex-wrap:nowrap !important
    }
     .kcw .kcw__flex-xxl-wrap-reverse{
        -ms-flex-wrap:wrap-reverse !important;
        flex-wrap:wrap-reverse !important
    }
     .kcw .kcw__gap-xxl-0{
        gap:0 !important
    }
     .kcw .kcw__gap-xxl-1{
        gap:.25rem !important
    }
     .kcw .kcw__gap-xxl-2{
        gap:.5rem !important
    }
     .kcw .kcw__gap-xxl-3{
        gap:1rem !important
    }
     .kcw .kcw__gap-xxl-4{
        gap:2rem !important
    }
     .kcw .kcw__gap-xxl-5{
        gap:3rem !important
    }
     .kcw .kcw__gap-xxl-25{
        gap:1.56rem !important
    }
     .kcw .kcw__gap-xxl-50{
        gap:3.125rem !important
    }
     .kcw .kcw__gap-xxl-75{
        gap:4.68rem !important
    }
     .kcw .kcw__gap-xxl-100{
        gap:6.25rem !important
    }
     .kcw .kcw__gap-xxl-150{
        gap:9.375rem !important
    }
     .kcw .kcw__gap-xxl-200{
        gap:12.5rem !important
    }
     .kcw .kcw__justify-content-xxl-start{
        -webkit-box-pack:start !important;
        -ms-flex-pack:start !important;
        justify-content:flex-start !important
    }
     .kcw .kcw__justify-content-xxl-end{
        -webkit-box-pack:end !important;
        -ms-flex-pack:end !important;
        justify-content:flex-end !important
    }
     .kcw .kcw__justify-content-xxl-center{
        -webkit-box-pack:center !important;
        -ms-flex-pack:center !important;
        justify-content:center !important
    }
     .kcw .kcw__justify-content-xxl-between{
        -webkit-box-pack:justify !important;
        -ms-flex-pack:justify !important;
        justify-content:space-between !important
    }
     .kcw .kcw__justify-content-xxl-around{
        -ms-flex-pack:distribute !important;
        justify-content:space-around !important
    }
     .kcw .kcw__justify-content-xxl-evenly{
        -webkit-box-pack:space-evenly !important;
        -ms-flex-pack:space-evenly !important;
        justify-content:space-evenly !important
    }
     .kcw .kcw__align-items-xxl-start{
        -webkit-box-align:start !important;
        -ms-flex-align:start !important;
        align-items:flex-start !important
    }
     .kcw .kcw__align-items-xxl-end{
        -webkit-box-align:end !important;
        -ms-flex-align:end !important;
        align-items:flex-end !important
    }
     .kcw .kcw__align-items-xxl-center{
        -webkit-box-align:center !important;
        -ms-flex-align:center !important;
        align-items:center !important
    }
     .kcw .kcw__align-items-xxl-baseline{
        -webkit-box-align:baseline !important;
        -ms-flex-align:baseline !important;
        align-items:baseline !important
    }
     .kcw .kcw__align-items-xxl-stretch{
        -webkit-box-align:stretch !important;
        -ms-flex-align:stretch !important;
        align-items:stretch !important
    }
     .kcw .kcw__align-content-xxl-start{
        -ms-flex-line-pack:start !important;
        align-content:flex-start !important
    }
     .kcw .kcw__align-content-xxl-end{
        -ms-flex-line-pack:end !important;
        align-content:flex-end !important
    }
     .kcw .kcw__align-content-xxl-center{
        -ms-flex-line-pack:center !important;
        align-content:center !important
    }
     .kcw .kcw__align-content-xxl-between{
        -ms-flex-line-pack:justify !important;
        align-content:space-between !important
    }
     .kcw .kcw__align-content-xxl-around{
        -ms-flex-line-pack:distribute !important;
        align-content:space-around !important
    }
     .kcw .kcw__align-content-xxl-stretch{
        -ms-flex-line-pack:stretch !important;
        align-content:stretch !important
    }
     .kcw .kcw__align-self-xxl-auto{
        -ms-flex-item-align:auto !important;
        align-self:auto !important
    }
     .kcw .kcw__align-self-xxl-start{
        -ms-flex-item-align:start !important;
        align-self:flex-start !important
    }
     .kcw .kcw__align-self-xxl-end{
        -ms-flex-item-align:end !important;
        align-self:flex-end !important
    }
     .kcw .kcw__align-self-xxl-center{
        -ms-flex-item-align:center !important;
        align-self:center !important
    }
     .kcw .kcw__align-self-xxl-baseline{
        -ms-flex-item-align:baseline !important;
        align-self:baseline !important
    }
     .kcw .kcw__align-self-xxl-stretch{
        -ms-flex-item-align:stretch !important;
        align-self:stretch !important
    }
     .kcw .kcw__order-xxl-first{
        -webkit-box-ordinal-group:0 !important;
        -ms-flex-order:-1 !important;
        order:-1 !important
    }
     .kcw .kcw__order-xxl-0{
        -webkit-box-ordinal-group:1 !important;
        -ms-flex-order:0 !important;
        order:0 !important
    }
     .kcw .kcw__order-xxl-1{
        -webkit-box-ordinal-group:2 !important;
        -ms-flex-order:1 !important;
        order:1 !important
    }
     .kcw .kcw__order-xxl-2{
        -webkit-box-ordinal-group:3 !important;
        -ms-flex-order:2 !important;
        order:2 !important
    }
     .kcw .kcw__order-xxl-3{
        -webkit-box-ordinal-group:4 !important;
        -ms-flex-order:3 !important;
        order:3 !important
    }
     .kcw .kcw__order-xxl-4{
        -webkit-box-ordinal-group:5 !important;
        -ms-flex-order:4 !important;
        order:4 !important
    }
     .kcw .kcw__order-xxl-5{
        -webkit-box-ordinal-group:6 !important;
        -ms-flex-order:5 !important;
        order:5 !important
    }
     .kcw .kcw__order-xxl-last{
        -webkit-box-ordinal-group:7 !important;
        -ms-flex-order:6 !important;
        order:6 !important
    }
     .kcw .kcw__m-xxl-0{
        margin:0 !important
    }
     .kcw .kcw__m-xxl-1{
        margin:.25rem !important
    }
     .kcw .kcw__m-xxl-2{
        margin:.5rem !important
    }
     .kcw .kcw__m-xxl-3{
        margin:1rem !important
    }
     .kcw .kcw__m-xxl-4{
        margin:2rem !important
    }
     .kcw .kcw__m-xxl-5{
        margin:3rem !important
    }
     .kcw .kcw__m-xxl-25{
        margin:1.56rem !important
    }
     .kcw .kcw__m-xxl-50{
        margin:3.125rem !important
    }
     .kcw .kcw__m-xxl-75{
        margin:4.68rem !important
    }
     .kcw .kcw__m-xxl-100{
        margin:6.25rem !important
    }
     .kcw .kcw__m-xxl-150{
        margin:9.375rem !important
    }
     .kcw .kcw__m-xxl-200{
        margin:12.5rem !important
    }
     .kcw .kcw__m-xxl-auto{
        margin:auto !important
    }
     .kcw .kcw__mx-xxl-0{
        margin-right:0 !important;
        margin-left:0 !important
    }
     .kcw .kcw__mx-xxl-1{
        margin-right:.25rem !important;
        margin-left:.25rem !important
    }
     .kcw .kcw__mx-xxl-2{
        margin-right:.5rem !important;
        margin-left:.5rem !important
    }
     .kcw .kcw__mx-xxl-3{
        margin-right:1rem !important;
        margin-left:1rem !important
    }
     .kcw .kcw__mx-xxl-4{
        margin-right:2rem !important;
        margin-left:2rem !important
    }
     .kcw .kcw__mx-xxl-5{
        margin-right:3rem !important;
        margin-left:3rem !important
    }
     .kcw .kcw__mx-xxl-25{
        margin-right:1.56rem !important;
        margin-left:1.56rem !important
    }
     .kcw .kcw__mx-xxl-50{
        margin-right:3.125rem !important;
        margin-left:3.125rem !important
    }
     .kcw .kcw__mx-xxl-75{
        margin-right:4.68rem !important;
        margin-left:4.68rem !important
    }
     .kcw .kcw__mx-xxl-100{
        margin-right:6.25rem !important;
        margin-left:6.25rem !important
    }
     .kcw .kcw__mx-xxl-150{
        margin-right:9.375rem !important;
        margin-left:9.375rem !important
    }
     .kcw .kcw__mx-xxl-200{
        margin-right:12.5rem !important;
        margin-left:12.5rem !important
    }
     .kcw .kcw__mx-xxl-auto{
        margin-right:auto !important;
        margin-left:auto !important
    }
     .kcw .kcw__my-xxl-0{
        margin-top:0 !important;
        margin-bottom:0 !important
    }
     .kcw .kcw__my-xxl-1{
        margin-top:.25rem !important;
        margin-bottom:.25rem !important
    }
     .kcw .kcw__my-xxl-2{
        margin-top:.5rem !important;
        margin-bottom:.5rem !important
    }
     .kcw .kcw__my-xxl-3{
        margin-top:1rem !important;
        margin-bottom:1rem !important
    }
     .kcw .kcw__my-xxl-4{
        margin-top:2rem !important;
        margin-bottom:2rem !important
    }
     .kcw .kcw__my-xxl-5{
        margin-top:3rem !important;
        margin-bottom:3rem !important
    }
     .kcw .kcw__my-xxl-25{
        margin-top:1.56rem !important;
        margin-bottom:1.56rem !important
    }
     .kcw .kcw__my-xxl-50{
        margin-top:3.125rem !important;
        margin-bottom:3.125rem !important
    }
     .kcw .kcw__my-xxl-75{
        margin-top:4.68rem !important;
        margin-bottom:4.68rem !important
    }
     .kcw .kcw__my-xxl-100{
        margin-top:6.25rem !important;
        margin-bottom:6.25rem !important
    }
     .kcw .kcw__my-xxl-150{
        margin-top:9.375rem !important;
        margin-bottom:9.375rem !important
    }
     .kcw .kcw__my-xxl-200{
        margin-top:12.5rem !important;
        margin-bottom:12.5rem !important
    }
     .kcw .kcw__my-xxl-auto{
        margin-top:auto !important;
        margin-bottom:auto !important
    }
     .kcw .kcw__mt-xxl-0{
        margin-top:0 !important
    }
     .kcw .kcw__mt-xxl-1{
        margin-top:.25rem !important
    }
     .kcw .kcw__mt-xxl-2{
        margin-top:.5rem !important
    }
     .kcw .kcw__mt-xxl-3{
        margin-top:1rem !important
    }
     .kcw .kcw__mt-xxl-4{
        margin-top:2rem !important
    }
     .kcw .kcw__mt-xxl-5{
        margin-top:3rem !important
    }
     .kcw .kcw__mt-xxl-25{
        margin-top:1.56rem !important
    }
     .kcw .kcw__mt-xxl-50{
        margin-top:3.125rem !important
    }
     .kcw .kcw__mt-xxl-75{
        margin-top:4.68rem !important
    }
     .kcw .kcw__mt-xxl-100{
        margin-top:6.25rem !important
    }
     .kcw .kcw__mt-xxl-150{
        margin-top:9.375rem !important
    }
     .kcw .kcw__mt-xxl-200{
        margin-top:12.5rem !important
    }
     .kcw .kcw__mt-xxl-auto{
        margin-top:auto !important
    }
     .kcw .kcw__me-xxl-0{
        margin-right:0 !important
    }
     .kcw .kcw__me-xxl-1{
        margin-right:.25rem !important
    }
     .kcw .kcw__me-xxl-2{
        margin-right:.5rem !important
    }
     .kcw .kcw__me-xxl-3{
        margin-right:1rem !important
    }
     .kcw .kcw__me-xxl-4{
        margin-right:2rem !important
    }
     .kcw .kcw__me-xxl-5{
        margin-right:3rem !important
    }
     .kcw .kcw__me-xxl-25{
        margin-right:1.56rem !important
    }
     .kcw .kcw__me-xxl-50{
        margin-right:3.125rem !important
    }
     .kcw .kcw__me-xxl-75{
        margin-right:4.68rem !important
    }
     .kcw .kcw__me-xxl-100{
        margin-right:6.25rem !important
    }
     .kcw .kcw__me-xxl-150{
        margin-right:9.375rem !important
    }
     .kcw .kcw__me-xxl-200{
        margin-right:12.5rem !important
    }
     .kcw .kcw__me-xxl-auto{
        margin-right:auto !important
    }
     .kcw .kcw__mb-xxl-0{
        margin-bottom:0 !important
    }
     .kcw .kcw__mb-xxl-1{
        margin-bottom:.25rem !important
    }
     .kcw .kcw__mb-xxl-2{
        margin-bottom:.5rem !important
    }
     .kcw .kcw__mb-xxl-3{
        margin-bottom:1rem !important
    }
     .kcw .kcw__mb-xxl-4{
        margin-bottom:2rem !important
    }
     .kcw .kcw__mb-xxl-5{
        margin-bottom:3rem !important
    }
     .kcw .kcw__mb-xxl-25{
        margin-bottom:1.56rem !important
    }
     .kcw .kcw__mb-xxl-50{
        margin-bottom:3.125rem !important
    }
     .kcw .kcw__mb-xxl-75{
        margin-bottom:4.68rem !important
    }
     .kcw .kcw__mb-xxl-100{
        margin-bottom:6.25rem !important
    }
     .kcw .kcw__mb-xxl-150{
        margin-bottom:9.375rem !important
    }
     .kcw .kcw__mb-xxl-200{
        margin-bottom:12.5rem !important
    }
     .kcw .kcw__mb-xxl-auto{
        margin-bottom:auto !important
    }
     .kcw .kcw__ms-xxl-0{
        margin-left:0 !important
    }
     .kcw .kcw__ms-xxl-1{
        margin-left:.25rem !important
    }
     .kcw .kcw__ms-xxl-2{
        margin-left:.5rem !important
    }
     .kcw .kcw__ms-xxl-3{
        margin-left:1rem !important
    }
     .kcw .kcw__ms-xxl-4{
        margin-left:2rem !important
    }
     .kcw .kcw__ms-xxl-5{
        margin-left:3rem !important
    }
     .kcw .kcw__ms-xxl-25{
        margin-left:1.56rem !important
    }
     .kcw .kcw__ms-xxl-50{
        margin-left:3.125rem !important
    }
     .kcw .kcw__ms-xxl-75{
        margin-left:4.68rem !important
    }
     .kcw .kcw__ms-xxl-100{
        margin-left:6.25rem !important
    }
     .kcw .kcw__ms-xxl-150{
        margin-left:9.375rem !important
    }
     .kcw .kcw__ms-xxl-200{
        margin-left:12.5rem !important
    }
     .kcw .kcw__ms-xxl-auto{
        margin-left:auto !important
    }
     .kcw .kcw__m-xxl-n1{
        margin:-0.25rem !important
    }
     .kcw .kcw__m-xxl-n2{
        margin:-0.5rem !important
    }
     .kcw .kcw__m-xxl-n3{
        margin:-1rem !important
    }
     .kcw .kcw__m-xxl-n4{
        margin:-2rem !important
    }
     .kcw .kcw__m-xxl-n5{
        margin:-3rem !important
    }
     .kcw .kcw__m-xxl-n25{
        margin:-1.56rem !important
    }
     .kcw .kcw__m-xxl-n50{
        margin:-3.125rem !important
    }
     .kcw .kcw__m-xxl-n75{
        margin:-4.68rem !important
    }
     .kcw .kcw__m-xxl-n100{
        margin:-6.25rem !important
    }
     .kcw .kcw__m-xxl-n150{
        margin:-9.375rem !important
    }
     .kcw .kcw__m-xxl-n200{
        margin:-12.5rem !important
    }
     .kcw .kcw__mx-xxl-n1{
        margin-right:-0.25rem !important;
        margin-left:-0.25rem !important
    }
     .kcw .kcw__mx-xxl-n2{
        margin-right:-0.5rem !important;
        margin-left:-0.5rem !important
    }
     .kcw .kcw__mx-xxl-n3{
        margin-right:-1rem !important;
        margin-left:-1rem !important
    }
     .kcw .kcw__mx-xxl-n4{
        margin-right:-2rem !important;
        margin-left:-2rem !important
    }
     .kcw .kcw__mx-xxl-n5{
        margin-right:-3rem !important;
        margin-left:-3rem !important
    }
     .kcw .kcw__mx-xxl-n25{
        margin-right:-1.56rem !important;
        margin-left:-1.56rem !important
    }
     .kcw .kcw__mx-xxl-n50{
        margin-right:-3.125rem !important;
        margin-left:-3.125rem !important
    }
     .kcw .kcw__mx-xxl-n75{
        margin-right:-4.68rem !important;
        margin-left:-4.68rem !important
    }
     .kcw .kcw__mx-xxl-n100{
        margin-right:-6.25rem !important;
        margin-left:-6.25rem !important
    }
     .kcw .kcw__mx-xxl-n150{
        margin-right:-9.375rem !important;
        margin-left:-9.375rem !important
    }
     .kcw .kcw__mx-xxl-n200{
        margin-right:-12.5rem !important;
        margin-left:-12.5rem !important
    }
     .kcw .kcw__my-xxl-n1{
        margin-top:-0.25rem !important;
        margin-bottom:-0.25rem !important
    }
     .kcw .kcw__my-xxl-n2{
        margin-top:-0.5rem !important;
        margin-bottom:-0.5rem !important
    }
     .kcw .kcw__my-xxl-n3{
        margin-top:-1rem !important;
        margin-bottom:-1rem !important
    }
     .kcw .kcw__my-xxl-n4{
        margin-top:-2rem !important;
        margin-bottom:-2rem !important
    }
     .kcw .kcw__my-xxl-n5{
        margin-top:-3rem !important;
        margin-bottom:-3rem !important
    }
     .kcw .kcw__my-xxl-n25{
        margin-top:-1.56rem !important;
        margin-bottom:-1.56rem !important
    }
     .kcw .kcw__my-xxl-n50{
        margin-top:-3.125rem !important;
        margin-bottom:-3.125rem !important
    }
     .kcw .kcw__my-xxl-n75{
        margin-top:-4.68rem !important;
        margin-bottom:-4.68rem !important
    }
     .kcw .kcw__my-xxl-n100{
        margin-top:-6.25rem !important;
        margin-bottom:-6.25rem !important
    }
     .kcw .kcw__my-xxl-n150{
        margin-top:-9.375rem !important;
        margin-bottom:-9.375rem !important
    }
     .kcw .kcw__my-xxl-n200{
        margin-top:-12.5rem !important;
        margin-bottom:-12.5rem !important
    }
     .kcw .kcw__mt-xxl-n1{
        margin-top:-0.25rem !important
    }
     .kcw .kcw__mt-xxl-n2{
        margin-top:-0.5rem !important
    }
     .kcw .kcw__mt-xxl-n3{
        margin-top:-1rem !important
    }
     .kcw .kcw__mt-xxl-n4{
        margin-top:-2rem !important
    }
     .kcw .kcw__mt-xxl-n5{
        margin-top:-3rem !important
    }
     .kcw .kcw__mt-xxl-n25{
        margin-top:-1.56rem !important
    }
     .kcw .kcw__mt-xxl-n50{
        margin-top:-3.125rem !important
    }
     .kcw .kcw__mt-xxl-n75{
        margin-top:-4.68rem !important
    }
     .kcw .kcw__mt-xxl-n100{
        margin-top:-6.25rem !important
    }
     .kcw .kcw__mt-xxl-n150{
        margin-top:-9.375rem !important
    }
     .kcw .kcw__mt-xxl-n200{
        margin-top:-12.5rem !important
    }
     .kcw .kcw__me-xxl-n1{
        margin-right:-0.25rem !important
    }
     .kcw .kcw__me-xxl-n2{
        margin-right:-0.5rem !important
    }
     .kcw .kcw__me-xxl-n3{
        margin-right:-1rem !important
    }
     .kcw .kcw__me-xxl-n4{
        margin-right:-2rem !important
    }
     .kcw .kcw__me-xxl-n5{
        margin-right:-3rem !important
    }
     .kcw .kcw__me-xxl-n25{
        margin-right:-1.56rem !important
    }
     .kcw .kcw__me-xxl-n50{
        margin-right:-3.125rem !important
    }
     .kcw .kcw__me-xxl-n75{
        margin-right:-4.68rem !important
    }
     .kcw .kcw__me-xxl-n100{
        margin-right:-6.25rem !important
    }
     .kcw .kcw__me-xxl-n150{
        margin-right:-9.375rem !important
    }
     .kcw .kcw__me-xxl-n200{
        margin-right:-12.5rem !important
    }
     .kcw .kcw__mb-xxl-n1{
        margin-bottom:-0.25rem !important
    }
     .kcw .kcw__mb-xxl-n2{
        margin-bottom:-0.5rem !important
    }
     .kcw .kcw__mb-xxl-n3{
        margin-bottom:-1rem !important
    }
     .kcw .kcw__mb-xxl-n4{
        margin-bottom:-2rem !important
    }
     .kcw .kcw__mb-xxl-n5{
        margin-bottom:-3rem !important
    }
     .kcw .kcw__mb-xxl-n25{
        margin-bottom:-1.56rem !important
    }
     .kcw .kcw__mb-xxl-n50{
        margin-bottom:-3.125rem !important
    }
     .kcw .kcw__mb-xxl-n75{
        margin-bottom:-4.68rem !important
    }
     .kcw .kcw__mb-xxl-n100{
        margin-bottom:-6.25rem !important
    }
     .kcw .kcw__mb-xxl-n150{
        margin-bottom:-9.375rem !important
    }
     .kcw .kcw__mb-xxl-n200{
        margin-bottom:-12.5rem !important
    }
     .kcw .kcw__ms-xxl-n1{
        margin-left:-0.25rem !important
    }
     .kcw .kcw__ms-xxl-n2{
        margin-left:-0.5rem !important
    }
     .kcw .kcw__ms-xxl-n3{
        margin-left:-1rem !important
    }
     .kcw .kcw__ms-xxl-n4{
        margin-left:-2rem !important
    }
     .kcw .kcw__ms-xxl-n5{
        margin-left:-3rem !important
    }
     .kcw .kcw__ms-xxl-n25{
        margin-left:-1.56rem !important
    }
     .kcw .kcw__ms-xxl-n50{
        margin-left:-3.125rem !important
    }
     .kcw .kcw__ms-xxl-n75{
        margin-left:-4.68rem !important
    }
     .kcw .kcw__ms-xxl-n100{
        margin-left:-6.25rem !important
    }
     .kcw .kcw__ms-xxl-n150{
        margin-left:-9.375rem !important
    }
     .kcw .kcw__ms-xxl-n200{
        margin-left:-12.5rem !important
    }
     .kcw .kcw__p-xxl-0{
        padding:0 !important
    }
     .kcw .kcw__p-xxl-1{
        padding:.25rem !important
    }
     .kcw .kcw__p-xxl-2{
        padding:.5rem !important
    }
     .kcw .kcw__p-xxl-3{
        padding:1rem !important
    }
     .kcw .kcw__p-xxl-4{
        padding:2rem !important
    }
     .kcw .kcw__p-xxl-5{
        padding:3rem !important
    }
     .kcw .kcw__p-xxl-25{
        padding:1.56rem !important
    }
     .kcw .kcw__p-xxl-50{
        padding:3.125rem !important
    }
     .kcw .kcw__p-xxl-75{
        padding:4.68rem !important
    }
     .kcw .kcw__p-xxl-100{
        padding:6.25rem !important
    }
     .kcw .kcw__p-xxl-150{
        padding:9.375rem !important
    }
     .kcw .kcw__p-xxl-200{
        padding:12.5rem !important
    }
     .kcw .kcw__px-xxl-0{
        padding-right:0 !important;
        padding-left:0 !important
    }
     .kcw .kcw__px-xxl-1{
        padding-right:.25rem !important;
        padding-left:.25rem !important
    }
     .kcw .kcw__px-xxl-2{
        padding-right:.5rem !important;
        padding-left:.5rem !important
    }
     .kcw .kcw__px-xxl-3{
        padding-right:1rem !important;
        padding-left:1rem !important
    }
     .kcw .kcw__px-xxl-4{
        padding-right:2rem !important;
        padding-left:2rem !important
    }
     .kcw .kcw__px-xxl-5{
        padding-right:3rem !important;
        padding-left:3rem !important
    }
     .kcw .kcw__px-xxl-25{
        padding-right:1.56rem !important;
        padding-left:1.56rem !important
    }
     .kcw .kcw__px-xxl-50{
        padding-right:3.125rem !important;
        padding-left:3.125rem !important
    }
     .kcw .kcw__px-xxl-75{
        padding-right:4.68rem !important;
        padding-left:4.68rem !important
    }
     .kcw .kcw__px-xxl-100{
        padding-right:6.25rem !important;
        padding-left:6.25rem !important
    }
     .kcw .kcw__px-xxl-150{
        padding-right:9.375rem !important;
        padding-left:9.375rem !important
    }
     .kcw .kcw__px-xxl-200{
        padding-right:12.5rem !important;
        padding-left:12.5rem !important
    }
     .kcw .kcw__py-xxl-0{
        padding-top:0 !important;
        padding-bottom:0 !important
    }
     .kcw .kcw__py-xxl-1{
        padding-top:.25rem !important;
        padding-bottom:.25rem !important
    }
     .kcw .kcw__py-xxl-2{
        padding-top:.5rem !important;
        padding-bottom:.5rem !important
    }
     .kcw .kcw__py-xxl-3{
        padding-top:1rem !important;
        padding-bottom:1rem !important
    }
     .kcw .kcw__py-xxl-4{
        padding-top:2rem !important;
        padding-bottom:2rem !important
    }
     .kcw .kcw__py-xxl-5{
        padding-top:3rem !important;
        padding-bottom:3rem !important
    }
     .kcw .kcw__py-xxl-25{
        padding-top:1.56rem !important;
        padding-bottom:1.56rem !important
    }
     .kcw .kcw__py-xxl-50{
        padding-top:3.125rem !important;
        padding-bottom:3.125rem !important
    }
     .kcw .kcw__py-xxl-75{
        padding-top:4.68rem !important;
        padding-bottom:4.68rem !important
    }
     .kcw .kcw__py-xxl-100{
        padding-top:6.25rem !important;
        padding-bottom:6.25rem !important
    }
     .kcw .kcw__py-xxl-150{
        padding-top:9.375rem !important;
        padding-bottom:9.375rem !important
    }
     .kcw .kcw__py-xxl-200{
        padding-top:12.5rem !important;
        padding-bottom:12.5rem !important
    }
     .kcw .kcw__pt-xxl-0{
        padding-top:0 !important
    }
     .kcw .kcw__pt-xxl-1{
        padding-top:.25rem !important
    }
     .kcw .kcw__pt-xxl-2{
        padding-top:.5rem !important
    }
     .kcw .kcw__pt-xxl-3{
        padding-top:1rem !important
    }
     .kcw .kcw__pt-xxl-4{
        padding-top:2rem !important
    }
     .kcw .kcw__pt-xxl-5{
        padding-top:3rem !important
    }
     .kcw .kcw__pt-xxl-25{
        padding-top:1.56rem !important
    }
     .kcw .kcw__pt-xxl-50{
        padding-top:3.125rem !important
    }
     .kcw .kcw__pt-xxl-75{
        padding-top:4.68rem !important
    }
     .kcw .kcw__pt-xxl-100{
        padding-top:6.25rem !important
    }
     .kcw .kcw__pt-xxl-150{
        padding-top:9.375rem !important
    }
     .kcw .kcw__pt-xxl-200{
        padding-top:12.5rem !important
    }
     .kcw .kcw__pe-xxl-0{
        padding-right:0 !important
    }
     .kcw .kcw__pe-xxl-1{
        padding-right:.25rem !important
    }
     .kcw .kcw__pe-xxl-2{
        padding-right:.5rem !important
    }
     .kcw .kcw__pe-xxl-3{
        padding-right:1rem !important
    }
     .kcw .kcw__pe-xxl-4{
        padding-right:2rem !important
    }
     .kcw .kcw__pe-xxl-5{
        padding-right:3rem !important
    }
     .kcw .kcw__pe-xxl-25{
        padding-right:1.56rem !important
    }
     .kcw .kcw__pe-xxl-50{
        padding-right:3.125rem !important
    }
     .kcw .kcw__pe-xxl-75{
        padding-right:4.68rem !important
    }
     .kcw .kcw__pe-xxl-100{
        padding-right:6.25rem !important
    }
     .kcw .kcw__pe-xxl-150{
        padding-right:9.375rem !important
    }
     .kcw .kcw__pe-xxl-200{
        padding-right:12.5rem !important
    }
     .kcw .kcw__pb-xxl-0{
        padding-bottom:0 !important
    }
     .kcw .kcw__pb-xxl-1{
        padding-bottom:.25rem !important
    }
     .kcw .kcw__pb-xxl-2{
        padding-bottom:.5rem !important
    }
     .kcw .kcw__pb-xxl-3{
        padding-bottom:1rem !important
    }
     .kcw .kcw__pb-xxl-4{
        padding-bottom:2rem !important
    }
     .kcw .kcw__pb-xxl-5{
        padding-bottom:3rem !important
    }
     .kcw .kcw__pb-xxl-25{
        padding-bottom:1.56rem !important
    }
     .kcw .kcw__pb-xxl-50{
        padding-bottom:3.125rem !important
    }
     .kcw .kcw__pb-xxl-75{
        padding-bottom:4.68rem !important
    }
     .kcw .kcw__pb-xxl-100{
        padding-bottom:6.25rem !important
    }
     .kcw .kcw__pb-xxl-150{
        padding-bottom:9.375rem !important
    }
     .kcw .kcw__pb-xxl-200{
        padding-bottom:12.5rem !important
    }
     .kcw .kcw__ps-xxl-0{
        padding-left:0 !important
    }
     .kcw .kcw__ps-xxl-1{
        padding-left:.25rem !important
    }
     .kcw .kcw__ps-xxl-2{
        padding-left:.5rem !important
    }
     .kcw .kcw__ps-xxl-3{
        padding-left:1rem !important
    }
     .kcw .kcw__ps-xxl-4{
        padding-left:2rem !important
    }
     .kcw .kcw__ps-xxl-5{
        padding-left:3rem !important
    }
     .kcw .kcw__ps-xxl-25{
        padding-left:1.56rem !important
    }
     .kcw .kcw__ps-xxl-50{
        padding-left:3.125rem !important
    }
     .kcw .kcw__ps-xxl-75{
        padding-left:4.68rem !important
    }
     .kcw .kcw__ps-xxl-100{
        padding-left:6.25rem !important
    }
     .kcw .kcw__ps-xxl-150{
        padding-left:9.375rem !important
    }
     .kcw .kcw__ps-xxl-200{
        padding-left:12.5rem !important
    }
     .kcw .kcw__text-xxl-start{
        text-align:left !important
    }
     .kcw .kcw__text-xxl-end{
        text-align:right !important
    }
     .kcw .kcw__text-xxl-center{
        text-align:center !important
    }
}
@media print{
     .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-grid{
        display:grid !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:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important
    }
     .kcw .kcw__d-print-inline-flex{
        display:-webkit-inline-box !important;
        display:-ms-inline-flexbox !important;
        display:inline-flex !important
    }
     .kcw .kcw__d-print-none{
        display:none !important
    }
}

/*! * Bootstrap Icons v1.11.3 (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("https://cdn.kyruus.com/pmc-customer-static-assets/iowaclinic/fonts/1.0/bootstrap-icons.woff2") format("woff2"),url("https://cdn.kyruus.com/pmc-customer-static-assets/iowaclinic/fonts/1.0/bootstrap-icons.woff") format("woff")
}
 .kcw .kcw__bi::before, .kcw [class*=" kcw__bi-"]::before, .kcw [class^=bi-]::before{
    display:inline-block;
    font-family:bootstrap-icons!important;
    font-style:normal;
    font-weight:400!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"
}