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

.kcw {
  box-sizing: unset;
}

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

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

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

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

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

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

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

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

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

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

  
  /*///////////////// Header /////////////////*/
     .kcw .kcw__visuallyhidden{
      border:0;
      clip:rect(0 0 0 0);
      height:1px;
      margin:-1px;
      overflow:hidden;
      padding:0;
      position:absolute;
      width:1px
  }
   .kcw .kcw__visuallyhidden.kcw__focusable:active, .kcw .kcw__visuallyhidden.kcw__focusable:focus{
      clip:auto;
      height:auto;
      margin:0;
      overflow:visible;
      position:static;
      width:auto
  }
   .kcw .kcw__invisible{
      visibility:hidden
  }
   .kcw .kcw__header2{
    position:relative;
    z-index:201
  }
   .kcw .kcw__header2:after{
    border-bottom:1px solid #da291c;
    bottom:0;
    content:'';
    left:0;
    right:0;
    position:absolute
  }
   .kcw .kcw__header2-logo{
    display:inline-block;
    margin-top:8px;
    position:relative
  }
   .kcw .kcw__header2-logo img{
    height:75px;
    width:383px
  }
  @media only screen and (max-width:1000px){
     .kcw .kcw__header2 .kcw__l-inner{
        padding:18px 14px
    }
  }
  @media only screen and (min-width:1001px){
     .kcw .kcw__header2{
        padding:24px 0 32px
    }
     .kcw .kcw__header2 .kcw__l-inner{
        margin:0 auto;
        max-width:1300px;
        padding-left:1%;
        padding-right:1%;
        position:relative;
        width:96%
    }
  }
  
  
  /*///////////////// Header end/////////////////*/


 .kcw .kcw__global-header {
  font-family: SharpSansDisplayNo, sans-serif;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 15%);
}

@media (min-width: 1086px) {
   .kcw .kcw__global-header {
    padding: 15px 30px 0;
  }
}

 .kcw .kcw__global-header__desktop {
  display: none;
}

@media (min-width: 1086px) {
   .kcw .kcw__global-header__desktop {
    display: block;
  }
}

 .kcw .kcw__global-header__mobile {
  display: block;
}

@media (min-width: 1086px) {
   .kcw .kcw__global-header__mobile {
    display: none;
  }
}

 .kcw .kcw__global-header__logo img {
  height: 25px;
  width: auto;
}

@media (min-width: 1086px) {
   .kcw .kcw__global-header__logo img {
    max-width: 172px;
    min-width: 170px;
    height: auto;
    width: fit-content;
  }
}

/* 
 * Desktop Navigation
 */

 .kcw .kcw__global-header__top,
 .kcw .kcw__global-header__bottom {
  display: flex;
}

 .kcw .kcw__global-header__top {
  align-items: center;
  margin-bottom: 15px;
}

 .kcw .kcw__global-header__bottom {
  align-items: center;
  padding-bottom: 7px;
}

 .kcw .kcw__global-header__link {
  text-decoration: none;
  padding: 5px;
  transition: all 350ms ease-in-out;
}

 .kcw .kcw__global-header__link:hover {
  background-color: #0077cd;
  color: #fff;
}

 .kcw .kcw__global-header__contact {
  margin-top: 20px;
  font-size: 14px;
  line-height: 17.5px;
  padding: 5px;
}

@media (min-width: 1086px) {
   .kcw .kcw__global-header__contact {
    margin-top: 0;
    padding: 0;
  }
}

 .kcw .kcw__global-header__contact a {
  color: #0077cd;
}

@media (min-width: 1086px) {
   .kcw .kcw__global-header__contact a {
    color: #000;
  }
}

 .kcw .kcw__global-header__primary-nav,
 .kcw .kcw__global-header__utility-nav {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}

 .kcw .kcw__global-header__primary-nav {
  margin-right: 60px;
}

 .kcw .kcw__global-header__primary-nav-list,
 .kcw .kcw__global-header__utility-nav-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 35px;
}

/* 
 * Utility Nav  
 */

 .kcw .kcw__global-header__utility-nav-item {
  position: relative;
  font-size: 14px;
  line-height: 17.5px;
}

 .kcw .kcw__global-header__utility-nav-item a {
  letter-spacing: -0.2px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

/* 
 * Dropdown  
 */

 .kcw .kcw__global-header__dropdown {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

 .kcw .kcw__global-header__dropdown-menu {
  visibility: hidden;
  opacity: 0;
  top: calc(100% + 30px);
  transition: opacity 300ms ease, top 300ms ease;
  z-index: 500;
  width: 200px;
  border: 1px solid #898d8d;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 20%);
  border-radius: 3px;
  position: absolute;
  height: 0;
  overflow: hidden;
}

 .kcw .kcw__global-header__dropdown label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.2px;
  width: 100%;
  padding: 15px 5px;
  box-sizing: border-box;
  transition: background-color 350ms ease-in-out;
}

@media (min-width: 1086px) {
   .kcw .kcw__global-header__dropdown label {
    padding: 5px;
  }
}

 .kcw .kcw__global-header__dropdown label > svg {
  color: #0077cd;
}

 .kcw .kcw__global-header input[type="radio"],
 .kcw .kcw__global-header input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1;
  clip: rect(0, 0, 0, 0);
}

 .kcw .kcw__global-header__dropdown-toggle:hover ~ .kcw__global-header__dropdown-label,
 .kcw .kcw__global-header__dropdown-toggle:focus ~ .kcw__global-header__dropdown-label {
  background-color: #0077cd;
  color: #fff;
}

 .kcw .kcw__global-header__dropdown-toggle:hover ~ .kcw__global-header__dropdown-label svg,
 .kcw .kcw__global-header__dropdown-toggle:focus ~ .kcw__global-header__dropdown-label svg {
  color: #fff;
}

 .kcw .kcw__global-header input[type="radio"]:checked ~ label {
  z-index: 2;
}

 .kcw .kcw__global-header input[type="radio"]:checked ~ .kcw__global-header__dropdown-close {
  z-index: 3;
  opacity: 1;
  visibility: visible;
}

 .kcw .kcw__global-header__dropdown:has(.kcw__global-header__dropdown-toggle:checked)
  ~ .kcw__global-header__dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 10px);
  height: auto;
}

 .kcw .kcw__global-header__dropdown-close {
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}

 .kcw .kcw__global-header__dropdown-close > input[type="radio"] {
  clip: rect(0, 0, 0, 0);
}

 .kcw .kcw__global-header__dropdown-toggle:checked ~ .kcw__global-header__dropdown-label {
  opacity: 0;
}

 .kcw .kcw__global-header__dropdown-toggle:checked ~ .kcw__global-header__dropdown-close svg {
  transform: scaleY(-1);
  transition: transform 100ms ease-in-out;
}

 .kcw .kcw__global-header__dropdown-link {
  display: block;
  padding: 7px 5px;
  text-decoration: none;
  font-size: 14px;
  line-height: 17.5px;
}

/* 
 * Primary Nav  
 */

 .kcw .kcw__global-header__primary-nav-item {
  display: flex;
  align-items: center;
  height: 100%;
}

 .kcw .kcw__global-header__primary-nav-item .kcw__global-header__dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  transition: width 250ms ease;
  border-bottom: 7px solid #0077cd;
}

 .kcw .kcw__global-header__primary-nav-item:has(label:hover)
  .kcw__global-header__dropdown::after {
  width: 100%;
}

 .kcw .kcw__global-header__primary-nav-item label {
  font-size: 22px;
  line-height: 28px;
  padding: 15px 5px;
}

 .kcw .kcw__global-header__mega-menu {
  visibility: hidden;
  left: 0;
  top: calc(100% + 10px);
  transition: max-height 500ms ease-in-out;
  z-index: 500;
  opacity: 0;
  width: 100%;
  box-shadow: 0 30px 30px -20px rgba(128, 187, 227, 50%);
  background-color: #fff;
  position: absolute;
  max-height: 0;
  overflow: hidden;
  padding-inline: 30px;
}

 .kcw .kcw__global-header__menu-label {
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 5px;
}

 .kcw .kcw__global-header__dropdown:has(.kcw__global-header__dropdown-toggle:checked)
  ~ .kcw__global-header__mega-menu {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
}

 .kcw .kcw__global-header__dropdown-toggle:checked ~ .kcw__global-header__menu-label svg {
  transform: scaleY(-1);
  transition: transform 100ms ease-in-out;
  color: #0077cd;
}

 .kcw .kcw__global-header__nav-menu-content {
  padding-block: 20px;
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  column-count: 2;
  column-gap: 70px;
}

@media (min-width: 1086px) {
   .kcw .kcw__global-header__nav-menu-content {
    margin-top: 20px;
    padding-block: 50px;
    column-count: 1;
  }
}

 .kcw .kcw__global-header__nav-menu-drawer-link {
  display: none;
}

@media (min-width: 1086px) {
   .kcw .kcw__global-header__nav-menu-drawer-link {
    display: block;
    height: max-content;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 300ms ease-in-out;
    color: #0077cd;
  }

   .kcw .kcw__global-header__nav-menu-drawer-link:hover,
   .kcw .kcw__global-header__nav-menu-drawer-link:focus {
    background-color: #0077cd;
    color: #fff;
  }
}

 .kcw .kcw__global-header__nav-menu-links {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
}

@media (min-width: 1086px) {
   .kcw .kcw__global-header__nav-menu-links {
    column-count: 3;
    column-gap: 35px;
    flex-grow: 1;
  }
}

 .kcw .kcw__global-header__nav-menu-item {
  padding-bottom: 5px;
}

 .kcw .kcw__global-header__nav-menu-link {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  display: inline-block;
  color: #0077cd;
}

 .kcw .kcw__global-header__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

 .kcw .kcw__global-header__btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex-grow: 1;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  font-weight: 700;
  text-decoration: none;
}

 .kcw .kcw__global-header__btn:hover,
 .kcw .kcw__global-header__btn:focus {
  color: #e3002b;
}

 .kcw .kcw__global-header__btn:hover::before,
 .kcw .kcw__global-header__btn:focus::before {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 15%);
  transform: scale(1.1);
  background-color: #fff;
  border: 1px solid #e3002b;
}

 .kcw .kcw__global-header__btn::before {
  background-color: #e3002b;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 15px 20px 10px;
  border-radius: 3px;
  transition: all 350ms ease-in-out;
}

 .kcw .kcw__global-header__btn * {
  position: relative;
}

/* 
 * Mobile Navigation
 */

 .kcw .kcw__global-header__mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7e9e8;
  padding-left: 30px;
}

 .kcw .kcw__global-header__mobile-toggle {
  position: relative;
  display: inline-block;
  border: none;
  transition: all 0.2s ease;
  border-left: 1px solid #e7e9e8;
}

 .kcw .kcw__global-header__mobile-toggle:hover {
  background-color: #0077cd;
  color: #fff;
}

 .kcw .kcw__global-header__mobile-toggle:hover .kcw__global-header__mobile-toggle-icon::before,
 .kcw .kcw__global-header__mobile-toggle:hover .kcw__global-header__mobile-toggle-icon::after,
 .kcw .kcw__global-header__mobile-toggle:hover .kcw__global-header__mobile-toggle-icon {
  border-bottom: 2px solid #fff;
}

 .kcw .kcw__global-header__mobile-toggle label {
  font-size: 16px;
  line-height: 24px;
  padding-top: 7px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: inherit;
  padding: 12px 15px 7px;
  cursor: pointer;
}

 .kcw .kcw__global-header__mobile-toggle-wrapper {
  display: block;
  height: 24px;
  margin-bottom: 7px;
}

 .kcw .kcw__global-header__mobile-toggle-icon {
  margin: 0 auto;
  position: relative;
  top: 10px;
}

 .kcw .kcw__global-header__mobile-toggle-close-label {
  display: none;
}

 .kcw .kcw__global-header__mobile-toggle-icon::before,
 .kcw .kcw__global-header__mobile-toggle-icon::after {
  position: absolute;
  content: "";
  transition: margin 0.2s ease 0.2s, transform 0.2s ease 0s;
}

 .kcw .kcw__global-header__mobile-toggle-icon::before,
 .kcw .kcw__global-header__mobile-toggle-icon::after,
 .kcw .kcw__global-header__mobile-toggle-icon {
  width: 35px;
  height: 0;
  border-bottom: 2px solid #0077cd;
  display: block;
}

 .kcw .kcw__global-header__mobile-toggle-icon::before {
  margin-top: calc(10px * -1);
}

 .kcw .kcw__global-header__mobile-toggle-icon::after {
  margin-top: 10px;
}

 .kcw .kcw__global-header__mobile-nav-item .kcw__global-header__dropdown-close label {
  background-color: #0077cd;
  transition: background-color 300ms ease-in-out;
  color: #fff;
}

 .kcw .kcw__global-header__mobile-nav-item .kcw__global-header__dropdown-close label svg {
  color: #fff;
}

 .kcw .kcw__global-header__mobile-toggle:has(input[type="checkbox"]:checked)
  .kcw__global-header__mobile-toggle-icon {
  border-bottom: 2px solid rgba(0, 0, 0, 0%);
}

 .kcw .kcw__global-header__mobile-toggle:has(input[type="checkbox"]:checked)
  .kcw__global-header__mobile-toggle-icon::before,
 .kcw .kcw__global-header__mobile-toggle:has(input[type="checkbox"]:checked)
  .kcw__global-header__mobile-toggle-icon::after {
  transition: margin 0.2s ease 0s, transform 0.2s ease 0.2s;
}

 .kcw .kcw__global-header__mobile-toggle:has(input[type="checkbox"]:checked)
  .kcw__global-header__mobile-toggle-icon::before {
  margin-top: 0;
  transform: rotate(45deg);
}

 .kcw .kcw__global-header__mobile-toggle:has(input[type="checkbox"]:checked)
  .kcw__global-header__mobile-toggle-icon::after {
  margin-top: 0;
  transform: rotate(-45deg);
}

 .kcw .kcw__global-header__mobile-toggle:has(input[type="checkbox"]:checked)
  .kcw__global-header__mobile-toggle-close-label {
  display: block;
}

 .kcw .kcw__global-header__mobile-toggle:has(input[type="checkbox"]:checked)
  .kcw__global-header__mobile-toggle-open-label {
  display: none;
}

 .kcw .kcw__global-header__mobile-menu {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}

 .kcw .kcw__global-header__mobile:has(input[type="checkbox"]:checked)
  .kcw__global-header__mobile-menu {
  visibility: visible;
  height: 100vh;
}

 .kcw .kcw__global-header__mobile-menu-content {
  padding: 24px 20.8px;
}

 .kcw .kcw__global-header__mobile-menu-content .kcw__global-header__btn-group {
  text-align: center;
  margin-bottom: 24px;
}

 .kcw .kcw__global-header__mobile-nav-list,
 .kcw .kcw__global-header__mobile-utility-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

 .kcw .kcw__global-header__mobile-nav-item {
  position: relative;
  border-bottom: 1px solid #e7e9e8;
}

 .kcw .kcw__global-header__mobile-nav-item .kcw__global-header__menu-label:hover,
 .kcw .kcw__global-header__mobile-nav-item .kcw__global-header__menu-label:focus {
  background-color: #0077cd;
  color: #fff;
}

 .kcw .kcw__global-header__mobile-nav-item .kcw__global-header__menu-label:hover svg,
 .kcw .kcw__global-header__mobile-nav-item .kcw__global-header__menu-label:focus svg {
  color: #fff;
}

 .kcw .kcw__global-header__mobile-utility-nav .kcw__global-header__mobile-nav-item {
  border-bottom: none;
}

 .kcw .kcw__global-header__mobile-utility-nav
  .kcw__global-header__mobile-nav-item
  + .kcw__global-header__mobile-nav-item {
  border-top: 1px solid #e7e9e8;
}

 .kcw .kcw__global-header__mobile-item-menu {
  visibility: hidden;
  transition: opacity 500ms ease-in-out, max-height 500ms ease-in-out;
  z-index: 500;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
}

 .kcw .kcw__global-header__dropdown:has(.kcw__global-header__dropdown-toggle:checked)
  ~ .kcw__global-header__mobile-item-menu {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
}

 .kcw .kcw__global-header__mobile-utility-nav-list .kcw__global-header__utility-nav-item {
  padding-top: 15px;
  margin-bottom: 10px;
}

 .kcw .kcw__global-header__utility-nav-item .kcw__global-header__dropdown-link {
  color: #0077cd;
}

 .kcw .kcw__global-header__utility-nav-item .kcw__global-header__dropdown-link:hover {
  color: #fff;
}

 .kcw .kcw__global-header__quick-links {
  position: relative;
  min-width: 215px;
  margin-bottom: 15px;
  margin-right: 8px;
}

@media (min-width: 1086px) {
   .kcw .kcw__global-header__quick-links {
    margin-bottom: 0;
  }
}

 .kcw .kcw__global-header__quick-links-toggle {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 3px;
  border: 1px solid #898d8d;
}

 .kcw .kcw__global-header__quick-links-toggle label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  padding: 12px 15px;
  cursor: pointer;
}

 .kcw .kcw__global-header__quick-links-toggle svg {
  color: #0077cd;
}

 .kcw .kcw__global-header__quick-links-close {
  width: 100%;
}

 .kcw .kcw__global-header__quick-links-toggle
  input[type="radio"]:hover
  ~ .kcw__global-header__dropdown-label,
 .kcw .kcw__global-header__quick-links-toggle
  input[type="radio"]:focus
  ~ .kcw__global-header__dropdown-label,
 .kcw .kcw__global-header__quick-links-toggle
  input[type="radio"]:hover
  ~ .kcw__global-header__dropdown-label
  svg,
 .kcw .kcw__global-header__quick-links-toggle
  input[type="radio"]:focus
  ~ .kcw__global-header__dropdown-label
  svg {
  background-color: transparent;
  color: #000;
}

 .kcw .kcw__global-header__quick-links-menu {
  display: none;
  position: absolute;
  z-index: 500;
  width: 100%;
  border: 1px solid rgba(137, 141, 141, 50%);
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-inline: 17px;
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 20%);
}

 .kcw .kcw__global-header__quick-links-toggle:has(.kcw__global-header__dropdown-toggle:checked)
  ~ .kcw__global-header__quick-links-menu {
  display: flex;
  flex-direction: column;
}

 .kcw .kcw__global-header__quick-link {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  padding-block: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

 .kcw .kcw__global-header__quick-link:hover,
 .kcw .kcw__global-header__quick-link:focus {
  opacity: 0.7;
}

 .kcw .kcw__global-header__quick-link + .kcw__global-header__quick-link {
  border-top: 1px solid #dcdfe2;
}

 .kcw .kcw__global-footer {
  font-family: SharpSansDisplayNo, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffb500;
  padding: 25px 20.8px 35px;
}

@media (min-width: 780px) {
   .kcw .kcw__global-footer {
    padding: 25px 30px 35px;
  }
}

 .kcw .kcw__global-footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 925px;
  width: 100%;
}

 .kcw .kcw__global-footer__logo-container {
  padding-bottom: 20px;
  max-width: 140px;
}

 .kcw .kcw__global-footer__logo img {
  width: 173px;
}

@media (min-width: 780px) {
   .kcw .kcw__global-footer__logo img {
    width: 232px;
  }
}

 .kcw .kcw__global-footer__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  gap: 20px;
}

 .kcw .kcw__global-footer__btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex-grow: 1;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 20px;
  text-align: center;
  color: #e3002b;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #e3002b;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  font-weight: 700;
  text-decoration: none;
}

 .kcw .kcw__global-footer__btn:hover,
 .kcw .kcw__global-footer__btn:focus {
  color: #fff;
}

 .kcw .kcw__global-footer__btn:hover::before,
 .kcw .kcw__global-footer__btn:focus::before {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 15%);
  transform: scale(1.1);
  background-color: #e3002b;
  border: 1px solid #e3002b;
}

 .kcw .kcw__global-footer__btn::before {
  background-color: #fff;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 15px 20px 10px;
  border-radius: 3px;
  transition: all 350ms ease-in-out;
}

 .kcw .kcw__global-footer__btn * {
  position: relative;
}

 .kcw .kcw__global-footer__links {
  padding-bottom: 50px;
}

 .kcw .kcw__global-footer__columns {
  column-count: 2;
  column-gap: 10px;
}

@media (min-width: 780px) {
   .kcw .kcw__global-footer__columns {
    column-count: unset;
    display: flex;
    justify-content: space-between;
    max-width: 946px;
    margin: 0 auto;
  }
}

 .kcw .kcw__global-footer__column {
  position: relative;
  column-count: 1;
  flex: 1 1;
}

@media (min-width: 780px) {
   .kcw .kcw__global-footer__column + .kcw__global-footer__column {
    margin-left: 55px;
  }
}

 .kcw .kcw__global-footer__column-border {
  margin-top: 17px;
  padding-top: 17px;
}

@media (min-width: 780px) {
   .kcw .kcw__global-footer__column-border {
    margin-top: 0;
    padding-top: 0;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}

 .kcw .kcw__global-footer__column-border::before {
  content: "";
  border-top: 1px solid #e57200;
  width: 100%;
  position: absolute;
  top: 1px;
  left: 0;
}

@media (min-width: 780px) {
   .kcw .kcw__global-footer__column-border::before {
    border-top: 0;
    border-left: 1px solid #e57200;
    width: 0;
    height: 100%;
    top: 0;
    left: -30px;
  }
}

 .kcw .kcw__global-footer__link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

 .kcw .kcw__global-footer__link-item {
  padding-block: 5px;
  page-break-inside: avoid;
  break-inside: avoid;
}

 .kcw .kcw__global-footer__link {
  font-size: 14px;
  line-height: 17.5px;
  font-weight: bold;
  letter-spacing: 0.3px;
  padding: 3px 5px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #000;
  text-decoration: none;
  transition: background-color 350ms ease;
}

@media (min-width: 780px) {
   .kcw .kcw__global-footer__link {
    font-size: 20px;
    line-height: 25px;
  }
}

 .kcw .kcw__global-footer__link:hover,
 .kcw .kcw__global-footer__link:focus {
  background-color: #006ab2;
  color: #fff;
}

 .kcw .kcw__global-footer__connect-bar {
  padding-bottom: 30px;
}

 .kcw .kcw__global-footer__connect {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

 .kcw .kcw__global-footer__address {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

 .kcw .kcw__global-footer__location,
 .kcw .kcw__global-footer__phone {
  display: inline;
  margin: 0;
  text-align: center;
}

 .kcw .kcw__global-footer__location svg,
 .kcw .kcw__global-footer__phone svg {
  vertical-align: middle;
  margin-right: 5px;
}

 .kcw .kcw__global-footer__phone {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

@media (min-width: 780px) {
   .kcw .kcw__global-footer__phone {
    margin-top: 2px;
  }
}

 .kcw .kcw__global-footer__phone.kcw__desktop {
  display: none;
}

@media (min-width: 780px) {
   .kcw .kcw__global-footer__phone.kcw__desktop {
    display: flex;
  }
}

 .kcw .kcw__global-footer__phone.kcw__mobile {
  display: flex;
}

@media (min-width: 780px) {
   .kcw .kcw__global-footer__phone.kcw__mobile {
    display: none;
  }
}

 .kcw .kcw__global-footer__socials {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 320px;
  margin-top: 30px;
}

@media (min-width: 780px) {
   .kcw .kcw__global-footer__socials {
    margin-top: 15px;
  }
}

 .kcw .kcw__global-footer__social-item {
  flex-grow: 1;
  text-align: center;
}

 .kcw .kcw__global-footer__social-link {
  color: currentcolor;
  font-size: 20px;
}

 .kcw .kcw__global-footer__social-link:hover svg,
 .kcw .kcw__global-footer__social-link:focus svg {
  color: #80bbe3;
}

 .kcw .kcw__global-footer__social-link svg {
  height: 20px;
  width: 20px;
}

 .kcw .kcw__global-footer__badges {
  padding-bottom: 30px;
}

 .kcw .kcw__global-footer__badge-list {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  gap: 30px;
}

 .kcw .kcw__global-footer__badge {
  width: 100%;
  display: flex;
  justify-content: center;
}

 .kcw .kcw__global-footer__badge-image {
  max-height: 75px;
  width: auto;
  object-fit: contain;
}

@media (min-width: 780px) {
   .kcw .kcw__global-footer__badge-image {
    max-height: 95px;
  }
}

 .kcw .kcw__global-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

@media (min-width: 780px) {
   .kcw .kcw__global-footer__bottom {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
}

 .kcw .kcw__global-footer__secondary-links {
  display: flex;
  gap: 3px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

 .kcw .kcw__global-footer__secondary-link-item:not(:first-child)::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 1px;
  border-left: 1px solid #000;
  position: relative;
  top: 2px;
  margin-right: 3px;
}

 .kcw .kcw__global-footer__secondary-link {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  padding: 5px;
  transition: background-color 350ms ease;
}

@media (min-width: 780px) {
   .kcw .kcw__global-footer__secondary-link {
    font-size: 16px;
    line-height: 24px;
  }
}

 .kcw .kcw__global-footer__secondary-link:hover,
 .kcw .kcw__global-footer__secondary-link:focus {
  background-color: #006ab2;
  color: #fff;
}

 .kcw .kcw__global-footer__copyright {
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 780px) {
   .kcw .kcw__global-footer__copyright {
    font-size: 16px;
    line-height: 24px;
  }
}
