/* Hero compact 1.0.0 */
.lvd-hero-compact                             {position:relative; border-radius: 0 0 64px 64px; background:var(--lvd-color-primary-surface); margin-left:16px; margin-right:16px;}
.lvd-hero-compact .lvd-container              {position:relative; padding:32px 0; text-align: center; margin:0 auto;}
.lvd-hero-compact .lvd-img img                {border-radius:var(--lvd-rounded);}
.lvd-hero-compact .lvd-breadcrumbs            {padding:0 0 16px 0; font-size:var(--lvd-text-s2); opacity:0.4;}
.lvd-hero-compact .lvd-keyword                {color:var(--lvd-color-tertiary); font-size:var(--lvd-text-body); font-weight: 700; margin-bottom:8px; text-transform:uppercase;}
.lvd-hero-compact .lvd-title                  {position:relative; font-weight: 700; margin-bottom:16px; color:var(--lvd-color-black);}
.lvd-hero-compact .lvd-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translateX(-50%) translateY(calc(-50% - 4px));
    border: 1px solid var(--lvd-color-primary-100);
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
    font-weight: 300;
}
.lvd-hero-compact .lvd-title span {z-index:2; position:relative;}

/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-hero-compact                             {padding-left:24px; padding-right:24px; margin-left:0; margin-right:0;}
.lvd-hero-compact .lvd-content                {padding:0 0 16px 0;}
.lvd-hero-compact .lvd-breadcrumbs            {padding:0 0 16px 0;}
}

/* Bt */
@media (min-width:768px) and (max-width:1024px)
{
.lvd-hero-compact                             {padding-left:24px; padding-right:24px; margin-left:0; margin-right:0;}
.lvd-hero-compact .lvd-flex-gap-lg            {--lvd-gap: 24px;}
.lvd-hero-compact .lvd-content                {padding:0;}
.lvd-hero-compact .lvd-img, 
.lvd-hero-compact .lvd-wings-image            {align-self: center;}
}

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