.elementor-274 .elementor-element.elementor-element-1b4a22d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body:not(.rtl) .elementor-274 .elementor-element.elementor-element-8a1910d{right:50px;}body.rtl .elementor-274 .elementor-element.elementor-element-8a1910d{left:50px;}.elementor-274 .elementor-element.elementor-element-8a1910d{bottom:50px;}/* Start custom CSS for html, class: .elementor-element-8a1910d */.rc-popover-wrap{
  position:fixed;
  right:50px;
  bottom:50px;
  z-index:9999;
  display:inline-block;
}

.rc-popover{
  position:fixed;
  right:50px;
  bottom:calc(50px + 80px + 12px);
  left:auto;
  transform:none;
  width:240px;
  max-width:calc(100vw - 100px);
  max-height:calc(100vh - 140px);
  background:#000;
  border-radius:16px;
  padding:3px;
  box-shadow:0 20px 50px rgba(0,0,0,.25);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
  z-index:9999;
  overflow:hidden;
}

.rc-popover.is-open{
  opacity:1;
  pointer-events:auto;
}

.rc-popover-video{
  position:relative;
  height:0;
  padding-top:177%;
  width:100%;
}

.rc-popover-video video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  border-radius:12px;
  object-fit:cover;
}

.rc-popover-close{
  position:absolute;
  right:10px;
  top:10px;
  width:32px;
  height:32px;
  border:0;
  background:rgba(255,255,255,.12);
  color:#fff;
  border-radius:999px;
  cursor:pointer;
  font-size:20px;
  line-height:1;
  z-index:2;
}

.rc-popover-trigger img{
  width:80px;
  height:80px;
  border-radius:100%;
  object-fit:cover;
  display:block;
}

.rc-popover-trigger{
  display:inline-block;
  width:80px;
  height:80px;
}
.rc-popover-trigger,
.rc-trigger-video{
  width:80px;
  height:80px;
  display:block;
  border-radius:100%;
}

.rc-trigger-video{
  object-fit:cover;
}
.rc-popover-trigger{
  width:80px;
  height:80px;
  display:block;
  border-radius:100%;
  border:2px solid #003D63;
  box-sizing:border-box;
  overflow:hidden;
}

.rc-trigger-video{
  width:100%;
  height:100%;
  display:block;
  border-radius:100%;
  object-fit:cover;
}/* End custom CSS */