.elementor-3080101 .elementor-element.elementor-element-c8e13ea{margin-top:-45px;margin-bottom:0px;}.elementor-3080101 .elementor-element.elementor-element-2e32e905 .breadcrumb li:not(#e), .elementor-3080101 .elementor-element.elementor-element-2e32e905 .ce-breadcrumb__item{color:#060000;}.elementor-3080101 .elementor-element.elementor-element-2e32e905 .breadcrumb li a:not(#e), .elementor-3080101 .elementor-element.elementor-element-2e32e905 .ce-breadcrumb__item a:not(#e){color:#686868;}.elementor-3080101 .elementor-element.elementor-element-2e32e905 .breadcrumb:not(#e), .elementor-3080101 .elementor-element.elementor-element-2e32e905 .elementor-row{text-align:center;justify-content:center;}.elementor-3080101 .elementor-element.elementor-element-2e32e905 .ce-breadcrumb__item:not(:last-child)::after{content:"/" / "";color:#ddd;}.elementor-3080101 .elementor-element.elementor-element-00b719b{text-align:center;}.elementor-3080101 .elementor-element.elementor-element-00b719b .elementor-heading-title{font-size:20px;}.elementor-3080101 .elementor-element.elementor-element-00b719b > .elementor-widget-container{padding:8px 8px 8px 8px;background-color:#EFEFEF;}.elementor-3080101 .elementor-element.elementor-element-11c4130{--ce-columns:2;}.elementor-3080101 .elementor-element.elementor-element-11c4130 .ce-article{flex-direction:row;align-items:center;border-radius:0px;gap:20px;}.elementor-3080101 .elementor-element.elementor-element-11c4130 .ce-articles{column-gap:20px;row-gap:20px;}.elementor-3080101 .elementor-element.elementor-element-11c4130.ce-articles--layout-masonry .ce-article{margin-bottom:20px;}.elementor-3080101 .elementor-element.elementor-element-11c4130 .ce-article__thumbnail img{transition-duration:800ms;transition-property:all;}@media(max-width:1024px){.elementor-3080101 .elementor-element.elementor-element-11c4130{--ce-columns:2;}.elementor-3080101 .elementor-element.elementor-element-11c4130.ce-articles--layout-tablet-masonry .ce-article{margin-bottom:20px;}}@media(max-width:767px){.elementor-3080101 .elementor-element.elementor-element-2e32e905 .breadcrumb:not(#e), .elementor-3080101 .elementor-element.elementor-element-2e32e905 .elementor-row{text-align:center;justify-content:center;}.elementor-3080101 .elementor-element.elementor-element-2e32e905 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:15px 0px 0px 0px;}.elementor-3080101 .elementor-element.elementor-element-11c4130{--ce-columns:1;}.elementor-3080101 .elementor-element.elementor-element-11c4130.ce-articles--layout-mobile-masonry .ce-article{margin-bottom:20px;}}/* Start custom CSS for html, class: .elementor-element-b90a3a0 */.cc-catbar{ padding: 44px 0 28px; }
.cc-catbar__inner{ max-width: 1220px; margin: 0 auto; padding: 0 20px; text-align:center; }

.cc-catbar__title{
  margin:0;
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color:#0b0d10;
}
.cc-catbar__sub{
  margin:10px auto 20px;
  max-width: 820px;
  font-size: 15px;
  color: rgba(15,17,21,.62);
  line-height: 1.55;
}

.cc-catbar__grid{
  text-align:left;
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  background:#fff;
  border:1px solid rgba(15,17,21,.08);
  box-shadow: 0 24px 60px rgba(15,17,21,.08), 0 6px 16px rgba(15,17,21,.05);
}

.cc-catbar__card{
  border-radius: 14px;
  padding: 16px 16px 14px;
  text-decoration:none;
  color: inherit;
  border:1px solid rgba(15,17,21,.10);
  background: linear-gradient(180deg, #ffffff, #fbfbfc);
  box-shadow: 0 10px 18px rgba(15,17,21,.05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  min-height: 120px;
  display:flex;
  flex-direction:column;
}
.cc-catbar__card:hover{
  transform: translateY(-2px);
  border-color: rgba(15,17,21,.16);
  box-shadow: 0 18px 34px rgba(15,17,21,.10);
}

.cc-catbar__h{
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.2;
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.cc-catbar__arrow{ color: rgba(15,17,21,.45); transition: transform .2s ease, color .2s ease; }
.cc-catbar__card:hover .cc-catbar__arrow{ transform: translateX(3px); color: rgba(15,17,21,.72); }

.cc-catbar__list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap: 6px;
  color: rgba(15,17,21,.68);
  font-size: 13px;
  line-height: 1.25;
}
.cc-catbar__list li{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cc-catbar__card--main{
  border-color: rgba(35,60,120,.18);
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(75,120,255,.10), transparent 55%),
    linear-gradient(180deg, #ffffff, #f7f9ff);
}
.cc-catbar__note{
  margin-top:auto;
  font-size: 13px;
  color: rgba(15,17,21,.62);
}

@media (max-width: 1100px){ .cc-catbar__grid{ grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 560px){ .cc-catbar__grid{ grid-template-columns: 1fr; } }/* End custom CSS */