.module-tabs .tabs--contentHolder {display: none;}
.module-tabs ul.tabs--itemWrapper{display:flex;border-bottom: 1px solid var(--primary-color-2);}
.module-tabs li.tabs__item{padding:20px 24px;}
.module-tabs li.tabs__item.active {border-bottom: 4px solid var(--primary-color-2);}
.module-tabs .tabs--contentHolder{margin-top: 48px;}
.module-tabs .tabs--contentHolder.active {display: block;}
.module-tabs li.tabs__item a {line-height: 1.6rem;letter-spacing: 1px;text-transform: uppercase;font-weight: 500;  color: var(--primary-color-6);}
.module-tabs li.tabs__item.active a {color: var(--primary-color-2);}
.module-tabs .tabs__dropdown {display: none;}
.module-tabs .tabs__content.rte p.rad-filter {font-size: 2rem;line-height: 2.4rem;font-weight: 500;color: var(--primary-color-1);}
@media screen and (max-width: 767.98px) {
.module-tabs ul.tabs--itemWrapper {display: none;}
.module-tabs .tabs__dropdown {display: block;}
.module-tabs .tabs__dropdown select {width: 100%;font-size: 1.6rem;line-height: 1.6rem;font-weight: 500;font-family: var(--font-NextBook-regular);letter-spacing: 1px;text-transform: uppercase;padding: 10px;}
.module-tabs .tabs__dropdown select option{font-family: var(--font-NextBook-regular)}
.module-tabs .tabs--contentHolder{margin-top:28px}
  }