/*
*, *::before, *::after { box-sizing: border-box; }

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto color Emoji";
	font-size: 1rem; line-height: 1.7em; color: #212529;
	font-weight: 400;
	text-align: left;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
	color: #0d6efd;
	text-decoration: underline;
}

a:hover {
	color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

b,
strong {
	font-weight: bolder;
}

section {
	display: block;
	position: relative;
}

img {
    border-style:none;
    height:auto;
    max-width:100%
}

img,
svg {
	vertical-align: middle;
}

ol,
ul {
	padding-left: 2rem;
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}  
*/


.thumb-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 60%;
	background-color: #eee;
}
.thumb-img {
	position: absolute; top: 0%; right: 0%; bottom: 0%; left: 0%;
	display: flex; justify-content: center;	
}
.thumb-img img { max-width: 100%; object-position: 50% 50%; }


/****/
.p1a { 
    max-width: 100%; 
    position: relative; 
    perspective: 1000px;
    border-radius: 6px;
    overflow: hidden;   
    cursor: pointer;
}
.p1a .thumb-wrap { padding-bottom: 56%; }
.p1a-pos {    
	transition: transform 1000ms ease;
	transform-style: preserve-3d;
    position: relative;
    backface-visibility: hidden; 
}
.p1a-front {  
    transform: rotateY(0deg);
    z-index: 1;

}
.p1a-back {
    transform: rotateY(180deg);
    z-index: 0;
}
.p1a-inner.hover .p1a-front { 
    transform: rotateY(-180deg); 
}
.p1a-inner.hover .p1a-back {
    transform: rotateY(0deg);
    z-index: 20;
}
.p1a-abs { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; }
.p1a-inner, .p1a-item { padding-bottom: 56%; }

.p1a-front-image { position: absolute; z-index: 2; max-width: 20%; bottom: 0; right: 0; }
.p1a-front-image-2 { max-width: 30%; }
    .p1a-front-image-4 { max-width: 33%; }
    .p1a-front-image-5 { max-width: 33%; }
    .p1a-front-image-8 { max-width: 33%; }
.p1a-heading-wrap {
    position: absolute; bottom: 0; width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .61), rgba(151, 146, 146, .66));
    padding: 10px 30% 10px 10px;
    color: white;
}
.p1a-back-inner-block { display: flex; height: 100%; justify-content: center; flex-direction: column;  }
.p1a-back-inner-block-div { padding: 0 20px; position: relative; z-index: 2; }
.p1a-back-background { background-color: #efefef; z-index: 1; }
.p1a-back-texts { margin: 5px 0 15px 0; }
.p1a-button {
    color: #000;
    text-align: center;
    background-color: #ffc900;
    border: 2px solid #ffc900;
    border-radius: 5px;
    min-width: 150px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none;
    transition: color .2s, background-color .3s;
    display: inline-block;
}
.p1a-button:hover {
    color: #ffc900 !important;
    background-color: #000;
}

.p1a-button-2 { background-color: #000000; border: 2px solid #000000; color: #ffffff !important; }    
.p1a-button-2:hover {
    color: #000000 !important;
    background-color: #ffc900;
    border: 2px solid #000000;
}   

.p1a-back-inner-block,
.p1a-heading-wrap { 
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 400;
}

.p1a-heading,
.p1a-back-heading { 
    font-weight: 700;
}












