.cmp-button.app-store,.cmp-button.play-store{padding:0;display:block;position:relative;overflow:hidden;transition:all .3s ease;border:unset}
.cmp-button.app-store img,.cmp-button.play-store img{position:absolute;max-inline-size:initial;max-block-size:initial}
.cmp-button.app-store:hover,.cmp-button.play-store:hover{opacity:.8}
.cmp-button.app-store,.cmp-button.app-store img{width:141px;height:47px}
.cmp-button.play-store{width:159px;height:47px}
.cmp-button.play-store img{width:auto;height:70px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.cmp-media-highlight{padding:var(--ds-spacing-layout-xxxl) 0}
.cmp-media-highlight__top{margin-bottom:var(--ds-spacing-layout-l)}
.cmp-media-highlight__title-main{text-align:center}
.cmp-media-highlight__container{position:relative;margin:0 auto;width:100%;max-width:1920px;min-width:320px;padding:0 var(--ds-layout-margin)}
.cmp-media-highlight__content{display:flex;flex-direction:column;gap:var(--ds-spacing-layout-m)}
.cmp-media-highlight__content--ratio-1 .cmp-media-highlight__media{aspect-ratio:1/1}
.cmp-media-highlight__content--ratio-4-3 .cmp-media-highlight__media{aspect-ratio:4/3}
.cmp-media-highlight__media{position:relative;overflow:hidden;border-radius:var(--ds-border-radius-l,20px);width:100%}
.cmp-media-highlight__media .cmp-image__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.3)}
.cmp-media-highlight__media video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}
.cmp-media-highlight__info{position:relative;overflow:hidden;border-radius:var(--ds-border-radius-l,20px);padding:var(--ds-spacing-layout-m);display:flex;flex-direction:column;gap:var(--ds-spacing-layout-s);align-self:stretch}
.cmp-media-highlight__info:before,.cmp-media-highlight__info:after{top:0;left:0;position:absolute;content:'';width:100%;height:100%;z-index:-1}
.cmp-media-highlight__info:before{backdrop-filter:blur(60px);-webkit-backdrop-filter:blur(60px)}
.cmp-media-highlight__info:after{background:var(--ds-card-bg-color-default)}
.cmp-media-highlight__buttons{display:flex;flex-direction:column;gap:var(--ds-spacing-m-2)}
.media-highlight + .media-highlight .cmp-media-highlight{padding-top:0}
@media(min-width:480px){.cmp-media-highlight__buttons{flex-direction:row}
.cmp-media-highlight__cta{flex:1}
}
@media(min-width:768px){.cmp-media-highlight__info{padding:var(--ds-spacing-layout-l);gap:var(--ds-spacing-layout-m)}
.cmp-media-highlight__cta{flex:auto;max-width:fit-content}
}
@media(min-width:1024px){.cmp-media-highlight__content{flex-direction:row}
.cmp-media-highlight__content--ratio-1 .cmp-media-highlight__info{flex:0 0 472px}
.cmp-media-highlight__content--ratio-4-3 .cmp-media-highlight__info{flex:0 0 315px}
.cmp-media-highlight__media{flex:1}
.cmp-media-highlight__info{flex:1;padding:var(--ds-spacing-layout-m) var(--ds-spacing-layout-l);justify-content:center}
.cmp-media-highlight__buttons{flex-direction:row;flex-wrap:wrap}
.cmp-media-highlight--right .cmp-media-highlight__media{order:2}
.cmp-media-highlight--right .cmp-media-highlight__info{order:1}
}
@media(min-width:1440px){.cmp-media-highlight__content--ratio-1 .cmp-media-highlight__info{flex:0 0 668px}
.cmp-media-highlight__content--ratio-4-3 .cmp-media-highlight__info{flex:0 0 556px}
.cmp-media-highlight__info{padding:var(--ds-spacing-layout-l)}
}
@media(min-width:1920px){.cmp-media-highlight__content--ratio-1 .cmp-media-highlight__info{flex:0 0 732px}
.cmp-media-highlight__content--ratio-4-3 .cmp-media-highlight__info{flex:0 0 758px}
}