/* Accent Video Page CSS Start */
#page.site:has(.header-sm) {
  padding-top: calc(var(--header-height));
}
.accent-video-section {
  padding: 50px 0 90px;
}
.accent-video-head {
  text-align: center;
  margin-bottom: 50px;
}
.accent-video-head .h2-title {
  width: 660px;
  max-width: 100%;
  margin: 0 auto 15px;
}
.accent-video-text {
  width: 550px;
  max-width: 100%;
  margin: auto;
}
.accent-video-text p {
  color: var(--third-text-color);
  font-size: var(--font-size-18);
  line-height: 1.35;
  font-weight: var(--font-weight-m);
  margin: 0;
}
.accent-video-text strong,
.accent-video-text b {
  color: var(--primary-text-color);
}
.accent-video-row {
  display: flex;
  flex-wrap: wrap;
  --gap: 24px;
  gap: var(--gap);
}
.accent-video-col {
  flex: 0 0 calc(70% - calc(var(--gap) / 2));
  max-width: calc(70% - calc(var(--gap) / 2));
}
.accent-video-sidebar-col {
  flex: 0 0 calc(30% - calc(var(--gap) / 2));
  max-width: calc(30% - calc(var(--gap) / 2));
}
.accent-video-wp {
  position: relative;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
}
.accent-video-wp:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 16px;
  background: linear-gradient(to bottom, rgb(0 0 0 / 80%) 0, rgba(255, 255, 255, 0) 60%);
}
.accent-video-wp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0px 5px 30px rgba(125, 123, 123, 0.12);
}
.accent-video-btn {
  position: absolute;
  z-index: 1;
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  top: 10px;
}
.accent-video-btn .switch-tabs ul {
  box-shadow: 0px 0 30px rgba(225, 225, 225, 0.6);
}
.accent-video-btn .switch-tabs ul li {
  flex: auto;
}
.accent-video-btn .switch-tabs ul li button {
  white-space: nowrap;
  padding: 12px 20px;
}
.accent-video-notes {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #c2c2c2;
}
.accent-instant-video-wp {
  padding-top: 50px;
}
.accent-instant-video-head {
  text-align: center;
  margin-bottom: 30px;
}
.accent-instant-video-head .h2-title {
  font-size: 28px;
  margin-bottom: 5px;
}
.accent-instant-head-text p {
  font-weight: 700;
  color: #888;
}
.accent-instant-video-content {
  display: flex;
  flex-wrap: wrap;
  --gap: 24px;
  gap: var(--gap);
  margin-bottom: 20px;
}
.accent-instant-video-content-item {
  flex: 0 0 calc(50% - calc(var(--gap) / 2));
  max-width: calc(50% - calc(var(--gap) / 2));
}
.accent-video-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 30px rgba(125, 123, 123, 0.12);
  height: 100%;
}
.accent-video-card .accent-video-wp {
  margin-bottom: 0;
}
.accent-video-card .accent-video-wp:after {
  border-radius: 12px;
}
.accent-video-card-text {
  padding: 10px 15px;
}
.accent-video-card iframe {
  box-shadow: none;
  border-radius: 12px;
}
.accent-video-card .switch-tabs ul li button {
  padding: 7px 10px;
}
.accent-video-card .accent-video-btn {
  top: 0;
}
.accent-instant-video-card-text {
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid #c2c2c2;
}
.accent-video-sidebar-wp {
  position: sticky;
  top: calc(var(--header-height) + var(--topbar-height) + 50px);
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 5px 30px rgba(125, 123, 123, 0.12);
}
.accent-video-sidebar-head {
  margin-bottom: 30px;
  width: 320px;
  max-width: 100%;
}
.accent-video-sidebar-head h3 {
  margin-bottom: 3px;
}
.accent-video-sidebar-head p,
.accent-video-sidebar-footer p {
  color: var(--gray-color);
}
.accent-video-sidebar-footer p {
  font-size: 14px;
}
.footer-sm .site-container.footer-wp {
  padding-block: 25px;
  align-items: center;
}
@media screen and (max-width: 1438px) {
  .footer-sm .footer-info {
    flex: 1 0 50%;
  }
}
@media screen and (max-width: 1022px) {
  .accent-video-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .accent-video-row {
    --gap: 40px;
  }
  .accent-video-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .accent-video-sidebar-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .accent-video-sidebar-head {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .accent-video-head .h2-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .accent-video-section {
    padding-bottom: 50px;
  }
  .accent-video-btn {
    top: 0;
  }
  .accent-video-btn .switch-tabs ul li button {
    padding: 7px 10px;
  }
  .accent-instant-video-content {
    --gap: 30px;
  }
  .accent-instant-video-content-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .accent-video-card {
    height: auto;
  }
  .accent-video-head .h2-title {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 auto 10px;
  }
  .accent-video-text p {
    font-size: var(--font-size-16);
  }
  .accent-video-head {
    margin-bottom: 30px;
  }
  .accent-instant-video-wp {
    padding-top: 30px;
  }
  .accent-instant-video-head .h2-title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.2;
  }
  .accent-video-sidebar-head {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  .footer-sm .footer-info {
    margin-bottom: 0;
  }
  .footer-sm .footer-links.contact {
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .accent-video-section {
    padding-bottom: 40px;
  }
  .accent-video-head .h2-title {
    font-size: 23px;
  }
  .accent-instant-video-head {
    text-align: center;
    margin-bottom: 20px;
  }
  .accent-instant-video-content {
    --gap: 20px;
  }
  .accent-video-row {
    --gap: 30px;
  }
  .accent-video-btn .switch-tabs ul li button {
    padding: 5px 6px;
  }
}
@media screen and (max-width: 375px) {
  .footer-sm .footer-links.company,
  .footer-sm .footer-links.contact {
    width: 50%;
  }
}
@media screen and (max-width: 374px) {
  .accent-video-section {
    padding-top: 20px;
  }
  .accent-video-section .site-container {
    padding-inline: 15px;
  }
  .accent-video-wp {
    margin-bottom: 15px;
  }
  .footer-sm .footer-info .footer-logo {
    text-align: center;
  }
  .footer-sm .footer-links.contact {
    width: 100%;
    text-align: center;
  }
}
/* Accent Video Page CSS End */
