@charset "UTF-8";

/* ----------------------------------------------------------
  Embed
---------------------------------------------------------- */

.cc-block--embed {
    padding-bottom: 150px;
    background-color: #0f1015;
}

.cc-block--embed.block--embed-bg-1 {
    background-color: transparent;
}

.block--embed,
.cc-block--embed .block--content,
.cc-block--embed .block--title {
    max-width: 900px;
    width: calc(100% - 50px);
    margin: auto;
}

.cc-block--embed .block--title {
    padding-top: 150px;
    font-family: Arial;
    font-weight: 500;
    font-size: 4rem;
    color: #fff;
}

.cc-block--embed .block--content {
    font-family: Arial, sans-serif;
    font-size: 1.3rem;
    line-height: 1.6;
    padding: 40px 0px;
    color: #fff;
}

.block--embed .iframe-wrapper {
    z-index: 2;
    position: relative;
    height: 0;
    padding-top: 56.26%;
}

.block--embed .iframe-wrapper iframe {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

@media(min-width:768px) {
    .cc-block--embed .block--content {
        padding: 40px 6.25% 65px;
    }
}

@media screen and (max-width: 511px) {
    .cc-block--embed {
        padding-bottom: 25px;
    }
}