#content .oberg-tabs {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#content .oberg-tab-titles::-webkit-scrollbar {
  width: 0;
  height: 0;
}
#content .oberg-tab-titles {
  padding-bottom: 0.375rem;
  white-space: nowrap;
  overflow: scroll hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#content .oberg-tab-titles span {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  height: 3.125rem;
  width: 3.5rem;
  background-color: #fff;
  background-size: 1rem;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
}
#content .oberg-tab-titles span:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 1.5rem;
}
#content .oberg-tab-titles span:after {
  content: '';
  position: absolute;
  top: 100%;
  height: 0.375rem;
  width: 100%;
  background-color: #fff;
}
#content .oberg-tab-titles span.oberg-tab-titles-left {
  left: 0;
  background-image: url("/wp-content/themes/organon/images/arrow-left.svg");
  background-position: right 0.5rem center;
}
#content .oberg-tab-titles span.oberg-tab-titles-left:before {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)), to(#fff));
  background-image: linear-gradient(to left, rgba(255,255,255,0) 0%, #fff 100%);
  left: 100%;
}
#content .oberg-tab-titles span.oberg-tab-titles-right {
  right: 0;
  background-image: url("/wp-content/themes/organon/images/arrow-right.svg");
  background-position: 0.5rem center;
}
#content .oberg-tab-titles span.oberg-tab-titles-right:before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(#fff));
  background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
  right: 100%;
}
#content .oberg-tab-titles.scrollable-left .oberg-tab-titles-left {
  display: block;
}
#content .oberg-tab-titles.scrollable-right .oberg-tab-titles-right {
  display: block;
}
#content .oberg-tab-titles .btn:not(.open) {
  color: var(--colorTextPrimary);
  background-color: #fff;
  border: 1px solid rgba(34,47,54,0.51);
}
#content .oberg-tab-titles .btn:not(.open):hover {
  color: #fff;
}
#content .oberg-tab-titles .btn:not(.open):after {
  display: none;
}
#content .oberg-tab-titles .btn.open:before {
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: transparent;
  border: 7px solid transparent;
  border-top-color: var(--colorPrimary);
  -webkit-transition: 0;
  transition: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: initial;
}
#content .oberg-tab-titles .btn.open:before:hover {
  width: 0;
}
#content .oberg-tab-titles .btn:active {
  outline: 0;
}
#content .oberg-tab-titles .btn:focus-visible {
  outline: dashed;
  outline-color: #716f6f;
  outline-width: 1.8px;
}
#content .oberg-tab-titles .btn + .btn {
  margin-left: 1rem;
}
#content .oberg-tab-content {
  margin-left: 0;
}
#content .oberg-tab-content:not(.open) {
  display: none;
}
#content .show-mobile-tab {
  display: none;
}
@media (max-width: 1279px) {
  .oberg-tabs {
    max-width: 41rem;
  }
  #content .oberg-tab-titles .btn:last-of-type {
    margin-right: 1rem;
  }
  #content .oberg-tab-titles.hide-mobile-tab {
    display: none;
  }
  #content .show-mobile-tab {
    display: block;
  }
}
@media (min-width: 1280px) {
  #content .oberg-tab-titles .btn + .btn {
    margin-left: 2.5rem;
  }
}
