.no-cover main{
    margin-top: 64px;
}

section.cover{
    height: 75vh;
}

.main-content{
    padding: 64px 32px;
}

.main-content-title,
.main-content-subtitle{
    font-family: var(--title-font-family);
    font-size: var(--title-font-size);
    font-weight: var(--title-font-weight);
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.main-content-title,
.main-content-subtitle{
    width: 100%;
    max-width: 640px;
}

.main-content-title{
    font-family: var(--pretitle-font-family);
    font-size: var(--pretitle-font-size);
    font-weight: var(--pretitle-font-weight);
}

.main-content-content{
    font-family: var(--content-font-family);
    font-size: var(--content-font-size);
    font-weight: var(--content-font-weight);
    margin: 2em 0 0;
    line-height: 1.2;
    letter-spacing: 0;
    color: inherit;
}

.main-content-content p{
    margin: 1em 0 1em;
}

[data-block="FullBGBlock"]{
    position: relative;
}

[data-block="FullBGBlock"] .overlay{
    z-index: 2;
    opacity: 0.5!important;
}

[data-block="FullBGBlock"] video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

[data-block="FullBGBlock"] > .container{
    z-index: 3;
}

[data-block="FullBGBlock"] [data-type="start-cover-video"]{
    appearance: none;
    border: 0;
    width: 100px;
    position: absolute;
    bottom: 32px;
    left: 0;
    height: 32px;
    background: url(https://icongr.am/clarity/play.svg?size=128&color=ffffff) 50% 50% no-repeat;
    cursor: pointer;
    background-size: contain;
    pointer-events: all;
}

