#pk_flex_content .flex_layout.video_content {
    padding: unset;
    max-width: 100%;
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper {
  position: relative;
  z-index: 1;
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 100px;
    padding-inline: max(40px, calc((100vw - 1350px) / 2));
    padding-block: 80px 120px;
    position: relative;
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper.background:after {
    content: '';
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background-image: url('/wp-content/uploads/2025/10/Frame-1171275643.svg');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: -1;
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper.left {
  flex-direction: row;
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper .content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper .content .text a {
  color: inherit;
  text-decoration: underline;
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper > div {
    width: 50%;
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper .media_box {
  position: relative;
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper .img_video_box video, #pk_flex_content .flex_layout.video_content .video_content_wrapper img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: var(--zgem-radius-big);
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper .img_video_box {
    position: relative;
    aspect-ratio: 1;
    border-radius: var(--zgem-radius-big);
    overflow: hidden;
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper .img_video_box #play_button {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    border: none;
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper .img_video_box #play_button svg {
    width: 80px;
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper .img_video_box #play_button.clicked {
    opacity: 0;
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper .img_video_box:hover #play_button.clicked {
    opacity: 1;
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper .img_video_box .image_wrapper {
  display: block;
  width: 100%;
  height: 100%;
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper .media_box .cta_item {
  flex: 1;
  display: flex;
  align-items: start;
  padding: 32px 64px 32px 24px;
  background-color: var(--zgem-flex-light-pink);
  color: black;
  line-height: 1.3;
  font-size: clamp(18px, 1.62vw, 22px);
  font-weight: bold;
  border-radius: var(--zgem-radius-small);
  position: absolute;
  bottom: 0;right: 0;
  max-width: 300px;
  transform: translate(20px, 20%);
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper .media_box .cta_item:hover {
  text-decoration: none;
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper .media_box .cta_item::after {
  content: '';
  position: absolute;
  bottom: 32px;
  right: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='35' viewBox='0 0 36 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='35' rx='17.5' fill='%234D624F'/%3E%3Cpath d='M11.9998 17.5698L23.4248 17.6617M23.4248 17.6617L19.1404 13.0571M23.4248 17.6617L19.1404 22.1974' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 36px;
  height: auto;
  aspect-ratio: 1;
  transition: .2s transform ease-in-out;
}

#pk_flex_content .flex_layout.video_content .video_content_wrapper .media_box .cta_item:hover::after {
    transform: translate(5px, 0px);
}


@media screen and (min-width: 993px) {

}

@media screen and (max-width: 992px) {
  
  #pk_flex_content .flex_layout.video_content .video_content_wrapper {
    flex-direction: column !important;
    gap: 60px;
    padding-block: 80px;
  }
  
  #pk_flex_content .flex_layout.video_content .video_content_wrapper > div {
      width: 100%;
  }
  
  #pk_flex_content .flex_layout.video_content .video_content_wrapper .media_box .cta_item {
    transform: translate(20px, 60%);
  }
  
  #pk_flex_content .flex_layout.video_content .video_content_wrapper .media_box .cta_item::after {
      top: 50%;
      right: 16px;
      bottom: unset;
      transform: translate(0px, -50%);
  }
  
  #pk_flex_content .flex_layout.video_content .video_content_wrapper .media_box .cta_item:hover::after {
      transform: translate(5px, -50%);
  }

}

@media screen and (max-width: 767px) {

  
  #pk_flex_content .flex_layout.video_content .video_content_wrapper {
    gap: 24px;
    padding: 60px 20px;
  }
  
  #pk_flex_content .flex_layout.video_content .video_content_wrapper .media_box .cta_item {
    position: relative;
    transform: unset;
    margin-top: 24px;
    max-width: unset;
  }
  
}