  #soundButton {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 14px;
    font-size: 14px;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
    z-index: 10;
  }

  #soundButton:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  #soundButton-2 {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 14px;
    font-size: 14px;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
    z-index: 10;
  }

  #soundButton-2:hover {
    background: rgba(0, 0, 0, 0.8);
  }

.lp-video-page .header-container-wrapper, 
.lp-video-page .header-wrapper { position: relative; z-index: 3; }
.lp-video-page .body-container-wrapper{ z-index: 2; position: relative; }
.video-landbot-main{ margin-top: -110px; }

.video-main { position: relative; text-align: right; }
.video-main .mobile-frame { display: inline-block; width: 100%; height: 840px; overflow: hidden; /* background-image: url('https://www.co-agency.li/hubfs/2025/Images/Mobile-frame.png');*/ background-repeat: no-repeat; background-position: center; background-size: contain;      }
.video-main .mobile-frame video { width: 100%; height: 100%; object-fit: cover; border-radius: 78px; padding: 21px 21px; overflow: hidden; }
.skip-video { position: absolute; right: 0; bottom: -31px; }
.skip-video button { text-align: left; padding: 10px 13px; /* font-size: 21px; */ transform: rotate(-10deg); font-weight: 700; font-style: italic; background: transparent; border: none; color: #161618; font-family: inherit; width: 77px; background-color: #B499F5; border-radius: 100%; height: 77px; display: flex; align-items: center; justify-content: center; cursor: pointer; }

.replay-video button { /* font-size: 21px; */ text-align: left; transform: rotate(-10deg); padding: 10px 9px; font-weight: 700; font-style: italic; background: transparent; border: none; color: #EFEDE6; font-family: inherit; width: 87px; background-color: #399181; border-radius: 100%; height: 87px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.shape1st0{fill:none;stroke:#B499F5;stroke-width:73.2796;stroke-linecap:round;}
.video-main .shape1 { pointer-events: none; user-select: none; position: absolute; bottom: 30px; right: -314px; width: 332px; }
.o-hidden{ overflow: hidden; }
body:has([data-open="true"]) { overflow: hidden; }

.replay-video { display: none; position: fixed; right: calc(50% - 600px); top: 98px; z-index: 2147483647; }
.shape2st0{fill:none;stroke:#91E5B2;stroke-width:39.1537;stroke-linecap:round;}
.shape2 { pointer-events: none; user-select: none; width: 477px; height: 272px; display: block; position: absolute; bottom: -12px; left: -15px; }
.LandbotLivechat-container:has(.LandbotFrame[data-open="true"]) ~ .replay-video { display: block; }
.LandbotPopup .LandbotFrame .LandbotFrame__frame { box-shadow: none; }
.LandbotPopup .LandbotFrame__overlay { /* background-color: rgba(22, 22, 24, 0.71); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); */}
.LandbotPopup .LandbotFrameHeader { display: none; }

.LandbotPopup .LandbotFrame__overlay {
  background-color: transparent !important;
  background: transparent !important;
}

@media(max-width: 1400px){
	
	.replay-video { right: 10%; top: 50px; }
	
}
@media(max-width: 991px){
	
	.video-main .mobile-frame { width: 340px; height: 660px; }
	.video-main .mobile-frame video { border-radius: 65px; padding: 15px 25px; }
    .video-landbot-main .section-intro h1 { font-size: 36px !important; }
	.video-landbot-main .section-intro p { font-size: 19px !important; }
	
}
@media(max-width: 767px){
	
	.video-main { width: 260px; margin: 0 auto; position: relative; text-align: center; margin-top:-80px; }
	.video-main .mobile-frame { width: 100%; height: 100%; }
	.video-main .mobile-frame video { border-radius: 50px; padding: 12px 20px; } 
	
	.replay-video .shape2 { display: none; }
	.replay-video { right: 10px; bottom: 10px; top: inherit; }

	.video-main .mobile-frame { background: none; width: 100%; }
	.video-main .mobile-frame video { border-radius: 0; padding: 0; }
	.video-main { width: calc(100% + 60px); margin: 0px -30px; }
	.skip-video { right: 5px; }
	.video-main .shape1{ display: none; }
	.replay-video button { background: #E7F470; color: #161618; }
	.replay-video { bottom: -9px; right: 5px; top: inherit; }
	  #soundButton {
      top: 70px; 
    left: 50%;
    transform: translateX(-50%);}
    #soundButton-2 {
      top: 70px; 
    left: 50%;
    transform: translateX(-50%);}