.dls-footer-menu__divider{
  border-top: .063rem solid #DEE3ED;
}

.dls-footer-menu__description{
  padding: 2rem 0;
  color: #666f85;
  font-size: .875rem;
  line-height: 1.5rem;
}

.dls-footer-top-menu{
  padding: 40px 0 32px 0 !important;
}

.dls-footer-top-menu__column{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dls-footer-top-menu h3{
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222943;
}

.dls-footer-top-menu h3 a{
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222943;
  text-decoration: none;
}

.dls-footer-top-menu ul{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dls-footer-top-menu ul li a{
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #586473;
  text-decoration: none;
}

.dls-footer-top-menu ul li a.subMainTitle{
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #586473;
}

.dls-footer-top-menu__list-wrapper {
  position: relative;
}

.dls-footer-top-menu__toggle {
  margin-top: 2rem;
  padding: 0;
  border: none;
  background: none;
  display: inline-flex;
  color: #049EAD;
  font-size: 1rem;
  font-weight: 700;
  line-height: 22px;
}

.dls-footer-top-menu__toggle span i::before{
  font-size: 24px;
  color: #049EAD;
}

.dls-footer-top-menu__toggle:focus{
  outline: none;
}

.dls-footer-top-menu__icon {
  display: inline-flex;
  align-items: center;
}

.dls-footer-menu-accordion__divider {
  display: none;
}

.dls-footer-top-menu__panel{
  max-height: none;
  overflow: visible;
  transition: none;
}

.footer-desktop-bg-gray{
  background-color: #F8F9FB !important;
}

.footer-desktop-bg-white{
  background-color: #fff !important;
}

@media (max-width: 1199px) {
  .dls-footer-top-menu{
    padding: 40px 12px 32px 12px !important;
  }
}

@media (max-width: 991px) {
  .dls-footer-menu__divider{
    border: none;
  }

  .dls-footer-top-menu{
    padding: 0 !important;
  }

  .dls-footer-top-menu h3{
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #222943;
  }

  .dls-footer-top-menu h3 a{
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #222943;
    text-decoration: none;
  }

  .dls-footer-top-menu__column{
    display: flex;
    flex-direction: column;
    gap: unset;
    border-bottom: 1px solid #DEE3ED;
    max-width: unset;
  }

  .dls-footer-top-menu ul{
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .dls-footer-top-menu__column:first-of-type .dls-footer-top-menu__header{
    padding-top: 29px;
    border-top: 1px solid #DEE3ED;
  }

  .dls-footer-top-menu__panel{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
    padding: 0 12px;
  }

  .dls-footer-top-menu__column--open .dls-footer-top-menu__panel{
    max-height: 1000px;
    transition: max-height 0.25s ease-in;
  }

  .dls-footer-top-menu__column--open .dls-footer-menu-accordion__divider {
    display: block;
    border-top: .063rem solid #DEE3ED;
    margin: 0 12px 18px 12px;
  }

  .dls-footer-top-menu__list:last-of-type{
    padding-bottom: 2rem;
  }

  .dls-footer-top-menu__toggle {
    display: none;
  }

  .dls-footer-menu__description{
    padding: 1rem 0;
    color: #666f85;
    font-size: 0.75rem;
    line-height: 0.938rem;
  }

  .footer-mobile-bg-gray{
    background-color: #F8F9FB !important;
  }

  .footer-mobile-bg-white{
    background-color: #fff !important;
  }

  /* Accordion */
  .dls-footer-top-menu__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 17px 12px;
  }

  .dls-footer-top-menu__accordion-toggle{
    padding: 0;
    border: none;
    background: none;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
  }

  .dls-footer-top-menu__accordion-toggle:focus{
    outline: none;
  }

  .dls-footer-top-menu__accordion-icon{
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    color: #222943;
  }

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

  .dls-footer__links-wrapper{
    background-color: white;
    border-top: 1px solid #DEE3ED;
  }

  .footer-bottom-menu__list{
    gap: 24px !important;
  }
}
