/******************************

00 - Base - Global
01 - Base - Typography

10 - Layout - Header
11 - Layout - Footer

20 - Components - Animation
21 - Components - Banner
22 - Components - Blog
		22.00 - Blog
		22.01 - Single Post
		22.02 - Post Navigation
		22.03 - Related Post

23 - Components - Button
		23.00 - Global Button
		23.01 - Submit Button
		23.02 - Action Button
		23.03 - Close Button

24 - Components - Carousel
		24.00 - Carousel Helper
		24.01 - Carousel Nav

25 - Components - Comment
26 - Components - Form
		25.00 - Global Form
		25.01 - Newsletter Form
		25.02 - Search Form
		25.03 - Nice Select
		25.04 - Review Form
		25.05 - Cart Form

27 - Components - Mini Cart
28 - Components - Modal
		28.00 - Quick View Modal
		28.01 - Search Form Popup

29 - Components - Navigation
		29.00 - Main Navigation
		29.01 - Mobile Menu
		29.02 - Off Canvas Menu

30 - Components - Product
		30.00 - Proudct Global
		30.01 - Proudct List
		30.02 - Proudct Summary
		30.03 - Product Variations
		30.04 - Special Proudct

31 - Components - Slider
		31.00 - Slider Height
		31.01 - Slider Content BG Shap
		31.02 - Accordion Slide

32 - Components - Social
33 - Components - Table
34 - Components - Tabs
		34.01 - Tab Style 1
		34.02 - Tab Style 2
		34.03 - Tab Style 3
		34.04 - User Dashboard tab
		34.05 - Tab Content

35 - Components - Widget
		35.00 - Widget Title
		35.01 - Widget List
		35.02 - Widget Color
		35.03 - Tagcloud
		35.04 - Recent Post  

40 - Pages - Cart
41 - Pages - Checkout
42 - Pages - Shop
43 - Pages - Single Product

50 - Utilities - Helper
51 - Utilities - Common
52 - Utilities - Color

******************************/
/*
	Defult Primary Color:       #2c2e3d
	Default Secondary Color:    #ff6a00
	Default Border Color:       #a6a6a6
	Default Text Color:         #2c2e3d
	Default Body Font:          'Poppins', sans-serif;
*/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Roboto:300,400,500,700,900|Open+Sans:400,600,700");

/*****************************
00. Global CSS
*****************************/
/*****************************
00 - Base - Global
*****************************/
html {
	height: 100%;
	font-size: 62.5%;
}
@media (max-width: 93.6875em) {
	html {
		font-size: 56.25%;
	}
}
@media (max-width: 74.9375em) {
	html {
		font-size: 50%;
	}
}
@media (max-width: 61.94em) {
	html {
		font-size: 37.5%;
	}
}
@media (max-width: 47.94em) {
	html {
		font-size: 31.25%;
	}
}

body {
	overflow-x: hidden;
	overflow-y: auto;
}
@media (max-width: 74.9375em) {
	body {
		font-size: 14px;
	}
}

p:last-child {
	margin-bottom: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
}

a:hover {
	color: #c2080f;
	text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

a, a:hover, a:focus, a:active, button, button:focus, input, select, textarea, .slick-slide {
	outline: none;
}

/*****************************
01 - Base - Typography
*****************************/
.heading__primary {
	font-size: 6rem;
	margin-bottom: 0;
	line-height: 8.8rem;
}
@media (max-width: 100em) {
	.heading__primary {
		font-size: 5rem;
		line-height: 7.8rem;
	}
}
@media (max-width: 87.4375em) {
	.heading__primary {
		font-size: 4.5rem;
		line-height: 7rem;
	}
}
@media (max-width: 61.94em) {
	.heading__primary {
		font-size: 5rem;
		line-height: 6rem;
	}
}
.heading__primary--main {
	font-weight: 700;
	display: block;
}
.heading__primary--sub {
	font-weight: 300;
	display: block;
}
.heading__primary--2 {
	font-size: 11rem;
	margin-bottom: 0;
	line-height: 13rem;
}
@media (max-width: 106.1875em) {
	.heading__primary--2 {
		font-size: 9rem;
		line-height: 11rem;
	}
}
@media (max-width: 87.4375em) {
	.heading__primary--2 {
		font-size: 7rem;
		line-height: 9rem;
	}
}
@media (max-width: 47.94em) {
	.heading__primary--2 {
		font-size: 8rem;
		line-height: 8.8rem;
	}
}
.heading__primary--3 {
	line-height: 7.5rem;
}

.heading__secondary {
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 0;
}
@media (max-width: 61.94em) {
	.heading__secondary {
		font-size: 28px;
		line-height: 32px;
	}
}

.heading__tertiary {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 0;
}
@media (max-width: 61.94em) {
	.heading__tertiary {
		font-size: 20px;
	}
}

/*****************************
10 - Layout - Header
*****************************/
.header-inner {
	padding: 30px 0;
}
@media (max-width: 61.94em) {
	.header-inner {
		padding: 25px 0;
	}
}

.header-toolbar__item {
	display: inline-block;
}
.header-toolbar__item:not(:first-child) {
	margin-left: 14px;
}
.header-toolbar__item.mini-cart-item {
	margin-right: 6px;
	width: 24px;
}

.header-toolbar__btn {
	font-size: 23px;
	line-height: 1;
	vertical-align: middle;
}
.header-toolbar__btn i {
	font-size: 23px;
}
.header-toolbar__btn.mini-cart-btn .mini-cart-count {
	right: -13px;
	top: -13px;
	font-size: 14px;
	text-align: center;
	width: 22px;
	height: 22px;
	line-height: 22px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

@media (max-width: 35.94em) {
	.header-toolbar.white-color-xs .header-toolbar__btn {
		color: #ffffff;
	}
}

.header-topbar {
	padding: 11px 0;
}

.header-contact-list li:not(:last-child) {
	margin-right: 30px;
}

.header-contact-list li span, .header-contact-list li a {
	font-size: 14px;
	font-weight: 300;
}

.header-contact-list li i {
	margin-right: 5px;
}

.header .logo {
	display: block;
}
.header .logo--transparent {
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.header .logo--normal {
	height: auto;
	visibility: visible;
	opacity: 1;
}

.header-transparent {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
.header-transparent .header > div {
	background-color: transparent;
}
.header-transparent .logo--transparent {
	height: auto;
	visibility: visible;
	opacity: 1;
}
.header-transparent .logo--normal {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	margin: 0;
	background-color: #ffffff;
	-webkit-animation: fadeInDown 0.8s ease-in-out;
	-moz-animation: fadeInDown 0.8s ease-in-out;
	-ms-animation: fadeInDown 0.8s ease-in-out;
	-o-animation: fadeInDown 0.8s ease-in-out;
	animation: fadeInDown 0.8s ease-in-out;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
}
@media (min-width: 62em) {
	.sticky-header .main-navigation .mainmenu.white-color .mainmenu__link {
		color: #666666; } }
@media (max-width: 61.94em) {
	.sticky-header .mobile-menu .mean-bar .meanmenu-reveal {
		top: -23px; } }
@media (max-width: 35.94em) {
	.sticky-header .mobile-menu .mean-bar .meanmenu-reveal {
		top: -23px; } }
@media (max-width: 35.94em) {
	.sticky-header .logo {
		top: 0; } }
.sticky-header .logo--transparent {
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.sticky-header .logo--normal {
	height: auto;
	visibility: visible;
	opacity: 1;
}
.sticky-header .mobile-menu.white-color.mean-container a.meanmenu-reveal span.menu-close {
	background-color: transparent;
}
	.sticky-header .container-fluid {
		padding-left: 85px !important;
		padding-right: 85px !important;
}
		@media (max-width: 93.6875em) {
			.sticky-header .container-fluid {
				padding-left: 70px !important;
				padding-right: 70px !important; } }
		@media (max-width: 61.94em) {
			.sticky-header .container-fluid {
				padding-left: 45px !important;
				padding-right: 45px !important; } }
		@media (max-width: 47.94em) {
			.sticky-header .container-fluid {
				padding-left: 15px !important;
				padding-right: 15px !important; } }

@media (max-width: 35.94em) {
	.header-style-2 .sticky-header .header-toolbar {
		display: block; } }

@media (max-width: 61.94em) {
	.header-style-2 .sticky-header .logo {
		display: block;
		position: relative;
		padding-left: 0;
		top: 0; } }

.user-info:after {
	left: 0;
	top: 100%;
	width: 100%;
	height: 120%;
}

.user-info-menu {
	left: 50%;
	top: 150%;
	min-width: 200px;
	margin-top: 30px;
	background: #fff;
	padding: 15px 0;
	pointer-events: none;
	z-index: 111;
	white-space: -moz-nowrap;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
}
	@media (max-width: 87.4375em) {
		.user-info-menu {
			-webkit-transform: translateX(-67%);
			-moz-transform: translateX(-67%);
			-ms-transform: translateX(-67%);
			-o-transform: translateX(-67%);
			transform: translateX(-67%); } }
	@media (max-width: 35.94em) {
		.user-info-menu {
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			transform: translateX(-50%); } }
	.user-info-menu li a {
		text-transform: uppercase;
		font-size: 13px;
		display: block;
		padding: 8px 30px;
		text-align: left;
}

.user-info:hover .user-info-menu {
	top: 100%;
	pointer-events: visible;
}

/*****************************
11 - Layout - Footer
*****************************/
.footer-menu {
	line-height: 1;
}
	.footer-menu li {
		display: inline-block;
		line-height: 1;
}
		@media (max-width: 35.94em) {
			.footer-menu li {
				display: block; } }
		.footer-menu li:not(:last-child) {
			border-right: 2px solid #c9c9c9;
			padding-right: 18px;
			margin-right: 18px;
}
			@media (max-width: 47.94em) {
				.footer-menu li:not(:last-child) {
					padding-right: 8px;
					margin-right: 8px; } }
			@media (max-width: 35.94em) {
				.footer-menu li:not(:last-child) {
					padding-right: 0px;
					margin-right: 0px;
					margin-bottom: 8px;
					border-width: 0px; } }

.footer .copyright-text a {
	font-size: 14px;
}

/*****************************
20 - Components - Animation
*****************************/
@keyframes passing-reverse {
	from {
		transform: translateX(0);
}
	50% {
		transform: translateX(7%);
		opacity: .6;
}
	to {
		transform: translateX(30%);
		opacity: 0; } }

@keyframes spin {
	from {
		transform: rotate(0deg);
}
	to {
		transform: rotate(360deg); } }

@keyframes zakasFadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 10%, 0);
}
	to {
		opacity: 1;
		transform: none; } }

@keyframes effect_shine {
	100% {
		left: 150%; } }

@-webkit-keyframes zakas-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
}
	40% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1); } }

@keyframes zakas-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
}
	40% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1); } }

/*****************************
21 - Components - Banner
*****************************/
.banner-box {
	overflow: hidden;
}
	.banner-box .banner-image img {
		width: 100%;
}
	.banner-box .banner-paragraph-1 {
		margin-bottom: 0;
		font-size: 14px;
		text-transform: uppercase;
}
	.banner-box .banner-title-1 {
		font-weight: bold;
		font-size: 16px;
}
	.banner-box .banner-title-2 {
		font-size: 36px;
		font-weight: bold;
		line-height: 1.4;
}
		@media (max-width: 74.9375em) {
			.banner-box .banner-title-2 {
				font-size: 28px;
				line-height: 1.2; } }
		@media (max-width: 61.94em) {
			.banner-box .banner-title-2 {
				font-size: 24px;
				line-height: 1.2; } }
		@media (max-width: 47.94em) {
			.banner-box .banner-title-2 {
				font-size: 20px;
				line-height: 1.1; } }
	.banner-box .banner-title-3 {
		font-size: 24px;
		font-weight: bold;
		line-height: 1.4;
}
		@media (max-width: 61.94em) {
			.banner-box .banner-title-3 {
				font-size: 18px; } }
	@media (max-width: 61.94em) {
		.banner-box .banner-btn {
			min-width: 160px;
			min-height: 45px;
			line-height: 45px; } }
	@media (max-width: 47.94em) {
		.banner-box .banner-btn {
			min-width: 150px;
			min-height: 40px;
			line-height: 40px; } }
	.banner-box .banner-bg-shape:after, .banner-box .banner-bg-shape:before {
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 1;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
}
	.banner-box .banner-bg-shape:after {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
}
	.banner-box .banner-bg-shape:before {
		width: 100%;
		height: 100%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%) scale(0.94, 0.91);
		-moz-transform: translate(-50%, -50%) scale(0.94, 0.91);
		-ms-transform: translate(-50%, -50%) scale(0.94, 0.91);
		-o-transform: translate(-50%, -50%) scale(0.94, 0.91);
		transform: translate(-50%, -50%) scale(0.94, 0.91);
}
	.banner-box .banner-bg-shape:hover:after {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
}
	.banner-box .banner-bg-shape:hover:before {
		-webkit-transform: scale(1) translate(-50%, -50%);
		-moz-transform: scale(1) translate(-50%, -50%);
		-ms-transform: scale(1) translate(-50%, -50%);
		-o-transform: scale(1) translate(-50%, -50%);
		transform: scale(1) translate(-50%, -50%);
}
	.banner-box .banner-info-over-img .banner-info {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
}
	.banner-box .banner-info--inner {
		z-index: 3;
}
	.banner-box .banner-hover-1 .banner-image {
		-webkit-transform: scale(1.02);
		-moz-transform: scale(1.02);
		-ms-transform: scale(1.02);
		-o-transform: scale(1.02);
		transform: scale(1.02);
}
		.banner-box .banner-hover-1 .banner-image:after {
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.4);
			z-index: 1;
}
	.banner-box .banner-hover-1:hover .banner-image {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
}
	.banner-box .banner-hover-2 .banner-image {
		-webkit-transform: scale(1.02);
		-moz-transform: scale(1.02);
		-ms-transform: scale(1.02);
		-o-transform: scale(1.02);
		transform: scale(1.02);
}
	.banner-box .banner-hover-2:hover .banner-image {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
}
	.banner-box .banner-overlay {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
}

.banner-badge {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 36px;
	line-height: 1;
	z-index: 2;
	top: 50%;
	width: 100%;
	display: inline-block;
	text-align: center;
}
	.banner-badge-wrapper {
		width: 141px;
		height: 141px;
		line-height: 141px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		background-color: rgba(255, 255, 255, 0.78);
}
		@media (max-width: 74.9375em) {
			.banner-badge-wrapper {
				width: 100px;
				height: 100px;
				line-height: 100px;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				-ms-border-radius: 50%;
				-o-border-radius: 50%;
				border-radius: 50%; } }
		@media (max-width: 61.94em) {
			.banner-badge-wrapper {
				width: 80px;
				height: 80px;
				line-height: 80px;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				-ms-border-radius: 50%;
				-o-border-radius: 50%;
				border-radius: 50%; } }
		@media (max-width: 47.94em) {
			.banner-badge-wrapper {
				width: 70px;
				height: 70px;
				line-height: 70px;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				-ms-border-radius: 50%;
				-o-border-radius: 50%;
				border-radius: 50%; } }
		.banner-badge-wrapper.abs-center {
			left: 50%;
			top: 50%;
			-webkit-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			-o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			line-height: inherit;
			z-index: 2;
}
	@media (max-width: 74.9375em) {
		.banner-badge {
			font-size: 28px; } }
	@media (max-width: 61.94em) {
		.banner-badge {
			font-size: 24px; } }
	@media (max-width: 47.94em) {
		.banner-badge {
			font-size: 20px; } }
	.banner-badge span {
		display: block;
		font-weight: bold;
}

.banner-overlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.671);
}
	.banner-overlay:after {
		width: 82.33%;
		height: 73%;
		border: 15px solid rgba(183, 183, 183, 0.141);
}
	.banner-overlay .video-popup {
		z-index: 1;
}

.parallax-window {
	min-height: 90rem;
	background: transparent;
}

/*****************************
22 - Components - Blog
*****************************/
/*-- 22.00 - Blog --*/
.blog {
	margin-left: 30px;
}
	@media (max-width: 74.9375em) {
		.blog {
			margin-left: 15px; } }
	@media (max-width: 47.94em) {
		.blog {
			margin-left: 0px; } }
	.blog-media .image a {
		display: block;
}
		.blog-media .image a img {
			width: 100%;
}
	.blog-info {
		left: 0;
		top: 50%;
		width: 100%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: rgba(251, 251, 251, 0.902);
		-webkit-box-shadow: 5.164px -9.712px 34.4px 5.6px rgba(154, 165, 157, 0.33);
		-moz-box-shadow: 5.164px -9.712px 34.4px 5.6px rgba(154, 165, 157, 0.33);
		-ms-box-shadow: 5.164px -9.712px 34.4px 5.6px rgba(154, 165, 157, 0.33);
		-o-box-shadow: 5.164px -9.712px 34.4px 5.6px rgba(154, 165, 157, 0.33);
		box-shadow: 5.164px -9.712px 34.4px 5.6px rgba(154, 165, 157, 0.33);
		padding: 30px 40px 40px;
		-webkit-transition: opacity 0.1s, visibility 0.1s, left 0.3s;
		-moz-transition: opacity 0.1s, visibility 0.1s, left 0.3s;
		-ms-transition: opacity 0.1s, visibility 0.1s, left 0.3s;
		-o-transition: opacity 0.1s, visibility 0.1s, left 0.3s;
		transition: opacity 0.1s, visibility 0.1s, left 0.3s;
}
		@media (max-width: 100em) {
			.blog-info {
				padding: 20px 25px 30px; } }
		@media (max-width: 87.4375em) {
			.blog-info {
				padding: 30px 25px 30px; } }
		@media (max-width: 47.94em) {
			.blog-info {
				position: relative;
				background: #fff;
				visibility: visible;
				opacity: 1;
				transform: translate(0, 0);
				width: 100%;
				padding: 20px 0px 0px 10px;
				-webkit-box-shadow: 0 0 0 0 rgba(154, 165, 157, 0);
				-moz-box-shadow: 0 0 0 0 rgba(154, 165, 157, 0);
				-ms-box-shadow: 0 0 0 0 rgba(154, 165, 157, 0);
				-o-box-shadow: 0 0 0 0 rgba(154, 165, 157, 0);
				box-shadow: 0 0 0 0 rgba(154, 165, 157, 0); } }
	.blog-title {
		font-size: 23px;
		font-weight: 400;
		margin-bottom: 25px;
		padding-bottom: 25px;
}
		@media (max-width: 87.4375em) {
			.blog-title {
				font-size: 20px; } }
		.blog-title:after {
			left: 0;
			bottom: 0;
			width: 100%;
			height: 1px;
			background-color: rgba(221, 221, 221, 0.702);
			-webkit-box-shadow: 5.164px -9.712px 34.4px 5.6px rgba(154, 165, 157, 0.33);
			-moz-box-shadow: 5.164px -9.712px 34.4px 5.6px rgba(154, 165, 157, 0.33);
			-ms-box-shadow: 5.164px -9.712px 34.4px 5.6px rgba(154, 165, 157, 0.33);
			-o-box-shadow: 5.164px -9.712px 34.4px 5.6px rgba(154, 165, 157, 0.33);
			box-shadow: 5.164px -9.712px 34.4px 5.6px rgba(154, 165, 157, 0.33);
}
	@media (max-width: 74.9375em) {
		.blog-meta {
			-webkit-box-direction: normal;
			-webkit-box-orient: vertical;
			-webkit-flex-direction: column;
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: start;
			-ms-flex-align: start;
			-webkit-align-items: flex-start;
			-moz-align-items: flex-start;
			align-items: flex-start; } }
	@media (max-width: 47.94em) {
		.blog-meta {
			-webkit-box-direction: normal;
			-webkit-box-orient: horizontal;
			-webkit-flex-direction: row;
			-moz-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row; } }
	.blog-meta-btn i {
		font-size: 16px;
}
	.blog-meta-btn sup {
		font-size: 14px;
}
	.blog-meta-btn:not(:last-child) {
		margin-right: 30px;
}
		@media (max-width: 100em) {
			.blog-meta-btn:not(:last-child) {
				margin-right: 10px; } }
		@media (max-width: 87.4375em) {
			.blog-meta-btn:not(:last-child) {
				margin-right: 20px; } }
	.blog:hover .blog-info {
		left: -35px;
}
		@media (max-width: 74.9375em) {
			.blog:hover .blog-info {
				left: -20px; } }
		@media (max-width: 47.94em) {
			.blog:hover .blog-info {
				left: auto; } }
	.blog-style-2 {
		margin-left: 0;
}
		.blog-style-2 .blog-info {
			left: auto;
			top: auto;
			-webkit-transform: translateY(0);
			-moz-transform: translateY(0);
			-ms-transform: translateY(0);
			-o-transform: translateY(0);
			transform: translateY(0);
			background-color: #fbfbfb;
			-webkit-box-shadow: 0 0 0 0 rgba(154, 165, 157, 0);
			-moz-box-shadow: 0 0 0 0 rgba(154, 165, 157, 0);
			-ms-box-shadow: 0 0 0 0 rgba(154, 165, 157, 0);
			-o-box-shadow: 0 0 0 0 rgba(154, 165, 157, 0);
			box-shadow: 0 0 0 0 rgba(154, 165, 157, 0);
			padding: 30px 20px;
}
		.blog-style-2 .blog-title:after {
			background-color: #dddddd;
			-webkit-box-shadow: 0 0 0 0 rgba(154, 165, 157, 0);
			-moz-box-shadow: 0 0 0 0 rgba(154, 165, 157, 0);
			-ms-box-shadow: 0 0 0 0 rgba(154, 165, 157, 0);
			-o-box-shadow: 0 0 0 0 rgba(154, 165, 157, 0);
			box-shadow: 0 0 0 0 rgba(154, 165, 157, 0);
}
		@media (max-width: 74.9375em) {
			.blog-style-2 .blog-meta {
				-webkit-box-direction: normal;
				-webkit-box-orient: horizontal;
				-webkit-flex-direction: row;
				-moz-flex-direction: row;
				-ms-flex-direction: row;
				flex-direction: row;
				-webkit-box-align: center;
				-ms-flex-align: center;
				-webkit-align-items: center;
				-moz-align-items: center;
				align-items: center; } }
		@media (max-width: 47.94em) {
			.blog-style-2 .blog-meta {
				-webkit-box-direction: normal;
				-webkit-box-orient: horizontal;
				-webkit-flex-direction: row;
				-moz-flex-direction: row;
				-ms-flex-direction: row;
				flex-direction: row; } }
		.blog-style-2:hover .blog-info {
			left: 0;
}
	.blog-list .blog-media {
		-webkit-flex-basis: 300px;
		-moz-flex-basis: 300px;
		-ms-flex-preferred-size: 300px;
		flex-basis: 300px;
		max-width: 300px;
}
		@media (max-width: 47.94em) {
			.blog-list .blog-media {
				-webkit-flex-basis: 100%;
				-moz-flex-basis: 100%;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%; } }
	.blog-list .blog-info {
		-webkit-flex-basis: calc(100% - 300px);
		-moz-flex-basis: calc(100% - 300px);
		-ms-flex-preferred-size: calc(100% - 300px);
		flex-basis: calc(100% - 300px);
		max-width: calc(100% - 300px);
}
		@media (max-width: 61.94em) {
			.blog-list .blog-info {
				padding: 20px; } }
		@media (max-width: 47.94em) {
			.blog-list .blog-info {
				-webkit-flex-basis: 100%;
				-moz-flex-basis: 100%;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%; } }

/*-- 22.01 - Single Post --*/
.single-post-details .entry-header {
	text-align: center;
}

.single-post-details .entry-title {
	margin-top: 0;
	font-size: 42px;
	font-weight: normal;
	line-height: 1.2;
}
	@media (max-width: 61.94em) {
		.single-post-details .entry-title {
			font-size: 36px; } }
	@media (max-width: 47.94em) {
		.single-post-details .entry-title {
			font-size: 30px; } }

.single-post-details .entry-media {
	margin-bottom: 45px;
}

.single-post-details .entry-excerpt p {
	font-weight: 700;
}

.single-post-details .entry-content {
	max-width: 90%;
	margin: 0 auto;
}
	.single-post-details .entry-content p {
		color: #111111;
		margin-bottom: 30px;
}
	.single-post-details .entry-content ul.list {
		padding-left: 16px;
}
		.single-post-details .entry-content ul.list-disc {
			list-style-type: disc;
}
		.single-post-details .entry-content ul.list-cicle {
			list-style-type: cicle;
}
		.single-post-details .entry-content ul.list-square {
			list-style-type: square;
}
		.single-post-details .entry-content ul.list-upper-roman {
			list-style-type: upper-roman;
}
		.single-post-details .entry-content ul.list-lower-alpha {
			list-style-type: lower-alpha;
}
	.single-post-details .entry-content ul li {
		color: #111111;
		margin-bottom: 30px;
}
	.single-post-details .entry-content a {
		color: #111111;
}
		.single-post-details .entry-content a:hover {
			color: #c2080f;
			text-decoration: underline;
}
	.single-post-details .entry-content h1, .single-post-details .entry-content h2, .single-post-details .entry-content h3, .single-post-details .entry-content h4, .single-post-details .entry-content h5, .single-post-details .entry-content h6 {
		font-family: "Roboto", sans-serif;
		margin-bottom: 15px;
		line-height: 1.4;
}
	.single-post-details .entry-content h3 {
		font-size: 24px;
}

.single-post-details .entry-footer-meta {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin-bottom: 40px;
	font-size: 12px;
	margin-top: 35px;
	color: #111111;
}

.single-post .post-share {
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	bottom: auto;
	margin-bottom: 40px;
	text-align: right;
	width: auto;
}
	@media (max-width: 61.94em) {
		.single-post .post-share .social .social__item {
			display: inline-block;
			margin: 0 5px; } }
	@media (max-width: 61.94em) {
		.single-post .post-share .social .social__item:last-child {
			margin-right: 0; } }
	@media (max-width: 61.94em) {
		.single-post .post-share .social .social__link {
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-ms-border-radius: 0;
			-o-border-radius: 0;
			border-radius: 0;
			width: 30px;
			height: 30px;
			line-height: 30px;
			color: #fff;
			font-size: 14px;
}
			.single-post .post-share .social .social__link.facebook {
				background-color: #1561b7;
}
			.single-post .post-share .social .social__link.twitter {
				background-color: #4696f0;
}
			.single-post .post-share .social .social__link.google-plus {
				background-color: #c2080f;
}
			.single-post .post-share .social .social__link.pinterest {
				background-color: #c2080f; } }

/*-- 22.02 - Post Navigation --*/
.post-navigation {
	margin-bottom: 42px;
}
	@media (max-width: 47.94em) {
		.post-navigation .nav-links {
			-webkit-box-direction: normal;
			-webkit-box-orient: vertical;
			-webkit-flex-direction: column;
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: start;
			-ms-flex-align: start;
			-webkit-align-items: flex-start;
			-moz-align-items: flex-start;
			align-items: flex-start; } }
	.post-navigation .nav-links__link {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		opacity: 0;
}
	.post-navigation .nav-links__inner {
		padding-top: 55px;
}
		@media (max-width: 47.94em) {
			.post-navigation .nav-links__inner {
				padding-top: 20px; } }
		.post-navigation .nav-links__inner:not(:last-child) {
			margin-bottom: 20px;
}
		.post-navigation .nav-links__inner.nav-prev .nav-links__text {
			left: 0;
}
		.post-navigation .nav-links__inner.nav-prev .nav-links__content {
			padding-left: 20px;
}
			@media (max-width: 47.94em) {
				.post-navigation .nav-links__inner.nav-prev .nav-links__content {
					padding-left: 0; } }
		@media (max-width: 47.94em) {
			.post-navigation .nav-links__inner.nav-next {
				-webkit-box-direction: normal;
				-webkit-box-orient: horizontal;
				-webkit-flex-direction: row;
				-moz-flex-direction: row;
				-ms-flex-direction: row;
				flex-direction: row; } }
		.post-navigation .nav-links__inner.nav-next .nav-links__text {
			right: 0;
}
			@media (max-width: 47.94em) {
				.post-navigation .nav-links__inner.nav-next .nav-links__text {
					right: auto;
					left: 0; } }
		.post-navigation .nav-links__inner.nav-next .nav-links__content {
			padding-right: 20px;
}
			@media (max-width: 47.94em) {
				.post-navigation .nav-links__inner.nav-next .nav-links__content {
					padding-right: 0; } }
	.post-navigation .nav-links__text {
		position: absolute;
		top: 0;
		text-transform: uppercase;
		font-size: 12px;
}
	.post-navigation .nav-links__thumb {
		-webkit-flex-basis: 100px;
		-moz-flex-basis: 100px;
		-ms-flex-preferred-size: 100px;
		flex-basis: 100px;
		max-width: 100px;
		height: 100px;
}
		@media (max-width: 47.94em) {
			.post-navigation .nav-links__thumb {
				display: none; } }
	.post-navigation .nav-links__content {
		-webkit-flex-basis: calc(100% - 100px);
		-moz-flex-basis: calc(100% - 100px);
		-ms-flex-preferred-size: calc(100% - 100px);
		flex-basis: calc(100% - 100px);
		max-width: calc(100% - 100px);
}
		@media (max-width: 47.94em) {
			.post-navigation .nav-links__content {
				-webkit-flex-basis: 100%;
				-moz-flex-basis: 100%;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%; } }
	.post-navigation .nav-links__title {
		font-size: 18px;
		margin-bottom: 0;
}
	.post-navigation .nav-links__meta {
		font-size: 11px;
}

/*-- 22.03 - Related Post --*/
.related-posts-wrap h3 {
	font-size: 20px;
	margin: 0 0 30px;
	text-transform: uppercase;
	line-height: 1;
}

.related-post__thumb {
	display: block;
	margin-bottom: 30px;
}

.related-post h4 {
	font-size: 14px;
	text-transform: uppercase;
}
	.related-post h4 a {
		color: #111111;
}

.related-post span {
	font-size: 12px;
	font-style: italic;
}

/*****************************
23 - Components - Button
*****************************/
/*-- 23.00 - Global Button --*/
.btn {
	background-color: #ffffff;
	color: #c2080f;
	font-size: 16px;
	min-width: 184px;
	min-height: 55px;
	line-height: 55px;
	margin-bottom: 6px;
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
	@media (max-width: 61.94em) {
		.btn {
			min-width: 170px;
			min-height: 50px;
			line-height: 50px; } }
	@media (max-width: 47.94em) {
		.btn {
			min-width: 160px;
			min-height: 45px;
			line-height: 45px; } }
	@media (max-width: 35.94em) {
		.btn {
			min-width: 150px; } }
	.btn:after {
		left: 0;
		bottom: -6px;
		height: 3px;
		width: 100%;
}
	.btn i {
		padding-left: 5px;
}
	.btn.icon-left i {
		padding-right: 5px;
		padding-left: 0;
}
	.btn-fullwidth {
		width: 100%;
		display: block;
}
	.btn-small {
		min-width: 147px;
		min-height: 40px;
		line-height: 40px;
}
	.btn-no-bg {
		padding: 0;
		min-width: auto;
		min-height: auto;
		line-height: 1;
		margin-bottom: 0;
}
		.btn-no-bg:after {
			display: none;
}

/*-- 23.01 - Submit Button --*/
.btn-submit {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #ff5951;
	padding: 19px 21px;
	line-height: 1;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	border: none;
	cursor: pointer;
}
	.btn-submit--small {
		padding: 15px 20px;
}

/*-- 23.02 - Action Button --*/
.action-btn {
	cursor: pointer;
}
	.action-btn.quick-view i.flaticon {
		font-size: 24px;
}
	.action-btn i {
		font-size: 18px;
		line-height: 45px;
}

/*-- 23.03 - Close Button --*/
.btn-close {
	display: block;
	position: absolute;
	background-image: none;
	border-radius: 0;
	z-index: 5;
}

/*****************************
24 - Components - Carousel
*****************************/
/*-- 24.00 - Carousel Helper --*/
.slick-btn, .accordion-slider__btn, .accordion-click-slider__btn, .slick-arrow {
	cursor: pointer;
	z-index: 1;
	display: inline-block;
}

.slick-gutter-5 .slick-list {
	margin-left: -2.5px;
	margin-right: -2.5px;
}

.slick-gutter-5 .slick-slide {
	padding-left: 2.5px;
	padding-right: 2.5px;
}

.slick-gutter-5.slick-vertical .slick-list {
	margin-top: -2.5px;
	margin-bottom: -2.5px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-5.slick-vertical .slick-list {
			margin-left: -2.5px;
			margin-right: -2.5px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-5.slick-vertical .slick-slide {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-5.slick-vertical .slick-slide {
			padding-left: 2.5px;
			padding-right: 2.5px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-10 .slick-list {
	margin-left: -5px;
	margin-right: -5px;
}

.slick-gutter-10 .slick-slide {
	padding-left: 5px;
	padding-right: 5px;
}

.slick-gutter-10.slick-vertical .slick-list {
	margin-top: -5px;
	margin-bottom: -5px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-10.slick-vertical .slick-list {
			margin-left: -5px;
			margin-right: -5px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-10.slick-vertical .slick-slide {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-10.slick-vertical .slick-slide {
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-15 .slick-list {
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.slick-gutter-15 .slick-slide {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.slick-gutter-15.slick-vertical .slick-list {
	margin-top: -7.5px;
	margin-bottom: -7.5px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-15.slick-vertical .slick-list {
			margin-left: -7.5px;
			margin-right: -7.5px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-15.slick-vertical .slick-slide {
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-15.slick-vertical .slick-slide {
			padding-left: 7.5px;
			padding-right: 7.5px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-20 .slick-list {
	margin-left: -10px;
	margin-right: -10px;
}

.slick-gutter-20 .slick-slide {
	padding-left: 10px;
	padding-right: 10px;
}

.slick-gutter-20.slick-vertical .slick-list {
	margin-top: -10px;
	margin-bottom: -10px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-20.slick-vertical .slick-list {
			margin-left: -10px;
			margin-right: -10px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-20.slick-vertical .slick-slide {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-20.slick-vertical .slick-slide {
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-25 .slick-list {
	margin-left: -12.5px;
	margin-right: -12.5px;
}

.slick-gutter-25 .slick-slide {
	padding-left: 12.5px;
	padding-right: 12.5px;
}

.slick-gutter-25.slick-vertical .slick-list {
	margin-top: -12.5px;
	margin-bottom: -12.5px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-25.slick-vertical .slick-list {
			margin-left: -12.5px;
			margin-right: -12.5px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-25.slick-vertical .slick-slide {
	padding-top: 12.5px;
	padding-bottom: 12.5px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-25.slick-vertical .slick-slide {
			padding-left: 12.5px;
			padding-right: 12.5px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-30 .slick-list {
	margin-left: -15px;
	margin-right: -15px;
}

.slick-gutter-30 .slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}

.slick-gutter-30.slick-vertical .slick-list {
	margin-top: -15px;
	margin-bottom: -15px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-30.slick-vertical .slick-list {
			margin-left: -15px;
			margin-right: -15px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-30.slick-vertical .slick-slide {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-30.slick-vertical .slick-slide {
			padding-left: 15px;
			padding-right: 15px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-35 .slick-list {
	margin-left: -17.5px;
	margin-right: -17.5px;
}

.slick-gutter-35 .slick-slide {
	padding-left: 17.5px;
	padding-right: 17.5px;
}

.slick-gutter-35.slick-vertical .slick-list {
	margin-top: -17.5px;
	margin-bottom: -17.5px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-35.slick-vertical .slick-list {
			margin-left: -17.5px;
			margin-right: -17.5px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-35.slick-vertical .slick-slide {
	padding-top: 17.5px;
	padding-bottom: 17.5px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-35.slick-vertical .slick-slide {
			padding-left: 17.5px;
			padding-right: 17.5px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-40 .slick-list {
	margin-left: -20px;
	margin-right: -20px;
}

.slick-gutter-40 .slick-slide {
	padding-left: 20px;
	padding-right: 20px;
}

.slick-gutter-40.slick-vertical .slick-list {
	margin-top: -20px;
	margin-bottom: -20px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-40.slick-vertical .slick-list {
			margin-left: -20px;
			margin-right: -20px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-40.slick-vertical .slick-slide {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-40.slick-vertical .slick-slide {
			padding-left: 20px;
			padding-right: 20px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-45 .slick-list {
	margin-left: -22.5px;
	margin-right: -22.5px;
}

.slick-gutter-45 .slick-slide {
	padding-left: 22.5px;
	padding-right: 22.5px;
}

.slick-gutter-45.slick-vertical .slick-list {
	margin-top: -22.5px;
	margin-bottom: -22.5px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-45.slick-vertical .slick-list {
			margin-left: -22.5px;
			margin-right: -22.5px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-45.slick-vertical .slick-slide {
	padding-top: 22.5px;
	padding-bottom: 22.5px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-45.slick-vertical .slick-slide {
			padding-left: 22.5px;
			padding-right: 22.5px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-50 .slick-list {
	margin-left: -25px;
	margin-right: -25px;
}

.slick-gutter-50 .slick-slide {
	padding-left: 25px;
	padding-right: 25px;
}

.slick-gutter-50.slick-vertical .slick-list {
	margin-top: -25px;
	margin-bottom: -25px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-50.slick-vertical .slick-list {
			margin-left: -25px;
			margin-right: -25px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-50.slick-vertical .slick-slide {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-50.slick-vertical .slick-slide {
			padding-left: 25px;
			padding-right: 25px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-55 .slick-list {
	margin-left: -27.5px;
	margin-right: -27.5px;
}

.slick-gutter-55 .slick-slide {
	padding-left: 27.5px;
	padding-right: 27.5px;
}

.slick-gutter-55.slick-vertical .slick-list {
	margin-top: -27.5px;
	margin-bottom: -27.5px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-55.slick-vertical .slick-list {
			margin-left: -27.5px;
			margin-right: -27.5px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-55.slick-vertical .slick-slide {
	padding-top: 27.5px;
	padding-bottom: 27.5px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-55.slick-vertical .slick-slide {
			padding-left: 27.5px;
			padding-right: 27.5px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-60 .slick-list {
	margin-left: -30px;
	margin-right: -30px;
}

.slick-gutter-60 .slick-slide {
	padding-left: 30px;
	padding-right: 30px;
}

.slick-gutter-60.slick-vertical .slick-list {
	margin-top: -30px;
	margin-bottom: -30px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-60.slick-vertical .slick-list {
			margin-left: -30px;
			margin-right: -30px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-60.slick-vertical .slick-slide {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-60.slick-vertical .slick-slide {
			padding-left: 30px;
			padding-right: 30px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-65 .slick-list {
	margin-left: -32.5px;
	margin-right: -32.5px;
}

.slick-gutter-65 .slick-slide {
	padding-left: 32.5px;
	padding-right: 32.5px;
}

.slick-gutter-65.slick-vertical .slick-list {
	margin-top: -32.5px;
	margin-bottom: -32.5px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-65.slick-vertical .slick-list {
			margin-left: -32.5px;
			margin-right: -32.5px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-65.slick-vertical .slick-slide {
	padding-top: 32.5px;
	padding-bottom: 32.5px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-65.slick-vertical .slick-slide {
			padding-left: 32.5px;
			padding-right: 32.5px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-70 .slick-list {
	margin-left: -35px;
	margin-right: -35px;
}

.slick-gutter-70 .slick-slide {
	padding-left: 35px;
	padding-right: 35px;
}

.slick-gutter-70.slick-vertical .slick-list {
	margin-top: -35px;
	margin-bottom: -35px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-70.slick-vertical .slick-list {
			margin-left: -35px;
			margin-right: -35px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-70.slick-vertical .slick-slide {
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-70.slick-vertical .slick-slide {
			padding-left: 35px;
			padding-right: 35px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-75 .slick-list {
	margin-left: -37.5px;
	margin-right: -37.5px;
}

.slick-gutter-75 .slick-slide {
	padding-left: 37.5px;
	padding-right: 37.5px;
}

.slick-gutter-75.slick-vertical .slick-list {
	margin-top: -37.5px;
	margin-bottom: -37.5px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-75.slick-vertical .slick-list {
			margin-left: -37.5px;
			margin-right: -37.5px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-75.slick-vertical .slick-slide {
	padding-top: 37.5px;
	padding-bottom: 37.5px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-75.slick-vertical .slick-slide {
			padding-left: 37.5px;
			padding-right: 37.5px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-80 .slick-list {
	margin-left: -40px;
	margin-right: -40px;
}

.slick-gutter-80 .slick-slide {
	padding-left: 40px;
	padding-right: 40px;
}

.slick-gutter-80.slick-vertical .slick-list {
	margin-top: -40px;
	margin-bottom: -40px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-80.slick-vertical .slick-list {
			margin-left: -40px;
			margin-right: -40px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-80.slick-vertical .slick-slide {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-80.slick-vertical .slick-slide {
			padding-left: 40px;
			padding-right: 40px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-85 .slick-list {
	margin-left: -42.5px;
	margin-right: -42.5px;
}

.slick-gutter-85 .slick-slide {
	padding-left: 42.5px;
	padding-right: 42.5px;
}

.slick-gutter-85.slick-vertical .slick-list {
	margin-top: -42.5px;
	margin-bottom: -42.5px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-85.slick-vertical .slick-list {
			margin-left: -42.5px;
			margin-right: -42.5px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-85.slick-vertical .slick-slide {
	padding-top: 42.5px;
	padding-bottom: 42.5px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-85.slick-vertical .slick-slide {
			padding-left: 42.5px;
			padding-right: 42.5px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-90 .slick-list {
	margin-left: -45px;
	margin-right: -45px;
}

.slick-gutter-90 .slick-slide {
	padding-left: 45px;
	padding-right: 45px;
}

.slick-gutter-90.slick-vertical .slick-list {
	margin-top: -45px;
	margin-bottom: -45px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-90.slick-vertical .slick-list {
			margin-left: -45px;
			margin-right: -45px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-90.slick-vertical .slick-slide {
	padding-top: 45px;
	padding-bottom: 45px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-90.slick-vertical .slick-slide {
			padding-left: 45px;
			padding-right: 45px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-95 .slick-list {
	margin-left: -47.5px;
	margin-right: -47.5px;
}

.slick-gutter-95 .slick-slide {
	padding-left: 47.5px;
	padding-right: 47.5px;
}

.slick-gutter-95.slick-vertical .slick-list {
	margin-top: -47.5px;
	margin-bottom: -47.5px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-95.slick-vertical .slick-list {
			margin-left: -47.5px;
			margin-right: -47.5px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-95.slick-vertical .slick-slide {
	padding-top: 47.5px;
	padding-bottom: 47.5px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-95.slick-vertical .slick-slide {
			padding-left: 47.5px;
			padding-right: 47.5px;
			padding-top: 0;
			padding-bottom: 0; } }

.slick-gutter-100 .slick-list {
	margin-left: -50px;
	margin-right: -50px;
}

.slick-gutter-100 .slick-slide {
	padding-left: 50px;
	padding-right: 50px;
}

.slick-gutter-100.slick-vertical .slick-list {
	margin-top: -50px;
	margin-bottom: -50px;
	margin-left: 0;
	margin-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-100.slick-vertical .slick-list {
			margin-left: -50px;
			margin-right: -50px;
			margin-left: 0;
			margin-right: 0; } }

.slick-gutter-100.slick-vertical .slick-slide {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 0;
	padding-right: 0;
}
	@media (max-width: 47.94em) {
		.slick-gutter-100.slick-vertical .slick-slide {
			padding-left: 50px;
			padding-right: 50px;
			padding-top: 0;
			padding-bottom: 0; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-5 {
		margin-left: -2.5px;
		margin-right: -2.5px;
}
		.slick-gutter-xl-5 .slick-slide {
			padding-left: 2.5px;
			padding-right: 2.5px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-10 {
		margin-left: -5px;
		margin-right: -5px;
}
		.slick-gutter-xl-10 .slick-slide {
			padding-left: 5px;
			padding-right: 5px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-15 {
		margin-left: -7.5px;
		margin-right: -7.5px;
}
		.slick-gutter-xl-15 .slick-slide {
			padding-left: 7.5px;
			padding-right: 7.5px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-20 {
		margin-left: -10px;
		margin-right: -10px;
}
		.slick-gutter-xl-20 .slick-slide {
			padding-left: 10px;
			padding-right: 10px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-25 {
		margin-left: -12.5px;
		margin-right: -12.5px;
}
		.slick-gutter-xl-25 .slick-slide {
			padding-left: 12.5px;
			padding-right: 12.5px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-30 {
		margin-left: -15px;
		margin-right: -15px;
}
		.slick-gutter-xl-30 .slick-slide {
			padding-left: 15px;
			padding-right: 15px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-35 {
		margin-left: -17.5px;
		margin-right: -17.5px;
}
		.slick-gutter-xl-35 .slick-slide {
			padding-left: 17.5px;
			padding-right: 17.5px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-40 {
		margin-left: -20px;
		margin-right: -20px;
}
		.slick-gutter-xl-40 .slick-slide {
			padding-left: 20px;
			padding-right: 20px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-45 {
		margin-left: -22.5px;
		margin-right: -22.5px;
}
		.slick-gutter-xl-45 .slick-slide {
			padding-left: 22.5px;
			padding-right: 22.5px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-50 {
		margin-left: -25px;
		margin-right: -25px;
}
		.slick-gutter-xl-50 .slick-slide {
			padding-left: 25px;
			padding-right: 25px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-55 {
		margin-left: -27.5px;
		margin-right: -27.5px;
}
		.slick-gutter-xl-55 .slick-slide {
			padding-left: 27.5px;
			padding-right: 27.5px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-60 {
		margin-left: -30px;
		margin-right: -30px;
}
		.slick-gutter-xl-60 .slick-slide {
			padding-left: 30px;
			padding-right: 30px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-65 {
		margin-left: -32.5px;
		margin-right: -32.5px;
}
		.slick-gutter-xl-65 .slick-slide {
			padding-left: 32.5px;
			padding-right: 32.5px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-70 {
		margin-left: -35px;
		margin-right: -35px;
}
		.slick-gutter-xl-70 .slick-slide {
			padding-left: 35px;
			padding-right: 35px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-75 {
		margin-left: -37.5px;
		margin-right: -37.5px;
}
		.slick-gutter-xl-75 .slick-slide {
			padding-left: 37.5px;
			padding-right: 37.5px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-80 {
		margin-left: -40px;
		margin-right: -40px;
}
		.slick-gutter-xl-80 .slick-slide {
			padding-left: 40px;
			padding-right: 40px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-85 {
		margin-left: -42.5px;
		margin-right: -42.5px;
}
		.slick-gutter-xl-85 .slick-slide {
			padding-left: 42.5px;
			padding-right: 42.5px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-90 {
		margin-left: -45px;
		margin-right: -45px;
}
		.slick-gutter-xl-90 .slick-slide {
			padding-left: 45px;
			padding-right: 45px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-95 {
		margin-left: -47.5px;
		margin-right: -47.5px;
}
		.slick-gutter-xl-95 .slick-slide {
			padding-left: 47.5px;
			padding-right: 47.5px; } }

@media (max-width: 93.6875em) {
	.slick-gutter-xl-100 {
		margin-left: -50px;
		margin-right: -50px;
}
		.slick-gutter-xl-100 .slick-slide {
			padding-left: 50px;
			padding-right: 50px; } }

.slick-dot-mb-5 .slick-dots {
	margin-top: 5px !important;
}

.slick-dot-mb-5 .slick-btn, .slick-dot-mb-5 .accordion-slider__btn, .slick-dot-mb-5 .accordion-click-slider__btn {
	margin-top: 5px !important;
}

.slick-dot-mb-10 .slick-dots {
	margin-top: 10px !important;
}

.slick-dot-mb-10 .slick-btn, .slick-dot-mb-10 .accordion-slider__btn, .slick-dot-mb-10 .accordion-click-slider__btn {
	margin-top: 10px !important;
}

.slick-dot-mb-15 .slick-dots {
	margin-top: 15px !important;
}

.slick-dot-mb-15 .slick-btn, .slick-dot-mb-15 .accordion-slider__btn, .slick-dot-mb-15 .accordion-click-slider__btn {
	margin-top: 15px !important;
}

.slick-dot-mb-20 .slick-dots {
	margin-top: 20px !important;
}

.slick-dot-mb-20 .slick-btn, .slick-dot-mb-20 .accordion-slider__btn, .slick-dot-mb-20 .accordion-click-slider__btn {
	margin-top: 20px !important;
}

.slick-dot-mb-25 .slick-dots {
	margin-top: 25px !important;
}

.slick-dot-mb-25 .slick-btn, .slick-dot-mb-25 .accordion-slider__btn, .slick-dot-mb-25 .accordion-click-slider__btn {
	margin-top: 25px !important;
}

.slick-dot-mb-30 .slick-dots {
	margin-top: 30px !important;
}

.slick-dot-mb-30 .slick-btn, .slick-dot-mb-30 .accordion-slider__btn, .slick-dot-mb-30 .accordion-click-slider__btn {
	margin-top: 30px !important;
}

.slick-dot-mb-35 .slick-dots {
	margin-top: 35px !important;
}

.slick-dot-mb-35 .slick-btn, .slick-dot-mb-35 .accordion-slider__btn, .slick-dot-mb-35 .accordion-click-slider__btn {
	margin-top: 35px !important;
}

.slick-dot-mb-40 .slick-dots {
	margin-top: 40px !important;
}

.slick-dot-mb-40 .slick-btn, .slick-dot-mb-40 .accordion-slider__btn, .slick-dot-mb-40 .accordion-click-slider__btn {
	margin-top: 40px !important;
}

.slick-dot-mb-45 .slick-dots {
	margin-top: 45px !important;
}

.slick-dot-mb-45 .slick-btn, .slick-dot-mb-45 .accordion-slider__btn, .slick-dot-mb-45 .accordion-click-slider__btn {
	margin-top: 45px !important;
}

.slick-dot-mb-50 .slick-dots {
	margin-top: 50px !important;
}

.slick-dot-mb-50 .slick-btn, .slick-dot-mb-50 .accordion-slider__btn, .slick-dot-mb-50 .accordion-click-slider__btn {
	margin-top: 50px !important;
}

.slick-dot-mb-55 .slick-dots {
	margin-top: 55px !important;
}

.slick-dot-mb-55 .slick-btn, .slick-dot-mb-55 .accordion-slider__btn, .slick-dot-mb-55 .accordion-click-slider__btn {
	margin-top: 55px !important;
}

.slick-dot-mb-60 .slick-dots {
	margin-top: 60px !important;
}

.slick-dot-mb-60 .slick-btn, .slick-dot-mb-60 .accordion-slider__btn, .slick-dot-mb-60 .accordion-click-slider__btn {
	margin-top: 60px !important;
}

.slick-dot-mb-65 .slick-dots {
	margin-top: 65px !important;
}

.slick-dot-mb-65 .slick-btn, .slick-dot-mb-65 .accordion-slider__btn, .slick-dot-mb-65 .accordion-click-slider__btn {
	margin-top: 65px !important;
}

.slick-dot-mb-70 .slick-dots {
	margin-top: 70px !important;
}

.slick-dot-mb-70 .slick-btn, .slick-dot-mb-70 .accordion-slider__btn, .slick-dot-mb-70 .accordion-click-slider__btn {
	margin-top: 70px !important;
}

.slick-dot-mb-75 .slick-dots {
	margin-top: 75px !important;
}

.slick-dot-mb-75 .slick-btn, .slick-dot-mb-75 .accordion-slider__btn, .slick-dot-mb-75 .accordion-click-slider__btn {
	margin-top: 75px !important;
}

.slick-dot-mb-80 .slick-dots {
	margin-top: 80px !important;
}

.slick-dot-mb-80 .slick-btn, .slick-dot-mb-80 .accordion-slider__btn, .slick-dot-mb-80 .accordion-click-slider__btn {
	margin-top: 80px !important;
}

.slick-dot-mb-85 .slick-dots {
	margin-top: 85px !important;
}

.slick-dot-mb-85 .slick-btn, .slick-dot-mb-85 .accordion-slider__btn, .slick-dot-mb-85 .accordion-click-slider__btn {
	margin-top: 85px !important;
}

.slick-dot-mb-90 .slick-dots {
	margin-top: 90px !important;
}

.slick-dot-mb-90 .slick-btn, .slick-dot-mb-90 .accordion-slider__btn, .slick-dot-mb-90 .accordion-click-slider__btn {
	margin-top: 90px !important;
}

.slick-dot-mb-95 .slick-dots {
	margin-top: 95px !important;
}

.slick-dot-mb-95 .slick-btn, .slick-dot-mb-95 .accordion-slider__btn, .slick-dot-mb-95 .accordion-click-slider__btn {
	margin-top: 95px !important;
}

.slick-dot-mb-100 .slick-dots {
	margin-top: 100px !important;
}

.slick-dot-mb-100 .slick-btn, .slick-dot-mb-100 .accordion-slider__btn, .slick-dot-mb-100 .accordion-click-slider__btn {
	margin-top: 100px !important;
}

@media (max-width: 61.94em) {
	.slick-dot-mb-md-5 .slick-dots {
		margin-top: 5px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-10 .slick-dots {
		margin-top: 10px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-15 .slick-dots {
		margin-top: 15px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-20 .slick-dots {
		margin-top: 20px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-25 .slick-dots {
		margin-top: 25px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-30 .slick-dots {
		margin-top: 30px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-35 .slick-dots {
		margin-top: 35px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-40 .slick-dots {
		margin-top: 40px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-45 .slick-dots {
		margin-top: 45px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-50 .slick-dots {
		margin-top: 50px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-55 .slick-dots {
		margin-top: 55px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-60 .slick-dots {
		margin-top: 60px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-65 .slick-dots {
		margin-top: 65px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-70 .slick-dots {
		margin-top: 70px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-75 .slick-dots {
		margin-top: 75px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-80 .slick-dots {
		margin-top: 80px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-85 .slick-dots {
		margin-top: 85px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-90 .slick-dots {
		margin-top: 90px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-95 .slick-dots {
		margin-top: 95px !important; } }

@media (max-width: 61.94em) {
	.slick-dot-mb-md-100 .slick-dots {
		margin-top: 100px !important; } }

/*-- 24.01 - Carousel Nav --*/
.slick-btn, .accordion-slider__btn, .accordion-click-slider__btn {
	border-width: 1px;
	border-color: #eeeeee;
	border-style: solid;
	-webkit-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
	-moz-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
	-ms-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
	-o-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
	box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
	width: 68px;
	height: 56px;
	line-height: 54px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
}
	.slick-btn-wrapper {
		z-index: 9;
		right: 0;
		bottom: 0;
}
	@media (max-width: 61.94em) {
		.slick-btn, .accordion-slider__btn, .accordion-click-slider__btn {
			width: 45px;
			height: 45px;
			line-height: 45px;
			font-size: 16px; } }

.nav-center-bottom .slick-btn, .nav-center-bottom .accordion-slider__btn, .nav-center-bottom .accordion-click-slider__btn {
	left: 50%;
	z-index: 2;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.nav-center-bottom .slick-prev {
	margin-left: calc((68px/2) * -1);
}
	@media (max-width: 61.94em) {
		.nav-center-bottom .slick-prev {
			margin-left: calc((45px/2) * -1); } }

.nav-center-bottom .slick-next {
	margin-left: calc((68px/2) * 1);
}
	@media (max-width: 61.94em) {
		.nav-center-bottom .slick-next {
			margin-left: calc((45px/2) * 1); } }

.nav-left-bottom .slick-btn, .nav-left-bottom .accordion-slider__btn, .nav-left-bottom .accordion-click-slider__btn {
	bottom: 0;
	left: 0;
}

.nav-left-bottom .slick-next {
	margin-left: 68px;
}
	@media (max-width: 61.94em) {
		.nav-left-bottom .slick-next {
			margin-left: 45px; } }

.nav-right-center .slick-btn, .nav-right-center .accordion-slider__btn, .nav-right-center .accordion-click-slider__btn {
	right: 0;
}
	@media (max-width: 47.94em) {
		.nav-right-center .slick-btn, .nav-right-center .accordion-slider__btn, .nav-right-center .accordion-click-slider__btn {
			right: auto; } }

@media (max-width: 47.94em) {
	.nav-right-center .slick-prev {
		left: 0; } }

.nav-right-center .slick-next {
	margin-right: -68px;
}
	@media (max-width: 61.94em) {
		.nav-right-center .slick-next {
			margin-right: -45px; } }
	@media (max-width: 47.94em) {
		.nav-right-center .slick-next {
			right: 0;
			margin-right: 0; } }

.nav-right-center.custom-center .slick-btn, .nav-right-center.custom-center .accordion-slider__btn, .nav-right-center.custom-center .accordion-click-slider__btn {
	top: 35%;
}

.nav-right-bottom .slick-btn, .nav-right-bottom .accordion-slider__btn, .nav-right-bottom .accordion-click-slider__btn {
	bottom: 0;
	right: 0;
}

.nav-right-bottom .slick-prev {
	margin-right: 68px;
}
	@media (max-width: 61.94em) {
		.nav-right-bottom .slick-prev {
			margin-right: 45px; } }

.nav-vertical-center .slick-prev {
	left: 0;
}

.nav-vertical-center .slick-next {
	right: 0;
}

.nav-space-100 .slick-prev {
	left: 10rem;
}
	@media (max-width: 93.6875em) {
		.nav-space-100 .slick-prev {
			left: 5rem; } }
	@media (max-width: 35.94em) {
		.nav-space-100 .slick-prev {
			left: 0rem; } }

.nav-space-100 .slick-next {
	right: 10rem;
}
	@media (max-width: 93.6875em) {
		.nav-space-100 .slick-next {
			right: 5rem; } }
	@media (max-width: 35.94em) {
		.nav-space-100 .slick-next {
			right: 0rem; } }

.nav-right-space-100 .slick-btn, .nav-right-space-100 .accordion-slider__btn, .nav-right-space-100 .accordion-click-slider__btn {
	right: 10rem;
}

.nav-style-2 .slick-btn, .nav-style-2 .accordion-slider__btn, .nav-style-2 .accordion-click-slider__btn {
	background-color: #a9a29e;
	width: 70px;
	height: 58px;
	line-height: 58px;
	border-width: 0px;
	color: #ffffff;
}
	.nav-style-2 .slick-btn:hover, .nav-style-2 .accordion-slider__btn:hover, .nav-style-2 .accordion-click-slider__btn:hover {
		background: #000000;
}

.home-08-banner-01 .banner-overlay {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
	.home-08-banner-01 .banner-overlay img {
		-webkit-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		-o-transform: scale(0, 0);
		transform: scale(0, 0);
		-webkit-transition: transform 0.5s ease-in-out 0.2s;
		-moz-transition: transform 0.5s ease-in-out 0.2s;
		-ms-transition: transform 0.5s ease-in-out 0.2s;
		-o-transition: transform 0.5s ease-in-out 0.2s;
		transition: transform 0.5s ease-in-out 0.2s;
}
	.home-08-banner-01 .banner-overlay:after {
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
}

.home-08-banner-01 .slick-current .banner-overlay img, .home-08-banner-01 .slick-center .banner-overlay img, .home-08-banner-01 .slick-active .banner-overlay img {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.product-slide-nav .slick-btn, .product-slide-nav .accordion-slider__btn, .product-slide-nav .accordion-click-slider__btn {
	border: none;
	background-color: transparent;
	-webkit-box-shadow: 0px 0px 0 0 rgba(72, 72, 72, 0);
	-moz-box-shadow: 0px 0px 0 0 rgba(72, 72, 72, 0);
	-ms-box-shadow: 0px 0px 0 0 rgba(72, 72, 72, 0);
	-o-box-shadow: 0px 0px 0 0 rgba(72, 72, 72, 0);
	box-shadow: 0px 0px 0 0 rgba(72, 72, 72, 0);
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	bottom: auto;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
	.product-slide-nav .slick-btn i, .product-slide-nav .accordion-slider__btn i, .product-slide-nav .accordion-click-slider__btn i {
		font-size: 24px;
}
		.product-slide-nav .slick-btn i.fa-angle-up:before, .product-slide-nav .accordion-slider__btn i.fa-angle-up:before, .product-slide-nav .accordion-click-slider__btn i.fa-angle-up:before {
			content: '\f104';
}
		.product-slide-nav .slick-btn i.fa-angle-down:before, .product-slide-nav .accordion-slider__btn i.fa-angle-down:before, .product-slide-nav .accordion-click-slider__btn i.fa-angle-down:before {
			content: '\f105';
}

.product-slide-nav .slick-prev {
	left: 5px;
}

.product-slide-nav .slick-next {
	right: 5px;
}

.product-slide-nav.slick-vertical .slick-slide {
	border: none;
}

.product-slide-nav.slick-vertical .slick-btn, .product-slide-nav.slick-vertical .accordion-slider__btn, .product-slide-nav.slick-vertical .accordion-click-slider__btn {
	bottom: 15px;
	top: auto;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
	.product-slide-nav.slick-vertical .slick-btn i.fa-angle-up:before, .product-slide-nav.slick-vertical .accordion-slider__btn i.fa-angle-up:before, .product-slide-nav.slick-vertical .accordion-click-slider__btn i.fa-angle-up:before {
		content: '\f106';
}
	.product-slide-nav.slick-vertical .slick-btn i.fa-angle-down:before, .product-slide-nav.slick-vertical .accordion-slider__btn i.fa-angle-down:before, .product-slide-nav.slick-vertical .accordion-click-slider__btn i.fa-angle-down:before {
		content: '\f107';
}

.product-slide-nav.slick-vertical .slick-prev {
	margin-left: -25px;
}
	@media (max-width: 47.94em) {
		.product-slide-nav.slick-vertical .slick-prev {
			margin-left: 0; } }

.product-slide-nav.slick-vertical .slick-next {
	margin-right: -25px;
}
	@media (max-width: 47.94em) {
		.product-slide-nav.slick-vertical .slick-next {
			margin-right: 0; } }

.product-slider .slick-slide img {
	width: 100%;
}

/*****************************
25 - Components - Comment
*****************************/
.comment {
	margin-bottom: 35px;
}
	@media (max-width: 47.94em) {
		.comment {
			margin-bottom: 25px; } }
	.comment-reply-title {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 20px;
}
	.comment-notes {
		font-size: 12px;
		color: #666666;
		margin-bottom: 10px;
}
	.comment .single-comment {
		border: 1px solid #eeeeee;
		margin: 0 0 20px;
		padding: 30px;
		width: 100%;
}
		@media (max-width: 35.94em) {
			.comment .single-comment {
				padding: 15px;
				-webkit-box-direction: normal;
				-webkit-box-orient: vertical;
				-webkit-flex-direction: column;
				-moz-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column; } }
	.comment-avatar {
		-webkit-flex-basis: 50px;
		-moz-flex-basis: 50px;
		-ms-flex-preferred-size: 50px;
		flex-basis: 50px;
		height: 50px;
		margin-right: 25px;
}
		@media (max-width: 35.94em) {
			.comment-avatar {
				height: auto;
				margin-bottom: 15px; } }
	.comment-info {
		-webkit-flex-basis: calc(100% - 75px);
		-moz-flex-basis: calc(100% - 75px);
		-ms-flex-preferred-size: calc(100% - 75px);
		flex-basis: calc(100% - 75px);
}
	.comment-meta {
		margin-bottom: 10px;
}
	.comment-author {
		font-size: 14px;
}
	.comment-date {
		font-size: 11px;
}
		@media (max-width: 35.94em) {
			.comment-date {
				display: block; } }
	.comment .reply {
		border: 1px solid #111111;
		display: inline-block;
		font-size: 12px;
		padding: 6px 18px;
		text-transform: uppercase;
		right: 0;
		top: 0;
}
		@media (max-width: 35.94em) {
			.comment .reply {
				position: relative;
				margin-top: 14px; } }
		.comment .reply:hover {
			color: #fff;
}
	.comment .children {
		margin-left: 20px;
}

/*****************************
26 - Components - Form
*****************************/
/*--- 26.00 - Global Form --*/
.form-notes {
	color: #707070;
	font-size: 14px;
}

.form__label {
	color: #707070;
	font-size: 12px;
	font-weight: 500;
}
	.form__label--2 {
		font-size: 14px;
}

.form__input {
	border: 1px solid #eeeeee;
	width: 100%;
	height: 36px;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
	.form__input--2 {
		height: 40px;
}
		.form__input--2.nice-select {
			height: 40px;
			width: 100%;
}
			.form__input--2.nice-select:after {
				line-height: 36px;
}
	.form__input--textarea {
		height: 100px;
}
	.form__input.nice-select {
		width: 100%;
		height: 36px;
}

.form__output {
	text-align: left;
	margin-top: 5px;
}
	.form__output.success {
		color: #4cbb6c;
}
	.form__output.error {
		color: #c2080f;
}

.form__fieldset {
	border: 1px solid #eeeeee;
	margin: 0;
	padding: 15px;
}

.form__legend {
	border: 0;
	padding: 0 10px;
	display: inline-block;
	font-size: inherit;
	width: auto;
}

.form.shipping-calculator-form .nice-select {
	margin-bottom: 1rem;
}
	@media (max-width: 47.94em) {
		.form.shipping-calculator-form .nice-select {
			margin-bottom: 1.5rem; } }

/*--- 26.01 - Newsletter Form --*/
@media (max-width: 35.94em) {
	.newsletter-form {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap; } }

.newsletter-form__input {
	border: 1px solid #eeeeee;
	background-color: #f6f6f6;
	height: 65px;
	width: 100%;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
}
	.newsletter-form__input::-webkit-input-placeholder {
		color: #666666;
}
	.newsletter-form__input:-moz-placeholder {
		color: #666666;
}
	.newsletter-form__input::-moz-placeholder {
		color: #666666;
}
	.newsletter-form__input:-ms-input-placeholder {
		color: #666666;
}
	@media (max-width: 35.94em) {
		.newsletter-form__input {
			height: 55px;
			margin-bottom: 15px; } }

.newsletter-form__submit {
	height: 65px;
	width: 199px;
	text-align: center;
	text-transform: uppercase;
	border-width: 0px;
	cursor: pointer;
}
	@media (max-width: 35.94em) {
		.newsletter-form__submit {
			height: 55px;
			font-size: 14px;
			width: 100%; } }

/*--- 26.02 - Search Form --*/
.searchform {
	width: 800px;
}
	@media (max-width: 61.94em) {
		.searchform {
			width: 700px; } }
	@media (max-width: 47.94em) {
		.searchform {
			width: 95%; } }
	.searchform__input {
		width: 100%;
		background-color: transparent;
		border: 0;
		border-bottom: 2px solid #232324;
		text-align: center;
		font-size: 30px;
		padding: 10px 50px 10px 10px;
		font-weight: 400;
		max-width: 100%;
		color: #232324;
}
		@media (max-width: 61.94em) {
			.searchform__input {
				font-size: 25px; } }
		@media (max-width: 47.94em) {
			.searchform__input {
				font-size: 20px; } }
	.searchform__submit {
		display: block;
		cursor: pointer;
		right: 5px;
		border: none;
		color: #000;
		background: none;
		padding: 0;
		font-size: 30px;
		height: 30px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
}
		.searchform__submit i {
			display: block;
			font-size: 35px;
}
	.searchform-2__input {
		border: 1px solid #eeeeee;
		height: 45px;
		width: 100%;
		padding-left: 15px;
}
	.searchform-2__submit {
		border: none;
		background-color: #ff5951;
		width: 70px;
		cursor: pointer;
}

/*--- 27.03 - Nice Select --*/
.nice-select {
	padding-right: 0;
}
	.nice-select .current {
		display: block;
		font-size: 16px;
		color: #666666;
}
	.nice-select:after {
		content: '\f107';
		border: none;
		top: 0;
		right: 0;
		margin-top: 0;
		height: 100%;
		width: 40px;
		background-color: #eeeeee;
		text-align: center;
		line-height: 40px;
		font-size: 16px;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
}
	.nice-select.open:after {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
}
	.nice-select .list {
		width: 100%;
		max-height: 260px;
}

/*--- 27.04 - Review Form --*/
.review-form-wrapper .reply-title {
	color: #404040;
	font-weight: 700;
	text-transform: uppercase;
}

.review-form-wrapper .rating i {
	color: #ff5951;
	font-size: 14px;
}

/*-- 27.05 - Cart Form --*/
.cart-form__input {
	border: none;
	border-bottom: 1px solid #eeeeee;
	width: 100%;
	font-size: 12px;
	padding-bottom: 5px;
}
	.cart-form__input::-webkit-input-placeholder {
		color: #111111;
}
	.cart-form__input:-moz-placeholder {
		color: #111111;
}
	.cart-form__input::-moz-placeholder {
		color: #111111;
}
	.cart-form__input:-ms-input-placeholder {
		color: #111111;
}

.cart-form__btn {
	background: none;
	border: none;
	font-weight: 700;
	font-size: 14px;
}

@media (max-width: 35.94em) {
	.cart-form .coupon {
		margin-bottom: 20px; } }

.cart-form .coupon .cart-form__btn {
	right: 0;
	top: 0;
}

/*****************************
28 - Components - Modal
*****************************/
/*-- 28.00 - Quick View Modal --*/
.modal {
	display: block !important;
	padding-right: 0 !important;
}

.product-modal .modal-dialog {
	margin-bottom: 50px;
}
@media (max-width: 81.1875em) {
	.product-modal .modal-dialog {
		max-width: 95%;
		width: 1025px;
	}
}
@media (max-width: 61.94em) {
	.product-modal .modal-dialog {
		width: 741px;
		max-width: 741px;
		max-height: 602px;
		overflow-x: hidden;
	}
}
@media (max-width: 47.94em) {
	.product-modal .modal-dialog {
		width: auto;
		max-width: 80%;
		max-height: 600px;
	}
}
@media (max-width: 35.94em) {
	.product-modal .modal-dialog {
		max-height: 480px;
	}
}
@media (max-width: 28.125em) {
	.product-modal .modal-dialog {
		max-height: 320px;
	}
}

.product-modal .modal-body {
	padding: 0;
}

.product-modal .modal-box.product-summary {
	padding: 65px 45px 20px 20px;
}
@media (max-width: 61.94em) {
	.product-modal .modal-box.product-summary {
		padding: 40px 30px 20px 20px;
	}
}
@media (max-width: 35.94em) {
	.product-modal .modal-box.product-summary .variation-form .product-color-variations .product-color-variation-btn {
		width: 35px;
		height: 35px;
	}
}
@media (max-width: 35.94em) {
	.product-modal .modal-box.product-summary .variation-form .product-size-variations .product-size-variation-btn {
		width: 40px;
		height: 35px;
		line-height: 35px;
	}
}

.product-modal .btn-close {
	padding: 15px;
	border: 0;
	right: 0;
	background-color: #000000;
	text-shadow: 0 0 0 #000000;
	color: #ffffff;
}

.custom-close {
	background-color: #292929 !important;
	position: absolute;
	right: 0 !important;
	top: 0 !important;
	text-align: center !important;
	font-size: 20px;
	line-height: 1;
	display: block;
	padding: 18px !important;
	color: #fff !important;
	font-weight: 300;
	text-shadow: 0 0 0 #fff;
	opacity: 1 !important;
	width: 60px !important;
	height: 60px !important;
}
	@media (max-width: 61.94em) {
		.custom-close {
			left: auto;
			top: 0 !important;
			bottom: 100% !important;
			right: 0 !important; } }
	.custom-close i {
		display: inline-block;
		vertical-align: middle;
}
		.custom-close i.mfp-close {
			width: auto !important;
			height: auto;
			line-height: 60px;
			position: absolute;
			right: 50%;
			top: 0;
			margin-right: -12px;
			text-decoration: none;
			text-align: center;
			opacity: 1;
			padding: 0;
			font-style: normal;
			font-size: inherit;
			font-family: "flaticon" !important;
}
	.custom-close:hover i {
		text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

/*--- 28.01 - Search Form Popup --*/
.searchform__popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	transition: all ease-in-out .25s;
	z-index: 9999;
	color: #232324;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-ms-transform: scale(3);
	-o-transform: scale(3);
	transform: scale(3);
}
	.searchform__popup p {
		margin-bottom: 15px;
		color: #232324;
		font-size: 18px;
}
	.searchform__popup.open {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
}
		.searchform__popup.open .searchform__body {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
}
	.searchform__popup .btn-close {
		top: 20%;
		right: 20%;
		width: 40px;
		height: 40px;
}
		.searchform__popup .btn-close i {
			font-size: 4rem;
}
		@media (max-width: 74.9375em) {
			.searchform__popup .btn-close {
				right: 10%; } }
		@media (max-width: 61.94em) {
			.searchform__popup .btn-close {
				right: 8%;
				font-size: 40px; } }
		@media (max-width: 47.94em) {
			.searchform__popup .btn-close {
				right: 6%;
				top: 30%; } }
		@media (max-width: 35.94em) {
			.searchform__popup .btn-close {
				top: 25%; } }

.searchform__body {
	max-width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

/*****************************
27 - Components - Mini Cart
*****************************/
.mini-cart {
	position: fixed;
	top: 0;
	width: 420px;
	min-height: 100vh;
	bottom: 0;
	z-index: 99999;
	right: 0;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-webkit-transform: translate(200px, 0);
	-moz-transform: translate(200px, 0);
	-ms-transform: translate(200px, 0);
	-o-transform: translate(200px, 0);
	transform: translate(200px, 0);
	-webkit-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
	-ms-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
	-o-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
	background-color: #fff;
}
	@media (max-width: 61.94em) {
		.mini-cart {
			width: 350px; } }
	@media (max-width: 35.94em) {
		.mini-cart {
			max-width: 100%; } }
	.mini-cart.open {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
}
	.mini-cart .btn-close {
		top: 4rem;
		right: 2rem;
}
	.mini-cart-wrapper {
		padding-top: 5rem;
}
	.mini-cart-inner {
		overflow: auto;
		height: 100%;
		overflow: hidden;
		padding: 5rem;
}
	.mini-cart__heading {
		font-weight: 400;
		font-size: 24px;
}
	.mini-cart__list {
		max-height: 300px;
		overflow: auto;
		margin-right: -70px;
		padding-right: 70px;
		margin-bottom: 30px;
}
		@media (max-width: 35.94em) {
			.mini-cart__list {
				margin-bottom: 20px; } }
	.mini-cart__product:not(:last-child) {
		margin-bottom: 30px;
}
	.mini-cart__product .remove {
		display: block;
		font-weight: normal;
		font-size: 14px;
		height: 20px;
		width: 20px;
		line-height: 17px;
		overflow: hidden;
		position: absolute;
		right: -17px;
		top: 2px;
		text-align: right;
}
	.mini-cart__product__image {
		-webkit-flex-basis: 70px;
		-moz-flex-basis: 70px;
		-ms-flex-preferred-size: 70px;
		flex-basis: 70px;
		max-width: 70px;
}
	.mini-cart__product__content {
		-webkit-flex-basis: calc(100% - 70px);
		-moz-flex-basis: calc(100% - 70px);
		-ms-flex-preferred-size: calc(100% - 70px);
		flex-basis: calc(100% - 70px);
		max-width: calc(100% - 70px);
		padding-left: 20px;
		padding-right: 10px;
}
		@media (max-width: 47.94em) {
			.mini-cart__product__content {
				-webkit-flex-basis: calc(100% - 90px);
				-moz-flex-basis: calc(100% - 90px);
				-ms-flex-preferred-size: calc(100% - 90px);
				flex-basis: calc(100% - 90px);
				max-width: calc(100% - 90px);
				padding-left: 10px; } }
	.mini-cart__product__title {
		display: block;
		font-size: 14px;
		line-height: normal;
		margin: 0 0 5px;
}
	.mini-cart__total {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
		margin-bottom: 30px;
}
		.mini-cart__total span.ammount {
			font-size: 18px;
}

/*****************************
29 - Components - Navigation
*****************************/
/*-- 29.00 - Main Navigation --*/
@media (min-width: 62em) {
	.main-navigation .mainmenu__item {
		display: inline-block; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item > a {
		padding-right: 20px;
		padding-left: 20px; } }

.main-navigation .mainmenu__item:last-child > a {
	padding-right: 0;
}

@media (min-width: 62em) {
	.main-navigation .mainmenu__item:before {
		position: absolute;
		content: '';
		left: 0;
		bottom: -150%;
		width: 100%;
		height: 50px; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.active > a {
		color: #c2080f; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul {
		position: absolute;
		left: 0;
		top: 150%;
		background: #fff;
		margin-top: 30px;
		min-width: 270px;
		z-index: 9;
		pointer-events: none;
		-webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
		-moz-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
		-ms-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
		-o-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
		box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
		white-space: -moz-nowrap;
		white-space: nowrap;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		visibility: hidden;
		opacity: 0; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul li a {
		color: #111111;
		display: block; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul li a:not(.megamenu-title) .mm-text {
		position: relative; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul li a:not(.megamenu-title) .mm-text:after {
		position: absolute;
		content: '';
		bottom: 0;
		width: 0;
		height: 1px;
		left: auto;
		right: 0;
		-webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
		-moz-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
		-ms-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
		-o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
		transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
		background-color: #c2080f; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul li a:hover {
		color: #c2080f; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul li a:hover:not(.megamenu-title) .mm-text:after {
		width: 100%;
		left: 0;
		right: auto; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
		white-space: -moz-nowrap;
		white-space: nowrap;
		padding: 30px 45px;
		left: 50%;
		-webkit-transform: translateX(-40%);
		-moz-transform: translateX(-40%);
		-ms-transform: translateX(-40%);
		-o-transform: translateX(-40%);
		transform: translateX(-40%); } }

@media (min-width: 75em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu {
		padding: 30px 65px;
		-webkit-transform: translateX(-53%);
		-moz-transform: translateX(-53%);
		-ms-transform: translateX(-53%);
		-o-transform: translateX(-53%);
		transform: translateX(-53%); } }

@media (min-width: 87.5em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu {
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%); } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu.two-column > li {
		-webkit-flex-basis: 50%;
		-moz-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu.three-column > li {
		-webkit-flex-basis: 33.33333%;
		-moz-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu.four-column > li {
		-webkit-flex-basis: 25%;
		-moz-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
		min-width: 240px; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu.five-column > li {
		-webkit-flex-basis: 20%;
		-moz-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu > li {
		min-width: 215px;
		text-align: left; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu > li a {
		margin: 10px 0;
		display: inline-block;
		font-size: 13px;
		line-height: 20px; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu > li a.megamenu-title {
		text-transform: capitalize;
		color: #111111;
		font-size: 18px;
		position: relative;
		margin-bottom: 20px; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu > li a.megamenu-title:hover {
		color: #c2080f; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu > li a.megamenu-title .mm-text:after {
		position: absolute;
		content: '';
		background-color: #c2080f;
		width: 50%;
		height: 2px;
		bottom: -10px;
		left: 0; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu {
		text-align: left;
		background-color: #fff;
		-webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
		-moz-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
		-ms-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
		-o-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
		box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
		padding: 30px 35px;
		z-index: 99999;
		position: absolute;
		width: 210px;
		min-width: 210px;
		left: -35px; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu li:hover ul {
		visibility: visible;
		opacity: 1;
		margin-left: 0;
		top: 0; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu li a {
		padding: 5px 0;
		text-transform: capitalize;
		font-size: 13px;
		line-height: 20px; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu .sub-menu {
		position: absolute;
		background-color: #fff;
		-webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
		-moz-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
		-ms-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
		-o-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
		box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		padding: 30px 35px;
		width: 210px;
		min-width: 210px;
		left: 100%;
		top: 30px;
		margin-top: 0;
		visibility: hidden;
		opacity: 0; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__item.menu-item-has-children:hover > ul {
		pointer-events: visible;
		top: 100%;
		visibility: visible;
		opacity: 1; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu__link {
		color: #666666;
		font-size: inherit; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu li {
		position: relative; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu li .sub-menu {
		display: block;
		background: #fff; } }

@media (min-width: 62em) {
	.main-navigation .mainmenu li ul {
		-webkit-transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
		-moz-transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
		-ms-transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
		-o-transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
		transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66); } }

@media (min-width: 62em) {
	.main-navigation .mainmenu.white-color .mainmenu__link {
		color: #ffffff; } }

/*-- 29.01 - Mobile Menu --*/
.mobile-menu {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 100%;
	-moz-box-flex: 1;
	-moz-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}
	.mobile-menu .mean-bar {
		position: relative;
		background-color: transparent;
		overflow: visible;
		padding: 0;
		min-height: auto;
		z-index: 1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
}
		.mobile-menu .mean-bar * {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
}
		.mobile-menu .mean-bar .meanmenu-reveal {
			position: absolute;
			padding: 0;
			right: 0 !important;
			left: auto !important;
			top: -23px;
			display: block;
			width: auto;
			height: auto;
}
			.mobile-menu .mean-bar .meanmenu-reveal span {
				position: relative;
}
				.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
					height: 2px;
					width: 20px;
					background-color: #111111;
					display: block;
					margin: 8px 0;
					margin-left: auto;
}
				.mobile-menu .mean-bar .meanmenu-reveal span:before, .mobile-menu .mean-bar .meanmenu-reveal span:after {
					content: "";
					position: absolute;
					left: 0;
					width: 100%;
					height: 100%;
					background-color: #111111;
}
				.mobile-menu .mean-bar .meanmenu-reveal span:before {
					top: -6px;
}
				.mobile-menu .mean-bar .meanmenu-reveal span:after {
					bottom: -6px;
}
				.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
					height: 2px;
					width: 20px;
					background-color: transparent;
					display: block;
					margin: 8px 0;
}
					.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
						top: 0;
						-webkit-transform: rotate(45deg);
						-ms-transform: rotate(45deg);
						transform: rotate(45deg);
}
					.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
						bottom: 0;
						-webkit-transform: rotate(-45deg);
						-ms-transform: rotate(-45deg);
						transform: rotate(-45deg);
}
		.mobile-menu .mean-bar .mean-nav {
			background-color: transparent;
			margin-top: 0;
}
			.mobile-menu .mean-bar .mean-nav > ul {
				background-color: #c2080f;
				border: 1px solid #eeeeee;
				border-top: 0;
				overflow-x: hidden;
				overflow-y: auto;
				max-height: 350px;
				margin-top: 40px;
}
				.mobile-menu .mean-bar .mean-nav > ul li {
					position: relative;
					display: block;
					float: none;
					overflow: hidden;
					width: 100%;
					margin: 0;
					padding: 0;
}
					.mobile-menu .mean-bar .mean-nav > ul li a {
						font-size: 13px;
						display: block;
						font-weight: 400;
						text-transform: uppercase;
						line-height: 44px;
						position: relative;
						border-top: 1px solid #eeeeee;
						padding: 0 40px 0 20px;
						width: 100%;
						opacity: 1;
						font-family: "Poppins", sans-serif;
}
					.mobile-menu .mean-bar .mean-nav > ul li ul {
						position: static;
						background-color: rgba(0, 0, 0, 0.03);
						margin: 0;
						padding: 0 !important;
						width: 100%;
						margin: 0;
						display: none;
						float: left;
						width: 100%;
						opacity: 1;
						visibility: visible;
						z-index: 1;
}
						.mobile-menu .mean-bar .mean-nav > ul li ul.megamenu {
							width: 100%;
							left: 0;
							margin-left: 0;
}
							.mobile-menu .mean-bar .mean-nav > ul li ul.megamenu li {
								max-width: 100%;
								padding: 0;
								-webkit-flex-basis: 100%;
								-moz-flex-basis: 100%;
								-ms-flex-preferred-size: 100%;
								flex-basis: 100%;
}
								.mobile-menu .mean-bar .mean-nav > ul li ul.megamenu li a {
									font-size: 13px;
									margin-bottom: 0;
									padding: 15px 40px;
									opacity: 1;
									line-height: 1;
									font-weight: 400;
}
									.mobile-menu .mean-bar .mean-nav > ul li ul.megamenu li a.megamenu-title {
										padding: 15px 40px 15px 30px;
										text-transform: uppercase;
										font-family: "Poppins", sans-serif;
}
						.mobile-menu .mean-bar .mean-nav > ul li ul.sub-menu li a {
							padding-left: 30px;
}
						.mobile-menu .mean-bar .mean-nav > ul li ul.sub-menu li ul a {
							padding-left: 40px;
}
			.mobile-menu .mean-bar .mean-nav ul li a.mean-expand {
				position: absolute;
				right: 0;
				top: 0;
				font-size: 20px !important;
				line-height: 45px !important;
				height: 45px;
				width: 40px;
				text-align: center;
				padding: 0 !important;
				border: none !important;
				background: rgba(0, 0, 0, 0);
}
	.mobile-menu.white-color .mean-bar .meanmenu-reveal span.menu-bar, .mobile-menu.white-color .mean-bar .meanmenu-reveal span:after, .mobile-menu.white-color .mean-bar .meanmenu-reveal span:before {
		background-color: #ffffff;
}

/*-- 29.02 - Off Canvas Menu --*/
.offcanvas-menu-wrapper .offcanvas-menu-inner {
	position: fixed;
	top: 0;
	left: -265px;
	width: 265px;
	height: 100%;
	background: #242424;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 80px;
}

.offcanvas-menu-wrapper.open .offcanvas-menu-inner {
	left: 0;
}

.offcanvas-menu-wrapper.open .btn-close .hamburger-icon {
	background-color: transparent;
}
	.offcanvas-menu-wrapper.open .btn-close .hamburger-icon:after {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		-moz-transform: translateY(-7px) rotate(-45deg);
		-ms-transform: translateY(-7px) rotate(-45deg);
		-o-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
}
	.offcanvas-menu-wrapper.open .btn-close .hamburger-icon:before {
		-webkit-transform: translateY(7px) rotate(45deg);
		-moz-transform: translateY(7px) rotate(45deg);
		-ms-transform: translateY(7px) rotate(45deg);
		-o-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
}

.offcanvas-menu-wrapper .btn-close {
	display: block;
	position: absolute;
	top: 50px;
	right: 15px;
	height: 20px;
	z-index: 100;
	cursor: pointer;
	line-height: 1;
}
	.offcanvas-menu-wrapper .btn-close .hamburger-icon {
		background-color: #aaa;
		margin-top: 7px;
		margin-bottom: 7px;
}
		.offcanvas-menu-wrapper .btn-close .hamburger-icon:after, .offcanvas-menu-wrapper .btn-close .hamburger-icon:before {
			background-color: #aaa;
}

.offcanvas-navigation .offcanvas-menu > li {
	height: 100%;
}

.offcanvas-navigation .offcanvas-menu li > .menu-expand {
	position: absolute;
	right: 0;
	top: -1px;
	width: 50px;
	height: 100%;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
	margin-right: 4px;
}

.offcanvas-navigation .offcanvas-menu li a {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	color: #dddddd;
	display: block;
	padding: 14px 20px;
	line-height: 24px;
}

.offcanvas-navigation .offcanvas-menu li .sub-menu {
	background-color: #111111;
	padding-left: 10px;
}

.offcanvas-navigation .offcanvas-menu li.menu-open > .menu-expand i:before {
	content: '\f106';
}

.offcanvas-navigation .offcanvas-menu li:hover > a {
	color: #c2080f !important;
}

.offcanvas-navigation .offcanvas-menu li:hover > .menu-expand {
	color: #c2080f !important;
}

/*****************************
30 - Components - Product
*****************************/
/*-- 30.00 - Proudct Global --*/
.product-image {
	overflow: hidden;
}
	.product-image a {
		display: block;
}
		.product-image a img {
			width: 100%;
}

.product-badge {
	left: 10px;
	top: 13px;
	font-size: 12px;
	padding: 1px 9px;
}

.product-info {
	text-align: center;
	padding-top: 25px;
}

.product-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.product-size-swatch {
	bottom: 100%;
}
	.product-size-swatch-btn {
		cursor: pointer;
		background-color: rgba(255, 255, 255, 0.6);
		margin-bottom: 1px;
}
		.product-size-swatch-btn.clicked {
			background-color: white;
}

.product-color .action-btn span.current {
	display: inline-block;
	text-indent: -999999px;
}

.product-color-swatch {
	bottom: 100%;
}
	.product-color-swatch-btn {
		background-color: rgba(255, 255, 255, 0.6);
		margin-bottom: 1px;
		text-indent: -999999px;
		cursor: pointer;
}
		.product-color-swatch-btn.clicked {
			background-color: white;
}

.product-color .abbey:after {
	background-color: #52595F;
}

.product-color .blue:after {
	background-color: #82b0fb;
}

.product-color .copper:after {
	background-color: #e47c51;
}

.product-color .old-rose:after {
	background-color: #c18775;
}

.product-price-wrapper {
	line-height: 1.4;
}
	.product-price-wrapper span {
		font-size: 16px;
}
		.product-price-wrapper span.old-price {
			text-decoration: line-through;
}
		.product-price-wrapper span.money-separator {
			padding: 0 15px;
}

.product-short-description {
	font-size: 14px;
	color: #707070;
}

.product-description p {
	font-size: 14px;
	line-height: 25px;
}
	.product-description p:not(:last-child) {
		margin-bottom: 3rem;
}

.product-description__heading {
	color: #404040;
	font-size: 14px;
	line-height: 23px;
	font-weight: 700;
	margin-bottom: 20px;
}

.product-description ul li {
	font-size: 14px;
	line-height: 20px;
}
	.product-description ul li:not(:last-child) {
		margin-bottom: 14px;
}
	.product-description ul li i {
		padding-right: 10px;
}

.product-footer-meta {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}
	.product-footer-meta a {
		color: #707070;
}

.zakas-product-action {
	left: 50%;
	bottom: 0;
	margin-bottom: 1px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
	.zakas-product-action .action-btn {
		margin-right: 1px;
}
	.zakas-product-action .product-action > *:nth-child(1) {
		transition-delay: 100ms;
}
	.zakas-product-action .product-action > *:nth-child(2) {
		transition-delay: 200ms;
}
	.zakas-product-action .product-action > *:nth-child(3) {
		transition-delay: 300ms;
}
	.zakas-product-action .product-action > *:nth-child(4) {
		transition-delay: 400ms;
}
	.zakas-product-action .product-action > * {
		opacity: 0;
		transition-property: all;
		transition-timing-function: linear;
		transition-duration: .4s;
}
	.zakas-product-action-list .action-btn {
		background-color: #f5f5f5;
		margin-right: 4px;
		height: 50px;
}
	.zakas-product-action-list .btn-small {
		height: 44px;
		line-height: 44px;
}

.zakas-product.product-style-2 {
	padding-bottom: 140px;
}
	@media (max-width: 61.94em) {
		.zakas-product.product-style-2 {
			padding-bottom: 80px; } }
	.zakas-product.product-style-2 .product-inner {
		padding-top: 225px;
}
		@media (max-width: 61.94em) {
			.zakas-product.product-style-2 .product-inner {
				padding-top: 130px; } }
	.zakas-product.product-style-2 .product-image {
		margin-bottom: -140px;
}
		@media (max-width: 61.94em) {
			.zakas-product.product-style-2 .product-image {
				margin-bottom: -80px; } }
		.zakas-product.product-style-2 .product-image a {
			text-align: center;
}
			.zakas-product.product-style-2 .product-image a img {
				width: auto;
}
	.zakas-product.product-style-2 .product-info {
		padding-top: 0;
}
		@media (max-width: 61.94em) {
			.zakas-product.product-style-2 .product-info {
				top: 65%; } }
	.zakas-product.product-style-2 .zakas-product-action {
		left: auto;
		bottom: auto;
		margin-bottom: 0px;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
}
		.zakas-product.product-style-2 .zakas-product-action .product-action > * {
			opacity: 1;
}
		@media (max-width: 61.94em) {
			.zakas-product.product-style-2 .zakas-product-action .product-action .action-btn,
			.zakas-product.product-style-2 .zakas-product-action .product-action .product-size-swatch-btn,
			.zakas-product.product-style-2 .zakas-product-action .product-action .product-color-swatch-btn {
				width: 40px;
				height: 35px;
				line-height: 35px; } }
		@media (max-width: 61.94em) {
			.zakas-product.product-style-2 .zakas-product-action .product-action .action-btn i {
				line-height: 35px; } }

.zakas-product:hover .zakas-product-action .product-action > * {
	opacity: 1;
}

/*-- 30.01 - Proudct List --*/
.zakas-product-list .product-image {
	-webkit-flex-basis: 270px;
	-moz-flex-basis: 270px;
	-ms-flex-preferred-size: 270px;
	flex-basis: 270px;
	max-width: 270px;
}
	@media (max-width: 47.94em) {
		.zakas-product-list .product-image {
			-webkit-flex-basis: 230px;
			-moz-flex-basis: 230px;
			-ms-flex-preferred-size: 230px;
			flex-basis: 230px;
			max-width: 230px; } }
	@media (max-width: 35.94em) {
		.zakas-product-list .product-image {
			-webkit-flex-basis: 100%;
			-moz-flex-basis: 100%;
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			max-width: 100%; } }

.zakas-product-list .product-thumbnail-action {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0.2, 0.2);
	-moz-transform: scale(0.2, 0.2);
	-ms-transform: scale(0.2, 0.2);
	-o-transform: scale(0.2, 0.2);
	transform: scale(0.2, 0.2);
}

.zakas-product-list .product-info {
	-webkit-flex-basis: calc(100% - 270px);
	-moz-flex-basis: calc(100% - 270px);
	-ms-flex-preferred-size: calc(100% - 270px);
	flex-basis: calc(100% - 270px);
	max-width: calc(100% - 270px);
	padding-left: 40px;
	text-align: left;
	padding-top: 0;
}
	@media (max-width: 47.94em) {
		.zakas-product-list .product-info {
			-webkit-flex-basis: calc(100% - 230px);
			-moz-flex-basis: calc(100% - 230px);
			-ms-flex-preferred-size: calc(100% - 230px);
			flex-basis: calc(100% - 230px);
			max-width: calc(100% - 230px);
			padding-left: 30px; } }
	@media (max-width: 35.94em) {
		.zakas-product-list .product-info {
			-webkit-flex-basis: 100%;
			-moz-flex-basis: 100%;
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			max-width: 100%;
			padding-left: 0;
			padding-top: 30px; } }
	.zakas-product-list .product-info .star-rating {
		margin-left: 0;
}

.zakas-product-list .product-size-swatch, .zakas-product-list .product-color-swatch {
	bottom: auto;
	left: auto;
	position: relative;
}
	.zakas-product-list .product-size-swatch-btn, .zakas-product-list .product-color-swatch-btn {
		background-color: #f5f5f5;
		margin-bottom: 0;
		height: 50px;
}

.zakas-product-list .product-title {
	font-size: 28px;
	line-height: 34px;
}
	@media (max-width: 61.94em) {
		.zakas-product-list .product-title {
			font-size: 24px;
			line-height: 28px; } }

.zakas-product-list:hover .product-thumbnail-action {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

/*-- 30.02 - Proudct Summary --*/
.product-summary .product-navigation a {
	border-width: 1px solid #eeeeee;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
	-moz-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
	-ms-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
	-o-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
	box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
	width: 38px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	background-color: #ffffff;
	font-size: 18px;
}
	.product-summary .product-navigation a.next {
		margin-left: 5px;
}

.product-summary .product-rating .star-rating {
	margin-left: 0;
}

.product-summary .product-title {
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
}
	@media (max-width: 47.94em) {
		.product-summary .product-title {
			font-size: 26px; } }

.product-summary .product-price-wrapper span {
	font-size: 24px;
	display: inline-block;
}
	.product-summary .product-price-wrapper span.money-separator {
		padding: 0 10px;
}

.product-summary .product-footer-meta p {
	line-height: 21px;
}
	.product-summary .product-footer-meta p span {
		margin-right: 0;
}
	.product-summary .product-footer-meta p a {
		font-size: 14px;
}

/*-- 30.03 - Product Variations --*/
.variation-form .variation {
	float: left;
	margin-right: 5px;
}
	.variation-form .variation a {
		display: inline-block;
}

.variation-form .product-color-variations .product-color-variation {
	overflow: hidden;
	clear: both;
}
.variation-form .product-color-variations .product-color-variation-btn {
	margin: 0;
	display: block;
	text-indent: -99999px;
	width: 45px;
	height: 45px;
	border-width: 1px;
	border-style: solid;
	border-color: #eeeeee;
	cursor: pointer;
}
.variation-form .product-color-variations .product-color-variation-btn:after {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.variation-form .product-color-variations .product-color-variation-btn:hover {
	border-color: #c2080f;
}
.variation-form .product-color-variations .product-color-variation-btn.selected {
	border-color: #c2080f;
}
.variation-form .product-color-variations .product-color-variation-btn.red:hover {
	border-color: #c2080f;
}
.variation-form .product-color-variations .product-color-variation-btn.red:after {
	background-color: #c2080f;
}
.variation-form .product-color-variations .product-color-variation-btn.red.selected {
	border-color: #c2080f;
}
.variation-form .product-color-variations .product-color-variation-btn.black:hover {
	border-color: #c2080f;
}
.variation-form .product-color-variations .product-color-variation-btn.black:after {
	background-color: #000000;
}
.variation-form .product-color-variations .product-color-variation-btn.black.selected {
	border-color: #c2080f;
}
.variation-form .product-color-variations .product-color-variation-btn.green:hover {
	border-color: #29ab87;
}
.variation-form .product-color-variations .product-color-variation-btn.green:after {
	background-color: #29ab87;
}
.variation-form .product-color-variations .product-color-variation-btn.green.selected {
	border-color: #29ab87;
}
.variation-form .product-color-variations .product-color-variation-btn.pink:hover {
	border-color: #c2080f;
}
.variation-form .product-color-variations .product-color-variation-btn.pink:after {
	background-color: #c2080f;
}
.variation-form .product-color-variations .product-color-variation-btn.pink.selected {
	border-color: #c2080f;
}
.variation-form .product-color-variations .product-color-variation-btn.blue:hover {
	border-color: #000080;
}
.variation-form .product-color-variations .product-color-variation-btn.blue:after {
	background-color: #000080;
}
.variation-form .product-color-variations .product-color-variation-btn.blue.selected {
	border-color: #000080;
}

.variation-form .product-size-variations .product-size-variation {
	overflow: hidden;
	clear: both;
}
.variation-form .product-size-variations .product-size-variation-btn {
	width: 58px;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	border: 1px solid #eeeeee;
	margin-top: 6px;
}
@media (max-width: 35.94em) {
	.variation-form .product-size-variations .product-size-variation-btn {
		width: 50px;
		height: 40px;
		line-height: 40px;
	}
}

.variation-form .reset_variations {
	padding-right: 20px;
	font-weight: 500;
	line-height: 30px;
}
.variation-form .reset_variations:before {
	background: url(../img/icons/cross.png) no-repeat scroll right center;
	right: 0;
	top: 7px;
	width: 10px;
	height: 10px;
}

/*-- 30.04 - Special Proudct --*/
.special-product-bg {
	background-color: rgba(136, 68, 41, 0.569);
}
.special-product-bg-2 {
	background-color: rgba(46, 26, 21, 0.8);
}

.special-product-price span {
	font-size: 36px;
	display: inline-block;
}
.special-product-price span.old-price {
	text-decoration: line-through;
}
.special-product-price span.money-separator {
	padding: 0 5px;
}

.special-product-stock {
	font-size: 24px;
	line-height: 31px;
}

.special-product-title {
	font-weight: 300;
	font-size: 36px;
	line-height: 1.1;
	margin-bottom: 0;
}

.special-product-item {
	height: 100rem;
}

/*****************************
31 - Components - Slider
*****************************/
/*-- 31.00 - Slider Height --*/
.slider-height {
	height: 83rem;
}
	@media (max-width: 106.1875em) {
		.slider-height {
			height: 80rem; } }
	@media (max-width: 100em) {
		.slider-height {
			height: 65rem; } }
	@media (max-width: 87.4375em) {
		.slider-height {
			height: 58rem; } }
	@media (max-width: 81.1875em) {
		.slider-height {
			height: 55rem; } }
	@media (max-width: 74.9375em) {
		.slider-height {
			height: 65rem; } }
	@media (max-width: 65.9375em) {
		.slider-height {
			height: 63rem; } }
	@media (max-width: 61.94em) {
		.slider-height {
			height: 60rem; } }
	.slider-height-2 {
		height: 100vh;
}
	.slider-height-3 {
		height: 78rem;
}
		@media (max-width: 106.1875em) {
			.slider-height-3 {
				height: 75rem; } }
		@media (max-width: 100em) {
			.slider-height-3 {
				height: 60rem; } }
		@media (max-width: 87.4375em) {
			.slider-height-3 {
				height: 52rem; } }
		@media (max-width: 81.1875em) {
			.slider-height-3 {
				height: 55rem; } }
		@media (max-width: 74.9375em) {
			.slider-height-3 {
				height: 60rem; } }
		@media (max-width: 65.9375em) {
			.slider-height-3 {
				height: 59rem; } }
		@media (max-width: 61.94em) {
			.slider-height-3 {
				height: 53rem; } }

/*-- 31.01 - Slider Content BG Shape --*/
.bg-shape:after, .bg-shape:before {
	background-color: rgba(250, 251, 248, 0.42);
	z-index: 1;
}

.bg-shape:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bg-shape:before {
	width: 94%;
	height: 91%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bg-shape * {
	z-index: 2;
}

.bg-shape.red-bg:before {
	background-color: #e81214;
}

.transparent-bg-shape {
	background-color: rgba(0, 0, 0, 0.702);
}

/*-- 31.02 - Accordion Slider --*/
.accordion-slider-wrapper, .accordion-click-slider-wrapper {
	overflow: hidden;
}

.accordion-slider__item, .accordion-click-slider__item {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-transition: flex 0.6s ease;
	-moz-transition: flex 0.6s ease;
	-ms-transition: flex 0.6s ease;
	-o-transition: flex 0.6s ease;
	transition: flex 0.6s ease;
	cursor: pointer;
}
	.accordion-slider__item .slider-content, .accordion-click-slider__item .slider-content {
		width: 0;
		-webkit-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		-o-transform: scale(0, 0);
		transform: scale(0, 0);
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
}
	@media (max-width: 47.94em) {
		.accordion-slider__item:not(.active), .accordion-click-slider__item:not(.active) {
			height: 40rem;
			width: 33.333%; } }
	@media (max-width: 35.94em) {
		.accordion-slider__item:not(.active), .accordion-click-slider__item:not(.active) {
			height: 20rem; } }
	.accordion-slider__item.active, .accordion-click-slider__item.active {
		-webkit-box-flex: 8;
		-webkit-flex-grow: 8;
		-moz-flex-grow: 8;
		-ms-flex-positive: 8;
		flex-grow: 8;
}
		@media (max-width: 61.94em) {
			.accordion-slider__item.active, .accordion-click-slider__item.active {
				-webkit-box-flex: 4;
				-webkit-flex-grow: 4;
				-moz-flex-grow: 4;
				-ms-flex-positive: 4;
				flex-grow: 4; } }
		@media (max-width: 47.94em) {
			.accordion-slider__item.active, .accordion-click-slider__item.active {
				-webkit-flex-basis: 100%;
				-moz-flex-basis: 100%;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				min-width: 100%;
				-webkit-box-ordinal-group: 0;
				-webkit-order: -1;
				-moz-order: -1;
				-ms-flex-order: -1;
				order: -1; } }
		@media (max-width: 35.94em) {
			.accordion-slider__item.active, .accordion-click-slider__item.active {
				height: 55rem; } }
		.accordion-slider__item.active .slider-content, .accordion-click-slider__item.active .slider-content {
			width: 485px;
			-webkit-transform: scale(1, 1);
			-moz-transform: scale(1, 1);
			-ms-transform: scale(1, 1);
			-o-transform: scale(1, 1);
			transform: scale(1, 1);
}
			@media (max-width: 61.94em) {
				.accordion-slider__item.active .slider-content, .accordion-click-slider__item.active .slider-content {
					width: 400px; } }
			@media (max-width: 47.94em) {
				.accordion-slider__item.active .slider-content, .accordion-click-slider__item.active .slider-content {
					width: 350px; } }
			@media (max-width: 35.94em) {
				.accordion-slider__item.active .slider-content, .accordion-click-slider__item.active .slider-content {
					width: 300px; } }

.accordion-slider__btn.prev, .accordion-click-slider__btn.prev {
	margin-right: -2px;
}

.accordion-slider__btn.next, .accordion-click-slider__btn.next {
	margin-left: -2px;
}

.accordion-slider__btn-group, .accordion-click-slider__btn-group {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20.5%;
}

/*****************************
32 - Components - Social
*****************************/
.social {
	line-height: 1;
}
	.social__item {
		display: inline-block;
}
		.social__item:not(:last-child) {
			margin-right: 5px;
}
	.social__link {
		font-size: 12px;
		text-transform: capitalize;
}
		@media (max-width: 35.94em) {
			.social__link {
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				-webkit-justify-content: center;
				-moz-justify-content: center;
				justify-content: center; } }
		.social__link span {
			border: 1px solid #eeeeee;
			padding: 0 12px;
			height: 22px;
			line-height: 20px;
}
			@media (max-width: 47.94em) {
				.social__link span {
					display: none; } }
		.social__link i {
			background-color: #c2080f;
			width: 38px;
			height: 24px;
			font-size: 14px;
			line-height: 24px;
			color: #ffffff;
}
		.social__link.facebook i {
			background-color: #1561b7;
}
		.social__link.google-plus i {
			background-color: #c2080f;
}
		.social__link.pinterest i {
			background-color: #c2080f;
}
		.social__link.twitter i {
			background-color: #4696f0;
}
	.social-2 .social__item {
		display: inline-block;
}
		@media (max-width: 35.94em) {
			.social-2 .social__item {
				display: inline-block; } }
		.social-2 .social__item:not(:last-child) {
			margin-right: 0;
			margin-bottom: 0;
}
	@media (max-width: 35.94em) {
		.social-sharing .social__item {
			display: inline-block; } }
	.social-sharing .social__link i {
		width: 38px;
		height: 30px;
		line-height: 30px;
		text-align: center;
}
	.social.color-2 .social__link span {
		background-color: #d2d2d2;
}

/*****************************
34 - Components - Tabs
*****************************/
/*-- 34.01 - Tab Style 1 --*/
.tab-style-1 .nav-tabs {
	overflow: hidden;
}

.tab-style-1 .nav-link {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	line-height: 1;
	padding: 7px 10px;
}
	.tab-style-1 .nav-link:not(:last-child) {
		margin-right: 20px;
}
	.tab-style-1 .nav-link:after {
		left: 20px;
		top: 0;
		width: 11px;
		height: 11px;
		line-height: 11px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
}
	.tab-style-1 .nav-link.active::after {
		left: -5px;
}
	.tab-style-1 .nav-link span {
		border: none;
}

/*-- 34.02 - Tab Style 2 --*/
@media (max-width: 35.94em) {
	.tab-style-2 .nav-tabs {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column; } }

.tab-style-2 .nav-link {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	line-height: 13px;
	padding: 0;
	font-size: 16px;
}
	.tab-style-2 .nav-link:not(:last-child) {
		margin-right: 40px;
}
		@media (max-width: 61.94em) {
			.tab-style-2 .nav-link:not(:last-child) {
				margin-right: 30px; } }
		@media (max-width: 47.94em) {
			.tab-style-2 .nav-link:not(:last-child) {
				margin-right: 20px; } }
		@media (max-width: 35.94em) {
			.tab-style-2 .nav-link:not(:last-child) {
				margin-bottom: 15px;
				margin-right: 0; } }
	.tab-style-2 .nav-link span {
		border-width: 0px;
		display: inline-block;
}
		.tab-style-2 .nav-link span:after {
			left: 0;
			top: 50%;
			width: 0%;
			height: 1px;
			margin-top: -.5px;
			-webkit-transition: opacity 0.1s, visibility 0.1s, width 0.3s;
			-moz-transition: opacity 0.1s, visibility 0.1s, width 0.3s;
			-ms-transition: opacity 0.1s, visibility 0.1s, width 0.3s;
			-o-transition: opacity 0.1s, visibility 0.1s, width 0.3s;
			transition: opacity 0.1s, visibility 0.1s, width 0.3s;
}
	.tab-style-2 .nav-link.active span:after {
		width: 100%;
}

.tab-style-2-1 .nav-link {
	flex: 1 0 auto;
	text-align: left;
	margin-right: 0 !important;
}
	@media (max-width: 35.94em) {
		.tab-style-2-1 .nav-link {
			text-align: center; } }

/*-- 34.03 - Tab Style 3 --*/
.tab-style-3 .nav-tabs {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
	margin-bottom: 35px;
}
	@media (max-width: 35.94em) {
		.tab-style-3 .nav-tabs {
			-webkit-box-direction: normal;
			-webkit-box-orient: vertical;
			-webkit-flex-direction: column;
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column; } }

.tab-style-3 .nav-link {
	border: 1px solid #dddddd;
	padding: 11px 15px;
	color: #404040;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
	.tab-style-3 .nav-link:not(:last-child) {
		margin-right: 5px;
}
	@media (max-width: 35.94em) {
		.tab-style-3 .nav-link {
			width: 100%; } }

/*-- 34.04 - User Dashboard tab --*/
.user-dashboard-tab__head {
	background-color: #f9f9f9;
	padding: 15px 0;
	-webkit-flex-basis: 190px;
	-moz-flex-basis: 190px;
	-ms-flex-preferred-size: 190px;
	flex-basis: 190px;
	max-width: 190px;
	margin-right: 30px;
}
	@media (max-width: 47.94em) {
		.user-dashboard-tab__head {
			-webkit-flex-basis: 100%;
			-moz-flex-basis: 100%;
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			max-width: 100%;
			width: 100%;
			margin-right: 0;
			margin-bottom: 30px;
			padding: 0; } }
	.user-dashboard-tab__head .nav-link {
		display: block;
		padding: 10px 30px;
		border: none;
		text-align: left;
		background: transparent;
}
		@media (max-width: 47.94em) {
			.user-dashboard-tab__head .nav-link {
				padding: 12px; } }

.user-dashboard-tab__content {
	-webkit-flex-basis: calc(100% - 220px);
	-moz-flex-basis: calc(100% - 220px);
	-ms-flex-preferred-size: calc(100% - 220px);
	flex-basis: calc(100% - 220px);
	max-width: calc(100% - 220px);
}
	@media (max-width: 47.94em) {
		.user-dashboard-tab__content {
			-webkit-flex-basis: 100%;
			-moz-flex-basis: 100%;
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			max-width: 100%;
			width: 100%; } }
	.user-dashboard-tab__content p a:hover {
		text-decoration: underline;
}

/*-- 34.05 - Tab Content --*/
.tab-content {
	width: 100%;
}
	.tab-content .tab-pane {
		display: none;
		height: 0;
		max-width: 100%;
		visibility: hidden;
		overflow: hidden;
		opacity: 0;
}
		.tab-content .tab-pane.active {
			display: block;
			height: auto;
			visibility: visible;
			opacity: 1;
			overflow: visible;
}

.tab-content .tab-pane.active .zakas-product {
	animation: zakasFadeInUp .5s linear .1s;
}

.shop-products .tab-content .tab-pane.active .zakas-product {
	animation: zakasFadeInUp 0s linear 0s;
}

/*****************************
33 - Components - Table
*****************************/
.table {
	margin-bottom: 0;
}
	.table thead th, .table th {
		text-transform: uppercase;
		padding: 13px 0;
		letter-spacing: 1px;
		font-weight: 400;
		font-size: 11px;
		border: 0px solid #eeeeee;
		vertical-align: middle;
}
	.table td {
		vertical-align: middle;
		border: 0px solid #eeeeee;
}
	.table th, .table td {
		min-width: 100px;
}
		.table th.wide-column, .table td.wide-column {
			min-width: 240px;
}
	.table tbody td {
		padding: 15px 0;
}
		.table tbody td.product-remove {
			width: 30px !important;
			min-width: 30px !important;
			padding-left: 15px;
}
		.table tbody td.product-thumbnail {
			width: 90px !important;
			min-width: 90px !important;
}
		.table tbody td.product-name h3 {
			font-size: 14px;
			font-weight: 500;
}
		.table tbody td.product-stock {
			display: table-cell;
}
		.table tbody td.product-price .product-price-wrapper > span {
			font-weight: 400;
			font-size: 14px;
}
		.table tbody td.product-total-price .product-price-wrapper > span {
			font-weight: 600;
			font-size: 14px;
}
		.table tbody td.product-quantity .quantity {
			margin-right: auto;
			margin-left: auto;
			height: 50px;
}
			.table tbody td.product-quantity .quantity .qtybutton {
				height: 48px;
				line-height: 48px;
}
			.table tbody td.product-quantity .quantity-input {
				border-color: transparent;
				font-size: 16px;
}
	.table.compare-table tbody th, .table.compare-table tbody td {
		border-width: 1px;
		padding: 10px;
}
	.table.compare-table tbody th {
		min-width: 200px;
		background-color: #f5f5f5;
		vertical-align: middle;
		border-color: #eeeeee;
		font-weight: bold;
		font-weight: 700;
		text-transform: capitalize;
		letter-spacing: 0;
		font-size: 14px;
}
	.table.compare-table tbody td {
		min-width: 250px;
		border-color: #eeeeee;
		text-align: center;
		vertical-align: middle;
		font-size: 13px;
		line-height: 1.4;
}
	.table.compare-table tbody .product-name {
		font-size: 14px;
		margin: 20px 0;
}
	.table-style-2 thead th {
		font-size: 14px;
		background: #f5f5f5;
		text-transform: capitalize;
}
	.table.shop_attributes {
		max-width: 820px;
		margin: 0 auto;
}
		.table.shop_attributes th, .table.shop_attributes td {
			padding: 4px 0;
			font-size: 14px;
			text-transform: none;
			line-height: 22px;
}
		.table.shop_attributes th {
			color: #181818;
			font-weight: 400;
			min-width: 140px;
}

.group-product-table tr {
	width: 100%;
}

.group-product-table td {
	border-width: 1px;
}
	.group-product-table td:first-child {
		width: 18%;
}

.group-product-table tbody td {
	padding: 5px 10px;
}
	.group-product-table tbody td.product-quantity .quantity {
		height: 60px;
		width: 80px;
}
		.group-product-table tbody td.product-quantity .quantity .qtybutton {
			height: 58px;
			cursor: pointer;
			width: 20px;
			font-size: 20px;
			line-height: 58px;
}
			.group-product-table tbody td.product-quantity .quantity .qtybutton.dec {
				left: 5px;
}
			.group-product-table tbody td.product-quantity .quantity .qtybutton.inc {
				right: 5px;
}
	.group-product-table tbody td.product-name h3 {
		font-size: 14px;
		font-weight: 500;
}
	.group-product-table tbody td.product-price .product-price-wrapper > span {
		font-size: 14px;
}
		.group-product-table tbody td.product-price .product-price-wrapper > span.product-price-old {
			display: block;
			margin-bottom: 5px;
}
			.group-product-table tbody td.product-price .product-price-wrapper > span.product-price-old span {
				font-size: 18px;
}
		.group-product-table tbody td.product-price .product-price-wrapper > span.product-price-new {
			text-decoration: underline;
}
			.group-product-table tbody td.product-price .product-price-wrapper > span.product-price-new span {
				font-size: 18px;
}

/*****************************
35 - Components - Widget
*****************************/
/*-- 35.00 - Widget Title --*/
.widget-title {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #f0f0f0;
}
	.widget-title:after {
		left: 0;
		bottom: 0;
		height: 4px;
		width: 30px;
}

/*-- 35.01 - Widget List --*/
.widget-list li:not(:last-child) {
	margin-bottom: 1.8rem;
}

.widget-list li a {
	font-size: 14px;
}

.widget-list.category-list li a:after {
	right: 25px;
	top: 50%;
	height: 1px;
	width: 69px;
	background-color: #f0f0f0;
}

/*-- 35.02 - Widget Color --*/
.widget-color a {
	display: inline-block;
	padding: 8px 14px;
	font-size: 14px;
	margin-bottom: 5px;
}
	.widget-color a.red {
		background-color: #c4181d;
}
	.widget-color a.pink {
		background-color: #f178ba;
}
	.widget-color a.black {
		background-color: #000000;
}
	.widget-color a.brown {
		background-color: #c48a72;
}
	.widget-color a.blue {
		background-color: #3d72c9;
}
	.widget-color a.cholate {
		background-color: #4f1310;
}
	.widget-color a.copper {
		background-color: #e47c51;
}
	.widget-color a.gray {
		background-color: #454541;
}

/*-- 35.03 - Tagcloud --*/
.tagcloud a {
	font-size: 14px;
	display: inline-block;
	line-height: 1;
	margin-right: 12px;
	padding-right: 10px;
}
	.tagcloud a:after {
		right: 0;
		top: 0;
		width: 2px;
		height: 100%;
		background-color: #bbb;
}

/*-- 35.04 - Recent Post --*/
.recent-post__item {
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}
	@media (max-width: 47.94em) {
		.recent-post__item {
			padding-bottom: 20px; } }
	.recent-post__item:not(:last-child) {
		margin-bottom: 30px;
}
		@media (max-width: 47.94em) {
			.recent-post__item:not(:last-child) {
				margin-bottom: 20px; } }

.recent-post__thumb {
	-webkit-flex-basis: 70px;
	-moz-flex-basis: 70px;
	-ms-flex-preferred-size: 70px;
	flex-basis: 70px;
	max-width: 70px;
}

.recent-post__content {
	-webkit-flex-basis: calc(100% - 70px);
	-moz-flex-basis: calc(100% - 70px);
	-ms-flex-preferred-size: calc(100% - 70px);
	flex-basis: calc(100% - 70px);
	max-width: calc(100% - 70px);
	padding-left: 20px;
}

.recent-post__title {
	font-size: 16px;
	margin-bottom: 5px;
}
	.recent-post__title a {
		font-family: "Roboto", sans-serif;
}

.instagram-item:hover .instagram-image::before {
	border-color: #c2080f;
	opacity: 0.5;
	visibility: visible;
}

.instagram-image {
	position: relative;
	display: block;
	overflow: hidden;
}
	.instagram-image::before {
		background-color: black;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		opacity: 0;
		visibility: hidden;
		z-index: 1;
		pointer-events: none;
}
	.instagram-image img {
		display: block;
		width: 100%;
}

/*****************************
40 - Pages - Cart
*****************************/
.cart-collaterals {
	background: #f6f6f6;
}

.cart-totals {
	padding: 30px 30px 0;
	margin-bottom: 15px;
}

.cart-calculator__item--head {
	-webkit-flex-basis: 90px;
	-moz-flex-basis: 90px;
	-ms-flex-preferred-size: 90px;
	flex-basis: 90px;
	max-width: 90px;
	font-size: 14px;
	font-weight: 700;
}

.cart-calculator__item--value {
	-webkit-flex-basis: calc(100% - 90px);
	-moz-flex-basis: calc(100% - 90px);
	-ms-flex-preferred-size: calc(100% - 90px);
	flex-basis: calc(100% - 90px);
	max-width: calc(100% - 90px);
}
	@media (max-width: 28.125em) {
		.cart-calculator__item--value {
			-webkit-flex-basis: 100%;
			-moz-flex-basis: 100%;
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			max-width: 100%; } }
	.cart-calculator__item--value > span,
	.cart-calculator__item--value > a {
		display: block;
		margin-bottom: 5px;
}
	.cart-calculator__item--value .product-price-wrapper > span {
		font-weight: 400;
}

.cart-calculator__item.order-total {
	border-top: 1px solid #eeeeee;
}
	.cart-calculator__item.order-total > div {
		padding-top: 15px;
}

/*****************************
41 - Pages - Checkout
*****************************/
.user-actions__form {
	margin-bottom: 30px;
}
	@media (max-width: 47.94em) {
		.user-actions__form {
			margin-bottom: 20px; } }
	.user-actions__form .form__input {
		width: 48%;
		height: 47px;
}
		@media (max-width: 35.94em) {
			.user-actions__form .form__input {
				width: 100%;
				margin-bottom: 20px; } }

.checkout-title h2 {
	font-size: 20px;
	margin-bottom: 45px;
}
	@media (max-width: 61.94em) {
		.checkout-title h2 {
			margin-bottom: 30px; } }
	@media (max-width: 35.94em) {
		.checkout-title h2 {
			margin-bottom: 20px; } }
	.checkout-title h2:after {
		content: "";
		width: 50px;
		display: block;
		margin-top: 10px;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-color: inherit;
}

.new-account {
	padding-top: 20px;
}

.order-details {
	padding: 40px 45px;
	border: 2px solid #eeeeee;
}
	@media (max-width: 47.94em) {
		.order-details {
			padding: 30px 35px; } }
	@media (max-width: 35.94em) {
		.order-details {
			padding: 20px 25px; } }

.payment-label {
	text-transform: uppercase;
}

.payment-radio input {
	margin-right: 10px;
}

.payment-info {
	padding: 10px 0;
}
	.payment-info p {
		font-size: 12px;
		margin-bottom: 0;
}

.terms-condition-label a {
	font-size: 18px;
	font-weight: 500;
}
	.terms-condition-label a:hover {
		text-decoration: underline;
}

.shipping-method {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
	.shipping-method .custom-radio {
		width: 150px;
}

/*****************************
42 - Pages - Shop
*****************************/
.shop-toolbar .product-view-mode a:not(:last-child) {
	margin-right: 15px;
}

.shop-toolbar .product-categories {
	margin-right: 5rem;
}

.shop-toolbar .product-ordering__select.nice-select:after, .shop-toolbar .product-categories__select.nice-select:after {
	line-height: 40px;
}

.shop-toolbar .nice-select {
	background-color: #f5f5f5;
	width: 220px;
	height: 40px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	padding-right: 0;
}

.shop-products .zakas-product {
	display: block;
}

.shop-products .zakas-product-list {
	display: none;
}

.shop-products.grid .zakas-product {
	display: block;
}

.shop-products.grid .zakas-product-list {
	display: none;
}

.shop-products.list .zakas-product {
	display: none;
}

.shop-products.list .zakas-product-list {
	display: block;
}

.shop-products.list .row > [class^="col"] {
	-webkit-flex-basis: 100%;
	-moz-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

/*****************************
10. Header CSS
*****************************/
.product-gallery.vertical-slide-nav .product-gallery__nav-image {
	-webkit-flex-basis: 170px;
	-moz-flex-basis: 170px;
	-ms-flex-preferred-size: 170px;
	flex-basis: 170px;
	max-width: 170px;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
	@media (max-width: 74.9375em) {
		.product-gallery.vertical-slide-nav .product-gallery__nav-image {
			-webkit-flex-basis: 150px;
			-moz-flex-basis: 150px;
			-ms-flex-preferred-size: 150px;
			flex-basis: 150px;
			max-width: 150px; } }
	@media (max-width: 61.94em) {
		.product-gallery.vertical-slide-nav .product-gallery__nav-image {
			-webkit-flex-basis: 170px;
			-moz-flex-basis: 170px;
			-ms-flex-preferred-size: 170px;
			flex-basis: 170px;
			max-width: 170px; } }
	@media (max-width: 47.94em) {
		.product-gallery.vertical-slide-nav .product-gallery__nav-image {
			-webkit-flex-basis: 100%;
			-moz-flex-basis: 100%;
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			max-width: 100%;
			-webkit-box-ordinal-group: 3;
			-webkit-order: 2;
			-moz-order: 2;
			-ms-flex-order: 2;
			order: 2; } }

.product-gallery.vertical-slide-nav .product-gallery__large-image {
	-webkit-flex-basis: calc(100% - 170px);
	-moz-flex-basis: calc(100% - 170px);
	-ms-flex-preferred-size: calc(100% - 170px);
	flex-basis: calc(100% - 170px);
	max-width: calc(100% - 170px);
	padding-left: 30px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
	@media (max-width: 74.9375em) {
		.product-gallery.vertical-slide-nav .product-gallery__large-image {
			-webkit-flex-basis: calc(100% - 150px);
			-moz-flex-basis: calc(100% - 150px);
			-ms-flex-preferred-size: calc(100% - 150px);
			flex-basis: calc(100% - 150px);
			max-width: calc(100% - 150px); } }
	@media (max-width: 61.94em) {
		.product-gallery.vertical-slide-nav .product-gallery__large-image {
			-webkit-flex-basis: calc(100% - 170px);
			-moz-flex-basis: calc(100% - 170px);
			-ms-flex-preferred-size: calc(100% - 170px);
			flex-basis: calc(100% - 170px);
			max-width: calc(100% - 170px); } }
	@media (max-width: 47.94em) {
		.product-gallery.vertical-slide-nav .product-gallery__large-image {
			-webkit-flex-basis: 100%;
			-moz-flex-basis: 100%;
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			max-width: 100%;
			padding-left: 0;
			-webkit-box-ordinal-group: 2;
			-webkit-order: 1;
			-moz-order: 1;
			-ms-flex-order: 1;
			order: 1; } }

.product-gallery.vertical-slide-nav.flex-row-reverse .product-gallery__large-image {
	padding-right: 30px;
}

.product-gallery__nav-image--single img {
	width: 100%;
}

.product-gallery__large-image img {
	width: 100%;
}

.product-gallery__actions {
	right: 30px;
	bottom: 30px;
	z-index: 9;
}
	.product-gallery__actions .action-btn:not(:last-child) {
		margin-bottom: 10px;
}

.product-reviews .review__title {
	font-size: 36px;
	letter-spacing: -2px;
	display: block;
	font-weight: 400;
	margin-bottom: 30px;
}
	@media (max-width: 47.94em) {
		.product-reviews .review__title {
			font-size: 25px;
			margin-bottom: 15px;
			letter-spacing: 0px; } }
	@media (max-width: 35.94em) {
		.product-reviews .review__title {
			font-size: 20px; } }

.product-reviews .review__item {
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #DEDEDE;
}

.product-reviews .review__avatar {
	-webkit-flex-basis: 60px;
	-moz-flex-basis: 60px;
	-ms-flex-preferred-size: 60px;
	flex-basis: 60px;
	max-width: 60px;
	height: 60px;
}

.product-reviews .review__text {
	-webkit-flex-basis: calc(100% - 60px);
	-moz-flex-basis: calc(100% - 60px);
	-ms-flex-preferred-size: calc(100% - 60px);
	flex-basis: calc(100% - 60px);
	max-width: calc(100% - 60px);
	padding-left: 20px;
}
	@media (max-width: 28.125em) {
		.product-reviews .review__text {
			-webkit-flex-basis: 100%;
			-moz-flex-basis: 100%;
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			max-width: 100%;
			padding-left: 0;
			padding-top: 10px; } }
	.product-reviews .review__text .star-rating {
		margin-left: 0;
}

.product-reviews .review__meta {
	margin-bottom: 10px;
}

.product-reviews .review__published-date {
	font-size: 12px;
}

@media (max-width: 35.94em) {
	.product-reviews .review__description {
		margin-top: 10px; } }

/*****************************
51 - Utilities - Common
*****************************/
/*-- Global Overlay --*/
.zakas-global-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(17, 17, 17, 0.7);
	z-index: 1000;
}

/*-- Pagination --*/
.pagination li:not(:last-child) {
	margin-right: 10px;
}

.pagination li .page-number {
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	display: block;
	position: relative;
	background: #f0f0f0;
	border: none;
}
	.pagination li .page-number.prev, .pagination li .page-number.next {
		background-color: transparent;
}
		.pagination li .page-number.prev:hover, .pagination li .page-number.next:hover {
			background-color: transparent;
}

/*-- Tooltip --*/
@media (max-width: 47.94em) {
	.tooltip {
		display: none; } }

/*-- Quantity --*/
.quantity {
	font-size: 20px;
	font-weight: 500;
	width: 106px;
	height: 43px;
	line-height: 41px;
}
	.quantity-label {
		margin-bottom: 0;
		font-size: 14px;
		font-weight: 600;
		margin-right: 20px;
}
	.quantity-input {
		background-color: #ffffff;
		border: 1px solid #eeeeee;
		width: 100%;
		height: 100%;
		font-size: 14px;
		text-align: center;
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		-o-appearance: none;
		appearance: none;
}
		.quantity-input::-webkit-input-placeholder {
			color: #111111;
}
		.quantity-input:-moz-placeholder {
			color: #111111;
}
		.quantity-input::-moz-placeholder {
			color: #111111;
}
		.quantity-input:-ms-input-placeholder {
			color: #111111;
}
	.quantity .qtybutton {
		position: absolute;
		height: 100%;
		line-height: 43px;
		cursor: pointer;
		width: 14px;
		font-size: 14px;
		font-family: sans-serif;
		top: 0;
		text-align: center;
		font-weight: 600px;
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-ms-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
}
		.quantity .qtybutton.inc {
			right: 20px;
}
		.quantity .qtybutton.dec {
			left: 20px;
}

/*-- Rating --*/
.star-rating {
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	height: 14px;
	line-height: 14px;
	letter-spacing: 5px;
	font-size: 14px;
	width: 90px;
	font-family: 'fontAwesome';
	direction: ltr;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #9a9a9a;
}
	.star-rating:before {
		content: "\f005\f005\f005\f005\f005";
		float: left;
		top: 0;
		left: 0;
		position: absolute;
}
	.star-rating span {
		color: #666666;
		overflow: hidden;
		float: left;
		top: 0;
		left: 0;
		position: absolute;
		padding-top: 15px;
		height: 0;
}
		.star-rating span:before {
			content: "\f005\f005\f005\f005\f005";
			top: 0;
			position: absolute;
			left: 0;
}
	.star-rating.star-five span {
		width: 100%;
}
	.star-rating.star-four span {
		width: 80%;
}
	.star-rating.star-four-half span {
		width: 90%;
}
	.star-rating.star-three span {
		width: 60%;
}
	.star-rating.star-three-half span {
		width: 70%;
}
	.star-rating.star-two span {
		width: 40%;
}
	.star-rating.star-two-half span {
		width: 50%;
}
	.star-rating.star-one span {
		width: 20%;
}
	.star-rating.star-one-half span {
		width: 50%;
}
	.star-rating.star-half span {
		width: 10%;
}

/*-- Google Map --*/
.map-size {
	width: 100%;
	height: 300px;
}

/*-- Mailchimp Alerts --*/
.mailchimp-alerts div:not(:empty) {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mailchimp-alerts .mailchimp-error {
	color: #c2080f;
}

.mailchimp-alerts .mailchimp-success {
	color: #4cbb6c;
}

/*-- Method Box --*/
.method-box {
	padding-left: 42px;
}
	@media (max-width: 74.9375em) {
		.method-box {
			padding-left: 35px; } }
	@media (max-width: 61.94em) {
		.method-box {
			padding-left: 40px; } }
	.method-box p {
		line-height: 16px;
}
		@media (max-width: 74.9375em) {
			.method-box p {
				font-size: 13px;
				line-height: 15px; } }
	.method-box i {
		font-size: 25px;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
}
	.method-box-2 {
		background: #f6f6f6;
}
		.method-box-2 i {
			font-size: 20px;
}

/*-- Start Instagram Feed --*/
.instagram-feed-heading {
	width: 264px;
	height: 76px;
	text-align: center;
	z-index: 9;
	background-color: rgba(255, 255, 255, 0.788);
}
	@media (max-width: 47.94em) {
		.instagram-feed-heading {
			width: 240px; } }
	.instagram-feed-heading * {
		z-index: 2;
}
	.instagram-feed-heading:after {
		content: '';
		width: 304px;
		height: 110px;
		border: 10px solid rgba(255, 255, 255, 0.82);
		z-index: 1;
}
		@media (max-width: 47.94em) {
			.instagram-feed-heading:after {
				width: 280px; } }
	.instagram-feed-heading h4 {
		font-size: 12px;
		line-height: 1;
		font-weight: bold;
		text-transform: uppercase;
}
	.instagram-feed-heading a {
		font-size: 14px;
		line-height: 1;
		font-weight: 400;
		text-transform: uppercase;
}

.instagram-feed-hover-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
	.instagram-feed-hover-content span {
		color: #ffffff;
		cursor: pointer;
		margin-right: 20px;
}
		.instagram-feed-hover-content span:last-child {
			margin-right: 0;
}
		.instagram-feed-hover-content span i.fa {
			margin-right: 5px;
}

.instagram-feed .instagram-carousel .slick-list {
	margin-left: -5px;
	margin-right: -5px;
}

.instagram-feed .instagram-carousel .slick-slide {
	padding-left: 5px;
	padding-right: 5px;
}

.instagram-feed .instagram-feed-item {
	max-height: 355px;
}
	.instagram-feed .instagram-feed-item a {
		display: block;
}
		.instagram-feed .instagram-feed-item a img {
			width: 100%;
}
		.instagram-feed .instagram-feed-item a:before {
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.2);
}
	.instagram-feed .instagram-feed-item:hover .instagram-feed-hover-content {
		opacity: 1;
		visibility: visible;
}

/*-- Countdown --*/
.countdown .single-countdown {
	text-align: center;
	display: inline-block;
}
	.countdown .single-countdown:not(:last-child) {
		padding-right: 1px;
}
	.countdown .single-countdown span {
		display: block;
}
	.countdown .single-countdown__time {
		border: 1px solid #eea99d;
		background-color: rgba(199, 120, 91, 0.522);
		padding: 26px 25px;
		margin-bottom: 15px;
}

.countdown-2 .single-countdown:not(:last-child) {
	margin-right: 3rem;
	padding-right: 1.5rem;
}
	.countdown-2 .single-countdown:not(:last-child):after {
		content: ':';
		right: 0;
		top: 0;
		font-size: 4rem;
}

.countdown-2 .single-countdown span {
	display: block;
}

.countdown-2 .single-countdown__time {
	font-size: 6rem;
	line-height: 6.5rem;
	padding: 0;
	margin-bottom: 0;
	border: none;
}

.countdown-2 .single-countdown__text {
	font-size: 24px;
}

/*-- Breadcrumb --*/
.page-title {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
}
	@media (max-width: 47.94em) {
		.page-title {
			font-size: 22px; } }
	@media (max-width: 35.94em) {
		.page-title {
			margin-bottom: 10px; } }

.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
	.breadcrumb li:not(:last-child) {
		margin-right: 10px;
		padding-right: 15px;
}
		.breadcrumb li:not(:last-child):after {
			content: '/';
			right: 0;
			top: 0;
}

/*-- Message Box --*/
.message-box {
	background: #f6f6f6;
	padding: 14px 30px;
	position: relative;
	width: auto;
	word-wrap: break-word;
}
	.message-box p i {
		margin-right: 20px;
		color: #4cbb6c;
}
	.message-box p, .message-box a {
		margin: 0;
}

/*-- Preloader --*/
.zakas-preloader {
	display: none;
}
	.zakas-preloader.active {
		width: 100%;
		text-align: center;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99999999;
		background: white;
		display: block;
}
	.zakas-preloader .zakas-child {
		width: 20px;
		height: 20px;
		background-color: #c2080f;
		border-radius: 100%;
		display: inline-block;
		-webkit-animation: zakas-bouncedelay 1.4s ease-in-out 0s infinite both;
		-moz-animation: zakas-bouncedelay 1.4s ease-in-out 0s infinite both;
		-ms-animation: zakas-bouncedelay 1.4s ease-in-out 0s infinite both;
		-o-animation: zakas-bouncedelay 1.4s ease-in-out 0s infinite both;
		animation: zakas-bouncedelay 1.4s ease-in-out 0s infinite both;
}
	.zakas-preloader .zakas-bounce1 {
		-webkit-animation-delay: -0.32s;
		animation-delay: -0.32s;
}
	.zakas-preloader .zakas-bounce2 {
		-webkit-animation-delay: -0.16s;
		animation-delay: -0.16s;
}

/*-- Error Text --*/
.error h1 {
	font-size: 20rem;
	font-weight: 900;
	letter-spacing: 1rem;
	line-height: 1.1;
	margin-bottom: 30px;
}

.error h2 {
	font-size: 25px;
}

/*****************************
50 - Utilities - Helper
*****************************/
.wrapper.box-layout {
	padding-left: 85px;
	padding-right: 85px;
}
	.wrapper.box-layout .container-fluid {
		padding-left: 0;
		padding-right: 0;
}
	@media (max-width: 93.6875em) {
		.wrapper.box-layout {
			padding-left: 70px;
			padding-right: 70px; } }
	@media (max-width: 61.94em) {
		.wrapper.box-layout {
			padding-left: 45px;
			padding-right: 45px; } }
	@media (max-width: 47.94em) {
		.wrapper.box-layout {
			padding-left: 15px;
			padding-right: 15px;
}
			.wrapper.box-layout .container {
				padding-left: 0;
				padding-right: 0; } }

.container-fluid {
	padding-left: 85px;
	padding-right: 85px;
}
	@media (max-width: 93.6875em) {
		.container-fluid {
			padding-left: 70px;
			padding-right: 70px; } }
	@media (max-width: 61.94em) {
		.container-fluid {
			padding-left: 45px;
			padding-right: 45px; } }
	@media (max-width: 47.94em) {
		.container-fluid {
			padding-left: 15px;
			padding-right: 15px; } }

@media (max-width: 47.94em) {
	.container {
		max-width: 100%; } }

@media (max-width: 74.9375em) {
	.container-full-lg {
		max-width: 100%; } }

.hide-in-default {
	display: none;
}

@media (max-width: 61.94em) {
	.hide-in-default-md {
		display: none; } }

.ov-hidden {
	overflow: hidden;
}

.product-price-old span {
	text-decoration: line-through;
}

.product-price-old, .product-price-new {
	display: inline-block;
}

.no-radius {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.border-top, .border-bottom, .border-left, .border-right {
	border-color: #eeeeee !important;
}

.zoom-out-effect {
	overflow: hidden;
}
	.zoom-out-effect img {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transition: transform 0.5s ease-out;
		-moz-transition: transform 0.5s ease-out;
		-ms-transition: transform 0.5s ease-out;
		-o-transition: transform 0.5s ease-out;
		transition: transform 0.5s ease-out;
}
	.zoom-out-effect:hover img {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
}

.two-column-list > li, .two-column-list > div {
	-webkit-flex-basis: 50%;
	-moz-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

@media (max-width: 61.94em) {
	.sm-one-column > li, .sm-one-column > div {
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%; } }

.hamburger-icon {
	height: 2px;
	width: 25px;
	background-color: #383838;
	-webkit-transition: background-color 0.18s ease 0.4s, transform 0.2s ease 0.38s;
	-moz-transition: background-color 0.18s ease 0.4s, transform 0.2s ease 0.38s;
	-ms-transition: background-color 0.18s ease 0.4s, transform 0.2s ease 0.38s;
	-o-transition: background-color 0.18s ease 0.4s, transform 0.2s ease 0.38s;
	transition: background-color 0.18s ease 0.4s, transform 0.2s ease 0.38s;
	display: block;
}
	.hamburger-icon:after, .hamburger-icon:before {
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #383838;
		-webkit-transition: background-color 0.18s ease 0.4s, transform 0.2s ease 0.38s;
		-moz-transition: background-color 0.18s ease 0.4s, transform 0.2s ease 0.38s;
		-ms-transition: background-color 0.18s ease 0.4s, transform 0.2s ease 0.38s;
		-o-transition: background-color 0.18s ease 0.4s, transform 0.2s ease 0.38s;
		transition: background-color 0.18s ease 0.4s, transform 0.2s ease 0.38s;
}
	.hamburger-icon:after {
		top: 7px;
}
	.hamburger-icon:before {
		top: -7px;
}
	.hamburger-icon.close {
		background-color: transparent;
}
		.hamburger-icon.close:after {
			-webkit-transform: translateY(-7px) rotate(-45deg);
			-moz-transform: translateY(-7px) rotate(-45deg);
			-ms-transform: translateY(-7px) rotate(-45deg);
			-o-transform: translateY(-7px) rotate(-45deg);
			transform: translateY(-7px) rotate(-45deg);
}
		.hamburger-icon.close:before {
			-webkit-transform: translateY(7px) rotate(45deg);
			-moz-transform: translateY(7px) rotate(45deg);
			-ms-transform: translateY(7px) rotate(45deg);
			-o-transform: translateY(7px) rotate(45deg);
			transform: translateY(7px) rotate(45deg);
}

/****************
Bootstrap Dropdown
****************/
.header-toolbar__btn.mini-cart-btn .mini-cart-count, .user-info-menu, .banner-box .banner-info-over-img .banner-info, .banner-box .banner-overlay, .banner-badge-wrapper.abs-center, .banner-badge, .banner-overlay, .blog-info, .slick-btn-wrapper, .nav-center-bottom .slick-btn, .nav-center-bottom .accordion-slider__btn, .nav-center-bottom .accordion-click-slider__btn, .nav-left-bottom .slick-btn, .nav-left-bottom .accordion-slider__btn, .nav-left-bottom .accordion-click-slider__btn, .nav-right-bottom .slick-btn, .nav-right-bottom .accordion-slider__btn, .nav-right-bottom .accordion-click-slider__btn, .product-slide-nav .slick-btn, .product-slide-nav .accordion-slider__btn, .product-slide-nav .accordion-click-slider__btn, .product-slide-nav.slick-vertical .slick-btn, .product-slide-nav.slick-vertical .accordion-slider__btn, .product-slide-nav.slick-vertical .accordion-click-slider__btn, .comment .reply, .searchform__submit, .cart-form .coupon .cart-form__btn, .product-badge, .product-size-swatch, .product-color-swatch, .zakas-product-action, .zakas-product-list .product-thumbnail-action, .accordion-slider__btn-group, .accordion-click-slider__btn-group, .product-gallery__actions, .method-box i, .countdown-2 .single-countdown:not(:last-child):after, .breadcrumb li:not(:last-child):after, .zakas-product.product-style-2 .product-info, .instagram-feed-heading, .instagram-feed-heading:after, .nav-right-center .slick-btn, .nav-right-center .accordion-slider__btn, .nav-right-center .accordion-click-slider__btn, .nav-vertical-center .slick-btn, .nav-vertical-center .accordion-slider__btn, .nav-vertical-center .accordion-click-slider__btn {
	position: absolute;
}

.user-info:after, 
.banner-box .banner-bg-shape:after, 
.banner-box .banner-bg-shape:before, 
.banner-box .banner-hover-1 .banner-image:after, 
.banner-overlay:after, 
.blog-title:after, 
.btn:after, 
.variation-form .product-color-variations .product-color-variation-btn:after, 
.variation-form .reset_variations:before, 
.bg-shape:after, 
.bg-shape:before, 
.tab-style-1 .nav-link:after, 
.tab-style-2 .nav-link span:after, 
.widget-title:after, 
.widget-list.category-list li a:after, 
.tagcloud a:after, 
.instagram-feed .instagram-feed-item a:before, 
.hamburger-icon:after, 
.hamburger-icon:before, 
.product-color .action-btn span.current:after, 
.product-color-swatch-btn:after, 
.banner-box .banner-hover-2 .banner-image:after {
	position: absolute;
	content: "";
}

.header-toolbar__item, 
.header-toolbar__btn, 
.banner-box, 
.banner-box .banner-bg-shape, 
.banner-box .banner-info--inner, 
.banner-box .banner-hover-1 .banner-image, 
.banner-box .banner-hover-2 .banner-image, 
.banner-item, 
.blog, 
.blog-title, 
.blog-style-2 .blog-info, 
.single-post, 
.post-navigation .nav-links__inner, 
.btn, 
.zakas-element-carousel,
 .nav-center-bottom, .product-slide-nav, 
 .comment-meta, 
 .searchform, 
 .cart-form .coupon, 
 .mini-cart__product, 
 .offcanvas-navigation .offcanvas-menu > li > a span, 
 .offcanvas-navigation .offcanvas-menu li, 
 .product-inner, 
 .product-image, 
 .product-size, 
 .product-color, 
 .product-color-swatch-btn, 
 .zakas-product-action-list .action-btn, 
 .zakas-product.product-style-2, 
 .zakas-product.product-style-2 .zakas-product-action, 
 .zakas-product-list .product-image, 
 .product-summary .product-large-image, 
 .variation-form .product-color-variations .product-color-variation-btn, 
 .variation-form .reset_variations, 
 .bg-shape, 
 .bg-shape *, 
 .accordion-slider-wrapper, 
 .accordion-click-slider-wrapper, 
 .tab-style-1 .nav-link, 
 .tab-style-2 .nav-link span, 
 .widget-title, 
 .widget-list li a, 
 .tagcloud a, 
 .checkout-title h2, 
 .product-gallery__large-image, 
 .quantity, 
 .method-box, 
 .instagram-feed, 
 .instagram-feed .instagram-feed-item, 
 .instagram-feed .instagram-feed-item a, 
 .countdown-2 .single-countdown:not(:last-child), 
 .breadcrumb li, 
 .hamburger-icon {
	position: relative;
}

.zakas-product.product-style-2 .product-info, .instagram-feed-heading, .instagram-feed-heading:after {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

a, 
button, 
.user-info-menu, 
.banner-box .banner-info, 
.banner-box .banner-hover-1 .banner-image, 
.banner-box .banner-hover-1 .banner-image:after, 
.banner-box .banner-hover-2 .banner-image, 
.btn, .btn-submit, 
.slick-btn, 
.accordion-slider__btn, 
.accordion-click-slider__btn, 
.slick-arrow, 
.product-slide-nav .slick-btn, 
.product-slide-nav .accordion-slider__btn, 
.product-slide-nav .accordion-click-slider__btn, 
.searchform__input, 
.custom-close i, 
.searchform__body, 
.offcanvas-menu-wrapper .offcanvas-menu-inner, 
.offcanvas-navigation .offcanvas-menu li > .menu-expand, 
.zakas-product-list .product-thumbnail-action, 
.variation-form .product-color-variations .product-color-variation-btn, 
.tab-style-1 .nav-link:after, 
.instagram-image::before, 
.instagram-image img, 
.zakas-global-overlay, 
.pagination li .page-number, 
.instagram-feed .instagram-feed-item a:before {
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

.header-toolbar__btn.menu-btn i, 
.user-info-menu, 
.banner-box .banner-hover-1 .banner-image:after, 
.blog-info, 
.home-08-banner-01 .banner-overlay, 
.home-08-banner-01 .banner-overlay:after, 
.modal, 
.searchform__popup, 
.mini-cart, 
.offcanvas-menu-wrapper .offcanvas-menu-inner, 
.product-size-swatch, 
.product-size-swatch-btn, 
.product-color-swatch, 
.product-color-swatch-btn, 
.zakas-product-list .product-thumbnail-action, 
.tab-style-1 .nav-link:after, 
.tab-style-2 .nav-link span:after, 
.zakas-global-overlay, 
.instagram-feed .instagram-feed-item a:before {
	visibility: hidden;
	opacity: 0;
}

.user-info:hover .user-info-menu, .banner-box .banner-hover-1:hover .banner-image:after, .blog:hover .blog-info, .blog-style-2 .blog-info, .blog-style-2:hover .blog-info, .home-08-banner-01 .slick-current .banner-overlay, .home-08-banner-01 .slick-center .banner-overlay, .home-08-banner-01 .slick-active .banner-overlay, .home-08-banner-01 .slick-current .banner-overlay:after, .home-08-banner-01 .slick-center .banner-overlay:after, .home-08-banner-01 .slick-active .banner-overlay:after, .modal.show, .searchform__popup.open, .mini-cart.open, .offcanvas-menu-wrapper.open .offcanvas-menu-inner, .product-size:hover .product-size-swatch, .product-size:hover .product-size-swatch-btn, .product-color:hover .product-color-swatch, .product-color:hover .product-color-swatch-btn, .zakas-product-list .product-size-swatch, .zakas-product-list .product-color-swatch, .zakas-product-list .product-size-swatch-btn, .zakas-product-list .product-color-swatch-btn, .zakas-product-list:hover .product-thumbnail-action, .tab-style-1 .nav-link.active::after, .tab-style-2 .nav-link.active span:after, .zakas-global-overlay.overlay-open, .instagram-feed .instagram-feed-item:hover a:before {
	visibility: visible;
	opacity: 1;
}

.nice-select:after {
	position: absolute;
	font-family: fontAwesome;
	line-height: 1;
}

.action-btn, .product-size-swatch-btn, .product-color-swatch-btn {
	display: inline-block;
	width: 60px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	border: none;
}
@media (max-width: 93.6875em) {
	.action-btn, .product-size-swatch-btn, .product-color-swatch-btn {
		width: 52px;
	}
}
@media (max-width: 61.94em) {
	.action-btn, .product-size-swatch-btn, .product-color-swatch-btn {
		width: 50px;
		height: 40px;
	}
}

.product-summary .product-footer-meta p span, .variation-form .variation-label {
	text-transform: capitalize;
	margin-bottom: 0;
	font-weight: 600;
	margin-right: 20px;
}

.product-color .action-btn span.current:after, .product-color-swatch-btn:after {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 17px;
	height: 17px;
	line-height: 17px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.product-size-swatch-btn, .product-color-swatch-btn {
	transition-property: opacity, transform;
	transition-duration: .3s;
	transition-timing-function: ease;
}
.product-size-swatch-btn:nth-child(1), .product-color-swatch-btn:nth-child(1) {
	transition-delay: 50ms;
}
.product-size-swatch-btn:nth-child(2), .product-color-swatch-btn:nth-child(2) {
	transition-delay: 100ms;
}
.product-size-swatch-btn:nth-child(3), .product-color-swatch-btn:nth-child(3) {
	transition-delay: 150ms;
}
.product-size-swatch-btn:nth-child(4), .product-color-swatch-btn:nth-child(4) {
	transition-delay: 200ms;
}

.nav-right-center .slick-btn, .nav-right-center .accordion-slider__btn, .nav-right-center .accordion-click-slider__btn, .nav-vertical-center .slick-btn, .nav-vertical-center .accordion-slider__btn, .nav-vertical-center .accordion-click-slider__btn {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.cart-calculator__item--head, .cart-calculator__item--value {
	padding-top: 5px;
	padding-bottom: 15px;
	vertical-align: top;
	text-transform: capitalize;
	letter-spacing: 0;
}

/*-- Banner Effect --*/
.banner-box .banner-hover-2 .banner-image:after {
	top: 0;
	left: -100%;
	z-index: 1;
	display: block;
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.banner-box .banner-hover-2:hover .banner-image:after {
	-webkit-animation: effect_shine 1s;
	-moz-animation: effect_shine 1s;
	-ms-animation: effect_shine 1s;
	-o-animation: effect_shine 1s;
	animation: effect_shine 1s;
}

.banner-box .banner-info-center .banner-info, .banner-box .banner-info-left .banner-info, .banner-box .banner-info-right .banner-info, .blog-meta, .blog-list, .single-post-details .entry-footer-meta, .post-navigation .nav-links, .post-navigation .nav-links__inner, .comment .single-comment, .newsletter-form, .searchform-2, .mini-cart__product, .zakas-product-list .product-inner, .accordion-slider, .accordion-click-slider, .accordion-slider__item, .accordion-click-slider__item, .social__link, .user-dashboard-tab, .recent-post__item, .cart-calculator__item, .product-gallery.vertical-slide-nav, .product-reviews .review__container, .countdown-2, .message-box, .two-column-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.banner-box .banner-info-center .banner-info, .accordion-slider__item, .accordion-click-slider__item, .pagination, .countdown-2 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.blog-meta, .single-post-details .entry-footer-meta, .post-navigation .nav-links, .main-navigation, .widget-list li a, .message-box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.banner-box .banner-info-left .banner-info, .newsletter-form, .searchform-2, .social__link {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
}

.banner-box .banner-info-right .banner-info {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
}

.user-dashboard-tab {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.banner-box .banner-info-center .banner-info, .banner-box .banner-info-left .banner-info, .banner-box .banner-info-right .banner-info, .blog-meta, .post-navigation .nav-links__inner, .newsletter-form, .accordion-slider__item, .accordion-click-slider__item, .social__link, .message-box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.blog-list, .zakas-product-list .product-inner, .accordion-slider, .accordion-click-slider, .cart-calculator__item, .product-gallery.vertical-slide-nav, .product-reviews .review__container, .two-column-list {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.searchform__body, .instagram-feed-heading {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post-navigation .nav-links__inner.nav-next {
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.banner-overlay, .searchform__body, .zakas-product-list .product-thumbnail-action, .instagram-feed-heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.main-navigation, .zakas-product-list .product-size, .zakas-product-list .product-color, .widget-list li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.tab-style-1 .nav-tabs, .tab-style-1 .nav-link, .tab-style-2 .nav-tabs, .tab-style-2 .nav-link {
	border-width: 0 0 0;
	border-style: solid;
	border-color: transparent;
	text-align: center;
}

.tab-style-1 .nav-link span, .tab-style-2 .nav-link span {
	border-style: solid;
	border-color: transparent;
	display: inline-block;
}

/*-- Background Styles --*/
.bg-style {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-size: cover;
}

.bg-cover {
	background-size: cover;
}

.bg-contain {
	background-size: contain;
}

.bg-no-repeat {
	background-repeat: no-repeat;
}

.bg-repeat {
	background-repeat: repeat;
}

.bg-scroll {
	background-attachment: scroll;
}

.bg-fixed {
	background-attachment: fixed;
}

.bg-center {
	background-position: center;
}

.bg-center-top {
	background-position: center top;
}

.bg-center-bottom {
	background-position: center bottom;
}

.bg-left-top {
	background-position: left top;
}

.bg-left-bottom {
	background-position: left bottom;
}

.bg-right-top {
	background-position: right top;
}

.bg-right-bottom {
	background-position: right bottom;
}

@media (max-width: 61.94em) {
	.bg-cover-md {
		background-size: cover; } }

.method-box h4, .method-box-2 h4 {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1;
}

.gutter-5 {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
	.gutter-5 > [class^="col"],
	.gutter-5 > * {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
}

.gutter-10 {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
	.gutter-10 > [class^="col"],
	.gutter-10 > * {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
}

.gutter-15 {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
	.gutter-15 > [class^="col"],
	.gutter-15 > * {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
}

.gutter-20 {
	margin-left: -1rem;
	margin-right: -1rem;
}
	.gutter-20 > [class^="col"],
	.gutter-20 > * {
		padding-left: 1rem;
		padding-right: 1rem;
}

.gutter-25 {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}
	.gutter-25 > [class^="col"],
	.gutter-25 > * {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
}

.gutter-30 {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
	.gutter-30 > [class^="col"],
	.gutter-30 > * {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
}

.gutter-35 {
	margin-left: -1.75rem;
	margin-right: -1.75rem;
}
	.gutter-35 > [class^="col"],
	.gutter-35 > * {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
}

.gutter-40 {
	margin-left: -2rem;
	margin-right: -2rem;
}
	.gutter-40 > [class^="col"],
	.gutter-40 > * {
		padding-left: 2rem;
		padding-right: 2rem;
}

.gutter-45 {
	margin-left: -2.25rem;
	margin-right: -2.25rem;
}
	.gutter-45 > [class^="col"],
	.gutter-45 > * {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
}

.gutter-50 {
	margin-left: -2.5rem;
	margin-right: -2.5rem;
}
	.gutter-50 > [class^="col"],
	.gutter-50 > * {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
}

.gutter-55 {
	margin-left: -2.75rem;
	margin-right: -2.75rem;
}
	.gutter-55 > [class^="col"],
	.gutter-55 > * {
		padding-left: 2.75rem;
		padding-right: 2.75rem;
}

.gutter-60 {
	margin-left: -3rem;
	margin-right: -3rem;
}
	.gutter-60 > [class^="col"],
	.gutter-60 > * {
		padding-left: 3rem;
		padding-right: 3rem;
}

.gutter-65 {
	margin-left: -3.25rem;
	margin-right: -3.25rem;
}
	.gutter-65 > [class^="col"],
	.gutter-65 > * {
		padding-left: 3.25rem;
		padding-right: 3.25rem;
}

.gutter-70 {
	margin-left: -3.5rem;
	margin-right: -3.5rem;
}
	.gutter-70 > [class^="col"],
	.gutter-70 > * {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
}

.gutter-75 {
	margin-left: -3.75rem;
	margin-right: -3.75rem;
}
	.gutter-75 > [class^="col"],
	.gutter-75 > * {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
}

.gutter-80 {
	margin-left: -4rem;
	margin-right: -4rem;
}
	.gutter-80 > [class^="col"],
	.gutter-80 > * {
		padding-left: 4rem;
		padding-right: 4rem;
}

.gutter-85 {
	margin-left: -4.25rem;
	margin-right: -4.25rem;
}
	.gutter-85 > [class^="col"],
	.gutter-85 > * {
		padding-left: 4.25rem;
		padding-right: 4.25rem;
}

.gutter-90 {
	margin-left: -4.5rem;
	margin-right: -4.5rem;
}
	.gutter-90 > [class^="col"],
	.gutter-90 > * {
		padding-left: 4.5rem;
		padding-right: 4.5rem;
}

.gutter-95 {
	margin-left: -4.75rem;
	margin-right: -4.75rem;
}
	.gutter-95 > [class^="col"],
	.gutter-95 > * {
		padding-left: 4.75rem;
		padding-right: 4.75rem;
}

.gutter-100 {
	margin-left: -5rem;
	margin-right: -5rem;
}
	.gutter-100 > [class^="col"],
	.gutter-100 > * {
		padding-left: 5rem;
		padding-right: 5rem;
}

@media (max-width: 93.6875em) {
	.gutter-xl-5 {
		margin-left: -2.5px;
		margin-right: -2.5px;
}
		.gutter-xl-5 > [class^="col"],
		.gutter-xl-5 > * {
			padding-left: 2.5px;
			padding-right: 2.5px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-10 {
		margin-left: -5px;
		margin-right: -5px;
}
		.gutter-xl-10 > [class^="col"],
		.gutter-xl-10 > * {
			padding-left: 5px;
			padding-right: 5px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-15 {
		margin-left: -7.5px;
		margin-right: -7.5px;
}
		.gutter-xl-15 > [class^="col"],
		.gutter-xl-15 > * {
			padding-left: 7.5px;
			padding-right: 7.5px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-20 {
		margin-left: -10px;
		margin-right: -10px;
}
		.gutter-xl-20 > [class^="col"],
		.gutter-xl-20 > * {
			padding-left: 10px;
			padding-right: 10px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-25 {
		margin-left: -12.5px;
		margin-right: -12.5px;
}
		.gutter-xl-25 > [class^="col"],
		.gutter-xl-25 > * {
			padding-left: 12.5px;
			padding-right: 12.5px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-30 {
		margin-left: -15px;
		margin-right: -15px;
}
		.gutter-xl-30 > [class^="col"],
		.gutter-xl-30 > * {
			padding-left: 15px;
			padding-right: 15px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-35 {
		margin-left: -17.5px;
		margin-right: -17.5px;
}
		.gutter-xl-35 > [class^="col"],
		.gutter-xl-35 > * {
			padding-left: 17.5px;
			padding-right: 17.5px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-40 {
		margin-left: -20px;
		margin-right: -20px;
}
		.gutter-xl-40 > [class^="col"],
		.gutter-xl-40 > * {
			padding-left: 20px;
			padding-right: 20px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-45 {
		margin-left: -22.5px;
		margin-right: -22.5px;
}
		.gutter-xl-45 > [class^="col"],
		.gutter-xl-45 > * {
			padding-left: 22.5px;
			padding-right: 22.5px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-50 {
		margin-left: -25px;
		margin-right: -25px;
}
		.gutter-xl-50 > [class^="col"],
		.gutter-xl-50 > * {
			padding-left: 25px;
			padding-right: 25px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-55 {
		margin-left: -27.5px;
		margin-right: -27.5px;
}
		.gutter-xl-55 > [class^="col"],
		.gutter-xl-55 > * {
			padding-left: 27.5px;
			padding-right: 27.5px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-60 {
		margin-left: -30px;
		margin-right: -30px;
}
		.gutter-xl-60 > [class^="col"],
		.gutter-xl-60 > * {
			padding-left: 30px;
			padding-right: 30px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-65 {
		margin-left: -32.5px;
		margin-right: -32.5px;
}
		.gutter-xl-65 > [class^="col"],
		.gutter-xl-65 > * {
			padding-left: 32.5px;
			padding-right: 32.5px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-70 {
		margin-left: -35px;
		margin-right: -35px;
}
		.gutter-xl-70 > [class^="col"],
		.gutter-xl-70 > * {
			padding-left: 35px;
			padding-right: 35px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-75 {
		margin-left: -37.5px;
		margin-right: -37.5px;
}
		.gutter-xl-75 > [class^="col"],
		.gutter-xl-75 > * {
			padding-left: 37.5px;
			padding-right: 37.5px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-80 {
		margin-left: -40px;
		margin-right: -40px;
}
		.gutter-xl-80 > [class^="col"],
		.gutter-xl-80 > * {
			padding-left: 40px;
			padding-right: 40px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-85 {
		margin-left: -42.5px;
		margin-right: -42.5px;
}
		.gutter-xl-85 > [class^="col"],
		.gutter-xl-85 > * {
			padding-left: 42.5px;
			padding-right: 42.5px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-90 {
		margin-left: -45px;
		margin-right: -45px;
}
		.gutter-xl-90 > [class^="col"],
		.gutter-xl-90 > * {
			padding-left: 45px;
			padding-right: 45px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-95 {
		margin-left: -47.5px;
		margin-right: -47.5px;
}
		.gutter-xl-95 > [class^="col"],
		.gutter-xl-95 > * {
			padding-left: 47.5px;
			padding-right: 47.5px; } }

@media (max-width: 93.6875em) {
	.gutter-xl-100 {
		margin-left: -50px;
		margin-right: -50px;
}
		.gutter-xl-100 > [class^="col"],
		.gutter-xl-100 > * {
			padding-left: 50px;
			padding-right: 50px; } }

@media (min-width: 93.75em) {
	.xl-block-grid-1 > [class^="col"] {
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%; } }

@media (min-width: 93.75em) {
	.xl-block-grid-2 > [class^="col"] {
		-webkit-flex-basis: 50%;
		-moz-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%; } }

@media (min-width: 93.75em) {
	.xl-block-grid-3 > [class^="col"] {
		-webkit-flex-basis: 33.33333%;
		-moz-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%; } }

@media (min-width: 93.75em) {
	.xl-block-grid-4 > [class^="col"] {
		-webkit-flex-basis: 25%;
		-moz-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%; } }

@media (min-width: 93.75em) {
	.xl-block-grid-5 > [class^="col"] {
		-webkit-flex-basis: 20%;
		-moz-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%; } }

@media (min-width: 93.75em) {
	.xl-block-grid-6 > [class^="col"] {
		-webkit-flex-basis: 16.66667%;
		-moz-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%; } }

@media (min-width: 93.75em) {
	.xl-block-grid-7 > [class^="col"] {
		-webkit-flex-basis: 14.28571%;
		-moz-flex-basis: 14.28571%;
		-ms-flex-preferred-size: 14.28571%;
		flex-basis: 14.28571%;
		max-width: 14.28571%; } }

@media (min-width: 93.75em) {
	.xl-block-grid-8 > [class^="col"] {
		-webkit-flex-basis: 12.5%;
		-moz-flex-basis: 12.5%;
		-ms-flex-preferred-size: 12.5%;
		flex-basis: 12.5%;
		max-width: 12.5%; } }

@media (min-width: 93.75em) {
	.xl-block-grid-9 > [class^="col"] {
		-webkit-flex-basis: 11.11111%;
		-moz-flex-basis: 11.11111%;
		-ms-flex-preferred-size: 11.11111%;
		flex-basis: 11.11111%;
		max-width: 11.11111%; } }

@media (min-width: 93.75em) {
	.xl-block-grid-10 > [class^="col"] {
		-webkit-flex-basis: 10%;
		-moz-flex-basis: 10%;
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
		max-width: 10%; } }

@media (min-width: 93.75em) {
	.xl-block-grid-11 > [class^="col"] {
		-webkit-flex-basis: 9.09091%;
		-moz-flex-basis: 9.09091%;
		-ms-flex-preferred-size: 9.09091%;
		flex-basis: 9.09091%;
		max-width: 9.09091%; } }

@media (min-width: 93.75em) {
	.xl-block-grid-12 > [class^="col"] {
		-webkit-flex-basis: 8.33333%;
		-moz-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%; } }

@media (min-width: 115em) {
	.xxl-block-grid-1 > [class^="col"] {
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%; } }

@media (min-width: 115em) {
	.xxl-block-grid-2 > [class^="col"] {
		-webkit-flex-basis: 50%;
		-moz-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%; } }

@media (min-width: 115em) {
	.xxl-block-grid-3 > [class^="col"] {
		-webkit-flex-basis: 33.33333%;
		-moz-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%; } }

@media (min-width: 115em) {
	.xxl-block-grid-4 > [class^="col"] {
		-webkit-flex-basis: 25%;
		-moz-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%; } }

@media (min-width: 115em) {
	.xxl-block-grid-5 > [class^="col"] {
		-webkit-flex-basis: 20%;
		-moz-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%; } }

@media (min-width: 115em) {
	.xxl-block-grid-6 > [class^="col"] {
		-webkit-flex-basis: 16.66667%;
		-moz-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%; } }

@media (min-width: 115em) {
	.xxl-block-grid-7 > [class^="col"] {
		-webkit-flex-basis: 14.28571%;
		-moz-flex-basis: 14.28571%;
		-ms-flex-preferred-size: 14.28571%;
		flex-basis: 14.28571%;
		max-width: 14.28571%; } }

@media (min-width: 115em) {
	.xxl-block-grid-8 > [class^="col"] {
		-webkit-flex-basis: 12.5%;
		-moz-flex-basis: 12.5%;
		-ms-flex-preferred-size: 12.5%;
		flex-basis: 12.5%;
		max-width: 12.5%; } }

@media (min-width: 115em) {
	.xxl-block-grid-9 > [class^="col"] {
		-webkit-flex-basis: 11.11111%;
		-moz-flex-basis: 11.11111%;
		-ms-flex-preferred-size: 11.11111%;
		flex-basis: 11.11111%;
		max-width: 11.11111%; } }

@media (min-width: 115em) {
	.xxl-block-grid-10 > [class^="col"] {
		-webkit-flex-basis: 10%;
		-moz-flex-basis: 10%;
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
		max-width: 10%; } }

@media (min-width: 115em) {
	.xxl-block-grid-11 > [class^="col"] {
		-webkit-flex-basis: 9.09091%;
		-moz-flex-basis: 9.09091%;
		-ms-flex-preferred-size: 9.09091%;
		flex-basis: 9.09091%;
		max-width: 9.09091%; } }

@media (min-width: 115em) {
	.xxl-block-grid-12 > [class^="col"] {
		-webkit-flex-basis: 8.33333%;
		-moz-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%; } }

@media (min-width: 93.75em) {
	.text-xxl-left {
		text-align: left !important; } }

@media (min-width: 93.75em) {
	.text-xxl-right {
		text-align: right !important; } }

@media (min-width: 93.75em) {
	.text-xxl-center {
		text-align: center !important; } }

@media (min-width: 93.75em) {
	.mx-xxl-0 {
		margin-left: 0 !important;
		margin-right: 0 !important; } }

@media (min-width: 93.75em) {
	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important; } }

@media (min-width: 93.75em) {
	.ml-xxl-0 {
		margin-left: 0 !important; } }

@media (min-width: 93.75em) {
	.mr-xxl-0 {
		margin-right: 0 !important; } }

@media (min-width: 93.75em) {
	.mt-xxl-0 {
		margin-top: 0 !important; } }

@media (min-width: 93.75em) {
	.mb-xxl-0 {
		margin-bottom: 0 !important; } }

.max-w-5 {
	max-width: 5%;
}

.max-w-10 {
	max-width: 10%;
}

.max-w-15 {
	max-width: 15%;
}

.max-w-20 {
	max-width: 20%;
}

.max-w-25 {
	max-width: 25%;
}

.max-w-30 {
	max-width: 30%;
}

.max-w-35 {
	max-width: 35%;
}

.max-w-40 {
	max-width: 40%;
}

.max-w-45 {
	max-width: 45%;
}

.max-w-50 {
	max-width: 50%;
}

.max-w-55 {
	max-width: 55%;
}

.max-w-60 {
	max-width: 60%;
}

.max-w-65 {
	max-width: 65%;
}

.max-w-70 {
	max-width: 70%;
}

.max-w-75 {
	max-width: 75%;
}

.max-w-80 {
	max-width: 80%;
}

.max-w-85 {
	max-width: 85%;
}

.max-w-90 {
	max-width: 90%;
}

.max-w-95 {
	max-width: 95%;
}

.max-w-100 {
	max-width: 100%;
}

@media (max-width: 93.6875em) {
	.max-w-xl-5 {
		max-width: 5%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-10 {
		max-width: 10%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-15 {
		max-width: 15%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-20 {
		max-width: 20%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-25 {
		max-width: 25%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-30 {
		max-width: 30%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-35 {
		max-width: 35%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-40 {
		max-width: 40%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-45 {
		max-width: 45%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-50 {
		max-width: 50%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-55 {
		max-width: 55%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-60 {
		max-width: 60%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-65 {
		max-width: 65%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-70 {
		max-width: 70%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-75 {
		max-width: 75%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-80 {
		max-width: 80%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-85 {
		max-width: 85%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-90 {
		max-width: 90%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-95 {
		max-width: 95%; } }

@media (max-width: 93.6875em) {
	.max-w-xl-100 {
		max-width: 100%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-5 {
		max-width: 5%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-10 {
		max-width: 10%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-15 {
		max-width: 15%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-20 {
		max-width: 20%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-25 {
		max-width: 25%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-30 {
		max-width: 30%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-35 {
		max-width: 35%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-40 {
		max-width: 40%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-45 {
		max-width: 45%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-50 {
		max-width: 50%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-55 {
		max-width: 55%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-60 {
		max-width: 60%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-65 {
		max-width: 65%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-70 {
		max-width: 70%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-75 {
		max-width: 75%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-80 {
		max-width: 80%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-85 {
		max-width: 85%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-90 {
		max-width: 90%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-95 {
		max-width: 95%; } }

@media (max-width: 106.1875em) {
	.max-w-xxla-100 {
		max-width: 100%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-5 {
		max-width: 5%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-10 {
		max-width: 10%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-15 {
		max-width: 15%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-20 {
		max-width: 20%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-25 {
		max-width: 25%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-30 {
		max-width: 30%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-35 {
		max-width: 35%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-40 {
		max-width: 40%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-45 {
		max-width: 45%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-50 {
		max-width: 50%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-55 {
		max-width: 55%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-60 {
		max-width: 60%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-65 {
		max-width: 65%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-70 {
		max-width: 70%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-75 {
		max-width: 75%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-80 {
		max-width: 80%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-85 {
		max-width: 85%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-90 {
		max-width: 90%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-95 {
		max-width: 95%; } }

@media (max-width: 74.9375em) {
	.max-w-lg-100 {
		max-width: 100%; } }

@media (max-width: 61.94em) {
	.max-w-md-5 {
		max-width: 5%; } }

@media (max-width: 61.94em) {
	.max-w-md-10 {
		max-width: 10%; } }

@media (max-width: 61.94em) {
	.max-w-md-15 {
		max-width: 15%; } }

@media (max-width: 61.94em) {
	.max-w-md-20 {
		max-width: 20%; } }

@media (max-width: 61.94em) {
	.max-w-md-25 {
		max-width: 25%; } }

@media (max-width: 61.94em) {
	.max-w-md-30 {
		max-width: 30%; } }

@media (max-width: 61.94em) {
	.max-w-md-35 {
		max-width: 35%; } }

@media (max-width: 61.94em) {
	.max-w-md-40 {
		max-width: 40%; } }

@media (max-width: 61.94em) {
	.max-w-md-45 {
		max-width: 45%; } }

@media (max-width: 61.94em) {
	.max-w-md-50 {
		max-width: 50%; } }

@media (max-width: 61.94em) {
	.max-w-md-55 {
		max-width: 55%; } }

@media (max-width: 61.94em) {
	.max-w-md-60 {
		max-width: 60%; } }

@media (max-width: 61.94em) {
	.max-w-md-65 {
		max-width: 65%; } }

@media (max-width: 61.94em) {
	.max-w-md-70 {
		max-width: 70%; } }

@media (max-width: 61.94em) {
	.max-w-md-75 {
		max-width: 75%; } }

@media (max-width: 61.94em) {
	.max-w-md-80 {
		max-width: 80%; } }

@media (max-width: 61.94em) {
	.max-w-md-85 {
		max-width: 85%; } }

@media (max-width: 61.94em) {
	.max-w-md-90 {
		max-width: 90%; } }

@media (max-width: 61.94em) {
	.max-w-md-95 {
		max-width: 95%; } }

@media (max-width: 61.94em) {
	.max-w-md-100 {
		max-width: 100%; } }

@media (max-width: 47.94em) {
	.max-w-sm-5 {
		max-width: 5%; } }

@media (max-width: 47.94em) {
	.max-w-sm-10 {
		max-width: 10%; } }

@media (max-width: 47.94em) {
	.max-w-sm-15 {
		max-width: 15%; } }

@media (max-width: 47.94em) {
	.max-w-sm-20 {
		max-width: 20%; } }

@media (max-width: 47.94em) {
	.max-w-sm-25 {
		max-width: 25%; } }

@media (max-width: 47.94em) {
	.max-w-sm-30 {
		max-width: 30%; } }

@media (max-width: 47.94em) {
	.max-w-sm-35 {
		max-width: 35%; } }

@media (max-width: 47.94em) {
	.max-w-sm-40 {
		max-width: 40%; } }

@media (max-width: 47.94em) {
	.max-w-sm-45 {
		max-width: 45%; } }

@media (max-width: 47.94em) {
	.max-w-sm-50 {
		max-width: 50%; } }

@media (max-width: 47.94em) {
	.max-w-sm-55 {
		max-width: 55%; } }

@media (max-width: 47.94em) {
	.max-w-sm-60 {
		max-width: 60%; } }

@media (max-width: 47.94em) {
	.max-w-sm-65 {
		max-width: 65%; } }

@media (max-width: 47.94em) {
	.max-w-sm-70 {
		max-width: 70%; } }

@media (max-width: 47.94em) {
	.max-w-sm-75 {
		max-width: 75%; } }

@media (max-width: 47.94em) {
	.max-w-sm-80 {
		max-width: 80%; } }

@media (max-width: 47.94em) {
	.max-w-sm-85 {
		max-width: 85%; } }

@media (max-width: 47.94em) {
	.max-w-sm-90 {
		max-width: 90%; } }

@media (max-width: 47.94em) {
	.max-w-sm-95 {
		max-width: 95%; } }

@media (max-width: 47.94em) {
	.max-w-sm-100 {
		max-width: 100%; } }

@media (max-width: 35.94em) {
	.max-w-xs-5 {
		max-width: 5%; } }

@media (max-width: 35.94em) {
	.max-w-xs-10 {
		max-width: 10%; } }

@media (max-width: 35.94em) {
	.max-w-xs-15 {
		max-width: 15%; } }

@media (max-width: 35.94em) {
	.max-w-xs-20 {
		max-width: 20%; } }

@media (max-width: 35.94em) {
	.max-w-xs-25 {
		max-width: 25%; } }

@media (max-width: 35.94em) {
	.max-w-xs-30 {
		max-width: 30%; } }

@media (max-width: 35.94em) {
	.max-w-xs-35 {
		max-width: 35%; } }

@media (max-width: 35.94em) {
	.max-w-xs-40 {
		max-width: 40%; } }

@media (max-width: 35.94em) {
	.max-w-xs-45 {
		max-width: 45%; } }

@media (max-width: 35.94em) {
	.max-w-xs-50 {
		max-width: 50%; } }

@media (max-width: 35.94em) {
	.max-w-xs-55 {
		max-width: 55%; } }

@media (max-width: 35.94em) {
	.max-w-xs-60 {
		max-width: 60%; } }

@media (max-width: 35.94em) {
	.max-w-xs-65 {
		max-width: 65%; } }

@media (max-width: 35.94em) {
	.max-w-xs-70 {
		max-width: 70%; } }

@media (max-width: 35.94em) {
	.max-w-xs-75 {
		max-width: 75%; } }

@media (max-width: 35.94em) {
	.max-w-xs-80 {
		max-width: 80%; } }

@media (max-width: 35.94em) {
	.max-w-xs-85 {
		max-width: 85%; } }

@media (max-width: 35.94em) {
	.max-w-xs-90 {
		max-width: 90%; } }

@media (max-width: 35.94em) {
	.max-w-xs-95 {
		max-width: 95%; } }

@media (max-width: 35.94em) {
	.max-w-xs-100 {
		max-width: 100%; } }

.max-width--1200 {
	max-width: 1200px;
	margin: 0 auto;
}

/*Padding Top and Bottom*/
.ptb--5 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.ptb--10 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.ptb--15 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.ptb--20 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.ptb--25 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important;
}

.ptb--30 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.ptb--35 {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
}

.ptb--40 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

.ptb--45 {
	padding-top: 4.5rem !important;
	padding-bottom: 4.5rem !important;
}

.ptb--50 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.ptb--55 {
	padding-top: 5.5rem !important;
	padding-bottom: 5.5rem !important;
}

.ptb--60 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}

.ptb--65 {
	padding-top: 6.5rem !important;
	padding-bottom: 6.5rem !important;
}

.ptb--70 {
	padding-top: 7rem !important;
	padding-bottom: 7rem !important;
}

.ptb--75 {
	padding-top: 7.5rem !important;
	padding-bottom: 7.5rem !important;
}

.ptb--80 {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
}

.ptb--85 {
	padding-top: 8.5rem !important;
	padding-bottom: 8.5rem !important;
}

.ptb--90 {
	padding-top: 9rem !important;
	padding-bottom: 9rem !important;
}

.ptb--95 {
	padding-top: 9.5rem !important;
	padding-bottom: 9.5rem !important;
}

.ptb--100 {
	padding-top: 10rem !important;
	padding-bottom: 10rem !important;
}

.ptb--105 {
	padding-top: 10.5rem !important;
	padding-bottom: 10.5rem !important;
}

.ptb--110 {
	padding-top: 11rem !important;
	padding-bottom: 11rem !important;
}

.ptb--115 {
	padding-top: 11.5rem !important;
	padding-bottom: 11.5rem !important;
}

.ptb--120 {
	padding-top: 12rem !important;
	padding-bottom: 12rem !important;
}

.ptb--125 {
	padding-top: 12.5rem !important;
	padding-bottom: 12.5rem !important;
}

.ptb--130 {
	padding-top: 13rem !important;
	padding-bottom: 13rem !important;
}

.ptb--135 {
	padding-top: 13.5rem !important;
	padding-bottom: 13.5rem !important;
}

.ptb--140 {
	padding-top: 14rem !important;
	padding-bottom: 14rem !important;
}

.ptb--145 {
	padding-top: 14.5rem !important;
	padding-bottom: 14.5rem !important;
}

.ptb--150 {
	padding-top: 15rem !important;
	padding-bottom: 15rem !important;
}

.ptb--155 {
	padding-top: 15.5rem !important;
	padding-bottom: 15.5rem !important;
}

.ptb--160 {
	padding-top: 16rem !important;
	padding-bottom: 16rem !important;
}

.ptb--165 {
	padding-top: 16.5rem !important;
	padding-bottom: 16.5rem !important;
}

.ptb--170 {
	padding-top: 17rem !important;
	padding-bottom: 17rem !important;
}

.ptb--175 {
	padding-top: 17.5rem !important;
	padding-bottom: 17.5rem !important;
}

.ptb--180 {
	padding-top: 18rem !important;
	padding-bottom: 18rem !important;
}

.ptb--185 {
	padding-top: 18.5rem !important;
	padding-bottom: 18.5rem !important;
}

.ptb--190 {
	padding-top: 19rem !important;
	padding-bottom: 19rem !important;
}

.ptb--195 {
	padding-top: 19.5rem !important;
	padding-bottom: 19.5rem !important;
}

.ptb--200 {
	padding-top: 20rem !important;
	padding-bottom: 20rem !important;
}

.ptb--205 {
	padding-top: 20.5rem !important;
	padding-bottom: 20.5rem !important;
}

.ptb--210 {
	padding-top: 21rem !important;
	padding-bottom: 21rem !important;
}

.ptb--215 {
	padding-top: 21.5rem !important;
	padding-bottom: 21.5rem !important;
}

.ptb--220 {
	padding-top: 22rem !important;
	padding-bottom: 22rem !important;
}

.ptb--225 {
	padding-top: 22.5rem !important;
	padding-bottom: 22.5rem !important;
}

.ptb--230 {
	padding-top: 23rem !important;
	padding-bottom: 23rem !important;
}

.ptb--235 {
	padding-top: 23.5rem !important;
	padding-bottom: 23.5rem !important;
}

.ptb--240 {
	padding-top: 24rem !important;
	padding-bottom: 24rem !important;
}

.ptb--245 {
	padding-top: 24.5rem !important;
	padding-bottom: 24.5rem !important;
}

.ptb--250 {
	padding-top: 25rem !important;
	padding-bottom: 25rem !important;
}

.ptb--255 {
	padding-top: 25.5rem !important;
	padding-bottom: 25.5rem !important;
}

.ptb--260 {
	padding-top: 26rem !important;
	padding-bottom: 26rem !important;
}

.ptb--265 {
	padding-top: 26.5rem !important;
	padding-bottom: 26.5rem !important;
}

.ptb--270 {
	padding-top: 27rem !important;
	padding-bottom: 27rem !important;
}

.ptb--275 {
	padding-top: 27.5rem !important;
	padding-bottom: 27.5rem !important;
}

.ptb--280 {
	padding-top: 28rem !important;
	padding-bottom: 28rem !important;
}

.ptb--285 {
	padding-top: 28.5rem !important;
	padding-bottom: 28.5rem !important;
}

.ptb--290 {
	padding-top: 29rem !important;
	padding-bottom: 29rem !important;
}

.ptb--295 {
	padding-top: 29.5rem !important;
	padding-bottom: 29.5rem !important;
}

.ptb--300 {
	padding-top: 30rem !important;
	padding-bottom: 30rem !important;
}

/*Padding Top and Bottom for Extra large*/
@media (max-width: 93.6875em) {
	.ptb-xl--5 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--10 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--15 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--20 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--25 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--30 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--35 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--40 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--45 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--50 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--55 {
		padding-top: 5.5rem !important;
		padding-bottom: 5.5rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--60 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--65 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--70 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--75 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--80 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--85 {
		padding-top: 8.5rem !important;
		padding-bottom: 8.5rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--90 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--95 {
		padding-top: 9.5rem !important;
		padding-bottom: 9.5rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--100 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--105 {
		padding-top: 10.5rem !important;
		padding-bottom: 10.5rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--110 {
		padding-top: 11rem !important;
		padding-bottom: 11rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--115 {
		padding-top: 11.5rem !important;
		padding-bottom: 11.5rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--120 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--125 {
		padding-top: 12.5rem !important;
		padding-bottom: 12.5rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--130 {
		padding-top: 13rem !important;
		padding-bottom: 13rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--135 {
		padding-top: 13.5rem !important;
		padding-bottom: 13.5rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--140 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--145 {
		padding-top: 14.5rem !important;
		padding-bottom: 14.5rem !important; } }

@media (max-width: 93.6875em) {
	.ptb-xl--150 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important; } }

/*Padding Top and Bottom for large*/
@media (max-width: 74.9375em) {
	.ptb-lg--5 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--10 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--15 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--20 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--25 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--30 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--35 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--40 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--45 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--50 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--55 {
		padding-top: 5.5rem !important;
		padding-bottom: 5.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--60 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--65 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--70 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--75 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--80 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--85 {
		padding-top: 8.5rem !important;
		padding-bottom: 8.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--90 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--95 {
		padding-top: 9.5rem !important;
		padding-bottom: 9.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--100 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--105 {
		padding-top: 10.5rem !important;
		padding-bottom: 10.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--110 {
		padding-top: 11rem !important;
		padding-bottom: 11rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--115 {
		padding-top: 11.5rem !important;
		padding-bottom: 11.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--120 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--125 {
		padding-top: 12.5rem !important;
		padding-bottom: 12.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--130 {
		padding-top: 13rem !important;
		padding-bottom: 13rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--135 {
		padding-top: 13.5rem !important;
		padding-bottom: 13.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--140 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--145 {
		padding-top: 14.5rem !important;
		padding-bottom: 14.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--150 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--155 {
		padding-top: 15.5rem !important;
		padding-bottom: 15.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--160 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--165 {
		padding-top: 16.5rem !important;
		padding-bottom: 16.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--170 {
		padding-top: 17rem !important;
		padding-bottom: 17rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--175 {
		padding-top: 17.5rem !important;
		padding-bottom: 17.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--180 {
		padding-top: 18rem !important;
		padding-bottom: 18rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--185 {
		padding-top: 18.5rem !important;
		padding-bottom: 18.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--190 {
		padding-top: 19rem !important;
		padding-bottom: 19rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--195 {
		padding-top: 19.5rem !important;
		padding-bottom: 19.5rem !important; } }

@media (max-width: 74.9375em) {
	.ptb-lg--200 {
		padding-top: 20rem !important;
		padding-bottom: 20rem !important; } }

/*Padding Top and Bottom for Medium*/
@media (max-width: 61.94em) {
	.ptb-md--5 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--10 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--15 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--20 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--25 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--30 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--35 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--40 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--45 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--50 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--55 {
		padding-top: 5.5rem !important;
		padding-bottom: 5.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--60 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--65 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--70 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--75 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--80 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--85 {
		padding-top: 8.5rem !important;
		padding-bottom: 8.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--90 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--95 {
		padding-top: 9.5rem !important;
		padding-bottom: 9.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--100 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--105 {
		padding-top: 10.5rem !important;
		padding-bottom: 10.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--110 {
		padding-top: 11rem !important;
		padding-bottom: 11rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--115 {
		padding-top: 11.5rem !important;
		padding-bottom: 11.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--120 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--125 {
		padding-top: 12.5rem !important;
		padding-bottom: 12.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--130 {
		padding-top: 13rem !important;
		padding-bottom: 13rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--135 {
		padding-top: 13.5rem !important;
		padding-bottom: 13.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--140 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--145 {
		padding-top: 14.5rem !important;
		padding-bottom: 14.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--150 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--155 {
		padding-top: 15.5rem !important;
		padding-bottom: 15.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--160 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--165 {
		padding-top: 16.5rem !important;
		padding-bottom: 16.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--170 {
		padding-top: 17rem !important;
		padding-bottom: 17rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--175 {
		padding-top: 17.5rem !important;
		padding-bottom: 17.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--180 {
		padding-top: 18rem !important;
		padding-bottom: 18rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--185 {
		padding-top: 18.5rem !important;
		padding-bottom: 18.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--190 {
		padding-top: 19rem !important;
		padding-bottom: 19rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--195 {
		padding-top: 19.5rem !important;
		padding-bottom: 19.5rem !important; } }

@media (max-width: 61.94em) {
	.ptb-md--200 {
		padding-top: 20rem !important;
		padding-bottom: 20rem !important; } }

/*Padding Top and Bottom for small*/
@media (max-width: 47.94em) {
	.ptb-sm--5 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--10 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--15 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--20 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--25 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--30 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--35 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--40 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--45 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--50 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--55 {
		padding-top: 5.5rem !important;
		padding-bottom: 5.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--60 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--65 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--70 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--75 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--80 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--85 {
		padding-top: 8.5rem !important;
		padding-bottom: 8.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--90 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--95 {
		padding-top: 9.5rem !important;
		padding-bottom: 9.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--100 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--105 {
		padding-top: 10.5rem !important;
		padding-bottom: 10.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--110 {
		padding-top: 11rem !important;
		padding-bottom: 11rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--115 {
		padding-top: 11.5rem !important;
		padding-bottom: 11.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--120 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--125 {
		padding-top: 12.5rem !important;
		padding-bottom: 12.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--130 {
		padding-top: 13rem !important;
		padding-bottom: 13rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--135 {
		padding-top: 13.5rem !important;
		padding-bottom: 13.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--140 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--145 {
		padding-top: 14.5rem !important;
		padding-bottom: 14.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--150 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--155 {
		padding-top: 15.5rem !important;
		padding-bottom: 15.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--160 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--165 {
		padding-top: 16.5rem !important;
		padding-bottom: 16.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--170 {
		padding-top: 17rem !important;
		padding-bottom: 17rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--175 {
		padding-top: 17.5rem !important;
		padding-bottom: 17.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--180 {
		padding-top: 18rem !important;
		padding-bottom: 18rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--185 {
		padding-top: 18.5rem !important;
		padding-bottom: 18.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--190 {
		padding-top: 19rem !important;
		padding-bottom: 19rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--195 {
		padding-top: 19.5rem !important;
		padding-bottom: 19.5rem !important; } }

@media (max-width: 47.94em) {
	.ptb-sm--200 {
		padding-top: 20rem !important;
		padding-bottom: 20rem !important; } }

.pb--5 {
	padding-bottom: 0.5rem !important;
}

.pb--10 {
	padding-bottom: 1rem !important;
}

.pb--15 {
	padding-bottom: 1.5rem !important;
}

.pb--20 {
	padding-bottom: 2rem !important;
}

.pb--25 {
	padding-bottom: 2.5rem !important;
}

.pb--30 {
	padding-bottom: 3rem !important;
}

.pb--35 {
	padding-bottom: 3.5rem !important;
}

.pb--40 {
	padding-bottom: 4rem !important;
}

.pb--45 {
	padding-bottom: 4.5rem !important;
}

.pb--50 {
	padding-bottom: 5rem !important;
}

.pb--55 {
	padding-bottom: 5.5rem !important;
}

.pb--60 {
	padding-bottom: 6rem !important;
}

.pb--65 {
	padding-bottom: 6.5rem !important;
}

.pb--70 {
	padding-bottom: 7rem !important;
}

.pb--75 {
	padding-bottom: 7.5rem !important;
}

.pb--80 {
	padding-bottom: 8rem !important;
}

.pb--85 {
	padding-bottom: 8.5rem !important;
}

.pb--90 {
	padding-bottom: 9rem !important;
}

.pb--95 {
	padding-bottom: 9.5rem !important;
}

.pb--100 {
	padding-bottom: 10rem !important;
}

.pb--105 {
	padding-bottom: 10.5rem !important;
}

.pb--110 {
	padding-bottom: 11rem !important;
}

.pb--115 {
	padding-bottom: 11.5rem !important;
}

.pb--120 {
	padding-bottom: 12rem !important;
}

.pb--125 {
	padding-bottom: 12.5rem !important;
}

.pb--130 {
	padding-bottom: 13rem !important;
}

.pb--135 {
	padding-bottom: 13.5rem !important;
}

.pb--140 {
	padding-bottom: 14rem !important;
}

.pb--145 {
	padding-bottom: 14.5rem !important;
}

.pb--150 {
	padding-bottom: 15rem !important;
}

.pb--155 {
	padding-bottom: 15.5rem !important;
}

.pb--160 {
	padding-bottom: 16rem !important;
}

.pb--165 {
	padding-bottom: 16.5rem !important;
}

.pb--170 {
	padding-bottom: 17rem !important;
}

.pb--175 {
	padding-bottom: 17.5rem !important;
}

.pb--180 {
	padding-bottom: 18rem !important;
}

.pb--185 {
	padding-bottom: 18.5rem !important;
}

.pb--190 {
	padding-bottom: 19rem !important;
}

.pb--195 {
	padding-bottom: 19.5rem !important;
}

.pb--200 {
	padding-bottom: 20rem !important;
}

.pb--205 {
	padding-bottom: 20.5rem !important;
}

.pb--210 {
	padding-bottom: 21rem !important;
}

.pb--215 {
	padding-bottom: 21.5rem !important;
}

.pb--220 {
	padding-bottom: 22rem !important;
}

.pb--225 {
	padding-bottom: 22.5rem !important;
}

.pb--230 {
	padding-bottom: 23rem !important;
}

.pb--235 {
	padding-bottom: 23.5rem !important;
}

.pb--240 {
	padding-bottom: 24rem !important;
}

.pb--245 {
	padding-bottom: 24.5rem !important;
}

.pb--250 {
	padding-bottom: 25rem !important;
}

.pb--255 {
	padding-bottom: 25.5rem !important;
}

.pb--260 {
	padding-bottom: 26rem !important;
}

.pb--265 {
	padding-bottom: 26.5rem !important;
}

.pb--270 {
	padding-bottom: 27rem !important;
}

.pb--275 {
	padding-bottom: 27.5rem !important;
}

.pb--280 {
	padding-bottom: 28rem !important;
}

.pb--285 {
	padding-bottom: 28.5rem !important;
}

.pb--290 {
	padding-bottom: 29rem !important;
}

.pb--295 {
	padding-bottom: 29.5rem !important;
}

.pb--300 {
	padding-bottom: 30rem !important;
}

@media (max-width: 93.6875em) {
	.pb-xl--5 {
		padding-bottom: 0.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--10 {
		padding-bottom: 1rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--15 {
		padding-bottom: 1.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--20 {
		padding-bottom: 2rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--25 {
		padding-bottom: 2.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--30 {
		padding-bottom: 3rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--35 {
		padding-bottom: 3.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--40 {
		padding-bottom: 4rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--45 {
		padding-bottom: 4.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--50 {
		padding-bottom: 5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--55 {
		padding-bottom: 5.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--60 {
		padding-bottom: 6rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--65 {
		padding-bottom: 6.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--70 {
		padding-bottom: 7rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--75 {
		padding-bottom: 7.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--80 {
		padding-bottom: 8rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--85 {
		padding-bottom: 8.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--90 {
		padding-bottom: 9rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--95 {
		padding-bottom: 9.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--100 {
		padding-bottom: 10rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--105 {
		padding-bottom: 10.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--110 {
		padding-bottom: 11rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--115 {
		padding-bottom: 11.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--120 {
		padding-bottom: 12rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--125 {
		padding-bottom: 12.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--130 {
		padding-bottom: 13rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--135 {
		padding-bottom: 13.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--140 {
		padding-bottom: 14rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--145 {
		padding-bottom: 14.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--150 {
		padding-bottom: 15rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--155 {
		padding-bottom: 15.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--160 {
		padding-bottom: 16rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--165 {
		padding-bottom: 16.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--170 {
		padding-bottom: 17rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--175 {
		padding-bottom: 17.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--180 {
		padding-bottom: 18rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--185 {
		padding-bottom: 18.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--190 {
		padding-bottom: 19rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--195 {
		padding-bottom: 19.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--200 {
		padding-bottom: 20rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--205 {
		padding-bottom: 20.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--210 {
		padding-bottom: 21rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--215 {
		padding-bottom: 21.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--220 {
		padding-bottom: 22rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--225 {
		padding-bottom: 22.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--230 {
		padding-bottom: 23rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--235 {
		padding-bottom: 23.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--240 {
		padding-bottom: 24rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--245 {
		padding-bottom: 24.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--250 {
		padding-bottom: 25rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--255 {
		padding-bottom: 25.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--260 {
		padding-bottom: 26rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--265 {
		padding-bottom: 26.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--270 {
		padding-bottom: 27rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--275 {
		padding-bottom: 27.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--280 {
		padding-bottom: 28rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--285 {
		padding-bottom: 28.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--290 {
		padding-bottom: 29rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--295 {
		padding-bottom: 29.5rem !important; } }

@media (max-width: 93.6875em) {
	.pb-xl--300 {
		padding-bottom: 30rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--5 {
		padding-bottom: 0.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--10 {
		padding-bottom: 1rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--15 {
		padding-bottom: 1.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--20 {
		padding-bottom: 2rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--25 {
		padding-bottom: 2.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--30 {
		padding-bottom: 3rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--35 {
		padding-bottom: 3.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--40 {
		padding-bottom: 4rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--45 {
		padding-bottom: 4.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--50 {
		padding-bottom: 5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--55 {
		padding-bottom: 5.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--60 {
		padding-bottom: 6rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--65 {
		padding-bottom: 6.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--70 {
		padding-bottom: 7rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--75 {
		padding-bottom: 7.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--80 {
		padding-bottom: 8rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--85 {
		padding-bottom: 8.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--90 {
		padding-bottom: 9rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--95 {
		padding-bottom: 9.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--100 {
		padding-bottom: 10rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--105 {
		padding-bottom: 10.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--110 {
		padding-bottom: 11rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--115 {
		padding-bottom: 11.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--120 {
		padding-bottom: 12rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--125 {
		padding-bottom: 12.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--130 {
		padding-bottom: 13rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--135 {
		padding-bottom: 13.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--140 {
		padding-bottom: 14rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--145 {
		padding-bottom: 14.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--150 {
		padding-bottom: 15rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--155 {
		padding-bottom: 15.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--160 {
		padding-bottom: 16rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--165 {
		padding-bottom: 16.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--170 {
		padding-bottom: 17rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--175 {
		padding-bottom: 17.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--180 {
		padding-bottom: 18rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--185 {
		padding-bottom: 18.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--190 {
		padding-bottom: 19rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--195 {
		padding-bottom: 19.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--200 {
		padding-bottom: 20rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--205 {
		padding-bottom: 20.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--210 {
		padding-bottom: 21rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--215 {
		padding-bottom: 21.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--220 {
		padding-bottom: 22rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--225 {
		padding-bottom: 22.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--230 {
		padding-bottom: 23rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--235 {
		padding-bottom: 23.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--240 {
		padding-bottom: 24rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--245 {
		padding-bottom: 24.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--250 {
		padding-bottom: 25rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--255 {
		padding-bottom: 25.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--260 {
		padding-bottom: 26rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--265 {
		padding-bottom: 26.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--270 {
		padding-bottom: 27rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--275 {
		padding-bottom: 27.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--280 {
		padding-bottom: 28rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--285 {
		padding-bottom: 28.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--290 {
		padding-bottom: 29rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--295 {
		padding-bottom: 29.5rem !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--300 {
		padding-bottom: 30rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--5 {
		padding-bottom: 0.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--10 {
		padding-bottom: 1rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--15 {
		padding-bottom: 1.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--20 {
		padding-bottom: 2rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--25 {
		padding-bottom: 2.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--30 {
		padding-bottom: 3rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--35 {
		padding-bottom: 3.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--40 {
		padding-bottom: 4rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--45 {
		padding-bottom: 4.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--50 {
		padding-bottom: 5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--55 {
		padding-bottom: 5.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--60 {
		padding-bottom: 6rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--65 {
		padding-bottom: 6.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--70 {
		padding-bottom: 7rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--75 {
		padding-bottom: 7.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--80 {
		padding-bottom: 8rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--85 {
		padding-bottom: 8.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--90 {
		padding-bottom: 9rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--95 {
		padding-bottom: 9.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--100 {
		padding-bottom: 10rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--105 {
		padding-bottom: 10.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--110 {
		padding-bottom: 11rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--115 {
		padding-bottom: 11.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--120 {
		padding-bottom: 12rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--125 {
		padding-bottom: 12.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--130 {
		padding-bottom: 13rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--135 {
		padding-bottom: 13.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--140 {
		padding-bottom: 14rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--145 {
		padding-bottom: 14.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--150 {
		padding-bottom: 15rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--155 {
		padding-bottom: 15.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--160 {
		padding-bottom: 16rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--165 {
		padding-bottom: 16.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--170 {
		padding-bottom: 17rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--175 {
		padding-bottom: 17.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--180 {
		padding-bottom: 18rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--185 {
		padding-bottom: 18.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--190 {
		padding-bottom: 19rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--195 {
		padding-bottom: 19.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--200 {
		padding-bottom: 20rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--205 {
		padding-bottom: 20.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--210 {
		padding-bottom: 21rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--215 {
		padding-bottom: 21.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--220 {
		padding-bottom: 22rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--225 {
		padding-bottom: 22.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--230 {
		padding-bottom: 23rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--235 {
		padding-bottom: 23.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--240 {
		padding-bottom: 24rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--245 {
		padding-bottom: 24.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--250 {
		padding-bottom: 25rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--255 {
		padding-bottom: 25.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--260 {
		padding-bottom: 26rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--265 {
		padding-bottom: 26.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--270 {
		padding-bottom: 27rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--275 {
		padding-bottom: 27.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--280 {
		padding-bottom: 28rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--285 {
		padding-bottom: 28.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--290 {
		padding-bottom: 29rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--295 {
		padding-bottom: 29.5rem !important; } }

@media (max-width: 61.94em) {
	.pb-md--300 {
		padding-bottom: 30rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--5 {
		padding-bottom: 0.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--10 {
		padding-bottom: 1rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--15 {
		padding-bottom: 1.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--20 {
		padding-bottom: 2rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--25 {
		padding-bottom: 2.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--30 {
		padding-bottom: 3rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--35 {
		padding-bottom: 3.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--40 {
		padding-bottom: 4rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--45 {
		padding-bottom: 4.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--50 {
		padding-bottom: 5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--55 {
		padding-bottom: 5.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--60 {
		padding-bottom: 6rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--65 {
		padding-bottom: 6.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--70 {
		padding-bottom: 7rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--75 {
		padding-bottom: 7.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--80 {
		padding-bottom: 8rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--85 {
		padding-bottom: 8.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--90 {
		padding-bottom: 9rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--95 {
		padding-bottom: 9.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--100 {
		padding-bottom: 10rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--105 {
		padding-bottom: 10.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--110 {
		padding-bottom: 11rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--115 {
		padding-bottom: 11.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--120 {
		padding-bottom: 12rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--125 {
		padding-bottom: 12.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--130 {
		padding-bottom: 13rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--135 {
		padding-bottom: 13.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--140 {
		padding-bottom: 14rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--145 {
		padding-bottom: 14.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--150 {
		padding-bottom: 15rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--155 {
		padding-bottom: 15.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--160 {
		padding-bottom: 16rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--165 {
		padding-bottom: 16.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--170 {
		padding-bottom: 17rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--175 {
		padding-bottom: 17.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--180 {
		padding-bottom: 18rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--185 {
		padding-bottom: 18.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--190 {
		padding-bottom: 19rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--195 {
		padding-bottom: 19.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--200 {
		padding-bottom: 20rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--205 {
		padding-bottom: 20.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--210 {
		padding-bottom: 21rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--215 {
		padding-bottom: 21.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--220 {
		padding-bottom: 22rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--225 {
		padding-bottom: 22.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--230 {
		padding-bottom: 23rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--235 {
		padding-bottom: 23.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--240 {
		padding-bottom: 24rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--245 {
		padding-bottom: 24.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--250 {
		padding-bottom: 25rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--255 {
		padding-bottom: 25.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--260 {
		padding-bottom: 26rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--265 {
		padding-bottom: 26.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--270 {
		padding-bottom: 27rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--275 {
		padding-bottom: 27.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--280 {
		padding-bottom: 28rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--285 {
		padding-bottom: 28.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--290 {
		padding-bottom: 29rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--295 {
		padding-bottom: 29.5rem !important; } }

@media (max-width: 47.94em) {
	.pb-sm--300 {
		padding-bottom: 30rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--5 {
		padding-bottom: 0.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--10 {
		padding-bottom: 1rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--15 {
		padding-bottom: 1.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--20 {
		padding-bottom: 2rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--25 {
		padding-bottom: 2.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--30 {
		padding-bottom: 3rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--35 {
		padding-bottom: 3.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--40 {
		padding-bottom: 4rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--45 {
		padding-bottom: 4.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--50 {
		padding-bottom: 5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--55 {
		padding-bottom: 5.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--60 {
		padding-bottom: 6rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--65 {
		padding-bottom: 6.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--70 {
		padding-bottom: 7rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--75 {
		padding-bottom: 7.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--80 {
		padding-bottom: 8rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--85 {
		padding-bottom: 8.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--90 {
		padding-bottom: 9rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--95 {
		padding-bottom: 9.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--100 {
		padding-bottom: 10rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--105 {
		padding-bottom: 10.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--110 {
		padding-bottom: 11rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--115 {
		padding-bottom: 11.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--120 {
		padding-bottom: 12rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--125 {
		padding-bottom: 12.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--130 {
		padding-bottom: 13rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--135 {
		padding-bottom: 13.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--140 {
		padding-bottom: 14rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--145 {
		padding-bottom: 14.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--150 {
		padding-bottom: 15rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--155 {
		padding-bottom: 15.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--160 {
		padding-bottom: 16rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--165 {
		padding-bottom: 16.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--170 {
		padding-bottom: 17rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--175 {
		padding-bottom: 17.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--180 {
		padding-bottom: 18rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--185 {
		padding-bottom: 18.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--190 {
		padding-bottom: 19rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--195 {
		padding-bottom: 19.5rem !important; } }

@media (max-width: 35.94em) {
	.pb-xs--200 {
		padding-bottom: 20rem !important; } }

.pt--5 {
	padding-top: 0.5rem !important;
}

.pt--10 {
	padding-top: 1rem !important;
}

.pt--15 {
	padding-top: 1.5rem !important;
}

.pt--20 {
	padding-top: 2rem !important;
}

.pt--25 {
	padding-top: 2.5rem !important;
}

.pt--30 {
	padding-top: 3rem !important;
}

.pt--35 {
	padding-top: 3.5rem !important;
}

.pt--40 {
	padding-top: 4rem !important;
}

.pt--45 {
	padding-top: 4.5rem !important;
}

.pt--50 {
	padding-top: 5rem !important;
}

.pt--55 {
	padding-top: 5.5rem !important;
}

.pt--60 {
	padding-top: 6rem !important;
}

.pt--65 {
	padding-top: 6.5rem !important;
}

.pt--70 {
	padding-top: 7rem !important;
}

.pt--75 {
	padding-top: 7.5rem !important;
}

.pt--80 {
	padding-top: 8rem !important;
}

.pt--85 {
	padding-top: 8.5rem !important;
}

.pt--90 {
	padding-top: 9rem !important;
}

.pt--95 {
	padding-top: 9.5rem !important;
}

.pt--100 {
	padding-top: 10rem !important;
}

.pt--105 {
	padding-top: 10.5rem !important;
}

.pt--110 {
	padding-top: 11rem !important;
}

.pt--115 {
	padding-top: 11.5rem !important;
}

.pt--120 {
	padding-top: 12rem !important;
}

.pt--125 {
	padding-top: 12.5rem !important;
}

.pt--130 {
	padding-top: 13rem !important;
}

.pt--135 {
	padding-top: 13.5rem !important;
}

.pt--140 {
	padding-top: 14rem !important;
}

.pt--145 {
	padding-top: 14.5rem !important;
}

.pt--150 {
	padding-top: 15rem !important;
}

.pt--155 {
	padding-top: 15.5rem !important;
}

.pt--160 {
	padding-top: 16rem !important;
}

.pt--165 {
	padding-top: 16.5rem !important;
}

.pt--170 {
	padding-top: 17rem !important;
}

.pt--175 {
	padding-top: 17.5rem !important;
}

.pt--180 {
	padding-top: 18rem !important;
}

.pt--185 {
	padding-top: 18.5rem !important;
}

.pt--190 {
	padding-top: 19rem !important;
}

.pt--195 {
	padding-top: 19.5rem !important;
}

.pt--200 {
	padding-top: 20rem !important;
}

.pt--205 {
	padding-top: 20.5rem !important;
}

.pt--210 {
	padding-top: 21rem !important;
}

.pt--215 {
	padding-top: 21.5rem !important;
}

.pt--220 {
	padding-top: 22rem !important;
}

.pt--225 {
	padding-top: 22.5rem !important;
}

.pt--230 {
	padding-top: 23rem !important;
}

.pt--235 {
	padding-top: 23.5rem !important;
}

.pt--240 {
	padding-top: 24rem !important;
}

.pt--245 {
	padding-top: 24.5rem !important;
}

.pt--250 {
	padding-top: 25rem !important;
}

.pt--255 {
	padding-top: 25.5rem !important;
}

.pt--260 {
	padding-top: 26rem !important;
}

.pt--265 {
	padding-top: 26.5rem !important;
}

.pt--270 {
	padding-top: 27rem !important;
}

.pt--275 {
	padding-top: 27.5rem !important;
}

.pt--280 {
	padding-top: 28rem !important;
}

.pt--285 {
	padding-top: 28.5rem !important;
}

.pt--290 {
	padding-top: 29rem !important;
}

.pt--295 {
	padding-top: 29.5rem !important;
}

.pt--300 {
	padding-top: 30rem !important;
}

@media (max-width: 93.6875em) {
	.pt-xl--5 {
		padding-top: 0.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--10 {
		padding-top: 1rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--15 {
		padding-top: 1.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--20 {
		padding-top: 2rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--25 {
		padding-top: 2.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--30 {
		padding-top: 3rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--35 {
		padding-top: 3.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--40 {
		padding-top: 4rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--45 {
		padding-top: 4.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--50 {
		padding-top: 5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--55 {
		padding-top: 5.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--60 {
		padding-top: 6rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--65 {
		padding-top: 6.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--70 {
		padding-top: 7rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--75 {
		padding-top: 7.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--80 {
		padding-top: 8rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--85 {
		padding-top: 8.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--90 {
		padding-top: 9rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--95 {
		padding-top: 9.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--100 {
		padding-top: 10rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--105 {
		padding-top: 10.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--110 {
		padding-top: 11rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--115 {
		padding-top: 11.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--120 {
		padding-top: 12rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--125 {
		padding-top: 12.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--130 {
		padding-top: 13rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--135 {
		padding-top: 13.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--140 {
		padding-top: 14rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--145 {
		padding-top: 14.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--150 {
		padding-top: 15rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--155 {
		padding-top: 15.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--160 {
		padding-top: 16rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--165 {
		padding-top: 16.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--170 {
		padding-top: 17rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--175 {
		padding-top: 17.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--180 {
		padding-top: 18rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--185 {
		padding-top: 18.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--190 {
		padding-top: 19rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--195 {
		padding-top: 19.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--200 {
		padding-top: 20rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--205 {
		padding-top: 20.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--210 {
		padding-top: 21rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--215 {
		padding-top: 21.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--220 {
		padding-top: 22rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--225 {
		padding-top: 22.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--230 {
		padding-top: 23rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--235 {
		padding-top: 23.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--240 {
		padding-top: 24rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--245 {
		padding-top: 24.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--250 {
		padding-top: 25rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--255 {
		padding-top: 25.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--260 {
		padding-top: 26rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--265 {
		padding-top: 26.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--270 {
		padding-top: 27rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--275 {
		padding-top: 27.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--280 {
		padding-top: 28rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--285 {
		padding-top: 28.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--290 {
		padding-top: 29rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--295 {
		padding-top: 29.5rem !important; } }

@media (max-width: 93.6875em) {
	.pt-xl--300 {
		padding-top: 30rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--5 {
		padding-top: 0.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--10 {
		padding-top: 1rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--15 {
		padding-top: 1.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--20 {
		padding-top: 2rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--25 {
		padding-top: 2.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--30 {
		padding-top: 3rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--35 {
		padding-top: 3.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--40 {
		padding-top: 4rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--45 {
		padding-top: 4.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--50 {
		padding-top: 5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--55 {
		padding-top: 5.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--60 {
		padding-top: 6rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--65 {
		padding-top: 6.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--70 {
		padding-top: 7rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--75 {
		padding-top: 7.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--80 {
		padding-top: 8rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--85 {
		padding-top: 8.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--90 {
		padding-top: 9rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--95 {
		padding-top: 9.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--100 {
		padding-top: 10rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--105 {
		padding-top: 10.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--110 {
		padding-top: 11rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--115 {
		padding-top: 11.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--120 {
		padding-top: 12rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--125 {
		padding-top: 12.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--130 {
		padding-top: 13rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--135 {
		padding-top: 13.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--140 {
		padding-top: 14rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--145 {
		padding-top: 14.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--150 {
		padding-top: 15rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--155 {
		padding-top: 15.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--160 {
		padding-top: 16rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--165 {
		padding-top: 16.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--170 {
		padding-top: 17rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--175 {
		padding-top: 17.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--180 {
		padding-top: 18rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--185 {
		padding-top: 18.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--190 {
		padding-top: 19rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--195 {
		padding-top: 19.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--200 {
		padding-top: 20rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--205 {
		padding-top: 20.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--210 {
		padding-top: 21rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--215 {
		padding-top: 21.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--220 {
		padding-top: 22rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--225 {
		padding-top: 22.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--230 {
		padding-top: 23rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--235 {
		padding-top: 23.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--240 {
		padding-top: 24rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--245 {
		padding-top: 24.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--250 {
		padding-top: 25rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--255 {
		padding-top: 25.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--260 {
		padding-top: 26rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--265 {
		padding-top: 26.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--270 {
		padding-top: 27rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--275 {
		padding-top: 27.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--280 {
		padding-top: 28rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--285 {
		padding-top: 28.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--290 {
		padding-top: 29rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--295 {
		padding-top: 29.5rem !important; } }

@media (max-width: 74.9375em) {
	.pt-lg--300 {
		padding-top: 30rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--5 {
		padding-top: 0.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--10 {
		padding-top: 1rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--15 {
		padding-top: 1.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--20 {
		padding-top: 2rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--25 {
		padding-top: 2.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--30 {
		padding-top: 3rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--35 {
		padding-top: 3.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--40 {
		padding-top: 4rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--45 {
		padding-top: 4.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--50 {
		padding-top: 5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--55 {
		padding-top: 5.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--60 {
		padding-top: 6rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--65 {
		padding-top: 6.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--70 {
		padding-top: 7rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--75 {
		padding-top: 7.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--80 {
		padding-top: 8rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--85 {
		padding-top: 8.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--90 {
		padding-top: 9rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--95 {
		padding-top: 9.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--100 {
		padding-top: 10rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--105 {
		padding-top: 10.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--110 {
		padding-top: 11rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--115 {
		padding-top: 11.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--120 {
		padding-top: 12rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--125 {
		padding-top: 12.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--130 {
		padding-top: 13rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--135 {
		padding-top: 13.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--140 {
		padding-top: 14rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--145 {
		padding-top: 14.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--150 {
		padding-top: 15rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--155 {
		padding-top: 15.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--160 {
		padding-top: 16rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--165 {
		padding-top: 16.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--170 {
		padding-top: 17rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--175 {
		padding-top: 17.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--180 {
		padding-top: 18rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--185 {
		padding-top: 18.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--190 {
		padding-top: 19rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--195 {
		padding-top: 19.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--200 {
		padding-top: 20rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--205 {
		padding-top: 20.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--210 {
		padding-top: 21rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--215 {
		padding-top: 21.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--220 {
		padding-top: 22rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--225 {
		padding-top: 22.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--230 {
		padding-top: 23rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--235 {
		padding-top: 23.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--240 {
		padding-top: 24rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--245 {
		padding-top: 24.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--250 {
		padding-top: 25rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--255 {
		padding-top: 25.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--260 {
		padding-top: 26rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--265 {
		padding-top: 26.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--270 {
		padding-top: 27rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--275 {
		padding-top: 27.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--280 {
		padding-top: 28rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--285 {
		padding-top: 28.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--290 {
		padding-top: 29rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--295 {
		padding-top: 29.5rem !important; } }

@media (max-width: 61.94em) {
	.pt-md--300 {
		padding-top: 30rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--5 {
		padding-top: 0.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--10 {
		padding-top: 1rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--15 {
		padding-top: 1.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--20 {
		padding-top: 2rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--25 {
		padding-top: 2.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--30 {
		padding-top: 3rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--35 {
		padding-top: 3.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--40 {
		padding-top: 4rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--45 {
		padding-top: 4.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--50 {
		padding-top: 5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--55 {
		padding-top: 5.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--60 {
		padding-top: 6rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--65 {
		padding-top: 6.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--70 {
		padding-top: 7rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--75 {
		padding-top: 7.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--80 {
		padding-top: 8rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--85 {
		padding-top: 8.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--90 {
		padding-top: 9rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--95 {
		padding-top: 9.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--100 {
		padding-top: 10rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--105 {
		padding-top: 10.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--110 {
		padding-top: 11rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--115 {
		padding-top: 11.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--120 {
		padding-top: 12rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--125 {
		padding-top: 12.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--130 {
		padding-top: 13rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--135 {
		padding-top: 13.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--140 {
		padding-top: 14rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--145 {
		padding-top: 14.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--150 {
		padding-top: 15rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--155 {
		padding-top: 15.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--160 {
		padding-top: 16rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--165 {
		padding-top: 16.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--170 {
		padding-top: 17rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--175 {
		padding-top: 17.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--180 {
		padding-top: 18rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--185 {
		padding-top: 18.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--190 {
		padding-top: 19rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--195 {
		padding-top: 19.5rem !important; } }

@media (max-width: 47.94em) {
	.pt-sm--200 {
		padding-top: 20rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--5 {
		padding-top: 0.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--10 {
		padding-top: 1rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--15 {
		padding-top: 1.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--20 {
		padding-top: 2rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--25 {
		padding-top: 2.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--30 {
		padding-top: 3rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--35 {
		padding-top: 3.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--40 {
		padding-top: 4rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--45 {
		padding-top: 4.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--50 {
		padding-top: 5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--55 {
		padding-top: 5.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--60 {
		padding-top: 6rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--65 {
		padding-top: 6.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--70 {
		padding-top: 7rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--75 {
		padding-top: 7.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--80 {
		padding-top: 8rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--85 {
		padding-top: 8.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--90 {
		padding-top: 9rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--95 {
		padding-top: 9.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--100 {
		padding-top: 10rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--105 {
		padding-top: 10.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--110 {
		padding-top: 11rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--115 {
		padding-top: 11.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--120 {
		padding-top: 12rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--125 {
		padding-top: 12.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--130 {
		padding-top: 13rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--135 {
		padding-top: 13.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--140 {
		padding-top: 14rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--145 {
		padding-top: 14.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--150 {
		padding-top: 15rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--155 {
		padding-top: 15.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--160 {
		padding-top: 16rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--165 {
		padding-top: 16.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--170 {
		padding-top: 17rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--175 {
		padding-top: 17.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--180 {
		padding-top: 18rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--185 {
		padding-top: 18.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--190 {
		padding-top: 19rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--195 {
		padding-top: 19.5rem !important; } }

@media (max-width: 35.94em) {
	.pt-xs--200 {
		padding-top: 20rem !important; } }

.pr--5 {
	padding-right: 0.5rem !important;
}

.pr--10 {
	padding-right: 1rem !important;
}

.pr--15 {
	padding-right: 1.5rem !important;
}

.pr--20 {
	padding-right: 2rem !important;
}

.pr--25 {
	padding-right: 2.5rem !important;
}

.pr--30 {
	padding-right: 3rem !important;
}

.pr--35 {
	padding-right: 3.5rem !important;
}

.pr--40 {
	padding-right: 4rem !important;
}

.pr--45 {
	padding-right: 4.5rem !important;
}

.pr--50 {
	padding-right: 5rem !important;
}

.pr--55 {
	padding-right: 5.5rem !important;
}

.pr--60 {
	padding-right: 6rem !important;
}

.pr--65 {
	padding-right: 6.5rem !important;
}

.pr--70 {
	padding-right: 7rem !important;
}

.pr--75 {
	padding-right: 7.5rem !important;
}

.pr--80 {
	padding-right: 8rem !important;
}

.pr--85 {
	padding-right: 8.5rem !important;
}

.pr--90 {
	padding-right: 9rem !important;
}

.pr--95 {
	padding-right: 9.5rem !important;
}

.pr--100 {
	padding-right: 10rem !important;
}

.pr--105 {
	padding-right: 10.5rem !important;
}

.pr--110 {
	padding-right: 11rem !important;
}

.pr--115 {
	padding-right: 11.5rem !important;
}

.pr--120 {
	padding-right: 12rem !important;
}

.pr--125 {
	padding-right: 12.5rem !important;
}

.pr--130 {
	padding-right: 13rem !important;
}

.pr--135 {
	padding-right: 13.5rem !important;
}

.pr--140 {
	padding-right: 14rem !important;
}

.pr--145 {
	padding-right: 14.5rem !important;
}

.pr--150 {
	padding-right: 15rem !important;
}

.pr--155 {
	padding-right: 15.5rem !important;
}

.pr--160 {
	padding-right: 16rem !important;
}

.pr--165 {
	padding-right: 16.5rem !important;
}

.pr--170 {
	padding-right: 17rem !important;
}

.pr--175 {
	padding-right: 17.5rem !important;
}

.pr--180 {
	padding-right: 18rem !important;
}

.pr--185 {
	padding-right: 18.5rem !important;
}

.pr--190 {
	padding-right: 19rem !important;
}

.pr--195 {
	padding-right: 19.5rem !important;
}

.pr--200 {
	padding-right: 20rem !important;
}

@media (max-width: 74.9375em) {
	.pr-lg--5 {
		padding-right: 0.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--10 {
		padding-right: 1rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--15 {
		padding-right: 1.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--20 {
		padding-right: 2rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--25 {
		padding-right: 2.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--30 {
		padding-right: 3rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--35 {
		padding-right: 3.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--40 {
		padding-right: 4rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--45 {
		padding-right: 4.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--50 {
		padding-right: 5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--55 {
		padding-right: 5.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--60 {
		padding-right: 6rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--65 {
		padding-right: 6.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--70 {
		padding-right: 7rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--75 {
		padding-right: 7.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--80 {
		padding-right: 8rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--85 {
		padding-right: 8.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--90 {
		padding-right: 9rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--95 {
		padding-right: 9.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--100 {
		padding-right: 10rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--105 {
		padding-right: 10.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--110 {
		padding-right: 11rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--115 {
		padding-right: 11.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--120 {
		padding-right: 12rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--125 {
		padding-right: 12.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--130 {
		padding-right: 13rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--135 {
		padding-right: 13.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--140 {
		padding-right: 14rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--145 {
		padding-right: 14.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--150 {
		padding-right: 15rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--155 {
		padding-right: 15.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--160 {
		padding-right: 16rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--165 {
		padding-right: 16.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--170 {
		padding-right: 17rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--175 {
		padding-right: 17.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--180 {
		padding-right: 18rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--185 {
		padding-right: 18.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--190 {
		padding-right: 19rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--195 {
		padding-right: 19.5rem !important; } }

@media (max-width: 74.9375em) {
	.pr-lg--200 {
		padding-right: 20rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--5 {
		padding-right: 0.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--10 {
		padding-right: 1rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--15 {
		padding-right: 1.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--20 {
		padding-right: 2rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--25 {
		padding-right: 2.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--30 {
		padding-right: 3rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--35 {
		padding-right: 3.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--40 {
		padding-right: 4rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--45 {
		padding-right: 4.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--50 {
		padding-right: 5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--55 {
		padding-right: 5.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--60 {
		padding-right: 6rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--65 {
		padding-right: 6.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--70 {
		padding-right: 7rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--75 {
		padding-right: 7.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--80 {
		padding-right: 8rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--85 {
		padding-right: 8.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--90 {
		padding-right: 9rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--95 {
		padding-right: 9.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--100 {
		padding-right: 10rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--105 {
		padding-right: 10.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--110 {
		padding-right: 11rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--115 {
		padding-right: 11.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--120 {
		padding-right: 12rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--125 {
		padding-right: 12.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--130 {
		padding-right: 13rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--135 {
		padding-right: 13.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--140 {
		padding-right: 14rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--145 {
		padding-right: 14.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--150 {
		padding-right: 15rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--155 {
		padding-right: 15.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--160 {
		padding-right: 16rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--165 {
		padding-right: 16.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--170 {
		padding-right: 17rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--175 {
		padding-right: 17.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--180 {
		padding-right: 18rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--185 {
		padding-right: 18.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--190 {
		padding-right: 19rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--195 {
		padding-right: 19.5rem !important; } }

@media (max-width: 61.94em) {
	.pr-md--200 {
		padding-right: 20rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--5 {
		padding-right: 0.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--10 {
		padding-right: 1rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--15 {
		padding-right: 1.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--20 {
		padding-right: 2rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--25 {
		padding-right: 2.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--30 {
		padding-right: 3rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--35 {
		padding-right: 3.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--40 {
		padding-right: 4rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--45 {
		padding-right: 4.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--50 {
		padding-right: 5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--55 {
		padding-right: 5.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--60 {
		padding-right: 6rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--65 {
		padding-right: 6.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--70 {
		padding-right: 7rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--75 {
		padding-right: 7.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--80 {
		padding-right: 8rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--85 {
		padding-right: 8.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--90 {
		padding-right: 9rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--95 {
		padding-right: 9.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--100 {
		padding-right: 10rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--105 {
		padding-right: 10.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--110 {
		padding-right: 11rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--115 {
		padding-right: 11.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--120 {
		padding-right: 12rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--125 {
		padding-right: 12.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--130 {
		padding-right: 13rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--135 {
		padding-right: 13.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--140 {
		padding-right: 14rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--145 {
		padding-right: 14.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--150 {
		padding-right: 15rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--155 {
		padding-right: 15.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--160 {
		padding-right: 16rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--165 {
		padding-right: 16.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--170 {
		padding-right: 17rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--175 {
		padding-right: 17.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--180 {
		padding-right: 18rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--185 {
		padding-right: 18.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--190 {
		padding-right: 19rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--195 {
		padding-right: 19.5rem !important; } }

@media (max-width: 47.94em) {
	.pr-sm--200 {
		padding-right: 20rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--5 {
		padding-right: 0.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--10 {
		padding-right: 1rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--15 {
		padding-right: 1.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--20 {
		padding-right: 2rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--25 {
		padding-right: 2.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--30 {
		padding-right: 3rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--35 {
		padding-right: 3.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--40 {
		padding-right: 4rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--45 {
		padding-right: 4.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--50 {
		padding-right: 5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--55 {
		padding-right: 5.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--60 {
		padding-right: 6rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--65 {
		padding-right: 6.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--70 {
		padding-right: 7rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--75 {
		padding-right: 7.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--80 {
		padding-right: 8rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--85 {
		padding-right: 8.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--90 {
		padding-right: 9rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--95 {
		padding-right: 9.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--100 {
		padding-right: 10rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--105 {
		padding-right: 10.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--110 {
		padding-right: 11rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--115 {
		padding-right: 11.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--120 {
		padding-right: 12rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--125 {
		padding-right: 12.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--130 {
		padding-right: 13rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--135 {
		padding-right: 13.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--140 {
		padding-right: 14rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--145 {
		padding-right: 14.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--150 {
		padding-right: 15rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--155 {
		padding-right: 15.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--160 {
		padding-right: 16rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--165 {
		padding-right: 16.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--170 {
		padding-right: 17rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--175 {
		padding-right: 17.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--180 {
		padding-right: 18rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--185 {
		padding-right: 18.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--190 {
		padding-right: 19rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--195 {
		padding-right: 19.5rem !important; } }

@media (max-width: 35.94em) {
	.pr-xs--200 {
		padding-right: 20rem !important; } }

.pl--5 {
	padding-left: 0.5rem !important;
}

.pl--10 {
	padding-left: 1rem !important;
}

.pl--15 {
	padding-left: 1.5rem !important;
}

.pl--20 {
	padding-left: 2rem !important;
}

.pl--25 {
	padding-left: 2.5rem !important;
}

.pl--30 {
	padding-left: 3rem !important;
}

.pl--35 {
	padding-left: 3.5rem !important;
}

.pl--40 {
	padding-left: 4rem !important;
}

.pl--45 {
	padding-left: 4.5rem !important;
}

.pl--50 {
	padding-left: 5rem !important;
}

.pl--55 {
	padding-left: 5.5rem !important;
}

.pl--60 {
	padding-left: 6rem !important;
}

.pl--65 {
	padding-left: 6.5rem !important;
}

.pl--70 {
	padding-left: 7rem !important;
}

.pl--75 {
	padding-left: 7.5rem !important;
}

.pl--80 {
	padding-left: 8rem !important;
}

.pl--85 {
	padding-left: 8.5rem !important;
}

.pl--90 {
	padding-left: 9rem !important;
}

.pl--95 {
	padding-left: 9.5rem !important;
}

.pl--100 {
	padding-left: 10rem !important;
}

.pl--105 {
	padding-left: 10.5rem !important;
}

.pl--110 {
	padding-left: 11rem !important;
}

.pl--115 {
	padding-left: 11.5rem !important;
}

.pl--120 {
	padding-left: 12rem !important;
}

.pl--125 {
	padding-left: 12.5rem !important;
}

.pl--130 {
	padding-left: 13rem !important;
}

.pl--135 {
	padding-left: 13.5rem !important;
}

.pl--140 {
	padding-left: 14rem !important;
}

.pl--145 {
	padding-left: 14.5rem !important;
}

.pl--150 {
	padding-left: 15rem !important;
}

.pl--155 {
	padding-left: 15.5rem !important;
}

.pl--160 {
	padding-left: 16rem !important;
}

.pl--165 {
	padding-left: 16.5rem !important;
}

.pl--170 {
	padding-left: 17rem !important;
}

.pl--175 {
	padding-left: 17.5rem !important;
}

.pl--180 {
	padding-left: 18rem !important;
}

.pl--185 {
	padding-left: 18.5rem !important;
}

.pl--190 {
	padding-left: 19rem !important;
}

.pl--195 {
	padding-left: 19.5rem !important;
}

.pl--200 {
	padding-left: 20rem !important;
}

@media (max-width: 74.9375em) {
	.pl-lg--5 {
		padding-left: 0.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--10 {
		padding-left: 1rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--15 {
		padding-left: 1.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--20 {
		padding-left: 2rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--25 {
		padding-left: 2.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--30 {
		padding-left: 3rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--35 {
		padding-left: 3.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--40 {
		padding-left: 4rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--45 {
		padding-left: 4.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--50 {
		padding-left: 5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--55 {
		padding-left: 5.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--60 {
		padding-left: 6rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--65 {
		padding-left: 6.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--70 {
		padding-left: 7rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--75 {
		padding-left: 7.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--80 {
		padding-left: 8rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--85 {
		padding-left: 8.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--90 {
		padding-left: 9rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--95 {
		padding-left: 9.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--100 {
		padding-left: 10rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--105 {
		padding-left: 10.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--110 {
		padding-left: 11rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--115 {
		padding-left: 11.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--120 {
		padding-left: 12rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--125 {
		padding-left: 12.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--130 {
		padding-left: 13rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--135 {
		padding-left: 13.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--140 {
		padding-left: 14rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--145 {
		padding-left: 14.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--150 {
		padding-left: 15rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--155 {
		padding-left: 15.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--160 {
		padding-left: 16rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--165 {
		padding-left: 16.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--170 {
		padding-left: 17rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--175 {
		padding-left: 17.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--180 {
		padding-left: 18rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--185 {
		padding-left: 18.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--190 {
		padding-left: 19rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--195 {
		padding-left: 19.5rem !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--200 {
		padding-left: 20rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--5 {
		padding-left: 0.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--10 {
		padding-left: 1rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--15 {
		padding-left: 1.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--20 {
		padding-left: 2rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--25 {
		padding-left: 2.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--30 {
		padding-left: 3rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--35 {
		padding-left: 3.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--40 {
		padding-left: 4rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--45 {
		padding-left: 4.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--50 {
		padding-left: 5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--55 {
		padding-left: 5.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--60 {
		padding-left: 6rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--65 {
		padding-left: 6.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--70 {
		padding-left: 7rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--75 {
		padding-left: 7.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--80 {
		padding-left: 8rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--85 {
		padding-left: 8.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--90 {
		padding-left: 9rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--95 {
		padding-left: 9.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--100 {
		padding-left: 10rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--105 {
		padding-left: 10.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--110 {
		padding-left: 11rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--115 {
		padding-left: 11.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--120 {
		padding-left: 12rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--125 {
		padding-left: 12.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--130 {
		padding-left: 13rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--135 {
		padding-left: 13.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--140 {
		padding-left: 14rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--145 {
		padding-left: 14.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--150 {
		padding-left: 15rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--155 {
		padding-left: 15.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--160 {
		padding-left: 16rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--165 {
		padding-left: 16.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--170 {
		padding-left: 17rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--175 {
		padding-left: 17.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--180 {
		padding-left: 18rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--185 {
		padding-left: 18.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--190 {
		padding-left: 19rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--195 {
		padding-left: 19.5rem !important; } }

@media (max-width: 61.94em) {
	.pl-md--200 {
		padding-left: 20rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--5 {
		padding-left: 0.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--10 {
		padding-left: 1rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--15 {
		padding-left: 1.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--20 {
		padding-left: 2rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--25 {
		padding-left: 2.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--30 {
		padding-left: 3rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--35 {
		padding-left: 3.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--40 {
		padding-left: 4rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--45 {
		padding-left: 4.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--50 {
		padding-left: 5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--55 {
		padding-left: 5.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--60 {
		padding-left: 6rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--65 {
		padding-left: 6.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--70 {
		padding-left: 7rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--75 {
		padding-left: 7.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--80 {
		padding-left: 8rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--85 {
		padding-left: 8.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--90 {
		padding-left: 9rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--95 {
		padding-left: 9.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--100 {
		padding-left: 10rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--105 {
		padding-left: 10.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--110 {
		padding-left: 11rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--115 {
		padding-left: 11.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--120 {
		padding-left: 12rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--125 {
		padding-left: 12.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--130 {
		padding-left: 13rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--135 {
		padding-left: 13.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--140 {
		padding-left: 14rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--145 {
		padding-left: 14.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--150 {
		padding-left: 15rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--155 {
		padding-left: 15.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--160 {
		padding-left: 16rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--165 {
		padding-left: 16.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--170 {
		padding-left: 17rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--175 {
		padding-left: 17.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--180 {
		padding-left: 18rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--185 {
		padding-left: 18.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--190 {
		padding-left: 19rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--195 {
		padding-left: 19.5rem !important; } }

@media (max-width: 47.94em) {
	.pl-sm--200 {
		padding-left: 20rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--5 {
		padding-left: 0.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--10 {
		padding-left: 1rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--15 {
		padding-left: 1.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--20 {
		padding-left: 2rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--25 {
		padding-left: 2.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--30 {
		padding-left: 3rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--35 {
		padding-left: 3.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--40 {
		padding-left: 4rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--45 {
		padding-left: 4.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--50 {
		padding-left: 5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--55 {
		padding-left: 5.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--60 {
		padding-left: 6rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--65 {
		padding-left: 6.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--70 {
		padding-left: 7rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--75 {
		padding-left: 7.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--80 {
		padding-left: 8rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--85 {
		padding-left: 8.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--90 {
		padding-left: 9rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--95 {
		padding-left: 9.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--100 {
		padding-left: 10rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--105 {
		padding-left: 10.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--110 {
		padding-left: 11rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--115 {
		padding-left: 11.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--120 {
		padding-left: 12rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--125 {
		padding-left: 12.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--130 {
		padding-left: 13rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--135 {
		padding-left: 13.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--140 {
		padding-left: 14rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--145 {
		padding-left: 14.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--150 {
		padding-left: 15rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--155 {
		padding-left: 15.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--160 {
		padding-left: 16rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--165 {
		padding-left: 16.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--170 {
		padding-left: 17rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--175 {
		padding-left: 17.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--180 {
		padding-left: 18rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--185 {
		padding-left: 18.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--190 {
		padding-left: 19rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--195 {
		padding-left: 19.5rem !important; } }

@media (max-width: 35.94em) {
	.pl-xs--200 {
		padding-left: 20rem !important; } }

.plr--5 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.plr--10 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.plr--15 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.plr--20 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.plr--25 {
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important;
}

.plr--30 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.plr--35 {
	padding-left: 3.5rem !important;
	padding-right: 3.5rem !important;
}

.plr--40 {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}

.plr--45 {
	padding-left: 4.5rem !important;
	padding-right: 4.5rem !important;
}

.plr--50 {
	padding-left: 5rem !important;
	padding-right: 5rem !important;
}

.plr--55 {
	padding-left: 5.5rem !important;
	padding-right: 5.5rem !important;
}

.plr--60 {
	padding-left: 6rem !important;
	padding-right: 6rem !important;
}

.plr--65 {
	padding-left: 6.5rem !important;
	padding-right: 6.5rem !important;
}

.plr--70 {
	padding-left: 7rem !important;
	padding-right: 7rem !important;
}

.plr--75 {
	padding-left: 7.5rem !important;
	padding-right: 7.5rem !important;
}

.plr--80 {
	padding-left: 8rem !important;
	padding-right: 8rem !important;
}

.plr--85 {
	padding-left: 8.5rem !important;
	padding-right: 8.5rem !important;
}

.plr--90 {
	padding-left: 9rem !important;
	padding-right: 9rem !important;
}

.plr--95 {
	padding-left: 9.5rem !important;
	padding-right: 9.5rem !important;
}

.plr--100 {
	padding-left: 10rem !important;
	padding-right: 10rem !important;
}

.plr--105 {
	padding-left: 10.5rem !important;
	padding-right: 10.5rem !important;
}

.plr--110 {
	padding-left: 11rem !important;
	padding-right: 11rem !important;
}

.plr--115 {
	padding-left: 11.5rem !important;
	padding-right: 11.5rem !important;
}

.plr--120 {
	padding-left: 12rem !important;
	padding-right: 12rem !important;
}

.plr--125 {
	padding-left: 12.5rem !important;
	padding-right: 12.5rem !important;
}

.plr--130 {
	padding-left: 13rem !important;
	padding-right: 13rem !important;
}

.plr--135 {
	padding-left: 13.5rem !important;
	padding-right: 13.5rem !important;
}

.plr--140 {
	padding-left: 14rem !important;
	padding-right: 14rem !important;
}

.plr--145 {
	padding-left: 14.5rem !important;
	padding-right: 14.5rem !important;
}

.plr--150 {
	padding-left: 15rem !important;
	padding-right: 15rem !important;
}

.plr--155 {
	padding-left: 15.5rem !important;
	padding-right: 15.5rem !important;
}

.plr--160 {
	padding-left: 16rem !important;
	padding-right: 16rem !important;
}

.plr--165 {
	padding-left: 16.5rem !important;
	padding-right: 16.5rem !important;
}

.plr--170 {
	padding-left: 17rem !important;
	padding-right: 17rem !important;
}

.plr--175 {
	padding-left: 17.5rem !important;
	padding-right: 17.5rem !important;
}

.plr--180 {
	padding-left: 18rem !important;
	padding-right: 18rem !important;
}

.plr--185 {
	padding-left: 18.5rem !important;
	padding-right: 18.5rem !important;
}

.plr--190 {
	padding-left: 19rem !important;
	padding-right: 19rem !important;
}

.plr--195 {
	padding-left: 19.5rem !important;
	padding-right: 19.5rem !important;
}

.plr--200 {
	padding-left: 20rem !important;
	padding-right: 20rem !important;
}

@media (max-width: 93.6875em) {
	.plr-xl--5 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--10 {
		padding-left: 1rem !important;
		padding-right: 1rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--15 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--20 {
		padding-left: 2rem !important;
		padding-right: 2rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--25 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--30 {
		padding-left: 3rem !important;
		padding-right: 3rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--35 {
		padding-left: 3.5rem !important;
		padding-right: 3.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--40 {
		padding-left: 4rem !important;
		padding-right: 4rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--45 {
		padding-left: 4.5rem !important;
		padding-right: 4.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--50 {
		padding-left: 5rem !important;
		padding-right: 5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--55 {
		padding-left: 5.5rem !important;
		padding-right: 5.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--60 {
		padding-left: 6rem !important;
		padding-right: 6rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--65 {
		padding-left: 6.5rem !important;
		padding-right: 6.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--70 {
		padding-left: 7rem !important;
		padding-right: 7rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--75 {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--80 {
		padding-left: 8rem !important;
		padding-right: 8rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--85 {
		padding-left: 8.5rem !important;
		padding-right: 8.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--90 {
		padding-left: 9rem !important;
		padding-right: 9rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--95 {
		padding-left: 9.5rem !important;
		padding-right: 9.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--100 {
		padding-left: 10rem !important;
		padding-right: 10rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--105 {
		padding-left: 10.5rem !important;
		padding-right: 10.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--110 {
		padding-left: 11rem !important;
		padding-right: 11rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--115 {
		padding-left: 11.5rem !important;
		padding-right: 11.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--120 {
		padding-left: 12rem !important;
		padding-right: 12rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--125 {
		padding-left: 12.5rem !important;
		padding-right: 12.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--130 {
		padding-left: 13rem !important;
		padding-right: 13rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--135 {
		padding-left: 13.5rem !important;
		padding-right: 13.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--140 {
		padding-left: 14rem !important;
		padding-right: 14rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--145 {
		padding-left: 14.5rem !important;
		padding-right: 14.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--150 {
		padding-left: 15rem !important;
		padding-right: 15rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--155 {
		padding-left: 15.5rem !important;
		padding-right: 15.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--160 {
		padding-left: 16rem !important;
		padding-right: 16rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--165 {
		padding-left: 16.5rem !important;
		padding-right: 16.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--170 {
		padding-left: 17rem !important;
		padding-right: 17rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--175 {
		padding-left: 17.5rem !important;
		padding-right: 17.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--180 {
		padding-left: 18rem !important;
		padding-right: 18rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--185 {
		padding-left: 18.5rem !important;
		padding-right: 18.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--190 {
		padding-left: 19rem !important;
		padding-right: 19rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--195 {
		padding-left: 19.5rem !important;
		padding-right: 19.5rem !important; } }

@media (max-width: 93.6875em) {
	.plr-xl--200 {
		padding-left: 20rem !important;
		padding-right: 20rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--5 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--10 {
		padding-left: 1rem !important;
		padding-right: 1rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--15 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--20 {
		padding-left: 2rem !important;
		padding-right: 2rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--25 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--30 {
		padding-left: 3rem !important;
		padding-right: 3rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--35 {
		padding-left: 3.5rem !important;
		padding-right: 3.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--40 {
		padding-left: 4rem !important;
		padding-right: 4rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--45 {
		padding-left: 4.5rem !important;
		padding-right: 4.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--50 {
		padding-left: 5rem !important;
		padding-right: 5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--55 {
		padding-left: 5.5rem !important;
		padding-right: 5.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--60 {
		padding-left: 6rem !important;
		padding-right: 6rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--65 {
		padding-left: 6.5rem !important;
		padding-right: 6.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--70 {
		padding-left: 7rem !important;
		padding-right: 7rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--75 {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--80 {
		padding-left: 8rem !important;
		padding-right: 8rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--85 {
		padding-left: 8.5rem !important;
		padding-right: 8.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--90 {
		padding-left: 9rem !important;
		padding-right: 9rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--95 {
		padding-left: 9.5rem !important;
		padding-right: 9.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--100 {
		padding-left: 10rem !important;
		padding-right: 10rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--105 {
		padding-left: 10.5rem !important;
		padding-right: 10.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--110 {
		padding-left: 11rem !important;
		padding-right: 11rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--115 {
		padding-left: 11.5rem !important;
		padding-right: 11.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--120 {
		padding-left: 12rem !important;
		padding-right: 12rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--125 {
		padding-left: 12.5rem !important;
		padding-right: 12.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--130 {
		padding-left: 13rem !important;
		padding-right: 13rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--135 {
		padding-left: 13.5rem !important;
		padding-right: 13.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--140 {
		padding-left: 14rem !important;
		padding-right: 14rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--145 {
		padding-left: 14.5rem !important;
		padding-right: 14.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--150 {
		padding-left: 15rem !important;
		padding-right: 15rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--155 {
		padding-left: 15.5rem !important;
		padding-right: 15.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--160 {
		padding-left: 16rem !important;
		padding-right: 16rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--165 {
		padding-left: 16.5rem !important;
		padding-right: 16.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--170 {
		padding-left: 17rem !important;
		padding-right: 17rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--175 {
		padding-left: 17.5rem !important;
		padding-right: 17.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--180 {
		padding-left: 18rem !important;
		padding-right: 18rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--185 {
		padding-left: 18.5rem !important;
		padding-right: 18.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--190 {
		padding-left: 19rem !important;
		padding-right: 19rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--195 {
		padding-left: 19.5rem !important;
		padding-right: 19.5rem !important; } }

@media (max-width: 74.9375em) {
	.plr-lg--200 {
		padding-left: 20rem !important;
		padding-right: 20rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--5 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--10 {
		padding-left: 1rem !important;
		padding-right: 1rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--15 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--20 {
		padding-left: 2rem !important;
		padding-right: 2rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--25 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--30 {
		padding-left: 3rem !important;
		padding-right: 3rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--35 {
		padding-left: 3.5rem !important;
		padding-right: 3.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--40 {
		padding-left: 4rem !important;
		padding-right: 4rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--45 {
		padding-left: 4.5rem !important;
		padding-right: 4.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--50 {
		padding-left: 5rem !important;
		padding-right: 5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--55 {
		padding-left: 5.5rem !important;
		padding-right: 5.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--60 {
		padding-left: 6rem !important;
		padding-right: 6rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--65 {
		padding-left: 6.5rem !important;
		padding-right: 6.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--70 {
		padding-left: 7rem !important;
		padding-right: 7rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--75 {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--80 {
		padding-left: 8rem !important;
		padding-right: 8rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--85 {
		padding-left: 8.5rem !important;
		padding-right: 8.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--90 {
		padding-left: 9rem !important;
		padding-right: 9rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--95 {
		padding-left: 9.5rem !important;
		padding-right: 9.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--100 {
		padding-left: 10rem !important;
		padding-right: 10rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--105 {
		padding-left: 10.5rem !important;
		padding-right: 10.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--110 {
		padding-left: 11rem !important;
		padding-right: 11rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--115 {
		padding-left: 11.5rem !important;
		padding-right: 11.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--120 {
		padding-left: 12rem !important;
		padding-right: 12rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--125 {
		padding-left: 12.5rem !important;
		padding-right: 12.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--130 {
		padding-left: 13rem !important;
		padding-right: 13rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--135 {
		padding-left: 13.5rem !important;
		padding-right: 13.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--140 {
		padding-left: 14rem !important;
		padding-right: 14rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--145 {
		padding-left: 14.5rem !important;
		padding-right: 14.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--150 {
		padding-left: 15rem !important;
		padding-right: 15rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--155 {
		padding-left: 15.5rem !important;
		padding-right: 15.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--160 {
		padding-left: 16rem !important;
		padding-right: 16rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--165 {
		padding-left: 16.5rem !important;
		padding-right: 16.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--170 {
		padding-left: 17rem !important;
		padding-right: 17rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--175 {
		padding-left: 17.5rem !important;
		padding-right: 17.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--180 {
		padding-left: 18rem !important;
		padding-right: 18rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--185 {
		padding-left: 18.5rem !important;
		padding-right: 18.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--190 {
		padding-left: 19rem !important;
		padding-right: 19rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--195 {
		padding-left: 19.5rem !important;
		padding-right: 19.5rem !important; } }

@media (max-width: 61.94em) {
	.plr-md--200 {
		padding-left: 20rem !important;
		padding-right: 20rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--5 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--10 {
		padding-left: 1rem !important;
		padding-right: 1rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--15 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--20 {
		padding-left: 2rem !important;
		padding-right: 2rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--25 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--30 {
		padding-left: 3rem !important;
		padding-right: 3rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--35 {
		padding-left: 3.5rem !important;
		padding-right: 3.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--40 {
		padding-left: 4rem !important;
		padding-right: 4rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--45 {
		padding-left: 4.5rem !important;
		padding-right: 4.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--50 {
		padding-left: 5rem !important;
		padding-right: 5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--55 {
		padding-left: 5.5rem !important;
		padding-right: 5.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--60 {
		padding-left: 6rem !important;
		padding-right: 6rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--65 {
		padding-left: 6.5rem !important;
		padding-right: 6.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--70 {
		padding-left: 7rem !important;
		padding-right: 7rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--75 {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--80 {
		padding-left: 8rem !important;
		padding-right: 8rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--85 {
		padding-left: 8.5rem !important;
		padding-right: 8.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--90 {
		padding-left: 9rem !important;
		padding-right: 9rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--95 {
		padding-left: 9.5rem !important;
		padding-right: 9.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--100 {
		padding-left: 10rem !important;
		padding-right: 10rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--105 {
		padding-left: 10.5rem !important;
		padding-right: 10.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--110 {
		padding-left: 11rem !important;
		padding-right: 11rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--115 {
		padding-left: 11.5rem !important;
		padding-right: 11.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--120 {
		padding-left: 12rem !important;
		padding-right: 12rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--125 {
		padding-left: 12.5rem !important;
		padding-right: 12.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--130 {
		padding-left: 13rem !important;
		padding-right: 13rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--135 {
		padding-left: 13.5rem !important;
		padding-right: 13.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--140 {
		padding-left: 14rem !important;
		padding-right: 14rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--145 {
		padding-left: 14.5rem !important;
		padding-right: 14.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--150 {
		padding-left: 15rem !important;
		padding-right: 15rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--155 {
		padding-left: 15.5rem !important;
		padding-right: 15.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--160 {
		padding-left: 16rem !important;
		padding-right: 16rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--165 {
		padding-left: 16.5rem !important;
		padding-right: 16.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--170 {
		padding-left: 17rem !important;
		padding-right: 17rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--175 {
		padding-left: 17.5rem !important;
		padding-right: 17.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--180 {
		padding-left: 18rem !important;
		padding-right: 18rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--185 {
		padding-left: 18.5rem !important;
		padding-right: 18.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--190 {
		padding-left: 19rem !important;
		padding-right: 19rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--195 {
		padding-left: 19.5rem !important;
		padding-right: 19.5rem !important; } }

@media (max-width: 47.94em) {
	.plr-sm--200 {
		padding-left: 20rem !important;
		padding-right: 20rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--5 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--10 {
		padding-left: 1rem !important;
		padding-right: 1rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--15 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--20 {
		padding-left: 2rem !important;
		padding-right: 2rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--25 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--30 {
		padding-left: 3rem !important;
		padding-right: 3rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--35 {
		padding-left: 3.5rem !important;
		padding-right: 3.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--40 {
		padding-left: 4rem !important;
		padding-right: 4rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--45 {
		padding-left: 4.5rem !important;
		padding-right: 4.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--50 {
		padding-left: 5rem !important;
		padding-right: 5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--55 {
		padding-left: 5.5rem !important;
		padding-right: 5.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--60 {
		padding-left: 6rem !important;
		padding-right: 6rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--65 {
		padding-left: 6.5rem !important;
		padding-right: 6.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--70 {
		padding-left: 7rem !important;
		padding-right: 7rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--75 {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--80 {
		padding-left: 8rem !important;
		padding-right: 8rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--85 {
		padding-left: 8.5rem !important;
		padding-right: 8.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--90 {
		padding-left: 9rem !important;
		padding-right: 9rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--95 {
		padding-left: 9.5rem !important;
		padding-right: 9.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--100 {
		padding-left: 10rem !important;
		padding-right: 10rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--105 {
		padding-left: 10.5rem !important;
		padding-right: 10.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--110 {
		padding-left: 11rem !important;
		padding-right: 11rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--115 {
		padding-left: 11.5rem !important;
		padding-right: 11.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--120 {
		padding-left: 12rem !important;
		padding-right: 12rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--125 {
		padding-left: 12.5rem !important;
		padding-right: 12.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--130 {
		padding-left: 13rem !important;
		padding-right: 13rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--135 {
		padding-left: 13.5rem !important;
		padding-right: 13.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--140 {
		padding-left: 14rem !important;
		padding-right: 14rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--145 {
		padding-left: 14.5rem !important;
		padding-right: 14.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--150 {
		padding-left: 15rem !important;
		padding-right: 15rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--155 {
		padding-left: 15.5rem !important;
		padding-right: 15.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--160 {
		padding-left: 16rem !important;
		padding-right: 16rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--165 {
		padding-left: 16.5rem !important;
		padding-right: 16.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--170 {
		padding-left: 17rem !important;
		padding-right: 17rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--175 {
		padding-left: 17.5rem !important;
		padding-right: 17.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--180 {
		padding-left: 18rem !important;
		padding-right: 18rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--185 {
		padding-left: 18.5rem !important;
		padding-right: 18.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--190 {
		padding-left: 19rem !important;
		padding-right: 19rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--195 {
		padding-left: 19.5rem !important;
		padding-right: 19.5rem !important; } }

@media (max-width: 35.94em) {
	.plr-xs--200 {
		padding-left: 20rem !important;
		padding-right: 20rem !important; } }

.mtb--5 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.mtb--10 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.mtb--15 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.mtb--20 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.mtb--25 {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important;
}

.mtb--30 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.mtb--35 {
	margin-top: 3.5rem !important;
	margin-bottom: 3.5rem !important;
}

.mtb--40 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}

.mtb--45 {
	margin-top: 4.5rem !important;
	margin-bottom: 4.5rem !important;
}

.mtb--50 {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}

.mtb--55 {
	margin-top: 5.5rem !important;
	margin-bottom: 5.5rem !important;
}

.mtb--60 {
	margin-top: 6rem !important;
	margin-bottom: 6rem !important;
}

.mtb--65 {
	margin-top: 6.5rem !important;
	margin-bottom: 6.5rem !important;
}

.mtb--70 {
	margin-top: 7rem !important;
	margin-bottom: 7rem !important;
}

.mtb--75 {
	margin-top: 7.5rem !important;
	margin-bottom: 7.5rem !important;
}

.mtb--80 {
	margin-top: 8rem !important;
	margin-bottom: 8rem !important;
}

.mtb--85 {
	margin-top: 8.5rem !important;
	margin-bottom: 8.5rem !important;
}

.mtb--90 {
	margin-top: 9rem !important;
	margin-bottom: 9rem !important;
}

.mtb--95 {
	margin-top: 9.5rem !important;
	margin-bottom: 9.5rem !important;
}

.mtb--100 {
	margin-top: 10rem !important;
	margin-bottom: 10rem !important;
}

.mtb--105 {
	margin-top: 10.5rem !important;
	margin-bottom: 10.5rem !important;
}

.mtb--110 {
	margin-top: 11rem !important;
	margin-bottom: 11rem !important;
}

.mtb--115 {
	margin-top: 11.5rem !important;
	margin-bottom: 11.5rem !important;
}

.mtb--120 {
	margin-top: 12rem !important;
	margin-bottom: 12rem !important;
}

.mtb--125 {
	margin-top: 12.5rem !important;
	margin-bottom: 12.5rem !important;
}

.mtb--130 {
	margin-top: 13rem !important;
	margin-bottom: 13rem !important;
}

.mtb--135 {
	margin-top: 13.5rem !important;
	margin-bottom: 13.5rem !important;
}

.mtb--140 {
	margin-top: 14rem !important;
	margin-bottom: 14rem !important;
}

.mtb--145 {
	margin-top: 14.5rem !important;
	margin-bottom: 14.5rem !important;
}

.mtb--150 {
	margin-top: 15rem !important;
	margin-bottom: 15rem !important;
}

.mtb--155 {
	margin-top: 15.5rem !important;
	margin-bottom: 15.5rem !important;
}

.mtb--160 {
	margin-top: 16rem !important;
	margin-bottom: 16rem !important;
}

.mtb--165 {
	margin-top: 16.5rem !important;
	margin-bottom: 16.5rem !important;
}

.mtb--170 {
	margin-top: 17rem !important;
	margin-bottom: 17rem !important;
}

.mtb--175 {
	margin-top: 17.5rem !important;
	margin-bottom: 17.5rem !important;
}

.mtb--180 {
	margin-top: 18rem !important;
	margin-bottom: 18rem !important;
}

.mtb--185 {
	margin-top: 18.5rem !important;
	margin-bottom: 18.5rem !important;
}

.mtb--190 {
	margin-top: 19rem !important;
	margin-bottom: 19rem !important;
}

.mtb--195 {
	margin-top: 19.5rem !important;
	margin-bottom: 19.5rem !important;
}

.mtb--200 {
	margin-top: 20rem !important;
	margin-bottom: 20rem !important;
}

@media (max-width: 93.6875em) {
	.mtb-xl--5 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--10 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--15 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--20 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--25 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--30 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--35 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--40 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--45 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--50 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--55 {
		margin-top: 5.5rem !important;
		margin-bottom: 5.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--60 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--65 {
		margin-top: 6.5rem !important;
		margin-bottom: 6.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--70 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--75 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--80 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--85 {
		margin-top: 8.5rem !important;
		margin-bottom: 8.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--90 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--95 {
		margin-top: 9.5rem !important;
		margin-bottom: 9.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--100 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--105 {
		margin-top: 10.5rem !important;
		margin-bottom: 10.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--110 {
		margin-top: 11rem !important;
		margin-bottom: 11rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--115 {
		margin-top: 11.5rem !important;
		margin-bottom: 11.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--120 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--125 {
		margin-top: 12.5rem !important;
		margin-bottom: 12.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--130 {
		margin-top: 13rem !important;
		margin-bottom: 13rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--135 {
		margin-top: 13.5rem !important;
		margin-bottom: 13.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--140 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--145 {
		margin-top: 14.5rem !important;
		margin-bottom: 14.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--150 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--155 {
		margin-top: 15.5rem !important;
		margin-bottom: 15.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--160 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--165 {
		margin-top: 16.5rem !important;
		margin-bottom: 16.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--170 {
		margin-top: 17rem !important;
		margin-bottom: 17rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--175 {
		margin-top: 17.5rem !important;
		margin-bottom: 17.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--180 {
		margin-top: 18rem !important;
		margin-bottom: 18rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--185 {
		margin-top: 18.5rem !important;
		margin-bottom: 18.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--190 {
		margin-top: 19rem !important;
		margin-bottom: 19rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--195 {
		margin-top: 19.5rem !important;
		margin-bottom: 19.5rem !important; } }

@media (max-width: 93.6875em) {
	.mtb-xl--200 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--5 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--10 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--15 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--20 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--25 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--30 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--35 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--40 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--45 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--50 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--55 {
		margin-top: 5.5rem !important;
		margin-bottom: 5.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--60 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--65 {
		margin-top: 6.5rem !important;
		margin-bottom: 6.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--70 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--75 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--80 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--85 {
		margin-top: 8.5rem !important;
		margin-bottom: 8.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--90 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--95 {
		margin-top: 9.5rem !important;
		margin-bottom: 9.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--100 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--105 {
		margin-top: 10.5rem !important;
		margin-bottom: 10.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--110 {
		margin-top: 11rem !important;
		margin-bottom: 11rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--115 {
		margin-top: 11.5rem !important;
		margin-bottom: 11.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--120 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--125 {
		margin-top: 12.5rem !important;
		margin-bottom: 12.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--130 {
		margin-top: 13rem !important;
		margin-bottom: 13rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--135 {
		margin-top: 13.5rem !important;
		margin-bottom: 13.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--140 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--145 {
		margin-top: 14.5rem !important;
		margin-bottom: 14.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--150 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--155 {
		margin-top: 15.5rem !important;
		margin-bottom: 15.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--160 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--165 {
		margin-top: 16.5rem !important;
		margin-bottom: 16.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--170 {
		margin-top: 17rem !important;
		margin-bottom: 17rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--175 {
		margin-top: 17.5rem !important;
		margin-bottom: 17.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--180 {
		margin-top: 18rem !important;
		margin-bottom: 18rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--185 {
		margin-top: 18.5rem !important;
		margin-bottom: 18.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--190 {
		margin-top: 19rem !important;
		margin-bottom: 19rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--195 {
		margin-top: 19.5rem !important;
		margin-bottom: 19.5rem !important; } }

@media (max-width: 74.9375em) {
	.mtb-lg--200 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--5 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--10 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--15 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--20 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--25 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--30 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--35 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--40 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--45 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--50 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--55 {
		margin-top: 5.5rem !important;
		margin-bottom: 5.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--60 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--65 {
		margin-top: 6.5rem !important;
		margin-bottom: 6.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--70 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--75 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--80 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--85 {
		margin-top: 8.5rem !important;
		margin-bottom: 8.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--90 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--95 {
		margin-top: 9.5rem !important;
		margin-bottom: 9.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--100 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--105 {
		margin-top: 10.5rem !important;
		margin-bottom: 10.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--110 {
		margin-top: 11rem !important;
		margin-bottom: 11rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--115 {
		margin-top: 11.5rem !important;
		margin-bottom: 11.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--120 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--125 {
		margin-top: 12.5rem !important;
		margin-bottom: 12.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--130 {
		margin-top: 13rem !important;
		margin-bottom: 13rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--135 {
		margin-top: 13.5rem !important;
		margin-bottom: 13.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--140 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--145 {
		margin-top: 14.5rem !important;
		margin-bottom: 14.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--150 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--155 {
		margin-top: 15.5rem !important;
		margin-bottom: 15.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--160 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--165 {
		margin-top: 16.5rem !important;
		margin-bottom: 16.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--170 {
		margin-top: 17rem !important;
		margin-bottom: 17rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--175 {
		margin-top: 17.5rem !important;
		margin-bottom: 17.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--180 {
		margin-top: 18rem !important;
		margin-bottom: 18rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--185 {
		margin-top: 18.5rem !important;
		margin-bottom: 18.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--190 {
		margin-top: 19rem !important;
		margin-bottom: 19rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--195 {
		margin-top: 19.5rem !important;
		margin-bottom: 19.5rem !important; } }

@media (max-width: 61.94em) {
	.mtb-md--200 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--5 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--10 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--15 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--20 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--25 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--30 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--35 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--40 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--45 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--50 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--55 {
		margin-top: 5.5rem !important;
		margin-bottom: 5.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--60 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--65 {
		margin-top: 6.5rem !important;
		margin-bottom: 6.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--70 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--75 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--80 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--85 {
		margin-top: 8.5rem !important;
		margin-bottom: 8.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--90 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--95 {
		margin-top: 9.5rem !important;
		margin-bottom: 9.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--100 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--105 {
		margin-top: 10.5rem !important;
		margin-bottom: 10.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--110 {
		margin-top: 11rem !important;
		margin-bottom: 11rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--115 {
		margin-top: 11.5rem !important;
		margin-bottom: 11.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--120 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--125 {
		margin-top: 12.5rem !important;
		margin-bottom: 12.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--130 {
		margin-top: 13rem !important;
		margin-bottom: 13rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--135 {
		margin-top: 13.5rem !important;
		margin-bottom: 13.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--140 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--145 {
		margin-top: 14.5rem !important;
		margin-bottom: 14.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--150 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--155 {
		margin-top: 15.5rem !important;
		margin-bottom: 15.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--160 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--165 {
		margin-top: 16.5rem !important;
		margin-bottom: 16.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--170 {
		margin-top: 17rem !important;
		margin-bottom: 17rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--175 {
		margin-top: 17.5rem !important;
		margin-bottom: 17.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--180 {
		margin-top: 18rem !important;
		margin-bottom: 18rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--185 {
		margin-top: 18.5rem !important;
		margin-bottom: 18.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--190 {
		margin-top: 19rem !important;
		margin-bottom: 19rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--195 {
		margin-top: 19.5rem !important;
		margin-bottom: 19.5rem !important; } }

@media (max-width: 47.94em) {
	.mtb-sm--200 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important; } }

.mb--5 {
	margin-bottom: 0.5rem !important;
}

.mb--10 {
	margin-bottom: 1rem !important;
}

.mb--15 {
	margin-bottom: 1.5rem !important;
}

.mb--20 {
	margin-bottom: 2rem !important;
}

.mb--25 {
	margin-bottom: 2.5rem !important;
}

.mb--30 {
	margin-bottom: 3rem !important;
}

.mb--35 {
	margin-bottom: 3.5rem !important;
}

.mb--40 {
	margin-bottom: 4rem !important;
}

.mb--45 {
	margin-bottom: 4.5rem !important;
}

.mb--50 {
	margin-bottom: 5rem !important;
}

.mb--55 {
	margin-bottom: 5.5rem !important;
}

.mb--60 {
	margin-bottom: 6rem !important;
}

.mb--65 {
	margin-bottom: 6.5rem !important;
}

.mb--70 {
	margin-bottom: 7rem !important;
}

.mb--75 {
	margin-bottom: 7.5rem !important;
}

.mb--80 {
	margin-bottom: 8rem !important;
}

.mb--85 {
	margin-bottom: 8.5rem !important;
}

.mb--90 {
	margin-bottom: 9rem !important;
}

.mb--95 {
	margin-bottom: 9.5rem !important;
}

.mb--100 {
	margin-bottom: 10rem !important;
}

.mb--105 {
	margin-bottom: 10.5rem !important;
}

.mb--110 {
	margin-bottom: 11rem !important;
}

.mb--115 {
	margin-bottom: 11.5rem !important;
}

.mb--120 {
	margin-bottom: 12rem !important;
}

.mb--125 {
	margin-bottom: 12.5rem !important;
}

.mb--130 {
	margin-bottom: 13rem !important;
}

.mb--135 {
	margin-bottom: 13.5rem !important;
}

.mb--140 {
	margin-bottom: 14rem !important;
}

.mb--145 {
	margin-bottom: 14.5rem !important;
}

.mb--150 {
	margin-bottom: 15rem !important;
}

.mb--155 {
	margin-bottom: 15.5rem !important;
}

.mb--160 {
	margin-bottom: 16rem !important;
}

.mb--165 {
	margin-bottom: 16.5rem !important;
}

.mb--170 {
	margin-bottom: 17rem !important;
}

.mb--175 {
	margin-bottom: 17.5rem !important;
}

.mb--180 {
	margin-bottom: 18rem !important;
}

.mb--185 {
	margin-bottom: 18.5rem !important;
}

.mb--190 {
	margin-bottom: 19rem !important;
}

.mb--195 {
	margin-bottom: 19.5rem !important;
}

.mb--200 {
	margin-bottom: 20rem !important;
}

@media (max-width: 93.6875em) {
	.mb-xl--5 {
		margin-bottom: 0.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--10 {
		margin-bottom: 1rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--15 {
		margin-bottom: 1.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--20 {
		margin-bottom: 2rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--25 {
		margin-bottom: 2.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--30 {
		margin-bottom: 3rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--35 {
		margin-bottom: 3.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--40 {
		margin-bottom: 4rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--45 {
		margin-bottom: 4.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--50 {
		margin-bottom: 5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--55 {
		margin-bottom: 5.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--60 {
		margin-bottom: 6rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--65 {
		margin-bottom: 6.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--70 {
		margin-bottom: 7rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--75 {
		margin-bottom: 7.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--80 {
		margin-bottom: 8rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--85 {
		margin-bottom: 8.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--90 {
		margin-bottom: 9rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--95 {
		margin-bottom: 9.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--100 {
		margin-bottom: 10rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--105 {
		margin-bottom: 10.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--110 {
		margin-bottom: 11rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--115 {
		margin-bottom: 11.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--120 {
		margin-bottom: 12rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--125 {
		margin-bottom: 12.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--130 {
		margin-bottom: 13rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--135 {
		margin-bottom: 13.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--140 {
		margin-bottom: 14rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--145 {
		margin-bottom: 14.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--150 {
		margin-bottom: 15rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--155 {
		margin-bottom: 15.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--160 {
		margin-bottom: 16rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--165 {
		margin-bottom: 16.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--170 {
		margin-bottom: 17rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--175 {
		margin-bottom: 17.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--180 {
		margin-bottom: 18rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--185 {
		margin-bottom: 18.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--190 {
		margin-bottom: 19rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--195 {
		margin-bottom: 19.5rem !important; } }

@media (max-width: 93.6875em) {
	.mb-xl--200 {
		margin-bottom: 20rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--5 {
		margin-bottom: 0.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--10 {
		margin-bottom: 1rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--15 {
		margin-bottom: 1.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--20 {
		margin-bottom: 2rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--25 {
		margin-bottom: 2.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--30 {
		margin-bottom: 3rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--35 {
		margin-bottom: 3.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--40 {
		margin-bottom: 4rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--45 {
		margin-bottom: 4.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--50 {
		margin-bottom: 5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--55 {
		margin-bottom: 5.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--60 {
		margin-bottom: 6rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--65 {
		margin-bottom: 6.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--70 {
		margin-bottom: 7rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--75 {
		margin-bottom: 7.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--80 {
		margin-bottom: 8rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--85 {
		margin-bottom: 8.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--90 {
		margin-bottom: 9rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--95 {
		margin-bottom: 9.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--100 {
		margin-bottom: 10rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--105 {
		margin-bottom: 10.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--110 {
		margin-bottom: 11rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--115 {
		margin-bottom: 11.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--120 {
		margin-bottom: 12rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--125 {
		margin-bottom: 12.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--130 {
		margin-bottom: 13rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--135 {
		margin-bottom: 13.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--140 {
		margin-bottom: 14rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--145 {
		margin-bottom: 14.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--150 {
		margin-bottom: 15rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--155 {
		margin-bottom: 15.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--160 {
		margin-bottom: 16rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--165 {
		margin-bottom: 16.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--170 {
		margin-bottom: 17rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--175 {
		margin-bottom: 17.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--180 {
		margin-bottom: 18rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--185 {
		margin-bottom: 18.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--190 {
		margin-bottom: 19rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--195 {
		margin-bottom: 19.5rem !important; } }

@media (max-width: 87.4375em) {
	.mb-xlb--200 {
		margin-bottom: 20rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--5 {
		margin-bottom: 0.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--10 {
		margin-bottom: 1rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--15 {
		margin-bottom: 1.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--20 {
		margin-bottom: 2rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--25 {
		margin-bottom: 2.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--30 {
		margin-bottom: 3rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--35 {
		margin-bottom: 3.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--40 {
		margin-bottom: 4rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--45 {
		margin-bottom: 4.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--50 {
		margin-bottom: 5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--55 {
		margin-bottom: 5.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--60 {
		margin-bottom: 6rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--65 {
		margin-bottom: 6.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--70 {
		margin-bottom: 7rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--75 {
		margin-bottom: 7.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--80 {
		margin-bottom: 8rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--85 {
		margin-bottom: 8.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--90 {
		margin-bottom: 9rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--95 {
		margin-bottom: 9.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--100 {
		margin-bottom: 10rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--105 {
		margin-bottom: 10.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--110 {
		margin-bottom: 11rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--115 {
		margin-bottom: 11.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--120 {
		margin-bottom: 12rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--125 {
		margin-bottom: 12.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--130 {
		margin-bottom: 13rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--135 {
		margin-bottom: 13.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--140 {
		margin-bottom: 14rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--145 {
		margin-bottom: 14.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--150 {
		margin-bottom: 15rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--155 {
		margin-bottom: 15.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--160 {
		margin-bottom: 16rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--165 {
		margin-bottom: 16.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--170 {
		margin-bottom: 17rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--175 {
		margin-bottom: 17.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--180 {
		margin-bottom: 18rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--185 {
		margin-bottom: 18.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--190 {
		margin-bottom: 19rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--195 {
		margin-bottom: 19.5rem !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--200 {
		margin-bottom: 20rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--5 {
		margin-bottom: 0.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--10 {
		margin-bottom: 1rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--15 {
		margin-bottom: 1.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--20 {
		margin-bottom: 2rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--25 {
		margin-bottom: 2.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--30 {
		margin-bottom: 3rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--35 {
		margin-bottom: 3.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--40 {
		margin-bottom: 4rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--45 {
		margin-bottom: 4.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--50 {
		margin-bottom: 5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--55 {
		margin-bottom: 5.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--60 {
		margin-bottom: 6rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--65 {
		margin-bottom: 6.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--70 {
		margin-bottom: 7rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--75 {
		margin-bottom: 7.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--80 {
		margin-bottom: 8rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--85 {
		margin-bottom: 8.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--90 {
		margin-bottom: 9rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--95 {
		margin-bottom: 9.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--100 {
		margin-bottom: 10rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--105 {
		margin-bottom: 10.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--110 {
		margin-bottom: 11rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--115 {
		margin-bottom: 11.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--120 {
		margin-bottom: 12rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--125 {
		margin-bottom: 12.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--130 {
		margin-bottom: 13rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--135 {
		margin-bottom: 13.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--140 {
		margin-bottom: 14rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--145 {
		margin-bottom: 14.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--150 {
		margin-bottom: 15rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--155 {
		margin-bottom: 15.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--160 {
		margin-bottom: 16rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--165 {
		margin-bottom: 16.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--170 {
		margin-bottom: 17rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--175 {
		margin-bottom: 17.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--180 {
		margin-bottom: 18rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--185 {
		margin-bottom: 18.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--190 {
		margin-bottom: 19rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--195 {
		margin-bottom: 19.5rem !important; } }

@media (max-width: 61.94em) {
	.mb-md--200 {
		margin-bottom: 20rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--5 {
		margin-bottom: 0.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--10 {
		margin-bottom: 1rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--15 {
		margin-bottom: 1.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--20 {
		margin-bottom: 2rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--25 {
		margin-bottom: 2.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--30 {
		margin-bottom: 3rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--35 {
		margin-bottom: 3.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--40 {
		margin-bottom: 4rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--45 {
		margin-bottom: 4.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--50 {
		margin-bottom: 5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--55 {
		margin-bottom: 5.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--60 {
		margin-bottom: 6rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--65 {
		margin-bottom: 6.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--70 {
		margin-bottom: 7rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--75 {
		margin-bottom: 7.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--80 {
		margin-bottom: 8rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--85 {
		margin-bottom: 8.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--90 {
		margin-bottom: 9rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--95 {
		margin-bottom: 9.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--100 {
		margin-bottom: 10rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--105 {
		margin-bottom: 10.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--110 {
		margin-bottom: 11rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--115 {
		margin-bottom: 11.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--120 {
		margin-bottom: 12rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--125 {
		margin-bottom: 12.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--130 {
		margin-bottom: 13rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--135 {
		margin-bottom: 13.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--140 {
		margin-bottom: 14rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--145 {
		margin-bottom: 14.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--150 {
		margin-bottom: 15rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--155 {
		margin-bottom: 15.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--160 {
		margin-bottom: 16rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--165 {
		margin-bottom: 16.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--170 {
		margin-bottom: 17rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--175 {
		margin-bottom: 17.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--180 {
		margin-bottom: 18rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--185 {
		margin-bottom: 18.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--190 {
		margin-bottom: 19rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--195 {
		margin-bottom: 19.5rem !important; } }

@media (max-width: 47.94em) {
	.mb-sm--200 {
		margin-bottom: 20rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--5 {
		margin-bottom: 0.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--10 {
		margin-bottom: 1rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--15 {
		margin-bottom: 1.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--20 {
		margin-bottom: 2rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--25 {
		margin-bottom: 2.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--30 {
		margin-bottom: 3rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--35 {
		margin-bottom: 3.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--40 {
		margin-bottom: 4rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--45 {
		margin-bottom: 4.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--50 {
		margin-bottom: 5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--55 {
		margin-bottom: 5.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--60 {
		margin-bottom: 6rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--65 {
		margin-bottom: 6.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--70 {
		margin-bottom: 7rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--75 {
		margin-bottom: 7.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--80 {
		margin-bottom: 8rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--85 {
		margin-bottom: 8.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--90 {
		margin-bottom: 9rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--95 {
		margin-bottom: 9.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--100 {
		margin-bottom: 10rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--105 {
		margin-bottom: 10.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--110 {
		margin-bottom: 11rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--115 {
		margin-bottom: 11.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--120 {
		margin-bottom: 12rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--125 {
		margin-bottom: 12.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--130 {
		margin-bottom: 13rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--135 {
		margin-bottom: 13.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--140 {
		margin-bottom: 14rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--145 {
		margin-bottom: 14.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--150 {
		margin-bottom: 15rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--155 {
		margin-bottom: 15.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--160 {
		margin-bottom: 16rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--165 {
		margin-bottom: 16.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--170 {
		margin-bottom: 17rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--175 {
		margin-bottom: 17.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--180 {
		margin-bottom: 18rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--185 {
		margin-bottom: 18.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--190 {
		margin-bottom: 19rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--195 {
		margin-bottom: 19.5rem !important; } }

@media (max-width: 35.94em) {
	.mb-xs--200 {
		margin-bottom: 20rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--5 {
		margin-bottom: 0.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--10 {
		margin-bottom: 1rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--15 {
		margin-bottom: 1.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--20 {
		margin-bottom: 2rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--25 {
		margin-bottom: 2.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--30 {
		margin-bottom: 3rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--35 {
		margin-bottom: 3.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--40 {
		margin-bottom: 4rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--45 {
		margin-bottom: 4.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--50 {
		margin-bottom: 5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--55 {
		margin-bottom: 5.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--60 {
		margin-bottom: 6rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--65 {
		margin-bottom: 6.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--70 {
		margin-bottom: 7rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--75 {
		margin-bottom: 7.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--80 {
		margin-bottom: 8rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--85 {
		margin-bottom: 8.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--90 {
		margin-bottom: 9rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--95 {
		margin-bottom: 9.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--100 {
		margin-bottom: 10rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--105 {
		margin-bottom: 10.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--110 {
		margin-bottom: 11rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--115 {
		margin-bottom: 11.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--120 {
		margin-bottom: 12rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--125 {
		margin-bottom: 12.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--130 {
		margin-bottom: 13rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--135 {
		margin-bottom: 13.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--140 {
		margin-bottom: 14rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--145 {
		margin-bottom: 14.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--150 {
		margin-bottom: 15rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--155 {
		margin-bottom: 15.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--160 {
		margin-bottom: 16rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--165 {
		margin-bottom: 16.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--170 {
		margin-bottom: 17rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--175 {
		margin-bottom: 17.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--180 {
		margin-bottom: 18rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--185 {
		margin-bottom: 18.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--190 {
		margin-bottom: 19rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--195 {
		margin-bottom: 19.5rem !important; } }

@media (min-width: 47.94em) {
	.mb-smlg--200 {
		margin-bottom: 20rem !important; } }

.mt--5 {
	margin-top: 0.5rem !important;
}

.mt--10 {
	margin-top: 1rem !important;
}

.mt--15 {
	margin-top: 1.5rem !important;
}

.mt--20 {
	margin-top: 2rem !important;
}

.mt--25 {
	margin-top: 2.5rem !important;
}

.mt--30 {
	margin-top: 3rem !important;
}

.mt--35 {
	margin-top: 3.5rem !important;
}

.mt--40 {
	margin-top: 4rem !important;
}

.mt--45 {
	margin-top: 4.5rem !important;
}

.mt--50 {
	margin-top: 5rem !important;
}

.mt--55 {
	margin-top: 5.5rem !important;
}

.mt--60 {
	margin-top: 6rem !important;
}

.mt--65 {
	margin-top: 6.5rem !important;
}

.mt--70 {
	margin-top: 7rem !important;
}

.mt--75 {
	margin-top: 7.5rem !important;
}

.mt--80 {
	margin-top: 8rem !important;
}

.mt--85 {
	margin-top: 8.5rem !important;
}

.mt--90 {
	margin-top: 9rem !important;
}

.mt--95 {
	margin-top: 9.5rem !important;
}

.mt--100 {
	margin-top: 10rem !important;
}

.mt--105 {
	margin-top: 10.5rem !important;
}

.mt--110 {
	margin-top: 11rem !important;
}

.mt--115 {
	margin-top: 11.5rem !important;
}

.mt--120 {
	margin-top: 12rem !important;
}

.mt--125 {
	margin-top: 12.5rem !important;
}

.mt--130 {
	margin-top: 13rem !important;
}

.mt--135 {
	margin-top: 13.5rem !important;
}

.mt--140 {
	margin-top: 14rem !important;
}

.mt--145 {
	margin-top: 14.5rem !important;
}

.mt--150 {
	margin-top: 15rem !important;
}

.mt--155 {
	margin-top: 15.5rem !important;
}

.mt--160 {
	margin-top: 16rem !important;
}

.mt--165 {
	margin-top: 16.5rem !important;
}

.mt--170 {
	margin-top: 17rem !important;
}

.mt--175 {
	margin-top: 17.5rem !important;
}

.mt--180 {
	margin-top: 18rem !important;
}

.mt--185 {
	margin-top: 18.5rem !important;
}

.mt--190 {
	margin-top: 19rem !important;
}

.mt--195 {
	margin-top: 19.5rem !important;
}

.mt--200 {
	margin-top: 20rem !important;
}

@media (max-width: 74.9375em) {
	.mt-lg--5 {
		margin-top: 0.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--10 {
		margin-top: 1rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--15 {
		margin-top: 1.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--20 {
		margin-top: 2rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--25 {
		margin-top: 2.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--30 {
		margin-top: 3rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--35 {
		margin-top: 3.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--40 {
		margin-top: 4rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--45 {
		margin-top: 4.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--50 {
		margin-top: 5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--55 {
		margin-top: 5.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--60 {
		margin-top: 6rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--65 {
		margin-top: 6.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--70 {
		margin-top: 7rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--75 {
		margin-top: 7.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--80 {
		margin-top: 8rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--85 {
		margin-top: 8.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--90 {
		margin-top: 9rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--95 {
		margin-top: 9.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--100 {
		margin-top: 10rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--105 {
		margin-top: 10.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--110 {
		margin-top: 11rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--115 {
		margin-top: 11.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--120 {
		margin-top: 12rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--125 {
		margin-top: 12.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--130 {
		margin-top: 13rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--135 {
		margin-top: 13.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--140 {
		margin-top: 14rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--145 {
		margin-top: 14.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--150 {
		margin-top: 15rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--155 {
		margin-top: 15.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--160 {
		margin-top: 16rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--165 {
		margin-top: 16.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--170 {
		margin-top: 17rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--175 {
		margin-top: 17.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--180 {
		margin-top: 18rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--185 {
		margin-top: 18.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--190 {
		margin-top: 19rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--195 {
		margin-top: 19.5rem !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--200 {
		margin-top: 20rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--5 {
		margin-top: 0.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--10 {
		margin-top: 1rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--15 {
		margin-top: 1.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--20 {
		margin-top: 2rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--25 {
		margin-top: 2.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--30 {
		margin-top: 3rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--35 {
		margin-top: 3.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--40 {
		margin-top: 4rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--45 {
		margin-top: 4.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--50 {
		margin-top: 5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--55 {
		margin-top: 5.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--60 {
		margin-top: 6rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--65 {
		margin-top: 6.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--70 {
		margin-top: 7rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--75 {
		margin-top: 7.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--80 {
		margin-top: 8rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--85 {
		margin-top: 8.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--90 {
		margin-top: 9rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--95 {
		margin-top: 9.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--100 {
		margin-top: 10rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--105 {
		margin-top: 10.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--110 {
		margin-top: 11rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--115 {
		margin-top: 11.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--120 {
		margin-top: 12rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--125 {
		margin-top: 12.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--130 {
		margin-top: 13rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--135 {
		margin-top: 13.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--140 {
		margin-top: 14rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--145 {
		margin-top: 14.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--150 {
		margin-top: 15rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--155 {
		margin-top: 15.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--160 {
		margin-top: 16rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--165 {
		margin-top: 16.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--170 {
		margin-top: 17rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--175 {
		margin-top: 17.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--180 {
		margin-top: 18rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--185 {
		margin-top: 18.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--190 {
		margin-top: 19rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--195 {
		margin-top: 19.5rem !important; } }

@media (max-width: 61.94em) {
	.mt-md--200 {
		margin-top: 20rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--5 {
		margin-top: 0.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--10 {
		margin-top: 1rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--15 {
		margin-top: 1.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--20 {
		margin-top: 2rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--25 {
		margin-top: 2.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--30 {
		margin-top: 3rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--35 {
		margin-top: 3.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--40 {
		margin-top: 4rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--45 {
		margin-top: 4.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--50 {
		margin-top: 5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--55 {
		margin-top: 5.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--60 {
		margin-top: 6rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--65 {
		margin-top: 6.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--70 {
		margin-top: 7rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--75 {
		margin-top: 7.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--80 {
		margin-top: 8rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--85 {
		margin-top: 8.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--90 {
		margin-top: 9rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--95 {
		margin-top: 9.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--100 {
		margin-top: 10rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--105 {
		margin-top: 10.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--110 {
		margin-top: 11rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--115 {
		margin-top: 11.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--120 {
		margin-top: 12rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--125 {
		margin-top: 12.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--130 {
		margin-top: 13rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--135 {
		margin-top: 13.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--140 {
		margin-top: 14rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--145 {
		margin-top: 14.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--150 {
		margin-top: 15rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--155 {
		margin-top: 15.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--160 {
		margin-top: 16rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--165 {
		margin-top: 16.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--170 {
		margin-top: 17rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--175 {
		margin-top: 17.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--180 {
		margin-top: 18rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--185 {
		margin-top: 18.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--190 {
		margin-top: 19rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--195 {
		margin-top: 19.5rem !important; } }

@media (max-width: 47.94em) {
	.mt-sm--200 {
		margin-top: 20rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--5 {
		margin-top: 0.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--10 {
		margin-top: 1rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--15 {
		margin-top: 1.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--20 {
		margin-top: 2rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--25 {
		margin-top: 2.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--30 {
		margin-top: 3rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--35 {
		margin-top: 3.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--40 {
		margin-top: 4rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--45 {
		margin-top: 4.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--50 {
		margin-top: 5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--55 {
		margin-top: 5.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--60 {
		margin-top: 6rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--65 {
		margin-top: 6.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--70 {
		margin-top: 7rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--75 {
		margin-top: 7.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--80 {
		margin-top: 8rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--85 {
		margin-top: 8.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--90 {
		margin-top: 9rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--95 {
		margin-top: 9.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--100 {
		margin-top: 10rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--105 {
		margin-top: 10.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--110 {
		margin-top: 11rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--115 {
		margin-top: 11.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--120 {
		margin-top: 12rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--125 {
		margin-top: 12.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--130 {
		margin-top: 13rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--135 {
		margin-top: 13.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--140 {
		margin-top: 14rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--145 {
		margin-top: 14.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--150 {
		margin-top: 15rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--155 {
		margin-top: 15.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--160 {
		margin-top: 16rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--165 {
		margin-top: 16.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--170 {
		margin-top: 17rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--175 {
		margin-top: 17.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--180 {
		margin-top: 18rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--185 {
		margin-top: 18.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--190 {
		margin-top: 19rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--195 {
		margin-top: 19.5rem !important; } }

@media (max-width: 35.94em) {
	.mt-xs--200 {
		margin-top: 20rem !important; } }

.ml--5 {
	margin-left: 0.5rem !important;
}

.ml--10 {
	margin-left: 1rem !important;
}

.ml--15 {
	margin-left: 1.5rem !important;
}

.ml--20 {
	margin-left: 2rem !important;
}

.ml--25 {
	margin-left: 2.5rem !important;
}

.ml--30 {
	margin-left: 3rem !important;
}

.ml--35 {
	margin-left: 3.5rem !important;
}

.ml--40 {
	margin-left: 4rem !important;
}

.ml--45 {
	margin-left: 4.5rem !important;
}

.ml--50 {
	margin-left: 5rem !important;
}

.ml--55 {
	margin-left: 5.5rem !important;
}

.ml--60 {
	margin-left: 6rem !important;
}

.ml--65 {
	margin-left: 6.5rem !important;
}

.ml--70 {
	margin-left: 7rem !important;
}

.ml--75 {
	margin-left: 7.5rem !important;
}

.ml--80 {
	margin-left: 8rem !important;
}

.ml--85 {
	margin-left: 8.5rem !important;
}

.ml--90 {
	margin-left: 9rem !important;
}

.ml--95 {
	margin-left: 9.5rem !important;
}

.ml--100 {
	margin-left: 10rem !important;
}

.mr--10 {
	margin-right: 1rem !important;
}

.mr--20 {
	margin-right: 2rem !important;
}

.mr--30 {
	margin-right: 3rem !important;
}

.mr--40 {
	margin-right: 4rem !important;
}

.mr--50 {
	margin-right: 5rem !important;
}

.mr--60 {
	margin-right: 6rem !important;
}

.mr--70 {
	margin-right: 7rem !important;
}

.mr--80 {
	margin-right: 8rem !important;
}

.mr--90 {
	margin-right: 9rem !important;
}

.mr--100 {
	margin-right: 10rem !important;
}

@media (max-width: 74.9375em) {
	.mr-lg--5 {
		margin-right: 0.5rem !important; } }

@media (max-width: 74.9375em) {
	.mr-lg--10 {
		margin-right: 1rem !important; } }

@media (max-width: 74.9375em) {
	.mr-lg--15 {
		margin-right: 1.5rem !important; } }

@media (max-width: 74.9375em) {
	.mr-lg--20 {
		margin-right: 2rem !important; } }

@media (max-width: 74.9375em) {
	.mr-lg--25 {
		margin-right: 2.5rem !important; } }

@media (max-width: 74.9375em) {
	.mr-lg--30 {
		margin-right: 3rem !important; } }

@media (max-width: 74.9375em) {
	.mr-lg--35 {
		margin-right: 3.5rem !important; } }

@media (max-width: 74.9375em) {
	.mr-lg--40 {
		margin-right: 4rem !important; } }

@media (max-width: 74.9375em) {
	.mr-lg--45 {
		margin-right: 4.5rem !important; } }

@media (max-width: 74.9375em) {
	.mr-lg--50 {
		margin-right: 5rem !important; } }

@media (max-width: 61.94em) {
	.mr-md--5 {
		margin-right: 0.5rem !important; } }

@media (max-width: 61.94em) {
	.mr-md--10 {
		margin-right: 1rem !important; } }

@media (max-width: 61.94em) {
	.mr-md--15 {
		margin-right: 1.5rem !important; } }

@media (max-width: 61.94em) {
	.mr-md--20 {
		margin-right: 2rem !important; } }

@media (max-width: 61.94em) {
	.mr-md--25 {
		margin-right: 2.5rem !important; } }

@media (max-width: 61.94em) {
	.mr-md--30 {
		margin-right: 3rem !important; } }

@media (max-width: 61.94em) {
	.mr-md--35 {
		margin-right: 3.5rem !important; } }

@media (max-width: 61.94em) {
	.mr-md--40 {
		margin-right: 4rem !important; } }

@media (max-width: 61.94em) {
	.mr-md--45 {
		margin-right: 4.5rem !important; } }

@media (max-width: 61.94em) {
	.mr-md--50 {
		margin-right: 5rem !important; } }

@media (max-width: 47.94em) {
	.mr-sm--5 {
		margin-right: 0.5rem !important; } }

@media (max-width: 47.94em) {
	.mr-sm--10 {
		margin-right: 1rem !important; } }

@media (max-width: 47.94em) {
	.mr-sm--15 {
		margin-right: 1.5rem !important; } }

@media (max-width: 47.94em) {
	.mr-sm--20 {
		margin-right: 2rem !important; } }

@media (max-width: 47.94em) {
	.mr-sm--25 {
		margin-right: 2.5rem !important; } }

@media (max-width: 47.94em) {
	.mr-sm--30 {
		margin-right: 3rem !important; } }

@media (max-width: 47.94em) {
	.mr-sm--35 {
		margin-right: 3.5rem !important; } }

@media (max-width: 47.94em) {
	.mr-sm--40 {
		margin-right: 4rem !important; } }

@media (max-width: 47.94em) {
	.mr-sm--45 {
		margin-right: 4.5rem !important; } }

@media (max-width: 47.94em) {
	.mr-sm--50 {
		margin-right: 5rem !important; } }

@media (max-width: 35.94em) {
	.mr-xs--5 {
		margin-right: 0.5rem !important; } }

@media (max-width: 35.94em) {
	.mr-xs--10 {
		margin-right: 1rem !important; } }

@media (max-width: 35.94em) {
	.mr-xs--15 {
		margin-right: 1.5rem !important; } }

@media (max-width: 35.94em) {
	.mr-xs--20 {
		margin-right: 2rem !important; } }

@media (max-width: 35.94em) {
	.mr-xs--25 {
		margin-right: 2.5rem !important; } }

@media (max-width: 35.94em) {
	.mr-xs--30 {
		margin-right: 3rem !important; } }

@media (max-width: 35.94em) {
	.mr-xs--35 {
		margin-right: 3.5rem !important; } }

@media (max-width: 35.94em) {
	.mr-xs--40 {
		margin-right: 4rem !important; } }

@media (max-width: 35.94em) {
	.mr-xs--45 {
		margin-right: 4.5rem !important; } }

@media (max-width: 35.94em) {
	.mr-xs--50 {
		margin-right: 5rem !important; } }

.mb--0 {
	margin-bottom: 0px !important;
}

.mb--1 {
	margin-bottom: 1px !important;
}

.mb--2 {
	margin-bottom: 2px !important;
}

.mb--3 {
	margin-bottom: 3px !important;
}

.mb--4 {
	margin-bottom: 4px !important;
}

@media (max-width: 74.9375em) {
	.mb-lg--0 {
		margin-bottom: 0px !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--1 {
		margin-bottom: 1px !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--2 {
		margin-bottom: 2px !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--3 {
		margin-bottom: 3px !important; } }

@media (max-width: 74.9375em) {
	.mb-lg--4 {
		margin-bottom: 4px !important; } }

@media (max-width: 61.94em) {
	.mb-md--0 {
		margin-bottom: 0px !important; } }

@media (max-width: 61.94em) {
	.mb-md--1 {
		margin-bottom: 1px !important; } }

@media (max-width: 61.94em) {
	.mb-md--2 {
		margin-bottom: 2px !important; } }

@media (max-width: 61.94em) {
	.mb-md--3 {
		margin-bottom: 3px !important; } }

@media (max-width: 61.94em) {
	.mb-md--4 {
		margin-bottom: 4px !important; } }

@media (max-width: 47.94em) {
	.mb-sm--0 {
		margin-bottom: 0px !important; } }

@media (max-width: 47.94em) {
	.mb-sm--1 {
		margin-bottom: 1px !important; } }

@media (max-width: 47.94em) {
	.mb-sm--2 {
		margin-bottom: 2px !important; } }

@media (max-width: 47.94em) {
	.mb-sm--3 {
		margin-bottom: 3px !important; } }

@media (max-width: 47.94em) {
	.mb-sm--4 {
		margin-bottom: 4px !important; } }

@media (max-width: 35.94em) {
	.mb-xs--0 {
		margin-bottom: 0px !important; } }

@media (max-width: 35.94em) {
	.mb-xs--1 {
		margin-bottom: 1px !important; } }

@media (max-width: 35.94em) {
	.mb-xs--2 {
		margin-bottom: 2px !important; } }

@media (max-width: 35.94em) {
	.mb-xs--3 {
		margin-bottom: 3px !important; } }

@media (max-width: 35.94em) {
	.mb-xs--4 {
		margin-bottom: 4px !important; } }

.mt--0 {
	margin-top: 0px !important;
}

.mt--1 {
	margin-top: 1px !important;
}

.mt--2 {
	margin-top: 2px !important;
}

.mt--3 {
	margin-top: 3px !important;
}

.mt--4 {
	margin-top: 4px !important;
}

@media (max-width: 74.9375em) {
	.mt-lg--0 {
		margin-top: 0px !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--1 {
		margin-top: 1px !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--2 {
		margin-top: 2px !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--3 {
		margin-top: 3px !important; } }

@media (max-width: 74.9375em) {
	.mt-lg--4 {
		margin-top: 4px !important; } }

@media (max-width: 61.94em) {
	.mt-md--0 {
		margin-top: 0px !important; } }

@media (max-width: 61.94em) {
	.mt-md--1 {
		margin-top: 1px !important; } }

@media (max-width: 61.94em) {
	.mt-md--2 {
		margin-top: 2px !important; } }

@media (max-width: 61.94em) {
	.mt-md--3 {
		margin-top: 3px !important; } }

@media (max-width: 61.94em) {
	.mt-md--4 {
		margin-top: 4px !important; } }

@media (max-width: 47.94em) {
	.mt-sm--0 {
		margin-top: 0px !important; } }

@media (max-width: 47.94em) {
	.mt-sm--1 {
		margin-top: 1px !important; } }

@media (max-width: 47.94em) {
	.mt-sm--2 {
		margin-top: 2px !important; } }

@media (max-width: 47.94em) {
	.mt-sm--3 {
		margin-top: 3px !important; } }

@media (max-width: 47.94em) {
	.mt-sm--4 {
		margin-top: 4px !important; } }

@media (max-width: 35.94em) {
	.mt-xs--0 {
		margin-top: 0px !important; } }

@media (max-width: 35.94em) {
	.mt-xs--1 {
		margin-top: 1px !important; } }

@media (max-width: 35.94em) {
	.mt-xs--2 {
		margin-top: 2px !important; } }

@media (max-width: 35.94em) {
	.mt-xs--3 {
		margin-top: 3px !important; } }

@media (max-width: 35.94em) {
	.mt-xs--4 {
		margin-top: 4px !important; } }

.ml--0 {
	margin-left: 0px !important;
}

.ml--1 {
	margin-left: 1px !important;
}

.ml--2 {
	margin-left: 2px !important;
}

.ml--3 {
	margin-left: 3px !important;
}

.ml--4 {
	margin-left: 4px !important;
}

@media (max-width: 74.9375em) {
	.ml-lg--0 {
		margin-left: 0px !important; } }

@media (max-width: 74.9375em) {
	.ml-lg--1 {
		margin-left: 1px !important; } }

@media (max-width: 74.9375em) {
	.ml-lg--2 {
		margin-left: 2px !important; } }

@media (max-width: 74.9375em) {
	.ml-lg--3 {
		margin-left: 3px !important; } }

@media (max-width: 74.9375em) {
	.ml-lg--4 {
		margin-left: 4px !important; } }

@media (max-width: 61.94em) {
	.ml-md--0 {
		margin-left: 0px !important; } }

@media (max-width: 61.94em) {
	.ml-md--1 {
		margin-left: 1px !important; } }

@media (max-width: 61.94em) {
	.ml-md--2 {
		margin-left: 2px !important; } }

@media (max-width: 61.94em) {
	.ml-md--3 {
		margin-left: 3px !important; } }

@media (max-width: 61.94em) {
	.ml-md--4 {
		margin-left: 4px !important; } }

@media (max-width: 47.94em) {
	.ml-sm--0 {
		margin-left: 0px !important; } }

@media (max-width: 47.94em) {
	.ml-sm--1 {
		margin-left: 1px !important; } }

@media (max-width: 47.94em) {
	.ml-sm--2 {
		margin-left: 2px !important; } }

@media (max-width: 47.94em) {
	.ml-sm--3 {
		margin-left: 3px !important; } }

@media (max-width: 47.94em) {
	.ml-sm--4 {
		margin-left: 4px !important; } }

@media (max-width: 35.94em) {
	.ml-xs--0 {
		margin-left: 0px !important; } }

@media (max-width: 35.94em) {
	.ml-xs--1 {
		margin-left: 1px !important; } }

@media (max-width: 35.94em) {
	.ml-xs--2 {
		margin-left: 2px !important; } }

@media (max-width: 35.94em) {
	.ml-xs--3 {
		margin-left: 3px !important; } }

@media (max-width: 35.94em) {
	.ml-xs--4 {
		margin-left: 4px !important; } }

.mr--0 {
	margin-right: 0px !important;
}

.mr--1 {
	margin-right: 1px !important;
}

.mr--2 {
	margin-right: 2px !important;
}

.mr--3 {
	margin-right: 3px !important;
}

.mr--4 {
	margin-right: 4px !important;
}

@media (max-width: 74.9375em) {
	.mr-lg--0 {
		margin-right: 0px !important; } }

@media (max-width: 74.9375em) {
	.mr-lg--1 {
		margin-right: 1px !important; } }

@media (max-width: 74.9375em) {
	.mr-lg--2 {
		margin-right: 2px !important; } }

@media (max-width: 74.9375em) {
	.mr-lg--3 {
		margin-right: 3px !important; } }

@media (max-width: 74.9375em) {
	.mr-lg--4 {
		margin-right: 4px !important; } }

@media (max-width: 61.94em) {
	.mr-md--0 {
		margin-right: 0px !important; } }

@media (max-width: 61.94em) {
	.mr-md--1 {
		margin-right: 1px !important; } }

@media (max-width: 61.94em) {
	.mr-md--2 {
		margin-right: 2px !important; } }

@media (max-width: 61.94em) {
	.mr-md--3 {
		margin-right: 3px !important; } }

@media (max-width: 61.94em) {
	.mr-md--4 {
		margin-right: 4px !important; } }

@media (max-width: 47.94em) {
	.mr-sm--0 {
		margin-right: 0px !important; } }

@media (max-width: 47.94em) {
	.mr-sm--1 {
		margin-right: 1px !important; } }

@media (max-width: 47.94em) {
	.mr-sm--2 {
		margin-right: 2px !important; } }

@media (max-width: 47.94em) {
	.mr-sm--3 {
		margin-right: 3px !important; } }

@media (max-width: 47.94em) {
	.mr-sm--4 {
		margin-right: 4px !important; } }

@media (max-width: 35.94em) {
	.mr-xs--0 {
		margin-right: 0px !important; } }

@media (max-width: 35.94em) {
	.mr-xs--1 {
		margin-right: 1px !important; } }

@media (max-width: 35.94em) {
	.mr-xs--2 {
		margin-right: 2px !important; } }

@media (max-width: 35.94em) {
	.mr-xs--3 {
		margin-right: 3px !important; } }

@media (max-width: 35.94em) {
	.mr-xs--4 {
		margin-right: 4px !important; } }

.pb--0 {
	padding-bottom: 0px !important;
}

.pb--1 {
	padding-bottom: 1px !important;
}

.pb--2 {
	padding-bottom: 2px !important;
}

.pb--3 {
	padding-bottom: 3px !important;
}

.pb--4 {
	padding-bottom: 4px !important;
}

@media (max-width: 74.9375em) {
	.pb-lg--0 {
		padding-bottom: 0px !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--1 {
		padding-bottom: 1px !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--2 {
		padding-bottom: 2px !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--3 {
		padding-bottom: 3px !important; } }

@media (max-width: 74.9375em) {
	.pb-lg--4 {
		padding-bottom: 4px !important; } }

@media (max-width: 61.94em) {
	.pb-md--0 {
		padding-bottom: 0px !important; } }

@media (max-width: 61.94em) {
	.pb-md--1 {
		padding-bottom: 1px !important; } }

@media (max-width: 61.94em) {
	.pb-md--2 {
		padding-bottom: 2px !important; } }

@media (max-width: 61.94em) {
	.pb-md--3 {
		padding-bottom: 3px !important; } }

@media (max-width: 61.94em) {
	.pb-md--4 {
		padding-bottom: 4px !important; } }

@media (max-width: 47.94em) {
	.pb-sm--0 {
		padding-bottom: 0px !important; } }

@media (max-width: 47.94em) {
	.pb-sm--1 {
		padding-bottom: 1px !important; } }

@media (max-width: 47.94em) {
	.pb-sm--2 {
		padding-bottom: 2px !important; } }

@media (max-width: 47.94em) {
	.pb-sm--3 {
		padding-bottom: 3px !important; } }

@media (max-width: 47.94em) {
	.pb-sm--4 {
		padding-bottom: 4px !important; } }

@media (max-width: 35.94em) {
	.pb-xs--0 {
		padding-bottom: 0px !important; } }

@media (max-width: 35.94em) {
	.pb-xs--1 {
		padding-bottom: 1px !important; } }

@media (max-width: 35.94em) {
	.pb-xs--2 {
		padding-bottom: 2px !important; } }

@media (max-width: 35.94em) {
	.pb-xs--3 {
		padding-bottom: 3px !important; } }

@media (max-width: 35.94em) {
	.pb-xs--4 {
		padding-bottom: 4px !important; } }

.pl--0 {
	padding-left: 0px !important;
}

.pl--1 {
	padding-left: 1px !important;
}

.pl--2 {
	padding-left: 2px !important;
}

.pl--3 {
	padding-left: 3px !important;
}

.pl--4 {
	padding-left: 4px !important;
}

@media (max-width: 74.9375em) {
	.pl-lg--0 {
		padding-left: 0px !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--1 {
		padding-left: 1px !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--2 {
		padding-left: 2px !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--3 {
		padding-left: 3px !important; } }

@media (max-width: 74.9375em) {
	.pl-lg--4 {
		padding-left: 4px !important; } }

@media (max-width: 61.94em) {
	.pl-md--0 {
		padding-left: 0px !important; } }

@media (max-width: 61.94em) {
	.pl-md--1 {
		padding-left: 1px !important; } }

@media (max-width: 61.94em) {
	.pl-md--2 {
		padding-left: 2px !important; } }

@media (max-width: 61.94em) {
	.pl-md--3 {
		padding-left: 3px !important; } }

@media (max-width: 61.94em) {
	.pl-md--4 {
		padding-left: 4px !important; } }

@media (max-width: 47.94em) {
	.pl-sm--0 {
		padding-left: 0px !important; } }

@media (max-width: 47.94em) {
	.pl-sm--1 {
		padding-left: 1px !important; } }

@media (max-width: 47.94em) {
	.pl-sm--2 {
		padding-left: 2px !important; } }

@media (max-width: 47.94em) {
	.pl-sm--3 {
		padding-left: 3px !important; } }

@media (max-width: 47.94em) {
	.pl-sm--4 {
		padding-left: 4px !important; } }

@media (max-width: 35.94em) {
	.pl-xs--0 {
		padding-left: 0px !important; } }

@media (max-width: 35.94em) {
	.pl-xs--1 {
		padding-left: 1px !important; } }

@media (max-width: 35.94em) {
	.pl-xs--2 {
		padding-left: 2px !important; } }

@media (max-width: 35.94em) {
	.pl-xs--3 {
		padding-left: 3px !important; } }

@media (max-width: 35.94em) {
	.pl-xs--4 {
		padding-left: 4px !important; } }

.cs-mt--0 .slick-dots {
	margin-top: 0rem !important;
}

.cs-mt--5 .slick-dots {
	margin-top: 0.5rem !important;
}

.cs-mt--10 .slick-dots {
	margin-top: 1rem !important;
}

.cs-mt--15 .slick-dots {
	margin-top: 1.5rem !important;
}

.cs-mt--20 .slick-dots {
	margin-top: 2rem !important;
}

.cs-mt--25 .slick-dots {
	margin-top: 2.5rem !important;
}

.cs-mt--30 .slick-dots {
	margin-top: 3rem !important;
}

.cs-mt--35 .slick-dots {
	margin-top: 3.5rem !important;
}

.cs-mt--40 .slick-dots {
	margin-top: 4rem !important;
}

.cs-mt--45 .slick-dots {
	margin-top: 4.5rem !important;
}

.cs-mt--50 .slick-dots {
	margin-top: 5rem !important;
}

.cs-mt--55 .slick-dots {
	margin-top: 5.5rem !important;
}

.cs-mt--60 .slick-dots {
	margin-top: 6rem !important;
}

.cs-mt--65 .slick-dots {
	margin-top: 6.5rem !important;
}

.cs-mt--70 .slick-dots {
	margin-top: 7rem !important;
}

.cs-mt--75 .slick-dots {
	margin-top: 7.5rem !important;
}

.cs-mt--80 .slick-dots {
	margin-top: 8rem !important;
}

.cs-mt--85 .slick-dots {
	margin-top: 8.5rem !important;
}

.cs-mt--90 .slick-dots {
	margin-top: 9rem !important;
}

.cs-mt--95 .slick-dots {
	margin-top: 9.5rem !important;
}

.cs-mt--100 .slick-dots {
	margin-top: 10rem !important;
}

/*****************************
52 - Utilities - Color
*****************************/
.header-toolbar__btn.mini-cart-btn .mini-cart-count, .header-toolbar.white-color .header-toolbar__btn, .footer-menu.color-2 li a:hover, .footer .copyright-text.color--white a, .btn:hover, .btn-color-white, .btn-submit, .nav-style-2 .slick-btn:hover, .nav-style-2 .accordion-slider__btn:hover, .nav-style-2 .accordion-click-slider__btn:hover, .nav-hover-2 .slick-btn:hover, .nav-hover-2 .accordion-slider__btn:hover, .nav-hover-2 .accordion-click-slider__btn:hover, .newsletter-form__submit, .searchform-2__submit, .mobile-menu .mean-bar .mean-nav > ul li a, .mobile-menu .mean-bar .mean-nav ul li a.mean-expand, .offcanvas-navigation .offcanvas-menu li.active > a, .product-badge, .zakas-product.product-style-2 .product-title a, .zakas-product.product-style-2 .product-price-wrapper span, .zakas-product:hover .btn, .special-product-price span, .special-product-stock, .special-product-title, .special-product-title a, .tab-style-1 .nav-link.active, .tab-style-3 .nav-link.active, .user-dashboard-tab__head .nav-link.active, .user-dashboard-tab__head .nav-link:hover, .widget-color a, .pagination li .page-number.current, .pagination li .page-number:hover, .countdown .single-countdown, .countdown-2 .single-countdown:not(:last-child):after, .countdown-2 .single-countdown span {
	color: #ffffff;
}

.btn:after, .action-btn, .slick-btn, .accordion-slider__btn, .accordion-click-slider__btn, .social__link span {
	background-color: #ffffff;
}

.user-info-menu li a:hover, 
.footer-menu li a:hover, 
.footer .copyright-text a, 
.footer .copyright-text i, 
.banner-badge, 
.blog-meta-btn i, 
.single-post-details .entry-meta.category-link a, 
.btn-no-bg:hover, 
.btn-close:hover, 
.slick-btn:hover, 
.accordion-slider__btn:hover, 
.accordion-click-slider__btn:hover, 
.product-slide-nav.slick-vertical .slick-btn:hover i, 
.product-slide-nav.slick-vertical .accordion-slider__btn:hover i, 
.product-slide-nav.slick-vertical .accordion-click-slider__btn:hover i, 
.comment-author a:hover, 
.cart-form__btn:hover, 
.custom-close:hover i, 
.mini-cart__product .remove:hover, 
.mini-cart__product__title:hover, 
.product-title > a:hover, 
.product-summary .product-navigation a:hover, 
.product-summary .product-title a:hover, 
.table tbody td.product-remove a, 
.table.compare-table tbody .remove a, 
.table.shop_attributes th a:hover, 
.table.shop_attributes td a:hover, 
.method-box-2 i, 
.message-box a:hover, 
.error h1 {
	color: #c2080f;
}

.variation-form .product-size-variations .product-size-variation-btn:hover, 
.variation-form .product-size-variations .product-size-variation-btn.selected, 
.product-size-variation-btn:hover, 
.product-size-variation-btn.selected {
	border-color: #c2080f;
}

.header-toolbar__btn.mini-cart-btn .mini-cart-count, 
.btn:hover, 
.btn:hover:after, 
.btn-bg-red, 
.btn-bg-red:after, 
.btn-submit:hover, 
.nav-hover-2 .slick-btn:hover, 
.nav-hover-2 .accordion-slider__btn:hover, 
.nav-hover-2 .accordion-click-slider__btn:hover, 
.comment .reply:hover, 
.newsletter-form__submit, 
.product-badge, 
.zakas-product:hover .btn, 
.zakas-product:hover .btn:after, 
.tab-style-1 .nav-link:after, 
.tab-style-1 .nav-link.active, 
.user-dashboard-tab__head .nav-link.active, 
.user-dashboard-tab__head .nav-link:hover {
	background-color: #c2080f;
}

.nav-hover-2 .slick-btn:hover, 
.nav-hover-2 .accordion-slider__btn:hover, 
.nav-hover-2 .accordion-click-slider__btn:hover, 
.comment .reply:hover {
	border-color: #c2080f;
}

.product-title > a, .product-size .action-btn span.current, .product-size-swatch-btn {
	color: #000000;
}

a, .header-toolbar__btn, .header-contact-list li span, .header-contact-list li a, .header-contact-list li i, .sticky-header .header-toolbar.white-color .header-toolbar__btn, .sticky-header .toolbar-btn.color--white, .user-info-menu li a, .footer-menu li a, .blog-meta-btn sup, .single-post-details .entry-meta a, .single-post-details .entry-footer-meta a, .post-navigation .nav-links__meta, .action-btn, .action-btn i, .slick-btn, .accordion-slider__btn, .accordion-click-slider__btn, .product-slide-nav .slick-btn, .product-slide-nav .accordion-slider__btn, .product-slide-nav .accordion-click-slider__btn, .newsletter-form__input, .product-price-wrapper span, .product-summary .product-navigation a, .tab-style-1 .nav-link, .tab-style-2 .nav-link, .user-dashboard-tab__head .nav-link, .table tbody td.product-name h3, .table.shop_attributes th a, .table.shop_attributes td a, .widget-list li a, .shipping-calculator-wrap a, .breadcrumb li a, .breadcrumb li span, .breadcrumb li:not(:last-child):after {
	color: #666666;
}

.header-toolbar.heading-color .header-toolbar__btn, .blog-title a, .single-post-details .entry-excerpt p, .post-navigation .nav-links__inner, .btn-color-dark, .product-slide-nav .slick-btn i, .product-slide-nav .accordion-slider__btn i, .product-slide-nav .accordion-click-slider__btn i, .comment-info, .comment-author a, .comment-content p, .comment .reply, .nice-select:after, .cart-form__input, .cart-form__btn, .mini-cart, .mini-cart__product .remove, .mini-cart__product__title, .product-summary .product-title a, .product-summary .product-price-wrapper span, .variation-form .product-size-variations .product-size-variation-btn, .variation-form .reset_variations, .social__link, .tab-style-2 .nav-link.active, .table tbody td.product-name h3 a, .table.compare-table tbody th, .group-product-table tbody td.product-name h3, .group-product-table tbody td.product-price .product-price-wrapper > span.product-price-old, .widget-list li a strong, .tagcloud a, .recent-post__title a, .payment-label, .product-reviews .review__author, .pagination li .page-number, .pagination li .page-number.prev:hover, .pagination li .page-number.next:hover, .quantity, .quantity-label, .quantity-input, .quantity .qtybutton, .instagram-feed-heading a, .page-title, .message-box p, .message-box a, .product-summary .product-footer-meta p span, .variation-form .variation-label, .cart-calculator__item--head, .cart-calculator__item--value {
	color: #111111;
}

.sticky-header .mobile-menu.white-color.mean-container a.meanmenu-reveal span, .sticky-header .mobile-menu.white-color.mean-container a.meanmenu-reveal span:before, .sticky-header .mobile-menu.white-color.mean-container a.meanmenu-reveal span:after, .sticky-header .mobile-menu.white-color.mean-container a.meanmenu-reveal span.menu-bar, .sticky-header .mobile-menu.white-color.mean-container a.meanmenu-reveal span.menu-bar:before, .sticky-header .mobile-menu.white-color.mean-container a.meanmenu-reveal span.menu-bar:after, .btn-bg-dark, .btn-bg-dark:after, .btn-hover-2:hover, .btn-hover-2:hover:after, .tab-style-2 .nav-link span:after, .tab-style-3 .nav-link.active, .widget-title:after, .pagination li .page-number.current, .pagination li .page-number:hover {
	background-color: #111111;
}

.tab-style-3 .nav-link.active {
	border-color: #111111;
}

.btn-bg-sand, .btn-bg-sand:after {
	background-color: #f6f6f6;
}

.btn-no-bg, .btn-no-bg:hover {
	background-color: transparent;
}

.color--primary {
	color: #c2080f;
}

.color--light {
	color: #999999;
}

.color--black {
	color: #000000;
}

.color--white {
	color: #ffffff;
}

.color--dark {
	color: #333333;
}

.color--alto {
	color: #dddddd;
}

.heading-color {
	color: #111111;
}

.bg--white {
	background-color: #ffffff;
}

.bg--light {
	background-color: #999999;
}

.bg--dark {
	background-color: #333333;
}

.bg--black {
	background-color: #000000;
}

.bg--blue {
	background-color: #82b0fb;
}

.bg--gray {
	background-color: #f5f5f5;
}

.bg--dark {
	background-color: #333333;
}

.primary-bg {
	background-color: #c2080f;
}
