section.dl-section .container {
  margin-bottom: -50px;
}
nav.dl-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}
button.dl-tab {
  border: 1px solid rgba(232, 234, 237, 1);
  border-radius: 8px;
  background-color: transparent;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  color: rgba(90, 106, 125, 1);
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  cursor: pointer;
}
span.dl-tab-count {
  background: rgba(0, 0, 0, 0.06);
  padding: 4px 7px;
  display: inline-block;
  margin-left: 5px;
  border-radius: 4px;
  font-size: 10px;
}
button.dl-tab.is-active {
  background: rgba(12, 27, 46, 1);
  border: 1px solid rgba(12, 27, 46, 1);
  color: #fff;
}
button.dl-tab.is-active span.dl-tab-count {
  background: rgba(255, 255, 255, 0.15);
}
.dl-search-wrap {
  width: 100%;
  height: 44px;
  max-width: 400px;
  background: rgba(242, 244, 247, 1);
  border: 1px solid rgba(232, 234, 237, 1);
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
}
.dl-search-wrap input.dl-search {
  background-color: transparent;
  border: none;
  height: 100%;
  width: 100%;
  padding-left: 40px;
  font-family: 'DM Sans';
  font-size: 14px;
  outline: none;
}
.dl-search-wrap svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}
.dl-brand-filters {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dl-group-header {
  border-bottom: 2px solid rgba(232, 234, 237, 1);
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.dl-group-header .dl-group-title {
  line-height: 1;
  font-size: 26px;
  margin-bottom: -5px;
  letter-spacing: 1px;
}
.dl-group-header span.dl-group-count {
  color: rgba(138, 155, 176, 1);
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  line-height: 1;
}
.dl-group {
  margin-bottom: 50px;
}
button.dl-brand-btn {
  border: 1px solid rgba(232, 234, 237, 1);
  background-color: transparent;
  outline: none;
  cursor: pointer;
  border-radius: 6px;
  line-height: 1;
  padding: 8px 14px;
  color: rgba(90, 106, 125, 1);
  font-size: 11px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
}
button.dl-brand-btn.is-active {
  background: rgba(12, 27, 46, 1);
  border: 1px solid rgba(12, 27, 46, 1);
  color: #fff;
}
.dl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.dl-card {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border: 1px solid rgba(232, 234, 237, 1);
  border-radius: 10px;
  padding: 22px;
  font-family: 'DM Sans', sans-serif;
}
.dl-card-icon {
  display: flex;
  width: 56px;
  background: linear-gradient(158.99deg, #dc3545 0%, #b02a37 100%);
  height: 68px;
  border-radius: 6px;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  overflow: hidden;
}
.dl-card-icon svg {
  position: absolute;
  right: 0;
  top: 0;
}
.dl-card-body {
  flex: 1;
  margin-top: -5px;
}
.dl-download-btn {
  width: 40px;
  text-align: center;
}
.dl-download-btn .file-type-name {
  color: rgba(138, 155, 176, 1);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.dl-card-body .dl-brand-label {
  color: rgba(138, 155, 176, 1);
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
}
.dl-card-body .dl-card-title {
  color: rgba(12, 27, 46, 1);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 5px;
}
.dl-card-body .dl-card-desc {
  color: rgba(90, 106, 125, 1);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}
.dl-card .dl-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  color: rgba(138, 155, 176, 1);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  align-items: center;
}
span.dl-tag {
  background: rgba(12, 27, 46, 0.06);
  padding: 5px 9px;
  line-height: 1;
  color: rgba(12, 27, 46, 1);
  font-size: 10px;
  text-align: center;
}
span.dl-tag.dl-tag--brand {
  background: rgba(193, 39, 45, 0.06);
  color: rgba(193, 39, 45, 1);
}
.dl-download-btn span.icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(242, 244, 247, 1);
  border: 1px solid rgba(232, 234, 237, 1);
  border-radius: 8px;
  color: rgba(46, 58, 72, 1);
}
@media screen and (max-width: 1023px) {
  .dl-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  button.dl-tab {
    padding: 8px 10px;
    font-size: 12px;
  }
  .dl-group-header .dl-group-title {
    font-size: 22px;
  }
  .dl-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .dl-group-header span.dl-group-count {
    font-size: 11px;
  }
}
