.hero {
    height: 884px;
    position: relative;
}

.hero h1 {
    font: 700 normal 70px / 1 'Quicksand';
    text-transform: uppercase;
    margin: 0;
}

@media all and (max-width: 768px) {
    .hero {
        height: unset;
    }
}

@media all and (max-width: 568px) {
    .hero h1 {
        font-size: 40px;
    }
}

.hero-image {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: #f5f5f5;
    margin-left: -50vw;
    z-index: -1;
    overflow: hidden;
}

.hero.aligncenter .hero-title {
    background-color: rgba(245, 245, 248, 0.8);
    padding: 46px 36px;
    display: inline-block;
    border-radius: 70px;
    margin-top: 190px;
}

@media all and (max-width: 768px) {
    .hero.aligncenter .hero-title {
        margin: 60px 0;
    }
}

.hero.aligncenter {
    text-align: center;
}

.bg {
    object-fit: cover;
    object-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg--contain {
    object-fit: contain;
}

.wp-block-embed-youtube {
    max-width: 1123px;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    position: relative;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp-block-embed__wrapper iframe[src*='https://www.youtube.com'] {
    border: 8px solid #000;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.4);
}

.wp-block-group {
    position: relative;
}

.wp-block-group:after {
    content: '';
    display: block;
    background-color: inherit;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 100vw;
    margin-left: -50vw;
    z-index: -1;
}

.acf-posts {
    text-align: center;
    padding: 100px 0;
}

.acf-posts h2 {
    margin: 0;
}


/* Post card styles */

.post-vertical .more-link {
    margin-top: 30px;
    display: block;
    font: 700 normal 18px / 1.27 'Quicksand';
}

@media all and (max-width: 768px) {
    .post-vertical .more-link {
        margin-top: 20px;
    }
}

@media all and (max-width: 768px) {
    .post-vertical {
        margin-bottom: 30px;
    }
}

.post-vertical-image {
    width: 100%;
    height: 380px;
    position: relative;
    display: flex;
}

@media all and (max-width: 568px) {
    .post-vertical-image {
        height: unset;
    }
}

.post-vertical-image img {
    border-radius: 46px;
    margin: auto;
    width: 100%;
    height: auto;
}

.post-vertical h3 {
    margin-bottom: 30px;
}

.post-vertical h3 a {
    margin: 0;
}

.acf-posts-wrap .row {
    justify-content: space-around;
}


/* Bubble edge */

[class*=bubble-] .edges {
    top: 0;
    bottom: 0;
    position: absolute;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
}

.edges svg {
    position: absolute;
    fill: #fff;
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.edges svg:first-child {
    top: 0;
}

.edges svg:last-child {
    transform: scale(1, -1);
    bottom: 0;
}

.bubble-top {
    padding-top: 80px;
}

.bubble-bottom {
    padding-bottom: 130px;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    margin-top: 0;
    z-index: -1;
}

.bg-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.page-template-template-annual-review h2 {
    font: 700 normal 28px / 1.25 'Quicksand';
}

.page-template-template-annual-review h3 {
    font: 500 normal 24px / 1.25 'Quicksand';
}

.page-template-template-annual-review p {
    color: #707070;
}

.page-template-template-annual-review .wp-block-column p:last-child {
    margin-bottom: 0;
}

.page-template-template-annual-review .wp-block-group {
    padding: 100px 0 95px;
}

.page-template-template-annual-review .wp-block-image figcaption {
    margin-top: 45px;
    text-align: center;
    font: 700 normal 18px / 1.66 'Quicksand';
    color: #707070;
}

.image-contain figure {
    width: 100%;
}

.wp-block-image-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.wp-block-image-wrap img {
    object-fit: contain;
    object-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.last-mt-auto {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.last-mt-auto *:last-child {
    margin-top: auto;
    margin-left: 0;
}


/* Some global padding options */

@media all and (max-width: 768px) {
    .acf-posts,
    .page-template-template-annual-review .wp-block-group {
        padding: 50px 0;
    }
}

@media all and (max-width: 568px) {
    .acf-posts,
    .page-template-template-annual-review .wp-block-group {
        padding: 40px 0;
    }
}

.op-30 {
    opacity: 0.3;
}

.page-template-template-annual-review .wp-block-video {
    width: 100%;
    max-width: 1124px;
    font-size: 0;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
}

p + .wp-block-video,
h3 + .wp-block-video {
    margin-top: 60px;
}