/* Hero card blur video 1.0.0 */
.lvd-hero-card-blur-video .lvd-container              {position:relative; z-index:1; }
.lvd-hero-card-blur-video .lvd-img                    {position:relative;  border-radius:var(--lvd-rounded-lg); min-height:560px; width:100%;}
.lvd-hero-card-blur-video .lvd-img:before             {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.1) 40%,rgba(0,0,0, 0.1) 80%, rgba(0,0,0, 0.05) 100%) repeat scroll 0 0; border-radius:var(--lvd-rounded-lg);}
.lvd-hero-card-blur-video .lvd-content                {position:relative; width: calc(100% - 128px); margin-top:-80px; margin-left:64px; background: rgba(255,255,255,0.8); -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); box-shadow: 0 8px 24px rgb(43 56 87 / 8%);  padding:24px 40px 40px 40px; border-radius:var(--lvd-rounded-md); }
.lvd-hero-card-blur-video .lvd-breadcrumbs            {padding:8px 0; font-size:var(--lvd-text-s2); opacity:1; color:var(--lvd-color-gray-400);}
.lvd-hero-card-blur-video .lvd-keyword                {color:var(--lvd-color-tertiary); font-weight: 700; margin-bottom:8px; text-transform:uppercase;}
.lvd-hero-card-blur-video .lvd-title                  {font-weight: 700; margin-bottom:16px; color:var(--lvd-color-black);}
.lvd-hero-card-blur-video .lvd-text                   {color:var(--lvd-color-gray-400);}

.lvd-hero-card-blur-video .lvd-play-button            {width:48px; height:48px; border-radius:24px; text-align:center; line-height:48px; font-size:24px; background:rgba(255,255,255,0.9); box-shadow: var(--lvd-shadow-300); position:absolute; top: calc(50% - 24px); left: calc(50% - 24px); display: flex; flex-direction: row; justify-content: center; align-items: center; transition: all .2s ease-in-out;}
.lvd-hero-card-blur-video .lvd-play-button:hover      {transform: scale(1.1); cursor:pointer;}
.lvd-hero-card-blur-video .lvd-play-button span       {color:var(--lvd-color-black); margin-right:-3px; }
.lvd-hero-card-blur-video .lvd-video-cta              {position:absolute; top: calc(50% + 40px); left: 0; right:0; display: flex; flex-direction: row; justify-content: center; align-items: center; cursor:pointer;}   
.lvd-hero-card-blur-video .lvd-video-cta span         {background:rgba(0,0,0,0.9); box-shadow: var(--lvd-shadow-300); color: var(--lvd-color-white); border-radius:4px; padding:4px 8px; font-weight:700;}   


/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-hero-card-blur-video                             {padding-left:0; padding-right:0; margin-top:16px;}
.lvd-hero-card-blur-video .lvd-img                    {min-height:240px; box-shadow: none;}
.lvd-hero-card-blur-video .lvd-container              {margin-top: 0;}
.lvd-hero-card-blur-video .lvd-content                {padding:20px; max-width:100%; margin-left:8px;  width: calc(100% - 16px);}
.lvd-hero-card-blur-video .lvd-breadcrumbs            {padding:0 0 8px 0;}
.lvd-hero-card-blur-video .lvd-video-cta              {top: calc(50% - 52px);} 
.lvd-hero-card-blur-video .lvd-video-cta span         {font-size:var(--lvd-text-s2);}
}

/* Bt */
@media (min-width:768px) and (max-width:1024px)
{
.lvd-hero-card-blur-video                             {padding-left:24px !important; padding-right:24px !important;}
.lvd-hero-card-blur-video .lvd-img                    {min-height:400px;}
.lvd-hero-card-blur-video .lvd-content                {padding:24px;}
}

/* Full HD */
@media (min-width:1025px) and (max-width:1344px)
{
.lvd-hero-card-blur-video                             {padding-left:24px !important; padding-right:24px !important;}
}