@font-face {
	font-family: "Gill Sans";
	src: local("../fonts/Gill Sans Regular"),local("Gill-Sans-Regular"),url(../fonts/GillSansC.woff2) format("woff2"),url(../fonts/GillSansC.woff) format("woff"),url(../assets/GillSansC.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
}

*,::before,::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}

html {
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	line-height: inherit;
	-webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
	font: 13px sans-serif;
	line-height: 1.22;
}


h1,h2,h3,h4,h5,h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}


img,svg,video,canvas,audio,iframe,embed,object {
	display: block;
	vertical-align: middle;
}

img,video {
	max-width: 100%;
	height: auto;
}


.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-16 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.mt-16 {
	margin-top: 4rem;
}

.block {
	display: block;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.max-w-\[1300px\] {
	max-width: 1300px;
	padding: 0 1em;
}
.max-w-\[1300px\] > p {
	line-height: 22px;
}

.max-w-\[95\%\] {
	max-width: 95%;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pt-8 {
	padding-top: 2rem;
}

.pb-4 {
	padding-bottom: 1rem;
}

.text-center {
	text-align: center;
}

.font-serif {
	font-family: Gill Sans,Calibri;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-xs {
	font-size: .75rem;
	line-height: 1rem;
}

.tracking-wide {
	letter-spacing: .025em;
}

.tracking-wider {
	letter-spacing: .05em;
}

.tracking-widest {
	letter-spacing: .1em;
}

.tracking-\[2px\] {
	letter-spacing: 2px;
}

.tracking-\[\.25em\] {
	letter-spacing: .25em;
}

.tracking-\[2\.5px\] {
	letter-spacing: 2.5px;
}

.text-\[\#4f4f4f\] {
	--tw-text-opacity: 1;
	color: rgba(79, 79, 79,var(--tw-text-opacity));
}

.text-\[\#626262\] {
	--tw-text-opacity: 1;
	color: rgba(98, 98, 98,var(--tw-text-opacity));
}

main .images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

main .images a {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 33%;
	min-width: 320px;
	max-width: 480px;
	height: 303px;
	padding: .3em;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

main .images a:hover {
	padding: 0;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

main .images a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 10;
}