/*********** Block anchor Part *************/
.section::before{
  content: '';
  display: block;
  height: 360px;
  margin-top: -360px;
  visibility: hidden;
}
#block-tabs-2{
  z-index: 1;
}
.coh-ce-6f78460f {
  overflow: unset !important;
}
.sticky-menu {
  position: sticky;
  top: 183px;
  background-color: white;
  z-index: 1;
}
.block-anchor {
  padding-top: 20px;
  /*padding-bottom: 20px;*/
  border-width: 1px 0 1px 0;
  border-style: solid none solid none;
  border-color: #dbdbdc;
}
.coh-row-visible-xl {
  overflow: hidden;
}
.anchor-menu {
  margin: auto;
  vertical-align: middle;
  width: 1425px;
}
.anchor-menu ul {
  margin: 0px auto;
  margin-top: 10px;
}
.anchor-menu ul li {
  font-weight:500;
  color: #1a2b48;
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 50px;
  display: inline-flex;
  flex-direction: column;
}

.anchor-menu ul li.active {
  font-weight: 700;
}
.anchor-menu ul li.active::after {
  content: '';
  width: 100%;
  height: 3px;
  margin-top: auto;
  background-color: #1A2B48;
}
.anchor-menu ul li a {
  padding-left: 25px;
  padding-right: 25px;
  border-right: 1px solid #2abdbb;
  width: 352px;
}
.anchor-menu ul li:last-child a {
  border: none;
}
.anchor-menu ul li:first-child a {
  padding-left: 0;
}
.anchor-button a {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 30px;
}
.anchor-button a:after {
  content: none;
}

@media (max-width: 1023px) {

  .sticky-menu {
    position: relative;
    top: unset;
    background-color: white;
    z-index: unset;
  }

}

