html .kb_bikys {
  padding: 2% 0 0% 0;
  margin: 0% auto;
}

.kb_bikys__wrapper__bikys * {
  transform-origin: center center;
}

html .kb_bikys .kb_bikys__wrapper__bikys {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 30px;
}

html .kb_bikys .kb_bikys__content {
  max-width: 1200px;
  margin: 0 auto;
}

html .kb_bikys .kb_biky_agent_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

html .kb_bikys .kb_biky_agent_item .kb_avatar_biky_name p {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 6px;
}

html .kb_bikys .kb_biky_agent_item .kb_avatar_biky_name {
  padding: 2%;
  width: 100%;
  text-align: center;
}

html .kb_bikys .kb_biky_agent_item .kb_avatar_biky_name p b {
  font-style: italic;
  font-weight: 700;
}

html .kb_bikys .kb_biky_agent_item img {
  padding: 8px;
  width: 95%;
  height: auto;
  position: relative;
  z-index: 2;
  /* bottom: -10px; */
}

html .avatar_pic > div {
  min-height: 200px;
  width: 100%;
}

.avatar_pic {
  mask-image: url(../img/bikyverse/avatrMask.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-position: bottom;
  padding: 0 !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.avatar_pic:before {
  content: "";
  background-image: url(../img/bikyverse/rombito.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}

.avatar_pic img {
 /*  mask-image: url(../img/bikyverse/avatrMask.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: bottom;
  padding: 0 !important; */
 object-fit: contain;
 padding: 8px 8px 0px 8px !important;
}

html .kb_bikys .kb_biky_agent_item a.goWizard__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

html .kb_bikys .kb_biky_agent_item a.goWizard__cta span {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(0%, -6px);
  transition: .35s all ease;
}

html .kb_bikys .kb_biky_agent_item:hover {
  cursor: pointer;
}

html .kb_bikys .kb_biky_agent_item a.goWizard__cta:hover span {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 1;
  transform: translate(0%, 4px);
  transition: .35s all ease;
  margin-top: 4px;
}

html .kb_bikys .kb_biky_agent_item img {
  transform: scale(1);
  transition: .35s all ease;
}

html .kb_bikys .kb_biky_agent_item a.goWizard__cta:hover img {
  transform: scale(1.02);
  transition: .35s all ease;
}

html .kb_bikys .kb_bikys__content__heading h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 3%;
  line-height: q;
  font-weight: 900;  font-style: italic;
}

html .kb_bikys .kb_bikys__content__heading {
  padding: 2% 0;
  display: none;
}

html .kb_bikys .kb_unableToSelect {
  cursor: default;
  pointer-events: none;
  /* display: none; */;
}

html .kb_bikys .kb_unableToSelect img {
  filter: grayscale(0);
}

html .kb_bikys .kb_unableToSelect span.coming___soon {
  opacity: 1 !important;
  transform: translate(0%, 0px) !important;
}

html .kb_bikys span.coming___soon {
  font-size: 14px !important;
  text-align: center;
  width: 100%;
  display: block;
  margin: 8px auto;
}

html .biky_agent_item img {
  height: 120px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 768px) {
  html .kb_bikys__content {
    padding: 1%;
  }

  html .kb_bikys .kb_bikys__content__heading h2 {
    font-size: 23px;
  }

  html .kb_bikys .kb_bikys__content__heading h2 br {
    display: none;
  }

  html .kb_bikys .kb_bikys__wrapper__bikys {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 996px) {
  .kb_bikys .kb_bikys__wrapper__bikys {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}