.text{vertical-align: top;}

.text-image
{
    width:100%;
    display:flex;
    margin-top: var(--blueprint-block-margin-top);
    margin-bottom: var(--blueprint-block-margin-bottom);
    gap: var(--blueprint-block-gap-small);
}


.text-slider
{
    width:100%;
    margin-top: var(--blueprint-block-margin-top);
    margin-bottom: var(--blueprint-block-margin-bottom);
    height:200px;
}

 .text-slider-block__swiper {
     width: 100%;
     height: 100%;
 }

.swiper-slide.text-slider-block__swiper__slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.columns {width: 100%;
    display: flex;
    margin-top: var(--blueprint-block-margin-top);
    margin-bottom: var(--blueprint-block-margin-bottom);
    gap: var(--blueprint-column-gap-small);
}

.column{flex:1;}
.video-embed {
    margin-top: var(--blueprint-block-margin-top);
    margin-bottom: var(--blueprint-block-margin-bottom);
}
.video-embed .yt-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-embed .yt-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-embed .vimeo-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-embed  .vimeo-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

