.elementor-10076 .elementor-element.elementor-element-c40e8ae{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-77578b4 *//*Featured*/

#wera-content > figure {
    display: grid;
    align-content: end;
    position: relative;
    height: calc(100svh - 6rem);
}

#wera-content > figure img {
    height: 100%;
    position: absolute;
}

#wera-content > figure figcaption,
#wera-content .wera-content {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

#wera-content > figure figcaption {
    position: relative;
    margin-bottom: 8rem;
    transition: padding .3s ease;
}

#wera-content > figure h1,
#wera-content > figure p {
    max-width: calc(768px + 4rem);
    margin-left: -2rem;
    background: #fff;
    margin-top: 0;
}

#wera-content > figure h1 {
    padding: 2rem;
    border-radius: 1rem;
}

#wera-content > figure p {
    padding: 2rem 2rem 1rem 2rem;
    border-radius: 1rem 1rem 0 0;
}

#wera-content > figure p + h1 {
    padding: 0 2rem 2rem 2rem;
    border-radius: 0 0 1rem 1rem;
}

#wera-content > figure span {
    color: var(--e-global-color-primary);
}


/*Excerpt*/

#wera-content .excerpt p {
    max-width: 768px;
    padding: 2rem 0;
    font-size: 1.5rem;
    border-bottom: 1px solid var(--e-global-color-primary);
}


/*Main*/

#wera-content > div {
    display: grid;
    grid-gap: 8rem;
}

#wera-content .wera-content {
    display: grid;
    grid-gap: 4rem;
}

#wera-content .wera-content img,
#wera-content .wera-content iframe,
#wera-content .wera-content video {
    border-radius: 1rem;
}


/*Text*/

#wera-content .wera-content h2 {
    max-width: 768px;
}

#wera-content .wera-content .paragraph {
    width: 100%;
    max-width: 768px;
    font-size: 1.25rem;
}


/*Image*/

#wera-content img {
    width: 100%;
    margin: 0;
}

#wera-content .image figure,
#wera-content .text-image figure {
    position: relative;
}

#wera-content .image figcaption,
#wera-content .text-image figcaption {
    position: absolute;
    bottom: 0;
    padding: 1rem;
    background: #00000080;
    color: #fff;
    border-radius: 0 0 1rem 1rem;
    width: 100%;
    font-size: 1rem;
}


/*Text and image*/

#wera-content .text-image .columns {
    display: grid;
    grid-gap: 4rem;
}

#wera-content .text-image img {
    height: 100%;
}


/*Gallery*/

#wera-content .gallery .gallery-images {
    position: relative;
    min-width: 0 !important;
}

#wera-content .gallery .gallery-images img {
    position: absolute;
}


/*Video*/

#wera-content iframe {
    height: auto;
    aspect-ratio: 16/9;
    background: #000;
}


/*Button*/

#wera-content .button a {
    width: fit-content;
    line-height: 1.2;
    padding: 1.25rem 2rem;
    box-shadow: 0 0 0 1px var(--e-global-color-primary) inset;
    position: relative;
    font-size: 1.25rem;
    border-radius: 2rem;
    overflow: hidden;
}

#wera-content .button a:before {
    content: "";
    height: 100%;
    width: 0;
    background: var(--e-global-color-primary);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width .3s ease;
}

#wera-content .button a:hover:before {
    width: 100%;
}


/*Quote*/

#wera-content .quote figure {
    width: fit-content;
    position: relative;
}

#wera-content .quote figure:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 1px var(--e-global-color-primary) inset;
    border-radius: 1rem;
}

#wera-content .quote blockquote {
    margin: 0;
    font-style: italic;
    margin: 2rem;
    max-width: 768px;
}

    #wera-content .quote .size-smaller blockquote {
        font-size: 1.5rem;
    }
    
    #wera-content .quote .size-normal blockquote {
        font-size: 1.75rem;
    }

    #wera-content .quote .size-larger blockquote {
        font-size: 2rem;
    }

#wera-content .quote figcaption {
    display: grid;
    justify-content: start;
    grid-row-gap: .5rem;
}

#wera-content .quote figcaption img {
    width: 6rem;
    height: 6rem;
    border-radius: 0 1rem;
    margin-right: 1rem;
    grid-row: 1 /span 2;
}

#wera-content .quote figcaption p {
    margin: 0;
    line-height: 1;
    font-size: 1rem;
}

#wera-content .quote figcaption p:first-of-type {
    grid-column: 2;
    align-self: end;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--e-global-color-primary);
}

#wera-content .quote figcaption p:last-of-type {
    grid-column: 2;
}

#wera-content > div > * {
    transform: translateY(8rem);
    opacity: 0;
    transition: transform .5s ease, opacity .5s ease;
}

#wera-content > div > *.show {
    transform: translateY(0);
    opacity: 1;
}

@media only screen and (max-width: 1280px) {
    #wera-content > figure figcaption {
        padding: 0 2rem;
    }
    
    #wera-content > figure h1,
    #wera-content > figure p {
        margin: 0;
        max-width: 768px;
    }
    
    #wera-content .wera-content {
        padding: 0 2rem;
    }
}

@media only screen and (max-width: 1024px) {
    #wera-content > figure figcaption {
        padding: 0 1.5rem;
    }
    
    #wera-content > figure h1 {
        padding: 1.5rem;
    }
    
    #wera-content > figure p {
        padding: 1.5rem 1.5rem 1rem 1.5rem;
    }
    
    #wera-content > figure p + h1 {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }
    
    #wera-content > div {
        grid-gap: 6rem;
    }
    
    #wera-content .wera-content {
        padding: 0 1.5rem;
        grid-gap: 3rem;
    }
}

@media only screen and (max-width: 768px) {
    #wera-content > figure figcaption {
        padding: 0 1rem;
    }
    
    #wera-content > figure h1 {
        padding: 1rem;
    }
    
    #wera-content > figure p {
        padding: 1rem;
    }
    
    #wera-content > figure p + h1 {
        padding: 0 1rem 1rem 1rem;
    }
    
    #wera-content > div {
        grid-gap: 4rem;
    }
    
    #wera-content .wera-content {
        grid-gap: 2rem;
        padding: 0 1rem;
    }
    
    #wera-content .excerpt p {
        font-size: 1.25rem;
    }
    
    #wera-content .text-image .columns {
        grid-gap: 2rem;
        grid-template-columns: auto !important;
    }
    
    #wera-content .wera-content .paragraph {
        font-size: 1rem;
    }
    
    #wera-content .button a {
        line-height: 1.25;
        padding: .875rem 1.5rem;
        font-size: 1rem;
        border-radius: 1.5rem;
    }
    
    #wera-content > div > * {
        transform: translateY(4rem);
    }
    
    #wera-content .quote .size-smaller blockquote {
        font-size: 1.25rem;
    }
    
    #wera-content .quote .size-normal blockquote {
        font-size: 1.5rem;
    }

    #wera-content .quote .size-larger blockquote {
        font-size: 1.75rem;
    }
}/* End custom CSS */