@charset "UTF-8";
.text-center { 
	text-align: center;
}
.mb20 {
	margin-bottom: 40px;
}
.mb-20 {
	margin-bottom: 20px;
}
a, a:hover {
	text-decoration: none;
}
@media (min-width: 1200px) {
	* + .row.offset-xl {
		margin-top: 60px;
	}
}
@media (min-width: 1200px) {
	.row-xl-60 {
		margin-bottom: -60px;
	}
	.row-xl-60:empty {
		margin-bottom: 0;
	}
	.row-xl-60 > * {
		margin-bottom: 60px;
	}
}

	.section-md {padding: 40px 0 40px;}
@media (min-width: 992px) {
	.section-lg {
		padding: 100px 0;
	}
}

@media (min-width: 1200px) {
	.section-lg {
		padding: 115px 0;
	}
}
/** @group Components */
/** @section Typography */
body {font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size: 16px;line-height: 1.75;font-weight: 400;color: #ffffff;background-color: #2b2b2b;-webkit-text-size-adjust: none;-webkit-font-smoothing: subpixel-antialiased;}

h1, h2, h3, h4, h5, h6, [class^='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	color: #ffffff;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
	color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
	color: #ffffff;
}

h1,
.heading-1 {
	font-size: 32px;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	h1,
	.heading-1 {
		font-size: 60px;
		line-height: 1.2;
	}
}

h2,
.heading-2 {
	font-size: 28px;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	h2,
	.heading-2 {
		font-size: 48px;
		line-height: 1.45833;
	}
}

h3,
.heading-3 {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -.01em;
}

@media (min-width: 1200px) {
	h3,
	.heading-3 {
		font-size: 35px;
		line-height: 1.37143;
	}
}

h4,
.heading-4 {
	font-size: 22px;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	h4,
	.heading-4 {
		font-size: 24px;
		line-height: 1.25;
	}
}

h5,
.heading-5 {
	font-size: 20px;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	h5,
	.heading-5 {
		font-size: 20px;
		line-height: 1.3;
	}
}

h6,
.heading-6 {
	font-size: 18px;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	h6,
	.heading-6 {
		font-size: 16px;
		line-height: 1.5;
	}
}
.preview-box {
	max-width: 368px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.preview-box img {
	border-radius: 6px;
}

.preview-box__media {
	transition: all ease .25s;
	display: flex;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}

.preview-box .more {
	width: 100%;
	display: flex;
	height: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	position: relative;
}

.preview-box .more img {
	opacity: 0;
}

.preview-box .more .icon-box:hover {
	background-color: #ffffff;
	transition: all ease .25s;
}

.preview-box .more .icon-box:hover .icon {
	color: #4F50E9;
	transition: all ease .25s;
}

.preview-box .more .icon-box {
	width: 112px;
	height: 112px;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	background-color: #444f0d;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all ease .25s;
}

.preview-box .more .icon {
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all ease .25s;
	color: #ffffff;
}

.preview-box__title {
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.preview-box__title:hover { 
color: orange;
}
* + .preview-box__title {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.preview-box:hover .preview-box__media {
		transform: translateY(-10px);
		transition: all ease .25s;
		box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	}
}
/** @section Images */
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}