.cm-index__hero .container {
  margin-top: 123px;
  position: relative;
}
.cm-index__hero .col-inner {
  width: 100%;
  margin-top: 3rem ;
  position: relative;
}
.cm-index__hero .cm-index__search input.hs-search-field__input {
  border-color: rgba(224, 224, 224);
  color: #212529;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.cm-index__hero .cm-index__search form {
  color: #bdbdbd;
  display: flex;
  font-size: 16px;
  line-height: 135.8%;
  height: 55px;
  min-height: 28px;
}
.cm-index__hero .cm-index__search form button {
  padding: 0 12px;
}
.cm-index__hero ul.blog-nav.l_tinynav1 {
  display: none;
}
.cm-index__hero select#tinynav1 {
  border-color: #000;
  color: #fff ;
  display: flex;
  font-size: 18px;
  height: 55px;
  line-height: 135.8%;
  max-width: 100%;
  outline: none;
  padding: 14px;
  text-decoration: none ;
  width: 270px ;
  appearance: none;
  background: #000;
  url(
  data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13' fill='none' viewBox='0 0 22 13'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M21 1 11 11 1 1'/%3E%3C/svg%3E) ;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13' fill='none' viewBox='0 0 22 13'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M21 1 11 11 1 1'/%3E%3C/svg%3E");
  background-position: 94%;
  background-repeat: no-repeat;
}
.cm-index__hero .custom-bt-panel {
  display: -ms-flexbox ;
  display: flex ;
  -ms-flex-wrap: wrap ;
  flex-wrap: wrap ;
  margin-top: 1rem ;
  margin-bottom:6px;
}
.cm-index__search {
  max-width: 370px;
  width: 100%;
}


.blog-tag-filter__ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.blog-tag-filter__ul>li {
  position: relative
}
.blog-tag-filter__nested {
  background-color: #000;
  display: none;
  left: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 100%
}
.blog-tag-filter__nested li>ul {
  list-style: none
}
.blog-tag-filter__ul>li:hover .blog-tag-filter__nested {
  display: block
}
.blog-tag-filter__nested li {
  color: #fff!important;
  font-size: 18px;
  padding: 6px 14px;
  position: relative;
  text-decoration: none!important;
  width: 270px!important;
  z-index: 55
}
.blog-tag-filter__nested>li {
  background: #000!important;
  border-color: #000!important;
  margin-bottom: 0!important
}
.blog-tag-filter__explore {
  appearance: none;
  background: #000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13' fill='none' viewBox='0 0 22 13'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M21 1 11 11 1 1'/%3E%3C/svg%3E")!important;
  background-position: 94%;
  background-repeat: no-repeat;
  border-color: #000;
  color: #fff!important;
  display: flex;
  font-size: 18px;
  height: 55px;
  line-height: 135.8%;
  max-width: 100%;
  outline: none;
  padding: 14px;
  text-decoration: none!important;
  width: 270px!important;
  z-index: 55
}
.blog-tag-filter__nested li a {
  color: #fff!important;
  text-decoration: none
}

.blog-tag-filter__nested li a:hover {
  color: #e84e1b!important;
  text-decoration: none
}
.button-filters {
  margin: 0 30px;
}
.button-filters a {
  height: 55px;
}
.cm-index__hero .cm-index__search input.hs-search-field__input:focus {
  border-color: rgba(0, 0, 0, 1.0);
}

@media (min-width:768px){
  .cm-index__hero .col-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width:992px){
  .cm-index__search {
    margin-right: 1rem;
  }
}

@media (max-width:991px) and (min-width:768px){
  .cm-index__hero .cm-index__topic {
    margin-left: 1rem;
  }
}

@media (max-width:767px){
  .cm-index__hero .container {
    margin-top: 120px;
  }
  .cm-index__hero .cm-index__search {
    width: 100%;
    max-width: 100%;
  }
  .cm-index__hero select#tinynav1 {
    width: 100%;
  }
  .cm-index__hero .cm-index__topic {
    width: 100%;
  }
  .cm-index__hero .custom-bt-panel {
    margin-bottom: 20px;
  }
  .button-filters {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 11px;
  }
}