@keyframes slide {
    0% {
        transform: scale(1); 
    } 
    100% {
        transform: scale(1.2);  
    }
}

/* START TYPE 1 */

.content-full-width.hero-image-block.type-1.wpblock {
    position: relative;
    background-color: var(--green-forest);
}  

.content-full-width.hero-image-block.type-1.wpblock .container {
    height: 100%;
    max-width: 100%;
    padding: 0;
}  

.content-full-width.hero-image-block.type-1.wpblock .content {
    height: 100%;
    padding-bottom: 60px;
}  

.content-full-width.hero-image-block.type-1.wpblock .content h1 {
    color: var(--sand);
}  

.content-full-width.hero-image-block.type-1.wpblock .content p, .content-full-width.hero-image-block.type-1.wpblock .content p.large {
    color: var(--sand);
} 

.content-full-width.hero-image-block.type-1.wpblock .content p:last-child {
    padding-bottom: 0px;
} 

.content-full-width.hero-image-block.type-1.wpblock .content {
    position: relative;
}

.content-full-width.hero-image-block.type-1.wpblock .content .columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    max-width: 1920px;
    padding: 0 100px 0 100px;
    margin: 0 auto;
}

.content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(1):before {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    margin-top: -343px;
    left: 185px;
    width: 540px;
    height: 343px;
    background-image: url(/wp-content/uploads/2024/01/hero-murmurations.svg);
    background-size: 540px 343px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}  

.content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(1) {
    position: relative;
    width: 47.81%;
    max-width: 755px;
    padding-right: 50px;
}

.content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(2) {
    position: absolute;
    right: 0px;
    width: 52.19%;
    height: 100%;
    overflow: hidden;
}

.content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(2) .slide {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    z-index: 1;
}

.content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(2) .slide.active {
    z-index: 3;
}

.content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(2) .slide .image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    z-index: 2;
}

.content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(2) .slide.active .image {
    animation: slide 20s linear;
}

.content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(2) .slide .caption {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 18px;
    display: block;  
    border-radius: 10px 0px 0px 0px;
    background: var(--green-forest);  
    color: var(--sand);  
    font-size: 180%;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;   
    z-index: 3; 
}

.content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(2) .slide .caption a, .content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(2) .slide .caption a:active, .content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(2) .slide .caption a:visited, .content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(2) .slide .caption a:focus, .content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(2) .slide .caption a:hover {
    font-weight: 500;
    color: var(--sand); 
    text-decoration-line: underline;      
}

.content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(2) .slide .caption a:hover {
	text-decoration: none;
}

/* END TYPE 1 */

/* START TYPE 2 */

.content-full-width.hero-image-block.type-2.wpblock {
    position: relative;
    background-color: var(--green-forest);
}  

.content-full-width.hero-image-block.type-2.wpblock .container {
    height: 100%;
}  

.content-full-width.hero-image-block.type-2.wpblock .content {
    height: 100%;
}  

.content-full-width.hero-image-block.type-2.wpblock .content h1 {
    color: var(--sand);
}  

.content-full-width.hero-image-block.type-2.wpblock .content p, .content-full-width.hero-image-block.type-2.wpblock .content p.large {
    color: var(--sand);
    max-width: 850px;
}  

.content-full-width.hero-image-block.type-2.wpblock .content p a, .content-full-width.hero-image-block.type-2.wpblock .content p a:hover, .content-full-width.hero-image-block.type-2.wpblock .content p a:active, .content-full-width.hero-image-block.type-2.wpblock .content p a:visited, .content-full-width.hero-image-block.type-2.wpblock .content p a:focus, .content-full-width.hero-image-block.type-2.wpblock .content p.large a, .content-full-width.hero-image-block.type-2.wpblock .content p.large a:visited, .content-full-width.hero-image-block.type-2.wpblock .content p.large a:hover, .content-full-width.hero-image-block.type-2.wpblock .content p.large a:active, .content-full-width.hero-image-block.type-2.wpblock .content p.large a:focus {
    color: var(--salmon);
} 

.content-full-width.hero-image-block.type-2.wpblock .content p a:hover, .content-full-width.hero-image-block.type-2.wpblock .content p.large a:hover {
    text-decoration: none;
} 

.content-full-width.hero-image-block.type-2.wpblock .content p:last-child {
    padding-bottom: 0px;
} 

.content-full-width.hero-image-block.type-2.wpblock .content .columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding: 50px 0 150px 0;
}

.content-full-width.hero-image-block.type-2.wpblock.curve-bottom .content .columns {
    padding-bottom: 50px;
}

.content-full-width.hero-image-block.type-2.wpblock.padding-90 .content .columns {
    padding-bottom: 90px;
}

.content-full-width.hero-image-block.type-2.wpblock .content .columns .column:nth-child(1):before {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    margin-top: -343px;
    left: 185px;
    width: 540px;
    height: 343px;
    background-image: url(/wp-content/uploads/2024/01/hero-murmurations.svg);
    background-size: 540px 343px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}  

.content-full-width.hero-image-block.type-2.wpblock .content .columns .column:nth-child(1) {
    position: relative;
    width: 100%;
    max-width: 1430px;
}

/* END TYPE 2 */

/* START TYPE 3 */

.content-full-width.hero-image-block.type-3.wpblock {
    position: relative;
    padding-bottom: 100px;
    background-color: var(--green-forest);
}  

.content-full-width.hero-image-block.type-3.wpblock .container {
    height: 100%;
}  

.content-full-width.hero-image-block.type-3.wpblock .content {
    position: relative;
    height: 100%;
}  

.content-full-width.hero-image-block.type-3.wpblock .content .columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    position: relative;
    min-height: 750px;
}

.content-full-width.hero-image-block.type-3.wpblock .content .columns .column:nth-child(1):before {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    margin-top: -280px;
    left: 185px;
    width: 540px;
    height: 343px;
    background-image: url(/wp-content/uploads/2024/01/hero-murmurations.svg);
    background-size: 540px 343px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}  

.content-full-width.hero-image-block.type-3.wpblock .content .columns .column:nth-child(1) {
    padding: 50px 100px 50px 0;
    width: 50.5814%;
    max-width: 807px;
    z-index: 2;
}

.content-full-width.hero-image-block.type-3.wpblock .content .columns .column:nth-child(1) h1, .content-full-width.hero-image-block.type-3.wpblock .content .columns .column:nth-child(1) h2, .content-full-width.hero-image-block.type-3.wpblock .content .columns .column:nth-child(1) h3, .content-full-width.hero-image-block.type-3.wpblock .content .columns .column:nth-child(1) h4, .content-full-width.hero-image-block.type-3.wpblock .content .columns .column:nth-child(1) p, .content-full-width.hero-image-block.type-3.wpblock .content .columns .column:nth-child(1) li {
    color: var(--white);
}

.content-full-width.hero-image-block.type-3.wpblock .content p a, .content-full-width.hero-image-block.type-3.wpblock .content p a:hover, .content-full-width.hero-image-block.type-3.wpblock .content p a:active, .content-full-width.hero-image-block.type-3.wpblock .content p a:visited, .content-full-width.hero-image-block.type-3.wpblock .content p a:focus, .content-full-width.hero-image-block.type-3.wpblock .content p.large a, .content-full-width.hero-image-block.type-3.wpblock .content p.large a:visited, .content-full-width.hero-image-block.type-3.wpblock .content p.large a:hover, .content-full-width.hero-image-block.type-3.wpblock .content p.large a:active, .content-full-width.hero-image-block.type-3.wpblock .content p.large a:focus {
    color: var(--salmon);
} 

.content-full-width.hero-image-block.type-3.wpblock .content .columns .column:nth-child(1) p:last-child {
    padding-bottom: 0;
}

.content-full-width.hero-image-block.type-3.wpblock .content .columns .column:nth-child(2) {
    position: absolute;
    right: 0px;
    width: 49.4186%;
    height: 100%;
    margin: 0 0 0 auto;
    padding: 0;
    z-index: 2;
}

.content-full-width.hero-image-block.type-3.wpblock .content .columns .column:nth-child(2) .image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

/* END TYPE 3 */

/* START TYPE 4 */

.content-full-width.hero-image-block.type-4.wpblock {
    position: relative;
    padding-bottom: 100px;
    background-color: var(--green-forest);
}  

.content-full-width.hero-image-block.type-4.wpblock .container {
    height: 100%;
}  

.content-full-width.hero-image-block.type-4.wpblock .content {
    position: relative;
    height: 100%;
}  

.content-full-width.hero-image-block.type-4.wpblock .content .columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.content-full-width.hero-image-block.type-4.wpblock .content .columns .column:nth-child(1):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    margin-top: -280px;
    left: 185px;
    width: 540px;
    height: 343px;
    background-image: url(/wp-content/uploads/2024/01/hero-murmurations.svg);
    background-size: 540px 343px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}  

.content-full-width.hero-image-block.type-4.wpblock .content .columns .column:nth-child(1) {
    padding: 50px 100px 50px 0;
    width: 64%;
    max-width: 1095px;
    z-index: 2;
}

.content-full-width.hero-image-block.type-4.wpblock .content .columns .column:nth-child(1) h1, .content-full-width.hero-image-block.type-4.wpblock .content .columns .column:nth-child(1) h2, .content-full-width.hero-image-block.type-4.wpblock .content .columns .column:nth-child(1) h3, .content-full-width.hero-image-block.type-4.wpblock .content .columns .column:nth-child(1) h4, .content-full-width.hero-image-block.type-4.wpblock .content .columns .column:nth-child(1) p, .content-full-width.hero-image-block.type-4.wpblock .content .columns .column:nth-child(1) li {
    color: var(--white);
}

.content-full-width.hero-image-block.type-4.wpblock .content .columns .column:nth-child(1) p:last-child {
    padding-bottom: 0;
}

.content-full-width.hero-image-block.type-4.wpblock .content .columns .column:nth-child(2) {
    position: relative;
    width: 36%;
    max-width: 560px;
    z-index: 2;
}

.content-full-width.hero-image-block.type-4.wpblock .content .columns .column:nth-child(2) .image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

.content-full-width.hero-image-block.type-4.wpblock.curve-bottom {
    padding-bottom: 150px !important;
}

/* END TYPE 4 */

@media(max-width:1760px) {
	
	.content-full-width.hero-image-block.type-2.wpblock .content h1 {
		max-width: 1260px;
	}
	
}

@media(max-width:1640px) {
	
	.content-full-width.hero-image-block.type-1.wpblock .content .columns {
		padding: 0 60px 0 60px;
	}
	
	.content-full-width.hero-image-block.type-2.wpblock .content h1 {
		max-width: 1160px;
	}
	
	.content-full-width.hero-image-block.type-4.wpblock .container, .content-full-width.hero-image-block.type-3.wpblock .container {
		padding-top: 180px !important;
	}
	
	.content-full-width.hero-image-block.type-3.wpblock .content .columns {
		min-height: 650px;
	}
	
}

@media(max-width:1500px) {
	
	.content-full-width.hero-image-block.type-3.wpblock .content .columns {
		min-height: 600px;
	}
	
}

@media(max-width:1480px) {
	
	.content-full-width.hero-image-block.type-1.wpblock .content .columns {
    	padding: 0 40px 0 40px;
  	}
	
}

@media(max-width:1400px) {
	
	.content-full-width.hero-image-block.type-2.wpblock .content h1 {
		max-width: 1040px;
	}
	
	.content-full-width.hero-image-block.type-2.wpblock .content .columns {
		padding-top: 0;
	}
	
	.content-full-width.hero-image-block.type-4.wpblock .container, .content-full-width.hero-image-block.type-3.wpblock .container {
    	padding-top: 130px !important;
  	}
	
}

@media(max-width:1180px) {
	
	.content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(1)::before, .content-full-width.hero-image-block.type-2.wpblock .content .columns .column:nth-child(1)::before, .content-full-width.hero-image-block.type-3.wpblock .content .columns .column:nth-child(1)::before, .content-full-width.hero-image-block.type-4.wpblock .content .columns .column:nth-child(1)::before {
		display: none;
	}
	
}

@media(max-width:900px) {  

    .content-full-width.hero-image-block.type-4.wpblock .container, .content-full-width.hero-image-block.type-3.wpblock .container {
        padding-top: 0px !important;
    }    

    /* START TYPE 1 */

    .content-full-width.hero-image-block.type-1.wpblock .content .columns {
        max-width: 100%;
        padding: 0 30px 0 30px;
        margin: 0;
    }    

    .content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(1):before {
        display: none;
    }  

    .content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(1) {
        width: 100%;
        max-width: 100%;
        padding: 0;
        order: 2;
    }

    .content-full-width.hero-image-block.type-1.wpblock .content .columns .column:nth-child(2) {
        position: relative;
        right: auto;
        width: 100%;
        height: 250px;
        margin-bottom: 40px;
        order: 1;
    }   

    .content-full-width.hero-image-block.type-1.wpblock a.button, .content-full-width.hero-image-block.type-1.wpblock a.button:hover, .content-full-width.hero-image-block.type-1.wpblock a.button:active, .content-full-width.hero-image-block.type-1.wpblock a.button:visited, .content-full-width.hero-image-block.type-1.wpblock a.button:focus, .content-full-width.hero-image-block.type-1.wpblock .button {
        width: 100%;
    }  
  
    /* END TYPE 1 */

    /* START TYPE 2 */

    .content-full-width.hero-image-block.type-2.wpblock .content .columns {
        padding: 40px 0 80px 0;
    }

    .content-full-width.hero-image-block.type-2.wpblock .content .columns .column:nth-child(1):before {
        display: none;
    } 

    .content-full-width.hero-image-block.type-2.wpblock.padding-90 .content .columns {
        padding-bottom: 40px;
    }     

    .content-full-width.hero-image-block.type-2.wpblock.curve-bottom .content .columns {
        padding-bottom: 0;
    }

    /* END TYPE 2 */

    /* START TYPE 3 */

    .content-full-width.hero-image-block.type-3.wpblock {
        padding-bottom: 0px;
    }      

    .content-full-width.hero-image-block.type-3.wpblock .content .columns {
        padding: 0;
        min-height: auto;
    }

    .content-full-width.hero-image-block.type-3.wpblock .content .columns .column:nth-child(1):before {
        display: none;
    }   

    .content-full-width.hero-image-block.type-3.wpblock .content .columns .column:nth-child(1) {
        padding: 40px 0 0 0;
        width: 100%;
        max-width: 100%;
        order: 2;
    }      

    .content-full-width.hero-image-block.type-3.wpblock .content .columns .column:nth-child(2) {
        position: relative;
        width: 100%;
        height: 250px;
        min-height: auto;
        margin: 0;
        order: 1;
    }    

    /* END TYPE 3 */

    /* START TYPE 4 */

    .content-full-width.hero-image-block.type-4.wpblock .content .columns {
        padding: 0;
    }

    .content-full-width.hero-image-block.type-4.wpblock .content .columns .column:nth-child(1):before {
        display: none;
    }   

    .content-full-width.hero-image-block.type-4.wpblock.curve-bottom {
        padding-bottom: 60px !important;
    }    

    .content-full-width.hero-image-block.type-4.wpblock .content .columns .column:nth-child(1) {
        padding: 40px 0 60px 0;
        width: 100%;
        max-width: 100%;
    }

    .content-full-width.hero-image-block.type-4.wpblock .content .columns .column:nth-child(2) {
        width: 100%;
        max-width: 100%;
    }

    /* END TYPE 4 */        

}  