.video-thumbnail-wrapper {
  width: 348px;
  height: 206px;
  position: relative;
  cursor: pointer;
}

.video-thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 30px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  opacity: 0.8;
  pointer-events: none;

}

.video-thumbnail-wrapper > a {
  width: 100%;
  display: block;
  height: 100%;
}

.video-thumbnail-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}

.case-studies-wrapper {
  width: 100vw;
  max-width: 100%;
  display: flex;
  padding-bottom: 79px;
  justify-content: center;
}

.case-studies {
  display: flex;
  max-width: 1440px;
  visibility: visible;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.case-study {
  flex-basis: 348px;
  box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
  background-color: #FFFFFF;
  padding-bottom: 25px;
}

.case-study > p:first-of-type {
  margin-bottom: 16px;
}

.case-study img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.VideoThumbnail-PlayIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  -webkit-border-before: 30px solid transparent;
  border-top: 30px solid transparent;
  -webkit-border-start: 60px solid #fff;
  -webkit-border-after: 30px solid transparent;
  border-bottom: 30px solid transparent;
  transform: scale(1);
  transition: -webkit-transform .15s ease-in;
  transition: transform .15s ease-in;
  transition: transform .15s ease-in,-webkit-transform .15s ease-in;
  overflow: hidden;
  border-left: 60px solid #fff;
}

.VideoThumbnail-PlayIcon:hover {
  transform: scale(1.2);
}

#u2821-4 {
  width: 100vw;
  max-width:100%;
  left: 0;
  padding-top: 75px;
  padding-bottom: 16px;
}

#u2821-4  p {
  text-align: center;
  width: auto;
}

#pu274 {
  position: fixed;
}

@media only screen and (max-width: 1024px) {
  .video-thumbnail-wrapper {
      width: 340px;
  }

  .case-study {
      flex-basis: 340px;
  }

  .case-studies-wrapper {
      width: 100%;
      max-width:100%;
  }
}

.anchor_item.contacts {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  margin-top: -120px !important;
}

#pending-wp {
  position: absolute;
  width: 100px;
  height: 100px;
  max-width: 100px;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

#pending-img {
  width: 115px;
}

#u2535-4 {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}

#u2521, #u2529, #u2553, #u10470-2, #u10470-3, #u3472-2 {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}

#u2536-4 {
  margin-top: 9px;
}

.flow-list > li {
  color: #FFFFFF;
  line-height: 21px;
  font-family: open-sans, sans-serif;
  font-weight: 300;
  text-align: left;
  list-style: initial;
}