html {
  scroll-behavior: smooth;
}
#marketing-header {
  margin-bottom: 0;
}
.product-changes {
  min-height: 860px;
  border-top: 1px solid #f5f5f5;
}
.product-changes-container {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  padding: 40px 0;
}
.product-changes-menu {
  width: 140px;
}
.product-changes-content {
  width: calc(100% - 160px);
  display: flex;
  gap: 20px;
}
.product-changes-content-inner {
  width: calc(100% - 260px);
}
.product-changes-filter {
  width: 240px;
}
.filter-title {
  text-transform: uppercase;
  letter-spacing: 1.1;
  margin-bottom: 20px;
}
.filter-list label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.filter-list-item {
  margin-bottom: 10px;
}
.filter-list-item-type.api,
.product-update-type.api {
  text-transform: uppercase;
}
.filter-list label input {
  display: none;
}
.filter-list label span {
  text-transform: capitalize;
}
.filter-list label span:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
}
.filter-list input:checked ~ span:after {
  content: '';
  position: absolute;
  left: 9px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #707c93;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  background: transparent;
}
.product-changes-search {
  position: relative;
  margin-bottom: 20px;
}
.search-docs {
  width: 100%;
  padding: 0 10px 0 30px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  font-size: 14px;
  color: #6b7c93;
  height: 34px;
  outline: none;
}
.serach-close {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}
.product-changes-search svg {
  position: absolute;
  font-size: 26px;
  top: 4px;
}
.product-changes-content h1 {
  font-size: 36px;
  margin: 0 0 30px;
  line-height: 1.1;
}
.product-changes-content h2 {
  margin: 0 0 20px;
  font-size: 28px;
}
.product-changes-menu ul {
  list-style-type: none;
  padding: 10px 5px 20px 20px;
  margin: 0;
  position: fixed;
}
.product-changes-menu ul > li {
  margin-bottom: 20px;
  line-height: 1.2;
  padding-left: 15px;
  border-left: 3px solid transparent;
  transition: all .6s;
}
.product-changes-menu ul > li.active {
  border-left: 3px solid #0079be;
}
.product-changes-menu ul > li > a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all .6s;
}
.product-changes-menu ul > li:hover,
.product-changes-menu ul > li:focus {
  border-color: #0079be;
}
.product-changes-menu ul > li:hover > a,
.product-changes-menu ul > li:focus > a {
  color: #0079be;
}
.product-update {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.product-update-content {
  display: flex;
  align-items: center;
}
.product-update-list-image {
  min-width: 160px;
  width: 160px;
  height: 90px;
  background-size: cover !important;
  background-position: center !important;
  box-shadow: 0 1px 8px 1px #cbcbcb;
  border-radius: 3px;
  margin-right: 30px;
}
.product-update-date {
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: 1.1;
  text-transform: uppercase;
}
.product-update-types {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 5px;
}
.product-update-type {
  padding: 4px 10px;
  background: #f5f5f5;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.3;
  text-transform: capitalize;
  font-weight: 600;
}
.product-update-type.api {
  background: #22a6b3;
  color: #fff;
}
.product-update-type.pages {
  background: #FFE5CC;
}
.product-update-type.video {
  background: #FFD757;
}
.product-update-type.cincopaui {
  background: #ffcfb8;
}
.product-update-type.analytics {
  background: #c5c3fe;
}
.product-update-type.galleries {
  background: #B7D3EA;
}
.product-update-type.player {
  background: #FEC4C3;
  color: #e22c3e;
}
.product-update-type.cincotube {
  background: #0086cf;
  color: #fff;
}
.product-update-type.integrations {
  background: #C8E2CC;
}
.product-update-type.general {
  background: #37B3FF;
  color: #fff;
}
.product-update-image {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  box-shadow: 0 0 20px 2px #eee;
}
.product-changes-back {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  cursor: pointer;
}
.product-changes-back svg path {
  stroke: #0079be;
}
.product-changes-back svg {
  position: relative;
}
.product-changes-back:hover svg {
  animation: arrow-back 1s infinite;
}
.product-update--new {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.product-update-content .product-update-date {
  margin-left: 0;
  border: none;
  padding: 0;
}
.product-update-content .product-update-date span {
  font-style: normal;
  text-transform: uppercase;
}
.product-update-content h2 {
  margin: 0;
}
.product-update-content h2 a {
  color: #077cbf;
  transition: all .6s;
  cursor: pointer;
  text-decoration: none;
}
.product-update-content h2 a:hover,
.product-update-content h2 a:focus {
  text-decoration: none;
  color: #6b7c93;
}
.paragraph {
  margin: 0 0 20px;
}
code {
	background: #f5f5f5;
    border-radius: 6px;
}
.text-bold {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.text-underline {
  border-bottom: 1px solid;
}
.text-strike {
  text-decoration: line-through;
}
.product-changes-details {
  padding: 0 0 20px;
  max-width: 600px;
}
.product-changes-details h1 {
  margin: 0 0 20px;
  line-height: 1.2;
}
.product-changes-details .product-update-types {
  margin-bottom: 20px;
  padding-left: 5px;
}
.product-update-detail-image {
  text-align: center;
  margin-bottom: 30px;
}
.product-update-detail-image img {
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #eee;
  box-shadow: 0 0 20px 2px #eee;
}
.product-update-detail-date {
  font-size: 14px;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.product-update-detail-created {
  margin-right: 10px;
}
.product-changes-details-description ol,
.product-changes-details-description ul {
  padding: 0;
}
.product-changes-details-description ol li,
.product-changes-details-description ul li {
  margin-left: 30px;
}
.product-details-pagination {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
.product-details-pagination > div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #0079be;
  font-weight: 600;
  cursor: pointer;
  transition: all .6s;
}
.product-details-pagination > div:hover {
  color: #6b7c93;
}
.product-content-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}
.product-content-table tr {
    border-bottom: 1px solid #ddd;
}
.product-content-table tr:last-child {
    border-bottom: none;
}
.product-content-table td {
    border-right: 1px solid #ddd;
    padding: 8px;
}
.product-content-table td:last-child {
    border-right: none;
}
.skeleton-content {
  width: calc(100% - 160px);
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.skeleton-menu {
  width: 140px;
}
.skeleton-content-inner {
  width: calc(100% - 260px);
}
.skeleton-product-filter {
  width: 240px;
}
.skeleton-search {
  height: 40px;
  margin-bottom: 30px;
  background: #eee;
  border-radius: 8px;
  animation: pulse-bg .6s infinite;
}
.skeleton-filter-title {
  height: 25px;
  background: #eee;
  border-radius: 20px;
  margin-bottom: 20px;
  animation: pulse-bg .6s infinite;
}
.skeleton-filter-item > div {
  width: 100%;
  height: 25px;
  background: #eee;
  border-radius: 20px;
  animation: pulse-bg .6s infinite;
}
.skeleton-filter-item .skeleton-filter-item-checkbox {
  max-width: 25px;
  border-radius: 5px;
}
.skeleton-filter-item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 15px;
  gap: 15px;
}
.skeleton-menu ul {
  list-style-type: none;
  padding: 0 20px 20px;
  margin: 0;
}
.skeleton-menu ul > li {
  height: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
  background-color: #eee;
  animation: pulse-bg .6s infinite;
}
.skeleton-product-update {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.skeleton-product-update-date {
  height: 30px;
  width: 240px;
  background: #eee;
  border-radius: 20px;
  animation: pulse-bg .6s infinite;
}
.skeleton-h1 {
  max-width: 400px;
  background-color: #eee;
  height: 40px;
  border-radius: 20px;
  margin: 0 0 20px;
  animation: pulse-bg .6s infinite;
}
.skeleton-product-update .skeleton-h2 {
  background-color: #eee;
  height: 40px;
  border-radius: 20px;
  margin: 20px 0;
  animation: pulse-bg .6s infinite;
}
.product-update-text {
  background-color: #eee;
  height: 100px;
  border-radius: 20px;
  margin: 20px 0;
  animation: pulse-bg .6s infinite;
}

@keyframes arrow-back {
  0% {
      right: 0;
  }
  50% {
      right: 4px;
  }
  100% {
      right: 0;
  }
}
@keyframes pulse-bg {
  0% {
      background-color: #eee;
  }
  50% {
      background-color: #eaeaea;
  }
  100% {
      background-color: #eee;
  }
}

@media screen and (max-width: 1200px) {
  .product-changes-container {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
  }
  .product-changes-menu ul {
    top: auto;
  }
}

@media screen and (max-width: 992px) {
  .product-changes-content h1 {
      font-size: 30px;
  }
  .product-changes-content h2 {
      font-size: 18px;
  }
  .product-changes-content-inner,
  .skeleton-content-inner {
    width: calc(100% - 210px);
  }
  .product-changes-menu,
  .skeleton-menu {
      width: 120px;
  }
  .product-changes-content,
  .skeleton-content {
      width: calc(100% - 140px);
  }
  .product-changes-filter,
  .skeleton-product-filter {
    width: 190px;
  }
}
@media screen and (max-width: 768px) {
  .product-changes-content, 
  .skeleton-content {
    width: 100%;
    flex-direction: column-reverse;
  }
  .product-changes-filter, 
  .skeleton-product-filter {
    width: 100%;
  }
  .product-changes-filter-inner, 
  .product-changes-menu ul {
    position: relative;
  }
  .product-changes-content-inner, 
  .skeleton-content-inner {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .product-changes-content h1 {
      font-size: 22px;
  }
  .product-changes-content h2 {
      font-size: 16px;
  }
  .product-changes-menu,
  .skeleton-menu {
      width: 80px;
  }
  .product-changes-content,
  .skeleton-content {
      width: calc(100% - 100px);
  }
  .product-changes-container {
      padding: 40px 15px 0;
  }
  .product-changes-menu ul {
      border-radius: 20px 20px 0 0;
      padding: 0;
  }
}
@media screen and (max-width: 560px) {
  .product-update-content {
    flex-direction: column;
  }
  .product-update-list-text {
    width: 100%;
  }
  .product-update-list-image {
    width: 100%;
    height: 200px;
    border-radius: 8px;
  }
  .product-changes-content h2 {
    font-size: 20px;
  }
  .product-details-pagination > div {
    font-size: 36px;
    line-height: 1;
  }
  .product-details-pagination {
    justify-content: flex-start;
  }
  .product-details-pagination > div span {
    display: none;
  }
  .product-update-content a {
    display: block;
    width: 100%;
  }
  .product-update-list-text {
    margin: 0;
  }
  .product-update-list-text {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .product-changes-container {
        padding: 40px 10px 0;
  }
  .product-update-detail-image img {
    padding: 10px;
    border-radius: 10px;
  }
  .product-changes-details {
    font-size: 14px;
  }
  .product-changes-menu ul > li {
    padding-left: 10px;
  }
  .product-changes-container {
    gap: 10px;
  }
  .product-changes-menu, 
  .skeleton-menu {
    width: 70px;
  }
  .product-changes-content, 
  .skeleton-content {
        width: calc(100% - 90px);
  }
  .product-changes-menu ul > li > a {
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
  .product-update-list-image {
    height: 160px;
  }
}

@media screen and (max-width: 375px) {
  .product-update-list-image {
    height: 140px;
  }
  .product-changes-content h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 360px) {
  .product-update-list-image {
    height: 110px;
  }
}
