.lp-container {
  padding: 16px 24px;
}
.lp-container-content {
  background-color: white;
}
.lp-container-leftTabs .next-tabs-left > .next-tabs-content {
  overflow: hidden;
  font-size: 12px;
  padding: 16px 0px 14px 16px;
}
.lp-container .next-tabs-content {
  overflow: unset;
  font-size: 12px;
  padding: 16px 0px 14px 0px;
}
.lp-container .next-tabs-wrapped.next-tabs.next-medium .next-tabs-tab-inner {
  line-height: 20px;
}

.lp-nest-container {
  background-color: white;
  padding: 0px;
  margin: 0px;
  padding-bottom: 24px;
}
.lp-nest-container .next-tabs-content {
  overflow: unset;
  font-size: 12px;
  padding: 16px 0px;
}
.lp-nest-container .next-tabs-wrapped.next-tabs-left > .next-tabs-bar {
  float: left;
  width: 180px;
}
.lp-nest-container .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab {
  float: none;
  margin-bottom: 4px;
  border: 0px;
  border-right: 1px solid #dedede;
  border-radius: 0;
  margin-right: 0px;
}
.lp-nest-container .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:before {
  left: 100%;
}
.lp-nest-container .next-tabs-nav {
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  list-style: none;
  padding: 0;
  margin: 0;
  border-right: 0px solid #dedede;
}
.lp-nest-container .next-tabs-content .next-tabs-nav {
  border-right: 0px;
}
