body.page .wp-site-blocks {
    padding-top: 0;
}

.bg-blur {
    backdrop-filter: blur(48px);
}

.video-card .video-card-tag{
    transition: all 300ms ease;
}
.video-card .video-card-content{
    transition: all 300ms ease;
}
.video-card:hover .video-card-tag {
    background-color: var(--wp--preset--color--white) !important;
}
.video-card:hover .video-card-content {
    background-color: var(--wp--preset--color--darker-green) !important;
}

.edge-square::before {
    top: calc(60% - 81px);
}
.edge-triangle::after {
    top: calc(60% - 60px);
}

.bg-squiggle-diagonal {
    position: relative;
    z-index: 1;
}
.bg-squiggle-diagonal::before {
    content: "";
    background-image: url("../img/squiggles/curly-diagonal.svg");
    width: 281px;
    height: 187px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    position: absolute;
    right: 10px;
    top: 0;
}
@media (max-width: 768px) {
    .bg-squiggle-diagonal::before {
        display: none;
    }
}

.heart-flower-squiggle-on-teal::after {
    top: -35px;
}

.top-right-heart-squiggle {
    position: relative;
    z-index: 0;
}
.top-right-heart-squiggle::before {
    top: 50px;
    right: 50px;
}
@media (max-width: 768px) {
    .top-right-heart-squiggle::before {
        display: none;
    }
}

@media (max-width: 600px) {
    .slider-profiles .wp-block-media-text .wp-block-media-text__media {
        margin-left: auto;
        margin-right: auto;
    }

    .slider-profiles .wp-block-media-text .wp-block-media-text__content {
        margin-left: 0;
    }
}

.squiggle-branch-leaves::after {
    right: 50px;
    top: auto;
    bottom: 15%;    
}
@media (max-width: 600px) {
    .squiggle-branch-leaves::after {
        display: none;
    }
}