.kl-navbar__description a {
    color: #000;
  text-decoration: none !important;

}

.kl-navbar__panel-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px!important;
    margin: 0 auto;
    padding: 17px 0;
    justify-content: space-between;
}

.kl-navbar__categories {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-basis: 1200px!important;
}

.kl-navbar__description {
    margin-bottom: 20px!important;
  padding: 10px!important;
}

@media screen and (max-width: 920px) {
  .kl-navbar__panel {
    position: static;
    max-height: 0;
    overflow: hidden;
  }
  
  .kl-navbar__panel-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px!important;
    margin: 0 auto;
    padding: 32px 0;
    justify-content: space-between;
}
}

.kl-navbar__panel-fullwidth {
  max-width: 1220px;
  padding-left: 10px;
  margin: 0 0 0.11rem;
}

.kl-navbar__panel-fullwidth > div {
  flex-basis: none;
}





@media (max-width: 1180px)
.site-nav__sub-menu-container--two-columns .site-nav__column-header {
    margin-bottom: 35px;
}
.site-nav__column-header--blue {
    color: #4d94ff;
  
  
}

.kl-navbar__panel-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px!important;
    margin: 0 auto;
    padding: 32px 0;
    justify-content: space-between;
}

.smalltext {
    text-transform: uppercase;
    font-size: 0.61rem;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 18px;
    width: 100%;
    margin: 4px 0 11px;
    color: #006dd9;
    display: flex;
    
}


.descript {
    font-size: .895rem;
       margin: 0 0 1.55rem;
       font-weight: 520;
  color:#1f1f1f;
}

a:hover{ text-decoration: none; }

.nav-maintitle {
     
  font-size: 0.80rem;
      font-weight: 700;
    margin: 0 0 .2rem;
 
}

.kl-navbar__description p {
    font-size: .710 rem;
  color: #7d7d7d;
    margin: 0 0 0.11rem;
}

.descr1 {
    margin: 0;
     font-size: .760 rem;
 
}
.floatnext {

	
	float: left;
margin-left:7px;}

.descript a:hover {
      color: #2C91E9;
}

.nav-maintitle a:hover {
      color: #141414;

 
}

.kl-header {
    position: fixed;
    z-index: 12;
    width: 100%;
    box-shadow: 0px 5px 10px rgb(154 161 177 / 10%);
    background-color: rgba(255,255,255,1.0);
}

.kl-navbar__panel {
    background-color: rgba(255,255,255,1.0);
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: all .25s ease-in-out;
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
    position: fixed;
    top: 82px;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 920px)
.kl-navbar {
    justify-content: space-between;
}

.kl-navbar {
    height: 82px;
    display: flex;
    align-items: center;
}

.content-wrapper {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1440px;
}

@media screen and (max-width: 920px)
.kl-navbar .hamburger {
    display: block;
}
.kl-navbar .hamburger {
    display: none;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    min-width: auto;}

element.style {
}
@media screen and (max-width: 920px)
.kl-navbar--active .kl-navbar__content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 920px)
.kl-navbar__content {
    background-color: rgba(255,255,255,1.0);
    position: fixed;
    width: 100%;
    height: calc(100% - 72px);
    left: 0;
    bottom: 0;
    padding: 35px 10%;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: transform .25s ease-in-out,opacity .25s ease-in-out;
}

.kl-header {
    position: fixed;
    z-index: 12;
    width: 100%;
    box-shadow: 0px 5px 10px rgb(154 161 177 / 10%);
    background-color: rgba(255,255,255,1.0);
}

element.style {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

element.style {
}
@media screen and (max-width: 920px)
.kl-navbar--active .kl-navbar__content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 920px)
.kl-navbar__content {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: calc(100% - 82px);
    left: 0;
    bottom: 0;
    padding: 45px 10%;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: transform .25s ease-in-out,opacity .25s ease-in-out;
}
.kl-navbar__content {
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buttoncta1 {
    background-color: #006dd9;
    border: 1px solid #006dd9;
    border-radius: 3px;
    color: #fff;
    padding: 15px 25px;
 font-family: Manrope, sans-serif;
    font-size: .75rem;
    font-weight: bold;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    cursor: pointer;
    line-height: 1.1;
    letter-spacing: .03em;
    white-space: normal;
    word-break: break-word;
    text-align: center;
    text-decoration: none;
   position: relative;
    transition: background-color .15s linear,border-color .15s linear,color .15s linear;
}
  

buttoncta1, .buttoncta1:hover {
color:#fff;
  
  text-decoration: none;
    transform: scale(1.05);
}

.kl-navbar {
    height: 82px;
    display: flex;
    align-items: center;
}

.content-wrapper {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1340px;
}
*, *:before, *:after {
    box-sizing: border-box;
}
user agent stylesheet
nav {
    display: block;
}


.kl-navbar__item--active .kl-navbar__button {
    color: #4d88e5;
}




*, *:before, *:after {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}
user agent stylesheet

.kl-navbar__description a {
    color: #141414;
}

user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
  text-decoration: none !important;
}
.kl-navbar__description {
    flex-basis: 250px;
    margin: 0 10px;
    color: #141414;
  text-decoration: none !important;
}

.main-menu {
    font-weight: bold;
    font-size:     0.815rem;
    font-family: Manrope, sans-serif;
    line-height: 2em;
    word-break: normal;
    color: #141414;
    display: inline-block;
}

.kl-navbar__button {
    font-weight: bold;
    font-size: 0.800rem;
 font-family: Manrope, sans-serif;
    line-height: 2em;
    word-break: normal;
    color: #141414;
    display: inline-block;
}

.kl-navbar__button>span {
    position: relative;
    display: inline-block;
    padding: 8px 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}

.ctasecondary {font-weight: bold;
    font-size: 12px;
    font-family: Manrope,sans-serif;
    line-height: 2em;
    word-break: normal;
    color: #141414;
    display: inline-block;}
  
.kl-header {
  position: fixed;
  z-index: 12;
  width: 100%;
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
  background-color: rgba(, );
}

.kl-header-placeholder {
  height: px;
}

.kl-navbar {
  height: px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .kl-navbar {
    justify-content: space-between;
        background-color: #fff;
  }
  .kl-navbar--active .kl-navbar__content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

.kl-navbar__logo {
  width: auto;
  display: block;
  margin-right: 42px;
}

.kl-navbar__content {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .kl-navbar__content {
    background-color:#fff;;
    position: fixed;
    width: 100%;
    height: calc(100% - px);
    left: 0;
    bottom: 0;
    padding: 45px 10%;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  }
}

.kl-navbar__menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 920px) {
  .kl-navbar__menu {
    display: block;
    margin: 0 0 24px;
    width: 100%;
  }
}

.kl-navbar__item {
  position: relative;
  margin: 0 32px;
}


.kl-navbar__end {
    display: flex;
    align-items: center;
}


.kl-navbar__item--active .kl-navbar__panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 920px) {
  .kl-navbar__item--active .kl-navbar__panel {
    max-height: 100vh;
  }
  
  
  .main-menu {
    font-weight: bold;
    font-size:   1.125rem;
    font-family: Manrope,sans-serif;
    line-height: 2em;
    word-break: normal;
    color: #141414;
    display: inline-block;
}
}

.kl-navbar__item--active .kl-navbar__button {
  color: ;
}

.kl-navbar__item--active .kl-navbar__button > span:after {
  visibility: visible;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .kl-navbar__item {
    margin: 0 16px;
  }
}

.kl-navbar__button {
  font-weight: bold;
  font-size: ;
  font-family: , sans-serif;
  line-height: 2em;
  word-break: normal;
  color: ;
  display: inline-block;
}

@media screen and (max-width: 920px) {
  .kl-navbar__button {
    font-size: 1rem;
  }
}

.kl-navbar__button > span {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}

.kl-navbar__button > span:after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: ;
  position: absolute;
  left: 0;
  bottom: 2px;
  visibility: hidden;
  transition: width .2s ease-in-out;
}

.kl-navbar__button:hover, .kl-navbar__button:focus, .kl-navbar__button:active {
  text-decoration: none;
  color: ;
}

.kl-navbar__button:hover > span:after, .kl-navbar__button:focus > span:after, .kl-navbar__button:active > span:after {
  visibility: visible;
  width: 100%;
}

.kl-navbar__end {
  display: flex;
  align-items: center;
}

.kl-navbar__end a + a {
  margin-left: 25px;
}

.kl-navbar__panel {
  background-color: rgba(, );
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: all .25s ease-in-out;
  position: fixed;
  top: px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 920px) {
  .kl-navbar__panel {
    position: static;
    max-height: 0;
    overflow: hidden;
  }
}

.kl-navbar__panel-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1060px;
  margin: 0 auto;
  
  padding: 32px 0;
  justify-content: space-between;
}

.kl-navbar__panel-wrapper > div {
  flex-basis: none;
}

.kl-navbar__categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
   font-family: Manrope, sans-serif;
  flex-basis: 1200px;
  
}

@media screen and (max-width: 920px) {
  .kl-navbar__categories p {
    display: none;
  }
}

.kl-navbar__description {
  flex-basis: 250px;
  margin-bottom: 10px;
  color: ;
padding:10px;
  
}

.kl-navbar__description:hover{
  background-color: #f2f4f9;
border-radius: 6px;
   
}

@media screen and (max-width: 920px) {
  .kl-navbar__description {
    margin: 0;
    flex-basis: 90%;
  }
}

@media screen and (max-width: 920px) {
  .kl-navbar__description--full {
    flex-basis: auto;
  }
}

.kl-navbar__description h1, .kl-navbar__description h2, .kl-navbar__description h3, .kl-navbar__description h4, .kl-navbar__description h5, .kl-navbar__description h6 {
  color: inherit;
}



.kl-navbar__description a:hover, .kl-navbar__description a:focus {
  text-decoration: none;
  color: ;
}

.kl-navbar .hamburger {
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  min-width: auto;
}

@media screen and (max-width: 920px) {
  .kl-navbar .hamburger {
    display: block;
  }
}

.kl-navbar .hamburger:focus {
  outline: none;
}

.kl-navbar .hamburger-box {
  width: 24px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.kl-navbar .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}



.kl-navbar .hamburger-inner, .kl-navbar .hamburger-inner::before, .kl-navbar .hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.kl-navbar .hamburger-inner::before, .kl-navbar .hamburger-inner::after {
  content: "";
  display: block;
}

.kl-navbar .hamburger-inner::before {
  top: -8px;
}

.kl-navbar .hamburger-inner::after {
  bottom: -8px;
}

.kl-navbar .hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.kl-navbar .hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.kl-navbar .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Navbar submenu */
.kl-navbar-submenu-wrapper {
  position: absolute;
  left: -24px;
  visibility: hidden;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu-wrapper {
    position: static;
    visibility: visible;
    display: none;
  }
  
  .nav-maintitle {  margin: 0 0 0.999
rem
;

}

.kl-navbar__item:hover > .kl-navbar-submenu-wrapper {
  visibility: visible;
}

.kl-navbar-submenu {
  background-color: rgba(, );
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  width: 160px;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu {
    box-shadow: none;
    margin: 12px 0;
    width: auto;
  }
}

.kl-navbar-submenu .kl-navbar-submenu {
  position: absolute;
  top: 0px;
  left: 100%;
  transform: translateX(0);
  margin: 0;
  visibility: hidden;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu .kl-navbar-submenu {
    position: static;
    visibility: visible;
    display: none;
    margin-left: 20px;
  }
}

.kl-navbar-submenu__item {
  position: relative;
}

.kl-navbar-submenu__item:hover > .kl-navbar-submenu {
  visibility: visible;
}

.kl-navbar-submenu__item a {
  display: block;
  padding: 12px 24px;
  font-weight: bold;
  font-size: 1.125rem;
  font-family: Manrope, sans-serif;
  line-height: 1rem;
  word-break: normal;
  color: ;
}

.kl-navbar-submenu__item a:hover, .kl-navbar-submenu__item a:focus {
  color: ;
  text-decoration: none;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu__item a {
    padding: 12px 0;
  }
}

.kl-navbar__parent {
  cursor: pointer;
}

@media screen and (min-width: 920px) {
  .kl-navbar__parent:hover > a:after {
    transform: rotate(225deg);
  }
}

.kl-navbar__parent > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .kl-navbar__parent > a {
    pointer-events: none;
  }
}

.kl-navbar__parent > a:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  margin-left: 16px;
  border-right: 1px solid ;
  border-bottom: 1px solid ;
  transform: rotate(45deg);
  transform-origin: 3px 3px;
  transition: transform .25s ease-in-out;
}

.kl-navbar__parent--active > .kl-navbar-submenu-wrapper,
.kl-navbar__parent--active > .kl-navbar-submenu {
  display: block;
}

.kl-navbar__parent--active > a:after {
  transform: rotate(225deg);
}

.kl-navbar__parent--active > a {
  color: ;
  text-decoration: none !important;
}

.kl-navbar__parent--active > a > span:after {
  visibility: visible;
  width: 100%;
  text-decoration: none !important;
}
