.cb_500e990aecdbc83764db57416f25e23d .header {
  max-height: 160px;
  padding: 56px 64px;
  border-radius: 24px;
  background-color: #0f004f;
  position: relative;
  overflow: hidden;
  margin-bottom: 36px; }
  .cb_500e990aecdbc83764db57416f25e23d .header h1 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 48px;
    margin: 0;
    padding: 0; }
  .cb_500e990aecdbc83764db57416f25e23d .header::after {
    width: 231px;
    height: 149px;
    content: '';
    background: url('image/element.png') no-repeat;
    position: absolute;
    right: 0;
    top: 0; }
  .cb_500e990aecdbc83764db57416f25e23d .tab_container {
    margin: 36px 0px; }
  .cb_500e990aecdbc83764db57416f25e23d .tab_container .tab_item {
    width: 164px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #5c5c5c;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer; }
  .cb_500e990aecdbc83764db57416f25e23d .tab_container .tab_item.tab_active {
    color: #1b0088;
    border-bottom: 2px solid #e95878; }
  .cb_500e990aecdbc83764db57416f25e23d .search_container {
    margin-bottom: 32px; }
  .cb_500e990aecdbc83764db57416f25e23d .search_container input {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    color: #212121;
    padding: 20px 16px;
    border-radius: 8px;
    border: 1px solid #616161;
    max-height: 56px; }
  .cb_500e990aecdbc83764db57416f25e23d .chips {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap; }
  .cb_500e990aecdbc83764db57416f25e23d .chips .chip {
    cursor: pointer;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 16px;
    border: 1px solid #b8b8b8;
    color: #5c5c5c;
    font-size: 14px;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center; }
  .cb_500e990aecdbc83764db57416f25e23d .chips .chip.active {
    background-color: #ed1650;
    border: 1px solid #ed1650;
    color: #fff; }
  .cb_500e990aecdbc83764db57416f25e23d .chips .chip.active::before {
    width: 16px;
    height: 16px;
    content: url('image/check.svg');
    margin-right: 8px; }
  .cb_500e990aecdbc83764db57416f25e23d .results {
    row-gap: 30px; }
  .cb_500e990aecdbc83764db57416f25e23d .partner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 8px 16px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    position: relative; }
  .cb_500e990aecdbc83764db57416f25e23d .partner .partner_logo {
    width: 241px;
    max-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 22px 0px;
    margin: 28px 0px; }
  .cb_500e990aecdbc83764db57416f25e23d .partner .partner_logo img {
    object-fit: cover; }
  .cb_500e990aecdbc83764db57416f25e23d .partner .partner_info {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 16px;
    border-top: 1px solid #eee; }
  .cb_500e990aecdbc83764db57416f25e23d .partner .partner_info span {
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
    margin-bottom: 4px;
    padding-top: 16px;
    display: block; }
  .cb_500e990aecdbc83764db57416f25e23d .partner .partner_info h3 {
    font-size: 16px;
    line-height: 24px;
    color: #0f004f;
    margin-bottom: 14px; }
  .cb_500e990aecdbc83764db57416f25e23d .partner .partner_info a {
    font-size: 14px;
    line-height: 20px;
    color: #ed1650;
    text-decoration: none;
    position: relative;
    display: flex;
    text-align: center;
    margin-top: auto; }
  .cb_500e990aecdbc83764db57416f25e23d .partner .partner_info .arrow-right {
    width: 14px;
    height: 14px;
    margin-left: 8px;
    margin-top: 2px; }
  .cb_500e990aecdbc83764db57416f25e23d .partner .badge_highlight {
    position: absolute;
    top: 8px;
    right: 16px; }
  .cb_500e990aecdbc83764db57416f25e23d .empty-results {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 32px 0px;
    gap: 24px; }
  .cb_500e990aecdbc83764db57416f25e23d .empty-results h2 {
    color: #2d3648;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600; }
  .cb_500e990aecdbc83764db57416f25e23d .empty-results p {
    color: #2d3648;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
  .cb_500e990aecdbc83764db57416f25e23d .body_loading {
    display: flex; }
  .cb_500e990aecdbc83764db57416f25e23d .c-loader {
    border: 6px solid #e5e5e5;
    border-top-color: #1e1750;
    height: 50px;
    width: 50px;
    margin: auto; }
  .cb_500e990aecdbc83764db57416f25e23d .c-loader {
    border: 6px solid #e5e5e5;
    border-top-color: #1e1750;
    height: 50px;
    width: 50px; }
  .cb_500e990aecdbc83764db57416f25e23d .c-loader {
    animation: is-rotating 1s infinite;
    border: 6px solid #e5e5e5;
    border-radius: 50%;
    border-top-color: #1e1750;
    height: 50px;
    width: 50px; }
  .cb_500e990aecdbc83764db57416f25e23d .section-info h2 {
    color: #0f004f;
    font-size: 27px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0; }
  .cb_500e990aecdbc83764db57416f25e23d .section-info p {
    color: #303030;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0; }

@keyframes is-rotating {
    to {
      transform: rotate(2turn); } }
  @media (max-width: 798px) {
  .cb_500e990aecdbc83764db57416f25e23d .header {
    padding: 64px 32px; }
  .cb_500e990aecdbc83764db57416f25e23d .header h1 {
    font-size: 1.5rem; }
  .cb_500e990aecdbc83764db57416f25e23d .chips {
    overflow-x: scroll;
    flex-wrap: nowrap; }
  .cb_500e990aecdbc83764db57416f25e23d .chips .chip {
    flex-shrink: 0; } }
