.tab-profile .main-holder {
  display: grid;
  width: 100%;
}
/* .tab-profile div.content-inner,
.tabpanel-header,
.tab-profile ul {
  grid-area: 1/1;
  color: #fff;
  width: 100%;
}
.tab-profile .content-inner {
  z-index: 2;
  margin: 0 auto;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  display: grid;
} */
/* .tab-profile .content-inner ul {
  display: grid;
  grid-area: 2/1;
  max-width: 1096px;
  margin: 0 auto;
} */
/* @media (max-width: 980px) {
  .tab-profile .content-inner ul {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tab-profile .content-inner ul {
    grid-area: 4/1;
    padding: 0 2rem;
  }
}
.tab-profile .content-inner ul li {
  grid-area: 1/1;
  opacity: 0;
}
.tab-profile .content-inner ul li.active {
  animation: fadeIn 1s;
  opacity: 1;
}
.tab-profile .content-inner ul li.inactive {
  animation: fadeOut 1s;
  opacity: 1;
} */
/* .tablist-profile {
  display: flex;
  grid-area: 1/1;
  overflow-x: scroll;
  gap: 2rem;
  margin-bottom: 2rem;
  width: unset;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .tablist-profile {
    max-width: 800px;
  }
}
@media (max-width: 768px) {
  .tablist-profile {
    grid-area: 2/1;
    margin-bottom: 1rem;
  }
} */
/* .tab-profile .content-inner ul.button-icons li {
  opacity: 1 !important;
} */
section.bo-temp .tablist-profile.content {
  grid-auto-rows: auto;
}
@media (max-width: 1024px) {
  section.bo-temp .tablist-profile.content {
    grid-template-columns: repeat(6, [col-start] 1fr);
  }
}
@media (max-width: 450px) {
  section.bo-temp .tablist-profile.content {
    grid-template-columns: repeat(4, [col-start] 1fr);
  }
}
.tablist-profile button {
  background: 0 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
  grid-column: span 1 !important;
  grid-row: unset !important;
  margin: 0 auto;
}
.tablist-profile button[aria-selected="true"] {
  border-color: var(--cx-g-color-primary);
}
.tab-profile button img {
  /* top: 0;
  left: 0;
  grid-area: 1/1; */
  max-width: 60px;
}
@media (max-width: 768px) {
  .tab-profile button img {
    max-width: 48px;
  }
}
@media (min-width: 768.1px) {
  .tab-profile .container {
    direction: ltr;
    z-index: 2;
    grid-area: 2 / 1;
  }
}
@media (min-width: 768.1px) and (max-width: 991.9px) {
  .tab-profile .container {
    max-width: 960px;
  }
}
section.bo-temp .tabpanel-profile {
  animation: fadeIn 1s forwards;
}
section.bo-temp .tabpanel-profile.hidden {
  animation: fadeOut 1s forwards;
  display: none;
}
.tabpanel-container {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
@media (min-width: 768.1px) {
  .tabpanel-container {
    max-width: 53%;
    float: left;
    height: 510px;
  }
}
/* .tabpanel-body {
  margin-top: 1.5rem;
} */
@media (max-width: 768px) {
  .tabpanel-body {
    text-align: left;
  }
}
@media (min-width: 768.1px) {
  .tabpanel-body {
    height: 410px;
  }
}
.tabpanel-bg {
  max-width: 100%;
  z-index: 1;
  display: grid;
  grid-area: 2/1 / span 3;
  width: 100%;
}
/* @media (max-width: 768px) {
  .tabpanel-bg {
    grid-area: 3/1;
    padding: 0;
  }
} */
/* .tabpanel-bg li {
  opacity: 0;
  grid-area: 1/1;
}
.tabpanel-bg li.active {
  animation: fadeIn 1s;
  opacity: 1;
}
.tabpanel-bg li.inactive {
  animation: fadeOut 1s;
  opacity: 0;
} */
.tabpanel-bg picture img {
  height: 850px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .tabpanel-bg picture img {
    height: auto;
    -o-object-fit: none;
    object-fit: none;
  }
}
@media (min-width: 768.1px) and (max-width: 980px) {
  .tabpanel-bg picture img {
    height: 790px;
  }
}
/* .tabpanel-header,
.tab-profile h3,
.tab-profile h4,
.tab-profile h5 {
  font-family: "Titillium Web", RazerF5, Arial, Helvetica, sans-serif;
  line-height: 1;
  margin: 0;
} */
section.bo-temp .content .tabpanel-header {
  /*   z-index: 2;
  line-height: 1;
  margin-top: 1.5rem;
  grid-area: 1/1;
  font-weight: 700;*/
  font-size: 40px;
}
@media (max-width: 980px) {
  section.bo-temp .content .tabpanel-header {
    font-size: 32px;
    /* width: 100%; */
  }
}
@media (min-width: 768.1px) {
  section.bo-temp .content .tabpanel-header {
    /* width: 470px;
    margin-left: 0; */
    text-align: left;
    max-width: 94%;
    height: 120px;
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
  }
  .razer-rtl section.bo-temp .content .tabpanel-header {
    text-align: center;
  }
}
/* @media (max-width: 768px) {
  section.bo-temp .content .tabpanel-header {
    font-size: 28px;
    margin-top: 1rem;
    max-width: 100%;
    width: auto;
    margin: 1rem 0;
    text-align: center;
  }
} */
.tabpanel-body ul {
  padding: 0;
  margin: 0;
  z-index: 2;
  list-style: none;
}
@media (min-width: 768.1px) {
  .tabpanel-body ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 768.1px) and (max-width: 991.9px) {
  .tabpanel-body ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 356px;
  }
}
/* .tab-profile .c1 {
  max-width: 310px;
} */
/* @media (max-width: 768px) {
  .tab-profile .c1 {
    max-width: 100%;
  }
} */
.tabpanel-body li {
  /* margin-bottom: 24px; */
  color: #fff;
}
@media (min-width: 768.1px) {
  .tabpanel-body li {
    /* font: normal 1.125rem/1.5rem Roboto;
    max-width: calc(50% - 110px);
    text-align: center;
    border: 1px solid var(--cx-g-color-primary);
    border-radius: 4px;
    padding: 14px; */
    position: relative;
    padding-right: calc(100% - 85%);
  }
  .tabpanel-body li::before,
  .tabpanel-body li::after {
    content: "";
    border: solid var(--cx-g-color-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .tabpanel-body li::before {
    right: 0;
    border-width: 1px;
    width: calc(100% - 85%);
    height: 1px;
  }
  .tabpanel-body li::after {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(68, 214, 44, 0.5);
    right: -18px;
    border-width: 2px;
  }
  .tabpanel-body li span {
    font: normal 1.125rem / 1.5rem Roboto;
    text-align: center;
    border: 1px solid var(--cx-g-color-primary);
    border-radius: 4px;
    padding: 14px;
    display: inline-block;
    width: 100%;
  }
  /* .tab-profile .slides .p-container span {
    opacity: 0;
  }
  .tab-profile .slides.active .p-container span {
    animation: fadeIn 0.3s ease-in-out forwards;
    animation-delay: calc(var(--lt) * 0.2s);
  } */
}
/* @media (min-width: 768.1px) and (max-width: 948px) {
  .tabpanel-body li::before {
    right: calc(-50vw + 300px);
    width: calc(50vw - 300px);
  }
  .tabpanel-body li::after {
    right: calc(-50vw + 282px);
  }
} */
/* @media (min-width: 768.1px) and (max-width: 980.9px) {
  .tabpanel-body li {
    margin-bottom: 18px;
  }
} */
@media (max-width: 768px) {
  .tabpanel-body li {
    display: flex;
    max-width: 100%;
    counter-increment: item;
    font:
      600 1.125rem / 1.2 "Titillium Web",
      RazerF5,
      Arial,
      Helvetica,
      sans-serif;
    column-gap: 1.5rem;
    margin-bottom: 0.5rem;
    /* opacity: 0; */
  }
  .tabpanel-body li:before {
    content: counter(item);
    color: var(--cx-color-primary);
    font-weight: 300;
    font-size: 1rem;
  }
  /* .tab-profile .slides.active .p-container {
    animation: fadeIn 0.3s ease-in-out forwards;
    animation-delay: calc(var(--lt) * 0.2s);
  } */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}