/* Hero card blur1.0.0 */
.lvd-hero-card-blur .lvd-container              {position:relative; z-index:1; }
.lvd-hero-card-blur .lvd-img                    {position:relative;  border-radius:var(--lvd-rounded-lg); min-height:560px; width:100%;}
.lvd-hero-card-blur .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 .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 .lvd-breadcrumbs            {padding:8px 0; font-size:var(--lvd-text-s2); color:var(--lvd-color-gray-400);}
.lvd-hero-card-blur .lvd-keyword                {color:var(--lvd-color-tertiary); font-weight: 700; margin-bottom:8px; text-transform:uppercase;}
.lvd-hero-card-blur .lvd-title                  {font-weight: 700; margin-bottom:16px; color:var(--lvd-color-black);}
.lvd-hero-card-blur .lvd-text                   {color:var(--lvd-color-gray-400);}

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

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

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