/*minified*/
#pluginAppObj_45 {
    width: 100%;
    max-width: 250px!important;
	box-sizing: content-box!important;
}

#pluginAppObj_45 div {
	float: left;
	max-width: 250px;
    height: 250px;
	box-sizing: border-box;
	width: 100%;
	color: #333;
    overflow: hidden;
	border: solid;
	
	border-width: 0px; ;
	border-block-color: rgba(224, 224, 224, 1) rgba(224, 224, 224, 1); border-inline-color: rgba(224, 224, 224, 1) rgba(224, 224, 224, 1); ;
	border-radius: 35px; ;

	box-shadow: none;
	;
}

#pluginAppObj_45 figure {
	position: relative;
	overflow: hidden;
	margin: 0px;
	background: rgba(243, 243, 243, 1);
    height: 100%;
}

#pluginAppObj_45 figure img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	object-fit: cover;
}

#pluginAppObj_45 figcaption {
	position: absolute;
	top: 0;
	z-index: 11;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
    box-sizing: border-box;
}

#pluginAppObj_45 figcaption h2 {
	letter-spacing: 1px;
	font-family: 'Raleway';

	margin-block: 5px 10px; margin-inline: 10px; ;
	
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
	font-style: normal;
	font-size: 11pt;
	
	text-align: center; ;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function:ease;
}

#pluginAppObj_45 figcaption p {
	font-family: 'Raleway';

	padding-block: 5px 50px; padding-inline: 25px; ;
	
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;

	text-align: center; ;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function: ease;
}

#pluginAppObj_45 figcaption h2,
#pluginAppObj_45 figcaption p {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

#pluginAppObj_45 figure nav {
	display: grid;
    align-items: center;
	height: 100%;
	
	color: rgba(7, 55, 99, 1);
	font-family: 'Raleway';
	font-weight: bold;
	font-style: normal;
	font-size: 14pt;

	text-align: center; ;

	position: absolute;
	padding: 6px 20px;
	border: none;

	letter-spacing: 1px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function:ease;

	bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(241, 194, 50, 1);

	-webkit-transform: translateY(100%);
    transform: translateY(100%);

	
}

#pluginAppObj_45 figcaption,
#pluginAppObj_45 figcaption h2,
#pluginAppObj_45 figcaption p,
#pluginAppObj_45 figure nav {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	overflow: hidden;
}

/* Style for SVG */
#pluginAppObj_45 svg {
	transform: scale(1,1);
	position: absolute;
	top: -1px; /* fixes rendering issue in FF */
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	filter: drop-shadow( 10px 1px 10px rgba(204, 204, 204, 1));
}

#pluginAppObj_45 svg path {
	fill: rgba(241, 194, 50, 1);
	-webkit-transition: fill 0.5s;
	transition: fill 0.5s;
	transition-timing-function: ease;
}

/* Hover effects */
#pluginAppObj_45 div:hover figure img {
	opacity: 1;
}

#pluginAppObj_45 div:hover svg path {
	fill: rgba(7, 55, 99, 1);
}

#pluginAppObj_45 div:hover figcaption h2 {
	color: rgba(241, 194, 50, 1);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#pluginAppObj_45 div:hover figcaption p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	color: rgba(241, 194, 50, 1);
}

#pluginAppObj_45 div:hover figure nav {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
	box-sizing: border-box;
}